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
2022-03-28avformat/mov: Disallow empty sidxMichael Niedermayer
2022-02-16avformat/mov: Check size before subtractionMichael Niedermayer
2022-01-14avformat/mov: Check next offset in mov_read_dref()Michael Niedermayer
2021-12-07avformat/mov: Check for EOF in mov_read_glbl()Michael Niedermayer
2021-10-17avformat/mov: Ignore multiple STSC / STCOMichael Niedermayer
2021-10-17avformat/mov: Extend data_size check in mov_read_udta_string()Michael Niedermayer
2021-10-17avformat/mov: Check if hoov is at the endMichael Niedermayer
2021-10-17avformat/mov: Check comp_brand_sizeMichael Niedermayer
2020-07-07avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_rea...Zhao Zhili
2020-07-05avformat/mov: Don't allow negative sample sizes.Dale Curtis
2020-07-01avformat/mov: fix memleaksZhao Zhili
2020-07-01libavformat/mov: Fix memleaks when demuxing DV audioAndreas Rheinhardt
2020-04-23libavformat/mov.c: Free aes_decrypt to avoid leaking memoryJohn Rummell
2019-12-02avformat/mov: Set fragment.found_tfhd only after TFHD has been parsedMichael Niedermayer
2019-12-02avformat/mov.c: require tfhd to begin parsing trunchcunningham
2019-12-02lavf/mov: ensure only one tkhd per trakchcunningham
2018-07-10avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer
2018-07-10avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer
2018-07-10avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer
2018-07-10avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer
2018-07-10avformat/mov: Check STSC and remove invalid entriesMichael Niedermayer
2018-07-10avformat/mov: Fix integer overflows related to sample_durationMichael Niedermayer
2018-02-01avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble
2018-02-01avformat/mov: Check size of STSC allocationFredrik Hubinette
2018-02-01avformat/mov: Fix DoS in read_tfra()Michael Niedermayer
2017-08-24avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka
2017-02-08lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz
2017-02-08lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz
2016-08-15avformat/mov: Check sample sizeMichael Niedermayer
2016-04-27lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac #5216Rodger Combs
2016-04-27lavf/mov: fix sidx with edit listsRodger Combs
2016-01-28mov: Add an option to toggle dref openingDerek Buitenhuis
2016-01-15avformat/mov: Update handbrake_version threshold for full mp3 parsingMichael Niedermayer
2015-12-13avformat/mov: Enable parser for mp3s by old HandBrakeMichael Niedermayer
2015-11-11lavf/mov: add support for sidx fragment indexesRodger Combs
2015-10-12doc: fix spelling errorsAndreas Cadhalpun
2015-09-03avformat/mov: Change the type of the r/g/b variablesMichael Niedermayer
2015-09-03avformat/mov: Fix integer overflow in FFABSMichael Niedermayer
2015-08-27lavf/mov: Support unusual alac files without frma and alac atoms.Carl Eugen Hoyos
2015-08-18FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-08-02avformat/mov: fix regression in processing .aax filesVesselin Bontchev
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-19Add support for Audible AAX (and AAX+) filesVesselin Bontchev
2015-07-17Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara
2015-07-15avformat/mov: Implement a same origin policy for references instead of only a...Michael Niedermayer
2015-07-15avformat/mov: Fix opening relative referencesMichael Niedermayer
2015-07-14avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer