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 15a3bad4ab Log PTS fixing at debug level
Audio PTS are retrieved by AudioRecord.getTimestamp(), so they do not
necessarily exactly match the number of samples (this allows to take
drift and lag into account).

As a consequence, two consecutive timestamps in microseconds may
sometimes end up within the same millisecond, causing the warning. This
is particularly true for the Matroska muxer which uses a timebase of
1/1000 (1 ms precision).

Since this is "expected", lower the log level from warning to debug.
7 months ago
..
data Add support for RAW audio (WAV) recording 7 months ago
prebuilt-deps Upgrade FFmpeg build to 6.1-scrcpy-2 7 months ago
src Log PTS fixing at debug level 7 months ago
tests Replace sprintf() with safer snprintf() 7 months ago
meson.build Add --time-limit 12 months ago
scrcpy-windows.manifest Set DPI awareness for Windows 2 years ago
scrcpy-windows.rc Bump version to v2.2 7 months ago
scrcpy.1 Add support for RAW audio (WAV) recording 7 months ago