summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* mov: Rework stsc index validationVittorio Giovara2017-02-10
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-07
* mov: Avoid memcmp of uninitialised dataMark Thompson2017-01-30
* mov: Convert to the new bitstream readerAlexandra Hájková2017-01-13
* Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-23
* mov: fix a possible invalid read in mov_read_mac_string()Anton Khirnov2016-12-19
* mov: Export spherical informationVittorio Giovara2016-12-07
* mov: Use av_stream_add_side_data() for displaymatrix side dataJames Almer2016-11-23
* mov: Fix identity matrix boolean logicVittorio Giovara2016-11-16
* mov: Read multiple stsd from DVVittorio Giovara2016-11-08
* hevc: Support extradata changes from multiple stsdVittorio Giovara2016-11-08
* mov: Evaluate the movie display matrixVittorio Giovara2016-11-01
* Use ISO C printf conversion specifiers where appropriateDiego Biurrun2016-10-28
* Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-28
* Remove some pointless TRACE level debug codeDiego Biurrun2016-10-27
* mov: Update colr valuesVittorio Giovara2016-10-21
* lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
* mov: Remove old b-frame/video delay heuristicDerek Buitenhuis2016-08-29
* mov: Remove ancient heuristic hackDerek Buitenhuis2016-08-29
* mov: Validate the ID numberLuca Barbato2016-07-29
* mov: Rework the check for invalid indexes in stscVittorio Giovara2016-07-20
* mov: Wrap stsc index and count compare in a separate functionVittorio Giovara2016-07-20
* mov: Fix stsc_count comparisonMatthieu Bouron2016-07-20
* mov: fix stream extradata_size allocationMatthieu Bouron2016-07-15
* mov: Save number of stsd elements after stream extradata allocationVittorio Giovara2016-06-29
* mov: Support prores with multiple stsdVittorio Giovara2016-06-17
* mov: Implement support for multiple sample description tablesVittorio Giovara2016-06-17
* mov: Also export loci altitudeMichael Niedermayer2016-05-19
* mov: Append place name instead of overwriting for lociMichael Niedermayer2016-05-19
* mov: Fix parsing short lociMichael Niedermayer2016-05-19
* mov: Print reason of loci parsing failureMichael Niedermayer2016-05-19
* mov: Add a comment referring to the standard that defines the loci boxMartin Storsjö2016-05-19
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* mov: Check the entries value when parsing dref boxesLuca Barbato2016-03-11
* mov: Trim dref absolute pathVittorio Giovara2016-03-05
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* mov: Force the full parsing of mp3Luca Barbato2016-02-19
* mov: Fix the format specifier type for sizeVittorio Giovara2016-02-16
* mov: Use the correct type for sizeLuca Barbato2016-02-14
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* mov: Add an option to toggle dref openingDerek Buitenhuis2016-01-21
* avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-18
* mov: Drop dref when unable to parseVittorio Giovara2015-11-12
* mov: Correctly store dref pathsVittorio Giovara2015-11-12
* mov: detect cover art pictures by contentwm42015-11-03
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-29
* mov: Allow more than one keyframe per trunMartin Storsjö2015-09-06
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara2015-07-17