Re: [FFmpeg-devel] [PATCH V4 1/7] lavfi: VAAPI VPP common infrastructure.

2018-01-21 Thread Jun Zhao
On 2018/1/22 7:14, Mark Thompson wrote: > On 20/01/18 12:47, Jun Zhao wrote: >> V4: - Fix the wrong ctx lead to scale_vaapi filter crash issue. >> - Follow Mark's suggestion use VAAPIVPPContext as the first field in >> FooVAAPICOntext. >> - Add "ff_" prefix to common VPP function. >>

Re: [FFmpeg-devel] [PATCH V4 1/7] lavfi: VAAPI VPP common infrastructure.

2018-01-21 Thread Mark Thompson
On 20/01/18 12:47, Jun Zhao wrote: > V4: - Fix the wrong ctx lead to scale_vaapi filter crash issue. > - Follow Mark's suggestion use VAAPIVPPContext as the first field in > FooVAAPICOntext. > - Add "ff_" prefix to common VPP function. > - Add range map to procamp_vaapi filter. > -

[FFmpeg-devel] [PATCH V4 1/7] lavfi: VAAPI VPP common infrastructure.

2018-01-20 Thread Jun Zhao
V4: - Fix the wrong ctx lead to scale_vaapi filter crash issue. - Follow Mark's suggestion use VAAPIVPPContext as the first field in FooVAAPICOntext. - Add "ff_" prefix to common VPP function. - Add range map to procamp_vaapi filter. - Split misc_vaapi as denoise_vaapi/sharpness_va