[FFmpeg-cvslog] x86/float_dsp: add SSE2 and AVX versions of scalarproduct_double

2024-06-03 Thread James Almer
ffmpeg | branch: master | James Almer | Fri May 31 16:47:08 2024 -0300| [a14440867c6059890ce34750d1aeba5f0f6fd57b] | committer: James Almer x86/float_dsp: add SSE2 and AVX versions of scalarproduct_double Signed-off-by: James Almer >

[FFmpeg-cvslog] aacdec_usac: error out on receiving too many channels for the current layout

2024-06-03 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 2 23:51:28 2024 +0200| [0d93e04bc6271c6c834a8762215943f963225ffc] | committer: Lynne aacdec_usac: error out on receiving too many channels for the current layout Verify that we have a correct number of channels. >

[FFmpeg-cvslog] aacdec_usac: fix typo in debug message

2024-06-03 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Jun 3 02:46:44 2024 +0200| [7413b81e50c61d6d7d0743d6e2284fc7ecc64b0e] | committer: Lynne aacdec_usac: fix typo in debug message > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7413b81e50c61d6d7d0743d6e2284fc7ecc64b0e ---

[FFmpeg-cvslog] aacdec_usac: error out on too many elements

2024-06-03 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 2 23:45:31 2024 +0200| [39826eacff9a93cdea2975bc30057c87e44ffb99] | committer: Lynne aacdec_usac: error out on too many elements USAC supports up to 64 audio channels, but puts no limit on the total number of extensions that may be present. Which may

[FFmpeg-cvslog] aacdec_usac: fix off by one error check on channel numbers

2024-06-03 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 2 23:52:59 2024 +0200| [f4371029f88d2bfa2ce98d325fa1a910be92ccb5] | committer: Lynne aacdec_usac: fix off by one error check on channel numbers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4371029f88d2bfa2ce98d325fa1a910be92ccb5 ---

[FFmpeg-cvslog] aacdec_usac: prevent get_bits(0) in get_escaped_value

2024-06-03 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 2 23:27:50 2024 +0200| [b70fdbde9cef48bc14d7d2095439993c90e2e7d6] | committer: Lynne aacdec_usac: prevent get_bits(0) in get_escaped_value Some calls to get_escaped_value() specify 0 bits as the third value. This would result in get_bits(0), which is

[FFmpeg-cvslog] aacdec_usac: error out on receiving too many channels for the current layout

2024-06-03 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 2 23:51:28 2024 +0200| [34e92e98c49e74679b3ef806dc8db2f49f5d72f3] | committer: Lynne aacdec_usac: error out on receiving too many channels for the current layout Verify that we have a correct number of channels. >

[FFmpeg-cvslog] aacdec_usac: prevent get_bits(0) in get_escaped_value

2024-06-03 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 2 23:27:50 2024 +0200| [208dd9fdea32175736e294d2de6602d4d44b97f6] | committer: Lynne aacdec_usac: prevent get_bits(0) in get_escaped_value Some calls to get_escaped_value() specify 0 bits as the third value. This would result in get_bits(0), which is

[FFmpeg-cvslog] aacdec_usac: fix typo in debug message

2024-06-03 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Jun 3 02:46:44 2024 +0200| [42e7dfe5a6647081ada80808366ef271cbab5b96] | committer: Lynne aacdec_usac: fix typo in debug message > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42e7dfe5a6647081ada80808366ef271cbab5b96 ---

[FFmpeg-cvslog] aacdec_usac: fix off by one error check on channel numbers

2024-06-03 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 2 23:52:59 2024 +0200| [8ad8b5e63e28144d7378eef7632165040c8feb8a] | committer: Lynne aacdec_usac: fix off by one error check on channel numbers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ad8b5e63e28144d7378eef7632165040c8feb8a ---

[FFmpeg-cvslog] aacdec_usac: error out on too many elements

2024-06-03 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 2 23:45:31 2024 +0200| [2554c5e39ede9e5f764bdbb47e506bd533995c73] | committer: Lynne aacdec_usac: error out on too many elements USAC supports up to 64 audio channels, but puts no limit on the total number of extensions that may be present. Which may

[FFmpeg-cvslog] lavc/aacencdsp: R-V V quant_bands

2024-06-03 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Fri May 31 22:17:19 2024 +0300| [fd4977c87637f8ae3a48df555270c585d0667132] | committer: Rémi Denis-Courmont lavc/aacencdsp: R-V V quant_bands T-Head C908: quant_bands_signed_c:576.0 quant_bands_signed_rvv_f32: 48.7

[FFmpeg-cvslog] checkasm: add aacencdsp.quant_bands test

2024-06-03 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Fri May 31 21:17:41 2024 +0300| [be6f8c439a6aceca7a6ca6980b678b74e5f23261] | committer: Rémi Denis-Courmont checkasm: add aacencdsp.quant_bands test >

[FFmpeg-cvslog] avcodec/tiff: Suppress unused variable warnings

2024-06-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jun 2 06:11:46 2024 +0200| [bb3c50b46d50b8bf4f45d7ae8f24607aaf23acea] | committer: Andreas Rheinhardt avcodec/tiff: Suppress unused variable warnings Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avformat/nutdec: Don't create inconsistent side data

2024-06-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu May 30 01:58:23 2024 +0200| [87a13986bc08627dc847f4475bc91ee7c78618de] | committer: Andreas Rheinhardt avformat/nutdec: Don't create inconsistent side data Forgotten in 65ddc74988245a01421a63c5cffa4d900c47117c. Signed-off-by: Andreas

[FFmpeg-cvslog] lavc/speedhqenc: Require width to be a multiple of 16

2024-06-03 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin | Tue May 14 13:03:22 2024 +0200| [4037d5e103768e3c17841f2a4f94d5853ed7474a] | committer: Tomas Härdin lavc/speedhqenc: Require width to be a multiple of 16 >

[FFmpeg-cvslog] lavc/speedhqdec: Reindent

2024-06-03 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin | Mon May 13 17:01:28 2024 +0200| [017a18b0261749924a4864bafdb65fc9d738eebf] | committer: Tomas Härdin lavc/speedhqdec: Reindent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=017a18b0261749924a4864bafdb65fc9d738eebf ---

[FFmpeg-cvslog] lavc/speedhqdec: Add AV_CODEC_CAP_SLICE_THREADS

2024-06-03 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin | Mon May 13 16:36:31 2024 +0200| [42d5ddb2de8fccec7606c785e4adef3392df1c1c] | committer: Tomas Härdin lavc/speedhqdec: Add AV_CODEC_CAP_SLICE_THREADS Each field slice is assigned to one thread. Serial performance is unaffected. >

[FFmpeg-cvslog] doc/filters/curves: fix typos

2024-06-03 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Mon Jun 3 11:24:33 2024 +0200| [77ad4499117860e03254044bfb7b929d3ae40f0e] | committer: Stefano Sabatini doc/filters/curves: fix typos > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77ad4499117860e03254044bfb7b929d3ae40f0e ---

[FFmpeg-cvslog] doc/filters/tiltandshift: apply typo fixes, add introductory description

2024-06-03 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Mon Jun 3 11:07:27 2024 +0200| [17a759cce13b5d9562c8b9c07e0cf603292a44b2] | committer: Stefano Sabatini doc/filters/tiltandshift: apply typo fixes, add introductory description >