index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
bt8xx
/
bttv-driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-21
V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d
Hans Verkuil
1
-3
/
+3
2008-10-13
V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_cap
Hans Verkuil
1
-13
/
+0
2008-10-12
V4L/DVB (8956): bttv: Turn video_nr, vbi_nr and radio_nr into arrays
Jean Delvare
1
-10
/
+16
2008-10-12
V4L/DVB (8879): bttv: Don't unmask VPRES interrupt
Jean Delvare
1
-1
/
+1
2008-10-12
V4L/DVB (8627): Fix mute on bttv driver
Mauro Carvalho Chehab
1
-0
/
+5
2008-10-12
V4L/DVB (8613): v4l: move BKL down to the driver level.
Hans Verkuil
1
-4
/
+16
2008-10-05
V4L/DVB (8955): bttv: Prevent NULL pointer dereference in radio_open
Jean Delvare
1
-1
/
+1
2008-09-04
V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warnings
Hans Verkuil
1
-1
/
+0
2008-07-27
V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device
Hans Verkuil
1
-18
/
+5
2008-07-26
V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...
Hans Verkuil
1
-10
/
+16
2008-07-24
V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....
Hans Verkuil
1
-0
/
+1
2008-07-23
V4L/DVB (8429): videodev: renamed 'class_dev' to 'dev'
Hans Verkuil
1
-2
/
+2
2008-07-23
V4L/DVB (8428): videodev: rename 'dev' to 'parent'
Hans Verkuil
1
-2
/
+2
2008-07-20
V4L/DVB (8132): bt8xx endianness annotations and fixes
Al Viro
1
-3
/
+3
2008-07-20
V4L/DVB (8110): bttv: allow debug ioctl's
Mauro Carvalho Chehab
1
-0
/
+1
2008-07-20
V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacks
Hans Verkuil
1
-22
/
+22
2008-05-20
Fix a deadlock in the bttv driver
Arjan van de Ven
1
-1
/
+1
2008-04-24
V4L/DVB (7579): bttv: Fix memory leak in radio_release
Robert Fitzsimons
1
-0
/
+3
2008-04-24
V4L/DVB (7462): bttv: Fix some API non-compliances for some audio/input V4L2 ...
Mauro Carvalho Chehab
1
-3
/
+14
2008-04-24
V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API
Guennadi Liakhovetski
1
-8
/
+8
2008-04-02
V4L/DVB (7461): bttv: fix missed index check
Cyrill Gorcunov
1
-0
/
+4
2008-04-02
V4L/DVB (7400): bttv: Add a radio compat_ioctl file operation
Robert Fitzsimons
1
-0
/
+1
2008-04-02
V4L/DVB (7278): bttv: Re-enable radio tuner support for VIDIOCGFREQ/VIDIOCSFR...
Robert Fitzsimons
1
-2
/
+3
2008-04-02
V4L/DVB (7277): bttv: Re-enabling radio support requires the use of struct bt...
Robert Fitzsimons
1
-5
/
+16
2008-03-20
V4L/DVB (7236): bttv: struct member initialized twice
Harvey Harrison
1
-1
/
+0
2008-02-18
V4L/DVB (7197): bttv: Fix overlay divide error
Robert Fitzsimons
1
-0
/
+1
2008-02-18
V4L/DVB (7121): Renames videobuf lock to vb_lock
Mauro Carvalho Chehab
1
-26
/
+24
2008-01-26
V4L/DVB (7037): Fix build breakage of the bttv driver, when advanced debuggin...
Zoltan Devai
1
-0
/
+2
2008-01-26
V4L/DVB (6914): Fix a few issues at the bttv conversion
Mauro Carvalho Chehab
1
-37
/
+83
2008-01-26
V4L/DVB (6913): Preserve the previous order to make easier to check the conve...
Mauro Carvalho Chehab
1
-177
/
+178
2008-01-26
V4L/DVB (6912): Replace vidioc_ to bttv_
Mauro Carvalho Chehab
1
-93
/
+93
2008-01-26
V4L/DVB (6911): Converted bttv to use video_ioctl2
Douglas Schilling Landgraf
1
-901
/
+1070
2008-01-26
V4L/DVB (6848): bttv: check pci_register_driver() error
Akinobu Mita
1
-2
/
+5
2008-01-26
V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V...
Brandon Philips
1
-13
/
+13
2008-01-26
V4L/DVB (6416): Split hooks on volume and audio mode and rework their handling
Nickolay V. Shmyrev
1
-76
/
+21
2008-01-26
V4L/DVB (6415): Restructurize volume hook and drop unused mute hook
Nickolay V. Shmyrev
1
-28
/
+3
2008-01-26
V4L/DVB (6414): Remove bass, treble and balance from audio hook since they ar...
Nickolay V. Shmyrev
1
-30
/
+0
2008-01-26
V4L/DVB (6413): Forward VIDIOCGAUDIO and VIDIOCSAUDIO through v4l1-compat
Nickolay V. Shmyrev
1
-41
/
+0
2008-01-26
V4L/DVB (6411): remove V4L1 from being compiled when V4L2 only is selected
Mauro Carvalho Chehab
1
-71
/
+24
2008-01-26
V4L/DVB (6410): Partial conversion from V4L1 to V4L2
Nickolay V. Shmyrev
1
-533
/
+130
2008-01-26
V4L/DVB (6409): Cleanup: removed i2c_vidiocschan
Nickolay V. Shmyrev
1
-13
/
+5
2008-01-07
V4L/DVB (6944a): Fix Regression VIDIOCGMBUF ioctl hangs on bttv driver
Gregor Jasny
1
-3
/
+1
2007-12-12
V4L/DVB (6797): bt8xx/ section fixes
Adrian Bunk
1
-2
/
+2
2007-12-11
V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stop
Brandon Philips
1
-4
/
+1
2007-11-05
V4L/DVB (6392): bttv: Update initial image size when set via V4L1 VIDIOCMCAPTURE
Trent Piepho
1
-0
/
+2
2007-11-05
V4L/DVB (6391): bttv: SPICT ioctl doesn't work with vlc
Trent Piepho
1
-4
/
+0
2007-10-22
V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field
Mauro Carvalho Chehab
1
-3
/
+0
2007-10-10
V4L/DVB (6305): V4L: videobuf-core.c avoid NULL dereferences in videobuf-core
Brandon Philips
1
-0
/
+2
2007-10-10
V4L/DVB (6293): V4L: convert struct class_device to struct device
Kay Sievers
1
-5
/
+6
2007-10-10
V4L/DVB (6252): Adapt drivers to use the newer videobuf modules
Mauro Carvalho Chehab
1
-7
/
+10
[next]