aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* mov: Move code shared with CAF to a separate fileDiego Biurrun2017-04-031-36/+0
* spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-231-4/+3
* mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-071-1/+26
* mov: Validate cubemap layoutVittorio Giovara2017-03-071-1/+7
* mov: Validate spherical metadata versionVittorio Giovara2017-03-071-4/+22
* mov: Ignore old spherical metadata when newer version is presentVittorio Giovara2017-03-071-2/+3
* mov: Fix spherical metadata_source parsingAaron Colwell2017-03-071-2/+2
* mov: Do not try to parse multiple stsd for the same trackLuca Barbato2017-02-151-0/+6
* mov: Rework stsc index validationVittorio Giovara2017-02-101-4/+4
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-1/+1
* mov: Avoid memcmp of uninitialised dataMark Thompson2017-01-301-2/+2
* mov: Convert to the new bitstream readerAlexandra Hájková2017-01-131-4/+6
* Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-231-1/+1
* 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
* Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-281-21/+21
* Remove some pointless TRACE level debug codeDiego Biurrun2016-10-271-6/+0
* mov: Update colr valuesVittorio Giovara2016-10-211-7/+11
* 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: 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: Save number of stsd elements after stream extradata allocationVittorio Giovara2016-06-291-3/+4
* mov: Support prores with multiple stsdVittorio Giovara2016-06-171-0/+2
* mov: Implement support for multiple sample description tablesVittorio Giovara2016-06-171-6/+119
* mov: Also export loci altitudeMichael Niedermayer2016-05-191-2/+7
* mov: Append place name instead of overwriting for lociMichael Niedermayer2016-05-191-3/+3
* mov: Fix parsing short lociMichael Niedermayer2016-05-191-2/+2
* mov: Print reason of loci parsing failureMichael Niedermayer2016-05-191-3/+10
* mov: Add a comment referring to the standard that defines the loci boxMartin Storsjö2016-05-191-0/+1
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* Drop pointless assert.h #includesDiego Biurrun2016-05-031-3/+0
* mov: Check the entries value when parsing dref boxesLuca Barbato2016-03-111-1/+3
* mov: Trim dref absolute pathVittorio Giovara2016-03-051-0/+7
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-174/+182
* mov: Force the full parsing of mp3Luca Barbato2016-02-191-0/+3
* mov: Fix the format specifier type for sizeVittorio Giovara2016-02-161-2/+3
* mov: Use the correct type for sizeLuca Barbato2016-02-141-5/+5
* lavf: allow custom IO for all filesAnton Khirnov2016-01-241-5/+5
* mov: Add an option to toggle dref openingDerek Buitenhuis2016-01-211-4/+16