summaryrefslogtreecommitdiff
path: root/libavcodec/ituh263dec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* h263: Always check both dimensionsLuca Barbato2015-06-30
* cosmetic: Reformat ff_h263_decode_mbaLuca Barbato2015-06-30
* mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-12
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-12
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-31
* rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-28
* mpegvideo: Drop err_recognitionVittorio Giovara2015-05-22
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* ituh263dec: use macro instead of #ifVittorio Giovara2015-01-29
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* ituh263: reject b-frame with pp_time = 0Keiji Costantini2014-03-01
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-29
* lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov2013-10-28
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.Michael Niedermayer2012-05-02
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-12
* mpeg124: use sign_extend() functionMans Rullgard2011-10-09
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Remove unused variablesMans Rullgard2011-06-02
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09