]> git.sesse.net Git - vlc/blob - ChangeLog
Remplissure du champ AUTHORS des sources.
[vlc] / ChangeLog
1 O.1.99i :
2
3   * fixed the support for the field pictures, which involved a few dozens
4     bugs in the video parser and video decoder
5   * put names of authors under a lot of source files, for historical purposes
6
7 Tue, 22 Aug 2000 01:31:58 +0200
8 0.1.99h :
9
10   * fixed the sound issue under beos
11   * fixed a bug that was making the crash randomly under beos
12   * fixed a bug that was exhausting system ressources under beos
13   * improved the cond_var for beos
14   * added support for the SDL vout : the --display fullscreen allows 
15     fullscreen when possible. Disabled by default.
16   * added sdlvlc (which probably should start in fullscreen, no ?)
17   * removed sdlvlc :)
18   * updated debian directory to build vlc-sdl.
19   * removed CCFLAGS flags which were improperly used.
20   * added hints for powerpc build.
21   * fixed the input_file exit bug.
22   * fixed a Makefile bug which removed the CVS directory.
23   * removed the frame statistics output.
24   * removed a verbose message in intf_sdl.c.
25   * added a few sanity checks in the audio mpeg and ac3 decoders.
26   * temporarily got rid of vlc.channels.
27   * added notice in debian/control about unencrypted DVDs.
28   * fixed PowerPC .deb build.
29  
30 Wed, 16 Aug 2000 01:07:14 +0200
31 0.1.99g :
32
33   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
34   * new --synchro flag which lets you force which images are decoded.
35   * removed an unused variable in the MMX YUVs.
36   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
37   * now scaling is on by default, so that people won't tell that the vlc
38     cannot do scaling :-)
39   * fixed a few long lines.
40   * fixed 8bpp YUV.
41   * fixed the fscked up Bresenham algorithm in all YUV functions.
42   * fixed a dumb bug in the Makefile that prevented inclusion of the
43     -march=pentium directive. thanks Meuuh, blame sam.
44   * fixed a warning in main.c.
45   * separate Debian packages.
46   * added request for ALSA support in the TODO list.
47   * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
48
49 Tue,  8 Aug 2000 11:24:01 +0200
50 0.1.99f :
51
52   * plugin detection now works
53   * "gvlc", "fbvlc", "ggivlc" aliases now work
54   * fixed functions that weren't properly inlined
55   * removed bloat from the MMX YUV plugin
56   * vlc.init becomes ~/.vlcrc
57   * removed float operations in the video decoder, and all emms asm functions
58   * borrowed linuxvideo's MMX motion compensation
59   * fixed an undefined symbol in the MMX YUV plugin
60
61 Thu, 20 Jul 2000 15:14:06 +0200
62 0.1.99e :
63
64   * new bitstream syntax and slight performance increase
65   * BeOS build fix
66   * removed the sample code from the reference decoder
67
68 Wed, 12 Jul 2000 01:24:40 +0200
69 0.1.99d :
70
71   * fixed RPM build
72   * .deb is now more lintian-friendly
73   * fixed vlc.spec to install nicely
74   * PLUGIN_PATH and DATA_PATH now in include/*.h
75   * removed a few useless warning messages
76   * removed remaining header stuff related to the old non-free decoder
77   * fixed the MGA build (doesn't work yet, though)
78   * new plugin API
79   * updated the INSTALL document
80   * plugin auto-detection
81   * fixed a few misspellings in the code
82   * removed the default --enable-ppro option because it didn't work on K6-2
83   * the framebuffer client now leaves the console in a working state
84   * the dithered 8 bpp YUV transformation works again (blame bbp !)
85   * the YUV transformations are now plugins as well
86   * alternative symlinks like gvlc, fbvlc are now created at compile time
87   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
88   * fixed an endianness problem which occured on iMacs
89   * fixed the build for the Mandrake distribution
90
91 Sun, 18 Jun 2000 18:54:48 +0200
92 0.1.99c :
93
94   * fixed Makefile.in for debug version
95   * caught Delete Window event in Gnome and X11 modes
96   * fixed man page
97   * GGI output now works
98   * fixed a segfault on exit for the Gnome plugin
99   * fixed compile problems for BeOS
100   * sound support almost works under BeOS
101   * fixed a warning in ac3_exponent.c
102   * automatic support for .rpm and .deb building
103
104 Sat, 17 Jun 2000 03:35:02 +0200
105 0.1.99b :
106
107   * fixed a bug preventing to quit when run with no arguments
108   * new VLAN changing code
109   * created the ChangeLog file :)
110
111 Thu, 15 Jun 2000 20:48:54 +0200
112 0.1.99a :
113
114   * first public release
115