[FFmpeg-cvslog] avcodec/evc_parse: Check num_remaining_tiles_in_slice_minus1

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Thu Oct 5 00:59:19 2023 +0200| [56b50b945bccb66368088151924cd635782cdad1] | committer: Michael Niedermayer avcodec/evc_parse: Check num_remaining_tiles_in_slice_minus1 Fixes: out of array access Fixes:

[FFmpeg-cvslog] Update for 6.1

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Fri Nov 10 02:18:55 2023 +0100| [b8eefd006152d7cba3c414429e3c7f922d139e8e] | committer: Michael Niedermayer Update for 6.1 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8eefd006152d7cba3c414429e3c7f922d139e8e --- RELEASE

[FFmpeg-cvslog] avcodec/4xm: Check for cfrm exhaustion

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Wed Nov 8 01:44:07 2023 +0100| [d57ea70234fc8b913b1822632d7537f0ad813582] | committer: Michael Niedermayer avcodec/4xm: Check for cfrm exhaustion Fixes: index -1 out of bounds for type 'CFrameBuffer [100]' Fixes:

[FFmpeg-cvslog] doc/APIchanges: Fill in missing values

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Fri Nov 10 02:04:25 2023 +0100| [e1bbae68fcbcb72dcecaa883f9f036fed007ebc1] | committer: Michael Niedermayer doc/APIchanges: Fill in missing values Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avformat/mov: Disallow FTYP after streams

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Wed Nov 8 01:37:11 2023 +0100| [422ce1f21abd0e7cf1b0f7dd11a75ec2b1322530] | committer: Michael Niedermayer avformat/mov: Disallow FTYP after streams Fixes: Assertion !c->fc->nb_streams failed at libavformat/mov.c:7799 Fixes:

[FFmpeg-cvslog] doc/html: support texinfo 7.0

2023-11-09 Thread Frank Plowman
ffmpeg | branch: release/6.1 | Frank Plowman | Wed Nov 8 07:55:18 2023 +| [37c6124893dc4555443bcc72b4a6f97ba1b73711] | committer: Michael Niedermayer doc/html: support texinfo 7.0 Resolves trac ticket #10636 (http://trac.ffmpeg.org/ticket/10636). Texinfo 7.0, released in November 2022,

[FFmpeg-cvslog] avformat/lafdec: Check for 0 parameters

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Fri Nov 3 00:33:41 2023 +0100| [9ee0cd2190cabcc5b9f92c4d64da9ef28d60022d] | committer: Michael Niedermayer avformat/lafdec: Check for 0 parameters Fixes: Timeout Fixes:

[FFmpeg-cvslog] avfilter/framesync: fix order of operation with = and <0

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Thu Nov 2 23:49:53 2023 +0100| [d660dd1e0a0d87b88e626531e2577be209e510c5] | committer: Michael Niedermayer avfilter/framesync: fix order of operation with = and <0 Reviewed-by: Sean McGovern Reviewed-by: Nicolas George Signed-off-by:

[FFmpeg-cvslog] avcodec/flicvideo: consider width in copy loops

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Fri Nov 3 00:10:02 2023 +0100| [962d667964ffc5e5133d7fc56b5fbd8ce7376553] | committer: Michael Niedermayer avcodec/flicvideo: consider width in copy loops Fixes: out of array write Fixes:

[FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for CSCD

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Sat Oct 21 00:11:02 2023 +0200| [4f863e52dd1e34d66a19cf00f13fd053c8e8c8fc] | committer: Michael Niedermayer tools/target_dec_fuzzer: Adjust threshold for CSCD Fixes: Timeout Fixes:

[FFmpeg-cvslog] avfilter/buffersink: fix order of operation with = and <0

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Thu Nov 2 23:49:53 2023 +0100| [29294657189af64f299fc0c7b67ff1aa27781138] | committer: Michael Niedermayer avfilter/buffersink: fix order of operation with = and <0 Reviewed-by: Sean McGovern Reviewed-by: Nicolas George Signed-off-by:

[FFmpeg-cvslog] avcodec/vlc: Skip subtable entries in multi VLC

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Sun Oct 22 21:20:25 2023 +0200| [e8541ed9f132a69c152c7da0b8fef57cea2f926a] | committer: Michael Niedermayer avcodec/vlc: Skip subtable entries in multi VLC These entries do not correspond to VLC symbols that can be used they do corrupt

[FFmpeg-cvslog] avcodec/vlc: Pass VLC_MULTI_ELEM directly not by pointer

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Sun Oct 22 22:14:47 2023 +0200| [a1d9e282728a5cfc7a22c272a53328dff9367046] | committer: Michael Niedermayer avcodec/vlc: Pass VLC_MULTI_ELEM directly not by pointer This makes the code more testable as uninitialized fields are 0 and not

[FFmpeg-cvslog] avcodec/vlc: Replace mysterious max computation code in multi vlc

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Sun Oct 22 21:36:11 2023 +0200| [597d5744807dfe85808aa1f854438c0c5f0e1867] | committer: Michael Niedermayer avcodec/vlc: Replace mysterious max computation code in multi vlc Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/dovi_rpu: Use 64 bit in get_us/se_coeff()

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Fri Oct 20 23:50:07 2023 +0200| [8904bc8e76f558b2291c065304fd0a7caad3bdb9] | committer: Michael Niedermayer avcodec/dovi_rpu: Use 64 bit in get_us/se_coeff() Fixes: shift exponent 32 is too large for 32-bit type 'int' Fixes:

[FFmpeg-cvslog] avcodec/apedec: Fix integer overflow in predictor_decode_stereo_3950()

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Fri Oct 20 18:20:14 2023 +0200| [c9a9dbfebf749f0fa8d938e6f64adaef438ea9f9] | committer: Michael Niedermayer avcodec/apedec: Fix integer overflow in predictor_decode_stereo_3950() Fixes: signed integer overflow: 1900031961 + 553590817 cannot

[FFmpeg-cvslog] avformat/mov: Check that is_still_picture_avif has no trak based streams

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Sun Oct 15 01:52:20 2023 +0200| [cebc2b3880eed069a4487cc925fcd0c50677] | committer: Michael Niedermayer avformat/mov: Check that is_still_picture_avif has no trak based streams Fixes: Assertion failure in mov_read_iloc( in

[FFmpeg-cvslog] avcodec/evc_parse: remove pow() and log2()

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Thu Oct 5 00:10:18 2023 +0200| [38dc8767df7c2432c72c18e46677047ca6d1e0d5] | committer: Michael Niedermayer avcodec/evc_parse: remove pow() and log2() The use of float based functions is both unneeded and wrong due to unpredictable

[FFmpeg-cvslog] avcodec/evc_parse: Check tid

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer | Thu Oct 5 00:19:53 2023 +0200| [3d1ca4c3ff28905258f1382a91fd17d3cbea7800] | committer: Michael Niedermayer avcodec/evc_parse: Check tid The check is based on not infinite looping. It is likely a more strict check can be done Fixes:

[FFmpeg-cvslog] doc/APIchanges: Fill in missing values

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 10 02:04:25 2023 +0100| [409b29d3f92c8f0347527c3807c473094574f163] | committer: Michael Niedermayer doc/APIchanges: Fill in missing values Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 5d6b55c web/download: add FFmpeg 5.1.4 and 6.0.1

2023-11-09 Thread ffmpeg-git
The branch, master has been updated via 5d6b55c9c298aa0578c532911be3437a9f3ef34a (commit) from 2b7ce01d0244d77829fdd59994a5d351e61a5057 (commit) - Log - commit 5d6b55c9c298aa0578c532911be3437a9f3ef34a Author:

[FFmpeg-cvslog] Tag n6.0.1 : FFmpeg 6.0.1 release

2023-11-09 Thread git
[ffmpeg] [branch: refs/tags/n6.0.1] Tag:62d282d866b20c5c5f23c3d6fc407be4febd9660 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=62d282d866b20c5c5f23c3d6fc407be4febd9660 Tagger: Michael Niedermayer Date: Fri Nov 10 01:00:33 2023 +0100 FFmpeg 6.0.1 release

[FFmpeg-cvslog] Changelog: update

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.0 | Michael Niedermayer | Fri Nov 10 01:00:22 2023 +0100| [c41ff724ede7da657762d61097e26fac296c53bf] | committer: Michael Niedermayer Changelog: update Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/4xm: Check for cfrm exhaustion

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.0 | Michael Niedermayer | Wed Nov 8 01:44:07 2023 +0100| [1f61aad00d09247d836d413c083ea00e7b46321f] | committer: Michael Niedermayer avcodec/4xm: Check for cfrm exhaustion Fixes: index -1 out of bounds for type 'CFrameBuffer [100]' Fixes:

[FFmpeg-cvslog] avformat/mov: Disallow FTYP after streams

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/6.0 | Michael Niedermayer | Wed Nov 8 01:37:11 2023 +0100| [dcaadb2a10ab61841f50f74e9ed5d5c0dcb640ed] | committer: Michael Niedermayer avformat/mov: Disallow FTYP after streams Fixes: Assertion !c->fc->nb_streams failed at libavformat/mov.c:7799 Fixes:

[FFmpeg-cvslog] Tag n5.1.4 : FFmpeg 5.1.4 release

2023-11-09 Thread git
[ffmpeg] [branch: refs/tags/n5.1.4] Tag:80e7806be7f10c038bef2e71905e91af174c28e9 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=80e7806be7f10c038bef2e71905e91af174c28e9 Tagger: Michael Niedermayer Date: Fri Nov 10 00:33:04 2023 +0100 FFmpeg 5.1.4 release

[FFmpeg-cvslog] Update for 5.1.4

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/5.1 | Michael Niedermayer | Fri Nov 10 00:32:27 2023 +0100| [4729204c17f756e186d622060088371d10b34f7e] | committer: Michael Niedermayer Update for 5.1.4 Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/4xm: Check for cfrm exhaustion

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/5.1 | Michael Niedermayer | Wed Nov 8 01:44:07 2023 +0100| [49beba036c83e19cf71ffc59f8b9efdf5076c2e1] | committer: Michael Niedermayer avcodec/4xm: Check for cfrm exhaustion Fixes: index -1 out of bounds for type 'CFrameBuffer [100]' Fixes:

[FFmpeg-cvslog] avformat/mov: Disallow FTYP after streams

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: release/5.1 | Michael Niedermayer | Wed Nov 8 01:37:11 2023 +0100| [b49de8dfe68ae0b826ebee42091b89dfdbe41270] | committer: Michael Niedermayer avformat/mov: Disallow FTYP after streams Fixes: Assertion !c->fc->nb_streams failed at libavformat/mov.c:7799 Fixes:

[FFmpeg-cvslog] avcodec/evc_parse: Check num_remaining_tiles_in_slice_minus1

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 5 00:59:19 2023 +0200| [ac4e3e188af8bf6f0c4a808a24f6ff0daba78248] | committer: Michael Niedermayer avcodec/evc_parse: Check num_remaining_tiles_in_slice_minus1 Fixes: out of array access Fixes:

[FFmpeg-cvslog] avcodec/4xm: Check for cfrm exhaustion

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 8 01:44:07 2023 +0100| [bb0a684d93f793457f7bff3940a1398eb9e91703] | committer: Michael Niedermayer avcodec/4xm: Check for cfrm exhaustion Fixes: index -1 out of bounds for type 'CFrameBuffer [100]' Fixes:

[FFmpeg-cvslog] avformat/mov: Disallow FTYP after streams

2023-11-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 8 01:37:11 2023 +0100| [19fcf4313148e86aa47d81a8d5d5e8d056f1f906] | committer: Michael Niedermayer avformat/mov: Disallow FTYP after streams Fixes: Assertion !c->fc->nb_streams failed at libavformat/mov.c:7799 Fixes:

[FFmpeg-cvslog] avcodec/pnm: explicitly tag color range

2023-11-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Wed Oct 25 18:46:24 2023 +0200| [96d2a40b9ee0ddd1844b82c23a074804c316caa5] | committer: Niklas Haas avcodec/pnm: explicitly tag color range PGMYUV seems to be always limited range. This was a format originally invented by FFmpeg at a time when YUVJ

[FFmpeg-cvslog] avfilter/vf_scale: simplify color matrix parsing logic

2023-11-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Tue Oct 31 12:54:19 2023 +0100| [5d5bb77af11eb6e9bea8b5eb5f1ecba10c72dcfd] | committer: Niklas Haas avfilter/vf_scale: simplify color matrix parsing logic No need to write a custom string parser when we can just use an integer option with preset values.

[FFmpeg-cvslog] avfilter/vf_scale: tag output color space

2023-11-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Tue Oct 31 12:55:26 2023 +0100| [cf60046cdcdb67fce8cea11c4dbab5bb8f931430] | committer: Niklas Haas avfilter/vf_scale: tag output color space When using vf_scale to force a specific output color space, also tag this on the AVFrame. (Mirroring existing

[FFmpeg-cvslog] avfilter/vf_alphamerge: warn if input not full range

2023-11-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Oct 27 16:59:40 2023 +0200| [ea9557043e9e23a0b7e9709fbb2b2668d00522ef] | committer: Niklas Haas avfilter/vf_alphamerge: warn if input not full range Alpha planes must always be full range, so complain loudly if fed limited range grayscale input. >

[FFmpeg-cvslog] swscale: don't omit ff_sws_init_range_convert for high-bit

2023-11-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Sat Oct 28 13:19:52 2023 +0200| [d043e5c54c3f8e98be1a4bc1bcb76407af0e8ac7] | committer: Niklas Haas swscale: don't omit ff_sws_init_range_convert for high-bit This was a complete hack seemingly designed to work around a different bug, which was fixed in

[FFmpeg-cvslog] avfilter/vf_extractplanes: tag alpha plane as full range

2023-11-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Oct 27 16:55:06 2023 +0200| [b7284f24105c5f37aa8e6262e3ccc7b4ed157095] | committer: Niklas Haas avfilter/vf_extractplanes: tag alpha plane as full range Alpha planes are explicitly full range, even for limited range YUVA formats. Mark them as such.

[FFmpeg-cvslog] swscale/yuv2rgb: fix sws_getCoefficients for colorspace=0

2023-11-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Sat Oct 28 15:46:51 2023 +0200| [736284e7b98cebadbc5b248f1080950c207bb5a2] | committer: Niklas Haas swscale/yuv2rgb: fix sws_getCoefficients for colorspace=0 The documentation states that invalid entries default to SWS_CS_DEFAULT. A value of 0 is not a

[FFmpeg-cvslog] swscale: fix sws_setColorspaceDetails after sws_init_context

2023-11-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Oct 27 16:45:12 2023 +0200| [cedf589c09c567b72bf4c1a58db53d94622567e1] | committer: Niklas Haas swscale: fix sws_setColorspaceDetails after sws_init_context More commonly, this fixes the case of sws_setColorspaceDetails after sws_getContext, since

[FFmpeg-cvslog] avfilter/vf_tpad: fix check for drawing initialization

2023-11-09 Thread Marvin Scholz
ffmpeg | branch: release/6.1 | Marvin Scholz | Tue Nov 7 23:21:17 2023 +0100| [c5ee01d966ab43338f913c3977bbb638f8940122] | committer: Anton Khirnov avfilter/vf_tpad: fix check for drawing initialization The check if drawing needs to be initialized and supported formats should be drawable

[FFmpeg-cvslog] lavu/log: do not assume AVClass.item_name is always set

2023-11-09 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Nov 4 08:04:11 2023 +0100| [acf63d5350adeae551d412db699f8ca03f7e76b9] | committer: Anton Khirnov lavu/log: do not assume AVClass.item_name is always set >

[FFmpeg-cvslog] fftools/ffmpeg_filter: return an error on ofilter_alloc() failure

2023-11-09 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Nov 4 07:54:10 2023 +0100| [26ebd96371d8d32ea5c227e0b97af5bbd847332f] | committer: Anton Khirnov fftools/ffmpeg_filter: return an error on ofilter_alloc() failure >

[FFmpeg-cvslog] fftools/ffmpeg_filter: fail on ifilter_alloc() failure

2023-11-09 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Nov 4 07:53:40 2023 +0100| [5db07311a073a7ce7f2ea72bd80049403f3f7589] | committer: Anton Khirnov fftools/ffmpeg_filter: fail on ifilter_alloc() failure >

[FFmpeg-cvslog] fftools/cmdutils: only set array size after allocation succeeded

2023-11-09 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Nov 4 07:37:21 2023 +0100| [ed0a50923a8fb36ff6535f5a87bfede41f6fac0e] | committer: Anton Khirnov fftools/cmdutils: only set array size after allocation succeeded >

[FFmpeg-cvslog] fate: enhance tpad filter test

2023-11-09 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Tue Nov 7 23:21:18 2023 +0100| [e900a559c25251398e6d0e0268ef836771fbec06] | committer: Anton Khirnov fate: enhance tpad filter test Adds another test that uses the start_duration and stop_duration options instead of start and stop. Signed-off-by:

[FFmpeg-cvslog] avfilter/vf_tpad: fix check for drawing initialization

2023-11-09 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Tue Nov 7 23:21:17 2023 +0100| [6667741029bce9a79b48caedf24d6cb69c5ead7d] | committer: Anton Khirnov avfilter/vf_tpad: fix check for drawing initialization The check if drawing needs to be initialized and supported formats should be drawable ones was

[FFmpeg-cvslog] avdevice/android_camera: fix build failure due to typo

2023-11-09 Thread Zhao Zhili
ffmpeg | branch: release/6.1 | Zhao Zhili | Fri Nov 3 17:32:07 2023 +0800| [3d7c02e4a2750f41dd4ee032c261ddb62f6e3374] | committer: Zhao Zhili avdevice/android_camera: fix build failure due to typo Signed-off-by: Zhao Zhili >

[FFmpeg-cvslog] avutil/hwcontext_vulkan: get VkFormatFeatureFlagBits2

2023-11-09 Thread Víctor Manuel Jáquez Leal
ffmpeg | branch: release/6.1 | Víctor Manuel Jáquez Leal | Thu Nov 2 14:00:03 2023 +0100| [d4041282f4c29333fa63999242374d934fd4577b] | committer: Lynne avutil/hwcontext_vulkan: get VkFormatFeatureFlagBits2 Rather than the VkFormatFeatureFlagBits enum Signed-off-by: Víctor Manuel Jáquez Leal

[FFmpeg-cvslog] nlmeans_vulkan: fix offsets calculation and various stride issues

2023-11-09 Thread Lynne
ffmpeg | branch: release/6.1 | Lynne | Tue Nov 7 07:27:30 2023 +| [86c4d04051e00998327fece4c3e3e4edcfb64482] | committer: Lynne nlmeans_vulkan: fix offsets calculation and various stride issues We calculated offsets as pairs, but addressed them in the shader as single float values, while

[FFmpeg-cvslog] nlmeans_vulkan: fix offsets calculation and various stride issues

2023-11-09 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Nov 7 07:27:30 2023 +| [99fcdee5e80db8a2a8ff1ea9b66a9b74d8f96f67] | committer: Lynne nlmeans_vulkan: fix offsets calculation and various stride issues We calculated offsets as pairs, but addressed them in the shader as single float values, while

[FFmpeg-cvslog] avutil/hwcontext_vulkan: get VkFormatFeatureFlagBits2

2023-11-09 Thread Víctor Manuel Jáquez Leal
ffmpeg | branch: master | Víctor Manuel Jáquez Leal | Thu Nov 2 14:00:03 2023 +0100| [854012ec59623736a12db0b5f99ca4b602fb5206] | committer: Lynne avutil/hwcontext_vulkan: get VkFormatFeatureFlagBits2 Rather than the VkFormatFeatureFlagBits enum Signed-off-by: Víctor Manuel Jáquez Leal >