summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/v4l2-common.c
AgeCommit message (Expand)Author
2009-03-19merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvbMauro Carvalho Chehab
2009-03-18adds V4L2_CID_SHARPNESS to v4l2_ctrl_query_fill()Janne Grunau
2009-03-18v4l2-common: remove incorrect MODULE testHans Verkuil
2009-03-12v4l2-common: add missing i2c_unregister_device.Hans Verkuil
2009-02-26v4l2-common: Fix a merge conflict bad solvedMauro Carvalho Chehab
2009-02-26merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-fill-stdMauro Carvalho Chehab
2009-02-26merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvisionMauro Carvalho Chehab
2009-02-21v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil
2009-02-21v4l2-common: add v4l2_i2c_subdev_addr()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-13v4l2-common: add comments warning that about the sort orderHans Verkuil
2009-01-18v4l2-common: added v4l2_i2c_tuner_addrs()Hans Verkuil
2009-01-17v4l2: replace a few snprintfs with strlcpyHans Verkuil
2008-12-30v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil
2008-12-14v4l2: Add missing control namesLaurent Pinchart
2008-11-23v4l2-common: add i2c helper functionsHans Verkuil
2008-10-27rationalise addresses to one common oneMauro Carvalho Chehab
2008-10-21backport commit a65e5d782f9db2a61a914dc01a329e0c2dcf92a1Mauro Carvalho Chehab
2008-08-09v4l2: add AAC bitrate controlHans Verkuil
2008-08-08saa6752hs: cleanup and add AC-3 supportHans Verkuil
2008-08-08v4l2: add v4l2_ctrl_query_menu_valid_items support functionHans Verkuil
2008-08-08v4l2: add v4l2_ctrl_get_name control support function.Hans Verkuil
2008-08-08v4l: add AC-3 audio support to the MPEG Encoding APIHans Verkuil
2008-08-08v4l2: extend MPEG Encoding API with AVC and AACHans Verkuil
2008-07-25videodev: replace videodev.h includes by videodev2.h where possibleHans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.16Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.0Hans Verkuil
2008-05-02backport commit a6a3a17b7fdaf824e6d73e8e4a94c9d149302f74Mauro Carvalho Chehab
2008-05-02backport commit d2653e92732bd3911feff6bee5e23dbf959381dbMauro Carvalho Chehab
2008-02-02Fix Kconfig dependenciesMauro Carvalho Chehab
2008-01-31Remove obsolete code from v4l2-commonMauro Carvalho Chehab
2008-01-29Fix bug #9833: regression when compiling V4L without I2CMauro Carvalho Chehab
2008-01-28Partially revert changeset 7097:ed7daeb29425Mauro Carvalho Chehab
2008-01-28saa7134-dvb: add missing dvb_attach call (for tda10046_attach)Mauro Carvalho Chehab
2007-11-02backport changeset 96de0e252cedffad61b3cb5e05662c591898e69aMauro Carvalho Chehab
2007-09-18v4l2-common: minor cleanups.Hans Verkuil
2007-09-16Use correct error codes when chip is not recognized.Hans Verkuil
2007-09-12v4l2: add support for bus-based I2C driversHans Verkuil
2007-10-18Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab
2007-10-11Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil
2007-10-08Remove reference to dead CONFIG_UST and ust.h header.Mauro Carvalho Chehab
2007-10-08compat: remove strlcpyMauro Carvalho Chehab
2007-08-21cx2341x: some controls should not be changed while the device is busy.Hans Verkuil
2007-07-19Add check for valid control ID to v4l2_ctrl_next.Hans Verkuil
2007-07-05v4l2: Update v4l_printk_ioctl_argTrent Piepho
2007-05-13Backport kernel changeset e63340ae6b6205fef26b40a75673d1c9c0c8bb90Mauro Carvalho Chehab
2007-02-27Improve VIDIOC_G_CHIP_IDENT (better diagnostics)Hans Verkuil
2007-02-25Remove V4L2_CHIP_MATCH_ALWAYS.Hans Verkuil
2007-02-24Add support for VIDIOC_G_CHIP_IDENTHans Verkuil