Re: [Libva] [ANN] libva 1.1.0 release

2012-10-08 Thread Xiang, Haihao
On Fri, 2012-10-05 at 17:10 +0200, Gwenole Beauchesne wrote: Hi, A new version of libva is now available at the following location: http://www.freedesktop.org/software/vaapi/releases/libva/ VA-API was bumped to 0.33.0, while libva still supports VA drivers compiled for 0.32.x API.

Re: [Libva] DSO regression issue

2012-10-08 Thread Gwenole Beauchesne
Hi, 2012/10/8 Xiang, Haihao haihao.xi...@intel.com: Hi, Gwenole Your recent commits in libva staging branch result in DSO regression issue. make[3]: Entering directory `/home/cc/libva/test/encode' CCLD h264encode /usr/bin/ld: h264encode_x11.o: undefined reference to symbol

[Libva] [PATCH] Fix the issue in i965_UnlockSurface to lock it next time

2012-10-08 Thread yakui . zhao
From: Zhao Yakui yakui.z...@intel.com It uses the variable of locked_image_id to check whether one surface is locked or not. But as the locked_image_id is not assigned correctly, it causes that it can't lock one surface next time although it calls the vaUnlockSurfaces. Signed-off-by: Zhao Yakui

Re: [Libva] DSO regression issue

2012-10-08 Thread Charles, Daniel
On Oct 8, 2012 6:33 PM, ykzhao yakui.z...@intel.com wrote: On Mon, 2012-10-08 at 01:32 -0600, Gwenole Beauchesne wrote: Hi, 2012/10/8 Xiang, Haihao haihao.xi...@intel.com: Hi, Gwenole Your recent commits in libva staging branch result in DSO regression issue. make[3]: