Hello All,<br /><br />I am working on an application which displays video using Xv and requires simple 2D annotation to be drawn on top of the video.  In previous experience I've set the XV_COLORKEY parameter and was able to draw annotation on the destination window, and mask out of the annotation using the colorkey.  This option is not available when I do an xvinfo.  Is there a similar or alternative method of annotation video with the Intel Textured Video adapter?<br /><br />xvinfo dump:<br /><br />X-Video Extension version 2.2<br />screen #0<br />  Adaptor #0: "Intel(R) Textured Video"<br />    number of ports: 16<br />    port base: 113<br />    operations supported: PutImage<br />    supported visuals:<br />      depth 24, visualID 0x21<br />    number of attributes: 3<br />      "XV_BRIGHTNESS" (range -128 to 127)<br />              client settable attribute<br />              client gettable attribute (current value is 0)<br />      "XV_CONTRAST" (range 0 to 255)<br />              client settable attribute<br />              client gettable attribute (current value is 0)<br />      "XV_SYNC_TO_VBLANK" (range -1 to 1)<br />              client settable attribute<br />              client gettable attribute (current value is 1)<br />    maximum XvImage size: 2048 x 2048<br />    Number of image formats: 5<br />      id: 0x32595559 (YUY2)<br />        guid: 59555932-0000-0010-8000-00aa00389b71<br />        bits per pixel: 16<br />        number of planes: 1<br />        type: YUV (packed)<br />      id: 0x32315659 (YV12)<br />        guid: 59563132-0000-0010-8000-00aa00389b71<br />        bits per pixel: 12<br />        number of planes: 3<br />        type: YUV (planar)<br />      id: 0x30323449 (I420)<br />        guid: 49343230-0000-0010-8000-00aa00389b71<br />        bits per pixel: 12<br />        number of planes: 3<br />        type: YUV (planar)<br />      id: 0x59565955 (UYVY)<br />        guid: 55595659-0000-0010-8000-00aa00389b71<br />        bits per pixel: 16<br />        number of planes: 1<br />        type: YUV (packed)<br />      id: 0x434d5658 (XVMC)<br />        guid: 58564d43-0000-0010-8000-00aa00389b71<br />        bits per pixel: 12<br />        number of planes: 3<br />        type: YUV (planar)