summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* mov: Support edit list atom version 1.Yusuke Nakamura2011-05-121-5/+11
* mov: fix composition timestamps on movie fragments.Yusuke Nakamura2011-05-051-13/+27
* Fix mov debug (u)int64_t format strings.Alex Converse2011-04-221-3/+3
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* make containers pass palette change in AVPacketKostya Shishkov2011-04-151-5/+15
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-6/+6
* mov: Add support for zero-sized stsc runs.Alex Converse2011-03-311-1/+1
* mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom.Justin Ruggles2011-03-251-1/+5
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-18/+18
* avio: deprecate url_feofAnton Khirnov2011-03-071-2/+2
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-13/+13
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-041-1/+1
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-18/+18
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-5/+5
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-237/+237
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-1/+2
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-49/+49
* mov: remove stray semicolonMans Rullgard2011-02-101-1/+1
* pass QDMC extradata to the decoderSascha Sommer2011-02-061-2/+2
* Replace dprintf with av_dlogLuca Barbato2011-01-291-36/+36
* mov: add support for little-endian utf16 chapter namesJohn Stebbins2011-01-281-0/+2
* In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier2011-01-281-0/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-261-21/+15
* Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"Mans Rullgard2011-01-261-11/+22
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-251-22/+11
* In mov demuxer, handle better wrong time scale, fix issue #2528Baptiste Coudurier2011-01-111-3/+3
* In mov demuxer, set r_frame_rate for cfr filesBaptiste Coudurier2011-01-111-0/+4
* In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490Baptiste Coudurier2011-01-051-1/+4
* In mov demuxer, check that stts data exists, fix crash, issue #2479Baptiste Coudurier2011-01-051-1/+2
* In mov demuxer, read alac sample from extradata, fix #2406Baptiste Coudurier2010-12-071-0/+1
* In mov demuxer, if multiple h264 stsd are present, do not concatenate streams...Baptiste Coudurier2010-11-251-0/+4
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-231-80/+4
* movdec: export creation_date as metadataAurelien Jacobs2010-11-211-4/+18
* In mov demuxer, export .mov encoder metadata tagBaptiste Coudurier2010-11-161-0/+1
* movdec: Free the previous extradataMartin Storsjö2010-10-051-0/+1
* movdec: Split out ff_mov_read_stsdMartin Storsjö2010-10-051-7/+13
* In mov demuxer, check that nb_streams is valid before using it in read_dac3Baptiste Coudurier2010-09-281-0/+2
* Check dref size based on a patch by googleBaptiste Coudurier2010-09-081-0/+3
* In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, ...Baptiste Coudurier2010-09-081-6/+7
* Read the number of channels from the 'dac3' tag for AC-3 in MP4.Justin Ruggles2010-09-061-0/+16
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* mov: Read Flash's chpl variantDavid Conrad2010-07-041-3/+5
* In mov demuxer, fix seeking to the beginning when file has edit lists.John Stebbins2010-07-021-0/+2
* In mov demuxer, only set sar if not already set, patch by Andrew Wason,Andrew Wason2010-07-011-7/+4
* Use ext sample from mpeg4audio config if set with AAC SBRBaptiste Coudurier2010-07-011-1/+3
OpenPOWER on IntegriCloud