Re: [Libva] [PATCH 1/2] va: User specified tiling and stride support.

2014-03-16 Thread Zhao, Halley
Thanks Yakui。 -Original Message- From: Zhao, Yakui Sent: Monday, March 17, 2014 10:25 AM To: Zhao, Halley Cc: libva@lists.freedesktop.org Subject: Re: [Libva] [PATCH 1/2] va: User specified tiling and stride support. On Sun, 2014-03-16 at 19:10 -0600, Zhao, Yakui wrote: > Hi, Halley >

Re: [Libva] [PATCH Libva-intel-driver 1/4] Add the support of create surface based on YV16 format

2014-03-16 Thread Xiang, Haihao
It would be better to add a pre-defined fourcc code for YV16 in va.h > Signed-off-by: Zhao Yakui > --- > src/i965_drv_video.c | 26 +- > 1 file changed, 25 insertions(+), 1 deletion(-) > > diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c > index 0453c04..f306d91

Re: [Libva] intra refresh mode for h264 video (intel driver)

2014-03-16 Thread Xiang, Haihao
libva has the interface for intra refresh on the staging branch, but so far the intel driver (i965) doesn't support this feature. Thanks Haihao > Is anyone aware if this is possible to do through libva with the intel > driver? The technique I'm referring to involves embedding a > horizontal sl

[Libva] [PATCH] Bump version to 1.3.0.pre1

2014-03-16 Thread Xiang, Haihao
From: "Xiang, Haihao" To build the code, a new version of VA-API is needed, so update the dependency on VA-API as well Signed-off-by: Xiang, Haihao --- configure.ac |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index b8500a7..872b589

[Libva] [ANNOUNCE] libva-1.3.0.pre1

2014-03-16 Thread Xiang, Haihao
Hi, all libva-1.3.0 is planned for release soon. Please report any critical issue with http://www.freedesktop.org/software/vaapi/testing/libva/libva-1.3.0.pre1.tar.bz2 * API: add support for VP8 decoding * API: drop VAEntrypointMax enumeration * Enhancement for VA trace utility Thanks Haihao

Re: [Libva] [PATCH 1/2] va: User specified tiling and stride support.

2014-03-16 Thread Zhao Yakui
On Sun, 2014-03-16 at 19:10 -0600, Zhao, Yakui wrote: > Hi, Halley > Thanks for your patch. > After adding the patch, it is possible that the upper-application can > pass the specific parameters when creating the surface. I agree with your > point. > But it seems that one thin

Re: [Libva] [PATCH 1/2] va: User specified tiling and stride support.

2014-03-16 Thread Zhao, Yakui
Hi, Halley Thanks for your patch. After adding the patch, it is possible that the upper-application can pass the specific parameters when creating the surface. I agree with your point. But it seems that one thing is missing: >For the non-tiling scenario: it is s