[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 7f6f438 web: add a news entry for 7.0

2024-04-04 Thread ffmpeg-git
The branch, master has been updated via 7f6f4387fa28d197ad78c55a1ea7bbcb1a7b0cb2 (commit) from 41b6aa8a92d184ffa43e3b39eb0fc7a89867d851 (commit) - Log - commit 7f6f4387fa28d197ad78c55a1ea7bbcb1a7b0cb2 Author:

[FFmpeg-cvslog] Tag n7.1-dev : Main development, master branch after release/7.0 branched off

2024-04-04 Thread git
[ffmpeg] [branch: refs/tags/n7.1-dev] Tag:1100b85bebe08a6ee46102013ce12e7e1d536100 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=1100b85bebe08a6ee46102013ce12e7e1d536100 Tagger: James Almer Date: Thu Apr 4 21:07:56 2024 -0300 Main development, master branch after release/7.0

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 41b6aa8 web: Add FFmpeg 7.0

2024-04-04 Thread ffmpeg-git
The branch, master has been updated via 41b6aa8a92d184ffa43e3b39eb0fc7a89867d851 (commit) via b2339414f087d5bdd0c620f5a8685198baf7ebf4 (commit) from 52dd873867a86f4d555b3e9c1e5a32b5ed62a0cc (commit) - Log -

[FFmpeg-cvslog] avcodec/wavpack: Fix leak and segfault on reallocation error

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: release/7.0 | Andreas Rheinhardt | Sun Mar 24 16:10:16 2024 +0100| [607fca80b7701a74af18e21ae3a95ad5a15259b1] | committer: Andreas Rheinhardt avcodec/wavpack: Fix leak and segfault on reallocation error av_realloc_f() frees the buffer it is given on allocation failure. But in

[FFmpeg-cvslog] avcodec/lossless_videoencdsp: Don't presume alignment in diff_bytes

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: release/7.0 | Andreas Rheinhardt | Thu Apr 4 03:45:57 2024 +0200| [82aa18828185d53d46a6bc0fa14af3252cefe5ee] | committer: Andreas Rheinhardt avcodec/lossless_videoencdsp: Don't presume alignment in diff_bytes The alignment of all the parameters in diff_bytes can be anything

[FFmpeg-cvslog] avcodec/ppc/h264dsp: Fix left shifts of negative numbers

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: release/7.0 | Andreas Rheinhardt | Thu Apr 4 02:28:00 2024 +0200| [0e3a46720af828726c8565d657b34b094759d444] | committer: Andreas Rheinhardt avcodec/ppc/h264dsp: Fix left shifts of negative numbers PPC equivalent of c756b3fca240df75ffa28e75f2eb34834c10294d. Signed-off-by:

[FFmpeg-cvslog] Tag n7.0 : FFmpeg 7.0 release

2024-04-04 Thread git
[ffmpeg] [branch: refs/tags/n7.0] Tag:fa053f314a0150bebe073438867e454182909c53 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=fa053f314a0150bebe073438867e454182909c53 Tagger: Michael Niedermayer Date: Fri Apr 5 01:29:23 2024 +0200 FFmpeg 7.0 release

[FFmpeg-cvslog] RELEASE_NOTES: Based on the version from 5.1

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Fri Nov 2 01:36:21 2018 +0100| [083443d67cb159ce469e5d902346b8d0c2cd1c93] | committer: Michael Niedermayer RELEASE_NOTES: Based on the version from 5.1 Name suggested by 7 people on ML Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] Update for 7.0

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Fri Apr 5 00:26:26 2024 +0200| [4f0e9457d66110dc23f51db0124e86c40a585468] | committer: Michael Niedermayer Update for 7.0 Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/wavpack: Remove always-false check

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 24 16:43:42 2024 +0100| [d307aca184a15be78236889c226f2699f40a1948] | committer: Andreas Rheinhardt avcodec/wavpack: Remove always-false check Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/dsd: Hoist branch out of loop

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 1 00:03:09 2024 +0200| [aecd63478e32b17a7896510b50165283c75d6ead] | committer: Andreas Rheinhardt avcodec/dsd: Hoist branch out of loop This is possible by not converting from LSBF to MSBF; instead add LSBF LUTs. This approach

