summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordeva <deva>2005-07-02 11:39:51 +0000
committerdeva <deva>2005-07-02 11:39:51 +0000
commit91e9b782cc9ea0252ab2b211b15e8da4a3043d5f (patch)
tree335f800ae82b1385b6eb635d34ccc4a84be0a2d9 /TODO
parent55c83847016699a18006f9f728076ab9cd2d873b (diff)
Added some audiocode.
Moved libfame code out of mov_encoder
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index ae2ec10..365e5d2 100644
--- a/TODO
+++ b/TODO
@@ -126,7 +126,8 @@ Main:
==========================================================================
Man pages:
- [ ] - Write man page for 'miav'
+ [x] - Write man page for 'miav'
+ [x] - Write man page for 'miav.conf'
Makesystem:
[x] - "Port" to automake/autoconf
@@ -143,9 +144,10 @@ Makesystem:
MiavConfig:
[x] - Integrate file parser.
[x] - Use error object.
- [ ] - Make code for input validity test.
+ [x] - Make code for input validity test.
[x] - Initialize one global configuration object.
- [ ] - BUG: Parse error when string occur with length 1
+ [x] - BUG: Parse error when string occur with length 1
+ [x] - Test it.
ErrorObject:
[x] - Make it.