]> git.sesse.net Git - ffmpeg/history - libavcodec/ituh263dec.c
dsputil: Move LOCAL_ALIGNED macros to libavutil
[ffmpeg] / libavcodec / ituh263dec.c
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-02-06 Anton Khirnovh263: remove an unused parameter from ff_h263_decode_in...
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-02 Michael Niedermayerituh263dec: Implement enough of Annex O (scalability...
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2012-02-15 Martin Storsjörv: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjömpeg4: Add ff_ prefixes to nonstatic symbols
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Dustin Brodylavc: convert error_recognition to err_recognition.
2011-10-09 Mans Rullgardmpeg124: use sign_extend() function
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-02 Mans RullgardRemove unused variables
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.