Re: [Libva] Decoding and rendering to DRM

2016-07-06 Thread Charles, Daniel
On Wed, Jul 6, 2016 at 6:06 AM, Yann Dirson <yann.dir...@blade-group.com> wrote: > 2016-07-06 2:34 GMT+02:00 Chen, Peng C <peng.c.c...@intel.com>: >> Hi, >> Here is a example for using drm rendering with libva decoding. >> https://github.com/01org/libyami-ut

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 <peng.c.c...@intel.com>: > 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

Re: [Libva] Decoding and rendering to DRM

2016-07-05 Thread 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 -Original Message- From: Libva [mailto:libva-boun...@lists.freedesktop.org] On Behalf Of Yann Dirson Sent: Wednesday, July 6, 2016 6:52 AM

[Libva] Decoding and rendering to DRM

2016-07-05 Thread Yann Dirson
Hello, I started to investigate how to render the decoded video to screen without going through X11, and DRM/KMS looks likes the best candidate, with hints in the libva API doc that it is supported. Is there already some code somewhere doing that ? gstreamer-vaapi, which at first glance looked