Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Thu, 10 Apr 2003 18:02:17 +0000 | michaelni | #undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec |
Thu, 10 Apr 2003 14:07:18 +0000 | michaelni | 10l 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 |
Thu, 10 Apr 2003 08:47:08 +0000 | michaelni | b frames + slices bugfix libavcodec |