summaryrefslogtreecommitdiff
path: root/libavcodec/zerocodec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* zerocodec: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* zerocodec: remove an unused variable.Anton Khirnov2012-12-24
* ZeroCodec: Flip outputCarl Eugen Hoyos2012-12-10
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* zerocodec: Fix memleak in decode_frameDerek Buitenhuis2012-08-04
* zerocodec: CosmeticsDerek Buitenhuis2012-08-04
* zerocodec: fix direct rendering.Reimar Döffinger2012-07-23
* zerocodec: check if the previous frame is missingPaul B Mahol2012-05-06
* zerocodec: factorize loopMichael Niedermayer2012-03-23
* ZeroCodec DecoderDerek Buitenhuis2012-03-19