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 @@
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
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:
>
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
> *
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
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
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
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.
> >
>