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