diff options
author | Niels Vorgaard Christensen <vorgaard.c@math.ku.dk> | 2009-01-01 15:42:09 +0000 |
---|---|---|
committer | Niels Vorgaard Christensen <vorgaard.c@math.ku.dk> | 2009-01-01 15:42:09 +0000 |
commit | ed75705f86a14bfd255aa5183803e4a6c5ce90c8 (patch) | |
tree | 6b079063468d299011bfcdc1e13b3ecb3d7ab43f /ChangeLog | |
parent | 131f262634da90d97879d8de32a0eee90942179f (diff) | |
download | xine-lib-ed75705f86a14bfd255aa5183803e4a6c5ce90c8.tar.gz xine-lib-ed75705f86a14bfd255aa5183803e4a6c5ce90c8.tar.bz2 |
libmms does not handle percent-encoded uri
libmms will always fail to request media with URIs containing percent-encoded
characters. This is because the path component in the MMS URI should be
decoded before it is sent to the server.
http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-MMSP%5D.pdf
(page 48)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ xine-lib (1.1.16) 2008-??-?? * Recognise Xv "blitter" adaptors for port selection purposes. NOTE: you will need to remove ~/.xine/catalog.cache when upgrading from xine-lib 1.1.15 or older if you wish to use this extra option. + * Fix MMS media requests where the URI contains %-encoded characters. xine-lib (1.1.15) 2008-08-14 * Security fixes: |