diff options
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 | 
