diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-10 18:19:09 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-10 18:19:09 +0000 |
| commit | 6e14bdb6a55f5136fa0e99b2b9b621647fc7d432 (patch) | |
| tree | 45c0b32abbb6b5f789b2e6f2302ce14c42f12f72 /ChangeLog | |
| parent | 58784d3a94dc3dae408b2ad3c28177c3d73df518 (diff) | |
| download | xine-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-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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. |
