scrcpy/app/src
Romain Vimont db8c1ce8e1 Fix protocol documentation in comments
Flags were in the correct order in the schema, but their description
were reversed.
2022-07-20 11:41:04 +02:00
..
adb Add missing LOG_OOM() on malloc failure 2022-07-19 12:15:06 +02:00
android
sys Remove LOGC() 2022-02-09 09:52:15 +01:00
trait
usb Add missing allocation failure check 2022-07-19 12:17:02 +02:00
util Add missing SC_ prefix to header guards 2022-04-12 23:59:01 +02:00
cli.c Add option to not power on on start 2022-04-28 19:12:52 +02:00
cli.h
clock.c
clock.h
common.h Add missing SC_ prefix to header guards 2022-04-12 23:59:01 +02:00
compat.c
compat.h Add missing SC_ prefix to header guards 2022-04-12 23:59:01 +02:00
control_msg.c Rename buffer util functions with sc_ prefix 2022-02-12 09:12:46 +01:00
control_msg.h Add missing SC_ prefix to header guards 2022-04-12 23:59:01 +02:00
controller.c Remove LOGC() 2022-02-09 09:52:15 +01:00
controller.h Add missing SC_ prefix to header guards 2022-04-12 23:59:01 +02:00
coords.h
decoder.c
decoder.h
demuxer.c Fix protocol documentation in comments 2022-07-20 11:41:04 +02:00
demuxer.h Rename stream to sc_demuxer 2022-02-02 21:03:55 +01:00
device_msg.c Rename buffer util functions with sc_ prefix 2022-02-12 09:12:46 +01:00
device_msg.h Add missing SC_ prefix to header guards 2022-04-12 23:59:01 +02:00
events.h
file_pusher.c Remove LOGC() 2022-02-09 09:52:15 +01:00
file_pusher.h Move ADB code to adb/ 2022-02-04 08:39:10 +01:00
fps_counter.c Move FPS counter start/stop logs 2022-02-18 18:16:12 +01:00
fps_counter.h Add missing SC_ prefix to header guards 2022-04-12 23:59:01 +02:00
frame_buffer.c
frame_buffer.h
icon.c
icon.h Add missing SC_ prefix to header guards 2022-04-12 23:59:01 +02:00
input_events.h
input_manager.c Move FPS counter start/stop logs 2022-02-18 18:16:12 +01:00
input_manager.h Add missing SC_ prefix to header guards 2022-04-12 23:59:01 +02:00
keyboard_inject.c
keyboard_inject.h
main.c Add specific exit code for device disconnection 2022-03-06 22:19:46 +01:00
mouse_inject.c
mouse_inject.h
opengl.c Fix OpenGL ES prefix skip 2022-03-30 12:01:01 +02:00
opengl.h
options.c Add option to not power on on start 2022-04-28 19:12:52 +02:00
options.h Add option to not power on on start 2022-04-28 19:12:52 +02:00
receiver.c Remove LOGC() 2022-02-09 09:52:15 +01:00
receiver.h Add missing SC_ prefix to header guards 2022-04-12 23:59:01 +02:00
recorder.c Remove LOGC() 2022-02-09 09:52:15 +01:00
recorder.h
scrcpy.c Add option to not power on on start 2022-04-28 19:12:52 +02:00
scrcpy.h Add specific exit code for device disconnection 2022-03-06 22:19:46 +01:00
screen.c Work around mouse capture SDL bug on macOS 2022-02-20 17:28:02 +01:00
screen.h Add --print-fps to enable FPS counter on start 2022-02-18 18:16:50 +01:00
server.c Add option to not power on on start 2022-04-28 19:12:52 +02:00
server.h Add option to not power on on start 2022-04-28 19:12:52 +02:00
v4l2_sink.c Remove LOGC() 2022-02-09 09:52:15 +01:00
v4l2_sink.h
version.c Print libusb version on --version 2022-02-09 10:15:19 +01:00
version.h Move version handling to a separate file 2022-02-09 10:15:07 +01:00
video_buffer.c
video_buffer.h