]> git.sesse.net Git - vlc/commit
* if http:// and mime == asf, and name doesn't contain asx (cause they have mime...
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 23 Sep 2004 20:52:20 +0000 (20:52 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 23 Sep 2004 20:52:20 +0000 (20:52 +0000)
commit968ae4ef1e9a9373416bd0774d797fd4ea2eaa6c
tree4402ef811de60b833ae8f1556a032b4e16a58e1f
parent6678167c68b87f36506daf9089605e95de7af045
* if http:// and mime == asf, and name doesn't contain asx (cause they have mime == asf too) then bail http access and let the mms access try.
  ( VLC now plays http:// urls which are actually mms:// streams and no longer handles asx files when the path doesn't contain "asx" )

* added the aacp (aacPlus) mime type and force the aac demux in that case. aacPlus still doesn't work. (decoder issue?)

* don't PLAYLIST_GO on a redirect. gave weird effects because the current item was still in the 'open' fase. The playlist is already playing, so there is no use in this option.
modules/access/http.c