Menu

#216 X-Video extension for xlib UI

open
nobody
None
5
2013-01-01
2009-12-18
No

This patch adds Xv capability to xlib UI, so we can arbitrarily resize the display.

Related

Patches: #326

Discussion

  • Gergely Szasz

    Gergely Szasz - 2009-12-18
     
  • Gergely Szasz

    Gergely Szasz - 2009-12-18

    pak21: "... worried by the fact that we're updating the entire screen every time in
    uidisplay_frame_end(). Why is this necessary?"

    This is not work, because after the Xv(Shm)PutImage(), the "updated" rectangle is o.k. but the other area is filled with the "colorkey"...
    I add a compile time switch (XV_PARTIAL_UPDATE). If we define this, xdisplay.c compiled with the "partial update method", so anybody can play with it...

     

Log in to post a comment.