summaryrefslogtreecommitdiffstats
path: root/libavformat/ape.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-121-0/+2
* ape: adjust some printf format strings to correctly match argument typesDiego Biurrun2011-07-261-4/+7
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-3/+1
* Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-311-24/+30
* ape: Allow demuxing of files with metadata tags.Carl Eugen Hoyos2011-05-241-3/+3
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* ape: check that number of seektable entries is equal to number of framesKostya Shishkov2011-04-011-0/+5
* 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-3/+3
* Do not attempt to decode APE file with no framesKostya2011-03-161-0/+4
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-30/+30
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-2/+2
* 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-2/+2
* Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad2010-01-211-2/+2
* Move APE tag parsing into separate module.Kostya Shishkov2009-08-111-98/+2
* Do not use internals of ByteIOContext during APE tags parsing.Matti Hamalainen2009-08-111-12/+18
* Remove incorrect APE tag size adjustment based on flags.Matti Hamalainen2009-08-111-3/+0
* apedec: display a warning when truncating a metadata tagAurelien Jacobs2009-02-171-0/+2
* use new metadata API in ape demuxerAurelien Jacobs2009-02-171-39/+11
* Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.Benoit Fouet2009-02-161-47/+47
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Missing tags in APE is normal situation, so don't print an error.Kostya Shishkov2008-04-261-1/+0
* fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer2008-02-041-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-6/+6
* Looks like this APE decoder support versions starting from 3.95Kostya Shishkov2007-09-231-1/+1
* disable loads of debug messages to reduce object sizeAurelien Jacobs2007-09-171-0/+6
* monkey audio demuxer now can parse ape tagsBenjamin Zores2007-09-161-0/+125
* Monkey Audio decoderKostya Shishkov2007-09-131-0/+392
OpenPOWER on IntegriCloud