summaryrefslogtreecommitdiffstats
path: root/libavcodec/ituh263dec.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* ituh263: reject b-frame with pp_time = 0Keiji Costantini2014-03-011-0/+2
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-291-2/+2
* lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov2013-10-281-1/+0
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-4/+0
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-13/+13
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov2013-02-061-1/+1
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.Michael Niedermayer2012-05-021-0/+16
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-051-2/+2
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-39/+39
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-4/+4
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-121-1/+1
* mpeg124: use sign_extend() functionMans Rullgard2011-10-091-3/+2
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-14/+14
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove unused variablesMans Rullgard2011-06-021-3/+3
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-12/+12
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Replace dprintf with av_dlogLuca Barbato2011-01-291-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-171-1/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-0/+1131
OpenPOWER on IntegriCloud