diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-23 15:52:47 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-23 15:52:47 +0100 |
commit | 42369604ea3a7544ae1424718ec4c6f185c482b5 (patch) | |
tree | 76de0ab69bf2bdcf30f479468798c4d9ee761a5f | |
parent | 58fd88ef13a7e18ebf075e2658c26ac6f80d65c2 (diff) | |
download | xine-lib-42369604ea3a7544ae1424718ec4c6f185c482b5.tar.gz xine-lib-42369604ea3a7544ae1424718ec4c6f185c482b5.tar.bz2 |
Add a changelog entry for the Xv/XxMC port selection backport.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,6 +13,13 @@ xine-lib (1.1.14) 2008-??-?? stream content only). [Bug #120] * Allow input plugins to ask for a specific demuxer, overriding the normal demuxer selection methods. (Most won't need this.) + * The Xv and XxMC video output plugins now support Xv port selection via + two methods: port number and port type (currently "any", "overlay" and + "textured video"). Port number takes precedence; the plugins will fall + back on another port of the same type (if a type was specified) then on + whatever they can find. + XvMC does not support port selection at present. + (Backported from the 1.2 branch.) xine-lib (1.1.13) 2008-06-15 * Security fixes: |