summaryrefslogtreecommitdiff
path: root/include/media
AgeCommit message (Expand)AuthorFilesLines
2008-12-30V4L/DVB (9788): soc-camera: simplify namingGuennadi Liakhovetski1-6/+4
2008-12-30V4L/DVB (9787): soc-camera: let camera host drivers decide upon pixel formatGuennadi Liakhovetski1-0/+3
2008-12-30V4L/DVB (9785): soc-camera: merge .try_bus_param() into .try_fmt_cap()Guennadi Liakhovetski1-1/+0
2008-12-30V4L/DVB (9772): saa7134: Add support for Kworld Plus TV Analog Lite PCIMauro Carvalho Chehab1-0/+1
2008-12-29V4L/DVB (9629): Add support for the ATI TV Wonder HD 600 USB Remote ControlDevin Heitmueller1-0/+1
2008-12-29V4L/DVB (9578): v4l core: add support for enumerating frame sizes and intervalsMauro Carvalho Chehab1-0/+6
2008-12-29V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_...Kay Sievers1-2/+2
2008-12-29V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil2-6/+3
2008-12-29V4L/DVB (9488): Add ov772x driverKuninori Morimoto2-0/+22
2008-10-21V4L/DVB (9335): videobuf: split unregister bus creating self-contained fronte...Darron Broad1-0/+1
2008-10-21V4L/DVB (9331): Remove unused inode parameter from video_ioctl2Mauro Carvalho Chehab1-5/+15
2008-10-21V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab1-3/+3
2008-10-21V4L/DVB (9324): v4l2: add video_ioctl2_unlocked for unlocked_ioctl support.Hans Verkuil1-1/+3
2008-10-21V4L/DVB (9323): v4l2-int-if: Add enum_framesizes and enum_frameintervals ioctls.Sakari Ailus1-0/+4
2008-10-21V4L/DVB (9322): v4l2-int-if: Export more interfaces to modulesSakari Ailus1-0/+2
2008-10-21V4L/DVB (9321): v4l2-int-if: Define new power state changesSakari Ailus1-2/+8
2008-10-21V4L/DVB (9319): v4l2-int-if: Add cropcap, g_crop and s_crop commands.Sameer Venkatraman1-0/+6
2008-10-21V4L/DVB (9318): v4l2-int-if: Add command to get slave private data.Sakari Ailus1-0/+6
2008-10-17V4L/DVB (9276): videobuf-dvb: two functions are now staticMauro Carvalho Chehab1-10/+0
2008-10-17V4L/DVB (9271): videobuf: data storage optimisation (2)Darron Broad1-2/+1
2008-10-17V4L/DVB (9268): tuner: add FMD1216MEX tunerDarron Broad1-0/+1
2008-10-17V4L/DVB (9265): videobuf: data storage optimisationDarron Broad1-3/+2
2008-10-17V4L/DVB (9245): video: add header to soc_camera_platform include fileMagnus Damm1-0/+10
2008-10-17V4L/DVB (9241): soc-camera: move sensor power management to soc_camera_platfo...Guennadi Liakhovetski1-0/+1
2008-10-17V4L/DVB (9227): MFE: Add multi-frontend mutual exclusionDarron Broad1-2/+4
2008-10-17V4L/DVB (9225): MFE: Add configurable gate controlDarron Broad1-0/+1
2008-10-17V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth1-3/+33
2008-10-17V4L/DVB (9209): v4l2: add comment to the v4l2-i2c-drv headers.Hans Verkuil2-0/+22
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-10-13V4L/DVB (9168): Add support for MSI TV@nywhere Plus remoteBrian Rogers1-0/+1
2008-10-13V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_capHans Verkuil1-5/+0
2008-10-12V4L/DVB (9133): v4l: disconnect kernel number from minorHans Verkuil1-10/+2
2008-10-12V4L/DVB (9061): saa7134: Add support for Real Audio 220Mauro Carvalho Chehab1-1/+1
2008-10-12V4L/DVB (9060): saa7134: Add support for Avermedia PCI pure analog (M135A)Mauro Carvalho Chehab1-0/+1
2008-10-12V4L/DVB (9059): saa7134: Add support for Encore version 5.3 boardMauro Carvalho Chehab1-0/+1
2008-10-12V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky1-1/+1
2008-10-12V4L/DVB (8940): saa7115: fix saa7111(a) supportHans Verkuil2-10/+21
2008-10-12V4L/DVB (8559): replace __FUNCTION__ with __func__Alexander Beregalov1-1/+1
2008-10-12V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdevHans Verkuil1-0/+3
2008-10-12V4L/DVB (8787): v4l2-dev: cleanups and add video_drvdata helper functionHans Verkuil1-14/+21
2008-10-12V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil1-11/+3
2008-10-12V4L/DVB (8785): v4l2: add __must_check to v4l2_dev.hHans Verkuil1-3/+3
2008-10-12V4L/DVB (8782): v4l2-dev: add video_device_release_emptyHans Verkuil1-0/+5
2008-10-12V4L/DVB (8781): v4l2-dev: remove obsolete video_exclusive_open/releaseHans Verkuil1-6/+0
2008-10-12V4L/DVB (8687): soc-camera: Move .power and .reset from soc_camera host to se...Stefan Herbrechtsmeier2-2/+3
2008-10-12V4L/DVB (8683): Add Micron mt9m111 chip ID in V4L2 identifiersRobert Jarzmik1-0/+1
2008-10-12V4L/DVB (8639): saa6752hs: cleanup and add AC-3 supportHans Verkuil1-0/+4
2008-10-12V4L/DVB (8637): v4l2: add v4l2_ctrl_query_menu_valid_items support functionHans Verkuil1-0/+2
2008-10-12V4L/DVB (8636): v4l2: add v4l2_ctrl_get_name control support function.Hans Verkuil1-0/+1
2008-10-12V4L/DVB (8628): bttv: Add support for Encore ENLTV2-FMMauro Carvalho Chehab1-0/+1