Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread wm4
On Tue, 4 Apr 2017 12:34:56 -0300 James Almer wrote: > On 4/4/2017 2:45 AM, wm4 wrote: > > Can do audio decoding, audio encoding, video decoding, video encoding, > > video HW encoding. I also had video HW decoding, but removed it for now, > > as thw hwframes integration wasn't very sane. > > > >

Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread James Almer
On 4/4/2017 2:45 AM, wm4 wrote: > Can do audio decoding, audio encoding, video decoding, video encoding, > video HW encoding. I also had video HW decoding, but removed it for now, > as thw hwframes integration wasn't very sane. > > Some of the MS codecs aren't well tested, and might not work prope

Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread wm4
On Tue, 4 Apr 2017 16:30:58 +0200 Carl Eugen Hoyos wrote: > 2017-04-04 16:04 GMT+02:00 wm4 : > > On Tue, 4 Apr 2017 15:44:29 +0200 > > Carl Eugen Hoyos wrote: > > > >> 2017-04-04 12:45 GMT+02:00 wm4 : > >> > On Tue, 4 Apr 2017 12:43:14 +0200 > >> > Carl Eugen Hoyos wrote: > >> > > >> >> 2

Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread Carl Eugen Hoyos
2017-04-04 16:04 GMT+02:00 wm4 : > On Tue, 4 Apr 2017 15:44:29 +0200 > Carl Eugen Hoyos wrote: > >> 2017-04-04 12:45 GMT+02:00 wm4 : >> > On Tue, 4 Apr 2017 12:43:14 +0200 >> > Carl Eugen Hoyos wrote: >> > >> >> 2017-04-04 12:41 GMT+02:00 wm4 : >> >> > On Tue, 4 Apr 2017 12:09:23 +0200 >> >> > Ca

Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread wm4
On Tue, 4 Apr 2017 15:44:29 +0200 Carl Eugen Hoyos wrote: > 2017-04-04 12:45 GMT+02:00 wm4 : > > On Tue, 4 Apr 2017 12:43:14 +0200 > > Carl Eugen Hoyos wrote: > > > >> 2017-04-04 12:41 GMT+02:00 wm4 : > >> > On Tue, 4 Apr 2017 12:09:23 +0200 > >> > Carl Eugen Hoyos wrote: > >> > > >> >> 2

Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread Hendrik Leppkes
On Tue, Apr 4, 2017 at 3:44 PM, Carl Eugen Hoyos wrote: > 2017-04-04 12:45 GMT+02:00 wm4 : >> On Tue, 4 Apr 2017 12:43:14 +0200 >> Carl Eugen Hoyos wrote: >> >>> 2017-04-04 12:41 GMT+02:00 wm4 : >>> > On Tue, 4 Apr 2017 12:09:23 +0200 >>> > Carl Eugen Hoyos wrote: >>> > >>> >> 2017-04-04 7:45 GM

Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread Carl Eugen Hoyos
2017-04-04 12:45 GMT+02:00 wm4 : > On Tue, 4 Apr 2017 12:43:14 +0200 > Carl Eugen Hoyos wrote: > >> 2017-04-04 12:41 GMT+02:00 wm4 : >> > On Tue, 4 Apr 2017 12:09:23 +0200 >> > Carl Eugen Hoyos wrote: >> > >> >> 2017-04-04 7:45 GMT+02:00 wm4 : >> >> >> >> > + --enable-mf enable deco

Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread wm4
On Tue, 4 Apr 2017 12:43:14 +0200 Carl Eugen Hoyos wrote: > 2017-04-04 12:41 GMT+02:00 wm4 : > > On Tue, 4 Apr 2017 12:09:23 +0200 > > Carl Eugen Hoyos wrote: > > > >> 2017-04-04 7:45 GMT+02:00 wm4 : > >> > >> > + --enable-mf enable decoding via MediaFoundation [no] > >> > >>

Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread Carl Eugen Hoyos
2017-04-04 12:41 GMT+02:00 wm4 : > On Tue, 4 Apr 2017 12:09:23 +0200 > Carl Eugen Hoyos wrote: > >> 2017-04-04 7:45 GMT+02:00 wm4 : >> >> > + --enable-mf enable decoding via MediaFoundation [no] >> >> Why is it not autodetected? > > Do we want that? Would autodetection break FFmpeg

Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread wm4
On Tue, 4 Apr 2017 12:09:23 +0200 Carl Eugen Hoyos wrote: > 2017-04-04 7:45 GMT+02:00 wm4 : > > > + --enable-mf enable decoding via MediaFoundation [no] > > Why is it not autodetected? Do we want that? ___ ffmpeg-devel mailing list ff

Re: [FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-04 Thread Carl Eugen Hoyos
2017-04-04 7:45 GMT+02:00 wm4 : > + --enable-mf enable decoding via MediaFoundation [no] Why is it not autodetected? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH v2] Add MediaFoundation wrapper

2017-04-03 Thread wm4
Can do audio decoding, audio encoding, video decoding, video encoding, video HW encoding. I also had video HW decoding, but removed it for now, as thw hwframes integration wasn't very sane. Some of the MS codecs aren't well tested, and might not work properly. --- Didn't actually test compilation