summaryrefslogtreecommitdiff
path: root/libavcodec/h261dec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* h261dec: Fix context initialization sequenceMichael Niedermayer2014-12-18
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* h261dec: Fix order of initializationJohn Stebbins2014-08-14
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-14
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-05
* h26[13]dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov2013-10-28
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* h261: check the mtype indexLuca Barbato2013-08-16
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-10
* h261: Move shared data tables from a header to a proper C fileDiego Biurrun2013-04-10
* h261: Move mvmap table to the only place it is usedDiego Biurrun2013-04-05
* h261: cosmetics: Move functions to avoid forward declarationsDiego Biurrun2013-04-05
* h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-05
* h261: Move ff_h261_rl_table_store declaration to header fileDiego Biurrun2013-04-05
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* 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
* 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
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-14
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-21
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* 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
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26