summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAge
* 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
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-07
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* 10l in r6412Loren Merritt2006-10-04
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-01
* printf -> av_log, only occurs in DEBUG casesMike Melanson2006-08-04
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
* Fix initialization of vc1_decoder (the same as wmv3_decoder).Reimar Döffinger2006-06-29
* cleanup picture / debug output codeMichael Niedermayer2006-03-10
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* RMP4 ("xvid fork") decoding supportMichael Niedermayer2006-02-19
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* also autodetect xvid idct if bitexact is usedMichael Niedermayer2005-12-21
* fix custom matrix permutation if xvid idct is autoselected and you have bad luckMichael Niedermayer2005-12-18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* select xvid idct for xvid files if possibleMichael Niedermayer2005-09-10
* skip_idctMichael Niedermayer2005-07-14
* spelling fixesDiego Biurrun2005-06-17
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-06
* In that patch:anonymous2005-01-30
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* fix decoding of http://mplayerhq.hu/~diego/problem.movMichael Niedermayer2005-01-05
* automatic workaround for another padding bugMichael Niedermayer2004-11-13