index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_out
/
video_out_xcbxv.c
Age
Commit message (
Expand
)
Author
2008-12-28
Report when defaulting due to the requested Xv port type not being available.
Darren Salt
2008-12-28
Fix up Xv textured video selection for use with drivers for nvidia gfx hw.
Darren Salt
2008-12-28
Centralise some Xv-related static string array declarations.
Darren Salt
2008-12-28
Fix xcbxv Xv port fallback (was failing to find an Xv port).
Darren Salt
2008-12-27
Recognise XV_BICUBIC for xf86-video-ati 6.9.1.
Darren Salt
2008-12-27
Recognise XV_VSYNC == XV_SYNC_TO_BLANK for xf86-video-ati 6.9.1.
Darren Salt
2008-12-27
Clean up Xv attribute-setting functions; fix a related off-by-one (xcbxv).
Darren Salt
2008-12-20
Remove unused variable.
Diego E. 'Flameeyes' Pettenò
2008-08-13
Apply the deinterlacer size fix to the XCB Xv plugin.
Darren Salt
2008-03-10
Add Xv port selection by type (overlay or textured video).
Darren Salt
2008-02-25
When auto-detecting Xv ports, prefer port nos. >= configured.
Darren Salt
2008-02-02
Move more shared Xv config desc. & help strings; add new location to POTFILES.
Darren Salt
2008-02-02
Handle invalid port nos. properly (avoids a possible xcbxv segfault).
Darren Salt
2008-02-02
Convert the plain Xv plugins to use the new header file.
Darren Salt
2008-02-01
Add Xv port selection to the XCB xv plugin.
Darren Salt
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-02-17
nvidia driver uses XV_SYNC_TO_VBLANK attribute, not XV_DOUBLE_BUFFER as xine ...
Miguel Freitas
2007-10-08
Revert cheating invalid frame sizes after fixed frame allocation (continued).
Reinhard Nißl
2007-12-27
Add VO_PROP_OUTPUT_* to some other video output drivers (where trivial).
Darren Salt
2007-12-24
Consistently use "colour", "colour key", "colour space" in output.
Darren Salt
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-08-12
Add a few missing "\n"s.
Darren Salt
2007-06-15
fix possible crash in xcbxv output plugin
"Christoph Pfister"
2007-06-01
Port Simon Farnsworth's xv deinterlacing fix to xcbxv.
Darren Salt
2007-04-14
Remove #ifdef wrappers from the Xv & XcbXv plugins. Allows XcbXv to be built.
Darren Salt
2007-03-29
Reorder to fill hole.
Diego 'Flameeyes' Pettenò
2007-03-25
Create at least a 1×1 shared image when the first frame is skipped (and thus...
Diego 'Flameeyes' Pettenò
2007-03-25
Fix messages for video out modules. Patch by Reinhard Nissl.
Diego 'Flameeyes' Pettenò
2007-02-19
Fix building with LOG enabled by changing an the Xlib constant XvPacked into ...
Diego 'Flameeyes' Pettenò
2007-02-15
Properly repaint the whole surface during expose events. Patch by Christoph P...
Diego 'Flameeyes' Pettenò
2007-02-15
Commit the XCB output plugins by Christoph Pfister after testing on Gentoo pa...
Diego 'Flameeyes' Pettenò