]> git.sesse.net Git - vlc/commitdiff
* Updated ChangeLog.
authorSam Hocevar <sam@videolan.org>
Wed, 7 Aug 2002 21:41:53 +0000 (21:41 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 7 Aug 2002 21:41:53 +0000 (21:41 +0000)
ChangeLog

index 5eddc01dd245abb23a0d76fda94ba2a394f8aa97..9a28110cd5053135e92d9ce7ec700217704a4109 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,29 @@
 # ChangeLog for vlc #
 #===================#
 
+0.4.4
+Wed,  7 Aug 2002 22:31:26 +0200
+
+  * ./plugins/spudec/spu_decoder.c: fixed a moronic endianness bug.
+  * ./plugins/dvd/dvd.c: added a --dvd-css-method config option to the dvd
+    plugin.
+  * ./include/threads_funcs.h: fixed the --fast-mutex option.
+  * ./plugins/directx/vout_directx.*: the directx vout plugin now uses the
+    IID_IDirectDrawSurface2 interface, this shouldn't break anything and we
+    should now support WinNT4+DirectX3. Added support for YUY2 overlays because
+    a few graphics cards only support this. Some code cleanup too.
+  * ./plugins/directx/vout_events.c: small bugfix.
+  * ./plugins/network/ipv6.c: attempt to fix the win32 IPv6 implementation.
+    Multicast should even work (untested) although we'll need to find a way to
+    replace if_nametoindex() tohave a fully functionnal win32 port.
+  * ./include/threads.h, ./include/threads_funcs.h: reverted Win32 pthread
+    implementation to the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP.
+    Additional vlc_cond_* implementations for Win9x.
+  * ./src/interface/main.c: renamed --fast_pthread option into --fast-mutex.
+    Added a--win9x-cv-method option to choose which vlc_cond_* implementation
+    we want on Win9x.
+  * ./plugins/avi/avi.c: kludge to play AVI files created by ffmpeg.
+
 0.4.3
 Fri, 26 Jul 2002 00:03:13 +0200