summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-181-2/+2
* mov: Drop dref when unable to parseVittorio Giovara2015-11-121-1/+6
* mov: Correctly store dref pathsVittorio Giovara2015-11-121-4/+2
* mov: detect cover art pictures by contentwm42015-11-031-0/+8
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-1/+1
* mov: Allow more than one keyframe per trunMartin Storsjö2015-09-061-3/+3
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-10/+10
* Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara2015-07-171-1/+1
* riff: Use the correct logging contextLuca Barbato2015-07-111-1/+1
* mov: Log format rather than fourcc in stsd in trace modeVittorio Giovara2015-07-011-3/+3
* mov: Adjust variable types to fix format warningsVittorio Giovara2015-07-011-1/+1
* mp3: enable packed main_data decoding in MP4nu7742015-06-201-1/+9
* mov: Check memory allocationVittorio Giovara2015-06-081-1/+5
* mov: always check avio_read return valueAndreas Cadhalpun2015-05-311-22/+101
* mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-311-0/+7
* mov: Correctly allocate ctts_dataLuca Barbato2015-05-311-1/+1
* mov: Fix two memleaksAndreas Cadhalpun2015-05-311-1/+4
* mov: Double-check that alias path is not an absolute pathVittorio Giovara2015-04-191-1/+1
* mov: Read alternate absolute path in dref alisVittorio Giovara2015-04-191-1/+3
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-41/+42
* mov: Rely on box type rather than file type for colr atomVittorio Giovara2015-04-091-2/+2
* mov: Write the display matrix in orderVittorio Giovara2015-03-231-1/+1
* mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis2015-03-181-9/+33
* mov: Fix little endian audio detectionVittorio Giovara2015-03-171-1/+1
* Revert "mov: Change DTS-based seek into CTS-based seek."Martin Storsjö2015-03-021-29/+15
OpenPOWER on IntegriCloud