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