]> git.sesse.net Git - vlc/blob - doc/developer/history.xml
Compilation fix
[vlc] / doc / developer / history.xml
1 <appendix> <title> Project history </title>
2
3   <sect1> <title> VIA and the Network2000 project </title>
4
5     <para>
6 The whole project started back in 1995. At that time, students of the
7 <ulink url="http://www.ecp.fr/"> &Eacute;cole Centrale de Paris </ulink>
8 enjoyed a TokenRing network, managed by the <ulink
9 url="http://www.via.ecp.fr/"> VIA Centrale R&eacute;seaux
10 association</ulink>, and were looking
11 for a solution to upgrade to a modern network. So the idea behind
12 Network2000 was to find a project students would realize that would
13 be interesting, would require a high-quality network, and could
14 provide enough fame so that sponsors would be interested.
15     </para>
16
17     <para>
18 Someone came up with the idea of doing television broadcast on the
19 network, so that students could watch TV in their room. This was
20 interesting, mixed a lot of cool technologies, and provided fame
21 because no one had written a free MPEG-2 decoder so far.
22     </para>
23
24   </sect1>
25
26   <sect1> <title> Foundation of the VideoLAN project </title>
27
28     <para>
29 <ulink url="http://www.3com.com/"> 3Com</ulink>,
30 <ulink url="http://www.bouygues.com/"> Bouygues </ulink> and
31 la Soci&eacute;t&eacute; des Amis were
32 interested and financed the project, which was then known after
33 the name of VideoLAN.
34     </para>
35
36     <para>
37 The VideoLAN team, in particular <ulink url="mailto:walken@via.ecp.fr">
38 Michel Lespinasse </ulink> (current maintainer of <ulink
39 url="http://www.linuxvideo.org/">LiViD</ulink>'s mpeg2dec)
40 and <ulink url="mailto:hpreg@via.ecp.fr"> R&eacute;gis
41 Duchesne</ulink>, started writing code in 1996. By the end of 1997 they had
42 a working client-server solution, but it would crash a lot and was
43 hard to extend.
44     </para>
45
46     <para>
47 At that time it was still closed-source and only-for-demo code.
48     </para>
49
50   </sect1>
51
52   <sect1> <title> VideoLAN Client design </title>
53
54     <para>
55 In 1998, <ulink url="mailto:seguin@via.ecp.fr"> Vincent Seguin</ulink>
56 (structure, interface and video output),
57 <ulink url="mailto:massiot@via.ecp.fr"> Christophe Massiot</ulink>
58 (input and video decoder),
59 <ulink url="mailto:maxx@via.ecp.fr"> Michel Kaempf</ulink>
60 (audio decoder and audio output) and
61 <ulink url="mailto:polux@via.ecp.fr"> Jean-Marc Dressler</ulink>
62 (synchronization) decided to write a brand new player from scratch,
63 called VideoLAN Client (VLC), so that it could be easily open sourced.
64 Of course we based it on code written by our predecessors, but in
65 an advanced structure, described in the first chapter (it hasn't been
66 necessary to change it a lot).
67     </para>
68
69     <para>
70 At the same time, <ulink url="mailto:benny@via.ecp.fr"> Beno&icirc;t
71 Steiner </ulink> started the writing of an advanced stream server, called
72 VideoLAN Server (VLS).
73     </para>
74
75     <para>
76 Functional test seeds have been released internally in June 1999
77 (vlc-DR1) and November 1999 (vlc-DR2), and we started large scale tests
78 and presentations. The French audience discovered us at Linux Expo
79 in June 1999, presenting our 20 minutes of Golden Eye (which is now
80 a legend among developers :-).  At that time only a network input was
81 possible, file input was added later, but it remained kludgy for a while.
82     </para>
83
84     <para>
85 In early 2000, we (especially <ulink url="mailto:sam@via.ecp.fr"> Samuel
86 Hocevar</ulink>, who is still a major contributor) started working
87 on DVDs (PS files, AC3, SPU). In the summer 2000, pre-release builds
88 have been seeded (0.2.0 versions), but they still lacked essential
89 features.
90     </para>
91
92     <para>
93 In late 2000, <ulink url="mailto:massiot@via.ecp.fr"> Christophe Massiot
94 </ulink> with the support of his company,
95 <ulink url="http://www.idealx.com/"> IDEALX</ulink>, rewrote major
96 parts of the input to allow modularization and advanced navigation, and <ulink
97 url="mailto:stef@via.ecp.fr"> Stéphane Borel </ulink> worked on a
98 fully-featured DVD plug-in for VLC.
99     </para>
100
101   </sect1>
102
103   <sect1> <title> The Opening </title>
104
105     <para>
106 For Linux Expo in February 2001, the <ulink url="http://www.gnu.org/">
107 Free Software Foundation </ulink> and <ulink url="http://www.idealx.com/">
108 IDEALX </ulink> wanted to make live streaming of the 2001 FSF awards
109 from Paris to New York. VideoLAN was the chosen solution. Finally
110 it couldn't be done live because of bandwidth considerations, but a
111 <ulink url="http://www.via.ecp.fr/~massiot/encoding.html"> chain of 
112 fully open-source solutions </ulink> made it possible to record it.
113     </para>
114
115     <para>
116 At the same time, the president of the <ulink url="http://www.ecp.fr/">
117 &Eacute;cole Centrale Paris</ulink> officially decided to place the software
118 under GNU General Public Licence, thanks to <ulink
119 url="mailto:henri@via.ecp.fr"> Henri Fallon</ulink>, <ulink
120 url="mailto:jprey@ads.ecp.fr"> Jean-Philippe Rey</ulink>, and the IDEALX team.
121     </para>
122
123     <para>
124 VideoLAN software is now one of the most popular open source DVD
125 players available, and has contributors all around the world. The
126 last chapter of this appendix is not written yet :-).
127     </para>
128
129   </sect1>
130
131 </appendix>