summaryrefslogtreecommitdiffstats
path: root/libavformat/cafdec.c
Commit message (Expand)AuthorAgeFilesLines
* mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-071-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* cafdec: allow larger ALAC magic cookieJustin Ruggles2012-07-191-1/+1
* avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-191-0/+6
* caf: use int64_t for num_packetsJustin Ruggles2012-07-191-2/+2
* caf: fix 'pakt' chunk parsingJustin Ruggles2012-07-191-2/+3
* caf: support either old or new style ALAC magic kuki chunkJustin Ruggles2012-07-191-4/+26
* lavf: Make codec_tag arrays constantRonald S. Bultje2012-06-211-1/+1
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* cafdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-7/+12
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-2/+2
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-171-2/+0
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+7
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-2/+2
* 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-8/+8
* avio: deprecate url_feofAnton Khirnov2011-03-071-3/+3
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-6/+6
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-041-2/+2
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-8/+8
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-18/+18
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-6/+6
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* cafdec: Handle ALAC extradata.Peter Ross2010-10-101-0/+15
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-131-4/+4
* Core Audio Format demuxerPeter Ross2009-09-161-0/+379
OpenPOWER on IntegriCloud