summaryrefslogtreecommitdiff
path: root/libavformat/cafdec.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-081-1/+1
* | Revert "lavf: deprecate get_strz() in favor of avio_get_str"Michael Niedermayer2011-03-061-2/+2
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-6/+6
* | lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-051-2/+2
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-8/+8
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-2/+2
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-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-281-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