--- trunk/xvidcore/todo.txt 2002/09/04 21:06:39 401 +++ trunk/xvidcore/todo.txt 2002/09/22 17:08:17 515 @@ -2,26 +2,38 @@ | ToDo List for Stable Tree | | | +----------------------------------------------------------------------------+ -$Id: todo.txt,v 1.5 2002-09-04 21:06:39 edgomez Exp $ +$Id: todo.txt,v 1.8 2002-09-22 17:08:17 edgomez Exp $ -This ToDo list is not definitive : +This ToDo list is for the first official release, once it is completed we +will test the source tree on all supported platforms and fix last bugs. + ++ Remove alpha code from stable tree +----------------------------------------------------------------------------- -* Find a co maintainer - [IN PROGRESS] -* Remove all BFrames stuff - [TODO] -* Remove all SMP stuff - [TODO] +* Remove all BFrames stuff from encoder - [DONE] +* Remove all BFrames stuff from decoder - [DONE] + + Kept in stable tree. +* Remove all SMP stuff - [DONE] * Remove all field-ME functions [TODO] ++ Fixes - -* Add all legal headers (same headers all over the sources) - [TODO] +----------------------------------------------------------------------------- +* Add all legal headers (same headers all over the sources) - [DONE] * Sort out who has main copyrigths on files - [TODO] -* Check core reentrancy - [TODO] +* Check core reentrancy - [IN PROGRESS] + + 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 :-) +* Rewrite portab.h in a better way [DONE] + + Needs to be tested (and probably fixed) on all platforms/compilers -++ ??? -* Add automatic ChangeLog Generator - [TODO] \ No newline at end of file +++ Other +----------------------------------------------------------------------------- +* Add automatic ChangeLog Generator - [DONE] + + Thanks to rockbox' script http://rockbox.haxx.se/ +* Find a co maintainer - [IN PROGRESS]