Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: Add support for QSV screen capture plugin

2017-08-14 Thread Alexander Bilyak
Hi, Mark, I am not satisfied with this approach neither. But I thought it would be better this way since we have already well-written code for encoder/decoder, surface management, etc. Sharing this functions between lavc and lavd will be a big mess up and produce a lot of avpriv_ functions (I've tr

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: Add support for QSV screen capture plugin

2017-08-14 Thread Mark Thompson
On 11/08/17 10:10, Alexander Bilyak wrote: > Intel QSV SDK provide screen capture plugin starting from API ver 1.17 > as runtime loadable plugin for QSV decoder. > > * add API version selection while initialization of QSV context > (default is still 1.1 for usual encoding/decoding) > --- > config

[FFmpeg-devel] [PATCH 1/2] libavcodec: Add support for QSV screen capture plugin

2017-08-11 Thread Alexander Bilyak
Intel QSV SDK provide screen capture plugin starting from API ver 1.17 as runtime loadable plugin for QSV decoder. * add API version selection while initialization of QSV context (default is still 1.1 for usual encoding/decoding) --- configure | 2 + libavcodec/Makefile