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
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
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
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