Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2019-01-24 Thread Alexandre Courbot
On Wed, Jan 23, 2019 at 7:42 PM Paul Kocialkowski wrote: > > Hi Alex, > > On Wed, 2019-01-23 at 18:43 +0900, Alexandre Courbot wrote: > > On Tue, Jan 22, 2019 at 7:10 PM Paul Kocialkowski > > wrote: > > > Hi, > > > > > > On Tue, 2019-01-22 at 17:19 +0900, Tomasz Figa wrote: > > > > Hi Paul, > > >

Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2019-01-24 Thread Tomasz Figa
On Thu, Jan 24, 2019 at 5:59 PM Paul Kocialkowski wrote: > > Hi, > > On Thu, 2019-01-24 at 17:07 +0900, Tomasz Figa wrote: > > On Wed, Jan 23, 2019 at 7:42 PM Paul Kocialkowski > > wrote: > > > Hi Alex, > > > > > > On Wed, 2019-01-23 at 18:43 +0900, Alexandre Courbot wrote: > > > > On Tue, Jan 22

Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2019-01-24 Thread Paul Kocialkowski
Hi, On Thu, 2019-01-24 at 17:07 +0900, Tomasz Figa wrote: > On Wed, Jan 23, 2019 at 7:42 PM Paul Kocialkowski > wrote: > > Hi Alex, > > > > On Wed, 2019-01-23 at 18:43 +0900, Alexandre Courbot wrote: > > > On Tue, Jan 22, 2019 at 7:10 PM Paul Kocialkowski > > > wrote: > > > > Hi, > > > > > > >

Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2019-01-24 Thread Tomasz Figa
On Wed, Jan 23, 2019 at 7:42 PM Paul Kocialkowski wrote: > > Hi Alex, > > On Wed, 2019-01-23 at 18:43 +0900, Alexandre Courbot wrote: > > On Tue, Jan 22, 2019 at 7:10 PM Paul Kocialkowski > > wrote: > > > Hi, > > > > > > On Tue, 2019-01-22 at 17:19 +0900, Tomasz Figa wrote: > > > > Hi Paul, > > >

Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2019-01-23 Thread Paul Kocialkowski
Hi Alex, On Wed, 2019-01-23 at 18:43 +0900, Alexandre Courbot wrote: > On Tue, Jan 22, 2019 at 7:10 PM Paul Kocialkowski > wrote: > > Hi, > > > > On Tue, 2019-01-22 at 17:19 +0900, Tomasz Figa wrote: > > > Hi Paul, > > > > > > On Fri, Dec 7, 2018 at 5:30 PM Paul Kocialkowski > > > wrote: > > >

Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2019-01-23 Thread Alexandre Courbot
On Tue, Jan 22, 2019 at 7:10 PM Paul Kocialkowski wrote: > > Hi, > > On Tue, 2019-01-22 at 17:19 +0900, Tomasz Figa wrote: > > Hi Paul, > > > > On Fri, Dec 7, 2018 at 5:30 PM Paul Kocialkowski > > wrote: > > > Hi, > > > > > > Thanks for this new version! I only have one comment left, see below. >

Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2019-01-22 Thread Paul Kocialkowski
Hi, On Tue, 2019-01-22 at 17:19 +0900, Tomasz Figa wrote: > Hi Paul, > > On Fri, Dec 7, 2018 at 5:30 PM Paul Kocialkowski > wrote: > > Hi, > > > > Thanks for this new version! I only have one comment left, see below. > > > > On Wed, 2018-12-05 at 19:01 +0900, Alexandre Courbot wrote: > > > Doc

Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2019-01-22 Thread Tomasz Figa
Hi Paul, On Fri, Dec 7, 2018 at 5:30 PM Paul Kocialkowski wrote: > > Hi, > > Thanks for this new version! I only have one comment left, see below. > > On Wed, 2018-12-05 at 19:01 +0900, Alexandre Courbot wrote: > > Documents the protocol that user-space should follow when > > communicating with s

Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2018-12-07 Thread Paul Kocialkowski
Hi, Thanks for this new version! I only have one comment left, see below. On Wed, 2018-12-05 at 19:01 +0900, Alexandre Courbot wrote: > Documents the protocol that user-space should follow when > communicating with stateless video decoders. > > The stateless video decoding API makes use of the n

Re: [RFC PATCH] media: docs-rst: Document m2m stateless video decoder interface

2018-10-03 Thread Tomasz Figa
On Tue, Sep 11, 2018 at 5:48 PM Hans Verkuil wrote: > > On 09/11/18 10:40, Alexandre Courbot wrote: > >> I am not sure whether this should be documented, but there are some > >> additional > >> restrictions w.r.t. reference frames: > >> > >> Since decoders need access to the decoded reference fra

Re: [RFC PATCH] media: docs-rst: Document m2m stateless video decoder interface

2018-09-10 Thread Hans Verkuil
Hi Alexandre, Thank you very much for working on this, much appreciated! On 08/31/2018 09:47 AM, Alexandre Courbot wrote: > This patch documents the protocol that user-space should follow when > communicating with stateless video decoders. It is based on the > following references: > > * The cur