Just ignore this series, I need to make some more improvements so there will be a v2 later. Regards, Hans On 08/21/18 09:31, Hans Verkuil wrote: > From: Hans Verkuil <hans.verkuil@xxxxxxxxx> > > - add support for quantization parameters > - support many more pixel formats > - code simplifications > - rename source and use proper prefixes for the codec: this makes it > independent from the vicodec driver and easier to reuse in userspace > (similar to what we do for the v4l2-tpg code). > > Hans Verkuil (6): > vicodec: add QP controls > vicodec: add support for more pixel formats > vicodec: simplify flags handling > vicodec: simplify blocktype checking > vicodec: improve handling of uncompressable planes > vicodec: rename and use proper fwht prefix for codec > > drivers/media/platform/vicodec/Makefile | 2 +- > .../vicodec/{vicodec-codec.c => codec-fwht.c} | 148 ++++-- > .../vicodec/{vicodec-codec.h => codec-fwht.h} | 76 ++- > drivers/media/platform/vicodec/vicodec-core.c | 482 +++++++++++++----- > 4 files changed, 488 insertions(+), 220 deletions(-) > rename drivers/media/platform/vicodec/{vicodec-codec.c => codec-fwht.c} (85%) > rename drivers/media/platform/vicodec/{vicodec-codec.h => codec-fwht.h} (67%) >