[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] 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/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/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] 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] 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] 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] 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] 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] 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/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/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/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] 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] 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] 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] 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/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/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] 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/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] 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] 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/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] 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/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/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] 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] 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] [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 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] [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] avcodec/dstdec: Replace AC overread check by sample rate check

2020-07-03 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Wed Jul 1 21:27:23 2020 +0200| [2b7c0ae67cc1982ab869a1af0bff38715cdf1755] | 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] Changelog: update

2020-07-03 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Jul 3 11:52:52 2020 +0200| [fd5ae2ab7a2c8c74e2f40d20a21ee2b49d42c330] | committer: Michael Niedermayer Changelog: update > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd5ae2ab7a2c8c74e2f40d20a21ee2b49d42c330 ---

[FFmpeg-cvslog] Update for 3.4.8

2020-07-03 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Jul 3 12:05:27 2020 +0200| [567c20f78109588620c57696ab39ff314fe12d6c] | committer: Michael Niedermayer Update for 3.4.8 Signed-off-by: Michael Niedermayer >

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Wed Jan 8 19:29:13 2020 +0100| [e40aff3fdb171b21b8a4c4dc7cbcde7aa4b92452] | 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/smoothstreaming: Fix memleaks on errors

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Thu Dec 26 11:53:28 2019 +0100| [98efb7afc9e6bace65aeb73d7d9c2001bbf0009d] | 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/adpcm: Fix undefined left shifts of negative numbers

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Mon Jan 20 16:56:55 2020 +0100| [8c9132a88e0582c40a8600ba43c035e5a2fb536b] | 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] avcodec/cavsdsp: 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:00 2019 +0200| [ac6fd4546af719599de2b02e624d63447efbfed3] | 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] libavformat/mov: Fix memleaks when demuxing DV audio

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Mon Sep 16 15:48:31 2019 +0200| [b6f31b41cc5260fb99f28ca0244b20e00f883559] | 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] avformat/matroskaenc: Check for reformatting errors

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Thu Jan 23 17:08:27 2020 +0100| [013e49ab522c777a25e2a2cb6bef424c7f44a7bf] | 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-03 Thread Zhao Zhili
ffmpeg | branch: release/3.3 | Zhao Zhili | Sun Jun 28 11:15:39 2020 +0800| [d04829a36ba19ed867d9ec9140eebbee43de3866] | 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/aviobuf: Don't check for overflow after it happened

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sun May 24 03:14:00 2020 +0200| [b9b845e98a6692ce85d7cfd51a8717817ee309a1] | 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/webmdashenc: Check codec types

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Mon Mar 30 02:50:02 2020 +0200| [397705d4c1d0a812962da888be11283dcf449204] | 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/subtitles: Don't increment packet counter prematurely

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Mar 21 04:50:20 2020 +0100| [590a168cf9ad8deda0a8a840bc238252a0ef45a6] | 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/hnm: Check for extradata allocation failure

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Mar 21 07:31:17 2020 +0100| [a92b9ed7e31f26ac1766ff433436b170bc7a1712] | 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/wtvdec: Fix memleak when reading header fails

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

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

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

[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] 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] 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_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] 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] avcodec/adxenc: Avoid undefined left shift of negative numbers

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Mon Jan 20 20:20:42 2020 +0100| [c103c203ddd391bfef20dce3c7bda4cbc4e164c9] | 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/matroskaenc: Fix memleak upon encountering bogus chapter

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

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

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Fri Dec 20 21:21:59 2019 +0100| [445fee99b8a3b26c98d561a624b5271580518a1f] | 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/matroskadec: Don't discard the upper 32bits of TrackNumber

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

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

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Wed Jan 22 15:52:10 2020 +0100| [4c7f9a32f9274a922fb5e783c8ec4eaa2462f4f6] | 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] avformat/aqtitledec: Fix memleak upon read header failure

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sun Jun 14 03:04:29 2020 +0200| [950b32a2e86bdbbee2235bf707d5fb8ac6e90d32] | 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-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Wed Apr 15 20:54:42 2020 +0200| [f17200f600548e2cba090bbc3658ee330e41529d] | committer: Andreas Rheinhardt fftools/ffmpeg_opt: Check attachment filesize The data of an attachment file is put into an AVCodecParameter's extradata. The

  1   2   >