[FFmpeg-cvslog] lavc/ac3dsp: add R-V Zvbb extract_exponents

2024-05-11 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Tue May 7 22:10:59 2024 +0300| [0d9591841b2b38a1620d393a0ca7594fa5955407] | committer: Rémi Denis-Courmont lavc/ac3dsp: add R-V Zvbb extract_exponents > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d9591841b2b38a1620d393a0ca7594fa5

[FFmpeg-cvslog] lavu/riscv: add Zvbb CPU capability detection

2024-05-11 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Tue May 7 22:09:27 2024 +0300| [5d8f62feb5e3512a04ebb6eceae7dd55bab14ce0] | committer: Rémi Denis-Courmont lavu/riscv: add Zvbb CPU capability detection This requires Linux kernel version 6.8 or later. > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] riscv: add Zvbb vector bit manipulation extension

2024-05-11 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Tue May 7 22:08:38 2024 +0300| [01c5f4ad9fa14f2000402230684426dbf764d796] | committer: Rémi Denis-Courmont riscv: add Zvbb vector bit manipulation extension > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01c5f4ad9fa14f20004022306844

[FFmpeg-cvslog] checkasm: Fix h264chroma test name

2024-05-11 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Sat May 4 19:13:44 2024 +0800| [11f689317d66c9b9acb1abed47c1c825be155a58] | committer: Rémi Denis-Courmont checkasm: Fix h264chroma test name Signed-off-by: Rémi Denis-Courmont > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11f689317d66c9b9

[FFmpeg-cvslog] checkasm: add test for fdct

2024-05-11 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Mon May 6 19:18:39 2024 +0200| [250c0defa23759fdcdc893464d876e5cd5980d7a] | committer: Ramiro Polla checkasm: add test for fdct Reviewed-by: Martin Storsjö Reviewed-by: Rémi Denis-Courmont > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] libavcodec/mpegvideo_enc: fix multi-threaded motion estimation rounding for mpeg4

2024-05-11 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Wed May 8 17:19:49 2024 +0200| [b8af0809fbbf61ceeab6d88143f9c0bb4985029e] | committer: Ramiro Polla libavcodec/mpegvideo_enc: fix multi-threaded motion estimation rounding for mpeg4 ff_init_me() was being called after ff_update_duplicate_context(), wh

[FFmpeg-cvslog] libavcodec/motion_est: fix penalty_factor for b frames

2024-05-11 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Wed May 8 17:19:50 2024 +0200| [713c6eba8dc7b4d9c592232ad9fad621b3fb4d50] | committer: Ramiro Polla libavcodec/motion_est: fix penalty_factor for b frames In direct_search() and ff_estimate_b_frame_motion(), penalty_factor would be used before being in

[FFmpeg-cvslog] lavc/vaapi_encode_av1: Insert HDR_MDCV metadata if have

2024-05-11 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Wed Apr 10 16:24:04 2024 +0800| [0bdf71ada71cd31f5885bcaa5e209adf9a02b5a5] | committer: Haihao Xiang lavc/vaapi_encode_av1: Insert HDR_MDCV metadata if have Only look for HDR_MDVC on key frame on the output. Signed-off-by: Haihao Xiang > http://git.v

[FFmpeg-cvslog] lavc/vaapi_encode_av1: insert HDR_CLL metadata if have

2024-05-11 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Wed Apr 10 16:24:57 2024 +0800| [ceace488ff801636b5332fd65d9d2c292367ad42] | committer: Haihao Xiang lavc/vaapi_encode_av1: insert HDR_CLL metadata if have Only look for HDR_CLL on key frame on the output. Signed-off-by: Haihao Xiang > http://git.vid

[FFmpeg-cvslog] lavc/vaapi_encode_av1: implement write_extra_header callback

2024-05-11 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Wed Apr 10 16:17:44 2024 +0800| [7f3ba6bbfaef30839af6996996a713abaec013a7] | committer: Haihao Xiang lavc/vaapi_encode_av1: implement write_extra_header callback This can be used to insert a metadata OBU to the stream later. Signed-off-by: Haihao Xiang