summaryrefslogtreecommitdiff
path: root/libavcodec/h261dec.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\
| * Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* | h261: check mtype.Michael Niedermayer2012-03-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-14
|\|
| * mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* | h261dec: correct AV_EF flags.Michael Niedermayer2011-11-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-23
|\|
| * lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-21
|\|
| * Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-03
|\|
| * 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
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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