Re: [Libva] Multiple vaapi context

2011-01-28 Thread Varun Dua
Hi On Mon, Jan 24, 2011 at 3:00 PM, Gwenole Beauchesne < gbeauche...@splitted-desktop.com> wrote: > Hi, > > > On Wed, 19 Jan 2011, Varun Dua wrote: > > I am using FFMpeg and libva for getting hardware acceleration for my h.264 >> videos. With one H.264 stream everything is fine, but with two par

Re: [Libva] Multiple vaapi context

2011-01-24 Thread Gwenole Beauchesne
Hi, On Wed, 19 Jan 2011, Varun Dua wrote: I am using FFMpeg and libva for getting hardware acceleration for my h.264 videos. With one H.264 stream everything is fine, but with two parallel H.264 stream videos I am having a problem. I am creating two FFMpeg contexts (AVCodecContext, AVFormatCo

Re: [Libva] Multiple vaapi context

2011-01-19 Thread Varun Dua
Hi I am using FFMpeg and libva for getting hardware acceleration for my h.264 videos. With one H.264 stream everything is fine, but with two parallel H.264 stream videos I am having a problem. I am creating two FFMpeg contexts (AVCodecContext, AVFormatContext etc) and two vaapi context but I am ha

[Libva] Multiple vaapi context

2011-01-03 Thread Varun Dua
Hi I am working on an application where I am receiving two independent stream of H.264 encoded frames and I have to decode them using FFmpeg. I create two FFMpeg context, one for each of the stream. Everything is working fine when I am using only software decoding, but with using vaapi, The second