Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-04HACK mov: don't set the DEFAULT disposition because of wrong semanticsHendrik Leppkes
2017-08-04HACK: mov: when seeking secondary streams, don't insist on key-frames.Hendrik Leppkes
2017-06-11avformat/mov: add support for reading VP Codec Configuration BoxJames Almer
2017-06-09lavf/mov.c: offset index timestamps by the minimum pts to make first pts zeroSasi Inguva
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-05-20lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring outMatthieu Bouron
2017-04-29Merge commit '46191a2da16f751e53d93646ae1388d421d12bee'Clément Bœsch
2017-04-20lavf/mov: Only copy extradata if it exists.Carl Eugen Hoyos
2017-04-11avformat/mo: Add experimental demuxing support for Opus in ISO BMFF (MP4).Matthew Gregan
2017-04-06libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu
2017-04-04avformat/mov: Check creation_time for overflowMichael Niedermayer
2017-03-31lavf/mov.c: Add -advanced_editlist option for mov format.Sasi Inguva
2017-03-31avformat/mov: Init ref_sc / ref_st to NULLMichael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29lavf: use av_fourcc2str() where appropriateClément Bœsch
2017-03-27avformat, ffmpeg: deprecate old rotation APIwm4
2017-03-26avformat/mov: stop using deprecated codec flagsJames Almer
2017-03-24Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch
2017-03-24Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'Clément Bœsch
2017-03-24Merge commit '4b07ebf1eb13561492f7e3c30a67f34415016b3e'Clément Bœsch
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-03-17mov: Drop extra format specifier in error messageVittorio Giovara
2017-03-17spherical: Change types of bounding and pad to uint32_tVittorio Giovara
2017-03-08mov: Fix checking layout and loading padding for cubemapsVittorio Giovara
2017-03-07mov: Export bounds and padding from spherical metadataVittorio Giovara
2017-02-20lavf/mov.c: Correct keyframe search in edit list to return the very first key...Sasi Inguva
2017-02-10lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()Matt 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
2017-02-01Merge commit '90bc423212396e96a02edc1118982ab7f7766a63'Clément Bœsch
2017-02-01mov: fix decryption with edit listerankor
2017-01-31avformat/mov: Fix integer truncation in mov_read_uuid()Michael Niedermayer
2017-01-28mov: Fix spherical metadata_source parsingAaron Colwell
2017-01-25lavf/mov: Unscramble dref debug output.Carl Eugen Hoyos
2016-12-20avformat/mov.: Make the process of uuid-xmp atom faster.Chen Meng
2016-12-19mov: fix a possible invalid read in mov_read_mac_string()Anton Khirnov
2016-12-15mov: prevent overflow during bit rate calculationAndreas Cadhalpun
2016-12-12lavf/mov: Accept multiple fourcc for AVID 1:1.Carl Eugen Hoyos
2016-12-07mov: Export spherical informationVittorio Giovara
2016-12-07mov: Export spherical informationVittorio Giovara
2016-12-02hevc: Support extradata changesVittorio Giovara
2016-11-30mov: Evaluate the movie display matrixVittorio Giovara
2016-11-23mov: Use av_stream_add_side_data() for displaymatrix side dataJames Almer
2016-11-21Add experimental demuxing support for FLAC in ISO BMFF (MP4).Matthew Gregan
2016-11-19avformat/mov: reuse existing err variableJames Almer
2016-11-19avformat/mov: use av_stream_add_side_data() for displaymatrix side dataJames Almer
2016-11-16mov: Fix identity matrix boolean logicVittorio Giovara
2016-11-14Merge commit '029cf99c5166b36f33381cd8ebfa5f1f1f463d1f'Hendrik Leppkes