]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* wav.c : big clean up and use ninput.h
[vlc] / ChangeLog
index 6c4d9bb1f6a5242ffdd17a58a72dd6963a2aa6ee..39dde6bbd50d19aa51841a1e50596b84e838305c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-#===================#
-# ChangeLog for vlc #
-#===================#
-
-0.5.0
-Not released yet
-
-  * ./plugins/dvdplay/access.c: use dvdplay after it has completed
-    initialization.
-  * ./configure.in: better detection of IPv6, fixed solaris handling.
-  * ./plugins/familiar/*: used buttons instead of pixmaps.
-  * ./share/vlc16x16.xpm: XPM version of the logo.
-  * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
-    found (p_fifo might be NULL).                                        
-  * ./po/se.po : Swedish translation, courtesy of Joel Arvidsson
-    <dogai@privat.utfors.se>.
-  * ./plugins/ffmpeg/ffmpeg.h: added a new fourcc (3IV2, you shoudln't be able
-    to decode it but sometimes it's in fact MPEG-4, thx titer).
-  * ./plugins/mp4/*: added capability to read mov with mp3 tracks. But it seems
-    that mad doesn't like too much fragmented data packets, and thus breaks the
-    audio.
-  * ./mozilla/Makefile: fixed dependencies on .h files.
-  * ./plugins/filter/distort.c: fixed a typo in option names.
-  * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes.
-  * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
-  * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
-  * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
-    add them to the vlc-config output.
-  * ./plugins/dvdplay/*: first version of plugin for libdvdplay; supports DVD
-    reading with title and menus, pause, seeking, interactive menus with
-    mouse control.
-  * ./plugins/gtk/*: allowed 0 for title selection as it is the area for first
-    play pgc in DVDs.
-  * ./plugins/familiar/*: interface neatly exits now.
-  * ./plugins/cinepak/cinepak.c: added a new fourcc.
-  * ./plugins/mp4/*, ./plugins/ffmpeg/*: some clean up and changed the way
-    ffmpeg is initialized.
-  * ./plugins/beos/InterfaceWindow.cpp: implemented muting.
-  * ./plugins/beos/InterfaceWindow.cpp: fixed code for subtitle and audio
-    selection, still probs but working.
-  * ./plugins/beos/*: changes to ensure BeOS plugins compile and function,
-    implemented a intf_vlc_wrapper to "shield" the BeOS code from the
-    underlying vlc structurs, yet to be completed.
-  * ALL: decoders now use a fourcc as a probe value.
-  * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
-    its purpose.
-  * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
-  * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
-    always valid.                                                           
-  * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
-    vlc --help for more information.
-  * include/video.h: removed fourcc values which should _not_ be global
-    (thanks fenrir for convincing me).
-  * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
-  * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
-    input_ChangeES.
-  * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first 
-    vasprintf arguments to NULL for extra safety.
-  * ./src/misc/modules.c: added the "any" and "none" keywords to the module
-    selection string. "any" matches any module, and "none" always fails.   
-  * ./src/input/input_info.c: win32 compilation fixes.
-  * ./plugins/familiar/familiar.c: fixed gtk core-dump on exit. Used code from
-    gtk plugin for this.
-  * ./share/*: VCR icon buttons for Familiar Linux interface.
-  * ./plugins/familiar/*: Familiar Linux interface (non functional yet).
-  * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
-  * ./plugins/mp4/mp4.c: improved mp4a detection/handling.
-  * ./plugins/mp4/mp4.c: can now read mp4 files with mp3 audio declared in
-    mp4a box.
-  * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
-    configuration items.                                          
-  * ./src/input/input_info.c: new input info subsystem.
-  * ./plugins/mp4/*: same endianness for fourcc as the ones in video.h.
-  * ./plugins/cinepak/*: take care of grayscale option.
-  * ./debian/control: changed "interface plugin" occurences to "frontend" to
-    make package descriptions less misleading.                              
-  * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
-  * ./bootstrap.sh: don't generate pofiles by default.
-  * ./plugins/cinepak/*: a cinepak (cvid) video decoder (codec found in old
-    .mov files).
-  * ./plugins/ffmpeg/ffmpeg.c: tried to add an option to allow frame droppping
-    (--enable-hurry-up). Begin to work.
-  * ./configure.in: added -lrt for HP/UX port.
-  * ./plugins/ffmpeg/ffmpeg.c: added a new option, to set the level of error
-    resilience. It allows to play badly encoded mpeg4 files (illegal VLC code).
-  * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
-  * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
-    libvlc API.                                                           
-  * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
-  * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
-  * ./debian/*: created packages for libvlc0-dev.
-  * ./plugins/a52/a52.c: added a global lock to prevent two VLC threads to
-    call a liba52 function simultaneously (liba52 isn't reentrant).
-  * ./plugins/a52/a52.c: made liba52 the default AC3 decoder.
-  * ./configure.in: we no longer check for a specific function in -lphtread
-    because some systems (such as HP-UX...) have them inlined.
-  * ./Makefile.modules: we don't chmod -x the compiled plugins because of
-    HP-UX's dynamic linker which would otherwise be unable to open them. 
-  * ./configure: rebuilt using the newest autotools.
-  * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
-  * ./configure.in: fixed description of MP4 module.
-  * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
-  * ./configure.in: added mp4 module, default disabled.
-  * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t.
-  * ./configure.in: fixed Mac OS X compilation which was broken on some
-    machines.
-  * ./include/vlc/vlc.h: included os_specific.h.
-  * ./include/interface.h: interface creation and destruction functions are
-    now exported to plugins so that any plugin can spawn a new interface.
-  * ./plugins/mp4/*: preliminary mp4 (and some mov) demux plugin. I've not
-    enabled it (add by hand to Makefile... and link it with zlib -lz) as I
-    will probably break it too many times. It work for some mp4 (but without
-    audio, need aac decoder) and mov with sorenson v1(ffmpeg :).
-  * ./plugins/x11/xcommon.c: fixed a bug in the computation of the mouse
-    coordinates sent to interface.
-  * ./plugins/dvd/dvd.c: added a 'dvdold' shortcut to force the use of the
-    dvd plugin in case another plugin with higher priority wants to use 'dvd'
-    as shortcut.
-  * ./plugins/lpcm_adec/lpcm_adec.c: the loop in lpcm decoder DecodeFrame()
-    could not exit after b_die in some cases.
-  * ./configure.in: plugin compilation fix for HP-UX.
-  * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
-    remaining issues with XvPutImage detection, please confirm!
-  * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
-    Paul Lorenti <jpl31@columbia.edu>.
-  * ./Makefile: src/misc/modules_builtin.h now depends on Makefile.config.
-  * ./src/misc/threads.c: improved lazy initialization of the global lock.
-  * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
-    time on their hands.
-  * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
-    a few uninitialized variables.                                         
-  * MacOS X: added deinterlace submenu.
-  * ./plugins/access/http.c: fixed a double free bug and a memory leak.
-  * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check
-    for p_intf->b_die to know when they are supposed to terminate p_intf. This
-    will allow to spawn interface plugins on the fly.
-  * ./plugins/avi/avi.c: quick hack to read file created by ffmpeg. I think
-    it should work.
-  * ./plugins/ffmpeg/ffmpeg.c: added support for some others codecs provided
-    by ffmpeg, but some of them aren't tested.
-  * ./src/misc/messages.c: debug messages that were issued before the -v
-    flag was tested for are no longer lost.
-  * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
-    because XvSetPortAttribute isn't always available.                      
-  * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling.   
-  * MacOS X: added messages and playlist panel, dock menu, context menu 
-    in video view and localization support.
-  * ./ipkg/control: add package sdl to package dependency list.
-  * ./doc/vlc-howto.sgml: fixed typos.
-  * ./include/vlc_common.h: greatly simplified ntoh*, and U??_AT macros are
-    now alignment-safe.
-  * ./STATUS: new file indicating who's working on what. Please keep it
-    up-to-date.
-  * ./MAINTAINERS: new file indicating who has knowledge on which parts.
-  * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
-  * ./README: removed much outdated data.
-  * ./debian/*: great package renaming - names should make more sense now.
-  * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
-    when the audio output fifo could not be created.
-  * ./plugins/gtk/*: new generic "Open Target" window. Please test and
-    comment on usability.
-  * ./debian/rules: the Debian package creation script builds ffmpeg.
-  * ./plugins/mpeg_system/mpeg_audio.c: we skip the ID3 tag at the begining
-    of an MP3, so more files can be read.
-  * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
-  * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
-  * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination.
-  * ./FAQ: new entry for RTP.
-  * ./FAQ: minor updates, new sections: uninstall/reinstall,
-    DirectX-blackscreen, device permissions, debug messages,
-    config file, (un)planned ports/features, sources.list.
-  * ./plugins/avi/avi.c: now you can see avi over http (true interleaved
-    file only), and seek is allowed.
-  * ./plugins/win32/about.*: added the version number in the About box.
-  * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
-    strndup to a separate file so that Win32 can benefit from it.
-  * ./include/vlc_threads.h: Borland compilation fix.
-  * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
-  * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
-    Debian packages.
-  * ./po/*: updated potfiles.
-  * ./src/misc/modules.c: module_Need accepts a comma-separated list of
-    module names. Try for instance: "vlc --intf gnome,gtk,dummy".
-  * ./src/misc/darwin_specific.c: added strndup needed by video_output.c.
-  * ./configure.in: added -lintl to plugins_LDFLAGS.
-  * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions
-    of vlc from crashing when trying to open a recent module.
-  * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window
-    instead of moving the current window, which saves us the hassle of
-    remembering size and position.                                    
-  * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and
-    --no-xvideo-shm options.                                           
-  * ./plugins/avi/avi.c: begin to support VOD, but it segfault very quickly
-    (unless you disable audio or video!) and cannot support seeking( will
-    just stop ). Moreover it can't work for all files, only interleaved ones.
-  * ./plugins/lirc/lirc.c: the lirc interface now works again.
-  * ./plugins/qt/*: the Qt interface now works again.
-  * ./plugins/kde/*: the KDE interface now works again.
-  * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when hitting Eject with
-    an emtpy playlist.
-  * ./plugins/avi/avi.c: fix some problems with broken avi.
-  * ./plugins/avi/avi.c: audio seems to be better.
-  * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
-  * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
-  * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
-    palette.   
-  * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
-  * ./src/misc/modules.c: added the --plugin-path option to give vlc an
-    extra plugin location.
-  * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
-    don't launch the rc interface.
-  * ./plugins/access/http.c: fixed a compilation warning.
-  * ./src/misc/messages.c: cosmetic enhancements in the message output.
-  * ./plugins/x11/*: added the --x11-drawable and --xvideo-drawable options to
-    tell vlc to draw in an existing drawable instead of creating a new window.
-  * ./plugins/avi/*: I rewrite the way to read, in order to minimize seeking
-    (faster and in prevision of VOD by http, but not yet functionnal ). But
-    sound becomes horrible, I will try to fix it as soon as possible.
-  * ./plugins/macosx/vout_vlc_wrapper.m: arrow-up and arrow-down allow to 
-    control the sound volume.
-  * ./plugins/access/http.c: for streams which are not seekable, we fall
-    back on old HTTP/1.0 behavior; on systems implementing atoll() we
-    can also read files > 2 GB.
-  * ./configure: atoll() detection.
-  * ./plugins/macosx/intf_vlc_wrapper.m: fixed a bug with the language and
-    subtitle menus.
-  * ./README.MacOSX.rtf: more documentation.
-  * ./include/configuration.h: renamed MODULE_CONFIG_* macros into CONFIG_*.
-  * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
-    ./plugins/filter/transform.c, ./plugins/filter/distort.c,
-    ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
-    configuration macro.
-  * ./include/modules.h, ./include/video_output.h,
-    ./src/video_output/video_output.c, ./plugins/filters/*: added a
-    VOUT_FILTER capability. Having a clear distinction between VOUTs and
-    VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
-    stackable now (use --filter=foo:bar:foo etc..).
-  * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
-    added an ADD_USAGE_HINT() configuration macro.
-  * ./FAQ: added QT6 FAQ entry.
-  * ./configure.in: fixed inet_pton detection.
-  * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
-    also a bit slower, so I also kept the old version, optimized it, and     
-    called it "mean".                                                   
-  * ./plugins/network/ipv6.c: IPv6 multicast support, courtesy of Remco
-    Poortinga <poortinga@telin.nl>.
-  * ./extras/MacOSX/Resources/*: Mac OS X icons and fixes, courtesy of Benjamin
-    Mironer <bmironer@noos.fr>.
-  * ./plugins/filter/deinterlace.c: added two new deinterlacing methods,
-    we now have "discard", "blend", "bob" and "linear".
-  * ./plugins/mad/mad_libmad.c: changed error messages to warning/debug.
-  * ./plugins/macosx/*: additional minor fixes.
-  * ./plugins/macosx/vout_macosx.m, ./plugins/macosx/aout_macosx.m,
-    ./plugins/macosx/intf_vlc_wrapper.m: preliminary OS X compilation fixes.
-  * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
-    implementation to avoid races, by using SetEvent instead of PulseEvent.
-  * ./plugins/xosd/xosd.c: a couple more options, better defaults.
-  * ./configure.in: checking for the header should be enough in most cases.
-  * ./plugins/xosd/xosd.c: configuration options.
-  * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems
-    to be still crashing.
-  * ./plugins/gtk/gtk_callbacks.c: some code cleaning.
-  * ./plugins/text/rc.c: fixed the "a" command.
-  * ./plugins/xosd/*: basic On Screen Display intf-plugin based on libxosd
-  * ./src/misc/netutils.c: network mode works again.
-  * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back.
-  * ./src/playlist/playlist.c: fixed an off-by-one loop error.
-  * ./plugins/a52_system/.cvsignore: what about a little .cvsignore ?
-  * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop
-    and vlc:quit work again.
-  * ./src/playlist/playlist.c: when a new target is added, for instance through
-    the "File" menu, it is automatically played.
-  * ./include/vlc_objects.h: pointers are set to NULL after a call to
-    vlc_object_destroy.
-  * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
-    <alipiec@adrenalina.pl>.
-  * ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
-  * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
-    a non-zero reference count, but we still complain.
-  * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
-    as play, pause, stop, next, fast etc. work again.
-  * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
-    workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
-  * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
-    appropriate properties, we use it.
-  * ./Makefile: minor fix for the BeOS' make-package (icon loss).
-  * ./plugins/spudec/spu_decoder.c: release vout when we close spudec.
-  * ./plugins/ac3_spdif/ac3_spdif.c: only report initiliazation error when it
-    is really an error.
-  * ./include/video_output.h: added mouse coordinates to vout struct.
-  * ./plugins/mpeg_vdec/video_parser.c: check that p_vpar->p_vout is available
-    before detaching it.
-  * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
-    fullscreen from the popup menu.
-  * ./src/interface/interface.c: interfaces are no longer attached only to
-    p_vlc.
-  * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
-    ./src/input/input.c: improvements in the playlist handling (not quite that
-    yet though).
-  * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
-  * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
-    ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
-  * ./src/playlist/playlist.c, ./src/input/input.c: added safety checks to
-    prevent crashes on next file.
-  * ./src/misc/objects.c: commented all functions.
-  * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
-  * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
-  * ALL: got rid of p_object->p_this which is now useless.
-  * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
-  * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
-    not include CVS Id lines in automatically created files.
-  * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
-    ./src/interface/intf_eject.c, ./src/misc/threads.c: win32 compilation fix.
-  * ./plugins/directx/aout_directx.c, ./plugins/directx/vout_directx.c,
-    ./plugins/directx/vout_events.c: the DirectX notification and event threads
-    now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
-  * ./configure.in: added a check for inttypes.h and sys/int_types.h.
-  * ./configure.in: fixed the HTTP plugin compilation under BeOS.
-  * ./plugins/network/ipv6.c: reactivated IPv6 module.
-  * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
-  * ./include/main.h: replaced p_sys with explicit variables because it's
-    really much simpler this way.
-  * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
-    vlc_thread_create / vlc_thread_ready scheme to signal readiness.
-  * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
-  * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
-    belongs to plugins/mpeg_vdec.
-  * ALL: the first libvlc commit.
-
-0.4.4
-Sun, 11 Aug 2002 01:18:13 +0200
-
-  * ./src/misc/messages.c: fixed an extremely old buffer overflow.
-  * ./plugins/spudec/spu_decoder.c: fixed a moronic endianness bug.
-  * ./plugins/dvd/dvd.c: added a --dvd-css-method config option to the dvd
-    plugin.
-  * ./include/threads_funcs.h: fixed the --fast-mutex option.
-  * ./plugins/directx/vout_directx.*: the directx vout plugin now uses the
-    IID_IDirectDrawSurface2 interface, this shouldn't break anything and we
-    should now support WinNT4+DirectX3. Added support for YUY2 overlays because
-    a few graphics cards only support this. Some code cleanup too.
-  * ./plugins/directx/vout_events.c: small bugfix.
-  * ./plugins/network/ipv6.c: attempt to fix the win32 IPv6 implementation.
-    Multicast should even work (untested) although we'll need to find a way to
-    replace if_nametoindex() to have a fully functionnal win32 port.
-  * ./include/threads.h, ./include/threads_funcs.h: reverted Win32 pthread
-    implementation to the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP.
-    Additional vlc_cond_* implementations for Win9x.
-  * ./src/interface/main.c: renamed --fast_pthread option into --fast-mutex.
-    Added a--win9x-cv-method option to choose which vlc_cond_* implementation
-    we want on Win9x.
-  * ./plugins/avi/avi.c: kludge to play AVI files created by ffmpeg.
-
-0.4.3
-Fri, 26 Jul 2002 00:03:13 +0200
-
-  * ./README.MacOSX.rtf : updated README.
-  * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
-    David Eldred from Apple.
-  * ./plugins/macosx/vout_macosx.m : fixed _the_ bug with QuickTime 6.
-  * ./plugins/access/http.c: we are now parsing the http return code and
-    failing cleanly if it is >= 400.
-  * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed 
-    a deadlock issue with demuxers waiting on p_fifo->data_lock.
-  * ./src/input/input_ext-plugins.c: fixed a memory leak.
-  * ./plugins/access/http.c: fixed a bug with HTTP/1.0 servers.
-  * ./src/interface/main.c: new --mtu option.
-  * ./configure.in: fixed nanosleep detection on some platforms.
-  * ./plugins/beos/*: created a wrapper class for VLC functions and
-    interaction, improved file and disk opening, fixed drag and drop, added
-    right click menu and always on top mode.
-  * ./plugins/beos/VideoWindow.h: fixed pop-up menu's radio mode.
-  * ./plugins/beos/VideoWindow.h: fixed changing workspaces problem.
-  * ./plugins/beos/VideoWindow.h: added a popup menu to enable changing.
-
-0.4.2
-Sun,  7 Jul 2002 22:15:33 +0200
-
-  * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
-  * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
-  * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha 
-    palette.
-  * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
-  * ./plugins/macosx: new controls for audio output, and deinterlacing
-    support.
-  * ./plugins/macosx: fixed a bug with language and subtitle menus.
-  * ./plugins/access/http.c: should be more tolerant with old servers and
-    non-seekable streams.
-  * ./plugins/filter/deinterlace.c: backported new deinterlacing routines.
-  * ./include/threads.h, ./include/threads_funcs.h: backported the new Win32
-    cond_wait implementation from MAIN.
-  * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
-    from the popup menu.
-
-0.4.1
-Mon,  3 Jun 2002 23:43:35 +0200
-
-  * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
-    a segfault in the Gnome popup menu when toggling the interface.
-  * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
-  * ./src/misc/configuration.c: fixed the --nofoo option handling.
-  * ./src/interface/main.c: fixed two compilation warnings under Solaris.
-  * ./plugins/avi/avi.c, ./plugins/mpeg_system/mpeg_audio.c: ES will be
-    selected only once.
-  * ./plugins/win32/waveout.c: waveOutUnprepareHeader() was never being
-    called. This should fix the memory leak some people reported when using
-    the waveout plugin.
-  * ./src/misc/netutils.c: factored code common to the interfaces into the
-    network_ChannelJoin function.
-  * ./plugins/mga/xmga.c, ./plugins/x11/xcommon.c, ./plugins/sdl/vout_sdl.c,
-    ./plugins/directx/vout_events.c: we can now use keys F1 to F12 to switch
-    channels from the video output window.
-  * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
-    Vladimir Chernyshov <greengrass@writeme.com>.
-  * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
-    currently sucks.
-  * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
-    and --no-foo as negations for --foo. Also, the --help output is nicer.
-  * ./plugins/macosx/*: rewrote the net panel for OS X
-  * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
-  * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
-    which caused subtitles to appear slanted in odd width windows.
-  * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
-    popup menus when no stream is being played, even in network mode.
-  * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
-  * ./src/video_output/video_output.c: fixed the "picture has invalid status"
-    bug which might have been the cause of crashes.
-  * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
-    using "--filter crop --autocrop".
-  * ./vlc.spec: added missing filters to the RPM generation.
-  * ./plugins/macosx/*: channel change support on Mac OS X.
-  * ./extras/MacOSX/Resources/vlc.icns: new OS X icon, courtesy of Benjamin 
-    Mironer <bmironer@noos.fr>.
-  * ./plugins/filter/crop.c: crop filter. Usage examples:
-      --filter crop --crop-geometry 640x480
-      --filter crop --crop-geometry 320x200+10+10
-  * ./plugins/macosx/intf_vlc_wrapper.m: fixed a bug in the chapter handling.
-  * ./plugins/macosx/vout_vlc_wrapper.m: more keystrokes.  
-  * ./plugins/chroma/i420_yuy2.h: simplified the chroma code. Please test
-    under BeOS and QNX.
-  * ./plugins/macosx/intf_vlc_wrapper.m: fix for non-ASCII filenames in the
-    MacOS X interface, courtesy of Watanabe Go <go@dsl.gr.jp>.
-  * ./plugins/chroma/i420_yuy2.h: fixed an old overflow bug spotted by
-    Rudolf Cornelissen.
-  * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
-    mode, courtesy of Pascal Levesque.
-  * ./plugins/beos/InterfaceWindow.h: stopped more than one playlist being
-    opened.
-  * ./plugins/beos/InterfaceWindow.cpp: fixed segfault on exit with playlist
-    open.
-  * ./plugins/beos/vout_beos.cpp: corrected size of output window.
-  * ./plugins/a52/a52.c, ./plugins/satellite/satellite_tools.c: compilation
-    fixes for Solaris.
-  * ./plugins/sdl/aout_sdl.c: fixed an endianness issue created by a
-    brain-dead developer :p
-  * ./plugins/win32/mainframe.cpp: the "Eject" button is enabled only after we
-    played a dvd or vcd.
-  * ./plugins/win32/mainframe.cpp: the toolbar is now flat and less cubist.
-  * ./plugins/win32/mainframe.cpp: got rid of the ugly slider with some winXP
-    skins. 
-  * ./plugins/win32/messages.cpp: added a config option to limit the number of
-    messages in the log window (default is set to 500).
-  * ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null
-    pointer.
-  * ./plugins/gtk/gnome.c: compilation fix.
-  * ./src/misc/netutils.c: removed the obsolete artificial delay when switching
-    channels.
-  * ./src/interface/intf_eject.c: added ejection code for Win32.
-  * ./plugins/win32/*: enabled the "Eject" button (thanks Ipkiss).
-  * ./include/configuration.h: changed ADD_BOOL and ADD_BOOL_WITH_SHORT config
-    macros to accept a default value as an argument.
-  * ./src/misc/configuration.c: modified the command line parsing to accept
-    --foo and --no-foo when a "foo" boolean config option is defined.
-  * ./src/interface/main.c: modified the help menu to indicate whether the
-    option is enabled or disabled by default.
-  * ./src/video_output/video_output.c: when the video output hasn't received
-    a new picture for a while, it redisplays the last displayed one. This will
-    be useful for DVD menus, but also solves the "picture becomes black when
-    vlc is paused" issue.
-  * ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config.
-  * ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine
-    to avoid a flickering during the switch.
-  * ./plugins/filters/*: fixed inconsistencies.
-  * ./plugins/win32/mainframe.dfm: new icons for the toolbar buttons.
-  * ./plugins/win32/network.cpp: URL can now start with "http://" in the
-    Network dialog box.
-  * ./plugins/win32/about.dfm: updated the About dialog box.
-  * ./include/video.h: added a b_force flag to picture_t so that we can force
-    the display of an image even if it is late.
-  * ./plugins/filter/*: filters are now configurable through the configuration
-    system. Patch from Sigmund Augdal <sigmunau@stud.ntnu.no>.
-  * ./po/vlc.pot: updated potfile.
-  * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
-    <A.Lipiec@elka.pw.edu.pl>.
-  * ./debian/control: updated Debian package descriptions.      
-  * ./plugins/aa/aa.c: removed all palette code as it was unused.
-  * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to
-    vout_Render.
-  * ./plugins/aa/aa.c: added support for resizing and right-click menu.
-  * ./src/input/mpeg_system.c: in order to make ac3 working in avi file, moved
-    some code from ac3 decoder to mpeg_system.c. (skip 3 bytes is now done in
-    mpeg_system.c and no longer in ac3 audio decoder).
-  * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
-    instead of testing 'E: ' and 'I: ' (to simplify miniVLCS).
-  * ./plugins/avi/avi.c, ./plugins/avi/libioRIFF.c: added more safety tests.
-  * ./include/inpu_ext-dec.h: added a check to fifo->b_die after the call
-    to BitstreamNextDataPacket() in GetChunk().
-
-0.4.0
-Thu, 23 May 2002 01:27:05 +0200
-
-  * ./plugins/access/http.c: fixed HTTP input under Win32
-  * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma
-    transformations, with the help of Pascal Levesque.
-  * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
-    we don't do this, trying to use the class when the plugin is reloaded will
-    cause a segfault.
-  * win32: replaced TUpDown components by TCSpinEdit ones, which allow
-    values greater than 32767. It fixes the audio bug ocurring when a
-    configuration file is saved under the win32 interface
-  * ./plugins/win32/mainframe.cpp: Added some extra space between
-    statusbar and toolbar when nothing is displayed.
-  * ./plugins/text/logger.c: on win32 the logger interface shows up a dos
-    command box.
-  * ./plugins/gtk/gnome.c: fixed uninitialized variable
-  * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList()
-  * ./plugins/beos/vout_beos.cpp: changes to reduce segfaults on exit,
-    and also allow only one Playlist window.
-  * ./include/modules_inner.h: fixed a crash when reopening a hidden
-    module
-  * ./plugins/dvd/dvd_access.c: on Win32 the DVD access plugin has to be
-    explicitly requested. This avoids crashes when the input thread tries
-    to open files as dvds.
-  * ./plugins/dvd/dvd_access.c: fixed a side-effect bug causing crashes
-    on DVD title change
-  * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422
-    packed chroma transformations.
-  * ./src/input/input.c: fixed a bug with the input remaining stuck when no
-    network data was present.
-  * win32: fixed a stupid bug in the Network dialog.
-  * ./src/interface/main.c: fixed a little memleak.
-  * ./src/input/input_dec.c: removed useless code.
-  * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
-    variables.
-  * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
-  * ./configure.in: tried to fix the -lavcodec detection.
-  * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen.
-  * ./plugins/network/ipv6.c: experimental support for Windows IPv6
-  * ./plugins/a52/a52.c: added an option to disable the dynamic range
-    compression.
-  * ./Makefile.opts.in: removed configuration stuff which does not need to
-    rebuild anything to Makefile.config, so that editing it will not cause
-    a complete rebuild.
-  * ./plugins/beos/VideoWindow.h, ./plugins/beos/vout_beos.cpp: improved
-    Overlay and Bitmap output modes.
-  * ./plugins/macosx/aout_macosx.m, ./plugins/macosx/aout_macosx.m: removed
-    unused headers.
-  * ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto
-    the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have
-    any effect, so you'll have to hold down command-option when dropping until
-    this is resolved.
-  * ./src/video_output/video_output.c: removed previous patch to the video
-    output since it causes problems for some people.
-  * ./plugins/macosx/*: worked around a bug in seeking.
-  * ./include/threads_func.h: OS X port now uses real-time threads.
-  * ./configure.in: fixes for ffmpeg and mad.
-  * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib: OS X intf
-    is now more consistent with Apple guidelines.
-  * ./plugins/gtk/gtk_preferences.c: fixed a segfault I introduced lately in
-    gtk_preferences.
-  * ./plugins/macosx/intf_vlc_wrapper.m: don't try to eject unless there is
-    a disc to eject.
-  * ./plugins/macosx/intf_vlc_wrapper.m: fixed a segfault in the Mac OS X
-    interface.
-  * ./plugins/satellite/input_satellite.c: cosmetic changes in error messages.
-  * ./plugins/gtk/*: gtk and gnome interfaces now use frequency and symbol
-    rate default values.
-  * ./BUGS: removed fixed entries.
-  * ./plugins/spudec/spu_decoder.c: initialize p_spudec->p_vout to NULL to
-    prevent segfaults if InitThread does not complete.
-  * ./plugins/text/rc.c: on win32 the rc plugin opens a new console.
-  * ./plugins/filters/*: filters were using memalign but freeing p_data instead
-    of p_data_orig.
-  * ./extras/Win32_msvc/vlc.dsp: updated MSVC++ project.
-  * ./src/interface/main.c: small corrections to the LONGTEXT descriptions in
-    main.c.
-  * ./AUTHORS: a few additions.
-  * ./vlc.spec: updates, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
-  * ./configure.in: new --with-ffmpeg option for standard installations.
-  * ./src/interface/main.c: updated long descriptions.
-  * ./plugins/dummy/intf_dummy.c: on win32 the dummy interface plugin will
-    open a dos command box. With this fix, vlc should never fail silently and
-    leave a ghost process running in the background when there isn't any
-    working GUI plugin.
-  * ./include/config.h: on win32 DVD/VCD_DEVICE defaults to to D:.
-  * ./src/interface/main.c: added a few *_LONGTEXT descriptions.
-  * ./plugins/mpeg_vdec/video_parser.c: moved the mpeg-motion and mpeg-idct
-     options to the mpeg_vdec plugin.
-  * ./plugins/spudec/spu_decoder.c: mark subpictures destroyed when we end
-    spudec thread.
-  * ./src/audio_output/aout_pcm.c: desperate attempt to improve audio output.
-  * ./doc/vlc-howto.sgml, ./doc/vlc.1, ./README.MacOSX.rtf: updated
-    documentation.
-  * ./INSTALL.win32: updated INSTALL.win32.
-  * ./plguins/directx/vout_directx.c, ./plugins/directx/vout_events.c: a little
-    bit of clean-up in the directx video output plugin
-  * ./plugins/macosx/*: fixed Mac OS X resizing.
-  * ./src/misc/configuration.c: warning levels are no longer additive, patch
-    courtesy of Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>.
-  * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
-    and mipspro doesn't know about __inline__).
-  * ./src/audio_output/aout_pcm.c, ./src/audio_output/aout_ext-dec.c: fixed
-    deadlock in NextFrame() in aout_pcm.c.
-  * ./plugins/directx/vout_directx.c, ./plugins/directx/vout_events.c: fixed
-    a bug in the directx window creation function. We register a window
-    class once per process so we must be careful not to free the associated
-    resources.
-  * ./extras/Win32_msvc/vlc.dsp: updated the MSVC++ project files and added
-    support for dirent (vlc compiled with msvc can now load plugins - even
-    compiled with mingw).
-  * ALL: small portability fixes.
-  * ./plugins/macosx/*: menu item to maximize the volume in Mac OS X.
-  * ALL: dropped dependancy on autoconf 2.52.
-  * ./plugins/directx/vout_directx.c: modified the directx video plugin to try
-    to create an YUV surface before falling back to an RGB surface when it's
-    not possible to use overlays. Some graphic cards can do the YUV->RGB
-    conversion in hardware during the blitting stage.
-  * ./plugins/directx/vout_directx.c: in the directx video plugin, we now
-    request that the RGB surface be created in video memory. The reasoning
-    behind this is that usually surfaces in video memory benefit from more
-    hardware acceleration (like for instance hw rescaling, hw blitting, etc.).
-  * ./plugins/directx/directx.c: added two options to the directx video plugin
-    to disable the above features (mainly because my video driver is buggy and
-    doesn't handle them well).
-  * ./src/misc/configuration.c: small cosmetic changes to the generation of
-    the config file.
-  * ./src/misc/configuration.c: fix for config_GetHomeDir() on win32.
-    SHGetFolderPath() is located in shfolder.dll not shell32.dll.
-  * ./plugins/gtk/gtk_preferences.c: fix for the gtk preferences dialog box. To
-    be sure that an int or float value is actually changed we call
-   gtk_spin_button_update() in the GtkInt/FloatChanged() event handler.
-  * ./debian/control: made the Build-Depends: entry a one-liner (Closes
-    Debian bug #147103).
-  * ./src/audio_output/aout_spdif.c: a lock was not released.
-  * ./plugins/text/rc.c: added a safety lock.
-  * ./plugins/gtk/*: new Network dialog box for Gtk and Gnome interfaces.
-  * ./plugins/mpeg_system/mpeg_audio.c: you can now force the mpeg_audio demux
-    module.
-  * ./plugins/mpeg_vdec/vpar_headers.c: update reference in case of sequence
-    end code.
-  * ./src/input/input_clock.c: don't keep the control lock during the pause.
-  * ./plugins/ac3_spdif/ac3_spdif.c, ./src/audio_output/aout_spdif.c: check for
-    b_die and b_error in all loops so that we don't remain stuck waiting for
-    data whereas the vlc has tried to quit.
-  * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
-  * ./plugins/avi/avi.c : it will not segfault with broken avi with an unknown
-    stream.
-  * ./src/misc/mtime.c: removed usage of usleep (not thread safe) (by Meuuh).
-  * ./src/video_output/video_output.c: video output patch to improve handling
-    of late pictures (by Meuuh).
-  * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
-    calls to realloc(_,0) in a similar way to input_programs.c.
-  * ./plugins/dvd/dvd_seek.c: fix random segfaults on title change (i_cell
-    should be tested _before_ we access the structures).
-  * ./src/input/input_programs.c: fixed memory corruption by setting a few
-    pointers to NULL after they have been free()ed.
-  * ./src/input/input_programs.c: removed now useless ASSERTs.
-  * ./plugins/beos/*: improved overlay and bitmap support, not tested on nVidia
-    cards. Lower CPU usage and no thread created per frame.
-  * ./plugins/dvd/dvd_summary.c: added a sanity check.
-  * ./plugins/vcd/*: vcd access plugin now uses mpeg_ps demux instead of its
-    own one.
-  * ./plugins/macosx/vout_qdview.m: attempt to fix the video output with
-    QuickTime 6.
-  * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing
-    audio track" problems by zeroing the p_ac3dec structure.
-  * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached"
-    crash.
-  * ./src/input/input_dec.c, ./src/input/input_programs.c: check size to avoid
-    realloc(0).
-  * ./plugins/win32/network.*: new Network dialog box.
-  * ./src/input/input.c, ./plugins/access/http.c, ./plugins/access/udp.c: added
-    the input_FDNetworkClose() function to be called when closing a networking
-    stream instead of input_FDClose().
-  * ./src/misc/netutils.c: use closesocket() instead of close() at the end
-    of the network_ChannelJoin() for WIN32.
-  * ./src/misc/configuration.c: fixed an issue with long options from
-    modules where option arguments and playlist entries were mixed.
-  * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors
-    should be OK now.
-  * ./plugins/satellite/input_satellite.c: fixed a compilation warning.
-  * ./configure.in: added libdvbpsi version check.
-  * ./include/modules_inner.h: fixed a bug in module reinitialization,
-    which should fix crashes after a long pause.
-  * ./src/input/*: fixed a bug (glitch/segfault) when seeking.
-  * ./src/input/mpeg_system.c: we handle PCR even if they are not attached
-    to a PMT.
-  * ./configure.in: new --with-mad-tree configure option.
-  * ./BUGS: updated BUGS file.
-  * ./src/input/mpeg_system.c: it should now be possible to quit when reading
-    a bogus file.
-  * ./src/misc/iso-639.def, ./include/iso_lang.h, ./src/misc/iso_lang.c:
-    iso-839-[12] tools.
-  * ./plugins/dvd/dvd_es.c, ./plugins/dvd/dvd_summary.c,
-    ./plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new
-    behaviour.
-  * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
-  * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
-    of Yves Duret and other Mandrakesoft guys I don't know.
-  * ./plugins/macosx/intf_vlc_wrapper.m: do not eject when we're reading from
-    the disc...
-  * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
-    try to use it, unless it was explicitely requested (--vout for example).
-  * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh). 
-  * ./src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
-    Meuuh.
-  * ./plugins/mpeg_system/mpeg_audio.c: to avoid problem with PS, test only the
-    first 4 bytes for mpeg header so some broken files, and all web radio will
-    not work. You can change this by changing value of MPEGAUDIO_MAXTESTPOS.
-  * ./doc/vlc-howto.sgml: spelling mistakes, small updates, harmonization with
-    other documentations (thank you Alexis).
-  * ./plugins/satellite/*: some fixes in options parsing (thank you Sam).
-  * ./extras/MacOSX/Resources/vlc.icns: new OS X icon, courtesy of Joeri van
-    Dooren <joeri@van.dooren.be>.
-  * ./plugins/mpeg_vdec/video_decoder.c: Mac OS X fix.
-  * ./plugins/mpeg_system/mpeg_audio.c: you should again be able to play PS
-    streams (I hope it will be enough). Sorry.
-  * ./plugins/ffmpeg/ffmpeg.c: CVS version of ffmpeg can now decode
-    msmpeg4 v1 v2, so I added support for this. But you can always use
-    the old ffmpeg library without any problem (I hope ;).
-  * ./include/video.h : added new fourcc codes for avi.
-  * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
-    display. To duplicate 12 times, use `--filter clone:12'.
-  * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to
-    force the XVimage format used.
-  * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf.
-  * ./plugins/mpeg_system/mpeg_audio.c: we don't use any more U32_AT.
-  * ./plugins/macosx/*: disabled auto-hiding of mouse cursor since it doesn't
-    work when browsing menus; instead, click in the video window
-  * ./plugins/macosx/*: fixed a major bug in the spu decoder.
-  * ./plugins/macosx/*: Objective-C files are now .m.
-  * ./plugins/macosx/*: fixed menus.
-  * ./plugins/macosx/*: menus for Program/Title/Chapter/Languages.
-  * ./plugins/avi/avi.c: we use input_ClockManageRef to do synchro.
-  * ./include/common.h, ./include/input_ext-plugins.h: exported
-    input_ClockGetTS for plugins.
-  * ./plugins/mpeg_system/mpeg_audio.c: a demux for mpeg audio stream (file,
-    web radio ...) 
-  * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
-    reason, user just needs to hit Ctrl-C again 1 second later and we'll
-    exit disgustingly instead of freezing.
-  * ./plugins/macosx/intf_vlc_wrapper.c: menu code fixes.
-  * ./plugins/macosx/*: fixed Mac OS X VOUT_SIZE_CHANGE signal.
-  * ./plugins/ffmpeg/ffmpeg.c: corrected some bad lock/unlock.
-  * ./plugins/avi/avi.c: can now use --novideo.
-  * ./plugins/macosx/*: improvements of the OS X GUI.
-  * ./plugins/mad/*: added mad plugin downscale config option for selecting
-    downscaling routine. Choices are: fast, mpg321. Default the fast version
-    is used. The downscale option mpg321 uses an algorithm that adapts to
-    dither errors. This routine is borrowed from MPG321 code.
-  * ./plugins/mad/*.c: mono audio streams get now duplicated on the right
-    channel instead of silencing the right channel (untested).
-  * ./plugins/avi/avi.c, ./plugins/ffmpeg/ffmpeg.c: improvements.
-  * ./src/video_output/video_output.c: video plugins that don't handle
-    rescaling themselves have to let the video_output thread know about
-    resizing events (with VOUT_SIZE_CHANGE event). (this part needs some
-    clean-up but it is basically working for the X11 and SDL plugins).
-  * ./plugins/sdl/vout_sdl.c: fixed fullscreen for the SDL plugin.
-  * ./plugins/sdl/vout_sdl.c, ./plugins/mga/xmga.c: xmga and sdl now switch to
-    fullscreen on double-click.
-  * ./plugins/avi/avi.c: try to not freeze when reaching end file.
-  * ./plugins/x11/xcommon.c, ./src/video_output.c: fixed the resizing and
-    scaling of the X11 video output.
-  * ./plugins/x11/xcommon.c: clicking on the video doesn't pause it anymore
-    (use spacebar for this), but double-clicking will now switch between
-    fullscreen and window mode.
-  * ./plugins/gtk/gtk_preferences.c: the Apply button in the preferences menu
-    is grayed out unless there's a change to apply.
-  * ./plugins/gtk/gtk_preferences.c: GtkConfigApply() now clears the list of
-    config changes before returning.
-  * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
-  * ./configure.in: deactivated ipv6.so under QNX for now.
-  * ./plugins/macosx/aout_macosx.c: more stable audio output with more output
-    buffering.
-  * ./BUGS: no text in the status bar with gtk intf, no window title in gtk
-    intf on some machines, correct title on another.
-  * ./plugins/gtk/*.glade, ./plugins/gtk/*_interface.*: fix for interface   
-    autoshrink when toolbar text isn't displayed.
-  * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_display.*:
-    callbacks for the hide tooltips and toolbar text options.
-  * ./plugins/mad/*: aout fifo adapts it size according to the length of the
-    first frame. The change is needed for MPEG1/2 layer III, because the size
-    of output pcm from mad_decoder is different.
-  * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
-    options callbacks.
-  * ./configure.in: we check support for variadic macros (screw Borland!).
-  * ./plugins/gtk/gnome.c: new option lets you hide the text of the
-    GNOME interface toolbar.
-  * ./FAQ: small FAQ update. Please note that everyone can update this FAQ if
-    they want, it is not my property :-).
-  * ./AUTHORS: added quite a few missing names.
-  * ./plugins/qnx/vout_qnx.c: port of the QNX vout plugin to the vout4 API,
-    courtesy of Pascal Levesque <Pascal.Levesque@mindready.com>.
-  * ./plugins/avi/avi.c: you can now use slow and fast reading. After seeking,
-    audio and video synchro is better.
-  * ./plugins/macosx/aout_macosx.c: misc sound fixes.
-  * ./configure.in: fixed VCD double detection.
-  * ./src/misc/configuration.c, ./plugins/text/logger.c: the configuration file
-    and the log file are opened in text mode. This mode should only have a
-    meaning on Win32 and isn't supposed to break any other platform. If does
-    give you any trouble then shout.
-  * ./configure.in: added a --with-a52-tree option to the configure script.
-  * ./plugins/spudec/spu_decoder.c: FOURCC_YUY2 subtitles support (for NVidia
-    overlay) courtesy of Rudolf Cornelissen <rag.cornelissen@inter.nl.net>.
-  * ./plugins/kde/*: configuration dialog for the KDE interface, courtesy
-    of Sigmund Augdal <sigmunau@stud.ntnu.no>.
-  * ./plugins/chroma/i420_yuy2.h: workaround for yet another annoying gcc
-    behaviour with inline assembly (seems to be BeOS-specific). If anyone has
-    a better idea than the huge "memory" constraint, please have a look at
-    the MMX_CALL() macro!
-  * ./plugins/avi/avi.c: corrected a bug with broken avi files.
-  * ./src/misc/modules_plugin.h: added config_Get/PutFloatVariable to
-    p_sysmbols. Thanks to Sigmund Augdal for pointing this bug out.
-  * ./src/audio_output/aout_pcm.c: on Win32 the aout_pcm thread is given a high
-    priority. This avoids lots of audio underruns, especially when moving
-    around the video window.
-  * plugins/avi/avi.c : changed in order to read more avi files, Meuuh
-    you can now read your file ;) (but audio is awful, perhaps because of mad
-    plugin ?). Fix a bug for audio with some avi files.
-  * ./plugins/satellite/satellite.c: fixed a compilation issue in satellite
-    input. It now uses common or libdvbpsi ts demux. Untested cause I can't
-    get our Nova Card work again.
-  * ./src/video_output/vout_pictures.c: restored vout_CopyPicture(). It is
-    needed by the directx plugin damnit ;-)
-  * ./include/config.h: restored AOUT_BUFFER_DURATION to its old value. It
-    should solve quite a few underrun problems.
-  * ./plugins/directx/vout_directx.c: a little bit of DirectX plugin clean-up.
-  * ./ipkg/control: added more information in ipkg control file.
-  * ./include/modules_inner.h: the module name is now a default shortcut, for
-    it, no need to manually add it.
-  * ./plugins/sdl/vout_sdl.c, ./plugins/x11/xcommon.c: when in fullscreen
-    mode, the Esc key does not quit immediately, but first escapes from
-    fullscreen mode. User-requested feature.
-  * ./include/os_specific.h: fixed a C++ compilation issue.
-  * ./include/videolan/vlc.h: removed the main() declaration because SDL
-    defines it as a macro.
-  * ./plugins/avi/avi.c: with some broken avi files, will not freeze, and
-    try to detect end of file.
-  * ./include/threads_func.h: moved the function definitions from threads.h
-    into threads_funcs.h. This allows us to move p_main_sys into p_main
-    (p_main->p_sys).
-  * ./configure.in: fixed the --with-gtk-config-path and --with-sdl-config-path
-    options.
-  * ./plugins/avi/avi.c: seek is faster.
-  * ./configure.in: fixed a typo in libdvbpsi handling.
-  * ./plugins/vcd/cdrom_tools: FreeBSD 4.5 port of the vcd input.
-  * ./INSTALL.win32: updated win32 compilation instructions.
-  * ./plugins/mpeg_system/mpeg_ts.c: fixed --program option.
-  * ./include/common.h: fixed vlc_memalign.
-  * ./plugins/avi/avi.c: now it can play broken files with seek enabled but
-    it's very slow (will be fixed soon).
-  * ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-)
-  * ./src/input/input_programs.c: a video divx ES will no longer be considered
-    as an audio ES (thanks sam).
-  * ./src/misc/darwin_specific.c: added system_Configure().
-  * ./plugins/macosx/vout_macosx.c: cleaned up QTScaleMatrix().
-  * ./plugins/macosx/*: A/V sync should be much more precise.
-  * ./plugins/macosx/vout_qdview.c: borders in fullscreen mode are now black
-    and the movie is centered.
-  * ./extras/MacOSX/vlc.pbproj/project.pbxproj: new creator ID: VLC#.
-  * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir.
-  * ./include/video.h: moved vout_CopyPicture out of the way, an inline
-    function did not make sense here.
-  * ./include/video.h: moved vout_ChromaCmp out of the way.
-  * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into
-    video.h.
-  * ./include/os_specific.h: this file is now always included.
-  * ./include/debug.h: removed this file which was almost useless, and moved
-    ASSERT to common.h.
-  * ./include/common.h: fixed vlc_memalign and changed its prototype to
-    follow posix_memalign's.
-  * ./configure.in: dropped usage of $withval and $enableval in favor of the
-    safer variants $with_foo and $enable_foo.
-  * ./plugins/avi/avi.c: will not segfault when no audio is found/supported.
-  * ./plugins/ffmpeg/ffmpeg.c: with empty frame(data_packet) it won't segfault.
-  * ./plugins/avi/avi.c: use KeyFrame to seek, so video will not be bad as
-    before.
-  * ./plugins/mpeg_system/mpeg_ts.c: moved Program Specific Information
-    decoder to the ts demux module.
-  * ./plugins/mpeg_system/Makefile: added a mpeg_ts_dvbpsi module tha uses
-    libdvbpsi to decode PSIs. It is used by default if the lib is found. It
-    shares much code with mpeg_ts.
-  * ./plugins/directx/vout_events.c: fixed typo. You have to double click on
-    the video window to switch to fullscreen.
-  * ./src/misc/configuration.c: on Win32 the config file is now stored under
-    the "Application Data" folder belonging to the user. (this works if at
-    least IE4 is installed, otherwise the old method is used to get the
-    config directory)
-  * ./configure.in: fixed MacOS X module linking problem.
-  * ./src/interface/main.c: we no longer segfault if argc == 0.  
-  * ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries
-    defining it. Grmbl.
-  * ./src/input/input_ext-plugins.c: cosmetic change.
-  * ./plugins/ac3_adec/*: use of _M to avoid conflict with libavcodec.a.
-  * ./plugins/avi/*: a light AVI demux.
-  * ./plugins/ffmpeg/*: a video decoder for divx v3 and opendivx.
-  * ./plugins/win32/preferences.cpp: fixed a compilation bug
-  * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
-    upcoming work.
-  * ./plugins/spudec/spu_decoder.c: fixed the spu decoder to take the pitch
-    of the destination picture into account when rendering the subtitles
-    (Implemented only for the YUV modes).
-  * ./plugins/directx/vout_events.c: fixed the mouse autohidding feature in
-    the DirectX plugin (at least partially).
-  * ./plugins/directx/vout_directx.c: fixed the DirectX video output for
-    non-overlay modes. It was only working in RGB16 before.
-  * ./plugins/directx/vout_directx.c: DirectX video output plugin now uses
-    triple buffering for YUV overlay. This improves the video quality a lot
-    (no tearing) without affecting performance. (I knew double buffering
-    sucked but I just discovered why triple buffering is better: you don't
-    have to wait for the vsync to flip the buffers).
-  * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix
-    to avoid retrieving the spu palette from a network stream as if it was
-    a DVD.
-  * ./src/interface/main.c: tidied the help output code.
-  * ALL: removed underscores from option names and made a few options more
-    self-explanatory, for instance --input_channel becomes --audio-channel;
-    run vlc -H to see what has changed.
-  * ALL: replaced many occurences of "plugin" with the word "module".
-  * ./src/interface/main.c: moved all satellite-specific configuration options
-    to the satellite plugin.
-  * ./po/*: updated translations.
-  * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma
-    transformations. They're now PIC-friendly as well.
-  * ./plugins/macosx/intf_open.c: added Open disc and network panels.
-  * ./plugins/macosx/intf_controller.c: some changes to the control layout.
-  * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted
-    verbose messages.
-  * ./po/en_GB.po: British translation.
-  * ./src/interface/main.c, ./src/misc/configuration.c: fixed the warning_level
-    handling: "-v" and "--warning" are now working as they should and they also
-    are cumulative (using -vv --warning=3 you end up with i_warning_level=5).
-  * ./src/misc/configuration.c: support for short options. -V, -A, -I
-    are back, and we also have -4 and -6 for IPv4/IPv6.
-  * ./src/misc/configuration.c: added config_GetFloatVariable() and
-    config_PutFloatVariable() to the config module.
-  * ./src/video_output/video_output.c: added a --zoom <float> config option.
-  * ./plugins/idct/idct_sparse.c: added a call to RestoreCPUState() in
-    InitIDCT() so that the FPU is still available after a call to InitIDCT().
-  * ./plugins/text/logger.c: deactivated stream buffering when logging to a
-    file.
-  * ./po/*: re-ran make update-po, fixed a few translations.
-  * ./po/fr.po: completed the french translation.
-  * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
-    strings between the Gtk+ and GNOME modules to avoid duplicate translations.
-  * ./po/de.po: updated german translation. Many thanks to Thomas Graf.
-  * ./doc/vlc-howto.sgml: URL & mailing-lists corrections.
-  * ./plugins/gtk/gtk_preferences.c: the last category from the config options
-    wasn't displayed.
-  * po/nl.po: updated Netherlands translation of interface.
-  * po/fr.po: completed french translations.
-  * ALL: internationalized all configuration strings.
-  * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
-  * ./src/misc/configuration.c: lots of simplifications in the code.
-  * ./po/vlc/pot: updated translations.
-
-0.3.1
-Thu, 18 Apr 2002 06:43:42 +0200
-
-  * ./vlc.spec: fixed build dependencies.
-  * ./configure.in: when -lintl is available, we now also link plugins with it.
-  * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
-  * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
-  * ./configure.in: switched version to 0.3.1.
-  * ./vlc.spec: imported Mandrakesoft's latest enhancements.
-  * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
-    extension gethostbyname2(), thanks to Thomas Graf.
-  * ./plugins/macosx/vout_macosx.c: finally fixed MacOS X aspect ratio. If you
-    know how to center the picture in the screen, and make the remaining space
-    black instead of white, PLEASE drop me a mail!
-  * ./src/input/mpeg_system.c: in TS demux, a program is selected only if a
-    PMT for it was found. This should fix the problem that occured when reading
-    a file directly extracted from a satellite card.
-  * ./plugins/access/udp.c: UDP access plugin uses input_SetProgram.
-  * ./AUTHORS: added people locations, just for fun.
-  * ./configure.in: disabled SSE plugins when using mingw32.
-  * ./src/misc/configuration.c: disabled the AltiVec warning message on the
-    PowerPC platform because it was misleading.
-  * ./plugins/dvdread/dvdread.c: have dvdread plug-in respond to dvd: URLs.
-  * ./plugins/macosx/intf_macosx.c: MacOS X interface shouldn't take as much
-    CPU as it used to.
-  * ./plugins/motion/motionaltivec.c: fixed a bug in AltiVec-enabled MC (thanks
-    walken).
-  * ./plugins/memcpy/memcpyaltivec.c: fixed a case of segfault in AltiVec-
-    enabled memcpy.
-  * ./doc/vlc-howto.sgml: big update of Henri's howto.
-  * ./plugins/mpeg_vdec/*: support for pictures with a pitch different from
-    the picture width, inspired by Gildas Bazin.
-  * ./plugins/satellite/input_satellite.c: fixed a typo in satellite input.
-  * ./src/interface/main.c: added options to configure antenna (sat_lnb_lof1,
-    sat_lnb_lof2, sat_lnb_slof and sat_diseqc). They only appear if satellite
-    input is compiled.
-  * ./plugins/satellite/input_satellite.c: fixed a few bugs in satellite
-    input (device was not closed in every failure case, symbol rate limits
-    in gnome interface were wrong).
-  * ./plugins/gtk/*: added FEC choice in command line, gtk and gnome
-    interfaces. Command line is now satellite:<frequency(Hz)>,
-    <polarization(0=V,1=H)>,<fec(1=1/2,2=2/3...)>,<symbol rate(kbyte/s)>
-  * ./plugins/beos/vout_beos.cpp: implemented a fix for nVidia overlays
-    thanks to Bertil.
-  * ./Makefile: fixed the Win32 interface under Win2k/XP.
-  * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
-    for the Win32 API.
-  * ./plugins/mpeg_system/mpeg_ps.c: fixed another bug in PS demux: the first
-    program added was at the same time declared as the current program and as
-    a new program, which made the ES be selected two times.
-  * ./src/input/input_programs.c: fixed a bug in input_SetProgram, that made
-    the ps file input launch without video.
-  * ./plugins/beos/vout_beos.cpp: fixed code to close vout window, does not
-    segfault anymore.
-  * ./po/fr.po: french translation update
-  * ./configure.in: fixed a bug in the libdvdread detection.
-  * ./configure.in: fixed plugin compilation under Win32.
-  * ./vlc.spec: imported MandrakeSoft's enhancements.
-  * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
-  * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
-  * ./plugins/aa/aa.c: a few simplifications in the code.
-  * ./src/input/input.c: made file access plugin use input_SetProgram so that
-    we may change program when reading a file.
-  * ./src/input/input_programs.c: fixed a bug in input_SetProgram.
-  * ./src/interface/main.c: added --input_program <int> option, to choose the
-    program from the command line.
-  * ./plugins/memcpy/memcpyaltivec.c: fixed AltiVec-enabled version of
-    fastmemcpy.
-  * ./src/interface/main.c: fixed --memcpy switch.
-  * ./Makefile: changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are
-    great ideas :p)
-  * ./README - Mac OS X.rtf: new README file for MacOS X.
-  * ./Makefile: fixed the Win32 interface under Win2k/XP.
-  * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
-    for the Win32 API.
-  * ./configure.in: wrote a better test for libdvdread detection.
-  * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
-    a segfault in the Gtk+ popup menu when toggling the interface.
-  * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
-    do not accept empty macro arguments.
-
-0.3.0
-Sat,  6 Apr 2002 04:27:50 +0200
-
-  * ./doc/release-howto.txt: updated documentation.
-  * ./vlc.spec: added missing plugin filenames to the build process.
-  * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
-  * ./Makefile: fixed make dist and make distclean.
-  * ./plugins/dvd/dvd.c: compilation fix.
-  * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
-  * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
-  * ./vlc.spec: updated specfile.
-  * ./Makefile, ./configure.in: misc BeOS build fixes.
-  * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
-  * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
-    anymore, the package is now 700k instead of 4MB.
-  * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
-    foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
-    lot of stuff from Makefile.opts.in back to configure.in.
-  * ./install-win32: updated script for NSIS 1.96.
-  * ./configure.in: added --enable-intfwin to enable the win32 interface and
-    --with-bcbuilder to tell make where to find Borland C++ Builder.
-  * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
-  * ./plugins/win32/Makefile: intfwin.so can be built using commandline.
-  * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
-    file isn't needed for the intfwin plugin anymore.
-  * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
-  * ./AUTHORS: added ipkiss.
-  * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
-    item, not yet implemented.
-  * ./plugins/win32/about.dfm: replaced the outdated author list with a
-    "VideoLAN Team" entry.
-  * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
-    replaced the outdated author list with a "VideoLAN Team" entry.
-  * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
-    it does not work, and removed the vlc-a52 package because liba52 is
-    statically linked into vlc.
-  * ./debian/control: added more helpful package descriptions.
-  * ALL: changed version to 0.3.0. Yeah, it's coming.
-  * ./Makefile: fixed make dist.
-  * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
-  * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
-  * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
-  * ./Makefile: renamed the `snapshot' rule to `dist'.
-  * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
-  * ./Makefile.modules: modules now depend on Makefile.opts.
-  * ./configure.in: added (hopefully) explicit messages on how to get
-    libdvdcss and link vlc with it.
-  * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
-  * ./plugins/win32/*: Added management for secondary config dialogs
-  * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
-    contributor is currently working on.
-  * ALL: removed libdvdcss from the vlc tree.
-  * ALL: removed libdvdread from the vlc tree.
-  * ./acconfig.h: removed this file.
-  * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
-  * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
-  * ./plugins/gtk/gtk_callbacks.c: use the dvd_device config option.
-  * ./po/ja.po: added Japanese translation from Fumio Nakayama
-    <endymion@ca2.so-net.ne.jp>.
-  * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
-  * ./include/threads.h: new pthread implementation for WinNT/2K/XP. This
-    implementation shouldn't be subject to race conditions as it is using
-    SignalObjectAndWait() from the Win32 API. As this should be somehow slower
-    than the old method (still used on Win9x), you can specify that you want
-    to use the old method with the "fast_pthread" config option.
-  * ./include/videolan/vlc.h: added a new p_main_sys global variable. This
-    variable is a pointer to an OS specific structure which is defined in
-    *_specific.h. This structure can be filled by the already existing
-    System_Init() function and is a nice way to avoid too many #ifdefs.
-  * ./include/defs.h.in: got rid of the DVD_DEVICE macro. We now use the
-    dvd_device config option. This creates a small memory leak as we don't free
-    the string obtained from config_GetPszVariable, but I think we can live
-    with it for now.
-  * ./configure.in: the SSE plugins are disabled on the mingw32 build as they
-    don't work (because memalign is not implemented on win32, and malloc only
-    aligns on an 8 bytes boundary).
-  * ./INSTALL.win32: fixed a small mistake.
-  * ./include/config.h: fixed config directory name for windows.
-  * ./plugins/win32: the network dialog now respects the preferences settings.
-  * ./src/input/input_ext-plugins.c: compilation fix. :-ppppp
-  * ./plugins/memcpy/fastmemcpy.h: AltiVec-enabled version of fastmemcpy.
-  * ./plugins/macosx/vout_macosx.c: use ImageBuffer instead of ScreenBuffer in
-    OS X video output (should be faster).
-  * ./src/interface/main.c: check that channels have been created before
-    the call to network_ChannelJoin.
-  * ./plugins/win32/*: fixed a few bugs in the preferences.
-  * ./plugins/win32/*: better auto-resizing of the main window.
-  * ./plugins/win32/*: the disc dialog now respects the preferences settings.
-  * ./src/misc/configuration.c: small compilation fix.
-  * ./plugins/beos/vout_beos.cpp: added a test for the nooverlay option.
-  * ./include/config.h: changed directory of the config file for BeOS to be
-    consistant with OS standard.
-  * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
-  * ./plugins/dvd/dvd_access.c: removed a warning.
-  * ./src/misc/configuration.c: Solaris fixes by Meuuh.
-  * ./FAQ: removed outdated stuff.
-  * ./plugins/directx/vout_events.c: fixed yet another bug related to the event
-    thread creation.
-  * ./plugins/directx/vout_events.c: removed a few debug messages.
-  * ./extras/Win32_msvc/*: Microsoft Visual Studio C++ 6 project files. This
-    is useful mainly for debugging as the hardware accelerated plugins can't
-    be compiled with msvc.
-  * ./plugins/downmix/ac3_downmix_sse.c, ./plugins/downmix/ac3_downmix_3dn.c:
-    Win32 compilation fixes when downmixsse and downmix3dn are declared as
-    plugins.
-  * ./plugins/directx/vout_events.c: fixed the waiting on the event thread
-    creation in the directx plugin.
-  * ./Makefile: updated the "package-win32" rule.
-  * ./install-win32: all txt files are now converted to dos format (CRLF).
-  * ./doc/win32/Cross-Compile-Howto.txt: VLC-Win32 Cross-Compile Howto,
-    courtesy of Bill Eldridge.
-  * ./plugins/beos/vout_beos.cpp: improved overlay detection, default colour
-    space selection.
-  * ./plugins/gtk/gtk_preferences.c: allow the user to resize the configuration
-    windows.
-  * ./plugins/gtk/gtk_preferences.c: moved config_GetIntVariable out of the
-    loop.
-  * ./plugins/gtk/gtk_preferences.c: you can now set a maximum height for the
-    configuration windows in the gtk and gnome plugins. This patch _doesn't
-    change_ the look of the interface unless this interface tries to use more
-    space than allowed, in which case scrollbars are added to make the
-    navigation easy. Note that this setting only affects the default size the
-    interface will use, the user is then free to change the size of the window
-    as he wants.
-  * ./plugins/gtk/gtk_preferences.c: tooltips are now triggered only in
-    specific places. This is a lot less intrusive and annoying for the users.
-  * ./plugins/win32: fixed the bug on exiting the vout pressing 'q'.
-  * ./plugins/beos/*: implemented an "always-on-top" feature for the interface
-    window, RGB16 Overlay supported again, resizing is now implemented
-    consistantly.
-  * ./plugins/win32: subtitles should work, now.
-  * ./plugins/access/udp.c: disabled the server argument in udpstream: because
-    it confuses users and is not of any practical use.
-  * ./src/interface/main.c: fix for sparc.
-  * ./plugins/dvd/dvd_access.c: don't try to stat() the dvd drive letter on
-    win32.
-  * ./plugins/directx/vout_directx.c: disabled YUV overlay double buffering for
-    now, as it seems to actually be slower.
-  * ./include/threads.h: temporary fix in vlc_cond_signal() for win32 (I really
-    should use SignalObjectAndWait() on WinNT so we can avoid race conditions
-    in the pthread code). This fixes a problem noticed on WinXP where vlc would
-    freeze regularly and eat-up all the CPU (fun no?).
-  * ./src/input/input_programs.c: when unselecting an ES, we must ged rid of
-    p_es->p_pes so that it is regererated when we select this ES again. It made
-    vlc segfault when switching from some stream to another, or when switching
-    program in satellite input.
-  * ./plugins/access/udp.c: UDP access plug-in can now receive MPTS (Multiple
-    Program TS) and switch programs.
-  * ./plugins/macosx/*: audio and video output go to time-constrained
-    scheduling [OS X port].
-  * ./plugins/gtk/gtk_preferences.c: some dirty ifdefs for a nicer gnome
-    interface (gnome buttons, gnome dialogs).
-  * ./po/nl.po: translation of user interface messages to Netherlands.
-  * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c: new options "gtk_hide_toltips"
-    or "gnome_hide_tooltips". Tooltips are enabled by default. This option is
-    only considered on module initialization.
-  * ./configure.in: GNU make detection.
-  * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib: deleted
-    non-working fullscreen menu item [OS X].
-  * ./plugins/access/http.c, ./plugins/access/udp.c: udp and http no longer
-    modify p_input->psz_name.
-  * ALL: various little portability fixes.
-  * ./src/misc/configuration.c: changed the behaviour of the config file:
-    now all the config options are saved. <string> config options which have
-    no default value are also saved in the config file but as an empty string,
-    and config_LoadConfigFile will ignore empty config options, which also
-    means we cannot pass an empty string as a <string> config option. (this
-    shouldn't matter anyway).
-  * ./plugins/gtk/gtk_preferences.c: modified the gtk interface to save an
-    empty <string> option as a NULL pointer.
-  * ./src/misc/configuration.c: modified config_LoadConfigFile to consider an
-    empty <string> option as a NULL pointer.
-  * ./plugins/gtk/gtk_preferences.c: save button (inadvertently suppressed).
-  * ./plugins/win32: added toolbar icons (thanks xav), we can no longer edit
-    plugin names in the preferences :)
-  * ./plugins/win32: the tool button for playlist is now a toggle button.
-  * ./plugins/beos/InterfaceWindow.cpp: disabled controls if the playlist was
-    empty.
-  * ./plugins/win32/*: added a win32 interface plugin, developed with Borland
-    C++ Builder. To build the plugin, follow the instructions in
-    INSTALL-win32.txt.
-  * ./plugins/gtk/gtk_preferences.c: fixed an ugly structure, the tabs are not
-    verticaly expanded as they were, small enhancements.
-  * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_common.h: new
-    Tooltips structure.
-  * ./plugins/gtk/gtk_preferences.c: modifications of some widgets, the
-    structure, cosmetic changes.
-  * ./src/interface/main.c: typos, a couple of new descriptions.
-  * ./src/interface/main.c: moved the "display" option from main to the
-    relevant plugins. ( We now have the x11_display, xvideo_display,
-    xmga_display and ggi_display options ).
-  * ./INSTALL-win32.txt: fixed a little omission.
-  * ./src/plugins/gtk/*: fixed a bug that made vlc segfault when choosing a
-    program, change to another and come back to the first one.
-  * ./src/plugins/gtk/*: added gtk and gnome interfaces for satellite input. We
-    should find a way to hide the button if satellite support is not compiled.
-  * ./plugins/beos/vout_beos.cpp: implemented correct scaling and used new
-    window size variables. Beta always on top for the interface window. New
-    cursor handling.
-  * ./plugins/macosx/aout_macosx.c: fixed a problem in the MacOS X aout which
-    caused the previously played audio frames to be played when there were no
-    new frames available.
-  * ./plugins/macosx/vout_macosx.c: MacOS X vout now uses the height/width
-    calculated in video_output.c.
-  * ./configure.in: Win32 fix.
-  * ./configure.in: miscellaneous fixes for the OS X port.
-  * ./src/video_output/video_output.c: the calculation for the initial video
-    window dimensions is now done in video_output.c and made available into
-    p_vout->i_window_height/width. This allows to get rid of duplicated code
-    and unify the behaviour of the video output plugins. (not all the plugins
-    have been modified because I didn't want to break anything).
-  * ./src/misc/configuration.c: moved GetConfigurationFromCmdLine() into
-    configuration.c and renamed it to config_LoadCmdLine().
-  * ./src/misc/configuration.c: config_GetHomeDir doesn't use getpwuid_r
-    anymore as this was creating some problems on solaris. This function now
-    uses getpwuid and is called only once to store the home directory into the
-    p_main structure.
-  * ./plugins/satellite/*: added satellite input. It works with WinTV Nova
-    card, and siemens 0.9.4 drivers from www.linuxtv.org.
-  * ./src/interface/intf_msg.c: fixed stupid bug in stupid
-    ConvertPrintfFormatString() function.
-  * ./plugins/win32/waveout.c: fixed the "waveout not closing" bug. We need to
-    reset the waveout device before closing it.
-  * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
-  * ./plugins/sdl/vout_sdl.c: Win32 and Solaris compilation fix.
-  * ./plugins/beos/vout_beos.cpp: improved scaling, correct aspect ratio even
-    in full screen mode, duplicate code reduces and framework for Overlay and
-    OpenGL modes in place.
-  * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be
-    compiled as a plugin. Please test.
-  * ./include/modules.h: fixed a C++ warning.
-  * ./plugins/vcd/input_vcd.c: VCD raw device fix, courtesy of Steven Schultz.
-  * ./configure.in: better IPv6 detection. IPv6 is disabled under MacOS X (no
-    inet_pton call).
-  * ./src/input/input_programs.c: fixed some bugs in program management:
-    selected ESs must be attached to the selected program.
-  * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
-  * ./configure.in: fixed a few bashisms.
-  * ./src/misc/configuration.c: fixed build under Solaris.
-  * ./TODO: updated todo list.
-  * ./plugins/dvd/dvd_access.c: fixed a memory leak.
-  * ./plugins/mpeg_vdec/vpar_pool.c: fixed a memory leak.
-  * plugins/win32/waveout.c: fixed typo.
-  * ./configure.in: BeOS compilation fixes.
-  * ./debian/rules: activated (broken) KDE interface.
-  * ./plugins/access/http.c: fixed a segfault.
-  * ./plugins/alsa/aout_alsa.c: fixed a segfault.
-  * ./include/common.h: fixed the compilation fix for Borland C++ :)
-  * ./include/common.h: compilation fix for Borland C++.
-  * ./plugins/macosx/aout_macosx.c: MacOS X aout now uses AudioConverter for
-    int->float.
-  * ./plugins/macosx/*: Various MacOS X intf improvements and bug fixes.
-  * ./plugins/chroma/i420_rgb8.c: fixed a warning.
-  * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing.
-  * ./plugins/kde/kde.cpp: the KDE interface compiles again.
-  * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today.
-  * ./plugins/network/ipv4.c: cosmetic fix.
-  * ./src/interface/main.c: fixed a typo in the --help output.
-  * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still
-    unstable but solving other bugs won't do any good without rewriting the
-    whole playlist code. Which I'm doing right now.
-  * ./configure.in: MacOS X compile fixes.
-  * ./src/input/input.c: skip "//" if we find "://" in a resource we have to
-    play : this allows us touse the syntax udpstream://host.
-  * ./extras/MacOSX_dvdioctl: removed outdated files.
-  * ./plugins/fx/scope.c: fixed an infinite loop error.
-  * ./plugins: fixed segfaults in various demux plugins.
-  * ./plugins/sdl/vout_sdl.c: SDL_VIDEODRIVER can be specified from the
-    command line; try "--vout sdl:aalib"
-  * ./configure.in: fixed linking of the ipv4 plugin.
-  * ./configure.in: DirectX plugin is now correctly detected and configured.
-  * ./BUGS: updated bug list.
-  * ./configure.in: ./configure --help should be a lot clearer now.
-  * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
-  * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
-  * ./plugins/ggi/ggi.c: support for 8 bpp displays.
-  * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
-  * ./plugins/x11/xcommon.c: support for 8 bpp displays.
-  * ./src/video_output/video_output.c: fixed a segfault.
-  * ./plugins/x11/xcommon.c: added an alternate fullscreen method. With this
-    method, _nothing_ is allowed to be displayed on top of the video
-    (especially not taskbars, etc...). Of course this can also be annoying
-    sometimes, this is why it's an option.
-  * ./src/misc/configuration.c: small fix for the config file. The parser
-    assumes that the config file is divided into sections (a section is the
-    config data for a plugin and begins with something like [foo]), so the
-    comment for the beginning of the section must be after the section marker
-    and not before.
-  * ./plugins/beos/vout_beos.cpp: tidied code and prevented curruption on
-    window not containing the video. Video window now returns to correct size
-    and position after toggling full screen.
-  * ./configure.in: more modules are plugins.
-  * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
-    and a few cosmetic changes (sorry Gildas for the butchery).
-  * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
-  * ./src/misc/configuration.c: this the last piece of the new configuration
-    module. You can now save your configuration options (only from the
-    gtk/gnome interface for now). The config file will be saved as
-    ~/.VideoLan/vlc.
-  * ./plugins/spudec/spu_decoder.c: we now analyze the subtitle image
-    data to find the border color and the inner colors when there was
-    no way to find the palette data (network stream).
-  * ./plugins/mpeg_system: fixed a parsing bug I introduced yesterday.
-  * ./Makefile: fixed OS X vlc.app compilation dependencies.
-  * ./configure.in: fixed the endianness check under Solaris.
-  * ./src/input/input.c: strings are now initialized to "" instead of NULL.
-  * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
-    palette information we get from the DVD. Subtitles rox !
-  * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
-    and put them into spu_decoder.c.
-  * ./plugins/audio_output/aout_spdif.c: removed an ugly loop.
-  * ./plugins/audio_output/aout_spdif.c: moved iec958/spdif encapsulation from
-    ac3_spdif to aout_spdif. It will eventually allows to use ac3_adec or a52
-    for spdif output.
-  * ./plugins/dvd/dvd_access.c: fixed chapter selection at startup.
-  * ./src/input/input_dec.c: p_es->p_demux_data is available in
-    p_config->p_demux_data so that the input can pass information directly to
-    the decoder. First application: aspect ratio for DVD is read from the ifo
-    (should fix the buf with aspect ratio in anamorphic DVDs).
-  * ./plugins/dvd/dvd_es.c: the DVD plugin also copies the spu yuv palette in
-    p_demux_data so that the spudec can display subtitle with the right color
-    (sam !).
-  * ./plugins/gtk/gtk_menu.c: removed duplicate code and useless lock in gtk.
-  * ./plugins/vcd/input_vcd.c: fixed EOF and Stop segfault in VCD input:
-    input_BuffersEnd was being called twice.
-  * ./AUTHORS: updated Tony Castley's e-mail.
-  * ./plugins/beos/vout_beos.cpp: new resizing and scaling code. More in line
-    with BeOS standards.
-  * ./plugins/a52/a52.c: a52 plugin updated to use liba52-0.7.3 (which is now
-    available in debian :)
-  * ./src/interface/main.c: new configuration option to choose audio output
-    format at runtime. It allows to select spdif pass-through decoder with
-    --ac3_adec and to remove the ugly b_ac3 in main.h. As a consequence --spdif
-    doesn't work anymore: you should use --ac3_adec pass.
-  * ./src/interface/main.c: return the option name in error message for
-    unknown option intead of the argument.
-  * ./plugins/gtk/gtk_preferences.c: gtk config interface modified so you can
-    only have one instance of a plugin config dialog box displayed at one time.
-  * ./plugins/gtk/gtk_preferences.c: new GTK configuration interface. This
-    interface is generated dynamically at run-time from the configuration data
-    contained in each plugin.
-  * ./src/misc/configuration.c: config_PutPszVariable and config_GetPszVariable
-    are now thread safe.
-  * ./src/misc/configuration.c: few modifications/optimizations to the config
-    module.
-  * ./include/config.h: got rid of all the _VAR macros in config.h.
-  * ./plugins/vcd/input_vcd.c: added missing include (MacOS X port).
-  * ./plugins/dvd/*: fixed EOF segfault at end of DVD.
-  * ./src/input/input.c: buffer manager is renintialised at area change.
-  * ./plugins/dvd/dvd_access.c, ./plugins/vcd/input_vcd.c: we now exit more
-    cleanly on initialization error.
-  * ./plugins/dvd/*: rewrote most functions in DVD plugin. Some old bugs might
-    have been solved in the operation. The plugin some be more readable now,
-    and should produce fewaer segfaults (I hope so :p)
-  * ./plugins/vcd/input_vcd.c: added some tests in open.
-  * ./plugins/alsa/aout_alsa.c: spdif support in the ALSA plugin.
-  * ./plugins/vcd/input_vcd.c: when reaching the end of a track, moves to the
-    following one.
-  * ./src/interface/main.c: disabled the GNOME segfault dialog in debug
-    mode. We want nice, clean segfaults, with huge core files and a lot
-    of rattle noise.
-  * ./plugins/dvd/dvd.c: I hope you liked this bug: DVD demux was always used.
-  * ./plugins/dvd/dvd_demux.c: fixed demux plugin selection.
-  * ./plugins/vcd/input_vcd.c: take the lock on stream in VCDInit. Please
-    test, as I don't have any VCD to do it.
-  * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose.
-  * ./src/interface/interface.c: fixed a deadlock when seeking the
-    stream using the keyboard arrows.
-  * ./plugins/gtk/gtk_display.c: removed an occurance of former angle item in
-    gtk.
-  * ./plugins/dvd/input_dvd.c, ./plugins/dvdread/input_dvdread.c: fixed a bug
-    in ES management introduced lately in DVD/DvdRead.
-  * ./plugins/dvd/*: beginning of reorganisation in DVD plugin source files,
-    in order to try to make it easier to understand. There is some work left
-    though :p.
-  * ./plugins/vcd/vcd.c: decreased the score for VCD plugin, as the VCD demuxer
-    was used even for DVD :p. It should make autodetection work.
-  * ./plugins/vcd/input_vcd.c: modified vcd input for the new input III. Still
-    have problems with end of tracks.
-  * ./plugins/vcd/vcd.c: modified the command line, as stef did for the DVD.
-  * ./plugins/dvd/input_dvd.c: DVD demux was no longer selected under win32.
-  * ./plugins/dvd/dvd_summary.c, ./plugins/dvdread/input_dvdread.c: DVD angle
-    is now handled through a program structure, so that the interface needs
-    nothing specific to change angle.
-  * ./src/input/input_clock.c: fixed a bug in clock management where ES without
-    a program couldn't get timestamped.
-  * ./plugins/gtk/*: fixed program management in gnome/gtk. Program now also
-    appears in popup.
-  * ./plugins/gtk/gtk_menu.c: in interface, only display ES associated with
-    the selected program, or with no program at all.
-  * ./src/input/input.c: fixed typo in the win32 change to the input parser.
-  * ./plugins/dvd/input_dvd.c, ./plugins/dvdread/input_dvdread.c: more complete
-    command line parsing for DVD, hopefully working this time.
-  * ./plugins/network/ipv6.c: IPv6 network module, courtesy of Alexis Guillard
-    <alexis.guillard@bt.com>, for BT.
-  * ./src/interface/main.c: --6 and --4 options to force IPv6 or IPv4 (FIXME:
-    it should be -6 and -4 but I don't know how to do it with the new
-    configuration module).
-  * ./src/misc/netutils.c: channel manager now uses a socket from the network
-    plug-in and is more portable (and probably broken, too :)
-  * ./plugins/mpeg_system/mpeg_ps.c, ./plugins/mpeg_system/mpeg_ts.c:
-    input_ReadPS and input_ReadTS are now in mpeg_system.c to be more easily
-    reused by plug-ins other than mpeg_ps and mpeg_ts.
-  * ./src/audio_output/audio_output.c: we now make sure the aout plugin buffers
-    always contain between AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2
-    worth of audio. This should solve the audio buffer underruns.
-  * ./src/input/input.c: fix for the bug in input when filename contains a '@'
-    character.
-  * ./src/input/input.c: simplified the win32 specific changes to the input
-    parser. (I think we can safely assume that no access plugin name will have
-    a length of one character).
-  * ./plugins/dvd/dvd.c: DVD access plugin is only called if specified under
-    windows (no automatic detection).
-  * ./plugins/dvd/input_dvd.c: replaced setenv with putenv.
-  * ./plugins/gtk/gtk_open.c: fixed a bug in gtk.
-  * ./plugins/dvd/input_dvd.c: new command line for DVD, to get rid of global
-    options input_title or so.
-  * ./Makefile: added network to the list of the plugins directories.
-  * ./plugins/dvd/input_dvd.c: fixed DVD input under Win32.
-  * ./src/input/input.c: fixed input parser under win32, which couldn't
-    understand that c:\windows\bureau is a valid file and doesn't need to be
-    accessed with the plugin 'C' :-)
-  * ./AUTHORS: added xav.
-  * ./include/videolan/vlc.h: got rid of int_types.h and did a few changes
-    Ipkiss will need. Hope I did not break other platforms.
-  * ./include/common.h: fixed compilation problem related to ssize_t.
-  * ./include/common.h: various Win32 compilation fixes.
-  * ./include/input_ext-plugins.h: DVD compiles, but doesn't work yet.
-  * ./plugins/network/ipv4.c: fixed some typos in my previous Win32 multicast
-    commit.
-  * ./plugins/dummy/input_dummy.c: fixed `vlc vlc:quit'.
-  * ./src/input/input.c: initialized uninitialized variables.
-  * ./src/input/input.c: initialize p_access_module & p_demux_modules to NULL
-    when input thread is created.
-  * ./po/no.po: Norwegian translation by Sigmund Augdal. BerdĂ¥ ka pø tĂ¼t.
-  * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
-    Gtk interface, qvlc launches the Qt interface, etc.
-  * ./plugins/fx/scope.c: we now have sound together with --aout scope.
-  * ./plugins/dvd/dvd.c, ./plugins/dvdread/dvdread.c: removed numerous
-    deadlocks.
-  * ./plugins/network/ipv4.c: multicast under Win32 now works with the new
-    input.
-  * ./plugins/dvd/dvd.c, ./plugins/dvdread/dvdread.c: dvd and dvdread support
-    for input III.
-  * ./src/input/*, ./plugins/network/*, ./plugins/access/*: Input III
-    (Episode 1). Major rewrite of the buffer core functions, modularity of
-    access plugins (file, udp, http), modularity of network stack (ipv4, soon
-    ipv6), autodetection of the type of stream.
-  * ./plugins/mpeg_vdec/vpar_headers.c: we no longer crash when the next
-    stream doesn't have the same image size as the previous one.
-  * ./src/audio_output/aout_pcm.c: another overrun fix; please test.
-  * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
-  * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
-  * ./src/video_output/video_output.c: fixed a segfault on exit.
-  * ./src/input/input.c: BeOS network support (no idea if it works when you
-    don't have BONE, though).
-  * ./include/common.h: BeOS compile fixes.
-  * ./plugins/beos/vout_beos.cpp: fixed BeOS video output.
-  * ./src/misc/configuration.c: fixed uninitialized variable in
-    config_Duplicate().
-  * ./src/audio_output/audio_output.c: char pointers obtained by
-    config_GetPszVariable need to be freed.
-  * ./src/interface/main.c: forgot to add the declaration of server_port.
-  * ./src/input/input.c: multicast now works under Win32, but this is a _bad_
-    kludge.
-  * ./include/threads.h: support for the State Threads Library, a userland
-    threads library (http://state-threads.sourceforge.net/). Useless to most
-    people, but can be handy to debug stuff. Activate with `--enable-st'.
-  * ./plugins/ac3_spdif/ac3_spdif.c, ./plugins/dvdread/dvdread.c,
-    ./plugins/dvd/dvd.c: adaptation to new configuration scheme for dvd,
-    dvdread and spdif.
-  * ./plugins/lirc/lirc.c: removed CVS garbage.
-  * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
-  * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
-  * ./src/audio_output/aout_spdif.h: replacement header for aout_common.h.
-  * ./src/audio_output/audio_output.c: fixed a quite old bug in the audio
-    output which made the sound stutter when wrapping around the audio output
-    fifo.
-  * ./src/audio_output/audio_output.c: lots of simplifications in the audio
-    output, got rid of b_stereo.
-  * ./plugins/gtk/*: added a menu in the GTK and gnome interfaces to change
-    the current program in multi-program streams (such as ones provided by a
-    DVB-S card).
-  * ./src/misc/configuration.c: new configuration architecture for vlc.
-  * ./src/interface/intf_msg.c: fixed array over-run bug in intf_MsgUnsub.
-  * ./configure.in: don't try to grok altivec with mingw32.
-  * ./configure.in: --with-directx-path should now indicate the path where the
-    actual headers are (before the headers had to be in an include subdir). By
-    the way you can download these header files from the videolan web site.
-  * ./src/misc/modules_plugin.h: if symbol foo isn't found in the
-    plugin, we always try to open _foo, whatever the architecture.
-  * ./plugins/lirc/lirc.c: non-blocking patch from Sigmund Augdal
-    <sigmunau@stud.ntnu.no>; hope this time my enhancements don't break
-    everything :-)
-  * ./configure.in: gtk*-config detection fix for FreeBSD.
-  * ./configure.in: removed a bashism.
-  * ./plugins/x11/xcommon.c: support for systems without shm.h.
-  * ALL: QNX compilation fixes here and there; the qnx plugin still doesn't
-    work.
-  * ./Makefile: the win32 port now uses a more recent version of gtk+.
-  * ./plugins/gtk/gtk.c: the log window is now black with colourful text.
-  * ./plugins/gtk/gnome.c: ported the log window to the GNOME interface.
-  * ./src/interface/intf_msg.c: messages are sent to the queue even if
-    -vvvv* wasn't specified.
-  * ./plugins/vcd/cdrom_tools.c: MacOS X VCD support.
-  * ./plugins/lirc/lirc.: various fixes, thanks to Sigmund Augdal.
-  * ./plugins/text/logger.c: rewrote an ugly loop.
-  * ./plugins/gtk/gtk.c: added a Gtk+ window containing all the log
-    messages; updated in real time. To open it, go to "view"->"messages".
-  * ./src/interface/intf_msg.c: got rid of TRACE and intf_DbgMsg which were
-    seldom used anyway.
-  * ./src/interface/intf_msg.c: all intf_*Msg functions now write to stderr.
-  * ./src/interface/intf_msg.c: implemented a message queue interface plugins
-    can subscribe to.
-  * ./plugins/text/logger.c: wrote the logger interface plugin. Usage:
-    vlc -I logger:filename.log.
-  * ./src/video_output/vout_subpictures.c: lots of fixes in the SPU renderer.
-  * ./src/video_output/video_output.c: fixed a typo in aspect ratio
-    calculation.
-  * ./plugins/macosx/vout_macosx.c: MacOS X vout improvements.
-  * ./plugins/macosx/intf_macosx.c: MacOS X intf now returns, allowing vlc to
-    terminate properly.
-  * ./Makefile: added a new make target: package-macosx.
-  * ./plugins/gtk/gtk_playlist.c: Win32 compilation fixes (mingw includes
-    dirent).
-  * ./configure.in: configure now checks for ddraw.h and not directx.h.
-  * ./plugins/directx/vout_directx.c: don't include directx.h anymore (this
-    file isn't part of the directx sdk).
-  * ./plugins/waveout/waveout.c: moved all the stuff from aout_waveout.c
-    directly into waveout.c (I don't know what I was thinking about when I
-    created these two files ;-)
-  * ./plugins/waveout/waveout.c: until we fix the audio buffer underrun
-    problem, waveout will be the default audio output on win32 (instead of
-    directx).
-  * ALL: got rid of *_Probe functions because most of them were duplicates
-    of the real _Init or _Create functions. That's 1000 lines of code gained.
-  * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
-    which should speed up output spawning.
-  * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
-  * ./plugins/gtk/gtk_playlist.c: compilation fix.
-  * ./plugins/macosx/*: preliminary fixes for the vout4 port.
-  * ./plugins/gtk/*: Win32 fixes.
-  * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
-  * ./src/interface/main.c: --desync now really accepts a value in ms.
-  * ./plugins/vcd/input_vcd.c: fixed a crash when not opening a VCD.
-  * ./src/video_output/vout_subpictures.c: fixed subtitles under BeOS and
-    other architectures which don't support overlay.
-  * ./plugins/a52/a52.c: compilation fix (include stdint.h).
-  * ./plugins/a52/a52.c: fixed a SEGV.
-  * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB video output to
-    vout4. The overlay video output still needs to be written though.
-  * ./plugins/a52/*: just renamed the liba52_adec plugin into a52 to comply
-    with the naming convention used by the other plugins.
-  * ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
-    <sigmunau@stud.ntnu.no>, activate with --enable-lirc.
-  * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
-  * ./plugins/liba52_adec/*: new AC3 decoder plugin using liba52 from Aaron
-    Holtzman and Michel Lespinasse.  This plugin isn't used by default, you
-    have to specify: --ac3_adec liba52.
-  * ./src/misc/modules.c: changed module_Need to make it possible to
-    have several modules with the same shortcut name.
-  * ./plugins/gtk/gtk_open.c: fixed a bug in the network dialog.
-  * ./src/misc/modules_plugin.h: added mstrtime() to module_symbols_t so we
-    can compile the mpeg_vdec plugin with TRACE mode enabled.
-  * ./plugins/ac3_spdif/ac3_spdif.c: fixed ac3_spdif which has been broken
-    recently.
-  * ./plugins/ac3_adec/ac3_adec.c: check frequency in ac3_adec and change fifo
-    if needed.
-  * ./src/audio_output/audio_output.c: moved initialisation of p_aout from
-    plugins to audio_output.c; if audio output rate is specified at launch
-    time, we try to use it by default.
-  * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
-  * ./plugins/directx/vout_directx.c: added double-buffering for the directx
-    plugin in overlay mode.
-  * ./plugins/directx/vout_directx.c: several directx bug-fixes: implemented
-    the right behaviour on exit, fixed bug preventing the creation of several
-    windows  (the wall filter is working now :-)), fixed unnecessary background
-    redraws (it made the video flicker), fixed bug where we were losing the
-    video display because of lost surfaces in video memory, when using hardware
-    overlay, the output window will now specify "(using hardware overlay)".
-  * ./plugins/x11/xcommon.c: we don't use DPMS functions if they are
-    not available.
-  * ./plugins/win32/waveout.c: added a new very simple audio plugin for
-    Win32. This plugin uses the waveOut API which is a lot easier to use for
-    streaming stuff than directsound. (you don't have to take care of
-    underflows anymore because it doesn't use circular buffers). If you are
-    having a lot of underflows, this plugin is currently better adapted than
-    the directx plugin.
-  * ./src/audio_output/audio_output.c: moved some initialization stuff in
-    audio_out.c so we can know the caracteristics of the audio stream before
-    calling aout_Open().
-  * ./configure.in, Makefile: configure and Makefile tweaking for dvdread
-    module.
-  * ./src/misc/modules_plugin.h: fixed a missing function initialization
-    which made decoder plugins segfault in GetChunk calls.
-  * ./configure.in: proper soundcard.h check from Yves Duret.
-  * ./plugins/mpeg_adec/mpeg_adec.c: enabled --stereo option for streams that
-    pretend to be mono while they are not.
-  * ./plugins/ac3_adec/ac3_adec.c: fixed an alignment issue in the ac3 decoder.
-  * ./src/input/input_dec.c: decoders do not necessarily use bit stream (see
-    mad plug-in).
-  * ./plugins/mad/mad_adec.c: mad PTS should finally be accurate.
-  * ./configure.in: some configure changes.
-  * ./plugins/mad/mad_adec.c: libmad_input now takes one frame at a time (see
-    mad_adec.h for defines)
-  * ./plugins/mad/mad_libmad.c: audio_linear_dither() gives better sound
-    quality then s24_to_s16_pcm(), but also makes audio artefacts louder so
-    disabled it for now.
-  * ./plugins/mad/mad_libmad.c: cleaned up libmad_output.
-  * ./plugins/mad/mad_adec.c: cleaned up InitThread.
-  * ./plugins/mad/mad_adec.h: made buffer size match libmad's expectations.
-  * ./plugins/mad/DESIGN: updated documentation.
-  * ./plugins/directx/vout_events.c: fixed crashes on exit in the directx
-    plugin.
-  * ./src/video_output/vout_pictures.c: vout_PlacePicture is now accepting
-    picture width=height=0.
-  * ./configure.in: added extra checks for strange compilers such as
-    Borland C++ which do not support all gcc options. Note that vlc does
-    not compile with bcc32 yet, but is getting closer and closer to.
-  * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
-  * ./config.guess ./config.sub: latest GNU versions.
-  * ./configure.in: when possible, xvideo is compiled as a plugin.
-  * ./vlc.spec: fixed a few minor inaccuracies.
-  * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
-  * ./src/interface/main.c: --spumargin flag; use this to force displaying
-    subtitles at the bottom of the screen instead of putting them in the
-    middle, for instance: `--spumargin 5'.
-  * ./plugins/qnx/qnx.c, ./plugins/macosx/macosx.c, ./plugins/beos/beos.cpp:
-    converted the plugin initialization code of the macosx, beos and qnx
-    code. (please note that they should still not compile as they need
-    to be adapted to the new Vout4 architecture)
-  * ./plugins/directx/vout_directx.c: major rewrite of the directx video
-    plugin to adapt it to the new vout4 architecture. This plugin has also
-    been through a major clean-up and it is now much more robust and optimized.
-  * ./plugins/gtk/gtk_playlist.c: fixed a few problems with the win32 build.
-  * ./src/interface/main.c: replaced the "overlay" command line option with
-    "nooverlay". The former was confusing and useless because overlays were
-    used by default anyway.
-  * ./vlc.spec: imported MandrakeSoft's new spec file.
-  * ./debian/control: fixed build-dependencies for vlc-mad.
-  * ./debian/rules: fixed the vlc-arts and vlc-mad package builds.
-  * ./plugins/gtk/{gtk|gnome}.c: the gnome/gtk interface should no longer use
-    p_input->stream before it has been initialized.
-  * ./src/input/input.c: stream lock is initialized in input_CreateThread
-    instead of initThread, to have it initialized when we call it in the
-    interface.
-  * ./src/audio_output/audio_output.c: added support for S8 and U16 aout.
-  * ./debian/control: fixed Debian build-depends.
-  * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
-    is already defined in <scsi/scsi.h> under Linux.
-  * ./plugins/mad/mad_adec.c: fixed issues in the PTS handling of the mad
-    plug-in (incomplete).
-  * ./src/input/input_ext-dec.c: more precise way to retrieve a PTS from the
-    bit stream.
-  * ./INSTALL.libmad: configure, build and install instructions for libmad
-    library and mad plugin.
-  * ./plugins/mad/mad_adec.c: smooth sound (not tested on iPaq).
-  * ./src/audio_output/aout_common.c: le coup de grĂ¢ce: all the code in audio
-    output is now factorized (except for ac3 spdif) in aout_common.c/.h.
-  * ./src/audio_output/aout_common.h: aout thread functions are declared with
-    a macro.
-  * ./src/audio_output/audio_output.c: HUGE cleanings in audio output: removed
-    AOUT_INTF_*_FIFO, which where not used.
-  * ./src/audio_output/aout_common.c: factored S16StereoPlay, U8MonoPlay, and
-    so on.., in a single function aout_FillBuffer (unsigned 8bit may be broken,
-    but I have no stream to test with :(
-  * ./configure.in: a few fixes for the Win32 build.
-  * ./src/video_output/video_output.c: fixed all the problems related to
-    ToggleFullScreen().
-  * ./src/misc/modules.c: fixed a compile issue under platforms without
-    HAVE_DYNAMIC_PLUGINS.
-  * ./src/interface/intf_eject.c: MacOS X port.
-  * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV.
-  * ./plugins/ggi/ggi.c: activated double buffering.
-  * ./src/video_output/vout_pictures.c: we create more Xv pictures to
-    get smoother rendering.
-  * ./plugins/mad/mad_libmad.c: removed aout_CreateFifo from mad_adec.c
-    InitThread() and added it to mad_libmad.c.
-  * ./src/interface/intf_eject.c: BSD compilation fix suggested by Steven M.
-    Schultz.
-  * ./src/audio_output/aout_s16.c: beginning of code factorization in
-    aout_s16 (more cleaning will come). As for libmad, I have tried to create
-    the aout fifo in libmad_output, to open it with the right sample rate, but
-    strangely it didn't work.
-  * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
-  * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
-    DecoderError.
-  * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
-    fourth time someone has to commit this, so I added a reminder :-)
-  * ./plugins/mpeg_system/input_ts.c: hopefully fixed a bug in TS input, that
-    caused a segfault when there was no network stream.
-  * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
-  * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
-    already a system macro under MacOS X.
-  * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
-  * ./plugins/glide/glide.c: activated double buffering.
-  * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
-  * ./src/input/input.c: fixed the input memory leak, and the insane thread
-    spawning we got with vlc:loop.
-  * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
-    currently Linux-only.
-  * ./src/audio_output/aout_ext-dec.c: better communication between audio
-    decoder and output: aout plugins are now opened directly in the right
-    mode (works with mpeg_adec and ac3_adec, not tested with mad).
-  * ./src/audio_output/audio_output.c: first attempt to implement mono output
-    (doesn't work yet).
-  * ./plugins/dvdread/input_dvdread.c: DVDRead plugins works again more or
-    less ; major bugs remain but it is usable. It is selected by default if
-    you have it compiled.
-  * ./plugins/mpeg_vdec/vpar_headers.c: fixed a bug in QuantMatrixExtension,
-    many thanks to "Thomas L. Wood" <twood@lucent.com> !
-  * ./debian/control: updated list of supported architectures.
-  * ./share/*: added 16x16 and 32x32 versions of PNG icons.
-  * ./plugins/mga/mga.c: removed the mgammx module and put the code in
-    the chroma_i420_ymga module instead. This introduces a slight
-    performance issue as we now need to memcpy() the Y plane, but I have
-    some vout4 enhancements on their way which make this point moot.
-  * ./debian/changelog: imported official Debian changelog.
-  * ./debian/control: activated the vlc-mad and vlc-arts packages; package
-    builds should now work again.
-  * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
-    compiled without libdvdcss which overflowed the return stack.
-  * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
-  * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
-  * ./src/input/input.c: prepared everything for multi-input mode; since
-    no interface is yet prepared to handle this, I changed them so that
-    they just use the first available input for now. This may break other
-    things, but I promise I'll eventually repair everything :-)
-  * ./plugins/mga/mga.c: pipeline and cache optimizations.
-  * ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
-  * ./plugins/mpeg_vdec/Makefile: little workaround for PA-Risc compilation.
-  * ./plugins/mad/mad_libmad.c: optimized libmad_output() for smoother sound.
-    It is still not optimal.
-  * ./plugins/fb/fb.c: ported the framebuffer video output to vout4.
-  * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
-    side effects because I don't know this part of the code, but at least
-    it doesn't crash anymore.
-  * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
-    new video output and module systems. Doesn't work nor even compile yet.
-  * ./configure.in: we now check the gtk-config version.
-  * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
-    frame to be displayed. Unfortunately, increasing the number of
-    frames doesn't seem to work and makes the picture stutter...
-  * ./Makefile: fixed a bug when no builtins were selected.
-  * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
-    for the moment, and there is a strange bug with some streams which gives
-    only a green image. Needs to be looked at.
-  * ./plugins/x11/xcommon.c: fixed a few typos.
-  * ./plugins/mad/DESIGN: updated documentation.
-  * ./plugins/mad/TODO: updated TODO list.
-  * ./plugins/mad/BUGS: updated documentation.
-  * ./plugins/mad/mad_libmad.h: removed unused prototype from headerfile.
-  * ./configure.in: fix for obscure architectures like hppa where target_os
-    isn't properly detected.
-  * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
-  * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
-  * ./include/common.h: hton64 is now an inline function.
-  * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
-    detects when two chroma formats are the same, such as UYVY/Y422, or
-    roughly equivalent, such as I420/YV12. Plugins need not worry about
-    conversion anymore.
-  * ./BUGS: added a list of known bugs. Please add your findings!
-  * ./MODULES: added a short description of each module. Maybe we should
-    add more details to make this file really useful.
-  * ./doc/bugreport-howto.txt: wishful thinking...
-  * ./Makefile: added a workaround for the fact that .c files don't depend
-    on <videolan/vlc.h>.
-  * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same
-    single file.
-  * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse
-    and --noaltivec options to vlc.
-  * ./configure.in: removed the --disable-mmx option, now useless because
-    of the vlc --no* options.
-  * ./src/interface/main.c: fixed a crash caused by the memcpy module
-    being released too early.
-  * ./include/video.h: more vout4 changes, including margin support, more
-    FOURCC formats recognized, transparent support of identical or almost
-    identical FOURCC formats.
-  * ./include/video_output.h: added a vout_Render function to video output
-    modules which is to be executed before vout_Display.
-  * ./include/common.h: this header is back.
-  * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion
-    functions, mostly taken from vout3's yuv functions, but heavily modified
-    to use FAST_MEMCPY and to handle image dimensions which are not multiples
-    of 16. Not all functions have been written yet, though.
-  * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion
-    functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV,
-    with accelerated MMX versions.
-  * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV
-    4:2:2 pictures in input. With accelerated MMX versions as well. This plugin
-    makes it possible to display 4:2:2 files on most video cards without the
-    quality loss of 4:2:0 downsampling.
-  * ./plugins/filter/*: thanks to the vout_Render function, all filters now
-    output their data perfectly in sync.
-  * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds.
-  * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays.
-  * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
-  * ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
-  * ./include/config.h et al.: this file is no longer generated.
-  * ./include/video.h: we use the FOURCC definition of a chroma format to
-    describe picture types (see http://www.webartz.com/fourcc/).
-  * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky.
-  * ./plugins/x11/xcommon.c: fixed the XShm operations order.
-  * ./plugins/x11/xcommon.c: small optimizations.
-  * ./plugins/x11/xcommon.c: removed unused code.
-  * ./plugins/x11/xcommon.c: your old window position and size are now restored
-    when you come out of fullscreen mode.
-  * ./plugins/esd/esd.c: fixed detection of the esd plugin.
-  * ./plugins/mpeg_system/input_ts.c: fixed the ts plugin's input type
-    detection.
-  * ./plugins/x11/xcommon.c: fixed the BadCursor error in the x11 and xvideo
-    plugins. For real this time (unlike my 2001/08/03 fix :p).
-  * ./plugins/filter/wall.c: made the wall filter work a bit better. It now
-    spawns a 3x2 mosaic, but this will eventually be configurable, Ă  la
-    `--filter wall:3x3'.
-  * ./plugins/arts/arts.c: fixed the aRts audio output plugin.
-  * ./configure.in: removed duplicate function checks.
-  * ./Makefile.modules: added extra magic so that the module Makefiles are now
-    ridiculously simple. And I mean *simple*. Check it! This will make a
-    possible switch to full autoconf/automake a lot easier.
-  * ./include/modules_inner.h: added the vlc version name to the plugin
-    symbols, to be sure we only load plugins with the same version number. A
-    nasty consequence is that you need to rebuild your tree after midnight if
-    you are using a CVS tree :-)
-  * ./include/modules_export.h: got rid of modules_export.h by #defining
-    exported functions in the same header as their prototype.
-  * ./include/videolan/vlc.h: added modules_inner.h and other commonly used .h
-    files to common.h so there are less and less files to include, and renamed
-    common.h to <videolan/vlc.h>.
-  * ./src/misc/tests.c: first modifications to the module handling system
-    towards my ultimate goal to get rid of the *_Probe functions. Got rid of
-    TestMethod and TestCPU, as well as src/misc/tests.c.
-  * ./plugins/chroma/yv12_rgb8.c, ./plugins/chroma/yv12_rgb16.c: wrote the
-    chroma plugin handling functions. No YUV functions have been ported yet
-    because it'ls a lot of work, but the core system works, I tried it with a
-    naive yv12->rgb16 plugin (which will disappear when the real functions are
-    ready).
-  * ./plugins/dvd/dvd_summary.c: made a lot of functions one-liners to avoid
-    wasting too many output lines.
-  * ./plugins/dvd/input_dvd.c: fixed a segfault in DVDInit.
-  * ./plugins/gtk/fixfiles.sh: Added a fixfiles.sh script to be run after Glade
-    has generated its C files.
-  * ./plugins/kde/*: did some work on the KDE interface to make it suck a bit
-    less. It still segfaults, but at least it runs and it looks less ugly.
-  * ./plugins/sdl/vout_sdl.c: RGB SDL rendering works again, though in 16bpp
-    only.
-  * ./plugins/vcd/linux_cdrom_tools.c: made this file independent of any vlc
-    structure so that it'll be easily put in a library. Maybe libdvdcss?
-  * ./plugins/vcd/input_vcd.c: fixed VCD date display.
-  * ./plugins/x11/*: merged vout_xvideo.c, vout_x11.c and vout_common.c into
-    xcommon.c.
-  * ./plugins/x11/xcommon.c: wrote non-Shm XVideo output.
-  * ./plugins/x11/xcommon.c: made X11 output work again. Still pretty unstable,
-    only works for 16bpp.
-  * ./po/fr.po: additional french translation. Any taker for the rest?
-  * ./src/video_output/video_output.c: fixed a segfault when the allocated
-    pictures were not direct buffers.
-  * ./share/*: replaced 48x48 .xpm images with 32x32 ones to conform to Debian
-    policy (Closes Debian bug #126939).
-  * ./Makefile: removed the automatic ./configure launch when running
-    `make all' for the first time.
-  * ./plugins/filter/distort.c: --filter distort:ripple (Ok, ok, I promise it's
-    the last one !! :-)
-  * ./configure.in: fixed compilation with dvdcss disabled.
-  * ./configure.in: fixed compilation with plugins disabled.
-  * ./plugins/dvd/input_dvd.c, ./plugins/vcd/input_vcd.c: removed useless
-    variables in the VCD and DVD plugins.
-  * ./plugins/vcd/input_vcd.c: fixed a function which was returning
-    "struct foo" in the VCD plugin.
-  * ./plugins/x11/xcommon.c: fixed the old Â« XVideo eats more and more CPU Â»
-    bug I mistakenly reintroduced in my first vout4 commit.
-  * ./src/misc/modules: we now stop at the first ':' when looking for a module
-    name, to easily pass information to the modules. Possible example:
-    --vout sdl:software, implementation of such an option is left as an
-    exercise.
-  * ./plugins/filter/filter.c: merged filter_bob and filter_bob422 into
-    filter_bob. Use --filter bob to deinterlace 422 into 420 as well.
-  * ALL: factorized code common to most filters and the video output, optimized
-    a few filters by aligning data and reading 64 bits at a time.
-  * ./plugins/filter/transform.c, ./plugins/filter/distort.c: two new
-    absolutely useless, CPU-eating, resource-wasting, but fun filters: enjoy
-    `transform', which performs flips and 90° rotations, and `distort', which
-    performs animated image effects (currently only a naive sine wave is
-    implemented). Usage examples: --filter transform:hflip,
-    --filter transform:vflip, --filter transform:90, --filter transform:180,
-    --filter transform:270, --filter distort:wave.
-  * ./plugins/x11/xcommon.c: added missing XSync() in the XVideo plugin.
-  * ./plugins/filter/deinterlace.c: pathetic attempt at a 4:2:2 renderer and
-    deinterlacer, combining the most awful line dropping techniques of both BOB
-    and 422 to 420 downscaling. Don't worry, it should only survive for a
-    couple of days.
-  * ./plugins/filter/wall.c: new stupid plugin: "--filter wall" for split-image
-    playback :-) (will evolve into a real image wall plugin when I have time)
-  * ./plugins/filter/bob.c, ./plugins/filter/invert.c: filter plugins. Not very
-    polished (please don't look at how the dates are calculated!), but worth a
-    try. Use the following flags: "--filter invert" for inverse video,
-    "--filter bob" for BOB deinterlacing
-  * ./src/video_output/vout_pictures.c: buffer choice optimizations - vout4
-    should eat even less CPU now.
-  * ./src/video_output/video_output.c: fixed aspect ratio handling.
-  * ./src/interface/main.c: additional fixes for OSes with no gettext (thanks
-    to ej0).
-  * ./configure.in: don't try to use gettext if we don't have GNU gettext. This
-    may change in the future though (most GNU software seems to include a local
-    copy of gettext in case the operating system doesn't provide it).
-  * ./debian/rules, ./debian/control: added vlc-arts to the debian package
-    generation.
-  * ./po/ru.po: (very old) russian translation courtesy of Valek Filippov
-    <frob@df.ru>.
-  * ./po/fr.po: fixed a charset issue in the french translation.
-  * ./config.guess, ./config.sub: updated these files from GNU's latest
-    versions.
-  * ./po/vlc.pot: added vlc.pot skeleton for translators.
-  * ./src/interface/intf_channels.c, ./include/keystrokes.h: removed unused
-    files.
-  * ./include/common.h: put common_win32.h back into common.h -- it wasn't that
-    big and we should not multiply header files.
-  * ./src/interface/main.c: added gettext support by Thomas Graf
-    <reeler@reeler.org>, may be broken on other platforms but we'll only see
-    it when I'm finished with vout 4 :-)
-  * ./src/video_output/*: new video output version 4, featuring direct to YUV
-    buffer decoding, non-ugly subtitle blending, XVideo and SDL video output.
-  * ./plugins/spudec/*: renamed spu_dec to spudec and mad_adec to mad to stay
-    coherent with other plugins. Also, renamed mpeg to mpeg_system.
-  * ./AUTHORS: added jobi.
-  * ./plugins/x11/vout_common.c: factored code common to vout_x11.c and
-    vout_xvideo.c.
-
-0.2.92
-Mon, 31 Dec 2001 19:50:40 +0100
-
-  * Added a missing call to DecoderError() in mpeg_adec.c.
-  * Fixed a segfault in the aRts plugin.
-  * Fixed a bug in DecoderError.
-  * Next Generation Buffer Manager.
-  * All decoders enter DecoderError() in case of error, even if they
-    haven't allocated all their data. This prevents the input from getting
-    stuck if a decoder has failed its initialization.
-  * Backported lool's fix for the Gtk+ playlist crash.
-  * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
-  * Fixed a segfault in input_dvd.c:DVDInit.
-  * Fixed a PPC compilation issue.
-  * Mouse wheel seek patch for XVideo courtesy of Peter Surda.
-  * Ported to SDL.
-  * Backported a VCD crash fix from the main branch.
-  * Fixed compilation with dvdcss disabled.
-  * Bug fixes in the VCD input.
-  * The SDL plugin now says whether we are using software or hardware YUV
-    in its window title.
-  * Added --with-dll-path option for my automated Win32 package builds.
-  * Initialize SDL before opening the SDL audio output.
-  * Prevent two SDL video outputs or audio outputs to be spawned at the
-    same time to avoid ugly crashes.
-  * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
-  * TS input: we now check that the contents of the PAT has changed
-    before updating it, instead of just relying on its version number.
-  * Disabled broken ALSA audio output. Closes Debian bugs #110869 and #119846.
-  * Fixed build dependencies on libasound2-dev. Closes Debian bug #121057.
-  * Changed configure.in so that libXv_pic is used instead of libXv.a when
-    available. Closes Debian bug #111790.
-  * CPU detection under BeOS.
-  * Fixed XVideo port selection.
-  * Fixed 4:2:2 software rendering.
-  * Removed cruft I forgot in aout_alsa.c.
-  * Minor compile fix under Hurd.
-  * Fixed a potential segfault if the subtitle stream was encountered
-    before the video stream.
-  * Fixed potential compilation issues under eg. BSD/OS.
-  * Fixed unnecessary target remake (recursive make is harmful !).
-  * Fixed a potential BeOS linking issue.
-  * Fixed a minor bug in input.c.
-  * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
-    in the gtk/gnome plugins.
-  * Removed cruft from configure.in.
-  * Fixed major bugs in the PSI decoder.
-  * Fixed possible segfault with --input.
-  * Fix for EOF of ES-only streams.
-  * MPEG-1 aspect ratio patch, courtesy of Vladimir Chernyshov
-    <greengrass@writeme.com>.
-  * Seeking patch for X11, courtesy of Peter Surda
-    <shurdeek@panorama.sth.ac.at>.
-  * Fixed a segfault on exit when no fast_memcpy module was found.
-  * Workaround for a bug in the GLIBC dlopen() code.
-  * Fixed win32 compilation.
-  * New libmad plug-in, courtesy of Jean-Paul Saman. We now have sound on
-    iPAQ Familiar Linux.
-  * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
-    "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
-  * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
-  * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
-  * More checks for GTK headers.
-  * Fixed a crash when pausing.
-  * Fixed numerous bugs in ES selection.
-  * Fixed stupid bug in vout_Manage. It sometimes called SetDSequenceMatrix
-    when there was no valid sequence.
-  * Hopeless fix for the input netlist corruption bug.
-  * Implemented simple BDirectWindow (DMA) support.
-  * DeleteDecoderConfig wasn't freeing (anymore) the packets left in the
-    decoder fifo. This bug was creating an io_vec starving on title change
-    when playing DVDs.
-  * Removed a bug in the Makefile that made the CVS-snapshots building fail.
-  * Added "#include <string.>" to include/threads.h.
-  * Removed the mutex the vout and intf thread (were supposed to use)
-    for syncronizing acces to the p_vout->p_sys structure.
-  * Added error checking in pthread wrapper; as a result, intf_msg.h must
-    now be included *before* threads.h.
-  * Changed all files to include intf_msg.h before threads.h; while I was
-    at it, I update the copyright notices.
-  * Removed the obsolete darwin plug-in.
-  * Fixed a deadlock (bug reported by marcari).
-  * Various (sometimes hopeless) fixes to try to improve xvideo stability.
-  * Documentation updates.
-  * Updated man page.
-  * dvd:<device>[@<raw device>] to avoid device namespace collision under
-    win32.
-  * Fixed a compilation issue under Win32.
-  * Fixed a potential packet corruption in the DVD input.
-  * Changed the protocol version for communication between vlc and vlcs
-    from 12 to 13 (due to change from ts:// to udpstream://)
-  * Big clean-up to allow compiling every module as plugins.
-  * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
-    change we don't have to link winsock2 with every plugin anymore. This
-    should also give us a slight speed increase.
-  * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
-    on Win32.
-  * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
-    Win32.
-  * Support for libdvdread.
-  * Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
-  * Major rewrite of the network layer. only supported syntax is:
-    udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]]
-  * Don`t use long long, use u64/s64 (int_types.h).
-  * Fixed a stale pointer in mpeg_vdec_Run().
-  * (Hopefully) fixed the network connect() bug under UNIX.
-  * aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>.
-  * Fix to the esd plugin when esd-config --cflags is nonempty.
-  * --channels puts gtk/gnome in multi-channel network mode.
-  * The network window of the interface reports the values of the environment
-    variables.
-  * Channels mode excludes vls configuration.
-  * The vlc does not try to bind vls.via.ecp.fr by default when you select
-    channels mode.
-  * Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer
-    <mathias@research.att.com>.
-  * Fixed a few crashes due to race conditions in the decoder spawning.
-  * Removed unused code here and there.
-  * Fixed a bug in altivec detection on MacOS X.
-  * It seems that the 'focus' bug under WinME is solved.
-  * Updated the INSTALL-win32.txt file.
-  * The ./configure script is more friendly for Win32 users.
-  * Moved warning message to debug message in spdif pass-through plugin.
-  * Changed a bit the wait time. It works better here, please test.
-  * The default file-translation mode was not being set under win32.
-  * Fixed heap corruption issues in ac3dec (thanks reno).
-  * Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'.
-  * configure should no longer assume AltiVec is supported when it actually
-    isn't with buggy compilers and/or pre-set $CFLAGS.
-  * Commited my little release-howto (only useful to core vlc developers).
-  * Closing Debian bug #119369 which was fixed a while ago.
-  * Decoder modularization.
-
-0.2.91
-Mon, 12 Nov 2001 17:14:29 +0100
-
-  * Added FAQ.
-  * New --channelserver switch.
-  * Documentation updates.
-  * ipkg script for Familiar Linux 0.5 & bug fix in debian/rules.
-  * Disabled DirectX audio output for the time being.
-  * Added Oct's NSIS installer script. It will probably not work for you,
-    but I need it to build the Win32 auto installer.
-  * Automatic handling of the Channel Server's response in network mode.
-  * GetMACAddress takes the interface defined in the environment variable
-    vlc_iface instead of eth0.
-  * Fixed bug with MPEG audio in TS streams.
-  * Fixed compilation (and quite probably runtime) issues under IA64
-    due to mixed int/void* casts.
-  * Merged DVD netlist with input netlist to remove duplicated code.
-  * BSD/OS VCD patch, courtesy of Steven M. Schultz <sms@TO.GD-ES.COM>.
-  * Win32 network fix.
-  * imdctsse should now compile and work in plugin and under BeOS.
-  * Kludge to have less discontinuity after a zero scr in DVD.
-  * Fixed some win32 64-bit issues.
-  * Fixed some win32 compile issues.
-  * Don't use long long, use u64/s64 (int_types.h).
-  * Move function that translates language codes into country name in src/misc
-    so that every plugin can use it.
-  * Changed the name of a function in dvd_udf.c to fit with the forthcoming
-    libdvdread plugin.
-  * Corrected Ă  long time bug (around 0.2.81 I think), that created a
-    corruption in ifo data. This was the reason why some DVDs that worked with
-    0.2.80 no longer worked with newer version of vlc. They should work again
-    now.
-  * New --enable-release config option.
-  * Removed deprecated code and structures.
-  * Maybe corrected aspect ratio issue in fullscreen xvideo.
-  * Fixed support for SPU and LPCM streams over network.
-  * Added a new drawer to the control window to support Title / Chapter
-    selection, Subtitle selection, Audiochannel/Language selection,
-    Angle selection.
-  * New --volume option (untested, like usual :).
-  * Reimported Intf_Controller, connected "File/Open/File" to
-    Intf_Controller::file:Open (OS X).
-  * The intf is no longer accessed indirectly from vout_Destroy.
-  * Made it possible to open a File after vlc was started (you can use vlc now
-    without starting it from the command line) under OS X.
-  * Cleaned up playlist handling in Intf_Vlc_Wrapper.
-  * Modified the pf_close kludge in input.c so that we don't segfault when
-    pf_init fails.
-  * Changed chapter selection buttons aspect to try and differentiate them
-    from title selection ones.
-  * Changes to the BeOS interface to remove unwanted volumes from the Disk
-    Menu.  Readonly filesystems like NTFS were being incorrectly added.
-  * Do not resample audio output if delta is short enough.
-  * Fixed a segfault on exit under Windows 2000.
-  * Enabled http button in gtk/gnome interface.
-  * Use memalign for aligned data (instead of a greek malloc).
-  * Some optimizations in imdct (all data are now aligned).
-  * SSE downmix now works for windows.
-  * SSE imdct is desactivated for windows (MINGW32 doesn't know how to aligned
-    data).
-  * Fixed '-' input.
-  * New interface for MacOS X, courtesy of Florian G. Pflug.
-  * BeOS interface changes to include menu for Title and chapter navigation.
-  * Improved more "BeOS" CD detection.
-  * VLC FAQ TBU.
-  * Synced dummy_dvdcss with Stef's changes to libdvdcss.
-  * configure now compiles the VCD plugin if linux/cdrom.h is present.
-  * Added VCD input plugin for Linux.
-  * Fixed ATTR_ALIGN configure test.
-  * Fixed compilation problems with OpenBSD.
-  * xvideo.so is now built in by default. Mixing PIC and non-PIC code was not
-    very nice.
-  * Fixed compilation errors in src/interface/main.c when the compiler did
-    not support SSE or 3DNow! inline assembly.
-  * Qt fix in vlc.spec courtesy of Christopher Johnson <cjohnson@mint.net>.
-  * Fixed error reporting on an unknown argument parsing.
-  * Fixed a deadlock in the TS input.
-  * Resizing the video out window in BeOS now retains the scaling.
-  * Tidied up the BeOS code to remove interface messages not required.
-  * Fixed an error in the ts://server[:port][/broadcast] input parsing.
-  * Minor video parser optimization.
-  * SDL now displays an error message on 422 streams.
-  * Chroma 4:2:2 and 4:4:4 support in the decoder.
-  * Fixed bugs in the C YUV transform with 4:2:2 format.
-  * Fixed bugs in RPM spec files.
-  * Fixed a bug in configure where ix86 machines were improperly detected.
-
-0.2.90
-Wed, 10 Oct 2001 15:00:29 +0200
-
-  * XVideo module now compiled as built-in for Debian packages, to avoid
-    PIC and non-PIC code collision (Closes Debian bug #111790).
-  * MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.
-  * MacOS X port : native QuickTime video output, courtesy of Florian G.
-    Pflug <fgp@phlo.org>. Use it with -I macosx_qt.
-  * Fixed bugs in the altivec detection, courtesy of Michel Lanners
-    <mlan@cpu.lu>.
-  * Added HTTP url drop (from a WWW browser) to the gtk/gnome interface.
-  * Added User-Agent header in the HTTP input.
-  * Fixed an input segfault which occured using ES input.
-  * Enhanced --with-tuning.
-  * Added an endianness check for cross-compilations.
-  * We now check for sys/times.h.
-  * Repaired dummy input broken yesterday.
-  * Minor ShowBits() optimization.
-  * Fixed a bug in vlc.spec.
-  * New --disable-plugins option ; make all plug-ins built-in.
-  * Changes to ensure the BeOS compile still works.
-  * Added HTTP virtualhost support in the HTTP input.
-  * Enabled mouse clicks in the GGI plugin.
-  * Fixed a warning in input_es.c.
-  * Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer
-    <mathias@research.att.com>.
-  * Cleaned up sam's mess with input's pf_open and pf_close (not completely).
-  * With -vvv modules now show up their scores.
-  * HTTP input support.
-  * Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec.
-  * New configure option --with-tuning=[arch], extending --enable-pentiumpro ;
-    for Pentium, use --with-tuning=pentium, for PowerPC 604 use
-    --with-tuning=604, and so on.
-  * Dramatically improve compilation time, with a negligible performance
-    tradeoff.
-  * Removed -march=pentiumpro ; should now work on pentium-class machines.
-  * Removed --enable-stats configuration directive. Stats are now activated
-    at runtime with --stats.
-  * New intf_StatMsg() call.
-  * Vout picture heap is now 8 pictures instead of 5 (better synchro).
-  * Tremendous enhancements in statistics display.
-  * Better capabilities handling.
-  * Error checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.
-  * "added support for an unusual construct at the start of some
-    slices", says walken :-).
-  * In spdif ac3 is selected by default
-  * Video output grows to respect acpect ratio instead of shrinking (not
-    in x11 because it takes cpu to resize a picture).
-  * Disable dpms in xvideo.
-  * Better handling of the buffer of the sound driver to try to remove
-    sratches in spdif.
-  * Fix bad dates in ac3 spdif "decoder" (playing with the bit stream is very
-    funny).
-  * Thanks to Stef for his ideas, Meuuh for his bit stream, and Sam for his
-    trolls :)
-  * Fixed bugs in the MacOS X port.
-  * Faster configure script and as-yet untested Darwin patches.
-  * Test for Altivec C extensions.
-  * If memalign isn't available, fall back on valloc.
-  * Fixed a stupid mistake in NormScan().
-  * By default, use the real size of the stream for the video output size.
-  * Altivec IDCT and motion compensation, courtesy of Michel Lespinasse for
-    mpeg2dec (untested).
-  * Fixed many alignment issues.
-  * Miscellaneous updates to configure, especially for cross-compilation.
-  * Fixed the BeOS slider overflow problem.
-  * Corrected BeOS Slider and button status behaviour.
-  * Simplified Code in the vout_beos ready for another developer to implement
-    more advanced video output.
-  * Fixed typos, courtesy of Michel Lanners <mlan@cpu.lu>.
-  * Fixed a netlist packet leak in demuxPSI (Mark Gritter
-    <mgritter@kealia.com>).
-  * Removed the nuts message "unable to allocate memory" when the netlist got
-    empty.
-  * Various fixes for GCC 3.0.
-  * Reworked jlj's patch for field pictures.
-  * Fixed numerous bugs with the Altivec IDCT (still not compiling).
-  * MPEG audio emphasis fix, courtesy of Matthieu Lochegnies
-    <lochegm1@cti.ecp.fr>.
-  * ac3dec uninitialized data structure fix, courtesy of Damian Ivereigh
-    <damian@cisco.com>.
-  * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec.
-  * Local minor optimizations in IDCT.
-  * Removed a hopeless kludge in input_clock.c.
-  * Fixed a problem with field streams not working with new video decoder.
-  * IP Multicast support, courtesy of Mathias Kretschmer
-    <mathias@research.att.com>.
-  * Removed O_NONBLCK in aout_Play because we don't use it and some drivers
-    (e.g. esssolo1 have problems with this) ;
-  * Added warning messages.
-  * Fixed build dependencies for architectures not supporting libasound2
-    (Closes Debian bug #109722).
-  * Install doesn't explode if libdvdcss hasn't been compiled.
-  * Attempt to fix the SDL detection under *BSD.
-  * Removed /usr/local/include, because it is unsafe in a cross-compilation
-    environment.
-  * The win32 port is once again using msvcrt.dll instead of msvcrt40.dll.
-  * Fixed a synchro bug (typo) in video_output.c.
-  * Added documentation to use VLC as a netscape plug-in and do some
-    (buggy) web streaming.
-  * Totally rewrote the video decoder (inspired by walken's mpeg2dec),
-    implying - performance boost ; - fixed the "Dual Prime Arithmetic" bug ;
-    - 3DNow! motion compensation module.
-  * AC3dec statistics do not show up with --enable-stats, because I doubt
-    they're understandable by a normal human being, and they pollute the output.
-  * Minor changes to the (non-working) ncurses interface.
-  * Fixed a packet leak in DemuxPSI.
-  * Added gnome.h check and cleaned the error messages in the configure script.
-  * Tiny small optim in LPCM decoder.
-
-0.2.83
-Wed, 22 Aug 2001 15:18:01 +0200
-
-  * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
-  * Added --xvadaptor flag to select the XVideo adaptor to use.
-  * Added support in ./configure for the cprof profiler.
-  * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
-    issues under Solaris and QNX.
-  * Additional checks for SSE-specific (non-MMXEXT) instructions, as
-    reported in lucky.openbsd.misc.
-  * GNU/Hurd configuration and compilation fixes.
-  * Fixed a crash in subtitle rendering.
-  * Activated old crappy subtitle rendering in overlay mode (ugly but
-    probably better than having no subtitles at all).
-  * Added proper Conflicts: rules in debian/control.
-  * configure.in fixes for BSD/OS.
-  * Added vlc:loop playlist command to go back at the beginning.
-    Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
-  * Fixed a bug in the gtk interface which caused vlc to go amok after
-    having met a zero-sized area.
-  * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
-
-0.2.82
-Tue,  7 Aug 2001 12:39:16 +0200
-
-  * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
-  * Various debian scripts fixes.
-  * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
-  * Fixed broken soname setting under Solaris (and OS X, sort of).
-  * Made the illegal instruction report more explicit.
-  * Fixed the sdl video output plugin that was broken 2 days ago.
-  * Tidied the snapshot-* Makefile rules.
-  * Tidied the modules Makefiles.
-  * Removed useless stuff in the debian/ directory.
-  * Removed the "make all" kludge in the Makefile.opts rule. I hope this
-    patch is harmless on all systems.
-  * Added a dummy libdvdcss so that the DVD plugin can be used without
-    libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
-    and will use the dummy functions only if it couldn't find a valid
-    libdvdcss. This is probably only useful to package maintainers.
-  * Made the remote command plugin usable even with no stream.
-  * Fixed a deadlock in the remote command plugin.
-  * Fixed a deadlock in the SPU decoder.
-  * Minor bug fix to aout_directx.c.
-  * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
-    perfect on Win32.
-  * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
-  * On Win32, open() will now open files in binary mode by default.
-  * A few minor changes to vout_xvideo.c.
-  * Fixed a segfault in yuv_End() in video_yuvmmx.c.
-  * Fixed the "Gdk-ERROR **: BadCursor" bug in the x11 and xvideo plugins.
-  * Fixed a segfault in SetBufferPicture() in video_output.c.
-  * Fixed a segfault in PSEnd in input_ps.c.
-  * The video decoder thread is now also reniced to a lower priority on
-    Win32 (like in the Linux version). This slightly increases the
-    responsiveness of vlc.
-  * Modified input_dvd so you can now go directly to the selected chapter
-    when you change the title.
-  * Implemented the Probe function in the Xvideo plugin. Xvideo is now the
-    default video output plugin when it is supported.
-  * Now use SDL_CFLAGS for searching SDL/SDL.h.
-  * Don't miserably die in `make` when ./configure hasn't be run.
-  * Fixed a bug when compiling KDE plug-in without Qt plug-in.
-  * Now taking into account $KDEDIR.
-  * Made SDL configure error messages more explicit.
-  * --disable-sdl is now correctly taken into account.
-  * Changed the order of evaluation of sdl-config and sdl11-config.
-  * Finally fixed SDL*/SDL.h check.
-  * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
-  * Better gtk-config detection.
-  * Removed duplicate checks in configure.in.
-  * Fixed a typo in vlc.spec.
-
-0.2.81
-Sat, 28 Jul 2001 04:13:57 +0200
-
-  * Removed useless variables in configure.in which caused all subsequent
-    compilation tests to fail.
-  * Additional fixes to the sdl-config detection.
-  * Added a make uninstall rule.
-  * 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.
-  * 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.
-  * 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.
-  * 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.
-  * 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.
-  * 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>.
-  * 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.
-  * 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.
-  * DirectX enhancements by Gildas Bazin, such as software rendering.
-  * 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. See
-    ChangeLog.libdvdcss for a separate changelog.
-  * 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
-
-  * 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.
-  * XVideo patches by Shane Harper <shanegh@optusnet.com.au>.
-  * 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
-
-  * Merged 6 months of CVS logs to the ChangeLog file.
-  * Fixed a lintian error in debian/rules.
-  * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
-  * Added udf fix by Billy Biggs.
-  * Added checks in dvd_ifo.
-  * Cleanings in gnome interface : the interface should depend on the
-    input method.
-  * Intf: TS streams in menu
-  * TS input: only one audio & spu ES selected at a time
-  * Removed the build of the vlc app from the install target.
-  * Added an icon to the MacOS X vlc.
-  * "make vlc.app" now correctly updates vlc.app
-  * Fixed BeOS menu problem.
-  * Added a field to p_input->stream to inform the interface of a stream.
-    change (useful in network mode).
-  * Added error checks in dvd input.
-  * Changed the way ifo are read.
-  * Fixed a bug in area management.
-  * Fixed a warning in netutils.c.
-  * Created darwin_specific.c to store the program path at boot time.
-    (XXX: check that it didn't break the OS X port)
-  * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
-  * Updated icons.
-  * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
-  * Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
-    clean code for it as well.
-  * Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
-    app (ie., double clicked and not launched from command line).
-  * Cleaned up debug spew left in modules.c and video_text.c.
-  * Created macosx_common.h in plugins/macosx/ to hold common stuff.
-  * Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
-    function support and a no-frills About box.
-  * Fixed icons location and Debian desktop menus.
-  * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
-  * Disabled message queue by default.
-  * A few other changes in the CSS code, the BeOS issues should be fixed.
-  * Corrected an awful typo in the version name.
-  * Removed deprecated stuff from config.h.
-  * Fixed the whitespace/tab issues in the Makefile.
-  * X and Xv output: added autohide cursor as in SDL.
-  * X and Xv: keys 1 to 0 change channel.
-  * SDL: keys F1 to F10 change channel.
-  * Ported the 0.2.0's channel changing functions.
-  * Fixed the lock segfault bug with some compilers.
-
-0.2.70
-Sat,  7 Apr 2001 05:52:00 +0200
-
-  * Fixed headers for FreeBSD compilation.
-  * Fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
-  * Deleted BBitmap[0] directly after overlay creation as no longer needed
-    as overlay now owns Bits()
-  * Fixed MPEG-1 mux_rate parsing.
-  * Fixed MPEG-1 stuffing.
-  * Don't create BBitmap drawing thread if using overlays
-  * Changes to BeOS interface with file selection support
-  * Fixed a boolean_t/int mix.
-  * Increased FIFO_SIZE.
-  * Fixed all alignment issues
-  * Networked TS input
-  * Working menus for run-time audio/spu/title/chapter selection with gtk
-    interface.
-  * Port of the interface menus to gnome plugin.
-  * Gtk playlist
-  * Tried to fix the "stream jumps at will" bug.
-  * Fixed most of the bugs in gnome interface menus
-  * Added radio checks in menu items.
-  * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
-  * Borrowed config.guess and config.sub from SDL [MacOS X port] ;
-  * Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
-  * If SDL/GTK/DSP is not available, don't compile the associated module.
-  * Gtk+ interface: fixed a precision issue in the scale.
-  * Qt interface: somebody pop up us the menu!!
-  * Fixed Debian sparc build for real (Closes: Debian bug #89285).
-  * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
-    it and writing output and interface plugins...
-  * Split audio output into several separate files to make it easier
-    to debug. Removed a few redundancies as well.
-  * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
-  * Added warnings for ac3 mantissa (we still have problems with AC3 on
-    MacOS X) ;
-  * Renamed WriteResource to avoid a namespace clash with Darwin's
-    WriteResource.
-  * Compile Darwin module by default on Darwin system. [MacOS X port]
-  * Use $QTDIR for the qt module ;
-  * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
-  * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
-  * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
-  * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
-    by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
-  * Added a SYNCHRO_START in DVDRead for each cell change to fix
-    multi-angle streams
-  * Changed seek function to prevent jump-at-will and to remove two bugs in
-    sector computing.
-  * Initialize some values in netlist (payload_discard wasn't which caused
-    frame dropping)
-  * Come back of multi-sector read which should make reading faster
-  * Language & Inteface support for BeOS interface
-  * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
-  * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
-  * A few syntax fixes in the plain X11 plugin
-  * Various bug fixes in dvd_netlist. Some bugs seem to remain though.
-  * New function input_ToggleES for interaction with interface.
-  * Changes in gnome interface : navigation menus are now splited, there
-    are radio item in menus and the code should be better.
-  * First step for dvd_ifo rewritting. Now allocation/disallocation is
-    being done as it has to be.
-  * Fixed a bug in title management that make dvd like Seven work.
-  * vout_beos now uses double buffering for YCbCr overlay.
-    This (for some reason) improves audio/video sync
-  * Fixes for the Qt plugin compilation under Debian
-  * Heavy butchering in the CSS and DVD ioctl code to put all architecture-
-    dependent code in dvd_ioctl.c
-  * Added almost fully-functional /dev/dvd driver for MacOS X in
-    extras/DVDioctl.
-  * Fall back to one-packet-once reading in dvd input since multi-block
-    seems to have a bug that make the vlc crash on title/audio/spu change. I
-    hope that this bug will be fixed soon for the performance is poorer now
-  * Add-ons and changes in gnome interface:
-    o menu subdivision is done only if there are over 20 items,
-    o in DVD mode next/prev apply to title,
-    o in DVD mode, added a box with button to navigate through chapters.
-  * Additional enhancements to the OS X DVD ioctl module
-  * Big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
-  * Compilation fixes for the BeOS DVD ioctls
-  * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
-  * Added the GNU getopt library, which gets compiled in when getopt_long
-    isn't available on the desired platform.
-  * Replaced the `--warning' flag with the standard cumulative `-v' flag.
-    `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
-    (`--warning' is still valid for those used to it)
-  * Cleaning in configure.in and Makefile.in, the Solaris port now
-    builds and runs properly.
-  * Code cleanup: removed a few tabulations.
-  * Fixed inline asm routines to remove all read/write operands.
-  * Added <string.h> to most files to prevent warnings under FreeBSD.
-  * Added "break;" after "default:" in case switches to prevent
-    warnings when compiling with GCC 3.0pre.
-  * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
-    interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
-  * Cleaning code and a small fix to make quit work on OSX
-  * Disable x11 plugin if X11 headers are not found.
-  * Misc fixes in the DVD input.
-  * Fixed CSS authentication under Linux.
-  * Playlist now refreshes when a file is opened.
-  * XVideo plugin background is now black instead of white.
-
-0.2.63
-Mon,  5 Mar 2001 00:41:16 +0100
-
-  * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
-    linux-kernel like author list.
-  * Updated TODO list.
-  * Fixed a segfault in the BeOS interface when --noaudio was specified.
-  * Title and Chapter selection in the Gnome and Gtk+ interfaces.
-  * Fixed a bug in audio selection
-  * Tried to fix an issue in size computing.
-  * Commited BeOS changes by Richard Shepherd and Tony Castley.
-  * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
-    decoding needed instead of YUV-RGB
-  * Will be removed later when video_output.c rewritten
-  * vout_CreateThread() initialises b_YCbr to zero
-  * New BeOS video plugin that supports hardware overlays and new
-    MediaPlayer compatible interface
-  * Added YUV-YCbCr transforms
-  * Fixed bugs in title/chapter handling once more, especially for size
-    detection and location of main movie.
-  * Support for multitrack DVD : now the stream is given to input as it has
-    to be ; however, all the tracks are displayed one after the other ; I
-    think we need to decode navigation ES to choose the track
-  * Fixed behaviour at end of device.
-  * Added DVD/VCD button and menu for quick DVD device selection to the
-    Gnome and Gtk+ interfaces, so that vlc can play a DVD even when
-    launched from a GUI.
-  * Added debian/* files to help generating CSS-enabled non-US packages,
-    and changed plugins/dvd/* to reflect this change.
-  * Added .xpm icons (fixes lintian warnings).
-  * --help output and manpage are now in sync (Closes Debian bug #87478).
-  * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
-  * Completely changed title and chapter initialization. Now we have real
-    title units.
-  * Fixed size for a majority of DVD.
-  * More consistency in the p_input->stream management.
-  * Made input_SelectES() and input_UnselectES() not block the input thread
-    for a long time.
-  * Changed debian/control to fix Debian bug #83707
-  * Added a --disable-css configure option
-  * Moved some code here and there in the DVD plugin to make it easier
-    for me to build the Debian CSS-free packages.
-  * Fixed miscellaneous alignment problems (alpha/sparc ports) ;
-  * Added a fps display when toggling 'i' ;
-  * Fixed a bug in the video parser where one picture buffer was not
-    released at quit time ;
-  * Broke the mux_rate calculation, but hey guys ! it was already broken and
-    nobody noticed it.
-  * New function for DVD reading, that is able to read multiple blocks
-    (I've chosen 32 now), that doesn't use any memcpy anymore and is also much
-    faster. It is ready now for cell positioning in multi-angle DVD (to come
-    soon).
-  * DVD specific netlist adapted to 2048 bytes long blocks that contain
-    several data_packets.
-  * Modification in mpeg_system.c to use p_payload_start instead of
-    p_buffer (necessary for DVD plugin). It does not break other plugins
-    since they set p_payload_start to p_buffer
-  * New field i_read_once in input_thread_s to be able to read more than
-    the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by
-    defaults but plugins can change it during initialisation.
-  * Bug fix with frequential downmix
-  * Additional optimizations to the subtitle decoder
-  * The GGI video output should now be faster. Also, right-mouse-clicking
-    works in GGI mode as well.
-  * Optimizations done to the SPU decoder. Now the RLE is expanded at
-    decoding time, not rendering time. The main loop in vout_RenderSPU
-    is now 20 lines long.
-  * The Gtk+ interface is now built as a Debian package as well. The Gnome
-    package depends on it because of the icon and menu entry.
-  * Added an intf_WarnHexDump() function to do raw hexadecimal dumps of
-    memory areas. For debugging purposes or for real men, as you wish.
-  * Lots of tidying in dvd_ioctl.c, a few comments added.
-  * Better error handling in the subpicture decoder.
-  * Tidied video_spu.c. More to come later.
-  * Fixed subtitle displaying. Will soon work in overlay mode as well.
-  * Disabled slice-level resynchro since it's probably buggy.
-  * Fixed a structural major bug in the macroblock structure management.
-  * Added debug messages.
-  * Fixed a compile problem in debug mode.
-  * Added functions and hooks to display dates instead of off_t.
-  * Added a 'd' keystroke to dump the stream contents (for debugging
-    purposes).
-  * New ES detection based on .ifo for DVD module. It might fail (I have
-    found one DVD for which ifo seems false).
-  * Title and chapter selection on the command line (see -t and -T options)
-    It will allow to watch some DVD that went through menus by default.
-  * Beginning of menus in gnome interface.
-  * Fix bug in ac3dec for mono streams
-  * BeOS: new video output method, the vlc now uses BBitmap instead of
-    BDirectWindow (better performances)
-  * BeOS: added resizing
-  * BeOS: added beta support for overlay
-  * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
-    people. Gtk+ is now compiled by default, while Gnome isn't (you will
-    have to add --enable-gnome when running configure)
-  * Replaced -lcurses with -lncurses in configure.in.
-  * Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
-    where PAT or PMT are splitted in more than one section.
-
-0.2.62
-Fri,  2 Mar 2001 17:32:24 +0100
-
-  * DVD plugin is still non-functional when you don't have DVD ioctls,
-    but at least it compiles under BeOS as well.
-  * Minor cosmetic changes here and there.
-  * Added the BeOS code for vlc_mutex_destroy() and vlc_cond_destroy()
-  * Minor optimizations in the video decoder.
-  * Move ac3 globals variables into structures
-  * Fixed a bash-ism in configure.in
-  * Fixed a segfault in input.c when no input plugin was found for
-    a given file.
-  * Fixed a deadlock in the Gnome interface. Next time I'll initialize
-    my mutexes, I promise.
-  * Added Oct to the authors list in intf_gnome.glade :)
-  * Second step in area management ; everything is in place now to have
-    title handling; it is coming :)
-  * Ported Glide and MGA plugins to the new module API. MGA never worked,
-    so this didn't make it work better.
-  * Started thinking about built-in modules, and added some code to
-    make it easier eventually.
-  * Added Oct in the AUTHORS file.
-  * Fixed a mistake in configure.in.
-  * All your base are belong to us.
-  * Fixed a bug in src/misc/modules which prevented loading modules
-    when launched from the Tracker.
-  * Fixed a similar bug in src/video_output/video_text.c.
-  * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
-    who ported the Linux DVD ioctls. We can now read encrypted DVDs
-    under BeOS ! Woohoo.
-  * First serie of changes in DVD module for the forthcoming interface menus.
-    There is a new capability in input type modules for setting the
-    attributes of a new area. It is set to NULL for PS and TS plugins.
-    It should be called for every title change, chapter change,
-    audio mode change or spu channel change.
-  * Kludge of the kludge, removing an oddity in YUV initialisation, and
-    activating YUV overlay on startup whenever hardware acceleration is
-    available. Thanks for bearing with us, stay tuned.
-  * mux_rate parsing.
-  * Changed video decoder's error messages into warnings.
-  * Add dither fix
-  * Drag and drop support under BeOS.
-  * Change in the code to detect beginning of movie. It is much better now
-    but still fails with some DVD for which the movie is not the first
-    Program.
-  * Beginning of ideas to handle chapters and ES selection
-  * configure.in and Makefile.in patches for better SDL support and
-    support for $(bindir) $(datadir) and $(libdir) stuff, courtesy
-    of Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
-  * Ported ggi.so to the new modules API. As for the other modules, only
-    the "q" key works. Moreover, VLC doesn't exit cleanly if you close the
-    GGI window.
-  * Deactivated non-working widgets in the Gnome interface.
-  * Added CONTRIBUTORS file.
-  * Ported the framebuffer plugin to the new module API. As for most of the
-    other video output modules, keyboard doesn't work. Except ^C to quit.
-  * UDF filesystem support so that we know the location of the first video
-    related file with 100% reliability (great change that should make DVDs
-    with binaries and extra stuff work with vlc).
-  * Correction of a bug in ifo reading that falsified the adress of
-    video titles.
-  * Changed the method for selecting title at start. It is _not_ reliable
-    though, but it is better than the preceding one.
-  * Tried to fix the BeOS interface and video output. Any BeOS developers
-    listening ? I can't even test that code, it probably wants additional
-    fixing.
-  * Added a workaround in modules.c for broken libc's which happen to truncate
-    filenames in dentry structures when using 64bits offsets. The kind of
-    stuff you only see in RedHats <g>.
-  * Made the SDL error messages a bit more useful.
-  * The Gnome menu is now created when mouse is released, not when it
-    is pressed. It may sound stupid, but it really makes a difference.
-
-0.2.61
-Fri, 16 Feb 2001 08:09:59 +0100
-
-  * Fixed package building (both RPMs and .debs).
-  * Fixed `make snapshot' rule.
-  * Added some magic to filename detection. To read a DVD you now just
-    need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs.
-  * Fixed a segfault in the slider when no stream was playing.
-  * Made the slider go from 0 to 100 (instead of 99 :)
-  * The vlc now doesn't exit when finished playing. As a side effect of
-    the playlist code being very recent, it continuously loops.
-  * Fixed a segfault in the input thread creation, as well as a possible
-    deadlock. This happened mostly when opening non-existing files.
-  * Created input_SetStatus to do input_SetRate's job. input_SetRate will
-    be used to set an arbitrary rate, for people who want to read DVDs at
-    1/2.71828 times the actual speed.
-  * Stubs for the ncurses control interface. No working code yet, but the
-    holes just need to be filled.
-  * Improved X11 support. Still not as functional as before.
-  * The output window now states the method name, so that people know whether
-    they are using X11 or SDL.
-  * The Gnome interface is now drag'n'drop aware, you can drop a file
-    on it just like Xine does (or so I guess).
-  * New more recent css authentication code.
-  * Beginning of udf support (not in Makefile)
-  * Removed useless includes in intf_gnome.c
-  * Made the vout_sdl.c functions static
-  * Ported vout_x11.c to the modules API; code isn't very nice yet though
-  * X11 output works again. It's just the output, but it works; I now need
-    to clean the code and add event handling.
-  * Should have fixed the dependency generater for some plugins.
-
-0.2.60
-Wed, 14 Feb 2001 08:33:46 +0100
-
-  * Started porting the X11 vout (still disabled)
-  * A few unnoticeable changes in the Gnome intf
-  * Changes in the way stream size in DVD mode is calculated. It is no
-    longer such an ugly kludge and is much more accurate.
-  * Changes in DVDSeek so that the interface slider is in 0 when we are at
-    the beginning of the strem.
-  * Try to detect the beginning of the movie in the middle of the title. It
-    works for most of the DVDs but will begin in the middle of the movie
-    with some others.
-  * Calculate only the first title key in css mode because it might take a
-    long time with some title. The search stops now when we have a key once
-    whereas it did stop only when we had it twice before. It should not
-    cause problems.
-  * Really fixed MC segfault bug.
-  * Adaptation of DVD module to navigation slider. The seek has to be
-    done on a multiple of 2048, and shopuld take care of the offset to the
-    beginning of the stream. It works with most of my DVDs by fails to
-    detect size of some streams.
-  * Change of the order of call to ifo and css functions in input_dvd.c,
-    because we can't read ifo files before authentification on some DVDs.
-  * Changed location of some css tables.
-  * We read ifo date and decrypt css keys for all titles now. It takes quite a
-    long time to initialize with some DVDs (if you have 42 titles for
-    instance). The key decryption might give a false value if the title is
-    less than 10 Mb ; I'm working on that :)
-  * Quick patch to avoid a segfault when arbitrarily seeking the stream.
-  * Added --intf option to vlc
-  * Started cleaning vout_sdl.c
-  * The dummy plugin works again
-  * Added a slider to the Gnome interface so that we can browse through streams
-  * Removed enhancement because of an incompatibility with slow motion.
-  * We can now seek at position 0 :p ;
-  * Tried to enhance picture dating on timebase discontinuities.
-  * Fixed pause bug.
-  * Much cleaning in css code. It should work fine now.
-  * Fixed my old stupid bug that disabled sound after having played the
-    first playlist item.
-  * Added `Prev' and `Next' buttons to the interface, with the beginning of
-    a playlist window (still empty).
-  * Added `Slow' and `Fast' buttons to the interface and popup menu.
-  * Removed tests against i_rate and i_new_rate calculation from the
-    plugins and hid this complexity into input_ext-intf.c
-  * The pure Gnome part of the Gnome interface has been rewritten from
-    scratch, and the .glade file included as well. You can edit it by
-    installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
-    or directly by hand if you grok XML.
-  * Files can now be loaded into vlc using the `Open' buttons. But for the
-    moment you still have to launch vlc with at least one file, because it
-    quits when the end of the playlist is reached.
-  * Idle screen was disabled because it eats a lot of CPU and is mostly
-    useless for the moment. And it gets activated when pause lasts for too
-    long.
-  * Plugins have completely disappeared, we now only use the new module API.
-  * All intf and vout modules are now independant. So far, only the Gnome
-    intf module and the SDL vout module have been ported. configure.in has
-    been modified to reflect the changes (x11 and dummy aren't compiled by
-    default anymore, while SDL and Gnome are).
-  * Right-clicking on the SDL video output window brings the Gnome menu.
-  * Pause, Play, Exit, About work from the menu or from the interface window.
-  * The old SDL keys still work.
-  * Fixed a bug in #define that prevented from using ioctls
-  * Some functions to prepare ifo commands utilisation to move in the
-    structures of DVDs
-  * Change in configure to avoid compiling css functions on BSD.
-  * Added comments to src/interface/intf_plst.c and include/intf_plst.h
-    so that people understand how the playlist works.
-  * Updated the TODO list (34 items to do, 41 done !)
-  * Portability : changed off64_t to off_t and activated appropriate
-    GNU/Linux options ;
-  * Changed fseek() to fseeko() for 64-bit offsets ;
-  * Reset frame predictors on a stream discontinuity.
-  * Implemented basic stream navigation function, and bound Jump forward
-    and jump Backward in the SDL intf. Enjoy !
-  * Pause function implemented ('p' key).
-  * Fixed a compile probleme on machine without a dvd player :ppppp
-  * Fixed two bugs in ifo and css that caused memory corruption and
-    segfault when using sdl in dvd mode.
-  * Moved the playlist handling from input/input.c to interface/interface.c
-  * Fixed a few warnings at compile-time.
-  * Fixed sound channel selection in playlist mode.
-  * Added a color message in the plugin bank because on peut bien dĂ©conner
-    cinq minutes, quand-mĂªme.
-  * We now spawn a new input thread for each file.
-  * Added a missing pf_close() because it's always cool to close files
-    after we read them.
-  * Solved bug with cssdescrambling. The vlc might segfault with dvd
-    plugins. I will fix that soon.
-  * Minor modification in pluginification.
-  * Playlist works again (still the old wrong way like Meuuh doesn't
-    like, but this is going to change within a few hours)
-  * Input_ps, input_ts and input_dvd are now plugins, located in
-    plugins/mpeg/ and plugins/dvd/
-  * Fast/slow keys are now A/Z instead of A/S since S was already
-    linked to the scale/noscale toggle.
-  * `--dvd' doesn't work anymore, for the moment try to use :
-    vlc --input dvd /dev/dvd
-  * Module bank is now less verbose ; use `--warn 1' to turn back
-    verbosity on
-  * New method using netlist to read packets on DVD device by sectors of
-    2048 bytes.
-  * Some modifications in netlist to make it work with DVD.
-  * Fixed Ă  bug in mpeg_system.c
-  * We can now choose the speed of forward (between 32/1 and 1/8)
-  * Functional fast forward and slow motion API ;
-  * Dirty hack in the SDL intf to bind "a" (fAst forward), "s" (Slow motion)
-    and "p" (Play).
-  * Centralized clock management, preparing for stream navigation ;
-  * Fixed a bug in the management of the first video PTS.
-  * Fixed a bug in period calculation for progressive sequences.
-  * Fixed a FIXME in SDL: p_vout->p_sys is no more used in intf_sdl.c
-  * Used instead p_vout->i_changes like in x11
-  * Disabled SDL parachute to let the vlc dump a core instead of staying stuck
-  * Patched 2 debian bugs
-    (see http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vlc)
-  * Improved the snapshot generation
-  * Mouse pointer hidden/shown with middle button in SDL output
-  * Removed obsolete video_yuv_mmx.S
-  * Updated the TODO list and wrote a small todo.pl parser to make it
-    easier to see which items remain to be done
-  * `make snapshot' now creates vlc-*.tar.gz and vlc-*-nocss.tar.gz
-
-0.2.50
-Wed, 31 Jan 2001 04:30:37 +0100
-
-  * Version 0.2.50 for the Linux Expo
-  * --overlay and --fulscreen options (only work with --vout sdl)
-  * The vlc exits after the end of the stream, which prevents from having
-    to kill it and relaunch it during a presentation.
-  * Not a very nice hack, but will probably spare us a few user complaints: if
-    no -a option is specified, the vlc will play the first audio type it finds,
-    so there is no need to specify "-a ac3" for a DVD anymore.
-  * CSS support kludged for current DVD input.
-    It is very slow now but will be more adapted to the forthcoming DVD
-    input.
-    It should read the first title of many DVDs but has been tested with few.
-  * Beginning of ifo commands to implement DVD navigation.
-  * Fix for field pictures.
-  * Hooks for fast forward and slow motion support.
-  * Fixed backwards moves.
-  * Tuned up optimizations.
-  * Completely removed BIZARRE_OPTIMS.
-  * Check for the needed headers for DVD ioctls
-  * Some cleaning in the dvd authentification code
-  * Various miscellaneous minor optimizations of the video parser.
-  * Beginning of support for encrypted DVDs.
-  * It only tests encryption and authenticates disc.
-  * Really fixed GetChunk now.
-  * 32-bit aligned bitstream (not that fast).
-  * The motion compensation routines are now modules as well ; choose your
-    implementation with `--motion motion', `--motion motionmmx' or
-    `--motion motionmmxext'. Of course, the best implementation is chosen
-    if you don't ask for any. There doesn't seem to be any performance hit
-    due to the move to shared libs, which is a good thing. Please test
-    actively if you have time, though.
-  * Updated --help result, manpage, INSTALL document, and a few files.
-  * Borrowed LiViD's MMX and MMX EXT IDCT. This might break things. Expect
-    a performance increase.
-  * Removed a few useless malloc() and unused variables in the audio SDL stuff
-  * Prepared the work for built-in modules (not yet finished)
-  * Small tweak in the copy handling, reduce CPU usage.
-  * --aout sdl now works
-  * Added SDL sound support. Sounds a bit laggy sometimes but my streams
-    are ill.  please try.
-  * Modified configure.in and all that stuff. Re-run configure
-  * SDL audio, video and interface are all part of the same .so now.
-  * Removed YUV old files :->
-  * Reverted something that wasn't supposed to go into the cvs :p
-  * Removed -fargument-noalias-global which causes problems with as (???).
-  * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to
-    test it, replace vdec_motion_inner_mmx.c by vdec_motion_inner_mmxext.c.
-  * A few changes in the CPU extensions detection code, borrowed from the
-    kernel and from mpeg2dec. I still don't know how to detect if code
-    compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are
-    quite obtuse to me. Perhaps we should also have a way not to load modules
-    if they have been compiled with a different CPU to avoid segfaults.
-  * Add check for MMX EXT extensions, which doesn't work, which is a good
-    thing since there is no MMX EXT IDCT yet :)
-  * Change for the forthcoming fast forward and slow motion support.
-  * Fixed the --aout, --idct and --yuv flags
-  * Updated manpage and --(long)help output to reflect that change
-  * Removed a few unneeded #includes here and there
-  * Cosmetic changes in error messages in input.c
-  * Now use of 64 bits offsets to parse the whole DVD. So we have all the
-    available information
-  * Fixed a bug in parsing of VTS attributes
-  * Fixed a bug in input.c that made input plugin initialize even though
-    no stream is reachable (thanks Sam)
-  * Merged the YUV plugins in the same directory to avoid too much code
-    duplication
-  * YUV transformations now use the new module API ; now only the vout
-    and interface still depend on the old plugin API
-  * Changed TestMMX to TestCPU because we will be able to test for other
-    specific extensions (3DNow, SSE) for the forthcoming IDCT we'll
-    borrow to mpeg2dec (as usual :P)
-  * Don't show "hiding module" messages anymore except in debug mode
-  * Swapped C IDCT and Classic IDCT scores since the classic one seems
-    to be faster ; anyway you should use the MMX one
-  * Fixed a Makefile bug under BeOS
-  * Tried to fix the cpuid code so that it compiles under BeOS (Polux, can
-    you test it when you have time ?)
-  * Fixed a bug in the frame rate handling ;
-  * Fixed a bug in the DTS/PTS ordering. Our pts are _at last_ accurate.
-  * Finally fixed repeat_first_field and co. (pas encore tout compris...)
-  * Implemented video_parser bitstream callback for PTS/DTS.
-  * Fixed close button support in SDL
-  * Fixed --width and --height support in SDL
-  * Fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
-    more than ever, Â« le client ne segfaulte pas Â».
-  * There was still a problem upon quitting: sometimes the null packet
-    wasn't big enough to reach a decoder breakpoint, so I now create 10
-    of them (since I can't make it bigger) to be sure. Meuuh, what do
-    you think ?
-  * Fixed the Makefile to spare a few variables here and there.
-  * Reduced module hide delay, removed loading of the audio output
-    plugins since they are now modules.
-  * Changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:",
-    and so on in a few other messages.
-  * Removed unused includes in the idct modules.
-  * Correction of bugs in ifo parsing. Now the structures should be well
-    initialized. It remains some segfaults but it globally works.
-  * DVD mode is enabled with option --dvd. For the moment, it only read
-    the first vts and find the movie if it is at the beginning of the title
-    set.
-  * Beginning of dvd_input. Parsing of ifo file almost completed.
-  * The IDCT functions are now located in modules : the classic IDCT,
-    our optimized IDCT, and MMX IDCT.
-  * Cosmetic changes for modules (pf_* instead of p_*)
-  * Fixes to the BeOS and dummy modules
-  * Changed default values :
-    INPUT_PTS_DELAY down to 200 ms ;
-    video heap down from 10 to 5 pictures ;
-    decoder fifo size from 1023 to 511 PES ;
-  * Fixed various bugs in 32 bit-versions of input_ext-dec.h ;
-  * Fixed a bug in GetChunk() ;
-  * Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ;
-  * Moved decoder_fifo-specific code from programs.c to dec.c ;
-  * Fixed bugs in program.c that prevented vlc to close all decoders ;
-  * Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ;
-  * Made the video parser unlock the reference pictures before quitting
-    (still one left, yaknow why ?)
-  * Destroy fifo mutex and cond variables _after_ they are used for
-    the last time. henri, that'll be one binouze.
-  * Attempt to port the BeOS audio plugin to the new module API. Will
-    probably need a few fixes to work or even compile.
-  * Ported the alsa plugin to the news vlc module API
-  * Fixed 32 bits bitstream bugs.
-  * Moved the MPEG audio decoder to the new bitstream
-  * Cleaning in the SPU decoder.
-  * Moved swab32 from input_ext-dec.h to common.h. We probably won't need
-    it anymore really soon, since ntohl() and htonl() seem to be properly
-    optimized when gcc is passed the right optimization flags.
-  * Fixed GetBits32 and RemoveBits32. I know the #ifdefs are useless since
-    we only support u32 words, but it's a safe reminder. Comments appreciated
-    on this fix since I may have b0rked something -- it runs well here though.
-  * Changed code for handling b_die in bitstream ;
-  * Moved input_ext-dec.h to input.h ;
-  * New input_NullPacket function ;
-  * Fixed init bugs in input and vpar ;
-  * Placed a callback to the decoder in the bitstream structure ;
-  * Fixed a purify bug in input_ps.c ;
-  * Added -mcpu=pentiumpro in the Makefile.
-  * Complete commenting of modules_core.h and small modifications
-  * Separated MODULE_CONFIG_START and ADD_WINDOW (Henri, beware)
-  * Fixed a very, very old bug that caused namespace collision between
-    plugins (Henri, beware: call your aout_getplugin function like this,
-    not alsa_aout_getplugin)
-  * Removed the Debian specific clean rules from the Makefile, since they
-    are already handled by the debian/rules script.
-  * Tidied a few compilation rules (-lfoo should always be at the end)
-  * Added 8bits palette SDL support.
-  * Fixed a warning under FreeBSD (dlerror() is a const char*, not a char*).
-  * Made configure script look for the bswap assembly instruction (using
-    AC_TRY_COMPILE makes sure the compiler will really accept it).
-  * Fixed colors' bug (TODO: write a function in vout that recalculate colors
-    from RGB masks);
-  * Cleaning of the fullscreen switch, still sucks but the surface is not
-    reallocated and that's good (thanks to the magic function
-    SDL_WM_ToggleFullScreen provided by sdl library :).
-  * Added a missing mutex_unlock in video_output.c
-  * Moved a mutex_destroy after the thread cancellation to prevent
-    possible problems
-  * Added a missing #ifdef in intf_msg.c which prevented compilation
-    with --enable-debug
-  * Fixed a bug in the input that prevented to quit properly in certain
-    cases (some ES were not deleted because their index was skipped when
-    the former one was deleted, well Meuuh should know what I mean)
-  * Cleaning of SDL Lock/Unlock Surface.
-  * All plugins now compile with -fPIC.
-  * Made the audio_output API a bit simpler.
-  * Got rid of modules_config.h.
-  * Fixed `make install' rule.
-  * Fixed warnings in the MMX YUV compilation.
-  * Probably fixed a bug in the input : pp_foo structures were free()d at
-    the end, but this was useless since the last call to realloc() is
-    equivalent to free(), and two consecutive calls to free() aren't a
-    goo idea.
-  * We check that the version number match and that we don't already have
-    a module by that name when loading a new module.
-  * All public module_* functions now properly lock the module bank.
-  * The audio_output now uses the new module API ; EsounD and DSP modules
-    have been ported, which should be enough for Henri to port the ALSA one.
-  * Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
-    Used them before quitting, every lock and cond is destroyed
-  * Checked the return value of malloc and realloc in input_programs
-  * Fixed compilation pb under solaris 2.6
-  * Should compile & run on Solaris with ./configure --disable-dsp
-    (tested on puma)
-  * Removed most SYS_SOLARIS #ifdef's in favour of more generic tests
-  * Updated example ./configure line in INSTALL file
-  * Now we only load modules that end with ".so"
-  * null module is compiled by default
-  * Fixed initialization of payload_start and payload_end
-  * --enable-sdl and some others are now --with-sdl[=name] to supply an
-    optional library name ;
-  * Deleted all unnecessary #include <sys/uio.h> ;
-  * /usr/include is now searched when looking for libraries and headers.
-  * src/misc/modules.c is in a workable state now.
-  * Splitted modules.h into modules.h and modules_core.h to enable
-    clean compilation of the Null Module.
-  * Added the Null Module, the module that does nothing but that is going
-    to be of great help for debugging my module code.
-  * Plugins are now called modules, because we will be able to compile
-    them either as a dynamic plugin, or within the program. And, more
-    important, I can commit this without having to break the vlc :)
-  * Fixed pitch bug;
-  * video_output.c : compute picture size even if b_need_render == 0;
-  * Fixed a deadlock (the vout unlocked a mutex locked by another thread,
-    grrrr, I'll kill someone) ;
-  * Put config.h in front of others in audio_decoder.c.
-  * Better display of the fps.
-  * Removed i_iovec_start and i_iovec_end. Used i_data instead
-  * Fixed THX Cimmarron bug (it was _not_ a synchro bug).
-  * Fixed a bug in the DTS/PTS parsing ;
-  * Fixed a bug in vpar_headers.c synchro handling introduced before ;
-  * Enhanced synchro's handling of dates and frame structure changes.
-  * Fixed a bug in the PSM decoder.
-  * We now read the DTS (but we don't use it for the moment).
-    NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
-  * New synchro statistics and warnings.
-  * Avoid calling SafeRead() with a null packet size.
-  * Use of ptrdiff_t whenever necessary (IA-64 port) ;
-  * Changed behaviour of preparsing code, faster startup ;
-  * Fixed DecodePSM(), cannot test ;
-  * Cleaned up ParsePES(), fixed a bug which could reject very small but
-    valid PES packets ;
-  * Fixed cosmetic bugs in vpar_synchro frame_rate display.
-  * Changed subtitles palette.
-  * SPU decoder now uses Meuuh's GetChunk() code.
-  * Lots of cleaning in the SPU decoder.
-  * Message queue is flushed before we spawn input.
-  * Fixed so that it compiles with VDEC_SMP (no good sync yet though).
-  * Using i_id instead of i_stream_id whenever possible ;
-  * Fixed a bug in -c and -s options.
-  * Fixed a compile pbm in debug mode (f34r d4 1-line fix)
-  * Fixed AC3 and SPU PES reading (ph34r da one-byte patch)
-  * Some 79 char wrap.
-  * No need to add "\n" at the end of intf_*Msg() messages anymore.
-  * Moved input_DecodePES() to input_dec.c ;
-  * Fixed an segfault in input_programs.c ;
-  * Added -fomit-frame-pointer optimization.
-  * Fixed a *major* memory leak in the pre-parsing code. Hopefully it should
-    be the last one.
-  * New decoder spawning API input_dec.c ;
-  * Moved p_input->pp_es -> p_input->stream.pp_es and clean up of
-    input_programs.c & co ;
-  * Fixed memory leaks.
-  * Moved video_decoder's headers from include/ to src/video_decoder.
-  * Temporarily removed b&w kludge.
-  * Splitted up p_method_data/p_plugin_data ;
-  * Cleaned up input_ts.c, added it into the Makefile.
-  * Fixed various memory leaks.
-  * Removed all arbitrary limits on the number of elementary streams.
-  * Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
-    All decoders should now exit cleanly (if it's not the case, it should be
-    referenced as a bug).
-  * Fixed a bug which prevented the input to exit normally (non-selected
-    ES in the pp_selected_es array).
-  * Added netlist support.
-  * Added U8_Mono audio output
-  * Fixed "-a [ mpeg | ac3 | lpcm | off ]" option
-  * Only pre-parse the first 32 MB of data.
-  * Added -a, -c and -s options. (-a doesn't work but I will let the people
-    who thought it would be cleaner to put config in environment variables
-    correct what's wrong in my code).
-  * Now we only try to open plugins which are existing files
-  * Big cleanup of the PS input plugin ;
-  * Fixed a bug in AC3 initialization ;
-  * PS streams are now pre-parsed (this can take a while) if possible ;
-  * Move #define from audio_output.h to config.h
-  * Change vlan_server_ip to vishnou's ip (but vlans not working yet)
-  * GetChunk() : reads n bytes from the elementary stream and places them
-    in a big buffer (a gift for Sam).
-  * Quantic start in fullscreen fixed.
-  * Input-II now correctly handles private stream 1 (AC3, DVDSPU).
-  * Split the audio decoder into adec_generic, adec_layer1 and adec_layer2
-    (no new code added)
-  * Added SDLYUV support,
-  * Fixed the ratio/position problem in YUV,
-  * We now display CPU usage statistics for each thread.
-  * Additional fix for Layer 1 mono
-  * Indentation fixes
-  * Fixed audio syncword detection for mpeg 1 streams (hopefully)
-  * Fixed Layer 2 Mono decoding.
-  * Hardware YUV overlay (SDL) with real colors ;p It may suck for non
-    4:2:0 streams.
-  * Removed vout code found in intf file to support fullscreen switching.
-    Now only vout_SDL updates SDL data and intf only switch flags such as
-    b_reopen_display and b_fullscreen in p_vout->p_sys.
-  * Fixed a var name typo in input_programs.c which prevents vlc from
-    compiling with --enable-debug option. (i_es_pid -> i_es_id :)
-  * Autodetection of Overlay support
-  * Fixed support for broken MPEG-1 files.
-  * Cleaned up program and ES management by using input_programs.c whenever
-    necessary.
-  * Cleaned up decoder spawning.
-  * Enhanced handling of stream discontinuities.
-  * Fixed two typos in the Makefile (sam you owe me at least one beer)
-  * Moved b_discontinuity to pgrm_descriptor_t, cleaned up CRDecode
-    (needs some more cleaning for discontinuities)
-  * Added pf_new_pes in plugins
-  * Fix in the SCR parser for high values.
-  * Fixed a bug with DVD's SCR (too close from the PTS).
-  * Generation d'un makefile presque correct pour les vieilles versions de make
-    Nettoyage: gestion des dependances pour les plugins, suppressions de pas
-    mal de redondances, options de compilations coherentes, etc...
-  * Code to manage es_descriptors and program_descriptors, from benny's
-    input_psi.c
-  * VLAN support modified.
-  * We now correctly parse MPEG-1 SCR and there is no need to kludge to read
-    the stream at the right pace.
-  * Fixed a bug in the synchro with non-P5/B1 streams.
-  * Support for MPEG-1 .mpg files.
-  * Fixed a bug in the synchro with non-P5/B1 streams.
-  * The input-II.
-
-0.2.0
-Wed, 31 Jan 2001 04:30:37 +0100
-
-  * Version 0.2.0 pour la Linux Expo
-  * Backport of the sdl plugin (minor correction in video_output as I made
-    in unstable)
-  * Ajout des options --fullscreen et --overlay
-  * Added hardware YUV overlay support (SDL). Huge performance
-    increase.
-  * Fixed MPEG audio decoding for streams without b_data_alignment flags.
-  * Fixed a bug in the SPU decoder which caused a segfault.
-  * Support for 8bit soundcards.
-  * YUV support for SDL.
-  * We now open /dev/dsp in non-blocking mode.
-  * Frame dropping enhancements for very slow machines.
-  * Fixed a buffer overflow under BeOS.
-  * Miscellaneous framebuffer fixes.
-  * Miscellaneous SDL fixes.
-  * MMX Y4Gray16 colorspace transformation.
-  * Optimized grayscale mode.
-  * Fixed volume control.
-  * Splash screen.
-  * Minor changes in the Debian files.
-  * Fixed fps display.
-  * Fixed MPEG1 video decoding. We don't read MPEG 1 PS files for the
-    moment.
-  * Fixed a 100% cpu usage bug, in the dummy aout.
-  * Added a 'f' shortcut to switch between Windowed and Fullscreen
-    mode.
-  * Added --broadcast option for network input.
-  * Screen is now emptied when framebuffer output exits.
-  * Totally new frame dropping algorithm.
-  * Fixed a bug in video_ouput.c which trashed more late pictures than
-    necessary.
-  * Fixed the DEBUG mode in the Makefile.
-  * Fixed a bug in mwait() which made us wait too long.
-  * The video_decoder can now be split into several threads to take
-    advantage of the SMP machines.
-  * Added --enable-debug, --enable-stats, and --disable-optims in the
-    GNU configure stuff.
-  * Added alsa audio support (plugin)
-  * vlc is now compiled without the STATS mode by default.
-  * Fixed a bug which made frames go backwards with some displays (the
-    video_decoder thread is now niced).
-  * Added intf_WarnMsg(), and made use of it in the most needed places.
-
-0.1.99i
-Mon, 28 Aug 2000 02:34:18 +0200
-
-  * fixed the support for field pictures, which involved a few dozens
-    bugs in the video parser and video decoder.
-  * put names of authors under a lot of source files, for historical
-    purposes.
-  * fixed another input_file exit bug for the beos version.
-  * fixed the aliases install.
-  * renamed an inconsistent variable in src/input/input_file.c.
-  * added support for I+ synchro (all Is and the first P).
-  * fixed a motion compensation bug which generated some distortion
-    on B images.
-  * fixed a motion compensation bug for skipped macroblocks.
-  * fixed a synchro bug for field images.
-  * cleaned Octplane's crappy indentation.
-  * fixed the --server option which didn't work if a ~/.vlcrc existed.
-
-0.1.99h
-Tue, 22 Aug 2000 01:31:58 +0200
-
-  * fixed the sound issue under beos.
-  * fixed a bug that was making the crash randomly under beos.
-  * fixed a bug that was exhausting system ressources under beos.
-  * improved the cond_var for beos.
-  * added support for the SDL vout : the --display fullscreen allows
-    fullscreen when possible. Disabled by default.
-  * added sdlvlc (which probably should start in fullscreen, no ?)
-  * removed sdlvlc :)
-  * updated debian directory to build vlc-sdl.
-  * removed CCFLAGS flags which were improperly used.
-  * added hints for powerpc build.
-  * fixed the input_file exit bug.
-  * fixed a Makefile bug which removed the CVS directory.
-  * removed the frame statistics output.
-  * removed a verbose message in intf_sdl.c.
-  * added a few sanity checks in the audio mpeg and ac3 decoders.
-  * 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
-
-  * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
-  * new --synchro flag which lets you force which images are decoded.
-  * removed an unused variable in the MMX YUVs.
-  * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
-  * now scaling is on by default, so that people won't tell that the vlc
-    cannot do scaling :-)
-  * fixed a few long lines.
-  * fixed 8bpp YUV.
-  * fixed the fscked up Bresenham algorithm in all YUV functions.
-  * fixed a dumb bug in the Makefile that prevented inclusion of the
-    -march=pentium directive. thanks Meuuh, blame sam.
-  * fixed a warning in main.c.
-  * separate Debian packages.
-  * added request for ALSA support in the TODO list.
-  * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
-
-0.1.99f
-Tue,  8 Aug 2000 11:24:01 +0200
-
-  * plugin detection now works
-  * "gvlc", "fbvlc", "ggivlc" aliases now work
-  * fixed functions that weren't properly inlined
-  * removed bloat from the MMX YUV plugin
-  * vlc.init becomes ~/.vlcrc
-  * removed float operations in the video decoder, and all emms asm functions
-  * borrowed linuxvideo's MMX motion compensation
-  * fixed an undefined symbol in the MMX YUV plugin
-
-0.1.99e
-Thu, 20 Jul 2000 15:14:06 +0200
-
-  * new bitstream syntax and slight performance increase
-  * BeOS build fix
-  * removed the sample code from the reference decoder
-
-0.1.99d
-Wed, 12 Jul 2000 01:24:40 +0200
-
-  * fixed RPM build
-  * .deb is now more lintian-friendly
-  * fixed vlc.spec to install nicely
-  * PLUGIN_PATH and DATA_PATH now in include/*.h
-  * removed a few useless warning messages
-  * removed remaining header stuff related to the old non-free decoder
-  * fixed the MGA build (doesn't work yet, though)
-  * new plugin API
-  * updated the INSTALL document
-  * plugin auto-detection
-  * fixed a few misspellings in the code
-  * removed the default --enable-ppro option because it didn't work on K6-2
-  * the framebuffer client now leaves the console in a working state
-  * the dithered 8 bpp YUV transformation works again (blame bbp !)
-  * the YUV transformations are now plugins as well
-  * alternative symlinks like gvlc, fbvlc are now created at compile time
-  * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
-  * fixed an endianness problem which occured on iMacs
-  * fixed the build for the Mandrake distribution
-
-0.1.99c
-Sun, 18 Jun 2000 18:54:48 +0200
-
-  * fixed Makefile.in for debug version
-  * caught Delete Window event in Gnome and X11 modes
-  * fixed man page
-  * GGI output now works
-  * fixed a segfault on exit for the Gnome plugin
-  * fixed compile problems for BeOS
-  * sound support almost works under BeOS
-  * fixed a warning in ac3_exponent.c
-  * automatic support for .rpm and .deb building
-
-0.1.99b
-Sat, 17 Jun 2000 03:35:02 +0200
-
-  * fixed a bug preventing to quit when run with no arguments
-  * new VLAN changing code
-  * created the ChangeLog file :)
-
-0.1.99a
-Thu, 15 Jun 2000 20:48:54 +0200
-
-  * first public release
+2003-07-29 Tuesday 23:50  gbazin
+
+ * configure.ac: added the svlc shortcut for the skins.
+ * install-win32: removed the custom link in the start menu.
+
+2003-07-29 Tuesday 23:01  gbazin
+
+ * ChangeLog: updated the changelog for the release
+
+2003-07-29 Tuesday 22:25  gbazin
+
+ * modules/codec/spudec/parse.c: fixed typo found by Meuuh.
+
+2003-07-29 Tuesday 22:20  gbazin
+
+ * src/video_output/video_output.c: fixed potential segfault.
+ * configure.ac: don't bail out if matroska headers are not found.
+
+2003-07-29 Tuesday 21:56  gbazin
+
+ * toolbox: fixed typo in the changelog rule.
+
+2003-07-29 Tuesday 21:46  gbazin
+
+ * modules/video_output/directx/events.c: compilation fix.
+
+2003-07-29 Tuesday 21:14  gbazin
+
+ * modules/gui/macosx/controls.m: fixed race condition in prev/next commands.
+ * modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default.
+     We also lower the priority if there is no DISPLAY env variable.
+ * modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles.
+ * modules/video_output/directx/events.c: use arrow keys for DVD navigation.
+ * modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs.
+ * share/vlc_win32_rc.rc: compilation fix.
+
+2003-07-29 Tuesday 18:51  fenrir
+
+  * http.c:  under linux if no directory is specified search "share/http"
+ and then DATA_PATH"/http".
+
+2003-07-29 Tuesday 17:42  gbazin
+
+ * configure.ac: bumped version number to 0.6.1.
+     Enabled matroska support by default.
+ * extras/MacOSX/*: bumped version number to 0.6.1.
+ * INSTALL.win32: instructions update.
+ * share/Makefile.am: included the html files for the http interface.
+ * po/*: ran ./toolbox --update-po.
+
+2003-07-29 Tuesday 09:32  sam
+
+   * modules/video_output/x11/xcommon.c: Hopefully a proper fix for the Mozilla
+     event handling bug.
+
+2003-07-28 Monday 22:46  gbazin
+
+ * modules/video_output/x11/xcommon.c: reverted sam's last commit which broke the event reading loop on the video window.
+
+2003-07-28 Monday 21:41  massiot
+
+ * configure.ac: Worked around a bug in the OS X linker, with multiply
+   defined symbols and libmp3lame
+ * Makefile.am: Build po before . because we need the po files to build
+   VLC.app
+ * po/fr.po: French translation courtesy of Jean-Pierre Kuypers
+ * OS X interface: cosmetics
+
+2003-07-28 Monday 20:25  jpsaman
+
+ Added HuffYuv and A-law codes for low bitrate and CPU load encodings/transcoding
+
+2003-07-28 Monday 20:23  jpsaman
+
+ Added NEWS for iPaq port.
+
+2003-07-28 Monday 20:23  jpsaman
+
+ Updated build scripts:
+ - enabled video4linux for WebCams on handhelds
+ - enabled PDA Gtk2 interface instead of familiar interface
+ - enabled stream output and transcoding
+
+2003-07-28 Monday 18:02  massiot
+
+ * modules/video_output/x11/xcommon.*: endianness patch + arrow keys are
+   now used to browse through the DVD menus.
+
+2003-07-28 Monday 13:19  massiot
+
+ * Fixed my last commit.
+
+2003-07-28 Monday 07:16  fenrir
+
+  * rc: Fixed a bug with seek command.
+        Added support of "seek n%" (Usefull when mux_rate is nul )
+
+2003-07-28 Monday 07:05  jpsaman
+
+ Added PDA images to Makefile.am
+
+2003-07-27 Sunday 23:58  fenrir
+
+  * sub: does not issue an error message when sub-file is empty.
+
+2003-07-27 Sunday 23:05  hartman
+
+ * Brought the new options system to the OSX gui.
+   and some small fixes.
+
+2003-07-27 Sunday 21:35  jpsaman
+
+ Gtk2 port of the familiar Linux interface. The name is also changed to PDA so it reflects that it is targeted at handhelds.
+
+ The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player.
+
+2003-07-27 Sunday 16:20  gbazin
+
+ * modules/audio_output/alsa.c: #ifdef DEBUG -> #ifdef ALSA_DEBUG
+
+2003-07-27 Sunday 16:14  gbazin
+
+ * modules/audio_output/alsa.c: bail out if the device is already in use.
+
+2003-07-27 Sunday 15:49  gbazin
+
+ * src/input/input_ext-plugins.c: forgot to re-lock a mutex.
+
+2003-07-27 Sunday 14:10  massiot
+
+ * src/input/input_clock.c: Fixed two long-standing (> 2 years) bugs
+ - there should be fewer resampling, particularly on DVD chapter changes
+ - when you unpause a DVD, VLC will wait for the drive to spin up, so you
+ won't lose several seconds of movies
+
+ * modules/gui/macosx/controls.m: Seeking in paused mode resumes the play
+ mode, make the interface take that into account.
+
+2003-07-27 Sunday 12:31  ipkiss
+
+  * All: Removed the win32 plugin; wxwindows rulez :)
+
+2003-07-26 Saturday 18:54  titer
+
+  freetype.c: basic YUY2 rendering (Y only)
+
+2003-07-26 Saturday 15:36  gbazin
+
+ * modules/gui/skins/controls/checkbox.cpp: compilation fix.
+
+2003-07-26 Saturday 15:34  fenrir
+
+ ffmpeg: fix potential overread for mpeg4 with vol.
+
+2003-07-26 Saturday 14:19  gbazin
+
+ * modules/gui/wxwindows/open.cpp: move the "open subtitles" line into the file panel.
+
+2003-07-26 Saturday 14:04  ipkiss
+
+  * modules/gui/skins/controls/checkbox.cpp: Fixed a stupid bug (a return
+    value was always true...)
+
+2003-07-26 Saturday 12:41  gbazin
+
+ * modules/gui/wxwindows/open.cpp: workaround design problems in wxSpinCtrl (wxSpinCtrl::GetValue() triggers a value update event).
+
+2003-07-25 Friday 22:50  gbazin
+
+ * modules/gui/wxwindows/*: fixed clean-up of the dialogs provider on exit.
+ * modules/gui/skins/x11/*: proper initialization of a global var so we can start/exit the skins interface several times.
+
+2003-07-25 Friday 13:24  gbazin
+
+ * INSTALL.win32: updated build instructions (btw since the last build changes, mingw+msys can be used again to compile VLC).
+ * modules/gui/wxwindows/wxwindows.cpp: oops.
+
+2003-07-25 Friday 11:37  gbazin
+
+ * modules/video_output/directx/events.c: a couple of compiler warning fixes.
+ * msvc/vlc.dsw: relaced basic_skins plugin with the skins one.
+
+2003-07-25 Friday 11:33  gbazin
+
+ * configure.ac: libpng (logo plugin) needs to be linked with zlib.
+ * modules/gui/wxwindows/*: a couple of compilation fixes for wxWindows cvs.
+
+2003-07-25 Friday 01:11  hartman
+
+ * subsdec now uses the new options code.
+
+2003-07-25 Friday 01:09  hartman
+
+ * Updated it.po
+
+2003-07-25 Friday 01:09  hartman
+
+ * Largely updated nl.po
+ * Updated it.po
+
+2003-07-24 Thursday 23:21  gbazin
+
+ * modules/gui/wxwindows/wxwindows.cpp: temporary hack (I hope ;) to fix win32 compilation with wxWindows < 2.5.
+
+2003-07-24 Thursday 22:58  gbazin
+
+ * src/misc/modules.c: if module_Need() was passed an interface module name, respect this choice even if vlc was run with a specific interface shortcut.
+
+2003-07-24 Thursday 22:05  sam
+
+   * modules/access/v4l/v4l.c:
+     + Removed my name from this file, I didn't contribute anything major to it.
+     + Added strerror(errno) where adequate, as well as additional debug
+       information, hopefully more useful than "cannot open".
+
+2003-07-24 Thursday 21:50  gbazin
+
+ * modules/gui/wxwindows/*: you can now specify input options in the stream output MRL as well.
+ * modules/misc/freetype.c: bail out if no font has been specified.
+ * modules/demux/util/sub.h: don't forget to detach the demuxsub object.
+
+2003-07-24 Thursday 20:34  sam
+
+   * bootstrap:
+     + Run autopoint with the -f flag.
+     + Remove stamp files in the bootstrap process.
+
+2003-07-24 Thursday 19:30  sigmunau
+
+ ignore CR characters wherever they might be.
+ A little better line spaceing, but I still don't understand what this is all
+ about.
+
+2003-07-24 Thursday 19:07  sigmunau
+
+ fixed a nasty code duplication where the same function call was two places
+ with just a few lines in between, but in separate #if cases.
+
+2003-07-24 Thursday 18:30  bigben
+
+ * "frequency=" is channel frequency in kHz again
+
+ * fix  a segfault when "/dev/video0"  or "norm=" were last  arguments of
+ the command line
+
+2003-07-24 Thursday 18:27  bigben
+
+ * Changes "frequency=" syntax. New syntax is channel frequency in kHz
+ * shows a warning if frequency is in "previous syntax range"
+
+2003-07-24 Thursday 17:31  gbazin
+
+ * modules/gui/wxwindows/open.cpp: compilation fix.
+
+2003-07-24 Thursday 16:07  gbazin
+
+ * modules/gui/wxwindows/*: added support for input options in the open dialog.
+    The stream output and subtitles options use them and you can also add options in the MRL itself.
+
+2003-07-23 Wednesday 23:05  gbazin
+
+ * modules/misc/freetype.c, modules/demux/util/sub.c: cleanup.
+ * modules/demux/util/sub.h: thou shall do a vlc_object_attach().
+ * src/misc/variables.c: added VLC_VAR_FILE and VLC_VAR_DIRECTORY inheritance support.
+
+2003-07-23 Wednesday 22:55  massiot
+
+ * Updated po files. STRINGS ARE FROZEN !!!
+
+2003-07-23 Wednesday 22:02  jpsaman
+
+ Interface for Familiar v0.7 and GPE. This interface is based on gtk2 libaries.
+
+2003-07-23 Wednesday 22:01  gbazin
+
+ * include/variables.h, src/misc/variables.c: you can now use var_Create() directly to create an object variable with an inherited value.
+    eg. var_Create( p_vout, "zoom", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT );
+    Beware, the object in which you create the var must be attached to a parent for this to work (otherwise we can't navigate the parents hierarchy to find the value to inherit).
+
+ * src/input/input.c, src/input/input_programs.c, src/video_output/video_output.c: converted more config_GetFoo() into var_Create()/var_Get();
+
+2003-07-23 Wednesday 21:45  hartman
+
+ * include/vlc_common.h: MAX_PATH PATH_MAX, we don't wanna bother and use the
+   latter everywhere.
+ * modules/demux/util/sub.c: Bring the config options in here to the variable structure.
+ * modules/misc/freetype.c: Bring the config options in here to the variable structure.
+   Fix the linespacing. Dnumgis, it works, just define another linespacing :)
+
+2003-07-23 Wednesday 19:11  titer
+
+  freetype.c : use the default BeOS font on BeOS
+
+2003-07-23 Wednesday 17:31  ipkiss
+
+  * modules/gui/skins/src/banks.cpp: removed a useless event I had
+    forgotten
+
+2003-07-23 Wednesday 09:14  asmax
+
+ * all: fixed depcomp failure
+
+2003-07-23 Wednesday 07:37  jpsaman
+
+ When recv() returns -1 a bug is triggered inside RTPRead() and RTPChoose(). The return value of Read() is then -1. The test "if (!i_ret) return 0;" will be false and the function will continue resulting in segfault while copying from buffers that are in an undetermined state. The correct test is "if (i_ret<0) return 0;".
+
+2003-07-23 Wednesday 01:28  gbazin
+
+ * modules/misc/sap.c: oops, compilation fix.
+
+2003-07-23 Wednesday 01:13  gbazin
+
+ * ALL: changes to the playlist_Add() and VLC_AddTarget() proto to include a list of options associated with the input.
+ * src/input/input.c: parses the input options list before spawning the input and create object variables for these options. Options are of the form "[no[-]]foo[=bar]" where foo is the option name and bar is its value.
+ * src/input/input.c, src/input/input_dec.c: use the object var api to get the value of the "sout", "sout-video" and "sout-audio" options.
+ * src/libvlc.c: extended the command line parser to parse input options. Input options must always follow the input they apply to and begin with a ':'.
+
+ All these changes allow you to specify input specific options.
+ eg: ./vlc --no-sout-audio yourvideo.mpeg :sout=udp/http::8080 :sout-audio yourvideo2.mpeg
+ Here the ":sout" option will only apply to yourvideo.mpeg.
+ "--no-sout-audio" will be a global option so will apply to yourvideo2.mpeg but the global behaviour is overriden by ":sout-audio" for yourvideo.mpeg.
+
+ TODO: - the interfaces need to be modified to benefit from the new playlist_Add() api.
+       - only "sout", "sout-video", "sout-audio" implemented for now. To make it work with other options, we need to get rid of all the config_GetFoo() and replace them with var_Create()/var_Change()/var_Get().
+
+2003-07-22 Tuesday 22:02  hartman
+
+ * Fix Makefiles for removed .rle fonts
+
+2003-07-22 Tuesday 20:49  hartman
+
+ * ALL:
+   - Removed all the RLE subtitle font code.
+   - Removed the .rle and even older .psf font files.
+   - Moved the filesubtitle code from spudec to subsdec.
+   - spudec is again DVD only.
+
+2003-07-22 Tuesday 20:25  bigben
+
+ frequency is  nom frequency  in MHz * 16, as  for the  v4l input.
+ Breaks compatibility with previous syntax...
+
+2003-07-22 Tuesday 18:06  gbazin
+
+ * src/stream_output/stream_output.c: fixed segfault when muxer can't add an elementary stream.
+
+2003-07-22 Tuesday 15:59  gbazin
+
+ * src/misc/variables.c: fixed small mem leak (courtesy of Andy Lindsay)
+ * modules/gui/wxwindows/interface.cpp: small improvements to the volume control.
+
+2003-07-22 Tuesday 13:58  bigben
+
+ * We're finally parsing all parameters (including standard)
+ * syntax is now (roughly) the same as for the v4l input
+ ex : vlc pvr:/dev/video0:frequency=1242:norm=secam:size=12x42:bitrate=1200,maxbitrate=4200
+ * old syntax is still working
+ * norm can be "pal", "secam", "ntsc" or any hexa value
+
+2003-07-21 Monday 23:53  fenrir
+
+  * http: added "del" and "empty" control. (for playlist). Corrected
+ "previous" command.
+  TODO: doc :(
+
+2003-07-21 Monday 19:45  jpsaman
+
+ Forgot this one.
+
+2003-07-21 Monday 19:38  jpsaman
+
+ Added missing familiar-playlistb16x16.xpm
+
+2003-07-21 Monday 19:25  jpsaman
+
+ Updated build rules for the Sharp Zaurus.
+
+2003-07-21 Monday 19:19  jpsaman
+
+ Updated build rules for iPaq.
+
+2003-07-21 Monday 18:24  gbazin
+
+ * modules/codec/spudec/spudec.c: disabled RLE font loading as it's not used anymore.
+
+2003-07-21 Monday 17:48  gbazin
+
+ * modules/codec/quicktime.c, configure.ac: ported the audio part of the quicktime module to win32.
+
+2003-07-21 Monday 17:29  gbazin
+
+ * Makefile.am, install-win32: removed rle fonts from the win32 package and added the necessary files for the http interface.
+
+2003-07-21 Monday 01:38  hartman
+
+ * vlc.ebuild: disabled kde, fixed mad and freetype support
+ * Makefile.am: added html files for http intf to macosx.
+   windows and beos probably need to do this too.
+
+2003-07-20 Sunday 23:46  gbazin
+
+ * modules/misc/freetype.c: set default font on win32. Fixed small memleak as well.
+
+2003-07-20 Sunday 23:30  gbazin
+
+ * modules/packetizer/copy.c, modules/stream_out/transcode.c: handle raw RV15, RV16, RV24, RV32,
+ GREY.
+
+2003-07-20 Sunday 23:05  sigmunau
+
+ removed some c++ style comments, fixed some untrue comments, moved a
+ function prototype
+
+2003-07-20 Sunday 22:16  hartman
+
+ * Update of language files
+
+2003-07-20 Sunday 22:06  hartman
+
+ * bumped up version to 0.6.1-test1
+
+2003-07-20 Sunday 21:41  hartman
+
+ * Set the default font on Mac OS X to the system font.
+
+2003-07-20 Sunday 21:28  gbazin
+
+ * modules/gui/wxwindows/streamout.cpp: small cosmetic change for the streamout dialog.
+
+2003-07-20 Sunday 20:54  hartman
+
+ * removed matrox support, since the modules is broken
+   http://bugs.gentoo.org/show_bug.cgi?id=24910
+
+2003-07-20 Sunday 20:42  ipkiss
+
+  * modules/gui/skins/*: removed useless code
+
+2003-07-20 Sunday 20:33  gbazin
+
+ * src/input/input_ext-plugins.c: fixed previous commit.
+ * modules/gui/wxwindows/interface.cpp: fixed a couple of bugs.
+
+2003-07-20 Sunday 19:48  hartman
+
+ * README.MacOSX.rtf: updated section on subtitles.
+ * vlc.ebuild: added amd64 keyword. changed script to use emake again.
+   Removed MODULES from the doc installation.
+ * src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs.
+ * share/vlc_win32_rc.rc: Changed the Win32 name of VLC from,
+   "An Opensource Media Player" to "VLC media player".
+ * other: added the new transcoding codecs, channels option and SAP option
+   to the stream output dialog.
+
+2003-07-20 Sunday 16:56  ipkiss
+
+  * modules/misc/freetype.c: compilation fix for windows
+
+2003-07-20 Sunday 16:26  sigmunau
+
+ Draw the text in the U and V planes as well. Removes the transparency effect.
+ Also check which chroma is in use and give an error message if it isn't
+ supported.
+
+ Someone (possibly me) should write some renderer functions for other
+ colorspaces.
+
+2003-07-20 Sunday 15:33  gbazin
+
+ * Added MPEG 1 to the list of encapsulation methods (useful to produce files playable by WMP).
+
+2003-07-20 Sunday 15:17  gbazin
+
+ * src/input/input_ext-plugins.c: in input_FillBuffer(), if we can't immediately allocate a new buffer, try until we manage to get one.
+
+2003-07-20 Sunday 12:34  sigmunau
+
+ some cleanup in file info code, add fourccs in hex form ( some users want
+ that ), add audio bitrate when available (untested)
+
+2003-07-20 Sunday 12:22  gbazin
+
+ * modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file dialogs so only use open file dialogs on win32 in the preferences menu.
+ * Makefile.am: removed INSTALL.win32 from the win32 package as it's only useful for developpers anyway.
+
+2003-07-20 Sunday 10:38  gbazin
+
+ * modules/gui/wxwindows/*, include/vlc_interface.h: new generic "open file" dialog.
+ * modules/gui/skins/*: use the new generic "open file" dialog to load skins.
+
+2003-07-20 Sunday 08:30  zorglub
+
+ modules/control/joystick.c: Joystick control module (linux only)
+
+ disabled by default, use --enable-joystick & --extraintf joystick
+
+ actions are:
+       left-right: variable speed seek
+       up-down: browse the playlist
+       button 1: play/pause
+       button 2: fullscreen
+
+2003-07-19 Saturday 16:33  gbazin
+
+ * modules/gui/wxwindows/*: proper characters encoding conversions.
+    Override the popup menu only for the main interface.
+
+2003-07-19 Saturday 15:25  sigmunau
+
+ alsa is only available on linux
+
+2003-07-19 Saturday 15:15  sigmunau
+
+ Render the glyph for each character only once, and not once for each frame.
+ Should speed up things a bit.
+
+2003-07-19 Saturday 15:12  fenrir
+
+  * mp4: parse another box.
+
+2003-07-19 Saturday 14:41  sigmunau
+
+ Use proper linespacing
+
+2003-07-19 Saturday 14:22  gbazin
+
+ * src/libvlc.c: use UTF-8 internally on win32.
+
+2003-07-19 Saturday 14:14  sigmunau
+
+ fix linking with iconv for the spudec module
+
+2003-07-19 Saturday 11:29  sam
+
+   * Makefile.am: Fixed the plugins' target directory location.
+
+2003-07-19 Saturday 00:02  hartman
+
+ * NEWS: added some more stuff for the upcoming 0.6.1
+ * vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes.
+
+2003-07-18 Friday 23:50  hartman
+
+ * add a #include <errno.h>
+
+2003-07-18 Friday 23:41  hartman
+
+ * Add -liconv to the ldflags of the spudec module.
+ * Add -framework Carbon to the ldflags of the spudec module when Carbon is
+   present. freetype-config unfortunatly omits this on MacOSX.
+
+ I think I did this correctly, but it might be wise to review this :)
+
+2003-07-18 Friday 20:52  gbazin
+
+ * src/libvlc.h: disabled the encoders config options (encoders are not used anymore, all the encoding is done in the stream output transcode module).
+ * src/misc/win32_specific.c: added an --high-priority config option on win32 to increase the priority of the process (default enabled for now so the behaviour isn't changed.)
+
+2003-07-18 Friday 20:16  hartman
+
+ * had forgotten to actually activate mozilla :)
+
+2003-07-18 Friday 20:06  gbazin
+
+ * modules/audio_output/alsa.c: alsa is now the default audio output.
+ * src/misc/configuration.c: removed unnecessary line.
+ * modules/gui/skins/parser.*: small cosmetic change.
+
+2003-07-18 Friday 20:00  hartman
+
+ * mozilla support enabled
+ * added USE mad and libid3tag
+ * added mp3lame capability to ffmpeg.
+ * updated wxGTK requirements to 2.4.1
+
+2003-07-18 Friday 19:26  titer
+
+  Added 'CDVC' fourcc (another one for DV video)
+
+2003-07-18 Friday 14:18  gbazin
+
+ * modules/gui/wxwindows/wxwindows.cpp: oops.
+
+2003-07-18 Friday 13:22  gbazin
+
+ *  modules/gui/wxwindows/*: avoid queuing popup menu events while one is already being displayed.
+
+2003-07-18 Friday 11:39  gbazin
+
+ * modules/video_output/directx/events.c: closing the video window doesn't doesn't exit vlc anymore, it just stops the current stream.
+ * modules/gui/wxwindows/*: fix for popup menu placement.
+
+2003-07-17 Thursday 22:54  gbazin
+
+ * src/playlist/playlist.c: fixed recent playlist breakage.
+
+2003-07-17 Thursday 18:58  gbazin
+
+ * modules/gui/wxwindows/*: enable popup menu support in the "dialogs provider".
+
+2003-07-17 Thursday 17:30  gbazin
+
+ * modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface".
+    Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...).
+    + misc small enhancements.
+
+ * modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module).
+    The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs.
+
+2003-07-17 Thursday 16:34  sam
+
+   * Makefile.am: Parse mozilla after . so that the mozilla plugin gets its
+     dependencies right.
+   * src/stream_output/announce.c: Compilation fix.
+
+2003-07-17 Thursday 15:49  sam
+
+   * m4/vlc.m4: Looks like POSIX shell reduces "`eval echo '$'FOO`" to "" even
+     if $FOO contains spaces. Worked around the problem.
+
+2003-07-17 Thursday 14:54  sam
+
+   * configure.ac vlc-config.in.in: Oops, vlc-config needs top_builddir, not
+     top_srcdir.
+
+2003-07-17 Thursday 14:28  sam
+
+   * src/stream_output/announce.c:
+     + Fixed Win32 port.
+     + Speed optimizations in split().
+     + More coding style fixes.
+
+2003-07-17 Thursday 14:10  sam
+
+   * src/stream_output/announce.c:
+     + Coding style fixes.
+     + Use memcpy() instead of for() loops.
+
+2003-07-17 Thursday 13:09  sam
+
+   * mozilla/Makefile.am: Fixed stamp-pic generation, it was created in the
+     current directory but looked for in the parent directory.
+
+2003-07-17 Thursday 13:01  sam
+
+   * debian/compat:
+     + New debhelper file.
+   * debian/control:
+     + Updated debhelper build-dependency to (>= 3.4.4) because we now
+       use debian/compat.
+     + Use ${misc:Depends} everywhere.
+
+2003-07-17 Thursday 12:06  sam
+
+   * mozilla/Makefile.am: Moved mozilla plugin generation directives here.
+   * configure.ac: Propagate $(top_srcdir) to the vlc-config call.
+
+2003-07-17 Thursday 09:25  sigmunau
+
+ mozilla/vlcplugin.h: added the video/x-ms-wmv mime type
+ mozilla/npvlc_rc.rc: added all the missing types from vlcplugin.h
+
+2003-07-16 Wednesday 21:42  sam
+
+   * Makefile.am: added /usr/lib/mozilla/include/idl to the xpidl include
+     directory, because that's where Gentoo puts it.
+
+2003-07-16 Wednesday 17:19  gbazin
+
+ * modules/codec/spudec/spudec.c: oops, proper fix for the proper initialization of the proper iconv handle ;)
+
+2003-07-16 Wednesday 17:17  gbazin
+
+ * modules/codec/spudec/spudec.c: proper initialization of the iconv handle.
+
+2003-07-16 Wednesday 16:33  sam
+
+   * mozilla/*: Additional Mozilla 1.4 compilation fixes.
+
+2003-07-16 Wednesday 16:06  sam
+
+   * configure.ac: complain when mozilla-config isn't found.
+
+2003-07-16 Wednesday 15:52  sam
+
+   * bootstrap:
+     + Minor indentation fix.
+   * toolbox:
+     + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
+   * po/*:
+     + Re-ran toolbox --update po.
+
+2003-07-16 Wednesday 15:40  sam
+
+   * debian/changelog:
+     + Prepared my next Debian upload.
+   * debian/control:
+     + Set policy to 3.6.0. No changes required.
+     + Extended the package description.
+
+2003-07-16 Wednesday 15:32  sam
+
+   * modules/access/http.c:
+     + Fixed gcc 3 warnings (type punning).
+   * modules/access/mms/mmstu.c:
+     + Fixed a gcc 3 warning (long constant).
+
+2003-07-16 Wednesday 15:25  sam
+
+   * modules/video_output/x11/xcommon.c: Select events in the video subwindow
+     instead of the base window, because newer versions of Mozilla select
+     ButtonPress for the window it gives us, and XSelectInput only allows
+     one client to select this event.
+
+2003-07-15 Tuesday 18:12  sigmunau
+
+ moved Doxyfile to doc/ to make sam happy. Changed Doxyfile so the generated
+ documentation does not include information on which headers each file
+ includes, since this information isn't correct.
+
+ Clarified and doxygenized some of the documentation on subpictures
+
+2003-07-15 Tuesday 18:01  alexis
+
+ Update for the spec files.
+
+2003-07-15 Tuesday 16:07  gbazin
+
+ * modules/mux/mpeg/ps.c: save pack and system headers for http streaming.
+
+2003-07-15 Tuesday 13:12  gbazin
+
+ *  modules/mux/mpeg/ps.c,ps.c: the ps muxer can now create mpeg system (mpeg1) files as well. Also modified the ps muxer to output streams with system headers.
+
+2003-07-14 Monday 22:25  sigmunau
+
+        had to forget something :)
+
+2003-07-14 Monday 21:32  sigmunau
+
+ All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances.
+
+ include/video_output.h: added some members needed by text renderer modules
+ src/video_output/video_output.c: load and unload text renderer module when needed
+ src/video_output/video_text.c: implemented some functions to show text on the video
+ include/osd.h: exported the functions to show text
+ modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module.
+ modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module
+ configure.ac: changes "osdtext" to "freetype" some places
+ modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles
+ modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested.
+ modules/demux/util/sub.c: remove all traces of the ugly old osdtext module
+ modules/misc/dummy/*: added a "text renderer" submodule in the dummy module
+ src/misc/modules.c: included osd.h as it seems to be needed to export symbols
+
+ final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts.
+
+2003-07-14 Monday 20:36  sigmunau
+
+ toolbox: made a --add-include that can be used by doxygen to get proper
+          includes in the .h files, since they are parsed out of context by
+        doxygen
+ Doxyfile: misc fixes, use ./toolbox --add-include as filter for sources.
+ include/vlc_common.h: doxygenized VLC_COMMON_MEMBERS
+
+ With these changes, and a slightly patched version of doxygen (which you can
+ get here: http://www.idi.ntnu.no/~sigmunau/doxygen-vlcpatched.tgz ) you should
+ be able to get some useful documentation out of the vlc sources.
+
+2003-07-14 Monday 16:10  gbazin
+
+ * configure.ac, modules/control/http.c: compilation fix for platforms without ctime_r().
+
+2003-07-13 Sunday 19:58  massiot
+
+ * Only allow 4x fast-forward, since 8x won't work on low-end machines,
+   and our dear users report it as a bug.
+
+2003-07-13 Sunday 14:55  gbazin
+
+ * modules/gui/skins/*: removed unused GTK2_SKINS code.
+
+2003-07-13 Sunday 13:18  gbazin
+
+ * modules/stream_out/transcode.c: implemented some very basic channels downmixing. Was necessary to be able to transcode a52 > stereo to mpga.
+
+2003-07-13 Sunday 12:52  sigmunau
+
+ cleanup comments
+
+2003-07-13 Sunday 12:35  massiot
+
+ * modules/demux/mpeg: 0x06 stream type can be used for something else
+   than A/52, so disabled it for the moment (we should actually check for
+   the presence of a descriptor).
+
+2003-07-13 Sunday 12:15  massiot
+
+ * modules/codec/libmpeg2.c: Fixed a major bug where the picture heap
+   would progressively empty on some DVDs.
+
+2003-07-12 Saturday 13:33  gbazin
+
+ * modules/gui/wxwindows/*: added a "simple open" entry to the "File" menu of the interface and playlist. That entry just opens a wxFileDialog().
+
+2003-07-12 Saturday 00:56  fenrir
+
+  * http.c : fix definition conflict under OS X (at least).
+
+2003-07-11 Friday 23:36  gbazin
+
+ * modules/gui/wxwindows/streamout.cpp, wxwindows.h: added an audio channels combobox for transcoding.
+ * NEWS: update in preparation for 0.6.1.
+
+2003-07-11 Friday 23:14  gbazin
+
+ * modules/audio_output/directx.c: 5.1 audio output now works on sblive/audigy as well :)
+ * modules/audio_output/waveout.c: fixed the waveOut plugin so works on NT4 as well... that complicates the plugin a bit more than I would have wanted, but hey.
+ * modules/gui/wxwindows/messages.cpp: the verbose checkbox is set to the value of the --verbose config option.
+
+2003-07-11 Friday 19:29  fenrir
+
+  * disabled by default. (It's a nice security hole for those)
+
+2003-07-11 Friday 18:21  fenrir
+
+  * index: little fix for refresh url.
+  * browse: example.
+
+2003-07-11 Friday 18:19  fenrir
+
+  * http: * fix for double // under linux.
+          * another useless feature: can browse local files (for sout)
+
+2003-07-11 Friday 11:58  gbazin
+
+ * configure.ac: always use the built-in getop on win32 (cygwin's one is buggy).
+     Disable the gtk2/gnome2 interfaces as they are currently unuseable and this option was confusing users more than anything else.
+     Enabled the mp4 muxer (Although it doesn't yet produce streams compatible with quicktime).
+
+2003-07-11 Friday 09:50  gbazin
+
+ * include/httpd.h: compilation fix.
+ * modules/control/http.c: win32 fixes.
+
+2003-07-11 Friday 08:04  sam
+
+   * po/POTFILES.in: Updated this file from a pristine CVS tree to avoid cruft.
+
+2003-07-11 Friday 07:13  gbazin
+
+ * modules/audio_output/alsa.c: enabled 4 and 5.1 channels modes (although stereo stays the default).
+
+2003-07-10 Thursday 23:55  fenrir
+
+  * mmstu: workaround for some streams. (missing 0x11 answer).
+
+2003-07-10 Thursday 22:37  fenrir
+
+  * httpd: fix a segfault.
+
+2003-07-10 Thursday 22:29  fenrir
+
+  * all: samples pages for http interface.
+
+2003-07-10 Thursday 22:24  fenrir
+
+  * http: rework of the http interface.
+
+  There is no more hardcoded html page. The interface recursively parse a
+ directory, exporting all  files. All .htm/.html are  parsed, and special
+ macro are  used. I will commit  somes samples pages in  share/http and I
+ hope documentations.
+
+  TODO: - (re)implement access control in httpd (but in a useable way).
+        - clean login/password management. (for now .access protects
+        a whole directory).
+        - doc ;)
+
+2003-07-10 Thursday 18:29  zorglub
+
+ * http: added support for user/pass (--http-user & --http-pass)
+
+ * httpd: removed hard-coded user/pass for admin page.
+    (now: --http-admin-pass & --http-admin-user )
+
+2003-07-10 Thursday 11:15  adn
+
+ now messages can be saved to a file
+
+2003-07-10 Thursday 07:08  sam
+
+   * vlc.spec.redhat: Renamed this file to vlc.spec again. It's the expected
+     filename in a package.
+
+2003-07-10 Thursday 01:33  fenrir
+
+  * ffmpeg: some clean. Added a mutex to avoid multiple initialisation.
+
+2003-07-10 Thursday 00:47  hartman
+
+ * fixed glide header detection
+ * added matroska, dvb and pvr USE vars.
+ * enabled support for flac.
+ * removed libdv support since it's deprecated
+ * enabled freetype support if USE=truetype
+ * enabled satellite support if USE=dvb
+ * added local USE variable pvr to compile with pvr support
+ * added local USE variable matroska to compile with experimental matroska
+   support/ebuilds. See also http://forums.gentoo.org/viewtopic.php?t=63722&highlight=matroska.
+
+2003-07-09 Wednesday 22:10  gbazin
+
+ * modules/demux/ogg.c: latest change for web radios support did affect the quality of normal
+ ogg files. Make the check a bit more strict.
+
+2003-07-09 Wednesday 21:42  gbazin
+
+ * modules/gui/wxwindows/interface.cpp: resume after pause was broken recently.
+ * src/audio_output/output.c: reverted a recent change that was screwing up the proper scheduling of audio samples after a starvation. That should improve the heavy resampling we currently have after a pause.
+ * modules/audio_output/alsa.c: improvements and fixes to the alsa audio output.
+
+2003-07-09 Wednesday 13:52  sam
+
+   * mozilla/vlcshell.cpp: free() requires <stdlib.h>.
+
+2003-07-09 Wednesday 10:59  adn
+
+ corrected a newbie notation
+
+2003-07-09 Wednesday 09:30  adn
+
+ a "clear" button now allows to clear the messages' text window
+
+2003-07-09 Wednesday 01:31  hartman
+
+ * don't sleep while committing.
+
+2003-07-09 Wednesday 01:30  hartman
+
+ * Update next/previous item routines. it descends from next chapter to
+   next title to next playlistitem. The old code for this was buggy. This
+   should work better. Especially for CDDA's, since we previously didn't support
+   titles.
+
+2003-07-08 Tuesday 16:21  sam
+
+   * toolbox: we cannot use `printf '\r'` under Cygwin; use a real ^M character
+     instead.
+
+2003-07-08 Tuesday 13:40  sam
+
+   * bootstrap: Removed dashes from makefile variables.
+
+2003-07-08 Tuesday 13:13  sam
+
+   * po/: Updated pofiles using the new toolbox.
+
+2003-07-08 Tuesday 13:09  sam
+
+   * bootstrap:
+     + Removed a useless use of cut.
+     + Do not fail in the "clean" rule if no targets were built.
+   * Makefile.am:
+     + Propagate $(srcdir) to toolbox.
+   * toolbox:
+     + Do not include .moc files in POTFILES.in.
+     + Fixed the generation of MSVC project files (untested).
+
+2003-07-07 Monday 18:14  sam
+
+   * Makefile.am: Do not try to install PIC builtins if --enable-mozilla was
+     not specified.
+
+2003-07-07 Monday 17:01  sam
+
+   * AUTHORS: Added Olivier Aubert.
+   * HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.
+
+2003-07-07 Monday 16:59  sam
+
+   * modules/control/corba/: Olivier Aubert's CORBA plugin. Almost verbatim,
+     compiles cleanly (to build the medicacontrol.so library you need to cd to
+     that directory and "make medicacontrol.so") but untested.
+   * src/playlist/playlist.c: Mostly harmless fix to playlist.c suggested by
+     Olivier.
+
+2003-07-07 Monday 16:53  sam
+
+   * bootstrap: The "clean" rule now also removes generated sources.
+
+2003-07-07 Monday 15:50  gbazin
+
+ * modules/gui/wxwindows/streamout.cpp: added vorbis transcoding + fixed default codec selection.
+ * modules/stream_out/transcode.c: fixed segfault when muxer doesn't handle an audio codec, fixed mp3 transcoding support.
+ * modules/stream_out/standard.c: clean-up.
+
+2003-07-07 Monday 14:56  massiot
+
+ Do not link twice with -logg under Darwin.
+
+2003-07-07 Monday 12:04  sam
+
+   * mozilla/: Tried to fix the build with mozilla 1.4. Tested on Debian.
+
+2003-07-07 Monday 07:14  adn
+
+ * now spaces are allowed in SAP annouces.
+
+2003-07-06 Sunday 23:14  massiot
+
+ Fixed Mac OS X build.
+
+2003-07-06 Sunday 18:20  gbazin
+
+ * install-win32: fixed my last commit.
+
+2003-07-06 Sunday 16:35  sigmunau
+
+ Makefile.am: pass version strings to windres
+ share/vlc_win32_rc.rc: provide some version info in the vlc binary
+ If all is well, this should not break msvc build, but binaries built
+ with msvc will have version 0.0.0
+
+2003-07-06 Sunday 16:22  gbazin
+
+ * INSTALL.win32: added an instruction for using tar to extract the contrib.
+ * modules/stream_out/transcode.c: added mp3 fourcc.
+
+2003-07-06 Sunday 16:13  gbazin
+
+ * modules/gui/wxwindows/streamout.cpp: clean-up for sap support.
+     Added a couple of transcoding codecs (WMV2, MJPG, mp3).
+     The output filename is now surrounded by quotes and the MRL is updated correctly on codec change.
+ * install-win32: start menu shortucts are installed in the "All Users" section.
+ * configure.ac: added a --with-ffmpeg-mp3lame option for when ffmpeg was compiled with mp3lame support.
+
+2003-07-05 Saturday 21:31  alexis
+
+ es.c: fix typo.
+
+2003-07-05 Saturday 15:35  sam
+
+   * modules/gui/skins/src/skin_main.cpp, modules/gui/wxwindows/wxwindows.cpp:
+     Do not unload the WxWindows plugins on Unix, because they might be linked
+     with Gtk which makes evil use of atexit().
+
+2003-07-05 Saturday 15:00  zorglub
+
+ * sap.c: Improved IPv6 multicast detection
+
+ * announce.c:
+       - coding style fixes
+       - fixed port detection in IPv6 addresses (with ':' inside)
+
+2003-07-05 Saturday 14:47  sam
+
+   * Makefile.am: "make dist-woody" builds a tarball suitable for a Debian
+     woody package build.
+   * bootstrap:
+     + Remove config.h.in and config.h before running autoheader.
+     + Added "set -e" for better error tracking.
+     + Call autoheader and automake after autoconf so that the first build does
+       not need to call autoheader.
+   * debian/woody-buildpackage:
+     + Removed that script and put the code in toolbox.
+   * debian/control:
+     + Added a build-dependency on libmatroska-dev.
+   * debian/rules:
+     + Activated Matroska support.
+     + Re-enabled dh_installchangelogs.
+
+2003-07-04 Friday 19:00  titer
+
+  logo.c : gcc != 3 compile fix
+
+2003-07-04 Friday 16:35  sam
+
+   * debian/changelog: Changelog for the forthcoming 0.6.0+cvs-20030704-1 Debian
+     upload.
+   * debian/rules: Build builtins in the first compile pass, and build plugins
+     and PIC builtins in the second pass, so that PIC and non-PIC never get
+     messed.
+   * modules/demux/mkv.cpp: Added minor verbosity in a warning message.
+   * modules/gui/kde/preferences.cpp: Fix for woody's KDE.
+   * modules/stream_out/transcode.c: Workaround for woody's vorbisenc.h.
+
+2003-07-04 Friday 15:20  adn
+
+ * Added a SAP Announces Button for wxWindows
+
+2003-07-04 Friday 14:56  sam
+
+   * bootstrap:
+     + Disabled a redundant BUILT_SOURCES variable.
+   * debian/woody-buildpackage:
+     + Disable skins for woody (no WxWindows).
+     + Do not build a diff since we always use the pristine tarball.
+
+2003-07-04 Friday 14:26  adn
+
+ * bug fix, @ is not necessary in fact ;)
+
+2003-07-04 Friday 14:06  adn
+
+ * Fix Bug thanks to Cif: url form was "IP:port" and port 1234 was
+   systematically sent separately.
+
+ * Multicast IP form is "@IP" and not "IP". Right ?
+
+2003-07-04 Friday 13:53  sam
+
+   * bootstrap: Recursive rules now check for $(MAKE)'s return value so that
+     build errors are never ignored.
+
+2003-07-04 Friday 12:20  adn
+
+ * Added a Miscellaneous Panel in wxwindows stream output.
+
+ * Added a SAP Announce button in this panel.
+
+2003-07-03 Thursday 19:25  garf
+
+  * logo.c : a little filter to put a PNG picture on video output (use mouse features :)
+
+2003-07-03 Thursday 12:20  sam
+
+   * debian/rules: Fixed a zshism in a variable's pattern substitution.
+
+2003-07-03 Thursday 11:23  sam
+
+   * bootstrap, Makefile.am: Slightly reduced build verbosity.
+
+2003-07-03 Thursday 09:37  sam
+
+   * Makefile.am: Fixed the installation of plugins that were going one
+     directory too low.
+
+2003-07-03 Thursday 03:35  sam
+
+   * debian/rules: Fixed the package generation on !x86.
+   * .cvsignore: Do not ignore the m4 directory.
+
+2003-07-03 Thursday 02:56  sam
+
+   * Makefile.am:
+     + If a builtin has been rebuilt, rebuild vlc.
+     + Do not rebuild the Mozilla plugin's xpt when the Makefile changes.
+
+2003-07-03 Thursday 00:11  fenrir
+
+  * ps: fix a dead loop with mis-detected file or bad content.
+
+2003-07-02 Wednesday 22:47  sam
+
+   * configure.ac: pass -multiply_defined suppress to the linker under Darwin,
+     thanks to DJ.
+
+2003-07-02 Wednesday 20:01  gbazin
+
+ * toolbox: fixed ./toolbox --distclean
+
+2003-07-02 Wednesday 18:44  zorglub
+
+ * httpd.c: fixed a french string
+
+ * sap.c: use defines
+
+2003-07-02 Wednesday 16:12  sam
+
+   * debian/changelog: Debian-specific changelog for a pending upload.
+
+2003-07-02 Wednesday 14:08  sam
+
+   * bootstrap: Fix for the Mozilla plugin build.
+
+2003-07-02 Wednesday 13:50  sam
+
+   * bootstrap: Guaah. Typo.
+
+2003-07-02 Wednesday 13:32  sam
+
+   * bootstrap: Workaround for an automake1.6 issue. Not a big deal, the code
+     is actually nicer this way.
+
+2003-07-02 Wednesday 11:21  sam
+
+   * bootstrap:
+     + The clean rule properly removes generated objects.
+     + Optimized recursive builds.
+   * debian/rules:
+     + Fixed a typo in the changelog installation.
+
+2003-07-02 Wednesday 09:30  alexis
+
+ Updated vlc.spec file for Linux Mandrake.
+
+2003-07-01 Tuesday 21:32  fenrir
+
+  * http: removed a too verbose message, make vim happier.
+
+2003-07-01 Tuesday 19:17  sam
+
+   * configure.ac:
+     + Fixed a == test bashism.
+     + Cosmetic changes.
+   * toolbox, vlc-config.in.in: Cosmetic changes.
+   * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
+
+2003-07-01 Tuesday 18:28  sam
+
+   * vlc-config.in.in: Reverted one of my first Solaris workarounds rendered
+     obsolescent by the latest ones.
+
+2003-07-01 Tuesday 17:46  sam
+
+   * configure.ac: Ooops, got the attribute(packed) check upside-down.
+
+2003-07-01 Tuesday 17:28  sam
+
+   * bootstrap: Fixed detection of older automake version that advertise
+     themselves as 1.[0-5]-* instead of 1.[0-5].*.
+
+2003-07-01 Tuesday 17:14  sam
+
+   * configure.ac: Added a compiler check for __attribute__((__packed__)).
+
+2003-07-01 Tuesday 16:34  sam
+
+   * vlc-config.in.in: Used printf instead of a sed construct, just in case
+     we reach 200 plugins one day, because Solaris (did I mention it sucked?)
+     has a crap sed.
+
+2003-07-01 Tuesday 16:25  sam
+
+   * bootstrap:
+     + Removed the Modules.am generation. To build module/foo/libfoo.so, you
+       now need to cd modules/foo and make libfoo.so.
+     + Workaround for Solaris sed. Which sucks. Did I mention that before?
+
+2003-07-01 Tuesday 15:06  sam
+
+   * configure.ac: Added a --with-v4l option like in VLS.
+
+2003-07-01 Tuesday 14:25  sam
+
+   * m4/vlc.m4: output all modules to vlc-config, not just those who define
+     their LDFLAGS.
+   * bootstrap: use grep >/dev/null 2>&1 instead of grep -q because of retarded
+     systems such as our beloved Solaris.
+   * po/:
+     + Regenerated vlc.pot.
+     + Updated British translation.
+     + Fixed fuzzy entries in the French translation.
+
+2003-07-01 Tuesday 13:13  sam
+
+   * Makefile.am: Gaaaaah, forgot to rename headers again!
+
+2003-07-01 Tuesday 13:12  sam
+
+   * modules/gui/wxwindows/interface.cpp: Display the VLC version in the about
+     dialog (Fixes: #946).
+
+2003-07-01 Tuesday 12:56  sam
+
+   * include/error.h: Renamed this file to include/vlc_error.h to avoid name
+     conflicts. Most headers in that directory should probably be renamed to
+     their vlc_ equivalent.
+
+2003-07-01 Tuesday 12:50  sam
+
+   * Makefile.am:
+     + Forward AM_MAKEFLAGS through recursive makefiles.
+     + Removed the plugins and builtins rules. This causes libintl to be built
+       before the plugins.
+   * bootstrap:
+     + Enabled recursive builds of plugins and builtins.
+   * vlc-config.in.in:
+     + Fixed a typo.
+   * debian/changelog:
+     + Next upload will fix bug #199427.
+
+2003-07-01 Tuesday 12:01  sam
+
+   * toolbox: use awk, not nawk, and fixed syntax to match older awks.
+
+2003-07-01 Tuesday 11:58  sam
+
+   * toolbox: use nawk instead of awk (Fixes: #780).
+
+2003-07-01 Tuesday 11:58  sam
+
+   * HACKING: updated doc to match the new build.
+
+2003-07-01 Tuesday 09:00  adn
+
+ * I am just a boulet :(
+
+2003-07-01 Tuesday 08:55  adn
+
+ * little fix, sorry !
+
+2003-07-01 Tuesday 08:30  adn
+
+ * thanks to Cif, added "Ban", "Unban", "Kick/Ban" options in http administration page
+
+ * added a link to return to the main administration page after a kick or ban operation
+
+2003-06-30 Monday 20:44  gbazin
+
+ * modules/stream_out/transcode.c: forgot to remove a variable used for debugging.
+
+2003-06-30 Monday 20:08  gbazin
+
+ * modules/stream_out/transcode.c: compilation fix.
+
+2003-06-30 Monday 01:52  hartman
+
+ * remove debug statements.
+
+2003-06-30 Monday 01:51  hartman
+
+ * modules/gui/macosx/controls.m:
+ * modules/gui/macosx/intf.m:
+   - Our Next/Previous commands now go from chapter trough title trough playlist.
+   - We weren't checking for titles without chapters, which made using CDDA
+     a little hard.
+ * modules/gui/macosx/playlist.m: An improved way to delete selected items.
+   - also fixes a bug where only half the items selected in the playlist got
+     actually deleted.
+
+2003-06-29 Sunday 22:07  gbazin
+
+ * modules/visualization/xosd/xosd.c: lowered the module's score.
+
+2003-06-29 Sunday 20:58  gbazin
+
+ * configure.ac, modules/mux/ogg.c, modules/stream_out/transcode.c: vorbis transcoding support (the transcoder still doesn't support vorbis decoding though, so no vorbis -> else transcoding)
+
+2003-06-29 Sunday 20:15  sam
+
+   * toolbox: fuck OS X!
+
+2003-06-29 Sunday 19:15  fenrir
+
+  * m3u: remove useless debug messages, fix element insertion.
+
+2003-06-29 Sunday 19:12  sam
+
+   * debian/rules:
+     + Enabled the video4linux input plugin.
+
+2003-06-29 Sunday 19:04  sam
+
+   * toolbox: syntax fix for OS X's retarded sed.
+
+2003-06-29 Sunday 14:57  sam
+
+   * m4/vlc.m4: Prepend LDFLAGS instead of appending them.
+
+2003-06-29 Sunday 14:00  ipkiss
+
+  * fr.po: some new translations + fixes
+
+2003-06-29 Sunday 00:14  hartman
+
+ * modules/gui/macosx/playlist.m: 10.1 is archaic. i don't know why i bother ;)
+   finally fixed, confirmed etc.
+ * doc/fortunes.txt: one more
+
+2003-06-28 Saturday 23:56  fenrir
+
+  * ffmpeg: disable direct rendering when width or height aren't a multiple
+ of 16 (on the fly not only based upon header).
+
+  * httpd: test if INADDR_ANY is bind when requesting a host. (To be able to
+ use http interface with http streaming).
+
+2003-06-28 Saturday 21:27  fenrir
+
+  * input: close all vouts (not only the first one).
+
+2003-06-28 Saturday 21:18  fenrir
+
+  video_output.c: should fix playback of file with multiple video track,
+ and usage of display in stream output.
+
+2003-06-28 Saturday 21:16  fenrir
+
+  * ffmpeg : do no try to automatically set ffmpeg-truncated (it's broken
+  with .mp4 files)
+
+2003-06-28 Saturday 21:03  hartman
+
+ * s/;T;/;D;
+   Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
+
+2003-06-28 Saturday 19:19  fenrir
+
+  * m3u: clean up and fix .m3u parsing. Please *test*.
+
+2003-06-28 Saturday 17:20  fenrir
+
+  * input.c : call input_DelInfo _after_ that all decoders have been
+ destroyed as vorbis decoder could add info.
+
+2003-06-28 Saturday 15:27  sam
+
+   * Makefile.am: fixed the location of the intl sources.
+
+2003-06-28 Saturday 14:31  sam
+
+   * configure.ac:
+     + Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl.
+     + Added CVS Id string.
+   * m4/vlc.m4:
+     + Added CVS Id string.
+
+2003-06-28 Saturday 13:04  sam
+
+   * Makefile.am:
+     + Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir).
+     + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because
+       generated files end in $(builddir).
+     + Added -Imozilla to the mozilla plugin link flags.
+     + Look for mozilla/vlcintf.idl in $(srcdir).
+   * configure.ac:
+     + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config.
+   * toolbox:
+     + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}.
+     + Prepend ${srcdir} to header files we handle.
+   * m4/vlc.m4:
+     + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in
+       ${builddir}.
+   * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp:
+     + Include the pixmap with a path relative to the current directory.
+
+    This commit should fix builds that use --srcdir (Closes: #319).
+
+2003-06-28 Saturday 12:07  massiot
+
+ * modules/demux/mkv.cpp: Compile fix for OS X.
+
+2003-06-28 Saturday 01:17  sam
+
+   * toolbox:
+     + toolbox --changelog now only generates this year's changelog.
+   * ChangeLog, doc/ChangeLog-*:
+     + Split the changelog into several files, one per year.
+   * debian/rules, vlc.ebuild:
+     + Distribute the new changelog files.
+
+2003-06-28 Saturday 00:29  sam
+
+   * vlc.ebuild:
+     + Apply the same changes to configure as to configure.ac.
+     + Fix autotools timestamps so that the build does not trigger useless
+       autoconf and automake runs. Our snapshots are correctly bootstrapped
+       and do not need extra fiddling.
+
+2003-06-27 Friday 23:31  sam
+
+   * debian/changelog:
+     + Updated to the latest Debian unstable upload.
+   * debian/rules:
+     + Moved the skins interface into the wxvlc package.
+     + Cosmetic fixes.
+   * debian/control:
+     + Updated the description of the wxvlc package.
+   * bootstrap:
+     + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS.
+   * Makefile.am:
+     + Put modules in SUBDIRS, not DIST_SUBDIRS.
+   * .cvsignore:
+     + Ignore vlc-config.in.
+
+2003-06-27 Friday 18:27  sam
+
+   * Makefile.am: create directories before installing stuff in them.
+   * m4/Makefile.am: distribute our generated private.m4 file.
+
+2003-06-27 Friday 17:01  sam
+
+   * configure.ac: link the mkv plugin with -lmatroska_pic -lebml_pic if found.
+
+2003-06-27 Friday 16:26  sam
+
+   * Makefile.am:
+     + Removed trailing / from directory names.
+     + Used dummy instead of "" in the for/do/done loops.
+     + Protected a couple of filenames with double quotes.
+
+2003-06-27 Friday 16:15  gbazin
+
+ * configure.ac: fixed matroska detection.
+
+2003-06-27 Friday 14:05  sam
+
+   * m4/vlc.m4: CVS forgot to add this file. I swear.
+
+2003-06-27 Friday 13:50  sam
+
+   * bootstrap:
+     + New build system, using recursive makefiles. Due to the amount of code
+       in VLC, this had become unavoidable.
+     + Removed the check for OS X's stack size, since our automake targets are
+       a lot less hungry now.
+     + Ditto for Solaris's sed.
+     + Since automake-1.6 is faster than 1.7, use it first if both are present.
+   * m4/vlc.m4:
+     + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS
+       and AX_ADD_LDFLAGS macros that do all the magic to detect possible
+       modules and register their flags.
+     + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros.
+     + Some magic to generate vlc-config.
+   * configure.ac:
+     + Moved most code to the AX_ADD_* macros.
+     + Explicitely added all target Makefiles.
+   * modules/**/Modules.am:
+     + Path to sources are now relative to Modules.am's directory level.
+
+2003-06-27 Friday 13:38  sam
+
+   * src/misc/configuration.c: minor fix in a comment.
+   * src/playlist/playlist.c: the -Z mode randomises the first item as well.
+
+2003-06-27 Friday 10:31  zorglub
+
+ * modules/demux/m3u.c :
+     Added name support. Only implemented for M3U and B4S playlists at the moment
+
+ * src/playlist/playlist.c
+   include/vlc_playlist.h   : Added the playlist_AddName function to add an item with its name without filling an item structure.
+
+2003-06-26 Thursday 19:36  gbazin
+
+ * modules/codec/mpeg_video/parser.c: fixed broken file.
+
+2003-06-26 Thursday 18:14  sam
+
+   * modules/demux/util/sub.c,
+     modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif.
+
+2003-06-26 Thursday 16:46  fenrir
+
+  * mkv: more ebml element parsing.
+
+2003-06-26 Thursday 16:04  gbazin
+
+ * src/stream_output/announce.c: msvc compilation fix.
+
+2003-06-26 Thursday 14:42  zorglub
+
+ * ./modules/demux/m3u.c: added support for Winamp 3 B4S files
+
+ Still need to add the support for the Names in all formats (we currently
+ only put the URL), but I do not have any ASX, HTML nor PLS sample file
+
+2003-06-26 Thursday 12:19  sam
+
+   * include/video.h: renamed this file to vlc_video.h to avoid name collisions
+     with a couple of modules.
+
+2003-06-25 Wednesday 23:46  sam
+
+   * src/stream_output/announce.c:
+     + Fixed a multiline string.
+     + Coding style fixes.
+
+2003-06-25 Wednesday 21:47  fenrir
+
+  * transcode: fix a potential segfault.
+
+2003-06-25 Wednesday 21:17  asmax
+
+ * modules/audio_output/esd: forced sample rate to ESD_DEFAULT_RATE
+   At last closes bug #625 !
+
+2003-06-25 Wednesday 21:03  zorglub
+
+ * ./include/announce.h
+   ./src/stream_output/announce.c  : use send instead of sendto.
+
+ * ./modules/misc/sap.c : use a define
+
+2003-06-25 Wednesday 20:37  fenrir
+
+  * mkv: a little memory leak.
+
+2003-06-25 Wednesday 19:28  fenrir
+
+  * ts: set a fourcc for PAT/PMT to avoid garbage in logs.
+
+2003-06-25 Wednesday 15:50  fenrir
+
+  * httpd: fix a memory and thread leak.
+
+2003-06-25 Wednesday 14:41  sam
+
+   * Makefile.am: using C++ linkage for vlc under OS X and BeOS.
+
+2003-06-25 Wednesday 09:13  gbazin
+
+ * modules/demux/mkv.cpp: compile fix for systems not supporting gmtime_r().
+
+2003-06-25 Wednesday 08:59  massiot
+
+ ++
+
+2003-06-25 Wednesday 03:08  sam
+
+   * toolbox:
+     + Disabled useless verbosity.
+     + Fixed some incorrect ">/dev/null 2>&1" semantics.
+
+2003-06-25 Wednesday 00:40  fenrir
+
+  * mpeg_audio.c: fix segfault caused by free bitrate and padding set.
+  (the stream isn't free bitrate) SyncInfo think it's free bitrate but
+ return a frame size of 1. Now, I test bitrate.
+
+2003-06-24 Tuesday 23:11  fenrir
+
+  * lalala ;)
+
+2003-06-24 Tuesday 23:00  fenrir
+
+  * mkv : spelling mistakes.
+
+2003-06-24 Tuesday 22:53  fenrir
+
+  * avi: for interleaved file (audio_pos - video_pos < 2Mo), seek upon
+  percent and not time, it's better.
+  Please test.
+
+2003-06-24 Tuesday 22:26  asmax
+
+ * all: show/hide the interface with middle-click on the vout
+        (when the last vout is closed, the interface reappears)
+        Works only with the skins interface and X11/Xvideo vouts, but it's
+        very easy to implement (just add a callback on "intf-show" in the
+        interface, and trigger it in the vout)
+
+2003-06-24 Tuesday 19:59  fenrir
+
+  * mkv: remove unnecessary header.
+
+2003-06-24 Tuesday 19:35  fenrir
+
+  * mkv: when seeking, by default, try to reach the file position not the
+ time (seek seems better).
+
+2003-06-24 Tuesday 18:42  fenrir
+
+  * mkv: clean up, more input infos, begin to parse Tags element (don't work
+  yet).
+
+2003-06-24 Tuesday 15:50  sam
+
+   * Makefile.am: changed interface.h to vlc_interface.h.
+
+2003-06-24 Tuesday 15:37  sam
+
+   * configure.ac: removed -lstdc++ LDFLAGS, and used CXXFLAGS to force C++
+     linkage instead.
+
+2003-06-24 Tuesday 13:33  sam
+
+   * include/interface.h: renamed this file to vlc_interface.h to avoid name
+     collisions with a couple of plugins.
+
+2003-06-24 Tuesday 11:26  gbazin
+
+ * src/stream_output/announce.c: inet_pton() isn't supported on win32 so disabled ipv6 sap announces on win32.
+
+ Wouldn't it be possible to use send() instead of sendto() ? That would simplify the code and get rid of this problem.
+
+2003-06-24 Tuesday 09:31  sam
+
+   * modules/**/.cvsignore: added Makefile{,.in.am} to the ignore list, as
+     well as .lo/.la files.
+
+2003-06-24 Tuesday 06:07  fenrir
+
+  * mkv: use b_mute and add meta informations.
+
+2003-06-24 Tuesday 00:50  fenrir
+
+  * avi : don't resynch on key frame for audio stream.
+
+2003-06-24 Tuesday 00:33  fenrir
+
+  * mkv: avoid seeking at the same place (was sooooo slow 'cause of
+           buffer filling)
+         can seek in file without cues (slow)
+         can play file over http and unseekable input.
+
+2003-06-24 Tuesday 00:31  gbazin
+
+ * modules/demux/ogg.c: fix for ogg web streams.
+
+2003-06-23 Monday 23:51  gbazin
+
+ * modules/packetizer/vorbis.c: vorbis data packetizer for the stream output.
+ * modules/mux/ogg.c: cleanup, bug fixes and vorbis support.
+ * modules/demux/ogg.c: added vorbis channels info.
+ * modules/misc/httpd.c: bug fix for stream header generation.
+
+2003-06-23 Monday 20:35  asmax
+
+ * src/playlist/playlist.c: set "intf-change" in SkipItem
+ * modules/gui/skin/*: InterfaceRefresh is now triggered by a
+   callback on intf-change
+
+2003-06-23 Monday 17:01  bigben
+
+ Copy / paste of code so that the pvr input parse all parameters. Doesn't
+ work for the standard (PAL/SECAM/NTSC) yet.
+
+2003-06-23 Monday 16:09  gbazin
+
+ * src/misc/modules.c, modules/gui/wxwindows/timer.cpp: fixed 2 nasty bugs.
+ * modules/demux/util/id3tag.c: small cleanup.
+
+2003-06-23 Monday 13:45  zorglub
+
+ Fixed a segfault that could happen if you have ipv6 support enabled, but no address
+
+2003-06-23 Monday 11:41  zorglub
+
+ * Stream output now support IPv6 SAP announces
+ * Code cleanup in SAP
+
+2003-06-23 Monday 10:21  sam
+
+   * bootstrap: make errors less obscure when using gettext 0.11.3 or 0.11.4,
+     due to Debian bug #158383 in gettext (upstream bug).
+
+2003-06-23 Monday 00:30  fenrir
+
+  * mkv: fix for blocks using lacing. (Now vorbis plays without any problem)
+
+2003-06-23 Monday 00:18  hartman
+
+ * You check it three times and I still managed to miss a link.
+   Ebuild doesn't work in the 0.6.0 release :(
+
+2003-06-22 Sunday 23:22  fenrir
+
+  * mkv: fix vorbis track. But sound quality is horrible ( probably
+ timestamps problems)
+
+2003-06-22 Sunday 18:56  gbazin
+
+ * doc/Makefile.am: one more like this and I'll become crazy.
+
+2003-06-22 Sunday 18:30  gbazin
+
+ * doc/Makefile.am: fixed make dist
+
+2003-06-22 Sunday 18:07  gbazin
+
+ * NEWS: added an entry for the experimental matroska demux.
+
+2003-06-22 Sunday 17:52  gbazin
+
+ * configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3.
+ * modules/gui/skins/src/skin_main.cpp: fixed icon loading.
+
+2003-06-22 Sunday 16:52  gbazin
+
+ * configure.ac: really removed -Wdisabled-optimization this time.
+
+2003-06-22 Sunday 16:27  fenrir
+
+  * mkv: fix a double delete.
+
+2003-06-22 Sunday 16:00  gbazin
+
+ * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
+ the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
+
+2003-06-22 Sunday 15:43  gbazin
+
+ * modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
+ * include/interface.h: updated comment.
+
+2003-06-22 Sunday 15:30  hartman
+
+ * Removed mp4 muxer support (temporarily)
+
+2003-06-22 Sunday 15:07  asmax
+
+ * x11/x11_dragdrop.cpp: unbelievable, Xdnd works !!
+
+2003-06-22 Sunday 15:03  hartman
+
+ * NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc.
+ * vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots
+
+2003-06-22 Sunday 14:36  fenrir
+
+  * mkv: better seeking support.
+
+2003-06-22 Sunday 14:06  gbazin
+
+ * configure.ac: compile fix for sunos
+
+2003-06-22 Sunday 13:31  gbazin
+
+ * configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default).
+ Due to the way matroska headers directly reference ebml headers, you'll have to configure like this:
+ CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv
+
+2003-06-22 Sunday 13:27  sigmunau
+
+ turned a debug message into a comment
+
+2003-06-22 Sunday 13:06  asmax
+
+ * x11/x11_window.cpp: raise a window when clicking on it
+
+2003-06-22 Sunday 12:54  asmax
+
+ * at least it compiles now ;)
+
+2003-06-22 Sunday 12:46  asmax
+
+ * reverted my previous commit: cannot work as expected
+ * src/theme.cpp: fixed a delete[] / free mismatch
+
+2003-06-22 Sunday 12:27  fenrir
+
+  * mkv: basic seek support (only with file with cues, it doesn't search key
+  frame, ...)
+         clean up.
+
+2003-06-22 Sunday 08:49  fenrir
+
+  * faad: can read stream with multiple frames per pes_packet_t (for mkv).
+
+2003-06-22 Sunday 07:39  fenrir
+
+  * mkv.cpp : begin of a matroska demuxer
+   TODO:
+     * seek support
+     * vorbis support (it's a decoder problem, as matroska embded raw
+       vorbis data)
+     * utf8 subtitles handling (probably at the decoder stage too)
+     * clean up.
+     * support of stream other than files.
+     * ...
+
+2003-06-22 Sunday 01:08  sam
+
+   * Makefile.dep: the file that would never die.
+
+2003-06-22 Sunday 00:40  titer
+
+  beos/* : - cleaned the way to mute/unmute
+           - save the volume when exiting
+
+2003-06-22 Sunday 00:00  asmax
+
+ * src/theme.cpp, src/event.* : no more VLC_SHOW event
+ * src/window.* : replaced p_intf->p_sys->WindowList by a singleton
+   class SkinWindowList (to be tested under windows)
+ * removed useless gtk2 files
+
+2003-06-21 Saturday 22:30  hartman
+
+ * added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY
+ * only set prefs on safe, not earlier.
+
+2003-06-21 Saturday 21:59  sam
+
+   * src/libvlc.c: got rid of type-punning warnings.
+
+2003-06-21 Saturday 20:45  sam
+
+   * THANKS: spelling fixes.
+   * configure.ac:
+     + Added curly braces around variables.
+     + Got rid of the "x$foo" constructs.
+     + Renamed *_plugin conditionals into *_p.
+   * debian/changelog:
+     + Fixed a duplicate entry.
+     + Added an entry for an old Debian upload that fixed #117180.
+   * debian/control:
+     + Added a build dependency on libimlib2-dev for skins.
+   * debian/rules:
+     + Activated support for skins.
+
+2003-06-21 Saturday 17:26  sigmunau
+
+ removed a duplicate entry from the NEWS file
+
+2003-06-21 Saturday 17:05  sam
+
+   * .cvsignore:
+     + Removed configure.ac from the ignore list.
+
+2003-06-21 Saturday 17:04  sam
+
+   * configure.ac.in is no more, we can now use configure.ac like normal people,
+     bootstrap generates the proper magic for us.
+
+2003-06-21 Saturday 16:09  sam
+
+   * debian/rules:
+     + Use the -s flag instead of -a so that debhelper properly handles the
+       i386-only plugin packages.
+     + Split the build rule into configure and build.
+
+2003-06-21 Saturday 14:24  gbazin
+
+ * modules/access_output/file.c: make the output file writeable by the owner.
+
+2003-06-20 Friday 23:13  hartman
+
+ * added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs.
+
+2003-06-20 Friday 21:34  ipkiss
+
+  * ./doc/skins/events-howto.txt: added some events
+  * ./modules/gui/skins/*: fixed my last commit
+
+2003-06-20 Friday 19:50  ipkiss
+
+  * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the
+    "display" attribute of ControlText. It allows to show the title of
+    the current stream, without the full path.
+  * ./doc/skins/*: updated the doc
+
+2003-06-20 Friday 15:34  hartman
+
+ * Made the search path configuration options, directory instead of string options.
+
+2003-06-20 Friday 11:42  alexis
+
+ modules/misc/sap.c: fix for the default scope of the IPv6 announces.
+ python/setup.py: a configuration that should work better.
+
+2003-06-20 Friday 01:27  hartman
+
+ * vlc.ebuild: added support for faad2 and skins. See the wiki page for info.
+ * README.MacOSX.rtf: More updates because of new prefs dialog.
+
+2003-06-19 Thursday 21:09  gbazin
+
+ * modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is
+ enabled. ffmpeg doesn't properly release old pictures when frames are skipped.
+
+2003-06-19 Thursday 18:45  gbazin
+
+ * modules/access_output/udp.c: removed unnecessary code.
+
+2003-06-19 Thursday 18:44  titer
+
+  beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with
+   a few Dano/Zeta themes
+
+2003-06-19 Thursday 18:22  gbazin
+
+ * modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY ==  300 milisec).
+
+2003-06-19 Thursday 13:08  sam
+
+   * ./modules/misc/screensaver.c: the screensaver was disabled way too often
+     because I forgot to reinitialise an index.
+
+2003-06-19 Thursday 12:21  gbazin
+
+ * modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float values as spinctrls don't support floats. The advanced checkbox is only displayed if needed. Fixed the play/pause buttons tooltip.
+
+2003-06-19 Thursday 02:14  sam
+
+   * debian/rules:
+     + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
+       so that the rules can be called directly.
+   * debian/control:
+     + Removed leading "a"s from package descriptions.
+     + Set policy to 3.5.10.
+   * debian/copyright:
+     + Removed debian/vlc.copyright.
+
+2003-06-18 Wednesday 12:18  zorglub
+
+ SAP can now listen for IPv6 announces
+
+ To enable this, start vlc with --sap-ipv6
+ To disable IPv4 listening, use --no-sap-ipv4
+
+ You can also set the scope of the announces (default is 3)
+
+2003-06-17 Tuesday 21:52  asmax
+
+ * moved the ttl help in the right section
+
+2003-06-17 Tuesday 21:07  gbazin
+
+ * modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code.
+
+2003-06-17 Tuesday 20:56  asmax
+
+ * fixed another compilation issue of python module
+
+2003-06-17 Tuesday 20:47  asmax
+
+ * fixed a very old bug preventing the whole thing from working :(
+
+2003-06-17 Tuesday 20:10  hartman
+
+ * Fixes to the german translation
+
+2003-06-17 Tuesday 20:03  hartman
+
+ * moved the capability definition up one line. the config options follow the capability now. Circumvents a bug with OSX prefs dialog.
+
+2003-06-17 Tuesday 18:13  asmax
+
+ * tooltips are now updated during scrolling
+
+2003-06-17 Tuesday 16:09  gbazin
+
+ * modules/*: got rid of empty module objects.
+ * modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules.
+
+2003-06-17 Tuesday 14:43  hartman
+
+ modules/codec/quicktime.c: Disabled all video codecs accept SVQ3
+ modules/gui/macosx/intf.m: Fixed an inconsistenty in the translation
+ cvS: ----------------------------------------------------------------------
+
+2003-06-17 Tuesday 14:38  hartman
+
+ * modules/gui/macosx/output.m: Fixed a bug in the transcoding dialog.
+ * extras/MacOSX/Resources/English.lproj/MainMenu.nib:
+   Fixed two cosmetic issues in the stream output dialog.
+ * po/de.po: Update german translation courtesy of: Felix Kuhne <FK at aenneburghardt.de>
+
+2003-06-16 Monday 21:55  gbazin
+
+ * modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules.
+ * include/modules_inner.h: removed unneeded initialization.
+
+2003-06-16 Monday 20:49  gbazin
+
+ * modules/codec/ffmpeg/video.c: fixed the last direct rendering bug.
+
+2003-06-16 Monday 20:23  gbazin
+
+ * configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code.
+
+2003-06-16 Monday 15:39  zorglub
+
+ * SAP can now handle SAP-announced IPv6 streams
+
+2003-06-15 Sunday 22:32  hartman
+
+ * NEWS: small corrections
+ * modules/codec/ffmpeg: I had disabled IV31 support on intel instead of on ppc
+ * modules/codec/quicktime.c: cosmetic fix
+
+2003-06-15 Sunday 15:20  hartman
+
+ * Fixed applescript Fullscreen command.
+
+2003-06-15 Sunday 15:16  sigmunau
+
+ id3tag.c: Do not try to seek on network streams even if they have b_seekable set to
+ true, since this seems to break playback of some streams over http. It also
+ takes to much time just to get some fancy metadata
+
+2003-06-15 Sunday 14:00  hartman
+
+ * ./po/it.po: Fresh Italien translation, courtesy of by Bruno <allevb at tin.it>
+ * ./po/nl.po: New Dutch Translation by /me ;)
+ * README.MacOSX.rtf: Updated instructions of Prefence usage.
+
+2003-06-15 Sunday 01:23  massiot
+
+ * Removed the ugly dependancy on glibc in the ipv6 module.
+ * po/fr.po: French translation courtesy of Jean-Pierre Kuypers.
+ * Miscellaneous clean-ups.
+
+2003-06-14 Saturday 22:14  hartman
+
+ * We should be compatible with older versions of faad again
+
+2003-06-14 Saturday 22:12  gbazin
+
+ * configure.ac.in: old faad2 detection.
+
+2003-06-14 Saturday 21:18  gbazin
+
+ * modules/gui/wxwindows/open.cpp: fixed a couple of bugs with the open dialog.
+
+2003-06-14 Saturday 21:06  hartman
+
+ * Dramatically improved the ebuild.
+   - To be done before 0.6.0 release: insert correct contrib links for ffmpeg and libmpeg2
+   - fix faad2? currently disabled
+
+2003-06-14 Saturday 18:49  gbazin
+
+ * modules/gui/skins/x11/x11_window.cpp: small bugfix for icons support.
+
+2003-06-14 Saturday 16:29  gbazin
+
+ * src/misc/configuration.c: in config_SaveConfigFile() don't save options that
+ kept their original value (thanks fenrir for the suggestion).
+
+2003-06-14 Saturday 15:43  gbazin
+
+ * modules/codec/ffmpeg/*: fix for ffmpeg direct rendering. Direct rendering is now
+ enabled by default.
+
+2003-06-14 Saturday 12:32  titer
+
+  beos/VideoOutput.cpp : make the BPopUpMenu stickable
+
+2003-06-14 Saturday 00:49  titer
+
+  include/vlc_threads.h: more BeOS' priorities tuning.
+
+2003-06-13 Friday 21:18  asmax
+
+ * X11 skin windows should have an icon now
+
+2003-06-13 Friday 15:54  gbazin
+
+ modules/gui/wxwindows/*: fix for the volume control under win32.
+
+2003-06-13 Friday 12:08  gbazin
+
+ * modules/misc/network/ipv6.c: fixed multicast support on win32. Well, it is working on Win2k but might require run-time OS version checking to have it woking on XP as well. (you might have to add a multicast route: ipv6 rtu FF00::/8 #intfnum)
+
+2003-06-13 Friday 03:21  sam
+
+   * ./src/misc/messages.c: ouch. when the message queue was full, we were
+     using our va_list twice, which caused crashes on architectures where
+     va_list is a pointer; we now use va_copy whenever possible.
+
+2003-06-13 Friday 00:15  titer
+
+  modules/gui/beos/Interface.cpp : fixed a possible crash
+
+2003-06-12 Thursday 23:03  gbazin
+
+ * modules/misc/network/ipv6.c: gave a quick try to implementing ttl for ipv6.
+
+2003-06-12 Thursday 22:27  massiot
+
+ * modules/codec/spudec/spudec.c: Take small font by default
+
+2003-06-12 Thursday 22:03  gbazin
+
+ * modules/gui/wxwindows/interface.cpp: fixed compile issue.
+
+2003-06-12 Thursday 21:28  gbazin
+
+ * modules/gui/wxwindows/*: added a volume control.
+
+2003-06-12 Thursday 15:56  gbazin
+
+ * modules/access_output/file.c: win32 compilation fix.
+
+2003-06-12 Thursday 11:37  zorglub
+
+ Code cleanup
+
+2003-06-12 Thursday 08:14  gbazin
+
+ * share/Makefile.am: fixed my previous fix ;)
+
+2003-06-12 Thursday 06:56  gbazin
+
+ * Makefile.am: fixed inclusion of skins in make dist.
+
+2003-06-11 Wednesday 22:46  gbazin
+
+ * ALL: bumped version number to 0.6.0-test3 + po updates
+
+2003-06-11 Wednesday 21:46  asmax
+
+ * skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" !
+ * share/Makefile.am: install skins at make install (closes bug #856)
+
+2003-06-11 Wednesday 21:41  gbazin
+
+ * modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32.
+
+2003-06-11 Wednesday 20:36  gbazin
+
+ * modules/video_filter/osd_text.c: small compile fix that seems to be needed on
+ some platforms.
+
+2003-06-11 Wednesday 18:45  gbazin
+
+ * NEWS: updated.
+
+2003-06-11 Wednesday 18:20  gbazin
+
+ * modules/audio_output/directx.c: fixed mem leak in 5.1 audio.
+
+2003-06-11 Wednesday 15:53  gbazin
+
+ * modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release.
+
+2003-06-11 Wednesday 10:42  gbazin
+
+ * modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc.
+ * msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old.
+ * modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded.
+
+2003-06-10 Tuesday 23:01  massiot
+
+ * configure.ac.in: Renamed mpeg_video to mpeg_video_old, so that even
+   people who explicitely set mpeg_video in the previous version will end
+   up with libmpeg2 in 0.6.0.
+ * modules/codec/libmpeg2.c: Fixed a potential segfault, especially
+   with DVDs.
+ * modules/codec/lpcm.c: Send two PES packets in one aout buffer, because
+   some audio filters (read: coreaudio resampler) don't like too small
+   packets (I know, this is ugly).
+
+2003-06-10 Tuesday 22:42  gbazin
+
+ * modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams.
+
+2003-06-10 Tuesday 11:43  gbazin
+
+ * configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins.
+ * modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose).
+ * modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files.
+
+2003-06-10 Tuesday 11:12  massiot
+
+ Fixed a potential segfault.
+
+2003-06-09 Monday 22:02  asmax
+
+ * x11_api.c: implemented OSAPI_GetNonTransparentColor (needed for fonts !)
+
+2003-06-09 Monday 21:14  asmax
+
+ * X11 skins are now loaded from home directory or if it fails, from
+   the share directory
+
+2003-06-09 Monday 19:56  jpsaman
+
+ Run opie-vlc and zaurus-vlc as GuiServer. (Didn't I commit this before???).
+
+2003-06-09 Monday 19:51  jpsaman
+
+ Updated build packages for test2 release.
+
+2003-06-09 Monday 19:08  asmax
+
+ * fixed a segfault in FileInfo when p_info->psz_name == NULL
+   but there are still other segfaults sometimes in FileInfo !!
+
+2003-06-09 Monday 14:04  asmax
+
+ * now selection method in the playlist depends on the state of the
+   CTRL button (as expected in a normal playlist !)
+   TODO: - do the same under windows
+         - replace all button constants 1/2 by MOUSE_LEFT/MOUSE_RIGHT
+
+2003-06-09 Monday 12:33  asmax
+
+ * repaired basic_skins
+ * removed all the compilation warnings
+ * fixed LOTS of memory leaks in skins (gibalou, you should try valgrind
+   on wxwindows plugin ;)
+
+2003-06-09 Monday 09:29  massiot
+
+ * modules/access/file.c: Fixed a compile issue (thanks michael.mauch at gmx.de)
+
+2003-06-09 Monday 07:16  gbazin
+
+ * modules/mux/mpeg/pes.c: allow cases where we don't write a pts.
+ * modules/stream_out/display.c: handle cases where we don't have a pts/dts.
+
+2003-06-09 Monday 06:52  gbazin
+
+ * modules/gui/skins/src/vlcproc.cpp: the "play" action will trigger the open dialog if the playlist is empty.
+
+2003-06-09 Monday 00:33  massiot
+
+ * include/video.h include/video_output.h src/video_output/vout_pictures.c:
+   In vout_CreatePicture() replace i_repeat_first_field by the more useful
+   i_nb_fields
+ * modules/gui/macosx/intf.m: Fixed a warning
+ * modules/codec/libmpeg2.c include/vout_synchro.h src/video_output/vout_synchro.c:
+   Re-added support for slice-I streams, plus miscellaneous tweakings
+
+2003-06-09 Monday 00:32  asmax
+
+ * drag & drop works with gnome file manager now
+
+2003-06-09 Monday 00:07  asmax
+
+ * drag & drop for X11 skins. Still mysterious problems but it's better
+   than nothing
+
+2003-06-08 Sunday 18:40  gbazin
+
+ * modules/gui/skins/x11/x11_window.cpp: avoid flicker when mapping a window.
+ * share/skins/default/theme.xml: playlist is hidden by default.
+
+2003-06-08 Sunday 18:17  asmax
+
+ * very beginning of drag and drop support in X11 skins
+
+2003-06-08 Sunday 16:56  gbazin
+
+ * modules/gui/skins/*: display the popupmenu when you right click on the interface.
+
+2003-06-08 Sunday 16:04  titer
+
+  Minor fix
+
+2003-06-08 Sunday 15:22  asmax
+
+ * share/skins/default/theme.xml: fixed playlist size
+ * modules/gui/skins/controls/playlist.cpp: fixed a segfault when deleting
+   items
+ * modules/gui/skins/x11/x11_graphics.cpp: implemented DrawRect
+
+2003-06-08 Sunday 12:45  gbazin
+
+ * modules/gui/skins/x11/*: fixed transparency problem. XShapeCombineRegion() needs to be called before the window is mapped.
+
+2003-06-08 Sunday 11:33  asmax
+
+ * better implementation of timers for X11 skins
+
+2003-06-08 Sunday 00:32  asmax
+
+ * x11_font.cpp: fixed font placement
+ * x11_window.*: real tooltip windows ! not perfect yet but it looks cool !
+ * removed compilation of gtk2 skins module. If you want it back, good luck ;)
+
+2003-06-07 Saturday 19:19  gbazin
+
+ * share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist".
+
+2003-06-07 Saturday 19:05  gbazin
+
+ * doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts
+ and instructions to generate new fonts.
+
+2003-06-07 Saturday 12:19  asmax
+
+ * beginning of tooltips (only in the console at the moment ;)
+
+2003-06-07 Saturday 10:18  gbazin
+
+ * modules/gui/skins/x11/x11_theme.cpp: removed unnecessary stuff.
+
+2003-06-07 Saturday 03:45  titer
+
+  modules/access/pvr/pvr.c : compile fix
+
+2003-06-07 Saturday 03:25  titer
+
+  missing cvsignore
+
+2003-06-07 Saturday 00:36  asmax
+
+ * implemented double click event for X11 skins. The delay is hard-coded
+   (400ms) , maybe it could be stored in the vlc config file
+
+2003-06-06 Friday 23:34  asmax
+
+ * got rid of this useless error message
+
+2003-06-06 Friday 21:47  asmax
+
+ * x11/x11_window.cpp: fixed clipping and text attributes
+
+2003-06-06 Friday 19:40  asmax
+
+ * key shortcuts for X11 skins are now working
+
+2003-06-06 Friday 14:50  gbazin
+
+ * modules/gui/skins/src/themeloader.cpp: small fix for tgz skins.
+
+2003-06-06 Friday 13:34  gbazin
+
+ * modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown bug (not tested).
+
+2003-06-06 Friday 11:09  gbazin
+
+ * modules/misc/network/ipv6.c: oups, ipv6 multicast wasn't enabled on win32. Also fixed the interface name parsing in the MRL.
+
+2003-06-06 Friday 02:48  hartman
+
+ * Typo's by me. ( Cool i included a dutch sentence a while ago and noone noticed ?)
+
+2003-06-06 Friday 02:23  hartman
+
+ * All: some spelling corrections and description string clarifications.
+   There is a lot of improvement left here.
+
+2003-06-06 Friday 00:38  hartman
+
+ * modules/gui/macosx/prefs.?:
+   - Changed modules list to use Default instead of None. probably clearer to
+     users.
+   - Have a warning before resetting the prefs.
+
+2003-06-05 Thursday 22:16  asmax
+
+ * x11/x11_timer.* : classes to implement platform-independant timers
+ * controls/text.cpp : text scrolling works ! (at least in the main window)
+
+2003-06-05 Thursday 21:22  gbazin
+
+ * modules/gui/skins/*, modules/gui/wxwindows/*: added the wxWin popup menu to the skins interface.
+
+2003-06-05 Thursday 11:52  gbazin
+
+ * include/vlc_common.h: fixed the I64C() macro for mingw.
+ * src/misc/mtime.c: implemented the heuristic described in http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html to test whether the win32 performance counter is reliable. That should fix the clock problems that a few users reported on win32.
+
+2003-06-04 Wednesday 23:17  massiot
+
+ VLC 0.6 codename is Trevelyan.
+
+2003-06-04 Wednesday 21:41  titer
+
+  Added a special access module for PVR MPEG-2 encoding boards.
+  It allows to change the frequency and such things quite easily, from VLC.
+  You'll have to --enable-pvr to build it.
+
+2003-06-04 Wednesday 18:47  asmax
+
+ * added <unistd.h> or it doesn't compile !
+
+2003-06-04 Wednesday 17:44  gbazin
+
+ * modules/gui/skins/x11/x11_api.cpp: implemented OSAPI_GetTime() and OSAPI_RmDir().
+
+2003-06-04 Wednesday 16:44  gbazin
+
+ * modules/gui/skins/src/vlcproc.cpp: compilation fix.
+
+2003-06-04 Wednesday 16:03  gbazin
+
+ * modules/gui/skins/*: misc fixes and clean-up. There are still thread issues when passing messages between the skins thread and the wxWindows dialogs thread that will need to be fixed.
+ * modules/gui/wxwindows/timer.cpp: fixed comment.
+
+2003-06-03 Tuesday 23:17  massiot
+
+ * OS X users can now browse the DVD menus with the arrow keys.
+
+2003-06-03 Tuesday 22:21  hartman
+
+ * When choosing a autogenerated menuitem, we now create a new thread to
+   do the actual execution of this command. this is a (very ugly) workaround
+   to the problem we were having with the deinterlace menu on osx.
+
+   It works now, but now i'm running into the black screen and continous
+   "late picture skipped (-218000)" again which is also plagueing us when you
+   enter fullscreen with a filter enabled. This ought to be fixed before 0.6.0
+   as well.
+
+2003-06-03 Tuesday 22:20  gbazin
+
+ * modules/gui/skins/src/*: oops, forgot to add a bunch of files.
+
+2003-06-03 Tuesday 22:18  gbazin
+
+ * configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2.
+ * modules/gui/wxwindows/*: fixed bug in sout dialog box.
+ * modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins).
+
+2003-06-03 Tuesday 12:06  titer
+
+  modules/gui/beos/* : fixed the screenshot format selection I broke lately
+
+2003-06-02 Monday 16:01  sigmunau
+
+ http.c: if the webserver doesn't return 206 the stream is not seekable.
+
+2003-06-02 Monday 12:42  hartman
+
+ * modules/codec/libmpeg2.c: fixed a crasher with invalid pictures
+ * modules/gui/macosx/playlist.m: better fix for playlists on 10.1
+
+2003-06-01 Sunday 23:48  hartman
+
+ * ALL:
+   - Changed the autogenerated menu's in a system working similar to wxWindows.
+   - The deinterlace menu is autogenerated now. However it seems the problem
+     with on the fly filter changes still exists.
+
+2003-06-01 Sunday 22:11  asmax
+
+ * modules/gui/skins/x11/x11_api.cpp: fixed OSAPI_GetScreenSize
+ * all: added locks around X calls to make them thread safe (will be
+   useful in the next commit ;-)
+
+2003-06-01 Sunday 17:13  asmax
+
+ * mouse wheel scroll for X11 skins
+
+2003-06-01 Sunday 16:39  asmax
+
+ * configure.ac.in : fixed linking of skins modules
+ * modules/gui/skins/*:
+   - fixed the wxwindows bug, due to a huge bug with broadcast events
+   - beginning of fonts in X11 skins
+ so, you can test the X11 skins module: it should work now !
+
+2003-06-01 Sunday 00:26  fenrir
+
+  * ts: fix current_next value.
+
+2003-05-31 Saturday 23:41  sam
+
+   * ./debian/vlc.mime: the vlc packages registers with the Debian MIME system.
+
+2003-05-31 Saturday 23:23  ipkiss
+
+  * skins/controls/button.cpp: Fixed a nasty bug.
+  * skins/controls/generic.h: Some public fields are now protected
+  * skins/src/window.cpp:
+     - Added a few debug messages
+     - Invisible controls don't receive events anymore
+
+ Note: There are still a few bugs in the code handling the controls and
+ their different states, and I think they will be difficult to fix with
+ the current code structure. A rewrite of this part of code could be a
+ good idea (perhaps using states and transitions between states, like
+ Zinf does?).
+
+2003-05-31 Saturday 21:49  fenrir
+
+  * ts: proper fix for both.
+
+2003-05-31 Saturday 16:15  fenrir
+
+  * ts: reverse my last commit (the proper way should be to modify also the
+  muxer but this will break compatibility).
+
+2003-05-31 Saturday 12:24  titer
+
+  * src/input/input_ext-intf.c :  added an input_SetRate function; it is
+    quite more convenient than, e.g, calling input_SetStatus( STATUS_FASTER )
+    two times if you want to switch from 1:1 to 4:1 from the interface.
+    Old functions still work.
+  * modules/gui/beos/VlcWrapper.cpp : use it
+
+2003-05-31 Saturday 01:23  fenrir
+
+  * mjpeg grabbing added, thanks to Paul Forgey <paulf at aphrodite dot com>
+  that had done all the work.
+
+ Paul Forgey's notes:
+ --------------------
+
+ Unfortunatley, the v4l interface shows how much it sucks here.  I can't
+ wait for v4l2 to become more common.  Anyway, the mjpeg mechanism
+ captures completely differently than the uncompressed frame capture
+ mechanism.  This means the code has to split off a bunch to do similar
+ things depending on mjpeg being set or not.  For some reason, I can't
+ use non v4l2 calls to capture uncompressed frames from the lml33,
+ however I do have another bttv card on my system to test that I didn't
+ break the non-mjpeg stuff.
+
+ The Zoran encoders don't use square pixels.  So the 4:3 (or 16:9)
+ picture is going to show up as 720x480.  I don't know my way around the
+ code well enough to know how to specify a non-square pixel aspect
+ ratio.  If there isn't a way to do it, it would be nice to be able to
+ specify as an option the aspect ratio of the sourc.  Either 4:3 or 16:9
+ in the case of anamorphic S-Video, which does occur.
+
+ I stole the videodev_mjpeg.h header from the lavrec project.  Despite
+ the linux kernels having support for the Zoran cards, there doesn't seem
+ to be a reliable way to pick up this header, which is probably why
+ lavrec did it this way.  Since it only defines ioctl definitions, I
+ don't think using it is a legal problem.
+
+ I also modified the audio handling a bit.  If the card supports audio,
+ great, we'll set the card's parameters as we did before.  But if adev=
+ is specified, use it regardless.  The reason to do this is to capture
+ audio from the sound card with video coming from, say, a web cam or in
+ my case, an encoder card which doesn't have any audio capabilities at
+ all.
+
+2003-05-31 Saturday 00:10  fenrir
+
+  * mux/ts.c : allowed sending mjpeg (who said that's ugly ?)
+  * demux/ts.c : fixed an endian problem with such private stream.
+
+2003-05-30 Friday 18:43  titer
+
+  modules/gui/beos/* : fixed "Goto Menu" menuitem enabling
+
+2003-05-30 Friday 17:30  titer
+
+  modules/gui/beos/* : misc fixes & enhancements
+
+2003-05-29 Thursday 21:40  asmax
+
+ * X11 skins now use imlib2 -> you need to bootstrap
+   wxwindows dialogs are not supposed to work yet, if they do you are
+   lucky ;)
+
+2003-05-29 Thursday 16:48  asmax
+
+ * x11/x11_theme.cpp: better timing for SkinManage
+ * src/vlcproc.cpp: hack to make OpenDialog work, but it MUST be
+   changed !
+
+2003-05-28 Wednesday 23:56  asmax
+
+ * AT LAST events work in X11 skins !
+
+2003-05-28 Wednesday 03:53  hartman
+
+ * src/libvlc.h:
+   - added "en" to the list of languages in the preferences.
+   - added DIV1, DIV2, i263, WMV1 to video encoding options in prefs.
+     FENRIR: is this correct this way?
+
+2003-05-28 Wednesday 00:52  titer
+
+  modules/video_output/x11/xcommon.c : compile fix for gcc != 3
+
+2003-05-27 Tuesday 22:57  gbazin
+
+ * install-win32: fixed the nsi script to not include the FAQ.
+
+2003-05-27 Tuesday 22:42  hartman
+
+ * Turn mem leaks into warning's instead of errors. Users seem to think that
+   mem leaks will kernel panic there machine or something ;)A
+   This will generate less bugreports, yet keep them visible to those who
+   should and will care.
+
+2003-05-27 Tuesday 21:48  gbazin
+
+ * ALL: bumped version to 0.6.0-test2
+ * Makefile.am: got rid of the faq in the package-win32 target.
+
+2003-05-27 Tuesday 20:43  gbazin
+
+ * modules/access/vcd/cdrom.c: On winNT/2K/XP we set the track format to YellowMode2 when issuing raw read requests. Otherwise we can't read the SVCD DATA track which is in Mode2 Form1.
+
+2003-05-27 Tuesday 13:22  titer
+
+  * src/stream_output/announce.c : BeOS compile fix.
+    setsockopt( IP_MULTICAST_TTL ) is done in network/ipvx.c (if supported),
+    so there is no need to do it here again.
+  * modules/gui/beos/* : minor fixes
+
+2003-05-27 Tuesday 11:35  gbazin
+
+ * modules/gui/wxwindows/*: fixed context menu problem on win32.
+
+2003-05-27 Tuesday 01:48  hartman
+
+ * removed vlc_wraptext
+
+2003-05-26 Monday 19:26  gbazin
+
+ * modules/video_output/directx/events.c: fixed breakage.
+
+2003-05-26 Monday 19:06  gbazin
+
+ * modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards.
+ * modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut.
+ * modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered.
+ * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts.
+
+2003-05-26 Monday 16:06  gbazin
+
+ * modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes.
+
+2003-05-26 Monday 14:59  hartman
+
+ * modules/codec/quicktime.c: i had accidently upgraded this plugin to 100
+ * modules/demux/avi/avi.c: fixed a spelling error reported by emulynx
+ * modules/gui/macosx/intf.?: added a wrapString:toWidth function
+ * modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it
+   was ugly. now we use our own, osx method. This fixes tooltips in japanese
+   I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused.
+
+2003-05-26 Monday 13:45  zorglub
+
+ * The VLC-integrated SAP server now sends compliant packets. They can
+   only be viewed with the CVS version of VLC
+
+2003-05-26 Monday 02:09  gbazin
+
+ * modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready().
+    started to implement X11Region and integrated the wxWindows dialogs.
+ * configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
+
+2003-05-26 Monday 02:03  hartman
+
+ * modules/gui/macosx/prefs.m: fixed the module selectors.
+ * modules/video_filter/crop.c: clarified the use of crop. someone please
+   check, i'm not entirely sure this is correct. Actually i think we should
+   split this up in more then one config item, for GUI preferences clarity.
+   Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or
+   like ffmpeg has which uses left, right, top and bottom offsets.
+
+2003-05-26 Monday 01:25  hartman
+
+ * extras/MacOSX/Resources/English.lproj/MainMenu.nib
+ * modules/gui/macosx/output.m:
+   - changed the textfields for bitrate into comboboxes with suggested values
+     identical to the ones in wxwindows intf.
+   - changed "bitrate (bps)" into "bitrate (kb/s)
+ * modules/gui/macosx/prefs.?:
+   - update the current view when advanced is changed.
+   - module_lists now use the description strings.
+   - always wraptext on tooltips. Currently japanese language is breaking.
+   - we now have sliders for int/float config options with ranges.
+   - fixed a warning message about an un-init'ed module_t.
+ * modules/video_filter/adjust.c:
+   - added the ranges to the description strings of the config options.
+   - blur-factor now uses a range as according to it's description string
+     it already should have used this.
+
+2003-05-25 Sunday 23:08  titer
+
+  modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens
+    since the gettext behaviour changed
+
+2003-05-25 Sunday 22:36  titer
+
+  * bootstrap: remove a -shared flag as ./configure already adds it for
+    platforms which need it
+  * configure.ac.in: don't use -shared on BeOS
+
+2003-05-25 Sunday 20:16  gbazin
+
+ * configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension.
+
+2003-05-25 Sunday 19:24  gbazin
+
+ * modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard.
+
+2003-05-25 Sunday 18:32  sigmunau
+
+ convert the strings in the id3tags to utf8 before storing them.
+
+2003-05-25 Sunday 18:02  nitrox
+
+ . SAP/SDP packets parsing: ability to parse RFC compliant packets
+   parse_sap returns the SAP header length
+   parse_sdp only parse the SDP payload
+   note that VLC will discard messages from the old miniSAP-server
+   (You have to use CVS version of miniSAP-server)
+   (Messages from the new miniSAP-server will be discarded with old VLC)
+
+2003-05-25 Sunday 17:27  massiot
+
+ * We now use UTF-8 internally under Mac OS X. This requires a libiconv-
+ enabled version of gettext. (patch courtesy of the DJ)
+
+2003-05-25 Sunday 17:21  titer
+
+  modules/gui/beos/PreferencesWindow.* :
+   * added a BBox around each panel (looks nicer)
+   * now use BSliders for {integer,float}_with_range
+
+2003-05-25 Sunday 11:31  gbazin
+
+ * src/video_output/video_output.c, modules/video_output/directx/*, modules/video_output/x11/xcommon.c: fullscreen state is now attached to the input, so it will be remembered even if the vout is restarted (switching filters, dvd menus, etc...).
+ * modules/video_filter/deinterlace/deinterlace.c: small change.
+
+2003-05-25 Sunday 10:14  gbazin
+
+ * modules/codec/ffmpeg/ffmpeg.c: fixed typo.
+
+2003-05-25 Sunday 00:16  gbazin
+
+ * modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options.
+
+2003-05-24 Saturday 23:40  gbazin
+
+ * src/misc/variables.c, include/variables.h: first pass at object var inheritance.
+ * rc/video_output/video_output.c, modules/video_filter/deinterlace/deinterlace.c: fixes to the deinterlace object var.
+
+2003-05-24 Saturday 21:28  asmax
+
+ * events aren't perfect yet, but it is better enough to commit
+
+2003-05-24 Saturday 20:54  gbazin
+
+ * src/video_output/video_output.c: new "deinterlace" object variable.
+ * modules/gui/macosx/prefs.m: compilation fix.
+ * modules/gui/wxwindows/menus.cpp: use the "deinterlace" object var.
+ * modules/gui/skins/*: couple of fixes.
+
+2003-05-24 Saturday 17:52  gbazin
+
+ * modules/gui/skins/*: compilation fixes.
+ * modules/gui/wxwindows/*: fixed the open dialog to switch to the requested file/disc/net section.
+
+2003-05-24 Saturday 15:11  titer
+
+  * Makefile.am: minor change in BeOS packages generation
+  * doc/release-howto.txt: remove outdated info about how to build BeOS
+    packages
+
+2003-05-24 Saturday 13:14  gbazin
+
+ * configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated.
+
+2003-05-24 Saturday 13:05  massiot
+
+ * modules/codec/libmpeg2.c: Fixed synchro with field pictures.
+
+2003-05-24 Saturday 12:55  jpsaman
+
+ Added option to run vlc as a Qt Embedded Gui Server. Use --qte-guiserver to enable this feature. The default is to run as a normal GuiClient.
+
+2003-05-24 Saturday 12:53  sam
+
+   * ./po/*: re-ran toolbox --update-po.
+   * ./po/en_GB.po: the British translation is up to date.
+
+2003-05-24 Saturday 12:35  sam
+
+   * ./Makefile.am: used $(srcdir) where necessary (Closes: #319).
+
+2003-05-24 Saturday 12:34  sam
+
+   * ./toolbox: we no longer translate the Borland plugin.
+
+2003-05-24 Saturday 12:10  sam
+
+   * ./configure.ac.in: the help message now says libmad is enabled by
+     default (Closes: #704).
+
+2003-05-24 Saturday 11:53  sam
+
+    * ./modules/access_output/udp.c: if the clock needs to be reset, we do not
+      wait or we will face delay issues as reported in #794. Fix inspired from
+      a suggestion by John Michael Zorko.
+
+2003-05-24 Saturday 02:48  hartman
+
+ * modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic.
+ * modules/demux/mp4/mp4.c: added SVQ1 for the quicktime decoder.
+ * modules/gui/macosx/macosx.m: typo
+ * modules/gui/macosx/prefs.m: fix of the module selectors.
+ * po/nl.po: i've taken a head start on the translations.
+ * src/libvlc.h: removed unused string RT_PRIORITY_TEXT
+
+2003-05-23 Friday 23:53  sigmunau
+
+ the http interface should now output valid xhtml 1.0.
+
+2003-05-23 Friday 13:02  hartman
+
+ * Updated the informal message to report the ip and port the http intf was
+   started on. This will help ppl to actually use the thing ;)
+
+2003-05-23 Friday 11:41  sam
+
+   * Built-in modules were linked twice in the mozilla plugin; removed the
+     non-PIC ones (Closes Debian bug #194384).
+
+2003-05-23 Friday 00:00  hartman
+
+ * vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;)
+ * modules/gui/macosx/vout.m: removed some code that was preventing us from
+   using chroma converters.
+ * modules/codec/quicktime.c:
+   - added the video decoder. only works with SVQ3 atm, returns Invalid
+     BITMAPHEADER for some reason in all other cases.
+   - did some cleaning up. this might just work under Win32 now aswell,
+     gibalou will do some testing tomorrow ;)
+   - SVQ3 QT degrades faster then the ffmpeg version, but also recovers
+     faster. I'm not yet sure which one i prefer.
+
+2003-05-22 Thursday 22:24  gbazin
+
+ * modules/gui/wxwindows/streamout.cpp: fixed typo.
+
+2003-05-22 Thursday 21:42  gbazin
+
+ * src/libvlc.h: fixed spelling mistake.
+ * modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls.
+ * modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.
+
+2003-05-22 Thursday 20:56  hartman
+
+ * spelling error in description string
+
+2003-05-22 Thursday 20:45  hartman
+
+ * added an ifdef for SVQ3
+
+2003-05-22 Thursday 20:06  asmax
+
+ * at last the python module works again !
+  (so stupid: the flag -lavcodec had to be at the *end* of the line !)
+
+2003-05-22 Thursday 18:30  asmax
+
+ * started to repair build of python module
+
+2003-05-22 Thursday 16:01  gbazin
+
+ * src/audio_output/*, src/input/*: fixed the audio desync option. You can use positive as well as negative values.
+
+2003-05-22 Thursday 15:34  hartman
+
+ * modules/control/http.c: strings for the address and the port variable were switched.
+
+2003-05-22 Thursday 14:40  hartman
+
+ * fixed a localization issue
+
+2003-05-22 Thursday 14:25  hartman
+
+ * modules/gui/macosx/playlist.m: fixed my fix
+ * modules/gui/macosx/output.m: removed a debug statement
+ * modules/gui/macosx/prefs.m: fixed localizations of the prefs panel.
+
+2003-05-22 Thursday 13:40  hartman
+
+ * Fixed an issue that was preventing the use of the playlist in Mac OS 10.1
+
+2003-05-22 Thursday 12:00  gbazin
+
+ * INSTALL.win32: added a small note about running vlc under the msvc debugger.
+ * modules/gui/wxwindows/*: small fixes.
+ * modules/access/vcd/*, modules/access/cdda.c: re-activated autodetection of vcd and cdda on win32.
+ * src/misc/cpu.c, src/stream_output/announce.c: msvc fixes.
+
+2003-05-21 Wednesday 21:30  hartman
+
+ * modules/gui/macosx/output.m: fixed the stream/transcode dialog. test1
+   version was broken.
+ * extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths.
+
+2003-05-21 Wednesday 19:55  hartman
+
+ * vlc.ebuild: This ebuild should work if we release a test2.
+ * modules/codec/quicktime.c: I added all the audio formats I know QT can handle.
+   except for mp3 ;)
+ * modules/codec/ffmpeg: added asv1 (disabled), and enabled IV31 on little endian,
+   since the problems with this decoder are endian specific according to it's creator.
+
+2003-05-21 Wednesday 18:09  jpsaman
+
+ Reverting previous --with-libmpeg2-prefix commit. Thanks Gildas for reminding me!
+
+2003-05-21 Wednesday 18:04  jpsaman
+
+ More buildscript fixes.
+
+2003-05-21 Wednesday 15:54  gbazin
+
+ *  modules/audio_output/directx.c, modules/audio_output/waveout.c: we destroy the audio-device variable if the probing has failed.
+
+2003-05-21 Wednesday 15:40  hartman
+
+ * include/main.h
+   src/libvlc.c: Added a quicktime_lock on SYS_DARWIN
+ * ALL: QT on OSX is not threadsafe in certain areas. i have found the proces
+   of identifying the right Codec to use for decoding to be one of these areas.
+   So when we do this, only one thread at a time can use QT.
+   Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;)
+
+2003-05-21 Wednesday 13:27  gbazin
+
+ * modules/gui/skins/src/vlcproc.cpp: fixed yesterday's breakage.
+ * modules/gui/wxwindows/menus.cpp: fixes for menu auto-generation.
+ * src/video_output/video_output.c: added a "fullscreen" object variable.
+ * modules/video_output/directx/*: added an always-on-top object variable and modified to take into account the fullscreen object variable.
+
+2003-05-21 Wednesday 13:19  sigmunau
+
+ removed the desctiption texts of a nonexisting config option
+
+2003-05-21 Wednesday 13:10  sigmunau
+
+ removed the --playlist option as it doesn't seem to be used
+
+2003-05-21 Wednesday 10:02  fenrir
+
+ * wav: fix a parsing bug.
+
+2003-05-20 Tuesday 23:17  gbazin
+
+ * modules/gui/wxwindows/*, modules/gui/skins/src/vlcproc.cpp: The open dialog box now handles multiple files selection.
+
+2003-05-20 Tuesday 21:35  hartman
+
+ * ALL: added a quicktime module.
+   - This module provides QDM2 and QDMC sound support on OSX by linking to
+     the native QT libraries. We now have FULL QT trailer support on OSX.
+   - The video part of this decoder is not yet working on OSX.
+   - This can be used for a future win32dll loader system as well.
+
+2003-05-20 Tuesday 20:09  jpsaman
+
+ Modified build scripts
+
+2003-05-20 Tuesday 18:53  hartman
+
+ * NEWS: updated some OSX info
+ * ALL:
+   - added CDDA support
+   - added a "Online Documentation" item to the Help menu
+   - removed some debugging strings
+
+2003-05-20 Tuesday 16:20  zorglub
+
+ All: Support for SAP advertising in stream output
+
+       add sap, or sap="Name" in the stream output options
+
+2003-05-20 Tuesday 16:08  sigmunau
+
+ kde.cpp: explicitly tell kde with icons to use. Should fix a crash that
+ caused AIGALRM.
+ kde.cpp, interface.cpp: turn --kdeuirc into --kde-uirc to comply with naming
+ conventions
+
+2003-05-20 Tuesday 15:51  hartman
+
+ * THANKS: Added Davor Orel who created the OS X icons.
+ * modules/gui/macosx/macosx.m: changed a float into a float with range
+
+2003-05-20 Tuesday 15:23  hartman
+
+ * Added a Reset prefs option
+ * New prefs dialog much like the wxWindows and BeOS one.
+   - translated instances might be broken.
+   - still need sliders for min/max values
+   - improved sizing should be done.
+
+2003-05-20 Tuesday 11:44  titer
+
+  modules/gui/beos/PreferencesWindow.* : cleaning
+
+2003-05-19 Monday 23:36  gbazin
+
+ * modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago.
+
+2003-05-19 Monday 21:39  asmax
+
+ * a lot of cleaning in X11 skins, but some problems remain with
+   event handling :(
+
+2003-05-19 Monday 21:04  gbazin
+
+ * modules/gui/wxwindows/Modules.am: included the 2 new bitmaps.
+ * po/*: updated the po files.
+
+2003-05-19 Monday 20:47  gbazin
+
+ * Bumped version to 0.6.0-test1
+ * modules/access/cdda.c: decreased the priority of the cdda plugin.
+
+2003-05-19 Monday 11:38  gbazin
+
+ * src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for when the stream output duplication fails for whatever reasons.
+
+2003-05-19 Monday 09:57  gbazin
+
+ * modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.
+
+2003-05-18 Sunday 23:16  fenrir
+
+  * input_program.c: input_DelES destroyed the decoder (if any) without
+  removing this ES from the list of selected ES. So, instead we call
+  input_UnselectES.
+
+2003-05-18 Sunday 22:30  titer
+
+  modules/gui/beos/MessagesWindow.cpp : fixed a minor scrolling issue
+
+2003-05-18 Sunday 20:54  jpsaman
+
+ Updated release numbering of packages.
+
+2003-05-18 Sunday 19:46  gbazin
+
+ * modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and play faster buttons.
+
+ PS: We really need nicer toolbar icons for the wxWindows interface. Anybody would like to design some ?
+
+2003-05-18 Sunday 18:56  hartman
+
+ * fixed a few spelling errors, and added a note about QDM2 sound which is still unsupported
+
+2003-05-18 Sunday 17:48  asmax
+
+ * added transparency in X11 skins
+
+2003-05-18 Sunday 16:27  gbazin
+
+ * modules/gui/wxwindows/*: the open dialog box is created only once and reused when needed. This allows to have the previous settings displayed when you re-open the dialog.
+
+2003-05-18 Sunday 15:44  gbazin
+
+ * modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_ReadSectors(), a function that can read multiple sectors at a time.
+   Modified the cdda plugin to read 20 sectors at a time. This was necessary because it was overkill to read the data sectors by sectors and was creating problems under Windows.
+
+2003-05-18 Sunday 12:18  gbazin
+
+ * modules/gui/wxwindows/open.cpp: small fixes.
+ * modules/access/vcd/cdrom.c: win32 fix for cue file parsing.
+ * modules/video_filter/osd_text.c: small win32 fix.
+
+2003-05-18 Sunday 11:25  asmax
+
+ * first BMP loader for X11 skins : it can only handle 24bbp uncompressed
+   images, but it works !
+
+2003-05-17 Saturday 23:57  gbazin
+
+ * INSTALL.win32: finally updated the instructions on how to build vlc for win32 :)
+ * install-win32, Makefile.am: updates for the win32 package.
+ * NEWS: added a few missing things.
+
+2003-05-17 Saturday 22:48  gbazin
+
+ * modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only 1 choice available.
+ * modules/gui/wxwindows/streamout.cpp: small cosmetic changes.
+ * modules/gui/wxwindows/open.cpp: added a CD Audio entry.
+
+2003-05-17 Saturday 22:00  gbazin
+
+ * include/input_ext-intf.h: forgot this file in my last commit.
+ * src/input/input_programs.c: prev/next-chapter and prev/next-title navigation variables are created only when necessary.
+
+2003-05-17 Saturday 20:30  gbazin
+
+ * modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir).
+   You can now listen to your favorite CDDAs with vlc, or even stream them :)
+   (Their is not yet any support for jitter correction).
+ * modules/codec/araw.c: small clean-up.
+
+2003-05-17 Saturday 18:30  titer
+
+  * modules/gui/beos/MessagesWindow.* : cleaning
+  * modules/gui/beos/PreferencesWindow.* : split the main modules into
+    its categories
+
+2003-05-17 Saturday 15:20  titer
+
+  modules/gui/beos/* : cosmetic
+
+2003-05-17 Saturday 14:36  gbazin
+
+ * modules/video_output/directx/events.c: implemented the same shortcuts as in the x11/xvideo output.
+
+2003-05-17 Saturday 11:35  gbazin
+
+ * configure.ac.in: removed the encoders from the list of plugins as they are not used currently.
+ * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
+
+2003-05-16 Friday 23:02  gbazin
+
+ * modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well.
+
+2003-05-15 Thursday 23:05  gbazin
+
+ * src/input/input_programs.c: a few fixes to the navigation object variable.
+
+2003-05-15 Thursday 22:27  massiot
+
+ * now 0.6.0-cvs
+ * ALL: Capitalize all preferences text strings
+
+2003-05-15 Thursday 21:31  gbazin
+
+ * src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and next-chapter object variables.
+ * modules/gui/wxwindows/menus.cpp: put the above variables into the Navigation menu.
+
+2003-05-15 Thursday 20:45  jpsaman
+
+ Added --with-libmpeg2-prefix= option to support cross-compiling for arm-target.
+
+2003-05-15 Thursday 20:28  jpsaman
+
+ Updating version to 0.5.4.
+ Enable building with libmpeg2.
+
+2003-05-15 Thursday 16:02  sam
+
+   * ./Makefile.am: fixed LDFLAGS when using --enable-gprof.
+
+2003-05-15 Thursday 15:59  gbazin
+
+ * modules/gui/wxwindows/*: small fixes and improvements.
+
+2003-05-15 Thursday 15:50  sam
+
+   * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well.
+
+2003-05-15 Thursday 15:35  hartman
+
+ * Makefile.am: on make dist move vlc.ebuild
+ * vlc.ebuild: small spelling correction
+
+2003-05-15 Thursday 02:02  hartman
+
+ * Went trough my maillogs and filled out large parts of the NEWS file.
+   please check and add your own. (i was bored ;)
+ * Updated the README.MacOSX.rtf with some more pointers and changed version
+   to 0.6.0
+
+2003-05-15 Thursday 01:33  gbazin
+
+ * modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features.
+
+2003-05-15 Thursday 01:23  hartman
+
+ * variable callback for the playlist. the input, audio and video still need
+   to be done, waiting for gibalou to work his magic on that ;)
+ cvs: ----------------------------------------------------------------------
+
+2003-05-15 Thursday 00:46  hartman
+
+ * added vlc.ebuild, vlc.spec.redhat to dist.
+ * added all the new icons to the dist.
+ * on make dist i would like to do
+   mv vlc.ebuild vlc-${VERSION}.ebuild
+   I don't know how to do this. Who does?
+
+2003-05-15 Thursday 00:32  hartman
+
+ * ./vlc.ebuild: a ebuild for the Gentoo Linux distribution.
+   Because of the cvs snapshots of libmpeg2 and ffmpeg, this ebuild will
+   need to be updated before release, to point out the correct links to
+   these libraries.
+
+2003-05-14 Wednesday 21:29  fenrir
+
+  * aac: compilation fix.
+  * libvlc.h : set correct value for sout-a/vcodec
+
+2003-05-14 Wednesday 19:47  hartman
+
+ * Resized some elements to allow for better translations.
+
+2003-05-14 Wednesday 17:17  sam
+
+   * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in
+     the extras/ directory.
+
+2003-05-14 Wednesday 14:58  fenrir
+
+  * aac: use extention based detection.
+
+2003-05-14 Wednesday 14:57  hartman
+
+ * Forgot one
+
+2003-05-14 Wednesday 14:56  hartman
+
+ ALL: Davor won the vote, New icons in place.
+
+2003-05-14 Wednesday 11:15  fenrir
+
+  * ts: do not use DVB reserved pid(s) (thanks Miguel Barreiro Paz)
+
+2003-05-14 Wednesday 09:00  gbazin
+
+ * modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp.
+
+2003-05-13 Tuesday 23:41  gbazin
+
+ * modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack.
+
+2003-05-13 Tuesday 22:59  gbazin
+
+ * modules/gui/wxwindows/*: added a navigation menu in the interface menubar.
+ * modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit.
+
+2003-05-13 Tuesday 22:33  gbazin
+
+ * modules/gui/wxwindows/*: new subtitles file dialog box.
+ * modules/demux/util/sub.c: fixed a few description strings.
+ * Makefile.am: small cosmetic change to package-win32 target.
+
+2003-05-13 Tuesday 20:36  asmax
+
+ * beginning of event processing in X11 skins
+ * graphics should work, but....
+
+2003-05-13 Tuesday 19:25  asmax
+
+ * changed OSGraphics constructor (needed for X11)
+
+2003-05-13 Tuesday 14:11  titer
+
+  modules/gui/beos/PreferencesWindow.*:
+   - use BMenuFields for string_from_list config items
+   - cleaning
+
+2003-05-13 Tuesday 12:09  gbazin
+
+ * modules/control/rc/rc.c: win32 fixes for the handling of special control keys.
+
+2003-05-13 Tuesday 11:44  gbazin
+
+ * modules/gui/wxwindows/preferences.cpp: small fixes.
+
+2003-05-13 Tuesday 11:18  titer
+
+  modules/gui/beos/PreferencesWindow.*: use config_ResetAll()
+
+2003-05-12 Monday 21:55  gbazin
+
+ * modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels.
+ * modules/gui/wxwindows/open.cpp: small cosmetic changes.
+
+2003-05-12 Monday 19:59  titer
+
+  modules/gui/beos/VlcWrapper.h: compile fix
+
+2003-05-12 Monday 19:11  gbazin
+
+ * include/vlc_common.h: small change to shut-up some memory checkers.
+
+2003-05-12 Monday 17:33  gbazin
+
+ * modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin.
+ * modules/video_output/directx/events.c: fixed non-initialized variable.
+ * modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now).
+ * src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed.
+ * src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()).
+ * modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.
+
+2003-05-12 Monday 01:17  hartman
+
+ * First set config variable, then add the files (and therefore potentially
+   play them) in the playlist. Otherwise we can be too late.
+
+2003-05-11 Sunday 23:17  hartman
+
+ * extras/MacOSX/vlc.pbproj/project.pbxproj:
+   - Add the THANKS file to the Mac OS X application
+ * modules/gui/macosx/about.?:
+   - Use c-style comments instead of //
+   - Open the AUTHORS file with the correct Encoding
+   - Display the THANKS file as well
+   - Rotate the scrolling when at the end
+ * modules/gui/macosx/intf.m:
+   - put Cocoa into multithreaded mode as soon as possible. Not really
+     causing any problems now, but is cleaner.
+ * modules/gui/macosx/prefs.m:
+   - Select the current setting when we create a combobox.
+
+2003-05-11 Sunday 19:09  hartman
+
+ * ALL:
+   - removed a bit too much code from the interface files previous commit.
+     Menu's were enabled if there was no input.
+   - removed a NSLog which was used for bugtracking
+
+2003-05-11 Sunday 18:49  hartman
+
+ * modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want
+ cvs to stop bugging me about it ;)
+
+ *.sed
+ *.sin
+ *.header
+ Rules-quot
+
+2003-05-11 Sunday 18:43  gbazin
+
+ * src/input/input_programs.c: small bug fix.
+ * src/misc/variables.c: compilation fix for MSVC.
+
+2003-05-11 Sunday 18:41  hartman
+
+ * forgot one file. see previous intf.m commit for details.
+
+2003-05-11 Sunday 18:40  hartman
+
+ * src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout
+   and playlist already have, to be notified of menu changes.
+ * src/video_output/video_output.c: Changed a 1 to a VLC_TRUE
+ * modules/gui/macosx/intf.?: Interface listens for changes in the input
+   menu's now.
+
+2003-05-11 Sunday 15:55  gbazin
+
+ * modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation.
+
+2003-05-11 Sunday 14:33  sigmunau
+
+ Added code to render subtitles with the freetype module (disabled by default).
+ To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c
+ and  modules/codec/spudec/text.c and run with --filter osdtext
+
+2003-05-11 Sunday 13:45  gbazin
+
+ * configure.ac.in: fixed the wx-config detection by the skins plugin.
+ * modules/gui/wxwindows/*: fixed a couple of breakage.
+
+2003-05-11 Sunday 13:22  gbazin
+
+ * modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy.
+
+2003-05-11 Sunday 13:14  sigmunau
+
+ use c comment, and not c++
+
+2003-05-11 Sunday 08:42  sigmunau
+
+ * osd_test.c: better size calculations. Use VLC_VAR_TIME for precise timing
+ (doesn't seem to work)
+
+2003-05-11 Sunday 01:00  massiot
+
+ * modules/audio_filter/resampler/coreaudio.c: more accurate frame length
+   calculation
+ * modules/audio_output/coreaudio.c: apparently the audio card clock can
+   be screwed, so probe it at every buffer
+ * src/audio_output/output.c: Thou shalt not drop buffers
+
+2003-05-10 Saturday 20:49  hartman
+
+ * fix titer's language commit. The list needs to end with a NULL, or VLC will
+   no longer start. (it fails on the duplication of the config of this variable)
+
+2003-05-10 Saturday 18:16  fenrir
+
+  * ffmpeg : fix for svq3.
+
+2003-05-10 Saturday 13:52  titer
+
+  POTFILES.in: forgot a file yesterday...
+
+2003-05-10 Saturday 13:40  titer
+
+  * src/libvlc.[ch]: removed --translation to avoid breaking compatibility
+  with old config files; --language is now a string_from_list you can use
+  to specify the language (default is auto-detection).
+
+2003-05-10 Saturday 11:08  gbazin
+
+ * src/input/input_programs.c: misc fixes/improvements to the video-es/audio-es/spu-es object variables.
+
+2003-05-10 Saturday 11:05  hartman
+
+ * added VP31 fourcc's.
+ * disabled the vp31 and iv31 iv32. In it's current state it is too ugly too
+   actually use it. It would generate too many bugreports.
+
+2003-05-10 Saturday 10:32  hartman
+
+ * Finished the sout dialog on OSX.
+
+2003-05-09 Friday 23:23  fenrir
+
+  * ffmpeg: now ffmpeg has a SVQ3 decoder, so use it :)
+
+2003-05-09 Friday 22:03  sigmunau
+
+ oss.c: give a warning if --spdif is set but the sourndcard don't support it.
+
+2003-05-09 Friday 20:30  massiot
+
+ France 1 - Italy 0
+
+2003-05-09 Friday 19:53  fenrir
+
+  * faad: better support of AAC without ESDS.
+
+2003-05-09 Friday 19:30  titer
+
+  Updated POTFILES.in for BeOS' i18n
+
+2003-05-09 Friday 19:29  fenrir
+
+ * mp4: fixed mace3/6 decoding. Only mono audio is working on the sample I
+ have found.
+
+2003-05-09 Friday 16:01  gbazin
+
+ * modules/misc/httpd.c: win32 fixes.
+ * modules/control/http.c: fixed a problem with IE that sends POST requests instead of GET ones.
+
+2003-05-09 Friday 02:39  fenrir
+
+  * mmstu: fixed a lookup.
+
+2003-05-09 Friday 01:19  hartman
+
+ * modules/gui/macosx/prefs.m:
+   - possibly fixed a crash situation when clicking the OK button (not sure though)
+ * modules/gui/macosx/macosx.m:
+   - made the transparency option an advanced option.
+
+2003-05-09 Friday 00:58  titer
+
+  * src/misc/messages.c: forget a defined(SYS_BEOS) in my last commit
+  * src/misc/configuration.c: config_PutPsz now sets the variable to NULL
+    if the string is empty
+  * modules/gui/macosx/prefs.m: remove duplicate (now) code with config_PutPsz
+
+2003-05-09 Friday 00:41  hartman
+
+ * modules/gui/macosx/prefs.?:
+   - made the advanced button better.
+   - added missing CONFIG_ITEM_DIRECTORY support
+ * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
+   - added the semi 'apple' default of com-, as a hotkey for the prefs.
+
+2003-05-08 Thursday 23:11  hartman
+
+ modules/gui/macosx/intf.m: We shouldn't save the config file when the interface closes. This explains a lot of bugreports ;)
+
+2003-05-08 Thursday 19:51  fenrir
+
+  * ftp : updated copyright info.
+
+2003-05-08 Thursday 19:26  fenrir
+
+  * v4l: clean up.
+
+2003-05-08 Thursday 19:21  fenrir
+
+  * v4l: remove __V4L_AUDIO_ (useless)
+
+2003-05-08 Thursday 19:06  titer
+
+  ALL: fixed BeOS-specific warnings (ssize_t is not a int but a long,
+ vasprintf if defined but not declared in the system headers...)
+
+2003-05-08 Thursday 17:13  massiot
+
+ * modules/gui/macosx: Fixed crashes with the new submenus when used on a
+   localized system
+ * Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled
+   the DVD menus by default.
+
+2003-05-08 Thursday 15:58  gbazin
+
+ * modules/access/file.c: fixed large file support on win32.
+ * src/libvlc.[ch]: made the description of the translation option more explicit.
+
+2003-05-08 Thursday 14:15  titer
+
+  src/libvlc.*: --translation is now a string. Usefull if want to specify
+  a different language than your OS, or if your OS is not localized...
+
+2003-05-08 Thursday 12:09  gbazin
+
+ * modules/gui/wxwindows/menus.cpp: misc small fixes.
+
+2003-05-08 Thursday 10:45  titer
+
+  modules/gui/beos/PreferencesWindow.cpp: cosmetic
+
+2003-05-08 Thursday 10:40  titer
+
+  * modules/gui/beos/AudioOutput.cpp: more cleaning
+  * modules/gui/beos/VideoOutput.cpp: in fullscreen, add an item "Show
+    Interface" to the popup
+
+2003-05-08 Thursday 01:16  hartman
+
+ ALL: autogenerated menu's for chapter,title,program,audio-es,spu-es and video-es.
+   - video-es seems broken. it always starts with -1 (Disabled) selected.
+   - moved some menuitems to other menu's for gui interface consistency with
+     other gui's.
+   - added a "fit to screen" menuitem.
+
+2003-05-08 Thursday 01:05  titer
+
+  src/misc/beos_specific.cpp:
+      Fixed a very old bug: if the user hit Alt+Q, don't let the be_app
+      exit without any cleaning (that made VLC crash badly)
+
+2003-05-07 Wednesday 23:13  hartman
+
+ * changed "Gayscale video output" option back into "Grayscale video output"
+
+2003-05-07 Wednesday 19:20  titer
+
+  modules/gui/beos/AudioOutput.cpp: cleaning
+
+2003-05-07 Wednesday 17:27  titer
+
+  * modules/gui/beos/MessagesWindow.cpp: fixed a nasty bug
+  * modules/gui/beos/PreferencesWindow.*: now you can save preferences
+
+2003-05-07 Wednesday 16:47  titer
+
+  modules/gui/beos/PreferencesWindow.cpp:
+   Misc enhancements
+
+2003-05-07 Wednesday 15:54  gbazin
+
+ * modules/gui/wxwindows/*: Fix (use different id numbers for each menus).
+
+2003-05-07 Wednesday 15:44  fenrir
+
+  * ffmpeg: --ffmpeg-truncated is now an int :
+   * -1 -> CODEC_FLAG_TRUNCATED is set only if width == height == 0 (only TS should produce this)
+   * 0  -> disable CODEC_FLAG_TRUNCATED
+   * 1  -> force CODEC_FLAG_TRUNCATED
+
+2003-05-07 Wednesday 14:49  titer
+
+  modules/gui/beos/*: fixed a few things I broke recently (dvd menus,
+                      screenshots...)
+
+2003-05-07 Wednesday 12:23  gbazin
+
+ * modules/gui/wxwindows/*: misc fixes.
+
+2003-05-07 Wednesday 02:31  fenrir
+
+  * mp4: raaaah, sometime moov box are masqueraded by a free box, so I look
+ at free box content to see if it could be moov box, I hope there won't be
+ any misdetection. (Even when there is a spec, nobody follows it :((
+
+2003-05-07 Wednesday 00:28  fenrir
+
+  * ffmpeg: do not use CODEC_FLAG_TRUNCATED by default as it seems buggy
+ with valid files. You have to use --ffmpeg-truncated to force it.
+  MPEG-4 in TS won't work unless you use --ffmpeg-truncated :((
+
+2003-05-07 Wednesday 00:18  gbazin
+
+ * modules/gui/wxwindows/open.cpp: removed the channels server entry.
+
+2003-05-06 Tuesday 21:01  gbazin
+
+ * modules/demux/mpeg/ts.c: fixed my last f*ckage + a bit of clean-up.
+
+2003-05-06 Tuesday 20:12  hartman
+
+ * ALL: there were reports of crashes in the menucode. i think it was that
+   the VLCWindow could suddenly disappear (the vout closed) and therefore we
+   could no longer reference it. This should fix that. Also made this code
+   more generic to avoid code duplication.
+
+2003-05-06 Tuesday 16:05  fenrir
+
+  * mp4: fix a segfault and play .3gp with h263 video track.
+
+2003-05-06 Tuesday 14:19  fenrir
+
+  * http: redirect to main page each time we pass arguments. (it's done by
+ an html header and not by the http protocol. I know it's bad but it's a
+ lot easier ;)
+
+2003-05-06 Tuesday 12:57  fenrir
+
+  * http: fix 'add mrl'.
+
+2003-05-06 Tuesday 02:17  titer
+
+  Makefile.am: fixed BeOS package generation when all modules are built-in
+
+2003-05-06 Tuesday 02:01  fenrir
+
+  * mms: fix for builtin compilation.
+
+2003-05-06 Tuesday 01:15  titer
+
+  configure.ac.in: fixed static linking with libintl and libiconv
+
+2003-05-05 Monday 22:48  gbazin
+
+ * modules/demux/mpeg/ts.c: compiler warning fix.
+ * src/input/input_programs.c: a "Disable" choice is added by default to "audio-es", "video-es" and "spu-es".
+
+2003-05-05 Monday 22:23  gbazin
+
+ * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams.
+ * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
+
+2003-05-05 Monday 22:04  hartman
+
+ * fixed the autogenerated menu's.
+
+2003-05-05 Monday 21:35  titer
+
+  configure.ac.in: fixed libdvbpsi detection for people who don't have
+    stdint.h but inttypes.h
+
+2003-05-05 Monday 16:29  gbazin
+
+ * modules/gui/skins/src/*: forgot a few references to the channels server.
+
+2003-05-05 Monday 16:09  gbazin
+
+ * ALL: removed the old channels server stuff (was deprecated).
+
+2003-05-05 Monday 15:52  fenrir
+
+  * bits.h: clean up
+
+2003-05-05 Monday 15:21  sigmunau
+
+ implemented VLC_VAR_TIME using two ints
+
+2003-05-05 Monday 14:58  sigmunau
+
+ Implemented support for CONFIG_ITEM_DIRECTORY
+
+2003-05-05 Monday 13:15  titer
+
+  Updated NEWS for 0.5.4 release
+
+2003-05-05 Monday 13:06  titer
+
+  modules/gui/beos/*: Partial fix for Preferences resizing
+
+2003-05-05 Monday 13:03  hartman
+
+ NEWS: preparing for 0.5.4 release. Please update the NEWS file everyone.
+ README.MacOSX.rtf: clarified some things.
+
+2003-05-05 Monday 12:15  gbazin
+
+ * modules/gui/skins/src/*: compilation fixes under win32.
+
+2003-05-05 Monday 11:49  sam
+
+   * ./src/video_output/video_output.c: fixed a crash that occurs when the
+     width and height variables are set to their default values.
+
+2003-05-04 Sunday 23:39  gbazin
+
+ * src/audio_output/output.c: fixed warning.
+
+2003-05-04 Sunday 23:38  massiot
+
+ * First round of capitalization of description strings.
+
+2003-05-04 Sunday 23:03  gbazin
+
+ * po/POTFILES.in: added the new modules since 0.5.3
+
+2003-05-04 Sunday 22:42  gbazin
+
+ * src/misc/variables.c, ALL: improvements to the object variables api.
+    - added another argument to var_Change().
+    - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
+      that are used to set/get a friendly name to an object variable.
+    - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
+      the number of availabel choices without having to get their value
+      as well.
+    - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
+      a friendly name to the choice value.
+    - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
+      names.
+
+ * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
+
+2003-05-04 Sunday 22:33  massiot
+
+ * modules/codec/libmpeg2.c: fixed the "main: cannot delete object with
+   children" bug.
+
+2003-05-04 Sunday 18:51  fenrir
+
+  * transcode: follow the same logic for ab than vb. (ie for a small value
+ it's used as kb/s for higher ones it's b/s).
+ Just a remember, transcode options are:
+ acodec= mpga,a52
+     ab (kb/s)
+ vcodec= mpgv,mp4v,h263,DIV1,DIV2,DIV3,I420,I422,I444,RV24,YUY2
+     width
+     height
+     vb (kb/s)
+     vt (b/s)
+     deinterlace
+     croptop
+     cropbottom
+     cropleft
+     cropright
+     keyint
+     hq
+     qmin (between 1 and 32)
+     qmax (between 1 and 32)
+ only acodec and/or vcodec are mandatories (and it's a good idea to always
+ define vb,vt, and/or ab)
+
+2003-05-04 Sunday 15:02  massiot
+
+ * modules/audio_output/coreaudio.c: worked around a CoreAudio bug (should
+   fix the "sound drops after half an hour" bug)
+ * modules/audio_filter/resampler/coreaudio.c: reenabled the coreaudio
+   resampler which works perfectly fine here
+ Please test that I didn't break S/PDIF output on OS X.
+
+2003-05-04 Sunday 12:40  sam
+
+   * ./modules/video_output/sdl.c: avoid crashes at exit due to SDL being
+     linked with svgalib and svgalib using atexit().
+
+2003-05-04 Sunday 10:46  fenrir
+
+  * mpga_audio: should fix an infinite loop when miss-detected free
+ bitrate stream.
+
+2003-05-04 Sunday 01:36  massiot
+
+ More cleaning of the STATE_INVALID stuff (still not perfect though).
+
+2003-05-03 Saturday 22:25  massiot
+
+ Fixed handling of STATE_INVALID states.
+
+2003-05-03 Saturday 18:11  fenrir
+
+  * transcode: added qmin, qmax and hq(high quality) options.
+
+2003-05-03 Saturday 14:33  fenrir
+
+  * transcode: fix cropping code.
+
+2003-05-03 Saturday 14:22  fenrir
+
+  * transcode: fixed video resizing.
+
+2003-05-03 Saturday 13:37  titer
+
+  beos/* : New Preferences window that lets you configure everything.
+           It is not complete yet (see the TODO in PreferencesWindow.cpp)
+
+2003-05-03 Saturday 13:18  fenrir
+
+  * transcode: added two options:
+     - vt : video bitrate tolerance
+     - keyint : number of inter frames between intra frames.
+
+2003-05-03 Saturday 12:36  fenrir
+
+  * v4l: used the same trick than vls to avoid too much resampling.
+
+2003-05-03 Saturday 02:18  fenrir
+
+  * ts: fix a memory leak.
+
+2003-05-03 Saturday 02:09  fenrir
+
+ [no log message]
+
+2003-05-03 Saturday 01:52  fenrir
+
+  * v4l: fix a stupid bug that broke audio.
+
+2003-05-03 Saturday 01:12  fenrir
+
+  * all: shut up valgrind ;) (memory leacks and one overead/overwrite).
+
+2003-05-02 Friday 19:37  fenrir
+
+  * transcode: fix about raw audio.
+
+2003-05-02 Friday 17:35  fenrir
+
+  * v4l: audio grabbing part begin to work :)
+
+2003-05-02 Friday 16:25  fenrir
+
+  * transcode: compilation fix.
+
+2003-05-02 Friday 15:53  gbazin
+
+ * modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find a way to have flex.c not include unistd.h on win32 and not compile the wxwindows files when SKINS_BASIC is defined.
+
+2003-05-02 Friday 15:36  titer
+
+  Missing files
+
+2003-05-02 Friday 14:51  fenrir
+
+  * transcode: should be able to compress raw audio, need to be cleaned up.
+  u8,s8,s16 big and little endian should be supported but not all tested.
+
+2003-05-02 Friday 12:18  sam
+
+   * ./configure.ac.in: another kludge to avoid linking twice with libavcodec.
+
+2003-05-02 Friday 03:41  fenrir
+
+  * transcode: accept and create raw video(I420,I422,I444,YUY2,RV24).
+
+2003-05-02 Friday 03:40  fenrir
+
+  * rawvideo.c: fix a bug while filling picture.
+
+2003-05-02 Friday 00:33  fenrir
+
+  * copy: added raw audio/video support.
+  * avi: added raw audio support (little endian only).
+
+2003-05-01 Thursday 13:51  ipkiss
+
+  * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compilation of the
+    basic-skins plugin with GTK2
+  * modules/gui/skins/parser/skin.*: small compilation fix, but i don't
+    really understand why it is necessary :)
+
+2003-05-01 Thursday 01:11  hartman
+
+ * modules/gui/macosx/macosx.m
+   - added a macosx-float config option
+   - changed 'opaqueness' into 'macosx-opaqueness'
+ * modules/gui/macosx/vout.?
+   - let vout respect 'float' on top option.
+   - added a toggle function to toggle float on top.
+ ALL:
+   - menuitem and corresponding code for float on top.
+
+2003-04-30 Wednesday 23:58  hartman
+
+ ALL: New output dialog that uses the new --sout syntax.
+   - it is not so powerful as --sout (does not allow for multiple unicasts ie)
+   - there is a bug in the transcode settings. not sure what is causing it.
+
+2003-04-30 Wednesday 21:45  fenrir
+
+  * mp4: fix playback of some stream with raw audio. I also split
+ big audio chunk. (Avoid 100000 samples at once :(
+
+2003-04-30 Wednesday 21:16  asmax
+
+ * enable basic-skins for GTK2 (not tested yet ;)
+
+2003-04-30 Wednesday 19:22  ipkiss
+
+  * ./configure.ac.in:
+     - added a basic-skins plugin, which doesn't make use of wxWindows
+       dialogs (currently only works for win32)
+     - renamed with-wx-config-path in with-skins-wx-config-path for the
+       skins plugin, to avoid problems with the wxwindows plugin
+
+2003-04-30 Wednesday 19:20  gbazin
+
+ * modules/access/v4l/v4l.c: fixed breakage for devices supporting I420.
+
+2003-04-30 Wednesday 14:04  hartman
+
+ modules/gui/macosx/controls.m: fixed cosmetic issue with deinterlace menu.
+
+2003-04-30 Wednesday 09:11  gbazin
+
+ * modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.
+
+2003-04-30 Wednesday 04:13  hartman
+
+ modules/access/http.c:
+ modules/access/ftp.c:
+ * fixed a very serious bug in the atoll code. this contained a never ending while loop.
+   It showed on systems without atoll() (MacOSX) as an inability to view http
+   and ftp streams.
+
+2003-04-29 Tuesday 22:44  fenrir
+
+  all: use /* */ instead of // (we write c code)
+
+2003-04-29 Tuesday 22:38  fenrir
+
+  * stream_output.c: some sanity checks and bypass default behavour of
+ module_Need (when I ask for udp I want udp or an error, but not file
+ or something else) by adding ",none" when a module name is specified.
+  I will clean up that by adding a flag to module_Need or something like
+ that.
+
+2003-04-29 Tuesday 21:32  fenrir
+
+  * stream_output.c: fix segfault when not specifying mux name.
+
+2003-04-29 Tuesday 20:36  ipkiss
+
+  * ./modules/gui/skins/src/theme.cpp: avoid infinite recursion with
+    circular anchoring
+
+2003-04-29 Tuesday 20:29  fenrir
+
+  * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of
+ resampling with some files while keeping good synchronisation.
+  Anybody has an idea of the maximum desynchronisation between audio and
+ video that still be imperceptible ?
+
+2003-04-29 Tuesday 20:17  hartman
+
+ * modules/gui/macosx/playlist.m:
+   - When we delete an item, update playlist with to indicate 'currently playing'
+
+2003-04-29 Tuesday 16:03  gbazin
+
+ * modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards.
+ * modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported.
+
+2003-04-29 Tuesday 15:40  fenrir
+
+  * file: use - to write on stdout. (but you can only use ts and ps muxer,
+ as the others need to seek).
+
+2003-04-29 Tuesday 12:54  gbazin
+
+ * modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.
+
+2003-04-28 Monday 23:25  fenrir
+
+  * avi: fixed playback of broken stream....
+
+2003-04-28 Monday 22:44  ipkiss
+
+  * modules/gui/skins/win32/win32_run.cpp: clean exit of wxWindows thread
+
+2003-04-28 Monday 20:46  ipkiss
+
+  * ./modules/gui/skins/src/banks.cpp: fixed a segfault triggered by
+    missing tags in the XML.
+
+2003-04-28 Monday 14:32  asmax
+
+ * skeleton of X11 skins
+
+2003-04-28 Monday 14:12  asmax
+
+ * skeleton of X11 skins
+
+2003-04-28 Monday 12:25  asmax
+
+ * changed Region into SkinRegion to prepare the X11 port
+
+2003-04-28 Monday 12:00  asmax
+
+ * fixed compilation under linux
+ * added a flag GTK2_SKINS
+
+2003-04-28 Monday 00:18  ipkiss
+
+  * ./modules/gui/skins/*: first attempt at porting the skins to Win9x
+    There is still a lot to do but some things are working.
+
+2003-04-27 Sunday 23:16  gbazin
+
+ * src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes.
+ * modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format.
+ * modules/codec/rawvideo.c: a few fixes.
+ * modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now.
+
+2003-04-27 Sunday 17:53  gbazin
+
+ * src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until InitThread() has been run.
+ * src/video_output/vout_pictures.[ch]: added support for FOURCC I411.
+ * modules/codec/rawvideo.c: support for more chroma formats.
+
+2003-04-27 Sunday 15:25  gbazin
+
+ * modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility).
+   (I can finaly watch my RGB tarkin samples :))
+ * modules/demux/rawdv.c: fixed a couple of compiler warnings.
+
+2003-04-27 Sunday 14:56  gbazin
+
+ * modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both selected.
+
+2003-04-27 Sunday 14:11  gbazin
+
+ * modules/misc/httpd.c: win32 fix for non-blocking sockets.
+
+2003-04-27 Sunday 13:55  fenrir
+
+  * avi: clean up. Some standard file (ie with 1 RIFF chunk ) has OpenDML
+ index, so use it when normal index (idx1 chunk) isn't found.
+
+2003-04-27 Sunday 13:03  fenrir
+
+  * ffmpeg: stop skipping video sometime ;).
+
+2003-04-27 Sunday 11:55  fenrir
+
+  * avi: Support for OpenDML file.
+  Not tested with file size > 2Go, so report status.
+
+2003-04-27 Sunday 03:08  fenrir
+
+  * httpd: added "Cache-Control: no-cache" by default.
+
+2003-04-27 Sunday 02:00  jlj
+
+  * ./configure.ac.in: Added --with-libmpeg2-tree
+
+2003-04-27 Sunday 00:02  gbazin
+
+ * modules/control/http.c: fixed buffer allocation problem.
+
+2003-04-26 Saturday 22:06  fenrir
+
+  * video: spelling error.
+
+2003-04-26 Saturday 21:45  fenrir
+
+  * ffmpeg: we always skip video if we have more than 5 second of late video.
+ (This should avoid 'decoder stuck' message.)
+
+2003-04-26 Saturday 21:36  gbazin
+
+ * modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default).
+
+2003-04-26 Saturday 20:51  fenrir
+
+  * mpegaudio: if the file name end by .mp3, use a stronger dectection.
+ (over the first 2ko).
+
+2003-04-26 Saturday 14:54  gbazin
+
+ * configure.ac.in: enabled xvid and ffmpeg encoders
+ * modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma.
+
+2003-04-26 Saturday 12:26  gbazin
+
+ * modules/codec/rawvideo.c: added support for YUY2 and I422 and fixed a bug in FillPicture(). ( The v4l input is working here now :) )
+
+2003-04-25 Friday 21:47  fenrir
+
+  * libmp4: clean up and preliminary work to read mp4 file through http.
+  * mp4: don't return a failed value when recognize a ref file, but use
+ a dummy Demux function that return EOF.
+
+2003-04-25 Friday 18:57  fenrir
+
+  * ffmpeg: use bigger split size (~8000 samples) as it avoid too much
+ resampling with my samples. Fix a potential divide by 0 (thx meuuh).
+
+2003-04-25 Friday 17:35  fenrir
+
+  *ffmpeg: split huge audio packets as aout didn't like them.
+
+2003-04-25 Friday 17:33  fenrir
+
+  * mms: reduce mtu (avoid too much delay with slow connection)
+
+2003-04-25 Friday 12:37  gbazin
+
+ * modules/gui/skins/src/vlcproc.cpp: small compilation fix.
+
+2003-04-24 Thursday 20:49  fenrir
+
+  * mp4: fix a buffer overflow.
+
+2003-04-24 Thursday 20:33  fenrir
+
+  * .cvsignore: forgot this file.
+
+2003-04-24 Thursday 20:26  fenrir
+
+  * asf: fix to play stream over mmsh.
+
+2003-04-24 Thursday 20:24  fenrir
+
+  * mpeg4video.c: use video size when available from bitmapinfoheader.
+
+2003-04-24 Thursday 17:44  gbazin
+
+ * src/libvlc.c: forgot to reload the command line options after we reload the main module when the user disables the translation.
+
+2003-04-24 Thursday 16:13  gbazin
+
+ * Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist.
+
+2003-04-24 Thursday 15:57  gbazin
+
+ * modules/gui/skins/src/themeloader.*: dropped the dependancy on libtar
+    for the .vlt skins support. libtar is still used if present, otherwise
+    we use our small implementation of untar.
+
+2003-04-24 Thursday 14:39  fenrir
+
+  * mp4: select only first enabled track.
+
+2003-04-24 Thursday 14:38  asmax
+
+ * get screen size with gtk2
+
+2003-04-23 Wednesday 15:18  titer
+
+  modules/gui/beos/VlcWrapper.cpp: fixed the issue with untranslated
+   strings and "...". i18n seems OK under BeOS now.
+
+2003-04-23 Wednesday 10:29  asmax
+
+ * fixed some constructors and destructors
+
+2003-04-22 Tuesday 23:31  gbazin
+
+ * modules/codec/libmpeg2.c: make sure there are no more linked pictures
+    left when closing the decoder.
+
+2003-04-22 Tuesday 22:57  ipkiss
+
+  * ./modules/gui/skins/src/theme.cpp: fixed a bug with anchored windows
+
+2003-04-22 Tuesday 22:25  gbazin
+
+ * modules/audio_filter/converter/s16tofloat32swab.c:
+    added an #ifdef HAVE_ALLOCA.
+
+2003-04-22 Tuesday 21:45  gbazin
+
+ * configure.ac.in: don't link with the math library on win32. It isn't
+    needed and will even screw up things under cygwin with -mno-cygwin.
+
+2003-04-22 Tuesday 19:26  asmax
+
+ * output.c: avoid a floating point exception when aout-rate==0
+ * gtk2_api.cpp: made valgrind happy ;)
+
+2003-04-22 Tuesday 18:21  ipkiss
+
+  * ./modules/gui/wxwindows/fileinfo.cpp: cosmetic changes
+
+2003-04-22 Tuesday 17:56  asmax
+
+ * fixed the volume slider bug
+
+2003-04-22 Tuesday 16:36  titer
+
+  * Makefile.am: fixed 'make package-beos'
+  * modules/gui/beos/*: added _()s so the whole interface is translated
+  * src/libvlc.c: ask gettext for UTF-8 strings (under BeOS only for now)
+    FIXME: currently, untranslated strings are not converted to UTF-8
+
+2003-04-22 Tuesday 16:28  fenrir
+
+  * mp4: fix "mov playlist" handling. (raaah strncpy doesn't add '\0' :(
+
+2003-04-22 Tuesday 12:54  gbazin
+
+ * modules/codec/libmpeg2.c: fixed aspect ratio problem.
+
+2003-04-22 Tuesday 11:38  fenrir
+
+  * mp4: preliminary support of "mov playlist(ref) file"
+
+2003-04-22 Tuesday 08:51  fenrir
+
+  * mp4: more mov fields are parsed.
+
+2003-04-21 Monday 22:12  asmax
+
+ * changed "Font" into "SkinFont" (see previous commit)
+
+2003-04-21 Monday 21:51  asmax
+
+ * changed "Window" into "SkinWindow" to prepare X11 port
+  (Window is already a Xlib type !)
+   *** not tested under win32, please check ! ***
+
+2003-04-21 Monday 18:39  asmax
+
+ * at last fixed transparency under linux !!
+
+2003-04-21 Monday 16:55  anil
+
+ *All: fixed unwanted fileinfo window refresh under windows.
+
+2003-04-21 Monday 16:22  gbazin
+
+ * modules/misc/network/ipv4.c: a bit of cleanup.
+
+2003-04-21 Monday 14:26  asmax
+
+ * raise the skin window on top when clicked
+ * a bit of code cleaning
+
+2003-04-21 Monday 12:54  gbazin
+
+ * configure.ac.in: print an error message if libmpeg2 is not found or too old.
+
+2003-04-21 Monday 12:22  gbazin
+
+ * configure.ac.in: the libmpeg2 plugin is now enabled by default when the right version of libmpeg2 is detected (0.3.2 aka cvs).
+
+2003-04-21 Monday 11:47  asmax
+
+ * added a preferences button in the default skin
+
+2003-04-21 Monday 03:37  asmax
+
+ * fixed the previous commit for linux
+
+2003-04-21 Monday 02:50  asmax
+
+ * fixed a timing issue under windows ?
+
+2003-04-21 Monday 02:12  ipkiss
+
+  * we now use a wxwindow dialog to load the skins, so we can get rid
+    of our custom dialog
+
+2003-04-21 Monday 01:47  asmax
+
+ * shortcut handling under linux
+
+2003-04-21 Monday 00:54  ipkiss
+
+  * added preferences, file info and stream output dialogs to the skins
+
+2003-04-21 Monday 00:33  massiot
+
+ * configure.ac.in : finished disabling the old mpeg_video plug-ins.
+
+2003-04-21 Monday 00:18  asmax
+
+ * fixed refresh of the playlist (and a segfault...)
+
+2003-04-20 Sunday 23:42  massiot
+
+ * modules/codec/libmpeg2.c: fixed a problem with some frame rates (thx
+   gibalou)
+
+2003-04-20 Sunday 23:09  asmax
+
+ * fixed a segfault at exit
+
+2003-04-20 Sunday 22:52  asmax
+
+ * a few segfaults but wxwindows works under linux !
+
+2003-04-20 Sunday 22:52  gbazin
+
+ * modules/audio_output/file.c: fixed a mismatch in a config name.
+
+2003-04-20 Sunday 21:19  sam
+
+   * ./modules/audio_output/oss.c: code comments.
+
+2003-04-20 Sunday 21:15  sam
+
+   * ./modules/video_output/fb.c: fixed a bug that prevented proper console
+     resetting.
+
+2003-04-20 Sunday 21:14  sam
+
+   * ./mozilla/npvlc_rc.rc: fixed a typo in the MIME types.
+
+2003-04-20 Sunday 20:28  ipkiss
+
+  * added wxwindows Open and Messages dialog boxes into the windows skins
+    (it may break things on linux...)
+
+2003-04-20 Sunday 20:22  asmax
+
+ * added wxwindows for skins !!
+
+2003-04-20 Sunday 19:53  gbazin
+
+ * configure.ac.in: removed useless --with-ffmpeg=PATH ./configure option.
+
+2003-04-20 Sunday 19:29  fenrir
+
+  * mms/* : begining of a m$-http-for-asf-streaming support.
+  Proxy aren't yet supported. Use mmsh to force it, else mms will try it
+ at the end (after mmst and mmsu). Some http url are in fact mmsh but
+ not yet auto-detected.
+  *Please report* not working url and any regression for mmst and mmsu.
+
+2003-04-20 Sunday 19:03  jlj
+
+   * ./modules/gui/skins/src/themeloader.cpp: compile fix (include errno.h)
+
+2003-04-20 Sunday 16:45  karibu
+
+ * Fixed mouse wheel
+
+2003-04-20 Sunday 16:16  asmax
+
+ * fixed the "always on top" bug
+
+2003-04-20 Sunday 15:06  karibu
+
+ * Added support of wheel with win32
+
+2003-04-20 Sunday 15:00  karibu
+
+ * Fixed support of wheel for playlist with GTK2
+ * Added support of whell for slider with GTK2
+
+2003-04-20 Sunday 14:11  gbazin
+
+ * configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed my last breakage in the ffmpeg detection code.
+
+2003-04-20 Sunday 13:14  asmax
+
+ * enabled scrolling in the playlist with the mouse wheel
+
+2003-04-20 Sunday 12:59  massiot
+
+ * The libmpeg2 plug-in is now completely operational ;
+ * configure.ac.in : disabled compiling the old mpeg_video plug-in, so :
+ DO NOT FORGET TO INSTALL LIBMPEG2 AND COMPILE WITH --enable-libmpeg2
+
+2003-04-20 Sunday 11:57  gbazin
+
+ * configure.ac.in, modules/codec/ffmpeg/*, modules/encoder/ffmpeg/*, modules/stream_out/transcode.c: fixed detection of the ffmpeg headers/libs when they are installed in their default location.
+
+2003-04-20 Sunday 01:05  asmax
+
+ * fixed a typo with dvbpsi
+
+2003-04-19 Saturday 13:55  hartman
+
+ * Added a 'opaqueness' configoption to macosx-vout. Yeah i know, useles.
+   But it's coooooool. http://sidekick.student.utwente.nl/videolan/transparent.jpg
+
+2003-04-19 Saturday 12:39  karibu
+
+ * Font fixed
+
+2003-04-19 Saturday 12:33  hartman
+
+ * There was a problem where deinterlace could not be turned off via it's
+   corresponding menu. On thy fly filter changes are still not possible.
+
+2003-04-19 Saturday 11:46  asmax
+
+ * fixed a segfault
+
+2003-04-19 Saturday 11:16  asmax
+
+ * drag&drop works ! (at least with mozilla)
+
+2003-04-19 Saturday 02:34  karibu
+
+ * Fixed wrapping for texts
+ * Filling GTK2Graphics and GTK2Region destructors
+
+2003-04-19 Saturday 00:12  fenrir
+
+  * mp4: some memory leaks fixed.
+
+2003-04-18 Friday 22:51  sam
+
+   * ./configure.ac.in: workaround for a bug in the OS X ld who sees symbol
+     redefinitions when linking twice with the same static libary.
+
+2003-04-18 Friday 22:43  fenrir
+
+  * mp4.c : begining of a mp4/mov muxer.
+
+  It's far from stable, produce file unplayable by mplayer at least,
+ and doesn't yet take care of video/audio synchro.
+ Becarefull that the header is written only when closing, and there is
+ no way to repair a mp4 file without its header.
+
+2003-04-18 Friday 22:38  fenrir
+
+  * stream_output.c: add a vlc_mutex_lock/unlock ...
+
+2003-04-18 Friday 19:26  titer
+
+  Added a few keyboard shortcuts
+
+2003-04-18 Friday 16:38  titer
+
+  Under BeOS, disable the screensaver if playing in fullscreen.
+
+2003-04-18 Friday 16:10  titer
+
+  beos/*: fixed fullscreen shortcuts
+
+2003-04-18 Friday 16:04  asmax
+
+ * network stream now work
+ * double-click is now implemented
+
+2003-04-18 Friday 15:25  titer
+
+  ALL: fixed i18n under BeOS
+
+2003-04-17 Thursday 19:56  karibu
+
+ * Ask tooney to know ! (fix minor bug)
+
+2003-04-17 Thursday 17:45  asmax
+
+ * small fix
+
+2003-04-17 Thursday 16:34  karibu
+
+ * Scrolling text now works on linux
+
+2003-04-17 Thursday 16:32  karibu
+
+ * Fixed kludge
+
+2003-04-17 Thursday 16:30  karibu
+
+ * Added AddEllipse: the slider now works ! :)
+
+2003-04-17 Thursday 16:11  karibu
+
+ * Added clip region to graphics
+ * Added functionnality to region
+
+2003-04-17 Thursday 15:43  karibu
+
+ * Improved font support for linux (just missing underline parameter )
+
+2003-04-17 Thursday 14:18  anil
+
+ * oups forgot to commit this one. still the hide/show thing.
+
+2003-04-17 Thursday 14:00  anil
+
+ * We now use hide/show for the file info window
+
+2003-04-17 Thursday 13:46  karibu
+
+ * Can get size of a text
+
+2003-04-17 Thursday 13:08  karibu
+
+ * SkinManage is called by a timer
+ * Timer for text control are working badly but it's the first step
+
+2003-04-17 Thursday 10:58  fenrir
+
+  * ffmpeg: remove some #ifdef (you need at least libavcodec build >= 4655)
+ and use ffmpeg postprocessing instead of vlc builtins. (It's a lot faster).
+
+2003-04-17 Thursday 10:53  karibu
+
+ * Fixed dewtructor
+
+2003-04-17 Thursday 10:42  asmax
+
+ * beginning of font support !
+
+2003-04-16 Wednesday 21:50  karibu
+
+ * gtk2_theme.cpp: window are not automatically visibled
+ * gtk2_window.cpp: removed fading transition delay
+ * vlcproc.cpp: removed warning
+
+2003-04-16 Wednesday 21:40  ipkiss
+
+  *  modules/gui/skins/*: we now #include skin files using a relative
+     path, so that MSVC is happy :)
+
+2003-04-16 Wednesday 21:39  karibu
+
+ * Removed debug calls
+
+2003-04-16 Wednesday 21:30  karibu
+
+ * Can now quit the interface
+
+2003-04-16 Wednesday 19:22  karibu
+
+ * gtk2_bitmap.cpp: fixed constructor bug
+ * Events work better: controls are working, not still perfectly...
+
+2003-04-16 Wednesday 16:33  fenrir
+
+  * transcode: tried to fix compilation with older libavcodec.
+
+2003-04-16 Wednesday 16:32  fenrir
+
+  * mp4: fix a string format.
+
+2003-04-16 Wednesday 16:20  fenrir
+
+  * mp4: removed empty strings in msg_Dbg.
+
+2003-04-16 Wednesday 15:34  asmax
+
+ * small fix
+
+2003-04-16 Wednesday 14:38  asmax
+
+ * at last, transpareny WORKS !!!!!
+
+2003-04-16 Wednesday 11:47  gbazin
+
+ * modules/misc/dummy/input.c, modules/access/file.c, include/vlc_common.h:
+    msvc compilation fixes.
+
+2003-04-16 Wednesday 00:12  fenrir
+
+  * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
+ before first slice).
+  * ffmpeg: use indeo v3 decoder (untested).
+  * stream_ouput.c,libvlc.h : take care of:
+  --sout-acodec,--sout-vcodec : use transcoding. (You can specify bitrate
+ using --sout-abitrate and --sout-vbitrate in kilobits/s).
+  --sout-display: to display while streaming.
+ (Btw there is a problem with vout and display, it leads to a ref count = -1)
+
+2003-04-15 Tuesday 22:16  asmax
+
+  * remove a small kludge
+  * tried to add transparency, but it doesn't work :(
+
+2003-04-15 Tuesday 20:54  karibu
+
+ * GTK2 events work even better
+
+2003-04-15 Tuesday 20:42  karibu
+
+ * Fixed GTK2 events
+
+2003-04-15 Tuesday 20:33  karibu
+
+ * Events are even better, not yet perfect !
+
+2003-04-15 Tuesday 17:55  ipkiss
+
+  * event broadcasting should work
+
+2003-04-15 Tuesday 16:49  karibu
+
+ * Fixed mouse leave notification
+
+2003-04-15 Tuesday 16:47  karibu
+
+ * Fixed mouse leaving notification for windows
+ * Added mouse leaving notification for gdk
+
+2003-04-15 Tuesday 16:42  karibu
+
+ * Fixed mouse events
+
+2003-04-15 Tuesday 15:53  gbazin
+
+ * modules/codec/libmpeg2.c: small bugfix.
+
+2003-04-15 Tuesday 14:05  hartman
+
+ modules/gui/macosx/controls.m:
+  * present the open dialog when pressing play button instead of 'standard'
+    open dialog, to make users more aware of this dialog and the functions
+    it has.
+ ALL:
+  * when opening a file NOT trough the Open dialog, make sure sout and
+    suboptions are reset to ""
+
+2003-04-15 Tuesday 12:40  hartman
+
+ * reselect current playlist item when reordering items.
+
+2003-04-15 Tuesday 11:46  ipkiss
+
+  * compilation fix
+
+2003-04-15 Tuesday 01:19  ipkiss
+
+  * basic event handling
+
+2003-04-14 Monday 23:10  sam
+
+   * ./toolbox: the Solaris diff does not understand -q, just replaced it
+     with 2>&1 >/dev/null.
+
+2003-04-14 Monday 23:07  sam
+
+   * ./toolbox: fixed a bashism.
+
+2003-04-14 Monday 22:29  gbazin
+
+ * modules/gui/skins/src/event.cpp: fixed another small buffer overrun.
+
+2003-04-14 Monday 22:22  massiot
+
+ * Implementation of a frame-dropping algorithm for the libmpeg2 plug-in
+   (incomplete).
+
+2003-04-14 Monday 21:38  asmax
+
+ * implemented OSAPI_GetTime() with glib
+
+2003-04-14 Monday 20:17  asmax
+
+ * it works event better !!
+
+2003-04-14 Monday 20:07  asmax
+
+ * it works !
+
+2003-04-14 Monday 18:10  sam
+
+   * ./configure.ac.in: skins _disabled_ by default on [!win32].
+
+2003-04-14 Monday 18:05  asmax
+
+ * better window size
+
+2003-04-14 Monday 17:56  karibu
+
+ * Controls coordinate are available
+
+2003-04-14 Monday 17:16  sam
+
+   * ./debian/rules: we now build the static objects twice: once the normal
+     way before we link them with VLC, and once with -fPIC so that they can
+     be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and
+     we don't need it on x86.
+
+2003-04-14 Monday 17:03  asmax
+
+ * get the size of a bitmap
+
+2003-04-14 Monday 10:18  asmax
+
+ * bad directory
+
+2003-04-14 Monday 10:00  karibu
+
+ * Added use of channel server for skins: still experimental
+
+2003-04-14 Monday 03:23  fenrir
+
+  * all: correctly set p_payload_end when using input_NewPacket.(But
+ we should perhaps change the behavour of input_NewPacket).
+
+2003-04-14 Monday 03:13  fenrir
+
+  * transcode.c: removed an absolute header path...
+
+2003-04-14 Monday 02:26  fenrir
+
+  * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't
+ set p_payload_end to the good value -> some packets are bigger than
+ requested).
+
+2003-04-13 Sunday 22:55  asmax
+
+ * at last an image !!
+
+2003-04-13 Sunday 20:07  asmax
+
+ * something will be visible soon, be patient...
+  (this silly GDK doesn't know BMP images :(
+
+2003-04-13 Sunday 20:00  fenrir
+
+  * all: new sout scheme. Now a chain of module are created that can
+ modify/apply on all streams, --sout has the same behavour expect when
+ starting with a '#'.
+
+  With a starting '#' you can specify a chain of modules, it's still
+ unstable but a lot more powerfull.
+  You have access to duplicate(that duplicate all stream), transcode
+ (using only ffmpeg), standard/std and es (that apply muxers and access),
+ and display. You could chain them with ':' and specify options with
+ {option1=value,option2=value[,...]}.
+
+ ex: * to stream and see the stream to udp/ts:ip
+  --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
+     * to transcode,see and stream
+  --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
+
+  Without a starting '#', the url is converted into '#std{acces=,mux=,url}'
+ Test and report bugs :)
+
+2003-04-13 Sunday 19:09  asmax
+
+ * should have repaired win32 skins
+
+2003-04-13 Sunday 17:46  asmax
+
+ * Gtk2 skins: it doesn't work but it runs without any segfault, so
+   I commit ;)
+   (I probably broke skins under windows....)
+
+2003-04-12 Saturday 22:50  asmax
+
+ * now the skin module compiles AND links !
+   (and segfaults... ;)
+
+2003-04-12 Saturday 21:43  asmax
+
+ * at last made the skin module compile under linux !
+   It does absolutely nothing, but it compiles ;)
+
+2003-04-12 Saturday 13:17  asmax
+
+ * renamed "kernel" into "vlc" ;)
+
+2003-04-12 Saturday 13:06  asmax
+
+ * added libraries to please Bill ;)
+
+2003-04-12 Saturday 10:34  asmax
+
+ * fixed dependencies and added options
+
+2003-04-12 Saturday 10:01  asmax
+
+ * fixed a typo
+
+2003-04-12 Saturday 09:57  asmax
+
+ * more options in menuconfig script
+   Only tested under linux; please give feedback if something is wrong
+   Some help should be written in doc/Configure.help; if you know what
+   to write there, please contribute !
+
+2003-04-11 Friday 22:08  videolan
+
+ * New message: VLC_NET_ADDUDP, to add an UDP stream to the playlist. Still
+                experimental
+
+2003-04-11 Friday 21:19  videolan
+
+ * Fixed bug: When button or checkbox are disabled, the previous control can't
+              take the hand
+
+2003-04-11 Friday 20:45  asmax
+
+ * user-friendly(?) build system, based on linux Menuconfig script.
+   Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
+   It's actually a wrapper which calls configure, but only a small number
+   of vlc functionalities has been implemented at the moment.
+   Please try it however ;)
+   (you must have libncurses-dev installed)
+
+2003-04-11 Friday 19:15  sam
+
+   * ./debian/control: changed the libvlc0-dev section to libdevel (to match
+     the Debian installer's override file).
+   * ./debian/woody-buildpackage: updated accordingly.
+
+2003-04-09 Wednesday 20:53  hartman
+
+ * All : added an about VLC panel. It scrolls the names and the work of the
+         AUTHORS file.
+
+ * AUTHORS: updated my own info
+
+2003-04-09 Wednesday 20:07  jpsaman
+
+ Familiar Linux (GPE/GTK+,OPIE) packaging and building scripts.
+
+2003-04-09 Wednesday 19:58  gbazin
+
+ * src/libvlc.c: fixed the "color" config option.
+ * src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg().
+
+2003-04-09 Wednesday 17:27  sam
+
+   * ./Makefile.am: we call pbxbuilder with the explicit target name, because
+     we might have an additional target one day, such as vlcplugin :)
+   * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin.
+   * ./mozilla/vlcshell.cpp: added required OS X functions.
+
+2003-04-09 Wednesday 16:18  sam
+
+   * ./mozilla/*: moved support files in a separate directory.
+   * ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp
+     that builds with g++ instead of CodeWarrior.
+
+2003-04-09 Wednesday 16:05  sam
+
+   * ./toolbox: implemented toolbox --distclean to clean the tree without
+     having to bootstrap/configure/whatever.
+
+2003-04-09 Wednesday 14:12  hartman
+
+ * modules/gui/macosx/*:
+   - when adding multiple files, we sort them alphabetically before adding them.
+     stupid finder ;)
+
+ * modules/demux/asf/asf.c:
+   - avoid a duplicate translation of a string
+
+2003-04-09 Wednesday 12:33  sam
+
+   * ./debian/rules: mouahaha, cutting off the branch I was sitting on.
+
+2003-04-09 Wednesday 12:03  sam
+
+   * ./modules/gui/kde/preferences.cpp: KDE 2 backport.
+
+2003-04-09 Wednesday 11:43  sam
+
+   * ./debian/woody-buildpackage: additional error checking.
+
+2003-04-09 Wednesday 10:34  sam
+
+   * ./debian/rules: we now remove spurious woody build files in the clean rule.
+
+2003-04-09 Wednesday 10:17  sam
+
+   * ./debian/rules: fixed a clock skew issue in debian/rules.
+
+2003-04-09 Wednesday 09:59  titer
+
+  v4l.c: compile fix
+
+2003-04-09 Wednesday 09:40  titer
+
+  - fixed my last fix for BeOS/BONE
+  - fixed v4l detection
+
+2003-04-08 Tuesday 22:38  massiot
+
+ Now 0.5.4-cvs.
+
+2003-04-08 Tuesday 21:31  massiot
+
+ * Updated ChangeLog.
+
+2003-04-08 Tuesday 21:26  gbazin
+
+ * modules/audio_output/waveout.c: compilation fix for builtins only build.
+
+2003-04-08 Tuesday 13:22  sam
+
+   * ./debian/changelog: ready for releasable .deb packages.
+
+2003-04-08 Tuesday 08:59  sam
+
+   * ./configure.ac.in: if CoreAudio is too old, disable the coreaudio_resampler
+     module for the moment.
+
+2003-04-08 Tuesday 08:35  massiot
+
+ * Fixed the translation option with Mac OS X.
+
+2003-04-08 Tuesday 07:22  sigmunau
+
+ modules/video_filter/Modules.am: forgot to add the osdtest module
+ modules/video_filter/osd_text.c: fixed a bug in size/place calculations.
+ Support gamma correction of the text.
+
+2003-04-08 Tuesday 07:19  alexis
+
+ Update spec file for the 0.5.3 release, courtesy of Jason Luka.
+
+2003-04-08 Tuesday 02:06  gbazin
+
+ *  modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h:
+     fixed 2 nasty buffer overflows. This fixes the last crashes I've got
+     with the skins interface.
+
+2003-04-07 Monday 21:51  massiot
+
+ * Updated ChangeLog
+ * src/libvlc.c: Darwin doesn't have a "translation" config variable
+
+2003-04-07 Monday 17:35  gbazin
+
+ * po/fr.po: small update.
+ * modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :)
+
+2003-04-07 Monday 16:02  gbazin
+
+ * modules/audio_output/directx.c, modules/audio_output/waveout.c:
+    cosmetic changes.
+
+2003-04-07 Monday 13:46  gbazin
+
+ * src/libvlc.c: fixed the translation config option to also take into
+   account the value in the config file.
+
+2003-04-07 Monday 13:01  gbazin
+
+ * src/libvlc.c: reload the main module in case the user asks for the
+    translation to be disabled. That way, the translation will even be
+    disabled in the preferences panel.
+
+2003-04-07 Monday 12:41  hartman
+
+ * new dutch translation
+ * readded Mac OS X readme file to Mac OS X distribution
+ * fixed some errors in the readme
+
+2003-04-07 Monday 11:48  gbazin
+
+ * src/misc/configuration.c: what the f??k, configuration variable names
+    and subtypes were being translated.
+
+2003-04-07 Monday 09:25  gbazin
+
+ * modules/gui/wxwindows/interface.cpp: removed debug message.
+
+2003-04-06 Sunday 23:44  massiot
+
+ * Renamed the "headphone" option to "headphone-opt" to avoid error
+ messages "option headphone does not exist". I'm not clever enough to find
+ out why it doesn't work when it's named "headphone".
+
+2003-04-06 Sunday 23:21  massiot
+
+ * Bumped up revision number to 0.5.3
+ * po/* : run --update-po before the release
+ * ChangeLog : run --update-changelog
+ * toolbox : ChangeLog is UTC
+ * OS X : fixed a bug with the deinterlace menu and localizations (thanks
+   Felix)
+
+2003-04-06 Sunday 23:00  hartman
+
+ * some small changes/fixes
+
+2003-04-06 Sunday 21:48  gbazin
+
+ * po/fr.po: another bunch of updates to the french translation.
+
+2003-04-06 Sunday 20:46  karibu
+
+ * Added missing files
+
+2003-04-06 Sunday 20:27  karibu
+
+ * Changed default skin files
+
+2003-04-06 Sunday 20:08  sigmunau
+
+ Support files that are called .asx and .pls but really are just .m3u files
+
+2003-04-06 Sunday 17:57  ipkiss
+
+  - modules/gui/skins/skin_main.cpp: Try to open the default XML file first
+
+2003-04-06 Sunday 17:48  gbazin
+
+ * modules/demux/mp4/mp4.c: fixed an off by one error in array access.
+
+2003-04-06 Sunday 17:16  titer
+
+  Fixed a linkage problem with BeOS/BONE.
+
+2003-04-06 Sunday 17:14  gbazin
+
+ * Makefile.am, install-win32: added the default skin to the win32 package.
+
+2003-04-06 Sunday 16:30  gbazin
+
+ * modules/gui/wxwindows/messages.cpp: added a verbose checkbox which enables the warning and debug messages (disabled by default).
+ * NEWS: updated the NEWS file.
+
+2003-04-06 Sunday 15:43  massiot
+
+ * Updated French and German translations courtesy of their maintainers
+ * THANKS: added Jean-Pierre Kuypers, French translator
+ * NEWS: updated for 0.5.3 release. Please check.
+
+2003-04-06 Sunday 14:12  massiot
+
+ Disabled the translation configuration variable on OS X since it doesn't
+ work.
+
+2003-04-06 Sunday 13:18  sigmunau
+
+ expand info categories by default
+
+2003-04-06 Sunday 10:34  sigmunau
+
+ Some simple updates
+
+2003-04-06 Sunday 01:00  massiot
+
+ * OS X : create dummy fr.lproj etc. directories, so that the Apple menu and standard file dialogs be translated too
+ * modules/gui/wxwindows/open.cpp: fixed a string
+ * src/misc/configuration.c: don't yell when a config variable disappears
+ * po/de.po po/it.po: new translations by maintainers
+
+2003-04-05 Saturday 12:43  gbazin
+
+ * modules/codec/libmpeg2.c: hack to keep libmpeg2 from stealing pictures from the vout when the decoder is closed.
+
+2003-04-05 Saturday 12:32  gbazin
+
+ * modules/access/dvdplay/access.c: fixed a bug in dvdNewArea() when i_angle == 0.
+ * install-win32: misc improvements to the nsis installer script.
+
+2003-04-04 Friday 19:32  massiot
+
+ [no log message]
+
+2003-04-02 Wednesday 23:16  massiot
+
+ * Added a new kfir: access module, designed to work around a bug in the
+   kfir driver.
+
+2003-04-02 Wednesday 21:21  sigmunau
+
+ Fixed a bug when trying to set 4 channel output
+
+2003-04-02 Wednesday 15:20  massiot
+
+ * Fixed a bug with the stream: input plug-in when receiving no data.
+
+2003-04-01 Tuesday 22:29  massiot
+
+ * Bumped up revision number to 0.5.3-test2
+ * modules/access_output/udp.c: Now supports IPv6 IP addresses (patch
+   courtesy of Alexis Guillard)
+ * po/*: Updated po files to send out to the translators
+ * Mac OS X port: Cosmetics
+
+2003-04-01 Tuesday 16:13  sam
+
+   * ./debian/control: changed the section of gnome-vlc and kvlc according to
+     new Debian archive sections.
+   * ./debian/woody-buildpackage: updated woody-buildpackage so that packages
+     say "stable".
+
+2003-04-01 Tuesday 16:11  gbazin
+
+ * modules/gui/wxwindows/*: misc small improvements and fixes.
+
+2003-04-01 Tuesday 12:24  gbazin
+
+ * modules/gui/skins/src/event.cpp: Event::CreateEvent() was trying to free
+    statically allocated strings.
+
+2003-04-01 Tuesday 11:12  massiot
+
+ Added Andy Lindsay.
+
+2003-04-01 Tuesday 10:46  massiot
+
+ * TS demux patches, courtesy of Andy Lindsay <andy_vl@ananam.com>.
+
+2003-04-01 Tuesday 00:18  gbazin
+
+ * modules/gui/wxwindows/*: few modifications to the strings.
+
+2003-03-31 Monday 23:37  sigmunau
+
+ made a format-only string untranslateable
+
+2003-03-31 Monday 23:32  sigmunau
+
+ Changed a duplicate string, and removed an info string that isn't really
+ useful
+
+2003-03-31 Monday 22:39  massiot
+
+ * modules/codec/*: Fixed a PTS bug at the initialization of some codecs
+ * modules/audio_filter/resampler/coreaudio.c: Set score to 0
+
+2003-03-31 Monday 22:39  gbazin
+
+ * po/*: updated the po directory.
+
+2003-03-31 Monday 04:26  fenrir
+
+  * v4l: forgot a munmap.
+
+2003-03-31 Monday 03:46  fenrir
+
+  * v4l: updated, now it should grab (and compress if you want) the video.
+ Audio grabbing part is commented out and untested.
+  The syntax is like that:
+   v4l:<device>[:option=value:...]
+  options: channel,norm (pal, ntsc,secam), frequency (not really there is
+           a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga),
+           codec (optional, mpeg1 or mpeg4 and need to have compiled the
+           encoders modules)
+  ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga
+  Please test.
+  * rawvideo.c: a pseudo decoder for raw video (I420).
+  * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video
+ synchro problems.
+
+2003-03-30 Sunday 23:35  jlj
+
+  * ALL: Move CoreAudio aout into seperate module.
+
+2003-03-30 Sunday 19:56  gbazin
+
+ * modules/gui/wxwindows/*: another bunch of improvements.
+
+2003-03-30 Sunday 18:14  gbazin
+
+ * modules/*: sanitization of the modules description strings.
+
+2003-03-30 Sunday 16:26  gbazin
+
+ * modules/gui/wxwindows/*: small formating changes.
+ * modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions.
+
+2003-03-30 Sunday 15:05  gbazin
+
+ * modules/gui/wxwindows/preferences.cpp: we only list the plugins that have config options. That makes things less confusing.
+
+2003-03-30 Sunday 14:24  gbazin
+
+ * include/configuration.h: added the add_directory() config macro.
+ * modules/gui/wxwindows/preferences.cpp: support for add_string_from_list().
+ * ALL: changed some add_string() config options to add_file().
+
+2003-03-30 Sunday 14:09  sigmunau
+
+ use add_file and not add_string for the "audiofile-path" option
+
+2003-03-30 Sunday 13:23  gbazin
+
+ * modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box.
+ * src/misc/configuration.c: added support for CONFIG_ITEM_DIRECTORY.
+
+2003-03-30 Sunday 12:15  sigmunau
+
+ enabled the menu-entry to show file info when there is an input
+
+2003-03-30 Sunday 11:59  sigmunau
+
+ modules/gui/kde/interface.cpp: removed a debug message
+ modules/gui/kde/preferences.cpp: use sliders for integer and float options
+ with a range, use combobox for string_from_list options, fixed a layout
+ issue and removed some debug messages
+
+2003-03-30 Sunday 11:54  sigmunau
+
+ modules/access/dvdplay/dvd.c: removed an unused configuration category
+ modules&misc/logger/logger.c: use add_string_from_list for the logmode
+ option
+
+2003-03-30 Sunday 11:43  gbazin
+
+ * configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all.
+ * modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files.
+ * include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type.
+ * modules/gui/wxwindows/*: the preferences dialog should be fully useable now.
+
+2003-03-30 Sunday 02:58  gbazin
+
+ * modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It is almost useable now ;)
+
+2003-03-30 Sunday 01:13  massiot
+
+ * Resampler plug-in based on CoreAudio's AudioConverter.
+
+2003-03-29 Saturday 17:10  gbazin
+
+ * modules/gui/wxwindows/open.cpp: fixed an event problem on win32.
+ * modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on
+    win32 when the wxwindows interface is compiled as a builtin.
+
+2003-03-29 Saturday 14:30  sigmunau
+
+ preferences.cpp: Changed the preferences dialog to use a tree of categories
+ and plugins, the way wxwindows do it.
+ pluginsbox.(cpp|h): removed the "Configure" button from CONFIG_ITEM_MODULE
+ widgets, as it isn't needed anymore
+
+2003-03-29 Saturday 13:15  sigmunau
+
+ removed an unused configuration category
+
+2003-03-29 Saturday 12:22  gbazin
+
+ * modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h:
+    moved the headphone-dim config option to the headphone plugin.
+ * modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value.
+ * src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.
+
+2003-03-29 Saturday 11:15  gbazin
+
+ * modules/gui/wxwindows/*: small fixes to the open and streamout dialogs.
+
+2003-03-29 Saturday 10:35  jpsaman
+
+ If --disable-xosd is given then xosdtext is not build.
+ If --enable-xose is given then xosdtext is build also.
+
+2003-03-29 Saturday 01:50  gbazin
+
+ * modules/gui/wxwindows/*: added demuxdump support to the open dialog.
+
+2003-03-28 Friday 22:09  alexis
+
+ New RedHat package file, written by Jason Luka <jason@geshp.com>.
+
+2003-03-28 Friday 17:02  gbazin
+
+ * modules/audio_output/waveout.c: compilation fix for --disable-plugins build.
+ * src/video_output/*, include/video.h: added a pf_lock/unlock fonction
+    pointer that's used to lock the memory of a picture in vout_RenderPicture
+    when required by the video output plugin.
+ * modules/video_output/directx/*: implemented pf_lock/unlock. That will fix
+    the crash when pressing ctrl+alt+del.
+
+2003-03-28 Friday 11:34  sigmunau
+
+ added a SetPalette function so "vlc --vout dummy --dummy-chroma RGB2" don't
+ segfault.
+
+2003-03-26 Wednesday 22:56  gbazin
+
+ * modules/codec/libmpeg2.c: added code to handle 3:2 pulldown.
+
+2003-03-26 Wednesday 21:46  marcari
+
+   * cross-compilation doc : work in progress
+
+2003-03-26 Wednesday 03:13  hartman
+
+ * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
+ * modules/gui/macosx/open.?
+   - updated the open dialog (now with sheets !!!)
+   - added ogg file stream out
+   - added http file stream out
+   - added file subtitle support for the delay and fps options
+ * extras/MacOSX/vlc.pbproj/project.pbxproj
+   - added the .ts file-extension to the application
+
+2003-03-26 Wednesday 01:50  sam
+
+   * ./debian/control: added correct versioned build-dependency on debhelper.
+
+2003-03-26 Wednesday 01:14  sam
+
+   * ./debian/control: added explicit dependencies on vlc to legacy packages
+     to make linda and lintian happier.
+
+2003-03-26 Wednesday 00:56  gbazin
+
+ * src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface.
+ * modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel.
+
+2003-03-26 Wednesday 00:21  sam
+
+   * ./README.MacOSX.rtf, ./modules/gui/macosx/playlist.h, ./extras/MacOSX/*:
+     added a final newline to a few text files to avoid diff complaints.
+
+2003-03-25 Tuesday 23:51  sam
+
+   * ./modules/demux/util/Modules.am: added missing id3genres.h to make dist.
+
+2003-03-25 Tuesday 23:43  sam
+
+   * ./modules/gui/skins/Modules.am: fixed a typo.
+
+2003-03-25 Tuesday 23:32  sam
+
+   * ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
+   * ./Makefile.am: we distribute ./toolbox.
+
+2003-03-25 Tuesday 23:13  sam
+
+   * ./bootstrap: fixed a syntax error in the generated m4/vlc.m4.
+
+2003-03-25 Tuesday 23:11  sam
+
+   * ./m4/*: updated m4 macros.
+
+2003-03-25 Tuesday 23:06  gbazin
+
+ * modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs.
+
+2003-03-25 Tuesday 22:55  sam
+
+   * ./debian/control: bumped up standards version to 0.5.9.0.
+   * ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to
+     work around mozilla-dev's currently broken dependencies.
+   * ./debian/control: we now link against libdvdread3 instead of libdvdread2.
+   * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid
+     linking against both libdvdread2 and libdvdread3.
+
+2003-03-25 Tuesday 17:07  gbazin
+
+ * src/input/input.c, src/video_output/video_output.c: when the input thread
+    ends, it will also destroy the vout if one was spawned.
+
+2003-03-25 Tuesday 15:38  gbazin
+
+ * src/misc/modules.c: module_Need() now only raises the scores of the
+    plugins matching the given shortcuts list, unless "none" is closing the
+    list (in which case only the plugins matching the list can be selected).
+
+    Which means that users will stop complaining vlc doesn't launch anymore
+    or can't play anything after they have fiddled with their config
+    options :))
+
+2003-03-25 Tuesday 00:43  gbazin
+
+ * src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout).
+
+2003-03-24 Monday 23:50  gbazin
+
+ * src/video_output/video_output.c, include/video_output.h:
+    take into account the caching delay when dropping frames that are too
+    far into the future.
+
+2003-03-24 Monday 23:04  gbazin
+
+ * modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over
+ http :)
+
+2003-03-24 Monday 21:58  titer
+
+  configure.ac.in: fixed a BeOS compile issue
+
+2003-03-24 Monday 20:00  gbazin
+
+ * modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
+
+2003-03-24 Monday 19:58  hartman
+
+ * moved macosx-dmg to extras/MacOSX/macosx-dmg
+ * added some macosx files to DIST that were probably missing in the tar ;)
+
+2003-03-24 Monday 19:12  gbazin
+
+ * modules/access/*: don't forget to reinitialize the timeout when looping around select().
+
+2003-03-24 Monday 17:15  gbazin
+
+ * modules/access/*: pf_read() in access modules is now blocking. We still
+    check regularly for p_input->b_die though. Now the demuxers can safely
+    assume that pf_read() == 0 means EOF.
+ * ALL: got rid of the p_input->b_connected flag.
+ * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop
+    of "decoder stuck" messages that sometimes happened.
+ * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation
+    warnings.
+
+2003-03-24 Monday 15:20  hartman
+
+ * more interface support for directories.
+
+2003-03-24 Monday 14:18  hartman
+
+ * modules/access/dvd*: changed some errors in warnings because the directory
+   might still be readable by the directory access module.
+ * added drag and drop support for directories.
+
+2003-03-24 Monday 13:52  sam
+
+   * ./THANKS: added a translation contributor.
+   * ./po/it.po: fixed this file's format.
+   * ./m4: fixed "make dist" when gettext is too old.
+
+2003-03-24 Monday 13:50  hartman
+
+ * Added fourcc 'MSS1' which is equivalent to 'WMV2'
+
+2003-03-24 Monday 01:39  gbazin
+
+ * modules/access/directory.c: fixed the directory access plugin.
+ * configure.ac.in, modules/access/Modules.am: enabled the directory access plugin.
+
+2003-03-24 Monday 00:12  hartman
+
+ * a new directory access module. It parses a directory with dirent and builds
+   a m3u 'file' which it feeds to the m3u demuxer.
+   Problems: - it requires a dir to end with /
+             - if i enabled it, all files would use the m3u demuxer for some
+             strange reason. i've spent a day hunting this down, reboot-
+             strapping and doing who knows what. I'm sick of it now.
+             Someone else can give it a try, if he wants to.
+
+2003-03-23 Sunday 20:41  gbazin
+
+ * configure.ac.in: fixed linking problem with the win32 build.
+
+2003-03-23 Sunday 18:10  massiot
+
+ Fixed configure script (alcohol isn't the solution).
+
+2003-03-23 Sunday 16:38  sigmunau
+
+ modules/video_filter/osd_text.c: A video filter that uses freetpye2 to
+ render text on the video
+ include/osd.h: some constants useful when interfacing with the osd module
+ configure.ac.in: check for freetype2, enabled the osdtext module by default
+ Makefile.am: added osd.h, please check that this is correct
+ lirc.c: modified to provide feedback when buttons are pressed.
+
+ Look at the Feedback() function in lirc.c to see how this module can be used
+
+2003-03-23 Sunday 15:10  yves
+
+ better OS detection (RH).
+
+2003-03-23 Sunday 12:12  gbazin
+
+ * modules/demux/mpeg/audio.c: sanity check so we don't crash on mpeg audio files with a bad Xing Header.
+
+2003-03-22 Saturday 23:03  sigmunau
+
+ Updated a comment
+
+2003-03-22 Saturday 14:39  fenrir
+
+  * sap: clean up.
+
+2003-03-22 Saturday 14:35  gbazin
+
+ * modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension.
+
+2003-03-22 Saturday 11:21  gbazin
+
+ * modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.
+
+2003-03-22 Saturday 03:14  gbazin
+
+ *  modules/gui/wxwindows/*: Added a stream output dialog box.
+
+2003-03-21 Friday 23:59  sigmunau
+
+ Updated norwegian translation thanks to  Haakon Meland Eriksen
+
+2003-03-21 Friday 17:14  gbazin
+
+ * configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and replaced it with an MCI command.
+
+2003-03-21 Friday 07:54  massiot
+
+ Fixed the "locales have disappeared" problem under OS X.
+
+2003-03-21 Friday 02:05  gbazin
+
+ * modules/demux/ogg.c: fix for some ogg web radio streams where there
+ is a huge gap between the granulepos in the header packets and the data
+ packets.
+
+2003-03-21 Friday 00:17  karibu
+
+ * slider.cpp: fixed mouse down refresh bug
+ * theme.cpp: removed debug text
+
+2003-03-21 Friday 00:00  karibu
+
+ * Fixing Parkinson disease bug (it's not funny, it's real life)
+
+2003-03-20 Thursday 21:45  gbazin
+
+ * modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug.
+
+2003-03-20 Thursday 10:27  sam
+
+   * ./bootstrap: if pkg-config is not available, we define PKG_CHECK_MODULES
+     ourselves.
+   * ./bootstrap: "make dist" works again, even if gettext is not present.
+
+2003-03-20 Thursday 10:06  sam
+
+   * ./toolbox: fixed a Makefile parsing bug.
+
+2003-03-20 Thursday 09:29  karibu
+
+ * Fixing a refresh bug when opening an open file dialog box
+
+2003-03-19 Wednesday 23:54  massiot
+
+ * configure.ac.in : Disabled GTK2 and gnome2 plug-in since they break
+   all platforms but GNU/Linux
+ * Bumped up revision number to 0.5.3-test1
+
+2003-03-19 Wednesday 18:17  karibu
+
+ * Updating doc.
+
+2003-03-19 Wednesday 18:14  karibu
+
+ * Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization
+
+2003-03-19 Wednesday 17:40  fenrir
+
+  * gtk_main.c:: added(uncommented) gdk_thread_init for gtk2/gnome2.
+ Whitout it I can't even start gtk2 interface.
+
+2003-03-19 Wednesday 17:14  karibu
+
+ * button.cpp : Fixing bug when disabling control
+ * Checkbox.cpp : adding onmouseover and onmouseout events
+ * Updating DTD
+ * win32_event.cpp : fixing bug for WINDOW_OPEN event
+
+2003-03-19 Wednesday 15:44  hartman
+
+ * INSTALL: added reference to online info on compiling on MacOSX and BeOS
+
+ * NEWS: bringing the file to 0.5.3. i have added my work (and some things
+   that I remembered). i trust everyone will enter his own stuff ;)
+
+ * README.MacOSX.rtf: fixed some errors
+
+ * THANKS: added Olivier Aubert for his vout-clone-list patch
+
+2003-03-19 Wednesday 13:55  hartman
+
+ * fix for multiple monitors.
+
+2003-03-19 Wednesday 03:11  karibu
+
+ * Fixed skin config save
+
+2003-03-19 Wednesday 02:09  videolan
+
+ * Adding onmouseover and onmouseout events to button control
+ * Fixing window position at launch time
+ * Adding notification when mouse leaves a window
+
+2003-03-18 Tuesday 23:59  massiot
+
+ * Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange Motorola encoders
+   do not follow the standard.
+
+2003-03-18 Tuesday 23:51  jlj
+
+   * ./modules/gui/macosx/vout.m: cosmetic.
+
+2003-03-18 Tuesday 23:30  gbazin
+
+ * modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of Olivier Aubert.
+    Allows to specify a comma separated list of vout plugins that we want to be used by the clone filter.
+ * modules/video_filter/*: don't forget to detach the vout before destroying it.
+
+2003-03-18 Tuesday 22:14  hartman
+
+ * modules/gui/macosx/vout.m:
+   Now a complete redesign of the hiding of the mousecursor.
+   - We use higher level functions now (NSCursor).
+   - We only hide if the cursor is over our VLCView
+   - In many exceptions we unhide. This is mainly for multimonitor support.
+
+2003-03-18 Tuesday 21:34  gbazin
+
+ * configure.ac.in, m4/*, po/Makefile.in.in: build updated to use gettext 0.11.5 by default.
+    This is necessary for the win32 build because old gettext versions do not work on win32.
+
+2003-03-18 Tuesday 20:38  gbazin
+
+ * configure.ac.in: fixed linking problem with the slp plugin on win32.
+
+2003-03-18 Tuesday 20:20  gbazin
+
+ * configure.ac.in: use the -O2 gcc option when compiling the skins plugin so that compilation doesn't take ages.
+    Also use -fno-rtti -fno-exceptions to save some bits of space.
+
+2003-03-18 Tuesday 19:37  marcari
+
+   * first draft of the draft
+
+2003-03-18 Tuesday 18:33  ipkiss
+
+ Fixed the path in the default skin (thanks gibalou)
+
+2003-03-18 Tuesday 18:25  ipkiss
+
+ Fix for skins compilation under cygwin (thanks gibalou)
+
+2003-03-18 Tuesday 04:56  ipkiss
+
+ Compilation fixes
+
+2003-03-18 Tuesday 04:08  ipkiss
+
+ Compilation fixes and cosmetic changes
+
+2003-03-18 Tuesday 04:07  hartman
+
+ * modules/gui/macosx/vout.m:
+   Reworked the mouse hiding routine. we were always hiding the mousecursor
+   on kCGDirectMainDisplay, but this display is always the one with the
+   menubar and not always the one containing our VLCVout.
+   This new code takes the vout, and calculates on which displays (plural
+   because of possible mirroring) it is being shown. It then shows or hides
+   the cursor on all of those displays.
+   This should fix #396.
+
+2003-03-18 Tuesday 02:48  ipkiss
+
+  - doc/skins: some documentation about the skins
+  - doc/skins/curve_maker: files for a VB project for easy Bezier curves
+    creation
+  - share/skins/default: a default skin. It's an awful one made for
+    testing purposes, you'll be warned...
+
+2003-03-18 Tuesday 02:28  hartman
+
+ * modules/gui/macosx/info.m: keep the same panel open if track changes.
+ * modules/misc/httpd.c: removed an unused int.
+
+2003-03-18 Tuesday 02:21  ipkiss
+
+ Keep quiet, explanations will follow.
+
+2003-03-18 Tuesday 01:57  sam
+
+   * ./share/Makefile.am: added the .rle font to the make install rule.
+
+2003-03-18 Tuesday 01:54  sam
+
+   * ./toolbox: fixed a sed syntax error (thanks anil).
+
+2003-03-18 Tuesday 01:34  sam
+
+   * ./modules/Makefile.am: added a missing definition of NULL.
+
+2003-03-18 Tuesday 01:26  sam
+
+   * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
+   * ./toolbox: added --update-glade2 flag.
+
+2003-03-18 Tuesday 01:22  sam
+
+   * ./modules/codec/lpcm.c: fixed two uninitialized variables.
+
+2003-03-18 Tuesday 00:49  gbazin
+
+ * src/playlist/playlist.c: fixed misplaced variable declaration.
+
+2003-03-18 Tuesday 00:33  sigmunau
+
+ Seek one less time. Should increase performance with access modules where
+ seeks are expensive. (Though not enough)
+
+2003-03-18 Tuesday 00:25  jlj
+
+   * ./modules/codec/dts.c: Steve Jobs did not pay me for this bug. Really.
+
+2003-03-17 Monday 23:48  fenrir
+
+  * httpd: increased buffer size.
+
+2003-03-17 Monday 23:42  fenrir
+
+  * all: fixed some stupid bugs.
+
+2003-03-17 Monday 23:13  hartman
+
+ * modules/gui/macosx/playlist.m:
+   - fixed a cosmetic issue.
+
+2003-03-17 Monday 21:47  hartman
+
+  * modules/gui/macosx/playlist.?:
+    - rewrite of code
+
+2003-03-17 Monday 18:02  sam
+
+   * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
+     ./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a
+     terminating NULL pointer in the fake argv values we pass to gtk_init().
+   * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now
+     have the "gui-helper" capability.
+   * ./modules/misc/gtk_main.c: paved the way for Gtk2.
+
+2003-03-17 Monday 17:11  sam
+
+   * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not
+     defining its fourcc values like us.
+
+2003-03-17 Monday 17:10  hartman
+
+ * src/playlist/playlist.c:
+   - added playlist_Move to move an item in our playlist before the position
+     of a previous item (or end) of our playlist. Keeps index at it's current
+     item.
+ * modules/gui/macosx/playlist.?:
+   - Now a reorderable playlist. Thanks to Andrew Stone for example code.
+     This fixes #349 (Finally ;)
+   - True alternating colors in the playlistview. Thanks to Apple Computer
+     for the example code.
+
+2003-03-17 Monday 16:59  sam
+
+   * ./autotools/: moved some autotools executables to this subdirectory to
+     reduce cluttering of the root directory.
+
+2003-03-17 Monday 15:05  sigmunau
+
+ fixed up http redirects when there are other items in the playlist.
+
+2003-03-17 Monday 13:49  marcari
+
+   * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc
+
+2003-03-17 Monday 12:14  massiot
+
+ Fixed aspect ratio's tooltip.
+
+2003-03-16 Sunday 23:35  fenrir
+
+  * sub: better ssa4 recognition.
+
+2003-03-16 Sunday 20:06  jlj
+
+   * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification.
+
+2003-03-16 Sunday 16:07  fenrir
+
+  * sub.c: added SAMI subtitles support. (Untested and incomplete).
+
+2003-03-16 Sunday 13:11  fenrir
+
+  * asf: when there isn't any stream selected, stop playing.
+
+2003-03-16 Sunday 01:49  fenrir
+
+  * mms: removed some old stuff.
+
+2003-03-16 Sunday 01:37  fenrir
+
+  * mms: it seems that some server doesn't like fake ip 127.0.0.1
+ (they refuse the connection), so let give them 192.168.0.1 ...
+
+2003-03-15 Saturday 22:10  jlj
+
+ Another attempt at fixing the soundstick issue (unconfirmed).
+
+2003-03-15 Saturday 19:26  fenrir
+
+  * sout: fix a stupid bug making avi muxer segfaulting.
+
+2003-03-15 Saturday 19:21  jlj
+
+ Jeff Moore @ Apple: The HAL specifically won't allow a device that doesn't
+                     have linear PCM as it's current format to be
+                     the default device.
+
+2003-03-15 Saturday 18:44  fenrir
+
+  * ffmpeg: Use truncated frames if supported by codec (only with newer
+ libavcodec). This fix mpeg4 in TS with huge bitrate.
+  * sub: clean up. Report any problems.
+
+2003-03-15 Saturday 03:02  fenrir
+
+  * mms: revert some parts.
+
+2003-03-15 Saturday 02:33  fenrir
+
+  * mms: some clean up.
+
+2003-03-15 Saturday 00:09  fenrir
+
+  * httpd: begin to support get/post method (look at admin.html ;)
+
+2003-03-14 Friday 17:14  sam
+
+   * ./doc/fortunes.txt: sigmund++;
+
+2003-03-14 Friday 17:08  lool
+
+   * Meuuh+++;
+
+2003-03-14 Friday 01:23  hartman
+
+ * ALL: Bumped version to 0.5.3-cvs
+
+ * modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags
+   correctly, but now the name of the file as reported in the playlist info
+   gets displayed incorrectly if it has accents. (going for ID3 at the
+   moment. filenames are named a plenty in the correct way)
+
+2003-03-14 Friday 01:08  jlj
+
+   * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
+                                  issue in InitDevice. Should close #490.
+
+2003-03-14 Friday 00:24  sigmunau
+
+ all: info strings are now localized, fixed some typos and inconsistant uses
+ of capital letters
+
+2003-03-14 Friday 00:06  massiot
+
+ Attempt at fixing the soundstick issue (unconfirmed).
+
+2003-03-13 Thursday 22:45  sigmunau
+
+ set a default size for the fileinfo dialog
+
+2003-03-13 Thursday 22:35  sigmunau
+
+ Added support for oldstyle id3 genres.
+
+2003-03-13 Thursday 22:24  hartman
+
+ * modules/gui/macosx/misc.?
+   - added VLBrushedMetalImageView. This imageview does not respond to
+     mousedrage, so we can still move our window by it's background.
+ * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
+   - Changed the container of our background image to the new
+     VLBrushedMetalImageView.
+     This fixes #390
+
+2003-03-13 Thursday 16:20  marcari
+
+  * skeleton of the arm crosscompilation howto
+
+2003-03-13 Thursday 16:09  hartman
+
+ * extras/MacOSX/vlc.pbproj/project.pbxproj:
+   - added .qt and .pls file extensions.
+
+ * modules/gui/macosx/intf.m:
+   - increased the number of lines the messages dialog can hold to 400.
+
+ * added fourcc '3iv1' to .avi and .mov
+   - this is 3ivx D3.5 video.
+   - we cannot read them at however and probably never will. I added them
+     for completeness.
+
+ * added fourcc '3iv2' to .avi and ffmpeg
+   - this is 3ivx D4 video
+   - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.
+
+ * added fourcc '3ivd' to .avi, .mov and ffmpeg.
+   - this is video which was divx doctored by the 3ivx doctor program.
+   - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.
+
+ * added fourcc '3vid' to .avi, .mov and ffmpeg.
+   - this is incorrect encoded DIV3. it is an endianness issue by the encoder.
+   - ffmpeg can decode it however, so it is mapped to MPEG4 v3.
+
+2003-03-13 Thursday 15:50  marcari
+
+  * all: enhancements of the familiar interface includes :
+     - the interface adapts to the screen size/rotation
+     - a playlist
+     - a network tab next to te file tab inside the media tab
+     - MRL-Combo behaviour changed a bit
+     - apply handling in preferences
+
+2003-03-12 Wednesday 23:59  marcari
+
+  * all: added s16tofixed32 filter, so that we decode flac with iPaq !
+
+2003-03-12 Wednesday 23:15  titer
+
+  * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
+  * beos_specific.cpp, modules/gui/beos/*: add VLC version number in the
+    "About" window and in the titles of the others windows.
+
+2003-03-12 Wednesday 05:26  sam
+
+   * ./src/stream_output/stream_output.c: Win32 compilation fix.
+   * ./src/misc/modules.c: fixed a pointer indirection bug.
+
+2003-03-12 Wednesday 05:12  sam
+
+   * ./Makefile.am: moved generation of .h files to the toolbox so that we
+     can call "toolbox --update-includes" without running configure.
+   * ./toolbox: de-uglified some shell code.
+
+2003-03-12 Wednesday 04:16  sam
+
+   * ./bootstrap: fixed a conflict issue with recent autopoint versions.
+   * ./toolbox: the MSVC project file generation no longer depends on Makefile.
+
+2003-03-12 Wednesday 00:56  sam
+
+   * ./configure.ac.in: we look for libqt-mt.so before libqt.so.
+
+2003-03-11 Tuesday 23:56  gbazin
+
+ * ALL: experimental code for stream (dvd) navigation through object variables.
+
+2003-03-11 Tuesday 23:56  fenrir
+
+  * fix ima4 decoding.
+
+2003-03-11 Tuesday 22:44  sam
+
+   * ./debian/control: added libqt3-compat-headers build-dependency because of
+     strange issues with KDE headers that I'm not sure to fully understand but
+     also honestly completely don't care about.
+
+2003-03-11 Tuesday 21:52  fenrir
+
+  * removed strdupa.
+
+2003-03-11 Tuesday 21:23  sam
+
+   * ./configure.ac.in: quick and dirty workaround for qt3 headers location.
+
+2003-03-11 Tuesday 20:53  sam
+
+   * ./src/stream_output/stream_output.c: fixed a minor format string issue.
+
+2003-03-11 Tuesday 20:40  sam
+
+   * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev.
+
+2003-03-11 Tuesday 20:01  fenrir
+
+  * Added support of vplayer subtitles files.
+
+2003-03-11 Tuesday 19:58  sam
+
+   * ./debian/Makefile.am: removed spurious entries.
+
+2003-03-11 Tuesday 19:57  sam
+
+   * ./debian/control: vlc provides the mp3-decoder metapackage.
+
+2003-03-11 Tuesday 19:30  sam
+
+   * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and
+     vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and
+     vlc-aa legacy packages because they were not in woody.
+   * ./debian/control: tuned the control file to provide smooth upgrades from
+     woody, from sarge, and from the local VideoLAN repository.
+
+2003-03-11 Tuesday 19:14  sam
+
+   * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv
+     packages (because the dependencies are very small), and the vlc-plugin-mad,
+     vlc-plugin-a52 and vlc-plugin-ogg packages (because vlc depends on them
+     anyway).
+   * ./debian/*: changed vlc-plugin-svgalib to x86-only.
+
+2003-03-11 Tuesday 19:02  fenrir
+
+  * all: reworked stream output. Now it handles mutliples outputs from
+ one input, just type --sout "<first url>#<second url>#..." (Yes it
+ is awfull, but I need suggestion).
+    udp: correctly update sequence number in rtp.
+
+2003-03-11 Tuesday 18:57  fenrir
+
+  * mp4: I have reworked a lot the demuxer. Now it should handle gracefully
+ the audio part of mov file. I'm really interested by any regression you
+ could find, please _test_ all .mp4/.mov file you have.
+
+2003-03-11 Tuesday 18:57  sam
+
+   * ./debian/control: added the FLAC decoder to the Debian package (sid-only,
+     because the API changed too much since the version in woody).
+
+2003-03-11 Tuesday 18:54  alexis
+
+ Added missing files.
+
+2003-03-11 Tuesday 18:16  gbazin
+
+ * Makefile.am: Fixed problem with the package-win32 target.
+
+2003-03-11 Tuesday 18:14  fenrir
+
+  * mms: converted a warning into a dbg message.
+
+2003-03-11 Tuesday 17:40  fenrir
+
+  * Clean up. (Sigmund, does it work ?).
+
+2003-03-11 Tuesday 13:52  titer
+
+  modules/misc/network/ipv4.c: BeOS compile fix
+
+2003-03-11 Tuesday 07:03  fenrir
+
+  * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported.
+ ( I need some samples to do special adpcm support).
+
+2003-03-11 Tuesday 06:58  fenrir
+
+  * adpcm: added IMA4 support.
+
+2003-03-11 Tuesday 06:58  fenrir
+
+  * ffmpeg.h: added missing fourcc.
+  * araw.c: fixed a warning.
+
+2003-03-11 Tuesday 06:45  fenrir
+
+  * wav: Support for alaw/ulaw data. (untested)
+
+2003-03-11 Tuesday 06:14  fenrir
+
+  * Hugly hack: break huge block of samples into smaller ones else
+ some avi/mov file with raw audio can't be played, *BUT* it's not the
+ good fix (as the problem seems to be elsewhere).
+
+2003-03-11 Tuesday 05:52  fenrir
+
+  * ffmpeg support mace 3/6 audio codec. (quicktime)
+
+2003-03-10 Monday 21:24  alexis
+
+ Reverted my previous commit (the bug was coming from my old gettext version)
+
+2003-03-10 Monday 21:01  alexis
+
+ Fix so that compilation works with a tarball made with "make dist-all".
+
+ Sam, can you check that my fix is OK ?
+
+2003-03-10 Monday 20:08  alexis
+
+ vlc.spec: Bumped up version number to 0.5.2
+
+2003-03-10 Monday 19:37  gbazin
+
+ * ChangeLog: updated the changelog for the 0.5.2 release.
+
+2003-03-10 Monday 19:30  sam
+
+   * ./toolbox: added --update-changelog flag.
+
+2003-03-10 Monday 18:26  gbazin
+
+ * src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.
+
+2003-03-10 Monday 18:17  gbazin
+
+ * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
+
+2003-03-10 Monday 17:12  sam
+
+   * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
+
+2003-03-10 Monday 10:41  massiot
+
+ Fixed a major bug with 5.1 output and the OSS plug-in.
+
+2003-03-10 Monday 08:23  jlj
+
+   * ./modules/codec/dts.c: minor fix.
+
+2003-03-10 Monday 01:07  fenrir
+
+  * improved seeking and fixed play back when reading from stdin (when
+ reported size is null).
+
+2003-03-10 Monday 00:12  gbazin
+
+ * modules/access/vcd/cdrom.c: small win32 bugfix.
+ * configure.ac.in: on win32 we link ws2_32 with the slp plugin.
+
+2003-03-10 Monday 00:04  massiot
+
+ * Bumped up version number to 0.5.2
+ * Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
+   configuration variable.
+
+2003-03-09 Sunday 23:39  jlj
+
+   * ./modules/demux/mpeg: DTS support.
+
+2003-03-09 Sunday 20:07  jlj
+
+   * DTS S/PDIF support.
+
+2003-03-09 Sunday 19:44  gbazin
+
+ * configure.ac.in: fixed my previous commit.
+ * NEWS: added an entry about fixes in the dvd menu support.
+
+2003-03-09 Sunday 19:25  gbazin
+
+ * configure.ac.in: don't include the screensaver plugin on win32.
+ * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
+ * modules/codec/spudec/parse.c: removed unnessecary code.
+ * modules/access/dvdplay/access.c: fixed some navigation problems.
+
+2003-03-09 Sunday 16:22  fenrir
+
+  * fixed a really stupid bug with compressed header, improved parsing
+ of audio stsd box. (handle qt3+ audio box)
+  (I still need to fix mp4.c to read audio track that aren't mp4a)
+
+2003-03-08 Saturday 01:55  sigmunau
+
+ added a down, right gesture to quit vlc and an up, right gesture that swaps
+ fullscreen on/off, removed the down gesture as it is now covered by the up,
+ right gesture
+
+2003-03-07 Friday 00:53  gbazin
+
+ * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
+ messages window regularly.
+
+2003-03-06 Thursday 23:52  sigmunau
+
+ NEWS: added note about .pls handeling and the http audio fix
+
+2003-03-06 Thursday 23:10  gbazin
+
+ * src/audio_output/dec.c, include/aout_internal.h: the aout core was
+ automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
+ in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
+ now fetch this value from the input thread when we create an aout_instance_t.
+ This solves problems with the http access plugin.
+
+2003-03-06 Thursday 22:17  hartman
+
+ * Updated README on Mac OS X issues.
+
+2003-03-06 Thursday 15:30  sigmunau
+
+ the m3u demux now reads the pls files shoutcast uses.
+
+2003-03-06 Thursday 15:24  hartman
+
+ * the close window command was reacting irratic because of my meddling
+   with the responder chain. HANDS OFF you little devil ;)
+
+2003-03-06 Thursday 14:40  hartman
+
+ * not < but > ;)
+   time to stop for today
+
+2003-03-06 Thursday 12:52  hartman
+
+ * fixed an issue with blackbars at certain aspect ratios when you resize
+   the video window. (half, double)
+
+2003-03-06 Thursday 12:05  hartman
+
+ ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
+      having two close buttons in one window goes against Apple's UIG.
+
+2003-03-06 Thursday 11:43  hartman
+
+ * modules/gui/macosx/applescript.?
+ * extras/MacOSX/Resources/vlc.scriptSuite
+ * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
+   - moved existing applescript commands to these files
+   - added several control commands. supported are: play/pause, stop,
+     previous, next, fullscreen, mute, volumeUp and volumeDown.
+     These correspond to the existing menuitems. This still requires work
+     in the future to make it more correct AppleScript, but it works for now.
+
+ * modules/gui/macosx/controls.?
+   - split up the controls.m into a .m and a .h
+
+ * modules/gui/macosx/intf.?
+   - added a getControls method to gain access to the controller object from
+     the AppleScript commands.
+
+ * modules/gui/macosx/open.?
+   - removed the applescript support existing here and moved it to applescript.?
+
+ * modules/gui/macosx/playlist.m
+   - made the tooltips for the add and remove buttons localizable.
+
+ * modules/gui/macosx/vout.m
+   - added a comment on the meaning of otherMouse events.
+
+ * ALL:
+   - updated copyright information to include the current year ;)
+
+2003-03-06 Thursday 11:15  fenrir
+
+  * http: lalala, forgot one line :)
+
+2003-03-06 Thursday 11:09  fenrir
+
+  * http: fixed a segfault while using it more than once.
+
+2003-03-06 Thursday 10:15  hartman
+
+ * If labels are nil, then it shouldn't disable the entire preference panel.
+   fixes #428 more permenantly. the cause was a missing rt-priority desc.
+
+2003-03-06 Thursday 10:11  jpsaman
+
+ More sizing stuff.
+
+2003-03-06 Thursday 09:58  massiot
+
+ Fixed a segfault in the OS X preferences panel.
+
+2003-03-06 Thursday 09:27  jpsaman
+
+ Updated version number.
+
+2003-03-06 Thursday 00:10  sigmunau
+
+ we now insert playlist entries right after the playlist file, and not at the
+ end of playlist. Should close bug reported on mailing list by Stepan Roh
+ about "redirection".
+
+2003-03-05 Wednesday 22:37  gbazin
+
+ * modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;)
+ * install-win32: the FAQ wasn't being included in the package.
+
+2003-03-05 Wednesday 19:58  gbazin
+
+ * Makefile.am: make package-win32 creates FAQ.htm not faq.htm.
+
+2003-03-05 Wednesday 19:31  gbazin
+
+ * modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.
+
+2003-03-05 Wednesday 19:16  hartman
+
+ * updated italian translation by Bruno <allevb@tin.it>
+   i had to merge it by hand, because it was pretty outdated.
+
+2003-03-05 Wednesday 17:55  gbazin
+
+ * src/input/input_ext-plugins.c: added an msleep() call in case we fail to
+    allocate a new buffer in input_FillBuffer(). This is necessary because
+    the input thread has an high priority and we don't want it to loop
+    without any interruption.
+
+2003-03-05 Wednesday 00:11  massiot
+
+ * Fixed LDFLAGS_mp4 variable.
+
+2003-03-05 Wednesday 00:05  sigmunau
+
+ added not that gestures are now supported on osx and windows, with a comment
+ telling that this isn't really useful yet.
+
+2003-03-04 Tuesday 23:37  massiot
+
+ Bumped up to 0.5.2-test3
+
+2003-03-04 Tuesday 23:36  massiot
+
+ * Made rt-priority a real-time variable (shut-up sam) and misc attempts
+   to improve responsiveness under OS X
+
+2003-03-04 Tuesday 23:32  hartman
+
+ * this code should allow for the use of gestures under OS X.
+
+2003-03-04 Tuesday 22:48  gbazin
+
+ * modules/video_output/directx: added support for the mouse gestures interface.
+
+2003-03-04 Tuesday 22:36  hartman
+
+ * grrr debug message in the wild.
+
+2003-03-04 Tuesday 22:08  gbazin
+
+ * modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
+ * NEWS: added a note for the fixed MSVC project files.
+
+2003-03-04 Tuesday 21:54  hartman
+
+ * NEWS:
+   - added item on fix of 'clicking' sound between stream changes.
+   - added item on new bandlimited resampler
+ * ALL:
+   - bumped up revision number to 0.5.2-test3
+
+2003-03-04 Tuesday 21:12  gbazin
+
+ * include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
+    not declared).
+ * modules/access/file.c: use _lseeki64 instead of lseek on win32. This
+    should allow seeking on files > 1.2Gb (Hopefully closes #168).
+
+2003-03-04 Tuesday 19:28  gbazin
+
+ * modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
+    quality badly + some clean-up.
+    Changed the module priority so it is now the default resampler.
+
+2003-03-04 Tuesday 17:31  hartman
+
+ ALL:
+  - the german translation requires two different translations of the word
+    File. I added a _ANS() function to the macosx version that gets the
+    translation of 1:File and strips the first two characters of this
+    alternate translation.
+  - updated all .po files to make sure we don't break anything
+  - committed the March 1 version of the german translation by Felix
+    Kuhne <FK@aenneburghardt.de>
+
+2003-03-04 Tuesday 13:21  massiot
+
+ * Fixed a major bug in the LPCM codec.
+ * Moved input_ExtractPES to where it belongs, input_ext-dec.c.
+
+2003-03-04 Tuesday 03:27  gbazin
+
+ * modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
+    bandlimited interpolation resampler.
+    It is not yet enabled by default because it requires a bit more works
+    (not fully stable yet because of buffer overflows under certain conditions).
+
+ * src/audio_output/input.c: the resamplers are now always active (expcept
+    in spdif mode).
+
+ * modules/audio_filter/resampler/*: modified the resampler to return the
+    input buffer when no resampling is needed.
+
+2003-03-03 Monday 23:58  hartman
+
+ * updated dutch strings.
+
+2003-03-03 Monday 23:48  massiot
+
+ * mpeg_video is back as a built-in because it is reproduceably faster than
+   as a plug-in,
+ * Another desperate attempt at fixing OS X lock-ups.
+
+2003-03-03 Monday 19:39  hartman
+
+ * NEWS:
+   - added remarks on m-audio fixes and other OSX specific fixes.
+   - added improved ID3 detection item
+ * README.MacOSX.rtf
+   - updated to reflect M-Audio fixes.
+ * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
+   - widened the Browse.. button to allow for the german word: durchsuchen.
+
+2003-03-03 Monday 16:49  gbazin
+
+ * ALL: another bunch of fixes for the MSVC build.
+
+2003-03-03 Monday 14:21  gbazin
+
+ * ALL: Finally fixed the MSVC project files.
+        Don't include io.h on win32 when not necessary.
+        A few build fixes for MSVC.
+
+ * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
+    present.
+
+2003-03-03 Monday 14:19  massiot
+
+ * Fixed a bug in LPCM codec.
+ * Changed an error into a warning.
+
+2003-03-03 Monday 01:38  fenrir
+
+  * fixed play back of  mms://viptvr.yacast.fr/encoderfranceinfo (asf
+ header send over multiples packets).
+
+2003-03-02 Sunday 19:07  gbazin
+
+ * configure.ac.in: fixed libid3tag detection.
+
+2003-03-02 Sunday 18:17  fenrir
+
+  * fixed seek flag with broadcasted data.
+
+2003-03-02 Sunday 17:13  fenrir
+
+  * forgot to initialize a variable.
+
+2003-03-02 Sunday 17:12  fenrir
+
+  * fixed a bug.
+
+2003-03-02 Sunday 12:10  gbazin
+
+ * NEWS: started filling in the NEWS file for the 0.5.2 release.
+
+2003-03-02 Sunday 02:47  gbazin
+
+ * configure.ac.in: Removed unused options.
+    We also don't link with lrt anymore when using GNU-pth (lrt depends on
+    lpthread).
+
+2003-03-02 Sunday 01:35  gbazin
+
+ * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
+    for the GNU-pth implementation.
+
+2003-03-01 Saturday 23:26  gbazin
+
+ * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
+    implementation and fixed an initialization bug in libvlc.
+
+2003-03-01 Saturday 19:25  gbazin
+
+ * install-win32, Makefile.am: added the html faq to the win32 package.
+ * toolbox, msvc/*: few fixes to the msvc project files generation.
+    (compiling plugins won't work yet because there are a few hacks that
+     need to be done in order to compile dlls that use the c-runtime)
+
+2003-02-28 Friday 17:23  fenrir
+
+  * try a workaround for BeOS MediaKit files.
+
+2003-02-28 Friday 10:19  massiot
+
+ German translation, courtesy of Felix KĂ¼hne <FK@aenneburghardt.de>.
+
+2003-02-28 Friday 04:31  ipkiss
+
+ Internationalization now works for the win32 interface (thanks Gildas).
+ I've voluntarily disabled the translation of the toolbar buttons
+ strings, because it looks really awful...
+
+2003-02-27 Thursday 16:38  gbazin
+
+ * modules/demux/avi/avi.c: compilation fix.
+
+2003-02-27 Thursday 15:07  fenrir
+
+  * httpd: clean up, kick up unused connection (it waits 10s), use select
+ to way (instead of a hard coded sleep ;)
+
+2003-02-27 Thursday 13:19  gbazin
+
+ * ALL: i18n updates and fixes.
+
+2003-02-27 Thursday 12:44  marcari
+
+ * updates for the YOPY ports (thx to Sebastien Chaumat !)
+
+2003-02-27 Thursday 08:19  massiot
+
+ * Bumped up revision number to 0.5.2-test2
+ * Another attempt at fixing the "VLC is locking up OS X" problem
+ * Updated po files
+
+2003-02-26 Wednesday 21:00  asmax
+
+ * compilation fixes...
+
+2003-02-26 Wednesday 19:39  gbazin
+
+ * configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
+    target, and included the locales in the installer script.
+ * src/libvlc.c: on win32 we look for the locales in vlc's directory.
+
+2003-02-26 Wednesday 18:15  massiot
+
+ * Added sanity checks for PTS in the future.
+
+2003-02-26 Wednesday 15:47  marcari
+
+ * implementation of the 'autoplay file' button callback
+ * when clicking a link : follows the link and don't try to open it
+ * yopy does not always sees the '.' and '..', so workaround :
+     - all the hidden files are not displayed
+     - the '..' directory is each time added by hand
+
+2003-02-26 Wednesday 15:44  marcari
+
+ * small modification for linupy :
+     - added a pixmpa directory
+     - added a set_usize (how do we maximize cleanly a gtk-window ?)
+     - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)
+
+2003-02-26 Wednesday 13:51  gbazin
+
+ * src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
+    badly when we reach the end of the stream (decoder stream).
+ * modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite
+    loop when the end of the stream was reached.
+
+2003-02-26 Wednesday 12:38  fenrir
+
+  * ts.c: added "ts" shorcut for ts_dvbpsi.
+
+2003-02-26 Wednesday 04:23  babal
+
+ - link the headphone channel mixer with the math library
+
+2003-02-25 Tuesday 21:09  gbazin
+
+ * modules/codec/libmpeg2.c: fixed pts handling.
+
+2003-02-25 Tuesday 18:26  gbazin
+
+ * configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
+    my last commit.
+ * po/Makevars: file needed by newer versions of gettext.
+
+2003-02-25 Tuesday 17:17  fenrir
+
+  * stream_output.* : added a flags variable to sout_buffer_t, allowing to
+ mark headers.
+  * httpd : added a way to use stream header, and changed the way that
+ stream data are stored (allow better client handling).
+  * http : use stream header, and add mime type detection by looking
+ at file extention (could be improved).
+  * ogg: fixed a segfault when removing a stream, mark header.
+
+2003-02-25 Tuesday 17:15  gbazin
+
+ * configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
+    Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
+    for comparing the performance against our custom decoder as it is currently
+    missing some important features like the synchro stuff.
+
+2003-02-24 Monday 23:28  fenrir
+
+  * stream_output.c : added a sanity check.
+
+2003-02-24 Monday 23:27  fenrir
+
+  * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
+ and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
+
+2003-02-24 Monday 17:06  jlj
+
+   * a52tofloat32.c: changed an error into warning.
+
+2003-02-24 Monday 14:40  sigmunau
+
+ updated documentation to reflect that input_AccessReinit should be called
+ before, and not after a random seek
+
+2003-02-24 Monday 14:14  fenrir
+
+  * all : fix compilation.
+
+2003-02-24 Monday 12:34  fenrir
+
+  * stream_output.c : fixed compilation.
+  * mux/* implemented pf_mux_capacity.
+
+2003-02-24 Monday 11:14  gbazin
+
+ * configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
+
+2003-02-24 Monday 11:00  fenrir
+
+  * stream_output.h : add a private parameter to sout_instance_t only used
+ by src/stream_output.c (avoid changing every time stream_output.h...)
+
+2003-02-24 Monday 10:45  fenrir
+
+  * stream output: fixed name inconsistency, added a new exported
+ functions by muxer.
+  * wav: fixed a warning.
+
+2003-02-24 Monday 09:26  fenrir
+
+  * asf: fix seek for http.
+
+2003-02-24 Monday 09:18  fenrir
+
+  * wav: proper seek handling. (wav file readable over http).
+
+2003-02-23 Sunday 22:35  fenrir
+
+  * enable httpd(by default) and http.
+
+2003-02-23 Sunday 19:07  fenrir
+
+  * all : declaration of http and httpd.
+
+2003-02-23 Sunday 19:05  fenrir
+
+  * modules/access_output/http : http output.
+  * httpd : mini http server (be carefull about security issue...)
+
+2003-02-23 Sunday 18:07  fenrir
+
+  * all : added streaming support for crappy ms video codec into TS.
+  - Only vlc is able to read such TS.
+  - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used.
+  - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be
+    quickly added.
+  - Please test.
+
+2003-02-23 Sunday 16:31  sigmunau
+
+ added a demux and decoder for flac files (disabled by default). Works for
+ 16bit per sample streams, only tested with stereo
+
+2003-02-23 Sunday 05:53  jlj
+
+   * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes.
+                                  Dynamic device support.
+   * ./modules/gui/macosx: Minor fixes and cosmetic changes.
+
+2003-02-23 Sunday 01:25  massiot
+
+ * Destroy audio-device and audio-channels when no output plug-in is
+   available.
+
+2003-02-22 Saturday 16:10  fenrir
+
+  * fix compilation.
+
+2003-02-22 Saturday 14:11  sigmunau
+
+  Fixed seme seeking issues with http access module, fixed an error that
+ caused id3v2.4 tags at the end of the file to not work. Added checks to
+ avoid seeking off the ends of the file. Should close #325, please confirm
+
+2003-02-21 Friday 22:59  gbazin
+
+ * src/audio_output/input.c: fixed buffer allocation bug that was triggered
+    when using "in place" resamplers.
+
+2003-02-21 Friday 16:31  hartman
+
+ DJ's first steps in C and vlc decoders ;)
+ * modules/audio_filter/converter/mpgatofixed32.c:
+   - fixed an issue that could cause glitches when switching from one stream
+     to another. the buffer wasn't entirely getting 0000 because multiple
+     channels were not taken into account when doing this.
+ * ALL:
+   - if float32 then clear the buffer with (float)0
+
+2003-02-21 Friday 15:16  hartman
+
+ * previous commit seems to break some things. reverting.
+
+2003-02-21 Friday 14:17  hartman
+
+ * (float) 0 the buffer if it cannot be decoded and fixed32.
+   right Meuuh ??? ;)
+
+2003-02-21 Friday 03:49  hartman
+
+ * VLC.app should show its version in the Finder now
+   Meeuh, one more place that needs version string updated before a release.
+   might be made automated ?
+
+2003-02-21 Friday 03:22  hartman
+
+ * ignore project Builder user files and backup .nib files.
+ * vlc.app changed to VLC.app. cvsignore changed to reflect this.
+
+2003-02-21 Friday 02:45  hartman
+
+ * If the "show advanced" option has been changed and you press the Apply
+   button, the preferences window is destroyed and created.
+
+2003-02-20 Thursday 18:10  hartman
+
+ * prefs obey the advanced option. Apply does not as of yet.
+
+2003-02-20 Thursday 16:07  gbazin
+
+ * src/libvlc.h, modules/audio_output: added a global --spdif config option
+    to allow using the spdif output by default if available.
+ * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
+    a dos command box.
+ * modules/control/rc/rc.c: on win32 enabled the echo mode and the
+    backspace key.
+ * modules/codec/mpeg_audio.c: fixed a sync bug.
+
+2003-02-20 Thursday 01:52  sigmunau
+
+ * include/configuration.h: added a new flag to the configuration stucture to
+ indicate wether it is an "advanced" option or not. The goal with this is to
+ hide the user from all the strange options that very seldom needs to be
+ changed. added an extra argument to all the add_* macros to indicate wether
+ the item is advanced or not.
+ * src/libvlc.h: added an "show advanced options" config option default
+ disabled
+ * src/libvlc.c: the advanced options are not listed by vlc --help and
+ friends unless --advanced is used
+ * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
+ advanced options unless advanced is set
+ all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
+ using some common sense. Please check and correct
+
+ note: All interfaces should still work like they used to, see the change in
+ modules/gtk/preferences.c to find out how to "hide" options.
+
+ second note: I think I've changed all the modules, but I could not test
+ everyone for compilation, expect some broken modules (the fix is to add ",
+ VLC_TRUE" as last argument to the add_* I forgot)
+
+2003-02-19 Wednesday 22:08  gbazin
+
+ * modules/audio_output/directx.c: forgot to enable channel re-ordering.
+ * modules/audio_output/waveout.c: fixed a crash that happened when probing
+    devices supporting S/PDIF. (Should fix 354)
+
+2003-02-19 Wednesday 14:49  hartman
+
+ * increased accuracy of positionslider in OSX. although this will not solve
+   all problems this will improve results a bit (by my own experience).
+
+2003-02-19 Wednesday 10:02  gbazin
+
+ * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
+    always return 80.
+
+2003-02-18 Tuesday 23:34  gbazin
+
+ * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
+    and FOURCC_twos (PCM audio).
+
+2003-02-18 Tuesday 22:40  ipkiss
+
+  * src/misc/modules.c: on Windows, we look for the plugins in vlc's root
+    directory when there is no 'plugins' nor 'modules' subdirectory
+    (may close #306)
+
+2003-02-18 Tuesday 22:33  gbazin
+
+ * modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420()
+    and use img_convert() from ffmpeg instead. Also added support for the
+    PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos
+    from media.xiph.org.
+
+2003-02-18 Tuesday 20:54  hartman
+
+ * Only update the info window if it is visible
+
+2003-02-18 Tuesday 19:42  gbazin
+
+ * modules/demux/rawdv.c: added support for DV audio now that ffmpeg can
+    decode this.
+ * modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the
+    necessary fourcc for DV audio.
+
+2003-02-18 Tuesday 18:49  fenrir
+
+  * mpeg_audio.c: removed some fprintf...
+
+2003-02-18 Tuesday 18:33  titer
+
+  * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
+                      multicasting with the stream output
+  * modules/control/: missing cvsignore
+
+2003-02-18 Tuesday 13:13  sam
+
+   * ./mozilla/*: s/VideoLAN Client/VLC/g.
+
+2003-02-18 Tuesday 00:51  fenrir
+
+  * raah, corrected mpeg2-layer3 playback (and streaming). (that my last
+ fix had broken :p )
+
+2003-02-18 Tuesday 00:20  hartman
+
+ * Changed an Error message. Many people did not understand:
+   no suitable decoder module for fourcc `IV31'
+   I have appended:
+   VLC probably does not support this sound or video format.
+
+2003-02-18 Tuesday 00:17  massiot
+
+ * Fixed a segfault in the Japanese preferences panel.
+
+2003-02-17 Monday 23:47  hartman
+
+ * Fixed the localization issue on MacOSX.
+
+2003-02-17 Monday 23:10  jpsaman
+
+ Juglin with dependencies.
+
+2003-02-17 Monday 22:19  gbazin
+
+ * modules/audio_output/directx.c: added multichannel support to the
+    directx plugin.
+ * modules/audio_output/waveout.c: fixed quad audio channels detection and
+    a few misplaced debug messages.
+ * configure.ac.in: don't link anymore the rc plugin with the winsock lib.
+
+2003-02-17 Monday 22:03  asmax
+
+ * added a SAP server, with some kludges because the SAP client in vlc
+   is not RFC-compliant...
+
+2003-02-17 Monday 18:58  hartman
+
+ * NEWS: added info about the new 0.5.1a release for OSX.
+ * extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision #
+
+2003-02-17 Monday 17:06  massiot
+
+ Fixed the "everything is in Japanese" bug. :p
+
+2003-02-17 Monday 16:56  gbazin
+
+ * modules/control/rc/rc.c: finally fixed the rc interface under win32 by
+    using WaitForSingleObject() on the console handle and ReadConsoleInput().
+    (Closes #59)
+
+2003-02-17 Monday 14:43  massiot
+
+ Now 0.5.2-cvs (estimated release date in two weeks from now).
+
+2003-02-17 Monday 10:52  hartman
+
+ * Whoops. i forgot to add these files. sorry everyone.
+
+2003-02-17 Monday 09:47  gbazin
+
+ * modules/audio_filter/resampler/linear.c: lowered the priority of the linear
+    resampler so the ugly resampler is once again the default. The quality of
+    the ugly resampler is currently better than the linear one because of a
+    design defect.
+
+2003-02-17 Monday 07:22  sam
+
+   * ./debian/woody-buildpackage: Debian package creation fixes.
+
+2003-02-17 Monday 06:31  sam
+
+   * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file!
+
+2003-02-17 Monday 06:15  sam
+
+   * Updated NEWS and ChangeLog.
+
+2003-02-17 Monday 06:00  sam
+
+   * ./src/misc/modules.c: hmpf, Wine does not complain about "/"s in paths,
+     but Windoze will certainly do.
+
+2003-02-17 Monday 05:50  sam
+
+   * ./src/misc/win32_specific.c: under Win32 we retrieve the executable's
+     directory whenever possible, to use it for the spudec font or to load
+     plugins.
+
+2003-02-17 Monday 04:21  sam
+
+   * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings.
+
+2003-02-17 Monday 00:04  asmax
+
+ * added a sample playlist. All fields must be separated with TABs
+
+2003-02-16 Sunday 23:57  asmax
+
+ * libvlc binding for python
+ * new VideoLAN RTSP Server, using libvlc.
+   Not yet fully rfc2326-compliant, but it works ;)
+
+2003-02-16 Sunday 23:32  hartman
+
+ * Added an info panel to show movie info, etc.
+
+2003-02-16 Sunday 17:35  sam
+
+   * ./debian/changelog: updated for 0.5.1.
+   * ./debian/control: vlc-glide is now Architecture: i386 only.
+   * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
+   * ./debian/rules: the deprecated vlc-* packages have a proper link to
+     /usr/share/doc/vlc/.
+
+2003-02-16 Sunday 16:22  jpsaman
+
+ Updated release numbering for all ipk's
+
+2003-02-16 Sunday 16:21  jpsaman
+
+ Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320).
+
+2003-02-16 Sunday 14:51  fenrir
+
+  * udp: forgot this file...
+
+2003-02-16 Sunday 14:10  fenrir
+
+  * all: split muxer and access into independant part.
+
+2003-02-16 Sunday 14:03  fenrir
+
+  * Less checks on muxer type.
+
+2003-02-16 Sunday 11:18  fenrir
+
+  * adpcm: added dk3 too.
+
+2003-02-16 Sunday 10:25  sigmunau
+
+ Added support for volume up/down buttons.
+
+2003-02-16 Sunday 09:50  fenrir
+
+  * adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me
+ somes samples.)
+
+2003-02-16 Sunday 08:56  fenrir
+
+  * all: fix mpeg2 handling.
+
+2003-02-16 Sunday 01:38  titer
+
+  NEWS: updated BeOS info for 0.5.1
+
+2003-02-16 Sunday 01:29  massiot
+
+ * modules/gui/macosx/open.m: Removed channel server support
+ * po/*: Updated po files just before the 0.5.1 release
+ * modules/audio_filter/resampler/linear.c: fixed an initialization bug
+
+2003-02-15 Saturday 20:02  jpsaman
+
+ Update iPaq packaging description files for:
+ - GPE port
+ - Opie port
+ - Zaurus
+ Updated NEWS file with OPIE port.
+
+2003-02-15 Saturday 13:50  massiot
+
+ * Bumped up revision number to 0.5.1
+ * Updated French translation
+
+2003-02-15 Saturday 12:57  hartman
+
+ * if we are paused in fullscreen, show cursor.
+
+2003-02-15 Saturday 04:43  ipkiss
+
+  - fixed a vicious bug
+
+2003-02-14 Friday 23:07  hartman
+
+ * Should fix an issue with multiple monitors and the hiding of the mousecursor
+
+2003-02-14 Friday 18:22  sam
+
+   * ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142).
+   * ./src/libvlc.c: removed unnecessary malloc() calls.
+   * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args.
+
+2003-02-14 Friday 17:00  ipkiss
+
+  * exchanged directx' and waveout's capabilities because the latter
+    seems to be more reliable
+
+2003-02-14 Friday 13:48  jpsaman
+
+ Fixed deadlock upon unloading qte_main plugin.
+ Cleanup of debug messages.
+
+2003-02-14 Friday 13:44  jpsaman
+
+ Tuning package dependencies.
+
+2003-02-14 Friday 13:19  jpsaman
+
+ Updated opie control file for packaging.
+
+2003-02-14 Friday 13:01  jpsaman
+
+ Small improvement.
+
+2003-02-14 Friday 09:50  gbazin
+
+ * modules/audio_output/waveout.c: better buffer management and hopefully
+    fixed the S/PDIF output (Still untested though. Anybody here could test
+    this? ).
+
+2003-02-13 Thursday 21:53  massiot
+
+ Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
+ meaningful.
+
+2003-02-13 Thursday 17:31  sam
+
+   * ./configure.ac.in: we should look for -lxvidcore, not -lxvid.
+
+2003-02-13 Thursday 14:16  hartman
+
+ ALL:
+  - when a new stream is being loaded we select the current title in the
+    playlist.
+  - Cleaned up some of my previous commited code dealing with updating
+    the window title.
+
+2003-02-13 Thursday 02:00  hartman
+
+ *ALL: update the title of the window everytime the stream changes.
+
+2003-02-13 Thursday 01:14  hartman
+
+ * fixed a small bug
+
+2003-02-13 Thursday 00:09  hartman
+
+ * src/playlist/playlist.c:
+   - added an intf-change variable. This is set whenever you add or delete
+     an item in the playlist. You need to unset it yourself.
+ * modules/gui/macosx/intf.?:
+   - listen for external playlist changes. update view when playlist changes.
+   - activate/deactivate previous and next buttons and menuitems,
+     whenever the playlist gets changed.
+
+2003-02-12 Wednesday 23:26  jpsaman
+
+ Scripts for building and packaging vlc on Zaurus PDA.
+
+2003-02-12 Wednesday 23:26  jpsaman
+
+ Updated control files and buildscript for v0.5.1
+
+2003-02-12 Wednesday 23:13  jpsaman
+
+ The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.
+
+2003-02-12 Wednesday 23:09  jpsaman
+
+ Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.
+
+2003-02-12 Wednesday 23:08  massiot
+
+ * Italien translation, courtesy of Bruno <allevb@tin.it>.
+
+2003-02-12 Wednesday 17:13  jobi
+
+     * modules/access/vcd/vcd.*: fixed a warning
+
+2003-02-12 Wednesday 16:58  jobi
+
+     * modules/access/vcd/vcd.c: in entry points, track number should be read
+       as BCD (it should fix #244). Also fixed chapter indexing, so that it
+       correspond to the dvd one.
+
+2003-02-12 Wednesday 14:22  hartman
+
+ * modules/gui/macosx/controls.m:
+   - fixed the mute and volumeup volumedown when you use them mixed.
+ * src/audio_output/intf.c:
+   - set "saved-volume" on volume up, volume down.
+
+2003-02-12 Wednesday 13:42  massiot
+
+ Patch courtesy of gibalou :
+ * demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of
+ i_continuity_counter,
+ * access/udp.c: Fixed win32 behavior when --mtu is set to a too small value,
+ * demux/mpeg/ts.c: Fixed detection of PAT/PMT change.
+
+2003-02-11 Tuesday 18:05  massiot
+
+ * 0.5.1 German translation, courtesy of Felix KĂ¼hne <FK@aenneburghardt.de>.
+
+2003-02-11 Tuesday 17:20  babal
+
+ - Dolby Surround fix
+ - support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
+   6.1 since there is a doubt about where should be the Rear Center
+   coefficient in a decoded sample.
+   -> if anybody has an idea or even better a test stream...
+
+2003-02-11 Tuesday 16:19  hartman
+
+ * updated dutch strings
+
+2003-02-11 Tuesday 15:35  hartman
+
+ ALL: - changed vlc.app into VLC.app
+ modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
+      mousecursor.
+
+2003-02-11 Tuesday 15:24  hartman
+
+ * Updated ReadMe file
+   - some spelling issues
+   - remark about the current troubles with sound
+   - readded deinterlace remark
+   - Added info on multiple screens and sound devices
+   - updated the bugreporting URL
+   - Changed all occurences of vlc into VLC where appropriate
+
+2003-02-11 Tuesday 11:16  massiot
+
+ * modules/codec/lpcm.c: Attempt at supporting all channel configurations,
+ * Support for 7 and 7.1 channel configurations.
+
+2003-02-10 Monday 23:50  massiot
+
+ * modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
+
+2003-02-10 Monday 23:16  marcari
+
+  * sdl.c : added includes (vlc/aout.h & aout_internal.h)
+     => to make volumeup/down compile
+
+2003-02-10 Monday 23:04  hartman
+
+ * the window of the video shows the official document icon, filename and
+   when command-clicked the path if the stream is a local file.
+   this is the expected window behaviour in osx.
+
+2003-02-10 Monday 22:22  massiot
+
+ * I ran --update-po for the last time before the 0.5.1 release (and I
+ mean it !)
+
+2003-02-10 Monday 22:18  hartman
+
+ * The dock should no longer be visible in fullscreen mode.
+
+2003-02-10 Monday 21:56  sam
+
+   * ./debian/rules: added code to avoid timestamp skews in the faad tree.
+
+2003-02-10 Monday 21:54  hartman
+
+ * only show last part of of file/url name in the playlist.
+
+2003-02-10 Monday 21:46  sam
+
+   * ./debian/rules: added missing icon in the vlc and wxvlc packages.
+
+2003-02-10 Monday 21:28  hartman
+
+ * fixed the black bar issue with window half/normal/double window sizes in
+   OSX. i had forgotten the aspectratio.
+
+2003-02-10 Monday 21:11  sam
+
+   * ./debian/rules: removed Debian kludges that do not really belong to the
+     official VLC tree.
+
+2003-02-10 Monday 20:57  sam
+
+   * ./debian/control: added the "VideoLAN" word in the long description so
+     that "apt-cache search videolan" returns vlc.
+
+2003-02-10 Monday 20:11  sam
+
+   * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
+     dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
+
+2003-02-10 Monday 18:12  sam
+
+   * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
+     gprof, because gcc is unable to build it without -fomit-frame-pointer
+     (Closes: #260).
+
+2003-02-10 Monday 17:43  massiot
+
+ * modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
+ * Minor fixes.
+
+2003-02-10 Monday 16:53  sam
+
+   * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
+     (partially fixes #260)
+
+2003-02-10 Monday 15:23  titer
+
+   Move the messages update function to another thread. It prevents it from
+  freezing the main window (cannot seek anymore, etc).
+
+2003-02-10 Monday 00:41  hartman
+
+ * another proof that the copy command in IE for Mac sucks. stupid stray chars.
+
+2003-02-10 Monday 00:16  massiot
+
+ * Enabled the gestures module by default,
+ * Run --update-po.
+
+2003-02-10 Monday 00:16  hartman
+
+ * restored old deinterlace menu. The on the fly code does not work as long
+   as the vout.m issue exists. but this is better then the current 'dummy'
+   code we have.
+
+2003-02-09 Sunday 23:42  sigmunau
+
+  *: a new mouse gestures interface, currently supporting back, forward, quit
+ fullscreen and a nice debug message when you draw a clockwise square. Video
+ output modules needs to be modified for this to work, but it should be minor
+ in modules supporting dvd navigation.
+
+ btw: it should be easy to add new gestures, ideas appreciated
+
+2003-02-09 Sunday 19:28  massiot
+
+ * Minor typographic corrections,
+ * Fixed a segfault in the Preferences window.
+
+2003-02-09 Sunday 17:10  stippi
+
+ modules/gui/beos/PreferenceWindow.h/.cpp
+
+       - added settings for screenshot path and image format
+
+       - removed "Save" button, added "Cancel" and "Revert" buttons
+
+       - added revert functionality
+
+       - changed class design for cleaner functionality,
+               separated ApplyChanges() into more functions
+               to have finer control
+
+       - added more error checking and fixed memory leaks
+               (config_GetPsz() returns char*, not const char*!)
+
+       - all settings are now correctly saved and restored
+
+       - some more cosmetic changes
+
+ modules/gui/beos/InterfaceWindow.h/.cpp
+
+       - updated vlc way of saving settings to be on par with BeOS way
+               and made it selectable in the code which way is used.
+               However, the VideoSettings are still only savable in
+               the BeOS way.
+
+       - if dvd menus are used, the navigation menu enables a
+               "Goto Menu" item. Unfortunately, I don't see a clean
+               way to really detect the usage of dvd/dvdold in the
+               currently playing stream. I wouldn't want to see
+               if a playlist item has "dvd:" or "dvdold:" prepended
+               at each interface update.
+
+2003-02-09 Sunday 13:25  fenrir
+
+  * sub.c : begun clean up
+
+2003-02-09 Sunday 12:23  sam
+
+   * ./configure.ac.in: fiddled with linking flags for the KDE plugin.
+
+2003-02-09 Sunday 12:21  sam
+
+   * ./debian/control: made lintian happier with package descriptions.
+   * ./debian/rules: added extra touch calls to prevent autobuilders from
+     launching autoconf/automake.
+
+2003-02-09 Sunday 12:19  sam
+
+   * ./modules/video_filter/transform.c: fixed a stupid typo preventing
+     initialization of the plugin.
+
+2003-02-09 Sunday 12:18  sam
+
+   * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
+
+2003-02-09 Sunday 11:51  titer
+
+  Simplified volume functions
+
+2003-02-09 Sunday 01:56  massiot
+
+ Fixed GTK compilation.
+
+2003-02-09 Sunday 01:50  massiot
+
+ * Added Step forward/Step backward feature.
+
+2003-02-09 Sunday 01:13  massiot
+
+ * aout_Volume* functions now do their own vlc_object_find() on the
+   audio output. Consequently, the first argument can be any vlc_object_t.
+ * modules/gui/macosx/*: greatly simplified volume functions ; you can now
+   call aout_Volume* even when there is no audio output, and the volume
+   will be saved for later use.
+
+2003-02-08 Saturday 22:43  massiot
+
+ Fixed previous commit.
+
+2003-02-08 Saturday 22:20  massiot
+
+ * src/extras/libc.c: New vlc_wraptext function,
+ * modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
+ * src/input/input.c: Correctly parse MRL of the type
+   /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
+ * modules/access/*: Changed some msg_Warn into msg_Err
+ * po/fr.po: Updated French translation,
+ * configure.ac.in: Re-enabled Swedish translation,
+ * Makefile.am: Do not recompile everything everytime someone changes a .h
+
+2003-02-08 Saturday 21:43  hartman
+
+ * window half/normal/double Size commands
+   - black bar issue is not fixed. i removed 'myfix'
+
+2003-02-08 Saturday 20:32  massiot
+
+ * modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
+ * modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
+
+2003-02-08 Saturday 19:14  asmax
+
+ * fixed the encoding
+   (Meuuh you can re-enable swedish ;)
+
+2003-02-08 Saturday 19:10  massiot
+
+ * Fixed misc typos in strings,
+ * Updated po files,
+ * New --buggy-psi options, to supports streams which don't update the
+ continuity counter in their PSI packets (walkenizes #sam).
+
+2003-02-08 Saturday 17:26  massiot
+
+ * configure.ac.in: Disabled Swedish translation since it doesn't use the
+   right charset,
+ * Implemented localization for audio-channels and video-device variables.
+
+2003-02-07 Friday 23:36  marcari
+
+ glibc 2.1 port for linupy (linux on a yopy pda)
+
+ * modules/access/*.c : added include <sys/time.h> for struct timeval
+ * ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)
+
+ VLC rulz on Yopy !
+
+2003-02-07 Friday 21:30  hartman
+
+ * Resize window fixes
+   - we should not resize the window in fullscreen
+   - fixed the black bars bug in half and double size
+   - position of top left corner should not change
+   - more efficient code
+
+2003-02-07 Friday 20:23  hartman
+
+ * added half, normal and full size videowindow menuitems.
+   there seems to be a bug though somewhere. you end up with black bars in
+   half and double size.
+
+2003-02-07 Friday 16:51  massiot
+
+ Fixed a buffer leak with slice-I streams (thanks sam).
+
+2003-02-07 Friday 09:17  yves
+
+ - added missing buildrequires
+ - now autodetect on wich system we are:
+   rpm --rebuild should work out of box on rh and previous mdk systems.
+ - NO buildrequires on rh-like system. rh does not have a devel policy
+ - more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
+
+2003-02-07 Friday 01:32  hartman
+
+ * grrr changed the project file by accident. revert
+
+2003-02-07 Friday 01:31  hartman
+
+ * When you push backspace or delete in the playlist, it removes the selected item.
+
+2003-02-07 Friday 01:22  fenrir
+
+  * ffmpeg/audio : removed an old error (anyway it was harmless).
+  * mp4 : removed a bad initialisation. Erased all ending spaces.
+  * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
+
+2003-02-07 Friday 01:09  sam
+
+   * ./src/interface/interface.c: interface variable is "intf", not "interface".
+
+2003-02-07 Friday 00:29  sam
+
+   * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
+     declarations. Should fix that later.
+
+2003-02-07 Friday 00:26  sam
+
+   * ./modules/access/dvdplay/demux.c: fixed a minor warning.
+
+2003-02-06 Thursday 23:59  sam
+
+   * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
+     "interface" variable to "dvdplay" (Closes: #178, #210, and probably a
+     bunch of others).
+   * ./src/interface/interface.c: added a safety check to circumvent the bug,
+     allowing a smooth upgrade.
+
+2003-02-06 Thursday 23:55  massiot
+
+ Fixed interface freezes in the OS X interface.
+
+2003-02-06 Thursday 23:01  sam
+
+   * ./src/misc/darwin_specific.m: completed our list of known languages and
+     made code simpler to read.
+
+2003-02-06 Thursday 21:56  sam
+
+   * ./debian/rules: build the SLP plugin by default.
+
+2003-02-06 Thursday 21:39  titer
+
+  Tuned BeOS priorities for a better playback on low-end computers.
+
+2003-02-06 Thursday 15:14  massiot
+
+ Fixed AFMT_AC3 and AFMT_S16_NE handling.
+
+2003-02-06 Thursday 13:47  hartman
+
+ * Changed a failed DecompressSequenceFrameS error into a warning. We don't
+   want to bug users with this when we resize a video.
+
+2003-02-06 Thursday 03:22  sam
+
+   * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
+     in the background to disable xscreensaver the jwz way (Closes: #58).
+
+     It's an interface plugin, trigger with "--extraintf screensaver".
+
+2003-02-06 Thursday 02:37  sam
+
+   * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
+     otherwise we fail with an error when they are not found.
+
+2003-02-05 Wednesday 22:48  hartman
+
+ * Changed the wrong property in my recent commit. FIXED
+
+2003-02-05 Wednesday 22:11  sam
+
+   * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
+     doing fullscreen or volume up from the popup menu.
+
+2003-02-05 Wednesday 16:23  hartman
+
+ * added a "Open CrashLog" button to the messages window in OSX.
+
+2003-02-05 Wednesday 14:58  hartman
+
+ * Added AppleScript support
+ * We can now handle mms:// etc on a systemwide level.
+   - No way to set this other then trough Explorer Prefs at the moment
+
+2003-02-05 Wednesday 02:31  hartman
+
+ * More support for handling URLs. Still need to create the scriptsuite.
+
+2003-02-05 Wednesday 01:36  hartman
+
+ * Added a Next and Previous item to the dockmenu
+ * Prelimanary support for making VLC the handler of ftp http mms and udp
+   URLs (on a systemwide level)
+
+2003-02-04 Tuesday 21:01  jpsaman
+
+ Closes bug #170
+
+2003-02-04 Tuesday 20:45  hartman
+
+ * We released an array that was in a autorelease pool. That's not necesarry
+
+2003-02-04 Tuesday 11:51  massiot
+
+ * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
+   streams.
+
+2003-02-04 Tuesday 11:07  massiot
+
+ * modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
+   (thanks gibalou !).
+
+2003-02-04 Tuesday 10:07  massiot
+
+ * modules/access/*: Fixed compilation problems with "struct timeval".
+
+2003-02-03 Monday 21:47  sam
+
+   * ./bootstrap: we don't fail if gettext is too old and there is no
+     ABOUT-NLS in the tree.
+
+2003-02-03 Monday 21:38  massiot
+
+ Now developing 0.5.1-cvs.
+
+2003-02-03 Monday 19:45  sam
+
+   * ./debian/woody-buildpackage: enabled build-deps checking.
+
+2003-02-03 Monday 17:18  stippi
+
+ modules/gui/beos/InterfaceWindow.h/.cpp
+
+       - improved file loading:
+               - contents of sub folders can optionally be loaded too
+               - files are loaded in expected order from filepanel
+                       _and_ drag'n'drop
+               - file panel accepts folders to load
+       - saving of playlist's display mode
+       - added updating of interface when playlist is modified
+               while nothing is playing
+       - added compatibility for SoundPlay's drag'n'drop message format
+
+ modules/gui/beos/ListViews.h/.cpp
+
+       - implemented reversal of playlist
+       - list can display full path or file name only
+       - drag'n'drop interaction with SoundPlay
+
+ modules/gui/beos/MediaControlView.cpp
+
+       - cosmetic fix
+
+ modules/gui/beos/PlayListWindow.h/.cpp
+
+       - added reverse sort command to edit menu
+       - added view menu, to allow the user to display paths
+               or only names in the list
+
+2003-02-03 Monday 02:26  sam
+
+   * ./debian/rules: more Debian Woody fixes. Grrrr!
+
+2003-02-03 Monday 01:32  sam
+
+   * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
+   * ./debian/woody-buildpackage: sed syntax fixed.
+
+2003-02-03 Monday 00:56  sam
+
+   * ./share/Makefile.am: we weren't distributing the font!
+
+2003-02-03 Monday 00:43  sam
+
+   * Updated ChangeLog and pofiles.
+
+2003-02-03 Monday 00:39  sam
+
+   * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
+
+2003-02-03 Monday 00:23  sam
+
+   * ./debian/control: missing build dependencies.
+
+2003-02-03 Monday 00:00  massiot
+
+ German translation, croutesy of Felix Kuehne.
+
+2003-02-02 Sunday 23:11  massiot
+
+ Worked around a bug with the Screens menu and localization.
+
+2003-02-02 Sunday 20:59  hartman
+
+ * OSX version can open .asx files. so we need to let the os know that ;)
+
+2003-02-02 Sunday 20:21  sam
+
+   * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
+
+2003-02-02 Sunday 20:07  sam
+
+   * ./debian/vlc.desktop: removed unnecessary file.
+
+2003-02-02 Sunday 20:01  sam
+
+   * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
+
+2003-02-02 Sunday 20:01  sam
+
+   * ./debian/changelog: updated Debian changelog.
+
+2003-02-02 Sunday 19:45  sam
+
+   * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
+     --stdout | sed -e 's/^[^0-9]/ /' -e 's/^  *$//' | uniq).
+
+2003-02-02 Sunday 18:57  sam
+
+   * ./debian/woody-buildpackage: finished Woody build script.
+
+2003-02-02 Sunday 18:12  sam
+
+   * ./po/de.po: german translation updates from Felix KĂ¼hne.
+
+2003-02-02 Sunday 18:09  jpsaman
+
+ Added ffmpeg package to list of depenencies.
+
+2003-02-02 Sunday 17:18  sam
+
+   * ./debian/woody-buildpackage: added a script to build .debs on woody.
+
+2003-02-02 Sunday 16:08  sam
+
+   * ./NEWS: a few updates from gibalou.
+
+2003-02-02 Sunday 11:29  stippi
+
+ cosmetic fix (drop mark would reappear if SHIFT was pressed)
+
+2003-02-02 Sunday 09:17  titer
+
+  '--demuxdump-file -' dumps to standard output.
+   (useful for operating systems which do not have '/dev/stdout'
+    nor mkfifo)
+
+2003-02-02 Sunday 04:17  sam
+
+   * renamed debian/README into debian/README.Debian.
+
+2003-02-02 Sunday 04:07  sam
+
+   * ./debian: more packaging stuff.
+
+2003-02-02 Sunday 04:01  sam
+
+   * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
+     of places.
+
+2003-02-02 Sunday 03:38  sam
+
+   * ./doc/vlc.1: updated manpage.
+
+2003-02-02 Sunday 03:08  sam
+
+   * ./po/it.po: ultimate italian fixes by Bruno Vella.
+
+2003-02-02 Sunday 03:03  sam
+
+   * ./debian/*: tuned packaging.
+
+2003-02-02 Sunday 02:58  massiot
+
+ * Bumped up revision number to 0.5.0
+
+2003-02-02 Sunday 02:11  sam
+
+   * ./po/it.po: updated italian translation, courtesy of Bruno Vella.
+
+2003-02-02 Sunday 01:37  sam
+
+   * ./po/*: more interface strings harmonization.
+
+2003-02-02 Sunday 01:23  jobi
+
+     * NEWS: readded deleted entries, sorry about that.
+
+2003-02-02 Sunday 00:57  jobi
+
+     * NEWS: VCD entry points and iso files
+     * include/audio_output.h: more proper freebsd compilation fix
+     * modules/audio_output/oss.c: if /dev/dsp is used, use another output.
+
+2003-02-02 Sunday 00:49  massiot
+
+ * README.MacOSX.rtf: Typos
+ * include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine
+ * modules/access/dvdread/input.c: Fixed a long-standing bug when switching
+   titles.
+
+2003-02-02 Sunday 00:46  sam
+
+   * ./po/*: more s/vlc/VLC/ changes.
+
+2003-02-02 Sunday 00:29  sam
+
+   * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
+     to come.
+
+2003-02-02 Sunday 00:05  sam
+
+   * ./NEWS: a few updates (translations, mozilla plugin).
+
+2003-02-01 Saturday 23:46  massiot
+
+ * modules/gui/macosx/*: Fixed localization bugs
+ * po/fr.po: Updated French translation
+ * extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0
+
+2003-02-01 Saturday 23:41  yves
+
+ - ready for general 0.5.0 consumption
+ - activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin
+ - more wxwindow stuff.
+ - fixes here and here.
+ - added more doc files like NEWS, THANKS etc.
+ - still lacking mozilla plugin :(
+
+2003-02-01 Saturday 23:39  sam
+
+   * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
+     instead of VLC_Create(), so that its strings are translated (was #92).
+
+2003-02-01 Saturday 23:28  sigmunau
+
+  NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
+ with embedded wmp
+
+2003-02-01 Saturday 23:15  sam
+
+   * ./AUTHORS: added Garf and updated entries.
+
+2003-02-01 Saturday 23:08  sam
+
+   * ./INSTALL.libmad: removed that file; if one does not know how to build
+     and install a library, he'd better not fiddle with VLC.
+
+2003-02-01 Saturday 22:03  babal
+
+ - Win32 preference dialog box
+
+2003-02-01 Saturday 21:39  ipkiss
+
+  * Win32 port
+
+2003-02-01 Saturday 21:24  titer
+
+  BeOS news.
+
+2003-02-01 Saturday 21:23  sam
+
+   * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
+     woody specific builds. Will fill them in a moment.
+
+2003-02-01 Saturday 21:20  massiot
+
+ Tarkin, Tremor and Theora are only available when compiling from sources.
+
+2003-02-01 Saturday 21:10  massiot
+
+ Forgot Tremor.
+
+2003-02-01 Saturday 21:04  jpsaman
+
+ Checking in packageing files.
+
+2003-02-01 Saturday 20:59  jpsaman
+
+ Updated for iPaq port
+
+2003-02-01 Saturday 20:34  massiot
+
+ * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
+ * Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
+ * src/misc/darwin_specific.m: more generic language detection
+ * NEWS: summarized changes from 0.4.6 to 0.5.0
+
+2003-02-01 Saturday 19:04  sam
+
+   * ./po/it.po: a few corrections.
+
+2003-02-01 Saturday 18:54  sam
+
+   * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable.
+   * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c,
+     ./modules/video_output/x11/xvideo.c: removed the drawable configuration
+     variables which are now deprecated.
+
+2003-02-01 Saturday 18:53  sam
+
+   * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be
+     detached before being destroyed.
+
+2003-02-01 Saturday 18:41  sam
+
+   * ./NEWS: added an empty NEWS file.
+   * ./bootstrap: now that we have the NEWS file, --foreign is no longer
+     required when calling automake.
+
+2003-02-01 Saturday 16:33  massiot
+
+ Updated Italian translation courtesy of Bruno Vella.
+
+2003-02-01 Saturday 16:20  massiot
+
+ sam p0\/\/3r !
+
+2003-02-01 Saturday 12:01  stippi
+
+ Changes done since Feb 28 2003:
+
+2003-02-01 Saturday 09:40  babal
+
+ - fixed a compilation issue with C compilers
+
+2003-02-01 Saturday 01:21  fenrir
+
+  * asf : trying to fix pts handling.
+
+2003-01-31 Friday 22:35  sam
+
+   * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files.
+
+2003-01-31 Friday 22:34  sam
+
+   * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't
+     kept up to date (and almost everything advertised in it was done).
+
+2003-01-31 Friday 18:53  lool
+
+   * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam)
+
+2003-01-31 Friday 16:56  sam
+
+   * ./configure.ac.in: I was told some versions of mingw32 support neither
+     -mms-bitfields nor -fnative-struct.
+
+2003-01-31 Friday 13:52  sam
+
+   * ./src/libvlc.c: strings in the main module are now translated (fixes: #92).
+
+2003-01-31 Friday 11:38  sam
+
+   * ./po/de.po: full german translation, courtesy of Felix KĂ¼hne.
+
+2003-01-31 Friday 11:23  massiot
+
+ Fixed a major bug of people who like to declare vars "unsigned int"
+ when they can be -1 :p (why haven't we spotted that before ??).
+ Closes #152.
+
+2003-01-31 Friday 10:54  sam
+
+   * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen
+     while there was no input (Closes: #153).
+
+2003-01-31 Friday 10:51  sam
+
+   * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the
+     Audio and Subtitles submenus into the Audio and Video menus.
+
+2003-01-31 Friday 10:14  sam
+
+   * ./src/audio_output/mixer.c: minor cosmetic fix in output message.
+
+2003-01-31 Friday 09:51  sam
+
+   * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized
+     variables.
+
+2003-01-31 Friday 09:48  sam
+
+   * ./configure.ac.in: complain when ALSA headers are not found but
+     --enable-alsa was specified.
+
+2003-01-31 Friday 06:45  titer
+
+  Minor GUI fixes
+
+2003-01-31 Friday 02:53  jlj
+
+   * ./modules/gui/macosx: Defeated some deadlocks.
+                           World domination ... is at hand.
+
+2003-01-30 Thursday 20:59  sam
+
+   * ./src/misc/configuration.c: when an invalid short option is found, use
+     the optopt variable instead of the current value of optind (Closes: #148).
+
+2003-01-30 Thursday 19:14  gbazin
+
+ * src/video_output/video_output.c: we were still using free instead of
+    vout_DestroySubPicture in one place.
+ * modules/codec/spudec/parse.c: we now make sure we don't add several times
+    the same highlight callback.
+
+2003-01-30 Thursday 18:07  lool
+
+   * converted FAQ to SGML
+   * SGML sucks, this is absolutely ugly, please reread
+
+2003-01-30 Thursday 16:36  gbazin
+
+ * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
+    race condition between spudec and vout. This patch may not be all that
+    nice because it does a lot of vlc_object_find() but it is the only
+    solution I've been able to come-up with.
+    Oh and I didn't fix the memory leak caused by the font when using text
+    subtitles. If the vout changes while the spudec is running then we don't
+    unload this font.
+
+2003-01-30 Thursday 15:46  hartman
+
+ * modules/gui/macosx/intf.m
+   - fixed a warning about parentheses
+
+2003-01-30 Thursday 15:39  hartman
+
+ * ./modules/gui/macosx/intf.m:
+   - we close the video window after a video is done playing.
+
+2003-01-30 Thursday 12:38  gbazin
+
+ * src/video_output/vout_subpictures.c: fixed a few race conditions that
+    were triggered by the dvdplay plugin.
+
+2003-01-30 Thursday 10:44  massiot
+
+ Keep -O2 in --disable-optimizations mode, cause it can't harm...
+
+2003-01-30 Thursday 02:16  gbazin
+
+ * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in
+     PictureDisplayExtension(). This does also fix problems with the dvdplay
+     plugin and menus with still pictures.
+
+2003-01-30 Thursday 00:39  massiot
+
+ * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension,
+ * modules/gui/macosx/intf.m: one of the threads wasn't in real-time
+   priority !!!
+ * include/vlc_threads.h: tuned up OS X priorities
+
+2003-01-29 Wednesday 21:54  fenrir
+
+  * asf : more sanity check for broken files.
+
+2003-01-29 Wednesday 18:14  hartman
+
+ intf: the slower/faster buttons should not be continious.
+ project: the source files were included in the Resources. No more.
+
+2003-01-29 Wednesday 18:10  sam
+
+   * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
+     the title and chapter dialogs when DVD menus are activated.
+
+2003-01-29 Wednesday 17:28  gbazin
+
+ * modules/gui/gtk/*: changed the disc open dialog to allow for title and
+    chapter 0. When title or chapter 0 are selected, they do not appear in
+    the MRL.
+
+2003-01-29 Wednesday 17:07  massiot
+
+ New nl translation, courtesy of dj hartman.
+
+2003-01-29 Wednesday 15:55  sam
+
+   * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization
+     in case the input dies before we even spawned our dvdplay interface
+     (Closes: #141).
+
+2003-01-29 Wednesday 15:15  sam
+
+   * ./po/ja.po: updated japanese translations, courtesy of KKI.
+
+2003-01-29 Wednesday 14:03  gbazin
+
+ * include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals
+     THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me.
+
+2003-01-29 Wednesday 12:59  gbazin
+
+ * modules/demux/ogg.c: bug fix when switching between vorbis channels.
+
+2003-01-29 Wednesday 11:41  jlj
+
+   * ./modules/gui/macosx/controls.m: fixed bug in my previous commit.
+
+2003-01-29 Wednesday 11:34  jlj
+
+  * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty
+  * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input
+                        and using p_playlist->p_input instead.
+
+2003-01-29 Wednesday 11:17  gbazin
+
+ * modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin
+     (closes #122).
+ * modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user
+     settings (closes #122).
+
+2003-01-29 Wednesday 09:54  sam
+
+   * ./modules/audio_output/arts.c: fixed aRts output and removed debug
+     messages that were lying around.
+
+2003-01-29 Wednesday 00:02  titer
+
+  enabled changing filters on the fly
+
+2003-01-28 Tuesday 23:55  massiot
+
+ Not sure the buffer was large enough.
+
+2003-01-28 Tuesday 23:38  fenrir
+
+  * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though.
+
+2003-01-28 Tuesday 22:52  sam
+
+   * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139).
+
+2003-01-28 Tuesday 22:03  sam
+
+   * ./src/video_output/video_output.c: don't try to change aspect ratio if it
+     has been overriden by the user (Closes: #79).
+   * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method".
+   * ./modules/*: fixed a few capitalization issues.
+
+2003-01-28 Tuesday 21:18  gbazin
+
+ * modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select
+    title 0 when using the dvdplay plugin (title 0 = menu).
+
+2003-01-28 Tuesday 21:17  fenrir
+
+  * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0.
+
+2003-01-28 Tuesday 21:08  sam
+
+   * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in
+     DATA_PATH.
+   * ./modules/gui/wxwindows/*.cpp: fixed minor warnings.
+
+2003-01-28 Tuesday 21:06  sam
+
+   * ./debian/*: activated the wxwindows plugin.
+
+2003-01-28 Tuesday 20:02  sam
+
+   * ./toolbox: made a few glade-generated strings non-translatable.
+   * ./po/*: fixed spelling errors in pofiles.
+
+2003-01-28 Tuesday 17:14  sam
+
+   * ./debian/control: removed versioned dependency on libxosd.
+   * ./debian/rules: added comments here and there.
+
+2003-01-28 Tuesday 17:11  sam
+
+   * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
+     use "./toolbox --fix-glade" to generate and fix source files.
+   * ./include/vlc_common.h: fixed compilation warnings.
+
+2003-01-28 Tuesday 16:57  sam
+
+   * ALL: fixes for various compilation warnings and spelling errors.
+
+2003-01-28 Tuesday 16:52  sam
+
+   * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of
+     libxosd.
+
+2003-01-28 Tuesday 16:47  hartman
+
+ ALL: updated deinterlace to work on the fly. there is a but in vout.m:433
+      jlj will need to fix that.
+      there is no feedback to the interface as of yet
+
+2003-01-28 Tuesday 15:59  hartman
+
+ * ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack
+ * ./README.MacOSX.rtf: updated deinterlace and resize info
+
+2003-01-28 Tuesday 15:05  massiot
+
+ We are now able to parse :
+ dvdread:/Volumes/to@to/VIDEO_TS@1,1
+ dvdplay:/Volumes/to@to/VIDEO_TS@1,1
+ Closes #77
+
+2003-01-28 Tuesday 14:49  sigmunau
+
+ fixed another possible crash
+
+2003-01-28 Tuesday 14:41  gbazin
+
+ * modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69)
+
+2003-01-28 Tuesday 14:00  fenrir
+
+  * gtk: fixed 'cannot find file.xpm'.
+  * wxwindows: compilation fix for older wxwindows header.
+
+2003-01-28 Tuesday 13:07  gbazin
+
+ * src/video_output/video_output.c: oops, fixed a bug I just introduced.
+
+2003-01-28 Tuesday 13:03  gbazin
+
+ * modules/video_filter/deinterlace/deinterlace.c,
+   modules/video_output/x11/xcommon.c: modified debug messages.
+
+2003-01-28 Tuesday 12:30  gbazin
+
+ * src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the
+ filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on
+ the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object
+ variables.
+ * modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow
+ switching deinterlace modes on the fly.
+ * modules/gui/gtk/menu.c: updated the deinterlace menu.
+ * include/vlc_common.h: compilation fixes for gtk_main and gnome_main.
+
+2003-01-28 Tuesday 12:23  massiot
+
+ Do not show the channels menu when the input stream is mono, closing #117.
+
+2003-01-28 Tuesday 10:05  titer
+
+  * sanity Lock()s
+
+2003-01-28 Tuesday 08:17  titer
+
+  * beos/* : do not forgot to destroy the Messages window, so vlc does
+             lock when exiting
+  * missing cvsignores
+
+2003-01-28 Tuesday 08:11  yves
+
+ - new video_output/vout_encoder plugin.
+ - new demux/a52sys plugin.
+
+2003-01-28 Tuesday 03:46  sam
+
+   * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113).
+
+2003-01-28 Tuesday 03:11  sam
+
+   * ./include/vlc_common.h: removed duplicate macro definitions in the gtk
+     and gnome plugins.
+
+2003-01-28 Tuesday 02:53  sam
+
+   * ./configure.ac.in: first step in the world domination roadmap, setting
+     the CVS version to -test4.
+
+2003-01-28 Tuesday 02:03  sam
+
+   * ./po/*: spelling fixes.
+
+2003-01-28 Tuesday 01:50  hartman
+
+ ALL: the next and previous buttons first work through the chapters. Only
+      then they turn to the playlist.
+
+2003-01-28 Tuesday 00:22  sam
+
+   * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins.
+
+2003-01-27 Monday 23:48  massiot
+
+ Additional check on p_first_byte_to_mix.
+
+2003-01-27 Monday 23:42  sam
+
+   * ./bootstrap: removed usage of $^ which is not compatible with BSD or
+     Solaris make.
+
+2003-01-27 Monday 22:50  sam
+
+   * ./src/audio_output/output.c: fixed return with a value in function
+     returning void.
+
+2003-01-27 Monday 22:42  sam
+
+   * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it
+     anyway, do not provide our custom version.
+
+2003-01-27 Monday 21:44  ipkiss
+
+  * Fixed a segfault (closes #132)
+
+2003-01-27 Monday 21:35  jobi
+
+     * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile,
+            at least on FreeBSD 5.0
+
+2003-01-27 Monday 17:41  ipkiss
+
+  * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *)
+    instead of a (vlc_list_t); this modification was needed because BCB
+    doesn't like at all when a function (compiled with mingw32) returns
+    a struct...
+  * ALL: modified the files to take this change into account
+  * modules/gui/win32/menu.cpp: enabled the "Add interface" command
+
+2003-01-27 Monday 16:28  fenrir
+
+  mms: another memory leak
+  avi: comment out a debug statment.
+
+2003-01-27 Monday 10:29  titer
+
+  Disabled DVD menus by default for 0.5.0
+
+2003-01-27 Monday 01:42  ipkiss
+
+  * The space bar is a hotkey for pause/resume.
+
+2003-01-27 Monday 00:08  jlj
+
+   * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview
+                                     is now updated on panel BecomeKey.
+   * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel.
+
+2003-01-26 Sunday 22:57  gbazin
+
+ * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some
+ DVD menus.
+
+2003-01-26 Sunday 16:37  gbazin
+
+ * modules/audio_output/waveout.c: multichannel and spdif support (spdif untested).
+
+2003-01-26 Sunday 14:53  hartman
+
+ * Added myself to list of authors of these files. i had forgotten to do this.
+
+2003-01-26 Sunday 14:52  fenrir
+
+  * all: raah, clean up glade output.
+
+2003-01-26 Sunday 14:49  fenrir
+
+  * added stream output dialog box.
+
+2003-01-26 Sunday 13:37  gbazin
+
+ * src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer.
+     (p_input->p_first_byte_to_mix sometimes need to be reset)
+ * modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk.
+
+2003-01-26 Sunday 12:34  fenrir
+
+  * avi : fix play back for some broken avi
+
+2003-01-26 Sunday 10:36  gbazin
+
+ * modules/gui/wxwindows/*: Fixed the open dialog on win32.
+     Better slider management in the main interface. Misc other small fixes.
+
+2003-01-26 Sunday 08:28  titer
+
+  Added some colors.
+
+2003-01-26 Sunday 02:22  ipkiss
+
+  * modules/video_output/directx: added a configuration variable and a
+    "normal" one to set the vout window on top of ther windows
+  * modules/gui/win32: the interface can use these variables
+    (almost closes #84)
+
+2003-01-25 Saturday 21:34  hartman
+
+ * changed the bugreporting url
+
+2003-01-25 Saturday 20:15  titer
+
+  Added a window to see vlc messages.
+
+2003-01-25 Saturday 18:42  hartman
+
+ * ./README.MacOSX.rtf: added two remarks on subtitle support.
+ * ./extras/MacOSX/vlc.pbroj/project.pbxproj
+   - Added .wma filetype
+   - Added README, COPYING etc. to resources
+ * ALL: Added a Help menu.
+
+2003-01-25 Saturday 18:09  fenrir
+
+  * faad : clean up.
+
+2003-01-25 Saturday 17:57  fenrir
+
+  * all: fixed wrong usage of input_DeletePES.
+
+2003-01-25 Saturday 17:21  fenrir
+
+  *mp4: fixed segfault when it fails to start a decoder and has specific
+ informations to send.
+
+2003-01-25 Saturday 16:59  fenrir
+
+  * ffmpeg: fixed memory leaks.
+
+2003-01-25 Saturday 16:58  fenrir
+
+  * all : fixed some memory leaks thanks valgrind.
+
+2003-01-25 Saturday 12:42  hartman
+
+ * README.MacOSX.rtf: Updated Readme for new release. Added section on
+   subtitles and on bugreporting.
+ * extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv,
+   .sub and .srt files.
+
+2003-01-25 Saturday 12:00  hartman
+
+ * Reverted back to non metal windows as dictated by Apple's User Interface
+   Guidelines. Only the controller window stays metallic.
+
+2003-01-25 Saturday 03:12  fenrir
+
+ * avi: no more segfault when we have 'max buffer allocation reached'
+ * all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached'
+ we cannot send null packet to decoder.
+
+2003-01-25 Saturday 01:03  titer
+
+  * store windows sizes in the vlc configuration file
+  * fixed an interface bug when launching a file from the command line
+  * minor fixes or enhancements
+
+2003-01-24 Friday 18:25  hartman
+
+ * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
+
+2003-01-24 Friday 16:19  hartman
+
+ * code we migh use in the future to change the subfile we use.
+   not very useful now because of the .avi requirement to start/stop before
+   loading/displaying the subs.
+
+2003-01-24 Friday 14:35  hartman
+
+ ALL: fixed the deinterlace menuiteM
+ cvS: ----------------------------------------------------------------------
+
+2003-01-24 Friday 14:34  hartman
+
+ ALL: fixed the deinterlace menuitem
+
+2003-01-24 Friday 14:13  sam
+
+   * ./doc/bugreport-howto.txt: minor updates.
+
+2003-01-24 Friday 12:01  sam
+
+   * ./configure.ac.in: removed the --with-bcbuilder flag.
+   * ./INSTALL.win32: updated accordingly.
+
+2003-01-24 Friday 06:31  titer
+
+  * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
+                   BeOS computers (closes #119)
+  * others: removed old printf or unused code.
+
+2003-01-24 Friday 06:21  hartman
+
+ * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
+   after 2 seconds.
+
+2003-01-24 Friday 02:31  hartman
+
+ * when the playlist is selected and you push the spacebar we pause/play
+   the movie. this makes the behaviour more consistent, though the solution
+   is somewhat unclean. We should fix this on a higher level but i don't see
+   how we could/should.
+
+2003-01-24 Friday 00:53  hartman
+
+ * the volume slider could only be dragged, not clicked. removed some
+   useless code as well.
+
+2003-01-24 Friday 00:17  hartman
+
+ * made a quick hack to create a resize bar. not sure if we should keep this.
+
+2003-01-23 Thursday 23:57  gbazin
+
+ * modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface.
+ * modules/gui/wxwindows/popup.cpp: Started implementing the popup menu.
+ * modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a
+ play/pause button depending on the context.
+ * modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.
+
+2003-01-23 Thursday 23:51  massiot
+
+ * Resized elements in the open panel,
+ * modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
+   mode is on the primary screen,
+ * po/*: Updated po files.
+
+2003-01-23 Thursday 22:57  hartman
+
+ * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   - oops, i enlarged the timeslider by accident. fixed
+ * ./modules/gui/macosx/controls.m
+   - fixed a mutex_lock issue
+
+2003-01-23 Thursday 22:39  hartman
+
+ ALL: - made some panels into windows.
+      - made the background picture non editable (removes the text cursor)
+      - added slowmotion button
+
+2003-01-23 Thursday 22:25  hartman
+
+ * ./modules/gui/macosx/controls.m
+   - changed the slower button into a slowmotion button
+   - fixed a forgotten mutex_unlock
+ * ./modules/gui/macosx/intf.m
+   - added the slowmotion button
+   - some windows shouldn't register in the "Window" menu
+ * ./modules/gui/macosx/open.m
+   - allow multiple file selection
+
+2003-01-23 Thursday 21:47  massiot
+
+ * Minor changes to the open panel, added AVI stream output option,
+ * modules/gui/macosx/open.m: "Open File" is back,
+ * modules/codec/mpeg_video/synchro.c: Fixed a counting bug.
+
+2003-01-23 Thursday 17:13  massiot
+
+ Fixed a segfault with quitting when no audio output plug-in was found
+ (closes #108).
+
+2003-01-23 Thursday 15:53  sam
+
+   * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
+     suggestion from lool).
+
+2003-01-23 Thursday 15:52  sam
+
+   * ./modules/*: warning fixes.
+
+2003-01-23 Thursday 15:50  sam
+
+   * ./modules/access/dvdread/input.c: warning fixes and a consistency
+     fix (ilvu_sa cannot be -1).
+
+2003-01-23 Thursday 15:07  fenrir
+
+  * asf: in fast/slow motion we don't play audio (unless there isn't any
+ video). Added some clean up.
+
+2003-01-23 Thursday 13:54  massiot
+
+ Derk-Jan Hartman.
+
+2003-01-23 Thursday 13:44  fenrir
+
+  * don't send audio in fast/slow playing speed unless there isn't any video
+ stream.
+
+2003-01-23 Thursday 11:48  massiot
+
+ * modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
+ * modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode
+   with MPEG files,
+ * src/audio_output/output.c: Fixed dual-mono handling.
+
+2003-01-23 Thursday 10:25  gbazin
+
+ * modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
+
+2003-01-23 Thursday 09:58  sam
+
+   * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
+     instead of an error when it can't stat() the device (Closes: #77).
+
+2003-01-23 Thursday 09:53  gbazin
+
+ * modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
+ socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
+ read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
+ call (someone willing to investigate this ?).
+
+2003-01-23 Thursday 09:00  fenrir
+
+  * demux: fix segfault while trying to opening files without extention...
+
+2003-01-22 Wednesday 22:19  sigmunau
+
+  added an new config variable that takes an comma separated list of
+ interface modules to be loaded in the background when vlc starts. This is
+ usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
+ module was inserted, as this just needs to be added to this list now.
+
+2003-01-22 Wednesday 19:37  lool
+
+   * modules/visualization/xosd/xosd.c: lower module capability when the
+   DISPLAY environment variable is unset (gtk like behaviour)
+
+2003-01-22 Wednesday 18:31  massiot
+
+ Reverse stereo option.
+
+2003-01-22 Wednesday 17:03  sam
+
+   * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
+     detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
+
+2003-01-22 Wednesday 16:41  lool
+
+   * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
+   xosd_init returns NULL
+   * lib is initialized with configured font
+   * more safety checks
+
+2003-01-22 Wednesday 16:16  lool
+
+   * modules/access/slp.c: #include <stdlib.h> because of a malloc
+
+2003-01-22 Wednesday 15:16  massiot
+
+ Less aggressive debug message.
+
+2003-01-22 Wednesday 12:25  sam
+
+   * ./configure.ac.in: fixed multiple static link issues with anal linkers.
+
+2003-01-22 Wednesday 10:53  fenrir
+
+  * add vout_encoder, not yet the codec parts.
+
+2003-01-22 Wednesday 10:44  fenrir
+
+  * all: modified files for video transcoding. Still needed configure.ac.in
+
+2003-01-22 Wednesday 10:41  fenrir
+
+  * added file needed for video transcoding with vlc.
+
+2003-01-22 Wednesday 10:03  massiot
+
+ 1.12 How do I join an IPv6 multicast stream?
+
+2003-01-22 Wednesday 09:54  massiot
+
+ * configure.ac.in: Re-added a52sys module, which was lost somewhere...
+ * Fixed bugs regarding Dolby Surround downmixing.
+
+2003-01-22 Wednesday 04:51  fenrir
+
+  * fixed my last fix about bug with non-progressive videos.
+
+2003-01-22 Wednesday 02:39  hartman
+
+ ALL: fixed a small bug in the timeslider code
+
+2003-01-22 Wednesday 01:48  hartman
+
+ * ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
+   filetypes.
+ * ./modules/gui/macosx/vout.m: Made the video window a textured window
+ * All:
+   - fixed several missing object_release bugs, that i had introduced.
+   - updated the play/pause behaviour.
+   - fixed an issue with the volumeslider.
+
+2003-01-22 Wednesday 01:40  lool
+
+   * added --with-slp
+   * now works under win32
+
+2003-01-22 Wednesday 01:13  titer
+
+  * Fixed title / chapter menus
+  * Clean up
+
+2003-01-22 Wednesday 00:32  fenrir
+
+  * gtk: fixed a segfault with deinterlace.
+
+2003-01-21 Tuesday 21:19  lool
+
+   * use of service attributes to get the name of the session, insert it in
+     the playlist
+
+2003-01-21 Tuesday 18:43  lool
+
+   * added a couple of malloc() checks
+
+2003-01-21 Tuesday 17:34  lool
+
+   * now search all srvtypes and add all srvs of all srvtypes to the
+     playlist (requires less configuration information, now zero)
+   * usual cleanup and bug removal
+
+2003-01-21 Tuesday 17:08  hartman
+
+ ALL: the slider updates the video while it slides.
+
+2003-01-21 Tuesday 17:00  fenrir
+
+  * added "use DVD menu" choice.
+
+2003-01-21 Tuesday 16:46  fenrir
+
+  * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
+ added some sanity checks.
+
+2003-01-21 Tuesday 14:26  hartman
+
+ ALL: fixed my previous osx interface commit. had forgotten to save the files.
+
+2003-01-21 Tuesday 14:15  hartman
+
+ * ./src/input/input_ext_intf.c
+   - FASTER and SLOWER now take into account the current rate.
+
+2003-01-21 Tuesday 12:36  fenrir
+
+  * gui/gtk : added a subtitle option in open dialog box.
+
+2003-01-21 Tuesday 12:23  hartman
+
+ ALL: The addition of a volume slider required a small redesign of the
+      interface. David Weber was again kind enough to help us.
+
+2003-01-21 Tuesday 12:01  hartman
+
+ * Added an 'slowmotion' icon
+
+2003-01-21 Tuesday 10:29  massiot
+
+ Fixed two major bugs in the audio output, triggering segfault when going
+ to mono mode, and probably at some other places.
+
+2003-01-21 Tuesday 00:47  jlj
+
+   * ./modules/gui/macosx/aout.m: output more debug info
+   * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
+     http://nanocrew.net/vlc/mpslider.png
+
+2003-01-20 Monday 20:17  yves
+
+ - new access/slp plugin.
+ - more buildfor_{rh80,mdk{82,90}} stuff.
+ - use %%mklibname macro.
+ - use %%clean_menus in postun instead of %%update_menus everywhere.
+
+2003-01-20 Monday 20:07  fenrir
+
+  * all: begin to up to date the gtk/gnome interface. All comments are
+ welcome, and please reports bugs :)
+
+2003-01-20 Monday 17:52  massiot
+
+ Used macro instead of hand-made code.
+
+2003-01-20 Monday 13:06  fenrir
+
+  * all: converted some msg_Err into msg_Warn
+
+2003-01-20 Monday 13:04  fenrir
+
+  * asf : more msg_Err -> msg_Warn
+
+2003-01-20 Monday 13:03  fenrir
+
+  * aac: some msg_Err -> msg_Warn
+
+2003-01-20 Monday 13:01  fenrir
+
+  * all: changed some msg_Err into msg_Warn.
+
+2003-01-20 Monday 10:59  massiot
+
+ Fixed a dozen bugs regarding mono audio files.
+
+2003-01-20 Monday 03:45  hartman
+
+ * ./extras/MacOSX/vlc.pbproj/project.pbxproj
+   - Added .cue and .ogg to the known filetypes
+ ALL:
+   - When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
+   - Preliminary divx filesubtitle support.
+
+2003-01-20 Monday 02:45  titer
+
+   load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
+  previous commits (closes #100)
+
+2003-01-20 Monday 02:19  fenrir
+
+  * mpegvideo.c : raah, removed a debug message...
+
+2003-01-20 Monday 02:15  fenrir
+
+  * mpegvideo.c : fix dts generation for non-progressive stream.
+
+2003-01-20 Monday 00:23  hartman
+
+ * ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
+
+2003-01-19 Sunday 22:16  jpsaman
+
+ New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.
+
+2003-01-19 Sunday 16:57  massiot
+
+ Requalified some error messages into warnings.
+
+2003-01-19 Sunday 08:28  fenrir
+
+  * avi.c : proper way to store fourcc.
+
+2003-01-19 Sunday 08:27  fenrir
+
+  * all: change the way fourcc are stored in bitmapinfoheader.
+
+2003-01-19 Sunday 03:16  sam
+
+   * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
+     the GetProgramPath call, stored the path in p_libvlc instead. Fixes
+     compilation under anything other than OS X.
+
+2003-01-18 Saturday 20:24  alexis
+
+ Compilation fix
+
+2003-01-18 Saturday 13:24  massiot
+
+ Including font-eutopiabold36.rle for DivX and ogg subtitles.
+
+2003-01-18 Saturday 04:57  hartman
+
+ * ./modules/gui/macosx/open.m
+   - .bin files are now opened as disks, instead of as files
+
+2003-01-18 Saturday 04:10  hartman
+
+ * ./modules/gui/macosx/open.m:
+   - Removed the pretty animation. Wasn't working. This looks better.
+   - fixed a potential memory problem
+
+2003-01-17 Friday 23:59  sam
+
+   * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
+     the source comments.
+
+2003-01-17 Friday 21:46  hartman
+
+ * ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
+
+2003-01-17 Friday 19:36  sam
+
+   * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
+
+2003-01-17 Friday 19:22  sam
+
+   * ./modules/control/rc/rc.c: boundary checks for chapter navigation.
+
+2003-01-17 Friday 19:17  sam
+
+   * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
+     of boundary checks in the handling of title/chapter menus. Title 0 is no
+     longer reachable (Closes: #26).
+
+2003-01-17 Friday 18:19  titer
+
+  Fixed the 'Do not use DVD menus' check box.
+
+2003-01-17 Friday 18:19  jpsaman
+
+ Updating slider only once a second now.
+
+2003-01-17 Friday 17:22  massiot
+
+ [no log message]
+
+2003-01-17 Friday 16:18  sam
+
+   * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
+     sent to the parent video output by all filters, and mouse coordinates are
+     translated when necessary (Closes: #15).
+
+2003-01-17 Friday 15:26  fenrir
+
+  * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
+  * mpeg4video: removed a bad code dealing with pts discontinuity.
+  * pes.c: try to avoid copying the whole  PES. (the first 64ko
+ ins't any more copied :)
+
+2003-01-17 Friday 14:51  lool
+
+   * added missing static
+
+2003-01-17 Friday 13:54  sam
+
+   * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
+     calculation in slow-mo.
+
+2003-01-16 Thursday 23:37  sam
+
+   * ./Makefile.am: fixed distribution of MSVC files.
+
+2003-01-16 Thursday 23:33  babal
+
+ - my previous fix was a bad fix :(
+
+2003-01-16 Thursday 23:25  lool
+
+   * configure.ac.in:
+     . renamed access_slp to slp
+     . slp is enabled by default if slp.h is present
+   * modules/access/slp.c:
+     . slp is now an access and a demux and forces the use of itself
+     . cleanups and bug corrections
+     . disappears of the playlist
+       Thanks to fenrir for the help in debugging!
+
+2003-01-16 Thursday 23:00  massiot
+
+ * Bumped up revision number to 0.5.0-test3,
+ * Rearranged fields in the OS X interface to accomodate for translations,
+ * modules/access/dvd/ifo.c: fixed a crash with bad streams,
+ * Auto-updated po files,
+ * Manually updated fr.po.
+
+2003-01-16 Thursday 21:14  babal
+
+ - input.c : doesn't even try to use the headphone filter for
+             unsupported format (S/PDIF, ...)
+ - m3u.c : support for MRLs
+           better detection of absolute path under Windows
+ - configure.ac.in : off_t was defined twice for mingw32
+ - fr.po : translation of headphone filter strings
+
+2003-01-16 Thursday 20:08  lool
+
+   * typo
+
+2003-01-16 Thursday 15:26  titer
+
+  * InterfaceWindow.cpp : fixed DVD drag & drop
+  * PreferencesWindow.* : added the possibility not to use DVD menus
+
+2003-01-16 Thursday 14:40  massiot
+
+ Swedish is now sv, not se. Thanks yvounet. (c)
+
+2003-01-16 Thursday 14:39  yves
+
+ * codec/mad plugin is replaced by audio_filter/mpgatofixed32.
+ * new demux/m4v and mux/avi plugins
+
+2003-01-16 Thursday 14:34  sam
+
+   * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.
+
+2003-01-16 Thursday 14:08  massiot
+
+ * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
+   I do not have any file to test ; more precise PTS handling when losing
+   sync.
+ * src/audio_output/intf.c: fixed a warning.
+
+2003-01-16 Thursday 13:58  hartman
+
+ * ALL:
+ - integrated play/pause toggled button
+ - global shortcut for play/pause by use of spacebar
+ - new pause.png
+ - removed pause button
+ - close button in intf window. register window in Window menuitem.
+ - rearranged the menu
+ - changed some key-combo's to be more OSX compliant/consistent
+ - The time text-field is no longer selectable
+ - The faster/slower/ff/stop etc button are only available during playback
+ - added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
+ - Added Add/Remove buttons to the llaylist.
+ - Made the drawer 10 pixels smaller. Looks much better.
+ - added a volume slider.
+
+2003-01-16 Thursday 13:49  hartman
+
+ * ./modules/gui/macosx/controls.m:
+   - Added a volumeslider
+   - removed pause button
+   - added a fast forward action (increases speed in time)
+   - changed the play method to allow for a toggled play pause button
+   - volumeUp and VolumeDown take the state of the Mute Menuitem into account
+   - volumeUp and VolumeDown take the volumeSlider into account
+ * ./modules/gui/macosx/intf.h:
+   - added references for the volumeslider, new menuitems
+ * ./modules/gui/macosx/intf.m:
+   - correct init of volumeslider and other new intf elements
+   - new title for Controller window
+   - the state of buttons is dependant on a movie being played
+   - toggle the play/pause button if a play/pause action is detected.
+ * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
+ * ./modules/gui/macosx/vout.m:
+   - removed some control keys which were no longer necesarry
+   - give the window the title of the item being played
+
+2003-01-16 Thursday 13:22  hartman
+
+ VolumeGet/VolumeSet now work even if no file is playing.
+
+2003-01-16 Thursday 12:56  sam
+
+   * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
+
+2003-01-16 Thursday 12:49  sam
+
+   * ./evc/config.h, ./msvc/config.h: proper generation of these files using
+     information from configure.ac.in. Thanks to Stephane van Hardeveld for
+     spotting this.
+
+2003-01-16 Thursday 09:05  sam
+
+   * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.
+
+2003-01-16 Thursday 09:02  sam
+
+   * ./include/vlc_common.h: fixed win32 plugin compilation.
+
+2003-01-16 Thursday 09:00  sam
+
+   * ALL: merged more UI strings.
+
+2003-01-15 Wednesday 23:55  massiot
+
+ * Fixed MPEG audio layer III VBR,
+ * Mac OS X interface thread gets a real-time priority as well to avoid
+   lock-ups,
+ * VLAN error is now a warning.
+
+2003-01-15 Wednesday 13:58  massiot
+
+ Typo.
+
+2003-01-15 Wednesday 13:48  sam
+
+   * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
+     events once our window has been properly mapped.
+
+2003-01-15 Wednesday 13:46  massiot
+
+ message queue overflow is now a warning.
+
+2003-01-15 Wednesday 13:16  sam
+
+   * ALL: slightly changed some interface strings so that they are common to
+     all GUIs, thus making the translators' work easier.
+
+2003-01-15 Wednesday 13:14  massiot
+
+ Better recovery on emulated startcode. Still doesn't work with VBR mp3's,
+ though.
+
+2003-01-15 Wednesday 12:25  massiot
+
+ Dutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
+ and Jean-Paul Saman <jpsaman@wxs.nl>.
+
+2003-01-15 Wednesday 11:46  titer
+
+  Fixed --with-mad and --with-mad-tree
+
+2003-01-15 Wednesday 11:27  massiot
+
+ VolumeUp/Down/Mute now work even if no file is playing.
+
+2003-01-15 Wednesday 10:58  massiot
+
+ * Totally rewrote the mad plug-in, in order to fix the PTS problems :
+ - Now using the low-level API of libmad,
+ - Decoding split in parsing & decoding (just like A/52),
+ - Should handle dual-mono files correctly,
+ * The old mpeg_audio plug-in can no longer work in this scheme and has
+   been disabled. Please _always_ compile with mad from now on.
+ * Updated po files.
+
+2003-01-15 Wednesday 00:49  jlj
+
+   * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.
+
+2003-01-15 Wednesday 00:10  massiot
+
+ Updated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.
+
+2003-01-14 Tuesday 22:44  sam
+
+   * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
+     Steven M. Schultz.
+
+2003-01-14 Tuesday 22:03  titer
+
+   Fixed playlist behaviour (draging a file replaces the playlist, and
+  draging a file while pressing the 'Shift' key appends it while the
+  current one keeps playing.
+
+2003-01-14 Tuesday 18:56  sam
+
+   * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
+
+2003-01-14 Tuesday 16:00  titer
+
+  Now you can save preferences.
+
+2003-01-14 Tuesday 15:31  titer
+
+  * added a sanity lock
+
+2003-01-14 Tuesday 14:51  massiot
+
+ * Fixed dual-mono handling of MPEG audio.
+ * rc.c: fixed a warning.
+
+2003-01-14 Tuesday 14:48  titer
+
+  * Added a file panel for subtitles file selection.
+
+2003-01-14 Tuesday 04:34  fenrir
+
+  * stream_output.c: fix a bug with "null" stream.
+
+2003-01-14 Tuesday 01:30  sigmunau
+
+ changed the a rule into add and made it work along with others such as play
+ even when nothing is currently playing. Added a playlist command to list the
+ entries currently in the playlist. plus some cleanups and sanity checks.
+
+2003-01-13 Monday 23:45  massiot
+
+ Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.
+
+2003-01-13 Monday 20:02  jlj
+
+   * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
+
+2003-01-13 Monday 17:39  fenrir
+
+  * adpcm: changed the way that data are read and thus seek will work.
+
+2003-01-13 Monday 17:11  ipkiss
+
+  * MacOSX interface: fixed a stupid bug
+  * Win32 interface: completed support for channel selection
+
+2003-01-13 Monday 16:58  massiot
+
+ Compilation fix.
+
+2003-01-13 Monday 15:20  sam
+
+   * ./toolbox: toolbox --update-po now automatically extracts strings from
+     the Win32 interface.
+
+2003-01-13 Monday 15:14  alexis
+
+ Fixed typo
+
+2003-01-13 Monday 14:51  massiot
+
+ Do not forget to register aout_ChannelsRestart as the callback for
+ audio-device, plus miscellaneous changes.
+
+2003-01-13 Monday 13:28  sam
+
+   * ./modules/video_output/sdl.c: protected libSDL initialization calls to
+     avoid race conditions and deadlocks.
+
+2003-01-13 Monday 04:46  fenrir
+
+  * mux/avi.c: added index creation.
+  * demux/avi.c: fix stream length calculation.
+  * stream_output.c: forgot a return value ...
+
+2003-01-13 Monday 02:33  fenrir
+
+  * all: now mux and access_out can request to reserve some memory in front
+ of each sout buffer (will prevent some unnecessary memcpy :). Not yet
+ really used.
+
+2003-01-13 Monday 02:30  fenrir
+
+  * mp4: added parsing of some mov boxes (alternate movies).
+
+2003-01-13 Monday 01:11  sam
+
+   * ./debian/rules: compilation bypasses for the Debian maintainer.
+
+2003-01-12 Sunday 19:08  jpsaman
+
+ Fixed some paths.
+
+2003-01-12 Sunday 19:08  jpsaman
+
+ Use gtk_main_quit only in one place (the function Manage()).
+
+2003-01-12 Sunday 18:26  fenrir
+
+  * avi: partial fix for non interleaved file with incorrect( I'm not sure
+ about that) stream descriptor. Now at least video will be played.
+
+2003-01-12 Sunday 18:25  jlj
+
+   * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
+
+2003-01-12 Sunday 15:38  sigmunau
+
+  * src/video_output/video_output.c: add a key-pressed variable to p_vout
+  * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
+ by reading the key-pressed variable
+  * modules/control/lirc/lirc.c: allow navigation with remote control by
+ faking keypresses (closes #38). I think the remotes for dvdplayers usually
+ have buttons for "root menu" and "title menu". Whould this be easily
+ implemented in vlc?
+
+2003-01-12 Sunday 06:39  fenrir
+
+  * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
+ You have to force this demuxer.
+
+2003-01-12 Sunday 04:30  fenrir
+
+  * avi.c: avi muxer. (It produces broken files, but vlc is able to read
+ them).
+
+2003-01-12 Sunday 04:11  fenrir
+
+  * some workaround for clock.
+
+2003-01-12 Sunday 02:08  titer
+
+  * beos/* : fixed a bug in the progress bar with big files
+  * beos_specific.cpp : fixed the app signature
+  * VlcWrapper.* : removed unused code
+
+2003-01-12 Sunday 01:26  sigmunau
+
+  new rule for remote controls with combined play/pause button (like mine has)
+
+2003-01-12 Sunday 00:22  titer
+
+  Corrected the list of supported MIME types.
+
+2003-01-11 Saturday 20:42  titer
+
+  * Needed update because variables names changed in the 'adjust' module.
+
+2003-01-11 Saturday 20:25  gitan
+
+ * SAP is disabled by default.
+
+2003-01-11 Saturday 19:33  stippi
+
+ fixed flickering of skip buttons (and consequently crashing if you pressed them)
+
+2003-01-11 Saturday 18:31  fenrir
+
+  * avi: fix my last fix :)
+
+2003-01-11 Saturday 18:10  fenrir
+
+  * asf: prevent some segfault with broken file. (partially fix bug 72)
+  * avi: respect frame size (for audio codec) and close bug 75.
+  * ffmpeg: can now read multiples audio frames from the same buffer.
+
+2003-01-11 Saturday 17:23  ipkiss
+
+  * Fixed my previous commit (thanks fenrir)
+
+2003-01-11 Saturday 14:09  ipkiss
+
+  * compilation fix
+
+2003-01-10 Friday 17:30  lool
+
+   * re-included playlist.h (got confused with vlc-playlist.h)
+
+2003-01-10 Friday 17:01  titer
+
+  Thread priority management on BeOS.
+
+2003-01-10 Friday 16:21  titer
+
+  Definitively fixed sync (I hope).
+
+2003-01-10 Friday 13:21  massiot
+
+ Fixed liba52 detection using --with-a52.
+
+2003-01-10 Friday 12:34  asmax
+
+ * fixed previous commit (didn't work everytime)
+
+2003-01-10 Friday 11:02  asmax
+
+ * enable the network channel box when selecting network channel input
+   (gnome interface)
+
+2003-01-10 Friday 10:01  lool
+
+   * removed an useless inclusion
+
+2003-01-10 Friday 09:28  lool
+
+   * access_slp LD options
+
+2003-01-10 Friday 09:25  lool
+
+   * New entries:
+     2.16 NO VIDEO!! or NO AUDIO !!
+     3.3.4 Does VLC support DVD from all zones?
+     3.3.5 How can I take screenshots?
+     5. Miscellaneous
+     5.1 How may I help your project?
+     5.2 Why are your mailing-lists and your website in english?
+
+2003-01-10 Friday 08:04  yves
+
+ * vlc.spec: new packetizer/mpeg4audio plugin added.
+
+2003-01-10 Friday 06:16  lool
+
+   * removed VLC_GO to avoid skipping to the last program
+
+2003-01-10 Friday 04:58  lool
+
+   * configure.ac.in, modules/access/slp.c: New SLP access module,
+         see <http://www.openslp.org/>
+
+2003-01-09 Thursday 23:43  massiot
+
+ * OS X: Fixed a segfault with empty configuration strings (closes #65),
+ * cosmetic messages cleanups.
+
+2003-01-09 Thursday 22:30  lool
+
+   * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)
+
+2003-01-09 Thursday 18:23  fenrir
+
+  * avi: read less data at once as it seems to give better sound. (I thinks
+ it's more a workaround that a true fix).
+
+2003-01-09 Thursday 18:06  sam
+
+   * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.
+
+2003-01-09 Thursday 17:47  sam
+
+   * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
+     instead of i_pitch for pixel access (Closes: #30).
+
+2003-01-09 Thursday 16:26  sam
+
+   * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
+     closes #30).
+
+2003-01-09 Thursday 15:38  sam
+
+   * ./modules/video_filter/adjust.c: rehandled code and enhanced the
+     config variables descriptions.
+
+2003-01-09 Thursday 14:05  sam
+
+   * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.
+
+2003-01-09 Thursday 14:00  sam
+
+   * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
+     now use the visible pitch of a picture, not its total pitch (Closes: #29).
+
+2003-01-09 Thursday 10:12  sam
+
+   * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
+     according to the playing rate.
+
+2003-01-08 Wednesday 23:15  massiot
+
+ Do not bail out when no *.gmo exists.
+
+2003-01-08 Wednesday 16:40  lool
+
+   * typos
+   * mentionned Redhat because it disables DMA
+
+2003-01-08 Wednesday 16:40  fenrir
+
+  * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
+ muxer with libdvbpsi.
+  * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
+ (only in ts_dvbpsi demuxer).
+
+2003-01-08 Wednesday 15:13  titer
+
+  Partial fix for video/audio sync.
+
+2003-01-08 Wednesday 14:59  sam
+
+   * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
+     display.
+
+2003-01-08 Wednesday 14:31  lool
+
+   * Mentionned the inclusion of the contrib dir
+
+2003-01-08 Wednesday 14:00  sigmunau
+
+ use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
+ a minor change in argumets passed to nsis
+
+2003-01-08 Wednesday 13:52  titer
+
+  Use pf_memcpy and pf_memset.
+
+2003-01-08 Wednesday 12:13  lool
+
+   * New entries:
+     4. Legal concerns
+     4.1 May I use the VideoLAN logo?
+     4.2 May I reditribute VLC?
+
+2003-01-08 Wednesday 10:50  massiot
+
+ * Added --no-spdif option (just like in OSS) and fixed a localization bug.
+
+2003-01-08 Wednesday 10:46  fenrir
+
+  * mp4.c: allowed multiple moov headers by taking the first one
+ (multiple moov headers is strictly forbidden but I 've seen such file)
+
+2003-01-08 Wednesday 10:43  fenrir
+
+  * faad: fixed a segfault when faad initialisation failed.(anyway it
+ doesn't solve the real problem).
+
+2003-01-08 Wednesday 10:41  fenrir
+
+  * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
+ an vol header. (In fact reverse an prevous commit)
+
+2003-01-08 Wednesday 10:40  fenrir
+
+  * file.c: removed an useless debug message.
+
+2003-01-08 Wednesday 10:38  fenrir
+
+  * all: added a new function (sout_BufferChain) and allowed dummy
+ stream input creation (with "null" fourcc).
+
+2003-01-08 Wednesday 10:34  fenrir
+
+  * pes.c, ps.c: a52 stream should now work.
+  * ts.c: added support for libdvbpsi (like ts demux, two modules are
+ generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt
+ without libdvbpsi. More works to add mpeg4 support (now I generate IOD
+ and SL descriptor).
+
+2003-01-08 Wednesday 10:26  fenrir
+
+  * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
+  * mpeg4video.c: I 've rewritten it
+
+2003-01-08 Wednesday 03:01  ipkiss
+
+  * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
+    forgets to declare 'add_category_hint'
+  * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p
+
+2003-01-08 Wednesday 02:32  titer
+
+  Minor GUI fixes in the prefs window.
+
+2003-01-08 Wednesday 02:09  titer
+
+  Fixed language and subtitle selection.
+
+2003-01-08 Wednesday 00:41  massiot
+
+ * New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
+ * Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
+
+2003-01-07 Tuesday 21:49  fenrir
+
+  * all: I have added two new variables in es_descriptor_t and
+ decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
+ a replacement of p_demux_data as this variable is used by
+ some demuxers in another way. This way, I will be able to add
+ preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
+ demuxer so if somebody wants ...)
+
+2003-01-07 Tuesday 15:12  jobi
+
+   * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
+     file/ts_dvbpsi:) with TS streams that don't start with 0x47
+
+2003-01-07 Tuesday 15:12  massiot
+
+ Fixed another very nasty localization bug.
+
+2003-01-07 Tuesday 14:58  massiot
+
+ New "spdif" setting, allowing to permanently disable S/PDIF detection.
+
+2003-01-07 Tuesday 14:38  massiot
+
+ Removed unused options in the aout.
+
+2003-01-07 Tuesday 13:26  sam
+
+   * minor updates to pofiles.
+
+2003-01-06 Monday 22:57  massiot
+
+ Fixed a compilation issue.
+
+2003-01-06 Monday 22:07  massiot
+
+ * Bumped up revision number to 0.5.0-test2,
+ * MacOS X port: new error dialog displaying error messages,
+ * Updated localization files,
+ * Comestic fixes.
+
+2003-01-06 Monday 20:08  yves
+
+ - Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
+ - removed access/rtp plugin (merged in access/udp).
+ - removed codec/imdct and codec/downmix plugins (deprecated).
+ - libvlc0-devel provides libvlc-devel.
+ - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
+   ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
+
+2003-01-06 Monday 02:45  massiot
+
+ MacOS X port :
+ * New "stream output" area in the open panel.
+
+2003-01-06 Monday 00:37  garf
+
+  * added a i_min, i_max, f_min and f_max in module_config_t structure
+  * added a add_integer_with_range() and add_float_with_range()
+  * gtk interface: now uses a slider when a min or a max is specified
+
+2003-01-05 Sunday 21:03  sigmunau
+
+  modules/demux/asf/*: added some file info code
+  modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
+ these cause to much trubble
+
+2003-01-05 Sunday 20:45  massiot
+
+ Fixed the "stream has changed" bug.
+
+2003-01-05 Sunday 16:23  massiot
+
+ MacOS X port :
+ * Fixed a segfault in the "Close Window" code,
+ * Fullscreen state is now retained between files,
+ * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
+
+2003-01-05 Sunday 13:39  gbazin
+
+ * modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
+ the audio output thread. That should make Win9x/Me happier.
+
+2003-01-05 Sunday 03:21  jlj
+
+   MacOS X port:
+   * replaced playlist panel with drawer.
+   * implemented context menu for playlist tableview.
+
+2003-01-05 Sunday 02:39  massiot
+
+ * Added the possibility to select DVD menus with VIDEO_TS folder in the
+   OS X open panel.
+
+2003-01-05 Sunday 01:55  massiot
+
+ * Added a Close Window and a close box to our QuickTime video output.
+
+2003-01-04 Saturday 23:49  gbazin
+
+ * configure.ac.in: fixed typo in wxWindows headers detection code.
+
+2003-01-04 Saturday 17:14  titer
+
+  We now check if the BSoundPlayer's buffer size is not the one we
+  were expecting.
+
+2003-01-04 Saturday 16:27  gbazin
+
+ * src/audio_output/output.c: don't forget to free the audio buffer when
+ we are trashing it.
+
+2003-01-04 Saturday 13:50  jpsaman
+
+ Cosmetic changes.
+
+2003-01-04 Saturday 13:30  jpsaman
+
+ Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.
+
+2003-01-04 Saturday 04:11  jlj
+
+   MacOS X port:
+   * main window controls are back. based on suggestion by Dan Macpherson.
+
+2003-01-04 Saturday 00:21  jpsaman
+
+ Updating slider status uses no longer FPU calculations when compiled for strongarm1100.
+
+2003-01-03 Friday 23:58  jpsaman
+
+ Updated package release number
+
+2003-01-03 Friday 21:38  jlj
+
+   * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)
+
+2003-01-03 Friday 20:55  jpsaman
+
+ Slider functionality for Familiar interface.
+
+2003-01-03 Friday 14:44  sam
+
+   * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
+     support in the Gtk+ and GNOME interfaces.
+
+2003-01-03 Friday 13:07  massiot
+
+ * modules/access/file.c: we now regularly check the size of the file, in
+   case it is being downloaded.
+
+2003-01-03 Friday 00:11  massiot
+
+ Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
+ it).
+
+2003-01-03 Friday 00:03  jlj
+
+   * ./src/misc/darwin_specific.m:
+     Fixed (really!) segfault. Don't release o_lang objects, they're managed
+     by NSUserDefaults.
+
+2003-01-02 Thursday 23:50  massiot
+
+ Cosmetic.
+
+2003-01-02 Thursday 23:09  massiot
+
+ MacOS X port :
+ * Fixed the Device submenu,
+ * There is still a segfault in darwin_specific.m.
+
+2003-01-02 Thursday 22:49  jlj
+
+   * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.
+
+2003-01-02 Thursday 20:48  gbazin
+
+ * modules/codec/*: reverted my previous patch that explicitly set
+ i_bytes_per_frame and i_frame_length in each audio decoder.
+ * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
+ and i_frame_length.
+
+2003-01-01 Wednesday 11:14  jlj
+
+   * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep.
+   * ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being
+                                   released twice) and memory leak.
+
+     Bonne AnnĂ©e!