All of lore.kernel.org
 help / color / mirror / Atom feed
* "[PULL] video_visstrim for 3.6"
@ 2012-07-26  9:36 Javier Martin
  2012-07-30 22:42 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 6+ messages in thread
From: Javier Martin @ 2012-07-26  9:36 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media

Hi Mauro,
this pull request is composed of two series that provide support for two mem2mem devices:
- 'm2m-deinterlace' video deinterlacer
- 'coda video codec'
I've included platform support for them too.


The following changes since commit 6887a4131da3adaab011613776d865f4bcfb5678:

  Linux 3.5-rc5 (2012-06-30 16:08:57 -0700)

are available in the git repository at:

  https://github.com/jmartinc/video_visstrim.git for_3.6

for you to fetch changes up to 9bb10266da63ae7f8f198573e099580e9f98f4e8:

  i.MX27: Visstrim_M10: Add support for deinterlacing driver. (2012-07-26 10:57:30 +0200)

----------------------------------------------------------------
Javier Martin (5):
      i.MX: coda: Add platform support for coda in i.MX27.
      media: coda: Add driver for Coda video codec.
      Visstrim M10: Add support for Coda.
      media: Add mem2mem deinterlacing driver.
      i.MX27: Visstrim_M10: Add support for deinterlacing driver.

 arch/arm/mach-imx/clk-imx27.c                   |    4 +-
 arch/arm/mach-imx/devices-imx27.h               |    4 +
 arch/arm/mach-imx/mach-imx27_visstrim_m10.c     |   49 +-
 arch/arm/plat-mxc/devices/Kconfig               |    6 +-
 arch/arm/plat-mxc/devices/Makefile              |    1 +
 arch/arm/plat-mxc/devices/platform-imx27-coda.c |   37 +
 arch/arm/plat-mxc/include/mach/devices-common.h |    8 +
 drivers/media/video/Kconfig                     |   17 +
 drivers/media/video/Makefile                    |    3 +
 drivers/media/video/coda.c                      | 1848 +++++++++++++++++++++++
 drivers/media/video/coda.h                      |  216 +++
 drivers/media/video/m2m-deinterlace.c           | 1119 ++++++++++++++
 12 files changed, 3305 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/plat-mxc/devices/platform-imx27-coda.c
 create mode 100644 drivers/media/video/coda.c
 create mode 100644 drivers/media/video/coda.h
 create mode 100644 drivers/media/video/m2m-deinterlace.c

Thanks,
Javier.

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

end of thread, other threads:[~2012-08-01  6:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26  9:36 "[PULL] video_visstrim for 3.6" Javier Martin
2012-07-30 22:42 ` Mauro Carvalho Chehab
2012-07-31  6:13   ` javier Martin
2012-07-31 11:05     ` javier Martin
2012-07-31 13:05     ` Sascha Hauer
2012-08-01  6:17       ` javier Martin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.