aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-mpeg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab1-929/+0
2011-07-27[media] cx88: properly maintain decoder config when using MPEG encoderDevin Heitmueller1-7/+17
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab1-8/+3
2011-05-20[media] cx88: protect cx8802_devlist with a mutexJonathan Nieder1-3/+17
2011-05-20[media] cx88: hold device lock during sub-driver initializationJonathan Nieder1-3/+2
2011-05-20[media] cx88: fix locking of sub-driver operationsJonathan Nieder1-4/+0
2011-05-20[media] cx88: protect per-device driver list with device lockJonathan Nieder1-4/+7
2011-05-20[media] use pci_dev->revisionBjørn Mork1-1/+1
2010-12-24media/video: explicitly flush request_module workTejun Heo1-0/+8
2010-10-21V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust1-3/+3
2010-05-19V4L/DVB: cx88: fix setting input when using DVBIstvan Varga1-1/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26V4L/DVB: Add support for SMT7020 to cx88Dirk Herrendoerfer1-0/+3
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart1-15/+0
2009-09-21trivial: media/video/cx88: add __init/__exit macros to cx88 driversPeter Huewe1-2/+2
2009-08-13V4L/DVB (12349): cx88: HVR1300 ensure switching from Encoder to DVB-T and back is reliableSohail Syyed1-0/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-01-07V4L/DVB (10190): cx88: Fix some Kbuild troublesMauro Carvalho Chehab1-26/+4
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-2/+1
2008-12-29V4L/DVB (9654): new email addressJelle Foks1-2/+2
2008-11-11V4L/DVB (9499): cx88-mpeg: final fix for analogue only compilation + de-alloc fixDarron Broad1-13/+15
2008-10-21V4L/DVB (9333): cx88: Not all boards that requires cx88-mpeg has frontendsMauro Carvalho Chehab1-6/+2
2008-10-21V4L/DVB (9332): cx88: initial fix for analogue only compilationDarron Broad1-1/+6
2008-10-17V4L/DVB (9271): videobuf: data storage optimisation (2)Darron Broad1-1/+1
2008-10-17V4L/DVB (9265): videobuf: data storage optimisationDarron Broad1-1/+1
2008-10-17V4L/DVB (9250): cx88: Convert __FUNCTION__ to __func__Steven Toth1-3/+3
2008-10-17V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth1-1/+21
2008-04-24V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrencesHarvey Harrison1-8/+8
2008-04-24V4L/DVB (7256): cx88: Add support for tuner-xc3028Mauro Carvalho Chehab1-0/+2
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-1/+1
2008-02-18V4L/DVB (7201): cx88-mpeg: Fix race condition in variable accessRicardo Cerqueira1-3/+3
2008-02-18V4L/DVB (7194): cx88-mpeg: Allow concurrent access to cx88-mpeg devicesRoland Stoll1-4/+12
2008-01-25V4L/DVB (7046): Finalise support for the Pinnacle HD 8000iSteven Toth1-2/+6
2008-01-25V4L/DVB (7043): New card supported(partially): Pinnacle 800iSteven Toth1-1/+6
2008-01-25V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips1-7/+7
2008-01-25V4L/DVB (6576): cx88-mpeg.c: make 4 functions staticAdrian Bunk1-10/+4
2007-10-22V4L/DVB (6336): cx8802: Plug memory leak when unregistering a driverTrent Piepho1-0/+2
2007-10-22V4L/DVB (6335): cx8802: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho1-56/+29
2007-10-22V4L/DVB (6334): cx88: Change (struct cx8802_dev)->drvlist to a list_head and fix bugsTrent Piepho1-31/+29
2007-10-22V4L/DVB (6332): cx88: Only include the blackbird fields if blackbird is selectedTrent Piepho1-2/+6
2007-10-09V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab1-1/+2
2007-10-09V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabsMichael Krufky1-35/+35
2007-10-09V4L/DVB (6083): cx88-alsa: Rework buffer handlingTrent Piepho1-1/+1
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-10-09V4L/DVB (6064): cx88: Add symbolic names for the PCI interrupt bitsTrent Piepho1-4/+5
2007-10-09V4L/DVB (6023): cx88: Clean up some ugly and inconsistent printk()sTrent Piepho1-17/+25
2007-10-09V4L/DVB (6021): cx88: Copy board information into card stateTrent Piepho1-11/+11
2007-10-09V4L/DVB (5912): Clean up duplicate includes in drivers/media/Jesper Juhl1-1/+0
2007-09-14V4L/DVB (6188): Avoid a NULL pointer dereference during mpeg_open()Steven Toth1-1/+1
2007-07-18V4L/DVB (5783): Fix excess of debug messages on cx88-mpegMauro Carvalho Chehab1-1/+1