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-07avformat/smjpegdec: Check the existence of referred streamsMichael Niedermayer
2020-07-05avformat/utils: reorder duration computation to avoid overflowMichael Niedermayer
2020-07-05avformat/hls: Pass a copy of the URL for probingMichael Niedermayer
2020-07-05avformat/hls: check segment duration value of EXTINFSteven Liu
2020-07-05avformat/microdvddec: skip malformed lines without frame number.Michael Niedermayer
2020-07-05avformat/4xm: Check that a video stream was created before returning packets ...Michael Niedermayer
2020-07-05avformat/thp: Check fpsMichael Niedermayer
2020-07-05avformat/mpl2dec: Fix integer overflow with durationMichael Niedermayer
2020-07-05avformat/4xm: Cleanup on GET_LIST_HEADER() failureMichael Niedermayer
2020-07-05avformat/mlvdec: fail reading a packet with 0 streamsMichael Niedermayer
2020-07-05avformat/thp: Check compcountMichael Niedermayer
2020-07-05avformat/mpegenc: Fix integer overflow with AV_NOPTS_VALUEMichael Niedermayer
2020-07-05avformat/aadec: Check toc_size to contain the minimum to demuxer usesMichael Niedermayer
2020-07-05avformat/mov: Don't allow negative sample sizes.Dale Curtis
2020-07-05avformat/thp: Require a video streamMichael Niedermayer
2020-07-05avformat/mpeg: Decrease score by 1 for files with very little valid dataMichael Niedermayer
2020-07-01avformat/mov: fix memleaksZhao Zhili
2020-07-01libavformat/mov: Fix memleaks when demuxing DV audioAndreas Rheinhardt
2020-04-24libavformat/Makefile: Fix build issues with async testn2.8.16Michael Niedermayer
2020-04-23avformat/oggdec: Check for EOF after page headerMichael Niedermayer
2020-04-23libavformat/amr.c: Check return value from avio_read()John Rummell
2020-04-23libavformat/mov.c: Free aes_decrypt to avoid leaking memoryJohn Rummell
2020-04-23libavformat/oggdec.c: Check return value from avio_read()John Rummell
2020-04-23avformat/asfdec_f: Fix overflow check in get_tag()Michael Niedermayer
2020-04-23avformat/nsvdec: Fix memleaks on errors while reading the headerMichael Niedermayer
2020-04-23avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_p...Michael Niedermayer
2020-04-23avformat/mvdec: Check stream numbersMichael Niedermayer
2020-04-23avformat/avidec: Avoid integer overflow in NI switch checkMichael Niedermayer
2020-04-23avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index()Dale Curtis
2020-04-04avformat/matroskadec: Fix default value of BlockAddIDAndreas Rheinhardt
2019-12-06avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()Michael Niedermayer
2019-12-06avformat/nutenc: Do not pass NULL to memcmp() in get_needed_flags()Michael Niedermayer
2019-12-06avformat/pjsdec: Check duration for overflowMichael Niedermayer
2019-12-06avformat/mpsubdec: Clear queue on errorMichael Niedermayer
2019-12-06avformat/subtitles: Check nb_subs in ff_subtitles_queue_finalize()Michael Niedermayer
2019-12-06avformat/cdxl: Fix integer overflow in intermediateMichael Niedermayer
2019-12-02avformat/realtextdec: free queue on errorMichael Niedermayer
2019-12-02lafv/wavdec: Fail bext parsing on incomplete readsMatt Wolenetz
2019-12-02avformat/utils: Check rfps_duration_sum for overflowMichael Niedermayer
2019-12-02avformat/xmv: Make bitrate 64bitMichael Niedermayer
2019-12-02avformat/mov: Set fragment.found_tfhd only after TFHD has been parsedMichael Niedermayer
2019-12-02avformat/wtvdec: Avoid (32bit signed) sectorsMichael Niedermayer
2019-12-02avformat/sbgdec: Fixes integer overflow in str_to_time() with hoursMichael Niedermayer
2019-12-02avformat/mp3enc: Avoid SEEK_END as it is unsupportedMichael Niedermayer
2019-12-02avformat/webm_chunk: Specify expected argument length of get_chunk_filename()Michael Niedermayer
2019-12-02avformat/webm_chunk: Check header filename lengthMichael Niedermayer
2019-12-02lavf/webm_chunk: Respect buffer sizeAndreas Rheinhardt
2019-12-02avformat/aadec: Check for scanf() failureMichael Niedermayer
2019-12-02avformat/webmdashenc: Check id in adaption_setsMichael Niedermayer
2019-12-02avformat/http: Fix Out-of-Bounds access in process_line()Wenxiang Qian