Re: [FFmpeg-devel] [PATCH] Add wayland support for VAAPI

2017-06-28 Thread wm4
On Tue, 27 Jun 2017 14:13:56 +0200 Hardening wrote: > Le 27/06/2017 à 09:54, Mark Thompson a écrit : > > On 27/06/17 07:38, David Fort wrote: > >> Wayland environment became quite popular with gnome 3. This patch adds the > >> ability to > >> initialize the VAAPI accelerator from a wayland dis

Re: [FFmpeg-devel] [PATCH] Add wayland support for VAAPI

2017-06-27 Thread Mark Thompson
On 27/06/17 13:13, Hardening wrote: > Le 27/06/2017 à 09:54, Mark Thompson a écrit : >> On 27/06/17 07:38, David Fort wrote: >>> Wayland environment became quite popular with gnome 3. This patch adds the >>> ability to >>> initialize the VAAPI accelerator from a wayland display. >> >> Is there som

Re: [FFmpeg-devel] [PATCH] Add wayland support for VAAPI

2017-06-27 Thread Hardening
Le 27/06/2017 à 09:54, Mark Thompson a écrit : > On 27/06/17 07:38, David Fort wrote: >> Wayland environment became quite popular with gnome 3. This patch adds the >> ability to >> initialize the VAAPI accelerator from a wayland display. > > Is there some specific use-case which needs this? The

Re: [FFmpeg-devel] [PATCH] Add wayland support for VAAPI

2017-06-27 Thread Mark Thompson
On 27/06/17 07:38, David Fort wrote: > Wayland environment became quite popular with gnome 3. This patch adds the > ability to > initialize the VAAPI accelerator from a wayland display. Is there some specific use-case which needs this? The X11 support mainly exists because of old systems (*coug

[FFmpeg-devel] [PATCH] Add wayland support for VAAPI

2017-06-26 Thread David Fort
Wayland environment became quite popular with gnome 3. This patch adds the ability to initialize the VAAPI accelerator from a wayland display. Signed-off-by: David Fort --- configure | 4 libavutil/hwcontext_vaapi.c | 33 + 2 files changed