Re: [Libva] Decoding and rendering to DRM

2016-07-06 Thread Charles, Daniel
On Wed, Jul 6, 2016 at 6:06 AM, Yann Dirson wrote: > 2016-07-06 2:34 GMT+02:00 Chen, Peng C : >> Hi, >> Here is a example for using drm rendering with libva decoding. >> https://github.com/01org/libyami-utils/blob/master/examples/grid.cpp >

Re: [Libva] Decoding and rendering to DRM

2016-07-06 Thread Yann Dirson
2016-07-06 8:18 GMT+02:00 Víctor M. Jáquez L. : >> Is there already some code somewhere doing that ? gstreamer-vaapi, >> which at first glance >> looked the most promising candidate apparently in fact does not do that :) > > Why not? :) > >

Re: [Libva] Decoding and rendering to DRM

2016-07-06 Thread Yann Dirson
2016-07-06 2:34 GMT+02:00 Chen, Peng C : > Hi, > Here is a example for using drm rendering with libva decoding. > https://github.com/01org/libyami-utils/blob/master/examples/grid.cpp Thanks, that should help me going forward! OT - until I get this working I

Re: [Libva] [PATCH 14/14] QP difference configuration for adjacent IP and PB frames

2016-07-06 Thread Zhao Yakui
On 06/30/2016 10:33 AM, Pengfei Qu wrote: From: Jia Meng Signed-off-by: Jia Meng Signed-off-by: Pengfei Qu This looks good to me. Thanks Yakui --- src/gen6_mfc.h| 4 src/gen6_mfc_common.c | 41

Re: [Libva] [PATCH 13/14] scaling matrix of h264 encoder on gen8/gen9

2016-07-06 Thread Zhao Yakui
On 06/30/2016 10:33 AM, Pengfei Qu wrote: From: Jia Meng qm is in raster scan order per va api, and fqm is in column wise raster scan order per hardware requirement. The title is inconsistent with what is done. Can we remove it for gen6/gen7/gen75 and only keep it for

Re: [Libva] [PATCH 12/14] Adjust the maximum number of motion vectors for B frame on HSW+

2016-07-06 Thread Zhao Yakui
On 06/30/2016 10:33 AM, Pengfei Qu wrote: From: Jia Meng This looks good to me. Thanks Yakui Signed-off-by: Jia Meng Signed-off-by: Pengfei Qu --- src/gen75_vme.c | 13 +++-- src/gen8_vme.c | 15 ---