summaryrefslogtreecommitdiff
path: root/drivers/media/video
AgeCommit message (Expand)AuthorFilesLines
2010-12-29[media] ir-core: more cleanups of ir-functions.cDavid Härdeman10-17/+13
2010-12-29[media] ir-core: remove remaining users of the ir-functions keyhandlersDavid Härdeman5-68/+28
2010-12-29[media] ir-core: convert drivers/media/video/cx88 to ir-coreDavid Härdeman2-128/+37
2010-12-29[media] au0828: enable VBI timeout when calling read() without streamon()Devin Heitmueller1-0/+7
2010-12-29[media] au0828: fixes for timeout on no videoDevin Heitmueller2-28/+56
2010-12-29[media] au0828: continue video streaming even when no ITU-656 coming inDevin Heitmueller2-0/+63
2010-12-29[media] au0828: Fix field alignment for video frames delivered by driverDevin Heitmueller1-1/+1
2010-12-29[media] au0828: set max packets per URB to match Windows driverDevin Heitmueller1-1/+1
2010-12-29[media] gspca: Convert some uppercase hexadecimal values to lowercaseJean-François Moine9-16/+16
2010-12-29[media] gspca - sonixj: Simplify and clarify the hv7131r probe functionJean-François Moine1-9/+9
2010-12-29[media] gspca - zc3xx: Bad clocksetting for mt9v111_3 with 640x480 resolutionJean-François Moine1-1/+1
2010-12-29[media] gspca - main: Fix a small code errorJean-François Moine1-1/+1
2010-12-29[media] gspca - main: Version changeJean-François Moine1-1/+1
2010-12-29[media] gspca_ov519: generate release button event on stream stop if neededHans de Goede1-1/+9
2010-12-29[media] gspca_xirlink_cit: Add support camera buttonHans de Goede1-33/+84
2010-12-29[media] gspca_xirlink_cit: Frames have a 4 byte footerHans de Goede1-12/+12
2010-12-29[media] gspca_xirlink_cit: various usb bandwidth allocation improvements / fixesHans de Goede1-10/+43
2010-12-29[media] gspca: only set gspca->int_urb if submitting it succeedsHans de Goede1-1/+1
2010-12-29[media] gspca: submit interrupt urbs *after* isoc urbsHans de Goede1-4/+6
2010-12-29[media] cafe_ccic: fix colorspace corruption on resumeDaniel Drake1-3/+2
2010-12-29[media] drivers/media: Removed unnecessary KERN_<level>s from dprintk usesJoe Perches2-7/+7
2010-12-29[media] cx231xx: Add IR support for Pixelview Hybrid SBTVDMauro Carvalho Chehab1-0/+2
2010-12-29[media] cx231xx: Add a driver for I2C-based IRMauro Carvalho Chehab6-5/+174
2010-12-29[media] Add DVB support for SAA7134_BOARD_KWORLD_PCI_SBTVD_FULLSEGMauro Carvalho Chehab2-11/+81
2010-12-29[media] Add support for Kworld SBTVD boardMauro Carvalho Chehab2-0/+110
2010-12-29[media] mb86a20s: add support for serial streamsMauro Carvalho Chehab1-0/+1
2010-12-29[media] cx231xx: use callback to set agc on PixelViewMauro Carvalho Chehab2-1/+11
2010-12-29[media] add digital support for PV SBTVD hybridMauro Carvalho Chehab3-1/+42
2010-12-29[media] Add analog support for Pixelvied Hybrid SBTVDMauro Carvalho Chehab4-2/+44
2010-12-29[media] em28xx: Add support for Leadership ISDB-TMauro Carvalho Chehab4-4/+81
2010-12-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2010-12-26[media] v4l: soc-camera: fix multiple simultaneous user caseGuennadi Liakhovetski1-2/+2
2010-12-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-35/+101
2010-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-346/+187
2010-12-20[media] s5p-fimc: Fix output DMA handling in S5PV310 IP revisionsSylwester Nawrocki4-3/+19
2010-12-20[media] s5p-fimc: Use correct fourcc code for 32-bit RGB formatSylwester Nawrocki1-2/+2
2010-12-20[media] s5p-fimc: Convert m2m driver to unlocked_ioctlSylwester Nawrocki1-6/+16
2010-12-20[media] s5p-fimc: Explicitly add required header fileSylwester Nawrocki1-1/+3
2010-12-20[media] s5p-fimc: Fix vidioc_g_crop/cropcap on camera sensorSylwester Nawrocki3-19/+59
2010-12-20[media] s5p-fimc: BKL lock removal - compilation fixSylwester Nawrocki1-1/+1
2010-12-20[media] soc-camera: fix static build of the sh_mobile_csi2.c driverGuennadi Liakhovetski1-1/+1
2010-12-20[media] mx2_camera: fix pixel clock polarity configurationBaruch Siach1-2/+0
2010-12-17[media] gspca - sonixj: Better handling of the bridge registers 0x01 and 0x17Jean-Francois Moine1-163/+100
2010-12-17[media] gspca - sonixj: Add the bit definitions of the bridge reg 0x01 and 0x17Jean-Francois Moine1-0/+13
2010-12-17[media] gspca - sonixj: Set the flag for some devicesJean-Francois Moine1-2/+5
2010-12-17[media] gspca - sonixj: Add a flag in the driver_info tableJean-Francois Moine1-2/+8
2010-12-17[media] gspca - sonixj: Fix a bad probe exchangeJean-Francois Moine1-2/+2
2010-12-17[media] gspca - sonixj: Move bridge init to sd startJean-Francois Moine1-136/+129
2010-12-17[media] bttv: remove unneeded locking commentsBrandon Philips1-20/+0
2010-12-17[media] bttv: fix mutex use before init (BZ#24602)Mauro Carvalho Chehab1-94/+3