Mon, 14 Apr 2003 13:44:38 +0000 |
michaelni |
minor cleanup / some warning fixes
libavcodec
|
Sat, 12 Apr 2003 22:49:54 +0000 |
michaelni |
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net)
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
|
Mon, 07 Apr 2003 19:23:21 +0000 |
michaelni |
some checks to avoid segfault
libavcodec
|
Sat, 05 Apr 2003 10:08:48 +0000 |
michaelni |
#ifdef TRACE printf() -> tprintf()
libavcodec
|
Fri, 04 Apr 2003 20:59:50 +0000 |
michaelni |
multiple reference frames support
libavcodec
|
Fri, 04 Apr 2003 14:42:28 +0000 |
michaelni |
H264 decoder & demuxer
libavcodec
|