Update of /cvsroot/freevo/kaa/xine/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16410/src
Modified Files:
__init__.py
Log Message:
Add yuv2rgb code from xine with slight modifications to play better with
evas; add x86(_64) detection to setup.py; lots and lots of updates to
buffer vo -- it's almost done now, sans the vf_osd port.
Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/kaa/xine/src/__init__.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** __init__.py 31 Jul 2005 17:59:43 -0000 1.18
--- __init__.py 1 Aug 2005 04:07:12 -0000 1.19
***************
*** 11,14 ****
--- 11,22 ----
XineError = _xine.XineError
+ # Constants for buffer vo
+ BUFFER_VO_COMMAND_QUERY_REQUEST = 0
+ BUFFER_VO_COMMAND_QUERY_REDRAW = 1
+ BUFFER_VO_COMMAND_SEND = 2
+
+ BUFFER_VO_REQUEST_SEND = 0x01
+ BUFFER_VO_REQUEST_PASSTHROUGH = 0x02
+
def get_version():
return Version(_xine.get_version())
***************
*** 157,163 ****
window.aspect = -1
kwargs["window"] = window._window
- #print "SET DEPS", window._window
- #self._xine.dependencies.append(window._window)
- #self._xine.dependencies.append(window._display)
if "passthrough" in kwargs:
--- 165,168 ----
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog