Re: [PATCH 1/2] media: uapi: Add VP8 stateless decoder API

2019-06-19 Thread Ezequiel Garcia
Hi Boris, Thanks for the review. On Mon, 2019-06-17 at 15:23 +0200, Boris Brezillon wrote: > On Thu, 13 Jun 2019 12:10:39 -0300 > Ezequiel Garcia wrote: > > > From: Pawel Osciak > > > > Add the parsed VP8 frame pixel format and controls, to be used > > with the new stateless decoder API for V

Re: [PATCH 1/2] media: uapi: Add VP8 stateless decoder API

2019-06-17 Thread Boris Brezillon
On Thu, 13 Jun 2019 12:10:39 -0300 Ezequiel Garcia wrote: > From: Pawel Osciak > > Add the parsed VP8 frame pixel format and controls, to be used > with the new stateless decoder API for VP8 to provide parameters > for accelerator (aka stateless) codecs. > > Signed-off-by: Pawel Osciak > Sign

[PATCH 1/2] media: uapi: Add VP8 stateless decoder API

2019-06-13 Thread Ezequiel Garcia
From: Pawel Osciak Add the parsed VP8 frame pixel format and controls, to be used with the new stateless decoder API for VP8 to provide parameters for accelerator (aka stateless) codecs. Signed-off-by: Pawel Osciak Signed-off-by: Ezequiel Garcia -- Changes from RFC: * Make sure the uAPI has th