1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
.. SPDX-License-Identifier: GPL-2.0
Contributors
============
.. note::
This documentation is outdated. There are several other DVB contributors
that aren't listed below.
Thanks go to the following people for patches and contributions:
- Michael Hunold <[email protected]>
- for the initial saa7146 driver and its recent overhaul
- Christian Theiss
- for his work on the initial Linux DVB driver
- Marcus Metzler <[email protected]> and
Ralph Metzler <[email protected]>
- for their continuing work on the DVB driver
- Michael Holzt <[email protected]>
- for his contributions to the dvb-net driver
- Diego Picciani <[email protected]>
- for CyberLogin for Linux which allows logging onto EON
(in case you are wondering where CyberLogin is, EON changed its login
procedure and CyberLogin is no longer used.)
- Martin Schaller <[email protected]>
- for patching the cable card decoder driver
- Klaus Schmidinger <[email protected]>
- for various fixes regarding tuning, OSD and CI stuff and his work on VDR
- Steve Brown <[email protected]>
- for his AFC kernel thread
- Christoph Martin <[email protected]>
- for his LIRC infrared handler
- Andreas Oberritter <[email protected]>,
Dennis Noermann <[email protected]>,
Felix Domke <[email protected]>,
Florian Schirmer <[email protected]>,
Ronny Strutz <[email protected]>,
Wolfram Joost <[email protected]>
and all the other dbox2 people
- for many bugfixes in the generic DVB Core, frontend drivers and
their work on the dbox2 port of the DVB driver
- Oliver Endriss <[email protected]>
- for many bugfixes
- Andrew de Quincey <[email protected]>
- for the tda1004x frontend driver, and various bugfixes
- Peter Schildmann <[email protected]>
- for the driver for the Technisat SkyStar2 PCI DVB card
- Vadim Catana <[email protected]>,
Roberto Ragusa <[email protected]> and
Augusto Cardoso <[email protected]>
- for all the work for the FlexCopII chipset by B2C2,Inc.
- Davor Emard <[email protected]>
- for his work on the budget drivers, the demux code,
the module unloading problems, ...
- Hans-Frieder Vogt <[email protected]>
- for his work on calculating and checking the crc's for the
TechnoTrend/Hauppauge DEC driver firmware
- Michael Dreher <[email protected]> and
Andreas 'randy' Weinberger
- for the support of the Fujitsu-Siemens Activy budget DVB-S
- Kenneth Aafløy <[email protected]>
- for adding support for Typhoon DVB-S budget card
- Ernst Peinlich <[email protected]>
- for tuning/DiSEqC support for the DEC 3000-s
- Peter Beutner <[email protected]>
- for the IR code for the ttusb-dec driver
- Wilson Michaels <[email protected]>
- for the lgdt330x frontend driver, and various bugfixes
- Michael Krufky <[email protected]>
- for maintaining v4l/dvb inter-tree dependencies
- Taylor Jacob <[email protected]>
- for the nxt2002 frontend driver
- Jean-Francois Thibert <[email protected]>
- for the nxt2004 frontend driver
- Kirk Lapray <[email protected]>
- for the or51211 and or51132 frontend drivers, and
for merging the nxt2002 and nxt2004 modules into a
single nxt200x frontend driver.
(If you think you should be in this list, but you are not, drop a
line to the DVB mailing list)
|