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