aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (5866): ivtv: fix DMA timeout when capturing VBI + another streamHans Verkuil2007-07-201-2/+5
* V4L/DVB (5865): Remove usage of HZ on ivtv driver, replacing by msecs_to_jiffiesMauro Carvalho Chehab2007-07-207-29/+32
* V4L/DVB (5855): ivtv: fix Kconfig typo and refer to the driver homepage.Hans Verkuil2007-07-201-2/+2
* V4L/DVB (5854): ivtv: cleanup of driver messagesHans Verkuil2007-07-205-32/+29
* V4L/DVB (5853): ivtv: add support to suppress high volume i2c debug messages.Hans Verkuil2007-07-201-5/+5
* V4L/DVB (5852): ivtv: don't recompile needlesslyAlexey Dobriyan2007-07-201-2/+1
* V4L/DVB (5851): ivtv: fix missing I2C_ALGOBIT config optionHans Verkuil2007-07-201-0/+1
* V4L/DVB (5850): ivtv: improve API command debuggingHans Verkuil2007-07-201-4/+10
* V4L/DVB (5847): Clean up schedule_timeout calls in cpia2 and ivtv codeRobert P. J. Day2007-07-181-6/+3
* V4L/DVB (5844): ivtv: add high volume debugging flagHans Verkuil2007-07-184-25/+42
* V4L/DVB (5843): ivtv: fix missing signal_pending check.Hans Verkuil2007-07-181-4/+1
* V4L/DVB (5842): ivtv: Add locking to ensure stream setup is atomic.Hans Verkuil2007-07-183-11/+21
* V4L/DVB (5770): Ivtv: fix return code of VIDIOC_G/S_FBUF when no FB is presentHans Verkuil2007-07-181-2/+2
* V4L/DVB (5769): Ivtv: fix broken VBI output supportHans Verkuil2007-07-182-21/+11
* V4L/DVB (5768): Ivtv: fix converity warningHans Verkuil2007-07-181-4/+1
* V4L/DVB (5729): Remove support for 256 Kb firmware files.Hans Verkuil2007-07-181-3/+1
* V4L/DVB (5674): Models 30012-30039 are for a low profile PVR250, not PVR150.Hans Verkuil2007-07-181-1/+1
* V4L/DVB (5671): Autodetect new PVR150 low profile cards.Hans Verkuil2007-07-181-0/+1
* V4L/DVB (5751): Ivtv: fix ia64 printk format warnings.Hans Verkuil2007-06-082-3/+3
* V4L/DVB (5673): Fix audio stuttering for saa711x/ivtv when in radio mode.Hans Verkuil2007-06-081-0/+16
* V4L/DVB (5732): Add ivtv CROPCAP support and fix ivtv S_CROP for video output.Hans Verkuil2007-06-081-5/+36
* V4L/DVB (5730): Remove unused V4L2_CAP_VIDEO_OUTPUT_POSHans Verkuil2007-06-081-1/+1
* V4L/DVB (5675): Move big PIO accesses from the interrupt handler to a workhan...Hans Verkuil2007-06-087-86/+209
* V4L/DVB (5670): Adding new fields to v4l2_pix_format broke the ABI, reverted ...Hans Verkuil2007-05-221-10/+2
* V4L/DVB (5639): Fix Kconfig dependencies for ivtvMauro Carvalho Chehab2007-05-222-9/+1
* em28xx and ivtv should depend on PCIAl Viro2007-05-151-1/+1
* V4L/DVB (5583): VIDEO4LINUX-2: Replace MINOR() with a call to iminor().Robert P. J. Day2007-05-091-1/+1
* V4L/DVB (5566): MEDIA: Spinlock initializer cleanupThomas Gleixner2007-05-091-1/+1
* V4L/DVB (5560): Ivtv: fix incorrect bitwise-and for command flags.Hans Verkuil2007-04-271-3/+3
* V4L/DVB (5438): Fix ivtv yuv threshold handlingIan Armstrong2007-04-273-5/+7
* V4L/DVB (5436): Fix TV output initializationHans Verkuil2007-04-271-1/+1
* V4L/DVB (5420): Initialize the inputs before registering the devices.Hans Verkuil2007-04-271-40/+37
* V4L/DVB (5417): First unregister the driver, and then free the memory.Hans Verkuil2007-04-271-1/+2
* V4L/DVB (5416): Use pci_register_driver instead of pci_module_init in ivtv.Hans Verkuil2007-04-271-1/+1
* V4L/DVB (5413): Use spin_lock_init to fix lockdep warnings.Hans Verkuil2007-04-271-2/+2
* V4L/DVB (5412): Fix VIDIOC_TRY_ENCODER_CMD and VIDEO_TRY_COMMANDHans Verkuil2007-04-271-0/+19
* V4L/DVB (5411): Use v4l_printk_ioctl for debugHans Verkuil2007-04-271-152/+104
* V4L/DVB (5410): Add VIDIOC_G/S_PRIORITY support to ivtv.Hans Verkuil2007-04-273-0/+42
* V4L/DVB (5406): Add comment why the symbols are exported.Hans Verkuil2007-04-271-0/+2
* V4L/DVB (5405): Add missing includes.Hans Verkuil2007-04-272-0/+2
* V4L/DVB (5404): Merges VBI & YUV handling into a single work queue.Hans Verkuil2007-04-278-61/+60
* V4L/DVB (5403): Set vsync_field correctly in ivtv.Hans Verkuil2007-04-271-3/+7
* V4L/DVB (5388): Ivtv warning fixAndrew Morton2007-04-271-1/+1
* V4L/DVB (5379): If possible make vars/functions static.Hans Verkuil2007-04-278-21/+4
* V4L/DVB (5378): Add missing IVTV_FB_WARN #defineHans Verkuil2007-04-271-2/+3
* V4L/DVB (5377): Replace SA_* with IRQF_*Hans Verkuil2007-04-271-1/+1
* V4L/DVB (5376): Add dependency on VIDEO_V4L1Hans Verkuil2007-04-271-1/+1
* V4L/DVB (5375): Add missing VIDEO_CX25840 dep, remove unused VIDEO_TLV320AIC2...Hans Verkuil2007-04-271-1/+1
* V4L/DVB (5356): Fix bogus error messages in ivtv for VIDIOC_G_CHIP_IDENTHans Verkuil2007-04-271-2/+4
* V4L/DVB (5345): ivtv driver for Conexant cx23416/cx23415 MPEG encoder/decoderHans Verkuil2007-04-2737-0/+12569