]> git.sesse.net Git - ffmpeg/history - libavcodec/tmv.c
lavc: add a wrapper for AVCodecContext.get_buffer().
[ffmpeg] / libavcodec / tmv.c
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_*
2011-12-18 Uoti Urpalatmv decoder: set correct pix_fmt
2011-07-15 Diego Biurrundoxygen: replace @sa tag by the more readable but equiv...
2011-07-14 Diego Biurrundoxygen: consistently place brief description
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...
2010-07-18 Peter Ross8088flex TMV video decoder now uses ff_draw_pc_font()
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 Couduriertmv decoder uses get_buffer, set CODEC_CAP_DR1
2009-05-17 Vitor SessakMake TMV decoder check packet sizes before reading...
2009-05-06 Daniel VerkampAdd 8088flex TMV video decoder.