Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-12ape demuxer: fix segfault on memory allocation failure.Laurent Aimar
2011-07-26ape: adjust some printf format strings to correctly match argument typesDiego Biurrun
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-01Employ correct printf format specifiers, mostly in debug output.Diego Biurrun
2011-05-24ape: Allow demuxing of files with metadata tags.Carl Eugen Hoyos
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-04-01ape: check that number of seektable entries is equal to number of framesKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-16Do not attempt to decode APE file with no framesKostya
2011-03-08avio: deprecate url_feofAnton 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-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-31Define 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
2010-01-21Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad
2009-08-11Move APE tag parsing into separate module.Kostya Shishkov
2009-08-11Do not use internals of ByteIOContext during APE tags parsing.Matti Hamalainen
2009-08-11Remove incorrect APE tag size adjustment based on flags.Matti Hamalainen
2009-02-17apedec: display a warning when truncating a metadata tagAurelien Jacobs
2009-02-17use new metadata API in ape demuxerAurelien Jacobs
2009-02-16Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.Benoit Fouet
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-26Missing tags in APE is normal situation, so don't print an error.Kostya Shishkov
2008-02-04fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-23Looks like this APE decoder support versions starting from 3.95Kostya Shishkov
2007-09-17disable loads of debug messages to reduce object sizeAurelien Jacobs
2007-09-16monkey audio demuxer now can parse ape tagsBenjamin Zores
2007-09-13Monkey Audio decoderKostya Shishkov