]> git.sesse.net Git - vlc/commitdiff
* Updated ChangeLog
authorChristophe Massiot <massiot@videolan.org>
Wed, 22 May 2002 23:40:50 +0000 (23:40 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 22 May 2002 23:40:50 +0000 (23:40 +0000)
 * Updated release date

ChangeLog
debian/changelog
vlc.spec

index c756a2e28b6fa709c97f0dca83b073287c46da48..39cce0572259bf30ec2e5cca245712736702513d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,42 @@ HEAD
   * Nothing yet.
 
 0.4.0
-Mon, 20 May 2002 22:53:48 +0200
+Thu, 23 May 2002 01:27:05 +0200
 
+  * ./plugins/access/http.c: fixed HTTP input under Win32
+  * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma
+    transformations, with the help of Pascal Levesque.
+  * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
+    we don't do this, trying to use the class when the plugin is reloaded will
+    cause a segfault.
+  * win32: replaced TUpDown components by TCSpinEdit ones, which allow
+    values greater than 32767. It fixes the audio bug ocurring when a
+    configuration file is saved under the win32 interface
+  * ./plugins/win32/mainframe.cpp: Added some extra space between
+    statusbar and toolbar when nothing is displayed.
+  * ./plugins/text/logger.c: on win32 the logger interface shows up a dos
+    command box.
+  * ./plugins/gtk/gnome.c: fixed uninitialized variable
+  * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList()
+  * ./plugins/beos/vout_beos.cpp: changes to reduce segfaults on exit,
+    and also allow only one Playlist window.
+  * ./include/modules_inner.h: fixed a crash when reopening a hidden
+    module
+  * ./plugins/dvd/dvd_access.c: on Win32 the DVD access plugin has to be
+    explicitly requested. This avoids crashes when the input thread tries
+    to open files as dvds.
+  * ./plugins/dvd/dvd_access.c: fixed a side-effect bug causing crashes
+    on DVD title change
+  * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422
+    packed chroma transformations.
+  * ./src/input/input.c: fixed a bug with the input remaining stuck when no
+    network data was present.
+  * win32: fixed a stupid bug in the Network dialog.
+  * ./src/interface/main.c: fixed a little memleak.
+  * ./src/input/input_dec.c: removed useless code.
+  * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
+    variables.
+  * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
   * ./configure.in: tried to fix the -lavcodec detection.
   * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen.
   * ./plugins/network/ipv6.c: experimental support for Windows IPv6
index 9209e2544352cc24321cd7c5d1a8a49299e76be2..95fa4b53889dc05c52de834c3eee9fa699bedbca 100644 (file)
@@ -1,3 +1,9 @@
+vlc (0.4.0-1) unstable; urgency=low
+
+  * New upstrea release.
+
+ -- Samuel Hocevar <sam@zoy.org>  Thu, 23 May 2002 01:27:05 +0200
+
 vlc (0.3.1-1) unstable; urgency=low
 
   * New upstream release.
index 7980532b777dddf9fb752ead1b87b9bebe74edbc..3ddbe2af0a97436752ba289bb440b6fab41e2d84 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -409,7 +409,7 @@ rm -fr %buildroot
 %{_libdir}/videolan/vlc/alsa.so
 
 %changelog
-* Mon May 20 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.0-1mdk
+* Thu May 23 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.0-1mdk
 - version 0.4.0 with MPEG4 (DivX) support thx ffmpeg.
   thus s/MPEG, MPEG2 and DVD/multimedia/g
 - sync %%description with debian ones.