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
2018-07-18avformat/movenc: Write version 2 of audio atom if channels is not knownMichael Niedermayer
2018-07-18avformat/utils: fix mixed declarations and codeJames Almer
2018-07-08avformat/movenc: Check input sample countMichael Niedermayer
2018-07-08avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDEN...Michael Niedermayer
2018-07-08avformat/mms: Add missing chunksize checkMichael Niedermayer
2018-07-08avformat/pva: Check for EOF before retrying in read_part_of_packet()Michael Niedermayer
2018-07-08avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_c...Michael Niedermayer
2018-07-08avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sampleMichael Niedermayer
2018-07-08avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer
2018-07-08avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer
2018-07-08avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer
2018-07-08avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer
2018-07-08lavf/http.c: Free allocated client URLContext in case of error.Stephan Holljes
2018-07-08avformat/utils: Check cur_dts in update_initial_timestamps() moreMichael Niedermayer
2018-07-08avformat/utils: Fix integer overflow in end time calculation in update_stream...Michael Niedermayer
2018-07-08avformat/mov: Fix extradata memleakMichael Niedermayer
2018-07-08avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent...Michael Niedermayer
2018-07-08avformat/mov: Check STSC and remove invalid entriesMichael Niedermayer
2018-07-08avformat/mov: Fix integer overflows related to sample_durationMichael Niedermayer
2018-07-08avformat/oggparsedaala: Do not adjust AV_NOPTS_VALUEMichael Niedermayer
2018-07-08avformat/oggparseogm: Check lb against psizeMichael Niedermayer
2018-07-08avformat/oggparseogm: Fix undefined shift in ogm_packet()Michael Niedermayer
2018-07-08avformat/avidec: Fix integer overflow in cum_len checkMichael Niedermayer
2018-07-08avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUEMichael Niedermayer
2018-07-08avformat/utils: Fix integer overflow of fps_first/last_dtsMichael Niedermayer
2018-07-08libavformat/oggparsevorbis: Fix memleak on multiple headersMichael Niedermayer
2018-07-08avformat/lrcdec: Fix memory leak in lrc_read_header()Nikolas Bowe
2018-07-08avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_...Nikolas Bowe
2018-02-24avformat/hvcc: zero initialize the nal buffers past the last written byteJames Almer
2018-01-11avformat/libssh: check the user provided a password before trying to use itJames Almer
2018-01-09Don't manipulate duration when it's AV_NOPTS_VALUE.Dale Curtis
2018-01-09avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis
2018-01-09Close ogg stream upon error when using AV_EF_EXPLODE.Dale Curtis
2018-01-09avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble
2018-01-09avformat/mov: Check size of STSC allocationFredrik Hubinette
2018-01-09avformat: Free the internal codec context at the endLuca Barbato
2017-10-26avformat/id3v2: fix leak in chapter parsingFredrik Hubinette
2017-09-17avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer
2017-09-17avformat/mov: Fix DoS in read_tfra()Michael Niedermayer
2017-09-17avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()孙浩(晓黑)
2017-09-17avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()孙浩(晓黑)
2017-09-17avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.孙浩(晓黑)
2017-09-17avformat/mvdec: Fix DoS due to lack of eof checkMichael Niedermayer
2017-09-17avformat/rl2: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/hls: Fix DoS due to infinite loopMichael Niedermayer
2017-09-17avformat/rtpdec_h264: Fix heap-buffer-overflowMichael Niedermayer
2017-09-17avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka