scrcpy/app
Romain Vimont 7afd149f4b Fix file_handler process race condition
The current process could be waited both by run_file_handler() and
file_handler_stop().

To avoid the race condition, wait the process without closing, then
close with mutex locked.
2021-01-24 14:24:24 +01:00
..
src Fix file_handler process race condition 2021-01-24 14:24:24 +01:00
tests Fix size_t incorrectly assigned to int 2021-01-17 19:44:23 +01:00
meson.build Factorize meson compiler variable initialization 2021-01-17 19:44:23 +01:00
scrcpy.1 Document --encoder option 2020-11-08 21:11:12 +01:00