diff options
author | deva <deva> | 2005-05-16 16:31:31 +0000 |
---|---|---|
committer | deva <deva> | 2005-05-16 16:31:31 +0000 |
commit | 02ae6acc1cea30667ed361ed4b3015906f46433b (patch) | |
tree | d6901d2bc7728ad9579adf310f11081ffe15508c /TODO | |
parent | 856ab0ece3e73e2b520d55aeab9adfbccdb6aa93 (diff) |
*** empty log message ***R0_2_1
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -13,13 +13,6 @@ http://www.linuxmanpages.com/man3/fame_start_frame.3.php // YUV420 format specification http://encyclopedia.laborlawtalk.com/YUV_4:2:0 - -TODO: -- Show recordtime in client window. -- Clear / update taskbar. -- Permissions on sesrver file writing. -- Man pages!? - ========================================================================== TASKS (client) ========================================================================== @@ -45,6 +38,10 @@ Mainwindow: [x] - Make sure the same frame is shown in thumbnail as the one actually shot on the server. [ ] - Test it. + [x] - Show recordtime in client window. + [ ] - Clear / update taskbar. + [ ] - Make new messagebox when asking to save movie. + (Save, Delete, Cancel, Save in one week) CPRQueryDialog: [x] - Make it! @@ -84,8 +81,9 @@ ImgEncoder: MovEncoder: [x] - Test Mpeg4. (no good) - [ ] - Remove ffmpeg code. + [x] - Remove ffmpeg code. [ ] - Enable sound. + [x] - Find good quality settings (Best quality less than 22mb/s realtime encoded) Main: [ ] - Save movie signal handling. @@ -93,16 +91,20 @@ Main: [x] - Use correct filenames and paths. [x] - Check for writabilty before trying to do any writing. [x] - Create fallback, when unable to write the requested filename. + [ ] - Permissions on sesrver file writing to be read from config. ========================================================================== TASKS (common) ========================================================================== +Man pages: + [ ] - Write man page for 'miav' + Makesystem: [x] - "Port" to automake/autoconf [x] - Make LibSDL detection in configure script [x] - Make LibJpeg detection in configure script - [ ] - Make ffmpeg detection in configure script + [%] - Make ffmpeg detection in configure script (removed) [x] - Make server standalone compilable (through flag to configure) [x] - Include pixmaps and tools in distdir. [x] - Make pixmaps correctly intalled. |