summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordeva <deva>2005-05-02 10:59:55 +0000
committerdeva <deva>2005-05-02 10:59:55 +0000
commit7090b75a89eff8444a02e394832beaa2c2479bdf (patch)
tree6905ce3b887b50bde82eff7abdfd3a03316129f5 /TODO
parent53a1548b491360dcbf3105bb36aa0d7a3f844772 (diff)
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO b/TODO
index a14cf28..470b570 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,8 @@ Mainwindow:
[ ] - Show camera connection status in statusbar.
[x] - Save movie messagebox (yes/no/dunno)
[x] - Create snapshot thumbnails from dv stream instead of the widget.
+ [x] - Make sure the same frame is shown in thumbnail as the one actually
+ shot on the server.
[ ] - Test it.
CPRQueryDialog:
@@ -29,7 +31,7 @@ CPRQueryDialog:
[ ] - Make cancel posibility (return code 0 should do something useful)
[x] - Insert timer for network connection timeout.
[x] - Send connection status info to mainwindow.
- [ ] - Make icons?
+ [ ] - Make icon (backspace)
[ ] - Test it.
Encoder:
@@ -42,7 +44,7 @@ Decoder:
[ ] - Enable sound decoding for the network stream.
[x] - Remove ffmpeg code.
[x] - Make use of 2.6 kernel (through raw1394)
- [ ] - Set flags on frame objects.
+ [x] - Set flags on frame objects.
Camera:
[x] - Add initialize method (constructor should do nothing).
@@ -60,6 +62,7 @@ ImgEncoder:
[x] - Make libjpeg calls work again.
MovEncoder:
+ [x] - Test Mpeg4. (no good)
[ ] - Remove ffmpeg code.
[ ] - Enable sound.
@@ -92,7 +95,7 @@ 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
+ [x] - Make pushError take any number parameters and parse them on to sprintf
FFMpegWrapper:
[%] - Make it.(FFMPEG is on its way out of the project)