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