]> git.sesse.net Git - vlc/blob - debian/changelog
* Bug fixes and enhancements in the Gtk+/Gnome interfaces.
[vlc] / debian / changelog
1 vlc (0.2.63-3) unstable; urgency=low
2
3   * Added versioned conflicts/replaces to vlc-gtk (Closes: #88796).
4
5  -- Samuel Hocevar <sam@zoy.org>  Wed,  7 Mar 2001 20:47:48 +0100
6
7 vlc (0.2.63-2) unstable; urgency=low
8
9   * Glide shouldn't cause any non-x86 problems anymore (Closes: #88583).
10
11  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 12:50:28 +0100
12
13 vlc (0.2.63-1) unstable; urgency=low
14
15   * New upstream release.
16
17  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 00:41:16 +0100
18
19 vlc (0.2.62-2) unstable; urgency=low
20
21   * Removed a few lintian warnings.
22
23  -- Samuel Hocevar <sam@zoy.org>  Sat,  3 Mar 2001 10:29:31 +0100
24
25 vlc (0.2.62-1) unstable; urgency=low
26
27   * New release. Glide and GGI packages build again.
28   * Updated vlc.1 manpage (Closes: #87478).
29   * Fixed debian/control (Closes: #83707).
30   * The framebuffer plugin doesn't hijack ^C anymore (Closes: #87500).
31
32  -- Samuel Hocevar <sam@zoy.org>  Fri,  2 Mar 2001 17:32:24 +0100
33
34 vlc (0.2.61-1) unstable; urgency=low
35
36   * New release. The package build works again.
37
38  -- Samuel Hocevar <sam@zoy.org>  Fri, 16 Feb 2001 08:09:59 +0100
39
40 vlc (0.2.60-1) unstable; urgency=low
41
42   * New release. The package build is most presumably FUBAR.
43
44  -- Samuel Hocevar <sam@zoy.org>  Wed, 14 Feb 2001 08:33:46 +0100
45
46 vlc (0.2.50-1) unstable; urgency=low
47
48   * Only build vlc-glide under x86 (Closes: #84046).
49   * Switched PentiumPro optimization off (Closes: #83707).
50
51  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Feb 2001 20:49:15 +0100
52
53 vlc (0.2.50-1) unstable; urgency=low
54
55   * Unstable release.
56
57  -- Samuel Hocevar <sam@zoy.org>  Wed, 31 Jan 2001 04:30:37 +0100
58
59 vlc (0.1.99i) unstable; urgency=low
60
61   * Fixed the framerate display
62
63  -- Samuel Hocevar <sam@zoy.org>  Tue, 24 Oct 2000 11:08:01 +0200
64
65 vlc (0.1.99i) unstable; urgency=low
66
67   * fixed the support for field pictures, which involved a few dozens
68     bugs in the video parser and video decoder.
69   * renamed an inconsistent variable in src/input/input_file.c.
70   * added support for I+ synchro (all Is and the first P).
71   * fixed a motion compensation bug which generated some distortion
72     on B images.
73   * fixed a motion compensation bug for skipped macroblocks.
74   * fixed a synchro bug for field images.
75   * fixed the --server option which didn't work if a ~/.vlcrc existed.
76
77  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 28 Aug 2000 02:34:18 +0200
78
79 vlc (0.1.99h) unstable; urgency=low
80
81   * added support for the SDL vout : the --display fullscreen allows
82     fullscreen when possible. Disabled by default.
83   * updated debian directory to build vlc-sdl.
84   * removed CCFLAGS flags which were improperly used.
85   * added hints for powerpc build.
86   * fixed the input_file exit bug.
87   * removed the frame statistics output.
88   * removed a verbose message in intf_sdl.c.
89   * added a few sanity checks in the audio mpeg and ac3 decoders.
90   * temporarily got rid of vlc.channels.
91
92  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 22 Aug 2000 01:31:58 +0200
93
94 vlc (0.1.99g) unstable; urgency=low
95
96   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
97   * new --synchro flag which lets you force which images are decoded.
98   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
99   * now scaling is on by default, so that people won't tell that the vlc
100     cannot do scaling :-)
101   * fixed 8bpp YUV.
102   * fixed the fscked up Bresenham algorithm in all YUV functions.
103   * fixed a dumb bug in the Makefile that prevented inclusion of the
104     -march=pentium directive. thanks Meuuh, blame sam.
105   * separate Debian packages
106
107  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 16 Aug 2000 01:07:14 +0200
108
109 vlc (0.1.99f) unstable; urgency=low
110
111   * plugin detection now works
112   * "gvlc", "fbvlc", "ggivlc" aliases now work
113   * fixed functions that weren't properly inlined
114   * removed bloat from the MMX YUV plugin
115   * vlc.init becomes ~/.vlcrc
116   * removed float operations in the video decoder, and all emms asm functions
117   * borrowed linuxvideo's MMX motion compensation
118   * fixed an undefined symbol in the MMX YUV plugin
119
120  -- Samuel Hocevar <sam@via.ecp.fr>  Tue,  8 Aug 2000 11:24:01 +0200
121
122 vlc (0.1.99e) unstable; urgency=low
123
124   * new bitstream syntax and slight performance increase
125
126  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 20 Jul 2000 15:14:06 +0200
127
128 vlc (0.1.99d) unstable; urgency=low
129
130   * .deb is now more lintian-friendly
131   * removed a few useless warning messages
132   * new plugin API
133   * plugin auto-detection
134   * removed the default --enable-ppro option because it didn't work on K6-2
135   * the framebuffer client now leaves the console in a working state
136   * the dithered 8 bpp YUV transformation works again (blame bbp !)
137   * the YUV transformations are now plugins as well
138   * alternative symlinks like gvlc, fbvlc are now created at compile time
139   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
140   * fixed an endianness problem which occured on iMacs
141
142  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 12 Jul 2000 01:24:40 +0200
143
144 vlc (0.1.99c) unstable; urgency=low
145
146   * Caught Delete Window event in Gnome and X11 modes
147   * Fixed manpage
148   * GGI output now works
149   * Fixed a segfault on exit for the Gnome plugin
150   * Sound support almost works under BeOS
151
152  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 20 Jun 2000 03:01:12 +0200
153
154 vlc (0.1.99b) unstable; urgency=low
155
156   * Added a ChangeLog file
157   * Updated the VLAN code
158   * Fixed a bug preventing to quit
159
160  -- Samuel Hocevar <sam@via.ecp.fr>  Sat, 17 Jun 2000 03:46:16 +0200
161
162 vlc (0.1.99a) unstable; urgency=low
163
164   * Fixed some compile flag errors
165
166  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 15 Jun 2000 20:48:54 +0200
167
168 vlc (0.1.99-1) unstable; urgency=low
169
170   * Initial Release.
171
172  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 13 Mar 2000 02:21:45 +0100
173
174 Local variables:
175 mode: debian-changelog
176 End: