scrcpy/app/src
Romain Vimont b0184f2869 Initialize queue "last" field
The compiler is not always able to see that "last" is always initialized
before being used, so always initialize it.
2019-08-04 16:22:39 +02:00
..
android Remove AINPUT_SOURCE_ANY value 2018-08-12 15:35:29 +02:00
sys Replace "cannot" by "could not" 2019-06-23 20:52:03 +02:00
buffer_util.h Add buffer_read16be() 2019-05-30 22:30:18 +02:00
cbuf.h Fix cbuf documentation 2019-08-01 22:50:03 +02:00
command.c Fix comment style 2019-05-31 22:57:12 +02:00
command.h Improve portable builds 2019-06-11 17:44:07 +02:00
common.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
compat.h Disable X11 compositor bypass 2019-05-05 17:35:00 +02:00
control_msg.c Implement device screen off while mirroring 2019-05-31 23:07:23 +02:00
control_msg.h Implement device screen off while mirroring 2019-05-31 23:07:23 +02:00
controller.c Replace "cannot" by "could not" 2019-06-23 20:52:03 +02:00
controller.h Rename "event" to "message" 2019-05-31 16:18:00 +02:00
convert.c Rename "event" to "message" 2019-05-31 16:18:00 +02:00
convert.h Rename "event" to "message" 2019-05-31 16:18:00 +02:00
decoder.c Add more consts 2019-03-03 12:02:41 +01:00
decoder.h Add more consts 2019-03-03 12:02:41 +01:00
device.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
device.h Add option to change the push target 2019-07-31 01:53:16 +02:00
device_msg.c Rename "event" to "message" 2019-05-31 16:18:00 +02:00
device_msg.h Rename "event" to "message" 2019-05-31 16:18:00 +02:00
events.h Add stream layer 2019-03-02 18:45:45 +01:00
file_handler.c Add option to change the push target 2019-07-31 01:53:16 +02:00
file_handler.h Add option to change the push target 2019-07-31 01:53:16 +02:00
fps_counter.c Improve framerate counting 2019-06-07 17:16:26 +02:00
fps_counter.h Improve framerate counting 2019-06-07 17:16:26 +02:00
icon.xpm Add window icon 2018-02-05 14:46:00 +01:00
input_manager.c Use Cmd instead of Ctrl on macOS when possible 2019-08-03 23:13:44 +02:00
input_manager.h Explicitly pass control flag to input manager 2019-03-03 11:05:26 +01:00
lock_util.h Inline lock_util functions 2019-06-07 17:19:00 +02:00
log.h Add log verbose macro 2019-02-09 12:27:13 +01:00
main.c Use Cmd instead of Ctrl on macOS when possible 2019-08-03 23:13:44 +02:00
net.c Use net_close() to close sockets 2019-05-31 23:33:44 +02:00
net.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
queue.h Initialize queue "last" field 2019-08-04 16:22:39 +02:00
receiver.c Add clipboard logs 2019-05-31 16:18:00 +02:00
receiver.h Add device event receiver 2019-05-30 22:46:52 +02:00
recorder.c Use generic FIFO queue for recording 2019-08-01 23:15:47 +02:00
recorder.h Use generic FIFO queue for recording 2019-08-01 23:15:47 +02:00
scrcpy.c Reduce latency by 1 frame 2019-07-31 01:55:32 +02:00
scrcpy.h Add option to change the push target 2019-07-31 01:53:16 +02:00
screen.c Add option --window-title 2019-06-24 19:58:00 +02:00
screen.h Add option --window-title 2019-06-24 19:58:00 +02:00
server.c Reduce latency by 1 frame 2019-07-31 01:55:32 +02:00
server.h Reduce latency by 1 frame 2019-07-31 01:55:32 +02:00
str_util.c Add functions to convert wide char to UTF-8 2019-06-11 17:44:07 +02:00
str_util.h Add functions to convert wide char to UTF-8 2019-06-11 17:44:07 +02:00
stream.c Record asynchronously 2019-07-31 01:55:40 +02:00
stream.h Reduce latency by 1 frame 2019-07-31 01:55:32 +02:00
tiny_xpm.c Check surface returned for icon 2019-05-20 09:44:45 +02:00
tiny_xpm.h Update code style 2019-03-02 20:28:46 +01:00
video_buffer.c Improve framerate counting 2019-06-07 17:16:26 +02:00
video_buffer.h Improve framerate counting 2019-06-07 17:16:26 +02:00