public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-02-27 12:04:44 to 2012-03-03 01:14:07 UTC [more...]

[PATCH 1/5] staging: lirc_serial: Fix init/exit order
 2012-03-03  1:13 UTC  (11+ messages)
    ` [PATCH 3.0.y 0/4] Re: lirc_serial spuriously claims assigned port and irq to be in use
      ` [PATCH 1/4] [media] staging: lirc_serial: Fix init/exit order
      ` [PATCH 2/4] [media] staging: lirc_serial: Free resources on failure paths of lirc_serial_probe()
      ` [PATCH 3/4] [media] staging: lirc_serial: Fix deadlock on resume failure
      ` [PATCH 4/4] [media] staging: lirc_serial: Do not assume error codes returned by request_irq()

My Microdia (SN9C201) webcam doesn't work properly in Linux anymore
 2012-03-03  0:23 UTC 

[PATCH 0/3] [RFC] kernel cpu access support for dma_buf
 2012-03-03  0:23 UTC  (10+ messages)
` [PATCH 1/3] dma-buf: don't hold the mutex around map/unmap calls
` [PATCH 2/3] dma-buf: add support for kernel cpu access
  ` [Linaro-mm-sig] "
` [PATCH 3/3] dma_buf: Add documentation for the new cpu access support

[PATCH] Various nits, fixes and hacks for mantis CA support on SMP
 2012-03-02 23:21 UTC  (4+ messages)

[PATCH v2 00/10] MT9M032 sensor driver
 2012-03-02 22:41 UTC  (11+ messages)
` [PATCH v2 01/10] v4l: Add driver for Micron MT9M032 camera sensor
` [PATCH v2 03/10] mt9m032: Make get/set format/crop operations consistent across drivers
` [PATCH v2 04/10] mt9m032: Use module_i2c_driver() macro
` [PATCH v2 05/10] mt9m032: Enclose to_dev() macro argument in brackets
` [PATCH v2 07/10] mt9m032: Put HFLIP and VFLIP controls in a cluster
` [PATCH v2 08/10] mt9m032: Remove unneeded register read
` [PATCH v2 09/10] v4l: Aptina-style sensor PLL support
` [PATCH v2 10/10] mt9m032: Use generic PLL setup code

[PATCH] lmedm04 ver 1.97 Remove delays required for STV0288
 2012-03-02 22:19 UTC 

[PATCH] STV0288 increase delay between carrier search
 2012-03-02 22:15 UTC 

+ drivers-media-video-uvc-uvc_driverc-use-linux-atomich.patch added to -mm tree
 2012-03-02 18:25 UTC 

[PATCH/RFC][DRAFT] V4L: Add camera auto focus controls
 2012-03-02 18:17 UTC  (5+ messages)

[PATCH 1/1] omap3isp: Handle omap3isp_csi2_reset() errors
 2012-03-02 18:14 UTC  (2+ messages)

[PATCH] omap3isp: Fix frame number propagation
 2012-03-02 18:05 UTC  (3+ messages)

[PATCH v3 0/33] V4L2 subdev and sensor control changes, SMIA++ driver and N9 camera board code
 2012-03-02 18:01 UTC  (21+ messages)
` [PATCH v3 32/33] smiapp: Add driver
` [PATCH v3 33/33] rm680: Add camera init
` [PATCH v3 06/33] v4l: Check pad number in get try pointer functions
` [PATCH v3 09/33] v4l: Add subdev selections documentation

[PATCH v4 0/34] V4L2 subdev and sensor control changes, SMIA++ driver and N9 camera board code
 2012-03-02 17:32 UTC  (35+ messages)
` [PATCH v4 01/34] v4l: Introduce integer menu controls
` [PATCH v4 02/34] v4l: Document "
` [PATCH v4 03/34] vivi: Add an integer menu test control
` [PATCH v4 04/34] v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLs
` [PATCH v4 05/34] v4l: vdev_to_v4l2_subdev() should have return type "struct v4l2_subdev *"
` [PATCH v4 06/34] v4l: Check pad number in get try pointer functions
` [PATCH v4 07/34] v4l: Support s_crop and g_crop through s/g_selection
` [PATCH v4 08/34] v4l: Add subdev selections documentation: svg and dia files
` [PATCH v4 09/34] v4l: Add subdev selections documentation
` [PATCH v4 10/34] v4l: Mark VIDIOC_SUBDEV_G_CROP and VIDIOC_SUBDEV_S_CROP obsolete
` [PATCH v4 11/34] v4l: Image source control class
` [PATCH v4 12/34] v4l: Image processing "
` [PATCH v4 13/34] v4l: Document raw bayer 4CC codes
` [PATCH v4 14/34] v4l: Add DPCM compressed formats
` [PATCH v4 15/34] media: Add link_validate() op to check links to the sink pad
` [PATCH v4 16/34] media: Collect entities that are part of the pipeline before link validation
` [PATCH v4 17/34] v4l: Improve sub-device documentation for pad ops
` [PATCH v4 18/34] v4l: Implement v4l2_subdev_link_validate()
` [PATCH v4 19/34] v4l: Allow changing control handler lock
` [PATCH v4 20/34] omap3isp: Support additional in-memory compressed bayer formats
` [PATCH v4 21/34] omap3isp: Move definitions required by board code under include/media
` [PATCH v4 22/34] omap3: add definition for CONTROL_CAMERA_PHY_CTRL
` [PATCH v4 23/34] omap3isp: Move setting constaints above media_entity_pipeline_start
` [PATCH v4 24/34] omap3isp: Assume media_entity_pipeline_start may fail
` [PATCH v4 25/34] omap3isp: Add lane configuration to platform data
` [PATCH v4 26/34] omap3isp: Add information on external subdev to struct isp_pipeline
` [PATCH v4 27/34] omap3isp: Introduce isp_video_check_external_subdevs()
` [PATCH v4 28/34] omap3isp: Use external rate instead of vpcfg
` [PATCH v4 29/34] omap3isp: Default link validation for ccp2, csi2, preview and resizer
` [PATCH v4 30/34] omap3isp: Move CCDC link validation to ccdc_link_validate()
` [PATCH v4 31/34] omap3isp: Configure CSI-2 phy based on platform data
` [PATCH v4 32/34] omap3isp: Add resizer data rate configuration to resizer_link_validate
` [PATCH v4 33/34] smiapp: Add driver
` [PATCH v4 34/34] rm680: Add camera init

[GIT PULL] V4L custom compat_ioctl32 support and uvcvideo changes for v3.4
 2012-03-02 17:29 UTC  (2+ messages)
` [GIT PULL v2] "

