]> git.sesse.net Git - vlc/commitdiff
* added asx todo item to list
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 23 Sep 2004 20:56:46 +0000 (20:56 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 23 Sep 2004 20:56:46 +0000 (20:56 +0000)
* added some clarifications on use of bootstrap to HACKING file

HACKING
TODO

diff --git a/HACKING b/HACKING
index 5d4ab707b8f6e9cbb0201de6369064729b86a2c5..53dfc7b6e728e7a29ec791a137856b48ec317ce8 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -72,9 +72,15 @@ How to add a module
 -------------------
 
 To add a module to the repository, just add its sources to a Modules.am
-file. If you create a new Modules.am, do not forget to add a corresponding
-Makefile line at the end of configure.ac.
+file. If you add a new directory you will need to create a new Modules.am,
+inside that directory. Do not forget to add a corresponding
+Makefile line at the end of configure.ac for this new Modules.am file.
 
 To have the module built, you need to add a call to VLC_ADD_PLUGINS or
 VLC_ADD_BUILTINS to configure.ac with your new module name as argument.
+Look at other modules for guidelines on how to add build and linkage options.
+
+After changing configure.ac you will always need to rerun bootstrap and 
+configure.
+
 
diff --git a/TODO b/TODO
index bd5ebeaf8ee73bbccc8c2901e84fc6b6c4806c0a..67b5edb9da37749537882af41361c3d09990ea9c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -73,7 +73,7 @@ Task
 Difficulty: Guru\r
 Urgency: Normal\r
 Platform: any\r
-Description: External audio file playin\r
+Description: External audio file playing\r
  Allow several access from an input thread to allow for multi-input (30% done)\r
 Status: Assigned to fenrir\r
 \r
@@ -111,6 +111,14 @@ Description: Tree playlist
 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
 Status: Assigned to zorglub\r
 \r
+Task\r
+Difficulty: Easy\r
+Urgency: Normal\r
+Platform: any\r
+Description: fix ASX playlist parser\r
+Basically our asx parser is broken. It doesn't handle relative links. It should also URL encode the hrefs (spaces in the url need to be converted to %20 etc). protocol rollover, authors, title's etc etc aren't handled. See <a href="http://www.meetnewplayers.com/bend/Windows%20Media%20-%20Fun%20with%20asx%20files2.htm">this</a> for asx examples. It is still located in the old demux/m3u.c module instead of modules/demux/playlist/\r
+Status: Todo\r
+\r
 Task\r
 Difficulty: Easy\r
 Urgency: Wishlist\r
@@ -238,7 +246,7 @@ Urgency: Normal
 Platform: any\r
 Description: RTSP server\r
 Full implementation of a RTSP server.\r
-Status: 80%\r
+Status: 90%\r
 \r
 Task\r
 Difficulty: Medium\r
@@ -248,7 +256,7 @@ Description: Add VoD module for VLM
 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: Todo\r
+Status: 85% done\r
 \r
 Task\r
 Difficulty: Easy\r