summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAge
* 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
* xvid fake divx version workaroundMichael Niedermayer2004-10-15
* 10l (wrong variable)Michael Niedermayer2004-09-28
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-27
* lowres slice fixMichael Niedermayer2004-09-26
* 10l, non-x86 fixAlex Beregszaszi2004-06-26
* use libmpeg2 idct to decode xvid videos unless the user forced some other idctMichael Niedermayer2004-06-25
* infinite loop fixMichael Niedermayer2004-06-03
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* support decoding mpeg4 with buggy dc clippingMichael Niedermayer2004-05-05
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-29
* segfault fixMichael Niedermayer2004-04-16
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-02
* init cleanupMichael Niedermayer2004-03-16
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-22
* xvid "packed" stuff supportMichael Niedermayer2004-01-15
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler2003-12-30
* cleanupMichael Niedermayer2003-12-13
* h263 slice structured modeMichael Niedermayer2003-12-07