X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ChangeLog;h=19896d59c4fd83767e2c7dc80e4ad37d34c1db51;hb=c8c99b214eff8e62c0dfb83f4c3157f9e42d3e8a;hp=0afa42e520e1f73c84a7d50abd3161d859d201d2;hpb=39db76ab86ec9beaf2c208a97564738eea633699;p=vlc diff --git a/ChangeLog b/ChangeLog index 0afa42e520..19896d59c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,62 @@ #===================# HEAD + * 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 + 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