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