diff options
author | deva <deva> | 2005-06-19 20:04:43 +0000 |
---|---|---|
committer | deva <deva> | 2005-06-19 20:04:43 +0000 |
commit | 6d7a1f124f38a4358f517437757f6f0c3fe21d8b (patch) | |
tree | 48beeb9589d50b8293ca71473a3e344036872cfa /TODO | |
parent | 52fd913be8b044f1d064973c53b4467e5bd153fe (diff) |
ImgEncoder now uses the file class for output, through jpeg_mem_dest.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -15,8 +15,6 @@ http://encyclopedia.laborlawtalk.com/YUV_4:2:0 open64 ? -Split files at some given (in config file) point? - ========================================================================== @@ -50,7 +48,7 @@ Mainwindow: shot on the server. [ ] - Test it. [x] - Show recordtime in client window. - [ ] - Clear / update taskbar. + [x] - Clear / update taskbar. [ ] - Make new messagebox when asking to save movie. (Save, Delete, Cancel, Save in one week) [x] - Make "clear" button in mainwindow, to remove last patient, before @@ -106,7 +104,7 @@ MovEncoder: (Best quality less than 22mb/s realtime encoded) [x] - Multithread encoding, for multi cpu support. [ ] - libFame frames have no timecodes!!! - [ ] - Files turning too big (>2gb) must automatically close and + [x] - Files turning too big (>2gb) must automatically close and conitnue in another file. Main: @@ -118,7 +116,7 @@ Main: [x] - Permissions on server file writing. Files: u+wr g+r a+x - Directories: u+wrx g+rx a+rx. [ ] - Permissions on server file writing to be read from config. - [ ] - Open med create unique + [x] - Open med create unique ========================================================================== TASKS (common) @@ -154,7 +152,7 @@ ErrorObject: [x] - Make it a superclass. [x] - Create a textmode version subclass (for the server). [x] - Create a QT version subclass (callback to mainwindow with messagebox). - [ ] - Append to log, whenever error occur. + [x] - Append to log, whenever error occur. FFMpegWrapper: [%] - Make it.(FFMPEG is on its way out of the project) |