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