scrcpy/app/src
Romain Vimont 8aeb5c0e3c Fix cleanup order
The order of cleanup was not the reverse as the initialization order. As
a consequence, recorder_destroy() could theoretically be called even if
recorder_init() failed.
2019-03-02 18:13:11 +01:00
..
android Remove AINPUT_SOURCE_ANY value 2018-08-12 15:35:29 +02:00
sys Create process with wide chars on Windows 2019-02-10 13:08:28 +01:00
buffer_util.h Move buffer reader functions to buffer_util.h 2018-11-11 21:37:31 +01:00
command.c Make the server unlink itself 2019-01-14 21:12:23 +01:00
command.h Regroup Windows-ifdefs in command.h 2019-02-10 14:33:59 +01:00
common.h Handle mouse events outside device screen 2018-11-27 08:59:22 +01:00
compat.h Use "always on top" only for SDL >= 2.0.5 2019-02-16 15:28:56 +01:00
control_event.c Fix incorrect comment 2019-01-22 09:38:51 +01:00
control_event.h Add shortcut to expand/collapse notification panel 2019-02-26 20:35:37 +01:00
controller.c Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00
controller.h Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00
convert.c Handle alpha and space chars as raw events 2018-10-03 22:07:09 +02:00
convert.h Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00
decoder.c Fix recording with old decoding/encoding API 2019-03-02 17:03:15 +01:00
decoder.h Rename "frames" to "video_buffer" 2019-03-02 15:24:33 +01:00
device.c Send and recv all data when necessary 2018-02-16 00:57:48 +01:00
device.h Support drag&drop a file to transfer it to device 2018-08-15 17:12:10 +02:00
events.h Initial commit 2017-12-12 15:25:15 +01:00
file_handler.c Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00
file_handler.h Fix header guard name 2018-09-13 16:27:19 +02:00
fps_counter.c Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00
fps_counter.h Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00
icon.xpm Add window icon 2018-02-05 14:46:00 +01:00
input_manager.c Rename "frames" to "video_buffer" 2019-03-02 15:24:33 +01:00
input_manager.h Rename "frames" to "video_buffer" 2019-03-02 15:24:33 +01:00
lock_util.c Add missing include for lock_util.h 2018-08-15 19:30:02 +02:00
lock_util.h Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00
log.h Add log verbose macro 2019-02-09 12:27:13 +01:00
main.c Add shortcut to expand/collapse notification panel 2019-02-26 20:35:37 +01:00
net.c Fix net_send_all() warning 2018-05-28 20:21:56 +02:00
net.h Use const pointers when possible 2018-04-04 10:50:07 +02:00
recorder.c Move all compat ifdefs definitions to compat.h 2019-02-16 15:28:56 +01:00
recorder.h Support recording to MKV 2019-02-09 15:56:24 +01:00
scrcpy.c Fix cleanup order 2019-03-02 18:13:11 +01:00
scrcpy.h Support recording to MKV 2019-02-09 15:56:24 +01:00
screen.c Rename "frames" to "video_buffer" 2019-03-02 15:24:33 +01:00
screen.h Rename "frames" to "video_buffer" 2019-03-02 15:24:33 +01:00
server.c Make the server unlink itself 2019-01-14 21:12:23 +01:00
server.h Make the server unlink itself 2019-01-14 21:12:23 +01:00
str_util.c Create process with wide chars on Windows 2019-02-10 13:08:28 +01:00
str_util.h Create process with wide chars on Windows 2019-02-10 13:08:28 +01:00
tiny_xpm.c Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00
tiny_xpm.h Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00
video_buffer.c Rename "stop" to "interrupt" 2019-03-02 17:03:15 +01:00
video_buffer.h Rename "stop" to "interrupt" 2019-03-02 17:03:15 +01:00