Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-02avformat/mov: Fix memleaks upon read_header failureAndreas Rheinhardt
2020-07-02avformat/omadec: Fix memleaks upon read_header failureAndreas Rheinhardt
2020-07-02avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxerAndreas Rheinhardt
2020-07-02avformat/matroskadec: Use right number of tracksAndreas Rheinhardt
2020-07-02avformat/matroskadec: Fix handling gigantic durationsAndreas Rheinhardt
2020-07-02avcodec/cinepakenc: Fix invalid shiftsAndreas Rheinhardt
2020-07-02avcodec/cbs_h2645: Fix potential out-of-bounds array accessAndreas Rheinhardt
2020-07-02h264_redundant_pps: Fix memleak in case of errorsAndreas Rheinhardt
2020-07-02avformat/aviobuf: Don't check for overflow after it happenedAndreas Rheinhardt
2020-07-02avformat/matroskaenc: Fix memleak upon encountering bogus chapterAndreas Rheinhardt
2020-07-02fftools/ffmpeg_opt: Check attachment filesizeAndreas Rheinhardt
2020-07-02avformat/webmdashenc: Check codec typesAndreas Rheinhardt
2020-07-02avformat/avidec: Fix memleak with embedded GAB2 subtitlesAndreas Rheinhardt
2020-07-02avformat/webmdashenc: Fix memleak upon realloc failureAndreas Rheinhardt
2020-07-02avformat/matroskadec: Don't discard the upper 32bits of TrackNumberAndreas Rheinhardt
2020-07-02avformat/hnm: Check for extradata allocation failureAndreas Rheinhardt
2020-07-02avformat/subtitles: Don't increment packet counter prematurelyAndreas Rheinhardt
2020-07-02avformat/bethsoftvid: Fix potential memleak upon reallocation failureAndreas Rheinhardt
2020-07-02avformat/smoothstreaming: Fix memleaks on errorsAndreas Rheinhardt
2020-07-02avformat/matroskaenc: Check BlockAdditional size before useAndreas Rheinhardt
2020-07-02avformat/utils: Fix memleaks in avformat_open_input()Andreas Rheinhardt
2020-07-02avcodec/cavsdsp: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-07-02avformat/mov: Don't leak MOVFragmentStreamInfo on errorAndreas Rheinhardt
2020-07-02avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failureAndreas Rheinhardt
2020-07-02avformat/matroskaenc: Check for reformatting errorsAndreas Rheinhardt
2020-07-02avcodec/ra144enc: Fix invalid left shift of negative numberAndreas Rheinhardt
2020-07-02avcodec/adxenc: Avoid undefined left shift of negative numbersAndreas Rheinhardt
2020-07-02avcodec/adpcm: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-07-02avformat/segafilmenc: Fix undefined left shift of 1 by 31 placesAndreas Rheinhardt
2020-07-02avcodec/proresenc_anatoliy: Fix invalid left shift of negative numberAndreas Rheinhardt
2020-07-02avformat/wtvdec: Fix memleak when reading header failsAndreas Rheinhardt
2020-07-02avformat/fitsdec: Fix potential leak of string in AVBPrintAndreas Rheinhardt
2020-07-02avformat/matroskadec: Fix use-after-free when demuxing ProResAndreas Rheinhardt
2020-07-02avformat/matroskadec: Fix demuxing ProResAndreas Rheinhardt
2020-07-01avcodec/bitstream: Don't check for undefined behaviour after it happenedAndreas Rheinhardt
2020-07-01avformat/mov: fix memleaksZhao Zhili
2020-07-01libavformat/mov: Fix memleaks when demuxing DV audioAndreas Rheinhardt
2020-07-01Update for 4.0.6Michael Niedermayer
2020-07-01avformat/utils: reorder duration computation to avoid overflowMichael Niedermayer
2020-07-01avcodec/pngdec: Check for fctl after idatMichael Niedermayer
2020-07-01avformat/hls: Pass a copy of the URL for probingMichael Niedermayer
2020-07-01avformat/hls: check segment duration value of EXTINFSteven Liu
2020-07-01avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer
2020-07-01avcodec/wmalosslessdec: fix overflow with pred in revert_cdlmsMichael Niedermayer
2020-07-01avformat/mvdec: Fix integer overflow with billions of channelsMichael Niedermayer
2020-07-01avformat/microdvddec: skip malformed lines without frame number.Michael Niedermayer
2020-07-01avformat/mxfdec: free duplicated utf16 stringsMichael Niedermayer
2020-07-01avformat/4xm: Check that a video stream was created before returning packets ...Michael Niedermayer
2020-07-01avcodec/ffwavesynth: Avoid undefined operation on ts overflowMichael Niedermayer
2020-07-01avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()Michael Niedermayer