summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (11095): adds V4L2_CID_SHARPNESS to v4l2_ctrl_query_fill()Janne Grunau2009-03-301-0/+1
* V4L/DVB (11092): cx18: Optimize processing of VBI buffers from the capture unitAndy Walls2009-03-301-54/+49
* V4L/DVB (11091): cx18, ivtv: Ensure endianess for linemasks in VBI embedded i...Andy Walls2009-03-302-0/+4
* V4L/DVB (11089): au8522: finish conversion to v4l2_device/subdevDevin Heitmueller2009-03-301-7/+1
* V4L/DVB (11088): au0828: finish videodev/subdev conversionDevin Heitmueller2009-03-304-50/+16
* V4L/DVB (11086): au0828: rename macro for currently non-function VBI supportDevin Heitmueller2009-03-301-8/+8
* V4L/DVB (11085): au0828/au8522: Codingstyle fixesDevin Heitmueller2009-03-306-236/+226
* V4L/DVB (11084): au0828: add entry for undefined input typeDevin Heitmueller2009-03-301-0/+1
* V4L/DVB (11083): au0828: remove some unneeded bracesDevin Heitmueller2009-03-301-7/+3
* V4L/DVB (11082): au0828: remove memset calls in v4l2 routines.Devin Heitmueller2009-03-301-7/+1
* V4L/DVB (11081): au0828: make sure v4l2_device name is uniqueDevin Heitmueller2009-03-301-2/+5
* V4L/DVB (11080): au0828: Convert to use v4l2_device/subdev frameworkDevin Heitmueller2009-03-305-8/+31
* V4L/DVB (11079): au0828: fix panic on disconnect if analog initialization failedDevin Heitmueller2009-03-301-2/+3
* V4L/DVB (11078): au0828: properly handle non-existent analog inputsDevin Heitmueller2009-03-303-4/+5
* V4L/DVB (11077): au0828: properly handle missing analog USB endpointDevin Heitmueller2009-03-303-30/+36
* V4L/DVB (11076): au0828: make g_chip_ident call work properlyDevin Heitmueller2009-03-303-0/+12
* V4L/DVB (11075): au0828: make register debug lines easier to readDevin Heitmueller2009-03-301-2/+2
* V4L/DVB (11074): au0828: fix i2c enumeration bugDevin Heitmueller2009-03-301-0/+18
* V4L/DVB (11073): au0828: disable VBI code since it doesn't yet workDevin Heitmueller2009-03-301-5/+24
* V4L/DVB (11072): au0828: advertise only NTSC-M (as opposed to all NTSC standa...Devin Heitmueller2009-03-301-2/+2
* V4L/DVB (11071): tveeprom: add the xc5000 tuner to the tveeprom definitionDevin Heitmueller2009-03-301-1/+1
* V4L/DVB (11070): au0828: Rework the way the analog video binding occursDevin Heitmueller2009-03-305-35/+70
* V4L/DVB (11069): au8522: add mutex protecting use of hybrid stateDevin Heitmueller2009-03-301-3/+12
* V4L/DVB (11068): au0828: add analog profile for the HVR-850Devin Heitmueller2009-03-301-0/+19
* V4L/DVB (11067): au0828: workaround a bug in the au0828 i2c handlingDevin Heitmueller2009-03-301-2/+20
* V4L/DVB (11066): au0828: add support for analog functionality in bridgeDevin Heitmueller2009-03-306-13/+1920
* V4L/DVB (11065): au8522: add support for analog side of demodulatorDevin Heitmueller2009-03-305-1/+1204
* V4L/DVB (11064): au8522: make use of hybrid framework so analog/digital demod...Devin Heitmueller2009-03-302-7/+46
* V4L/DVB (11063): au8522: power down the digital demod when not in useDevin Heitmueller2009-03-301-0/+3
* V4L/DVB (11062): au8522: fix register read/write high bitsDevin Heitmueller2009-03-301-2/+2
* V4L/DVB (11061): au8522: move shared state and common functions into a separa...Devin Heitmueller2009-03-302-20/+62
* V4L/DVB (11060): au8522: rename the au8522.c source fileDevin Heitmueller2009-03-302-0/+1
* V4L/DVB (11059): xc5000: fix bug for hybrid xc5000 devices with IF other than...Devin Heitmueller2009-03-302-3/+9
* V4L/DVB (11057): Fix CiMax stability in Netup Dual DVB-S2 CIAbylay Ospan2009-03-302-2/+4
* V4L/DVB (11056): Bug fix in NetUP: restore high address lines in CIAbylay Ospan2009-03-301-1/+1
* V4L/DVB (11055): Fix typo in stv0900Igor M. Liplianin2009-03-301-1/+1
* V4L/DVB (11054): Shorten some lines in stv0900 to less then 81 charactersIgor M. Liplianin2009-03-301-13/+28
* V4L/DVB (11053): saa7134: set v4l2_dev field of video_deviceHans Verkuil2009-03-301-1/+1
* V4L/DVB (11052): bt819: remove an unused headerHans Verkuil2009-03-301-1/+0
* V4L/DVB (11051): v4l-dvb: replace remaining references to the old mailinglist.Hans Verkuil2009-03-304-5/+5
* V4L/DVB (11048): zoran: fix incorrect return type of notify function.Hans Verkuil2009-03-301-2/+1
* V4L/DVB (11047): cx88: convert to v4l2_device.Hans Verkuil2009-03-304-5/+23
* V4L/DVB (11046): bttv: convert to v4l2_device.Hans Verkuil2009-03-305-22/+45
* V4L/DVB (11045): v4l2: call v4l2_device_disconnect in USB drivers.Hans Verkuil2009-03-302-1/+5
* V4L/DVB (11044): v4l2-device: add v4l2_device_disconnectHans Verkuil2009-03-304-6/+27
* V4L/DVB (11042): v4l2-api: Add definitions for V4L2_MPEG_STREAM_VBI_FMT_IVTV ...Andy Walls2009-03-302-5/+52
* V4L/DVB (11040): gspca - most jpeg subdrivers: Have the JPEG quality settable.Jean-Francois Moine2009-03-307-7/+238
* V4L/DVB (11039): gspca - most jpeg subdrivers: Change the JPEG header creation.Jean-Francois Moine2009-03-309-250/+226
* V4L/DVB (11035): mt9t031 bugfixPhilippe Rétornaz2009-03-301-4/+2
* V4L/DVB (11034): soc-camera: remove now unused gpio member of struct soc_came...Sascha Hauer2009-03-302-3/+0
OpenPOWER on IntegriCloud