summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAge
* 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
* cleanupMichael Niedermayer2003-12-03
* h263 modified quantization fixMichael Niedermayer2003-12-03
* split ff_h263_decode_mb() into h263 and mpeg4 versionsMichael Niedermayer2003-12-03
* h263 loop filterMichael Niedermayer2003-12-01
* rv20 decoderMichael Niedermayer2003-11-30
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* pts fix and related fixesMichael Niedermayer2003-10-30
* AVRationalMichael Niedermayer2003-10-20
* emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_...Michael Niedermayer2003-10-17
* fix "first frame is no keyframe" bugMichael Niedermayer2003-10-15
* dont check if the ac esc 3 could have been stored as vlc as this detects only...Michael Niedermayer2003-10-13
* 10l ?Michael Niedermayer2003-10-04
* AVI stream header FCC / more reliable detection of old xvid filesMichael Niedermayer2003-09-10
* detect old xvid with fourcc=DIVXMichael Niedermayer2003-09-10
* removed warningsFabrice Bellard2003-09-09
* spelling fixFabrice Bellard2003-08-28
* xvid edge bug (if i understand the mpeg4 spec correctly) autodetectionMichael Niedermayer2003-08-25
* make the h263 decoder more error tolerantMichael Niedermayer2003-08-01
* rate distortion mb decision supportMichael Niedermayer2003-07-29
* last frame decoding fixMichael Niedermayer2003-07-23
* AVCodec.flush()Michael Niedermayer2003-07-17
* fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they are...Michael Niedermayer2003-07-16