X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ChangeLog;h=c6483a3daa1070d470e503b2b0226f0c19eff8b0;hb=db7b0421d56a60916f852b811d1b9914d84b15d2;hp=5a0b2539f87663c3784f7a39fb1889a99288d29a;hpb=c0138ec5ec4fd09b4421797c0edfaf8a56951d42;p=vlc diff --git a/ChangeLog b/ChangeLog index 5a0b2539f8..c6483a3daa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,74 @@ #===================# HEAD + * Ported alsa interface for alsa 0.9beta + * Fixed a deadlock in spudec. + * Added SPU cropping. + * Gnome interface segfault fix. + * BeOS interface segfault fix by Rene Gollent . + * Fixed an aspect ratio issue in the SPU decoder, and optimized the + SPU renderer. + * Speed optimization in the handling of the unusual ephemer DVD subtitles. + * Little optimization to bozo's UnalignedShowBits fix. + * Race fix in the packet cache by Jon Lech Johansen . + * Fixed a bug in UnalignedShowBits that makes some unaligned streams + not wotk correctly (for instance VLS' generated TS streams) + * Added support for some terribly braindead DVD subtitles in Kenshin + which do not have a "stop display" command. Anime fans rejoice! + * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout. + * Coding-style butchery (mostly tabs). + * Changed the level arg in intf_WarnMsg so that it makes more sense. + * Beginning of the backport of Gnome to Gtk. + * Improved ac3 spdif output ( and made it work again :)). + * Added p_input->stream.p_selected_area->i_tell in input TS so that the + slider work with Transport Stream files. + * Moved b_fullscreen from p_vout->p_sys to p_vout and unified way of + toggling fullscreen. + * Tuned the Gnome interface appearance, added a Preferences window and + a Jump window, added Oct's playlist. + * Fixed a few warnings with gcc 3.0. + * aout and vout are now allocated in banks, making it possible to have + several of them at the same time. + * configure now checks for MMX and MMX EXT support in the assembler. + * Removed all MMX code from the main program and moved it to the + existing idct modules (Closes: Debian bug #96036). + * KDE interface. + * FreeBSD CSS decryption support. + * Fixed a segfault in TS input (psi packets with adaptation field). + * Corrected vlc-howto.sgml thanks to Arnaud Gomes-do-Vale + . + * Fixed a remaining buffer overflow in the Gnome interface and applied + the patches to the Gtk+ interface. + * Fixed a segfault in the SPU decoder initialization. + * 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 @@ -12,6 +79,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 . * X11 fullscreen mode by David Kennedy . * Fixed build process when no plugins or no builtins were chosen.