]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* Fixed a nonsense in configure.in preventing to build sdl.so.
[vlc] / ChangeLog
index 141f760d3c058da82e4f3f63f3c5ba21e21355e7..bd7b1bb0980fd2cb7e0ee487c5a495c1d61c66f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,49 @@
 
 HEAD
 
+  * 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.
+  * Fixed the continuous 'seeking position' bug in network mode.
+  * Support for `ts://foo:42' style input source.
+  * rc interface plugin for vlc control through /dev/stdin courtesy
+    of Peter Surda <shurdeek@panorama.sth.ac.at>.
+  * Misc XVideo fixes (aspect ratio, mouse pointer, blue areas).
+  * 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.
+  * Makefile changes to get around MacOS X's brain-damaged gcc.
+  * FreeBSD configure and Makefile patches, courtesy of Espen
+    Skoglund <esk@ira.uka.de>.
+  * Cosmetic change in css decryption.
+  * Added basic angle support.
+  * Corrected some bugs in gnome interface: language menu are now
+    synchronized and menus have less chances to change when opened.
+  * Network channel change is now available again.
+  * Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
+  * MacOS X icon is now correctly added to the app.
+  * Fixed a compilation issue in the DVDioctl driver.
+  * Added a call to ranlib after a built-in module compilation.
+
+0.2.72
+Mon, 16 Apr 2001 14:33:53 +0200
+
+  * New improved packet allocator.
+  * Additional Makefile cleaning for built-in modules.
+  * Fixed Makefile for Solaris target.
+  * Fixed the 0.2.71 IFO parsing bug.
+  * All Debian packages are now lintian-clean.
+  * Fixed XVideo plugin linking.
   * Updated TODO list.
   * Built-in modules support almost finished.
   * A few Makefile fixes for BeOS.