diff options
| author | deva <deva> | 2005-10-07 21:17:13 +0000 | 
|---|---|---|
| committer | deva <deva> | 2005-10-07 21:17:13 +0000 | 
| commit | 8437a0c200ddbde70d64884f42dcff651749b066 (patch) | |
| tree | 44127aa4dcd0523a56dd06e9d9c3a17534e8b6e6 /TODO | |
| parent | 94c52bd15e64830db905522294a1975ed7a1cc39 (diff) | |
*** empty log message ***
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 21 | 
1 files changed, 19 insertions, 2 deletions
| @@ -1,3 +1,9 @@ +// Multicast code +http://cvs.icculus.org/cvs/smpeg2/plaympeg.c?rev=1.4 + +// Multicast info +http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/ipmulti.htm#xtocid4 +  // liblame description  http://ca.geocities.com/dennis_L76/LAME_v3r70/LAME_v3r70.html @@ -28,6 +34,7 @@ MessageBox:   [x]	- Make it.   [x]	- Make icons.   [x]	- Test it. + [ ]	- Make it scaleable (using the unit calculation from mainwindow)  SplashScreen:   [ ]	- Make it. @@ -90,6 +97,14 @@ Camera:  Player:   [x]	- Remove ffmpeg code.   [x]	- Use libdv for dv decoding + [ ]	- Create library functions for drawing in the decoded videoframes, +          for use with overlay. + [ ]	- Draw networkstatus, recordingtime, and record indication when +          fullscreen. + +AboutBox + [x]	- Make it + [ ]	- Make quit button (Somewhat hidden from the main program.)  ==========================================================================   TASKS (server) @@ -108,12 +123,13 @@ MovEncoder:   [x]	- Find good quality settings   	  (Best quality less than 22mb/s realtime encoded)   [x]	- Multithread encoding, for multi cpu support. - [ ]	- libFame frames have no timecodes!!! + [x]	- libFame frames have no timecodes!!!   [x]	- Fix audio sync problem.   [x]	- Make audio quality configurable   [x]	- Files turning too big (>2gb) must automatically close and   	  continue in another file - [ ]	- Add ISO11172 multiplexing + [x]	- Add ISO11172 multiplexing + [ ]	- Double check the ISO11172 compliance.  Main:   [ ]	- Save movie signal handling. @@ -133,6 +149,7 @@ Main:  Man pages:   [x]	- Write man page for 'miav'   [x]	- Write man page for 'miav.conf' + [ ]	- Update the man pages to represent the actual conf file.  Makesystem:   [x]	- "Port" to automake/autoconf | 
