Xv with Annotations

2007-11-09 Thread Steve Thrash
, and trying both the nv and nvidia drivers. Thanks in advance. - Steve Thrash

XvShmPutImage with XDraw commands

2003-11-25 Thread Steve Thrash
if I blit RGB data instead of YUV. Does anybody have any idea what is going on and if there is some way to get around this? I am kind of dead in the water right now. Thanks in advance, Steve Thrash P.S. On a related note, does anybody know what the XV_ITURBT_709 attribute does?

RE: XvShmPutImage with XDraw commands

2003-11-13 Thread Steve Thrash
The flicker-free solution would be to disable the XV_AUTOPAINT_COLORKEY attribute. That prevents the driver from painting the key, leaving it entirely your responsibility. Then you can do something like draw your scene (key+graphics) into the window yourself, or if you're not changing

XvShmPutImage with XDraw commands

2003-11-12 Thread Steve Thrash
o 4 card, so I don't believe it has anything to do with the particular graphics card drivers. Thanks in advance, Steve Thrash

RE: XvShmPutImage with XDraw commands

2003-11-12 Thread Steve Thrash
Sorry, I'mkind of new to Xv. That makes perfect sense. Is there a way to force the expose event at the server without actually changing what is viewed (mapping/unmapping, moving, etc)? I tried XSendEvent, but that didn't seem to work. I am using XvShmPutImage to draw video via a YUV

RE: XvShmPutImage with XDraw commands

2003-11-12 Thread Steve Thrash
One more question - how can you tell what the chromakey value is? Do I need to use XGetImage or is there a better way? Sorry, I'mkind of new to Xv. That makes perfect sense. Is there a way to force the expose event at the server without actually changing what is viewed

RE: XvShmPutImage with XDraw commands

2003-11-12 Thread Steve Thrash
not support the XV_COLORKEY port attribute are such adaptors. Mark. On Wed, 12 Nov 2003, Steve Thrash wrote: I am using XvShmPutImage to draw video via a YUV overlay into a window. Then I am using XDraw commands to draw overlays directly to the window (lines, arcs, text, etc