summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ivtv
AgeCommit message (Expand)Author
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
2007-03-03Add missing IVTV_FB_WARN #defineHans Verkuil
2007-03-03Replace SA_* with IRQF_*Hans Verkuil
2007-03-03Add dependency on VIDEO_V4L1Hans Verkuil
2007-03-03Add missing VIDEO_CX25840 dep, remove unused VIDEO_TLV320AIC23B depHans Verkuil
2007-02-28merge: http://linuxtv.org/hg/~mkrufky/ivtv-compatMauro Carvalho Chehab
2007-02-27ivtv: fix semaphore / mutex compat for kernels 2.6.15 and earlierMichael Krufky
2007-02-28Fix bogus error messages in ivtv for VIDIOC_G_CHIP_IDENTHans Verkuil
2007-02-27Set initial global_alpha to 255 (opaque).Hans Verkuil
2007-02-27Update ivtv VIDIOC_G_CHIP_IDENT.Hans Verkuil
2007-02-27Fix comment style and set default debug level to 0Hans Verkuil
2007-02-26Add ivtv driver for the Conexant cx23416/cx23415 MPEG encoder/decoderHans Verkuil