linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] CODA7 JPEG support
@ 2014-09-30  9:57 Philipp Zabel
  2014-09-30  9:57 ` [PATCH 01/10] [media] coda: add support for planar YCbCr 4:2:2 (YUV422P) format Philipp Zabel
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Philipp Zabel @ 2014-09-30  9:57 UTC (permalink / raw)
  To: Kamil Debski
  Cc: Mauro Carvalho Chehab, Hans Verkuil, linux-media, kernel,
	Philipp Zabel

Hi,

These patches add JPEG encoding and decoding support for CODA7541 (i.MX5).
The encoder video device is split into one video device per codec, so that
each video device can register only the relevant controls. The H.264/MPEG4
decoder is kept as one video device, but the JPEG decoder video device is
separate because it supports more uncompressed formats (currently YUV422P,
in the future grayscale or YUV 4:4:4 support could be added).

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 | 608 +++++++++++++++++++-----------
 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, 785 insertions(+), 282 deletions(-)
 create mode 100644 drivers/media/platform/coda/coda-jpeg.c

-- 
2.1.0


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-10-01 15:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30  9:57 [PATCH 00/10] CODA7 JPEG support Philipp Zabel
2014-09-30  9:57 ` [PATCH 01/10] [media] coda: add support for planar YCbCr 4:2:2 (YUV422P) format Philipp Zabel
2014-09-30  9:57 ` [PATCH 02/10] [media] coda: identify platform device earlier Philipp Zabel
2014-09-30  9:57 ` [PATCH 03/10] [media] coda: add coda_video_device descriptors Philipp Zabel
2014-09-30  9:57 ` [PATCH 04/10] [media] coda: split out encoder control setup to specify controls per video device Philipp Zabel
2014-09-30  9:57 ` [PATCH 05/10] [media] coda: add JPEG register definitions for CODA7541 Philipp Zabel
2014-09-30  9:57 ` [PATCH 06/10] [media] coda: add CODA7541 JPEG support Philipp Zabel
2014-09-30  9:57 ` [PATCH 07/10] [media] coda: store bitstream buffer position with buffer metadata Philipp Zabel
2014-09-30  9:57 ` [PATCH 08/10] [media] coda: pad input stream for JPEG decoder Philipp Zabel
2014-09-30  9:57 ` [PATCH 09/10] [media] coda: try to only queue a single JPEG into the bitstream Philipp Zabel
2014-09-30  9:57 ` [PATCH 10/10] [media] coda: allow userspace to set compressed buffer size in a certain range Philipp Zabel
2014-09-30 13:43 ` [PATCH 00/10] CODA7 JPEG support Hans Verkuil
2014-09-30 14:20   ` Philipp Zabel
2014-09-30 14:24     ` Hans Verkuil
2014-09-30 14:34       ` Kamil Debski
2014-10-01 13:33         ` Nicolas Dufresne
2014-10-01 15:40           ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).