Main changes from v1: split the last patch to 3 patches: 1. add pixel encoding flags 2. read the compressed frame header to a different field than the frame data 3. add support for source change event Dafna Hirschfeld (6): media: vicodec: bugfix - replace '=' with '|=' media: vicodec: Add num_planes field to v4l2_fwht_pixfmt_info media: vicodec: add support for CROP and COMPOSE selection media: vicodec: Add pixel encoding flags to fwht header media: vicodec: Separate fwht header from the frame data media: vicodec: Add support for resolution change event. drivers/media/platform/vicodec/codec-fwht.c | 84 ++- drivers/media/platform/vicodec/codec-fwht.h | 22 +- .../media/platform/vicodec/codec-v4l2-fwht.c | 384 +++++++---- .../media/platform/vicodec/codec-v4l2-fwht.h | 16 +- drivers/media/platform/vicodec/vicodec-core.c | 651 +++++++++++++----- 5 files changed, 836 insertions(+), 321 deletions(-) -- 2.17.1