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
2020-11-05Add support for playing Audible AAXC (.aaxc) files [PATCH v4]Vesselin Bontchev
2020-09-03avformat/mov: Only read the mfra size once during sidx parsingDerek Buitenhuis
2020-04-11libavformat/mov: fix multiple trun per trafJohn Stebbins
2019-10-12avformat/mov: parse sdtp atom and set the pkt disposable flag accordinglyMatthieu Bouron
2019-02-08avformat/mov.c: require tfhd to begin parsing trunchcunningham
2018-09-09Use QT format for audio sample descriptors depending on stsd version.Justin Ruggles
2018-09-09lavf/mov: add AVCodecTag entry for GoPro metadataJohn Stebbins
2018-07-25lavf/isom: Make auxiliary_offsets consistently uint64_t.Carl Eugen Hoyos
2018-04-21avformat/mov: Fix parsing of saio/siaz atoms in encrypted content.Jacob Trimble
2018-04-19avformat/mov: Remove old encryption info methods.Jacob Trimble
2018-04-19avformat/mov: Increase support for common encryption.Jacob Trimble
2018-03-10lavf/mov.c: Use the correct offset to shift timestamp when seeking.Sasi Inguva
2017-12-02lavf/movenc: add sdtp (sample dependency) boxJohn Stebbins
2017-10-26Merge commit '604fbb3132e88727e496c96c92cfe02748c25a1a'James Almer
2017-10-23mov: fix decode of fragments that overlap in timeJohn Stebbins
2017-09-29lavf/mov: Allow reading very large files.Pablo Montilla
2017-09-28Merge commit '53ea595eec984e3109310e8bb7ff4b5786d91057'James Almer
2017-08-24avformat/mov: Fix trampling of ctts during seeks when sidx support is enabled.Dale Curtis
2017-05-27avformat/mov: add support for reading Content Light Level BoxJames Almer
2017-05-27avformat/mov: add support for reading Mastering Display Metadata BoxJames Almer
2017-04-03mov: Move code shared with CAF to a separate fileDiego Biurrun
2017-03-31lavf/mov.c: Add -advanced_editlist option for mov format.Sasi Inguva
2017-02-11mov: Rework stsc index validationVittorio Giovara
2017-02-01mov: fix decryption with edit listerankor
2016-12-14Add missing #includes for standalone spherical-information-related headersDiego Biurrun
2016-12-08Add missing #includes for standalone spherical-information-related headersDiego Biurrun
2016-12-07mov: Export spherical informationVittorio Giovara
2016-12-07mov: Export spherical informationVittorio Giovara
2016-11-30mov: Evaluate the movie display matrixVittorio Giovara
2016-11-03lavf/mov.c: Use the first sidx for tracks without sidx.Sasi Inguva
2016-11-01mov: Evaluate the movie display matrixVittorio Giovara
2016-10-24lavf/mov: improve `tref/chap` chapter handlingRodger Combs
2016-08-29mov: Remove ancient heuristic hackDerek Buitenhuis
2016-08-25mov: Remove ancient heuristic hackDerek Buitenhuis
2016-07-13Merge commit '76729970049fe95659346503f7401a5d869f9959'Matthieu Bouron
2016-06-17mov: Implement support for multiple sample description tablesVittorio Giovara
2016-03-06mov - support seek in encrypted mp4erankor
2016-01-21mov: Add an option to toggle dref openingDerek Buitenhuis
2016-01-20mov: Add an option to toggle dref openingDerek Buitenhuis
2015-12-31avformat/mov: support cenc (common encryption)erankor
2015-12-13avformat/mov: Enable parser for mp3s by old HandBrakeMichael Niedermayer
2015-12-05libavformat/mov.c: allow QuickTime metadata to come after traksNeil Birkbeck
2015-11-11avformat/mov: Add option to ignore chapters during parsingBryan Huh
2015-10-26mov: Add support parsing QuickTime Metadata Keys.Tinglin Liu
2015-10-10lavf/mov: add support for sidx fragment indexesRodger Combs
2015-07-19Add support for Audible AAX (and AAX+) filesVesselin Bontchev
2015-03-18mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis
2015-03-18mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis
2015-01-02avformat/mov: move edit list heuristics into mov_build_index()Clément Bœsch
2014-12-17avformat/mov: check atom nesting depthMichael Niedermayer