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-01avformat/hls: Pass a copy of the URL for probingMichael Niedermayer
2020-07-01avformat/hls: check segment duration value of EXTINFSteven Liu
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-01avformat/thp: Check fpsMichael Niedermayer
2020-07-01avformat/mpl2dec: Fix integer overflow with durationMichael Niedermayer
2020-07-01avformat/mov: Check if DTS is AV_NOPTS_VALUE in mov_find_next_sample().Dale Curtis
2020-07-01avformat/4xm: Cleanup on GET_LIST_HEADER() failureMichael Niedermayer
2020-07-01avformat/mlvdec: fail reading a packet with 0 streamsMichael Niedermayer
2020-07-01avformat/thp: Check compcountMichael Niedermayer
2020-07-01avformat/oggparsevorbis: Error out on double init of vpMichael Niedermayer
2020-07-01avformat/mpegenc: Fix integer overflow with AV_NOPTS_VALUEMichael Niedermayer
2020-07-01avformat/swfenc: Fix integer overflow in frame rate handlingMichael Niedermayer
2020-07-01avformat/aadec: Check toc_size to contain the minimum to demuxer usesMichael Niedermayer
2020-07-01avformat/mov: Don't allow negative sample sizes.Dale Curtis
2020-07-01avformat/mpegts: Shuffle avio_seekMichael Niedermayer
2020-07-01avformat/thp: Require a video streamMichael Niedermayer
2020-07-01avformat/mpeg: Decrease score by 1 for files with very little valid dataMichael Niedermayer
2020-07-01avformat/oggdec: Check for EOF after page headerMichael Niedermayer
2020-07-01libavformat/amr.c: Check return value from avio_read()John Rummell
2020-07-01libavformat/mov.c: Free aes_decrypt to avoid leaking memoryJohn Rummell
2020-07-01libavformat/oggdec.c: Check return value from avio_read()John Rummell
2020-07-01avformat/asfdec_f: Fix overflow check in get_tag()Michael Niedermayer
2020-07-01avformat/nsvdec: Fix memleaks on errors while reading the headerMichael Niedermayer
2020-07-01libavformat/avienc: Check bits per sample for PAL8Michael Niedermayer
2020-07-01avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_p...Michael Niedermayer
2020-07-01avformat/mvdec: Check stream numbersMichael Niedermayer
2020-07-01avformat/utils: Fix integer overflow with complex time bases in avformat_find...Michael Niedermayer
2020-07-01avformat/avidec: Avoid integer overflow in NI switch checkMichael Niedermayer
2020-07-01avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index()Dale Curtis
2020-07-01avformat/mov: Check STCO locationMichael Niedermayer
2020-07-01avformat/rmdec: Initialize and sanity check offset in ivr_read_header()Michael Niedermayer
2020-07-01avformat/id3v2: Fix double-free on errorAndreas Rheinhardt
2020-07-01avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()Michael Niedermayer
2020-04-03avformat/matroskadec: Fix default value of BlockAddIDAndreas Rheinhardt
2019-11-22avformat/mp3dec: Check that the frame fits within the probe bufferMichael Niedermayer
2019-11-11avformat/nutenc: Do not pass NULL to memcmp() in get_needed_flags()Michael Niedermayer
2019-11-11avformat/pjsdec: Check duration for overflowMichael Niedermayer
2019-11-11avformat/shortendec: Check k in probeMichael Niedermayer
2019-11-11avformat/mpsubdec: Clear queue on errorMichael Niedermayer
2019-11-11avformat/subtitles: Check nb_subs in ff_subtitles_queue_finalize()Michael Niedermayer
2019-11-11avformat/electronicarts: If no packet has been read at the end do not treat i...Michael Niedermayer
2019-11-11avformat/mov: Check for EOF in mov_read_meta()Michael Niedermayer
2019-11-11avformat/cdxl: Fix integer overflow in intermediateMichael Niedermayer
2019-11-11avformat/realtextdec: free queue on errorMichael Niedermayer
2019-11-11avformat/realtextdec: Check for duplicate extradata in realtext_read_header()Michael Niedermayer
2019-11-11avformat/mpc: deallocate frames array on errorsMichael Niedermayer
2019-11-11lafv/wavdec: Fail bext parsing on incomplete readsMatt Wolenetz