public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-23 22:35:16 to 2011-06-28 12:43:31 UTC [more...]

[RFCv3 PATCH 00/18] Add Control Event and autofoo/foo support
 2011-06-28 12:43 UTC  (18+ messages)
` [RFCv3 PATCH 08/18] v4l2-ctrls: add v4l2_ctrl_auto_cluster to simplify autogain/gain scenarios
` [RFCv3 PATCH 11/18] v4l2-ctrls: add v4l2_fh pointer to the set control functions
` [RFCv3 PATCH 12/18] vb2_poll: don't start DMA, leave that to the first read()

[RFC] Media Controller Capture driver for DM365
 2011-06-28 12:32 UTC  (3+ messages)

[RFCv2 PATCH 0/13] Allocate events per-event-type, v4l2-ctrls cleanup
 2011-06-28 11:26 UTC  (14+ messages)
` [RFCv2 PATCH 01/13] v4l2-events/fh: merge v4l2_events into v4l2_fh
  ` [RFCv2 PATCH 02/13] v4l2-ctrls/event: remove struct v4l2_ctrl_fh, instead use v4l2_subscribed_event
  ` [RFCv2 PATCH 03/13] v4l2-event/ctrls/fh: allocate events per fh and per type instead of just per-fh
  ` [RFCv2 PATCH 04/13] v4l2-event: add optional merge and replace callbacks
  ` [RFCv2 PATCH 05/13] v4l2-ctrls: don't initially set CH_VALUE for write-only controls
  ` [RFCv2 PATCH 06/13] v4l2-ctrls: improve discovery of controls of the same cluster
  ` [RFCv2 PATCH 07/13] v4l2-ctrls: split try_or_set_ext_ctrls()
  ` [RFCv2 PATCH 08/13] v4l2-ctrls: v4l2_ctrl_handler_setup code simplification
  ` [RFCv2 PATCH 09/13] v4l2-framework.txt: updated v4l2_fh_init documentation
  ` [RFCv2 PATCH 10/13] v4l2-framework.txt: update v4l2_event section
  ` [RFCv2 PATCH 11/13] DocBook: update V4L Event Interface section
  ` [RFCv2 PATCH 12/13] v4l2-ctrls/v4l2-events: small coding style cleanups
  ` [RFCv2 PATCH 13/13] v4l2-event.h: add overview documentation to the header

[PATCH] Fix cx88 remote control input
 2011-06-28 10:30 UTC  (13+ messages)
                  ` HVR-1250/CX23885 IR Rx (Re: [PATCH] Fix cx88 remote control input)
                    ` HVR-1250/CX23885 IR Rx

[PATCH] media: initial driver for ov5642 CMOS sensor
 2011-06-28  9:48 UTC  (3+ messages)

FW: OMAP 3 ISP
 2011-06-28  7:47 UTC  (2+ messages)

[PATCH v3] V4L: add media bus configuration subdev operations
 2011-06-28  6:47 UTC  (3+ messages)

[PATCH] [media] v4l2 core: return -ENOIOCTLCMD if an ioctl doesn't exist
 2011-06-28  6:04 UTC  (22+ messages)

Updates to French scan files
 2011-06-28  5:47 UTC  (8+ messages)

[PATCH 00/14] Remove linux/version.h from most drivers/media
 2011-06-28  1:50 UTC  (6+ messages)

FM RDS receiver
 2011-06-27 22:02 UTC 

Ubuntu 10.04 and trying to install drivers fot TV card Asus My Cinema U3000 hybrid
 2011-06-27 20:27 UTC  (3+ messages)

EM28xx based device support
 2011-06-27 17:55 UTC  (2+ messages)

[RFC] vb2: Push buffer allocation and freeing into drivers
 2011-06-27 16:39 UTC  (5+ messages)
` The return value of __vb2_queue_alloc()

[PATCH/RFC v2] V4L: add two new ioctl()s for multi-size videobuffer management
 2011-06-27 16:02 UTC  (2+ messages)

[ANNOUNCE] Media subsystem workshop 2011 - Prague - Oct 24-26
 2011-06-27 15:04 UTC  (4+ messages)

[PATCH v2] V4L: add media bus configuration subdev operations
 2011-06-27 12:58 UTC  (7+ messages)

Oops while modprobing uvcvideo module
 2011-06-27 10:07 UTC  (2+ messages)

Refactor cafe_ccic and add Armada 610 driver [V2]
 2011-06-27  9:23 UTC  (10+ messages)
` [PATCH 2/8] marvell-cam: Separate out the Marvell camera core

Hauppauge HVR-1700 Support
 2011-06-27  7:51 UTC 

[RESEND PATCH v19 0/6] davinci vpbe: dm6446 v4l2 driver
 2011-06-27  6:45 UTC  (2+ messages)

[PATCH 03/14] [media] v4l2-ioctl: Add a default value for kernel version
 2011-06-27  2:49 UTC  (16+ messages)
