summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-common.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-9/+20
* V4L/DVB (9899): v4l2: Add missing control namesLaurent Pinchart2008-12-301-11/+77
* V4L/DVB (9821): v4l2-common: add i2c helper functionsHans Verkuil2008-12-301-0/+113
* V4L/DVB (9491): rationalise addresses to one common oneAlan Cox2008-12-291-1/+1
* remove CONFIG_KMOD from driversJohannes Berg2008-10-171-4/+0
* V4L/DVB (8649): v4l2: add AAC bitrate controlHans Verkuil2008-10-121-0/+3
* V4L/DVB (8639): saa6752hs: cleanup and add AC-3 supportHans Verkuil2008-10-121-1/+5
* V4L/DVB (8637): v4l2: add v4l2_ctrl_query_menu_valid_items support functionHans Verkuil2008-10-121-1/+22
* V4L/DVB (8636): v4l2: add v4l2_ctrl_get_name control support function.Hans Verkuil2008-10-121-50/+59
* V4L/DVB (8635): v4l: add AC-3 audio support to the MPEG Encoding APIHans Verkuil2008-10-121-5/+37
* V4L/DVB (8634): v4l2: extend MPEG Encoding API with AVC and AACJanne Grunau2008-10-121-6/+8
* V4L/DVB (8487): videodev: replace videodev.h includes by videodev2.h where po...Hans Verkuil2008-07-261-1/+1
* i2c: Add support for device alias namesJean Delvare2008-04-291-2/+3
* media: fix integer as NULL pointer warningsHarvey Harrison2008-04-281-1/+1
* V4L/DVB (7133): Fix Kconfig dependenciesMauro Carvalho Chehab2008-02-181-339/+12
* V4L/DVB (7119): Remove obsolete code from v4l2-commonMauro Carvalho Chehab2008-02-181-6/+0
* V4L/DVB (7115): Fix bug #9833: regression when compiling V4L without I2CMauro Carvalho Chehab2008-02-181-22/+16
* V4L/DVB (6467): v4l2-common: minor cleanupsHans Verkuil2008-01-251-3/+2
* V4L/DVB (6465): Use correct error codes when chip is not recognizedHans Verkuil2008-01-251-1/+1
* V4L/DVB (6451): v4l2: add support for bus-based I2C driversHans Verkuil2008-01-251-0/+31
* V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab2008-01-251-1/+1
* V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil2007-10-221-2/+0
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* V4L/DVB (6289): Remove reference to dead CONFIG_UST and ust.h headerRobert P. J. Day2007-10-101-5/+0
* V4L/DVB (6088): cx2341x: some controls can't be changed while the device is busyHans Verkuil2007-10-091-0/+1
* V4L/DVB (5869): Add check for valid control ID to v4l2_ctrl_next.Hans Verkuil2007-07-201-5/+14
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil2007-04-271-1/+20
* V4L/DVB (5290): Add support for VIDIOC_INT_G/S_STD_OUTPUTHans Verkuil2007-04-271-1/+4
* V4L/DVB (5289): Add support for video output overlays.Hans Verkuil2007-04-271-1/+4
* V4L/DVB (5268): Add support for three new MPEG controls.Hans Verkuil2007-04-271-0/+10
* V4L/DVB (5305): Mark VIDIOC_DBG_S/G_REGISTER as experimentalHans Verkuil2007-03-011-8/+4
* V4L/DVB (5271): Add VIDIOC_TRY_ENCODER_CMD and VIDIOC_ENCODER_CMD ioctls.Hans Verkuil2007-03-011-1/+3
* V4L/DVB (5270): Add VIDIOC_G_ENC_INDEX ioctlHans Verkuil2007-03-011-3/+6
* V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil2007-03-011-0/+30
* V4L/DVB (5200): V4l_printk_ioctl_arg() is no longer used.Adrian Bunk2007-02-211-586/+0
* V4L/DVB (5162): Change VIDIOC_DBG_[SG]_REGISTER ioctls' reg address to 64 bitsTrent Piepho2007-02-211-2/+4
* V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho2007-02-211-5/+6
* V4L/DVB (5068): Fix authorship referencesMauro Carvalho Chehab2007-02-211-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* V4L/DVB (5023): Fix compilation on ppc32 architectureMauro Carvalho Chehab2007-01-151-1/+8
* V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2Mauro Carvalho Chehab2006-12-101-0/+73
* V4L/DVB (4829): v4l2_type_names table is incompleteMauro Carvalho Chehab2006-12-101-5/+7
* V4L/DVB (4546): Add u32 argument to VIDIOC_INT_RESET.Hans Verkuil2006-09-261-0/+1
* V4L/DVB (4399): Fix a typo that caused some compat stuff to not workMauro Carvalho Chehab2006-08-081-3/+3
* V4L/DVB (4343): Fix for compilation without V4L1 or V4L1_COMPATMauro Carvalho Chehab2006-07-291-10/+14
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* V4L/DVB (4253): IVTV VBI format description too long.Hans Verkuil2006-06-271-1/+1
* V4L/DVB (4223): Add V4L2_CID_MPEG_STREAM_VBI_FMT controlHans Verkuil2006-06-261-0/+14
* V4L/DVB (4190): Add helper functions for control processing to v4l2-common.Hans Verkuil2006-06-251-1/+506
OpenPOWER on IntegriCloud