Re: [Libva] CBR encoding fails

2014-07-20 Thread Zhao, Yakui
On Sun, 2014-07-20 at 11:34 -0600, Artem Makhutov wrote: > Hello, > > I am trying to do CBR encoding of a video. > > I am using lates git master of libva and libva-intel-drivers. > > Before commit "745340dd013399f64507de73401ab3adb712dad5 in intel-drivers > (Encoding: Use the different delimete

Re: [Libva] [patch intel-driver 2/2] Fix various wayland-related compile errors

2014-07-20 Thread Zhao, Yakui
On Sat, 2014-07-19 at 04:30 -0600, Bernd Kuhls wrote: > i965_output_wayland.c:31:41: fatal error: wayland-drm-client-protocol.h: > No such file or directory > > i965_output_wayland.h:31:26: error: unknown type name 'VADriverContextP' > > make[4]: *** No rule to make target `wayland-drm-client-pr

Re: [Libva] [patch 0/2] Fixes for wayland-related build errors

2014-07-20 Thread Zhao, Yakui
On Sat, 2014-07-19 at 04:30 -0600, Bernd Kuhls wrote: > Hi, > > these two patches fix wayland-related build errors in intel-driver. Hi, Bernd Thanks for the reporting the issue and fixing it. Will you please describe the env that is to reproduce the building error you mentioned? (For exa

Re: [Libva] CBR encoding fails

2014-07-20 Thread Artem Makhutov
I forget to mention, that VBR encoding is also broken after this commit: "745340dd013399f64507de73401ab3adb712dad5 in intel-drivers (Encoding: Use the different delimeter to pass packed_rawdata and slice_header based on VAConfigAttribEncPackedHeaders attribute)". Artem Makhutov schrieb: Hello

[Libva] CBR encoding fails

2014-07-20 Thread Artem Makhutov
Hello, I am trying to do CBR encoding of a video. I am using lates git master of libva and libva-intel-drivers. Before commit "745340dd013399f64507de73401ab3adb712dad5 in intel-drivers (Encoding: Use the different delimeter to pass packed_rawdata and slice_header based on VAConfigAttribEncPac