From: Derk-Jan Hartman Date: Thu, 23 Sep 2004 20:56:46 +0000 (+0000) Subject: * added asx todo item to list X-Git-Tag: 0.8.0~332 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bb90b15349a7280f46ebaa6e49f36f36092a4896;p=vlc * added asx todo item to list * added some clarifications on use of bootstrap to HACKING file --- diff --git a/HACKING b/HACKING index 5d4ab707b8..53dfc7b6e7 100644 --- 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 bd5ebeaf8e..67b5edb9da 100644 --- a/TODO +++ b/TODO @@ -73,7 +73,7 @@ Task Difficulty: Guru Urgency: Normal 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) Status: Assigned to fenrir @@ -111,6 +111,14 @@ Description: Tree playlist Think playlist within playlist, directory structures, SAP section, TV channels list, iTunes library like stuff etc. Thoughts and ideas (not up-to-date) 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 this for asx examples. It is still located in the old demux/m3u.c module instead of modules/demux/playlist/ +Status: Todo + Task Difficulty: Easy Urgency: Wishlist @@ -238,7 +246,7 @@ Urgency: Normal Platform: any Description: RTSP server Full implementation of a RTSP server. -Status: 80% +Status: 90% Task Difficulty: Medium @@ -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 provide unicast RTSP sessions upon contacting the VoD module. See the following mail. -Status: Todo +Status: 85% done Task Difficulty: Easy