summaryrefslogtreecommitdiff
path: root/libavcodec/h261dec.c
Commit message (Expand)AuthorAge
* 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
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* 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
* Add include necessary for ff_set_qscaleReimar Döffinger2010-02-06
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* get rid of INIT_VLC_USE_STATIC in h261.Michael Niedermayer2009-04-11
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* do not fail on qscale==0 if error resilience is high, fix broken quicktime h2...Baptiste Coudurier2008-08-02
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-30
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* typo: occured --> occurredDiego Biurrun2008-03-22
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* constMichael Niedermayer2008-02-01
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-16
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris2007-05-21