Re: [Mesa-dev] [PATCH 00/20] MJPEG decode support through VA-API

2017-08-16 Thread Leo Liu
On 08/16/2017 01:40 PM, Leo Liu wrote: On 08/16/2017 03:22 AM, Christian König wrote: Hi Leo, Patches #2, #4, #6, #8 - #12, #14, #18-#20 are Reviewed-by: Christian König Patch #1: When you add new formats it would be nice to have u_reduce_video_profile() in

Re: [Mesa-dev] [PATCH 00/20] MJPEG decode support through VA-API

2017-08-16 Thread Leo Liu
On 08/16/2017 03:22 AM, Christian König wrote: Hi Leo, Patches #2, #4, #6, #8 - #12, #14, #18-#20 are Reviewed-by: Christian König Patch #1: When you add new formats it would be nice to have u_reduce_video_profile() in src/gallium/auxiliary/util/u_video.h

Re: [Mesa-dev] [PATCH 00/20] MJPEG decode support through VA-API

2017-08-16 Thread Christian König
Hi Leo, Patches #2, #4, #6, #8 - #12, #14, #18-#20 are Reviewed-by: Christian König Patch #1: When you add new formats it would be nice to have u_reduce_video_profile() in src/gallium/auxiliary/util/u_video.h updated as well. Additional to that I think the

[Mesa-dev] [PATCH 00/20] MJPEG decode support through VA-API

2017-08-15 Thread Leo Liu
The series is able to enable mjpeg decode support through vaapi, and that includes for the formats of 420(NV12) and 422(YUYV). Leo Liu (20): vl: add mjpeg profile and format vl: add mjpeg picture description radeon/video: add mjpeg support radeon/uvd: add mjpeg stream type radeon/uvd: