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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-09-12ape demuxer: fix segfault on memory allocation failure.Laurent Aimar
2011-09-11Fixed segfault on memory allocation failure in ape demuxer.Laurent Aimar
2011-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-26ape: adjust some printf format strings to correctly match argument typesDiego Biurrun
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-01Employ correct printf format specifiers, mostly in debug output.Diego Biurrun
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24ape: Allow demuxing of files with metadata tags.Carl Eugen Hoyos
2011-05-07Fix printf format string, fixes a warning.Reimar Döffinger
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-04-02Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-01ape: check that number of seektable entries is equal to number of framesKostya Shishkov
2011-03-21Allow demuxing of APE files with metadata tags.Carl Eugen Hoyos
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-15Do not attempt to decode APE file with no frames.Kostya Shishkov
2011-03-08avio: deprecate url_feofAnton 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-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