[FFmpeg-cvslog] libavutil/frame.h: correct typo for AVFilmGrainParams in comment

2021-01-26 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Wed Jan 27 13:13:12 2021 +0800| [149bfc2445d5cbc8bb8a0d7f058f18a363770a8c] | committer: Guo, Yejun libavutil/frame.h: correct typo for AVFilmGrainParams in comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=149bfc2445d5cbc8bb8a0d7f058f18a

[FFmpeg-cvslog] avcodec/sei: add Parameter Sets Inclusion Indication enum value

2021-01-26 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jan 22 16:30:51 2021 -0300| [683cd25c5a397447eb53754af948e7bf2cb3361e] | committer: James Almer avcodec/sei: add Parameter Sets Inclusion Indication enum value Defined in H.274, it shares the same value as Active Parameter Sets from the H.265 spec. S

[FFmpeg-cvslog] avfilter/vf_colorchannelmixer: extend pl option functionality

2021-01-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 27 00:33:56 2021 +0100| [2ee2e4cd416c0847826610e70d6c79e48f78344c] | committer: Paul B Mahol avfilter/vf_colorchannelmixer: extend pl option functionality > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ee2e4cd416c0847826610e70d6c79e

[FFmpeg-cvslog] avfilter/vf_lenscorrection: add support for commands

2021-01-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jan 26 19:43:03 2021 +0100| [46f170e544e1fdf567dc9bcffe8fa3d3e6310357] | committer: Paul B Mahol avfilter/vf_lenscorrection: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46f170e544e1fdf567dc9bcffe8fa3d3e6310357

[FFmpeg-cvslog] avfilter/vf_lenscorrection: remove unused elements

2021-01-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jan 26 20:05:01 2021 +0100| [199d9e705a076606e3f86b01ae2927b48cd5a098] | committer: Paul B Mahol avfilter/vf_lenscorrection: remove unused elements > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=199d9e705a076606e3f86b01ae2927b48cd5a098 -

[FFmpeg-cvslog] avfilter/vf_lenscorrection: reduce overhead calling execute for every plane

2021-01-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jan 26 20:02:41 2021 +0100| [499c3193a5c59896a5f66863e0db07c915c8f4fb] | committer: Paul B Mahol avfilter/vf_lenscorrection: reduce overhead calling execute for every plane > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=499c3193a5c59896a

[FFmpeg-cvslog] avcodec/cri: Fix whitespace issue in unpack_10bit()

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 26 19:52:10 2021 +0100| [33f6d8e37638304193df575fe5609808606dc188] | committer: Michael Niedermayer avcodec/cri: Fix whitespace issue in unpack_10bit() Found-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] avformat/mvi: Use 64bit for testing dimensions

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 16 22:20:37 2021 +0100| [48fb752767086a48e599f9e86d87096f66cc7590] | committer: Michael Niedermayer avformat/mvi: Use 64bit for testing dimensions Fixes: signed integer overflow: 65535 * 65535 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] avformat/realtextdec: Avoid undefined overflow in the end of read_ts()

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 16 23:37:41 2021 +0100| [aa1b8e6898f861cc065c3b0fe315e826a324d0a9] | committer: Michael Niedermayer avformat/realtextdec: Avoid undefined overflow in the end of read_ts() Fixes: signed integer overflow: 234080282628234040 * 100 cannot be

[FFmpeg-cvslog] avformat/utils: Check dts in update_initial_timestamps() more

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 16 22:05:53 2021 +0100| [29851cb840c176d514573914799ca6c95f3f4e8e] | committer: Michael Niedermayer avformat/utils: Check dts in update_initial_timestamps() more Fixes: signed integer overflow: -9223372036853488158 - 9000 cannot be r

[FFmpeg-cvslog] avformat/nutdec: Fix integer overflow in count computation

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 16 22:44:33 2021 +0100| [0014249fd92132515b3ff0ce034dd65e745cb400] | committer: Michael Niedermayer avformat/nutdec: Fix integer overflow in count computation Note, the value is checked a few lines later already Fixes: signed integer ove

[FFmpeg-cvslog] avformat/mpsubdec: Use av_sat_add/sub64() in fracval handling

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 16 21:48:57 2021 +0100| [463e024363d0ba0254c1f08b348bef02f148bb6a] | committer: Michael Niedermayer avformat/mpsubdec: Use av_sat_add/sub64() in fracval handling Fixes: signed integer overflow: 922337203685000 + 900 cannot be rep

[FFmpeg-cvslog] avformat/flvdec: Check for avio_read() failure in amf_get_string()

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 26 17:41:28 2021 +0100| [cb316676112c01e8d66420908b6b3d06b3b498e3] | committer: Michael Niedermayer avformat/flvdec: Check for avio_read() failure in amf_get_string() Suggested-by: Anton Khirnov Signed-off-by: Michael Niedermayer > htt

[FFmpeg-cvslog] avformat/flvdec: Check for nesting depth in amf_skip_tag()

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 23 22:00:40 2021 +0100| [2ef522c918d48b9f101548b2cadce02003cb3510] | committer: Michael Niedermayer avformat/flvdec: Check for nesting depth in amf_skip_tag() Fixes: out of array access Fixes: 29440/clusterfuzz-testcase-minimized-ffmpeg_

[FFmpeg-cvslog] avformat/flvdec: Check for nesting depth in amf_parse_object()

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 23 21:20:57 2021 +0100| [074e204b42acdacc0a055671481e00914524af93] | committer: Michael Niedermayer avformat/flvdec: Check for nesting depth in amf_parse_object() Fixes: out of array access Fixes: 29202/clusterfuzz-testcase-minimized-ffm

