Hi,

These patches add JPEG encoding and decoding support for CODA7541 (i.MX5).
I have merged the H.264/MPEG4 encoder video devices back together since v1,
so that there now are four video devices, with the JPEG encoder and decoder
separate from the default bitstream encoder and decoder. The video devices
only register relevant controls now.

regards
Philipp

Philipp Zabel (10):
  [media] coda: add support for planar YCbCr 4:2:2 (YUV422P) format
  [media] coda: identify platform device earlier
  [media] coda: add coda_video_device descriptors
  [media] coda: split out encoder control setup to specify controls per
    video device
  [media] coda: add JPEG register definitions for CODA7541
  [media] coda: add CODA7541 JPEG support
  [media] coda: store bitstream buffer position with buffer metadata
  [media] coda: pad input stream for JPEG decoder
  [media] coda: try to only queue a single JPEG into the bitstream
  [media] coda: allow userspace to set compressed buffer size in a
    certain range

 drivers/media/platform/coda/Makefile      |   2 +-
 drivers/media/platform/coda/coda-bit.c    | 204 +++++++----
 drivers/media/platform/coda/coda-common.c | 546 +++++++++++++++++++-----------
 drivers/media/platform/coda/coda-jpeg.c   | 225 ++++++++++++
 drivers/media/platform/coda/coda.h        |  21 +-
 drivers/media/platform/coda/coda_regs.h   |   7 +
 6 files changed, 743 insertions(+), 262 deletions(-)
 create mode 100644 drivers/media/platform/coda/coda-jpeg.c

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to