summaryrefslogtreecommitdiffstats
path: root/libavcodec/h261dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Add include necessary for ff_set_qscaleReimar Döffinger2010-02-061-0/+1
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-161-2/+2
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-301-4/+2
* get rid of INIT_VLC_USE_STATIC in h261.Michael Niedermayer2009-04-111-8/+8
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-111-4/+4
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-1/+1
* do not fail on qscale==0 if error resilience is high, fix broken quicktime h2...Baptiste Coudurier2008-08-021-2/+5
OpenPOWER on IntegriCloud