[Libva] [PATCH Libva-intel-driver V2 1/2] Encoding: Update the comment for the data structure about the packed rawdata/slice_header data

2014-06-11 Thread Zhao, Yakui
From: "Zhao, Yakui" Signed-off-by: Zhao Yakui --- src/i965_drv_video.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/i965_drv_video.h b/src/i965_drv_video.h index 6d7d0fb..a46fbdd 100644 --- a/src/i965_drv_video.h +++ b/src/i965_drv_video.h @@ -155,7 +155,7 @@

[Libva] [PATCH Libva-intel-driver V2 2/2] Encoding: Use the different delimeter to pass packed_rawdata/

2014-06-11 Thread Zhao, Yakui
From: "Zhao, Yakui" Currently the packed_slice_header is optional. And it uses the VAEncSliceParameterBuffer as the delimeter to decide how to insert the packed rawdata/slice_header for one slice. This is not convenient under some scenario. For example: some user hope to be more flexible. When t

Re: [Libva] H264 decoder erroneous output, some bytes off-by-one

2014-06-11 Thread Sam Jansen
Hi Gwenole, others, On 11 June 2014 11:00, Gwenole Beauchesne wrote: > 2014-06-11 11:58 GMT+02:00 Gwenole Beauchesne : > > Hi, > > > > 2014-06-11 11:51 GMT+02:00 Sam Jansen : > >> Hi all, > >> > >> Thanks for the quick replies! > >> > >> > >> On 11 June 2014 05:54, Gwenole Beauchesne wrote: >

Re: [Libva] Are there any feature in libva (intel hw encoding) for skipping macroblocks in the frame.

2014-06-11 Thread Gwenole Beauchesne
Hi, 2014-06-11 17:11 GMT+02:00 Nikita Orlov : > Hello! > > x264 has next feature: > > void (*quant_offsets_free)( void* ); > > /* In: optional array of flags for each macroblock. > * Allows specifying additional information for the encoder such as > which macroblocks > *

[Libva] Are there any feature in libva (intel hw encoding) for skipping macroblocks in the frame.

2014-06-11 Thread Nikita Orlov
Hello! x264 has next feature: void (*quant_offsets_free)( void* ); /* In: optional array of flags for each macroblock. * Allows specifying additional information for the encoder such as which macroblocks * remain unchanged. Usable flags are listed below. * x2

Re: [Libva] H264 decoder erroneous output, some bytes off-by-one

2014-06-11 Thread Gwenole Beauchesne
2014-06-11 11:58 GMT+02:00 Gwenole Beauchesne : > Hi, > > 2014-06-11 11:51 GMT+02:00 Sam Jansen : >> Hi all, >> >> Thanks for the quick replies! >> >> >> On 11 June 2014 05:54, Gwenole Beauchesne wrote: >>> >>> Hi, >>> >>> 2014-06-10 20:33 GMT+02:00 Sam Jansen : >>> >>> > I've been working on H264

Re: [Libva] H264 decoder erroneous output, some bytes off-by-one

2014-06-11 Thread Gwenole Beauchesne
Hi, 2014-06-11 11:51 GMT+02:00 Sam Jansen : > Hi all, > > Thanks for the quick replies! > > > On 11 June 2014 05:54, Gwenole Beauchesne wrote: >> >> Hi, >> >> 2014-06-10 20:33 GMT+02:00 Sam Jansen : >> >> > I've been working on H264 encode, decode, and JPEG decode VA-API >> > programs >> > recent

Re: [Libva] H264 decoder erroneous output, some bytes off-by-one

2014-06-11 Thread Sam Jansen
Hi all, Thanks for the quick replies! On 11 June 2014 05:54, Gwenole Beauchesne wrote: > Hi, > > 2014-06-10 20:33 GMT+02:00 Sam Jansen : > > > I've been working on H264 encode, decode, and JPEG decode VA-API programs > > recently, using the Intel va-driver on Sandy Bridge and Bay Trail. > > >