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 f25a67f342 Use VecDeque in video_buffer
The packets queued for buffering were wrapped in a dynamically allocated
structure with a "next" field.

To avoid this additional layer of allocation and indirection, use a
VecDeque.
1 year ago
..
data Add --require-audio 1 year ago
prebuilt-deps Upgrade FFmpeg custom builds for Windows 1 year ago
src Use VecDeque in video_buffer 1 year ago
tests Introduce VecDeque 1 year ago
meson.build Introduce VecDeque 1 year ago
scrcpy-windows.manifest Set DPI awareness for Windows 3 years ago
scrcpy-windows.rc Bump version to 1.25 2 years ago
scrcpy.1 Add --require-audio 1 year ago