]> git.sesse.net Git - vlc/commitdiff
Added the changelog of vlc 0.4.6.
authorAlexis de Lattre <alexis@videolan.org>
Thu, 14 Nov 2002 22:44:57 +0000 (22:44 +0000)
committerAlexis de Lattre <alexis@videolan.org>
Thu, 14 Nov 2002 22:44:57 +0000 (22:44 +0000)
ChangeLog

index a1b4d099416dbe944a19a4e9269d0a129d1e7e9f..de8a4269002377ed7807d1ca1c157e5ae2129f8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -328,6 +328,35 @@ Not released yet
     belongs to plugins/mpeg_vdec.
   * ALL: the first libvlc commit.
 
+0.4.6
+Wed, 13 Nov 2002 23:41:00 +0200
+
+  * FAQ: changed Debian repository location to HTTP (for better upload
+    stats estimations on our side).
+  * plugins/a52/a52.c: is now the default ac3/a52 decoder (because it has a
+    nicer audio quality than ac3_adec).
+  * configure, Makefile.modules, configure.in: --enable-familiar accepts now:
+    --with-sdl-prefix=[PATH], --enable-gtk-prefix=[PATH] and
+    --enable-gpe-prefix=[PATH] to enable cross-compiling.
+  * plugins/familiar/familiar_callbacks.c: Bug in ReadDirectory() it results
+    in empty file/directory names in the user interface.
+  * configure.in: Added GPE support to familiar interface.
+    Use --with-gpe-prefix=<installation-dir> to enable it.
+  * ipkg/*: GPE is integrated in familiar files.
+  * ipkg/*: Familiar packaging files.
+  * include/defs.h.in: Added HAVE_GPE_INIT_H define for autodetection of
+    libgpewidget and GPE headerfiles.
+  * ALL: changes to reflect the fact that libdvdcss now needs a colon after
+    the DVD drive letter.
+  * src/misc/modules.c: plugin extension check is now case unsensitive.
+  * plugins/dsp/aout_dsp.c: replaced O_NONBLOCK by O_NDELAY, and put the
+    device back in blocking mode once open.
+  * plugins/network/ipv4.c: fixed a crash with multicast addresses when no
+    interface address is given.
+  * plugins/directx/vout_directx.c: fixed a nasty segfault on initialization.
+  * plugins/dsp/aout_dsp.c: Added O_NONBLOCK flag to the open command,
+    so that if /dev/dsp is used, vlc tries with other plugins (like esd).
+
 0.4.5
 Fri, 11 Oct 2002 15:37:41 +0200