summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-2/+2
* Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.Gwenole Beauchesne2009-02-271-2/+2
* Add HW acceleration hooks for MPEG-4 / H.263 decoding.Gwenole Beauchesne2009-02-271-2/+11
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-241-0/+1
* Another AVhwaccel hunk from Gwenole Beauchesne.Michael Niedermayer2009-02-241-0/+5
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-241-1/+9
* Approved hunk from the AVHWaccel patch by Gwenole Beauchesne.Gwenole Beauchesne2009-02-241-1/+1
* More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne2009-02-231-0/+4
* Initialize s->gob_index for Intel variant of H.263 tooKostya Shishkov2009-02-111-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change "H.263 Intel" long name to "Intel H.263".Stefano Sabatini2009-01-261-1/+1
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-251-2/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-7/+7
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-7/+7
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().Michael Niedermayer2008-12-211-3/+0
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-031-1/+1
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-1/+1
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-8/+8
* Remove leading whitespace in long codec name that was committed in r13017Robert Swain2008-04-291-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-0/+4
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-281-1/+5
* Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.Alexander Strange2008-04-171-1/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-12/+12
* Avoid linking with h263 and mpeg4 find_frame_end()Aurelien Jacobs2008-03-051-2/+2
* constMichael Niedermayer2008-02-011-1/+1
* spellingVitor Sessak2007-12-011-1/+1
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-091-3/+5
* Workaround adjustments for DivX 6.1 and laterLord2007-06-131-2/+2
* misc spelling fixesDiego Biurrun2007-06-121-3/+4
* disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs2007-05-101-5/+6
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-091-41/+1
* Move H.263 parser to its own file.Diego Biurrun2007-05-081-69/+2
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-4/+4
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-081-1/+2
* 1/0 fixMichael Niedermayer2007-01-221-1/+1
* revert bad checkinMåns Rullgård2006-11-141-1/+1
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-1/+1
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-071-7/+7
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* 10l in r6412Loren Merritt2006-10-041-2/+2
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-011-0/+11
* printf -> av_log, only occurs in DEBUG casesMike Melanson2006-08-041-2/+2
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-091-0/+4
* Fix initialization of vc1_decoder (the same as wmv3_decoder).Reimar Döffinger2006-06-291-0/+1
OpenPOWER on IntegriCloud