[FFmpeg-cvslog] avcodec/dsddec: Fix decoding LSBF samples

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 31 23:42:13 2024 +0200| [6d38c260e57d3dcd9f106f378d0f190b0cb837fe] | committer: Andreas Rheinhardt avcodec/dsddec: Fix decoding LSBF samples ff_dsd2pcm_translate() works internally by converting LSBF input to MSBF upon reading; its buffer

[FFmpeg-cvslog] avcodec/dsd: Use double for LUTs

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 31 22:26:55 2024 +0200| [c720c691889be1e5841d72d5f2600c7cc35c8483] | committer: Andreas Rheinhardt avcodec/dsd: Use double for LUTs Needed to make DSD->PCM conversion bitexact across arches. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/wavpack: Only initialize DSD data when encountering DSD

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 31 23:41:17 2024 +0200| [e81fa9f482122311186840798d50c566674da93f] | committer: Andreas Rheinhardt avcodec/wavpack: Only initialize DSD data when encountering DSD Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/wavpack: Fix leak and segfault on reallocation error

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 24 16:10:16 2024 +0100| [2f59648aed8ba538e2ff3cd7edcb85f4501faa25] | committer: Andreas Rheinhardt avcodec/wavpack: Fix leak and segfault on reallocation error av_realloc_f() frees the buffer it is given on allocation failure. But in this

[FFmpeg-cvslog] fate/wavpack: Add test for DSD

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 31 23:38:11 2024 +0200| [1c2860e8152e7c23e1a1f8985b71c24e673b87e8] | committer: Andreas Rheinhardt fate/wavpack: Add test for DSD Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/lossless_videoencdsp: Don't presume alignment in diff_bytes

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 4 03:45:57 2024 +0200| [a4800643bba40cf8461406aa078da93e42e6ea6c] | committer: Andreas Rheinhardt avcodec/lossless_videoencdsp: Don't presume alignment in diff_bytes The alignment of all the parameters in diff_bytes can be anything the

[FFmpeg-cvslog] avcodec/ppc/h264dsp: Fix left shifts of negative numbers

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 4 02:28:00 2024 +0200| [e54696bcaa0819674e2f9bc7c9a4c87383675091] | committer: Andreas Rheinhardt avcodec/ppc/h264dsp: Fix left shifts of negative numbers PPC equivalent of c756b3fca240df75ffa28e75f2eb34834c10294d. Signed-off-by:

[FFmpeg-cvslog] avcodec, avformat/ffjni: fix duplicate JNI symbols

2024-04-04 Thread Leo Izen
ffmpeg | branch: release/7.0 | Leo Izen | Wed Mar 27 09:06:19 2024 -0400| [9a4c7b937f4b804a023a9949d1250a332b33107c] | committer: Matthieu Bouron avcodec, avformat/ffjni: fix duplicate JNI symbols Use SHLIBOBJS and STLIBOBJS in the Makefiles for avcodec and avformat, and add a stub ffjni.c to

[FFmpeg-cvslog] avcodec, avformat/ffjni: fix duplicate JNI symbols

2024-04-04 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Wed Mar 27 09:06:19 2024 -0400| [7c338f470f869978efa3ec161c5f28fa83840c00] | committer: Matthieu Bouron avcodec, avformat/ffjni: fix duplicate JNI symbols Use SHLIBOBJS and STLIBOBJS in the Makefiles for avcodec and avformat, and add a stub ffjni.c to

[FFmpeg-cvslog] avformat/pcm: Use 64bit in bitrate computation

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Thu Apr 4 00:42:20 2024 +0200| [abaa747ee5db942b59f7106bb76e4806ae5cae84] | committer: Michael Niedermayer avformat/pcm: Use 64bit in bitrate computation Fixes: signed integer overflow: 65792 * 65312 cannot be represented in type 'int'

[FFmpeg-cvslog] avformat/iamf_parse: Check sound_system

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Thu Apr 4 00:20:34 2024 +0200| [97751fda3eb4adef67b93a7033e81299133ddd7b] | committer: Michael Niedermayer avformat/iamf_parse: Check sound_system Fixes: index 13 out of bounds for type 'const struct IAMFSoundSystemMap [13]' Fixes:

