aboutsummaryrefslogtreecommitdiff
path: root/libavformat/cafdec.c
AgeCommit message (Expand)Author
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-28Move channel chunk reading function to isom.c.Carl Eugen Hoyos
2011-04-23Support channel layout when demuxing caf files.Carl Eugen Hoyos
2011-04-23Extend unknown CAF chunk warning message: Print size.Carl Eugen Hoyos
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-03avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-16lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-07avio: deprecate url_feofAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-06Revert "lavf: deprecate get_strz() in favor of avio_get_str"Michael Niedermayer
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-05lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-10-10cafdec: Handle ALAC extradata.Peter Ross
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-13Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini
2009-09-16Core Audio Format demuxerPeter Ross