summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ivtv
AgeCommit message (Expand)Author
2007-07-20ivtv-fb: cleanups.Hans Verkuil
2007-07-20Add ivtv-fb framebuffer driver.Hans Verkuil
2007-07-20ivtv: init channel for NTSC_M_JP standard.Hans Verkuil
2007-07-19merge: http://linuxtv.org/hg/~hverkuil/v4l-dvbMauro Carvalho Chehab
2007-07-19Remove usage of HZ on ivtv driver, replacing by msecs_to_jiffiesMauro Carvalho Chehab
2007-07-18ivtv: fix DMA timeout when capturing VBI + another streamHans Verkuil
2007-07-17ivtv: fix Kconfig typo and refer to the driver homepage.Hans Verkuil
2007-07-17ivtv: cleanup of driver messagesHans Verkuil
2007-07-17ivtv: add support to suppress high volume i2c debug messages.Hans Verkuil
2007-07-17ivtv: don't recompile needlesslyHans Verkuil
2007-07-17ivtv: fix missing I2C_ALGOBIT config optionHans Verkuil
2007-07-17ivtv: improve API command debuggingHans Verkuil
2007-07-16Clean up schedule_timeout calls in cpia2 and ivtv codeMauro Carvalho Chehab
2007-07-10ivtv: add high volume debugging flagHans Verkuil
2007-07-10ivtv: fix missing signal_pending check.Hans Verkuil
2007-07-10ivtv: Add locking to ensure stream setup is atomic.Hans Verkuil
2007-06-16ivtv: fix return code of VIDIOC_G/S_FBUF when no framebuffer is present.Hans Verkuil
2007-06-16ivtv: fix broken VBI output supportHans Verkuil
2007-06-16ivtv: fix converity warningHans Verkuil
2007-06-07ivtv: fix ia64 printk format warnings.Hans Verkuil
2007-05-29Add ivtv CROPCAP support and fix ivtv S_CROP for video output.Hans Verkuil
2007-05-29Remove unused V4L2_CAP_VIDEO_OUTPUT_POSHans Verkuil
2007-05-29Remove support for 256 Kb firmware files.Hans Verkuil
2007-05-21Backed out changeset c7cb1aaec112a3ee7d6483b54d03d6a093754f10Hans Verkuil
2007-05-19Use v4l2_pix_out_fmt instead of v4l2_pix_fmt for video output formatHans Verkuil
2007-05-19Move big PIO accesses from the interrupt handler to a workhandlerHans Verkuil
2007-05-18Models 30012-30039 are for a low profile PVR250, not PVR150.Hans Verkuil
2007-05-17Fix audio stuttering for saa711x/ivtv when in radio mode.Hans Verkuil
2007-05-17Autodetect new PVR150 low profile cards.Hans Verkuil
2007-05-17Adding new fields to v4l2_pix_format broke the ABI, reverted that changeHans Verkuil
2007-05-09Fix Kconfig dependencies for ivtvMauro Carvalho Chehab
2007-05-02VIDEO4LINUX-2: Replace MINOR() with a call to iminor().Mauro Carvalho Chehab
2007-05-01MEDIA: Spinlock initializer cleanupMauro Carvalho Chehab
2007-04-10ivtv: fix incorrect bitwise-and for command flags.Hans Verkuil
2007-03-16Fix ivtv yuv threshold handlingHans Verkuil
2007-03-13The TV standard should be set AFTER the TV output is fully initialized.Hans Verkuil
2007-03-11Initialize the inputs before registering the devices.Hans Verkuil
2007-03-11First unregister the driver, and then free the memory.Hans Verkuil
2007-03-11Use pci_register_driver instead of pci_module_init in ivtv.Hans Verkuil
2007-03-11Use spin_lock_init to fix lockdep warnings.Hans Verkuil
2007-03-10Fix VIDIOC_TRY_ENCODER_CMD and VIDEO_TRY_COMMANDHans Verkuil
2007-03-10Use v4l_printk_ioctl instead of printing the ioctl name for each ioctl in ivtv.Hans Verkuil
2007-03-10Add VIDIOC_G/S_PRIORITY support to ivtv.Hans Verkuil
2007-03-10Add comment why the symbols are exported.Hans Verkuil
2007-03-10Add missing includes.Hans Verkuil
2007-03-10Merges VBI & YUV handling into a single work queue.Hans Verkuil
2007-03-10Set vsync_field correctly in ivtv.Hans Verkuil
2007-03-07Ivtv warning fixMauro Carvalho Chehab
2007-03-04ivtv: fix backwards compatibility for kernels 2.6.15 and earlierMichael Krufky
2007-03-03If possible make vars/functions static.Hans Verkuil