]> git.sesse.net Git - vlc/commitdiff
* Update TODO list
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 2 Oct 2004 19:58:07 +0000 (19:58 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 2 Oct 2004 19:58:07 +0000 (19:58 +0000)
* Added channel downmixing support to NEWS

NEWS
TODO

diff --git a/NEWS b/NEWS
index e6e8c562f3154c14a497bc8558b2c5a0d24ee7c4..612d43e30948e63abc050b83e62b97a37e176a09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -68,6 +68,7 @@ Stream Output:
 Audio Output:
  * New audio equalizer filter
  * Very trivial volume normalizer
+ * True channel downmixing when playing 5:1 material on Stereo
  * More gradual resampling which should improve the pitch changing effect
 
 Video Output:
diff --git a/TODO b/TODO
index 08d36e9147e1474136350fb7e8545c807aa881f1..309672b239a4d3566e5b572b44badc902e264363 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,15 @@ Description: World domination
  We need to dominate the world\r
 Status: Todo\r
 \r
+Task\r
+Difficulty: Medium\r
+Urgency: Critical\r
+Platform: any\r
+Description: pointers in int\r
+ We have been very persistent in storing pointers in int's. We knew this was gonna hunt us one day.\r
+The time is near. See this forum <a href="http://forum.videolan.org/viewtopic.php?p=14378">post</a>.\r
+Status: Todo\r
+\r
 Task\r
 Difficulty: Medium\r
 Platform: any\r
@@ -27,8 +36,6 @@ Description: DVTS support
 DV over RTP support. See <a href="http://www.sfc.wide.ad.jp/DVTS/">DVTS homepage</a>\r
 Status: Todo\r
 \r
-Task\r
-Difficulty: Easy\r
 Task\r
 Difficulty: Easy\r
 Platform: any\r
@@ -71,20 +78,13 @@ Description: Dual window in embed mode
 Windows taskbar reports two windows in the video embed mode.\r
 Status: Assigned to gibalou\r
 \r
-Task\r
-Difficulty: Easy\r
-Urgency: Normal\r
-Platform: any\r
-Description: Multichannel downmixing\r
-5:1 to Stereo proper downmixing\r
-Status: Todo\r
-\r
 Task\r
 Difficulty: Guru\r
 Urgency: Normal\r
 Platform: any\r
 Description: External audio file playing\r
- Allow several access from an input thread to allow for multi-input (30% done)\r
+ Allow several access from an input thread to allow for multi-input<br />\r
+(90% done) Add GUI elements\r
 Status: Assigned to fenrir\r
 \r
 Task\r
@@ -109,7 +109,8 @@ Urgency: Normal
 Platform: any\r
 Description: Rewrite the SAP parser\r
  The SAP parser is very dirty at the moment, and needs a complete rewrite.\r
- - caching support\r
+ - caching support<br />\r
+Mostly finished. Closely tied to the new playlist system\r
 Status: Assigned to zorglub\r
 \r
 Task\r
@@ -118,7 +119,8 @@ Urgency: Normal
 Platform: any\r
 Description: Tree playlist\r
  A hierarchized playlist structure, eventually using a media library.\r
-Think playlist within playlist, directory structures, SAP section, TV channels list, iTunes library like stuff etc. <a href="http://sierra.via.ecp.fr/~zorglub/vlc/playlist.txt">Thoughts and ideas (not up-to-date)</a>\r
+Think playlist within playlist, directory structures, SAP section, TV channels list, iTunes library like stuff etc. <a href="http://sierra.via.ecp.fr/~zorglub/vlc/playlist.txt">Thoughts and ideas (not up-to-date)</a><br />\r
+Mostly finished. will be done after 0.8.0\r
 Status: Assigned to zorglub\r
 \r
 Task\r
@@ -191,7 +193,7 @@ Difficulty: Easy
 Urgency: Wishlist\r
 Platform: any\r
 Description: flash video playing/streaming\r
-A flash video muxer and demuxer. FFMPEG can already output flash video. a wast not to make use of that capability.\r
+A flash video muxer and demuxer. FFMPEG can already output flash video. a waste not to make use of that capability.\r
 Status: Todo\r
 \r
 Task\r
@@ -282,7 +284,7 @@ Difficulty: Easy
 Urgency: Wishlist\r
 Platform: any\r
 Description: More Picture filters\r
-There are several picture filters (blend, scale), but we can use more\r
+There are several picture filters (blend, scale), but we can use more (crop, move..)\r
 Status: Todo\r
 \r
 Task\r
@@ -305,8 +307,8 @@ Urgency: Wishlist
 Platform: any\r
 Description: Subtitle work\r
 - better SSA support with postioning, colors etc.\r
-- VobSub tracks support\r
-- Fix subtitles dialogs\r
+- Vobsub seeking\r
+- Fix subtitles dialogs (mac done)\r
 Status: Todo\r
 \r
 Task\r
@@ -334,6 +336,7 @@ Implement a system to: <br />
  - Alert the user of critical errors (cannot play file). Should be blocking. <br />\r
  - Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)<br />\r
  - Inform the user, without disturbing him. (Buffering stream). This might require a displaytime or something. Because how do we know how long this information should be displayed? Also think of buffering 0-100%<br /> \r
