Re: [Qemu-devel] [PATCH v2] ui/vnc: VA API based H.264 encoding for VNC

2013-02-22 Thread Verbeiren, David
On Wed, Feb 13, 2013 at 22:16, Blue Swirl wrote: >> +/* RGBA => NV12 */ >> +for (i = 0; i < h264->pic_height; ++i) { >> +dst_y = (pdst + image.offsets[0]) + i*image.pitches[0]; >> +dst_uv = dst_uv_line; >> +s = psrc; >> +for (j = 0; j < h264->pic_width; j++)

Re: [Qemu-devel] [PATCH] ui/vnc: VA API based H.264 encoding for VNC framebuffer updates

2013-01-24 Thread Verbeiren, David
also take care of that when I send a next revision addressing the comments I got from the list (hopefully some time next week). Regards, -David -Original Message- From: Jérôme Jutteau [mailto:jerome.jutt...@outscale.com] Sent: Thursday, January 24, 2013 11:16 AM To: Verbeiren, David Cc:

Re: [Qemu-devel] [PATCH] ui/vnc: VA API based H.264 encoding for VNC framebuffer updates

2013-01-10 Thread Verbeiren, David
Thanks for your comments, Anthony. Anthony Liguori wrote: > David Verbeiren writes: > > This patch provides the VNC server side support. Corresponding VNC > > client side support is required. To this end, we are also contributing a > > patch > > to the libvncserver project (more specifically it

Re: [Qemu-devel] [PATCH] ui/vnc: VA API based H.264 encoding for VNC framebuffer updates

2013-01-10 Thread Verbeiren, David
On 10/01/2013, 12:20 PM, Alexander Graf wrote: > On 10.01.2013, at 12:10, Gerd Hoffmann wrote: >> On 01/10/13 11:37, Stefano Stabellini wrote: >>> On Thu, 10 Jan 2013, Gerd Hoffmann wrote: On 01/09/13 23:18, Alexander Graf wrote: Using libavcodec directly is a non-starter as distros don't