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