summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* mov: remove stray semicolonMans Rullgard2011-02-10
* pass QDMC extradata to the decoderSascha Sommer2011-02-06
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* mov: add support for little-endian utf16 chapter namesJohn Stebbins2011-01-28
* In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-26
* Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"Mans Rullgard2011-01-26
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-25
* In mov demuxer, handle better wrong time scale, fix issue #2528Baptiste Coudurier2011-01-11
* In mov demuxer, set r_frame_rate for cfr filesBaptiste Coudurier2011-01-11
* In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490Baptiste Coudurier2011-01-05
* In mov demuxer, check that stts data exists, fix crash, issue #2479Baptiste Coudurier2011-01-05
* In mov demuxer, read alac sample from extradata, fix #2406Baptiste Coudurier2010-12-07
* In mov demuxer, if multiple h264 stsd are present, do not concatenate streams...Baptiste Coudurier2010-11-25
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-23
* movdec: export creation_date as metadataAurelien Jacobs2010-11-21
* In mov demuxer, export .mov encoder metadata tagBaptiste Coudurier2010-11-16
* movdec: Free the previous extradataMartin Storsjö2010-10-05
* movdec: Split out ff_mov_read_stsdMartin Storsjö2010-10-05
* In mov demuxer, check that nb_streams is valid before using it in read_dac3Baptiste Coudurier2010-09-28
* Check dref size based on a patch by googleBaptiste Coudurier2010-09-08
* In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, ...Baptiste Coudurier2010-09-08
* Read the number of channels from the 'dac3' tag for AC-3 in MP4.Justin Ruggles2010-09-06
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* mov: Read Flash's chpl variantDavid Conrad2010-07-04
* In mov demuxer, fix seeking to the beginning when file has edit lists.John Stebbins2010-07-02
* In mov demuxer, only set sar if not already set, patch by Andrew Wason,Andrew Wason2010-07-01
* Use ext sample from mpeg4audio config if set with AAC SBRBaptiste Coudurier2010-07-01
* In mov demuxer, increase total size after debugging messageBaptiste Coudurier2010-06-28
* Improve mov atom parsing debug message, print parent atom and size in decimalBaptiste Coudurier2010-06-25
* change author metadata to artist in mov de/muxerBaptiste Coudurier2010-05-23
* mov: Read nero chaptersDavid Conrad2010-05-05
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* mov: Read QuickTime chaptersDavid Conrad2010-04-21
* Parse strf mov atomsMartin Storsjö2010-04-16
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* In mov demuxer, convert mac encoded strings to utf-8Baptiste Coudurier2010-03-09
* Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier2010-03-09
* Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos2010-02-28