summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAge
...
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-15
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov2013-02-06
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-20
* lavc: support ZenoXVID custom tagLuca Barbato2013-01-17
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-09
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-19
* MSS2 decoderAlberto Delmás2012-08-31
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* h263: more strictly forbid frame size changes with frame-mt.Ronald S. Bultje2012-05-02
* Remove lowres video decodingMans Rullgard2012-04-21
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05
* h263dec: Disallow width/height changing with frame threads.Michael Niedermayer2012-03-02
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-14
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-12
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.Alex Converse2011-08-03
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding w...Dustin Brody2011-07-28
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-25
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Detect incorrect padding with wrong stuffing codes used by NEC N-02B.Michael Niedermayer2010-12-04
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Remove global mm_flags variableMåns Rullgård2010-08-24
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Treat SIPP like xvid, fixed issue1966Michael Niedermayer2010-05-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30