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-23lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring outMatthieu Bouron
2017-04-08avformat/mov: Check creation_time for overflowMichael Niedermayer
2017-04-08libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu
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-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-02hevc: Support extradata changesVittorio Giovara
2016-11-30mov: Evaluate the movie display matrixVittorio Giovara
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-14Merge commit '029cf99c5166b36f33381cd8ebfa5f1f1f463d1f'Hendrik Leppkes
2016-11-13avformat/mov: zero initialize codec_name in mov_parse_stsd_video()James Almer
2016-11-10lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search...Sasi Inguva
2016-11-08avformat/mov: Read multiple stsd from DVVittorio Giovara
2016-11-07mov: validate sidx timescaleAndreas Cadhalpun
2016-11-07mov: validate time_scaleAndreas Cadhalpun
2016-11-07mov: validate sample_rateAndreas Cadhalpun
2016-11-03lavf/mov.c: Use the first sidx for tracks without sidx.Sasi Inguva
2016-11-01mov: immediately return from mov_fix_index without old index entriesAndreas Cadhalpun
2016-11-01lavf/mov: Only search for invalid moov in free if compliance < STRICT.Carl Eugen Hoyos
2016-10-31lavf/mov.c: Use the correct timescale when seeking for audio.Sasi Inguva
2016-10-28Adjust printf conversion specifiers to match variable signednessDiego Biurrun
2016-10-27Remove some pointless TRACE level debug codeDiego Biurrun
2016-10-24lavf/mov: reindentRodger Combs