]> git.sesse.net Git - vlc/commitdiff
* src/libvlc.h: --intf isn't an advanced option.
authorGildas Bazin <gbazin@videolan.org>
Sun, 31 Oct 2004 16:21:28 +0000 (16:21 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 31 Oct 2004 16:21:28 +0000 (16:21 +0000)
* TODO: updated.

TODO
src/libvlc.h

diff --git a/TODO b/TODO
index 309672b239a4d3566e5b572b44badc902e264363..2a4fb5aa7819ccccd580fddc7d191f786dfa795d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,15 +11,6 @@ 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
@@ -66,7 +57,8 @@ Difficulty: Hard
 Platform: WinCE\r
 Urgency: Wishlist\r
 Description: WinCE port finalizing\r
-Sources need to be imported into the VLC source tree.\r
+The WinCE port is already quite functional but we still miss a GAPI video output (GDI works but is slow) and an interface.\r
+Some code already exists for that (http://sourceforge.net/projects/vlcpocketpc/) and would need to be imported into the VLC source tree.\r
 Downloads should be added to the main vlc download page. We need an icon for this. \r
 Status: Assigned to MixerAnderson\r
 \r
@@ -136,7 +128,7 @@ Difficulty: Medium
 Urgency: Normal\r
 Platform: any\r
 Description: fix current muxers.\r
-Our avi and mov muxer don't produce valid files\r
+Our avi muxer doesn't produce valid files\r
 Status: Todo\r
 \r
 Task\r
@@ -266,19 +258,9 @@ Difficulty: Medium
 Urgency: Normal\r
 Platform: any\r
 Description: RTSP server\r
-Full implementation of a RTSP server.\r
+Full implementation of a RTSP server. We already have a very basic implementation working but it does need a lot more work. See the following <a href="http://via.ecp.fr/via/ml/streaming/200408/msg00068.html">mail</a> and <a href="http://via.ecp.fr/via/ml/streaming/200410/msg00002.html">mail</a>.\r
 Status: 90%\r
 \r
-Task\r
-Difficulty: Medium\r
-Urgency: Normal\r
-Platform: any\r
-Description: Add VoD module for VLM\r
-Add a VoD module for VLM, so that we can create a RTSP server that can\r
-provide unicast RTSP sessions upon contacting the VoD module. See the following\r
-<a href="http://via.ecp.fr/via/ml/streaming/200408/msg00082.html">mail</a>.\r
-Status: 85% done\r
-\r
 Task\r
 Difficulty: Easy\r
 Urgency: Wishlist\r
index 4ac02a38b4c61d7816bd10d02d8bd50f2ce8cc14..dc862b4692e1821369c4c2f4d38f712a47cafbae 100644 (file)
@@ -786,7 +786,7 @@ vlc_module_begin();
     /* Interface options */
     add_category_hint( N_("Interface"), INTF_CAT_LONGTEXT , VLC_FALSE );
     add_module( "intf", "interface", NULL, NULL, INTF_TEXT,
-                INTF_LONGTEXT, VLC_TRUE );
+                INTF_LONGTEXT, VLC_FALSE );
         change_short('I');
     add_string( "extraintf", NULL, NULL, EXTRAINTF_TEXT,
                      EXTRAINTF_LONGTEXT, VLC_FALSE );