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 0c5b7af269 Avoid "negative" average buffering
Average buffering may not be negative.

Since dropping samples instantly reduces buffering, it is applied
immediately to the average value.

However, if an audio output issue causes the SDL callback to be called
too infrequently, samples will (silently) not be consumed as expected.
As this will cause samples to be dropped due to overbuffering, the
average value may drop below 0, which makes no sense.
4 months ago
..
data Fix incorrect compgen usage 6 months ago
prebuilt-deps Upgrade sdl (2.28.5) for Windows 6 months ago
src Avoid "negative" average buffering 4 months ago
tests Replace locks by atomics in audio player 4 months ago
meson.build Replace locks by atomics in audio player 4 months ago
scrcpy-windows.manifest Set DPI awareness for Windows 2 years ago
scrcpy-windows.rc Bump version to 2.3.1 6 months ago
scrcpy.1 Simulate tilt multitouch event by pressing Shift 6 months ago