Changeset 902085eaa92f5360fd45bd98cc3cb3a61168304c

Show
Ignore:
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
  • NEWS

    r6e8c4e7 r902085e  
    3636   EXTVLCOPT options parsing in m3u playlists. Note that only a limited set 
    3737   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 
    3841 
    3942Changes: 
  • src/libvlc-module.c

    rc3a591a r902085e  
    13851385    "\n  [vcd://][device]               VCD device" 
    13861386    "\n  [cdda://][device]              Audio CD device" 
    1387     "\n  udp:[[<source address>]@[<bind address>][:<bind port>]]" 
     1387    "\n  udp://[[<source address>]@[<bind address>][:<bind port>]]" 
    13881388    "\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" 
    13911391    "\n"); 
    13921392