aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/cafdec.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use strcpy for "strings" starting with \0.Carl Eugen Hoyos2011-11-031-1/+1
* Cosmetics: Reindent after last commit.Carl Eugen Hoyos2011-11-031-12/+12
* Support new ALAC magic cookie in caf files.Carl Eugen Hoyos2011-11-031-0/+10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-181-2/+0
|\|
| * lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-171-2/+0
* | [cafdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+5
* | Use little endian for caf codec tags.Carl Eugen Hoyos2011-07-241-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+7
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\|
| * Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-1/+2
|\|
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* | Move channel chunk reading function to isom.c.Carl Eugen Hoyos2011-04-281-1/+1
* | Support channel layout when demuxing caf files.Carl Eugen Hoyos2011-04-231-0/+6
* | Extend unknown CAF chunk warning message: Print size.Carl Eugen Hoyos2011-04-231-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-2/+2
|\|
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-8/+8
|\|
| * 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
* | 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