log h263dec.c @ 1427:3a6d613c88d8 libavcodec

age author description
Thu, 28 Aug 2003 13:30:03 +0000 bellard spelling fix libavcodec
Mon, 25 Aug 2003 12:50:15 +0000 michaelni xvid edge bug (if i understand the mpeg4 spec correctly) autodetection libavcodec
Fri, 01 Aug 2003 11:00:03 +0000 michaelni make the h263 decoder more error tolerant libavcodec
Tue, 29 Jul 2003 02:09:12 +0000 michaelni rate distortion mb decision support libavcodec
Wed, 23 Jul 2003 09:58:02 +0000 michaelni last frame decoding fix libavcodec
Thu, 17 Jul 2003 12:29:07 +0000 michaelni AVCodec.flush() libavcodec
Wed, 16 Jul 2003 18:12:14 +0000 michaelni fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy) libavcodec
Wed, 09 Jul 2003 23:10:59 +0000 michaelni flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec
Thu, 03 Jul 2003 22:35:39 +0000 michaelni fix last_block_index<=0 bug libavcodec
Tue, 27 May 2003 12:31:03 +0000 michaelni motion vector vissualization for mpeg1/2 libavcodec
Thu, 22 May 2003 14:12:22 +0000 michaelni truncated h263 decoding support / H263-ES "demuxer" libavcodec
Sun, 27 Apr 2003 01:33:39 +0000 michaelni tired libavcodec
Tue, 22 Apr 2003 13:55:12 +0000 michaelni cleanup mpeg1/2 bitstream parser libavcodec
Sat, 12 Apr 2003 15:00:32 +0000 michaelni 10l (use before malloc) libavcodec
Thu, 10 Apr 2003 13:18:38 +0000 michaelni simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture libavcodec