[FFmpeg-cvslog] avcodec: add QOA decoder

2023-11-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Sep 23 16:49:25 2023 +0200| [3609d2b78340c06920973dc46b85b517c789782f] | committer: Paul B Mahol avcodec: add QOA decoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3609d2b78340c06920973dc46b85b517c789782f --- Changelog

[FFmpeg-cvslog] avformat: add QOA demuxer

2023-11-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Sep 23 16:38:35 2023 +0200| [44e9cccffa6eef7fee8662f9e9bd88e3b04b0724] | committer: Paul B Mahol avformat: add QOA demuxer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44e9cccffa6eef7fee8662f9e9bd88e3b04b0724 --- Changelog

[FFmpeg-cvslog] libavcodec/dcadec: adjust the `ch_layout` when downmix is active

2023-11-26 Thread Geoffrey McRae
ffmpeg | branch: master | Geoffrey McRae | Sun Nov 26 15:33:22 2023 +1100| [a8677bcc8f2f9561be070cb9412c5a2be9e5be7f] | committer: James Almer libavcodec/dcadec: adjust the `ch_layout` when downmix is active Applications making use of this codec with the `downmix` option are segfaulting unless

[FFmpeg-cvslog] libavcodec/mlpdec: add missing correction to ch_layout when downmixing

2023-11-26 Thread Geoffrey McRae
ffmpeg | branch: master | Geoffrey McRae | Sun Nov 26 16:01:00 2023 +1100| [93b5d9030b1f22feb3d8ff242f638d5e0009ce3a] | committer: James Almer libavcodec/mlpdec: add missing correction to ch_layout when downmixing This fixes corrupted audio for applications relying on ch_layout when codec down

[FFmpeg-cvslog] libavfilter/vf_dnn_detect: Add model_type option.

2023-11-26 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Tue Nov 21 10:20:17 2023 +0800| [caa5d123a710e11686458ff563a99a0fabc4f55c] | committer: Guo Yejun libavfilter/vf_dnn_detect: Add model_type option. There are many kinds of detection DNN model and they have different preprocess and postprocess methods. To

[FFmpeg-cvslog] libavfilter/vf_dnn_detect: Add yolo support

2023-11-26 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Tue Nov 21 10:20:18 2023 +0800| [47b2328076f865a12dd0d50aed02fbef32f69490] | committer: Guo Yejun libavfilter/vf_dnn_detect: Add yolo support Add yolo support. Yolo model doesn't output final result. It outputs candidate boxes, so we need post-process to

[FFmpeg-cvslog] tools/general_assembly: implement extra GA members

2023-11-26 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Nov 22 20:33:02 2023 +0100| [56a8b34b64e47dde75314f1b648f3a6f7a325437] | committer: Anton Khirnov tools/general_assembly: implement extra GA members > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56a8b34b64e47dde75314f1b648f3a6f7a32543

[FFmpeg-cvslog] tools/general_assembly: restore printing HEAD

2023-11-26 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Nov 23 10:10:16 2023 +0100| [2020ef9770d6bdf4ed2d8a32595d0e70afd2db8f] | committer: Anton Khirnov tools/general_assembly: restore printing HEAD > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2020ef9770d6bdf4ed2d8a32595d0e70afd2db8f ---