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