Re: [libav-devel] [PATCH 6/8] hwcontext_d3d11va: add option to enable debug mode

2017-06-22 Thread Luca Barbato
On 6/22/17 3:15 PM, wm4 wrote: > Right. Can whoever applies this fix it? Amended and put on oracle. If it survives I'll push it with the 7/8 with the fate test updated. lu ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 6/8] hwcontext_d3d11va: add option to enable debug mode

2017-06-22 Thread wm4
On Thu, 22 Jun 2017 16:02:10 +0300 (EEST) Martin Storsjö wrote: > On Thu, 22 Jun 2017, wm4 wrote: > > > Basically copied from VLC (LGPL): > > > >

Re: [libav-devel] [PATCH 6/8] hwcontext_d3d11va: add option to enable debug mode

2017-06-22 Thread Martin Storsjö
On Thu, 22 Jun 2017, wm4 wrote: Basically copied from VLC (LGPL): http://git.videolan.org/?p=vlc.git;a=blob;f=modules/video_output/win32/direct3d11.c;h=e9fcb83dcabfe778f26e63d19f218caf06a7c3ae;hb=HEAD#l1482

[libav-devel] [PATCH 6/8] hwcontext_d3d11va: add option to enable debug mode

2017-06-22 Thread wm4
Basically copied from VLC (LGPL): http://git.videolan.org/?p=vlc.git;a=blob;f=modules/video_output/win32/direct3d11.c;h=e9fcb83dcabfe778f26e63d19f218caf06a7c3ae;hb=HEAD#l1482

Re: [libav-devel] [PATCH 6/8] hwcontext_d3d11va: add option to enable debug mode

2017-06-19 Thread Luca Barbato
On 6/19/17 12:41 PM, wm4 wrote: > Probably, but you'd still need to know whether it could be loaded. Or I > think that's how it works. If you can rebase it would be great since I do not have a window system to test myself. The rest of the set is in oracle and seems could be pushed anytime. lu

Re: [libav-devel] [PATCH 6/8] hwcontext_d3d11va: add option to enable debug mode

2017-06-19 Thread wm4
On Mon, 19 Jun 2017 11:56:04 +0200 Luca Barbato wrote: > On 6/9/17 4:27 PM, wm4 wrote: > > > #include "avassert.h" > > #include "common.h" > > #include "hwcontext.h" > > @@ -446,6 +452,14 @@ static int d3d11va_device_create(AVHWDeviceContext > > *ctx, const char *device,

Re: [libav-devel] [PATCH 6/8] hwcontext_d3d11va: add option to enable debug mode

2017-06-19 Thread Luca Barbato
On 6/9/17 4:27 PM, wm4 wrote: > #include "avassert.h" > #include "common.h" > #include "hwcontext.h" > @@ -446,6 +452,14 @@ static int d3d11va_device_create(AVHWDeviceContext *ctx, > const char *device, > IDXGIAdapter *pAdapter = NULL; > ID3D10Multithread

Re: [libav-devel] [PATCH 6/8] hwcontext_d3d11va: add option to enable debug mode

2017-06-17 Thread Luca Barbato
On 6/9/17 4:27 PM, wm4 wrote: > Basically copied from VLC (LGPL): > > http://git.videolan.org/?p=vlc.git;a=blob;f=modules/video_output/win32/direct3d11.c;h=e9fcb83dcabfe778f26e63d19f218caf06a7c3ae;hb=HEAD#l1482 >

[libav-devel] [PATCH 6/8] hwcontext_d3d11va: add option to enable debug mode

2017-06-09 Thread wm4
Basically copied from VLC (LGPL): http://git.videolan.org/?p=vlc.git;a=blob;f=modules/video_output/win32/direct3d11.c;h=e9fcb83dcabfe778f26e63d19f218caf06a7c3ae;hb=HEAD#l1482