Re: [FFmpeg-devel] [RFC] QSV support clarifications

2015-10-13 Thread Ivan Uskov
Hello Stefano, Monday, October 12, 2015, 9:10:04 PM, you wrote: SS> 2. The mfx_dispatch library compiles fine on my system, but then I SS> wonder how it is supposed to reference the Intel Media library: SS> https://software.intel.com/en-us/intel-media-server-studio SS> ... SS> I'm able to compil

Re: [FFmpeg-devel] [RFC] QSV support clarifications

2015-10-13 Thread Michael Niedermayer
CC-ing Ivan so he doesnt miss this though he should be following ffmpeg-devel and keeping an eye on qsv anyway ... On Mon, Oct 12, 2015 at 08:10:04PM +0200, Stefano Sabatini wrote: > Hi all, > > I wanted to test QSV encoding and decoding, which is included since > several months in FFmpeg, and ha

Re: [FFmpeg-devel] [RFC] QSV support clarifications

2015-10-13 Thread Gwenole Beauchesne
Hi, 2015-10-12 20:10 GMT+02:00 Stefano Sabatini : > Hi all, > > I wanted to test QSV encoding and decoding, which is included since > several months in FFmpeg, and have a few questions. > > 1. QSV encoding and decoding depends on libmfx, but no references are > present in the code to the library,

[FFmpeg-devel] [RFC] QSV support clarifications

2015-10-12 Thread Stefano Sabatini
Hi all, I wanted to test QSV encoding and decoding, which is included since several months in FFmpeg, and have a few questions. 1. QSV encoding and decoding depends on libmfx, but no references are present in the code to the library, so I have to suppose that the required library is this one: htt