Re: [PATCH] media: coda: add missing h.264 levels

2018-07-19 Thread Hans Verkuil
On 07/19/18 12:50, Philipp Zabel wrote: > On Thu, 2018-07-19 at 12:39 +0200, Hans Verkuil wrote: >> On 07/19/18 12:32, Philipp Zabel wrote: >>> Hi, >>> >>> On Thu, 2018-06-28 at 13:01 +0200, Philipp Zabel wrote: This enables reordering support for h.264 main profile level 4.2, 5.0, and

Re: [PATCH] media: coda: add missing h.264 levels

2018-07-19 Thread Philipp Zabel
On Thu, 2018-07-19 at 12:39 +0200, Hans Verkuil wrote: > On 07/19/18 12:32, Philipp Zabel wrote: > > Hi, > > > > On Thu, 2018-06-28 at 13:01 +0200, Philipp Zabel wrote: > > > This enables reordering support for h.264 main profile level 4.2, > > > 5.0, and 5.1 streams. Even though we likely can't

Re: [PATCH] media: coda: add missing h.264 levels

2018-07-19 Thread Hans Verkuil
On 07/19/18 12:32, Philipp Zabel wrote: > Hi, > > On Thu, 2018-06-28 at 13:01 +0200, Philipp Zabel wrote: >> This enables reordering support for h.264 main profile level 4.2, >> 5.0, and 5.1 streams. Even though we likely can't play back such >> streams at full speed, we should still recognize

Re: [PATCH] media: coda: add missing h.264 levels

2018-07-19 Thread Philipp Zabel
Hi, On Thu, 2018-06-28 at 13:01 +0200, Philipp Zabel wrote: > This enables reordering support for h.264 main profile level 4.2, > 5.0, and 5.1 streams. Even though we likely can't play back such > streams at full speed, we should still recognize them correctly. > > Signed-off-by: Philipp Zabel

[PATCH] media: coda: add missing h.264 levels

2018-06-28 Thread Philipp Zabel
This enables reordering support for h.264 main profile level 4.2, 5.0, and 5.1 streams. Even though we likely can't play back such streams at full speed, we should still recognize them correctly. Signed-off-by: Philipp Zabel --- drivers/media/platform/coda/coda-h264.c | 3 +++ 1 file changed, 3