summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* mov: add clcp type track as Subtitle stream.Thierry Foucu2011-07-21
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* mov: Fix empty edit detection.Yusuke Nakamura2011-06-19
* mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura2011-06-10
* movdec: Add support for the 'wfex' atom.Alex Converse2011-06-09
* mov: Remove leftover crufty debug statement with references to a local file.Diego Biurrun2011-06-08
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-07
* Mark some variables with av_unusedMans Rullgard2011-06-03
* Remove unused variablesMans Rullgard2011-06-02
* mov: Support edit list atom version 1.Yusuke Nakamura2011-05-12
* mov: fix composition timestamps on movie fragments.Yusuke Nakamura2011-05-05
* Fix mov debug (u)int64_t format strings.Alex Converse2011-04-22
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* make containers pass palette change in AVPacketKostya Shishkov2011-04-15
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* mov: Add support for zero-sized stsc runs.Alex Converse2011-03-31
* mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom.Justin Ruggles2011-03-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* 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