summaryrefslogtreecommitdiffstats
path: root/libavformat/cafdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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