summaryrefslogtreecommitdiff
path: root/libavformat/cafdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* caf: Give context structure a consistent nameDiego Biurrun2014-09-26
* mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-19
* caf: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-28
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-28
* mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-07
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* cafdec: allow larger ALAC magic cookieJustin Ruggles2012-07-19
* avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-19
* caf: use int64_t for num_packetsJustin Ruggles2012-07-19
* caf: fix 'pakt' chunk parsingJustin Ruggles2012-07-19
* caf: support either old or new style ALAC magic kuki chunkJustin Ruggles2012-07-19
* lavf: Make codec_tag arrays constantRonald S. Bultje2012-06-21
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* cafdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-17
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* 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: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* cafdec: Handle ALAC extradata.Peter Ross2010-10-10
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* Core Audio Format demuxerPeter Ross2009-09-16