+ - present a user/passwd dialog when we get an authentication failure on a stream.<br />\r
 Status: Todo\r
 \r
 Task\r
@@ -375,12 +378,12 @@ Difficulty: Easy
 Urgency: Normal\r
 Platform: any\r
 Description: Controlling the mozilla plugin\r
-The mozilla plugin needs to be better controllable (via javascript). \r
-- retrieve variable values.\r
-- open VLC media player\r
-- default html page to control the plugin\r
-- XUL controls\r
-(80% done) see:\r
+The mozilla plugin needs to be better controllable (via javascript). <br />\r
+- retrieve variable values.<br />\r
+- open VLC media player<br />\r
+- default html page to control the plugin<br />\r
+- XUL controls<br />\r
+(80% done) see:<br />\r
 <a href="http://sierra.via.ecp.fr/~zorglub/vlc/plugin/vlc.html">Javascript controls</a>\r
 <a href="http://sierra.via.ecp.fr/~zorglub/vlc/xul/">XUL controls</a>\r
 <a href="http://mplayerplug-in.sourceforge.net/">MPlayer Mozilla plugin</a>\r
@@ -498,7 +501,7 @@ Platform: any
 Description: Protocol rollover\r
 It would be cool if VLC supported something like a protocol rollover mechanism, much like WM server has as well. Multicast, UDP, TCP, HTTP etc.\r
 However, how spec compliant can this be?<br />\r
-We require a timeout on udp connecting. Beyond this a playlist file can be used to do a form of protocol rollover when one of the links fails.\r
+We require a timeout on udp connecting. Beyond this a playlist file can be used to do a form of protocol rollover when one of the links fails ( or implement this in the new style playlist system [only advance index on failure]).\r
 Status: Todo\r
 \r
 Task\r
@@ -560,5 +563,24 @@ Description: Option to automatically deinterlace when needed
   libmpeg2 etc output this information on a per-picture bases\r
 Status: Todo\r
 \r
+Task\r
+Difficulty: Easy\r
+Platform: any\r
+Urgency: Wishlist\r
+Description: UDF decoder\r
+Support for the new XML based subtitle format called UDF\r
+Status: Todo\r
+\r
+Task\r
+Difficulty: Hard\r
+Platform: any\r
+Urgency: Wishlist\r
+Description: Faster deinterlacing\r
+Our deinterlacers are relatively slow. DScaler has the best Soft deinterlacers out there.\r
+Unfortunatly it is very Win32 focused.\r
+\r
+Status: Todo\r
+\r
+\r
 # Do not remove me\r
 Task\r