summaryrefslogtreecommitdiffstats
path: root/libavcodec/h261dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-301-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* typo: occured --> occurredDiego Biurrun2008-03-221-2/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-5/+5
* constMichael Niedermayer2008-02-011-1/+1
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-161-1/+1
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-3/+3
* Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris2007-05-211-0/+650
OpenPOWER on IntegriCloud