ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvs/xvidcore/todo.txt
Revision: 1.10
Committed: Tue Nov 26 23:44:09 2002 UTC (21 years, 10 months ago) by edgomez
Content type: text/plain
Branch: MAIN
CVS Tags: tag-merging-20040322, cvs-head, release-0_9_2, merged-dev-api-3, release-0_9_1
Branch point for: Isibaar, release-0_9_1-fixes, dev-api-4
Changes since 1.9: +4 -3 lines
Log Message:
ANSI C compliancy - thx Rick Foos

File Contents

# User Rev Content
1 edgomez 1.4 +----------------------------------------------------------------------------+
2     | ToDo List for Stable Tree |
3     | |
4     +----------------------------------------------------------------------------+
5 edgomez 1.10 $Id: todo.txt,v 1.9 2002/09/27 18:36:51 edgomez Exp $
6 edgomez 1.5
7 Isibaar 1.1
8    
9 edgomez 1.8 This ToDo list is for the first official release, once it is completed we
10     will test the source tree on all supported platforms and fix last bugs.
11    
12 suxen_drol 1.3
13 edgomez 1.4 ++ Remove alpha code from stable tree
14 edgomez 1.8 -----------------------------------------------------------------------------
15 suxen_drol 1.3
16 edgomez 1.7 * Remove all BFrames stuff from encoder - [DONE]
17 edgomez 1.8 * Remove all BFrames stuff from decoder - [DONE]
18     + Kept in stable tree.
19 edgomez 1.9 + Segfault when used by mplayer, works fine otherwise :\
20 edgomez 1.7 * Remove all SMP stuff - [DONE]
21 edgomez 1.4 * Remove all field-ME functions [TODO]
22 Isibaar 1.1
23    
24 edgomez 1.4 ++ Fixes
25 edgomez 1.8 -----------------------------------------------------------------------------
26 edgomez 1.7 * Add all legal headers (same headers all over the sources) - [DONE]
27 edgomez 1.10 * Sort out who has main copyrigths on files - [DONE]
28 edgomez 1.8 * Check core reentrancy - [IN PROGRESS]
29     + Problems detected in custom matrices, get_mv code, and function pointers.
30     * Check the small mem problems reported by valgrind [DONE]
31     + None detected in stable tree :-)
32 edgomez 1.9 + Purify detects lot of small unitialized reads (probably in bitstream functions)
33 edgomez 1.8 * Rewrite portab.h in a better way [DONE]
34     + Needs to be tested (and probably fixed) on all platforms/compilers
35 edgomez 1.10 * Ansi C compliancy [DONE]
36 edgomez 1.5
37    
38 edgomez 1.8 ++ Other
39     -----------------------------------------------------------------------------
40 edgomez 1.6 * Add automatic ChangeLog Generator - [DONE]
41 edgomez 1.8 + Thanks to rockbox' script http://rockbox.haxx.se/
42 edgomez 1.10 * Find a co maintainer - [NO]