Mercurial > libavcodec.hg
log mpeg12.c @ 1196:2e06398e4647 libavcodec
age | author | description |
---|---|---|
Fri, 18 Apr 2003 12:45:34 +0000 | michaelni | mpeg2 qscale flag libavcodec |
Fri, 11 Apr 2003 22:53:03 +0000 | michaelni | some checks to avoid segfaults if the decoder is feeded with junk libavcodec |
Fri, 11 Apr 2003 21:15:17 +0000 | michaelni | 100l (mpeg2 decoding fixed) 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 |
Wed, 02 Apr 2003 09:57:34 +0000 | michaelni | msmpeg4 2pass support & some related cleanup libavcodec |
Mon, 31 Mar 2003 11:13:14 +0000 | michaelni | some static -> dynamic alloc & 16->8 bit libavcodec |