scrcpy/app
Romain Vimont 408a301201 Notify new frames via callbacks
Currently, a frame is available to the consumer as soon as it is pushed
by the producer (which can detect if the previous frame is skipped).

Notify the new frames (and frame skipped) via callbacks instead.

This paves the way to add (optional) buffering, which will introduce a
delay between the time when the frame is produced and the time it is
available to be consumed.
2021-07-14 14:22:32 +02:00
..
src Notify new frames via callbacks 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