summaryrefslogtreecommitdiff
path: root/linux/drivers/media
AgeCommit message (Expand)Author
2009-02-21usbvision: convert to v4l2_device/v4l2_subdev.Hans Verkuil
2009-02-21v4l2-common: add v4l2_i2c_subdev_addr()Hans Verkuil
2009-02-20cx18: Convert I2C devices to v4l2_subdevicesAndy Walls
2009-02-20zoran: increase bufsize to a value suitable for 768x576.Hans Verkuil
2009-02-20zoran: s_jpegcomp should return a proper result, not 0.Hans Verkuil
2009-02-20v4l2-common/v4l2-spec: support/document write-only and button controlsHans Verkuil
2009-02-20v4l2: add colorfx support to v4l2-common.c, and add to 'Changes' in spec.Hans Verkuil
2009-02-19zoran i2c modules: remove i2c autoprobing support.Hans Verkuil
2009-02-19v4l-dvb: cleanup obsolete references to v4l1 headers.Hans Verkuil
2009-02-19zoran: convert to v4l2_device/v4l2_subdev.Hans Verkuil
2009-02-19gspca - zc3xx: Bad probe of the ov7630c sensor.Jean-Francois Moine
2009-02-19gspca - zc3xx: Bad probe of the ov7xxx sensors.Jean-Francois Moine
2009-02-19gspca - sonixj: Handle the webcam 0c45:613c instead of sn9c102.Jean-Francois Moine
2009-02-19adv7175: convert to v4l2-subdev.Hans Verkuil
2009-02-19adv7170: convert to v4l2_subdev.Hans Verkuil
2009-02-19vpx3220: convert to v4l2_subdev.Hans Verkuil
2009-02-19em28xx: register device to soundcard for sysfsMauro Carvalho Chehab
2009-02-19saa7185: convert to v4l2_subdev.Hans Verkuil
2009-02-19saa7110: convert to v4l2_subdev.Hans Verkuil
2009-02-19ks0127: add supported ks0127 variants to the i2c device list.Hans Verkuil
2009-02-19ks0127: convert to v4l2_subdev.Hans Verkuil
2009-02-19bt856: convert to v4l2_subdev.Hans Verkuil
2009-02-19bt819: that delay include is needed after all.Hans Verkuil
2009-02-19bt819: convert to v4l2_subdev.Hans Verkuil
2009-02-23soc-camera: fix S_CROP breakage on PXA and SuperHGuennadi Liakhovetski
2009-02-19bt866: convert to v4l2_subdev.Hans Verkuil
2009-02-18zoran: TRY_FMT and S_FMT now do the same parameter checks.Hans Verkuil
2009-02-18zoran: change buffer defaults to something that works with tvtimeHans Verkuil
2009-02-18zoran: clean up some old V4L1 left-overs and remove the MAP_NR macro.Hans Verkuil
2009-02-18zoran et al: convert zoran i2c modules to V4L2.Hans Verkuil
2009-02-18zoran: if reqbufs is called with count == 0, do a streamoff.Hans Verkuil
2009-02-18zoran: fix G_FMTHans Verkuil
2009-02-18zoran: fix TRY_FMT supportHans Verkuil
2009-02-18zoran: cleanups in an attempt to make the source a bit more readable.Hans Verkuil
2009-02-18zoran: set correct parent of the video device.Hans Verkuil
2009-02-18zoran: remove old V4L1 ioctls, use v4l1-compat instead.Hans Verkuil
2009-02-18zoran: set bytesperline to 0 when using MJPEG.Hans Verkuil
2009-02-18zoran: fix field typo.Hans Verkuil
2009-02-18zoran: use slider flag with volume etc. controls.Hans Verkuil
2009-02-18zoran: remove broken BIGPHYS_AREA and BUZ_HIMEM code, and allow for kmallocs ...Hans Verkuil
2009-02-18zoran: convert to video_ioctl2 and remove 'ready_to_be_freed' hack.Hans Verkuil
2009-02-18saa7115: add querystd and g_input_status support for zoran.Hans Verkuil
2009-02-18saa7185: add colorbar support.Hans Verkuil
2009-02-18saa7115: don't access reg 0x87 if it is not present.Hans Verkuil
2009-02-18merge: http://linuxtv.org/hg/~pinchartl/uvcvideo/Mauro Carvalho Chehab
2009-02-18[PATCH] V4L: missing parentheses?Mauro Carvalho Chehab
2009-02-17merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvbMauro Carvalho Chehab
2009-02-17merge: http://linuxtv.org/hg/~jfrancois/v4l-dvb/Mauro Carvalho Chehab
2009-02-17Drop test for kernel version 2.6.15Mauro Carvalho Chehab
2009-02-16uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devicesLaurent Pinchart