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