[RFCv1 PATCH] Expose controls in debugfs
 2012-03-02 16:17 UTC  (2+ messages)

[GIT PULL FOR v3.4] Fix ivtv/control issues
 2012-03-02 16:09 UTC 

Kernel Display and Video API Consolidation mini-summit at ELC 2012 - Notes
 2012-03-02 14:23 UTC  (2+ messages)

[PULL] mx2-camera patches for 3.4
 2012-03-02 10:08 UTC 

[PATCH 1/2] media: tvp5150: Add cropping support
 2012-03-02  9:50 UTC  (4+ messages)

[PATCH 0/3] [media] wl128x: Fixes and few new features
 2012-03-02  9:22 UTC  (10+ messages)
` [PATCH 2/3] wl128x: Add support for FM TX RDS
  ` [PATCH 3/3] wl128x: Add sysfs based support for FM features

[RFC PATCH] PnP support for the new ISA radio framework
 2012-03-02  8:55 UTC  (2+ messages)

[PATCH 1/3] v4l: add contorl definitions for codec devices
 2012-03-02  8:45 UTC  (3+ messages)

[PATCH 2/3] v4l2-ctrl: add codec controls support to the control framework
 2012-03-02  8:20 UTC  (2+ messages)

[PATCH] Two small string fixes in v4l2-ctrls.c
 2012-03-02  8:20 UTC 

[PATCH v3 1/1] rc: Add support for GPIO based IR Receiver driver
 2012-03-02  7:02 UTC  (5+ messages)

[PATCH 3/3] MFC: update MFC v4l2 driver to support MFC6.x
 2012-03-02  2:19 UTC 

[PATCH 0/3] Multi Format Codec 6.x driver for Exynos5
 2012-03-02  2:15 UTC 

[PATCH] media: jpeg: add driver for a version 2.x of jpeg H/W
 2012-03-01 23:46 UTC 

possible bug in http://git.linuxtv.org/mchehab/experimental-v4l-utils.git
 2012-03-01 20:39 UTC  (3+ messages)

Server Rental Service
 2012-03-01 15:32 UTC 

3.1/3.2 uvcvideo and Creative Live! Cam Optia AF
 2012-03-01 15:38 UTC  (2+ messages)

Hello
 2012-03-01 12:17 UTC 

audio is not working
 2012-03-01 11:12 UTC  (2+ messages)

[PATCH] smsdvb - fix UNDEFINED delivery on driver hotplug
 2012-03-01 10:17 UTC  (4+ messages)

[PATCH] Add missing slab.h to fix linux-next compile errors
 2012-03-01  1:15 UTC  (2+ messages)

[PATCH] media: media-dev: Add media devices for EXYNOS5
 2012-02-29 22:44 UTC  (2+ messages)

rtl2830: __udivdi3 undefined
 2012-02-29 21:30 UTC 

[PATCH] media: rotator: Add new image rotator driver for EXYNOS
 2012-02-29 21:20 UTC  (2+ messages)

Video Capture Issue
 2012-02-29 14:55 UTC  (8+ messages)

