Re: [Mesa-dev] [PATCH 01/11] vl: add parameters for VAAPI encode

2016-07-14 Thread Christian König
Am 14.07.2016 um 00:51 schrieb Boyuan Zhang: Allow to specify more parameters in the encoding interface which previously just hardcoded in the encoder Signed-off-by: Boyuan Zhang I'm still not convinced what exactly this is_idr flag should do, but for now I've reviewed and push patch 1, 3 a

[Mesa-dev] [PATCH 01/11] vl: add parameters for VAAPI encode

2016-07-13 Thread Boyuan Zhang
Allow to specify more parameters in the encoding interface which previously just hardcoded in the encoder Signed-off-by: Boyuan Zhang --- src/gallium/include/pipe/p_video_state.h | 33 1 file changed, 33 insertions(+) diff --git a/src/gallium/include/pipe/p_vid