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