Re: [RFC] media: uapi: Add VP8 low-level decoder API compound controls.

2019-06-27 Thread Ezequiel Garcia
On Thu, 2019-06-27 at 11:33 +0200, Paul Kocialkowski wrote: > Hi, > > On Wed 13 Feb 19, 18:15, Ezequiel Garcia wrote: > > From: Pawel Osciak > > > > These controls are to be used with the new low-level decoder API for VP8 > > to provide additional parameters for the hardware that cannot parse th

Re: [RFC] media: uapi: Add VP8 low-level decoder API compound controls.

2019-06-27 Thread Paul Kocialkowski
Hi, On Wed 13 Feb 19, 18:15, Ezequiel Garcia wrote: > From: Pawel Osciak > > These controls are to be used with the new low-level decoder API for VP8 > to provide additional parameters for the hardware that cannot parse the > input stream. > > Signed-off-by: Pawel Osciak > [ezequiel: rebased]

Re: [RFC] media: uapi: Add VP8 low-level decoder API compound controls.

2019-05-16 Thread Nicolas Dufresne
Le mercredi 13 février 2019 à 18:15 -0300, Ezequiel Garcia a écrit : > From: Pawel Osciak > > These controls are to be used with the new low-level decoder API for VP8 > to provide additional parameters for the hardware that cannot parse the > input stream. > > Signed-off-by: Pawel Osciak > [eze

Re: [RFC] media: uapi: Add VP8 low-level decoder API compound controls.

2019-05-16 Thread Nicolas Dufresne
Le lundi 25 février 2019 à 14:34 +0900, Tomasz Figa a écrit : > On Fri, Feb 15, 2019 at 9:06 AM Ezequiel Garcia > wrote: > > On Wed, 2019-02-13 at 21:35 -0500, Nicolas Dufresne wrote: > > > Le mer. 13 févr. 2019 à 16:23, Ezequiel Garcia > > > a écrit : > > > > Hi, > > > > > > > > On Wed, 2019-0

Re: [RFC] media: uapi: Add VP8 low-level decoder API compound controls.

2019-02-24 Thread Tomasz Figa
On Fri, Feb 15, 2019 at 9:06 AM Ezequiel Garcia wrote: > > On Wed, 2019-02-13 at 21:35 -0500, Nicolas Dufresne wrote: > > Le mer. 13 févr. 2019 à 16:23, Ezequiel Garcia > > a écrit : > > > Hi, > > > > > > On Wed, 2019-02-13 at 18:15 -0300, Ezequiel Garcia wrote: [snip] > > > > + __u8 version;

Re: [RFC] media: uapi: Add VP8 low-level decoder API compound controls.

2019-02-14 Thread Ezequiel Garcia
On Wed, 2019-02-13 at 21:35 -0500, Nicolas Dufresne wrote: > Le mer. 13 févr. 2019 à 16:23, Ezequiel Garcia > a écrit : > > Hi, > > > > On Wed, 2019-02-13 at 18:15 -0300, Ezequiel Garcia wrote: > > > From: Pawel Osciak > > > > > > These controls are to be used with the new low-level decoder API

Re: [RFC] media: uapi: Add VP8 low-level decoder API compound controls.

2019-02-13 Thread Nicolas Dufresne
Le mer. 13 févr. 2019 à 16:23, Ezequiel Garcia a écrit : > > Hi, > > On Wed, 2019-02-13 at 18:15 -0300, Ezequiel Garcia wrote: > > From: Pawel Osciak > > > > These controls are to be used with the new low-level decoder API for VP8 > > to provide additional parameters for the hardware that cannot

Re: [RFC] media: uapi: Add VP8 low-level decoder API compound controls.

2019-02-13 Thread Ezequiel Garcia
Hi, On Wed, 2019-02-13 at 18:15 -0300, Ezequiel Garcia wrote: > From: Pawel Osciak > > These controls are to be used with the new low-level decoder API for VP8 > to provide additional parameters for the hardware that cannot parse the > input stream. > > Signed-off-by: Pawel Osciak > [ezequiel:

[RFC] media: uapi: Add VP8 low-level decoder API compound controls.

2019-02-13 Thread Ezequiel Garcia
From: Pawel Osciak These controls are to be used with the new low-level decoder API for VP8 to provide additional parameters for the hardware that cannot parse the input stream. Signed-off-by: Pawel Osciak [ezequiel: rebased] Signed-off-by: Ezequiel Garcia --- As the H.264 interface is hopeful