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
2017-05-14avformat/mov: Check creation_time for overflowMichael Niedermayer
2017-05-14libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu
2017-02-10lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()n3.2.4Matt Wolenetz
2017-02-10lavf/mov.c: Avoid OOB in mov_read_udta_string()Matt Wolenetz
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-11-18mov: immediately return from mov_fix_index without old index entriesAndreas Cadhalpun
2016-10-24lavf/mov: reindentRodger Combs
2016-10-24lavf/mov: improve `tref/chap` chapter handlingRodger Combs
2016-10-19lavf/mov: support gopro hero moments udta tagJean Caillé
2016-10-19avformat/mov: pass the demuxer's AVFormatContext to avpriv_request_sample()James Almer
2016-10-17mov: move stsd finalization to an appropriate placeHendrik Leppkes
2016-10-15lavf/mov: support gopro firmware udta tagJean Caillé
2016-09-29lavf/mov: Read display aspect ratio from ares atom also for dnxhd.Carl Eugen Hoyos
2016-09-29lavf/mov.c: Make audio timestamps strictly monotonically increasing inside an...Sasi Inguva
2016-09-19lavf/mov: Add support for edit list parsing.Sasi Inguva
2016-09-09avformat/mov: Enable stream parsing for VP9.Matthew Gregan
2016-09-08avformat/mov: Fix potential integer overflow in mov_read_keysSergey Volk
2016-08-28avformat/mov: aax: pass proper AVClass to av_log()Thomas Hebb
2016-08-28avformat: fix decoded creation_time timestampsMarton Balint
2016-08-25mov: Remove old b-frame/video delay heuristicDerek Buitenhuis
2016-08-25mov: Remove ancient heuristic hackDerek Buitenhuis
2016-08-21libavformat/mov: Accept known codepoints in 'colr'Steven Robertson
2016-08-20avformat/mov: Check STSD atom more completelyMichael Niedermayer
2016-08-16avformat/mov: Check extradata before accessMichael Niedermayer
2016-08-06avformat/mov: Enable mp3 parsing if a packet needs itMichael Niedermayer
2016-07-21avformat/mov: Do not allocate empty extradataMichael Niedermayer
2016-07-14lavf/mov: fix stream extradata_size allocationMatthieu Bouron
2016-07-13Merge commit '846a3e78a535f05ee61bb23a160f3378f041f751'Matthieu Bouron
2016-07-13Merge commit '76729970049fe95659346503f7401a5d869f9959'Matthieu Bouron
2016-06-30avformat/mov: Skip non-key frames if AVDISCARD_NONKEY is set.Vadim Kalinsky
2016-06-29avformat/mov: Check sample sizeMichael Niedermayer
2016-06-27avformat/mov: parse rtmd track timecodePaul B Mahol
2016-06-24Merge commit '704d2bd18be8f134cb9ab19463a3c4eb63233dbd'Clément Bœsch
2016-06-24Merge commit 'd34826c33d401929b2ff8aee161fd39ad0a73613'Clément Bœsch
2016-06-23avformat/mov: add more datatypes in metadata handlingDavid Murmann
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-20lavf/mov: ignore ctts entries that do not apply to a least one sampleMatthieu Bouron
2016-06-17mov: Support prores with multiple stsdVittorio Giovara
2016-06-17mov: Implement support for multiple sample description tablesVittorio Giovara
2016-05-28lavf/mov: Support one more Avid compression id for AVCI50.Carl Eugen Hoyos
2016-05-24avformat/mov: Avoid "Unintended sign extension"Michael Niedermayer
2016-05-19mov: Also export loci altitudeMichael Niedermayer
2016-05-19mov: Append place name instead of overwriting for lociMichael Niedermayer
2016-05-19mov: Fix parsing short lociMichael Niedermayer
2016-05-19mov: Print reason of loci parsing failureMichael Niedermayer
2016-05-19mov: Add a comment referring to the standard that defines the loci boxMartin Storsjö
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol