Changeset bb90b15349a7280f46ebaa6e49f36f36092a4896

Show
Ignore:
Timestamp:
09/23/04 22:56:46 (4 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1095973006 +0000
git-parent:

[968ae4ef1e9a9373416bd0774d797fd4ea2eaa6c]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1095973006 +0000
Message:

* added asx todo item to list
* added some clarifications on use of bootstrap to HACKING file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • HACKING

    r099251a rbb90b15  
    7373 
    7474To add a module to the repository, just add its sources to a Modules.am 
    75 file. If you create a new Modules.am, do not forget to add a corresponding 
    76 Makefile line at the end of configure.ac. 
     75file. If you add a new directory you will need to create a new Modules.am, 
     76inside that directory. Do not forget to add a corresponding 
     77Makefile line at the end of configure.ac for this new Modules.am file. 
    7778 
    7879To have the module built, you need to add a call to VLC_ADD_PLUGINS or 
    7980VLC_ADD_BUILTINS to configure.ac with your new module name as argument. 
     81Look at other modules for guidelines on how to add build and linkage options. 
    8082 
     83After changing configure.ac you will always need to rerun bootstrap and  
     84configure. 
     85 
     86 
  • TODO

    rf9701bc rbb90b15  
    7474Urgency: Normal 
    7575Platform: any 
    76 Description: External audio file playin 
     76Description: External audio file playing 
    7777 Allow several access from an input thread to allow for multi-input (30% done) 
    7878Status: Assigned to fenrir 
     
    111111Think 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> 
    112112Status: Assigned to zorglub 
     113 
     114Task 
     115Difficulty: Easy 
     116Urgency: Normal 
     117Platform: any 
     118Description: fix ASX playlist parser 
     119Basically 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/ 
     120Status: Todo 
    113121 
    114122Task 
     
    239247Description: RTSP server 
    240248Full implementation of a RTSP server. 
    241 Status: 80% 
     249Status: 90% 
    242250 
    243251Task 
     
    249257provide unicast RTSP sessions upon contacting the VoD module. See the following 
    250258<a href="http://via.ecp.fr/via/ml/streaming/200408/msg00082.html">mail</a>. 
    251 Status: Todo 
     259Status: 85% done 
    252260 
    253261Task