[FFmpeg-cvslog] avformat/mxfdec: Check index_edit_rate

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Thu Apr 4 00:38:20 2024 +0200| [3736130e5b258732cd0dcff685aa11ce19d6f063] | committer: Michael Niedermayer avformat/mxfdec: Check index_edit_rate Fixes: Assertion b >=0 failed at libavutil/mathematics.c:62 Fixes:

[FFmpeg-cvslog] avcodec/wavarc: fix signed integer overflow in block type 6/19

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Thu Apr 4 00:15:27 2024 +0200| [1ef084f910928aa24adecb9198d9cf3a9c2d7e36] | committer: Michael Niedermayer avcodec/wavarc: fix signed integer overflow in block type 6/19 Fixes: signed integer overflow: -2088796289 + -91276551 cannot be

[FFmpeg-cvslog] swscale/utils: Fix xInc overflow

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Thu Apr 4 00:31:40 2024 +0200| [e0dd533ad6efa95cc6f15b04949d6bbba3207b35] | committer: Michael Niedermayer swscale/utils: Fix xInc overflow Fixes: signed integer overflow: 2 * 1073741824 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] doc/developer: (security) researchers should be credited

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Wed Apr 3 02:13:05 2024 +0200| [839e8baa2078552b5369a0e1a2d5468ee2a019df] | committer: Michael Niedermayer doc/developer: (security) researchers should be credited Reviewed-by: Tomas Härdin Signed-off-by: Michael Niedermayer (cherry

[FFmpeg-cvslog] avformat/isom: Uninit layout in ff_mp4_read_dec_config_descr()

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Mon Apr 1 22:56:02 2024 +0200| [d918d9afe0d4bcc3f149166143132f0d582108dd] | committer: Michael Niedermayer avformat/isom: Uninit layout in ff_mp4_read_dec_config_descr() Fixes: memleak Fixes:

[FFmpeg-cvslog] avformat/pcm: Use 64bit in bitrate computation

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 4 00:42:20 2024 +0200| [bf3b74142e4402912e26b5e58a0b63f87ec3cd21] | committer: Michael Niedermayer avformat/pcm: Use 64bit in bitrate computation Fixes: signed integer overflow: 65792 * 65312 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] avformat/mxfdec: Check index_edit_rate

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 4 00:38:20 2024 +0200| [ed49391961999f028e0bc55767d0eef6eeb15e49] | committer: Michael Niedermayer avformat/mxfdec: Check index_edit_rate Fixes: Assertion b >=0 failed at libavutil/mathematics.c:62 Fixes:

[FFmpeg-cvslog] swscale/utils: Fix xInc overflow

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 4 00:31:40 2024 +0200| [1a9eda65d027e0167f7363e0514f71311ac5d8d1] | committer: Michael Niedermayer swscale/utils: Fix xInc overflow Fixes: signed integer overflow: 2 * 1073741824 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] avformat/iamf_parse: Check sound_system

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 4 00:20:34 2024 +0200| [4593cf7ab3f0ff2884880b625f1873f0eaf7a439] | committer: Michael Niedermayer avformat/iamf_parse: Check sound_system Fixes: index 13 out of bounds for type 'const struct IAMFSoundSystemMap [13]' Fixes:

[FFmpeg-cvslog] avcodec/wavarc: fix signed integer overflow in block type 6/19

2024-04-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 4 00:15:27 2024 +0200| [28c7094b25b689185155a6833caf2747b94774a4] | committer: Michael Niedermayer avcodec/wavarc: fix signed integer overflow in block type 6/19 Fixes: signed integer overflow: -2088796289 + -91276551 cannot be

[FFmpeg-cvslog] avcodec/liblc3enc: don't force unspec channel layouts

2024-04-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 4 13:26:49 2024 -0300| [3db674614d52577dc844df34d11e7aa617923ae6] | committer: James Almer avcodec/liblc3enc: don't force unspec channel layouts We only care about channel count. Layout details will be ignored either way. Signed-off-by: James

[FFmpeg-cvslog] avcodec/liblc3dec: sanitize channel count in avctx

