[FFmpeg-cvslog] avcodec/av1_parser: initialize avctx->pix_fmt

2020-07-02 Thread Manoj Bonda
ffmpeg | branch: release/4.3 | Manoj Bonda | Fri Jun 19 12:49:22 2020 +0530| [797574400d531503ff46009784c0b97c0091733a] | committer: James Almer avcodec/av1_parser: initialize avctx->pix_fmt Initialize avctx->pix_fmt in av1_parser.c AV1 Chroma format is invalid when quering using below code

[FFmpeg-cvslog] avcodec/av1_parser: add missing parsing for RGB pixel format signaling

2020-07-02 Thread James Almer
ffmpeg | branch: release/4.3 | James Almer | Fri Jun 19 10:56:20 2020 -0300| [b303fe926ef153b01de3f1ae6bba8fbb0b7190bf] | committer: James Almer avcodec/av1_parser: add missing parsing for RGB pixel format signaling Signed-off-by: James Almer (cherry picked from commit

[FFmpeg-cvslog] avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag is false

2020-07-02 Thread James Almer
ffmpeg | branch: release/4.3 | James Almer | Sun Jun 21 15:30:45 2020 -0300| [acefb59ac5cdfbec6c82f80b188ddf2e67a29a0a] | committer: James Almer avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag is false Based on cbs_h264 code. Should fix ticket #8752.

[FFmpeg-cvslog] avcodec/av1_parser: set context values outside the OBU parsing loop

2020-07-02 Thread James Almer
ffmpeg | branch: release/4.3 | James Almer | Fri Jun 19 09:56:49 2020 -0300| [8f5f453998c2c1896c77fe7d7ff593c1c22ecb0e] | committer: James Almer avcodec/av1_parser: set context values outside the OBU parsing loop Signed-off-by: James Almer (cherry picked from commit

[FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Sep 28 04:26:10 2019 +0200| [5367c91e021d5c790f41a8f071d60806bd1007f3] | committer: Andreas Rheinhardt avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers Affected the vsynth*-jpeg2000 and the vsynth*-jpeg2000-97 FATE tests

[FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Wed May 27 19:09:14 2020 +0200| [b66884f4aa6701a842bb83b407d546cdb76320d9] | committer: Andreas Rheinhardt avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input The hevc_mp4toannexb bsf does not explicitly check whether a NAL

[FFmpeg-cvslog] avcodec/pcm: Fix undefined shifts

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Fri Sep 20 00:17:01 2019 +0200| [8c49f5715cef85a71df2d97563e9ffe658b226be] | committer: Andreas Rheinhardt avcodec/pcm: Fix undefined shifts Fixes the acodec-pcm-u16[lb]e FATE-tests. Signed-off-by: Andreas Rheinhardt (cherry picked from

[FFmpeg-cvslog] avcodec/dnxhdenc: Fix undefined left shifts of negative numbers

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Sep 28 04:26:06 2019 +0200| [d9ceecc51f8779e340d51321cffceef53262bf11] | committer: Andreas Rheinhardt avcodec/dnxhdenc: Fix undefined left shifts of negative numbers Affected 61 FATE-tests: 60 vsynth tests and lavf-mxf_opatom.

[FFmpeg-cvslog] avformat/mov: Fix reel_name size check

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 20:54:46 2020 +0200| [d925a11a80638d95abee0d290312a6beb943a001] | committer: Andreas Rheinhardt avformat/mov: Fix reel_name size check Only read str_size bytes from offset 30 of extradata if the extradata is indeed at least 30 +

[FFmpeg-cvslog] avfilter/vf_hqx: Fix undefined left shifts of negative numbers

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Sep 28 04:25:57 2019 +0200| [9eeef68b50c22b5b4c64a62cca21caa852282895] | committer: Andreas Rheinhardt avfilter/vf_hqx: Fix undefined left shifts of negative numbers Affected every usage of this filter; in particular, it affected the

[FFmpeg-cvslog] avcodec/ituh263dec: Fix undefined left shift of negative number

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Sep 28 04:26:07 2019 +0200| [2faaf92e3fc878ef9641ca2d44b4e8316ccfe1c6] | committer: Andreas Rheinhardt avcodec/ituh263dec: Fix undefined left shift of negative number Fixes ticket #8160. Signed-off-by: Andreas Rheinhardt Signed-off-by:

[FFmpeg-cvslog] avcodec/exr: Fix undefined left shifts of negative numbers

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Wed Sep 25 00:03:07 2019 +0200| [00d98fa0579657ebc1b56f3d290489724c430d28] | committer: Andreas Rheinhardt avcodec/exr: Fix undefined left shifts of negative numbers Affected the FATE-tests exr-rgb-scanline-pxr24-half-uint32-13x9 and

[FFmpeg-cvslog] avcodec/ac3enc: Fix invalid shift

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Fri Sep 20 00:17:06 2019 +0200| [d4824eec3b45ad817ed0a3dc48009f56d4465c51] | committer: Andreas Rheinhardt avcodec/ac3enc: Fix invalid shift Fixes the FATE-tests unknown_layout-ac3, ac3-fixed-encode, ac3-encode and eac3-encode. It

[FFmpeg-cvslog] fftools/ffmpeg: Free swresample dictionary during cleanup

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Thu Oct 24 15:36:35 2019 +0200| [ec43a80774d2763228c4c0f1fc79e3ff7a8fc537] | committer: Andreas Rheinhardt fftools/ffmpeg: Free swresample dictionary during cleanup Freeing this was forgotten in ad899522. Fixes #8315 and #8316.

[FFmpeg-cvslog] avcodec/ttaenc: Fix undefined shift

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Sep 15 22:01:20 2019 +0200| [d6d41db435b0b86351824cad920580d8461794bc] | committer: Andreas Rheinhardt avcodec/ttaenc: Fix undefined shift ttaenc contained (1 << unary) - 1 as an argument for a function expecting an unsigned int. unary

[FFmpeg-cvslog] lavf/webm_chunk: Fix NULL dereference

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Apr 20 00:03:15 2019 +0200| [a3a2e782c2ab5ccfcd864f476e6c3b7aa03c8dcf] | committer: Andreas Rheinhardt lavf/webm_chunk: Fix NULL dereference The earlier version of the webm_chunk muxer had several bugs: 1. If the first packet of an

[FFmpeg-cvslog] avfilter/vf_xbr: Fix left shift of negative number

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Sep 28 04:25:56 2019 +0200| [59b73dc1f386ac8f3582e0b7cbb91e22c41f9f24] | committer: Andreas Rheinhardt avfilter/vf_xbr: Fix left shift of negative number Affected every usage of vf_xbr, e.g. the FATE-tests filter-2xbr, filter-3xbr,

[FFmpeg-cvslog] avformat/vplayerdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:28:56 2020 +0200| [1bd3683a4154c6f6d890e1e767e4f391dfc5a9ed] | committer: Andreas Rheinhardt avformat/vplayerdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would

[FFmpeg-cvslog] avcodec/tdsc: Fix undefined shifts

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Fri Sep 20 00:16:59 2019 +0200| [aed40628d4e846f294147a7e0035f57e0b4908a5] | committer: Andreas Rheinhardt avcodec/tdsc: Fix undefined shifts Fixes the tdsc FATE-test. Signed-off-by: Andreas Rheinhardt Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] swscale/x86/swscale: Fix undefined left shifts of negative numbers

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Sep 28 04:25:58 2019 +0200| [9ed82df0f3b19a1cc22349c4722b604b54eecb7d] | committer: Andreas Rheinhardt swscale/x86/swscale: Fix undefined left shifts of negative numbers This affected many FATE-tests: The number of failing tests went

[FFmpeg-cvslog] swscale/utils: Fix invalid left shifts of negative numbers

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Sep 28 04:26:02 2019 +0200| [188a773d0fd83a0f6effcaeb122cbf9354178836] | committer: Andreas Rheinhardt swscale/utils: Fix invalid left shifts of negative numbers Affected the FATE-tests vsynth_lena-dv-411, vsynth1-dv-411, vsynth2-dv-411

[FFmpeg-cvslog] fftools/ffmpeg_opt: Fix signed integer overflow

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Mon Sep 16 17:55:01 2019 +0200| [00e52eff6553c4eb8cd8ae91954552936123d51c] | committer: Andreas Rheinhardt fftools/ffmpeg_opt: Fix signed integer overflow Fixes ticket #8154. Signed-off-by: Andreas Rheinhardt Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/wavpackenc: Fix undefined shifts

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Fri Sep 20 00:16:58 2019 +0200| [7a6c286d1f51e64c6b092c21c588086be92e7667] | committer: Andreas Rheinhardt avcodec/wavpackenc: Fix undefined shifts Fixes ticket #8161 and the acodec-wavpack FATE-test. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avformat/webvttdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:29:17 2020 +0200| [5b4b24b4c0b8b241d69e4b728ce905894e4c4a27] | committer: Andreas Rheinhardt avformat/webvttdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would

[FFmpeg-cvslog] avformat/movenc: Fix undefined shift

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Fri Sep 20 00:17:03 2019 +0200| [e1577085a91f8517bc97b61bd670ef4c7e920923] | committer: Andreas Rheinhardt avformat/movenc: Fix undefined shift Fixes the movenc FATE-test. Signed-off-by: Andreas Rheinhardt (cherry picked from commit

[FFmpeg-cvslog] avformat/microdvddec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:16:15 2020 +0200| [a7309ecc325119623ee2807da194111da0eda2fd] | committer: Andreas Rheinhardt avformat/microdvddec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would

[FFmpeg-cvslog] avformat/mpl2dec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:19:32 2020 +0200| [036c52f2d6b9f42e171b186cf2a038b8684d3f71] | committer: Andreas Rheinhardt avformat/mpl2dec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would leak

[FFmpeg-cvslog] avformat/jacosubdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:09:08 2020 +0200| [bde71f0c9b6fdb218f9910e180e3ac362d6ac9ba] | committer: Andreas Rheinhardt avformat/jacosubdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would

[FFmpeg-cvslog] avformat/aviobuf: Don't check for overflow after it happened

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun May 24 03:14:00 2020 +0200| [6132ea3daf23fb03314f7fc00275f438a1cea07e] | committer: Andreas Rheinhardt avformat/aviobuf: Don't check for overflow after it happened If adding two ints overflows, it doesn't matter whether the result will

[FFmpeg-cvslog] avformat/tedcaptionsdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:27:43 2020 +0200| [2dcc447410509572a19242e43b89ce64244e9e4b] | committer: Andreas Rheinhardt avformat/tedcaptionsdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue)

[FFmpeg-cvslog] avformat/mpsubdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:20:09 2020 +0200| [d3dab0886facea0800d7dbf6ba2082732d3c8f59] | committer: Andreas Rheinhardt avformat/mpsubdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would

[FFmpeg-cvslog] avformat/subviewerdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:27:11 2020 +0200| [b429a8e13fc159b6166c7475ebf2646919b31a68] | committer: Andreas Rheinhardt avformat/subviewerdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would

[FFmpeg-cvslog] avformat/matroskaenc: Fix memleak upon encountering bogus chapter

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Mon Apr 27 05:42:09 2020 +0200| [b7d11cc6e850225eab4c501211edbab57b9acef8] | committer: Andreas Rheinhardt avformat/matroskaenc: Fix memleak upon encountering bogus chapter Signed-off-by: Andreas Rheinhardt (cherry picked from commit

[FFmpeg-cvslog] avformat/mov: Fix memleaks upon read_header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 00:37:40 2020 +0200| [9e404b60b17e1430aa587e2083bcd109f4fcff32] | committer: Andreas Rheinhardt avformat/mov: Fix memleaks upon read_header failure By default, a demuxer's read_close function is not called automatically if an

[FFmpeg-cvslog] avformat/mov: Fix memleak upon encountering repeating tags

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 09:19:38 2020 +0200| [62cf20e0eb902006ab2604057f68481b4ca8e58f] | committer: Andreas Rheinhardt avformat/mov: Fix memleak upon encountering repeating tags mov_read_custom tries to read three strings belonging to three different

[FFmpeg-cvslog] avformat/stldec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:24:23 2020 +0200| [f596a7325536ebbd1c3737c266ff60b7c39eb9fa] | committer: Andreas Rheinhardt avformat/stldec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would leak

[FFmpeg-cvslog] avformat/aqtitledec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:04:29 2020 +0200| [58fd406e27fb8c6386830a9d6b4816b5019ac015] | committer: Andreas Rheinhardt avformat/aqtitledec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would

[FFmpeg-cvslog] fftools/ffmpeg_opt: Check attachment filesize

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Wed Apr 15 20:54:42 2020 +0200| [32467cfc07026bd5cb124511f277c1f5502747da] | committer: Andreas Rheinhardt fftools/ffmpeg_opt: Check attachment filesize The data of an attachment file is put into an AVCodecParameter's extradata. The

[FFmpeg-cvslog] avformat/samidec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:21:46 2020 +0200| [97e3d91f4d88c860e404d2fe72c7e5556f195265] | committer: Andreas Rheinhardt avformat/samidec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would leak

[FFmpeg-cvslog] avformat/matroskaenc: Don't use NULL for %s format string

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:35:41 2020 +0200| [961f21ffbadbe9a55f5c4c11946832ec19625ffd] | committer: Andreas Rheinhardt avformat/matroskaenc: Don't use NULL for %s format string The argument pertaining to a printf %s conversion specifier must not be

[FFmpeg-cvslog] avformat/assdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:07:28 2020 +0200| [91016727dc9e2fbbfc6cb3622d090334d9a06f10] | committer: Andreas Rheinhardt avformat/assdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would leak

[FFmpeg-cvslog] avformat/sccdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:22:32 2020 +0200| [abf63fef43c86f75d87409a0732ae32f5dd6d76a] | committer: Andreas Rheinhardt avformat/sccdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would leak

[FFmpeg-cvslog] avformat/subviewer1dec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:26:40 2020 +0200| [db23ea60eff2721479daa5a47698af7001185656] | committer: Andreas Rheinhardt avformat/subviewer1dec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue)

[FFmpeg-cvslog] avformat/srtdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:23:27 2020 +0200| [280f6bcddd956a3a4b37f5ef2b2ddb1a960f1f9a] | committer: Andreas Rheinhardt avformat/srtdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would leak

[FFmpeg-cvslog] avformat/pjsdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:21:03 2020 +0200| [7b5f24a142286bd37ec7ada6ae6d20551217ba50] | committer: Andreas Rheinhardt avformat/pjsdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would leak

[FFmpeg-cvslog] avformat/matroskadec: Fix handling gigantic durations

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Wed Sep 4 00:50:11 2019 +0200| [86a30618c9863df8470a9a955d19a37189ed9e65] | committer: Andreas Rheinhardt avformat/matroskadec: Fix handling gigantic durations matroska_parse_block currently asserts that the duration is not equal to

[FFmpeg-cvslog] avformat/webmdashenc: Fix memleak upon realloc failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Fri Dec 20 21:21:59 2019 +0100| [f34d5ab876a952fcb878c3380371336f80daf45a] | committer: Andreas Rheinhardt avformat/webmdashenc: Fix memleak upon realloc failure The classical ptr = av_realloc(ptr, size). Reviewed-by: Paul B Mahol

[FFmpeg-cvslog] avformat/lrcdec: Fix memleak upon read header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 03:12:00 2020 +0200| [9b021e24f723a707c2bd90ca557cec8ac454386c] | committer: Andreas Rheinhardt avformat/lrcdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would leak

[FFmpeg-cvslog] avformat/matroskadec: Use right number of tracks

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Fri Aug 30 15:18:29 2019 +0200| [9a72122a98046708724564a5e3ef2a2e7ac6d1e8] | committer: Andreas Rheinhardt avformat/matroskadec: Use right number of tracks When demuxing a Matroska/WebM file, streams are added for tracks and for attachments,

[FFmpeg-cvslog] avformat/webmdashenc: Check codec types

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Mon Mar 30 02:50:02 2020 +0200| [a7e278e467600dcaec47dacb2e2fbfb56ac77505] | committer: Andreas Rheinhardt avformat/webmdashenc: Check codec types The WebM DASH Manifest muxer only supports VP8, VP9, Vorbis and Opus, but there was no check

[FFmpeg-cvslog] avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxer

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Jun 13 23:58:32 2020 +0200| [7230f0986676b5df1488eb400b0cc2278e686345] | committer: Andreas Rheinhardt avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxer In certain error scenarios, the underlying Matroska demuxer was not

[FFmpeg-cvslog] avformat/omadec: Fix memleaks upon read_header failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jun 14 00:24:55 2020 +0200| [2e68c8442f38e2d6f880daa3e509026b6a18265b] | committer: Andreas Rheinhardt avformat/omadec: Fix memleaks upon read_header failure Fixes possible leaks of id3v2 metadata as well as an AVDES struct in case the

[FFmpeg-cvslog] avformat/hnm: Check for extradata allocation failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Mar 21 07:31:17 2020 +0100| [766b1b6a25866547cae77fee0f8a7c177787e460] | committer: Andreas Rheinhardt avformat/hnm: Check for extradata allocation failure and also add padding to it; moreover, don't use memcpy to write one byte to

[FFmpeg-cvslog] avformat/avidec: Fix memleak with embedded GAB2 subtitles

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Fri Mar 27 08:31:29 2020 +0100| [c4c3d3bc1de75a112f84cfae319c3d30aa6d8a90] | committer: Andreas Rheinhardt avformat/avidec: Fix memleak with embedded GAB2 subtitles The code for GAB2 subtitles predates refcounting AVPackets. So in order to

[FFmpeg-cvslog] avformat/subtitles: Don't increment packet counter prematurely

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Mar 21 04:50:20 2020 +0100| [d001c06f8223c7ccb41c6075949dd27de25fcf90] | committer: Andreas Rheinhardt avformat/subtitles: Don't increment packet counter prematurely Do it only if the packet has been successfully allocated in

[FFmpeg-cvslog] avformat/smoothstreaming: Fix memleaks on errors

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Thu Dec 26 11:53:28 2019 +0100| [d7fa4cadeaa5e2a33624a73fed1b10b79c75201b] | committer: Andreas Rheinhardt avformat/smoothstreaming: Fix memleaks on errors If an AVFormatContext could be allocated, but white-/blacklists couldn't be copied,

[FFmpeg-cvslog] avcodec/bitstream: Don't check for undefined behaviour after it happened

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Thu Jun 25 15:10:35 2020 +0200| [660c42ca19d849b19fd60d0622d0ea2cb17249f2] | committer: Andreas Rheinhardt avcodec/bitstream: Don't check for undefined behaviour after it happened Reviewed-by: Michael Niedermayer Signed-off-by: Andreas

[FFmpeg-cvslog] avformat/matroskaenc: Check BlockAdditional size before use

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sun Jan 26 06:10:27 2020 +0100| [94ca3a00c8b6d37f7b66f873041981506e95b6ea] | committer: Andreas Rheinhardt avformat/matroskaenc: Check BlockAdditional size before use Don't read a 64bit number before having checked that the data is at least

[FFmpeg-cvslog] avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Thu Jan 23 17:08:29 2020 +0100| [826c92975129b8262abb9c5dd536320601c23f77] | committer: Andreas Rheinhardt avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failure ff_hevc_annexb2mp4_buf() could indicate an error, yet

[FFmpeg-cvslog] avcodec/cavsdsp: Fix undefined left shifts of negative numbers

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Sep 28 04:26:00 2019 +0200| [0c104fc424808d8432dab3911b427eab76cbd737] | committer: Andreas Rheinhardt avcodec/cavsdsp: Fix undefined left shifts of negative numbers Affected the ffmpeg-filter_colorkey FATE-test (but only if the C

[FFmpeg-cvslog] avformat/fitsdec: Fix potential leak of string in AVBPrint

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Tue Jan 7 14:55:42 2020 +0100| [674cbe52e96d6367e26bc37a746701af5a374181] | committer: Andreas Rheinhardt avformat/fitsdec: Fix potential leak of string in AVBPrint by freeing it a bit earlier. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avformat/matroskadec: Don't discard the upper 32bits of TrackNumber

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Thu Dec 26 04:17:24 2019 +0100| [9d1d4ba63ec6c9b04407c9abbecb1c3903e4f3ca] | committer: Andreas Rheinhardt avformat/matroskadec: Don't discard the upper 32bits of TrackNumber Signed-off-by: Andreas Rheinhardt (cherry picked from commit

[FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Mar 21 03:57:32 2020 +0100| [97e0ff9793b82b2da827ac33b84b900c1ca1d35f] | committer: Andreas Rheinhardt avformat/bethsoftvid: Fix potential memleak upon reallocation failure The classical ptr = av_realloc(ptr, size), just with

[FFmpeg-cvslog] avcodec/ra144enc: Fix invalid left shift of negative number

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Wed Jan 22 15:52:10 2020 +0100| [4374da638ec944b485ece1ecb15fd9f562cde1cb] | committer: Andreas Rheinhardt avcodec/ra144enc: Fix invalid left shift of negative number by replacing it with a multiplication. Said multiplication can't overflow

[FFmpeg-cvslog] avcodec/adpcm: Fix undefined left shifts of negative numbers

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Mon Jan 20 16:56:55 2020 +0100| [040a93fe0a6a80f63e935fea2ea97870fa3ed416] | committer: Andreas Rheinhardt avcodec/adpcm: Fix undefined left shifts of negative numbers Affected the adpcm-afc, adpcm-ea-1, adpcm-ea-2, adpcm-ea-maxis-xa,

[FFmpeg-cvslog] avformat/matroskaenc: Check for reformatting errors

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Thu Jan 23 17:08:27 2020 +0100| [e66185eaeff1445074f6586cffa6e79c0e4fc9a3] | committer: Andreas Rheinhardt avformat/matroskaenc: Check for reformatting errors This is needed especially for AV1: If a reformatting error happens (e.g. if the

[FFmpeg-cvslog] avformat/mov: fix memleaks

2020-07-02 Thread Zhao Zhili
ffmpeg | branch: release/3.4 | Zhao Zhili | Sun Jun 28 11:15:39 2020 +0800| [27660619016014ee64aec085608f1c8e79029fac] | committer: Andreas Rheinhardt avformat/mov: fix memleaks Fix two cases of memleaks: 1. The leak of dv_demux 2. The leak of dv_fctx upon dv_demux allocate failure

[FFmpeg-cvslog] avformat/wtvdec: Fix memleak when reading header fails

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Tue Jan 7 14:55:48 2020 +0100| [f078e402828674f25144c7202a2e7a84f50e7cfd] | committer: Andreas Rheinhardt avformat/wtvdec: Fix memleak when reading header fails Fixes #8314. Signed-off-by: Andreas Rheinhardt Reviewed-by: Peter Ross

[FFmpeg-cvslog] libavformat/mov: Fix memleaks when demuxing DV audio

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Mon Sep 16 15:48:31 2019 +0200| [41a3aab5da52307afa3d6d28c17aae24ba7af101] | committer: Andreas Rheinhardt libavformat/mov: Fix memleaks when demuxing DV audio The code for demuxing DV audio predates the introduction of refcounted packets

[FFmpeg-cvslog] avcodec/adxenc: Avoid undefined left shift of negative numbers

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Mon Jan 20 20:20:42 2020 +0100| [30cf495505cf897eb25a89d0f915e49733e4c36b] | committer: Andreas Rheinhardt avcodec/adxenc: Avoid undefined left shift of negative numbers Replace "((a << shift) + b) >> shift" by "a + (b >> shift)". This

[FFmpeg-cvslog] avcodec/proresenc_anatoliy: Fix invalid left shift of negative number

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Wed Jan 8 19:29:13 2020 +0100| [7d51f4d891cdd976d59da8db6ed34e10400d5569] | committer: Andreas Rheinhardt avcodec/proresenc_anatoliy: Fix invalid left shift of negative number This fixes ticket #7997 as well as the vsynth*-prores_#

[FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Tue Jan 7 14:55:47 2020 +0100| [4ed977bbe5b03e39a0f4218316063b4ec9732e21] | committer: Andreas Rheinhardt avformat/utils: Fix memleaks in avformat_open_input() A demuxer might have allocated memory while reading the header. If reading the

[FFmpeg-cvslog] avcodec/amfenc_hevc: set default gops_per_idr 1

2020-07-02 Thread Lu Jiao
ffmpeg | branch: master | Lu Jiao | Tue Jun 16 22:10:10 2020 +0800| [76a3ee996bf9f3435b1c11d69639cd1e971f20c3] | committer: Marton Balint avcodec/amfenc_hevc: set default gops_per_idr 1 Previously gops_per_idr default 60 would make amd gpu encoding hevc has erratic seek bar behaviour as

[FFmpeg-cvslog] avdevice/decklink_dec: add support for extracting and outputing klv from vanc

2020-07-02 Thread Milos Zivkovic
ffmpeg | branch: master | Milos Zivkovic | Mon Jun 8 11:56:37 2020 +0200| [c4e08682437e5bbdf4c5cf514969c9f5488819c7] | committer: Marton Balint avdevice/decklink_dec: add support for extracting and outputing klv from vanc Signed-off-by: Milos Zivkovic Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.0 | Andreas Rheinhardt | Wed May 27 19:09:14 2020 +0200| [6536090792e8c46ef05cff26137d82501625e7a6] | committer: Andreas Rheinhardt avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input The hevc_mp4toannexb bsf does not explicitly check whether a NAL

[FFmpeg-cvslog] configure: remove libvmaf from EXTERNAL_LIBRARY_VERSION3_LIST

2020-07-02 Thread Kyle Swanson
ffmpeg | branch: master | Kyle Swanson | Mon Jun 29 09:58:50 2020 -0700| [4979afdb858b6312c7250afde2d669c2880651ce] | committer: Kyle Swanson configure: remove libvmaf from EXTERNAL_LIBRARY_VERSION3_LIST since libvmaf v1.5.1, libvmaf has been relicensed as BSD+Patent Signed-off-by: Kyle

[FFmpeg-cvslog] ffprobe: Allow unknown format private AVOptions

2020-07-02 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Fri Jun 26 14:08:37 2020 +0100| [f43a8112ddf0388421dc7a264ee9ae12d2185b17] | committer: Derek Buitenhuis ffprobe: Allow unknown format private AVOptions This useful, because by ffprobe's very nature, you use it to probe a file and find out what it

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 6550932 web: Add FFmpeg 3.2.15

2020-07-02 Thread ffmpeg-git
The branch, master has been updated via 6550932313e03b0b81d984bf840fce6142a91af3 (commit) from 9f51a2f54f90eee3555df2bd53d0f41605508831 (commit) - Log - commit 6550932313e03b0b81d984bf840fce6142a91af3 Author:

[FFmpeg-cvslog] Tag n3.2.15 : FFmpeg 3.2.15 release

2020-07-02 Thread git
[ffmpeg] [branch: refs/tags/n3.2.15] Tag:591e4c8c43639b4830498332f7d6c47b33e2bd27 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=591e4c8c43639b4830498332f7d6c47b33e2bd27 Tagger: Michael Niedermayer Date: Thu Jul 2 19:42:58 2020 +0200 FFmpeg 3.2.15 release

[FFmpeg-cvslog] Changelog: update

2020-07-02 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Thu Jul 2 18:50:40 2020 +0200| [37a8ad9a3167923d500910031a8086489c004d83] | committer: Michael Niedermayer Changelog: update > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37a8ad9a3167923d500910031a8086489c004d83 ---

[FFmpeg-cvslog] avcodec/dstdec: Replace AC overread check by sample rate check

2020-07-02 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Wed Jul 1 21:27:23 2020 +0200| [5c691bf7585de2d6fa29872512ea14937c9fd015] | committer: Michael Niedermayer avcodec/dstdec: Replace AC overread check by sample rate check Real files do skip coding 0 bits at the end, thus this kind of check

[FFmpeg-cvslog] avcodec/hcadec: Check total_band_count against imdct_in size

2020-07-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 30 21:32:53 2020 +0200| [2d96c945312d3f62e3f872bfb51a593afb40e09a] | committer: Michael Niedermayer avcodec/hcadec: Check total_band_count against imdct_in size Fixes: index 128 out of bounds for type 'float [128]' Fixes:

[FFmpeg-cvslog] avcodec/mv30: Fix integer overflows in idct2_1d()

2020-07-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 18 11:52:47 2020 +0200| [3b8d5bcc3189c6c46279889f1176c0caba4466e4] | committer: Michael Niedermayer avcodec/mv30: Fix integer overflows in idct2_1d() Fixes: signed integer overflow: 6500736 * 473 cannot be represented in type 'int'

[FFmpeg-cvslog] avformat/icecast: Add option to use TLS connection

2020-07-02 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Jun 14 00:52:44 2020 +0200| [c0c45e238f126a28d91d48ee625a732f6fee1a88] | committer: Michael Niedermayer avformat/icecast: Add option to use TLS connection Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/dstdec: Replace AC overread check by sample rate check

2020-07-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 1 21:27:23 2020 +0200| [1679f23beb3cfc3639352b3cbe7c08c00189c6b0] | committer: Michael Niedermayer avcodec/dstdec: Replace AC overread check by sample rate check Real files do skip coding 0 bits at the end, thus this kind of check does

[FFmpeg-cvslog] avcodec/tiff: Do not overrun the array ends in dng_blit()

2020-07-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 1 23:05:22 2020 +0200| [f35caea77f76c62bd0e392e514a84833ab1e0c83] | committer: Michael Niedermayer avcodec/tiff: Do not overrun the array ends in dng_blit() Fixes: out of array access Fixes:

[FFmpeg-cvslog] avcodec/scpr3: Fix out of array access with dectab

2020-07-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 1 23:31:47 2020 +0200| [c8de8dfba6b2706f22214489b1779fb0d27e7e65] | committer: Michael Niedermayer avcodec/scpr3: Fix out of array access with dectab Fixes:

[FFmpeg-cvslog] avformat/dump: add a \n for end of ERROR log

2020-07-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Jul 1 21:51:03 2020 +0800| [af5751940e022a5216880fb89f69ef641aa1dee9] | committer: Limin Wang avformat/dump: add a \n for end of ERROR log Signed-off-by: Limin Wang >

[FFmpeg-cvslog] avformat/hlsenc: simplify code to pass s directly

2020-07-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Jun 25 00:14:55 2020 +0800| [0e10f54585e40a03ea8f19deed50dbf61c8055bc] | committer: Limin Wang avformat/hlsenc: simplify code to pass s directly Suggested-by: Nicolas George Signed-off-by: Limin Wang >

[FFmpeg-cvslog] FATE: fix colorbalance fate test failed on x86_32

2020-07-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Jul 1 20:57:58 2020 +0800| [49054fe94c2f36881f63d15eca6e4bfb7f71b8ce] | committer: Limin Wang FATE: fix colorbalance fate test failed on x86_32 floating point precision will cause rgb*max generate different value on x86_32 and x86_64. have pass fate

[FFmpeg-cvslog] avformat/au: check return value of av_bprint_finalize()

2020-07-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jun 22 21:49:30 2020 +0800| [a7aa903b7baf075e33d5f1c3bf921b4066a9e645] | committer: Limin Wang avformat/au: check return value of av_bprint_finalize() Reviewed-by: Nicolas George Signed-off-by: Limin Wang >

[FFmpeg-cvslog] avformat/au: check return value of au_read_annotation()

2020-07-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Jun 23 07:14:51 2020 +0800| [64059f5063ab37828b4082c7acafe4b82c532587] | committer: Limin Wang avformat/au: check return value of au_read_annotation() Signed-off-by: Limin Wang >

[FFmpeg-cvslog] avformat/hlsenc: fix av_bprint_finalize() usage

2020-07-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jun 22 22:04:36 2020 +0800| [fdda832603c7f027b3d0541289182ad221c1439c] | committer: Limin Wang avformat/hlsenc: fix av_bprint_finalize() usage Don't need to do double check by the description of the API. Reviewed-by: Nicolas George Signed-off-by:

[FFmpeg-cvslog] avutil/opt: check return value of av_bprint_finalize()

2020-07-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jun 22 21:39:30 2020 +0800| [200c9b1c963c47e11f2dba37c90ef637412a3d00] | committer: Limin Wang avutil/opt: check return value of av_bprint_finalize() Reviewed-by: Nicolas George Signed-off-by: Limin Wang >

[FFmpeg-cvslog] avformat/hlsenc: use proper error codes

2020-07-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jun 22 21:58:47 2020 +0800| [db92efd83e6128ebc301ce615eda137c132ac290] | committer: Limin Wang avformat/hlsenc: use proper error codes Signed-off-by: Limin Wang >

[FFmpeg-cvslog] Replace 'FontName' with 'Fontname' in the documentation.

2020-07-02 Thread Joe Ratterman
ffmpeg | branch: master | Joe Ratterman | Thu May 28 10:31:48 2020 -0700| [c367d14d0a5d4ce1c007f636ba85681915fd5f79] | committer: Gyan Doshi Replace 'FontName' with 'Fontname' in the documentation. This is the only use of 'FontName' with that capitalization, as both source-code and tests use

[FFmpeg-cvslog] avfilter/vf_xbr: Fix left shift of negative number

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.0 | Andreas Rheinhardt | Sat Sep 28 04:25:56 2019 +0200| [0e877c8fdbc7280efb0237dfa588b8205791dc96] | committer: Andreas Rheinhardt avfilter/vf_xbr: Fix left shift of negative number Affected every usage of vf_xbr, e.g. the FATE-tests filter-2xbr, filter-3xbr,

[FFmpeg-cvslog] fftools/ffmpeg_opt: Fix signed integer overflow

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.0 | Andreas Rheinhardt | Mon Sep 16 17:55:01 2019 +0200| [95530c659c5591b7d4f3c223e9a31201f129497b] | committer: Andreas Rheinhardt fftools/ffmpeg_opt: Fix signed integer overflow Fixes ticket #8154. Signed-off-by: Andreas Rheinhardt Signed-off-by: Michael

[FFmpeg-cvslog] avformat/matroskaenc: Don't use NULL for %s format string

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.0 | Andreas Rheinhardt | Sun Jun 14 03:35:41 2020 +0200| [af64590c6bc2c849006f4b346d89ce23916237aa] | committer: Andreas Rheinhardt avformat/matroskaenc: Don't use NULL for %s format string The argument pertaining to a printf %s conversion specifier must not be

[FFmpeg-cvslog] fftools/ffmpeg: Free swresample dictionary during cleanup

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.0 | Andreas Rheinhardt | Thu Oct 24 15:36:35 2019 +0200| [9d67954134deb5ca56c19abf07a3afc2a544d0b5] | committer: Andreas Rheinhardt fftools/ffmpeg: Free swresample dictionary during cleanup Freeing this was forgotten in ad899522. Fixes #8315 and #8316.

  1   2   >