[FFmpeg-cvslog] avcodec/x86/vvc: add alf filter luma and chroma avx2 optimizations

2024-05-14 Thread Wu Jianhua
ffmpeg | branch: master | Wu Jianhua | Mon May 13 20:31:03 2024 +0800| [ec2a7ef867619c24d5c62a01aae6b09f320e4774] | committer: Nuo Mi avcodec/x86/vvc: add alf filter luma and chroma avx2 optimizations ff_vvc_alf_filter_luma_4x4_10_c: 135 ff_vvc_alf_filter_luma_4x4_10_avx2: 54 ff_vvc_alf_filter_

[FFmpeg-cvslog] tests/checkasm: add checkasm_check_vvc_alf and check_alf_filter

2024-05-14 Thread Wu Jianhua
ffmpeg | branch: master | Wu Jianhua | Mon May 13 20:31:04 2024 +0800| [9ef6e15b04ff721362a75a50c6c2721d182d6bb9] | committer: Nuo Mi tests/checkasm: add checkasm_check_vvc_alf and check_alf_filter Signed-off-by: Wu Jianhua > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ef6e15b0

[FFmpeg-cvslog] tests/checkasm/vvc_alf: add check_alf_classify

2024-05-14 Thread Wu Jianhua
ffmpeg | branch: master | Wu Jianhua | Mon May 13 20:31:06 2024 +0800| [3fa98f274afa1b51deb4621c50622424df1f55bc] | committer: Nuo Mi tests/checkasm/vvc_alf: add check_alf_classify Perforamnce Test (fps): clip before after delta Tango2_3840x2160_60_10_420_2

[FFmpeg-cvslog] x86/vvc/vvcdsp_init: coalesce function initializers

2024-05-14 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 14 11:17:54 2024 -0300| [14aff7e45ec6a78a0e22b7debd9a407c6cfad69b] | committer: James Almer x86/vvc/vvcdsp_init: coalesce function initializers Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14aff7e45ec6a7

[FFmpeg-cvslog] avfilter/riscv: build afir only if required

2024-05-14 Thread J . Dekker
ffmpeg | branch: master | J. Dekker | Wed Apr 24 16:09:43 2024 +0200| [ca583b22e49b6523f2f8c83da3e2ed0ccaaecacf] | committer: J. Dekker avfilter/riscv: build afir only if required Signed-off-by: J. Dekker > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca583b22e49b6523f2f8c83da3e2

[FFmpeg-cvslog] checkasm/h264dsp: support checking more idct depths

2024-05-14 Thread J . Dekker
ffmpeg | branch: master | J. Dekker | Wed Apr 24 16:09:44 2024 +0200| [4ced36744ee0bea5fb7a20d1b2926c588f89ea0b] | committer: J. Dekker checkasm/h264dsp: support checking more idct depths Signed-off-by: J. Dekker > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ced36744ee0bea5fb7a

[FFmpeg-cvslog] lavu/riscv: fallback to raw hwprobe() system call

2024-05-14 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Fri May 3 20:08:03 2024 +0300| [61ec7450ff2c0ac16c5a1e66b14de6daf7b48206] | committer: Rémi Denis-Courmont lavu/riscv: fallback to raw hwprobe() system call Not all C run-times support this, and even then, it will be a while before distributions

[FFmpeg-cvslog] lavu/riscv: CPU flag for fast misaligned accesses

2024-05-14 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Sat May 11 18:49:24 2024 +0300| [b410439263e1018912581c8ff672e3f0ed800875] | committer: Rémi Denis-Courmont lavu/riscv: CPU flag for fast misaligned accesses > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b410439263e1018912581c8ff672

[FFmpeg-cvslog] lavc/vp8dsp: restrict RVI optimisations

2024-05-14 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Sat May 11 18:49:59 2024 +0300| [9d3f561721cd710bf403af991a0e36ccc9e8d8c8] | committer: Rémi Denis-Courmont lavc/vp8dsp: restrict RVI optimisations They are actually awfully slow if the CPU does not support misaligned accesses natively, so only u

[FFmpeg-cvslog] lavu/riscv: remove bogus B extension

2024-05-14 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Sat May 11 19:05:06 2024 +0300| [20fbc07af1ebd5a68b8fd1203ceb4cab60bd7328] | committer: Rémi Denis-Courmont lavu/riscv: remove bogus B extension The B Bit manipulation extension was not defined to this day, and probably never will. Instead it was

[FFmpeg-cvslog] avfilter/blend: put slice parameters to a single struct

2024-05-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed May 8 23:05:27 2024 +0200| [a69a0b689c3c4e1e0bbf4c17716a25e14332a250] | committer: Marton Balint avfilter/blend: put slice parameters to a single struct This should make future extensibility easier. Signed-off-by: Marton Balint > http://git.vid

[FFmpeg-cvslog] avfilter/vsrc_testsrc: do not round down width and height for color src

2024-05-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed May 8 09:40:57 2024 +0200| [77fc047bd91eaef615a2c36b93ee23d7d27e7d25] | committer: Marton Balint avfilter/vsrc_testsrc: do not round down width and height for color src ff_draw_rectangle handles subsampling since 2013. Fixes ticket #10989. Signe

[FFmpeg-cvslog] avfilter/blend: use a per-thread AVExpr

2024-05-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu May 9 00:07:26 2024 +0200| [64330e365b97d9b8304a9d3d306581b6c14a773b] | committer: Marton Balint avfilter/blend: use a per-thread AVExpr Otherwise expression state is accessed and changed from multiple threads. Fixes ticket #10987. Signed-off-by

[FFmpeg-cvslog] avfilter/vf_geq: fix interpolation with 1 pixel width/height

2024-05-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu May 9 00:17:53 2024 +0200| [b0093ab8a3d34bf2fefd6665464cc343a9ef0d53] | committer: Marton Balint avfilter/vf_geq: fix interpolation with 1 pixel width/height Fixes ticket #9740. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/qsvdec: Check av_image_get_buffer_size() for failure

2024-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 13 02:05:56 2024 +0200| [8789c550faf4587527faf0bd4f6c6c5c64a04ae2] | committer: Michael Niedermayer avcodec/qsvdec: Check av_image_get_buffer_size() for failure Fixes: CID1477406 Improper use of negative value Sponsored-by: Sovereign Tec

[FFmpeg-cvslog] avcodec/jpeg2000dec: remove ST=3 case

2024-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 10 16:07:04 2024 +0200| [4ed4f9a6c0a99c823706bfc4bb4df53f963f2f5a] | committer: Michael Niedermayer avcodec/jpeg2000dec: remove ST=3 case Fixes: CID1460979 Logically dead code Sponsored-by: Sovereign Tech Fund Reviewed-by: Tomas Härdin

[FFmpeg-cvslog] fate/checkasm: test vvc_alf

2024-05-14 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 14 22:58:21 2024 -0300| [e9741f1a6bc2c3be05e818b1d5d2cb6f6e1d857a] | committer: James Almer fate/checkasm: test vvc_alf Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9741f1a6bc2c3be05e818b1d5d2cb6f6e1d85

[FFmpeg-cvslog] checkasm/h264dsp: add missing pixel_mask values

2024-05-14 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 14 23:17:30 2024 -0300| [8670615743eb36d7b3e9b522266518796df7ec54] | committer: James Almer checkasm/h264dsp: add missing pixel_mask values Fixes "runtime error: index 4 out of bounds for type 'uint32_t [3]'" errors after commit 4ced36744ee0bea5fb