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