scrcpy/app
Romain Vimont 5caeab5f6d Fix v4l2 data race
The v4l2_sink implementation directly read the internal video_buffer
field "pending_frame_consumed", which is protected by the internal
video_buffer mutex. But this mutex was not locked, so reads were racy.

Lock using the v4l2_sink mutex in addition, and use a separate field to
avoid depending on the video_buffer internal data.
2021-06-26 16:03:52 +02:00
..
src Fix v4l2 data race 2021-06-26 16:03:52 +02:00
tests Fix --lock-video-orientation syntax 2021-06-11 18:40:12 +02:00
meson.build Move log level conversion to log API 2021-06-20 16:04:18 +02:00
scrcpy.1 Add --verbosity=verbose log level 2021-06-20 12:34:19 +02:00