summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* h263dec: Remove a hack that can cause infinite loopsMartin Storsjö2013-09-231-13/+0
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-7/+0
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* h263dec: Remove broken and disabled debug cruftDiego Biurrun2013-05-151-8/+0
* hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-261-1/+5
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-4/+8
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-071-0/+1
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-061-1/+12
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-2/+2
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-10/+10
* h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov2013-02-061-1/+1
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-201-4/+1
* lavc: support ZenoXVID custom tagLuca Barbato2013-01-171-1/+1
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-091-1/+3
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+2
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-2/+0
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-191-12/+13
* MSS2 decoderAlberto Delmás2012-08-311-1/+5
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-25/+25
* h263: more strictly forbid frame size changes with frame-mt.Ronald S. Bultje2012-05-021-5/+7
* Remove lowres video decodingMans Rullgard2012-04-211-2/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-5/+6
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-051-1/+1
* h263dec: Disallow width/height changing with frame threads.Michael Niedermayer2012-03-021-2/+7
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-3/+3
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-12/+12
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-141-0/+2
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-7/+7
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-8/+8
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-121-1/+1
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-1/+1
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-231-0/+2
* h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.Alex Converse2011-08-031-2/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding w...Dustin Brody2011-07-281-3/+3
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-3/+3
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-0/+8
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-251-7/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-11/+11
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-8/+0
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-8/+0
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-1/+5