]> git.sesse.net Git - ffmpeg/history - libavcodec/ituh263dec.c
lavc: add Intel libmfx-based MPEG2 decoder.
[ffmpeg] / libavcodec / ituh263dec.c
2015-06-30 Luca Barbatoh263: Always check both dimensions
2015-06-30 Luca Barbatocosmetic: Reformat ff_h263_decode_mba
2015-06-12 Vittorio Giovarampegvideo: rv10: Move function declaration to a separat...
2015-06-12 Vittorio Giovarampegvideo: h263: Move all tables to a single file
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2015-05-28 Anton Khirnovrl: Rename ff_*_rl() to ff_rl_*()
2015-05-22 Vittorio Giovarampegvideo: Drop err_recognition
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-01-29 Vittorio Giovaraituh263dec: use macro instead of #if
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-01 Keiji Costantiniituh263: reject b-frame with pp_time = 0
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
2013-10-28 Anton Khirnovlavc: don't set AVFrame.pts to random numbers in decoders.
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
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.