Re: [FFmpeg-devel] [PATCH 2/2] avcodec: implement vp9 dxva2 hwaccel

2015-12-05 Thread Hendrik Leppkes
On Fri, Dec 4, 2015 at 3:24 PM, Hendrik Leppkes wrote: > On Fri, Dec 4, 2015 at 2:55 PM, Ronald S. Bultje wrote: >> Hi, >> >> On Thu, Dec 3, 2015 at 5:13 AM, Hendrik Leppkes wrote: >> >>> +/* Create an annex B bitstream buffer with only slice NAL and >>> finalize slice */ >>> >> >> What does

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: implement vp9 dxva2 hwaccel

2015-12-04 Thread Hendrik Leppkes
On Fri, Dec 4, 2015 at 2:55 PM, Ronald S. Bultje wrote: > Hi, > > On Thu, Dec 3, 2015 at 5:13 AM, Hendrik Leppkes wrote: > >> +/* Create an annex B bitstream buffer with only slice NAL and >> finalize slice */ >> > > What does this comment mean? I suppose it's copy-pasted from someplace else

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: implement vp9 dxva2 hwaccel

2015-12-04 Thread Ronald S. Bultje
Hi, On Thu, Dec 3, 2015 at 5:13 AM, Hendrik Leppkes wrote: > +/* Create an annex B bitstream buffer with only slice NAL and > finalize slice */ > What does this comment mean? I suppose it's copy-pasted from someplace else and doesn't really belong here? I can't really review the changes th

[FFmpeg-devel] [PATCH 2/2] avcodec: implement vp9 dxva2 hwaccel

2015-12-03 Thread Hendrik Leppkes
--- configure | 5 + libavcodec/Makefile| 2 + libavcodec/allcodecs.c | 2 + libavcodec/dxva2_vp9.c | 338 + libavcodec/vp9.c | 11 +- 5 files changed, 357 insertions(+), 1 deletion(-) create mode 100644 libavcodec/dxva