summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordeva <deva>2005-04-26 07:53:37 +0000
committerdeva <deva>2005-04-26 07:53:37 +0000
commit805229c3b5a9b5078a273d175140b42445fd501a (patch)
treec272ac633cbc6914c585c9d196b4406d4cca2949 /TODO
parent3ac7bf67ffca34e84053b2721aba922baf30d660 (diff)
Made variable argument pushError method
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 4 insertions, 15 deletions
diff --git a/TODO b/TODO
index 4a24c68..2168712 100644
--- a/TODO
+++ b/TODO
@@ -78,34 +78,23 @@ Makesystem:
[x] - Make pixmaps correctly intalled.
[x] - Make QT link correctly on fedora core 1
[x] - Make libJpeg link correctly on fedora core 1
- [ ] - Make configuration files installed in $(prefix)/etc/miav
+ [x] - Make configuration files installed in $(prefix)/etc/miav
MiavConfig:
[x] - Integrate file parser.
[x] - Use error object.
[ ] - Make code for input validity test.
+ [x] - Initialize one global configuration object.
ErrorObject:
[x] - Make it.
[x] - Maintain error string stack, instead of appending.
[x] - Make it thread safe.
+ [ ] - Make pushError take any number parameters and parse them on to sprintf
FFMpegWrapper:
- [ ] - Make it.
-
-
-==========================================================================
- FFMPEGWRAPPER INTERFACE
-==========================================================================
-
-Constructor:
- - Params: Stream
-
-Destructor:
- - Cleanup
+ [%] - Make it.(FFMPEG is on its way out of the project)
-getNextFrame:
- - returns: AVframe pointer
==========================================================================
SAVE THE MOVIE?