[FFmpeg-cvslog] avcodec/libjxlenc: avoid hard failure with unspecified primaries

2022-07-16 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Fri Jul 15 13:27:10 2022 -0400| [940169b8aab406a8b1ccee4a9705a1e06b76d035] | committer: Niklas Haas avcodec/libjxlenc: avoid hard failure with unspecified primaries This patch prevents the libjxl encoder wrapper from failing to encode images when the input v

[FFmpeg-cvslog] avformat/img2dec: fix build

2022-07-16 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jul 16 22:40:44 2022 +0200| [a26a2f38e18004c1423d9de0aa98667395ffa05a] | committer: Paul B Mahol avformat/img2dec: fix build > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a26a2f38e18004c1423d9de0aa98667395ffa05a --- libavformat/img2de

[FFmpeg-cvslog] avcodec: add Radiance HDR image format support

2022-07-16 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jul 3 23:50:05 2022 +0200| [307ab7fe8a47ff0184af9c7e4155c9a6437a87d5] | committer: Paul B Mahol avcodec: add Radiance HDR image format support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=307ab7fe8a47ff0184af9c7e4155c9a6437a87d5 ---

[FFmpeg-cvslog] avcodec/lagarith: Check dst/src in zero run code

2022-07-16 Thread Michael Niedermayer
ffmpeg | branch: release/5.1 | Michael Niedermayer | Tue Jul 12 20:43:20 2022 +0200| [2720715dab70f40025a1d209e746b6c0f188a9d4] | committer: Michael Niedermayer avcodec/lagarith: Check dst/src in zero run code Fixes: out of array access Fixes: 48799/clusterfuzz-testcase-minimized-ffmpeg_AV_CO

[FFmpeg-cvslog] Update for 5.1

2022-07-16 Thread Michael Niedermayer
ffmpeg | branch: release/5.1 | Michael Niedermayer | Wed Jul 13 23:12:30 2022 +0200| [e04cb59ecc303f75f336a60bdd19f3684275e5ce] | committer: Michael Niedermayer Update for 5.1 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e04cb59ecc303f75f336a

[FFmpeg-cvslog] aarch64: me_cmp: Don't do uaddlv once per iteration

2022-07-16 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Jul 13 00:48:48 2022 +0300| [4136405c86162063e45d40d55c9985f348d4ea0a] | committer: Martin Storsjö aarch64: me_cmp: Don't do uaddlv once per iteration The max height is currently documented as 16; the max difference per pixel is 255, and a .8h ele

[FFmpeg-cvslog] aarch64: me_cmp: Switch from uabd to uabal in ff_pix_abs16_xy2_neon

2022-07-16 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Jul 13 00:06:31 2022 +0300| [68a03f64240dcbe408c3fd43d1071a105508a588] | committer: Martin Storsjö aarch64: me_cmp: Switch from uabd to uabal in ff_pix_abs16_xy2_neon Using absolute-difference-accumulate does use twice the amount of absolute-diffe

[FFmpeg-cvslog] checkasm: motion: Make the benchmarks more stable

2022-07-16 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Jul 12 23:44:42 2022 +0300| [237730f0e0422fd46ffaf7e724a68eb1e6459645] | committer: Martin Storsjö checkasm: motion: Make the benchmarks more stable Don't use the last random offset, but a static one. Signed-off-by: Martin Storsjö > http://git.

[FFmpeg-cvslog] aarch64: me_cmp: Interleave some of the loads in ff_pix_abs16_xy2_neon

2022-07-16 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Jul 13 00:05:41 2022 +0300| [b46de9aba436dea0cff76f3ed0f7c98448367fd0] | committer: Martin Storsjö aarch64: me_cmp: Interleave some of the loads in ff_pix_abs16_xy2_neon Before: Cortex A53A72A73 Graviton 3 pix_abs_0_3_neon: 183.7

[FFmpeg-cvslog] libavcodec: aarch64: Don't clobber v8 in the h%4 case in ff_pix_abs16_xy2_neon

2022-07-16 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Jul 12 23:51:36 2022 +0300| [02e7853fd94aa78a5f0990ee0105a291172a5eab] | committer: Martin Storsjö libavcodec: aarch64: Don't clobber v8 in the h%4 case in ff_pix_abs16_xy2_neon Checkasm doesn't currently test this codepath. Signed-off-by: Martin