aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-03V4L/DVB (10173): Missing v4l2_prio_close in radio_releaseUdo Steinberg1-0/+1
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-4/+5
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-12/+8
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-3/+3
2008-10-13V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_capHans Verkuil1-13/+0
2008-10-12V4L/DVB (8956): bttv: Turn video_nr, vbi_nr and radio_nr into arraysJean Delvare1-10/+16
2008-10-12V4L/DVB (8879): bttv: Don't unmask VPRES interruptJean Delvare1-1/+1
2008-10-12V4L/DVB (8627): Fix mute on bttv driverMauro Carvalho Chehab1-0/+5
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-4/+16
2008-10-04V4L/DVB (8955): bttv: Prevent NULL pointer dereference in radio_openJean Delvare1-1/+1
2008-09-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil1-1/+0
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-18/+5
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil1-10/+16
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil1-0/+1
2008-07-23V4L/DVB (8429): videodev: renamed 'class_dev' to 'dev'Hans Verkuil1-2/+2
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-2/+2
2008-07-20V4L/DVB (8132): bt8xx endianness annotations and fixesAl Viro1-3/+3
2008-07-20V4L/DVB (8110): bttv: allow debug ioctl'sMauro Carvalho Chehab1-0/+1
2008-07-20V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil1-22/+22
2008-05-20Fix a deadlock in the bttv driverArjan van de Ven1-1/+1
2008-04-24V4L/DVB (7579): bttv: Fix memory leak in radio_releaseRobert Fitzsimons1-0/+3
2008-04-24V4L/DVB (7462): bttv: Fix some API non-compliances for some audio/input V4L2 callsMauro Carvalho Chehab1-3/+14
2008-04-24V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA APIGuennadi Liakhovetski1-8/+8
2008-04-01V4L/DVB (7461): bttv: fix missed index checkCyrill Gorcunov1-0/+4
2008-04-01V4L/DVB (7400): bttv: Add a radio compat_ioctl file operationRobert Fitzsimons1-0/+1
2008-04-01V4L/DVB (7278): bttv: Re-enable radio tuner support for VIDIOCGFREQ/VIDIOCSFREQ ioctlsRobert Fitzsimons1-2/+3
2008-04-01V4L/DVB (7277): bttv: Re-enabling radio support requires the use of struct bttv_fhRobert Fitzsimons1-5/+16
2008-03-20V4L/DVB (7236): bttv: struct member initialized twiceHarvey Harrison1-1/+0
2008-02-18V4L/DVB (7197): bttv: Fix overlay divide errorRobert Fitzsimons1-0/+1
2008-02-18V4L/DVB (7121): Renames videobuf lock to vb_lockMauro Carvalho Chehab1-26/+24
2008-01-25V4L/DVB (7037): Fix build breakage of the bttv driver, when advanced debugging is not enabledZoltan Devai1-0/+2
2008-01-25V4L/DVB (6914): Fix a few issues at the bttv conversionMauro Carvalho Chehab1-37/+83
2008-01-25V4L/DVB (6913): Preserve the previous order to make easier to check the conversionMauro Carvalho Chehab1-177/+178
2008-01-25V4L/DVB (6912): Replace vidioc_ to bttv_Mauro Carvalho Chehab1-93/+93
2008-01-25V4L/DVB (6911): Converted bttv to use video_ioctl2Douglas Schilling Landgraf1-901/+1070
2008-01-25V4L/DVB (6848): bttv: check pci_register_driver() errorAkinobu Mita1-2/+5
2008-01-25V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips1-13/+13
2008-01-25V4L/DVB (6416): Split hooks on volume and audio mode and rework their handlingNickolay V. Shmyrev1-76/+21
2008-01-25V4L/DVB (6415): Restructurize volume hook and drop unused mute hookNickolay V. Shmyrev1-28/+3
2008-01-25V4L/DVB (6414): Remove bass, treble and balance from audio hook since they are unusedNickolay V. Shmyrev1-30/+0
2008-01-25V4L/DVB (6413): Forward VIDIOCGAUDIO and VIDIOCSAUDIO through v4l1-compatNickolay V. Shmyrev1-41/+0
2008-01-25V4L/DVB (6411): remove V4L1 from being compiled when V4L2 only is selectedMauro Carvalho Chehab1-71/+24
2008-01-25V4L/DVB (6410): Partial conversion from V4L1 to V4L2Nickolay V. Shmyrev1-533/+130
2008-01-25V4L/DVB (6409): Cleanup: removed i2c_vidiocschanNickolay V. Shmyrev1-13/+5
2008-01-07V4L/DVB (6944a): Fix Regression VIDIOCGMBUF ioctl hangs on bttv driverGregor Jasny1-3/+1
2007-12-11V4L/DVB (6797): bt8xx/ section fixesAdrian Bunk1-2/+2
2007-12-11V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips1-4/+1
2007-11-04V4L/DVB (6392): bttv: Update initial image size when set via V4L1 VIDIOCMCAPTURETrent Piepho1-0/+2
2007-11-04V4L/DVB (6391): bttv: SPICT ioctl doesn't work with vlcTrent Piepho1-4/+0
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-3/+0