[FFmpeg-cvslog] avcodec/decode: remove unused argument from ff_frame_new_side_data_from_buf()

2024-07-29 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jul 29 13:59:35 2024 -0300| [afb06aef7ebeaecd843d0af62dd32546245475c2] | committer: James Almer avcodec/decode: remove unused argument from ff_frame_new_side_data_from_buf() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] lavc/vp9dsp: use restrict qualifier for copy/avg MC

2024-07-29 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Jul 22 21:06:01 2024 +0300| [c98127c00eab4d2d9414a0a8c5b27bf7e17f5866] | committer: Rémi Denis-Courmont lavc/vp9dsp: use restrict qualifier for copy/avg MC Same as previous commit. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] lavc/vp9dsp: remove R-V I intra functions

2024-07-29 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Jul 22 21:09:59 2024 +0300| [7b24f96c879367ba2d5ecbd24a672298b9e278e7] | committer: Rémi Denis-Courmont lavc/vp9dsp: remove R-V I intra functions At this point, they are identical to the C code, except for instruction ordering. In fact, they

[FFmpeg-cvslog] lavc/vp9dsp: restrict vertical intra pointers

2024-07-29 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Jul 22 20:49:10 2024 +0300| [56fc5fc6ce9b4d3b9505a652d2a29f4f0662e4e2] | committer: Rémi Denis-Courmont lavc/vp9dsp: restrict vertical intra pointers This lets the compiler unroll ever so slightly better (at least in the 16x16 case for RISC-V

[FFmpeg-cvslog] lavc/vp9dsp: copy 8 pixels at once

2024-07-29 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Jul 22 21:06:38 2024 +0300| [7aa6510fe1fc726f0acd22c5b2d2537c69099395] | committer: Rémi Denis-Courmont lavc/vp9dsp: copy 8 pixels at once In the 8-bit case, we can actually read/write 8 aligned pixel values per load/store, which unsurprising

[FFmpeg-cvslog] swsresample/swresample: error out on invalid layouts

2024-07-29 Thread James Almer
ffmpeg | branch: release/5.1 | James Almer | Thu Sep 8 19:43:03 2022 -0300| [a937b3c58babae893fb46b286a4792cd24a01d3d] | committer: Michael Niedermayer swsresample/swresample: error out on invalid layouts If it's unsupported or invalid, then there's no point trying to rebuild it using a value

[FFmpeg-cvslog] avutil/intreadwrite: add missing aligned read/write macros

2024-07-29 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 25 23:15:32 2024 -0300| [753f2aeed768fba7227e142e59ac29e307ab201a] | committer: James Almer avutil/intreadwrite: add missing aligned read/write macros Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=753f2ae

[FFmpeg-cvslog] avcodec/amfenc_av1: use AV_WL32A

2024-07-29 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 25 23:15:33 2024 -0300| [09de979ff614e559ad088c5438adeaaa2645a3ef] | committer: James Almer avcodec/amfenc_av1: use AV_WL32A Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09de979ff614e559ad088c5438adeaaa2

[FFmpeg-cvslog] avformat/matroskadec: use AV_WL32A

2024-07-29 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 25 23:15:34 2024 -0300| [f1fcc3ca5ff7a8d1bc62d0ea28bc9ed87efa4051] | committer: James Almer avformat/matroskadec: use AV_WL32A Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1fcc3ca5ff7a8d1bc62d0ea28bc9ed

[FFmpeg-cvslog] avformat/mov: use AV_WL*A

2024-07-29 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 25 23:15:35 2024 -0300| [92b317245c8adefd92c2cf563b05cc38bb1eb150] | committer: James Almer avformat/mov: use AV_WL*A Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92b317245c8adefd92c2cf563b05cc38bb1eb150

[FFmpeg-cvslog] x86/intreadwrite: add SSE2 optimized AV_COPY128U

2024-07-29 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 25 13:20:07 2024 -0300| [9e7a93c6fd1706644c775a608b12a84960940d61] | committer: James Almer x86/intreadwrite: add SSE2 optimized AV_COPY128U Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e7a93c6fd1706644