]> git.sesse.net Git - vlc/blob - ChangeLog
* fixed a dumb bug in the Makefile that prevented inclusion of the
[vlc] / ChangeLog
1 Wed Aug 16 01:07:14 CEST 2000
2 0.1.99g :
3
4   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
5   * new --synchro flag which lets you force which images are decoded.
6   * removed an unused variable in the MMX YUVs.
7   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
8   * now scaling is on by default, so that people won't tell that the vlc
9     cannot do scaling :-)
10   * fixed a few long lines.
11   * fixed 8bpp YUV.
12   * fixed the fscked up Bresenham algorithm in all YUV functions.
13   * fixed a dumb bug in the Makefile that prevented inclusion of the
14     -march=pentium directive. thanks Meuuh, blame sam.
15   * fixed a warning in main.c.
16   * separate Debian packages.
17   * added request for ALSA support in the TODO list.
18
19 Tue Aug  8 11:24:01 CEST 2000
20 0.1.99f :
21
22   * plugin detection now works
23   * "gvlc", "fbvlc", "ggivlc" aliases now work
24   * fixed functions that weren't properly inlined
25   * removed bloat from the MMX YUV plugin
26   * vlc.init becomes ~/.vlcrc
27   * removed float operations in the video decoder, and all emms asm functions
28   * borrowed linuxvideo's MMX motion compensation
29   * fixed an undefined symbol in the MMX YUV plugin
30
31 Thu Jul 20 15:14:06 CEST 2000
32 0.1.99e :
33
34   * new bitstream syntax and slight performance increase
35   * BeOS build fix
36   * removed the sample code from the reference decoder
37
38 Wed Jul 12 01:24:40 CEST 2000
39 0.1.99d :
40
41   * fixed RPM build
42   * .deb is now more lintian-friendly
43   * fixed vlc.spec to install nicely
44   * PLUGIN_PATH and DATA_PATH now in include/*.h
45   * removed a few useless warning messages
46   * removed remaining header stuff related to the old non-free decoder
47   * fixed the MGA build (doesn't work yet, though)
48   * new plugin API
49   * updated the INSTALL document
50   * plugin auto-detection
51   * fixed a few misspellings in the code
52   * removed the default --enable-ppro option because it didn't work on K6-2
53   * the framebuffer client now leaves the console in a working state
54   * the dithered 8 bpp YUV transformation works again (blame bbp !)
55   * the YUV transformations are now plugins as well
56   * alternative symlinks like gvlc, fbvlc are now created at compile time
57   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
58   * fixed an endianness problem which occured on iMacs
59   * fixed the build for the Mandrake distribution
60
61 Sun Jun 18 18:54:48 CEST 2000
62 0.1.99c :
63
64   * fixed Makefile.in for debug version
65   * caught Delete Window event in Gnome and X11 modes
66   * fixed man page
67   * GGI output now works
68   * fixed a segfault on exit for the Gnome plugin
69   * fixed compile problems for BeOS
70   * sound support almost works under BeOS
71   * fixed a warning in ac3_exponent.c
72   * automatic support for .rpm and .deb building
73
74 Sat Jun 17 03:35:02 CEST 2000
75 0.1.99b :
76
77   * fixed a bug preventing to quit when run with no arguments
78   * new VLAN changing code
79   * created the ChangeLog file :)
80
81 Thu Jun 15 20:48:54 CEST 2000
82 0.1.99a :
83
84   * first public release
85