aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-221-0/+1
* xvid "packed" stuff supportMichael Niedermayer2004-01-151-6/+12
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-0/+1
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler2003-12-301-2/+2
* cleanupMichael Niedermayer2003-12-131-2/+1
* h263 slice structured modeMichael Niedermayer2003-12-071-1/+0
* cleanupMichael Niedermayer2003-12-031-5/+2
* h263 modified quantization fixMichael Niedermayer2003-12-031-1/+1
* split ff_h263_decode_mb() into h263 and mpeg4 versionsMichael Niedermayer2003-12-031-1/+2
* h263 loop filterMichael Niedermayer2003-12-011-0/+4
* rv20 decoderMichael Niedermayer2003-11-301-0/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-8/+8
* pts fix and related fixesMichael Niedermayer2003-10-301-11/+6
* AVRationalMichael Niedermayer2003-10-201-8/+1
* emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_...Michael Niedermayer2003-10-171-0/+1
* fix "first frame is no keyframe" bugMichael Niedermayer2003-10-151-0/+3
* dont check if the ac esc 3 could have been stored as vlc as this detects only...Michael Niedermayer2003-10-131-1/+0
* 10l ?Michael Niedermayer2003-10-041-1/+1
* AVI stream header FCC / more reliable detection of old xvid filesMichael Niedermayer2003-09-101-2/+6
* detect old xvid with fourcc=DIVXMichael Niedermayer2003-09-101-0/+9
* removed warningsFabrice Bellard2003-09-091-1/+1
* spelling fixFabrice Bellard2003-08-281-1/+1
* xvid edge bug (if i understand the mpeg4 spec correctly) autodetectionMichael Niedermayer2003-08-251-22/+18
* make the h263 decoder more error tolerantMichael Niedermayer2003-08-011-7/+9
* rate distortion mb decision supportMichael Niedermayer2003-07-291-0/+6
* last frame decoding fixMichael Niedermayer2003-07-231-2/+10
* AVCodec.flush()Michael Niedermayer2003-07-171-0/+2
* fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they are...Michael Niedermayer2003-07-161-1/+5
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-091-0/+16
* fix last_block_index<=0 bugMichael Niedermayer2003-07-031-2/+4