scrcpy/app
Romain Vimont 4d8bcfc68a Extract current video_buffer to frame_buffer
The current video buffer only stores one pending frame.

In order to add a new buffering feature, move this part to a separate
"frame buffer". Keep the video_buffer, which currently delegates all its
calls to the frame_buffer.
2021-07-14 14:22:32 +02:00
..
src Extract current video_buffer to frame_buffer 2021-07-14 14:22:32 +02:00
tests Rename queue to sc_queue 2021-07-14 00:35:10 +02:00
meson.build Extract current video_buffer to frame_buffer 2021-07-14 14:22:32 +02:00
scrcpy.1 Fix manpage formatting 2021-07-06 18:33:04 +02:00