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