` [PATCH 05/14] [media] Stop using linux/version.h on most video drivers
` [PATCH 01/14] [media] v4l2 core: return -ENOIOCTLCMD if an ioctl doesn't exist
` [PATCH 13/14] [media] radio: Use the subsystem version control for VIDIOC_QUERYCAP
` [PATCH 06/14] [media] pwc: Use the default version "
` [PATCH 04/14] [media] drxd, siano: Remove unused include linux/version.h
` [PATCH 07/14] [media] ivtv,cx18: Use default version control for VIDIOC_QUERYCAP
` [PATCH 12/14] [media] Stop using linux/version.h the remaining video drivers
` [PATCH 08/14] [media] et61x251: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP
` [PATCH 09/14] [media] pvrusb2: "
` [PATCH 10/14] [media] sn9c102: "
` [PATCH 11/14] [media] uvcvideo: "
` [PATCH 14/14] [media] DocBook/v4l: Document the new system-wide version behavior
` [PATCH 02/14] [media] return -ENOIOCTLCMD for unsupported ioctl's at legacy drivers

[PATCH 03/37] Remove unneeded version.h includes from include/
 2011-06-27  0:59 UTC  (27+ messages)
  ` [RFC] Don't use linux/version.h anymore to indicate a per-driver version - Was: "
                ` [PATCH] [media] Stop using linux/version.h on most drivers
` [PATCH 12/37] Remove unneeded version.h includes (and add where needed) for drivers/media/video/

V4L2_PIX_FMT_MPEG and S_FMT
 2011-06-26 21:59 UTC  (3+ messages)

[PATCH 0/3] noon010pc30 driver conversion to the pad level operations
 2011-06-26 19:54 UTC  (4+ messages)
` [PATCH 2/3] noon010pc30: Convert to the pad level ops

Committing a new file for channels list : fr-Lille-Bouvigny
 2011-06-26 16:33 UTC  (2+ messages)

Request: Change to /usr/share/dvb/dvb-t/au-Sydney_North_Shore
 2011-06-26 15:33 UTC  (2+ messages)

New channels list sk-Presov
 2011-06-26 15:31 UTC  (2+ messages)

Initial tuning data for ca-AB-Calgary
 2011-06-26 15:28 UTC  (2+ messages)

[PATCH] [media] DocBook/v4l: Remove references to the old V4L1 compat layer
 2011-06-26 13:23 UTC 

[linux-dvb] Elgato eyetv hybrid (0df9:0018)
 2011-06-26 13:15 UTC 

[linux-dvb] Elgato eyetb usb tv tuner
 2011-06-26  9:46 UTC 

[GIT PATCHES FOR 3.0 and 3.1] tuner-core fixes
 2011-06-26  9:37 UTC 

cx18 init lockdep spew
 2011-06-26  6:17 UTC  (3+ messages)

DM04 USB DVB-S TUNER
 2011-06-25 21:10 UTC  (8+ messages)

WESTERN UNION 5000.00USD URGENT PICK UP
 2011-06-25 15:37 UTC 

[PATCH] pctv452e.c: switch rc handling to rc.core
 2011-06-25 19:34 UTC 

(no subject)
 2011-06-25 14:43 UTC 

RFC tuner-core: how to set vt->type in g_tuner?
 2011-06-25 14:47 UTC  (3+ messages)

[PATCH] Make Compro VideoMate Vista T750F actually work
 2011-06-25 13:24 UTC 

debugging dib0700
 2011-06-25 11:34 UTC  (2+ messages)

[PATCH] MEDIA: Fix non-ISA_DMA_API link failure of sound code
 2011-06-25 10:39 UTC  (3+ messages)
` [alsa-devel] "

[DVB] Octopus driver status
 2011-06-25  0:37 UTC  (8+ messages)

[RFC] Standardize YUV support in the fbdev API
 2011-06-24 19:45 UTC  (9+ messages)
` [PATCH/RFC] fbdev: Add FOURCC-based format configuration API

[RFC, PATCH] USB: EHCI: Allow users to override 80% max periodic bandwidth
 2011-06-24 16:54 UTC  (3+ messages)

[PATCH v2 0/2] USB: EHCI: Allow users to override 80% max periodic bandwidth
 2011-06-24 16:48 UTC  (3+ messages)
` [PATCH 1/2] USB: EHCI: Move sysfs related bits into ehci-sysfs.c
` [PATCH v2 2/2] USB: EHCI: Allow users to override 80% max periodic bandwidth

[PATCH v5 0/3] TV driver for Samsung S5P platform (media part)
 2011-06-24 14:32 UTC  (3+ messages)
` [PATCH 3/3] s5p-tv: add drivers for TV on Samsung S5P platform
  ` Summary of brainstorm about cropping and pipeline configuration

[PATCH 00/35]: System Firmware and SMBIOS Support
 2011-06-24 13:40 UTC 

[PATCH] SOUND: Fix non-ISA_DMA_API build failure
 2011-06-24 13:36 UTC  (10+ messages)

[PATCH 1/6 v3] [media] ov9740: Cleanup hex casing inconsistencies
 2011-06-24 12:42 UTC  (7+ messages)
` [PATCH 2/6 v3] [media] ov9740: Correct print in ov9740_reg_rmw()
` [PATCH 3/6 v3] [media] ov9740: Fixed some settings
` [PATCH 4/6 v3] [media] ov9740: Remove hardcoded resolution regs
` [PATCH 5/6 v3] [media] ov9740: Reorder video and core ops
` [PATCH 6/6 v3] [media] ov9740: Add suspend/resume

mt9p031 on beagle-xm
 2011-06-24  9:56 UTC 

dib0700 hangs when usb receiver is unplugged while watching TV
 2011-06-24  9:15 UTC 

dib0700 hangs when usb receiver is unplugged while watching TV
 2011-06-24  9:09 UTC 

[linux-dvb] dib0700 hangs when usb receiver is unplugged while watching TV
 2011-06-24  9:01 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox