summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/lrcdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-0/+1
* avformat/jacosubdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-2/+4
* avformat/assdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-0/+2
* avformat/aqtitledec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-2/+5
* avformat/mov: Fix memleaks upon read_header failureAndreas Rheinhardt2020-07-021-16/+17
* avformat/omadec: Fix memleaks upon read_header failureAndreas Rheinhardt2020-07-021-16/+28
* avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxerAndreas Rheinhardt2020-07-021-4/+10
* avformat/matroskadec: Use right number of tracksAndreas Rheinhardt2020-07-021-2/+2
* avformat/matroskadec: Fix handling gigantic durationsAndreas Rheinhardt2020-07-021-1/+2
* avcodec/cinepakenc: Fix invalid shiftsAndreas Rheinhardt2020-07-021-5/+6
* avcodec/cbs_h2645: Fix potential out-of-bounds array accessAndreas Rheinhardt2020-07-021-1/+1
* h264_redundant_pps: Fix memleak in case of errorsAndreas Rheinhardt2020-07-021-14/+26
* avformat/aviobuf: Don't check for overflow after it happenedAndreas Rheinhardt2020-07-021-1/+1
* avformat/matroskaenc: Fix memleak upon encountering bogus chapterAndreas Rheinhardt2020-07-021-0/+1
* fftools/ffmpeg_opt: Check attachment filesizeAndreas Rheinhardt2020-07-021-2/+4
* avformat/webmdashenc: Check codec typesAndreas Rheinhardt2020-07-021-0/+8
* avformat/avidec: Fix memleak with embedded GAB2 subtitlesAndreas Rheinhardt2020-07-021-4/+5
* avformat/webmdashenc: Fix memleak upon realloc failureAndreas Rheinhardt2020-07-021-3/+4
* avformat/matroskadec: Don't discard the upper 32bits of TrackNumberAndreas Rheinhardt2020-07-021-2/+2
* avformat/hnm: Check for extradata allocation failureAndreas Rheinhardt2020-07-021-3/+4
* avformat/subtitles: Don't increment packet counter prematurelyAndreas Rheinhardt2020-07-021-1/+2
* avformat/bethsoftvid: Fix potential memleak upon reallocation failureAndreas Rheinhardt2020-07-021-3/+7
* avformat/smoothstreaming: Fix memleaks on errorsAndreas Rheinhardt2020-07-021-4/+4
* avformat/matroskaenc: Check BlockAdditional size before useAndreas Rheinhardt2020-07-021-3/+7
* avformat/utils: Fix memleaks in avformat_open_input()Andreas Rheinhardt2020-07-021-6/+11
* avcodec/cavsdsp: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-26/+26
* avformat/mov: Don't leak MOVFragmentStreamInfo on errorAndreas Rheinhardt2020-07-021-1/+3
* avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failureAndreas Rheinhardt2020-07-022-4/+10
* avformat/matroskaenc: Check for reformatting errorsAndreas Rheinhardt2020-07-021-11/+17
* avcodec/ra144enc: Fix invalid left shift of negative numberAndreas Rheinhardt2020-07-021-2/+2
* avcodec/adxenc: Avoid undefined left shift of negative numbersAndreas Rheinhardt2020-07-021-3/+3
* avcodec/adpcm: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-8/+8
* avformat/segafilmenc: Fix undefined left shift of 1 by 31 placesAndreas Rheinhardt2020-07-021-1/+1
* avcodec/proresenc_anatoliy: Fix invalid left shift of negative numberAndreas Rheinhardt2020-07-021-1/+1
* avformat/wtvdec: Fix memleak when reading header failsAndreas Rheinhardt2020-07-021-1/+3
* avformat/fitsdec: Fix potential leak of string in AVBPrintAndreas Rheinhardt2020-07-021-1/+1
* avformat/matroskadec: Fix use-after-free when demuxing ProResAndreas Rheinhardt2020-07-021-7/+4
* avformat/matroskadec: Fix demuxing ProResAndreas Rheinhardt2020-07-021-4/+5
* avcodec/bitstream: Don't check for undefined behaviour after it happenedAndreas Rheinhardt2020-07-011-1/+1
* avformat/mov: fix memleaksZhao Zhili2020-07-011-4/+3
* libavformat/mov: Fix memleaks when demuxing DV audioAndreas Rheinhardt2020-07-011-10/+13
* Update for 4.0.6Michael Niedermayer2020-07-013-2/+206
* avformat/utils: reorder duration computation to avoid overflowMichael Niedermayer2020-07-011-1/+1
* avcodec/pngdec: Check for fctl after idatMichael Niedermayer2020-07-011-0/+5
* avformat/hls: Pass a copy of the URL for probingMichael Niedermayer2020-07-011-2/+4
* avformat/hls: check segment duration value of EXTINFSteven Liu2020-07-011-2/+7
* avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer2020-07-011-1/+1
* avcodec/wmalosslessdec: fix overflow with pred in revert_cdlmsMichael Niedermayer2020-07-011-2/+3
* avformat/mvdec: Fix integer overflow with billions of channelsMichael Niedermayer2020-07-011-2/+2
* avformat/microdvddec: skip malformed lines without frame number.Michael Niedermayer2020-07-011-1/+5