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
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2013-11-17Merge commit '3c8ea9d4a74fd4d7493d40c818ca64ee492709f3'Michael Niedermayer
2013-11-16zerocodec: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-24zerocodec: remove an unused variable.Anton Khirnov
2012-12-10ZeroCodec: Flip outputCarl Eugen Hoyos
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-04zerocodec: Fix memleak in decode_frameDerek Buitenhuis
2012-08-04zerocodec: CosmeticsDerek Buitenhuis
2012-07-23zerocodec: fix direct rendering.Reimar Döffinger
2012-05-07zerocodec: check if the previous frame is missingPaul B Mahol
2012-03-23zerocodec: factorize loopMichael Niedermayer
2012-03-19ZeroCodec DecoderDerek Buitenhuis