[FFmpeg-cvslog] avutil/common: Add FFABSU() for a signed -> unsigned ABS

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 23 16:22:33 2021 +0100| [5dd95670808915b391348624d3f9860e021a81a2] | committer: Michael Niedermayer avutil/common: Add FFABSU() for a signed -> unsigned ABS Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/apedec: Use FFABSU() in do_apply_filter()

2021-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 21 00:07:46 2021 +0100| [59a6becf8ecb1ea25faaeaaf45f4d28de39606eb] | committer: Michael Niedermayer avcodec/apedec: Use FFABSU() in do_apply_filter() Fixes: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned

[FFmpeg-cvslog] avfilter/vf_unsharp: Remove unnecessary ;

2021-01-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jan 24 22:26:06 2021 +0100| [3c700c82cbee49d1f40b6a7063f4b084ae3ee747] | committer: Andreas Rheinhardt avfilter/vf_unsharp: Remove unnecessary ; A macro that expands to a function definition might look like a declaration, but it isn't and ther

[FFmpeg-cvslog] lavc: shedule old encoding/decoding API for removal

2021-01-26 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jan 25 12:03:44 2021 +0100| [9e30859cb60b915f237581e3ce91b0d31592edc0] | committer: Anton Khirnov lavc: shedule old encoding/decoding API for removal It has been deprecated for 4 years and certain new codecs do not work with it. Also include AVCod

[FFmpeg-cvslog] tools/target_dec_fuzzer: use non-obsolete decoding API

2021-01-26 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Dec 12 16:38:10 2020 +0100| [da99b4c878b9d087f9b13a3e29b804e6e46b567e] | committer: Anton Khirnov tools/target_dec_fuzzer: use non-obsolete decoding API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da99b4c878b9d087f9b13a3e29b804e6e46

[FFmpeg-cvslog] lavc/decode: move unrefcount_frame() right before its only caller

2021-01-26 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jan 25 11:55:32 2021 +0100| [25f4304ebbf96c7ae2952d72b04ad244f8d96334] | committer: Anton Khirnov lavc/decode: move unrefcount_frame() right before its only caller Will make wrapping it in deprecation guards simpler. > http://git.videolan.org/gitw

[FFmpeg-cvslog] opusdec: do not fail when LBRR frames are present

2021-01-26 Thread Anton Khirnov
ffmpeg | branch: release/4.3 | Anton Khirnov | Fri Sep 11 19:32:43 2020 +0200| [666d2fc6e2848643b049ac2854b047cfdb9b0217] | committer: Anton Khirnov opusdec: do not fail when LBRR frames are present Decode and discard them. Fixes ticket 4641. (cherry picked from commit 33b4b788aac91dfd522415

[FFmpeg-cvslog] avcodec/mpeg4videodec: Fix indentation

2021-01-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 23 17:24:33 2021 +0100| [2490ac635c8d5ddb5f0ca762caa8a5c22df22920] | committer: Andreas Rheinhardt avcodec/mpeg4videodec: Fix indentation It was wrong since e03bf251d8784f4d1df2c22381c902087e151e31. Signed-off-by: Andreas Rheinhardt > h

[FFmpeg-cvslog] avcodec/mpeg4videodec: Move code around to avoid forward declaration

2021-01-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 23 17:19:00 2021 +0100| [f410febddc9164e40a89caa29e2cec32d5e77cb7] | committer: Andreas Rheinhardt avcodec/mpeg4videodec: Move code around to avoid forward declaration Also fix the indentation of decode_studio_vol_header while at it; it wa

[FFmpeg-cvslog] avcodec/exif: Avoid allocation for small buffer

2021-01-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 23 15:44:50 2021 +0100| [f15477169ea9947336448af2772087c8fa1c6cdf] | committer: Andreas Rheinhardt avcodec/exif: Avoid allocation for small buffer Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/sp5x: Remove unused quant tables

2021-01-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 23 16:54:51 2021 +0100| [d9f5bd15fd4abd23c2a1ff1f578046c188e9d91e] | committer: Andreas Rheinhardt avcodec/sp5x: Remove unused quant tables Only the fifth one is used. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/amrnbdata: Remove unused array

2021-01-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 23 14:45:24 2021 +0100| [458acb61fa2aecc2a5a71836841af3a43d28e560] | committer: Andreas Rheinhardt avcodec/amrnbdata: Remove unused array Always unused. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avcodec/atrac3plus_data: Remove unused arrays

2021-01-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 23 14:28:21 2021 +0100| [2668caf13c68098f99ee12e2a2a99cf9daf8b25a] | committer: Andreas Rheinhardt avcodec/atrac3plus_data: Remove unused arrays Forgotten in 58fc810d42fde26ed6c1f2996122e98ab7005849. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/ilbcdata: Remove unused array

2021-01-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 23 14:29:52 2021 +0100| [edfdcb0487788e6b340420ab6071fb91cf7ea443] | committer: Andreas Rheinhardt avcodec/ilbcdata: Remove unused array Never used. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not index

2021-01-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 22 22:47:27 2021 +0100| [10d059bb24eb88157e071a3db102ddd8f4937a00] | committer: Andreas Rheinhardt avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not index All callers only use the index into ff_dnxhd_cid_table to get a point

[FFmpeg-cvslog] avfilter: add shear video filter

2021-01-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 23 11:21:47 2021 +0100| [37f76c81d6669033c315354a7d30ef6e605414ae] | committer: Paul B Mahol avfilter: add shear video filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37f76c81d6669033c315354a7d30ef6e605414ae --- Changelog