summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: add support for reading Content Light Level BoxJames Almer2017-05-271-0/+43
* avformat/mov: add support for reading Mastering Display Metadata BoxJames Almer2017-05-271-0/+57
* lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring outMatthieu Bouron2017-05-201-4/+4
* Merge commit '46191a2da16f751e53d93646ae1388d421d12bee'Clément Bœsch2017-04-291-1/+5
|\
| * mov: fix a possible invalid read in mov_read_mac_string()Anton Khirnov2016-12-191-1/+5
| * mov: Export spherical informationVittorio Giovara2016-12-071-0/+262
| * mov: Use av_stream_add_side_data() for displaymatrix side dataJames Almer2016-11-231-13/+5
| * mov: Fix identity matrix boolean logicVittorio Giovara2016-11-161-2/+2
| * mov: Read multiple stsd from DVVittorio Giovara2016-11-081-0/+2
| * hevc: Support extradata changes from multiple stsdVittorio Giovara2016-11-081-7/+5
| * mov: Evaluate the movie display matrixVittorio Giovara2016-11-011-14/+35
| * Use ISO C printf conversion specifiers where appropriateDiego Biurrun2016-10-281-11/+14
* | lavf/mov: Only copy extradata if it exists.Carl Eugen Hoyos2017-04-191-1/+1
* | avformat/mo: Add experimental demuxing support for Opus in ISO BMFF (MP4).Matthew Gregan2017-04-111-0/+49
* | libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu2017-04-061-0/+1
* | avformat/mov: Check creation_time for overflowMichael Niedermayer2017-04-041-0/+6
* | lavf/mov.c: Add -advanced_editlist option for mov format.Sasi Inguva2017-03-311-4/+23
* | avformat/mov: Init ref_sc / ref_st to NULLMichael Niedermayer2017-03-301-2/+2
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-11/+12
* | lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-291-3/+2
* | avformat, ffmpeg: deprecate old rotation APIwm42017-03-271-0/+2
* | avformat/mov: stop using deprecated codec flagsJames Almer2017-03-251-1/+1
* | Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch2017-03-241-19/+19
|\ \ | |/
| * Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-281-21/+21
* | Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'Clément Bœsch2017-03-241-6/+0
|\ \ | |/
| * Remove some pointless TRACE level debug codeDiego Biurrun2016-10-271-6/+0
* | Merge commit '4b07ebf1eb13561492f7e3c30a67f34415016b3e'Clément Bœsch2017-03-241-3/+6
|\ \ | |/
| * mov: Update colr valuesVittorio Giovara2016-10-211-7/+11
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-8/+8
|\ \ | |/
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-6/+6
| * mov: Remove old b-frame/video delay heuristicDerek Buitenhuis2016-08-291-3/+0
| * mov: Remove ancient heuristic hackDerek Buitenhuis2016-08-291-7/+1
| * mov: Validate the ID numberLuca Barbato2016-07-291-2/+2
| * mov: Rework the check for invalid indexes in stscVittorio Giovara2016-07-201-2/+7
* | mov: Drop extra format specifier in error messageVittorio Giovara2017-03-171-1/+1
* | spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-171-5/+3
* | mov: Fix checking layout and loading padding for cubemapsVittorio Giovara2017-03-071-1/+7
* | mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-071-1/+27
* | lavf/mov.c: Correct keyframe search in edit list to return the very first key...Sasi Inguva2017-02-201-0/+12
* | lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()Matt Wolenetz2017-02-101-2/+7
* | lavf/mov.c: Avoid OOB in mov_read_udta_string()Matt Wolenetz2017-02-101-2/+2
* | lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz2017-02-081-1/+1
* | lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz2017-02-081-0/+2
* | Merge commit '90bc423212396e96a02edc1118982ab7f7766a63'Clément Bœsch2017-02-011-5/+7
|\ \ | |/
| * mov: Wrap stsc index and count compare in a separate functionVittorio Giovara2016-07-201-5/+10
| * mov: Fix stsc_count comparisonMatthieu Bouron2016-07-201-1/+1
| * mov: fix stream extradata_size allocationMatthieu Bouron2016-07-151-1/+1
* | mov: fix decryption with edit listerankor2017-02-011-44/+125
* | avformat/mov: Fix integer truncation in mov_read_uuid()Michael Niedermayer2017-01-301-1/+1
* | mov: Fix spherical metadata_source parsingAaron Colwell2017-01-271-2/+2
OpenPOWER on IntegriCloud