--- trunk/xvidcore/todo.txt 2002/09/27 18:35:35 548 +++ trunk/xvidcore/todo.txt 2002/09/27 18:36:51 549 @@ -2,7 +2,7 @@ | ToDo List for Stable Tree | | | +----------------------------------------------------------------------------+ -$Id: todo.txt,v 1.8 2002-09-22 17:08:17 edgomez Exp $ +$Id: todo.txt,v 1.9 2002-09-27 18:36:51 edgomez Exp $ @@ -16,6 +16,7 @@ * Remove all BFrames stuff from encoder - [DONE] * Remove all BFrames stuff from decoder - [DONE] + Kept in stable tree. + + Segfault when used by mplayer, works fine otherwise :\ * Remove all SMP stuff - [DONE] * Remove all field-ME functions [TODO] @@ -28,6 +29,7 @@ + Problems detected in custom matrices, get_mv code, and function pointers. * Check the small mem problems reported by valgrind [DONE] + None detected in stable tree :-) + + Purify detects lot of small unitialized reads (probably in bitstream functions) * Rewrite portab.h in a better way [DONE] + Needs to be tested (and probably fixed) on all platforms/compilers