summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx/bttv-driver.c
AgeCommit message (Expand)Author
2008-08-05Fix mute on bttv driverMauro Carvalho Chehab
2008-07-30v4l: move BKL down to the driver level.Hans Verkuil
2008-07-26v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil
2008-07-21videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil
2008-07-20videodev: renamed 'class_dev' to 'dev'Hans Verkuil
2008-07-20videodev: rename 'dev' to 'parent'Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.16Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.13Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.10Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.0Hans Verkuil
2008-06-22bt8xx endianness annotations and fixesMauro Carvalho Chehab
2008-06-23bttv: allow debug ioctl'sMauro Carvalho Chehab
2008-05-28videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil
2008-05-17 [PATCH] Fix a deadlock in the bttv driverMauro Carvalho Chehab
2008-04-10 bttv: Fix memory leak in radio_releaseMauro Carvalho Chehab
2008-04-01Fix a small bug introduced on a previous changeset.Mauro Carvalho Chehab
2008-04-01bttv: Fix some API non-compliances for some audio/input V4L2 callsMauro Carvalho Chehab
2008-04-01 bttv: fix missed index checkMauro Carvalho Chehab
2008-03-22bttv: Add a radio compat_ioctl file operationMauro Carvalho Chehab
2008-02-27 bttv: Re-enable radio tuner support for VIDIOCGFREQ/VIDIOCSFREQ ioctls.Mauro Carvalho Chehab
2008-02-27 bttv: Re-enabling radio support requires the use of struct bttv_fh.Mauro Carvalho Chehab
2008-02-25From: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de>Mauro Carvalho Chehab
2008-02-23 bttv: struct member initialized twiceMauro Carvalho Chehab
2008-02-13 bttv: Fix overlay divide error.Mauro Carvalho Chehab
2008-01-31Renames videobuf lock to vb_lockMauro Carvalho Chehab
2008-01-14Fix build breakage of the bttv driver, when advanced debugging is not enabledMauro Carvalho Chehab
2007-12-27Fix a few issues at the bttv conversionMauro Carvalho Chehab
2007-12-27Preserve the previous order to make easier to check the conversionMauro Carvalho Chehab
2007-12-27Replace vidioc_ to bttv_Mauro Carvalho Chehab
2007-12-27Converted bttv to use video_ioctl2Mauro Carvalho Chehab
2007-12-17bttv: check pci_register_driver() errorMauro Carvalho Chehab
2007-12-11 bt8xx/ section fixesMauro Carvalho Chehab
2007-11-13V4L: Convert videobuf drivers to videobuf_stopBrandon Philips
2007-11-06V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips
2006-08-25Split hooks on volume and audio mode and rework their handlingMauro Carvalho Chehab
2007-10-26Restructurize volume hook and drop unused mute hook.Mauro Carvalho Chehab
2007-10-26Remove bass, treble and balance from audio hook since they are unusedMauro Carvalho Chehab
2006-08-25Forward VIDIOCGAUDIO and VIDIOCSAUDIO through v4l1-compatMauro Carvalho Chehab
2007-10-26remove V4L1 from being compiled when V4L2 only is selectedMauro Carvalho Chehab
2007-10-26Partial conversion from V4L1 to V4L2Mauro Carvalho Chehab
2007-10-26Cleanup: removed i2c_vidiocschanMauro Carvalho Chehab
2007-10-22bttv: Update initial image size when set via V4L1 VIDIOCMCAPTURETrent Piepho
2007-10-22bttv: SPICT ioctl doesn't work with vlcTrent Piepho
2007-10-15v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab
2007-10-05 V4L: videobuf-core.c avoid NULL dereferences in videobuf-coreMauro Carvalho Chehab
2007-10-08V4L: convert struct class_device to struct deviceMauro Carvalho Chehab
2007-08-23Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab
2007-08-21Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab
2007-06-30bttv: fix v4l1 breaking the driverTrent Piepho