You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
src Extract current video_buffer to frame_buffer 3 years ago
tests Rename queue to sc_queue 3 years ago
meson.build Extract current video_buffer to frame_buffer 3 years ago
scrcpy.1 Fix manpage formatting 3 years ago