Age | Commit message (Collapse) | Author |
|
* ../v4l/Make.config:
* ../v4l/Makefile:
- Allow to disable build of video-buf-dvb in Make.config
using compile flag CONFIG_VIDEO_BUF_DVB
- replaced check using this method:
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0))
+#ifdef HAVE_VIDEO_BUF_DVB
* ../linux/drivers/media/video/saa7134/saa7134.h:
- #include <linux/notifier.h> in saa7134.h to fix build
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- removed commented old code.
* ../v4l/scripts/merge-trees.sh:
* ../v4l/scripts/unmerge-trees.sh:
- fix Make.config offsets.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../v4l/Make.config:
- Fixed dvb compiling.
* ../v4l/Make
- Included some options to make easier to commit.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Lots of small changes to allow compiling with kernel 2.4.
Compilation result not tested yet.
- After this patch, .version should be removed, since its
syntax has changed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
* ../v4l/Makefile:
* ../v4l/scripts/merge-trees.sh:
* ../v4l/scripts/unmerge-trees.sh:
- Step one, move merged dvb/v4l cvs tree functionality into Makefile.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
<cavedon@sssup.it>,Mauro Carvalho Chehab <mchehab@brturbo.com.br>
- Added support for Empia EM2820/2840 USB video capture devices.
Current support is working for:
Terratec Cinergy 250 USB
Pinnacle PCTV USB 2
Hauppauge WinTV USB 2
Support is not working for:
Terratec Cinergy 250 USB (em2800 based)
MSI VOX USB 2.0 (saa7114 decoder based)
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Signed-off-by: Ludovico Cavedon <cavedon@sssup.it>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Added a new tuner tradution on tveeprom.
- tveeprom now, returns audio chip according with enum audiochip.
This allows audio chip autodetection as used on em28xx.
- CodeStyle cleanups.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|
|
|
|
- Basic decoder functions implemented.
Still lacks video std functions.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
to turn on, CONFIG_VIDEO_ALSA = m
anyway, it didn't provide digital audio yet.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Added support for future alsa support, yet to be finished.
* bt87x-alsa.c:
- bt87x.c that is inside ALSA tree. Yet to make it compile from here.
* cx88-alsa.c,cx88.h:
- cx88 ALSA skeleton. It is not yet working.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Finish previous cleanups
|
|
- Fix check for newer kernel to compile dvb modules.
* tea5767.c, tuner-core.c, tuner.h, tuner-simple.c, scripts/cardlist:
- Cleanup code a bit
* msp3400-old.c, vbi, tda9887.h:
- Remove unused files
|
|
* 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.
|
|
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
|
|
- 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
|
|
|
|
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>
|
|
- misc card-specific tweaks.
|
|
|
|
- splitted some generic dvb code into the new video-buf-dvb module.
|
|
- misc minor fixes.
|
|
- saa7134: new card by Michael Rodriguez-Torrent.
- bttv: remove check for cx88 boards.
|
|
|
|
|