summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-03-10 18:19:09 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-03-10 18:19:09 +0000
commit6e14bdb6a55f5136fa0e99b2b9b621647fc7d432 (patch)
tree45c0b32abbb6b5f789b2e6f2302ce14c42f12f72 /ChangeLog
parent58784d3a94dc3dae408b2ad3c28177c3d73df518 (diff)
downloadxine-lib-6e14bdb6a55f5136fa0e99b2b9b621647fc7d432.tar.gz
xine-lib-6e14bdb6a55f5136fa0e99b2b9b621647fc7d432.tar.bz2
Add Xv port selection by type (overlay or textured video).
This uses the adapter names reported by the X 2D graphics driver. --HG-- extra : transplant_source : %AE%87%B0%EAy%A0%DEXJ%8D6f%EA%C6iw%F0%03%60%29
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 684811c00..cca0e8435 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,8 +55,12 @@ xine-lib (1.1.90) (Unreleased)
* Remove SyncFB video output plugin, the kernel module needed is no more
active and thus it's no more usable. If you were using SyncFB somehow,
please use DirectFB or VIDIX instead.
- * The Xv and XxMC video output plugins now support Xv port selection.
- (XvMC does not, at present.)
+ * 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.
* Report more video output capabilities via (port)->get_capabilities():
colour controls, zooming, colour keying.