summaryrefslogtreecommitdiff
path: root/v4l
AgeCommit message (Collapse)Author
2005-06-19 * saa7134-cards.c, saa7134.h:Nickolay V. Shmyrev
- Add new card entry for Compro VideoMate TV Gold+II. Thanks to Elshin Roman <roxmail@list.ru>
2005-06-18 * MakefileMauro Carvalho Chehab
- make install now installs file over old 2.6 files - make v4l_install added for old behavior Some changelog lines changed so that all have the *same* format.
2005-06-18Remove CABLE type setting from DViCO FusionHDTV3 Gold-TMichael Krufky
2005-06-18 * dpl3518.c, msp3400-old.c, msp3400.c, saa6752hs.c, tda9887.c:Nickolay V. Shmyrev
* tuner-core.c, tvaudio.c, tveeprom.c: - Up requirement on kernel version to remove normal_i2c_range. Actually it gives nothing, only remove unused static structure so it's used as a reminder. - Fix compilation.
2005-06-18 * tuner-core.c, tuner-simple.c, tda8290:Nickolay V. Shmyrev
- Move PHILIPS_FMD initialization code to set_type function, - Fix dumb error in tda8290 tunning.
2005-06-18Allow backwards compatability with kernels < 2.6.12; add $id to tuner.hMichael Krufky
2005-06-18add $id to lgdt3302 filesMichael Krufky
2005-06-17Fix compilation warningNickolay V. Shmyrev
2005-06-17 * Make.config, Makefile, cx88-core.c, cx88-video.c:Nickolay V. Shmyrev
* cx88.h, msp3400.c, saa6752hs.c: * tda9887.c, tuner-core.c, tvaudio.c, tveeprom.c: - Remove unneeded config options. Now I2C_CLIENT_MULTI and I2C_NORMAL_RANGE is checked on the fly.
2005-06-17 - Add Philips Webcam format.Nickolay V. Shmyrev
Request from Luc Saillard <luc@saillard.org>.
2005-06-17Fix nicam detection on saa7134 cardsNickolay V. Shmyrev
2005-06-17 * Makefile, cx88-cards.c, cx88-dvb.c, cx88-i2c.c, cx88-mpeg.c, dvb-pll.c, ↵Michael Krufky
dvb-pll.h, lgdt3302.c, lgdt3302.h, lgdt3302_priv.h - added support for LGDT3302 demod for cx88 cards: DViCO FusionHDTV 3 Gold Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> * Make.config - Allow DVB to compile if kernel is later than 2.6.10
2005-06-17 * Makefile, cx88-cards.c, cx88-dvb.c, cx88-i2c.c, cx88-mpeg.c, dvb-pll.c, ↵Michael Krufky
dvb-pll.h, lgdt3302.c, lgdt3302.h, lgdt3302_priv.h - added support for LGDT3302 demod for cx88 cards: DViCO FusionHDTV 3 Gold Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> * Make.config - Allow DVB to compile if kernel is later than 2.6.10
2005-06-17Add tda1004x.h file. This is necessary to compile saa7134-dvb.cMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-17Fix detection of ADS PCI saa713xNickolay V. Shmyrev
2005-06-17Older gcc's can't do that.Mauro Carvalho Chehab
Signed-off-by: Andrew Morton <akpm@osdl.org>
2005-06-17Fixes a bug on frequency report for cx88 based cards. This bug producesMauro Carvalho Chehab
error on tvtime like: Tuner refuses to tell us the current frequency: Invalid argument videoinput: Please file a bug report at http://tvtime.net/ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-16 * bttv-driver.c, bttvp.h:Nickolay V. Shmyrev
- New bttv module params: - uv_ratio : allow a ratio of saturation between u and v. If you have a ratio of 40 and a saturation of 100, usat will be 80 and vstat 120. Useful to correct a bad color balance. - full_luma_range : provide a better contrast in using the full range 0-253 of values instead of 16-253. - coring : to have a better black level. Thanks to Sylvain Meyer <sylvain.meyer@worldonline.fr>
2005-06-16 * cx88-video.c, saa7134-video.c, bttv-driver.c:Mauro Carvalho Chehab
- radio range is now defined on tuner-core.c. Cleaning up. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-16Make all radio tuners use CAP_LOWNickolay V. Shmyrev
2005-06-15 * tuner.h, tuner-simple.c:Michael Krufky
- Move TUNER_PHILIPS_FMD1216ME_MK3 to tuner #63 to correct duplicate tuner #58 problem * saa7134-cards.c: - Remove duplicate entry for AVERMEDIA_307 * saa7134-video.c: - set video_v_start also for PAL_60 to line 23 and only line 23. Thanks to Hermann Pitton <hermann.pitton@onlinehome.de> * Make.conf: - Undo a change that I made by accident
2005-06-15 * tuner.h, tuner-simple.c:Michael Krufky
- Move TUNER_PHILIPS_FMD1216ME_MK3 to tuner #63 to correct duplicate tuner #58 problem * saa7134-cards.c: - Remove duplicate entry for AVERMEDIA_307 * saa7134-video.c: - set video_v_start also for PAL_60 to line 23 and only line 23. Thanks to Hermann Pitton <hermann.pitton@onlinehome.de> * Make.conf: - Undo a change that I made by accident
2005-06-15msgMichael Krufky
2005-06-15I2C API has changed on 2.6.12-rc6-mm1: I2C_CLIENT_INSMOD macro now doesn'tMauro Carvalho Chehab
require nor uses normal_i2c_range. A new define (CONFIG_USE_I2C_RANGE) is provided to provide compatibility. It is meant to be replaced by a kernel version test after aplyed to mainstream. This patch corrects it. High precision tunning on Radio is correclty supported. Some radio apps already uses it. There's an auto-detection process to check tuner range. Detailed info: * Make.config, Makefile, tuner-core.c: - CONFIG_TUNER_MULTI_I2C dropped from tuner-core.c and included on Make.config - included CONFIG_USE_I2C_RANGE for kernels that requires normal_i2c_range struct (only kernels after 2.6.12-rc6-mm1 doesn't require). * bt832.c, msp3400.c, saa6752hs.c, tda7432.c, tda9875.c, tda9887.c, tuner-core.c,tvaudio.c, tveeprom.c, - I2C range detection corrected to new behavior of 2.6.12-rc6-mm1 * cx88-video.c, tea5767, tuner-core.c: - V4L2_TUNER_CAP_LOW implemented according with V4L2 API for Radio. - tea5767 debug improved. * .bp/2.6/v4l-driver-doc - typo corrected. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-14*** empty log message ***Hartmut Hackmann
2005-06-13- added preliminary support for tda827x tunersHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-13 * bttvp.h:Nickolay V. Shmyrev
- Fix gcc 4.0 compilation * cx88-input.c: - Add remove for MSI TV@nywhere. Thanks to Jorik Jonker <jorik@dnd.utwente.nl>
2005-06-13 * saa7134-cards.c, caa7134.h, doc/README.saa7134:Nickolay V. Shmyrev
Mark all 7135 cards as 7133. Thanks to hermann pitton <hermann.pitton@onlinehome.de>
2005-06-13 * saa7134-cards.c, saa7134-dvb.c, saa7134.h:Nickolay V. Shmyrev
- Add new Typhoon DVB-T Cardbus. Thanks to Juergen Orschiedt <jorschiedt@web.de> cx88-core.c: - Fix compilation with gcc4.0
2005-06-12 Add support for ADS Tech Instant TV DVB-T PCI. Thanks toNickolay V. Shmyrev
Benoît Laniel <benoit.laniel@gmail.com>.
2005-06-12 Updated entry for Avermedia Cardbus E500. Thanks toNickolay V. Shmyrev
Kees Blom <Kees.Blom@cwi.nl>.
2005-06-12 * audiochip.h, compat.h, cx22702.h, cx88-core.c, cx88-dvb.c,Mauro Carvalho Chehab
cx88-i2c.c, cx88-vbi.c, cx88-video.c, dpl3518.c, dpl3518.h, i2c-compat.h, id.h, msp3400.h, or51132.c, or51132.h, plx9054.h, rds-saa6588.c, saa7134-dvb.c, tda7432.c, tda9875.c, tvaudio.c, tveeprom.h, tvmixer.c, v4l1-compat.c, video-buf-dvb.h: - Minor changes to synchronize with -mm series; - PAL-60 code maintained for SAA7134. However, -mm has different values; - Now, every .c or .h file has cvs field ID.
2005-06-12 * tuner-core.c:Mauro Carvalho Chehab
- Solved a problem when compiling with some versions of gcc - Solved a problem compiling without CONFIG_TUNER_MULTI_I2C - cx88-i2c.c, saa7134-i2c.c: - Make it compatible with kernel 2.6.12-rc6-mm1
2005-06-11README.patches now reflects current policy for submiting patches.Mauro Carvalho Chehab
2005-06-10Use audio gain for stereo radio. Correctly check stereo for differentNickolay V. Shmyrev
tuner types.
2005-06-10 - Syncrhronized with linux-2.6.12-rc6-mm1.Mauro Carvalho Chehab
- Should compile cleanly with linux-2.6.11 also. make snapshot improved.
2005-06-10Mostly corrected a bug when changing from audio <-> Tv mode and having ↵Mauro Carvalho Chehab
separated tuners. * tuner-core.c: - Improved debug for radio/TV tuner calls. - Corrected set radio/TV mode calls to change status go to both tuners. - Improved V4L2_TUNER_CAP_LOW support (tv_range hack) * tea5767.c: - Included a new debug message. * cx88-video.c: - Enabled V4L2_TUNER_CAP_LOW to radio.
2005-06-09tuner_core.c, cx88-video.c:Mauro Carvalho Chehab
- Add initial support for V4L2_TUNER_CAP_LOW. Still to be improved. - set_type call at set_addr fixed.
2005-06-08tuner-core.c:Mauro Carvalho Chehab
- Small bug fix. Add check code before using is_stereo.
2005-06-08Script helper files.Mauro Carvalho Chehab
.bp/2.6/i2c-tuner,.bp/2.6/v4l-driver-doc: - patch files for kernel 2.6 updated to reflect current changes. .buildpatch: - included a default buildpatch for generating patches to 2.6 with all v4l code.
2005-06-08Lots of change to provide an elegant way to select radio I2C address.Mauro Carvalho Chehab
It should be better tested and expanded to other *-cards.c. * cx88-cards.c, cx88-core.c, cx88-i2c.c, cx88-video.c, cx88.h, tea5767.c, tuner-core.c, tuner-simple.c, tuner.h: - Improved radio tuner support. - There is a new option to cx88 radio=xxx,xxx,xxx for radio adapters; - cx88-boards now specifies radio_type, tuner_addr and radio_addr - ADDR_UNSET macro means find default radio/video tuner
2005-06-07Make stereo/mono settings available for applications. Some improvementsNickolay V. Shmyrev
for MK3 tuners. Now tda9887 has stereo setting by default
2005-06-07Add new cardsNickolay V. Shmyrev
Kworld/Tevion V-Stream Xpert TV-PVR 7134 ADS Instant TV PCI (PTV-350) saa713x Fix FlyTV FM mini Thanks to Fabrice Aeschbacher <fabrice.aeschbacher@laposte.net> and to hermann pitton <hermann.pitton@onlinehome.de>
2005-06-07tea5767.c improvements:Mauro Carvalho Chehab
- Frequency select now is correct for TEA5767_LOW_LO_32768 on PV Ultra Pro. There was a 175 Khz shift before this patch. - Frequency tunning on V4L is a multiple of 62,5 Khz, but for radio, it would be better to be multiple of 50Khz. This patch provides a table select closest increment at 50Khz step. Not every 50Khz step is possible (there are 4 not possible). There are an odd table and an even table for better usage in coutries with odd frequencies (99.1 105.3 ...) and even frequencies ( 99.0, 105.2). Even frequency table is commented. How to select table by software ? It is better to have a better way to specify frequencies at V4L2 API.
2005-06-06Include API specs for both versions:Mauro Carvalho Chehab
* doc/V4L2_API.html: - Included V4L2 API from http://v4l2spec.bytesex.org *doc/V4L1_API.html - Include Obsoleted V4L API from doc on kernel-2.6.12-rc5-mm2
2005-06-06tuner-core.c:Mauro Carvalho Chehab
- temporary debug log removed.
2005-06-06tea5767.c:Mauro Carvalho Chehab
- Implemented status dump information for debug - Signal strengh indication corrected - Mono/Stereo detection corrected tuner-core.c: - Implemented radio stereo indication according w/ V4L and V4L2 API
2005-06-05tea5767.c, Makefile, tuner-core.c, tuner-simple.c, tuner.h:Mauro Carvalho Chehab
- Support for radio chip tea5767hn included. - It is used on several TV+FM cards, like cards with Tvision tuners (maybe also Tenna?). - This chip is always at I2C address 0xC0.
2005-06-05Deemphasis code for cx88 chipset implemented. Currently, not used.Mauro Carvalho Chehab
2005-06-03 * cx88-cards.c:Mauro Carvalho Chehab
- PV Ultra Pro PCI ID was included by accident. Removed. * tuner-simple.c: - Ymec chipset now reflects Philips, instead of Temic.