summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-mpeg.c
AgeCommit message (Expand)Author
2007-11-15merge: http://ifup.org/hg/v4l-dvbMauro Carvalho Chehab
2007-11-06V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips
2007-11-05 cx88-mpeg.c: make 4 functions staticMauro Carvalho Chehab
2007-10-05cx8802: Plug memory leak when unregistering a driverTrent Piepho
2007-10-13cx8802: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho
2007-10-13cx88: Change (struct cx8802_dev)->drvlist to a list_head and fix bugsTrent Piepho
2007-10-13cx88: Only include the blackbird fields if blackbird is selectedTrent Piepho
2007-08-23Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab
2007-09-06Avoid a NULL pointer dereference during mpeg_open()Steven Toth
2007-08-27whitespace cleanup: replace leading spaces with tabsMichael Krufky
2007-08-23cx88-alsa: Rework buffer handlingTrent Piepho
2007-08-21Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab
2007-08-18cx88: Add symbolic names for the PCI interrupt bitsTrent Piepho
2007-08-15cx88: Clean up some ugly and inconsistent printk()sTrent Piepho
2007-08-15cx88: Copy board information into card stateTrent Piepho
2007-07-23Clean up duplicate includes in drivers/media/Mauro Carvalho Chehab
2007-07-02Fix v4l-dvb backward compatibilityMauro Carvalho Chehab
2007-06-22Fix excess of debug messages on cx88-mpegMauro Carvalho Chehab
2007-05-13Backport several cleanups at includesMauro Carvalho Chehab
2007-05-01Cx88-mpeg.c: make 2 functions staticMauro Carvalho Chehab
2007-05-01cx88: fix compilation on alphaMauro Carvalho Chehab
2007-03-30Replace DMA magic mask for its aliasesMauro Carvalho Chehab
2007-03-29Fix cx88_print_irqbits calls to use ARRAY_SIZEMauro Carvalho Chehab
2007-02-21coding style changesMarkus Rechberger
2007-02-20added support for loading cx88-dvb and cx88-blackbirdMarkus Rechberger
2007-02-20added support for deferred module requesting to cx88Markus Rechberger
2006-10-21IRQ: Maintain regs pointer globally rather than passing to IRQ handlersMauro Carvalho Chehab
2006-10-09merge: http://www.linuxtv.org/hg/~stoth/v4l-dvbMauro Carvalho Chehab
2006-10-06cx88-blackbird module is rejected during probe.Steven Toth
2006-10-05Bugfix: Select the correct cx8802_dev when enumerating by CX88_MPEG_typeSteven Toth
2006-09-29Remove the cx8802_dev driver lock and use the core mutexSteven Toth
2006-09-28Fix some errors at cx88-mpegMauro Carvalho Chehab
2006-09-27Dynamic cx88 mpeg port management for HVR1300 MPEG2/DVB-T support. Steven Toth
2006-09-25cx88: rename mpeg capability flags from CX88_BOARD_FOO to CX88_MPEG_FOOMichael Krufky
2006-09-25Changed cx88_board .dvb and .register to an enum.Steven Toth
2006-07-19[PATCH] 64bit resource: fix up printks for resources in video driversMauro Carvalho Chehab
2006-07-19[PATCH] irq-flags: media: Use the new IRQF_ constantsMauro Carvalho Chehab
2006-04-11Since we are not using CVS, $Id makes no sense anymoreMauro Carvalho Chehab
2006-04-10Silence some dprintk's in cx88-mpegAndrew de Quincey
2006-04-07Add support for pcHDTV HD5500 ATSC/QAMRusty Scott
2006-03-15Merging from mchehab vivi branchMauro Carvalho Chehab
2006-03-10Make video_buf more genericMauro Carvalho Chehab
2006-03-09PATCH cx88-mpeg: cx8802_restart_queue() for blackbirdMauro Carvalho Chehab
2005-12-11Makes v4l compile under 2.4 kernelsMauro Carvalho Chehab
2005-11-13Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products.Michael Krufky
2005-10-16- Whitespace Cleanups.Mauro Carvalho Chehab
2005-09-06Implemented the v4l2 mpeg api for blackbird cards.Catalin Climov
2005-08-30 - Some error treatment implemented at resume functions.Mauro Carvalho Chehab
2005-08-20removed nested #if 1Michael Krufky
2005-08-16Get rid of '//' comments, replace them with #if 0 and /**/.Catalin Climov