]> git.sesse.net Git - ffmpeg/history - libavcodec/vb.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / vb.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-06 Anton Khirnovvb: cosmetics, reformat
2013-01-06 Anton Khirnovvb: return meaningful error codes.
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-29 Anton Khirnovlavc: add CODEC_CAP_DR1 to all video decoders missing...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-15 Laurentiu Ionvb: Use bytestream2 functions
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-23 Reimar DöffingerUse AVPALETTE_COUNT instead of hard-coding 256.
2010-01-23 Reimar DöffingerRemove redundant initialization of the palette, it...
2010-01-23 Reimar DöffingerZero the frame data on allocation for VB codec, e.g...
2010-01-22 Kostya ShishkovCheck for chunk boundaries when decoding VB codec data
2010-01-22 Kostya ShishkovZero palette in case not all entries are initialized...
2009-10-13 Reimar DöffingerRemove unnecessary calls to avcodec_check_dimensions...
2009-06-06 Kostya ShishkovGet new buffer during frame decoding in VB video decode...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-10-22 Kostya ShishkovBeam Software SIFF demuxer and video decoder