[FFmpeg-cvslog] [ffmpeg-web] branch master updated. da832f0 web: Add 3.4.8

2020-07-03 Thread ffmpeg-git
The branch, master has been updated via da832f00be247d58b504a41a4dffb3589fd3ad7d (commit) via 0490b98355f5c975c61236f7132664adbe4510fa (commit) from 71f9d0b5c935b4de031a4644a27b238036a7c0a1 (commit) - Log -

[FFmpeg-cvslog] Tag n3.4.8 : FFmpeg release 3.4.8

2020-07-03 Thread git
[ffmpeg] [branch: refs/tags/n3.4.8] Tag:7acacc49dee9c2a0a16f978204b2e4a5a43eba86 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=7acacc49dee9c2a0a16f978204b2e4a5a43eba86 Tagger: Michael Niedermayer Date: Sat Jul 4 00:56:50 2020 +0200 FFmpeg release 3.4.8

[FFmpeg-cvslog] libavformat/img2dec: Added pgx demuxer

2020-07-03 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Fri Jul 3 01:07:39 2020 +0530| [35adac6e926f95daa3cf54bd915122bda88c4ac0] | committer: Michael Niedermayer libavformat/img2dec: Added pgx demuxer This patch adds support to demux pgx file format. Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] libavcodec/pgxdec: Add PGX decoder

