summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* mov: add support for TV metadata atoms tves, tvsn and stikRaivo Hool2011-10-17
* mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-14
* mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-14
* mov: do not misreport empty sttsLuca Barbato2011-10-11
* mov: cosmetics, fix for and if spacingLuca Barbato2011-10-11
* mov: read album_artist atomRaivo Hool2011-10-11
* mov: fix disc/track numbers and totalsRaivo Hool2011-10-11
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-21
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-25
* 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