On 12/01/17 08:01, wm4 wrote:
> On Sun, 8 Jan 2017 19:12:47 +
> Mark Thompson wrote:
>
>> (cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465)
>> ---
>> One minor fixup for allocation due to differences in the lavfis, otherwise
>> unchanged.
>>
>> configure
On Sun, 8 Jan 2017 19:12:47 +
Mark Thompson wrote:
> (cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465)
> ---
> One minor fixup for allocation due to differences in the lavfis, otherwise
> unchanged.
>
> configure | 1 +
> libavfilter/Makefile
On 09/01/17 00:29, Michael Niedermayer wrote:
> On Sun, Jan 08, 2017 at 07:12:47PM +, Mark Thompson wrote:
>> (cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465)
>> ---
>> One minor fixup for allocation due to differences in the lavfis, otherwise
>> unchanged.
> [...]
>> diff
On Sun, Jan 08, 2017 at 07:12:47PM +, Mark Thompson wrote:
> (cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465)
> ---
> One minor fixup for allocation due to differences in the lavfis, otherwise
> unchanged.
[...]
> diff --git a/libavfilter/vf_deinterlace_vaapi.c
> b/libavfi
On Sun, Jan 08, 2017 at 07:12:47PM +, Mark Thompson wrote:
> (cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465)
> ---
> One minor fixup for allocation due to differences in the lavfis, otherwise
> unchanged.
[...]
> diff --git a/libavfilter/vf_deinterlace_vaapi.c
> b/libavfi
Mark Thompson wrote:
On 08/01/17 20:48, Andy Furniss wrote:
Mark Thompson wrote:
To offer a bit more information about this:
It is adding a filter to dinterlace video on the GPU using VAAPI.
This works on both Intel (i965) and AMD (mesa)
Not so sure about the working with AMD/mesa bit. On g
On 08/01/17 20:48, Andy Furniss wrote:
> Mark Thompson wrote:
>
>> To offer a bit more information about this:
>>
>> It is adding a filter to dinterlace video on the GPU using VAAPI.
>> This works on both Intel (i965) and AMD (mesa)
>
> Not so sure about the working with AMD/mesa bit. On git it d
Mark Thompson wrote:
To offer a bit more information about this:
It is adding a filter to dinterlace video on the GPU using VAAPI.
This works on both Intel (i965) and AMD (mesa)
Not so sure about the working with AMD/mesa bit. On git it doesn't for
me and I kind of didn't expect it to with th
On 1/8/17, Mark Thompson wrote:
> On 08/01/17 19:27, Paul B Mahol wrote:
>> On 1/8/17, Mark Thompson wrote:
>>> +
>>> +AVFilter ff_vf_deinterlace_vaapi = {
>>> +.name = "deinterlace_vaapi",
>>> +.description= NULL_IF_CONFIG_SMALL("Deinterlacing of VAAPI
>>> surfaces"),
>>> +
On 08/01/17 19:27, Paul B Mahol wrote:
> On 1/8/17, Mark Thompson wrote:
>> +
>> +AVFilter ff_vf_deinterlace_vaapi = {
>> +.name = "deinterlace_vaapi",
>> +.description= NULL_IF_CONFIG_SMALL("Deinterlacing of VAAPI
>> surfaces"),
>> +.priv_size = sizeof(DeintVAAPICon
On 08/01/17 19:12, Mark Thompson wrote:
> (cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465)
> ---
> One minor fixup for allocation due to differences in the lavfis, otherwise
> unchanged.
>
> configure | 1 +
> libavfilter/Makefile |
On 1/8/17, Mark Thompson wrote:
> +
> +AVFilter ff_vf_deinterlace_vaapi = {
> +.name = "deinterlace_vaapi",
> +.description= NULL_IF_CONFIG_SMALL("Deinterlacing of VAAPI
> surfaces"),
> +.priv_size = sizeof(DeintVAAPIContext),
> +.init = &deint_vaapi_in
(cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465)
---
One minor fixup for allocation due to differences in the lavfis, otherwise
unchanged.
configure | 1 +
libavfilter/Makefile | 1 +
libavfilter/allfilters.c | 1 +
libav
13 matches
Mail list logo