index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
video
/
ivtv
Age
Commit message (
Expand
)
Author
2007-05-21
Backed out changeset c7cb1aaec112a3ee7d6483b54d03d6a093754f10
Hans Verkuil
2007-05-19
Use v4l2_pix_out_fmt instead of v4l2_pix_fmt for video output format
Hans Verkuil
2007-05-19
Move big PIO accesses from the interrupt handler to a workhandler
Hans Verkuil
2007-05-18
Models 30012-30039 are for a low profile PVR250, not PVR150.
Hans Verkuil
2007-05-17
Fix audio stuttering for saa711x/ivtv when in radio mode.
Hans Verkuil
2007-05-17
Autodetect new PVR150 low profile cards.
Hans Verkuil
2007-05-17
Adding new fields to v4l2_pix_format broke the ABI, reverted that change
Hans Verkuil
2007-05-09
Fix Kconfig dependencies for ivtv
Mauro Carvalho Chehab
2007-05-02
VIDEO4LINUX-2: Replace MINOR() with a call to iminor().
Mauro Carvalho Chehab
2007-05-01
MEDIA: Spinlock initializer cleanup
Mauro Carvalho Chehab
2007-04-10
ivtv: fix incorrect bitwise-and for command flags.
Hans Verkuil
2007-03-16
Fix ivtv yuv threshold handling
Hans Verkuil
2007-03-13
The TV standard should be set AFTER the TV output is fully initialized.
Hans Verkuil
2007-03-11
Initialize the inputs before registering the devices.
Hans Verkuil
2007-03-11
First unregister the driver, and then free the memory.
Hans Verkuil
2007-03-11
Use pci_register_driver instead of pci_module_init in ivtv.
Hans Verkuil
2007-03-11
Use spin_lock_init to fix lockdep warnings.
Hans Verkuil
2007-03-10
Fix VIDIOC_TRY_ENCODER_CMD and VIDEO_TRY_COMMAND
Hans Verkuil
2007-03-10
Use v4l_printk_ioctl instead of printing the ioctl name for each ioctl in ivtv.
Hans Verkuil
2007-03-10
Add VIDIOC_G/S_PRIORITY support to ivtv.
Hans Verkuil
2007-03-10
Add comment why the symbols are exported.
Hans Verkuil
2007-03-10
Add missing includes.
Hans Verkuil
2007-03-10
Merges VBI & YUV handling into a single work queue.
Hans Verkuil
2007-03-10
Set vsync_field correctly in ivtv.
Hans Verkuil
2007-03-07
Ivtv warning fix
Mauro Carvalho Chehab
2007-03-04
ivtv: fix backwards compatibility for kernels 2.6.15 and earlier
Michael Krufky
2007-03-03
If possible make vars/functions static.
Hans Verkuil
2007-03-03
Add missing IVTV_FB_WARN #define
Hans Verkuil
2007-03-03
Replace SA_* with IRQF_*
Hans Verkuil
2007-03-03
Add dependency on VIDEO_V4L1
Hans Verkuil
2007-03-03
Add missing VIDEO_CX25840 dep, remove unused VIDEO_TLV320AIC23B dep
Hans Verkuil
2007-02-28
merge: http://linuxtv.org/hg/~mkrufky/ivtv-compat
Mauro Carvalho Chehab
2007-02-27
ivtv: fix semaphore / mutex compat for kernels 2.6.15 and earlier
Michael Krufky
2007-02-28
Fix bogus error messages in ivtv for VIDIOC_G_CHIP_IDENT
Hans Verkuil
2007-02-27
Set initial global_alpha to 255 (opaque).
Hans Verkuil
2007-02-27
Update ivtv VIDIOC_G_CHIP_IDENT.
Hans Verkuil
2007-02-27
Fix comment style and set default debug level to 0
Hans Verkuil
2007-02-26
Add ivtv driver for the Conexant cx23416/cx23415 MPEG encoder/decoder
Hans Verkuil