]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* Mandatory step for video output IV and the audio output quality
[vlc] / ChangeLog
index a96b9948fa128e6ae9c34bd236a9ba788bda1372..a0ae62eada7a0bebb0cac6e1f7cfa45db1195206 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,32 @@
 
 HEAD
 
+  * Mandatory step for video output IV and the audio output quality
+    fix: the output threads are now spawned when a decoder needs one,
+    so it can decide the audio frequency or the video window size.
+  * Fixed a few buffer overflows in the Gnome interface.
+  * The module bank is now a global variable. The video output bank and
+    the audio output bank might follow (when they exist).
+  * Coding style and organization fixes to the spdif decoder.
+  * autoconf and Makefile changes by Arnaud Gomes-do-Vale
+    <arnaud@carrosse.frmug.org>.
+  * DVD title change no longer restarts the input.
+  * BeOS crash fix by Wade Majors <guru@startrek.com>.
+  * Slight modification in ClockManageRef: after a synchro reinit, we still
+    do the mwait and re-init last-cr.
+  * New audio output using direct AC3 pass-thru.
+  * Fix for a buffer overflow in the Gnome interface by Shane Harper
+    <shanegh@optusnet.com.au>.
+  * DVD chapter change fixed.
+  * Fixed a bug in TS input, which should be much smoother now.
+
+0.2.73
+Sat, 28 Apr 2001 07:02:35 +0200
+
+  * Removed debug instructions in the audio output.
   * Coding style fixes here and there.
   * Miscellaneous QNX compile fixes.
+  * Changed --enable-debug into --enable-trace.
   * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
   * Changed broadcast handling.
   * Added a vlc-howto in sgml format in the doc directory.
@@ -17,6 +41,9 @@ HEAD
   * AC3 decoder enhancements.
   * Fixed an alignment issue in the bitstream callback.
   * Got rid of asprintf.
+  * Better angle handling (on the fly selection).
+  * Bugfixes in CSS.
+  * Various changes and bugfixes in the Gnome interface.
   * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
   * X11 fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
   * Fixed build process when no plugins or no builtins were chosen.