Re: [RFC 08/12] media: hantro: Fix H264 decoding of field encoded content

2019-09-03 Thread Jonas Karlman
On 2019-09-03 17:01, Philipp Zabel wrote: > On Tue, 2019-09-03 at 14:02 +, Jonas Karlman wrote: >> On 2019-09-03 15:21, Philipp Zabel wrote: >>> On Sun, 2019-09-01 at 12:45 +, Jonas Karlman wrote: This need code cleanup and formatting Signed-off-by: Jonas Karlman >>> The pre

Re: [RFC 08/12] media: hantro: Fix H264 decoding of field encoded content

2019-09-03 Thread Philipp Zabel
On Tue, 2019-09-03 at 14:02 +, Jonas Karlman wrote: > On 2019-09-03 15:21, Philipp Zabel wrote: > > On Sun, 2019-09-01 at 12:45 +, Jonas Karlman wrote: > > > This need code cleanup and formatting > > > > > > Signed-off-by: Jonas Karlman > > > > The previous patches all work, but this pat

Re: [RFC 08/12] media: hantro: Fix H264 decoding of field encoded content

2019-09-03 Thread Jonas Karlman
On 2019-09-03 15:21, Philipp Zabel wrote: > On Sun, 2019-09-01 at 12:45 +, Jonas Karlman wrote: >> This need code cleanup and formatting >> >> Signed-off-by: Jonas Karlman > The previous patches all work, but this patch breaks decoding of > progressive content for me (i.MX8MQ with FFmpeg based

Re: [RFC 08/12] media: hantro: Fix H264 decoding of field encoded content

2019-09-03 Thread Philipp Zabel
On Sun, 2019-09-01 at 12:45 +, Jonas Karlman wrote: > This need code cleanup and formatting > > Signed-off-by: Jonas Karlman The previous patches all work, but this patch breaks decoding of progressive content for me (i.MX8MQ with FFmpeg based on Ezequiel's branch). regards Philipp > --- >

[RFC 08/12] media: hantro: Fix H264 decoding of field encoded content

2019-09-01 Thread Jonas Karlman
This need code cleanup and formatting Signed-off-by: Jonas Karlman --- .../staging/media/hantro/hantro_g1_h264_dec.c | 26 ++-- drivers/staging/media/hantro/hantro_h264.c| 126 -- drivers/staging/media/hantro/hantro_hw.h | 4 + 3 files changed, 100 insertions(+), 56 d