summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup picture / debug output codeMichael Niedermayer2006-03-101-9/+8
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-2/+2
* RMP4 ("xvid fork") decoding supportMichael Niedermayer2006-02-191-1/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* also autodetect xvid idct if bitexact is usedMichael Niedermayer2005-12-211-1/+1
* fix custom matrix permutation if xvid idct is autoselected and you have bad luckMichael Niedermayer2005-12-181-0/+2
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-79/+79
* select xvid idct for xvid files if possibleMichael Niedermayer2005-09-101-2/+2
* skip_idctMichael Niedermayer2005-07-141-0/+4
* spelling fixesDiego Biurrun2005-06-171-4/+4
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-251-2/+1
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-3/+3
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-061-12/+0
* In that patch:anonymous2005-01-301-0/+5
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-2/+2
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-3/+6
* fix decoding of http://mplayerhq.hu/~diego/problem.movMichael Niedermayer2005-01-051-1/+1
* automatic workaround for another padding bugMichael Niedermayer2004-11-131-8/+10
* xvid fake divx version workaroundMichael Niedermayer2004-10-151-0/+5
* 10l (wrong variable)Michael Niedermayer2004-09-281-1/+1
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-271-8/+5
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-271-4/+7
* lowres slice fixMichael Niedermayer2004-09-261-2/+3
* 10l, non-x86 fixAlex Beregszaszi2004-06-261-1/+4
* use libmpeg2 idct to decode xvid videos unless the user forced some other idctMichael Niedermayer2004-06-251-1/+5
* infinite loop fixMichael Niedermayer2004-06-031-1/+1
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* support decoding mpeg4 with buggy dc clippingMichael Niedermayer2004-05-051-0/+6
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-291-15/+45
* segfault fixMichael Niedermayer2004-04-161-1/+2
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-021-0/+2
* init cleanupMichael Niedermayer2004-03-161-1/+1
OpenPOWER on IntegriCloud