[FFmpeg-cvslog] fftools/ffmpeg_enc: apply -top to individual encoded frames

2023-09-25 Thread Anton Khirnov
ffmpeg | branch: release/6.0 | Anton Khirnov | Thu Sep 14 16:46:47 2023 +0200| [067ed535f47373927e8bc2ff8eec2c18014197e5] | committer: Anton Khirnov fftools/ffmpeg_enc: apply -top to individual encoded frames Fixes #9339. (Adapted from commit 43a0004b5c23dd8258cfe723a5c4e9fd9ee8f5ef) > http:

[FFmpeg-cvslog] avcodec/dxa: use uint8_t for type of arrays

2023-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 24 19:28:40 2023 +0200| [9e768c8133b4992c092d615400805b6ba63b5bc6] | committer: Paul B Mahol avcodec/dxa: use uint8_t for type of arrays > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e768c8133b4992c092d615400805b6ba63b5bc6 --- li

[FFmpeg-cvslog] avfilter/af_astats: extend and improve bit depth output

2023-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Aug 25 10:44:09 2023 +0200| [fb05bc8eee95e1b08b6d30fbb611161c4feaf76b] | committer: Paul B Mahol avfilter/af_astats: extend and improve bit depth output > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb05bc8eee95e1b08b6d30fbb611161c4feaf

[FFmpeg-cvslog] avcodec/vmixdec: Fix signed integer overflow in dc

2023-09-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 5 02:17:40 2023 +0200| [d897f82cf8f39cdb770ab433b018ebd840bb2237] | committer: Michael Niedermayer avcodec/vmixdec: Fix signed integer overflow in dc Fixes: signed integer overflow: 2147483181 + 1024 cannot be represented in type 'int'

[FFmpeg-cvslog] libswresample/swresample: avoid s16p internal transfer format

2023-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 5 13:40:12 2023 +0100| [3bef108fa9302844180aad8632d54e1b7be1f4a3] | committer: Michael Niedermayer libswresample/swresample: avoid s16p internal transfer format Instead use float one by default for sample rate conversions. The s16p internal tra

[FFmpeg-cvslog] tests/fate-run: Ensure that THREADS=random is actually random

2023-09-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 19 15:28:49 2023 +0200| [8d5db120c2572ef81b771b588a81da65cf4b2416] | committer: Andreas Rheinhardt tests/fate-run: Ensure that THREADS=random is actually random >From the documentation of GNU awk [1]: "In most awk implementations, includin