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