Re: [FFmpeg-devel] [PATCH 00/16] vaapi: Improve infrastructure, add VP8 support

2017-01-12 Thread wm4
On Sun, 8 Jan 2017 18:08:38 + Mark Thompson wrote: > Hi, > > This merges the improved VAAPI decode infrastructure from libav, with various > related parts updated to work together. Patchset works for me. Though I only tried the decode API, and only with h264 and vp8. (The latter out of mor

Re: [FFmpeg-devel] [PATCH 00/16] vaapi: Improve infrastructure, add VP8 support

2017-01-09 Thread wm4
On Sun, 8 Jan 2017 18:08:38 + Mark Thompson wrote: > Hi, > > This merges the improved VAAPI decode infrastructure from libav, with various > related parts updated to work together. > > The aims of this series are: > * Remove struct vaapi_context and move everything it used to do into lavc.

[FFmpeg-devel] [PATCH 00/16] vaapi: Improve infrastructure, add VP8 support

2017-01-08 Thread Mark Thompson
Hi, This merges the improved VAAPI decode infrastructure from libav, with various related parts updated to work together. The aims of this series are: * Remove struct vaapi_context and move everything it used to do into lavc. * Simplify VAAPI support in the ffmpeg utility, using generic hwconte