Changeset bb90b15349a7280f46ebaa6e49f36f36092a4896
- 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
| r099251a |
rbb90b15 |
|
| 73 | 73 | |
|---|
| 74 | 74 | To 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. |
|---|
| | 75 | file. If you add a new directory you will need to create a new Modules.am, |
|---|
| | 76 | inside that directory. Do not forget to add a corresponding |
|---|
| | 77 | Makefile line at the end of configure.ac for this new Modules.am file. |
|---|
| 77 | 78 | |
|---|
| 78 | 79 | To have the module built, you need to add a call to VLC_ADD_PLUGINS or |
|---|
| 79 | 80 | VLC_ADD_BUILTINS to configure.ac with your new module name as argument. |
|---|
| | 81 | Look at other modules for guidelines on how to add build and linkage options. |
|---|
| 80 | 82 | |
|---|
| | 83 | After changing configure.ac you will always need to rerun bootstrap and |
|---|
| | 84 | configure. |
|---|
| | 85 | |
|---|
| | 86 | |
|---|
| rf9701bc |
rbb90b15 |
|
| 74 | 74 | Urgency: Normal |
|---|
| 75 | 75 | Platform: any |
|---|
| 76 | | Description: External audio file playin |
|---|
| | 76 | Description: External audio file playing |
|---|
| 77 | 77 | Allow several access from an input thread to allow for multi-input (30% done) |
|---|
| 78 | 78 | Status: Assigned to fenrir |
|---|
| … | … | |
| 111 | 111 | 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> |
|---|
| 112 | 112 | Status: Assigned to zorglub |
|---|
| | 113 | |
|---|
| | 114 | Task |
|---|
| | 115 | Difficulty: Easy |
|---|
| | 116 | Urgency: Normal |
|---|
| | 117 | Platform: any |
|---|
| | 118 | Description: fix ASX playlist parser |
|---|
| | 119 | 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/ |
|---|
| | 120 | Status: Todo |
|---|
| 113 | 121 | |
|---|
| 114 | 122 | Task |
|---|
| … | … | |
| 239 | 247 | Description: RTSP server |
|---|
| 240 | 248 | Full implementation of a RTSP server. |
|---|
| 241 | | Status: 80% |
|---|
| | 249 | Status: 90% |
|---|
| 242 | 250 | |
|---|
| 243 | 251 | Task |
|---|
| … | … | |
| 249 | 257 | provide unicast RTSP sessions upon contacting the VoD module. See the following |
|---|
| 250 | 258 | <a href="http://via.ecp.fr/via/ml/streaming/200408/msg00082.html">mail</a>. |
|---|
| 251 | | Status: Todo |
|---|
| | 259 | Status: 85% done |
|---|
| 252 | 260 | |
|---|
| 253 | 261 | Task |
|---|