X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ChangeLog;h=a0ae62eada7a0bebb0cac6e1f7cfa45db1195206;hb=a70f8bb371466209770c4c3bcdb7137b94acef66;hp=d5dee6afe33d2988e0a5213cd52039dbeb37d6f1;hpb=a3d70339eea72a2b3e1f21439649a3c88535d01b;p=vlc diff --git a/ChangeLog b/ChangeLog index d5dee6afe3..a0ae62eada 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,82 @@ -# ChangeLog for vlc -# ================= +#===================# +# ChangeLog for vlc # +#===================# HEAD - * Nothing yet. + * 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 + . + * DVD title change no longer restarts the input. + * BeOS crash fix by Wade Majors . + * 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 + . + * 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 . + * 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 . + * 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 . + * X11 fullscreen mode by David Kennedy . + * 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 . + * 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 . + * 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. + * XVideo patches by Shane Harper . + * Beginning of the built-in modules support. + * Got rid of the sleep() hack in beos_specific.cpp. + * Fixed a segfault when launched without argument under Darwin. + * Fix for Darwin program path handling. 0.2.71 Fri, 13 Apr 2001 08:13:26 +0200 @@ -883,7 +956,7 @@ Tue, 22 Aug 2000 01:31:58 +0200 * temporarily got rid of vlc.channels. * added notice in debian/control about unencrypted DVDs. * fixed PowerPC .deb build. - + 0.1.99g Wed, 16 Aug 2000 01:07:14 +0200