summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mov: Change DTS-based seek into CTS-based seek.Yusuke Nakamura2015-02-151-15/+29
* mov: Fix compilation with DEBUG enabledDiego Biurrun2015-02-141-2/+2
* mov: Implement parsing of the "HandlerName" from the MP4 HDLR atomHendrik Leppkes2015-02-031-0/+16
* mov: export audio service type as side dataAnton Khirnov2015-01-271-4/+20
* mov: Do not compute negative SAR valuesVittorio Giovara2015-01-231-7/+6
* mov: Check angle rather than full matrix when updating SARVittorio Giovara2015-01-141-8/+4
* mov: avoid a memleak when multiple stss boxes are presentAnton Khirnov2014-12-191-0/+1
* mov: Fix handling of zero-length metadata valuesMartin Storsjö2014-12-151-1/+1
* mov: further expand the list of parsed metadata tagsDave Rice2014-12-081-0/+18
* mov: expand the list of parsed metadata tagsVittorio Giovara2014-12-081-0/+23
* mov: parse XMP metadata on demandVittorio Giovara2014-12-081-0/+4
* mov: parse @PRM and @PRQ metadata tagsVittorio Giovara2014-12-081-3/+6
* mov: cosmetics: reorder the list of tagsVittorio Giovara2014-12-081-29/+29
* mov: skip version and flags attributes in mov_read_chan()Matthieu Bouron2014-12-051-0/+3
* mov: allocate the tag value dynamicallyThilo Borgmann2014-12-021-5/+10
* mov: Add an option for exporting all metadataVittorio Giovara2014-12-021-7/+18
* mov: do not truncate the language-prefixed tagVittorio Giovara2014-12-021-1/+1
* mov: check ff_get_wav_header() return valueVittorio Giovara2014-11-181-3/+1
* Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-261-2/+3
* lavf: Check the return value of strftimeMartin Storsjö2014-10-261-2/+2
* mov: fix assigment checkVittorio Giovara2014-10-241-1/+1
* mov: Correctly check the color transfer characteristics rangeVittorio Giovara2014-10-151-1/+2
* mov: Handle tfdt atomsMartin Storsjö2014-10-141-0/+31
* mov: support the Color Parameter Atoms 'colr'Vittorio Giovara2014-10-081-0/+69
* mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-191-2/+2
OpenPOWER on IntegriCloud