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