2020-07-03 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Fri Jul 3 01:07:38 2020 +0530| [cfe2cf0a63c2f6a39cfe7a97d8191031e717bc69] | committer: Michael Niedermayer libavcodec/pgxdec: Add PGX decoder This patch adds a pgx decoder. Signed-off-by: Michael Niedermayer >

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Thu Oct 24 15:36:35 2019 +0200| [a86137e6e8ebfaeb9c01f52a2edb9aef71909040] | 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-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sun Sep 15 22:01:20 2019 +0200| [65f24edb059c5b08da3bff659ff757253fc57cc6] | 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] avformat/movenc: Fix undefined shift

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Sep 28 04:26:06 2019 +0200| [88e7ca3cd2ede72cdeab43a4554edc65e4e3f31b] | 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] swscale/x86/swscale: Fix undefined left shifts of negative numbers

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Sep 28 04:25:58 2019 +0200| [b94fe011d62384b94cbd0300ef4138090f864055] | 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] avfilter/vf_xbr: Fix left shift of negative number

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Sep 28 04:25:56 2019 +0200| [0b18f8024194ffd898512ca0ed1479ff28486df1] | 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] avcodec/wavpackenc: Fix undefined shifts

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Fri Sep 20 00:16:59 2019 +0200| [cd786fe2f244840fa319e467cd80fc6bff79caf5] | 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] avcodec/pcm: Fix undefined shifts

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Fri Sep 20 00:17:01 2019 +0200| [5b71c06acb7ac1bff2a539a33abac94508085ce8] | 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] avformat/webvttdec: Fix memleak upon read header failure

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Sep 28 04:25:57 2019 +0200| [4ee6a9b1bbdf89486729193fd2822c511c531121] | 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-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Sep 28 04:26:07 2019 +0200| [c5a5b8055e27b90f9abe9b5379e6cf59d60240d8] | 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] avformat/mov: Fix memleak upon encountering repeating tags

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sun Jun 14 09:19:38 2020 +0200| [bfa07a9633ffa494d398ea81600ffe56d04acf16] | 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/tedcaptionsdec: Fix memleak upon read header failure

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sun Jun 14 03:35:41 2020 +0200| [259407ac89d0ad916b07cba4b5f09a716d953701] | 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_opt: Fix signed integer overflow

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Mon Sep 16 17:55:01 2019 +0200| [bf91a98aad425fb285d3e740eb095917451ca791] | 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/jpeg2000dwt: Fix undefined shifts of negative numbers

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Sep 28 04:26:10 2019 +0200| [37d8033fd064f417aa03313fbf12af70cb30856e] | 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/ac3enc: Fix invalid shift

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Fri Sep 20 00:17:06 2019 +0200| [00e95fda137a29b6b226729a491089487e7b3c2e] | 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] avformat/subviewer1dec: Fix memleak upon read header failure

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Sep 28 04:26:02 2019 +0200| [c690866ee009ae2b93d839bb85f67624d218d657] | 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] avformat/samidec: Fix memleak upon read header failure

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

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sun Jun 14 20:54:46 2020 +0200| [6ae79b3b138be4c9b20a743b4cd7a44ad2cca790] | 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] avformat/vplayerdec: Fix memleak upon read header failure

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sun Jun 14 03:28:56 2020 +0200| [b5c427fd993588727fc9873c82489e74c22a65c5] | committer: Andreas Rheinhardt avformat/vplayerdec: 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-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sun Jun 14 03:27:11 2020 +0200| [2c6b124cace4222627b8bb96fdc7159ee29ea2fd] | committer: Andreas Rheinhardt avformat/subviewerdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would

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

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

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Mon Mar 30 02:50:02 2020 +0200| [939cb37247f23d738893efdb9f58f62b7c87001c] | 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/matroskaenc: Fix memleak upon encountering bogus chapter

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Wed Apr 15 20:54:42 2020 +0200| [de6d8e6fba0e516b61c42d2100fff8b1aabe25e9] | 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/mpsubdec: Fix memleak upon read header failure

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

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sun Jun 14 03:19:32 2020 +0200| [d448673406a7e876f51bf112d200f5681491c08e] | committer: Andreas Rheinhardt avformat/mpl2dec: 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-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sun Jun 14 03:04:29 2020 +0200| [91e430ab585689331a6071e0500f03d5b59adf46] | committer: Andreas Rheinhardt avformat/aqtitledec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Fri Aug 30 15:18:29 2019 +0200| [cfe31c7f487b595fdf94e9bff16d6ef5fb7a5d7a] | 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/jacosubdec: Fix memleak upon read header failure

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sun Jan 26 06:10:27 2020 +0100| [11185385a01db663c2e636a1c1b74d0fa62bf125] | 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] avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Wed May 27 19:09:14 2020 +0200| [baf9d51b8b1855d3606578fcd7aac0976bc6b221] | 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] avformat/matroskaenc: Check for reformatting errors

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Thu Jan 23 17:08:27 2020 +0100| [0a71f90b36cbeb98113d5860c4d043a1f78b6df2] | 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/hnm: Check for extradata allocation failure

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Mar 21 07:31:17 2020 +0100| [07552856f0705a3fd079f3afbb790b416c270822] | 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/smoothstreaming: Fix memleaks on errors

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

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

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

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Tue Jan 7 14:55:47 2020 +0100| [c9a8def8f23a024e0bce2ce7fe55f115a2fbc98e] | 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] avformat/aviobuf: Don't check for overflow after it happened

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sun May 24 03:14:00 2020 +0200| [35557942bf51b78b2932d2c9f57ae41c0bc4b41d] | 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/matroskadec: Fix handling gigantic durations

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

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

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

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Mon Jan 20 16:56:55 2020 +0100| [90f17d1cc1d18a70bdaa172ec091c5d22af358ab] | 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/matroskadec: Don't discard the upper 32bits of TrackNumber

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Thu Dec 26 04:17:24 2019 +0100| [0cdb2e99e55483af55b292e4da159b019332f897] | 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-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Mar 21 03:57:32 2020 +0100| [5941c8fa05aecd4cc394c45732c418e9aee655cc] | 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-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Wed Jan 22 15:52:10 2020 +0100| [259515056230a59f3753a5d3320c3540d4cb91c1] | 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/cavsdsp: Fix undefined left shifts of negative numbers

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Sep 28 04:26:00 2019 +0200| [a936072932d582fdc5096da49da45252a7328a3f] | 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] avcodec/proresenc_anatoliy: Fix invalid left shift of negative number

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Wed Jan 8 19:29:13 2020 +0100| [4ef06c48d161c3aa27f1707346cc63ae7999f775] | 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/subtitles: Don't increment packet counter prematurely

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

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

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

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 71f9d0b web: add FFmpeg 4.0.6

2020-07-03 Thread ffmpeg-git
The branch, master has been updated via 71f9d0b5c935b4de031a4644a27b238036a7c0a1 (commit) via c7a5e04118d17636e16ed32bab7ef57c705b348d (commit) from 6550932313e03b0b81d984bf840fce6142a91af3 (commit) - Log -

[FFmpeg-cvslog] Tag n4.0.6 : FFmpeg 4.0.6 release

