]> git.sesse.net Git - ffmpeg/history - libavcodec/zerocodec.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / zerocodec.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-11-16 Anton Khirnovzerocodec: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-24 Anton Khirnovzerocodec: remove an unused variable.
2012-12-10 Carl Eugen HoyosZeroCodec: Flip output
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-04 Derek Buitenhuiszerocodec: Fix memleak in decode_frame
2012-08-04 Derek Buitenhuiszerocodec: Cosmetics
2012-07-23 Reimar Döffingerzerocodec: fix direct rendering.
2012-05-06 Paul B Maholzerocodec: check if the previous frame is missing
2012-03-23 Michael Niedermayerzerocodec: factorize loop
2012-03-19 Derek BuitenhuisZeroCodec Decoder