Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Fri, 11 Apr 2003 09:20:45 +0000 | michaelni | 10l (adaptve quant fix) libavcodec |
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 |