2020-07-03 Thread git
[ffmpeg] [branch: refs/tags/n4.0.6] Tag:a2e996c6aecefdb741649de265d0178e4ae6b90f > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=a2e996c6aecefdb741649de265d0178e4ae6b90f Tagger: Michael Niedermayer Date: Fri Jul 3 19:09:26 2020 +0200 FFmpeg 4.0.6 release

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.1 | Andreas Rheinhardt | Wed May 27 19:09:14 2020 +0200| [3df2eab778418120d727bf9a2a05969a367d40d8] | 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] avfilter/vf_hqx: Fix undefined left shifts of negative numbers

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Sep 28 04:25:57 2019 +0200| [0b4a122a5ab8a5013cb7980cb6104a17e5e51100] | 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/dnxhdenc: Fix undefined left shifts of negative numbers

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Sep 28 04:26:06 2019 +0200| [3c891c36132ba37bf9ee9c68c947163a59e281a7] | 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] avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Sep 28 04:26:10 2019 +0200| [d4f2de5151d44028f5122b2051c532f26473e2ce] | 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/exr: Fix undefined left shifts of negative numbers

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Wed Sep 25 00:03:07 2019 +0200| [3eafbebe1188938baa2e6d8c4f6471285befb4b9] | 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/ituh263dec: Fix undefined left shift of negative number

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Sep 28 04:26:07 2019 +0200| [32c81dffb0a6aedbd8fd8929d9f8a83e8f253bcc] | 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] swscale/x86/swscale: Fix undefined left shifts of negative numbers

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Sep 28 04:25:58 2019 +0200| [2c5943a3848195a25354a0d09338854431e519b9] | 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] avfilter/vf_xbr: Fix left shift of negative number

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Sep 28 04:25:56 2019 +0200| [e5655c04446614e54f2fdf1294cc4f6773d8f6a6] | 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] lavf/webm_chunk: Fix NULL dereference

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Apr 20 00:03:15 2019 +0200| [af8d5aab74c1fac2280e1a0b1e52c09b7e92e8b1] | 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] avcodec/pcm: Fix undefined shifts

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Fri Sep 20 00:17:01 2019 +0200| [f4bcf5742e930384fa32616437c7ab8c65e19357] | 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] fftools/ffmpeg: Free swresample dictionary during cleanup

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Thu Oct 24 15:36:35 2019 +0200| [25a0887c5a1d4e2cc4d84ddeabdfd7dc26a69786] | 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-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sun Sep 15 22:01:20 2019 +0200| [eb892918778164ff0b7a398954109e5fc5bf8872] | 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] avformat/microdvddec: Fix memleak upon read header failure

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

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

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

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

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

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Sep 28 04:26:02 2019 +0200| [94d7fbe373881c9d409e256c2986f3e055d6357d] | 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] avformat/mpl2dec: Fix memleak upon read header failure

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

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Fri Sep 20 00:16:59 2019 +0200| [fbaa2dce420b90a388f247d88a8bdeb2cb6deacb] | 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] avformat/mov: Fix memleak upon encountering repeating tags

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sun Jun 14 09:19:38 2020 +0200| [9b84d1d505fbdf0c5d8cfc284c9535c65076b078] | 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/movenc: Fix undefined shift

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Fri Sep 20 00:17:03 2019 +0200| [2b177a46d270b5c2be15770d458e18441ecedffc] | 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/srtdec: Fix memleak upon read header failure

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Fri Sep 20 00:17:06 2019 +0200| [788a5806208332207b0d82693dfb97d1de74019c] | 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] avformat/subviewerdec: Fix memleak upon read header failure

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

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Fri Sep 20 00:16:58 2019 +0200| [594dd57af477e0bb04ee1ada5c6ef6934f1e27c6] | 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/mov: Fix reel_name size check

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sun Jun 14 20:54:46 2020 +0200| [8bac2df94a77cc7edf5e295a87544e3369228d00] | 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] avformat/pjsdec: Fix memleak upon read header failure

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sun Jun 14 03:24:23 2020 +0200| [49196e704c1006aaa73fb33085119c99c8f718f9] | committer: Andreas Rheinhardt avformat/stldec: 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-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sun Jun 14 03:22:32 2020 +0200| [ba1f99c86a7b368bf5d99ef33df5b9b5ea52d295] | committer: Andreas Rheinhardt avformat/sccdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would leak

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sun Jun 14 03:35:41 2020 +0200| [7c50575dcf4ac5c4c030569fe396afb4c1aba587] | 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-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sun Jun 14 03:07:28 2020 +0200| [80b4dd41ff3e5f804568a321ba5c82d2584b1fc6] | committer: Andreas Rheinhardt avformat/assdec: Fix memleak upon read header failure The already parsed subtitles (contained in an FFDemuxSubtitlesQueue) would leak

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Mon Sep 16 17:55:01 2019 +0200| [5f288e1b29b2fa8f7c2b6f437d986b2e1f73fa51] | 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/mpsubdec: Fix memleak upon read header failure

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

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

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

  1   2   >