| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - used do { } while(0) according with CodingStyle
        Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  |  | 
|  | * cx88-blackbird.c:
- fix mpeg packet size & count
- add VIDIOC_QUERYCAP ioctl for the mpeg stream
- return more information in struct v4l2_format
- fix default window height
* cx88-video.c:
- small cleanups
Signed-off-by: Catalin Climov <catalin@climov.com> | 
|  | * cx88-video.c: (video_release):
	* mt20xx.c: (microtune_init):
	* saa7134-video.c: (video_release):
	* tda8290.c: (standby), (tda8290_init):
	* tda9887.c: (tda9887_set_tvnorm), (tda9887_configure),
	(tda9887_command):
	* tea5767.c: (set_radio_freq), (tea5767_standby),
	(tea5767_tuner_init):
	* tuner-core.c: (set_addr), (check_mode), (set_mode),
	(tuner_command):
	* tuner-simple.c: (default_tuner_init):
	* tuner.h:
	- New tuner standby API. | 
|  | - Added some registers to control PCI controller at CX2388x chips.
        * cx88-tvaudio.c:
        - BTSC Lang1 now is set to auto_stereo mode.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  |  | 
|  |  | 
|  | IMHO, to improve user-friendliness, we should eventually move CONFIG_DVB_BT8XX
menu option to underneath CONFIG_BT848, similar to cx88-dvb and saa7134-dvb.
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Add PCI-ids of Siemens-DVB-C card with Technotrend manufacturer id.
Signed-off-by: Karl Herz <karl.herz@gmx.de> | 
|  | * rds.h:
        * saa6588.c:
        - kernel module for acquiring RDS data from a SAA6588.
        * bttv-driver.c:
        - Allow multiple open() calls to /dev/radio
        - Add read functionality for /dev/radio
        Signed-off-by: Hans J. Koch <koch@hjk-az.de>
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | with "core". | 
|  |  | 
|  | to cx88_do_ioctl. | 
|  |  | 
|  |  | 
|  | Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | added .get_tune_settings callback for the NXT6000 to have a min_tune_delay of 500ms
Signed-off-by: Svante Olofsson <svante@agentum.com>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | - Some fixups. Still incomplete.
        * cx88-core.c:
        - New error message.
        - spaces replaced by tabs.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - some DMA code included. Still incomplete.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | 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> | 
|  | Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - snd register working. Also Capture control.
        - pending: pcm functions and fix some trouble when inserting it
          with other cx88 functions (cx8800) for example.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - Fix build with kernel earlier than 2.6.9.
	Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 
|  | Signed-off-by: Andreas Oberritter <obi@linuxtv.org> | 
|  | Signed-off-by: Andreas Oberritter <obi@linuxtv.org> | 
|  | Signed-off-by: Andreas Oberritter <obi@linuxtv.org> | 
|  | Signed-off-by: Andreas Oberritter <obi@linuxtv.org> | 
|  | Signed-off-by: Andreas Oberritter <obi@linuxtv.org> | 
|  | Otherwise a new feed drops all packets until the first packet with CC=0 arrives.
Signed-off-by: Andreas Oberritter <obi@linuxtv.org> | 
|  | Signed-off-by: Andreas Oberritter <obi@linuxtv.org> | 
|  | - extended rc5 protocol, firmware >= 0x2620 required
- key-up timer slightly adjusted
- completely moved remote control code to av7110_ir.c
- support for multiple ir receivers
- for now, all av7110 cards share the same ir configuration and event device | 
|  | - card #135, DVICO FusionHDTV 5 Lite:
          Altered card settings to make autodetection less verbose.
        - card #136, Acorp Y878F:
          Moved subsystem id detection out of "DVB cards" area and
          into a more appropriate location.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - This patch addresses valid objections to experimental code used to
          mute the tda9887 when the tuner is used for digital TV reception.
          That code is removed and replaced by a better solution.  Comments
          have been added, indicating that t_standby should be implemented
          in the future.
        Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
        Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | mute the tda9887 when the tuner is used for digital TV reception.
That code is removed and replaced by a better solution, which will
be implemented in video4linux tree.
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - 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> | 
|  | - Added some comments about DMA stuff.
        - Removed obsolete code.
        * tea5761.c:
        - Removed an incorrect comment that cames from tea5767.c file.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  |  | 
|  | kernel tree, replacing to to pci_get_device.
          Generated in 2.6.13-rc5-mm1 kernel version.
        Signed-off-by: Jiri Slaby <xslaby@fi.muni.cz>
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - local var renamed from rc5 to a better name (ircode).
        - Added a new NEC protocol based on pulse distance.
        Signed-off-by: Uli Luckas <luckas@musoft.de>
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  |  | 
|  |  |