Re: [Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Carl Eugen Hoyos
Hendrik Leppkes writes: > http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=2e2ec66 This cannot be a fix for the mentioned problem, Lars explained that he also tested git head. Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org http://f

Re: [Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Lars Hammarstrand
2013/4/22 Hendrik Leppkes > > > http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=2e2ec667416d8ed345491ac360fccc94e7a4772f > > It was backported to the 1.2 branch, but no release was made yet which > includes it. > > Excellent, thank you very much! I'll backport it straight up to our 1.2 setup

Re: [Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Hendrik Leppkes
On Mon, Apr 22, 2013 at 4:26 PM, Lars Hammarstrand < lars.hammarstr...@gmail.com> wrote: > 2013/4/22 Hendrik Leppkes > >> >> VLC should work, and my set of DirectShow decoders also does ( >> http://code.google.com/p/lavfilters/) >> >> There was a bug a short while back which required you to pass

Re: [Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Lars Hammarstrand
2013/4/22 Hendrik Leppkes > > VLC should work, and my set of DirectShow decoders also does ( > http://code.google.com/p/lavfilters/) > > There was a bug a short while back which required you to pass > --enable-dxva2 to configure because the auto-detection was faulty, but this > was fixed in HEAD,

Re: [Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Carl Eugen Hoyos
Hendrik Leppkes writes: > There was a bug a short while back which required > you to pass --enable-dxva2 to configure because the > auto-detection was faulty, but this was fixed in HEAD, > and hopefully backported to 1.2 (not sure on this part). This would have needed some advanced technology

Re: [Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Hendrik Leppkes
On Mon, Apr 22, 2013 at 4:10 PM, Lars Hammarstrand < lars.hammarstr...@gmail.com> wrote: > > > > You do realize that ffmpeg (the application) does not suport dxva2 ? > > > > Sorry my bad - I meant libs, not the apps. Hopefully it's not the same > story with the libs regarding dxva2. > > > > > Othe

Re: [Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Lars Hammarstrand
> > You do realize that ffmpeg (the application) does not suport dxva2 ? > Sorry my bad - I meant libs, not the apps. Hopefully it's not the same story with the libs regarding dxva2. > > Other players like VLC should however be fine, if build with a proper toolchain which includes the DXVA2 heade

Re: [Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Lars Hammarstrand
2013/4/22 Hendrik Leppkes > > > On Mon, Apr 22, 2013 at 3:04 PM, Lars Hammarstrand < > lars.hammarstr...@gmail.com> wrote: > >> Hi >> >> I'm facing hard problems to get DXVA2 to work based on current master >> head or 1.2. The ffmpeg implementation seems to supports DXVA2 hw-accl >> codec for H.2

Re: [Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Carl Eugen Hoyos
Lars Hammarstrand writes: > The ffmpeg implementation seems to supports DXVA2 > hw-accl codec for H.264/MPEG-4 & MPEG-2 (i.e Hi10P) > but I only get CPU decoded and swscale converted > working properly. Since this is not clear (for me, I am not a native speaker) from your message: You do rea

Re: [Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Hendrik Leppkes
On Mon, Apr 22, 2013 at 3:04 PM, Lars Hammarstrand < lars.hammarstr...@gmail.com> wrote: > Hi > > I'm facing hard problems to get DXVA2 to work based on current master head > or 1.2. The ffmpeg implementation seems to supports DXVA2 hw-accl codec for > H.264/MPEG-4 & MPEG-2 (i.e Hi10P) but I only

[Libav-user] Anybody got DXVA2 running?

2013-04-22 Thread Lars Hammarstrand
Hi I'm facing hard problems to get DXVA2 to work based on current master head or 1.2. The ffmpeg implementation seems to supports DXVA2 hw-accl codec for H.264/MPEG-4 & MPEG-2 (i.e Hi10P) but I only get CPU decoded and swscale converted working properly. Same problem goes with VideoLan's VLC binar