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
Romain Vimont 40340509d9 Add interruptor utilities
Expose wrapper functions for interrupting blocking calls, for process
and sockets.
3 years ago
..
android Fix typos 3 years ago
sys Improve process API 3 years ago
trait Extract mouse processor trait 3 years ago
util Add interruptor utilities 3 years ago
adb.c Improve process API 3 years ago
adb.h Improve process API 3 years ago
aoa_hid.c Delay HID events on Ctrl+v 3 years ago
aoa_hid.h Move scrcpy option structs to options.h 3 years ago
cli.c Adapt help to terminal size 3 years ago
cli.h Move scrcpy option structs to options.h 3 years ago
clock.c Improve slope estimation on start 3 years ago
clock.h Fix typo in clock comments 3 years ago
common.h Add container_of() macro 3 years ago
compat.c Provide strdup() compat 3 years ago
compat.h Disable synthetic mouse events from touch events 3 years ago
control_msg.c Use sc_ prefix for size, position and point 3 years ago
control_msg.h Use sc_ prefix for size, position and point 3 years ago
controller.c Use sc_ prefix for sockets 3 years ago
controller.h Use sc_ prefix for sockets 3 years ago
coords.h Use sc_ prefix for size, position and point 3 years ago
decoder.c Add missing includes 3 years ago
decoder.h Add support for v4l2loopback 3 years ago
device_msg.c Replace SDL_strdup() by strdup() 3 years ago
device_msg.h Replace SDL_strdup() by strdup() 3 years ago
events.h Run the server from a dedicated thread 3 years ago
file_handler.c Improve process API 3 years ago
file_handler.h Improve process API 3 years ago
fps_counter.c Replace delay by deadline in timedwait() 3 years ago
fps_counter.h Wrap tick API 3 years ago
frame_buffer.c Extract current video_buffer to frame_buffer 3 years ago
frame_buffer.h Extract current video_buffer to frame_buffer 3 years ago
hid_keyboard.c Delay HID events on Ctrl+v 3 years ago
hid_keyboard.h Synchronize HID keyboard state on first event 3 years ago
icon.c Improve file API 3 years ago
icon.h Add icon loader 3 years ago
input_manager.c Use sc_ prefix for size, position and point 3 years ago
input_manager.h Move scrcpy option structs to options.h 3 years ago
keyboard_inject.c Extract keyboard processor trait 3 years ago
keyboard_inject.h Move scrcpy option structs to options.h 3 years ago
main.c Define default options as const struct 3 years ago
mouse_inject.c Use sc_ prefix for size, position and point 3 years ago
mouse_inject.h Move scrcpy option structs to options.h 3 years ago
opengl.c Enable trilinear filtering for OpenGL 4 years ago
opengl.h Define feature test macros in common.h 3 years ago
options.c Define v4l2 option field only if HAVE_V4L2 3 years ago
options.h Define v4l2 option field only if HAVE_V4L2 3 years ago
receiver.c Use sc_ prefix for sockets 3 years ago
receiver.h Use sc_ prefix for sockets 3 years ago
recorder.c Use sc_ prefix for size, position and point 3 years ago
recorder.h Use sc_ prefix for size, position and point 3 years ago
scrcpy.c Run the server from a dedicated thread 3 years ago
scrcpy.h Move scrcpy option structs to options.h 3 years ago
screen.c Make screen_render() static 3 years ago
screen.h Make screen_render() static 3 years ago
server.c Run the server from a dedicated thread 3 years ago
server.h Run the server from a dedicated thread 3 years ago
stream.c Use sc_ prefix for sockets 3 years ago
stream.h Use sc_ prefix for sockets 3 years ago
v4l2_sink.c Use sc_ prefix for size, position and point 3 years ago
v4l2_sink.h Use sc_ prefix for size, position and point 3 years ago
video_buffer.c Add buffering debugging tools 3 years ago
video_buffer.h Add buffering debugging tools 3 years ago