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