diff options
| -rw-r--r-- | TODO | 9 | 
1 files changed, 6 insertions, 3 deletions
| @@ -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) | 
