Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-27 Thread Timo Rothenpieler
> Hi, > > Sorry, I cannot test until next week. Does it actually work now? Based > on some #ffmpeg-devel backlogs :) Yes, it works flawlessly, except for samples using ScalingLists. See http://fate-suite.ffmpeg.org/hevc-conformance/ the SLIST_* files. Those files decode with strong artifacts, wi

Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-27 Thread Gwenole Beauchesne
Hi, Sorry, I cannot test until next week. Does it actually work now? Based on some #ffmpeg-devel backlogs :) 2015-08-26 15:15 GMT+02:00 Timo Rothenpieler : > --- > configure | 4 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/hevc.c |

[FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-26 Thread Timo Rothenpieler
--- configure | 4 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcodec/vaapi_hevc.c | 485 5 files changed, 495 insertions(+), 1 deletion(-) create mode 100644 libavcodec/

Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Philip Langdale
On Wed, 26 Aug 2015 02:19:02 +0200 Timo Rothenpieler wrote: > --- > configure | 4 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/hevc.c | 5 +- > libavcodec/vaapi_hevc.c | 449 > 5 file

[FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Timo Rothenpieler
--- configure | 4 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcodec/vaapi_hevc.c | 449 5 files changed, 459 insertions(+), 1 deletion(-) create mode 100644 libavcodec/

Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Philip Langdale
On 2015-08-25 10:33, Hendrik Leppkes wrote: On Tue, Aug 25, 2015 at 7:24 PM, Philip Langdale wrote: On 2015-08-25 05:06, Timo Rothenpieler wrote: --- configure | 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcode

Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Hendrik Leppkes
On Tue, Aug 25, 2015 at 7:24 PM, Philip Langdale wrote: > On 2015-08-25 05:06, Timo Rothenpieler wrote: >> >> --- >> configure | 2 + >> libavcodec/Makefile | 1 + >> libavcodec/allcodecs.c | 1 + >> libavcodec/hevc.c | 5 +- >> libavcodec/vaapi_hevc.c | 442 >> ++

Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Philip Langdale
On 2015-08-25 05:06, Timo Rothenpieler wrote: --- configure | 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcodec/vaapi_hevc.c | 442 5 files changed, 450 insertions

Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread wm4
On Tue, 25 Aug 2015 14:52:13 +0200 Michael Niedermayer wrote: > On Tue, Aug 25, 2015 at 02:06:19PM +0200, Timo Rothenpieler wrote: > > --- > > configure | 2 + > > libavcodec/Makefile | 1 + > > libavcodec/allcodecs.c | 1 + > > libavcodec/hevc.c | 5 +- > > liba

Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Michael Niedermayer
On Tue, Aug 25, 2015 at 02:06:19PM +0200, Timo Rothenpieler wrote: > --- > configure | 2 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/hevc.c | 5 +- > libavcodec/vaapi_hevc.c | 442 >

[FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Timo Rothenpieler
--- configure | 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcodec/vaapi_hevc.c | 442 5 files changed, 450 insertions(+), 1 deletion(-) create mode 100644 libavcodec/