[FFmpeg-cvslog] avfilter/avf_showcwt: add thread jobs for forward fft per channel

2022-11-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 29 14:39:18 2022 +0100| [d7a5f068c237e61e5a1a45f64a7fb1224401986f] | committer: Paul B Mahol avfilter/avf_showcwt: add thread jobs for forward fft per channel > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7a5f068c237e61e5a1a45f64a7

[FFmpeg-cvslog] avfilter/avf_showcwt: flush frames at EOF

2022-11-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 29 14:03:34 2022 +0100| [9d717cb846f27f0619724e70a40c44a660233b0c] | committer: Paul B Mahol avfilter/avf_showcwt: flush frames at EOF > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d717cb846f27f0619724e70a40c44a660233b0c --- liba

[FFmpeg-cvslog] avfilter/avf_showcwt: always consume some available samples

2022-11-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 29 00:27:14 2022 +0100| [634e29f3c0dafe7bb17a3f92d009486cd59c2565] | committer: Paul B Mahol avfilter/avf_showcwt: always consume some available samples Stop waiting for big cache of samples. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avfilter/avf_showcwt: refactor code into function

2022-11-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 29 11:04:08 2022 +0100| [a08a50810548a2238fc6579be349472d0b98b9fa] | committer: Paul B Mahol avfilter/avf_showcwt: refactor code into function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a08a50810548a2238fc6579be349472d0b98b9fa --

[FFmpeg-cvslog] avcodec/libfdk-aacenc: fix version check for the new channel layouts

2022-11-29 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 29 14:55:33 2022 -0300| [39dc9a7421ca5592f78703a8b3a336878d3965ce] | committer: James Almer avcodec/libfdk-aacenc: fix version check for the new channel layouts Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avcodec/libfdk-aacenc: add support for 6.1(back) channel layout

2022-11-29 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 27 19:16:03 2022 -0300| [3d96775f9e56a9de6f5dd728a3297036a721ce0e] | committer: James Almer avcodec/libfdk-aacenc: add support for 6.1(back) channel layout Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d

[FFmpeg-cvslog] avcodec/libfdk-aacenc: add support for 7.1(top) channel layout

2022-11-29 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 27 19:08:49 2022 -0300| [bb45f41a6b8acdf3fd6d0dba29330b965b229a44] | committer: James Almer avcodec/libfdk-aacenc: add support for 7.1(top) channel layout Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb4

[FFmpeg-cvslog] avformat/mov: Set duration to zero if the duration is UINT_MAX

2022-11-29 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Wed Oct 26 12:40:13 2016 -0700| [9d8d7bdffb0e0e229b7d896c2df04a0237e9a243] | committer: James Almer avformat/mov: Set duration to zero if the duration is UINT_MAX Fixes some MP4F files which have duration in mdhd set to UINT_MAX instead of zero. Signed-