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