aboutsummaryrefslogtreecommitdiff
path: root/libavformat/eacdata.c
AgeCommit message (Expand)Author
2011-04-25Set channel layout for 4 and 5.1 channel cdata audio filesPeter Ross
2011-04-24EA cdata demuxer: support files with 20 byte headerPeter Ross
2011-04-24EA cdata demuxer: support 6 channel filesPeter Ross
2011-04-24EA cdata demuxer: set codec->sample_fmtPeter Ross
2011-03-16lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-27eacdata: fix a memleak, return partial packets and use proper return values.Reimar Döffinger
2010-01-09update my email addressPeter Ross
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-03add support for demuxing Electronic Arts .cdata filesAurelien Jacobs