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-08avformat/movenc: Check input sample countMichael Niedermayer
2018-07-07avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDEN...Michael Niedermayer
2018-07-07avformat/mms: Add missing chunksize checkMichael Niedermayer
2018-07-07avformat/pva: Check for EOF before retrying in read_part_of_packet()Michael Niedermayer
2018-07-07avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_c...Michael Niedermayer
2018-07-07avformat/asfdec_o: Check size_bmp more fullyMichael Niedermayer
2018-07-07avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sampleMichael Niedermayer
2018-06-18avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer
2018-06-18avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer
2018-06-18avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer
2018-06-18avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer
2018-06-18lavf/http.c: Free allocated client URLContext in case of error.Stephan Holljes
2018-06-18avformat/utils: Check cur_dts in update_initial_timestamps() moreMichael Niedermayer
2018-06-18avformat/utils: Fix integer overflow in end time calculation in update_stream...Michael Niedermayer
2018-06-18avformat/mov: Fix extradata memleakMichael Niedermayer
2018-06-18avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent...Michael Niedermayer
2018-06-18avformat/mov: Check STSC and remove invalid entriesMichael Niedermayer
2018-06-18avformat/mov: Fix integer overflows related to sample_durationMichael Niedermayer
2018-06-18avformat/img2dec: fix infinite loopMichael Niedermayer
2018-06-18avformat/oggparsedaala: Do not adjust AV_NOPTS_VALUEMichael Niedermayer
2018-06-18avformat/oggparseogm: Check lb against psizeMichael Niedermayer
2018-06-18avformat/oggparseogm: Fix undefined shift in ogm_packet()Michael Niedermayer
2018-06-18avformat/avidec: Fix integer overflow in cum_len checkMichael Niedermayer
2018-06-18avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUEMichael Niedermayer
2018-06-18avformat/utils: Fix integer overflow of fps_first/last_dtsMichael Niedermayer
2018-06-18avformat/oggdec: Fix metadata memleak on multiple headersMichael Niedermayer
2018-06-18libavformat/oggparsevorbis: Fix memleak on multiple headersMichael Niedermayer
2018-06-18avformat/mov: Fix integer overflow in mov_get_stsc_samples()Michael Niedermayer
2018-02-24avformat/hvcc: zero initialize the nal buffers past the last written byteJames Almer
2018-02-20avformat/matroskadec: ignore CodecPrivate if the stream is VP9James Almer
2018-01-28avformat/lrcdec: Fix memory leak in lrc_read_header()Nikolas Bowe
2018-01-28avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_...Nikolas Bowe
2017-12-10avformat/utils: Fix warning: ISO C90 forbids mixed declarations and codeMichael Niedermayer
2017-12-08avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis
2017-12-08lavf/mov: fix huge alloc in mov_read_cttsJohn Stebbins
2017-12-08avformat/aacdec: Fix leak in adts_aac_read_packet()Michael Niedermayer
2017-12-08Close ogg stream upon error when using AV_EF_EXPLODE.Dale Curtis
2017-12-08Fix leak of frame_duration_buffer in mov_fix_index().Dale Curtis
2017-12-08avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble
2017-12-08avformat/mov: Check size of STSC allocationFredrik Hubinette
2017-12-08avformat: Free the internal codec context at the endLuca Barbato
2017-12-01avformat/matroskaenc: add missing allocation failure checks for stream durationsJames Almer
2017-12-01avformat/matroskaenc: actually enforce the stream limitJames Almer
2017-12-01Don't manipulate duration when it's AV_NOPTS_VALUE.Dale Curtis
2017-11-16avformat/hlsenc: write fmp4 init header after first AV frameSteven Liu
2017-11-16avformat/hlsenc: allocate space for terminating nullTimo Rothenpieler
2017-11-16avformat/hlsenc: reindent hlsenc codeSteven Liu
2017-11-16avformat/hlsenc: check hls segment mode for ignore the init filenameSteven Liu
2017-11-16avformat/hlsenc: reindent hlsenc codeSteven Liu
2017-11-16avformat/hlsenc: fix missing first segment bug in fmp4 modeSteven Liu