[FFmpeg-cvslog] lavc/vp9dsp: fix indentation

2024-05-13 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Fri May 10 19:35:19 2024 +0300| [38e7b0ecf8bc876072dc1a6caf7cadc2360910f3] | committer: Rémi Denis-Courmont lavc/vp9dsp: fix indentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=38e7b0ecf8bc876072dc1a6caf7cadc2360910f3 --- li

[FFmpeg-cvslog] lavc/riscv: use ff_rv_vlen_least()

2024-05-13 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Fri May 10 19:37:57 2024 +0300| [cdcb4b98b7f74d87a6274899ff70724795d551cb] | committer: Rémi Denis-Courmont lavc/riscv: use ff_rv_vlen_least() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdcb4b98b7f74d87a6274899ff70724795d551cb --

[FFmpeg-cvslog] lavu/riscv: add ff_rv_vlen_least()

2024-05-13 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Fri May 10 19:37:01 2024 +0300| [247c5b2b97b1de6645d1cb9f69a21ca0e76341d8] | committer: Rémi Denis-Courmont lavu/riscv: add ff_rv_vlen_least() This inline function checks that the vector length is at least a given value. With this, most run-time

[FFmpeg-cvslog] x86/flacdsp: add an SSE4 version of wasted33

2024-05-13 Thread James Almer
ffmpeg | branch: master | James Almer | Sun May 12 12:36:01 2024 -0300| [eb5733f38f56ca79e3bbcf2e3c12483d219f0523] | committer: James Almer x86/flacdsp: add an SSE4 version of wasted33 flac_wasted_33_c: 214.1 flac_wasted_33_sse4: 103.2 Signed-off-by: James Almer > http://git.videolan.org/git

[FFmpeg-cvslog] x86/flacdsp: remove unused parameters to pmacsdql macro

2024-05-13 Thread James Almer
ffmpeg | branch: master | James Almer | Sun May 12 21:54:03 2024 -0300| [b450c44630ba3b4166dac55e56cfd81a7b122837] | committer: James Almer x86/flacdsp: remove unused parameters to pmacsdql macro Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b450c44630

[FFmpeg-cvslog] checkasm/flacdsp: add a test for wasted33

2024-05-13 Thread James Almer
ffmpeg | branch: master | James Almer | Sun May 12 12:35:29 2024 -0300| [5ba6f4e63e49c815a2964a6e4139f62700eebf0a] | committer: James Almer checkasm/flacdsp: add a test for wasted33 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ba6f4e63e49c815a2964a6e

[FFmpeg-cvslog] lavc/aarch64/fdct: add neon-optimized fdct for aarch64

2024-05-13 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Wed Apr 17 20:01:38 2024 +0200| [d4d09c8e4220ec0872784c44b9ca299bc30244e7] | committer: Ramiro Polla lavc/aarch64/fdct: add neon-optimized fdct for aarch64 The code is imported from libjpeg-turbo-3.0.1. The neon registers used have been changed to avoid

[FFmpeg-cvslog] lavc/aarch64: fix include for cpu.h

2024-05-13 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun Jan 21 22:57:41 2024 +0100| [27f6211c74f3343008669494dc2f852ea7de7754] | committer: Ramiro Polla lavc/aarch64: fix include for cpu.h > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=27f6211c74f3343008669494dc2f852ea7de7754 --- libavcode

[FFmpeg-cvslog] avcodec/bsf/dts2pts: Fix shadowing

2024-05-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu May 9 13:48:20 2024 +0200| [4df43df6e14dc95f883cb142d814cceec1380872] | committer: Andreas Rheinhardt avcodec/bsf/dts2pts: Fix shadowing Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4df43df6e

[FFmpeg-cvslog] configure: Add missing ftr_parser->adts_header,mpeg4audio dependencies

2024-05-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu May 9 14:35:25 2024 +0200| [b7b1a4e6c3ee25ff1748d0b4f9b2b68632a0708b] | committer: Andreas Rheinhardt configure: Add missing ftr_parser->adts_header,mpeg4audio dependencies Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] configure, avcodec/Makefile: Add h264parse->h264data,golomb dependencies

2024-05-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu May 9 14:01:38 2024 +0200| [06d1840b5654b0785f9df0d596592c5646fc5c2e] | committer: Andreas Rheinhardt configure, avcodec/Makefile: Add h264parse->h264data,golomb dependencies Fixes standalone compilation of the dts2pts BSF. Signed-off-by: An

[FFmpeg-cvslog] aacdec: restore arm32 dequantization optimizations

2024-05-13 Thread Lynne
ffmpeg | branch: master | Lynne | Sat May 11 07:27:17 2024 +0200| [baf8651d563bd42b27738e5215c0d822638c0a9b] | committer: Lynne aacdec: restore arm32 dequantization optimizations Unintentionally removed as part of 03cf10164578aed33f4d0cb5b69d63669c01a538. Untested, but its assumed that unlike m