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