[PATCHv23 00/16] Contiguous Memory Allocator
 2012-02-29 13:43 UTC  (10+ messages)
` [PATCHv23 12/16] mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks
  ` [Linaro-mm-sig] "
` [PATCHv23 13/16] drivers: add Contiguous Memory Allocator
  ` [Linaro-mm-sig] "
` [Linaro-mm-sig] [PATCHv23 00/16] "

[RESEND 2] [PATCH] rc/ir-raw: fix BUG_ON, using kfifo_rec_ptr_1 instead of kfifo
 2012-02-29 11:28 UTC 

[PATCH] media: s5p-tv: support tv driver on Samsung Exynos5250 SoC
 2012-02-29 11:09 UTC 

[PATCH] media: s5p-tv: support mc framework
 2012-02-29 11:03 UTC 

[PATCH 1/2] stb0899: set FE_HAS_SIGNAL flag in read_status
 2012-02-29  8:25 UTC  (2+ messages)
` [linux-media] "

[PATCH 2/2] stb0899: fixed reading of IF_AGC_GAIN register
 2012-02-29  8:24 UTC  (2+ messages)
` [linux-media] "

[PATCH 00/12] Part 2: check given MAC address, if invalid return -EADDRNOTAVAIL
 2012-02-29  7:02 UTC  (4+ messages)

linux-next: Tree for Feb 23 (media/radio)
 2012-02-28 22:01 UTC  (3+ messages)

PnP support for the new ISA radio framework?
 2012-02-28 21:08 UTC  (4+ messages)
    ` [RFC PATCH] PnP support for the new ISA radio framework

cx25840: allow setting radio audio mode stereo/mono
 2012-02-28 17:29 UTC  (2+ messages)

cx25840: improve audio for cx2388x drivers
 2012-02-28 17:23 UTC  (2+ messages)

[GIT PATCHES FOR 3.4] JPEG control class, vb2 and Samsung media driver updates
 2012-02-28 17:18 UTC  (2+ messages)

cx23885: Add basic analog radio support
 2012-02-28 17:16 UTC  (2+ messages)

[PATCH v3] media: i.MX27 camera: Add resizing support
 2012-02-28 15:26 UTC 

easycap: reset()
 2012-02-28 14:57 UTC 

[PATCH 0/4] davinci: add vpif support for da850/omap-l138
 2012-02-28 14:38 UTC  (3+ messages)
` [PATCH 1/4] davinci: vpif: add check for genuine interrupts in the isr

[RFCv1 PATCH 0/6] Improved/New timings API
 2012-02-28 12:42 UTC  (15+ messages)
` [RFCv1 PATCH 1/6] videodev2.h: add enum/query/cap dv_timings ioctls
` [RFCv1 PATCH 4/6] V4L2 spec: document the new V4L2 DV timings ioctls
` [RFCv1 PATCH 5/6] v4l2-common: add new support functions to match DV timings

[GIT PATCHES FOR 3.4] gspca for_v3.4
 2012-02-28 11:15 UTC  (4+ messages)

[PATCH v4 0/2] Add support form eMMa-PrP in i.MX2 chips as a mem2mem device
 2012-02-28 10:28 UTC  (6+ messages)

[GIT PULL FOR v3.4] tea575x update to latest V4L2 framework requirements
 2012-02-28 10:19 UTC 

[PATCH v3 0/1] Add support for GPIO IR receiver driver
 2012-02-28  5:50 UTC 

Notification Draw (#1311)
 2012-02-28  4:53 UTC 

OMAP CCDC with sensors that are always on
 2012-02-28  0:22 UTC  (6+ messages)

[question] v4l read() operation
 2012-02-28  0:11 UTC  (3+ messages)

[PATCH 3/3] Firmware for AF9035/AF9033 driver
 2012-02-27 22:35 UTC  (3+ messages)

[RFC/PATCH 0/6] Interleaved image data on media bus
 2012-02-27 21:25 UTC  (8+ messages)
` [RFC/PATCH 1/6] V4L: Add V4L2_MBUS_FMT_VYUY_JPEG_I1_1X8 media bus format

[PATCH 3/3] stv090x: On STV0903 do not set registers of the second path
 2012-02-27 20:42 UTC 

[PATCH 2/3] stv090x: use error counter 1 for BER estimation
 2012-02-27 20:42 UTC 

[PATCH 1/3] stv090x: Fix typo in register macros
 2012-02-27 20:42 UTC 

[DVB Digital Devices Cine CT V6] status support
 2012-02-27 19:26 UTC  (9+ messages)

[PATCH] tea575x: fix HW seek
 2012-02-27 18:11 UTC  (4+ messages)

pvrusb2: fix 7MHz & 8MHz DVB-T tuner support for HVR1900 rev D1F5
 2012-02-27 16:09 UTC  (5+ messages)


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