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