Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
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 |
Thu, 10 Apr 2003 08:47:08 +0000 | michaelni | b frames + slices bugfix libavcodec |
Thu, 10 Apr 2003 01:39:53 +0000 | michaelni | fixing slice decoding, dunno why the regression tests didnt catch that ... libavcodec |
Mon, 07 Apr 2003 19:23:21 +0000 | michaelni | some checks to avoid segfault libavcodec |
Sun, 06 Apr 2003 21:03:24 +0000 | michaelni | pict_type & quality fix libavcodec |
Sun, 06 Apr 2003 19:45:02 +0000 | michaelni | fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) libavcodec |