]> git.sesse.net Git - ffmpeg/history - libavcodec/bfi.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / bfi.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-12 Diego Biurrunavpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-01-08 Aneesh Dograbfi: Use bytestream2 functions to prevent buffer overreads.
2012-01-01 Aneesh Dograbfi: K&R cosmetics
2011-07-15 Diego Biurrundoxygen: replace @sa tag by the more readable but equiv...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
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...
2011-01-06 Daniel KangPrevent a crash by sanity checking buffer reads.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-06-05 Baptiste Coudurierbfi decoder uses get_buffer, set CODEC_CAP_DR1
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-10 Patrik KullmanFix (with av_uninit()) false positive warning about...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-22 Sisir KoppakaAdd .longname to bfi_decoder declaration.
2008-04-18 Sisir KoppakaBFI video decoder.