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