[FFmpeg-cvslog] avfilter/vf_libplacebo: default to normalize_sar=0

2022-11-19 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Nov 18 14:56:03 2022 +0100| [05d390890a8b37add02fa8d742335006c7e67c9f] | committer: Niklas Haas avfilter/vf_libplacebo: default to normalize_sar=0 As a result of a typo in the source code, this option was completely non-functional. In order to fix it,

[FFmpeg-cvslog] avfilter/vf_libplacebo: fix normalize_sar calculation

2022-11-19 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Nov 18 14:57:08 2022 +0100| [46a4cc460edfaff8e5b88198a7127a910a5ab72f] | committer: Niklas Haas avfilter/vf_libplacebo: fix normalize_sar calculation This previous expression multiplied a constant (outlink->h) that was guaranteed to be 0 at this point

[FFmpeg-cvslog] avfilter/af_surround: refactor code

2022-11-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Nov 19 13:54:33 2022 +0100| [66afa361e816c2afb0443423610d949267a16d75] | committer: Paul B Mahol avfilter/af_surround: refactor code So support for new i/o layouts are more easily added. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=66

[FFmpeg-cvslog] avcodec/vp8: Fix wrong vpx_rac_is_end() check

2022-11-19 Thread Hirokazu Honda
ffmpeg | branch: master | Hirokazu Honda | Wed Nov 16 17:44:12 2022 +0900| [7f3e38bda8c39308dea9d9eb023f4cbe7ed2c671] | committer: Ronald S. Bultje avcodec/vp8: Fix wrong vpx_rac_is_end() check The check of vpx_rac_is_end check(s) are added originally from 1afd246960202917e244c844c534e9c1e3c32

[FFmpeg-cvslog] avfilter/af_surround: fix possible out of array access

2022-11-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Nov 19 19:33:34 2022 +0100| [34eeb466fbf0bbfd0fc1ef0ffd87155e11ec2261] | committer: Paul B Mahol avfilter/af_surround: fix possible out of array access > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=34eeb466fbf0bbfd0fc1ef0ffd87155e11ec22