]> git.sesse.net Git - vlc/blob - debian/changelog
9a42c10bf8d00661b6e201d0a9f5576ea2b62120
[vlc] / debian / changelog
1 vlc (XXX) unstable; urgency=low
2
3   * debian/control:
4     + Build-depend on fixed dvb-dev packages.
5
6  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  XXX
7
8 vlc (0.6.2+cvs20031030-2) unstable; urgency=low
9
10   * debian/control:
11     + Build-depend on a newer wxwindows version to avoid incompatibilities.
12     + Build-depend on linux-kernel-headers and build-conflict on dvb-dev
13       because these packages cannot be installed together.
14   * debian/rules:
15     + Temporarily disabled the framebuffer video output plugin because of
16       current code errors in linux-kernel-headers.
17
18  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat,  1 Nov 2003 11:01:40 +0100
19
20 vlc (0.6.2+cvs20031030-1) unstable; urgency=low
21
22   * New CVS snapshot.
23   * debian/rules:
24     + Disabled the deprecated satellite plugin; the dvb plugin is now
25       the recommended one (Closes: #216367).
26     + Don't install fortunes in /usr/share/games, they are too private for
27       common mortals (Closes: #212856). They are still available in the
28       /usr/share/doc/vlc directory though.
29     + Activated the speex codec.
30     + Activated the PVR input module.
31   * debian/control:
32     + Depend on ttf-freefont for subtitles.
33     + Upgraded debhelper build-dependency to (>= 4.0).
34
35  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 31 Oct 2003 11:08:57 +0100
36
37 vlc (0.6.2-3) unstable; urgency=low
38
39   * debian/control:
40     + Set libxosd-dev build-dependency to (>= 2.2.4-1.3) because previous
41       versions were broken on s390 (Closes: #208383).
42     + Rewrote long descriptions (Closes: #209602, #209615, #209628, #209636,
43       Closes: #209774, #209914, #210028, #210095).
44
45  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 15 Sep 2003 21:28:43 +0200
46
47 vlc (0.6.2-2) unstable; urgency=low
48
49   * debian/control:
50     + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
51       versions were broken on platforms where PIC/non-PIC cannot be mixed in
52       objects (Closes: #208383).
53     + Set policy to 3.6.1.0.
54
55  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri,  5 Sep 2003 02:32:54 +0200
56
57 vlc (0.6.2-1) unstable; urgency=low
58
59   * New upstream release.
60   * debian/control:
61     + Added a build-dependency on freetype6-dev.
62     + Added a build-dependency on libdvbpsi2-dev.
63     + We now recommend gnome-vlc | wxvlc.
64     + We now suggest fortune-mod.
65   * This release now uses libfreetype to render subtitles, and we recommend
66     ttf-freefont | ttf-thryomanes, so that the old .rle font is no longer
67     needed (Closes: #203013).
68   * extras/faad:
69     + aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
70   * extras/faad/common/mp4v2:
71     + aclocal-1.4 && autoconf && autoheader && automake-1.4 --foreign -a -c \
72       && libtoolize -c -f
73   * extras/mpeg2dec:
74     + aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
75
76  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue,  2 Sep 2003 10:45:24 +0200
77
78 vlc (0.6.0+cvs-20030716-2) unstable; urgency=low
79
80   * debian/control:
81     + Updated debhelper build-dependency to (>= 3.4.4) because we now
82       use debian/compat.
83     + Use ${misc:Depends} everywhere.
84
85  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 16 Jul 2003 16:55:31 +0200
86
87 vlc (0.6.0+cvs-20030716-1) unstable; urgency=low
88
89   * New CVS snapshot.
90   * debian/control:
91     + Set policy to 3.6.0. No changes required.
92     + Extended the package description.
93   * modules/video_output/x11/xcommon.c:
94     + Fix for crashes in the Mozilla plugin (Closes: #200920).
95   * mozilla/*:
96     + Compilation fixes for Mozilla 1.4 headers (Closes: #201093).
97
98  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 16 Jul 2003 16:55:31 +0200
99
100 vlc (0.6.0+cvs-20030705-1) unstable; urgency=low
101
102   * New CVS snapshot.
103     + Includes previous Debian fixes.
104     + Errors in plugins now properly trigger build abort so that no build
105       failures are missed. Thanks to LaMont Jones for pointing out the problem.
106   * debian/rules:
107     + Enabled Matroska support.
108     + Only build builtins in the first compile pass so that we don't mix PIC
109       and non-PIC code (Closes: #199968). Phew, I hope I got it right this
110       time.
111   * extras/ffmpeg:
112     + Re-applied the Alpha build fix from 0.6.0+cvs-20030627-2 that had
113       disappeared in 0.6.0+cvs-20030703-1.
114
115  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat,  5 Jul 2003 01:09:11 +0200
116
117 vlc (0.6.0+cvs-20030703-1) unstable; urgency=low
118
119   * New CVS snapshot.
120     + Includes previous Debian fixes.
121     + Build should be a bit faster now.
122   * extras/faad:
123     + aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
124   * extras/faad/common/id3lib:
125     + mkdir doc examples
126     + aclocal-1.4 && autoconf && automake-1.4 -a -c && libtoolize -c -f
127   * extras/mpeg2dec:
128     + aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
129     + Fixes build on parisc (Closes: #199693).
130
131  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  3 Jul 2003 11:25:57 +0200
132
133 vlc (0.6.0+cvs-20030627-2) unstable; urgency=low
134
135   * extras/ffmpeg:
136     + Fixed compilation for Alpha.
137   * debian/rules:
138     + Enabled the video4linux input plugin (Closes: #199427).
139
140  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 29 Jun 2003 21:12:10 +0200
141
142 vlc (0.6.0+cvs-20030627-1) unstable; urgency=low
143
144   * New upstream release.
145   * debian/rules:
146     + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
147       so that the rules can be called directly.
148     + Use the -s flag instead of -a so that debhelper properly handles the
149       i386-only plugin packages.
150     + Split the build rule into configure and build.
151   * debian/control:
152     + Removed leading "a"s from package descriptions.
153     + Set policy to 3.5.10.
154
155  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 21 Jun 2003 17:55:07 +0200
156
157 vlc (0.5.3-3) unstable; urgency=low
158
159   * Built-in modules were linked twice in the mozilla plugin; removed the
160     non-PIC ones (Closes: #194384).
161
162  -- Samuel Hocevar <sam@zoy.org>  Fri, 23 May 2003 11:15:19 +0200
163
164 vlc (0.5.3-2) unstable; urgency=low
165
166   * Changed the libvlc0-dev section to libdevel.
167   * We now build the static objects twice: once the normal way before we
168     link them with VLC, and once with -fPIC so that they can be linked to
169     the Mozilla plugin.
170   * Updated extras/faad/config.{sub,guess}.
171
172  -- Samuel Hocevar <sam@zoy.org>  Fri, 14 Apr 2003 15:14:07 +0200
173
174 vlc (0.5.3-1) unstable; urgency=low
175
176   * New upstream release.
177   * Fixed a clock skew issue in debian/rules.
178
179  -- Samuel Hocevar <sam@zoy.org>  Tue,  8 Apr 2003 15:20:20 +0100
180
181 vlc (0.5.2-4) unstable; urgency=low
182
183   * Changed the section of gnome-vlc and kvlc according to new Debian
184     archive sections.
185   * Updated woody-buildpackage so that packages say "stable".
186
187  -- Samuel Hocevar <sam@zoy.org>  Tue,  1 Apr 2003 18:08:01 +0200
188
189 vlc (0.5.2-3) unstable; urgency=low
190
191   * Added explicit dependencies on vlc to legacy packages to make linda and
192     lintian happier.
193   * Added correct versioned build-dependency on debhelper.
194   * Updated the autotools helper files in extras/faad.
195
196  -- Samuel Hocevar <sam@zoy.org>  Wed, 26 Mar 2003 02:50:34 +0100
197
198 vlc (0.5.2-2) unstable; urgency=low
199
200   * Bumped up standards version to 0.5.9.0.
201   * Added build-dependencies on libidl0 and libglib2.0-0 to work around
202     mozilla-dev's currently broken dependencies.
203   * We now link against libdvdread3 instead of libdvdread2.
204
205  -- Samuel Hocevar <sam@zoy.org>  Tue, 25 Mar 2003 23:21:51 +0100
206
207 vlc (0.5.2-1) unstable; urgency=low
208
209   * New upstream release.
210   * Removed vlc-plugin-dvb, vlc-plugin-xosd, vlc-plugin-aa, vlc-plugin-lirc and
211     vlc-plugin-dv packages because the dependencies are quite small, and merged
212     them into the main vlc package.
213   * Removed the vlc-mad, vlc-arts, vlc-lirc and vlc-aa legacy packages because
214     they were not in woody.
215
216  -- Samuel Hocevar <sam@zoy.org>  Tue, 11 Mar 2003 20:32:36 +0100
217
218 vlc (0.5.1-1) unstable; urgency=low
219
220   * New upstream release.
221   * The vlc-glide package is now Architecture: i386 only.
222   * The vlc-plugin-mad package Provides: mp3-decoder.
223   * The deprecated vlc-* packages have a proper link to /usr/share/doc/vlc/.
224
225  -- Samuel Hocevar <sam@zoy.org>  Sat, 15 Feb 2003 03:43:33 +0100
226
227 vlc (0.5.0-1) unstable; urgency=low
228
229   * New upstream release (Closes: #157166).
230   * Audio MPEG and A52 decoders now use external libraries (libmad, liba52).
231   * Build-Depends are now valid (Closes: #147103).
232   * More robust AVI parser (Closes: #158037).
233   * An issue with X taking more and more CPU was fixed (Closes: #153286).
234   * Package now includes a NEWS file.
235   * New package containing a Mozilla plugin.
236   * New codec packages: Ogg/Vorbis, DV.
237   * New GUI package: wxvlc (wxWindows).
238   * New debian/woody-buildpackage file that can be used to build Woody
239     packages.
240   * Made the GNOME desktop entries more user-friendly (Closes: #149749).
241
242  -- Samuel Hocevar <sam@zoy.org>  Thu,  4 Jul 2002 17:44:25 +0200
243
244 vlc (0.4.1-1) unstable; urgency=low
245
246   * New upstream release.
247
248  -- Samuel Hocevar <sam@zoy.org>  Mon,  3 Jun 2002 23:43:35 +0200
249
250 vlc (0.4.0-1) unstable; urgency=low
251
252   * New upstream release.
253
254  -- Samuel Hocevar <sam@zoy.org>  Thu, 23 May 2002 01:27:05 +0200
255
256 vlc (0.3.1-1) unstable; urgency=low
257
258   * New upstream release.
259   * Fixes a crash in the Gtk+ interface.
260
261  -- Samuel Hocevar <sam@zoy.org>  Thu, 18 Apr 2002 06:43:42 +0200
262
263 vlc (0.3.0-1) unstable; urgency=low
264
265   * New upstream release.
266   * Reworked Gtk interface (Closes: #138732), with a working preferences
267     dialog (Closes: #134142, #134147).
268   * The ALSA plugin now supports S/PDIF (Closes: #118301).
269
270  -- Samuel Hocevar <sam@zoy.org>  Sat,  6 Apr 2002 04:27:50 +0200
271
272 vlc (0.2.92-8) unstable; urgency=high
273
274   * Only link with libXv.a if libXv_pic.a wasn't found, which fixes
275     package builds on sid.
276   * Added -ffunction-sections to the compilation of mpeg_vdec.a when
277     the architecture is hppa.
278
279  -- Samuel Hocevar <sam@zoy.org>  Sun,  6 Jan 2002 06:56:08 +0100
280
281 vlc (0.2.92-7) unstable; urgency=high
282
283   * Fixed configure.in so that it doesn't fail on hppa.
284   * Fixed a symbol resolution issue that made vlc crash when libdvdcss
285     was installed.
286
287  -- Samuel Hocevar <sam@zoy.org>  Sat,  5 Jan 2002 03:46:23 +0100
288
289 vlc (0.2.92-6) unstable; urgency=high
290
291   * Attempt to fix IA64 and hppa builds.
292
293  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 Jan 2002 14:11:02 +0100
294
295 vlc (0.2.92-5) unstable; urgency=high
296
297   * Many fixes imported from the 0.2.92 upstream release (VCD input,
298     buffer management, decoder error management).
299   * Removed a stupid dependency on libc6 which prevented the package
300     from being built on alpha.
301
302  -- Samuel Hocevar <sam@zoy.org>  Wed,  2 Jan 2002 04:16:44 +0100
303
304 vlc (0.2.92-4) unstable; urgency=high
305
306   * Put debian/control and debian/rules in sync again (Closes: #126697).
307   * Replaced the 48x48 XPM icons with 32x32 icons to comply with policy
308     (Closes: #126939).
309   * Don't spawn the Gtk+ or the Gnome interface if no $DISPLAY variable is
310     present, which fixes the framebuffer output (Closes: #101753).
311
312  -- Samuel Hocevar <sam@zoy.org>  Sun, 30 Dec 2001 02:59:01 +0100
313
314 vlc (0.2.92-3) unstable; urgency=high
315
316   * Removed references to vlc-mad (Closes: #126194).
317
318  -- Samuel Hocevar <sam@zoy.org>  Sat, 22 Dec 2001 21:04:27 +0100
319
320 vlc (0.2.92-2) unstable; urgency=high
321
322   * Bumped urgency to high to get this stable version into testing; all
323     reported critical bugs were fixed.
324   * Bumped Standards-Version to 3.5.6.
325   * Fixed a PowerPC compilation issue.
326   * Fixed a crash in the VCD input.
327
328  -- Samuel Hocevar <sam@zoy.org>  Thu, 20 Dec 2001 23:24:21 +0100
329
330 vlc (0.2.92-1) unstable; urgency=low
331
332   * Using the stable 0.2.92 CVS branch, has lots of stability fixes.
333   * Disabled broken ALSA audio output (Closes: #110869, #119846).
334   * Changed configure.in so that vlc is linked against libXv.a,
335     not xvideo.so and sdl.so (Closes: #111790).
336   * Added versioned build-dep to libasound2-dev (Closes: #121057).
337
338  -- Samuel Hocevar <sam@zoy.org>  Wed, 19 Dec 2001 17:06:44 +0100
339
340 vlc (0.2.91-2) unstable; urgency=low
341
342   * Added "Video" menu hints (Closes: #121036).
343
344  -- Samuel Hocevar <sam@zoy.org>  Sun, 25 Nov 2001 02:25:34 +0100
345
346 vlc (0.2.91-1) unstable; urgency=low
347
348   * New upstream release.
349   * This release fixes IFO parsing issues (Closes: #119369).
350   * vlc will dlopen() an installed libdvdcss if available, to play
351     encrypted DVDs (Closes: #89856).
352   * vlc is now in sync with the official libdvdcss (Closes: #118194).
353
354  -- Samuel Hocevar <sam@zoy.org>  Mon, 12 Nov 2001 17:14:29 +0100
355
356 vlc (0.2.90-3) unstable; urgency=low
357
358   * Added stricter Build-Depends on libsdl1.2-dev (Closes: #117180).
359
360  -- Samuel Hocevar <sam@zoy.org>  Fri, 26 Oct 2001 16:06:01 +0200
361
362 vlc (0.2.90-2) unstable; urgency=low
363
364   * Various upstream bugfixes.
365   * Compiled against libsdl1.2-debian (Closes: #116709).
366
367  -- Samuel Hocevar <sam@zoy.org>  Tue, 23 Oct 2001 02:09:39 +0200
368
369 vlc (0.2.90-1) unstable; urgency=low
370
371   * Fixed syntax error in build dependencies (Closes: #109722).
372   * XVideo module now compiled as built-in, to avoid PIC and non-PIC
373     code collision (Closes: #111790).
374
375  -- Samuel Hocevar <sam@zoy.org>  Wed, 10 Oct 2001 15:00:29 +0200
376
377 vlc (0.2.83-2) unstable; urgency=low
378
379   * Fixed build dependencies for architectures not supporting libasound2
380     (Closes: #109722).
381
382  -- Samuel Hocevar <sam@zoy.org>  Fri, 24 Aug 2001 12:47:45 +0200
383
384 vlc (0.2.83-1) unstable; urgency=low
385
386   * New upstream release.
387   * Activated subtitles in overlay mode (Closes: #97471).
388
389  -- Samuel Hocevar <sam@zoy.org>  Wed, 22 Aug 2001 15:18:01 +0200
390
391 vlc (0.2.82-1) unstable; urgency=low
392
393   * New upstream release.
394   * Fixed broken manpage symlinks (Closes: #99561).
395
396  -- Samuel Hocevar <sam@zoy.org>  Tue,  7 Aug 2001 12:39:16 +0200
397
398 vlc (0.2.81-1) unstable; urgency=low
399
400   * New upstream release.
401
402  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Jul 2001 04:13:57 +0200
403
404 vlc (0.2.80-1) unstable; urgency=low
405
406   * New upstream release.
407
408  -- Samuel Hocevar <sam@zoy.org>  Tue,  5 Jun 2001 04:41:06 +0200
409
410 vlc (0.2.73-2) unstable; urgency=low
411
412   * We now build without MMX in the main application (Closes: #96036).
413
414  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 May 2001 07:13:04 +0200
415
416 vlc (0.2.73-1) unstable; urgency=low
417
418   * New upstream release.
419
420  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Apr 2001 07:02:35 +0200
421
422 vlc (0.2.72-1) unstable; urgency=low
423
424   * New upstream release.
425
426  -- Samuel Hocevar <sam@zoy.org>  Mon, 16 Apr 2001 14:33:53 +0200
427
428 vlc (0.2.71-1) unstable; urgency=low
429
430   * New upstream release.
431
432  -- Samuel Hocevar <sam@zoy.org>  Fri, 13 Apr 2001 08:13:26 +0200
433
434 vlc (0.2.70-1) unstable; urgency=low
435
436   * New upstream release.
437   * Non-i386 package builds really fixed (Closes: #89285).
438
439  -- Samuel Hocevar <sam@zoy.org>  Sat,  7 Apr 2001 05:52:00 +0200
440
441 vlc (0.2.63-3) unstable; urgency=low
442
443   * Added versioned conflicts/replaces to vlc-gtk (Closes: #88796).
444
445  -- Samuel Hocevar <sam@zoy.org>  Wed,  7 Mar 2001 20:47:48 +0100
446
447 vlc (0.2.63-2) unstable; urgency=low
448
449   * Glide shouldn't cause any non-x86 problems anymore (Closes: #88583).
450
451  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 12:50:28 +0100
452
453 vlc (0.2.63-1) unstable; urgency=low
454
455   * New upstream release.
456
457  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 00:41:16 +0100
458
459 vlc (0.2.62-2) unstable; urgency=low
460
461   * Removed a few lintian warnings.
462
463  -- Samuel Hocevar <sam@zoy.org>  Sat,  3 Mar 2001 10:29:31 +0100
464
465 vlc (0.2.62-1) unstable; urgency=low
466
467   * New release. Glide and GGI packages build again.
468   * Updated vlc.1 manpage (Closes: #87478).
469   * Fixed debian/control (Closes: #83707).
470   * The framebuffer plugin doesn't hijack ^C anymore (Closes: #87500).
471
472  -- Samuel Hocevar <sam@zoy.org>  Fri,  2 Mar 2001 17:32:24 +0100
473
474 vlc (0.2.61-1) unstable; urgency=low
475
476   * New release. The package build works again.
477
478  -- Samuel Hocevar <sam@zoy.org>  Fri, 16 Feb 2001 08:09:59 +0100
479
480 vlc (0.2.60-1) unstable; urgency=low
481
482   * New release. The package build is most presumably FUBAR.
483
484  -- Samuel Hocevar <sam@zoy.org>  Wed, 14 Feb 2001 08:33:46 +0100
485
486 vlc (0.2.50nocss-1) unstable; urgency=low
487
488   * Only build vlc-glide under x86 (Closes: #84046).
489   * Switched PentiumPro optimization off (Closes: #83707).
490
491  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Feb 2001 20:49:15 +0100
492
493 vlc (0.2.50-1) unstable; urgency=low
494
495   * Unstable release.
496
497  -- Samuel Hocevar <sam@zoy.org>  Wed, 31 Jan 2001 04:30:37 +0100
498
499 vlc (0.1.99i) unstable; urgency=low
500
501   * Fixed the framerate display
502
503  -- Samuel Hocevar <sam@zoy.org>  Tue, 24 Oct 2000 11:08:01 +0200
504
505 vlc (0.1.99i) unstable; urgency=low
506
507   * fixed the support for field pictures, which involved a few dozens
508     bugs in the video parser and video decoder.
509   * renamed an inconsistent variable in src/input/input_file.c.
510   * added support for I+ synchro (all Is and the first P).
511   * fixed a motion compensation bug which generated some distortion
512     on B images.
513   * fixed a motion compensation bug for skipped macroblocks.
514   * fixed a synchro bug for field images.
515   * fixed the --server option which didn't work if a ~/.vlcrc existed.
516
517  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 28 Aug 2000 02:34:18 +0200
518
519 vlc (0.1.99h) unstable; urgency=low
520
521   * added support for the SDL vout : the --display fullscreen allows
522     fullscreen when possible. Disabled by default.
523   * updated debian directory to build vlc-sdl.
524   * removed CCFLAGS flags which were improperly used.
525   * added hints for powerpc build.
526   * fixed the input_file exit bug.
527   * removed the frame statistics output.
528   * removed a verbose message in intf_sdl.c.
529   * added a few sanity checks in the audio mpeg and ac3 decoders.
530   * temporarily got rid of vlc.channels.
531
532  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 22 Aug 2000 01:31:58 +0200
533
534 vlc (0.1.99g) unstable; urgency=low
535
536   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
537   * new --synchro flag which lets you force which images are decoded.
538   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
539   * now scaling is on by default, so that people won't tell that the vlc
540     cannot do scaling :-)
541   * fixed 8bpp YUV.
542   * fixed the fscked up Bresenham algorithm in all YUV functions.
543   * fixed a dumb bug in the Makefile that prevented inclusion of the
544     -march=pentium directive. thanks Meuuh, blame sam.
545   * separate Debian packages
546
547  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 16 Aug 2000 01:07:14 +0200
548
549 vlc (0.1.99f) unstable; urgency=low
550
551   * plugin detection now works
552   * "gvlc", "fbvlc", "ggivlc" aliases now work
553   * fixed functions that weren't properly inlined
554   * removed bloat from the MMX YUV plugin
555   * vlc.init becomes ~/.vlcrc
556   * removed float operations in the video decoder, and all emms asm functions
557   * borrowed linuxvideo's MMX motion compensation
558   * fixed an undefined symbol in the MMX YUV plugin
559
560  -- Samuel Hocevar <sam@via.ecp.fr>  Tue,  8 Aug 2000 11:24:01 +0200
561
562 vlc (0.1.99e) unstable; urgency=low
563
564   * new bitstream syntax and slight performance increase
565
566  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 20 Jul 2000 15:14:06 +0200
567
568 vlc (0.1.99d) unstable; urgency=low
569
570   * .deb is now more lintian-friendly
571   * removed a few useless warning messages
572   * new plugin API
573   * plugin auto-detection
574   * removed the default --enable-ppro option because it didn't work on K6-2
575   * the framebuffer client now leaves the console in a working state
576   * the dithered 8 bpp YUV transformation works again (blame bbp !)
577   * the YUV transformations are now plugins as well
578   * alternative symlinks like gvlc, fbvlc are now created at compile time
579   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
580   * fixed an endianness problem which occured on iMacs
581
582  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 12 Jul 2000 01:24:40 +0200
583
584 vlc (0.1.99c) unstable; urgency=low
585
586   * Caught Delete Window event in Gnome and X11 modes
587   * Fixed manpage
588   * GGI output now works
589   * Fixed a segfault on exit for the Gnome plugin
590   * Sound support almost works under BeOS
591
592  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 20 Jun 2000 03:01:12 +0200
593
594 vlc (0.1.99b) unstable; urgency=low
595
596   * Added a ChangeLog file
597   * Updated the VLAN code
598   * Fixed a bug preventing to quit
599
600  -- Samuel Hocevar <sam@via.ecp.fr>  Sat, 17 Jun 2000 03:46:16 +0200
601
602 vlc (0.1.99a) unstable; urgency=low
603
604   * Fixed some compile flag errors
605
606  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 15 Jun 2000 20:48:54 +0200
607
608 vlc (0.1.99-1) unstable; urgency=low
609
610   * Initial Release.
611
612  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 13 Mar 2000 02:21:45 +0100
613