summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAge
* Adjust threshold for xvid packed b frame detection.Michael Niedermayer2010-01-01
* It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.Michael Niedermayer2010-01-01
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-10
* Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini2009-10-19
* Remove unused debug av_log() calls.Diego Biurrun2009-07-30
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-30
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-11
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.Gwenole Beauchesne2009-02-27
* Add HW acceleration hooks for MPEG-4 / H.263 decoding.Gwenole Beauchesne2009-02-27
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-24
* Another AVhwaccel hunk from Gwenole Beauchesne.Michael Niedermayer2009-02-24
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Approved hunk from the AVHWaccel patch by Gwenole Beauchesne.Gwenole Beauchesne2009-02-24
* More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne2009-02-23
* Initialize s->gob_index for Intel variant of H.263 tooKostya Shishkov2009-02-11
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change "H.263 Intel" long name to "Intel H.263".Stefano Sabatini2009-01-26
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-25
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().Michael Niedermayer2008-12-21
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Remove leading whitespace in long codec name that was committed in r13017Robert Swain2008-04-29
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
* Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.Alexander Strange2008-04-17
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Avoid linking with h263 and mpeg4 find_frame_end()Aurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* spellingVitor Sessak2007-12-01
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
* Workaround adjustments for DivX 6.1 and laterLord2007-06-13
* misc spelling fixesDiego Biurrun2007-06-12
* disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs2007-05-10
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-09
* Move H.263 parser to its own file.Diego Biurrun2007-05-08
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-08
* 1/0 fixMichael Niedermayer2007-01-22
* revert bad checkinMåns Rullgård2006-11-14