You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src/util
Romain Vimont 107f7a83ab Extract binary to hex string conversion
PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>
3 months ago
..
acksync.c Add acksync helper to wait for acks 3 years ago
acksync.h Wait SET_CLIPBOARD ack before Ctrl+v via HID 3 years ago
audiobuf.c Replace locks by atomics in audio player 3 months ago
audiobuf.h Replace locks by atomics in audio player 3 months ago
average.c Add audio player 1 year ago
average.h Add audio player 1 year ago
binary.h Add conversion from float to fixed-point i16 2 years ago
file.c Add OutOfMemory log helper 3 years ago
file.h Improve file API 3 years ago
intmap.c Use static maps to convert input events 3 years ago
intmap.h Use static maps to convert input events 3 years ago
intr.c Add OutOfMemory log helper 3 years ago
intr.h Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 3 years ago
log.c Use `void` for empty function parameter list 7 months ago
log.h Use `void` for empty function parameter list 7 months ago
memory.c Add sc_allocarray() util 1 year ago
memory.h Add sc_allocarray() util 1 year ago
net.c Accept Windows Sockets from version 1.1 1 year ago
net.h Rename net_listen() parameter 2 years ago
net_intr.c Rename net_listen() parameter 2 years ago
net_intr.h Rename net_listen() parameter 2 years ago
process.c Rename scrcpy threads 2 years ago
process.h Move SC_PRIsizet to compat.h 2 years ago
process_intr.c Make intr optional for adb commands 2 years ago
process_intr.h Check process success locally for adb commands 3 years ago
rand.c Add random util 1 year ago
rand.h Add random util 1 year ago
str.c Extract binary to hex string conversion 3 months ago
str.h Extract binary to hex string conversion 3 months ago
strbuf.c Add OutOfMemory log helper 3 years ago
strbuf.h Add string buffer util 3 years ago
term.c Add util function to get terminal size 3 years ago
term.h Add util function to get terminal size 3 years ago
thread.c Add thread priority API 1 year ago
thread.h Add thread priority API 1 year ago
tick.c Use timers with microsecond precision 2 years ago
tick.h Use timers with microsecond precision 2 years ago
timeout.c Add --time-limit 11 months ago
timeout.h Add --time-limit 11 months ago
vecdeque.h Use `char *` for pointer arithmetic 7 months ago
vector.h Use reallocarray() in sc_vector 1 year ago