summaryrefslogtreecommitdiff
path: root/drivers/media/video
AgeCommit message (Expand)AuthorFilesLines
2009-03-30V4L/DVB (11039): gspca - most jpeg subdrivers: Change the JPEG header creation.Jean-Francois Moine8-250/+225
2009-03-30V4L/DVB (11035): mt9t031 bugfixPhilippe Rétornaz1-4/+2
2009-03-30V4L/DVB (11033): mt9v022: allow setting of bus width from board codeSascha Hauer2-106/+42
2009-03-30V4L/DVB (11032): mt9m001: allow setting of bus width from board codeSascha Hauer2-110/+40
2009-03-30V4L/DVB (11029): video: use videobuf_waiton() in sh_mobile_ceu free_buffer()Magnus Damm1-0/+1
2009-03-30V4L/DVB (11028): ov772x: use soft sleep mode in stop_captureKuninori Morimoto1-0/+4
2009-03-30V4L/DVB (11027): soc-camera: configure drivers with a default format at probe...Guennadi Liakhovetski1-16/+23
2009-03-30V4L/DVB (11026): sh-mobile-ceu-camera: set field to the value, configured at ...Guennadi Liakhovetski1-8/+9
2009-03-30V4L/DVB (11025): soc-camera: configure drivers with a default format on openGuennadi Liakhovetski1-32/+68
2009-03-30V4L/DVB (11024): soc-camera: separate S_FMT and S_CROP operationsGuennadi Liakhovetski11-190/+377
2009-03-30V4L/DVB (11022): zoran/bt819: use new notify functionality.Hans Verkuil5-47/+38
2009-03-30V4L/DVB (10988): v4l2-dev: use parent field if the v4l2_device has no parent ...Hans Verkuil1-1/+1
2009-03-30V4L/DVB (10987): cx23885: fix crash on non-netup cardsHans Verkuil2-3/+13
2009-03-30V4L/DVB (10986): mr97310a: don't discard frame headers on stream outputTheodore Kilgore1-19/+3
2009-03-30V4L/DVB (10983): v4l2-common: add missing i2c_unregister_device.Hans Verkuil1-5/+16
2009-03-30V4L/DVB (10965): ivtv: bump versionHans Verkuil1-1/+1
2009-03-30V4L/DVB (10960): omap24xxcam: don't set vfl_type.Hans Verkuil1-1/+0
2009-03-30V4L/DVB (10949): Add support for Terratec Cinergy HT PCI MKIIStephan Wienczny3-0/+55
2009-03-30V4L/DVB (10947): Auto-load videodev module when device opened.Scott James Remnant1-0/+1
2009-03-30V4L/DVB (10945): pwc : fix LED and power setup for first openMartin Fuzzey1-1/+1
2009-03-30V4L/DVB (10944): Conceptronic CTVFMI2 PCI IdRobert Millan1-0/+2
2009-03-30V4L/DVB (10943): cx88: Prevent general protection fault on rmmodJean Delvare1-18/+7
2009-03-30V4L/DVB (10940): saa6588: Prevent general protection fault on rmmodJean Delvare1-18/+6
2009-03-30V4L/DVB (10939): ir-kbd-i2c: Prevent general protection fault on rmmodJean Delvare1-15/+5
2009-03-30V4L/DVB (10938): em28xx: Prevent general protection fault on rmmodJean Delvare1-16/+6
2009-03-30V4L/DVB (10934): zoran: replace functions names in strings with __func__Trent Piepho2-196/+173
2009-03-30V4L/DVB (10933): zoran: Pass zoran_fh pointers instead of file pointersTrent Piepho3-110/+56
2009-03-30V4L/DVB (10932): zoran: Don't frighten users with failed buffer allocationJean Delvare1-1/+2
2009-03-30V4L/DVB (10931): zoran: Drop the lock_norm module parameterJean Delvare1-20/+0
2009-03-30V4L/DVB (10930): zoran: Unify buffer descriptorsTrent Piepho3-514/+386
2009-03-30V4L/DVB (10926): saa7134: enable digital tv support for Hauppauge WinTV-HVR1120Michael Krufky3-1/+50
2009-03-30V4L/DVB (10924): saa7134: enable serial transport streaming interfaceMichael Krufky2-2/+19
2009-03-30V4L/DVB (10923): saa7134: fix typo in product nameMichael Krufky2-11/+11
2009-03-30V4L/DVB (10921): msp3400: remove obsolete V4L1 codeHans Verkuil1-116/+0
2009-03-30V4L/DVB (10920): v4l2-ioctl: fix partial-copy code.Hans Verkuil1-4/+5
2009-03-30V4L/DVB (10919): tlv320aic23b: use v4l2-i2c-drv.h instead of drv-legacy.hHans Verkuil1-4/+1
2009-03-30V4L/DVB (10914): v4l2: fix compile warnings when printing u64 value.Hans Verkuil8-13/+16
2009-03-30V4L/DVB (10912): vivi: fix compile warning.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLDHans Verkuil2-6/+0
2009-03-30V4L/DVB (10909): tvmixer: remove last remaining references to this deleted mo...Hans Verkuil1-1/+0
2009-03-30V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab14-27/+8
2009-03-30V4L/DVB (10870a): remove all references for video_decoder.hMauro Carvalho Chehab1-1/+0
2009-03-30V4L/DVB (10897): Fix Kbuild MEDIA_TUNER_CUSTOMIZE dependenciesMauro Carvalho Chehab3-9/+9
2009-03-30V4L/DVB (10877): saa7134: add analog support for Hauppauge HVR1110r3 boardsMichael Krufky2-2/+173
2009-03-30V4L/DVB (10874): w9968cf/ovcamchip: convert to v4l2_subdev.Hans Verkuil4-206/+126
2009-03-30V4L/DVB (10873): w9968cf: add v4l2_device.Hans Verkuil2-15/+21
2009-03-30V4L/DVB (10870): v4l2-ioctl: get rid of video_decoder.hMauro Carvalho Chehab1-14/+0
2009-03-30V4L/DVB (10868): vino: add note that this conversion is untested.Hans Verkuil1-0/+6
2009-03-30V4L/DVB (10867): vino: fold i2c-algo-sgi code into vino.Jean Delvare2-54/+194
2009-03-30V4L/DVB (10866): saa7191, indycam: remove compat code.Hans Verkuil2-34/+2