Commit bb90b153 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* added asx todo item to list

* added some clarifications on use of bootstrap to HACKING file
parent 968ae4ef
...@@ -72,9 +72,15 @@ How to add a module ...@@ -72,9 +72,15 @@ How to add a module
------------------- -------------------
To add a module to the repository, just add its sources to a Modules.am 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 file. If you add a new directory you will need to create a new Modules.am,
Makefile line at the end of configure.ac. 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 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. 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.
...@@ -73,7 +73,7 @@ Task ...@@ -73,7 +73,7 @@ Task
Difficulty: Guru Difficulty: Guru
Urgency: Normal Urgency: Normal
Platform: any Platform: any
Description: External audio file playin Description: External audio file playing
Allow several access from an input thread to allow for multi-input (30% done) Allow several access from an input thread to allow for multi-input (30% done)
Status: Assigned to fenrir Status: Assigned to fenrir
...@@ -111,6 +111,14 @@ Description: Tree playlist ...@@ -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> 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>
Status: Assigned to zorglub Status: Assigned to zorglub
Task
Difficulty: Easy
Urgency: Normal
Platform: any
Description: fix ASX playlist parser
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/
Status: Todo
Task Task
Difficulty: Easy Difficulty: Easy
Urgency: Wishlist Urgency: Wishlist
...@@ -238,7 +246,7 @@ Urgency: Normal ...@@ -238,7 +246,7 @@ Urgency: Normal
Platform: any Platform: any
Description: RTSP server Description: RTSP server
Full implementation of a RTSP server. Full implementation of a RTSP server.
Status: 80% Status: 90%
Task Task
Difficulty: Medium Difficulty: Medium
...@@ -248,7 +256,7 @@ Description: Add VoD module for VLM ...@@ -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 Add a VoD module for VLM, so that we can create a RTSP server that can
provide unicast RTSP sessions upon contacting the VoD module. See the following provide unicast RTSP sessions upon contacting the VoD module. See the following
<a href="http://via.ecp.fr/via/ml/streaming/200408/msg00082.html">mail</a>. <a href="http://via.ecp.fr/via/ml/streaming/200408/msg00082.html">mail</a>.
Status: Todo Status: 85% done
Task Task
Difficulty: Easy Difficulty: Easy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment