On 2016/11/11 20:34, Timo Rothenpieler wrote:
> This patch seems incomplete.
> Did you forget to add the vaapi_vp8.c file before commiting?
>
Yes, I forget to add the vaapi_vp8.c. And because Mark will merge the vaapi_vp8
hwaccel and other vaapi infrastructure from Libav, so I will don't update
On 2016/11/12 21:57, Mark Thompson wrote:
> On 11/11/16 07:57, Jun Zhao wrote:
>> From 4635e7e4a0ea24f77e71ffc9a9074e75c61bfe44 Mon Sep 17 00:00:00 2001
>> From: Jun Zhao
>> Date: Fri, 11 Nov 2016 15:51:01 +0800
>> Subject: [PATCH] lavc/vaapi: Add VP8 decode hwaccel
>>
>> Add VP8 decode hwaccel
On 12/11/16 13:57, Mark Thompson wrote:
> On 11/11/16 07:57, Jun Zhao wrote:
>> @@ -2800,14 +2849,18 @@ static int
>> vp8_decode_update_thread_context(AVCodecContext *dst,
>> s->mb_width = s_src->mb_width;
>> s->mb_height = s_src->mb_height;
>> }
>> -
>> s->prob[0]
On 11/11/16 07:57, Jun Zhao wrote:
> From 4635e7e4a0ea24f77e71ffc9a9074e75c61bfe44 Mon Sep 17 00:00:00 2001
> From: Jun Zhao
> Date: Fri, 11 Nov 2016 15:51:01 +0800
> Subject: [PATCH] lavc/vaapi: Add VP8 decode hwaccel
>
> Add VP8 decode hwaccel based on the libav:
> commit a9fb134730da1f9642eb5a2
This patch seems incomplete.
Did you forget to add the vaapi_vp8.c file before commiting?
Also, adding a new field to the API which is deprecated from the start
seems odd.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/li
From 4635e7e4a0ea24f77e71ffc9a9074e75c61bfe44 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Fri, 11 Nov 2016 15:51:01 +0800
Subject: [PATCH] lavc/vaapi: Add VP8 decode hwaccel
Add VP8 decode hwaccel based on the libav:
commit a9fb134730da1f9642eb5a2baa50943b8a4aa245
lavc/vaapi: Add VP8 decode