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