Changeset 902085eaa92f5360fd45bd98cc3cb3a61168304c
- Timestamp:
- 03/04/08 22:51:09
(4 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1204667469 +0000
- git-parent:
[fae5455b0b21b0eb52ed29cb8c2bc27861593186]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1204666706 +0000
- Message:
Document that we now require :// between access and url
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6e8c4e7 |
r902085e |
|
| 36 | 36 | EXTVLCOPT options parsing in m3u playlists. Note that only a limited set |
|---|
| 37 | 37 | of options is available to m3u playlists (CVE-2007-6683). |
|---|
| | 38 | * The old access:url syntax is no longer supported. Use access://url instead. |
|---|
| | 39 | E.g.: vlc:quit -> vlc://quit ; |
|---|
| | 40 | udp:@239.255.12.12 -> udp://@239.255.12.12 |
|---|
| 38 | 41 | |
|---|
| 39 | 42 | Changes: |
|---|
| rc3a591a |
r902085e |
|
| 1385 | 1385 | "\n [vcd://][device] VCD device" |
|---|
| 1386 | 1386 | "\n [cdda://][device] Audio CD device" |
|---|
| 1387 | | "\n udp:[[<source address>]@[<bind address>][:<bind port>]]" |
|---|
| | 1387 | "\n udp://[[<source address>]@[<bind address>][:<bind port>]]" |
|---|
| 1388 | 1388 | "\n UDP stream sent by a streaming server" |
|---|
| 1389 | | "\n vlc:pause:<seconds> Special item to pause the playlist for a certain time" |
|---|
| 1390 | | "\n vlc:quit Special item to quit VLC" |
|---|
| | 1389 | "\n vlc://pause:<seconds> Special item to pause the playlist for a certain time" |
|---|
| | 1390 | "\n vlc://quit Special item to quit VLC" |
|---|
| 1391 | 1391 | "\n"); |
|---|
| 1392 | 1392 | |
|---|