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