summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAge
...
* 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
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-09
* fix last_block_index<=0 bugMichael Niedermayer2003-07-03
* motion vector vissualization for mpeg1/2Michael Niedermayer2003-05-27
* truncated h263 decoding support / H263-ES "demuxer"Michael Niedermayer2003-05-22
* tiredMichael Niedermayer2003-04-27
* cleanup mpeg1/2 bitstream parserMichael Niedermayer2003-04-22
* 10l (use before malloc)Michael Niedermayer2003-04-12
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-10