2024-04-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 4 13:25:55 2024 -0300| [45d2110fc72638c47a60b35511b4367fa65583cc] | committer: James Almer avcodec/liblc3dec: sanitize channel count in avctx Should prevent out of array accesses. Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/liblc3: add encoding/decoding support of LC3 audio codec

2024-04-04 Thread Antoine Soulier via ffmpeg-devel
ffmpeg | branch: master | Antoine Soulier via ffmpeg-devel | Mon Apr 1 21:32:04 2024 +| [240fd04db231efa4abad3abbd808140b4112324a] | committer: Stefano Sabatini avcodec/liblc3: add encoding/decoding support of LC3 audio codec The LC3 audio codec is the default codec of Bluetooth LE

[FFmpeg-cvslog] Changelog: fix typos for 7.0 section

2024-04-04 Thread Marth64
ffmpeg | branch: release/7.0 | Marth64 | Thu Apr 4 10:08:21 2024 -0500| [4866aaf7c50ae256a0e29312163fd24189a22094] | committer: James Almer Changelog: fix typos for 7.0 section Signed-off-by: James Almer (cherry picked from commit e3335e9e9ebfff4acea97fd715b2824ec1957b96) >

[FFmpeg-cvslog] Changelog: fix typos for 7.0 section

2024-04-04 Thread Marth64
ffmpeg | branch: master | Marth64 | Thu Apr 4 10:08:21 2024 -0500| [e3335e9e9ebfff4acea97fd715b2824ec1957b96] | committer: James Almer Changelog: fix typos for 7.0 section Signed-off-by: James Almer >

[FFmpeg-cvslog] swscale/ppc/swscale_ppc_template: Remove code not passing checkasm

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 4 04:43:38 2024 +0200| [95b4aea5e34b99cab5cc3a06f74898ec42509120] | committer: Andreas Rheinhardt swscale/ppc/swscale_ppc_template: Remove code not passing checkasm Reviewed-by: Lynne Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] swscale/ppc/swscale_ppc_template: Reindent after the previous commit

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 4 04:47:02 2024 +0200| [428ff7bd8c76c329f280bcaf88f8a9947ed8bbe0] | committer: Andreas Rheinhardt swscale/ppc/swscale_ppc_template: Reindent after the previous commit Reviewed-by: Lynne Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/vvc: Rename vvc_?foo->foo

2024-04-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 4 04:14:58 2024 +0200| [db063212c8dde0d6082856935e2b2275230bc365] | committer: Andreas Rheinhardt avcodec/vvc: Rename vvc_?foo->foo A namespace is unnecessary here given that all these files are already in the vvc subfolder.

[FFmpeg-cvslog] changelog: update for 7.0

2024-04-04 Thread Jean-Baptiste Kempf
ffmpeg | branch: release/7.0 | Jean-Baptiste Kempf | Wed Apr 3 23:12:54 2024 +0200| [3b6732bcb30783daaf5998207bf79061f4733ff5] | committer: James Almer changelog: update for 7.0 Signed-off-by: James Almer (cherry picked from commit 486a2b964ba4e496ecd821e189d495ad06585abe) >

[FFmpeg-cvslog] changelog: update for 7.0

2024-04-04 Thread Jean-Baptiste Kempf
ffmpeg | branch: master | Jean-Baptiste Kempf | Wed Apr 3 23:12:54 2024 +0200| [486a2b964ba4e496ecd821e189d495ad06585abe] | committer: James Almer changelog: update for 7.0 Signed-off-by: James Almer >

[FFmpeg-cvslog] libavfilter/dnn_backend_openvino: Check bbox's height

2024-04-04 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Tue Apr 2 16:13:05 2024 +0800| [8869f5ce864f197f3192c1660124e64da3f26989] | committer: Guo Yejun libavfilter/dnn_backend_openvino: Check bbox's height Check bbox's height with frame's height rather than frame's width. Signed-off-by: Wenbin Chen

[FFmpeg-cvslog] libavfilter/dnn_io_proc: Take step into consideration when crop frame

2024-04-04 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Tue Apr 2 16:13:06 2024 +0800| [478d97f3034fd7c0e1d8a1068b649e8fcc16f82f] | committer: Guo Yejun libavfilter/dnn_io_proc: Take step into consideration when crop frame Signed-off-by: Wenbin Chen Reviewed-by: Guo Yejun >