[FFmpeg-cvslog] lavc/vp7dsp: add R-V V vp7_idct_dc_add4uv

2024-06-05 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Sun Jun 2 12:03:33 2024 +0300| [121fb846b97db5afd3a24b0bde2be151400104be] | committer: Rémi Denis-Courmont lavc/vp7dsp: add R-V V vp7_idct_dc_add4uv This is almost the same story as vp7_idct_add4y. We just have to use strided loads of 2 64-bit e

[FFmpeg-cvslog] lavc/vp8dsp: rework R-V V idct_dc_add4y

2024-06-05 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Sun Jun 2 12:13:25 2024 +0300| [225de53c9d446ddf1cc3ece6e99c06c8cce9b78f] | committer: Rémi Denis-Courmont lavc/vp8dsp: rework R-V V idct_dc_add4y DCT-related FFmpeg functions often add an unsigned 8-bit sample to a signed 16-bit coefficient, th

[FFmpeg-cvslog] lavc/vp8dsp: remove no longer used macros

2024-06-05 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Sun Jun 2 13:23:24 2024 +0300| [0415bb74c81ab0019e48bd2989ddf48d66918e9e] | committer: Rémi Denis-Courmont lavc/vp8dsp: remove no longer used macros > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0415bb74c81ab0019e48bd2989ddf48d6691

[FFmpeg-cvslog] libavcodec/libxvid: code cleanup (replace magic numbers)

2024-06-05 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Thu May 30 23:20:07 2024 +0200| [01b1f4c9a5d1b7a2421f9bd6d600bcbe2519564a] | committer: Ramiro Polla libavcodec/libxvid: code cleanup (replace magic numbers) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01b1f4c9a5d1b7a2421f9bd6d600bcbe251

[FFmpeg-cvslog] avcodec/mpegvideo_enc: give magic number a name

2024-06-05 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Tue Jun 4 15:05:35 2024 +0200| [2d24a80e5e419217f4e9ae22ab85a92a069756e0] | committer: Ramiro Polla avcodec/mpegvideo_enc: give magic number a name > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d24a80e5e419217f4e9ae22ab85a92a069756e0 ---

[FFmpeg-cvslog] checkasm/sw_rgb: test rgb24/bgr24 to yuv

2024-06-05 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Jun 6 01:34:45 2024 +0800| [47ba87551c24429a2a838d8da5e3e3e712584173] | committer: James Almer checkasm/sw_rgb: test rgb24/bgr24 to yuv The line width 8 is supposed to test corner case, while the performance doesn't matter. Width 1080 is also a case