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
2012-05-29ape: Fix null ptr dereference with files missing a seekatable.Michael Niedermayer
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05ape: do not set AVCodecContext.frame_size.Justin Ruggles
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-06ape: skip packets with invalid sizeJustin Ruggles
2012-02-06ape: calculate final packet size instead of guessingJustin Ruggles
2012-02-06ape: stop reading after the last frame has been readJustin Ruggles
2012-02-06ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finishedJustin Ruggles
2012-02-06ape: return error if seeking to the current packet fails in ape_read_packet()Justin Ruggles
2012-02-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-04ape: fix seekingPaul B Mahol
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
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