]> git.sesse.net Git - vlc/commitdiff
Imported Changelog from 0.4.5.
authorChristophe Massiot <massiot@videolan.org>
Sun, 13 Oct 2002 23:01:23 +0000 (23:01 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sun, 13 Oct 2002 23:01:23 +0000 (23:01 +0000)
ChangeLog

index 9ea6bea03abfefbb3fff4c35f2f6c2a6c31cccbe..0eeafb90d6d31d0ff1b443048a75ca2ad2a1fca9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -325,6 +325,36 @@ Not released yet
     belongs to plugins/mpeg_vdec.
   * ALL: the first libvlc commit.
 
+0.4.5
+Fri, 11 Oct 2002 15:37:41 +0200
+
+  * src/interface/main.c, src/misc/modules.c: added a quick hack for a
+    --plugin-path command line option.
+  * INSTALL.win32: removed note about running in administrator mode to play
+    a DVD.
+  * ./plugins/beos/InterfaceWindow.cpp: user can now drop a DVD disk icon
+    onto the interface or playlist window to open a DVD.
+  * ./plugins/x11/xcommon.c: we include Xmd.h before dpms.h (compilation fix
+    for Solaris).
+  * ALL: many BeOS fixes and enhancements.
+  * ALL: VLC is now compliant with MPEG-2 TS standards embedding A/52
+    audio. It can still read from the old VLS with --vls-backwards-compat.
+  * ./plugins/familiar: interface for familiar Linux.
+  * ./plugins/qte: Qt/embedded video output.
+  * ./plugins/network/ipv4.c: added a --iface-addr option to select which
+    interface to use for multicast sockets.
+  * configure.in, configure: use -mms-bitfields instead of -fnative-struct
+    for mingw32 gcc-3.x.
+  * include/interface.h, plugins/dummy/intf_dummy.c, plugins/text/logger.c,
+    plugins/text/rc.c: display message on Win32 explaining how to get back
+    to the GUI mode.
+  * include/threads_funcs.h, src/misc/win32_specific.c: ignore the
+    win9x-cv-method config option on WinNT when fast-mutex is not enabled.
+  * plugins/access/rtp.c: backported RTP access module from HEAD.
+  * plugins/access/http.c: fixed a compile issue in the HTTP plug-in.
+  * configure.in: fixed bug with $(QTDIR).
+  * plugins/filter/deinterlace.c: fixed an issue with the linear method.
+
 0.4.4
 Sun, 11 Aug 2002 01:18:13 +0200