scrcpy/app
Romain Vimont 35d9185f6c Record asynchronously
The record file was written from the stream thread. As a consequence,
any blocking I/O to write the file delayed the decoder.

For maximum performance even when recording is enabled, send
(refcounted) packets to a separate recording thread.
2019-07-31 01:55:40 +02:00
..
src Record asynchronously 2019-07-31 01:55:40 +02:00
tests Implement device screen off while mirroring 2019-05-31 23:07:23 +02:00
meson.build Improve portable builds 2019-06-11 17:44:07 +02:00