scrcpy/app
Romain Vimont 9389b6fc65 Use VecDeque in recorder
The packets queued for recording were wrapped in a dynamically allocated
structure with a "next" field.

To avoid this additional layer of allocation and indirection, use a
VecDeque.
2023-03-06 09:58:02 +01:00
..
data Add --require-audio 2023-03-06 09:58:02 +01:00
prebuilt-deps Upgrade FFmpeg custom builds for Windows 2023-03-03 21:09:21 +01:00
src Use VecDeque in recorder 2023-03-06 09:58:02 +01:00
tests Introduce VecDeque 2023-03-06 09:58:02 +01:00
meson.build Introduce VecDeque 2023-03-06 09:58:02 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 1.25 2022-12-22 12:33:29 +01:00
scrcpy.1 Add --require-audio 2023-03-06 09:58:02 +01:00