summaryrefslogtreecommitdiffstats
path: root/libavcodec/h261dec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-2/+0
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+2
* h261dec: Fix context initialization sequenceMichael Niedermayer2014-12-181-2/+1
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-8/+8
* h261dec: Fix order of initializationJohn Stebbins2014-08-141-4/+6
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-141-1/+3
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-0/+1
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-1/+1
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-5/+5
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-051-9/+0
* h26[13]dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-1/+4
* lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov2013-10-281-1/+0
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* h261: check the mtype indexLuca Barbato2013-08-161-0/+5
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-2/+2
* h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-101-1/+1
* h261: Move shared data tables from a header to a proper C fileDiego Biurrun2013-04-101-13/+12
* h261: Move mvmap table to the only place it is usedDiego Biurrun2013-04-051-0/+4
* h261: cosmetics: Move functions to avoid forward declarationsDiego Biurrun2013-04-051-90/+88
* h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-051-225/+238
* h261: Move ff_h261_rl_table_store declaration to header fileDiego Biurrun2013-04-051-2/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-5/+6
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-1/+1
* Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Remove lowres video decodingMans Rullgard2012-04-211-1/+0
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-051-1/+1
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-1/+2
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-8/+8
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-141-0/+2
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-5/+5
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-1/+1
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-211-2/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-7/+7
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-5/+5
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-4/+0
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-1/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Replace dprintf with av_dlogLuca Barbato2011-01-291-2/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
OpenPOWER on IntegriCloud