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