Re: [PATCH 06/10] media: uapi: h264: Cleanup DPB entry interface

2020-07-31 Thread Ezequiel Garcia
Hi Jonas, On Mon, 2020-07-27 at 23:39 +, Jonas Karlman wrote: > Hi, > > On 2020-07-24 21:08, Ezequiel Garcia wrote: > > Hello Jonas, > > > > On Wed, 2020-07-22 at 21:52 +, Jonas Karlman wrote: > > > On 2020-07-15 22:22, Ezequiel Garcia wrote: > > > > As discussed recently, the current

Re: [PATCH 06/10] media: uapi: h264: Cleanup DPB entry interface

2020-07-27 Thread Jonas Karlman
Hi, On 2020-07-24 21:08, Ezequiel Garcia wrote: > Hello Jonas, > > On Wed, 2020-07-22 at 21:52 +, Jonas Karlman wrote: >> On 2020-07-15 22:22, Ezequiel Garcia wrote: >>> As discussed recently, the current interface for the >>> Decoded Picture Buffer is not enough to properly >>> support

Re: [PATCH 06/10] media: uapi: h264: Cleanup DPB entry interface

2020-07-24 Thread Ezequiel Garcia
Hello Jonas, On Wed, 2020-07-22 at 21:52 +, Jonas Karlman wrote: > On 2020-07-15 22:22, Ezequiel Garcia wrote: > > As discussed recently, the current interface for the > > Decoded Picture Buffer is not enough to properly > > support field coding. > > > > This commit introduces enough

Re: [PATCH 06/10] media: uapi: h264: Cleanup DPB entry interface

2020-07-22 Thread Jonas Karlman
On 2020-07-15 22:22, Ezequiel Garcia wrote: > As discussed recently, the current interface for the > Decoded Picture Buffer is not enough to properly > support field coding. > > This commit introduces enough semantics to support > frame and field coding, and to signal how DPB entries > are "used

Re: [PATCH 06/10] media: uapi: h264: Cleanup DPB entry interface

2020-07-22 Thread Ezequiel Garcia
On Wed, 2020-07-22 at 18:09 +0200, Jernej Škrabec wrote: > Hi! > > Dne sreda, 15. julij 2020 ob 22:22:29 CEST je Ezequiel Garcia napisal(a): > > As discussed recently, the current interface for the > > Decoded Picture Buffer is not enough to properly > > support field coding. > > > > This commit

Re: [PATCH 06/10] media: uapi: h264: Cleanup DPB entry interface

2020-07-22 Thread Jernej Škrabec
Hi! Dne sreda, 15. julij 2020 ob 22:22:29 CEST je Ezequiel Garcia napisal(a): > As discussed recently, the current interface for the > Decoded Picture Buffer is not enough to properly > support field coding. > > This commit introduces enough semantics to support > frame and field coding, and to

[PATCH 06/10] media: uapi: h264: Cleanup DPB entry interface

2020-07-15 Thread Ezequiel Garcia
As discussed recently, the current interface for the Decoded Picture Buffer is not enough to properly support field coding. This commit introduces enough semantics to support frame and field coding, and to signal how DPB entries are "used for reference". Signed-off-by: Ezequiel Garcia ---