linux-sg2042/drivers/media/video
Michael H. Schimek 67f1570a06 V4L/DVB (3178): bttv VBI fixes
- V4L2_(G|S|TRY)_FMT returned incorrect VBI start lines for PAL-M,
NTSC-JP, and PAL-60. They also returned an inaccurate VBI offset.
- V4L2_(G|S)_FMT and V4L2_TRY_FMT disagreed about the start of VBI
capturing in PAL and SECAM second field. Note the start line fixes
may break applications using VIDIOCSVBIFMT because this ioctl fails
when the driver does not support exactly the requested parameters.
- V4L2_TRY_FMT did not clear the reserved field in struct
v4l2_vbi_format.
- V4L2_(S|TRY)_FMT did not expect very large or small VBI start or
count values, returning wrong (but safe) counts due to an overflow.
- VIDIOCGVBIFMT confused V4L and V4L2 VBI flags. However this had no
effect because the flags have the same value and bttv never sets
them.
- In v4l_compat_translate_ioctl() the VIDIOC(G|S)VBIFMT code did not
expect V4L2 drivers supporting VBI formats besides V4L2_PIX_FMT_GREY.

Signed-off-by: Michael H. Schimek <mschimek@gmx.at>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2006-01-09 15:25:27 -02:00
..
cx88 V4L/DVB (3162): Some fixes at cx88 controls 2006-01-09 15:25:26 -02:00
cx25840 V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
em28xx V4L/DVB (3123b): syncs V4L subsystem tree with kernel 2006-01-09 15:25:21 -02:00
ovcamchip [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
saa7134 V4L/DVB (3123b): syncs V4L subsystem tree with kernel 2006-01-09 15:25:21 -02:00
Kconfig V4L/DVB (3115): Add missing VIDEO_ADV_DEBUG config option. 2006-01-09 15:25:18 -02:00
Makefile V4L/DVB (3161): ir-kbd-gpio is now part of bttv 2006-01-09 15:25:25 -02:00
adv7170.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
adv7175.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
arv.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
bt819.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
bt832.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
bt832.h [PATCH] v4l: 800: whitespace cleanups 2005-11-09 07:56:20 -08:00
bt848.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bt856.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
btcx-risc.c [PATCH] v4l: common part Updates and tuner additions 2005-09-09 13:57:49 -07:00
btcx-risc.h [PATCH] v4l: common part Updates and tuner additions 2005-09-09 13:57:49 -07:00
bttv-cards.c V4L/DVB (3161): ir-kbd-gpio is now part of bttv 2006-01-09 15:25:25 -02:00
bttv-driver.c V4L/DVB (3178): bttv VBI fixes 2006-01-09 15:25:27 -02:00
bttv-gpio.c V4L/DVB (3161): ir-kbd-gpio is now part of bttv 2006-01-09 15:25:25 -02:00
bttv-i2c.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
bttv-if.c [PATCH] v4l: 800: whitespace cleanups 2005-11-09 07:56:20 -08:00
bttv-input.c V4L/DVB (3167): added ntsc parameter to tuner and more standardized debugs 2006-01-09 15:25:27 -02:00
bttv-risc.c [PATCH] v4l: 801: whitespaces cleanups 2005-11-09 07:56:21 -08:00
bttv-vbi.c V4L/DVB (3178): bttv VBI fixes 2006-01-09 15:25:27 -02:00
bttv.h V4L/DVB (3161): ir-kbd-gpio is now part of bttv 2006-01-09 15:25:25 -02:00
bttvp.h V4L/DVB (3178): bttv VBI fixes 2006-01-09 15:25:27 -02:00
bw-qcam.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
bw-qcam.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
c-qcam.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
compat_ioctl32.c V4L/DVB (3152): Fixes some troubles at v4l2 compat stuff 2006-01-09 15:25:00 -02:00
cpia.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
cpia.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpia_pp.c [PATCH] parport: phase fixes 2006-01-06 08:33:56 -08:00
cpia_usb.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
cs53l32a.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
cs8420.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dpc7146.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hexium_gemini.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hexium_orion.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmmpeg2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
indycam.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
indycam.h VINO driver version 0.0.5. 2005-11-07 18:05:41 +00:00
ir-kbd-i2c.c V4L/DVB (3123b): syncs V4L subsystem tree with kernel 2006-01-09 15:25:21 -02:00
meye.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
meye.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
msp3400.c V4L/DVB (3159): Replaces MAX()/MIN() by kernel.h max()/min() macros 2006-01-09 15:25:24 -02:00
msp3400.h [PATCH] v4l: common part Updates and tuner additions 2005-09-09 13:57:49 -07:00
mt20xx.c V4L/DVB (3105): Remove AUDC_CONFIG_PINNACLE horror, fix mt20xx radio support. 2006-01-09 15:25:16 -02:00
mxb.c [PATCH] v4l: fix tuning with MXB driver 2005-07-27 16:26:17 -07:00
mxb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
planb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
planb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pms.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
rds.h [PATCH] saa6588 __user annotations 2005-09-29 08:46:27 -07:00
saa711x.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
saa5246a.c [PATCH] i2c: drop empty i2c_driver.command implementations 2006-01-05 22:16:26 -08:00
saa5246a.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
saa5249.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
saa6588.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
saa7110.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
saa7111.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
saa7114.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
saa7115.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
saa7121.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
saa7127.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
saa7146.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
saa7146reg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
saa7185.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
saa7191.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
saa7191.h VINO driver version 0.0.5. 2005-11-07 18:05:41 +00:00
saa7196.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
stradis.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
tda7432.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
tda8290.c V4L (0987): Added Secam L' std on tda9887 and common macros moved to videodev2.h 2006-01-09 15:25:00 -02:00
tda9840.c Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 2006-01-06 15:25:08 -08:00
tda9840.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tda9875.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
tda9887.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
tea5767.c [PATCH] v4l: 800: whitespace cleanups 2005-11-09 07:56:20 -08:00
tea6415c.c Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 2006-01-06 15:25:08 -08:00
tea6415c.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tea6420.c Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 2006-01-06 15:25:08 -08:00
tea6420.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tuner-3036.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
tuner-core.c V4L/DVB (3167): added ntsc parameter to tuner and more standardized debugs 2006-01-09 15:25:27 -02:00
tuner-simple.c V4L/DVB (3166): "Philips 1236D ATSC/NTSC dual in" - fix typo. 2006-01-09 15:25:26 -02:00
tvaudio.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
tvaudio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tveeprom.c V4L/DVB (3160): Updates to the tveeprom eeprom checking 2006-01-09 15:25:25 -02:00
tvmixer.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
tvp5150.c V4L/DVB (3099): Fixed device controls for em28xx on WinTV USB2 devices 2006-01-09 15:25:14 -02:00
tvp5150_reg.h [PATCH] v4l: 673: initial code for texas instruments tvp5150a and tvp5150am1 2005-11-09 07:56:11 -08:00
v4l1-compat.c V4L/DVB (3178): bttv VBI fixes 2006-01-09 15:25:27 -02:00
v4l2-common.c [PATCH] remove gcc-2 checks 2006-01-08 20:14:02 -08:00
video-buf-dvb.c [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4 2005-12-12 08:57:44 -08:00
video-buf.c [PATCH] V4L: Fixes Bttv raw format to fix VIDIOCSPICT ioctl 2005-12-01 15:48:58 -08:00
videocodec.c [PATCH] kfree cleanup: drivers/media 2005-11-07 07:54:04 -08:00
videocodec.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
videodev.c V4L/DVB (3123b): syncs V4L subsystem tree with kernel 2006-01-09 15:25:21 -02:00
vino.c VINO driver version 0.0.5. 2005-11-07 18:05:41 +00:00
vino.h [PATCH] Indycam / VINO drivers 2005-09-07 16:58:01 -07:00
vpx3220.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
w9966.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
wm8775.c V4L/DVB (3123a): remove uneeded #if from V4L subsystem 2006-01-09 15:25:20 -02:00
zoran.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zoran_card.c [PATCH] kfree cleanup: drivers/media 2005-11-07 07:54:04 -08:00
zoran_card.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zoran_device.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zoran_device.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zoran_driver.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
zoran_procfs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zoran_procfs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zr36016.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
zr36016.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zr36050.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
zr36050.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zr36057.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zr36060.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
zr36060.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zr36120.c V4L (926_2): Moves compat32 functions from fs to v4l subsystem 2006-01-09 15:24:57 -02:00
zr36120.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zr36120_i2c.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zr36120_mem.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zr36120_mem.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00