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