]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* Updated version numbers for imminent release.
[vlc] / ChangeLog
index 23356ab985f313d4a5db09a764f053fda636869b..2a156e10ea2f2c26ed1ed403beff1b394e1ac21f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,275 @@
 #===================#
 
 HEAD
+  * Nothing yet.
 
-  * Nothing yet
+0.2.81
+Fri, 27 Jul 2001 03:30:44 +0200
+
+  * Changed libdvdcss API to force binary incompatibility. Yeah, this is
+    evil, but if we don't do it now we'll have to do it when more people
+    are using it.
+  * Fixed minor libdvdcss stuff such as the soname and compilation flags.
+  * New --with-dvdcss flag.
+  * Fixed a bug in aout spdif with dolby stereo (use of obsolete PTS).
+  * Format asm functions for gcc, fixed the segfaults with imdct_sse.
+  * Now using gcc -pipe.
+  * (Hopefully) fixed the #@!$ field pictures bug.
+  * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
+  * Updated TODO, cosmetic changes.
+  * Now use sdl-config for SDL.
+  * Fixed a stupid bug in buffer management with field pictures.
+  * Fixed a reinit bug after a discontinuity - such as seek().
+  * The spdif audio output won't kill itself anymore at the beginning.
+  * dvdcss_readv() optimisations for Win32.
+  * Fixed _win32_dvdcss_aread() to work around the WinASPI32 64kb transfer
+    size restriction.
+  * New and theoretically better Win32 pthread implementation.
+  * dvd_ifo.c now takes into account error messages from UDFFindFile.
+  * Fixed the "quit" event handling in directx/vout_events.c.
+  * Temporarily disabled aout_Probe() in aout_SDL (libSDL bug).
+  * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>.
+  * Fix for large inline functions and gcc 3.0.
+  * Fixed the gnome plugin so that it does not include gtk headers.
+  * libdvdcss segfault fixes.
+  * Tuned constants, since it seems to make people happy.
+  * Fixed the "paused movie won't restart" bug.
+  * Removed the outdated generic decoder.
+  * Rewrote the video decoder so that it can use multiple processors (--smp).
+  * Fixed a bug in the video decoder initialization.
+  * Grayscale mode now turns off chroma IDCT decoding.
+  * Kludged so that times displayed in the scrollbar are finally correct
+    for MPEG-2 streams.
+  * FreeBSD compilation fix by Øyvind Kolbu <oyvindk@world-online.no>.
+  * QNX RTOS plug-in by Jon Lech Johansen <jon-vl@nanocrew.net>.
+  * Added IDEALX developer documentation in doc/.
+  * Reactivated SDL parachute in non-debug mode (memory leak otherwise).
+  * Fixed GetChunk for chunks < 4 bytes.
+  * The Win98 DVD input is finally working.
+  * Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
+    should have prevented the Win9x dvd input from working.
+  * Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
+  * Put a readv() function in input_iovec.h, the input_es plugin now compiles
+    (Win32).
+  * Modified input_ts to use readv() in input_iovec.h (Win32).
+  * Fixed an initialisation bug in vout_directx.c.
+  * Right clicking on the mouse displays the navigation menu (DirectX plugin).
+  * Fixed audio/video synchro bug with esd, should fix buggy sound due
+    to 44100-48000 Hz conversions.
+  * The Win32 GetMessage function has been isolated in a thread. This has
+    been done because this function can block the thread. Thanks to this
+    change, you can now move your window without any video and audio
+    interruption.
+  * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
+    vlc's DVD input (looks like decoders are expecting data too early and
+    DVD input can't cope with it due to decryption). Needs to be investigated.
+  * Plugins are now compiled in plugins/* and libraries in lib/*.
+  * The KDE UI compiles again but does not work yet.
+  * ALSA plugin message corrections.
+  * Calculation modules can now be calledwith a shorter name
+    (eg. '--downmix mmx' instead of '--downmix downmixmmx').
+  * Fixed insane verbosity of the SDL plugin.
+  * Fixed the segfault in vout_UnloadFont.
+  * The Xvideo plugin now closes the video window when it XVideoGetPort
+    fails in vout_Create.
+  * Fixed alignement in imdct asm functions.
+  * 16 byte alignement for data (needed for SSE).
+  * Optimization in SSE downmix.
+  * Removed unnecessary translations in the win32 code from block offsets to
+    byte offsets. This was overflowing some variables.
+  * Reduced the complexity of the Win9x ASPI functions because we only need
+    to handle DVD drive access.
+  * Win32 code now handles seeking in areas above 2.1 Go on DVDs.
+  * Probably fixed the "X eats more and more CPU" bug. Please test.
+  * mingw32 cross-compilation issue fixed.
+  * Small optimization in vpar_blocks.c, sparing a few memset() calls.
+  * Additional error checking in vout_sdl.c.
+  * Minor manpage fix, conforming to Debian policy version 3.5.5.0
+    (Closes Debian bug #99561).
+  * Portablility fix: We now control the name to be used in the assembler
+    code for a C function or variable.
+  * Reenabled all the accelerated modules on Win32.
+  * Bugfix for chapters change in DVD.
+  * A few bug fixes for the directx plugin.
+  * Removed the custom usleep function for win32 as we don't really need
+    this accuracy, and it was eating cpu resources.
+  * Elementary Stream input plugin (use it with --input es). Only works with
+    video streams at the moment.
+  * Added command line option '--stdout <filename>' which redirects stdout
+    and stderr to the specified file. This option should mainly be useful
+    on Win32.
+  * On Win32, vlc now has an icon associated to the .exe file, and is a full
+    GUI application (you don't have this annoying dos command box anymore)
+  * Added INSTALL-win32.txt for specific details to the Win32 port.
+  * Compile fix for newer versions of MacOS X by Colin Simmonds
+    <colin_simmonds@Mac.lover.org>.
+  * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
+    <ej0@cise.ufl.edu>.
+  * Win32 network support by Boris Dorès <babal@via.ecp.fr>.
+  * Fixed an alignment issue in the ifo parser. The Matrix problem should
+    be solved.
+  * Minor cosmetic fixes and warning removals here and there.
+  * FreeBSD (and probably QNX) shared memory handling fix.
+  * First libdvdcss version (0.0.1).
+  * Unrolled two loops in dvd_netlist.c to prevent message flooding.
+  * DVD input stuttering fix by Jon Lech Johansen.
+  * Removed a lock that caused late frames in DVDRead.
+  * Added gprof profiling support with --enable-profiling.
+  * Fully working Windows DVD ioctl support by Jon Lech Johansen.
+  * DirectX enhancements by Gildas Bazin, such as software rendering.
+  * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
+    and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
+  * Another failed attempt at profiling vlc under Linux: ported the
+    threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
+    spawn new threads for me, maybe someone will have better luck.
+  * Makefile optimizations.
+  * Automatic build of libdvdcss if not found.
+  * The DVD netlist no longer stops when the fifo is empty ; it just waits
+    until there are free vectors again.
+  * Exported the CSS part of the dvd plugin into a library.
+  * Slight modification in input_dvd since Getiovec wasn't at the right place.
+  * Send escape packet when changing title, not to be stuck in some decoder.
+  * The position in the title is now reset when we change title to
+    prevent a title from being unavailable because we're stuck at the end.
+  * Fixed a bug with 1-chapter-long titles that displayed chapter 0.
+  * Added a _temporary_ field in p_main to know whether the audio stream is
+    AC3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
+    audio.
+  * Cleaned the title property messages to get rid of the ugly stars.
+  * Added LPCM support. It should work with stereo LPCM.
+  * Fixed a warning when compiling main.c.
+  * Checked that OS supports SSE instructions on PIIIs (to avoid illegal
+    hardware instructions on Linux 2.2.x).
+  * Fixed a bug in synchro reinitialization: we no longer have a shift each
+    time we restart the synchro (for SCR discontinuity for instance)
+  * In DVD mode, we reinit the synchro only if the SCR are not continuous
+    (instead of each cell).
+  * Tried to improve AC3 spdif to prevent desynchronization.
+  * Lots of DirectX plugin fixes by Gildas Bazin.   
+  * Compilation fix in message queue mode.
+  * Another FreeBSD compilation fix.
+  * SDL compilation fix for FreeBSD.
+  * Fixed compilation of motion modules as plugins.
+  * Applied old FreeBSD patch for dvd input by German Tischler.
+  * Found what was causing the slowdowns: a namespace collision. Put all
+    plugins into builtins again.
+  * Put most builtins in plugins again due to performances issues.
+  * Fixed the painfully slow build process (at last!).
+  * Added new dummy input plugin.
+
+0.2.80
+Tue,  5 Jun 2001 04:41:06 +0200
+
+  * BeOS interface compilation fix by Rene Gollent.
+  * DirectX plugin compilation fix by Gildas Bazin.
+  * Removed %ebx spill in the iMDCT plugins.
+  * Change to the set out of the BeOS code to allow more logical updates.
+  * Moved modules_builtins.h.in into src/misc. Please remove
+    include/modules_builtins.h in your local tree.
+  * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
+  * Fixed a double malloc/free bug in DVDRead.
+  * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
+  * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
+  * Miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>.
+  * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
+  * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
+    vlc with MS and Intel C/C++ compilers.
+  * Updated the gtk/gnome interface to work in network mode.
+  * Fixed some bugs in interface (language menus in ts, misnamed fields).
+  * Play/Stop work in network mode to start/stop decoding of the stream.
+  * Fixed the BeOS compile typo.
+  * The ALSA plugin is back.
+  * A gift for Gildas: plugins don't rely on backlinking any more.
+  * Changes and bugfixes to make network work in VLAN Broadcast mode.
+  * Bugfix in the interface to access the network specific features.
+  * Some base of synchro in ac3 spdif.
+  * Fixed a bug with Previous chapter button in gnome.
+  * Added a wrapper for readv() on platforms which don't support it.
+  * Win32 compilation fixes, esp. the MAC retrieval.
+  * Fixed a warning for *BSD compilation.
+  * Patch by Eugenio so that the OS X interface and video output handle the
+    aout and vout banks.
+  * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
+    it should not hang the kernel anymore.
+  * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
+    ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
+    SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
+    Devices" paper.
+  * Unification of gnome/gtk intefaces: now all the files are in plugin/gtk.
+  * Updated BeOS interface with new changes for playlist management.
+  * More cleanings in gtk interface.
+  * The dvd plugin reads again blocks of 32 sectors to gain speed.
+  * Added two functions which retrieve the MAC Address under Windows.
+  * 3D Now! imdct.
+  * We now do pthread detection for FreeBSD like the XMMS guys do. It
+    works even better.
+  * FreeBSD pthread fixes.
+  * AC3 IMDCT and downmix functions are now in plugins, --imdct and
+    --downmix options added.
+  * Bugfixes, cleanings in gtk.
+  * Initialization bugfixes in input_dvd.
+  * Added a b_stopped flag to interface playlist to have a stop function in
+    interface plugins.
+  * Updated the Gtk+ interface so that it has the same features as the
+    Gnome one.
+  * Beginning of SSE/3DNow! support for imdct and downmix.
+  * 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 <rgollent@u.arizona.edu>.
+  * 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 <jon-vl@nanocrew.net>.
+  * 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
+    <arnaud@carrosse.frmug.org>.
+  * 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
+    <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