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
2019-01-15avformat/wvdec: detect and error out on WavPack DSD filesDavid Bryant
2019-01-15avformat/mpegts: Fix side data type for stream idMichael Niedermayer
2019-01-15lavf/id3v2: fail read_apic on EOF reading mimetypechcunningham
2019-01-15avformat/nutenc: Document trailer index assert betterMichael Niedermayer
2019-01-15lavf/mov: ensure only one tkhd per trakchcunningham
2018-11-18avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer
2018-11-18avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer
2018-11-18avformat/mov: Error on too large stsd entry counts.Dale Curtis
2018-11-18avformat/nsvdec: Do not parse multiple NSVfMichael Niedermayer
2018-11-18avformat/mlvdec: read_string() received unsigned size, make the argument unsi...Michael Niedermayer
2018-11-18avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header()Michael Niedermayer
2018-11-18avformat/flvenc: Check audio packet sizeMichael Niedermayer
2018-08-08avformat/asfdec_o: Check size_bmp more fullyMichael Niedermayer
2018-08-08asfdec: Account for different Format Data sizesAlexandra Hájková
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