]> git.sesse.net Git - ffmpeg/history - libavcodec/ituh263dec.c
Replace int_fast integer types with their sized standard posix counterparts.
[ffmpeg] / libavcodec / ituh263dec.c
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-05-02 Stefano SabatiniReplace deprecated av_get_pict_type_char() with av_get_...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-17 Måns RullgårdUse LOCAL_ALIGNED macro for local arrays
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.