]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* backport of [11397] and [11396]
[vlc] / ChangeLog
index d8d519bb179a9428e53a93aa9f7446589d9ca87f..ab33fc5250e35bdba9e0cebd13fb7eddd44e4dde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-#===================#
-# ChangeLog for vlc #
-#===================#
-
-0.5.0
-Not released yet
-
-  * ./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.2
-Not released yet
-
-  * ./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
+------------------------------------------------------------------------
+r11333 | dionoea | 2005-06-07 15:43:31 +0200 (Tue, 07 Jun 2005) | 3 lines
+Changed paths:
+   M /branches/0.8.2/ChangeLog
+   M /branches/0.8.2/configure.ac
+   M /branches/0.8.2/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /branches/0.8.2/extras/MacOSX/vlc.pbproj/project.pbxproj
 
+prepare 0.8.2-test2 release
+
+
+------------------------------------------------------------------------
+r11332 | xtophe | 2005-06-07 15:35:52 +0200 (Tue, 07 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/activex/axvlc_rc.rc
+
+Backport of [11331]
+
+------------------------------------------------------------------------
+r11330 | gbazin | 2005-06-07 14:33:58 +0200 (Tue, 07 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/modules/codec/x264.c
+
+* modules/codec/x264.c: backport of 11329.
+------------------------------------------------------------------------
+r11328 | gbazin | 2005-06-07 12:32:40 +0200 (Tue, 07 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: backport of 11327.
+------------------------------------------------------------------------
+r11326 | dionoea | 2005-06-07 02:01:41 +0200 (Tue, 07 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/mozilla/npvlc_rc.rc
+   M /branches/0.8.2/mozilla/vlcpeer.cpp
+   M /branches/0.8.2/mozilla/vlcpeer.h
+   M /branches/0.8.2/mozilla/vlcplugin.cpp
+   M /branches/0.8.2/mozilla/vlcplugin.h
+   M /branches/0.8.2/mozilla/vlcshell.cpp
+
+ * backport r11324 and r11325
+
+------------------------------------------------------------------------
+r11323 | gbazin | 2005-06-06 19:41:51 +0200 (Mon, 06 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/modules/codec/x264.c
+
+* modules/codec/x264.c: backport of 11322.
+------------------------------------------------------------------------
+r11321 | gbazin | 2005-06-06 19:11:25 +0200 (Mon, 06 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/modules/codec/ffmpeg/encoder.c
+   M /branches/0.8.2/modules/stream_out/transcode.c
+
+* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: backport of 11318 and 11319.
+------------------------------------------------------------------------
+r11317 | dionoea | 2005-06-06 02:29:56 +0200 (Mon, 06 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/vlc.win32.nsi
+
+post commit test for trac : closes #172
+
+------------------------------------------------------------------------
+r11316 | dionoea | 2005-06-06 02:22:59 +0200 (Mon, 06 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/vlc.win32.nsi
+
+same thing
+
+------------------------------------------------------------------------
+r11314 | hartman | 2005-06-06 01:47:31 +0200 (Mon, 06 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/audio_output/auhal.c
+
+* backport of [11313]
+
+------------------------------------------------------------------------
+r11312 | hartman | 2005-06-05 23:56:35 +0200 (Sun, 05 Jun 2005) | 3 lines
+Changed paths:
+   M /branches/0.8.2/NEWS
+   M /branches/0.8.2/README.MacOSX.rtf
+   M /branches/0.8.2/configure.ac
+   M /branches/0.8.2/modules/audio_output/auhal.c
+
+* backport of auhal.c [11020] trough [11310] from trunk
+* backport of [110311]
+
+------------------------------------------------------------------------
+r11309 | gbazin | 2005-06-05 20:07:52 +0200 (Sun, 05 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/modules/access/dvdnav.c
+   M /branches/0.8.2/modules/access/dvdread.c
+
+* modules/access/dvdnav.c,dvdread.c: backport of #11308.
+------------------------------------------------------------------------
+r11307 | gbazin | 2005-06-05 19:31:38 +0200 (Sun, 05 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/modules/access/dvdnav.c
+
+* modules/access/dvdnav.c: backport of #11306.
+------------------------------------------------------------------------
+r11305 | gbazin | 2005-06-05 19:05:20 +0200 (Sun, 05 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/include/vlc_spu.h
+   M /branches/0.8.2/modules/access/dvdnav.c
+   M /branches/0.8.2/src/video_output/vout_subpictures.c
+
+* modules/access/dvdnav.c, src/video_output/vout_subpictures.c: backport of #11304.
+------------------------------------------------------------------------
+r11299 | gbazin | 2005-06-05 04:27:01 +0200 (Sun, 05 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/modules/access/dvdread.c
+
+* modules/access/dvdread.c: backport of #11298.
+------------------------------------------------------------------------
+r11297 | hartman | 2005-06-05 02:48:53 +0200 (Sun, 05 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/gui/macosx/vout.m
+
+* backport of [11296]
+
+------------------------------------------------------------------------
+r11295 | hartman | 2005-06-04 23:26:57 +0200 (Sat, 04 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/gui/macosx/vout.m
+
+* backport of [11294]
+
+------------------------------------------------------------------------
+r11292 | dionoea | 2005-06-04 22:49:12 +0200 (Sat, 04 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/gui/wxwindows/interface.cpp
+
+don't wrap text in the "About" dialog
+
+------------------------------------------------------------------------
+r11291 | titer | 2005-06-04 22:09:06 +0200 (Sat, 04 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/gui/beos/PreferencesWindow.cpp
+
+ Same as [11290]
+
+------------------------------------------------------------------------
+r11289 | titer | 2005-06-04 22:04:07 +0200 (Sat, 04 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/gui/beos/PreferencesWindow.cpp
+   M /branches/0.8.2/modules/gui/beos/PreferencesWindow.h
+
+ Backport of [11288]
+
+------------------------------------------------------------------------
+r11287 | titer | 2005-06-04 19:59:29 +0200 (Sat, 04 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/src/playlist/view.c
+
+ Backport of [11286]
+
+------------------------------------------------------------------------
+r11283 | titer | 2005-06-04 17:10:24 +0200 (Sat, 04 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/gui/macosx/controls.m
+   M /branches/0.8.2/modules/gui/macosx/vout.h
+   M /branches/0.8.2/modules/gui/macosx/vout.m
+   M /branches/0.8.2/modules/gui/macosx/voutgl.m
+   M /branches/0.8.2/modules/gui/macosx/voutqt.m
+
+ Backport of [11282]
+
+------------------------------------------------------------------------
+r11280 | gbazin | 2005-06-04 13:57:21 +0200 (Sat, 04 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/include/vlc_config.h
+
+* include/vlc_config.h: backport of #11279.
+------------------------------------------------------------------------
+r11277 | fkuehne | 2005-06-03 21:50:47 +0200 (Fri, 03 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/po/de.po
+
+* small update to the G. translation
+------------------------------------------------------------------------
+r11275 | titer | 2005-06-03 19:37:44 +0200 (Fri, 03 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/extras/contrib/src/Makefile
+
+ Backport of [11274]
+
+------------------------------------------------------------------------
+r11273 | fkuehne | 2005-06-03 17:12:31 +0200 (Fri, 03 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/po/bn.po
+   M /branches/0.8.2/po/ca.po
+   M /branches/0.8.2/po/da.po
+   M /branches/0.8.2/po/de.po
+   M /branches/0.8.2/po/el.po
+   M /branches/0.8.2/po/en_GB.po
+   M /branches/0.8.2/po/es.po
+   M /branches/0.8.2/po/fr.po
+   M /branches/0.8.2/po/hi.po
+   M /branches/0.8.2/po/hu.po
+   M /branches/0.8.2/po/it.po
+   M /branches/0.8.2/po/ja.po
+   M /branches/0.8.2/po/my.po
+   M /branches/0.8.2/po/ne.po
+   M /branches/0.8.2/po/nl.po
+   M /branches/0.8.2/po/no.po
+   M /branches/0.8.2/po/pl.po
+   M /branches/0.8.2/po/ps.po
+   M /branches/0.8.2/po/pt_BR.po
+   M /branches/0.8.2/po/ru.po
+   M /branches/0.8.2/po/sv.po
+   M /branches/0.8.2/po/tet.po
+   M /branches/0.8.2/po/tl.po
+   M /branches/0.8.2/po/vlc.pot
+   M /branches/0.8.2/po/zh_TW.po
+
+* updated the po-files. strings are frozen now.
+------------------------------------------------------------------------
+r11270 | fkuehne | 2005-06-03 16:56:56 +0200 (Fri, 03 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/po/Makefile.in.in
+
+* minor fix to access gettext in extras/contrib properly
+------------------------------------------------------------------------
+r11269 | hartman | 2005-06-03 15:34:21 +0200 (Fri, 03 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/access/dvdnav.c
+
+* backport of [11267]
+
+------------------------------------------------------------------------
+r11268 | gbazin | 2005-06-03 15:17:08 +0200 (Fri, 03 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/modules/demux/mp4/mp4.c
+
+* modules/demux/mp4/mp4.c: backport of #11266.
+------------------------------------------------------------------------
+r11263 | courmisch | 2005-06-03 11:23:54 +0200 (Fri, 03 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/include/stream_output.h
+   M /branches/0.8.2/src/stream_output/announce.c
+
+Fix declation of sout_AnnounceSessionCreate
+
+------------------------------------------------------------------------
+r11259 | fkuehne | 2005-06-02 19:16:34 +0200 (Thu, 02 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/src/libvlc.h
+
+* another minor fix
+------------------------------------------------------------------------
+r11257 | fkuehne | 2005-06-02 19:06:00 +0200 (Thu, 02 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/modules/access/vcdx/vcd.c
+   M /branches/0.8.2/modules/codec/x264.c
+   M /branches/0.8.2/modules/demux/mkv.cpp
+   M /branches/0.8.2/modules/demux/ty.c
+   M /branches/0.8.2/modules/mux/mpjpeg.c
+   M /branches/0.8.2/modules/services_discovery/sap.c
+   M /branches/0.8.2/modules/stream_out/es.c
+   M /branches/0.8.2/modules/video_filter/deinterlace.c
+   M /branches/0.8.2/modules/video_output/caca.c
+   M /branches/0.8.2/modules/video_output/directx/directx.c
+   M /branches/0.8.2/modules/video_output/directx/glwin32.c
+   M /branches/0.8.2/modules/video_output/fb.c
+   M /branches/0.8.2/modules/video_output/image.c
+   M /branches/0.8.2/modules/video_output/x11/glx.c
+   M /branches/0.8.2/modules/video_output/x11/x11.c
+   M /branches/0.8.2/modules/video_output/x11/xvideo.c
+
+* ALL: various minor string fixes
+------------------------------------------------------------------------
+r11256 | zorglub | 2005-06-02 18:43:19 +0200 (Thu, 02 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/po/fr.po
+   M /branches/0.8.2/src/libvlc.h
+
+Minor string fixes + some updates to fr.po
+
+------------------------------------------------------------------------
+r11255 | fkuehne | 2005-06-02 18:03:24 +0200 (Thu, 02 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/extras/contrib/src/packages.mak
+
+* same as [11254]
+------------------------------------------------------------------------
+r11251 | dionoea | 2005-06-02 15:07:37 +0200 (Thu, 02 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/configure.ac
+
+fix switcher module build
+
+------------------------------------------------------------------------
+r11238 | gbazin | 2005-06-01 21:58:58 +0200 (Wed, 01 Jun 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/modules/access/http.c
+
+* modules/access/http.c: backport of 11237
+------------------------------------------------------------------------
+r11236 | courmisch | 2005-06-01 21:53:37 +0200 (Wed, 01 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/gui/wxwindows/playlist.cpp
+   M /branches/0.8.2/modules/gui/wxwindows/wxwindows.h
+
+Backport 11235 to 0.8.2 - closes #87 for real
+
+------------------------------------------------------------------------
+r11233 | courmisch | 2005-06-01 20:34:45 +0200 (Wed, 01 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/src/misc/block.c
+
+Backport 11231 to 0.8.2
+
+------------------------------------------------------------------------
+r11232 | courmisch | 2005-06-01 20:34:09 +0200 (Wed, 01 Jun 2005) | 3 lines
+Changed paths:
+   M /branches/0.8.2/src/stream_output/sap.c
+
+Partial fix for sending IPv6 SAP announces
+(more complete fix in trunk)
+
+------------------------------------------------------------------------
+r11228 | xtophe | 2005-06-01 19:12:49 +0200 (Wed, 01 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/extras/zsh.cpp
+
+Backport of [11219] to 0.8.2
+
+------------------------------------------------------------------------
+r11227 | xtophe | 2005-06-01 19:10:58 +0200 (Wed, 01 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/packetizer/mpeg4video.c
+
+Backport of [11222] to 0.8.2
+
+------------------------------------------------------------------------
+r11225 | hartman | 2005-06-01 18:24:08 +0200 (Wed, 01 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/configure.ac
+
+* backport of [11224] to 0.8.2
+
+------------------------------------------------------------------------
+r11221 | xtophe | 2005-06-01 15:34:27 +0200 (Wed, 01 Jun 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/demux/ps.h
+
+Backport of [11220]
+
+------------------------------------------------------------------------
+r11209 | xtophe | 2005-05-31 19:48:47 +0200 (Tue, 31 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/activex/vlccontrol.cpp
+   M /branches/0.8.2/src/libvlc.c
+
+Backport [11194] to 0.8.2
+
+------------------------------------------------------------------------
+r11207 | xtophe | 2005-05-31 19:42:49 +0200 (Tue, 31 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/access/http.c
+
+http.c: fixe a segfault when the proxy is retrieved from the environement variable.( closes #167 )
+
+------------------------------------------------------------------------
+r11192 | courmisch | 2005-05-31 13:07:30 +0200 (Tue, 31 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/video_output/directx/directx.c
+
+Backport r11190 - closes #102
+
+------------------------------------------------------------------------
+r11189 | courmisch | 2005-05-31 10:35:18 +0200 (Tue, 31 May 2005) | 3 lines
+Changed paths:
+   M /branches/0.8.2/modules/gui/wxwindows/playlist.cpp
+
+Same as previous commit
+(should close #87)
+
+------------------------------------------------------------------------
+r11183 | yoann | 2005-05-27 23:14:19 +0200 (Fri, 27 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/gui/ncurses.c
+
+* modules/gui/ncurses: fixes the fullscreen hotkey (Closes #164)
+
+------------------------------------------------------------------------
+r11182 | courmisch | 2005-05-27 22:42:13 +0200 (Fri, 27 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/demux/playlist/b4s.c
+   M /branches/0.8.2/modules/demux/playlist/m3u.c
+   M /branches/0.8.2/modules/demux/playlist/pls.c
+   M /branches/0.8.2/src/input/demux.c
+   M /branches/0.8.2/src/playlist/view.c
+
+svn merge -r 11179:11181 trunk branches/0.8.2
+
+------------------------------------------------------------------------
+r11176 | xtophe | 2005-05-27 14:35:57 +0200 (Fri, 27 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/access/dshow/dshow.cpp
+
+ckport of [11175]
+
+------------------------------------------------------------------------
+r11173 | xtophe | 2005-05-26 19:55:42 +0200 (Thu, 26 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/src/misc/configuration.c
+
+Backport of [11172]
+
+------------------------------------------------------------------------
+r11159 | hartman | 2005-05-24 21:52:57 +0200 (Tue, 24 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/modules/demux/subtitle.c
+
+* Backport of SSA/ASS fixes [11158] to 0.8.2
+
+------------------------------------------------------------------------
+r11146 | dionoea | 2005-05-24 11:55:28 +0200 (Tue, 24 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/src/libvlc.h
+
+ * fix string ("video" -> "audio")
+
+------------------------------------------------------------------------
+r11145 | courmisch | 2005-05-24 10:42:55 +0200 (Tue, 24 May 2005) | 3 lines
+Changed paths:
+   M /branches/0.8.2/configure.ac
+
+- Backport 11144 to 0.8.2
+- test1 => hopefully soon to come test2
+
+------------------------------------------------------------------------
+r11126 | xtophe | 2005-05-23 11:08:04 +0200 (Mon, 23 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/src/misc/modules.c
+
+Backport of [11125]
+
+------------------------------------------------------------------------
+r11114 | fkuehne | 2005-05-22 20:01:29 +0200 (Sun, 22 May 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /branches/0.8.2/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+
+* apply [11113] to trunk
+------------------------------------------------------------------------
+r11113 | fkuehne | 2005-05-22 19:57:51 +0200 (Sun, 22 May 2005) | 1 line
+Changed paths:
+   M /branches/0.8.2/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /branches/0.8.2/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+
+* minor re-design of the equalizer-panel to make 'Preamp' easier to localise and to let it conform to the HIGL a bit better
+------------------------------------------------------------------------
+r11112 | zorglub | 2005-05-22 18:18:46 +0200 (Sun, 22 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/src/audio_output/input.c
+   M /branches/0.8.2/src/libvlc.c
+   M /branches/0.8.2/src/playlist/services_discovery.c
+   M /branches/0.8.2/src/video_output/video_output.c
+
+Support old-style module separators and yell at the user. (Closes #111)
+
+------------------------------------------------------------------------
+r11110 | zorglub | 2005-05-22 16:53:15 +0200 (Sun, 22 May 2005) | 2 lines
+Changed paths:
+   M /branches/0.8.2/mozilla/vlcshell.cpp
+   M /branches/0.8.2/src/playlist/playlist.c
+
+Backport to 0.8.2
+
+------------------------------------------------------------------------
+r11102 | courmisch | 2005-05-22 13:16:02 +0200 (Sun, 22 May 2005) | 5 lines
+Changed paths:
+   A /branches/0.8.2 (from /trunk:11101)
+
+Branching 0.8.2.
+
+Bugfixes go to branches/0.8.2
+New features go to trunk/
+
+------------------------------------------------------------------------
+r11101 | courmisch | 2005-05-22 12:55:34 +0200 (Sun, 22 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+Support HTTP/TLS tunnels through HTTP/1.1 proxies
+(closes #136)
+
+------------------------------------------------------------------------
+r11100 | courmisch | 2005-05-22 09:46:02 +0200 (Sun, 22 May 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+Fix httpd reference count and deletion
+
+------------------------------------------------------------------------
+r11099 | robux4 | 2005-05-22 09:41:38 +0200 (Sun, 22 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+contrib: update libebml/libmatroska to the freshly released versions
+------------------------------------------------------------------------
+r11098 | damienf | 2005-05-21 22:55:45 +0200 (Sat, 21 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+dshow.cpp: fill in frame rate info (if demuxing)
+
+------------------------------------------------------------------------
+r11097 | courmisch | 2005-05-21 21:11:00 +0200 (Sat, 21 May 2005) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+FTP/IPv6 news
+
+------------------------------------------------------------------------
+r11096 | courmisch | 2005-05-21 21:05:14 +0200 (Sat, 21 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+Update copyright date
+
+------------------------------------------------------------------------
+r11095 | courmisch | 2005-05-21 20:59:49 +0200 (Sat, 21 May 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+Implement Extended passive mode
+(RFC2428 - FTP Extensions for IPv6 and NATs) :
+- explicitly NAT-friendly FTP (refs #66),
+- IPv6 support (closes #130).
+
+------------------------------------------------------------------------
+r11094 | courmisch | 2005-05-21 20:13:38 +0200 (Sat, 21 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+Code simplification
+
+------------------------------------------------------------------------
+r11093 | xtophe | 2005-05-21 17:07:46 +0200 (Sat, 21 May 2005) | 7 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/modules/gui/beos/PreferencesWindow.cpp
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/configuration.c
+
+configuration.[ch]: Handling of deprecated options in the command line. Add a new configuration helper add_deprecated( name, b_strict).
+gui/*: Don't show deprecated option in the preferences
+libvlc.h: add the deprecated options from NEWS. Is there others ?
+Could the Mac and BeOS dev, check for their gui, please.
+Closes #112
+
+
+------------------------------------------------------------------------
+r11092 | xtophe | 2005-05-21 16:53:54 +0200 (Sat, 21 May 2005) | 3 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi
+
+vlc.win32.nsi: Add a "Reset VLC preferences" shortcut
+              Untested.
+
+------------------------------------------------------------------------
+r11091 | sigmunau | 2005-05-21 12:14:10 +0200 (Sat, 21 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+video_filter/mosaic.c: you should change the order of the arguments as well
+when you change the order of the format string. thanks to blackjack for
+noticing
+
+------------------------------------------------------------------------
+r11090 | courmisch | 2005-05-20 21:29:25 +0200 (Fri, 20 May 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Hopefully fix multi-jobs builds
+
+------------------------------------------------------------------------
+r11089 | massiot | 2005-05-20 20:41:23 +0200 (Fri, 20 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+ * modules/video_filter/mosaic.c: %lld -> I64Fd
+
+------------------------------------------------------------------------
+r11088 | massiot | 2005-05-20 20:16:33 +0200 (Fri, 20 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/bridge.c
+   M /trunk/modules/stream_out/mosaic_bridge.c
+   M /trunk/modules/video_filter/mosaic.c
+
+ * modules/stream_out/bridge.c: Fixed deleting/adding of streams.
+ * modules/stream_out/mosaic_bridge.c: Fixed potential segfault.
+ * modules/video_filter/mosaic.c: Run the mosaic thread in a higher priority.
+
+------------------------------------------------------------------------
+r11087 | massiot | 2005-05-20 20:05:42 +0200 (Fri, 20 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+ * modules/codec/ffmpeg/encoder.c: If qmin == qmax, set CODEC_FLAG_QSCALE.
+
+------------------------------------------------------------------------
+r11086 | massiot | 2005-05-20 20:00:02 +0200 (Fri, 20 May 2005) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_block.h
+   M /trunk/include/vout_synchro.h
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/src/video_output/vout_synchro.c
+
+ * src/video_output/vout_synchro.c: Fixed synchro for low delay streams.
+ * include/vlc_block.h: Removed BLOCK_FLAG_END_OF_GOP which I don't use
+   any longer.
+
+------------------------------------------------------------------------
+r11085 | gbazin | 2005-05-20 19:58:06 +0200 (Fri, 20 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: got rid of useless nearbyint().
+------------------------------------------------------------------------
+r11084 | massiot | 2005-05-20 19:54:10 +0200 (Fri, 20 May 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_filter.h
+
+ * Added a big fat warning on members of filter_t and decoder_t.
+
+------------------------------------------------------------------------
+r11083 | gbazin | 2005-05-20 19:35:08 +0200 (Fri, 20 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* modules/demux/mkv.cpp: fill-in frame rate info.
+------------------------------------------------------------------------
+r11082 | zorglub | 2005-05-20 18:59:07 +0200 (Fri, 20 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/m4v.c
+   M /trunk/modules/packetizer/mpeg4video.c
+
+Don't print error on non-fatal problems
+
+------------------------------------------------------------------------
+r11081 | robux4 | 2005-05-20 18:42:40 +0200 (Fri, 20 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix a problem in UnGet()
+------------------------------------------------------------------------
+r11080 | fenrir | 2005-05-20 18:03:15 +0200 (Fri, 20 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+
+ * mmstu: fixed 1 buffer overflow.
+
+------------------------------------------------------------------------
+r11079 | massiot | 2005-05-20 17:02:25 +0200 (Fri, 20 May 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_filter.h
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/video_filter/deinterlace.c
+
+ * ALL : ported the deinterlace module to video filter2. New
+   --sout-transcode-deinterlace-module and --sout-deinterlace-mode options.
+
+------------------------------------------------------------------------
+r11078 | gbazin | 2005-05-20 11:26:26 +0200 (Fri, 20 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+* modules/access/v4l: try a bit harder to find a valid default video size.
+------------------------------------------------------------------------
+r11077 | robux4 | 2005-05-20 10:43:12 +0200 (Fri, 20 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: Improve the block UnGet()
+------------------------------------------------------------------------
+r11076 | sigmunau | 2005-05-20 00:48:38 +0200 (Fri, 20 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+livedotcom.cpp: Do not url encode sdp data coming from sap before passing to
+live.com. Fixes livedotcom with sap which has been broken since r10945
+
+------------------------------------------------------------------------
+r11075 | robux4 | 2005-05-19 23:47:53 +0200 (Thu, 19 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: clean the UnGet() feature
+------------------------------------------------------------------------
+r11074 | robux4 | 2005-05-19 23:19:53 +0200 (Thu, 19 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix a problem when using successive 0s chapters in ordered editions
+------------------------------------------------------------------------
+r11073 | robux4 | 2005-05-19 22:23:49 +0200 (Thu, 19 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: better update of the current chapter when seeking (manual or auto)
+------------------------------------------------------------------------
+r11071 | robux4 | 2005-05-19 18:35:59 +0200 (Thu, 19 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: don't use the default edition if there is none
+------------------------------------------------------------------------
+r11070 | robux4 | 2005-05-19 17:27:21 +0200 (Thu, 19 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: allow reading segments bigger than 4GB
+------------------------------------------------------------------------
+r11069 | titer | 2005-05-19 16:11:30 +0200 (Thu, 19 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout*: quick kludge for Tiger crashes
+  Use performSelectorOnMainThread when available (>= 10.2) to create
+  the window from the main thread. Also fixed a couple warnings
+
+------------------------------------------------------------------------
+r11068 | courmisch | 2005-05-19 10:36:18 +0200 (Thu, 19 May 2005) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Note about SAP http no longer supported
+
+------------------------------------------------------------------------
+r11066 | massiot | 2005-05-18 23:46:47 +0200 (Wed, 18 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * modules/mux/mpeg/ts.c: More sensible defaults for configuration options.
+
+------------------------------------------------------------------------
+r11063 | sigmunau | 2005-05-18 23:25:24 +0200 (Wed, 18 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+wx/video.cpp: Don't crash with --no-wxwin-embed
+
+------------------------------------------------------------------------
+r11058 | massiot | 2005-05-18 18:07:40 +0200 (Wed, 18 May 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ * configure.ac : Build dvb as built-in when using --with-dvbpsi-tree. This
+   fixes dvb on x86_64 architecture.
+
+------------------------------------------------------------------------
+r11057 | fenrir | 2005-05-18 17:50:50 +0200 (Wed, 18 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: fixed EITEventFixString.
+
+------------------------------------------------------------------------
+r11056 | massiot | 2005-05-18 17:02:26 +0200 (Wed, 18 May 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ * configure.ac: Compile libmpeg2 as a built-in when --with-ffmpeg-tree is
+   requested. Fixes the build of plugins on x86_64 architecture.
+
+------------------------------------------------------------------------
+r11055 | robux4 | 2005-05-18 15:03:15 +0200 (Wed, 18 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: more conditional commands + avoid a compiler warning
+------------------------------------------------------------------------
+r11054 | gbazin | 2005-05-18 12:23:37 +0200 (Wed, 18 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+* modules/demux/ogg.c: fill-in frame rate info for theora as well.
+------------------------------------------------------------------------
+r11053 | robux4 | 2005-05-17 23:27:03 +0200 (Tue, 17 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: improve the DVD conditional calls, add one of the SetHL_BTN DVD command
+------------------------------------------------------------------------
+r11052 | massiot | 2005-05-17 22:56:22 +0200 (Tue, 17 May 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ * configure.ac : Fixed a typo in libtwolame LDFLAGS.
+
+------------------------------------------------------------------------
+r11051 | robux4 | 2005-05-17 21:13:16 +0200 (Tue, 17 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: add support for the JumpSS DVD command
+------------------------------------------------------------------------
+r11050 | zorglub | 2005-05-17 21:05:20 +0200 (Tue, 17 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+Better if we don't break teletext 
+
+------------------------------------------------------------------------
+r11049 | zorglub | 2005-05-17 20:29:59 +0200 (Tue, 17 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+Fix streaming of text subtitles in TS (Closes #52)
+
+Not sure it's the proper way,though (basically, simply don't override the length)
+
+------------------------------------------------------------------------
+r11048 | gbazin | 2005-05-17 15:49:31 +0200 (Tue, 17 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/ts.c: fixed FixPES().
+------------------------------------------------------------------------
+r11047 | fkuehne | 2005-05-17 15:37:48 +0200 (Tue, 17 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/po/es.po
+   M /trunk/src/libvlc.h
+
+* capitalise "Time To Live" always
+* fixed erroneus Spanish translation of TTL, thanks to the forum-user "martintxo" for the hint
+------------------------------------------------------------------------
+r11046 | fkuehne | 2005-05-17 15:20:50 +0200 (Tue, 17 May 2005) | 1 line
+Changed paths:
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/pt_BR.po
+
+* corrected some copyright headers
+------------------------------------------------------------------------
+r11045 | fkuehne | 2005-05-17 15:20:05 +0200 (Tue, 17 May 2005) | 1 line
+Changed paths:
+   M /trunk/po/da.po
+
+* update to the Danish translation by Jonas Larsen
+------------------------------------------------------------------------
+r11044 | robux4 | 2005-05-16 23:07:27 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: don't decode frames when they shouldn't be
+------------------------------------------------------------------------
+r11043 | gbazin | 2005-05-16 21:53:10 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* modules/demux/mp4/mp4.c: fixed bug in PTS calculation.
+------------------------------------------------------------------------
+r11042 | robux4 | 2005-05-16 21:41:37 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: make seeking more accurate
+------------------------------------------------------------------------
+r11041 | robux4 | 2005-05-16 18:00:46 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix duration for text subs
+------------------------------------------------------------------------
+r11040 | gbazin | 2005-05-16 17:51:21 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* modules/demux/mp4/mp4.c: fill-in frame rate info in es_format_t.
+------------------------------------------------------------------------
+r11038 | robux4 | 2005-05-16 17:45:28 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: hide the navigation packet from the user
+------------------------------------------------------------------------
+r11037 | gbazin | 2005-05-16 17:11:56 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg/video.c: use frame rate info from demuxer (if available) to interpolate PTS.
+------------------------------------------------------------------------
+r11036 | gbazin | 2005-05-16 17:10:59 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: reduce the frame rate rational in es_out_Add().
+------------------------------------------------------------------------
+r11035 | gbazin | 2005-05-16 17:09:58 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+* modules/demux/ogg.c: fill-in frame rate info in es_format_t.
+------------------------------------------------------------------------
+r11032 | gbazin | 2005-05-16 15:48:47 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: something a bit uglier
+------------------------------------------------------------------------
+r11031 | gbazin | 2005-05-16 15:44:05 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: butt-ugly workaround for accelerators' bug in wxGTK 2.6.0.
+------------------------------------------------------------------------
+r11030 | gbazin | 2005-05-16 15:32:12 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* modules/codec/theora.c: give higher priority to the libtheora encoder.
+------------------------------------------------------------------------
+r11029 | gbazin | 2005-05-16 14:47:57 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: another fix for the embedded video size.
+------------------------------------------------------------------------
+r11028 | robux4 | 2005-05-16 14:33:01 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: code factorisation when jumping from one segment to the other
+------------------------------------------------------------------------
+r11027 | gbazin | 2005-05-16 13:52:09 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+* modules/gui/wxwindows/video.cpp: fixed problem where sometime the video doesn't start at the right size.
+------------------------------------------------------------------------
+r11026 | gbazin | 2005-05-16 12:55:53 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: work-around for non working wxToolBarToolBase::SetNormalBitmap() in wxGTK.
+------------------------------------------------------------------------
+r11025 | gbazin | 2005-05-16 11:40:31 +0200 (Mon, 16 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: config_GetInt() inside VLCVolCtrl::OnPaint() is a bad idea.
+------------------------------------------------------------------------
+r11024 | dionoea | 2005-05-15 20:04:32 +0200 (Sun, 15 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+fix play/pause button state ... gruiiiikkk
+Closes #2
+
+------------------------------------------------------------------------
+r11023 | dionoea | 2005-05-15 19:29:26 +0200 (Sun, 15 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+gcc 4.0 compile fix by Arwed von Merkatz
+
+------------------------------------------------------------------------
+r11022 | fkuehne | 2005-05-15 17:06:13 +0200 (Sun, 15 May 2005) | 1 line
+Changed paths:
+   M /trunk/po/bn.po
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/my.po
+   M /trunk/po/ne.po
+   M /trunk/po/nl.po
+   M /trunk/po/no.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/tl.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_TW.po
+
+* updated the po-files -- please change as few strings as possible now
+------------------------------------------------------------------------
+r11021 | hartman | 2005-05-15 16:41:50 +0200 (Sun, 15 May 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* When building coreaudio module, also build auhal module
+
+------------------------------------------------------------------------
+r11020 | hartman | 2005-05-15 15:39:43 +0200 (Sun, 15 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/Modules.am
+   A /trunk/modules/audio_output/auhal.c
+
+* AUHAL module. This module is a auhal output renderer for VLC OSX. It uses an auhal unit to do analog audio processing. This will allow us to dump the coreaudio resampler later on and will also do automatic channel reordering etc. The module currently does NOT work. The rendering callback is not functioning. I do not know how to solve the issue. I'm adding it, because it's the way to go, and I want others to be able to take a look at it and fix it. 
+
+------------------------------------------------------------------------
+r11019 | ipkiss | 2005-05-15 15:20:55 +0200 (Sun, 15 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/fileinfo.cpp
+
+ * modules/gui/wxwindows/fileinfo.cpp: do not use p_intf->p_sys->p_input to
+   get the input thread, as this does not work when called through the dialogs
+   provider. Use vlc_object_find() instead.
+
+------------------------------------------------------------------------
+r11018 | robux4 | 2005-05-15 14:46:30 +0200 (Sun, 15 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix most memory leaks
+------------------------------------------------------------------------
+r11017 | asmax | 2005-05-15 01:50:13 +0200 (Sun, 15 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+
+* ft2_bitmap.cpp: committed my changes again (yes x11 skins were broken!)
+* win32_graphics.cpp: so it should work on win32 too, now...
+
+------------------------------------------------------------------------
+r11016 | robux4 | 2005-05-14 23:43:50 +0200 (Sat, 14 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: deal about the memleaks later
+------------------------------------------------------------------------
+r11015 | dionoea | 2005-05-14 23:16:07 +0200 (Sat, 14 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+code simplification
+
+------------------------------------------------------------------------
+r11014 | robux4 | 2005-05-14 22:53:12 +0200 (Sat, 14 May 2005) | 1 line
+Changed paths:
+   M /trunk/msvc/plugins.dsp.in
+
+DSP files: add 2 libraries needed by wxWidgets (and maybe other plugins)
+------------------------------------------------------------------------
+r11013 | dionoea | 2005-05-14 22:39:42 +0200 (Sat, 14 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+ * fix mute button for real (... just needed to copy 4 lines 1 function
+down but took me 2 hours to understand) Closes #106
+
+
+------------------------------------------------------------------------
+r11012 | dionoea | 2005-05-14 22:12:21 +0200 (Sat, 14 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+kind of begin fixing the mute button (at least it doesn't diplay the
+mute icon when sound isn't mute now). Rels #106
+
+
+------------------------------------------------------------------------
+r11011 | robux4 | 2005-05-14 17:52:01 +0200 (Sat, 14 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix a memory leak
+------------------------------------------------------------------------
+r11010 | robux4 | 2005-05-14 17:37:25 +0200 (Sat, 14 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: start the UI hook a bit later
+------------------------------------------------------------------------
+r11009 | ipkiss | 2005-05-14 16:39:05 +0200 (Sat, 14 May 2005) | 4 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/share/skins2/skin.dtd
+
+ * skins2: New Playlist.bgimage attribute, to specify a background image for
+   the Playlist control. If no image is specified (default behaviour), the
+   background is filled like before, with the bgcolor1 and bgcolor2 attributes.
+
+------------------------------------------------------------------------
+r11008 | robux4 | 2005-05-14 15:08:44 +0200 (Sat, 14 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: make the UI hook silent when it's not used
+------------------------------------------------------------------------
+r11007 | robux4 | 2005-05-14 15:01:38 +0200 (Sat, 14 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: improve support for hotkeys for navigation (still missing the button highlight)
+------------------------------------------------------------------------
+r11006 | ipkiss | 2005-05-14 13:40:55 +0200 (Sat, 14 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
+
+ * skins2/src/ft2_bitmap.cpp: Restored the previous version of this file, as
+   the new one breaks text display on win32.
+   I hope it won't break x11 skins at the same time :-)
+
+------------------------------------------------------------------------
+r11005 | ipkiss | 2005-05-14 13:14:22 +0200 (Sat, 14 May 2005) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: Always check what you write in the doc...
+
+------------------------------------------------------------------------
+r11004 | ipkiss | 2005-05-14 12:38:26 +0200 (Sat, 14 May 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: document the 'resize' attribute of the Image
+   control
+
+------------------------------------------------------------------------
+r11003 | bigben | 2005-05-14 11:20:47 +0200 (Sat, 14 May 2005) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+Restore the save Playlist function (copy/paste from 0.8.1)
+
+
+------------------------------------------------------------------------
+r11002 | robux4 | 2005-05-13 22:03:27 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix the end of stream handling (when there are pending Post commands)
+------------------------------------------------------------------------
+r11001 | robux4 | 2005-05-13 21:25:17 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix the interpretation of JumVTS_PTT (and now all 3 buttons work)
+------------------------------------------------------------------------
+r11000 | zorglub | 2005-05-13 19:58:05 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/control/http.c
+
+Remove excessive HTTP debugging - Closes #108
+------------------------------------------------------------------------
+r10999 | robux4 | 2005-05-13 18:34:06 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: don't use a button if it doesn't exist
+------------------------------------------------------------------------
+r10998 | robux4 | 2005-05-13 18:21:35 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: the UI hook is always on
+------------------------------------------------------------------------
+r10997 | fenrir | 2005-05-13 18:00:07 +0200 (Fri, 13 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+ * v4l: fixed v4l-height.
+
+------------------------------------------------------------------------
+r10996 | robux4 | 2005-05-13 17:48:56 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: add support for the JumpVTS_PTT DVD command
+------------------------------------------------------------------------
+r10995 | fkuehne | 2005-05-13 16:51:10 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+
+* patch by Torsten Spindler, thanks for the corrections
+------------------------------------------------------------------------
+r10994 | gbazin | 2005-05-13 16:16:03 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: keep compatibility with non-DVB streams (SDT/EDT issue).
+------------------------------------------------------------------------
+r10993 | gbazin | 2005-05-13 15:31:39 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/INSTALL.win32
+
+* INSTALL.win32: s/toolame/twolame.
+------------------------------------------------------------------------
+r10992 | gbazin | 2005-05-13 15:11:36 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+
+* modules/codec/dmo/dmo.c: fixed problem with detection of DMOs.
+------------------------------------------------------------------------
+r10991 | djc | 2005-05-13 13:43:13 +0200 (Fri, 13 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+Temporary disable NSSearchField button
+
+------------------------------------------------------------------------
+r10990 | gbazin | 2005-05-13 13:13:05 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: updated with latest changes in libx264.
+------------------------------------------------------------------------
+r10989 | robux4 | 2005-05-13 12:02:48 +0200 (Fri, 13 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: add a mutex to lock demuxing from another thread
+------------------------------------------------------------------------
+r10988 | titer | 2005-05-13 10:46:59 +0200 (Fri, 13 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+ demux/mkv.cpp: gcc < 3 compile fix
+
+------------------------------------------------------------------------
+r10987 | titer | 2005-05-13 10:33:18 +0200 (Fri, 13 May 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+ contrib/src/Makefile: fixed cross compiling of twolame
+
+------------------------------------------------------------------------
+r10986 | courmisch | 2005-05-12 23:08:15 +0200 (Thu, 12 May 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+Remove debug messages in httpd
+
+------------------------------------------------------------------------
+r10985 | fkuehne | 2005-05-12 20:49:54 +0200 (Thu, 12 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/services_discovery/shout.c
+
+* fix two typos introduced in [10984]
+------------------------------------------------------------------------
+r10984 | xtophe | 2005-05-12 20:15:28 +0200 (Thu, 12 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/services_discovery/shout.c
+
+ALL: Fix a few strings for the prefs.
+
+------------------------------------------------------------------------
+r10983 | xtophe | 2005-05-12 20:07:47 +0200 (Thu, 12 May 2005) | 2 lines
+Changed paths:
+   M /trunk/share/http/index.html
+
+* Put sout back. (should have read the doc more)
+
+------------------------------------------------------------------------
+r10982 | robux4 | 2005-05-12 18:35:18 +0200 (Thu, 12 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: thread handling cleaning
+------------------------------------------------------------------------
+r10981 | dionoea | 2005-05-12 16:36:28 +0200 (Thu, 12 May 2005) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+
+ * ChangeLog should be in english ...
+
+------------------------------------------------------------------------
+r10980 | dionoea | 2005-05-12 16:29:58 +0200 (Thu, 12 May 2005) | 3 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/NEWS
+   M /trunk/configure.ac
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+ * prepare 0.8.2-test1
+ * update NEWS
+
+------------------------------------------------------------------------
+r10979 | gbazin | 2005-05-12 14:18:38 +0200 (Thu, 12 May 2005) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.c
+   M /trunk/src/playlist/services_discovery.c
+
+* src/libvlc.c, src/playlist/services_discovery.c: fixed --services-discovery and --extraintf to use the new modules list syntax.
+------------------------------------------------------------------------
+r10978 | djc | 2005-05-12 02:12:44 +0200 (Thu, 12 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+Change , to : in MacOSX preferences. Refs #111
+
+------------------------------------------------------------------------
+r10977 | damienf | 2005-05-11 18:59:28 +0200 (Wed, 11 May 2005) | 2 lines
+Changed paths:
+   M /trunk/activex/test.html
+
+test.html: improved user feedback, especially for live stream
+
+------------------------------------------------------------------------
+r10976 | damienf | 2005-05-11 18:56:46 +0200 (Wed, 11 May 2005) | 6 lines
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.c
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/main.cpp
+   M /trunk/activex/viewobject.cpp
+   M /trunk/activex/viewobject.h
+   M /trunk/activex/vlccontrol.cpp
+   M /trunk/activex/vlccontrol.h
+   M /trunk/include/variables.h
+   M /trunk/include/vlc/vlc.h
+   M /trunk/src/libvlc.c
+
+src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h
+
+vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API.
+
+main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
+
+------------------------------------------------------------------------
+r10975 | bigben | 2005-05-11 17:44:28 +0200 (Wed, 11 May 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Transmit keyboard events from the arrow and enter key to the main controller, so that playlist navigation with the keyboard is possible.
+* This doesn't conflict with dvd menu navigation.
+* If these keys are set to an action that is handled by Cocoa, this action will have priority.
+
+
+------------------------------------------------------------------------
+r10974 | gbazin | 2005-05-11 17:34:24 +0200 (Wed, 11 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/*, modules/gui/wxwindows/*: audio/video/sub-filter config options are now a colon (':') separated list of filters to keep the same syntax as the stream output.
+------------------------------------------------------------------------
+r10973 | hartman | 2005-05-11 15:50:49 +0200 (Wed, 11 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* vout.m: small codefixes that were not 100% problems.
+
+------------------------------------------------------------------------
+r10972 | gbazin | 2005-05-11 15:18:00 +0200 (Wed, 11 May 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* Makefile.am: fixed build problem.
+------------------------------------------------------------------------
+r10971 | djc | 2005-05-11 14:19:05 +0200 (Wed, 11 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+Change the searchField in NSSearchField when macos >= 10.3
+Move MACOS_VERSION macro to intf.h
+
+------------------------------------------------------------------------
+r10970 | gbazin | 2005-05-11 13:30:12 +0200 (Wed, 11 May 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+* configure.ac, Makefile.am: fixes for WinCE build.
+------------------------------------------------------------------------
+r10969 | hartman | 2005-05-11 12:19:28 +0200 (Wed, 11 May 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* Use a newer liveMedia version. November one is a bit old.
+
+------------------------------------------------------------------------
+r10968 | djc | 2005-05-11 11:59:41 +0200 (Wed, 11 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+Use new selectors only if they exist...
+
+------------------------------------------------------------------------
+r10967 | djc | 2005-05-11 11:42:34 +0200 (Wed, 11 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+*: remove fprintf debug messages
+
+------------------------------------------------------------------------
+r10966 | djc | 2005-05-11 11:37:49 +0200 (Wed, 11 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+Preferences panel can be viewed on X.2. Closes #104.
++ fix hotkeys widget with macos < 10.3
+
+------------------------------------------------------------------------
+r10965 | gbazin | 2005-05-11 09:05:09 +0200 (Wed, 11 May 2005) | 1 line
+Changed paths:
+   M /trunk/evc/config.h.in
+   M /trunk/msvc/config.h.in
+
+* ms(e)vc/config.h.in: define HAVE_DYNAMIC_PLUGINS.
+------------------------------------------------------------------------
+r10964 | djc | 2005-05-11 01:08:52 +0200 (Wed, 11 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.m
+
+Fix a bug in playlist + delete updateVolumeSlider (closes #93)
+
+------------------------------------------------------------------------
+r10963 | dionoea | 2005-05-11 00:05:54 +0200 (Wed, 11 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+check if pointers are NULL (Closes #86 -> we can release test1)
+event reporting in wxwin32 seems to be different than in wxgtk
+
+------------------------------------------------------------------------
+r10962 | zorglub | 2005-05-10 23:19:08 +0200 (Tue, 10 May 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+
+Fix playlist behaviour with delete in HTTP intf (Closes #105)
+
+------------------------------------------------------------------------
+r10961 | xtophe | 2005-05-10 21:31:07 +0200 (Tue, 10 May 2005) | 4 lines
+Changed paths:
+   M /trunk/share/http/index.html
+
+* Work around for the lag (close #3)
+* Change the playlist because at least FX and IE don't like cascading forms
+* control=sout is not a valid control
+
+------------------------------------------------------------------------
+r10960 | djc | 2005-05-10 18:18:43 +0200 (Tue, 10 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+Should fix prolems during launch of VLC on xserve...
+
+------------------------------------------------------------------------
+r10956 | hartman | 2005-05-10 15:35:27 +0200 (Tue, 10 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+compile gpg-error without nls support because it isn't really used by VLC and it complicates the contrib system. (this should fix the OSX 10.2 compile). Also switch back to ffmpeg CVS
+------------------------------------------------------------------------
+r10955 | dionoea | 2005-05-10 15:02:11 +0200 (Tue, 10 May 2005) | 4 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+ * show number of broadcast and vod media items within show command
+When we end the feature freeze, we'll have to complete the show command to
+show (for example) the number of clients connected
+
+------------------------------------------------------------------------
+r10954 | dionoea | 2005-05-10 14:56:02 +0200 (Tue, 10 May 2005) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/configure.ac
+
+change version number to 0.8.2-svn2 (0.8.2.svn broke the windows build)
+
+------------------------------------------------------------------------
+r10953 | courmisch | 2005-05-10 13:39:32 +0200 (Tue, 10 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+
+Support for large files in stream output
+Closes #48
+Closes Debian #306110
+
+------------------------------------------------------------------------
+r10952 | gbazin | 2005-05-10 12:38:35 +0200 (Tue, 10 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/stream_out/switcher.c
+
+* modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new ffmpeg versions (use native timebase).
+------------------------------------------------------------------------
+r10951 | fkuehne | 2005-05-10 09:30:52 +0200 (Tue, 10 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* there seem to be problems with SourceForge's heanet-mirror, using switch (located in CH) instead now
+------------------------------------------------------------------------
+r10950 | fkuehne | 2005-05-09 22:00:43 +0200 (Mon, 09 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* changed the download-location of libtheora to our server since their own refuses to work once again
+------------------------------------------------------------------------
+r10949 | fkuehne | 2005-05-09 21:29:48 +0200 (Mon, 09 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* updated GnuTLS to 1.2.3, fixes #95 on BeOS and OSX
+------------------------------------------------------------------------
+r10948 | dionoea | 2005-05-09 21:23:39 +0200 (Mon, 09 May 2005) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+ * change snapshot hotkey for non OS X users to ctrl-alt-s (instead of
+   ctrl-s which is also used for changing skins)
+
+------------------------------------------------------------------------
+r10947 | courmisch | 2005-05-09 21:01:25 +0200 (Mon, 09 May 2005) | 3 lines
+Changed paths:
+   M /trunk/src/misc/net.c
+
+Don't print an error message when attempting to recv returns EAGAIN
+(can only happens if we're using SSL and it is a not an error situation)
+
+------------------------------------------------------------------------
+r10946 | bigben | 2005-05-09 20:59:11 +0200 (Mon, 09 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/equalizer.m
+
+* Fixes initialization when a preset is saved in the prefs or provided from command line. Could be cleaner, but it seems at least to work.
+
+
+------------------------------------------------------------------------
+r10945 | courmisch | 2005-05-09 20:31:29 +0200 (Mon, 09 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+Encode URL if needed (should fix Debian bug #279735)
+
+------------------------------------------------------------------------
+r10944 | courmisch | 2005-05-09 20:23:32 +0200 (Mon, 09 May 2005) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+
+Fix C++ compilation
+
+------------------------------------------------------------------------
+r10943 | bigben | 2005-05-09 19:00:15 +0200 (Mon, 09 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/equalizer.m
+
+* Fix some variable initilization bugs
+
+
+------------------------------------------------------------------------
+r10942 | fkuehne | 2005-05-09 18:46:13 +0200 (Mon, 09 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/vcdx/vcd.c
+
+* fix the compilation which were accidentally broken in r10922
+------------------------------------------------------------------------
+r10941 | sam | 2005-05-09 18:22:10 +0200 (Mon, 09 May 2005) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/configure.ac
+
+  * Changed temporary version to 0.8.2.svn. Sorry about that, but it
+    conflicts with the version in Debian which I am unable to change.
+
+------------------------------------------------------------------------
+r10940 | fkuehne | 2005-05-09 17:55:46 +0200 (Mon, 09 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+* fix to the svn-recognition
+------------------------------------------------------------------------
+r10939 | dionoea | 2005-05-09 11:46:31 +0200 (Mon, 09 May 2005) | 6 lines
+Changed paths:
+   M /trunk/share/http/index.html
+   M /trunk/share/http/style.css
+
+index.html : fix Â« Weird URLs
+  (?control=stop&control=seek&control=seek&seek_value=&control=seek) Â»
+
+style.css : small esthetic fix
+
+
+------------------------------------------------------------------------
+r10938 | djc | 2005-05-09 04:11:31 +0200 (Mon, 09 May 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Change gpgerror to gpg-error and add $(INSTALL_NAME) to it
+
+------------------------------------------------------------------------
+r10937 | dionoea | 2005-05-09 03:58:09 +0200 (Mon, 09 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+
+fix a segfault (i didn't know strstr segfaulted when the haystak was NULL ...)
+
+------------------------------------------------------------------------
+r10936 | djc | 2005-05-09 01:58:04 +0200 (Mon, 09 May 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+This should fix libs dependences
+
+------------------------------------------------------------------------
+r10935 | djc | 2005-05-09 00:56:34 +0200 (Mon, 09 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+Fix hotkeys view in macosx.3 + UTF8 strings in module list
+
+------------------------------------------------------------------------
+r10934 | fkuehne | 2005-05-08 21:55:18 +0200 (Sun, 08 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* let's build libtwolame by default on OSX and Linux; we might want to disable the original lame in the final release
+------------------------------------------------------------------------
+r10933 | robux4 | 2005-05-08 16:14:20 +0200 (Sun, 08 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+contrib: make the SVN vs release build really work on OS X
+------------------------------------------------------------------------
+r10932 | robux4 | 2005-05-08 16:14:12 +0200 (Sun, 08 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+contrib: make the SVN vs release build really work on OS X
+------------------------------------------------------------------------
+r10931 | bigben | 2005-05-08 15:56:18 +0200 (Sun, 08 May 2005) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+get rid of windows style line breaks
+
+
+------------------------------------------------------------------------
+r10930 | robux4 | 2005-05-08 13:11:08 +0200 (Sun, 08 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/src/Makefile
+
+contrib: improve the detection of SVN
+------------------------------------------------------------------------
+r10929 | robux4 | 2005-05-08 12:45:37 +0200 (Sun, 08 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/src/Makefile
+
+contrib: use SVN only if a client is available
+------------------------------------------------------------------------
+r10928 | dionoea | 2005-05-08 12:42:32 +0200 (Sun, 08 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+
+check if equalizer and equalizer-2pass are enabled upon panel creation
+
+------------------------------------------------------------------------
+r10927 | dionoea | 2005-05-08 12:20:24 +0200 (Sun, 08 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* disable equalizer commands in the extended GUI if the equalizer isn't
+  enabled.
+
+------------------------------------------------------------------------
+r10926 | robux4 | 2005-05-08 11:29:18 +0200 (Sun, 08 May 2005) | 1 line
+Changed paths:
+   M /trunk/msvc/vlc.dsw
+
+MSVC build: only keep the plugins that compile out of the box
+------------------------------------------------------------------------
+r10925 | robux4 | 2005-05-08 11:14:15 +0200 (Sun, 08 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+contrib: build libebml/libmatroska from SVN
+------------------------------------------------------------------------
+r10924 | zorglub | 2005-05-08 09:40:39 +0200 (Sun, 08 May 2005) | 2 lines
+Changed paths:
+   M /trunk/BUGS
+   M /trunk/TODO
+
+Clean BUGS and TODO
+
+------------------------------------------------------------------------
+r10923 | robux4 | 2005-05-07 22:52:48 +0200 (Sat, 07 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: code cleaning
+------------------------------------------------------------------------
+r10922 | fkuehne | 2005-05-07 22:02:48 +0200 (Sat, 07 May 2005) | 6 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcd.c
+   M /trunk/modules/access/vcdx/vcdplayer.c
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/modules/gui/macosx/controls.m
+
+* controls.m: added l10n of the volume-string shown when changing the volume
+* vcdx/vcdplayer.c: disabled l10n of various error messages
+* vcdx/vcd.c: disabled l10n of 2 debug masks. They are horribly to translate and used by advanced users only, who should speak English well enough for this purpose
+* rest: disabled l10n of various strings or debug masks which cannot be translated
+
+more to come
+------------------------------------------------------------------------
+r10921 | courmisch | 2005-05-07 21:09:11 +0200 (Sat, 07 May 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Do not attempt to run "--cflags" and "--idlflags" which are non-existant commands
+
+------------------------------------------------------------------------
+r10920 | robux4 | 2005-05-07 20:19:32 +0200 (Sat, 07 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: improve the button logic and fix the LinkPGC DVD command (stay in the current segment)
+------------------------------------------------------------------------
+r10919 | robux4 | 2005-05-07 18:38:20 +0200 (Sat, 07 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: better handling of quitting an ordered edition, add support for the LinkCN DVD command
+------------------------------------------------------------------------
+r10918 | djc | 2005-05-07 18:34:25 +0200 (Sat, 07 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+
+Typo
+
+------------------------------------------------------------------------
+r10917 | djc | 2005-05-07 18:12:31 +0200 (Sat, 07 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+
+Add a notice if advanced items are not shown
+
+------------------------------------------------------------------------
+r10916 | robux4 | 2005-05-07 17:08:54 +0200 (Sat, 07 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: process the LinkPGCN DVD command correctly
+------------------------------------------------------------------------
+r10915 | robux4 | 2005-05-07 16:33:16 +0200 (Sat, 07 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: make the DVD command interpretor global to the demuxer, interpret the command when a button is clicked
+------------------------------------------------------------------------
+r10914 | djc | 2005-05-07 11:27:53 +0200 (Sat, 07 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+
+Fix a refcount error
+
+------------------------------------------------------------------------
+r10913 | zorglub | 2005-05-07 08:18:17 +0200 (Sat, 07 May 2005) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Document SAP syntax change
+
+------------------------------------------------------------------------
+r10912 | djc | 2005-05-07 03:12:16 +0200 (Sat, 07 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.h
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+*: fix alignment of widgets.
+- What shall we do for files and module list ?
+- Why is there a space after "Audio viualization" in src/libvlc.h ?
+
+------------------------------------------------------------------------
+r10911 | djc | 2005-05-06 20:54:09 +0200 (Fri, 06 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.h
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+*: remove useless code
+
+------------------------------------------------------------------------
+r10910 | djc | 2005-05-06 20:15:50 +0200 (Fri, 06 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.h
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.h
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+*: fix problems about advanced button
+
+------------------------------------------------------------------------
+r10909 | fkuehne | 2005-05-06 19:42:56 +0200 (Fri, 06 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* sorry, forgot to give svn the playlist.m from the previous commit... tztz
+------------------------------------------------------------------------
+r10908 | fkuehne | 2005-05-06 19:41:09 +0200 (Fri, 06 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+* playlist.m: use stringWithUTF8String instead of stringWithCString when creating the Services-Discovery-menus to show UTF8-encoded strings properly
+* ncurses.c: don't localise "Ncurses"
+------------------------------------------------------------------------
+r10907 | fkuehne | 2005-05-06 18:40:01 +0200 (Fri, 06 May 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/equalizer.m
+
+* equalizer.m: use preset_list_text instead of preset_list when creating the popup-entries to enable l10n of the presets
+* MainMenu.nib: made the equaliser's popup a wider so it fits all l10ns
+------------------------------------------------------------------------
+r10906 | robux4 | 2005-05-06 18:12:53 +0200 (Fri, 06 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: minor enhancements/cleanings of the button handling code
+------------------------------------------------------------------------
+r10905 | robux4 | 2005-05-06 16:51:18 +0200 (Fri, 06 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: support highlighting a button when clicked (but the alpha channel doesn't seem to work)
+------------------------------------------------------------------------
+r10904 | sigmunau | 2005-05-05 23:39:10 +0200 (Thu, 05 May 2005) | 2 lines
+Changed paths:
+   M /trunk/BUGS
+   M /trunk/TODO
+
+BUGS,TODO: Remove stuff that has been added to Trac
+
+------------------------------------------------------------------------
+r10903 | bigben | 2005-05-05 21:34:56 +0200 (Thu, 05 May 2005) | 4 lines
+Changed paths:
+   M /trunk/BUGS
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+* playlist.* support for DnD from Finder
+* BUGS: remove OSX playlist (anyone sees some more issue here readd it with a description...)
+
+
+------------------------------------------------------------------------
+r10902 | fkuehne | 2005-05-05 20:53:17 +0200 (Thu, 05 May 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+* add the option keyword to the help of vlm and the streaming howto -- patch by Christophe Mutricy
+------------------------------------------------------------------------
+r10901 | fkuehne | 2005-05-05 20:23:53 +0200 (Thu, 05 May 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+
+* compilation fix
+------------------------------------------------------------------------
+r10900 | fkuehne | 2005-05-05 20:02:30 +0200 (Thu, 05 May 2005) | 1 line
+Changed paths:
+   M /trunk/po/es.po
+
+* update to the Spanish translation by Javier Varela (99% complete now)
+------------------------------------------------------------------------
+r10899 | fkuehne | 2005-05-05 19:03:43 +0200 (Thu, 05 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed
+------------------------------------------------------------------------
+r10898 | djc | 2005-05-05 18:48:22 +0200 (Thu, 05 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.h
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+- added macosx version detection at runtime with /System/Library/CoreServices/SystemVersion.plist file
+- wrapped code
+
+------------------------------------------------------------------------
+r10897 | djc | 2005-05-05 12:57:55 +0200 (Thu, 05 May 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.h
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.h
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+Added widget, fix save, etc.
+Known bugs: changing advanced view, detection of MacOS X version at
+            runtime and many others...
+
+
+------------------------------------------------------------------------
+r10896 | asmax | 2005-05-04 22:52:43 +0200 (Wed, 04 May 2005) | 7 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/share/skins2/skin.dtd
+
+* skin.dtd: added an attribute "resize" in the "Image" element, to define
+  the method used to resize the image, which can be "mosaic" (the default)
+  or "scale". Note that the previous behaviour was always "scale" before,
+  but mosaic is much much faster, so use scale method only for fun ;)
+* skins2/*: support of the new mosaic method; playlist resize with this
+  method is significantly faster!
+
+------------------------------------------------------------------------
+r10895 | sam | 2005-05-04 16:43:00 +0200 (Wed, 04 May 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/misc/modules.c
+
+  * do not use a dynamic linker if no plugin support was detected/requested.
+
+------------------------------------------------------------------------
+r10894 | bigben | 2005-05-04 01:18:04 +0200 (Wed, 04 May 2005) | 3 lines
+Changed paths:
+   M /trunk/BUGS
+
+Forgot this one...
+
+
+------------------------------------------------------------------------
+r10893 | bigben | 2005-05-04 01:14:39 +0200 (Wed, 04 May 2005) | 3 lines
+Changed paths:
+   M /trunk/BUGS
+
+One more bug
+
+
+------------------------------------------------------------------------
+r10892 | bigben | 2005-05-04 01:04:10 +0200 (Wed, 04 May 2005) | 3 lines
+Changed paths:
+   M /trunk/BUGS
+
+some more bugs...
+
+
+------------------------------------------------------------------------
+r10891 | bigben | 2005-05-04 00:44:17 +0200 (Wed, 04 May 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item->node correspondance in the playlist
+* A side effect of this fix seems to be that adding a directory, deleting it and adding a new playlist item doesn't seem to crash VLC anymore
+* Make the currently playling item, as well as its parent items bold 
+
+
+------------------------------------------------------------------------
+r10887 | fkuehne | 2005-05-03 22:10:10 +0200 (Tue, 03 May 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/misc/darwin_specific.m
+
+* aded the new Catalan translation
+------------------------------------------------------------------------
+r10885 | courmisch | 2005-05-03 13:07:20 +0200 (Tue, 03 May 2005) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/iso-639_def.h
+
+Enable catalan translation
+
+------------------------------------------------------------------------
+r10884 | courmisch | 2005-05-03 12:55:49 +0200 (Tue, 03 May 2005) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+Fixes no longer existing files
+
+------------------------------------------------------------------------
+r10883 | courmisch | 2005-05-03 12:47:17 +0200 (Tue, 03 May 2005) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   A /trunk/po/ca.po
+
+Initial Catalan translation by
+Lorena Gomes and Xènia Albà Cantero
+
+------------------------------------------------------------------------
+r10882 | courmisch | 2005-05-03 12:43:27 +0200 (Tue, 03 May 2005) | 2 lines
+Changed paths:
+   M /trunk/po/zh_TW.po
+
+.po are not executable
+
+------------------------------------------------------------------------
+r10879 | fkuehne | 2005-05-02 20:36:58 +0200 (Mon, 02 May 2005) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* fixed icons for bin, AIFF, WAV
+------------------------------------------------------------------------
+r10873 | rocky | 2005-05-02 11:01:55 +0200 (Mon, 02 May 2005) | 9 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+
+gcc 3.4.3 gave this error: 
+
+  src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const':
+  src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id
+  src/ft2_font.cpp:172: note: try removing the parentheses around the type-id
+
+Follow the suggestion.
+
+
+------------------------------------------------------------------------
+r10872 | fenrir | 2005-05-02 09:25:15 +0200 (Mon, 02 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+ * playlist: fix Playlist::OnKeyDown (added event.Skip when needed).
+
+------------------------------------------------------------------------
+r10871 | bigben | 2005-05-02 01:04:18 +0200 (Mon, 02 May 2005) | 3 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+* Hopefully fixes --aspect-ratio computation when giving float values as argument
+
+
+------------------------------------------------------------------------
+r10869 | asmax | 2005-05-01 23:36:53 +0200 (Sun, 01 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/ft2_font.hpp
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+
+* ft2_font.cpp: added a cache for glyphs rendered with freetype, because
+  freetype is so slooow: now FT2Font::drawString() is about 100 times faster
+  in average !
+
+------------------------------------------------------------------------
+r10863 | asmax | 2005-05-01 17:17:40 +0200 (Sun, 01 May 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_stream.h
+
+* vlc_stream.h: added missing extern "C" (prevented compilation of skins2
+  module in builtin mode)
+
+------------------------------------------------------------------------
+r10862 | rocky | 2005-05-01 16:48:08 +0200 (Sun, 01 May 2005) | 6 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/access/vcdx/access.c
+
+fix next/previous chapter in disc mode 
+fix updating meta (caused by a recent change of mine)
+
+vcdx/access.c: hack to try to fix still-handling problem
+
+
+------------------------------------------------------------------------
+r10861 | asmax | 2005-05-01 15:19:04 +0200 (Sun, 01 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
+   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/os_graphics.hpp
+   M /trunk/modules/gui/skins2/src/tooltip.cpp
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_display.hpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
+
+* os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha
+  blending only when it is useful (i.e. when drawing antialiased text)
+* x11/*: optimized drawBitmap when alpha blending is not used: 5 times faster
+
+------------------------------------------------------------------------
+r10860 | ipkiss | 2005-05-01 13:15:42 +0200 (Sun, 01 May 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was
+   missing in the doc
+
+------------------------------------------------------------------------
+r10859 | rocky | 2005-05-01 10:56:03 +0200 (Sun, 01 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/cdda.h
+
+Work on audio control access. 
+
+
+------------------------------------------------------------------------
+r10858 | rocky | 2005-05-01 04:43:17 +0200 (Sun, 01 May 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Correct up audio-control stop command.
+
+
+------------------------------------------------------------------------
+r10857 | rocky | 2005-05-01 04:16:02 +0200 (Sun, 01 May 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/cdda.c
+
+Compatability for different versions of libcdio from 0.71-0.74cvs
+
+------------------------------------------------------------------------
+r10856 | rocky | 2005-05-01 04:06:58 +0200 (Sun, 01 May 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+A couple more fixes. One to set meta information when in disc mode.
+Another to pause audio control playing.
+
+
+------------------------------------------------------------------------
+r10855 | rocky | 2005-05-01 02:34:39 +0200 (Sun, 01 May 2005) | 11 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/modules/access/cdda/cdda.h
+   M /trunk/modules/access/cdda/info.c
+
+Fix some bugs when playlist not in disc but track mode:
+  play_item initialization accidently lost.
+  Probably need a vlc_object release of the playlist.
+
+Adjust comments which were wrong because of cut and paste artifacts.
+
+Some changes that may help debugging. 
+
+First attempt at playing via audio controls - mostly not working. 
+
+
+------------------------------------------------------------------------
+r10854 | massiot | 2005-04-29 17:57:24 +0200 (Fri, 29 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/modules/codec/Modules.am
+   D /trunk/modules/codec/toolame.c
+   A /trunk/modules/codec/twolame.c (from /trunk/modules/codec/toolame.c:10731)
+
+* ALL: We are now using libtwolame instead of libtoolame. The reason is that
+  twolame is thread-safe and maintained. Update your batch files for
+  --enable-twolame instead of --enable-toolame. See http://twolame.sf.net
+  for more information.
+
+------------------------------------------------------------------------
+r10853 | fenrir | 2005-04-29 09:37:20 +0200 (Fri, 29 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+
+ * record: use add_directory (instead of add_string) + parse the name to
+ remove the uri/path part.
+
+------------------------------------------------------------------------
+r10852 | robux4 | 2005-04-28 23:15:08 +0200 (Thu, 28 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: add preliminary code to support the UI hooks
+------------------------------------------------------------------------
+r10851 | damienf | 2005-04-28 15:58:54 +0200 (Thu, 28 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+bad, bad developer ...
+
+------------------------------------------------------------------------
+r10850 | damienf | 2005-04-28 15:36:54 +0200 (Thu, 28 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+- added dshow-fps option to configure capture framerate
+- added support for IAMStreamConfig interface to configure user settings on capture pin media type
+
+
+------------------------------------------------------------------------
+r10849 | damienf | 2005-04-28 15:30:02 +0200 (Thu, 28 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/access_filter/record.c
+
+vlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
+record.c: make it compile under mingw32, needs review
+
+
+------------------------------------------------------------------------
+r10848 | gbazin | 2005-04-28 10:18:53 +0200 (Thu, 28 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+
+* modules/access_filter/record.c: compilation fix.
+------------------------------------------------------------------------
+r10847 | fenrir | 2005-04-28 09:45:51 +0200 (Thu, 28 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: oops, make EsOutProgramDel returning an error code.
+
+------------------------------------------------------------------------
+r10846 | fenrir | 2005-04-28 09:43:09 +0200 (Thu, 28 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+
+ * record: grrr, support for system that doesn't have localtime_r.
+
+------------------------------------------------------------------------
+r10845 | fenrir | 2005-04-28 09:26:04 +0200 (Thu, 28 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_es_out.h
+   M /trunk/modules/demux/ts.c
+   M /trunk/src/input/es_out.c
+
+ es_out*: added ES_OUT_DEL_GROUP
+ ts.c: use ES_OUT_DEL_GROUP to remove old program.
+
+------------------------------------------------------------------------
+r10844 | gbazin | 2005-04-27 14:59:38 +0200 (Wed, 27 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: reverted previous patch since it creates problems with the DVB access plugin.
+------------------------------------------------------------------------
+r10843 | gbazin | 2005-04-27 13:40:11 +0200 (Wed, 27 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: cleanup empty programs.
+------------------------------------------------------------------------
+r10842 | courmisch | 2005-04-27 12:19:51 +0200 (Wed, 27 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+
+Fix errno undefined error
+
+------------------------------------------------------------------------
+r10841 | sigmunau | 2005-04-26 23:35:03 +0200 (Tue, 26 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/src/input/var.c
+
+input/var.c: don't try to update the "rate" variable directly in callback
+for "rate-faster" and "rate-slower". input_ControlPush will handle it. This
+fixes a race condition when "rate" ends up at a different value than
+p_input->i_rate
+
+------------------------------------------------------------------------
+r10840 | bigben | 2005-04-26 23:34:46 +0200 (Tue, 26 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Compiles mkv.cpp in -O1 on darwin to work around a gcc bug.
+
+
+------------------------------------------------------------------------
+r10839 | sam | 2005-04-26 22:17:50 +0200 (Tue, 26 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/esd.c
+
+  * support for --esdserver. doesn't seem to work yet, though...
+
+------------------------------------------------------------------------
+r10838 | titer | 2005-04-26 21:45:32 +0200 (Tue, 26 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+ fixed ebml/matroska build with gcc 4
+
+------------------------------------------------------------------------
+r10835 | robux4 | 2005-04-26 21:04:18 +0200 (Tue, 26 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: added the thread to support VOB buttons
++ code cleaning
+------------------------------------------------------------------------
+r10834 | fkuehne | 2005-04-26 20:59:56 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD ctrl-v/ctrl-b now, as '[' and ']' are unaccessible on German keyboards
+------------------------------------------------------------------------
+r10833 | bigben | 2005-04-26 19:33:24 +0200 (Tue, 26 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+
+Add a checkbox to enable timeshifting in the open network panel
+
+
+------------------------------------------------------------------------
+r10832 | robux4 | 2005-04-26 19:16:32 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: do an EnterAndLeave before seeking in Matroska Script
+------------------------------------------------------------------------
+r10831 | gbazin | 2005-04-26 16:27:47 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys.
+------------------------------------------------------------------------
+r10830 | gbazin | 2005-04-26 16:16:14 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/video_output/video_output.c
+
+* include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output.c: added a lock to the playlist garbage collector to avoid a race condition with the vout creation/destruction.
+------------------------------------------------------------------------
+r10829 | robux4 | 2005-04-26 15:59:11 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: avoid leaving the same item in cascade
+------------------------------------------------------------------------
+r10828 | gbazin | 2005-04-26 15:07:43 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid.
+------------------------------------------------------------------------
+r10827 | gbazin | 2005-04-26 14:44:03 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: lowered the hurry-up treshold a bit.
+------------------------------------------------------------------------
+r10826 | gbazin | 2005-04-26 14:40:02 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: new hurry-up option that drops video frames if encoder is late.
+------------------------------------------------------------------------
+r10825 | gbazin | 2005-04-26 12:51:32 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: use proper default value for subpel.
+------------------------------------------------------------------------
+r10824 | gbazin | 2005-04-26 12:50:06 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: crop the video if its size isn't a multiple of 16 (will have to be changed to use the visible size values).
+------------------------------------------------------------------------
+r10823 | gbazin | 2005-04-26 12:14:19 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_BSUB16x16.
+------------------------------------------------------------------------
+r10822 | gbazin | 2005-04-26 11:37:26 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts.
+------------------------------------------------------------------------
+r10821 | gbazin | 2005-04-26 11:22:04 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R.
+------------------------------------------------------------------------
+r10820 | gbazin | 2005-04-26 10:44:14 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* modules/demux/mkv.cpp: itoa -> sprintf.
+------------------------------------------------------------------------
+r10819 | fenrir | 2005-04-26 10:42:19 +0200 (Tue, 26 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/access_filter/timeshift.c
+
+ * all: added set_shortname.
+
+------------------------------------------------------------------------
+r10818 | fenrir | 2005-04-26 10:34:54 +0200 (Tue, 26 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+ * wxwindows: added a cast to avoid a compiler error (conversion from void*).
+
+------------------------------------------------------------------------
+r10817 | gbazin | 2005-04-26 10:25:33 +0200 (Tue, 26 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: add access_filter_record to the build.
+------------------------------------------------------------------------
+r10816 | fenrir | 2005-04-26 09:28:07 +0200 (Tue, 26 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+   M /trunk/modules/access_filter/Modules.am
+   A /trunk/modules/access_filter/record.c
+   M /trunk/src/libvlc.h
+
+ * all: added a new access_filter module: record + one hotkey to start/stop
+ recording (simple dumping). (Usefull for dvb/udp/mp3 radio stream).
+
+------------------------------------------------------------------------
+r10815 | fenrir | 2005-04-26 09:24:39 +0200 (Tue, 26 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+ * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
+
+------------------------------------------------------------------------
+r10814 | fenrir | 2005-04-26 09:23:56 +0200 (Tue, 26 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/audio_filter/resampler/linear.c
+   M /trunk/modules/audio_filter/resampler/ugly.c
+   M /trunk/modules/control/http.c
+   M /trunk/modules/mux/mpjpeg.c
+
+ * all: warning fixes.
+ * mpjpeg.c: use sout_CfgParse !
+
+------------------------------------------------------------------------
+r10813 | fenrir | 2005-04-26 09:21:31 +0200 (Tue, 26 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/asf/libasf.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/ts.c
+
+ * asf, b4s: warning fixes.
+ * ts: - set BLOCK_FLAG_CORRUPTED on transport_error_indicator.
+       - better support of EIT + VLC_META_NOW_PLAYING.
+
+------------------------------------------------------------------------
+r10812 | fenrir | 2005-04-26 09:19:10 +0200 (Tue, 26 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+
+ * vlc_input.h: added INPUT_DEL_INFO.
+
+------------------------------------------------------------------------
+r10811 | fenrir | 2005-04-26 09:17:42 +0200 (Tue, 26 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/src/input/control.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+
+ * control: added INPUT_DEL_INFO.
+ * input: allow chaining of access_filter (like filter1:filter2 ...)
+ * es_out: support VLC_META_NOW_PLAYING for multi-program stream.
+
+------------------------------------------------------------------------
+r10810 | djc | 2005-04-26 03:43:00 +0200 (Tue, 26 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+Change location of speex to http://us.speex.org/download/
+(fix a 302 message...)
+
+
+------------------------------------------------------------------------
+r10809 | sigmunau | 2005-04-26 01:19:19 +0200 (Tue, 26 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/zsh.cpp
+
+extras/zsh.cpp: completion for module_cat and module_cat_list
+
+------------------------------------------------------------------------
+r10808 | sigmunau | 2005-04-26 00:27:41 +0200 (Tue, 26 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/zsh.cpp
+
+extras/zsh.cpp: allow completion of --option=value syntax
+
+------------------------------------------------------------------------
+r10807 | sigmunau | 2005-04-26 00:14:48 +0200 (Tue, 26 Apr 2005) | 3 lines
+Changed paths:
+   A /trunk/extras/Makefile
+   M /trunk/extras/zsh.cpp
+
+extras/Makefile: A very very simple makefile to build the zsh stuff
+extras/zsh.cpp: Support for completing simple url as well
+
+------------------------------------------------------------------------
+r10804 | robux4 | 2005-04-25 21:19:06 +0200 (Mon, 25 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: add support for new DVD commands, add more debug messages
+------------------------------------------------------------------------
+r10803 | sigmunau | 2005-04-25 19:16:37 +0200 (Mon, 25 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/extras/zsh.cpp
+
+zsh.cpp: allow completion of submodules as well for module-type options
+(this allows -A and -V to complete the dummy module
+
+------------------------------------------------------------------------
+r10802 | zorglub | 2005-04-24 22:44:36 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+Fix crash if we don't have freetype or subsdec
+
+------------------------------------------------------------------------
+r10801 | sigmunau | 2005-04-24 20:46:19 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+TODO: Added some of my personal wishes
+
+------------------------------------------------------------------------
+r10800 | robux4 | 2005-04-24 20:45:35 +0200 (Sun, 24 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: Fix a problem when entering a chapter after the previous chapter produced a seek in the code
+------------------------------------------------------------------------
+r10799 | robux4 | 2005-04-24 20:33:37 +0200 (Sun, 24 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: added support for the "GotoAndPlay()" Matroska Script command
+------------------------------------------------------------------------
+r10798 | zorglub | 2005-04-24 20:01:21 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   A /trunk/BUGS
+
+Added file about known bugs
+
+------------------------------------------------------------------------
+r10797 | zorglub | 2005-04-24 19:56:00 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Also delete nodes when deleting selection
+
+------------------------------------------------------------------------
+r10796 | robux4 | 2005-04-24 17:55:30 +0200 (Sun, 24 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: support the CallSS VTSM DVD command and cleaner jump between chapters & segments
+------------------------------------------------------------------------
+r10795 | zorglub | 2005-04-24 17:54:03 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+
+Don't forget to update the status bar on track change
+
+------------------------------------------------------------------------
+r10791 | sigmunau | 2005-04-24 16:48:07 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+sap.c: clean up playlist handling
+
+------------------------------------------------------------------------
+r10788 | sigmunau | 2005-04-24 16:36:27 +0200 (Sun, 24 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+playlist.c: fixed a nasty corruption on exit with more than one sd module
+running
+
+------------------------------------------------------------------------
+r10787 | robux4 | 2005-04-24 10:08:06 +0200 (Sun, 24 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: clean the way chapters are presented/handled internally
+------------------------------------------------------------------------
+r10785 | zorglub | 2005-04-24 01:15:09 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Remove invert selection and select all (I simply can't figure how to do that)
+
+------------------------------------------------------------------------
+r10784 | zorglub | 2005-04-24 01:05:35 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Delete selection (either by menu or key)
+
+------------------------------------------------------------------------
+r10783 | sigmunau | 2005-04-24 00:37:22 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+packetizer/h264.c: fix divition by zero for some streams
+
+------------------------------------------------------------------------
+r10782 | zorglub | 2005-04-24 00:30:11 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+Fix disc buttons
+
+------------------------------------------------------------------------
+r10781 | zorglub | 2005-04-24 00:13:35 +0200 (Sun, 24 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/logger.c
+
+Take logger back to control modules
+
+------------------------------------------------------------------------
+r10780 | sigmunau | 2005-04-23 20:58:19 +0200 (Sat, 23 Apr 2005) | 3 lines
+Changed paths:
+   A /trunk/extras/zsh.cpp
+
+extras/zsh.cpp: hacky c++ program that generate a zsh completion rule for vlc.
+todo: MODULE_CAT and MODULE_CAT_LIST options. Better mrl completion. :option=value syntax. sout completion
+
+------------------------------------------------------------------------
+r10779 | sigmunau | 2005-04-23 20:38:01 +0200 (Sat, 23 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+libvlc.h: move -A back to --aout where it belongs
+
+------------------------------------------------------------------------
+r10778 | robux4 | 2005-04-23 18:54:18 +0200 (Sat, 23 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: refine the way segments/chapters are presented and handled (switching now works from everywhere)
+------------------------------------------------------------------------
+r10777 | robux4 | 2005-04-23 17:13:47 +0200 (Sat, 23 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: only display the DVD title info in the Title selection
+------------------------------------------------------------------------
+r10776 | robux4 | 2005-04-23 16:08:01 +0200 (Sat, 23 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: use the title feature to display the segment hierarchy
+------------------------------------------------------------------------
+r10775 | zorglub | 2005-04-23 14:33:13 +0200 (Sat, 23 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+
+Give a fine name when playing audio CD
+
+------------------------------------------------------------------------
+r10774 | robux4 | 2005-04-23 12:41:52 +0200 (Sat, 23 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: allow the chapter codecs to display chapter strings too (used to know where the DVD titles are)
+------------------------------------------------------------------------
+r10773 | sigmunau | 2005-04-23 12:30:56 +0200 (Sat, 23 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+ffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
+people desides to increase their build number again
+
+------------------------------------------------------------------------
+r10772 | courmisch | 2005-04-23 12:25:36 +0200 (Sat, 23 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+- enable sap-ipv6 by default
+
+------------------------------------------------------------------------
+r10771 | ipkiss | 2005-04-23 00:35:51 +0200 (Sat, 23 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+Updated skins2 doc.
+
+------------------------------------------------------------------------
+r10770 | ipkiss | 2005-04-23 00:25:10 +0200 (Sat, 23 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+
+ * skins2: Added support for multiple actions (separated by ";"),
+           wherever one action was allowed
+
+------------------------------------------------------------------------
+r10769 | fkuehne | 2005-04-22 23:36:07 +0200 (Fri, 22 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/po/es.po
+
+* update to the Spanish translation by Antonio Javier Varela Calvo
+------------------------------------------------------------------------
+r10768 | robux4 | 2005-04-22 13:47:02 +0200 (Fri, 22 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+contrib: try to allow make src for Linux too
+------------------------------------------------------------------------
+r10767 | fenrir | 2005-04-22 10:05:03 +0200 (Fri, 22 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_synchro.c
+
+ vout_synchro: less verbose.
+
+------------------------------------------------------------------------
+r10765 | robux4 | 2005-04-21 23:09:15 +0200 (Thu, 21 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: Enter/Leave on subchapters too
+------------------------------------------------------------------------
+r10764 | robux4 | 2005-04-21 22:29:42 +0200 (Thu, 21 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+contrib: no need to patch libebml anymore
+------------------------------------------------------------------------
+r10763 | robux4 | 2005-04-21 22:21:08 +0200 (Thu, 21 Apr 2005) | 1 line
+Changed paths:
+   D /trunk/extras/contrib/src/Patches/libebml.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+contrib: update to the latest libebml/libmatroska packages
+------------------------------------------------------------------------
+r10762 | robux4 | 2005-04-21 22:12:12 +0200 (Thu, 21 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: add a notice about the gcc bug on Darwin
+------------------------------------------------------------------------
+r10761 | robux4 | 2005-04-21 14:29:55 +0200 (Thu, 21 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: minor improvements
+------------------------------------------------------------------------
+r10760 | gbazin | 2005-04-21 14:09:23 +0200 (Thu, 21 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+* modules/gui/wxwindows/timer.cpp: fixed interface flickering.
+------------------------------------------------------------------------
+r10759 | courmisch | 2005-04-21 11:15:46 +0200 (Thu, 21 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/src/playlist/view.c
+
+Handle failed allocation
+(I don't remember why I coded that, but it was left in my trunk)
+
+------------------------------------------------------------------------
+r10758 | courmisch | 2005-04-21 11:09:34 +0200 (Thu, 21 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Applied patch for support of the IP_MULTICAST_IF
+by isteinmann (at) bluewin.ch
+with fixes
+
+------------------------------------------------------------------------
+r10757 | robux4 | 2005-04-20 23:04:49 +0200 (Wed, 20 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: the JumpTT command now works !!!!!!
+------------------------------------------------------------------------
+r10756 | fkuehne | 2005-04-20 22:58:15 +0200 (Wed, 20 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* fixed download-location of libvorbis
+------------------------------------------------------------------------
+r10755 | robux4 | 2005-04-20 21:45:41 +0200 (Wed, 20 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: finding the segment matching the Title for JumpTT works
+------------------------------------------------------------------------
+r10754 | gbazin | 2005-04-20 16:57:22 +0200 (Wed, 20 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle VideoXL support.
+------------------------------------------------------------------------
+r10753 | gbazin | 2005-04-20 16:55:46 +0200 (Wed, 20 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/avi/libavi.c
+
+* modules/demux/avi: pass on video palette.
+------------------------------------------------------------------------
+r10752 | dionoea | 2005-04-20 16:39:29 +0200 (Wed, 20 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi
+
+change pointed out by 'acehole' in the forums so that automaticaly opening
+a file with VLC will use the whole file name and not the 8.3 format. That
+makes automatic subtitle loading work.
+
+------------------------------------------------------------------------
+r10751 | gbazin | 2005-04-20 12:44:42 +0200 (Wed, 20 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg: added support for Apple QuickDraw, QPEG, IBM Ultimotion, LOCO, Winnov WNV1, Autodesc RLE and Indeo V2 video codecs.
+------------------------------------------------------------------------
+r10750 | gbazin | 2005-04-20 12:41:11 +0200 (Wed, 20 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+
+* modules/demux/mp4: support for QuickDraw video tracks.
+------------------------------------------------------------------------
+r10749 | robux4 | 2005-04-19 23:15:46 +0200 (Tue, 19 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix a gcc warning
+------------------------------------------------------------------------
+r10748 | robux4 | 2005-04-19 22:05:59 +0200 (Tue, 19 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: preliminary support for the JumpTT command
+------------------------------------------------------------------------
+r10747 | robux4 | 2005-04-19 21:46:59 +0200 (Tue, 19 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix various memory management problems
+------------------------------------------------------------------------
+r10746 | fenrir | 2005-04-19 18:03:11 +0200 (Tue, 19 Apr 2005) | 6 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+  *deinterlace: added a new deinterlace method (called 'x' as experimental until I find
+  a better name ;).
+   It applies a edge oriented interpolation on interlaced video part only (it works on
+   a 8x8 block basis). It works pretty well except where there is a lot of small details.
+
+
+------------------------------------------------------------------------
+r10745 | fenrir | 2005-04-19 17:59:57 +0200 (Tue, 19 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+ * decoder: fix a crash with delete spu.
+
+------------------------------------------------------------------------
+r10744 | fenrir | 2005-04-19 17:56:06 +0200 (Tue, 19 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.h
+
+ * dvb: read more TS blocks at once. We start reading only 2 ts packets (needed to avoid
+long delay because we only receive PAT at the start), but we increase each time we read
+data until 20. This decrease the load (more than 50% for me) while kepping low start up delay.
+
+------------------------------------------------------------------------
+r10743 | robux4 | 2005-04-19 16:44:44 +0200 (Tue, 19 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: compilation fixes
+------------------------------------------------------------------------
+r10742 | robux4 | 2005-04-19 16:25:30 +0200 (Tue, 19 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: start calling the interpretor
+------------------------------------------------------------------------
+r10741 | gbazin | 2005-04-19 15:38:23 +0200 (Tue, 19 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: got rid of some useless code and fixed a memory leak at the same time.
+------------------------------------------------------------------------
+r10740 | robux4 | 2005-04-19 14:38:49 +0200 (Tue, 19 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: initial support for GPRM and SPRM DVD registers
+------------------------------------------------------------------------
+r10739 | robux4 | 2005-04-19 13:33:14 +0200 (Tue, 19 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: demux_sys_t needs to keep the same name
+------------------------------------------------------------------------
+r10738 | robux4 | 2005-04-19 13:17:22 +0200 (Tue, 19 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: changed the name of classes and prepare the DVD interpretor
+------------------------------------------------------------------------
+r10737 | gbazin | 2005-04-19 10:39:31 +0200 (Tue, 19 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* include/vlc_keys.h: Added Insert and Delete hotkeys.
+* modules/gui/wxwindows/interface.cpp: Fixed End hotkey + added Insert/Delete.
+
+Patch by Greg Hazel (ghazel at gmail dot com)
+
+------------------------------------------------------------------------
+r10736 | courmisch | 2005-04-19 10:20:30 +0200 (Tue, 19 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Don't enable externrun module in -hopefully- upcoming 0.8.2
+
+------------------------------------------------------------------------
+r10735 | ipkiss | 2005-04-18 23:21:09 +0200 (Mon, 18 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/win32/win32_window.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.hpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+
+ * skins2: Fixed 2 bugs related with embedded vout and skins switching:
+    - win32: fixed the 'vout_directx private error: out of memory' error
+      (thanks to Trax` for pointing it out)
+    - x11: it's now possible to use the embedded vout after changing skin
+
+------------------------------------------------------------------------
+r10733 | jpsaman | 2005-04-18 20:13:37 +0200 (Mon, 18 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+Fix deadlock while quiting VLC. It can get stuck in the playlist. Stopping the playlist first resolves this problem.
+
+------------------------------------------------------------------------
+r10731 | gbazin | 2005-04-18 17:32:31 +0200 (Mon, 18 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/pes.c
+   M /trunk/modules/mux/mpeg/pes.h
+   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/*: new --sout-ps-pes-max-size option.
+------------------------------------------------------------------------
+r10730 | gbazin | 2005-04-18 16:49:29 +0200 (Mon, 18 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* modules/gui/wxwindows/*: workaround uninitialization bug in wxWidgets -> re-enabled on-the-fly interface switching.
+------------------------------------------------------------------------
+r10729 | damienf | 2005-04-18 14:58:14 +0200 (Mon, 18 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+- make use of cygwin rebase to optimize DLL loading, if present
+
+------------------------------------------------------------------------
+r10728 | damienf | 2005-04-18 13:51:57 +0200 (Mon, 18 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/activex/plugin.cpp
+
+- previously checked in this file to work only within my debug environment
+
+------------------------------------------------------------------------
+r10727 | damienf | 2005-04-18 13:35:18 +0200 (Mon, 18 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/activex/README.TXT
+   M /trunk/activex/oleobject.cpp
+   M /trunk/activex/persistpropbag.cpp
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   M /trunk/activex/utils.cpp
+   M /trunk/activex/utils.h
+   M /trunk/activex/viewobject.cpp
+   M /trunk/activex/viewobject.h
+   M /trunk/activex/vlccontrol.cpp
+
+- source cleanup
+- few bugs fixed
+- added suport to Ole Extent measurments to improve compatibilty
+
+------------------------------------------------------------------------
+r10726 | gbazin | 2005-04-18 12:42:30 +0200 (Mon, 18 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: fixed special hotkeys with modifiers on win32.
+------------------------------------------------------------------------
+r10725 | gbazin | 2005-04-18 12:02:42 +0200 (Mon, 18 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* modules/gui/wxwindows/wxwindows.cpp: don't use the saved positions/sizes when acting as a dialog provider.
+------------------------------------------------------------------------
+r10724 | courmisch | 2005-04-18 10:37:59 +0200 (Mon, 18 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+add -lz to build gnutls (see if it doesn't break)
+
+------------------------------------------------------------------------
+r10715 | courmisch | 2005-04-17 20:00:31 +0200 (Sun, 17 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+
+Msg_Info => Msg_Dbg
+
+------------------------------------------------------------------------
+r10713 | sigmunau | 2005-04-17 15:03:09 +0200 (Sun, 17 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+wx/playlist.cpp: removed a stray wxMutexGuiLeave
+
+------------------------------------------------------------------------
+r10712 | sigmunau | 2005-04-17 15:00:51 +0200 (Sun, 17 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/playlist.c
+
+demux/playlist: fix a crash when shoutcast discovery correctly is not
+autoplayed
+
+------------------------------------------------------------------------
+r10711 | sigmunau | 2005-04-17 14:59:23 +0200 (Sun, 17 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/shout.c
+
+shout.c: fix some potential problems
+
+------------------------------------------------------------------------
+r10710 | sigmunau | 2005-04-17 14:58:33 +0200 (Sun, 17 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/messages.c
+
+minor memleak fixes
+
+------------------------------------------------------------------------
+r10709 | sigmunau | 2005-04-17 14:36:34 +0200 (Sun, 17 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/playlist.c
+
+playlist.c: shut up a compiler warning
+item-ext.c: reverted a recent change in GetPositionById than caused
+old-style playlist to malfunction (visible in rc interface at least)
+
+------------------------------------------------------------------------
+r10707 | jpsaman | 2005-04-16 16:10:00 +0200 (Sat, 16 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/mozilla/Makefile.am
+
+Make compilation of mozilla plugin easier on different distributions. Removed fixed include paths from mozilla/Makefile.am. XPIDL_INCL is automatically determined from ${MOZILLA_CONFIG}. 
+Configure and compile with XPIDL=<path_to_xpidl> application of your mozilla version, eg for mozilla-1.7.6 use: XPIDL=/usr/lib/mozilla-1.7.6/xpidl ./configure <rest of line> && make
+
+------------------------------------------------------------------------
+r10706 | courmisch | 2005-04-16 14:30:45 +0200 (Sat, 16 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/threads.c
+
+Clean up thread_{begin,end}
+
+------------------------------------------------------------------------
+r10705 | courmisch | 2005-04-16 14:24:32 +0200 (Sat, 16 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+- fix invalid free of root object
+
+------------------------------------------------------------------------
+r10704 | courmisch | 2005-04-16 12:53:36 +0200 (Sat, 16 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Small mem leak
+
+------------------------------------------------------------------------
+r10703 | courmisch | 2005-04-16 12:33:13 +0200 (Sat, 16 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Clean up
+
+------------------------------------------------------------------------
+r10702 | gbazin | 2005-04-16 12:01:18 +0200 (Sat, 16 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+* src/misc/configuration.c: YAF (yet another fix).
+------------------------------------------------------------------------
+r10701 | sigmunau | 2005-04-16 11:56:26 +0200 (Sat, 16 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+wx/playlist.cpp: invalidate the FindItem cache when needed (should fix some random crashes)
+
+------------------------------------------------------------------------
+r10700 | courmisch | 2005-04-16 11:06:48 +0200 (Sat, 16 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Force conversion from UTF-8 when announce is incorrectly encoded
+
+------------------------------------------------------------------------
+r10699 | gbazin | 2005-04-16 02:01:38 +0200 (Sat, 16 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+* modules/gui/wxwindows/video.cpp: fixes.
+------------------------------------------------------------------------
+r10698 | gbazin | 2005-04-16 00:35:21 +0200 (Sat, 16 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: added sub-version number to cache data (used to detect cache layout changes in the development version).
+------------------------------------------------------------------------
+r10697 | sigmunau | 2005-04-16 00:32:04 +0200 (Sat, 16 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/view.c
+
+playlist: fixed two more occurences of the previous error
+
+------------------------------------------------------------------------
+r10696 | sigmunau | 2005-04-16 00:28:24 +0200 (Sat, 16 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+
+playlist/item-ext.c: fixed off-by-one error causing a crash in ItemGetById
+
+------------------------------------------------------------------------
+r10695 | zorglub | 2005-04-16 00:21:08 +0200 (Sat, 16 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+Fix next
+
+------------------------------------------------------------------------
+r10694 | gbazin | 2005-04-16 00:17:04 +0200 (Sat, 16 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+* modules/gui/wxwindows/timer.cpp: cleanup.
+------------------------------------------------------------------------
+r10693 | gbazin | 2005-04-16 00:08:02 +0200 (Sat, 16 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows: bunch of small improvements to the embedded mode + enabled saving size with --wxwin-autosize.
+------------------------------------------------------------------------
+r10692 | courmisch | 2005-04-15 23:56:14 +0200 (Fri, 15 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/voc.c
+
+- demux with much bigger buffers to avoid performance issue
+- fix silences handling
+
+------------------------------------------------------------------------
+r10691 | gbazin | 2005-04-15 22:58:06 +0200 (Fri, 15 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+* src/misc/configuration.c: fixed a few recent bugs.
+------------------------------------------------------------------------
+r10690 | massiot | 2005-04-15 22:01:19 +0200 (Fri, 15 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/stream_out/Modules.am
+   M /trunk/modules/stream_out/bridge.c
+   A /trunk/modules/stream_out/mosaic_bridge.c (from /trunk/modules/video_output/picture.c:10669)
+   M /trunk/modules/video_filter/Modules.am
+   M /trunk/modules/video_filter/mosaic.c
+   A /trunk/modules/video_filter/mosaic.h (from /trunk/modules/video_output/picture.h:10654)
+   M /trunk/modules/video_output/Modules.am
+   D /trunk/modules/video_output/picture.c
+   D /trunk/modules/video_output/picture.h
+
+ * ALL: converted the video output module "picture" to a stream output
+   module "mosaic-bridge".
+
+------------------------------------------------------------------------
+r10689 | massiot | 2005-04-15 21:51:23 +0200 (Fri, 15 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
+
+ * include/vlc_video.h: Added a p_next pointer to link pictures.
+
+------------------------------------------------------------------------
+r10688 | massiot | 2005-04-15 21:02:14 +0200 (Fri, 15 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ * configure.ac: Support for x86_64 architecture.
+
+------------------------------------------------------------------------
+r10687 | massiot | 2005-04-15 20:06:51 +0200 (Fri, 15 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/cpu.c
+
+ * ALL: x86-64 fixes.
+
+------------------------------------------------------------------------
+r10686 | titer | 2005-04-15 18:56:51 +0200 (Fri, 15 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/extras/contrib/src
+
+ More to ignore
+
+------------------------------------------------------------------------
+r10685 | gbazin | 2005-04-15 17:22:17 +0200 (Fri, 15 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+* modules/gui/wxwindows: disable last commit for now since we don't seem to be able to retrieve the right size values.
+------------------------------------------------------------------------
+r10684 | gbazin | 2005-04-15 17:13:02 +0200 (Fri, 15 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows: save size of video window when in non-autosize mode.
+------------------------------------------------------------------------
+r10683 | courmisch | 2005-04-15 16:53:59 +0200 (Fri, 15 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+support for non-global statically defined SAP IPv4 multicast addresses
+(Trivial patch)
+
+------------------------------------------------------------------------
+r10682 | gbazin | 2005-04-15 16:31:58 +0200 (Fri, 15 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: oups, stupid bug.
+------------------------------------------------------------------------
+r10681 | gbazin | 2005-04-15 16:01:27 +0200 (Fri, 15 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/modules.c
+
+* src/misc/configuration.c, ALL: support for auto-saveable config options (saved automatically on exit).
+------------------------------------------------------------------------
+r10680 | gbazin | 2005-04-15 12:38:01 +0200 (Fri, 15 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+* modules/gui/wxwindows/timer.cpp: reduced the one shot timers length.
+------------------------------------------------------------------------
+r10679 | gbazin | 2005-04-15 12:30:56 +0200 (Fri, 15 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+* modules/gui/wxwindows/video.cpp: only set background color when necessary.
+------------------------------------------------------------------------
+r10678 | gbazin | 2005-04-15 11:58:33 +0200 (Fri, 15 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows: small cleanup + renamed wxwin-size-to-video into wxwin-autosize.
+------------------------------------------------------------------------
+r10677 | zorglub | 2005-04-15 11:34:29 +0200 (Fri, 15 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+Allow resizing of video when autofit is enabled
+
+------------------------------------------------------------------------
+r10676 | gbazin | 2005-04-15 11:13:24 +0200 (Fri, 15 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+* modules/gui/wxwindows/video.cpp: some fixes for the recent breakage.
+------------------------------------------------------------------------
+r10675 | robux4 | 2005-04-14 23:49:34 +0200 (Thu, 14 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: preliminary support for segments with no content, only chapter commands
+------------------------------------------------------------------------
+r10673 | robux4 | 2005-04-13 23:06:16 +0200 (Wed, 13 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: store the chapter codec data for later use
+code cleaning
+------------------------------------------------------------------------
+r10672 | robux4 | 2005-04-13 22:03:49 +0200 (Wed, 13 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: stronger type checking
+------------------------------------------------------------------------
+r10671 | zorglub | 2005-04-13 21:31:45 +0200 (Wed, 13 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/src/playlist/playlist.c
+
+Don't autoplay SAP items
+
+------------------------------------------------------------------------
+r10670 | zorglub | 2005-04-13 19:43:12 +0200 (Wed, 13 Apr 2005) | 10 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/playlist/view.c
+
+* Playlist :
+  - fix crash when deleting current item
+  - SAP: don't store pointers
+  - don't pass pointers to interface in item-appended
+  - remove VIEW_SIMPLE that was confusing and bug-generating
+
+* wx: 
+  - Fix open layout
+  - Fix slider behaviour, patch by Greg Hazel
+
+------------------------------------------------------------------------
+r10669 | fenrir | 2005-04-13 10:27:34 +0200 (Wed, 13 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/csa.c
+
+ * csa: decrypt only when payload >= 8 bytes.
+
+------------------------------------------------------------------------
+r10668 | gbazin | 2005-04-13 09:27:37 +0200 (Wed, 13 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+
+* po/de.po: small fix.
+------------------------------------------------------------------------
+r10667 | fkuehne | 2005-04-13 00:48:27 +0200 (Wed, 13 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+   M /trunk/po/de.po
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: added Chinese Traditional to the list of languages
+* modules/access/v4l/v4l.c: fixed l10n-strings (we use American English in l10n-strings)
+* de.po: first update to the German translation
+
+------------------------------------------------------------------------
+r10666 | fkuehne | 2005-04-13 00:47:36 +0200 (Wed, 13 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/toolame.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/control/showintf.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* ALL:  removed l10n of various untranslatable strings such as 'ffmpeg' or 'Vorbis'
+------------------------------------------------------------------------
+r10665 | zorglub | 2005-04-12 23:55:32 +0200 (Tue, 12 Apr 2005) | 8 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/misc/playlist/m3u.c
+
+* Patch by Gregory Hazel :
+  - Fix gui flickering on video size change
+  - provide a no-auto-resize mode 
+
+* Patch by Christophe Mutricy : fix M3U export
+
+Thanks to both !
+
+------------------------------------------------------------------------
+r10664 | fkuehne | 2005-04-12 23:11:46 +0200 (Tue, 12 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/po/Makefile.in.in
+
+* sorry, this file wasn't supposed to be commited in r10663, reverted to r10352
+------------------------------------------------------------------------
+r10663 | fkuehne | 2005-04-12 23:08:00 +0200 (Tue, 12 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/po/Makefile.in.in
+   M /trunk/po/POTFILES.in
+   M /trunk/po/bn.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/my.po
+   M /trunk/po/ne.po
+   M /trunk/po/nl.po
+   M /trunk/po/no.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/tl.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_TW.po
+
+* updated the po-files on request by Jonas Larsen
+------------------------------------------------------------------------
+r10662 | fkuehne | 2005-04-12 20:51:14 +0200 (Tue, 12 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   A /trunk/po/zh_TW.po
+   M /trunk/src/misc/darwin_specific.m
+
+* added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com>
+------------------------------------------------------------------------
+r10661 | bigben | 2005-04-12 20:46:26 +0200 (Tue, 12 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+Update the info displayed in the playlist when you change the play mode in the menu (had this ever worked ?)
+
+
+------------------------------------------------------------------------
+r10660 | gbazin | 2005-04-12 20:15:33 +0200 (Tue, 12 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/misc/xml/xtag.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/playlist.c
+
+* ALL: fixed a handful of bugs and memory leaks.
+------------------------------------------------------------------------
+r10659 | hartman | 2005-04-12 18:43:55 +0200 (Tue, 12 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Fix two cases where p_playlist->status.p_item was NULL (this fixes last issues with adding shoutcast SD to OSX playlist)
+
+------------------------------------------------------------------------
+r10658 | hartman | 2005-04-12 18:20:55 +0200 (Tue, 12 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/xml/xtag.c
+
+* Now works with http 1.0. Someone better check this to make sure I didn't mess up. :D
+
+------------------------------------------------------------------------
+r10657 | courmisch | 2005-04-12 16:43:01 +0200 (Tue, 12 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Simplifying
+
+------------------------------------------------------------------------
+r10656 | hartman | 2005-04-12 16:41:47 +0200 (Tue, 12 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/TODO
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* fixed fullscreen on osx with multiple vouts. 
+* different way to remember fullscreen state.
+* update the playlist on item-append and item-deleted calls.
+* fixed video-on-top with opengl vouts on OSX.
+
+------------------------------------------------------------------------
+r10655 | bigben | 2005-04-12 16:31:14 +0200 (Tue, 12 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/misc.h
+   M /trunk/modules/gui/macosx/misc.m
+
+* intf.* : try to restore an a bit more intelligent behavior for the playlist toggle button (remeber previous state, for instance)
+* misc.* : get rid of unused code.
+
+
+------------------------------------------------------------------------
+r10654 | gbazin | 2005-04-12 16:11:04 +0200 (Tue, 12 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+* modules/video_output/opengl.c: fixed snapshots in opengl mode.
+------------------------------------------------------------------------
+r10653 | gbazin | 2005-04-12 16:09:12 +0200 (Tue, 12 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/video_output/vout_subpictures.c: fixed recent breakage with aspect-ratio and subpictures.
+------------------------------------------------------------------------
+r10652 | bigben | 2005-04-12 15:19:23 +0200 (Tue, 12 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+Rempaces 95 by [o_window minSize].height everywhere. That fixes some visual bugs ans should help keep consistancy.
+
+Please test if I didn't break anything...
+
+
+------------------------------------------------------------------------
+r10651 | dionoea | 2005-04-12 00:53:55 +0200 (Tue, 12 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/shout.c
+
+add option to select the limit of shoutcast streams to be displayed
+
+------------------------------------------------------------------------
+r10650 | sigmunau | 2005-04-11 23:53:33 +0200 (Mon, 11 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/TODO
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/view.c
+
+all: remove items from pp_all_items when needed. Hopefully gives a more
+stable playlist
+
+------------------------------------------------------------------------
+r10649 | robux4 | 2005-04-11 22:07:05 +0200 (Mon, 11 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: store the translation between segment IDs for each chapter codec
+------------------------------------------------------------------------
+r10648 | zorglub | 2005-04-11 19:43:08 +0200 (Mon, 11 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/bridge.c
+
+Remove bridge from preferences panel + fix description, patch by Chritophe Mutricy
+
+------------------------------------------------------------------------
+r10647 | titer | 2005-04-11 17:35:41 +0200 (Mon, 11 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/beos/PreferencesWindow.cpp
+   M /trunk/modules/gui/beos/PreferencesWindow.h
+
+ beos/PreferencesWindow*: fixed widgets
+
+------------------------------------------------------------------------
+r10646 | damienf | 2005-04-11 16:29:18 +0200 (Mon, 11 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+-added "pmt-program" variable to configure PMT program number
+
+------------------------------------------------------------------------
+r10645 | hartman | 2005-04-11 16:13:41 +0200 (Mon, 11 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/time.c
+
+* included wrong time.h
+
+------------------------------------------------------------------------
+r10644 | sigmunau | 2005-04-11 14:04:14 +0200 (Mon, 11 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+TODO: Added some todo items related to playlist that should be done, but I don't have time to do right now.
+
+------------------------------------------------------------------------
+r10643 | hartman | 2005-04-11 01:05:44 +0200 (Mon, 11 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/time.c
+
+* include time.h when using it.
+
+------------------------------------------------------------------------
+r10642 | hartman | 2005-04-11 00:29:35 +0200 (Mon, 11 Apr 2005) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.m
+
+* Fix for the disabled menu's under Tiger.
+
+Apparently menu's got smarter in Tiger. As a workaround for the old version, you should first open the Help menu and then drag to the other menu's.
+
+This still isn't the correct way to fix it. We should attach a callback function to the autogenerated menu's and have the callback function update the menu. (but this will work for now).
+
+------------------------------------------------------------------------
+r10641 | zorglub | 2005-04-10 20:40:52 +0200 (Sun, 10 Apr 2005) | 10 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+   M /trunk/modules/gui/wxwindows/fileinfo.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/messages.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.h
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/src/playlist/sort.c
+   M /trunk/src/playlist/view.c
+
+* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com>
+
+I only changed two things in the patch 
+* added a check for wx2.4 that does not seem to have sizer->Detach
+* commented out the wxCheckVersion in open.cpp, which broke layouting under wx2.5.3
+  (what was the intended behaviour ?)
+
+* Added core support for a sorted by genre view
+
+
+------------------------------------------------------------------------
+r10640 | titer | 2005-04-10 20:18:22 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/beos/BeOS.cpp
+   M /trunk/modules/gui/beos/PreferencesWindow.cpp
+   M /trunk/modules/gui/beos/PreferencesWindow.h
+
+ beos/*: first pass at fixing the BeOS prefs
+
+------------------------------------------------------------------------
+r10639 | sigmunau | 2005-04-10 19:48:41 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/src/input/input.c
+
+fixed three major problems pointed to by Trax
+
+------------------------------------------------------------------------
+r10638 | courmisch | 2005-04-10 18:13:40 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/b4s.c
+
+Fix invalid free() on exit
+
+------------------------------------------------------------------------
+r10637 | courmisch | 2005-04-10 18:12:57 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/xml/xtag.c
+
+Fix a segmentation fault in case of error
+
+------------------------------------------------------------------------
+r10636 | sigmunau | 2005-04-10 16:44:52 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+
+playlist/item-ext.c: more elegant binary search in playlist_ItemGetById()
+
+------------------------------------------------------------------------
+r10635 | sigmunau | 2005-04-10 16:42:39 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+wx/playlist.cpp: reintroduced the caching in FindItem, giving unknown speed increases
+
+------------------------------------------------------------------------
+r10634 | titer | 2005-04-10 16:00:40 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/externrun.c
+
+ externrun.c: compile fix
+
+------------------------------------------------------------------------
+r10633 | sigmunau | 2005-04-10 14:46:30 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/shout.c
+
+shout.c: set svn properties, fixed copyright, author and a string
+
+------------------------------------------------------------------------
+r10632 | sigmunau | 2005-04-10 13:55:16 +0200 (Sun, 10 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/services_discovery/Modules.am
+   A /trunk/modules/services_discovery/shout.c
+
+demux/playlist/*: Added a special "shoutcast" mode to b4s parser
+rest: new services discovery module to get channels from shoutcast
+
+------------------------------------------------------------------------
+r10631 | sigmunau | 2005-04-10 13:52:24 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+
+src/playlist/item-ext.c: fixed a recent bug in playlist_ItemGetById
+
+------------------------------------------------------------------------
+r10630 | sigmunau | 2005-04-10 13:03:57 +0200 (Sun, 10 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/playlist/sort.c
+
+playlist: support for sorting a node based on numerical iterpretation of the
+title
+
+------------------------------------------------------------------------
+r10629 | sigmunau | 2005-04-10 10:19:49 +0200 (Sun, 10 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+
+playlist/item.c, include/vlc_playlist.h: introduced playlist_ItemCopy
+playlist/item-ext.c: O(log(N)) playlist_GetItemById()
+
+------------------------------------------------------------------------
+r10628 | rocky | 2005-04-10 03:51:44 +0200 (Sun, 10 Apr 2005) | 6 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access/vcdx/info.c
+   M /trunk/modules/access/vcdx/vcd.c
+   M /trunk/modules/access/vcdx/vcdplayer.h
+
+Crash on quit fixed.
+Add Track length mode. 
+Entry slider fixed update fixed.
+Some small memory leaks fixed.
+
+
+------------------------------------------------------------------------
+r10627 | hartman | 2005-04-10 01:36:48 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/gcrypt.patch
+
+* gcc 4.0 fixes for libgcrypt
+
+------------------------------------------------------------------------
+r10626 | hartman | 2005-04-10 01:31:47 +0200 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* Fix vlc compilation on gcc-4.0 (only one patch how easy was that)
+
+------------------------------------------------------------------------
+r10625 | gbazin | 2005-04-09 18:55:47 +0200 (Sat, 09 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/access.c
+
+* src/input/access.c: fixed segfaults.
+------------------------------------------------------------------------
+r10624 | hartman | 2005-04-09 18:02:45 +0200 (Sat, 09 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Fix a spelling error of a define
+
+------------------------------------------------------------------------
+r10623 | rocky | 2005-04-09 17:36:41 +0200 (Sat, 09 Apr 2005) | 9 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/callback.c
+   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/modules/access/cdda/cdda.h
+   M /trunk/modules/access/cdda/info.c
+
+Fix bugs in disc-view slider. (May still have a couple left)
+
+Fix bug in paranoia mode. Now allow two kinds of paranoia - overlap and full.
+
+libcddb 0.96 has regexp memory leaks in - 1.0.0 won't. Be leak free if using
+1.0.0.
+
+
+
+------------------------------------------------------------------------
+r10622 | sigmunau | 2005-04-09 17:15:57 +0200 (Sat, 09 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+playlist.c: removed a stray mutex_unlock
+
+------------------------------------------------------------------------
+r10621 | sigmunau | 2005-04-09 16:57:23 +0200 (Sat, 09 Apr 2005) | 10 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+wx/playlist: never store the pointer to p_item when the playlist lock isn't
+held. store p_playlist in wxvlc::Playlist since the class can't work without
+p_playlist anyway. Strictly lock playlist when needed.
+
+adds a lot of playlist_ItemGetById, and removes a lot of vlc_object_find
+VLC_OBJECT_PLAYLIST).
+
+This should fix a lot of potential deadlocks and crashes, including a few I
+could reproduce
+
+------------------------------------------------------------------------
+r10620 | courmisch | 2005-04-09 16:54:44 +0200 (Sat, 09 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Client should now be able to authenticate
+
+------------------------------------------------------------------------
+r10619 | sigmunau | 2005-04-09 16:53:38 +0200 (Sat, 09 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/playlist/view.c
+
+playlist: added a pp_all_items to playlist_t allowing GetItemById to return
+nodes as well as items.
+made playlist_Control not take the playlist lock, and created a
+playlist_LockControl that does the same but takes the lock
+
+------------------------------------------------------------------------
+r10618 | gbazin | 2005-04-09 16:43:02 +0200 (Sat, 09 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+
+* modules/gui/wxwindows/dialogs.cpp: fixed open directory dialog.
+------------------------------------------------------------------------
+r10617 | zorglub | 2005-04-09 16:02:55 +0200 (Sat, 09 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+
+Fix addition of several filters
+
+------------------------------------------------------------------------
+r10616 | courmisch | 2005-04-09 14:30:34 +0200 (Sat, 09 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/src/misc/tls.c
+
+- optional SSL hostname verification
+
+------------------------------------------------------------------------
+r10615 | gbazin | 2005-04-09 13:27:23 +0200 (Sat, 09 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/mpeg/m4a.c
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/demux/util/Modules.am
+   D /trunk/modules/demux/util/id3.c
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/src/input/demux.c
+
+* src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags have a tendency to mess probing).
+* modules/demux/flac.c, modules/demux/mpeg/m4a.c,mpga.c: update id3tag parsing.
+* modules/demux/util/id3tag.c: id3tag parsing doesn't need to skip the id3tag header anymore.
+* modules/demux/util/id3.c: module removed because id3tag header skipping isn't needed anymore.
+
+------------------------------------------------------------------------
+r10614 | gbazin | 2005-04-09 13:15:18 +0200 (Sat, 09 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+   D /trunk/modules/demux/aac.c
+
+* modules/demux/aac.c: removed deprecated aac demux (replaced by the m4a demux which uses the m4a packetizer).
+------------------------------------------------------------------------
+r10613 | courmisch | 2005-04-09 13:03:56 +0200 (Sat, 09 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Client-side server credentials verification
+
+------------------------------------------------------------------------
+r10612 | gbazin | 2005-04-09 11:53:06 +0200 (Sat, 09 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ty.c
+
+* modules/demux/ty.c: fixed probing bug.
+------------------------------------------------------------------------
+r10611 | courmisch | 2005-04-09 11:27:27 +0200 (Sat, 09 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/win32text.c
+
+Not an executable
+
+------------------------------------------------------------------------
+r10610 | gbazin | 2005-04-09 11:26:41 +0200 (Sat, 09 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: don't include externrun in the wince build.
+------------------------------------------------------------------------
+r10609 | hartman | 2005-04-09 11:02:36 +0200 (Sat, 09 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/libebml.patch
+
+* fix libebml patch
+------------------------------------------------------------------------
+r10608 | courmisch | 2005-04-09 10:07:50 +0200 (Sat, 09 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/externrun.c
+
+Cosmetic fixes
+
+------------------------------------------------------------------------
+r10607 | courmisch | 2005-04-09 10:06:00 +0200 (Sat, 09 Apr 2005) | 7 lines
+Changed paths:
+   M /trunk/modules/misc/externrun.c
+
+- <unistd.h> is needed for fork and execl
+- use execlp instead of execl
+- perform process replacement in the child process, not the parent
+- wait for process termination (to avoid zombies)
+- do not return value from void function
+- more verbose
+
+------------------------------------------------------------------------
+r10606 | courmisch | 2005-04-09 09:42:21 +0200 (Sat, 09 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- remove externrun directory
+- struct addrinfo check
+
+------------------------------------------------------------------------
+r10605 | courmisch | 2005-04-09 09:38:56 +0200 (Sat, 09 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/Modules.am
+   D /trunk/modules/misc/externrun
+   A /trunk/modules/misc/externrun.c (from /trunk/modules/misc/externrun/externrun.c:10604)
+
+Removed useless subdirectory
+
+------------------------------------------------------------------------
+r10604 | courmisch | 2005-04-09 09:34:12 +0200 (Sat, 09 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/externrun/externrun.c
+
+tab fixes (cosmetic)
+
+------------------------------------------------------------------------
+r10603 | hartman | 2005-04-09 02:22:50 +0200 (Sat, 09 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/src/Makefile
+
+* Updated the contrib system to work with the new id gcc-4 returns for Tiger
+------------------------------------------------------------------------
+r10602 | hartman | 2005-04-09 01:47:49 +0200 (Sat, 09 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/libebml.patch
+   M /trunk/extras/contrib/src/Patches/mpeg2dec.patch
+
+* gcc-4.0 fixes to the contribs
+------------------------------------------------------------------------
+r10601 | hartman | 2005-04-08 22:28:23 +0200 (Fri, 08 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+* Disable "make bin" in the contrib system and give a warning.
+
+------------------------------------------------------------------------
+r10600 | sylv | 2005-04-08 22:22:45 +0200 (Fri, 08 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/dummy/input.c
+   A /trunk/modules/misc/externrun
+   A /trunk/modules/misc/externrun/Modules.am
+   A /trunk/modules/misc/externrun/externrun.c
+
+An interface to run extern programs (such as shutdown)
+------------------------------------------------------------------------
+r10599 | courmisch | 2005-04-08 22:04:59 +0200 (Fri, 08 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/misc/httpd.c
+
+- Simplify check for getnameinfo
+- Added check for getaddrinfo
+
+------------------------------------------------------------------------
+r10598 | courmisch | 2005-04-08 22:01:59 +0200 (Fri, 08 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/net.c
+
+Fix invalid abusive pointer usage (heck, there was a warning!)
+
+------------------------------------------------------------------------
+r10597 | massiot | 2005-04-08 19:55:29 +0200 (Fri, 08 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+ * src/stream_output/stream_output.c : Print a debug message when a packet
+   arrives too late to the mux.
+
+------------------------------------------------------------------------
+r10596 | massiot | 2005-04-08 19:52:23 +0200 (Fri, 08 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * modules/demux/ts.c : Removed unused sysid option. VBI descriptor and
+   VBI teletext descriptor should not set the codec because they only
+   add information on a teletext stream.
+
+------------------------------------------------------------------------
+r10595 | massiot | 2005-04-08 19:44:14 +0200 (Fri, 08 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+ * modules/stream_out/transcode.c : Cleaned up the downmixing/upmixing
+   facilities. Fixed a few incoherences with
+   i_original_channels/i_physical_channels.
+
+------------------------------------------------------------------------
+r10594 | massiot | 2005-04-08 19:42:46 +0200 (Fri, 08 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/bridge.c
+
+ * modules/stream_out/bridge.c : Fixed a segfault ; delete an input stream
+   when there is no packet coming (fixes a "packet sent too late" issue
+   with the ts muxer).
+
+------------------------------------------------------------------------
+r10593 | massiot | 2005-04-08 19:39:18 +0200 (Fri, 08 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/udp.c
+
+ * modules/access/udp.c : Fixed a segfault.
+
+------------------------------------------------------------------------
+r10592 | massiot | 2005-04-08 18:38:59 +0200 (Fri, 08 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+
+ * modules/audio_filter/converter/mpgatofixed32 : Fixed a major bug with
+   downmixing ; completed downmixing options.
+
+------------------------------------------------------------------------
+r10591 | massiot | 2005-04-08 18:28:16 +0200 (Fri, 08 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * modules/mux/mpeg/ts.c : Reduced the PES and TS overhead for low bitrate
+   mpga streams.
+
+------------------------------------------------------------------------
+r10590 | massiot | 2005-04-08 18:20:56 +0200 (Fri, 08 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_block.h
+
+ * include/vlc_block.h : Added calculation of i_length in block_ChainGather.
+
+------------------------------------------------------------------------
+r10589 | hartman | 2005-04-08 18:11:50 +0200 (Fri, 08 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* type in mpeg2dec configure line
+
+------------------------------------------------------------------------
+r10588 | hartman | 2005-04-07 16:36:24 +0200 (Thu, 07 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* More dylib issues (gcrypt and libcdio)
+
+------------------------------------------------------------------------
+r10587 | hartman | 2005-04-07 12:28:59 +0200 (Thu, 07 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Fix a missing playlist release in the OSX playlist
+
+------------------------------------------------------------------------
+r10586 | courmisch | 2005-04-07 11:39:25 +0200 (Thu, 07 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/xa.c
+
+Minor cleanup
+
+------------------------------------------------------------------------
+r10585 | rocky | 2005-04-07 06:58:36 +0200 (Thu, 07 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+Keep behavior same as it was before aspect-ratio fix - the safe, conservative
+thing to do.
+
+
+------------------------------------------------------------------------
+r10584 | hartman | 2005-04-07 01:04:23 +0200 (Thu, 07 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/libpng.patch
+
+* Disable building of shared lib of libpng on OSX. it's broken
+
+------------------------------------------------------------------------
+r10583 | hartman | 2005-04-07 00:33:37 +0200 (Thu, 07 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Fixed gnutls and cdio dylib installation
+
+------------------------------------------------------------------------
+r10582 | hartman | 2005-04-06 23:49:23 +0200 (Wed, 06 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/Modules.am
+
+* modules/video_output/Modules: Added picture.h to MAKE_DIST
+
+------------------------------------------------------------------------
+r10581 | zorglub | 2005-04-06 21:43:34 +0200 (Wed, 06 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+Fix next/previous in skins2 playlist
+
+------------------------------------------------------------------------
+r10580 | djc | 2005-04-06 17:13:54 +0200 (Wed, 06 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Use VLC-release.app instead of VLC.app for package-macosx target
+
+------------------------------------------------------------------------
+r10579 | djc | 2005-04-06 17:12:52 +0200 (Wed, 06 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Include http/*.png and http/*.ico in windows packages
+-- xtophe
+
+------------------------------------------------------------------------
+r10578 | djc | 2005-04-06 16:36:57 +0200 (Wed, 06 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Add a new target, VLC.app which make links to files instead of copies.
+The old VLC.app target has been renamed VLC-release.app
+
+
+------------------------------------------------------------------------
+r10577 | robux4 | 2005-04-06 16:29:01 +0200 (Wed, 06 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: prepare for chapter codecs
+------------------------------------------------------------------------
+r10576 | damienf | 2005-04-06 13:23:52 +0200 (Wed, 06 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   A /trunk/activex/viewobject.cpp
+   A /trunk/activex/viewobject.h
+
+- all: intitial offscreen drawing support (mostly for printing). Unfortunately, video output cannot be printed at this stage, and to support it, interfacing with a video filter such as the 'snapshot' filter is required to do a still capture.
+
+------------------------------------------------------------------------
+r10575 | robux4 | 2005-04-06 11:40:16 +0200 (Wed, 06 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: even less warnings
+------------------------------------------------------------------------
+r10574 | fenrir | 2005-04-06 11:35:45 +0200 (Wed, 06 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+ * h264: less debug.
+
+------------------------------------------------------------------------
+r10573 | fenrir | 2005-04-06 11:31:38 +0200 (Wed, 06 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+ * h264: bug fix (give valid date + split at the right place).
+
+------------------------------------------------------------------------
+r10572 | robux4 | 2005-04-06 11:31:09 +0200 (Wed, 06 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: cleaner duration computation
+------------------------------------------------------------------------
+r10571 | robux4 | 2005-04-06 11:26:39 +0200 (Wed, 06 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: less warning
+------------------------------------------------------------------------
+r10570 | gbazin | 2005-04-06 10:27:13 +0200 (Wed, 06 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/dialogs.cpp
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/menus.cpp
+   M /trunk/modules/gui/wince/timer.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+
+* modules/gui/wince: bunch of fixes.
+------------------------------------------------------------------------
+r10569 | robux4 | 2005-04-05 23:16:04 +0200 (Tue, 05 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: the return of the family preloading
+------------------------------------------------------------------------
+r10568 | gbazin | 2005-04-05 22:50:10 +0200 (Tue, 05 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/Modules.am
+   A /trunk/modules/misc/win32text.c
+
+* modules/misc/win32text.c: text renderer using the win32 TextOut API.
+------------------------------------------------------------------------
+r10567 | robux4 | 2005-04-05 22:49:37 +0200 (Tue, 05 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: clean & fix seeking inside virtual_segment_t
+------------------------------------------------------------------------
+r10563 | sigmunau | 2005-04-05 19:50:40 +0200 (Tue, 05 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/fileinfo.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+wx: last bunch of changes for now. The rest must be fixed by someone with msvc
+
+------------------------------------------------------------------------
+r10562 | sigmunau | 2005-04-05 19:21:53 +0200 (Tue, 05 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.h
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+wx: bunch more event function parameter changes
+
+------------------------------------------------------------------------
+r10561 | sigmunau | 2005-04-05 18:46:31 +0200 (Tue, 05 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/messages.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+wx: (hopefully) fixed a compilation error, reported by robux
+
+------------------------------------------------------------------------
+r10560 | gbazin | 2005-04-05 17:32:26 +0200 (Tue, 05 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+
+* modules/gui/wxwindows/dialogs.cpp: fixed add directory.
+------------------------------------------------------------------------
+r10559 | gbazin | 2005-04-05 15:15:39 +0200 (Tue, 05 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/wxwindows.h: forgot this file.
+------------------------------------------------------------------------
+r10558 | gbazin | 2005-04-05 15:15:07 +0200 (Tue, 05 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/streamout.cpp
+
+* modules/gui/wxwindows/*: added subtitles options to the stream output dialog + add open directory menu to interface.
+------------------------------------------------------------------------
+r10557 | gbazin | 2005-04-05 14:35:43 +0200 (Tue, 05 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+* modules/gui/wxwindows/open.cpp: fixed timeshift checkbox.
+------------------------------------------------------------------------
+r10556 | gbazin | 2005-04-05 12:28:36 +0200 (Tue, 05 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/util/id3tag.c
+
+* modules/demux/util/id3tag.c: fixed memory leak.
+------------------------------------------------------------------------
+r10555 | gbazin | 2005-04-05 12:23:10 +0200 (Tue, 05 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/flac.c
+
+* modules/demux/flac.c: fixed last commit.
+------------------------------------------------------------------------
+r10554 | gbazin | 2005-04-05 11:56:39 +0200 (Tue, 05 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+* src/misc/vlm.c: misc small fixes in config file saving/loading.
+------------------------------------------------------------------------
+r10552 | fenrir | 2005-04-05 10:08:26 +0200 (Tue, 05 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+ * http.c: force nsv when using unsv:// and mime is misc/ultravox.
+
+------------------------------------------------------------------------
+r10551 | hartman | 2005-04-05 03:20:19 +0200 (Tue, 05 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/flac.c
+
+* rewind the stream to 0 if we found an id3 tag, but the flac demuxer ISNT the correct one. Same should be done for mp3 demuxer and any other demux that launches id3 module. But not today :D
+
+------------------------------------------------------------------------
+r10550 | hartman | 2005-04-05 03:17:52 +0200 (Tue, 05 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/util/id3tag.c
+
+* parsed info by mp3 is not retained between demux module probes since vlc_meta was introduced. so remove the old logic
+This should fix the id3 parsing when you open an mp3.
+
+
+
+------------------------------------------------------------------------
+r10549 | zorglub | 2005-04-05 01:57:50 +0200 (Tue, 05 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+Fix crash in subpictures rendering
+
+------------------------------------------------------------------------
+r10548 | hartman | 2005-04-05 01:54:54 +0200 (Tue, 05 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* fixed the item addition and auto-playback of items when adding them to the OSX intf.
+inserting at a certain position is not yet possible.
+
+This part of the osx code could also use a tad of cleaning up.
+
+------------------------------------------------------------------------
+r10547 | hartman | 2005-04-05 01:50:07 +0200 (Tue, 05 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+* added AACP fcc and map it to mp4a.
+
+------------------------------------------------------------------------
+r10546 | zorglub | 2005-04-05 01:48:08 +0200 (Tue, 05 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/src/video_output/video_widgets.c
+
+Fix OSD (text & widgets) aspect ratio
+put category in HTTP interface options
+
+------------------------------------------------------------------------
+r10545 | sigmunau | 2005-04-05 00:41:02 +0200 (Tue, 05 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/src/input/es_out.c
+
+es_out.c: add frame rate to stream and media info dialog when available
+avi.c: make frame rate info available
+
+------------------------------------------------------------------------
+r10544 | robux4 | 2005-04-04 23:08:21 +0200 (Mon, 04 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: better handling of broken files
+------------------------------------------------------------------------
+r10543 | robux4 | 2005-04-04 20:25:09 +0200 (Mon, 04 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix playback of files with chapters
+------------------------------------------------------------------------
+r10542 | hartman | 2005-04-04 16:56:40 +0200 (Mon, 04 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+* Fix make dist, which was broken due to ebuild removal
+
+------------------------------------------------------------------------
+r10541 | sigmunau | 2005-04-04 13:55:39 +0200 (Mon, 04 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+
+wx/Modules.am: added all the bitmaps to make dist. Sorted the list for
+easier validation
+
+------------------------------------------------------------------------
+r10540 | oaubert | 2005-04-04 11:57:17 +0200 (Mon, 04 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
+
+svg.c: do not subsample U and V planes in RGB->YUVA conversion.
+
+------------------------------------------------------------------------
+r10539 | zorglub | 2005-04-04 08:54:13 +0200 (Mon, 04 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Timeshift checkbox in open dialog
+
+------------------------------------------------------------------------
+r10538 | rocky | 2005-04-04 03:40:11 +0200 (Mon, 04 Apr 2005) | 9 lines
+Changed paths:
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+Subtitle (subpicture) aspect ratio had been ignored. Use it now.
+Aspect ration in subtitle means use underlying video aspect ratio.
+
+WARNING: Since this parameter was ignored before probably there are a
+number of image subtitle that have set this incorrectly. DVD's seemed
+to be a case in point and that'd been fixed. Fixing other subtitles
+should just be a matter of setting the i_aspect parameter correctly.
+
+
+------------------------------------------------------------------------
+r10537 | zorglub | 2005-04-03 23:36:12 +0200 (Sun, 03 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Only show category and artist-sorted views
+
+------------------------------------------------------------------------
+r10534 | sigmunau | 2005-04-03 22:26:43 +0200 (Sun, 03 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/b4s.c
+
+b4s.c: fixed forcing of this plugin. Use "b4s-open"
+
+------------------------------------------------------------------------
+r10533 | robux4 | 2005-04-03 21:00:30 +0200 (Sun, 03 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: chapter merging works + small fixes
+------------------------------------------------------------------------
+r10532 | robux4 | 2005-04-03 20:12:54 +0200 (Sun, 03 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: oops, the first segment wasn't played. closing playback is faster too.
+------------------------------------------------------------------------
+r10531 | robux4 | 2005-04-03 18:27:13 +0200 (Sun, 03 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: make editions children of chapters
+------------------------------------------------------------------------
+r10530 | gbazin | 2005-04-03 18:13:59 +0200 (Sun, 03 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/misc/xml/libxml.c
+
+* modules/misc/xml/libxml.c: handle XML_READER_TEXT in ReaderNodeType().
+------------------------------------------------------------------------
+r10527 | ipkiss | 2005-04-03 14:56:25 +0200 (Sun, 03 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/share/skins2/skin.dtd
+
+ * skins2: Text control now accepts lefttop and rightbottom attributes, like
+   most other controls. The text is not really resized though (only cropped
+   when needed).
+   The change in the DTD is backwards-compatible.
+
+------------------------------------------------------------------------
+r10526 | hartman | 2005-04-03 13:23:21 +0200 (Sun, 03 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* better support for multiple display selection on OS X. (Remembers last selection of screen between vouts)
+
+------------------------------------------------------------------------
+r10525 | gbazin | 2005-04-03 11:11:32 +0200 (Sun, 03 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+* src/misc/vlm.c: config file written with CR+LF on win32.
+------------------------------------------------------------------------
+r10524 | gbazin | 2005-04-02 23:36:06 +0200 (Sat, 02 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/include/vlc_xml.h
+   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   M /trunk/modules/misc/xml/libxml.c
+   M /trunk/modules/misc/xml/xtag.c
+
+* modules/misc/xml/*, include/vlc_xml.h: new xml_ReaderUseDTD() api to enable/disable DTD validation.
+------------------------------------------------------------------------
+r10523 | gbazin | 2005-04-02 21:16:29 +0200 (Sat, 02 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/playlist/b4s.c
+
+* modules/demux/playlist/b4s.c: misc fixes.
+------------------------------------------------------------------------
+r10522 | sigmunau | 2005-04-02 19:38:06 +0200 (Sat, 02 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/input/access.c
+
+access.c: fixed crash with preparse
+
+------------------------------------------------------------------------
+r10521 | sigmunau | 2005-04-02 18:12:26 +0200 (Sat, 02 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+wx: use the documented Move method rather than the undocumented SetPosition
+
+------------------------------------------------------------------------
+r10520 | sigmunau | 2005-04-02 15:58:03 +0200 (Sat, 02 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/Modules.am
+   A /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+
+new b4s demuxer for winamp b4s playlists. Uses xml parser modules. Only
+works with xtag for now due to lack of a DTD
+
+------------------------------------------------------------------------
+r10519 | sigmunau | 2005-04-02 15:56:03 +0200 (Sat, 02 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/xml/xtag.c
+
+xtag.c: Don't create pcdata elements outside the root element. try harder to
+read entire stream. make xml_ReaderValue return pcdata when available. Added
+some more debug printfs when XTAG_DEBUG is defined.
+
+------------------------------------------------------------------------
+r10518 | sigmunau | 2005-04-02 15:10:53 +0200 (Sat, 02 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+http.c: fixed out of buffer write with ICY meta
+
+------------------------------------------------------------------------
+r10517 | gbazin | 2005-04-02 14:04:37 +0200 (Sat, 02 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+* src/misc/configuration.c: removed annoying debug message.
+------------------------------------------------------------------------
+r10516 | sigmunau | 2005-04-02 12:20:22 +0200 (Sat, 02 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/xml/libxml.c
+
+libxml.c: include header for stream, since api changes.
+
+------------------------------------------------------------------------
+r10515 | robux4 | 2005-04-02 11:59:34 +0200 (Sat, 02 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: store the segment duration in microseconds too
+------------------------------------------------------------------------
+r10514 | robux4 | 2005-04-02 11:25:31 +0200 (Sat, 02 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: the segment start time is now an integer in microseconds
+------------------------------------------------------------------------
+r10512 | sigmunau | 2005-04-02 00:39:10 +0200 (Sat, 02 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_xml.h
+   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
+   M /trunk/modules/misc/xml/libxml.c
+   M /trunk/modules/misc/xml/xtag.c
+
+all: ported xml parsers to stream_t
+
+------------------------------------------------------------------------
+r10511 | sigmunau | 2005-04-02 00:32:18 +0200 (Sat, 02 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+stream.c: fixed stream_Delete() for streams opened by stream_UrlNew()
+
+------------------------------------------------------------------------
+r10510 | sigmunau | 2005-04-02 00:23:22 +0200 (Sat, 02 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_stream.h
+   M /trunk/src/input/stream.c
+
+fixed a few problems with stream_UrlNew
+
+------------------------------------------------------------------------
+r10509 | titer | 2005-04-02 00:01:24 +0200 (Sat, 02 Apr 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/beos/BeOS.cpp
+   M /trunk/modules/gui/beos/MediaControlView.cpp
+   M /trunk/modules/gui/beos/VideoOutput.cpp
+   M /trunk/modules/gui/beos/VideoWindow.h
+   M /trunk/src/video_output/vout_intf.c
+
+ vout_intf.c: write snapshots on Desktop on BeOS
+ beos/*: use B_KEY_DOWN/B_KEY_UP messages instead of KeyDown()/KeyUp()
+   so we can have access to the key code and be more reliable (fixes a
+   bunch of hotkeys). Fixed snapshots (missing pf_control)
+
+------------------------------------------------------------------------
+r10508 | courmisch | 2005-04-01 23:57:09 +0200 (Fri, 01 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+- Fix playlist deadlock between Timer and Playlist stuff
+There are still other deadlocks in wx though
+
+------------------------------------------------------------------------
+r10507 | sigmunau | 2005-04-01 20:37:31 +0200 (Fri, 01 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_stream.h
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+   M /trunk/src/input/mem_stream.c
+   M /trunk/src/input/stream.c
+
+added a stream_UrlNew to open a general purpos stream_t from a url.
+added a pf_destroy to stream_t, changed all various stream_FooDestroy to
+stream_Delete
+
+------------------------------------------------------------------------
+r10506 | sigmunau | 2005-04-01 20:15:51 +0200 (Fri, 01 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter
+
+set svn:ignore
+
+------------------------------------------------------------------------
+r10505 | sigmunau | 2005-04-01 19:19:34 +0200 (Fri, 01 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+wxwindows.cpp: compile fixes
+
+------------------------------------------------------------------------
+r10504 | robux4 | 2005-04-01 19:14:58 +0200 (Fri, 01 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: oops
+------------------------------------------------------------------------
+r10503 | robux4 | 2005-04-01 18:49:59 +0200 (Fri, 01 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: moved seek code in classes, improved support for cue-less files, improved cursor behaviour when seeking
+
+------------------------------------------------------------------------
+r10502 | fenrir | 2005-04-01 18:00:32 +0200 (Fri, 01 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+ * wxwin: at start up, restore last size+position+state of windows.
+
+------------------------------------------------------------------------
+r10501 | courmisch | 2005-04-01 17:47:38 +0200 (Fri, 01 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Yet another leak
+
+------------------------------------------------------------------------
+r10500 | courmisch | 2005-04-01 17:29:23 +0200 (Fri, 01 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/src/playlist/services_discovery.c
+
+Mem leaks
+
+------------------------------------------------------------------------
+r10499 | sigmunau | 2005-04-01 16:39:36 +0200 (Fri, 01 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+wx/*: fix a few string additions
+
+------------------------------------------------------------------------
+r10498 | damienf | 2005-04-01 15:50:37 +0200 (Fri, 01 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/activex/README.TXT
+   M /trunk/activex/test.html
+
+Documentation/Example update
+
+------------------------------------------------------------------------
+r10497 | sigmunau | 2005-04-01 15:28:54 +0200 (Fri, 01 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/flac.c
+
+demux/flac.c: support flac files with id3 tag. closes #2015
+
+------------------------------------------------------------------------
+r10496 | gbazin | 2005-04-01 12:35:44 +0200 (Fri, 01 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows: re-implemented the mute control.
+------------------------------------------------------------------------
+r10495 | courmisch | 2005-04-01 10:02:28 +0200 (Fri, 01 Apr 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+- invalid free removed (might be the reason why sap discovery was so unstable)
+- 7 memleaks fixed
+
+------------------------------------------------------------------------
+r10494 | dionoea | 2005-03-31 23:36:30 +0200 (Thu, 31 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+remove two debug fprintfs
+
+------------------------------------------------------------------------
+r10493 | dionoea | 2005-03-31 23:23:36 +0200 (Thu, 31 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+ * small fixes (the icon change should now work under windows)
+
+------------------------------------------------------------------------
+r10488 | dionoea | 2005-03-31 19:02:44 +0200 (Thu, 31 Mar 2005) | 4 lines
+Changed paths:
+   A /trunk/modules/gui/wxwindows/bitmaps/speaker_mute.xpm
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+change the speaker into a mute/unmute button
+(only works if something is playing ... and we have to fix the bug where
+the image doesn't get updated like for the play/pause button)
+
+------------------------------------------------------------------------
+r10487 | sigmunau | 2005-03-31 17:46:38 +0200 (Thu, 31 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+input.c: fixed a possible locking problem in vlc_input_item_GetInfo
+
+------------------------------------------------------------------------
+r10486 | gbazin | 2005-03-31 01:48:41 +0200 (Thu, 31 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/wingdi.c
+
+* modules/video_output/wingdi.c: bunch of fixes and improvements.
+------------------------------------------------------------------------
+r10485 | gbazin | 2005-03-31 01:47:41 +0200 (Thu, 31 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/Modules.am
+   A /trunk/modules/gui/wince/dialogs.cpp
+   M /trunk/modules/gui/wince/fileinfo.cpp
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/iteminfo.cpp
+   M /trunk/modules/gui/wince/messages.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wince/preferences.cpp
+   M /trunk/modules/gui/wince/subtitles.cpp
+   M /trunk/modules/gui/wince/video.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+
+* modules/gui/wince: added dialogs provider + another massive cleanup + updates.
+------------------------------------------------------------------------
+r10484 | sigmunau | 2005-03-31 00:45:13 +0200 (Thu, 31 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/src/input/input.c
+
+input.c: doxygenize vlc_input_item_GetInfo
+wx/timer.cpp: show Now Playing in statusbar if available
+
+------------------------------------------------------------------------
+r10483 | sigmunau | 2005-03-30 23:21:40 +0200 (Wed, 30 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+wxwindows/preferences_widgets.cpp: ModuleCatList widget now add modules in
+the order of selection, patch by  Christophe Mutricy < xtophe -at-
+nxtelevision dott com >
+
+------------------------------------------------------------------------
+r10482 | sigmunau | 2005-03-30 23:16:51 +0200 (Wed, 30 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/access/http.c
+
+vlc_meta.h: introduced VLC_META_NOW_PLAYING. http.c: use NOW_PLAYING for song title.
+
+------------------------------------------------------------------------
+r10481 | dionoea | 2005-03-30 19:43:17 +0200 (Wed, 30 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+
+include errno.h (for non debug builds)
+
+------------------------------------------------------------------------
+r10480 | robux4 | 2005-03-29 22:54:52 +0200 (Tue, 29 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: make gcc happier
+------------------------------------------------------------------------
+r10479 | gbazin | 2005-03-29 22:04:44 +0200 (Tue, 29 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: added access_filter_timeshift to the build.
+------------------------------------------------------------------------
+r10478 | fenrir | 2005-03-29 18:01:23 +0200 (Tue, 29 Mar 2005) | 8 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/vlc_access.h
+   M /trunk/include/vlc_config_cat.h
+   A /trunk/modules/access_filter
+   A /trunk/modules/access_filter/Modules.am
+   A /trunk/modules/access_filter/timeshift.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/src/input/access.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/var.c
+   M /trunk/src/libvlc.h
+
+ * access.* input/*: added access_filter architecture (same API as a
+ standard access_t except that it reads from an access_t).
+
+ * timeshift.c: timeshift access filter. It works with udp/dvb streams (tested
+ under linux/windows).
+ It allows to pause and to fast/slow forward. To try it, use
+ --access-filter timeshift.
+
+------------------------------------------------------------------------
+r10477 | gbazin | 2005-03-29 17:22:12 +0200 (Tue, 29 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+
+* modules/gui/wince: new open directory menu (win32 only for now)
+------------------------------------------------------------------------
+r10476 | gbazin | 2005-03-29 14:17:43 +0200 (Tue, 29 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+
+* modules/gui/wince/interface.cpp: fixed menus handling.
+------------------------------------------------------------------------
+r10475 | gbazin | 2005-03-29 12:08:03 +0200 (Tue, 29 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: use EIT support in libdvbpsi if available.
+------------------------------------------------------------------------
+r10474 | damienf | 2005-03-29 10:48:45 +0200 (Tue, 29 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+VLC_TimeSet: fixed overflow conversion from seconds to microseconds, this now allow to seek beyond 36 minutes
+
+------------------------------------------------------------------------
+r10473 | fenrir | 2005-03-29 10:17:17 +0200 (Tue, 29 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: do not include eit.h if TS_USE_DVB_SI is 0.
+
+------------------------------------------------------------------------
+r10472 | hartman | 2005-03-29 01:57:02 +0200 (Tue, 29 Mar 2005) | 2 lines
+Changed paths:
+   D /trunk/vlc-cvs.ebuild
+   D /trunk/vlc.ebuild
+
+* Remove the ebuilds. Maintaining them downstream is easier. Current ebuilds are outdated and Gentoo is keeping them OK atm.
+
+------------------------------------------------------------------------
+r10471 | hartman | 2005-03-29 01:31:02 +0200 (Tue, 29 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+* New menu-items referencing forum
+
+------------------------------------------------------------------------
+r10470 | hartman | 2005-03-29 01:24:21 +0200 (Tue, 29 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+
+* Spelling correction
+
+------------------------------------------------------------------------
+r10469 | hartman | 2005-03-29 01:23:51 +0200 (Tue, 29 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/modules/gui/gtk/menu.c
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/video_output.c
+
+* Changed video-fiter to vout-filter, because video-filter will in the future be used for new style filters.
+
+------------------------------------------------------------------------
+r10463 | robux4 | 2005-03-28 21:12:14 +0200 (Mon, 28 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: compilation fixes for gcc
+------------------------------------------------------------------------
+r10462 | robux4 | 2005-03-28 21:07:18 +0200 (Mon, 28 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: seeking in linked files now works
+------------------------------------------------------------------------
+r10461 | robux4 | 2005-03-28 17:48:16 +0200 (Mon, 28 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: compute the correct duration even when some linked segments are missing
+------------------------------------------------------------------------
+r10460 | robux4 | 2005-03-28 17:00:21 +0200 (Mon, 28 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: handle missing linked segments (seg->missing->seg)
+------------------------------------------------------------------------
+r10459 | robux4 | 2005-03-28 16:12:58 +0200 (Mon, 28 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: major rewrite to handle hard-linked segments easily though a virtual segment
+------------------------------------------------------------------------
+r10458 | fkuehne | 2005-03-28 14:30:15 +0200 (Mon, 28 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* changed the download location of libdvdread to download.videolan.org because www.dtek.chalmers.se keeps refusing any connections
+------------------------------------------------------------------------
+r10457 | fkuehne | 2005-03-28 13:29:34 +0200 (Mon, 28 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* fixed download-location of pkgconfig
+------------------------------------------------------------------------
+r10456 | robux4 | 2005-03-28 13:07:41 +0200 (Mon, 28 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: no more crash on linked segments or multi-segment files
+------------------------------------------------------------------------
+r10455 | fkuehne | 2005-03-28 12:32:40 +0200 (Mon, 28 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+* updated the location of vlc.scriptTerminology
+* removed the linkage to it in all localisations since it is a global entity now
+------------------------------------------------------------------------
+r10454 | fkuehne | 2005-03-28 02:16:43 +0200 (Mon, 28 Mar 2005) | 1 line
+Changed paths:
+   D /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
+
+* sorry, forgot that in the previous commit
+------------------------------------------------------------------------
+r10453 | fkuehne | 2005-03-28 02:14:03 +0200 (Mon, 28 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
+   A /trunk/extras/MacOSX/Resources/vlc.scriptTerminology (from /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology:10452)
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* vlc.scriptSuite: updated to the plist-xml-format and fixed a bug in the prev-method
+* vlc.scriptTerminology: updated to the plist-xml-format and removed the 'localisable'-flag for the terminology in Xcode since we don't localise it and Apple won't support any other AS-dialects than English in the future --> moved out of English.lproj
+* vlc.pbproj: removed localisable-flag for vlc.scriptTerminology
+------------------------------------------------------------------------
+r10452 | markfm | 2005-03-27 19:49:24 +0200 (Sun, 27 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+mux/asf.c new --sout-asf-packet-size  switch.  It defaults to 4096, current VLC design, but note that MS' documentation (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform95/htm/iwmpacketsizesetmaxpacketsize.asp) has: "By default, the maximum packet size is 1400 bytes (chosen because it is below the 1500-byte Ethernet maximum transition unit (MTU) plus the generic routing encapsulation (GRE) tunneling header size)."
+
+------------------------------------------------------------------------
+r10451 | robux4 | 2005-03-27 16:16:21 +0200 (Sun, 27 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: hard-linked segments can now play in order (crash to solve)
+------------------------------------------------------------------------
+r10450 | robux4 | 2005-03-27 11:28:50 +0200 (Sun, 27 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/po/fr.po
+
+mkv.cpp: new options for the demuxer
+fr.po: small translation fix
+------------------------------------------------------------------------
+r10438 | oaubert | 2005-03-26 20:29:32 +0100 (Sat, 26 Mar 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/video_output/snapshot.c
+
+snapshot.c:
+ * added some comments
+ * updated module description
+ * try to fix timestamping
+
+------------------------------------------------------------------------
+r10437 | oaubert | 2005-03-26 20:22:40 +0100 (Sat, 26 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
+
+svg.c: updated to the latest changes in the text renderer API (tested
+       with the vlc-0.8.1.svn20050314 debian package)
+
+------------------------------------------------------------------------
+r10436 | robux4 | 2005-03-26 10:18:54 +0100 (Sat, 26 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: avoid gcc warnings
+------------------------------------------------------------------------
+r10435 | robux4 | 2005-03-25 22:59:25 +0100 (Fri, 25 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: play all loaded segments sequentially and don't crash
+------------------------------------------------------------------------
+r10434 | robux4 | 2005-03-25 22:33:47 +0100 (Fri, 25 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: the first Cluster was lost due to preloading
+------------------------------------------------------------------------
+r10431 | fkuehne | 2005-03-25 19:17:15 +0100 (Fri, 25 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* updated the libcaca-download-location and updated the used libdvbpsi-version to a snapshot created today
+------------------------------------------------------------------------
+r10430 | titer | 2005-03-25 13:02:14 +0100 (Fri, 25 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/modules/video_output/opengl.c
+
+ Fix for thread-unsafe OpenGL implementations (OS X...)
+
+------------------------------------------------------------------------
+r10429 | fenrir | 2005-03-25 10:16:24 +0100 (Fri, 25 Mar 2005) | 7 lines
+Changed paths:
+   M /trunk/include/vlc_es_out.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/demux/ts.c
+   M /trunk/src/input/es_out.c
+
+ * vlc_meta.h: added a few const
+ * es_out: added ES_OUT_SET_GROUP_META to add on the fly meta for a program
+ (it's not yet really clean).
+ * demux/ts: parse SI tables of DVB (channel names + events), it needs last
+ libdvbpsi svn (set TS_USE_DVB_SI to 1 in modules/demux/ts.c to use it).
+
+
+------------------------------------------------------------------------
+r10428 | fenrir | 2005-03-25 09:58:46 +0100 (Fri, 25 Mar 2005) | 6 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ input.c: - fixed bug in chapter prev/next. (INPUT_GET/SET_* cannot be used with
+ access2_Control/demux2_Control, use the right ACCESS_XXX/DEMUX_XXX/)
+          - do not create sout when uri start by 'vlc:'. It is needed to use
+ the special vlc access with sout (ex: vlc in --sout out vlc:quit).
+
+
+------------------------------------------------------------------------
+r10427 | titer | 2005-03-24 17:05:55 +0100 (Thu, 24 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nuv.c
+
+ nuv.c: compile fix (for big endian platforms)
+
+------------------------------------------------------------------------
+r10424 | robux4 | 2005-03-23 23:11:17 +0100 (Wed, 23 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix the pb of switching when seeking was used. Still some memory leaks issues :(
+------------------------------------------------------------------------
+r10423 | robux4 | 2005-03-23 22:31:18 +0100 (Wed, 23 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: prepare for more segment switching features
+------------------------------------------------------------------------
+r10420 | robux4 | 2005-03-23 22:08:40 +0100 (Wed, 23 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: segment switching almost work and doesn't crash
+------------------------------------------------------------------------
+r10418 | damienf | 2005-03-23 20:16:06 +0100 (Wed, 23 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/activex/test.html
+
+- added a slider to control VLC playback from HTML.
+
+NOTE: the slider is actually another ActiveX control but it could be replaced by a javascript equivalent if one wants a better looking slider.
+
+------------------------------------------------------------------------
+r10417 | massiot | 2005-03-23 19:39:46 +0100 (Wed, 23 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/stream_out/Modules.am
+   A /trunk/modules/stream_out/bridge.c
+
+* modules/stream_out/bridge.c: New bridge-in/bridge-out modules to bridge
+  ES packets between different inputs.
+
+------------------------------------------------------------------------
+r10416 | massiot | 2005-03-23 19:30:15 +0100 (Wed, 23 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/ts.c: New --sout-ts-es-id-pid which allows to use
+  the ES ID as TS PID (contrary of --ts-es-id-pid).
+
+------------------------------------------------------------------------
+r10415 | massiot | 2005-03-23 19:26:01 +0100 (Wed, 23 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/ts.c, modules/demux/ts.c: Fixed IOD descriptor
+(patch courtesy of Nico Sabbi)
+
+------------------------------------------------------------------------
+r10414 | fenrir | 2005-03-23 18:00:15 +0100 (Wed, 23 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/nuv.c
+
+ * all: added a nuv demuxer (limited to mpeg4 video and mp3 audio).
+ (Seek is slow, I don't support index yet).
+
+------------------------------------------------------------------------
+r10413 | fenrir | 2005-03-23 17:58:24 +0100 (Wed, 23 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/linux_dvb.c
+
+ * dvb: fix report of error in FrontendPoll (please report any problem).
+
+------------------------------------------------------------------------
+r10408 | jpsaman | 2005-03-22 21:17:30 +0100 (Tue, 22 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/intf.c
+
+Variable name consistency across the file
+
+------------------------------------------------------------------------
+r10406 | markfm | 2005-03-22 14:29:30 +0100 (Tue, 22 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+reintroduce nearbyint, but use the 1001 multiplier.  adding 0.5 wasn't transforming 29.97 fps properly, and the earlier nearbyint was a hack for mpeg1/2.  the preceding mods were all partially right, partially wrong -- needed to combine the two change concepts. 
+
+------------------------------------------------------------------------
+r10405 | gbazin | 2005-03-22 10:53:11 +0100 (Tue, 22 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: reverted previous commit which didn't belong here and was also completely wrong.
+------------------------------------------------------------------------
+r10401 | ipkiss | 2005-03-21 20:24:06 +0100 (Mon, 21 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+
+ * skins2: added vlc.volumeUp() and vlc.volumeDown() actions
+
+------------------------------------------------------------------------
+r10400 | hartman | 2005-03-21 15:02:07 +0100 (Mon, 21 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+* Patch to reenable sap-timeout functionality (Bug 2007) By Dermot McGahon, dermot at lincor dot com
+  Modified by me.
+* also restored some indentation of this file.
+
+------------------------------------------------------------------------
+r10399 | fkuehne | 2005-03-20 20:51:52 +0100 (Sun, 20 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+* removed my ftime-replacement for OSX again
+
+Thanks for the ftime-fix gibalou :)
+------------------------------------------------------------------------
+r10398 | gbazin | 2005-03-20 20:42:29 +0100 (Sun, 20 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+* src/misc/vlm.c: only use ftime() on win32.
+------------------------------------------------------------------------
+r10397 | fkuehne | 2005-03-20 19:19:01 +0100 (Sun, 20 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+* ftime does not exist on OSX, so we need to implement it ourselves
+------------------------------------------------------------------------
+r10396 | markfm | 2005-03-20 18:48:27 +0100 (Sun, 20 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+transcode -- round fps to full integer value (eg, 25, 30) for ffmpeg mpeg1/2
+
+------------------------------------------------------------------------
+r10395 | asmax | 2005-03-20 16:58:04 +0100 (Sun, 20 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+
+- all: use fribidi in skins2 text rendering if available
+
+------------------------------------------------------------------------
+r10394 | gbazin | 2005-03-19 19:42:27 +0100 (Sat, 19 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+* modules/codec/dvbsub.c: first implementation of dvb text subtitles encoding/decoding (a few things are still to be done).
+------------------------------------------------------------------------
+r10393 | markfm | 2005-03-19 18:37:10 +0100 (Sat, 19 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+transcode nit -- use nearbyint to get accurate conversion of user-supplied fps
+
+------------------------------------------------------------------------
+r10392 | zorglub | 2005-03-19 18:23:51 +0100 (Sat, 19 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+   M /trunk/share/http/index.html
+
+HTTP interface patch by Christophe Mutricy (and no fixes by me)
+
+------------------------------------------------------------------------
+r10391 | gbazin | 2005-03-19 13:20:57 +0100 (Sat, 19 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+
+* modules/codec/ffmpeg/video_filter.c: fixed resampling check.
+------------------------------------------------------------------------
+r10387 | sam | 2005-03-19 09:34:30 +0100 (Sat, 19 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/doc/vlc.1
+
+  * doc/vlc.1: spelling
+
+------------------------------------------------------------------------
+r10386 | djc | 2005-03-18 17:44:16 +0100 (Fri, 18 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+favicon.ico instead of favico.ico...
+
+------------------------------------------------------------------------
+r10385 | djc | 2005-03-18 15:43:38 +0100 (Fri, 18 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Add cone_+-, and favico.ico to Makefile.am, as suggest xtophe
+Not tested...
+
+------------------------------------------------------------------------
+r10384 | gbazin | 2005-03-18 08:44:20 +0100 (Fri, 18 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: convert audio to fl32 first if needed.
+------------------------------------------------------------------------
+r10383 | markfm | 2005-03-18 02:59:44 +0100 (Fri, 18 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ps.c
+
+ps.c -- add i_rate_bound (MPEG spec 13818 requires rate_bound >= that of any packet in the stream) (I'm not positive, but program_mux_rate, based on instant_rate, should also possibly change.  Per 2.5.3.4 of the spec,it sounds like it might be the forward-looking rate; reporting a last-second value based on P frames,if the forward packets have an I frame, might not be correct [specs are a pain])
+
+------------------------------------------------------------------------
+r10382 | gbazin | 2005-03-18 00:34:04 +0100 (Fri, 18 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/resampler/linear.c
+
+* modules/audio_filter/resampler/linear.c: ported linear resampler to audio filter 2 architecture. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup and fixes by me.
+------------------------------------------------------------------------
+r10381 | gbazin | 2005-03-18 00:31:38 +0100 (Fri, 18 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: simplifications + more extensive audio filter searches for conversions.
+------------------------------------------------------------------------
+r10380 | gbazin | 2005-03-17 22:50:29 +0100 (Thu, 17 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/araw.c
+
+ modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup by me.
+------------------------------------------------------------------------
+r10379 | gbazin | 2005-03-17 21:39:52 +0100 (Thu, 17 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   M /trunk/modules/audio_filter/format.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: prepare transcoder to use resampling/downmixing audio filters.
+* modules/audio_filter/*: set the output format to what's really being output.
+
+------------------------------------------------------------------------
+r10378 | gbazin | 2005-03-17 20:16:15 +0100 (Thu, 17 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/picture.c
+   M /trunk/src/misc/image.c
+   M /trunk/src/video_output/vout_intf.c
+
+* src/misc/image.c, src/video_output/vout_intf.c: handle aspect ratio changes in image_Convert() as well.
+* modules/video_output/picture.c: set all the fields of fmt_in for image_Convert().
+
+------------------------------------------------------------------------
+r10377 | massiot | 2005-03-17 17:59:16 +0100 (Thu, 17 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/switcher.c
+
+* modules/stream_out/switcher.c: Fixed aspect ratio.
+
+------------------------------------------------------------------------
+r10376 | gbazin | 2005-03-17 14:55:11 +0100 (Thu, 17 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/vout_intf.c: small cleanup.
+------------------------------------------------------------------------
+r10375 | gbazin | 2005-03-17 14:14:04 +0100 (Thu, 17 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/image.c
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/vout_intf.c, src/misc/image.c: proper aspect ratio for snapshots.
+------------------------------------------------------------------------
+r10374 | gbazin | 2005-03-17 14:12:10 +0100 (Thu, 17 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+
+* modules/codec/ffmpeg/video_filter.c: resampling fix for when source or dest is not in I420 format.
+------------------------------------------------------------------------
+r10373 | robux4 | 2005-03-17 13:13:12 +0100 (Thu, 17 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: allow seamless transition between segments
+------------------------------------------------------------------------
+r10372 | gbazin | 2005-03-17 09:20:53 +0100 (Thu, 17 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+
+* modules/audio_filter/converter/mpgatofixed32.c: added downmixing from stereo to mono.
+------------------------------------------------------------------------
+r10371 | gbazin | 2005-03-17 08:35:35 +0100 (Thu, 17 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: reverted commit 10351 which breaks aspect ratio encoding.
+------------------------------------------------------------------------
+r10370 | gbazin | 2005-03-17 00:38:51 +0100 (Thu, 17 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/timer.cpp
+   M /trunk/modules/gui/wince/wince.h
+
+* modules/gui/wince: better volume slider behaviour.
+------------------------------------------------------------------------
+r10369 | gbazin | 2005-03-17 00:10:08 +0100 (Thu, 17 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/audio_output/waveout.c
+
+* modules/audio_output/waveout.c: change global volume on WinCE.
+------------------------------------------------------------------------
+r10368 | gbazin | 2005-03-16 22:53:15 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.[c,h]: new --(no-)fpu option (mainly for debugging purposes).
+------------------------------------------------------------------------
+r10367 | robux4 | 2005-03-16 22:46:57 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: faster code with newer libs
+------------------------------------------------------------------------
+r10366 | gbazin | 2005-03-16 22:38:19 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed point support.
+------------------------------------------------------------------------
+r10365 | robux4 | 2005-03-16 22:26:43 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: seeking is not only based on video
+------------------------------------------------------------------------
+r10364 | gbazin | 2005-03-16 22:25:53 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+
+* modules/audio_filter/converter/a52tofloat32.c: support for fixed point version of liba52.
+------------------------------------------------------------------------
+r10363 | robux4 | 2005-03-16 22:04:32 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: store silent tracks info
+------------------------------------------------------------------------
+r10362 | jpsaman | 2005-03-16 22:02:05 +0100 (Wed, 16 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/pda/pda.c
+
+Quick patch to make pda.c inteface compile again. It disables the management of the slider on the GUI.
+
+------------------------------------------------------------------------
+r10361 | robux4 | 2005-03-16 21:32:38 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: more code rearranging
+------------------------------------------------------------------------
+r10360 | titer | 2005-03-16 16:49:18 +0100 (Wed, 16 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/voutgl.m
+
+ macosx/voutgl.m: fixed --macosx-stretch in GL provider
+
+------------------------------------------------------------------------
+r10359 | damienf | 2005-03-16 14:08:13 +0100 (Wed, 16 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/activex/main.cpp
+   M /trunk/activex/plugin.cpp
+
+main.cpp: fixed bug regarding TypeLib registration
+plugin.cpp: some minor cleanup
+
+
+------------------------------------------------------------------------
+r10358 | gbazin | 2005-03-16 13:12:20 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+* src/misc/vlm.c: couple of fixes pointed out by johnluo.
+------------------------------------------------------------------------
+r10357 | gbazin | 2005-03-16 12:38:16 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+* modules/access/directory.c: fixed a bunch of bugs.
+------------------------------------------------------------------------
+r10356 | gbazin | 2005-03-16 12:11:08 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ty.c
+
+* modules/demux/ty.c: fixed segfault while probing.
+------------------------------------------------------------------------
+r10355 | courmisch | 2005-03-16 11:51:10 +0100 (Wed, 16 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ty.c
+
+- TY should have a lower priority than PS
+
+------------------------------------------------------------------------
+r10354 | gbazin | 2005-03-16 10:48:22 +0100 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/view.c
+
+* src/playlist/*: shut up a couple of compiler warnings.
+------------------------------------------------------------------------
+r10353 | hartman | 2005-03-16 01:16:03 +0100 (Wed, 16 Mar 2005) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/directory.c
+
+* New ignore-filetypes option for the directory module.
+  - you can specify a comma-seperated list of file-extensions. Files of this type will not be added to the
+    playlist when the directory module parses directory contents.
+    This prevents duplication of playlist items (both m3u and the real files were being played, or both .bin and .cue were added, therfore playing the same movie twice) and the adding of items that are not really useful to VLC as seperate playlist items.
+  - By default are ignored the following: m3u,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue
+
+------------------------------------------------------------------------
+r10352 | fkuehne | 2005-03-15 20:53:17 +0100 (Tue, 15 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/po/Makefile.in.in
+   M /trunk/po/POTFILES.in
+   M /trunk/po/bn.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/my.po
+   M /trunk/po/ne.po
+   M /trunk/po/nl.po
+   M /trunk/po/no.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/tl.po
+   M /trunk/po/vlc.pot
+
+* *.po: updated the po-files
+* da.po: additions to the Danish translation by Jonas Larsen
+* Makefile.in.in: small fix, so msgmerge is found properly if it is installed in extras/contrib
+------------------------------------------------------------------------
+r10351 | massiot | 2005-03-15 19:59:48 +0100 (Tue, 15 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.
+
+------------------------------------------------------------------------
+r10350 | massiot | 2005-03-15 19:55:17 +0100 (Tue, 15 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/switcher.c
+
+* modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.
+
+------------------------------------------------------------------------
+r10349 | massiot | 2005-03-15 19:52:52 +0100 (Tue, 15 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vout_synchro.h
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/vout_synchro.c
+
+* src/video_output/vout_synchro.c: New --quiet-synchro config option.
+
+------------------------------------------------------------------------
+r10348 | sigmunau | 2005-03-15 18:18:58 +0100 (Tue, 15 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/wall.c
+
+wall.c: fix alignment when rows or cols are 2 or less.
+
+------------------------------------------------------------------------
+r10347 | gbazin | 2005-03-15 14:44:31 +0100 (Tue, 15 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: proper LDFLAGS on win32 for the wince gui.
+------------------------------------------------------------------------
+r10346 | gbazin | 2005-03-15 14:38:28 +0100 (Tue, 15 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/audio_output/waveout.c
+
+* modules/audio_output/waveout.c: use hardware volume control.
+------------------------------------------------------------------------
+r10345 | gbazin | 2005-03-15 14:21:54 +0100 (Tue, 15 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/audio_output/intf.c
+
+* src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants an updated value.
+------------------------------------------------------------------------
+r10344 | gbazin | 2005-03-15 12:40:27 +0100 (Tue, 15 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: getnameinfo/getaddrinfo/freeaddrinfo are not available on win32 (except on XP/2003 so if we want to use them we'll have to load them dynamically).
+------------------------------------------------------------------------
+r10343 | anil | 2005-03-15 12:29:46 +0100 (Tue, 15 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* display useful information in the tooltip
+
+------------------------------------------------------------------------
+r10342 | djc | 2005-03-15 01:02:16 +0100 (Tue, 15 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.h
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.h
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+Work on MacOS preferences. Need to be completed, improved, and debugged...
+
+------------------------------------------------------------------------
+r10341 | hartman | 2005-03-15 00:53:58 +0100 (Tue, 15 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+
+* macosx: simplify volume update method for scrollfield usage.
+
+------------------------------------------------------------------------
+r10340 | ANIL | 2005-03-15 00:39:53 +0100 (Tue, 15 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)
+
+
+------------------------------------------------------------------------
+r10339 | hartman | 2005-03-15 00:12:06 +0100 (Tue, 15 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/TODO
+   M /trunk/modules/gui/gtk/menu.c
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/video_output.c
+
+* Renamed --filter to --video-filter for reasons of consistency. Please check functionality.
+* Added a notice of this to news
+* Another request from the forum.
+
+------------------------------------------------------------------------
+r10338 | hartman | 2005-03-14 23:14:46 +0100 (Mon, 14 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+* More descriptions of the VLC commandline syntax when running --help.
+* Added --advanced to the "Help Options" as well. It's "duplicate", but it's easier to find now for cli users.
+* Restored some add_category_hint so the cli help shows the proper categories again.
+
+------------------------------------------------------------------------
+r10336 | fenrir | 2005-03-14 18:02:45 +0100 (Mon, 14 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4.c: do not unselect ES at the end.
+
+
+------------------------------------------------------------------------
+r10335 | sam | 2005-03-14 15:38:44 +0100 (Mon, 14 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/debian/Makefile.am
+
+  * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.
+
+------------------------------------------------------------------------
+r10334 | sam | 2005-03-14 14:54:04 +0100 (Mon, 14 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/copyright
+   M /trunk/debian/gnome-vlc.desktop
+   M /trunk/debian/gvlc.desktop
+   M /trunk/debian/patches/00list
+   D /trunk/debian/patches/20_ffmpeg.dpatch
+   M /trunk/debian/rules
+   M /trunk/debian/vlc.mime
+
+  * Updated Debian packaging information.
+
+------------------------------------------------------------------------
+r10333 | gbazin | 2005-03-14 14:21:26 +0100 (Mon, 14 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+
+* src/input/input.c: use a low priority input thread when in b_out_pace_control && b_can_pace_control mode (avoids using all the cpu time).
+------------------------------------------------------------------------
+r10332 | sam | 2005-03-14 14:02:16 +0100 (Mon, 14 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/switcher.c
+
+  * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.
+
+------------------------------------------------------------------------
+r10331 | anil | 2005-03-14 11:56:55 +0100 (Mon, 14 Mar 2005) | 9 lines
+Changed paths:
+   M /trunk/activex
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* activex: updated svn:ignore property
+
+* wxwindows: systray integration, with a basic popup menu, tested under
+  WinXP and Gnome (introduces two new options, wxwin-taskbar and
+  wxwin-systray).
+
+  The icon looks ok under windows but not so good with some gnome-panel
+  sizes.
+
+------------------------------------------------------------------------
+r10330 | sam | 2005-03-14 11:49:41 +0100 (Mon, 14 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+
+  * activex/Makefile.am: use "rm -f", not "-rm".
+
+------------------------------------------------------------------------
+r10329 | sam | 2005-03-14 11:38:45 +0100 (Mon, 14 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: allow to specify another name for the wx-config script, for
+    systems with both 2.4 and 2.5.
+
+------------------------------------------------------------------------
+r10328 | sigmunau | 2005-03-14 11:32:47 +0100 (Mon, 14 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/Modules.am
+
+corba/Modules.am: include missing files in dist. Fixes #1977
+
+------------------------------------------------------------------------
+r10327 | sigmunau | 2005-03-14 10:18:42 +0100 (Mon, 14 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+TODO: remove recently fixed subtitle-related items
+
+------------------------------------------------------------------------
+r10326 | hartman | 2005-03-14 00:32:30 +0100 (Mon, 14 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+* Add some TODOs from the Requests forum.
+
+------------------------------------------------------------------------
+r10325 | djc | 2005-03-14 00:19:12 +0100 (Mon, 14 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+Added setScrollField: and resetScrollField to manage the scroll field.
+
+
+------------------------------------------------------------------------
+r10324 | hartman | 2005-03-14 00:10:01 +0100 (Mon, 14 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+
+* axvlc.reg was removed from the source tree in r9968, but not removed from the Makefile.am
+This was breaking make dist, and therefore the SVN .tar.gz snapshots
+
+------------------------------------------------------------------------
+r10323 | robux4 | 2005-03-13 20:53:20 +0100 (Sun, 13 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: use the same technique for the main segment as for the additional segments (this way we know the others work too)
+------------------------------------------------------------------------
+r10322 | robux4 | 2005-03-13 15:09:31 +0100 (Sun, 13 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: segment preloading now works
+------------------------------------------------------------------------
+r10321 | courmisch | 2005-03-13 14:29:45 +0100 (Sun, 13 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/include/vlc_tls.h
+   M /trunk/modules/codec/adpcm.c
+   M /trunk/modules/demux/voc.c
+   M /trunk/modules/demux/xa.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/src/misc/httpd.c
+   M /trunk/src/misc/tls.c
+
+Fix my email address
+
+------------------------------------------------------------------------
+r10320 | courmisch | 2005-03-13 10:31:00 +0100 (Sun, 13 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- Fix getnameinfo detection on Win32
+
+------------------------------------------------------------------------
+r10319 | titer | 2005-03-13 06:56:32 +0100 (Sun, 13 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/dvdnav.patch
+
+ dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins
+
+------------------------------------------------------------------------
+r10318 | titer | 2005-03-12 19:34:36 +0100 (Sat, 12 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+ Renamed the "contrast" variable used between dvdnav and the video output
+ so it doesn't conflict with the one from the adjust filter
+
+------------------------------------------------------------------------
+r10317 | titer | 2005-03-12 18:52:33 +0100 (Sat, 12 Mar 2005) | 8 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/dvdnav.patch
+   M /trunk/extras/contrib/src/Patches/libdvdread.patch
+
+ dvdnav.patch: prefixed all non-static functions in the included libdvdread.
+  This fixes dvdsimple on OS X (either it crashed complaining about
+  multiple definitions in the dvdnav and dvdread plugins, or it tried
+  to use the libdvdread routines from the dvdnav plugin even though
+  the dvdread access is used, but this modified libdvdread doesn't
+  seem to be binary compatible... big mess here)
+ ALL: fixed a minor libdvdread bug + cleaned the BeOS patch
+
+------------------------------------------------------------------------
+r10316 | courmisch | 2005-03-12 18:47:43 +0100 (Sat, 12 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+Fixed stupid bug (C) me, yesterday (variable name conflict)
+
+------------------------------------------------------------------------
+r10315 | massiot | 2005-03-12 15:31:10 +0100 (Sat, 12 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+fortuuuuune
+
+------------------------------------------------------------------------
+r10314 | robux4 | 2005-03-12 12:12:00 +0100 (Sat, 12 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: know your parents better
+------------------------------------------------------------------------
+r10313 | robux4 | 2005-03-12 11:20:18 +0100 (Sat, 12 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: better segment initialisation
+------------------------------------------------------------------------
+r10312 | robux4 | 2005-03-12 11:01:45 +0100 (Sat, 12 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: don't keep segments already found elsewhere
+------------------------------------------------------------------------
+r10311 | robux4 | 2005-03-12 10:35:29 +0100 (Sat, 12 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: more code reorganisation for segment preloading
+------------------------------------------------------------------------
+r10310 | anil | 2005-03-11 23:36:40 +0100 (Fri, 11 Mar 2005) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/vcd/vcd.c
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/demux/mjpeg.c
+   M /trunk/modules/demux/ts.c
+
+* configure.ac: alsa is now really default enabled
+* modules/demux/*: typo and user-friendly description
+* modules/access/*: less vlc warnings
+* modules/codec/subsdec.c: subtitles justification is no longer "advanced"
+
+
+------------------------------------------------------------------------
+r10309 | zorglub | 2005-03-11 22:49:19 +0100 (Fri, 11 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/demuxdump.c
+   M /trunk/modules/demux/mjpeg.c
+   M /trunk/modules/demux/mod.c
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/misc/dummy/dummy.c
+
+String fixes by Christophe Mutricy
+
+------------------------------------------------------------------------
+r10308 | courmisch | 2005-03-11 21:04:58 +0100 (Fri, 11 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+- Fix bug #1854
+
+------------------------------------------------------------------------
+r10307 | courmisch | 2005-03-11 20:57:28 +0100 (Fri, 11 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- Check for gai_strerror
+  (stupid Winsock2 has getnameinfo but not gai_strerror)
+
+------------------------------------------------------------------------
+r10302 | courmisch | 2005-03-11 14:41:51 +0100 (Fri, 11 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+
+- Fix building axvlc from subdirectory
+
+------------------------------------------------------------------------
+r10301 | andrep | 2005-03-11 14:38:38 +0100 (Fri, 11 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
+
+* mozilla/vlcshell.cpp: handle Mozilla plugin output window resizing in X11 (patch thanks to Conrad Parker, conrad AT metadecks DOT org), and annotate #endifs with the #ifdef that it closes
+
+
+------------------------------------------------------------------------
+r10300 | dionoea | 2005-03-11 14:13:45 +0100 (Fri, 11 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/picture.c
+
+ * change $Id thing ... r10300
+
+------------------------------------------------------------------------
+r10299 | robux4 | 2005-03-11 13:41:41 +0100 (Fri, 11 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: preload linked segments too
+------------------------------------------------------------------------
+r10297 | robux4 | 2005-03-11 11:44:36 +0100 (Fri, 11 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: remove an unused variable
+------------------------------------------------------------------------
+r10296 | sigmunau | 2005-03-11 10:54:47 +0100 (Fri, 11 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+
+alsa.c: removed a printf, shut up a compiler warning
+
+------------------------------------------------------------------------
+r10292 | jpsaman | 2005-03-11 10:49:38 +0100 (Fri, 11 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+
+Removed unneeded VLC_OBJECT() cast and another segfault fix.
+
+------------------------------------------------------------------------
+r10290 | sigmunau | 2005-03-11 09:56:58 +0100 (Fri, 11 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+wxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget
+
+------------------------------------------------------------------------
+r10289 | gbazin | 2005-03-11 09:18:14 +0100 (Fri, 11 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.
+------------------------------------------------------------------------
+r10288 | courmisch | 2005-03-11 09:13:00 +0100 (Fri, 11 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/ty.c
+
+Tivo file demuxer
+based on patch from Neal Symms <nsymms # redwar.us>
+with minor cleanups
+
+------------------------------------------------------------------------
+r10287 | zorglub | 2005-03-11 08:52:18 +0100 (Fri, 11 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/src/input/access.c
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/playlist/view.c
+
+Reduce the global verbosity
+Change some message severities
+
+------------------------------------------------------------------------
+r10285 | zorglub | 2005-03-10 23:30:16 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/info.c
+
+Fix locking
+
+------------------------------------------------------------------------
+r10284 | zorglub | 2005-03-10 23:18:47 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Update news
+
+------------------------------------------------------------------------
+r10282 | jpsaman | 2005-03-10 22:16:32 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+
+Same mistake here: Pass real VLC_OBJECT's to msg_*
+
+------------------------------------------------------------------------
+r10280 | jpsaman | 2005-03-10 22:12:28 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+
+Another one. Use real VLC_OBJECT's in msg_*
+
+------------------------------------------------------------------------
+r10278 | jpsaman | 2005-03-10 22:09:14 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+
+Use VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.
+
+------------------------------------------------------------------------
+r10277 | courmisch | 2005-03-10 21:42:52 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+- Require certificate from the client if one CA cert specified
+
+------------------------------------------------------------------------
+r10276 | courmisch | 2005-03-10 21:04:04 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+- Release certificate creds after terminating session
+
+------------------------------------------------------------------------
+r10268 | gbazin | 2005-03-10 20:23:10 +0100 (Thu, 10 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: only include stream_out_switcher if --enable-sout is specified.
+------------------------------------------------------------------------
+r10265 | robux4 | 2005-03-10 19:20:02 +0100 (Thu, 10 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: support preloading in the same family
+------------------------------------------------------------------------
+r10264 | massiot | 2005-03-10 18:23:43 +0100 (Thu, 10 Mar 2005) | 12 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/Modules.am
+   A /trunk/modules/access/fake.c
+   M /trunk/modules/stream_out/Modules.am
+   A /trunk/modules/stream_out/switcher.c
+
+* modules/stream_out/switcher.c: New module allowing to replace an MPEG2
+  video by a fixed panel (format .uyvy). Specify panel files with
+  --sout-switcher-files=toto.uyvy,tata.uyvy,titi.uyvy and the size of
+  pictures with --sout-switcher-sizes=720x576,720x576,480x576.
+  --sout-switcher-port=4242 opens up a UDP port. echo 1 | nc -u localhost 4242
+  switches to panel #1 (0 is the live video, -1 disables all output).
+  The audio is blanked out when a panel is active. --sout-switcher-command
+  specifies the first command to run on start-up.
+* modules/access/fake.c: Fake video input simulating a video at x fps.
+  Use it to switch between fixed panels with the switcher when you have
+  no video.
+
+------------------------------------------------------------------------
+r10263 | robux4 | 2005-03-10 18:19:28 +0100 (Thu, 10 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: move the segment metadata preloading in another function (to be used elsewhere too)
+------------------------------------------------------------------------
+r10262 | robux4 | 2005-03-10 17:41:43 +0100 (Thu, 10 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: parse the Segment Info properly
+------------------------------------------------------------------------
+r10261 | dionoea | 2005-03-10 17:00:49 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/video_filter/mosaic.c
+
+ * mosaic alignment (works like --marq-position) and callback
+
+------------------------------------------------------------------------
+r10260 | robux4 | 2005-03-10 16:40:45 +0100 (Thu, 10 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: store the prev/next UID for later use
+------------------------------------------------------------------------
+r10259 | zorglub | 2005-03-10 14:42:45 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Fix refcount problems + fix a part of coding style problems
+
+------------------------------------------------------------------------
+r10258 | gbazin | 2005-03-10 14:37:29 +0100 (Thu, 10 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+* modules/misc/freetype.c: better outlining algorithm + generate 16 colors (instead of 256) palettized YUV.
+------------------------------------------------------------------------
+r10257 | zorglub | 2005-03-10 14:05:43 +0100 (Thu, 10 Mar 2005) | 8 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/modules/video_output/directx/glwin32.c
+   M /trunk/modules/video_output/image.c
+   M /trunk/modules/video_output/picture.c
+   M /trunk/modules/video_output/x11/glx.c
+   M /trunk/modules/visualization/visual/visual.c
+   M /trunk/src/audio_output/intf.c
+   M /trunk/src/libvlc.h
+
+More prefs fixes
+- String fixes
+- Sort some large panels
+- Change some advanced flags
+- Fix & move audio-channel-mixer
+- hide picture vout
+- Remove saved-volume, replaced by a variable
+
+------------------------------------------------------------------------
+r10255 | courmisch | 2005-03-10 12:19:29 +0100 (Thu, 10 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/voc.c
+
+- Fix unitialized variable in demux control helper
+There's still a segfault somewhere (occurs after many seeks but I can't reproduce it with a debugger)
+
+------------------------------------------------------------------------
+r10254 | courmisch | 2005-03-10 12:00:41 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/voc.c
+
+Support block type 2 (and some others as well)
+
+------------------------------------------------------------------------
+r10253 | courmisch | 2005-03-10 11:58:02 +0100 (Thu, 10 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/modules/access/http.c
+
+- include/network.h: new vlc_UrlEncode and vlc_UrlIsNotEncoded helpers function
+- modules/access/http.c: do not choke when there's a space in a URL
+  (should probably be done for some others)
+
+------------------------------------------------------------------------
+r10250 | courmisch | 2005-03-10 10:56:07 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+gnutls.c: add shortname
+
+------------------------------------------------------------------------
+r10249 | zorglub | 2005-03-10 10:47:20 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+
+Should fix compile
+
+------------------------------------------------------------------------
+r10245 | courmisch | 2005-03-10 09:27:21 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_tls.h
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/src/misc/tls.c
+
+Missing properties
+
+------------------------------------------------------------------------
+r10244 | courmisch | 2005-03-10 09:23:03 +0100 (Thu, 10 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/gnutls.c
+
+- Fix GnuTLS version detection
+
+------------------------------------------------------------------------
+r10243 | zorglub | 2005-03-10 01:17:33 +0100 (Thu, 10 Mar 2005) | 7 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/src/libvlc.h
+
+Preferences update :
+- Sorted marq options
+- A52 & DTS are audio decoders
+- Moved freetype to subtitles/OSD
+
+(last 2 suggested by Anil)
+
+------------------------------------------------------------------------
+r10242 | robux4 | 2005-03-09 22:45:02 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: cleaner handling of some tables (now vectors)
+------------------------------------------------------------------------
+r10241 | zorglub | 2005-03-09 22:06:09 +0100 (Wed, 09 Mar 2005) | 2 lines
+Changed paths:
+   A /trunk/modules/gui/wxwindows/bitmaps/advanced.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/audio.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/codec.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/intf.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/video.xpm
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+
+Preferences icons
+
+------------------------------------------------------------------------
+r10240 | gbazin | 2005-03-09 20:57:28 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg/video.c: take input rate into account when interpolating next pts.
+------------------------------------------------------------------------
+r10239 | zorglub | 2005-03-09 19:05:30 +0100 (Wed, 09 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+
+Don't switch interfaces under linux
+
+------------------------------------------------------------------------
+r10238 | hartman | 2005-03-09 17:00:03 +0100 (Wed, 09 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* added glib libIDL and mozilla sources (not built by default, edit contrib/src/Makefile)
+* upgraded libcdio to 0.7.2 (not that it makes much difference :) )
+
+------------------------------------------------------------------------
+r10237 | courmisch | 2005-03-09 14:07:26 +0100 (Wed, 09 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/kde/preferences.cpp
+
+string rationalization (yeah, I know the KDE interface is not used)
+
+------------------------------------------------------------------------
+r10236 | sigmunau | 2005-03-09 13:58:13 +0100 (Wed, 09 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/misc/freetype.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+all: correctly align multiline strings when not left-aligned
+
+------------------------------------------------------------------------
+r10235 | gbazin | 2005-03-09 13:52:47 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ps.c
+
+* modules/mux/mpeg/ps.c: small cleanup.
+------------------------------------------------------------------------
+r10234 | gbazin | 2005-03-09 13:39:36 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ps.c
+   M /trunk/modules/demux/ps.h
+
+* modules/demux/ps.[c,h]: fixed PSM parsing bug.
+------------------------------------------------------------------------
+r10233 | gbazin | 2005-03-09 13:17:01 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ps.c
+
+* modules/mux/mpeg/ps.c: correct PSM size.
+------------------------------------------------------------------------
+r10232 | courmisch | 2005-03-09 12:54:36 +0100 (Wed, 09 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/voc.c
+
+Handle VOC files with multiple blocks properly
+
+------------------------------------------------------------------------
+r10231 | gbazin | 2005-03-09 12:43:02 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/video_output/vout_subpictures.c: pass on video output size changes to the text renderer.
+------------------------------------------------------------------------
+r10230 | gbazin | 2005-03-09 12:42:05 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+* modules/misc/freetype.c: handle size change properly.
+------------------------------------------------------------------------
+r10229 | gbazin | 2005-03-09 11:46:45 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+* modules/video_filter/mosaic.c: compilation fix.
+------------------------------------------------------------------------
+r10228 | gbazin | 2005-03-09 11:18:27 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+* modules/misc/freetype.c: don't display only the last line.
+------------------------------------------------------------------------
+r10227 | courmisch | 2005-03-09 10:03:32 +0100 (Wed, 09 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/voc.c
+
+- seeking in .VOC file
+
+------------------------------------------------------------------------
+r10226 | gbazin | 2005-03-09 01:59:09 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ps.c
+
+* modules/mux/mpeg/ps.c: shut-up valgrind warning.
+------------------------------------------------------------------------
+r10225 | titer | 2005-03-09 01:43:46 +0100 (Wed, 09 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+ vlc_common.h: define INT64_MIN/INT64_MAX if necessary
+
+------------------------------------------------------------------------
+r10224 | gbazin | 2005-03-09 01:31:19 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ps.h
+
+* modules/demux/ps.h: support for mp4v/mp4a/h264 + parse language descriptor in PSM.
+------------------------------------------------------------------------
+r10223 | gbazin | 2005-03-09 01:30:09 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ps.c
+
+*  modules/mux/mpeg/ps.c: Write a PSM + support for mp4v/mp4a/h264.
+------------------------------------------------------------------------
+r10222 | titer | 2005-03-09 01:18:15 +0100 (Wed, 09 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+ video_filter/mosaic.c: compile fix (use INT_MAX since INT32_MAX isn't
+         always defined)
+
+------------------------------------------------------------------------
+r10221 | rocky | 2005-03-09 00:52:01 +0100 (Wed, 09 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+VCDX depends on libiso9660. Up libcdio version to 0.72. 
+
+
+------------------------------------------------------------------------
+r10220 | hartman | 2005-03-09 00:25:11 +0100 (Wed, 09 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
+
+* TEST: removing #include <jis.h> from the mozilla plugin to see if we really require Java support.
+  if this breaks the linux or win32 mozilla plugin then it should be restored.
+
+------------------------------------------------------------------------
+r10219 | gbazin | 2005-03-09 00:21:40 +0100 (Wed, 09 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+* modules/packetizer/mpeg4video.c: fixed segfault
+------------------------------------------------------------------------
+r10218 | robux4 | 2005-03-08 22:43:42 +0100 (Tue, 08 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: keep the interresting segments somewhere in memory (not functional yet)
+------------------------------------------------------------------------
+r10217 | gbazin | 2005-03-08 21:17:43 +0100 (Tue, 08 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ps.c
+
+* modules/mux/mpeg/ps.c: use instant bitrate to calculate program_mux_rate.
+------------------------------------------------------------------------
+r10216 | courmisch | 2005-03-08 19:43:51 +0100 (Tue, 08 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Strings rationalization
+
+------------------------------------------------------------------------
+r10215 | courmisch | 2005-03-08 19:34:00 +0100 (Tue, 08 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/streamout.cpp
+
+Fix max UDP port number
+
+------------------------------------------------------------------------
+r10214 | gbazin | 2005-03-08 19:10:49 +0100 (Tue, 08 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: don't abort on X_SetInputFocus error which isn't fatal.
+------------------------------------------------------------------------
+r10213 | courmisch | 2005-03-08 18:31:31 +0100 (Tue, 08 Mar 2005) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Same fix for non-constant string.
+
+The playlist works fine again (with ASCII/Latin locale charset).
+When in UTF8, it might be a good idea to check for invalid bytes
+sequences and replace them with question mark - at the moment
+wxWidgets still leave the whole text blank which result in blank
+playlist item in the playlist.
+
+------------------------------------------------------------------------
+r10212 | courmisch | 2005-03-08 18:11:08 +0100 (Tue, 08 Mar 2005) | 9 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Fix conversion from locale to wxWidgets' Unicode
+(the documentation for wxWidgets 2.5.3 is wrong :
+ wxConvCurrent (which does not work) does not point
+ to wxConvLibc nor wxConvLocal (which both work))
+
+It is now possible to use wxvlc with non UTF-8 locale.
+Previously, any text item with non-ASCII character in it would be
+blank.
+
+------------------------------------------------------------------------
+r10211 | massiot | 2005-03-08 17:50:19 +0100 (Tue, 08 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+
+* modules/codec/ffmpeg/video_filter.c: Fixed a regression with b_resize_first.
+
+------------------------------------------------------------------------
+r10210 | courmisch | 2005-03-08 17:29:30 +0100 (Tue, 08 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+Fix UDP unicast access when both IPv6 and non-default port are used
+
+------------------------------------------------------------------------
+r10209 | courmisch | 2005-03-08 14:54:11 +0100 (Tue, 08 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Enable voc demux
+
+------------------------------------------------------------------------
+r10208 | courmisch | 2005-03-08 14:53:36 +0100 (Tue, 08 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/voc.c
+
+Creative Voice File demux
+
+------------------------------------------------------------------------
+r10207 | gbazin | 2005-03-08 14:16:38 +0100 (Tue, 08 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+
+* modules/codec/ffmpeg/video_filter.c: a few fixes and cleanup.
+------------------------------------------------------------------------
+r10206 | gbazin | 2005-03-08 14:15:56 +0100 (Tue, 08 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/services_discovery/sap.c, modules/codec/x264.c: fixed small mem leaks.
+* modules/stream_out/transcode.c: fixed segfault.
+
+------------------------------------------------------------------------
+r10205 | gbazin | 2005-03-08 11:58:49 +0100 (Tue, 08 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/time.c
+
+* modules/misc/freetype.c, modules/video_filter/marq.c, time.c: a few fixes.
+------------------------------------------------------------------------
+r10204 | gbazin | 2005-03-08 11:15:36 +0100 (Tue, 08 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: packetizers are not only useful with the stream output.
+------------------------------------------------------------------------
+r10203 | robux4 | 2005-03-08 10:06:27 +0100 (Tue, 08 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+
+input.c: allow "intelligent" previous-chapter behaviour for access sources too
+------------------------------------------------------------------------
+r10202 | gbazin | 2005-03-08 02:54:55 +0100 (Tue, 08 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/misc/dummy/renderer.c
+
+* modules/misc/dummy/renderer.c: forgot to commit this file with the text renderer api change.
+------------------------------------------------------------------------
+r10201 | gbazin | 2005-03-08 02:38:33 +0100 (Tue, 08 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: fixed another small mem leak.
+------------------------------------------------------------------------
+r10200 | gbazin | 2005-03-08 02:24:27 +0100 (Tue, 08 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: fixed small mem leak.
+------------------------------------------------------------------------
+r10199 | gbazin | 2005-03-08 02:23:54 +0100 (Tue, 08 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/time.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* include/vlc_filter.h, vlc_video.h, src/video_output/vout_subpictures.c: new simpler and more powerful text renderer api.
+* modules/misc/freetype.c: rewrite to the new api + outputs YUVP subpicture regions now.
+
+------------------------------------------------------------------------
+r10198 | hartman | 2005-03-08 00:54:51 +0100 (Tue, 08 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* Fix udp->tcp rollover when using multicast in rtsp. now bail after 36 seconds in case of multicast, .9 seconds otherwise. Bail after 3secs of no longer receiving data (multicast or unicast).
+
+------------------------------------------------------------------------
+r10197 | hartman | 2005-03-07 23:30:55 +0100 (Mon, 07 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/src/Makefile
+
+* dirty patch to tell vlc (on osx) that it needs -liconv when it links to libcdio. This should be fixed in the libcdio pkgconfig, but i'm tired of figuring out how to patch libcdio to do this.
+
+------------------------------------------------------------------------
+r10196 | robux4 | 2005-03-07 23:05:54 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: prepare the code to handle seemless segment switching
+------------------------------------------------------------------------
+r10195 | dionoea | 2005-03-07 21:50:13 +0100 (Mon, 07 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+ * add a mutex so the callbacks don't change anything while the filter is
+   doing something
+
+------------------------------------------------------------------------
+r10194 | gbazin | 2005-03-07 21:36:18 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+* modules/misc/freetype.c: replaced pi_gamma with an (almost) equivalent that doesn't use floats.
+------------------------------------------------------------------------
+r10193 | courmisch | 2005-03-07 21:21:24 +0100 (Mon, 07 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/wav.c
+
+Fixes a compiler warning
+
+------------------------------------------------------------------------
+r10192 | robux4 | 2005-03-07 21:16:52 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/include/vlc_demux.h
+   M /trunk/include/vlc_input.h
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/input/control.c
+   M /trunk/src/input/input.c
+
+make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME
+------------------------------------------------------------------------
+r10191 | robux4 | 2005-03-07 21:13:56 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/audio.c
+
+audio.c: fix a compiler portability issue
+------------------------------------------------------------------------
+r10190 | courmisch | 2005-03-07 20:59:38 +0100 (Mon, 07 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+- Don't crash when transcoding is enabled
+- Some cleanup
+
+------------------------------------------------------------------------
+r10189 | gbazin | 2005-03-07 20:41:34 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+
+* modules/gui/wince/interface.cpp: compilation fix.
+------------------------------------------------------------------------
+r10188 | gbazin | 2005-03-07 20:35:11 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+* modules/misc/freetype.c: removed debug messages.
+------------------------------------------------------------------------
+r10187 | massiot | 2005-03-07 20:28:52 +0100 (Mon, 07 Mar 2005) | 8 lines
+Changed paths:
+   M /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_spu.h
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_output/picture.c
+   M /trunk/modules/video_output/picture.h
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/video_output/vout_subpictures.c: New function spu_MakeRegion which
+  reuses a given picture_t without allocating a new one.
+* modules/video_output/picture.c: New --picture-height and width options
+  to do the scaling in the vout thread. Misc bug corrections.
+* modules/video_filter/mosaic.c: Less overhead.
+* modules/codec/ffmpeg/video_filter.c: Do the scaling before the conversion
+  in case the original size is bigger than the destination.
+
+------------------------------------------------------------------------
+r10186 | gbazin | 2005-03-07 19:34:21 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420 is the same as I420 (we could convert to have the exact chroma but that would be slower).
+------------------------------------------------------------------------
+r10185 | gbazin | 2005-03-07 19:04:24 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fixed typo.
+------------------------------------------------------------------------
+r10184 | gbazin | 2005-03-07 18:52:05 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/src/video_output/vout_pictures.c
+   M /trunk/src/video_output/vout_pictures.h
+
+* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_pictures.c: fixed JPEG encoding.
+------------------------------------------------------------------------
+r10183 | gbazin | 2005-03-07 17:33:56 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/filter.cpp
+
+* modules/access/dshow: flush the capture pin's buffers when the capture filter is stopped (instead of doing it in the pin's destructor).
+------------------------------------------------------------------------
+r10182 | courmisch | 2005-03-07 16:04:53 +0100 (Mon, 07 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/xa.c
+
+propset
+
+------------------------------------------------------------------------
+r10181 | courmisch | 2005-03-07 16:02:33 +0100 (Mon, 07 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/xa.c
+
+Allow seeking
+
+------------------------------------------------------------------------
+r10180 | gbazin | 2005-03-07 15:37:39 +0100 (Mon, 07 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/menus.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wince/preferences.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+   M /trunk/modules/gui/wince/wince_rc.rc
+
+* modules/gui/wince: fixed bunch of bugs and memory leaks.
+------------------------------------------------------------------------
+r10179 | courmisch | 2005-03-07 14:28:08 +0100 (Mon, 07 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/xa.c
+
+typo fix
+
+------------------------------------------------------------------------
+r10178 | courmisch | 2005-03-07 14:26:33 +0100 (Mon, 07 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/xa.c
+
+Cosmetic cleanup (pointed out by fenrir)
+
+------------------------------------------------------------------------
+r10177 | courmisch | 2005-03-07 14:12:51 +0100 (Mon, 07 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/xa.c
+
+Fix email address
+
+------------------------------------------------------------------------
+r10176 | courmisch | 2005-03-07 14:10:29 +0100 (Mon, 07 Mar 2005) | 2 lines
+Changed paths:
+   A /trunk/modules/demux/xa.c
+
+Forgotten new file from previous commit
+
+------------------------------------------------------------------------
+r10175 | courmisch | 2005-03-07 14:05:06 +0100 (Mon, 07 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/adpcm.c
+   M /trunk/modules/demux/Modules.am
+
+- XA file demux
+- EA ADPCM decoder (Maxis games)
+(- corner case memleak in adpcm decoder)
+
+------------------------------------------------------------------------
+r10174 | andrep | 2005-03-07 14:00:48 +0100 (Mon, 07 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: Link against dependent static libraries successfully on
+  Mac OS X
+
+
+------------------------------------------------------------------------
+r10173 | damienf | 2005-03-07 11:40:23 +0100 (Mon, 07 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/activex/main.cpp
+   M /trunk/activex/oleobject.cpp
+   M /trunk/activex/persistpropbag.cpp
+   M /trunk/activex/persiststorage.cpp
+   M /trunk/activex/persiststreaminit.cpp
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+
+- activate (make visible) as soon as embedded into a container, no longer wait for container to do the activation
+
+This fixes an annoying Internet Explorer optimization which would make the activex control invisible till a user moves the mouse over it
+
+------------------------------------------------------------------------
+r10172 | markfm | 2005-03-07 03:52:05 +0100 (Mon, 07 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ps.c
+
+Fix mpeg ps time output, making it seekable.  There may still be an error in there -- a test file reports 11:57 on VLC, 15:42 minutes on WMP, though it plays OK on both, seekable to the end.
+
+------------------------------------------------------------------------
+r10171 | titer | 2005-03-07 01:54:26 +0100 (Mon, 07 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+ misc/freetype.c: compile fix
+
+------------------------------------------------------------------------
+r10170 | gbazin | 2005-03-06 20:37:26 +0100 (Sun, 06 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/audio.c
+
+* modules/codec/ffmpeg/audio.c: fix for ALAC support.
+------------------------------------------------------------------------
+r10169 | gbazin | 2005-03-06 19:46:43 +0100 (Sun, 06 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/flac.c
+
+* modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore.
+------------------------------------------------------------------------
+r10168 | dionoea | 2005-03-06 19:10:51 +0100 (Sun, 06 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+remove useless --rc-extend option in favor of the longhelp command
+
+------------------------------------------------------------------------
+r10167 | gbazin | 2005-03-06 18:54:34 +0100 (Sun, 06 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* modules/codec/ffmpeg: support for libavcodec's flac decoder.
+------------------------------------------------------------------------
+r10166 | gbazin | 2005-03-06 18:53:49 +0100 (Sun, 06 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
+------------------------------------------------------------------------
+r10165 | dionoea | 2005-03-06 17:39:27 +0100 (Sun, 06 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+ * mosaic call back help
+
+------------------------------------------------------------------------
+r10164 | markfm | 2005-03-06 17:27:35 +0100 (Sun, 06 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+enable rc logo-file on the fly
+
+------------------------------------------------------------------------
+r10163 | gbazin | 2005-03-06 17:25:02 +0100 (Sun, 06 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/mp4/mp4.c
+
+* modules/demux/mp4, modules/codec/ffmpeg: support for Apple Lossless Audio Codec.
+------------------------------------------------------------------------
+r10162 | markfm | 2005-03-06 15:48:14 +0100 (Sun, 06 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+transcode -- prevent user error, limit mp3 channels to max of 2
+
+------------------------------------------------------------------------
+r10161 | gbazin | 2005-03-06 14:55:48 +0100 (Sun, 06 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+* src/video_output/video_output.c: revert commit 10160 which breaks direct-rendering.
+------------------------------------------------------------------------
+r10160 | robux4 | 2005-03-06 14:44:17 +0100 (Sun, 06 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+video_output.c: use the visible dimensions and not the pixel dimensions
+
+if this create some memory leaks, it should be corrected elsewhere
+this solves the HDTV grey line bug
+------------------------------------------------------------------------
+r10159 | courmisch | 2005-03-06 12:07:41 +0100 (Sun, 06 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Fixes segfault
+
+------------------------------------------------------------------------
+r10158 | hartman | 2005-03-06 11:53:18 +0100 (Sun, 06 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+* added statistics, blue/green wall filter and goom effect video filter to the TODO list
+
+------------------------------------------------------------------------
+r10157 | robux4 | 2005-03-06 11:36:49 +0100 (Sun, 06 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: support aspect ratio for video tracks
+------------------------------------------------------------------------
+r10156 | courmisch | 2005-03-06 10:06:09 +0100 (Sun, 06 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+- support for client certificate verification from SSL server
+  (= sort of server-side support for secure VoD)
+- fixes global mutex name
+
+------------------------------------------------------------------------
+r10154 | gbazin | 2005-03-05 19:07:49 +0100 (Sat, 05 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/modules/video_output/wingdi.c
+
+* modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video window looses the focus.
+------------------------------------------------------------------------
+r10153 | gbazin | 2005-03-05 19:05:42 +0100 (Sat, 05 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/menus.cpp
+   M /trunk/modules/gui/wince/video.cpp
+   M /trunk/modules/gui/wince/wince.h
+
+* modules/gui/wince/*: improvements to the WinCE interface.
+------------------------------------------------------------------------
+r10152 | gbazin | 2005-03-05 19:02:56 +0100 (Sat, 05 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+
+* src/input/stream.c: check return value of malloc/realloc.
+------------------------------------------------------------------------
+r10151 | courmisch | 2005-03-05 19:01:05 +0100 (Sat, 05 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Memleak fixed
+
+------------------------------------------------------------------------
+r10150 | gbazin | 2005-03-05 18:54:19 +0100 (Sat, 05 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/aac.c
+   M /trunk/modules/demux/aiff.c
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/au.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mod.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/demux/mpeg/mpgv.c
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/demux/playlist/old.c
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/pva.c
+   M /trunk/modules/demux/real.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/util/id3.c
+   M /trunk/modules/demux/wav.c
+   M /trunk/modules/services_discovery/sap.c
+
+* modules/demux/*: removed useless probing messages.
+------------------------------------------------------------------------
+r10149 | sigmunau | 2005-03-05 18:49:33 +0100 (Sat, 05 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+freetype.c: fix rendering with X11 vout. Do not ask me why this is
+necessary, and even less ask me why the vout used make a difference
+
+------------------------------------------------------------------------
+r10148 | courmisch | 2005-03-05 18:46:10 +0100 (Sat, 05 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_tls.h
+   M /trunk/modules/access/http.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/src/misc/httpd.c
+   M /trunk/src/misc/tls.c
+
+- TLS API cleanup
+- some minor fixes as well
+
+------------------------------------------------------------------------
+r10147 | gbazin | 2005-03-05 18:18:30 +0100 (Sat, 05 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/screen/x11.c
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/control/http.c
+   M /trunk/src/input/input.c
+   M /trunk/src/interface/interface.c
+
+* ALL: a few fixes.
+------------------------------------------------------------------------
+r10146 | gbazin | 2005-03-05 18:06:35 +0100 (Sat, 05 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+* modules/gui/wxwindows/timer.cpp: release input when interface is exiting.
+------------------------------------------------------------------------
+r10145 | gbazin | 2005-03-05 17:49:15 +0100 (Sat, 05 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/invert.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/transform.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/visualization/goom.c
+   M /trunk/modules/visualization/visual/visual.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_pictures.c
+
+* include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be more flexible.
+------------------------------------------------------------------------
+r10144 | robux4 | 2005-03-05 15:02:39 +0100 (Sat, 05 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvdread.c
+
+dvdread.c: fix the title duration & time reports
+------------------------------------------------------------------------
+r10143 | sigmunau | 2005-03-05 14:42:09 +0100 (Sat, 05 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_filter.h
+   M /trunk/modules/misc/freetype.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+All: change of text-renderer api. Now pf_render_text takes a subpicture and
+a subpicture region, and returns a new region in the given subpicture.
+freetype.c: additional cleanup (coding style, cosmetics)
+
+------------------------------------------------------------------------
+r10142 | robux4 | 2005-03-05 13:55:02 +0100 (Sat, 05 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_demux.h
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/input/input.c
+
+input.c, vlc_demux.h: allow seeking back in the same chapter
+mkv.cpp: handle the new DEMUX_GET_SEEKPOINT_TIME
+------------------------------------------------------------------------
+r10141 | courmisch | 2005-03-05 12:06:26 +0100 (Sat, 05 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+Unbreak streaming wizard in Unicode compile
+(DO NOT use c_str() !!!)
+
+------------------------------------------------------------------------
+r10140 | courmisch | 2005-03-05 11:55:32 +0100 (Sat, 05 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+UTF8 fixes
+
+------------------------------------------------------------------------
+r10139 | courmisch | 2005-03-04 19:19:33 +0100 (Fri, 04 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+Fixed memleak
+
+------------------------------------------------------------------------
+r10138 | robux4 | 2005-03-04 19:01:39 +0100 (Fri, 04 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: chapters are visible by default
+------------------------------------------------------------------------
+r10137 | courmisch | 2005-03-04 17:51:51 +0100 (Fri, 04 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/modules/misc/gnutls.c
+
+TLS session resumption support
+
+------------------------------------------------------------------------
+r10136 | courmisch | 2005-03-04 16:20:03 +0100 (Fri, 04 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+Fixes translation of encryption
+
+------------------------------------------------------------------------
+r10135 | courmisch | 2005-03-04 14:26:14 +0100 (Fri, 04 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+Add HTTP/SSL
+
+------------------------------------------------------------------------
+r10134 | yoann | 2005-03-04 13:55:48 +0100 (Fri, 04 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/doc/vlm.txt
+   M /trunk/src/misc/vlm.c
+
+* update VLM help about inputdel
+
+------------------------------------------------------------------------
+r10133 | courmisch | 2005-03-04 13:44:14 +0100 (Fri, 04 Mar 2005) | 6 lines
+Changed paths:
+   M /trunk/TODO
+   M /trunk/configure.ac
+
+- check for gnutls rewritten : now works with mingw32
+
+Precompiled static libraries for gnutls can be found there :
+ftp://ftp.gnutls.org/pub/gnutls/win32
+
+
+------------------------------------------------------------------------
+r10132 | yoann | 2005-03-04 13:28:18 +0100 (Fri, 04 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+   M /trunk/share/http/vlm/index.html
+
+* modules/control/http.c: elements are now one level more recursive (if needed)
+* share/http/vlm/index.html: we now display the state of media instances
+
+------------------------------------------------------------------------
+r10131 | markfm | 2005-03-04 13:12:11 +0100 (Fri, 04 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/video_filter/logo.c
+
+Make logo-x, logo-y operate relative to upper left corner.  logo-x/-y/-position/-transparency accessible via rc
+
+------------------------------------------------------------------------
+r10130 | gbazin | 2005-03-04 13:08:43 +0100 (Fri, 04 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+* modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise you're bound to access an invalid pointer later on.
+------------------------------------------------------------------------
+r10129 | gbazin | 2005-03-04 12:13:42 +0100 (Fri, 04 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/include/vlc_spu.h
+
+* ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.
+------------------------------------------------------------------------
+r10128 | markfm | 2005-03-04 02:57:52 +0100 (Fri, 04 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/time.c
+
+time/marq -- correct positioning so that x-y are always referenced to upper left corner
+
+------------------------------------------------------------------------
+r10127 | gbazin | 2005-03-03 23:55:34 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/streamout.cpp
+   M /trunk/modules/gui/wxwindows/subtitles.cpp
+
+* modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail dot com).
+------------------------------------------------------------------------
+r10126 | robux4 | 2005-03-03 22:58:46 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix stuttering issue on timestamp (could be cleaner)
+------------------------------------------------------------------------
+r10125 | courmisch | 2005-03-03 22:56:04 +0100 (Thu, 03 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+- Specify a charset (according to locale) for HTML pages in Content-Type
+  (needed when some playlist items name are not ASCII)
+- Remove unused variable
+
+------------------------------------------------------------------------
+r10124 | sigmunau | 2005-03-03 21:07:50 +0100 (Thu, 03 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+TODO: Update with recent work.
+
+------------------------------------------------------------------------
+r10123 | zorglub | 2005-03-03 19:30:07 +0100 (Thu, 03 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+Handle module variables in sout options parser
+
+------------------------------------------------------------------------
+r10122 | zorglub | 2005-03-03 18:35:26 +0100 (Thu, 03 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r10121 | courmisch | 2005-03-03 16:19:30 +0100 (Thu, 03 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+Fixes invalid memory access in case of TLS handshake failure
+
+------------------------------------------------------------------------
+r10120 | gbazin | 2005-03-03 15:45:52 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+* modules/video_output/directx/directx.c: compilation fix.
+------------------------------------------------------------------------
+r10119 | gbazin | 2005-03-03 15:15:48 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/filter.cpp
+
+* modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.
+------------------------------------------------------------------------
+r10118 | gbazin | 2005-03-03 14:19:26 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+*  modules/codec/x264.c: compilation fix for new libx264.
+------------------------------------------------------------------------
+r10117 | gbazin | 2005-03-03 09:34:15 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+
+* modules/gui/wince: try to save up a bit on memory usage.
+------------------------------------------------------------------------
+r10116 | gbazin | 2005-03-03 09:24:14 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: new --enable-optimize-memory option.
+------------------------------------------------------------------------
+r10115 | gbazin | 2005-03-03 09:14:23 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/stream.c
+
+* src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is defined.
+------------------------------------------------------------------------
+r10114 | gbazin | 2005-03-03 09:13:30 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/include/vlc_config.h
+
+* include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined.
+------------------------------------------------------------------------
+r10113 | courmisch | 2005-03-03 09:11:31 +0100 (Thu, 03 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+- Fixed a typo. Skins2 wouldn't compile
+
+------------------------------------------------------------------------
+r10112 | zorglub | 2005-03-03 07:58:04 +0100 (Thu, 03 Mar 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/vcd/vcd.c
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/codec/toolame.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/http.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/showintf.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/demux/subtitle.c
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/mux/mpjpeg.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/stream_out/display.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_output/aa.c
+   M /trunk/modules/video_output/caca.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/fb.c
+   M /trunk/modules/visualization/goom.c
+   M /trunk/modules/visualization/visual/visual.c
+   M /trunk/src/libvlc.h
+
+Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
+
++ put access and demux in the right place
+
+
+------------------------------------------------------------------------
+r10111 | titer | 2005-03-03 06:22:01 +0100 (Thu, 03 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+ video_filter/mosaic.c: compile fix
+
+------------------------------------------------------------------------
+r10110 | gbazin | 2005-03-03 00:05:08 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/include/vlc_config.h
+
+* include/vlc_config.h: removed deprecated stuff.
+------------------------------------------------------------------------
+r10109 | gbazin | 2005-03-03 00:04:05 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: remove unnecessary modules from WinCE build.
+------------------------------------------------------------------------
+r10108 | gbazin | 2005-03-03 00:01:22 +0100 (Thu, 03 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: vlc-config has to be generated by configure.
+------------------------------------------------------------------------
+r10107 | robux4 | 2005-03-02 22:08:18 +0100 (Wed, 02 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: update the seekpoint location after a manual seek
+------------------------------------------------------------------------
+r10106 | robux4 | 2005-03-02 21:58:24 +0100 (Wed, 02 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: handle EOF correctly for ordered chapters
+------------------------------------------------------------------------
+r10104 | courmisch | 2005-03-02 20:45:39 +0100 (Wed, 02 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/TODO
+
+- Add dependency of update-includes on vlc-config
+- TODO: SSL on Windows
+
+------------------------------------------------------------------------
+r10103 | dionoea | 2005-03-02 18:57:22 +0100 (Wed, 02 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+remove debug messages, correct automatic positioning when an mosaic-order
+is specified
+
+
+------------------------------------------------------------------------
+r10102 | robux4 | 2005-03-02 17:53:16 +0100 (Wed, 02 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix a gcc compilation error
+------------------------------------------------------------------------
+r10101 | robux4 | 2005-03-02 17:47:31 +0100 (Wed, 02 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/activex/axvlc_idl.c
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/connectioncontainer.cpp
+   M /trunk/activex/connectioncontainer.h
+   M /trunk/activex/main.cpp
+   M /trunk/activex/objectsafety.cpp
+   M /trunk/activex/objectsafety.h
+   M /trunk/activex/olecontrol.cpp
+   M /trunk/activex/olecontrol.h
+   M /trunk/activex/oleinplaceactiveobject.cpp
+   M /trunk/activex/oleinplaceactiveobject.h
+   M /trunk/activex/oleinplaceobject.cpp
+   M /trunk/activex/oleinplaceobject.h
+   M /trunk/activex/oleobject.cpp
+   M /trunk/activex/oleobject.h
+   M /trunk/activex/persistpropbag.cpp
+   M /trunk/activex/persistpropbag.h
+   M /trunk/activex/persiststorage.cpp
+   M /trunk/activex/persiststorage.h
+   M /trunk/activex/persiststreaminit.cpp
+   M /trunk/activex/persiststreaminit.h
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   M /trunk/activex/provideclassinfo.cpp
+   M /trunk/activex/provideclassinfo.h
+   M /trunk/activex/utils.cpp
+   M /trunk/activex/utils.h
+   M /trunk/activex/vlccontrol.cpp
+   M /trunk/activex/vlccontrol.h
+   M /trunk/evc/errno.h
+   M /trunk/evc/modules_builtin_evc.h
+   M /trunk/include/aout_internal.h
+   M /trunk/include/audio_output.h
+   M /trunk/include/beos_specific.h
+   M /trunk/include/charset.h
+   M /trunk/include/codecs.h
+   M /trunk/include/configuration.h
+   M /trunk/include/darwin_specific.h
+   M /trunk/include/intf_eject.h
+   M /trunk/include/iso_lang.h
+   M /trunk/include/main.h
+   M /trunk/include/mmx.h
+   M /trunk/include/modules.h
+   M /trunk/include/modules_inner.h
+   M /trunk/include/mtime.h
+   M /trunk/include/network.h
+   M /trunk/include/os_specific.h
+   M /trunk/include/osd.h
+   M /trunk/include/snapshot.h
+   M /trunk/include/stream_output.h
+   M /trunk/include/variables.h
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc/aout.h
+   M /trunk/include/vlc/decoder.h
+   M /trunk/include/vlc/input.h
+   M /trunk/include/vlc/intf.h
+   M /trunk/include/vlc/sout.h
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc/vout.h
+   M /trunk/include/vlc_access.h
+   M /trunk/include/vlc_bits.h
+   M /trunk/include/vlc_block.h
+   M /trunk/include/vlc_block_helper.h
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_config.h
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/include/vlc_cpu.h
+   M /trunk/include/vlc_demux.h
+   M /trunk/include/vlc_error.h
+   M /trunk/include/vlc_es.h
+   M /trunk/include/vlc_es_out.h
+   M /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_httpd.h
+   M /trunk/include/vlc_image.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/include/vlc_keys.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_spu.h
+   M /trunk/include/vlc_stream.h
+   M /trunk/include/vlc_threads.h
+   M /trunk/include/vlc_threads_funcs.h
+   M /trunk/include/vlc_tls.h
+   M /trunk/include/vlc_video.h
+   M /trunk/include/vlc_vlm.h
+   M /trunk/include/vlc_vod.h
+   M /trunk/include/vlc_xml.h
+   M /trunk/include/vout_synchro.h
+   M /trunk/include/win32_specific.h
+   M /trunk/lxdialog/checklist.c
+   M /trunk/lxdialog/colors.h
+   M /trunk/lxdialog/dialog.h
+   M /trunk/lxdialog/inputbox.c
+   M /trunk/lxdialog/lxdialog.c
+   M /trunk/lxdialog/menubox.c
+   M /trunk/lxdialog/msgbox.c
+   M /trunk/lxdialog/textbox.c
+   M /trunk/lxdialog/util.c
+   M /trunk/lxdialog/yesno.c
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/access.h
+   M /trunk/modules/access/cdda/callback.c
+   M /trunk/modules/access/cdda/callback.h
+   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/modules/access/cdda/cdda.h
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/access/cdda/info.h
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dshow/common.h
+   M /trunk/modules/access/dshow/crossbar.cpp
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/modules/access/dshow/filter.h
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.h
+   M /trunk/modules/access/dvb/en50221.c
+   M /trunk/modules/access/dvb/linux_dvb.c
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/asf.c
+   M /trunk/modules/access/mms/asf.h
+   M /trunk/modules/access/mms/buffer.c
+   M /trunk/modules/access/mms/buffer.h
+   M /trunk/modules/access/mms/mms.c
+   M /trunk/modules/access/mms/mms.h
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmsh.h
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/access/mms/mmstu.h
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/access/pvr/videodev2.h
+   M /trunk/modules/access/satellite/access.c
+   M /trunk/modules/access/satellite/dvb.c
+   M /trunk/modules/access/satellite/dvb.h
+   M /trunk/modules/access/satellite/satellite.c
+   M /trunk/modules/access/screen/beos.cpp
+   M /trunk/modules/access/screen/mac.c
+   M /trunk/modules/access/screen/screen.c
+   M /trunk/modules/access/screen/screen.h
+   M /trunk/modules/access/screen/win32.c
+   M /trunk/modules/access/screen/x11.c
+   M /trunk/modules/access/slp.c
+   M /trunk/modules/access/smb.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/v4l/v4l.c
+   M /trunk/modules/access/v4l/videodev_mjpeg.h
+   M /trunk/modules/access/vcd/cdrom.c
+   M /trunk/modules/access/vcd/cdrom.h
+   M /trunk/modules/access/vcd/cdrom_internals.h
+   M /trunk/modules/access/vcd/vcd.c
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access/vcdx/demux.c
+   M /trunk/modules/access/vcdx/info.c
+   M /trunk/modules/access/vcdx/info.h
+   M /trunk/modules/access/vcdx/intf.c
+   M /trunk/modules/access/vcdx/intf.h
+   M /trunk/modules/access/vcdx/vcd.c
+   M /trunk/modules/access/vcdx/vcd.h
+   M /trunk/modules/access/vcdx/vcdplayer.c
+   M /trunk/modules/access/vcdx/vcdplayer.h
+   M /trunk/modules/access_output/dummy.c
+   M /trunk/modules/access_output/file.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/audio_filter/channel_mixer/simple.c
+   M /trunk/modules/audio_filter/channel_mixer/trivial.c
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/a52tospdif.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
+   M /trunk/modules/audio_filter/converter/fixed32tos16.c
+   M /trunk/modules/audio_filter/converter/float32tos16.c
+   M /trunk/modules/audio_filter/converter/float32tos8.c
+   M /trunk/modules/audio_filter/converter/float32tou16.c
+   M /trunk/modules/audio_filter/converter/float32tou8.c
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   M /trunk/modules/audio_filter/converter/s16tofixed32.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
+   M /trunk/modules/audio_filter/converter/s8tofloat32.c
+   M /trunk/modules/audio_filter/converter/u8tofixed32.c
+   M /trunk/modules/audio_filter/converter/u8tofloat32.c
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/modules/audio_filter/equalizer_presets.h
+   M /trunk/modules/audio_filter/format.c
+   M /trunk/modules/audio_filter/normvol.c
+   M /trunk/modules/audio_filter/resampler/bandlimited.c
+   M /trunk/modules/audio_filter/resampler/bandlimited.h
+   M /trunk/modules/audio_filter/resampler/coreaudio.c
+   M /trunk/modules/audio_filter/resampler/linear.c
+   M /trunk/modules/audio_filter/resampler/trivial.c
+   M /trunk/modules/audio_filter/resampler/ugly.c
+   M /trunk/modules/audio_mixer/float32.c
+   M /trunk/modules/audio_mixer/spdif.c
+   M /trunk/modules/audio_mixer/trivial.c
+   M /trunk/modules/audio_output/alsa.c
+   M /trunk/modules/audio_output/arts.c
+   M /trunk/modules/audio_output/coreaudio.c
+   M /trunk/modules/audio_output/directx.c
+   M /trunk/modules/audio_output/esd.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/audio_output/hd1000a.cpp
+   M /trunk/modules/audio_output/oss.c
+   M /trunk/modules/audio_output/portaudio.c
+   M /trunk/modules/audio_output/sdl.c
+   M /trunk/modules/audio_output/waveout.c
+   M /trunk/modules/codec/a52.c
+   M /trunk/modules/codec/adpcm.c
+   M /trunk/modules/codec/araw.c
+   M /trunk/modules/codec/cinepak.c
+   M /trunk/modules/codec/cmml/browser_open.c
+   M /trunk/modules/codec/cmml/browser_open.h
+   M /trunk/modules/codec/cmml/cmml.c
+   M /trunk/modules/codec/cmml/history.c
+   M /trunk/modules/codec/cmml/history.h
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/codec/cmml/xarray.c
+   M /trunk/modules/codec/cmml/xarray.h
+   M /trunk/modules/codec/cmml/xlist.c
+   M /trunk/modules/codec/cmml/xlist.h
+   M /trunk/modules/codec/cmml/xstrcat.h
+   M /trunk/modules/codec/cmml/xtag.c
+   M /trunk/modules/codec/cmml/xtag.h
+   M /trunk/modules/codec/cmml/xurl.c
+   M /trunk/modules/codec/cmml/xurl.h
+   M /trunk/modules/codec/cvdsub.c
+   M /trunk/modules/codec/dirac.c
+   M /trunk/modules/codec/dmo/buffer.c
+   M /trunk/modules/codec/dmo/dmo.c
+   M /trunk/modules/codec/dmo/dmo.h
+   M /trunk/modules/codec/dts.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/faad.c
+   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/modules/codec/ffmpeg/chroma.c
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/postprocess.c
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/modules/codec/lpcm.c
+   M /trunk/modules/codec/mash.cpp
+   M /trunk/modules/codec/mpeg_audio.c
+   M /trunk/modules/codec/png.c
+   M /trunk/modules/codec/quicktime.c
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/spudec/spudec.c
+   M /trunk/modules/codec/spudec/spudec.h
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/modules/codec/tarkin.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/toolame.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/control/corba/corba.c
+   M /trunk/modules/control/corba/mediacontrol-core.c
+   M /trunk/modules/control/corba/mediacontrol-core.h
+   M /trunk/modules/control/corba/mediacontrol-init.c
+   M /trunk/modules/control/corba/mediacontrol-plugin.c
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http.c
+   M /trunk/modules/control/joystick.c
+   M /trunk/modules/control/lirc.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/showintf.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/asf/libasf.c
+   M /trunk/modules/demux/asf/libasf.h
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/avi/libavi.c
+   M /trunk/modules/demux/avi/libavi.h
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/mp4/drms.h
+   M /trunk/modules/demux/mp4/drmstables.h
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/demux/mpeg/m4a.c
+   M /trunk/modules/demux/mpeg/m4v.c
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/demux/mpeg/mpgv.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/old.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/ps.h
+   M /trunk/modules/demux/util/id3.c
+   M /trunk/modules/demux/util/id3genres.h
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/gui/beos/AudioOutput.cpp
+   M /trunk/modules/gui/beos/BeOS.cpp
+   M /trunk/modules/gui/beos/Bitmaps.h
+   M /trunk/modules/gui/beos/DrawingTidbits.cpp
+   M /trunk/modules/gui/beos/DrawingTidbits.h
+   M /trunk/modules/gui/beos/Interface.cpp
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/beos/InterfaceWindow.h
+   M /trunk/modules/gui/beos/ListViews.cpp
+   M /trunk/modules/gui/beos/ListViews.h
+   M /trunk/modules/gui/beos/MediaControlView.cpp
+   M /trunk/modules/gui/beos/MediaControlView.h
+   M /trunk/modules/gui/beos/MessagesWindow.cpp
+   M /trunk/modules/gui/beos/MessagesWindow.h
+   M /trunk/modules/gui/beos/MsgVals.h
+   M /trunk/modules/gui/beos/PlayListWindow.cpp
+   M /trunk/modules/gui/beos/PlayListWindow.h
+   M /trunk/modules/gui/beos/PreferencesWindow.cpp
+   M /trunk/modules/gui/beos/PreferencesWindow.h
+   M /trunk/modules/gui/beos/TransportButton.cpp
+   M /trunk/modules/gui/beos/TransportButton.h
+   M /trunk/modules/gui/beos/VideoOutput.cpp
+   M /trunk/modules/gui/beos/VideoWindow.h
+   M /trunk/modules/gui/gtk/common.h
+   M /trunk/modules/gui/gtk/control.c
+   M /trunk/modules/gui/gtk/control.h
+   M /trunk/modules/gui/gtk/display.c
+   M /trunk/modules/gui/gtk/display.h
+   M /trunk/modules/gui/gtk/gnome.c
+   M /trunk/modules/gui/gtk/gnome_callbacks.c
+   M /trunk/modules/gui/gtk/gnome_callbacks.h
+   M /trunk/modules/gui/gtk/gnome_interface.c
+   M /trunk/modules/gui/gtk/gnome_interface.h
+   M /trunk/modules/gui/gtk/gnome_support.c
+   M /trunk/modules/gui/gtk/gnome_support.h
+   M /trunk/modules/gui/gtk/gtk.c
+   M /trunk/modules/gui/gtk/gtk_callbacks.c
+   M /trunk/modules/gui/gtk/gtk_callbacks.h
+   M /trunk/modules/gui/gtk/gtk_interface.c
+   M /trunk/modules/gui/gtk/gtk_interface.h
+   M /trunk/modules/gui/gtk/gtk_support.c
+   M /trunk/modules/gui/gtk/gtk_support.h
+   M /trunk/modules/gui/gtk/menu.c
+   M /trunk/modules/gui/gtk/menu.h
+   M /trunk/modules/gui/gtk/modules.c
+   M /trunk/modules/gui/gtk/modules.h
+   M /trunk/modules/gui/gtk/open.c
+   M /trunk/modules/gui/gtk/open.h
+   M /trunk/modules/gui/gtk/playlist.c
+   M /trunk/modules/gui/gtk/playlist.h
+   M /trunk/modules/gui/gtk/preferences.c
+   M /trunk/modules/gui/gtk/preferences.h
+   M /trunk/modules/gui/gtk/sout.c
+   M /trunk/modules/gui/gtk2/gnome2.c
+   M /trunk/modules/gui/gtk2/gnome2_callbacks.c
+   M /trunk/modules/gui/gtk2/gnome2_callbacks.h
+   M /trunk/modules/gui/gtk2/gnome2_interface.c
+   M /trunk/modules/gui/gtk2/gnome2_interface.h
+   M /trunk/modules/gui/gtk2/gnome2_support.c
+   M /trunk/modules/gui/gtk2/gnome2_support.h
+   M /trunk/modules/gui/gtk2/gtk2.c
+   M /trunk/modules/gui/gtk2/gtk2_callbacks.c
+   M /trunk/modules/gui/gtk2/gtk2_callbacks.h
+   M /trunk/modules/gui/gtk2/gtk2_interface.c
+   M /trunk/modules/gui/gtk2/gtk2_interface.h
+   M /trunk/modules/gui/gtk2/gtk2_support.c
+   M /trunk/modules/gui/gtk2/gtk2_support.h
+   M /trunk/modules/gui/kde/QConfigItem.cpp
+   M /trunk/modules/gui/kde/QConfigItem.h
+   M /trunk/modules/gui/kde/common.h
+   M /trunk/modules/gui/kde/disc.cpp
+   M /trunk/modules/gui/kde/disc.h
+   M /trunk/modules/gui/kde/info.cpp
+   M /trunk/modules/gui/kde/info.h
+   M /trunk/modules/gui/kde/interface.cpp
+   M /trunk/modules/gui/kde/interface.h
+   M /trunk/modules/gui/kde/kde.cpp
+   M /trunk/modules/gui/kde/languagemenu.cpp
+   M /trunk/modules/gui/kde/languagemenu.h
+   M /trunk/modules/gui/kde/menu.cpp
+   M /trunk/modules/gui/kde/menu.h
+   M /trunk/modules/gui/kde/messages.cpp
+   M /trunk/modules/gui/kde/messages.h
+   M /trunk/modules/gui/kde/net.cpp
+   M /trunk/modules/gui/kde/net.h
+   M /trunk/modules/gui/kde/pluginsbox.cpp
+   M /trunk/modules/gui/kde/pluginsbox.h
+   M /trunk/modules/gui/kde/preferences.cpp
+   M /trunk/modules/gui/kde/preferences.h
+   M /trunk/modules/gui/kde/slider.cpp
+   M /trunk/modules/gui/kde/slider.h
+   M /trunk/modules/gui/macosx/about.h
+   M /trunk/modules/gui/macosx/applescript.h
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/equalizer.h
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/misc.h
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/output.h
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/prefs.h
+   M /trunk/modules/gui/macosx/prefs_widgets.h
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/pda/pda.h
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/pda/pda_callbacks.h
+   M /trunk/modules/gui/pda/pda_interface.c
+   M /trunk/modules/gui/pda/pda_interface.h
+   M /trunk/modules/gui/pda/pda_support.c
+   M /trunk/modules/gui/pda/pda_support.h
+   M /trunk/modules/gui/qnx/aout.c
+   M /trunk/modules/gui/qnx/qnx.c
+   M /trunk/modules/gui/qnx/vout.c
+   M /trunk/modules/gui/qt/intf.cpp
+   M /trunk/modules/gui/qt/intf.h
+   M /trunk/modules/gui/qt/qt.cpp
+   M /trunk/modules/gui/skins2/commands/async_queue.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
+   M /trunk/modules/gui/skins2/events/evt_input.cpp
+   M /trunk/modules/gui/skins2/events/evt_key.cpp
+   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
+   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
+   M /trunk/modules/gui/skins2/events/evt_special.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   M /trunk/modules/gui/skins2/src/anchor.cpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/logger.cpp
+   M /trunk/modules/gui/skins2/src/os_factory.cpp
+   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/src/theme_repository.cpp
+   M /trunk/modules/gui/skins2/src/tooltip.cpp
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vout_window.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/utils/bezier.cpp
+   M /trunk/modules/gui/skins2/utils/fsm.cpp
+   M /trunk/modules/gui/skins2/utils/position.cpp
+   M /trunk/modules/gui/skins2/utils/ustring.cpp
+   M /trunk/modules/gui/skins2/utils/var_bool.cpp
+   M /trunk/modules/gui/skins2/utils/var_list.cpp
+   M /trunk/modules/gui/skins2/utils/var_percent.cpp
+   M /trunk/modules/gui/skins2/utils/var_text.cpp
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+   M /trunk/modules/gui/skins2/vars/volume.cpp
+   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
+   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
+   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.cpp
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
+   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+   M /trunk/modules/gui/wince/fileinfo.cpp
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/iteminfo.cpp
+   M /trunk/modules/gui/wince/menus.cpp
+   M /trunk/modules/gui/wince/messages.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wince/preferences.cpp
+   M /trunk/modules/gui/wince/preferences_widgets.cpp
+   M /trunk/modules/gui/wince/preferences_widgets.h
+   M /trunk/modules/gui/wince/subtitles.cpp
+   M /trunk/modules/gui/wince/timer.cpp
+   M /trunk/modules/gui/wince/video.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+   M /trunk/modules/gui/wxwindows/fileinfo.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/iteminfo.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/messages.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.h
+   M /trunk/modules/gui/wxwindows/streamdata.h
+   M /trunk/modules/gui/wxwindows/streamout.cpp
+   M /trunk/modules/gui/wxwindows/subtitles.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/misc/dummy/aout.c
+   M /trunk/modules/misc/dummy/decoder.c
+   M /trunk/modules/misc/dummy/dummy.c
+   M /trunk/modules/misc/dummy/dummy.h
+   M /trunk/modules/misc/dummy/encoder.c
+   M /trunk/modules/misc/dummy/input.c
+   M /trunk/modules/misc/dummy/interface.c
+   M /trunk/modules/misc/dummy/renderer.c
+   M /trunk/modules/misc/dummy/vout.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/misc/gtk_main.c
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/misc/memcpy/fastmemcpy.h
+   M /trunk/modules/misc/memcpy/memcpy.c
+   M /trunk/modules/misc/memcpy/memcpyaltivec.c
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+   M /trunk/modules/misc/playlist/export.c
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/misc/playlist/old.c
+   M /trunk/modules/misc/qte_main.cpp
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/misc/screensaver.c
+   M /trunk/modules/misc/svg.c
+   M /trunk/modules/misc/testsuite/playlist.c
+   M /trunk/modules/misc/testsuite/test1.c
+   M /trunk/modules/misc/testsuite/test2.cpp
+   M /trunk/modules/misc/testsuite/test4.c
+   M /trunk/modules/misc/xml/libxml.c
+   M /trunk/modules/misc/xml/xtag.c
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/avi.c
+   M /trunk/modules/mux/dummy.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/modules/mux/mpeg/bits.h
+   M /trunk/modules/mux/mpeg/csa.c
+   M /trunk/modules/mux/mpeg/csa.h
+   M /trunk/modules/mux/mpeg/pes.c
+   M /trunk/modules/mux/mpeg/pes.h
+   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/mux/mpjpeg.c
+   M /trunk/modules/mux/ogg.c
+   M /trunk/modules/mux/wav.c
+   M /trunk/modules/packetizer/copy.c
+   M /trunk/modules/packetizer/h264.c
+   M /trunk/modules/packetizer/mpeg4audio.c
+   M /trunk/modules/packetizer/mpeg4video.c
+   M /trunk/modules/packetizer/mpegvideo.c
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/stream_out/announce.c
+   M /trunk/modules/stream_out/announce.h
+   M /trunk/modules/stream_out/description.c
+   M /trunk/modules/stream_out/display.c
+   M /trunk/modules/stream_out/dummy.c
+   M /trunk/modules/stream_out/duplicate.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/stream_out/gather.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/stream_out/transrate/block.c
+   M /trunk/modules/stream_out/transrate/frame.c
+   M /trunk/modules/stream_out/transrate/getvlc.h
+   M /trunk/modules/stream_out/transrate/putvlc.h
+   M /trunk/modules/stream_out/transrate/transrate.c
+   M /trunk/modules/stream_out/transrate/transrate.h
+   M /trunk/modules/video_chroma/i420_rgb.c
+   M /trunk/modules/video_chroma/i420_rgb.h
+   M /trunk/modules/video_chroma/i420_rgb16.c
+   M /trunk/modules/video_chroma/i420_rgb8.c
+   M /trunk/modules/video_chroma/i420_rgb_c.h
+   M /trunk/modules/video_chroma/i420_rgb_mmx.h
+   M /trunk/modules/video_chroma/i420_ymga.c
+   M /trunk/modules/video_chroma/i420_yuy2.c
+   M /trunk/modules/video_chroma/i420_yuy2.h
+   M /trunk/modules/video_chroma/i422_yuy2.c
+   M /trunk/modules/video_chroma/i422_yuy2.h
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/blend.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/filter_common.h
+   M /trunk/modules/video_filter/invert.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/scale.c
+   M /trunk/modules/video_filter/swscale/common.h
+   M /trunk/modules/video_filter/swscale/filter.c
+   M /trunk/modules/video_filter/swscale/rgb2rgb.c
+   M /trunk/modules/video_filter/swscale/rgb2rgb.h
+   M /trunk/modules/video_filter/swscale/rgb2rgb_template.c
+   M /trunk/modules/video_filter/swscale/swscale.c
+   M /trunk/modules/video_filter/swscale/swscale.h
+   M /trunk/modules/video_filter/swscale/swscale_altivec_template.c
+   M /trunk/modules/video_filter/swscale/swscale_internal.h
+   M /trunk/modules/video_filter/swscale/swscale_template.c
+   M /trunk/modules/video_filter/swscale/yuv2rgb.c
+   M /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
+   M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
+   M /trunk/modules/video_filter/swscale/yuv2rgb_template.c
+   M /trunk/modules/video_filter/time.c
+   M /trunk/modules/video_filter/transform.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_output/aa.c
+   M /trunk/modules/video_output/caca.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/glwin32.c
+   M /trunk/modules/video_output/directx/vout.h
+   M /trunk/modules/video_output/fb.c
+   M /trunk/modules/video_output/ggi.c
+   M /trunk/modules/video_output/glide.c
+   M /trunk/modules/video_output/hd1000v.cpp
+   M /trunk/modules/video_output/image.c
+   M /trunk/modules/video_output/mga.c
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/picture.c
+   M /trunk/modules/video_output/picture.h
+   M /trunk/modules/video_output/qte/qte.cpp
+   M /trunk/modules/video_output/qte/qte.h
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/modules/video_output/snapshot.c
+   M /trunk/modules/video_output/svgalib.c
+   M /trunk/modules/video_output/wingdi.c
+   M /trunk/modules/video_output/x11/glx.c
+   M /trunk/modules/video_output/x11/x11.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xcommon.h
+   M /trunk/modules/video_output/x11/xvideo.c
+   M /trunk/modules/visualization/galaktos/PCM.c
+   M /trunk/modules/visualization/galaktos/PCM.h
+   M /trunk/modules/visualization/galaktos/beat_detect.c
+   M /trunk/modules/visualization/galaktos/beat_detect.h
+   M /trunk/modules/visualization/galaktos/builtin_funcs.c
+   M /trunk/modules/visualization/galaktos/builtin_funcs.h
+   M /trunk/modules/visualization/galaktos/common.h
+   M /trunk/modules/visualization/galaktos/compare.h
+   M /trunk/modules/visualization/galaktos/custom_shape.c
+   M /trunk/modules/visualization/galaktos/custom_shape.h
+   M /trunk/modules/visualization/galaktos/custom_shape_types.h
+   M /trunk/modules/visualization/galaktos/custom_wave.c
+   M /trunk/modules/visualization/galaktos/custom_wave.h
+   M /trunk/modules/visualization/galaktos/custom_wave_types.h
+   M /trunk/modules/visualization/galaktos/engine_vars.c
+   M /trunk/modules/visualization/galaktos/engine_vars.h
+   M /trunk/modules/visualization/galaktos/eval.c
+   M /trunk/modules/visualization/galaktos/eval.h
+   M /trunk/modules/visualization/galaktos/expr_types.h
+   M /trunk/modules/visualization/galaktos/fatal.h
+   M /trunk/modules/visualization/galaktos/fftsg.c
+   M /trunk/modules/visualization/galaktos/func.c
+   M /trunk/modules/visualization/galaktos/func.h
+   M /trunk/modules/visualization/galaktos/func_types.h
+   M /trunk/modules/visualization/galaktos/idle_preset.h
+   M /trunk/modules/visualization/galaktos/init_cond.c
+   M /trunk/modules/visualization/galaktos/init_cond.h
+   M /trunk/modules/visualization/galaktos/init_cond_types.h
+   M /trunk/modules/visualization/galaktos/interface_types.h
+   M /trunk/modules/visualization/galaktos/main.c
+   M /trunk/modules/visualization/galaktos/main.h
+   M /trunk/modules/visualization/galaktos/param.c
+   M /trunk/modules/visualization/galaktos/param.h
+   M /trunk/modules/visualization/galaktos/param_types.h
+   M /trunk/modules/visualization/galaktos/parser.c
+   M /trunk/modules/visualization/galaktos/parser.h
+   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
+   M /trunk/modules/visualization/galaktos/per_frame_eqn.h
+   M /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
+   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
+   M /trunk/modules/visualization/galaktos/per_pixel_eqn.h
+   M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
+   M /trunk/modules/visualization/galaktos/per_point_types.h
+   M /trunk/modules/visualization/galaktos/plugin.c
+   M /trunk/modules/visualization/galaktos/plugin.h
+   M /trunk/modules/visualization/galaktos/preset.c
+   M /trunk/modules/visualization/galaktos/preset.h
+   M /trunk/modules/visualization/galaktos/preset_types.h
+   M /trunk/modules/visualization/galaktos/splaytree.c
+   M /trunk/modules/visualization/galaktos/splaytree.h
+   M /trunk/modules/visualization/galaktos/splaytree_types.h
+   M /trunk/modules/visualization/galaktos/tree_types.c
+   M /trunk/modules/visualization/galaktos/tree_types.h
+   M /trunk/modules/visualization/galaktos/video_init.c
+   M /trunk/modules/visualization/galaktos/video_init.h
+   M /trunk/modules/visualization/goom.c
+   M /trunk/modules/visualization/visual/effects.c
+   M /trunk/modules/visualization/visual/fft.c
+   M /trunk/modules/visualization/visual/fft.h
+   M /trunk/modules/visualization/visual/visual.c
+   M /trunk/modules/visualization/visual/visual.h
+   M /trunk/modules/visualization/xosd.c
+   M /trunk/mozilla/support/classinfo.h
+   M /trunk/mozilla/support/npmac.cpp
+   M /trunk/mozilla/support/npunix.c
+   M /trunk/mozilla/support/npwin.cpp
+   M /trunk/mozilla/vlcpeer.cpp
+   M /trunk/mozilla/vlcpeer.h
+   M /trunk/mozilla/vlcplugin.cpp
+   M /trunk/mozilla/vlcplugin.h
+   M /trunk/mozilla/vlcshell.cpp
+   M /trunk/msvc/modules_builtin_msvc.h
+   M /trunk/python/vlcmodule.c
+   M /trunk/share/newres.h
+   M /trunk/share/resource.h
+   M /trunk/src/audio_output/common.c
+   M /trunk/src/audio_output/dec.c
+   M /trunk/src/audio_output/filters.c
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/audio_output/intf.c
+   M /trunk/src/audio_output/mixer.c
+   M /trunk/src/audio_output/output.c
+   M /trunk/src/extras/dirent.c
+   M /trunk/src/extras/getopt.c
+   M /trunk/src/extras/getopt.h
+   M /trunk/src/extras/getopt1.c
+   M /trunk/src/extras/libc.c
+   M /trunk/src/input/access.c
+   M /trunk/src/input/clock.c
+   M /trunk/src/input/control.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+   M /trunk/src/input/mem_stream.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/input/var.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/interface/intf_eject.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/beos_specific.cpp
+   M /trunk/src/misc/block.c
+   M /trunk/src/misc/charset.c
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/cpu.c
+   M /trunk/src/misc/error.c
+   M /trunk/src/misc/httpd.c
+   M /trunk/src/misc/image.c
+   M /trunk/src/misc/iso-639_def.h
+   M /trunk/src/misc/iso_lang.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/mtime.c
+   M /trunk/src/misc/net.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/misc/threads.c
+   M /trunk/src/misc/tls.c
+   M /trunk/src/misc/variables.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/src/misc/xml.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/playlist/services_discovery.c
+   M /trunk/src/playlist/sort.c
+   M /trunk/src/playlist/view.c
+   M /trunk/src/stream_output/announce.c
+   M /trunk/src/stream_output/sap.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/video_text.c
+   M /trunk/src/video_output/video_widgets.c
+   M /trunk/src/video_output/vout_intf.c
+   M /trunk/src/video_output/vout_pictures.c
+   M /trunk/src/video_output/vout_pictures.h
+   M /trunk/src/video_output/vout_subpictures.c
+   M /trunk/src/video_output/vout_synchro.c
+   M /trunk/src/vlc.c
+
+Avoid \r\n problems between platforms
+------------------------------------------------------------------------
+r10100 | robux4 | 2005-03-02 17:19:56 +0100 (Wed, 02 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: ordered chapters now functional !
+------------------------------------------------------------------------
+r10099 | robux4 | 2005-03-02 17:16:56 +0100 (Wed, 02 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/src/input/es_out.c
+
+video.c: don't display pre-rolled pictures
+es_out.c: handle the pre-roll earlier
+------------------------------------------------------------------------
+r10098 | damienf | 2005-03-02 14:45:45 +0100 (Wed, 02 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/activex/main.cpp
+   M /trunk/vlc.win32.nsi
+
+- install axvlc.dll within the VLC directory, rather than WINDOWS
+- DllRegisterServer modified to use current DLL path when registering control
+
+------------------------------------------------------------------------
+r10097 | gbazin | 2005-03-02 12:00:16 +0100 (Wed, 02 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* modules/codec/theora.c: sanity check for invalid theora header.
+------------------------------------------------------------------------
+r10096 | robux4 | 2005-03-02 11:34:01 +0100 (Wed, 02 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: correct use of the default chapter edition
+------------------------------------------------------------------------
+r10095 | courmisch | 2005-03-02 11:27:35 +0100 (Wed, 02 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/vlc-config.in.in
+
+Unbreak make vlc from subdir
+
+------------------------------------------------------------------------
+r10094 | gbazin | 2005-03-02 11:01:39 +0100 (Wed, 02 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: added a missing vlc_object_destroy().
+------------------------------------------------------------------------
+r10093 | dionoea | 2005-03-02 00:24:08 +0100 (Wed, 02 Mar 2005) | 9 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_output/picture.c
+   M /trunk/modules/video_output/picture.h
+
+Add options to give a specific channel order in mosaic
+
+ * picture.* : add picture-id option. its a string that identifies the
+               video.
+ * mosaic.c : add mosaic-order option. its a comma separated list of
+              picture-ids. Any picture who's id isn't found in the list
+              will be placed after skiping the necessary number of
+              slots needed to place all pictures defined in this list.
+
+------------------------------------------------------------------------
+r10092 | dionoea | 2005-03-02 00:21:22 +0100 (Wed, 02 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+ * change copyright date 
+
+------------------------------------------------------------------------
+r10091 | courmisch | 2005-03-01 22:24:25 +0100 (Tue, 01 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/toolbox
+   M /trunk/vlc-config.in.in
+
+- build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir
+
+------------------------------------------------------------------------
+r10090 | titer | 2005-03-01 21:56:17 +0100 (Tue, 01 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+
+ ffmpeg.patch.cvs: workaround buggy lrintf detection when cross compiling
+  (fixes WMA decoding in BeOS nightly builds)
+
+------------------------------------------------------------------------
+r10089 | courmisch | 2005-03-01 21:28:37 +0100 (Tue, 01 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+- fix is_mult call in case of Unicode build (c_str => mb_str)
+- fix IPv6 multicast address range
+- more strict IPv4 multicast address range
+
+------------------------------------------------------------------------
+r10088 | hartman | 2005-03-01 19:39:19 +0100 (Tue, 01 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/lirc.c
+
+* Fix compile issue on lirc.c
+
+------------------------------------------------------------------------
+r10087 | massiot | 2005-03-01 19:26:29 +0100 (Tue, 01 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/picture.c
+
+* modules/video_output/picture.c: Changed the order of the commands to avoid
+  holding p_picture_vout->lock for too long.
+
+------------------------------------------------------------------------
+r10086 | robux4 | 2005-03-01 18:41:36 +0100 (Tue, 01 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: better handling of the seekpoint numbers
+------------------------------------------------------------------------
+r10085 | massiot | 2005-03-01 18:30:50 +0100 (Tue, 01 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: Fixed --sout-transcode-threads=1 option
+  (what the hell is i_duplicate ?)
+
+------------------------------------------------------------------------
+r10084 | robux4 | 2005-03-01 18:28:15 +0100 (Tue, 01 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: update the current chapter during playback
+------------------------------------------------------------------------
+r10083 | dionoea | 2005-03-01 18:16:30 +0100 (Tue, 01 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+ * fix placement calculation when vborder or hborder are non zero
+
+------------------------------------------------------------------------
+r10082 | gbazin | 2005-03-01 17:26:21 +0100 (Tue, 01 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/include/audio_output.h
+   M /trunk/modules/audio_filter/converter/s16tofloat32.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
+   M /trunk/modules/audio_filter/format.c
+   M /trunk/modules/codec/lpcm.c
+   M /trunk/src/audio_output/common.c
+
+* modules/codec/lpcm.c: support for 20/24 bits LPCM.
+* modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.
+
+------------------------------------------------------------------------
+r10081 | dionoea | 2005-03-01 16:33:51 +0100 (Tue, 01 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_output/picture.c
+   M /trunk/modules/video_output/picture.h
+
+ * add svn Id support and some copyright info in picture.h
+
+------------------------------------------------------------------------
+r10080 | markfm | 2005-03-01 16:22:47 +0100 (Tue, 01 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/time.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_t, new marq-size and time-size shortcuts, accessible from rc
+
+------------------------------------------------------------------------
+r10079 | robux4 | 2005-03-01 16:01:48 +0100 (Tue, 01 Mar 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix the chapter/edition ending time
+------------------------------------------------------------------------
+r10078 | zorglub | 2005-03-01 14:31:32 +0100 (Tue, 01 Mar 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/src/playlist/item.c
+
+Fix playlist export
+Remove extra SAP debug
+
+------------------------------------------------------------------------
+r10077 | hartman | 2005-03-01 10:28:37 +0100 (Tue, 01 Mar 2005) | 4 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/doc/lirc/example.lircrc
+   M /trunk/modules/control/lirc.c
+
+* simplified the lirc code to listen for key-* strings which we can directly use to trigger hotkeys.
+* updated the example.lircrc with new required strings
+* added a notice to NEWS about changed lirc syntax.
+
+------------------------------------------------------------------------
+r10076 | gbazin | 2005-03-01 08:53:04 +0100 (Tue, 01 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/Modules.am
+   D /trunk/modules/control/rtci.c
+
+* modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF from the last commit.
+
+------------------------------------------------------------------------
+r10075 | markfm | 2005-03-01 00:40:59 +0100 (Tue, 01 Mar 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/Modules.am
+
+Remove rtci.c from modules/control (implementation on hold)
+
+------------------------------------------------------------------------
+r10074 | gbazin | 2005-02-28 21:51:32 +0100 (Mon, 28 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/menus.cpp
+   M /trunk/modules/gui/wince/timer.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+
+* modules/gui/wince: added a popup menu for the main interface.
+------------------------------------------------------------------------
+r10073 | gbazin | 2005-02-28 19:23:26 +0100 (Mon, 28 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wince/subtitles.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+
+* modules/gui/wince: usual bunch of cleanup + updates.
+------------------------------------------------------------------------
+r10072 | dionoea | 2005-02-28 16:54:07 +0100 (Mon, 28 Feb 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/rtci.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_output/picture.c
+
+ * mosaic.c, rc.c, rtci.c : callbacks to change mosaic sub filter
+                            parameters on the fly
+ * mosaic.c : center image in rectangle when keep aspect ratio is enabled
+ * picture.c : remove debug message
+
+------------------------------------------------------------------------
+r10071 | gbazin | 2005-02-28 15:40:27 +0100 (Mon, 28 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/iteminfo.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wince/preferences.cpp
+   M /trunk/modules/gui/wince/subtitles.cpp
+   M /trunk/modules/gui/wince/timer.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+   M /trunk/modules/gui/wince/wince_rc.rc
+
+* modules/gui/wince: some more cleanup.
+------------------------------------------------------------------------
+r10070 | markfm | 2005-02-28 13:48:26 +0100 (Mon, 28 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+Make sure the files are in Unix format
+
+------------------------------------------------------------------------
+r10069 | fkuehne | 2005-02-27 23:57:36 +0100 (Sun, 27 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* removed prefs_widgets.h, prefs_widgets.m, playlistinfo.h, playlistinfo.m, equalizer.m, equalizer.h, voutgl.m, voutqt.m from the build target, so they don't get copied in the Resources-folder of the binary bundle
+------------------------------------------------------------------------
+r10068 | robux4 | 2005-02-27 20:34:39 +0100 (Sun, 27 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+More ordered chapters code, still not functional
+------------------------------------------------------------------------
+r10067 | markfm | 2005-02-27 20:30:11 +0100 (Sun, 27 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_filter.h
+
+vlc_filter.h -- update pf_render_string for additional RenderText parameters.
+
+------------------------------------------------------------------------
+r10066 | markfm | 2005-02-27 20:14:41 +0100 (Sun, 27 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+freetype.c -- set default font color (white)
+
+------------------------------------------------------------------------
+r10065 | markfm | 2005-02-27 18:25:12 +0100 (Sun, 27 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/time.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+freetype and rc extensions.  i_font_color and i_font_opacity added to subpictures, allowing per-object control (defaulting to freetype).  marq and time updated to allow font color and opacity control.  rc update to allow OTF control of all marq and time options.
+
+------------------------------------------------------------------------
+r10064 | andrep | 2005-02-27 06:51:32 +0100 (Sun, 27 Feb 2005) | 28 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/macosx/voutqt.m
+
+* modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla plugin lives again!
+
+
+Some details:
+
+* This was mostly taken verbatim from revision:5717 (before the vout
+  Mozilla support was removed), though it's been edited pretty thoroughly,
+  and is now much more commented.
+
+* The "normal" vout display should be completely unaffected, since the
+  plugin-relevant code paths are only taken when p_vout->p_sys->b_embedded is
+  set to VLC_TRUE.  (I've tested the normal VLC.app, and it seems fine.)
+
+* There are still some problems with the plugin when the Mozilla window is
+  resized a lot.  I suspect this is due to threading issues with
+  QuickDraw, but I don't know enough about QuickDraw to be sure.  Help
+  with this would be very welcome.
+
+* The original patch in revision:5717 optimised the plugin display
+  slightly, by using a mask (clipping region) so that QuickDraw only
+  updated the plugin's area of the dirty region.  I elected not to use
+  a mask, since I thought the extra code complexity (i.e. lots more if()
+  branches) isn't worth the incremental speedup.  (If, in fact, there was
+  a speedup at all -- the extra overhead induced by calculating the
+  intersection of the dirty region with the mask may have offset any
+  benefits: only benchmarks will tell ...)
+
+
+------------------------------------------------------------------------
+r10063 | gbazin | 2005-02-26 20:28:41 +0100 (Sat, 26 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/fileinfo.cpp
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/iteminfo.cpp
+   M /trunk/modules/gui/wince/messages.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wince/preferences.cpp
+   M /trunk/modules/gui/wince/subtitles.cpp
+   M /trunk/modules/gui/wince/video.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+   M /trunk/modules/gui/wince/wince_rc.rc
+
+* modules/gui/wince: some more code cleanup + fixes.
+------------------------------------------------------------------------
+r10062 | zorglub | 2005-02-26 16:41:22 +0100 (Sat, 26 Feb 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/mux/mpjpeg.c
+
+* Allow all MJPEG fourcc
+* Announce content-length
+* Allow  boundary string customization
+
+------------------------------------------------------------------------
+r10061 | fenrir | 2005-02-25 17:05:22 +0100 (Fri, 25 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* ts: if no dts but there is a pts then dts == pts.
+
+
+------------------------------------------------------------------------
+r10060 | gbazin | 2005-02-25 09:33:38 +0100 (Fri, 25 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/wince.h
+   M /trunk/modules/gui/wince/wince_rc.rc
+
+* ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.
+------------------------------------------------------------------------
+r10059 | dionoea | 2005-02-25 00:31:56 +0100 (Fri, 25 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/po/da.po
+
+Updated danish translation by Jonas Larsen (E-bola)
+
+------------------------------------------------------------------------
+r10058 | robux4 | 2005-02-24 18:13:22 +0100 (Thu, 24 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+fill more data in the chapter classes
+------------------------------------------------------------------------
+r10057 | gbazin | 2005-02-24 16:19:05 +0100 (Thu, 24 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/fileinfo.cpp
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/iteminfo.cpp
+   M /trunk/modules/gui/wince/messages.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wince/preferences.cpp
+   M /trunk/modules/gui/wince/preferences_widgets.cpp
+   M /trunk/modules/gui/wince/preferences_widgets.h
+   M /trunk/modules/gui/wince/subtitles.cpp
+   M /trunk/modules/gui/wince/timer.cpp
+   M /trunk/modules/gui/wince/video.cpp
+   M /trunk/modules/gui/wince/wince.h
+
+* modules/gui/wince: cleanup + ported to win32 (but not tried yet ;).
+------------------------------------------------------------------------
+r10056 | robux4 | 2005-02-24 14:39:38 +0100 (Thu, 24 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: add more code to support ordered chapters
+------------------------------------------------------------------------
+r10055 | hartman | 2005-02-24 01:07:30 +0100 (Thu, 24 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.
+
+------------------------------------------------------------------------
+r10054 | hartman | 2005-02-23 23:28:36 +0100 (Wed, 23 Feb 2005) | 2 lines
+Changed paths:
+   A /trunk/extras/contrib/src/Patches/goom.patch
+
+* Forgot to commit the goom2k4 patch
+
+------------------------------------------------------------------------
+r10053 | hartman | 2005-02-23 21:15:28 +0100 (Wed, 23 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+* freetype.c: fix for blurry subs? someone please confirm
+
+------------------------------------------------------------------------
+r10052 | zorglub | 2005-02-23 18:25:46 +0100 (Wed, 23 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/TODO
+   M /trunk/configure.ac
+
+Re-enable directory
+
+------------------------------------------------------------------------
+r10051 | hartman | 2005-02-23 17:27:01 +0100 (Wed, 23 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* Fix setRepresentedFilename in case p_access not present (ie. in case of access_demux)
+
+------------------------------------------------------------------------
+r10050 | hartman | 2005-02-23 16:26:27 +0100 (Wed, 23 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Lets use the final version of goom2k4
+
+------------------------------------------------------------------------
+r10049 | gbazin | 2005-02-23 15:52:09 +0100 (Wed, 23 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: MSVC compilation fix.
+------------------------------------------------------------------------
+r10048 | hartman | 2005-02-23 15:37:56 +0100 (Wed, 23 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.h
+   M /trunk/modules/gui/macosx/prefs.m
+
+* Let's break the prefs again for OSX
+  now to get it working. There is a semi-todo/design list in prefs.m.
+
+------------------------------------------------------------------------
+r10047 | damienf | 2005-02-23 15:26:47 +0100 (Wed, 23 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/activex/axvlc.inf
+
+- changed sample axvlc.inf to use VLC NSI installer
+
+------------------------------------------------------------------------
+r10046 | damienf | 2005-02-23 15:09:40 +0100 (Wed, 23 Feb 2005) | 5 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi
+
+- inserted uninstall entry for activex plugin
+- fixed autoplay for DVD and CD
+
+caveat for CD, the cdda plugin must be fixed to allow for a MRL of the form cdda:D:\ (needs to support the trailing backslash)
+
+------------------------------------------------------------------------
+r10045 | hartman | 2005-02-23 14:53:28 +0100 (Wed, 23 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/about.h
+   M /trunk/modules/gui/macosx/about.m
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/modules/gui/macosx/voutqt.m
+
+* Update copyright to 2005 where appropriate.
+
+------------------------------------------------------------------------
+r10044 | robux4 | 2005-02-23 13:13:17 +0100 (Wed, 23 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: I was wrong, the dirent export works
+------------------------------------------------------------------------
+r10043 | robux4 | 2005-02-23 12:48:25 +0100 (Wed, 23 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix dirent issue with the recent "fixes"
+------------------------------------------------------------------------
+r10042 | hartman | 2005-02-23 12:37:04 +0100 (Wed, 23 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+
+* hooked up the Playlist window menuitem to an action
+* added com-shift-E and com-shift-M keycombo's for Equalizer window and Messages window
+
+------------------------------------------------------------------------
+r10041 | sigmunau | 2005-02-23 11:33:07 +0100 (Wed, 23 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/wall.c
+
+wall.c: user-configurable aspect-ratio for the displays
+
+------------------------------------------------------------------------
+r10040 | sigmunau | 2005-02-23 11:11:33 +0100 (Wed, 23 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/wall.c
+
+wall.c: shut up two compiler warnings. Fix two (only one actually
+experienced) rounding errors causing invalid reads and green lines.
+
+------------------------------------------------------------------------
+r10039 | sigmunau | 2005-02-23 10:12:31 +0100 (Wed, 23 Feb 2005) | 9 lines
+Changed paths:
+   M /trunk/modules/video_filter/wall.c
+
+wall.c: set the total output aspect ratio to the device aspect ratio, even
+if size constrains stoped us from making the parts have that aspect ratio.
+This causes a slight stretch of the image in some direction but should
+totally remove black lines between the elements.
+todo:
+ * make device aspect ratio configureable (easy)
+ * handle anamorphic input video (medium)
+
+
+------------------------------------------------------------------------
+r10038 | gbazin | 2005-02-23 09:09:46 +0100 (Wed, 23 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: wince interface moved to builtins.
+------------------------------------------------------------------------
+r10037 | markfm | 2005-02-23 04:37:45 +0100 (Wed, 23 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+freetype.c  Correct color mapping, make color choice a 16-item pick list, add on-the-fly capability (independent color/opacity for time, marquee, etc.)
+
+------------------------------------------------------------------------
+r10036 | hartman | 2005-02-22 23:11:26 +0100 (Tue, 22 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+* renamed sap module from "SAP interface" to "SAP announces"
+
+------------------------------------------------------------------------
+r10035 | djc | 2005-02-22 18:27:04 +0100 (Tue, 22 Feb 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+We use setRepresentedFilename if access is File.
+Title is found in input instead of playlist (fix a small vlm bug...).
+
+
+------------------------------------------------------------------------
+r10034 | gbazin | 2005-02-22 16:53:42 +0100 (Tue, 22 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fixed typo + removed some plugins from the WinCE build.
+------------------------------------------------------------------------
+r10033 | damienf | 2005-02-22 16:35:01 +0100 (Tue, 22 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/dshow/filter.cpp
+
+- changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in)
+
+------------------------------------------------------------------------
+r10032 | gbazin | 2005-02-22 14:13:29 +0100 (Tue, 22 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+* modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain why the check is triggered though).
+------------------------------------------------------------------------
+r10031 | gbazin | 2005-02-22 13:50:43 +0100 (Tue, 22 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/threads.c
+
+* src/misc/threads.c: print thread timing statistics on thread destruction (Win32 only).
+------------------------------------------------------------------------
+r10030 | damienf | 2005-02-22 12:13:11 +0100 (Tue, 22 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi
+
+added ActiveX control to the VLC installer
+
+------------------------------------------------------------------------
+r10029 | gbazin | 2005-02-21 21:32:36 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+* modules/demux/ogg.c: added support for new Ogg mapping for FLAC.
+------------------------------------------------------------------------
+r10028 | gbazin | 2005-02-21 20:16:22 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+
+* modules/codec/vorbis.c: uninitialized variable.
+------------------------------------------------------------------------
+r10027 | gbazin | 2005-02-21 20:15:33 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: mux_ts was moved to builtins by mistake.
+------------------------------------------------------------------------
+r10025 | gbazin | 2005-02-21 18:51:53 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+* modules/misc/network/ipv4.c: multicast support for WinCE.
+------------------------------------------------------------------------
+r10024 | gbazin | 2005-02-21 18:50:54 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/directory.c
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c, modules/access/directory.c: Win32 fixes (GetFileAttributes() returns -1 on error).
+------------------------------------------------------------------------
+r10023 | djc | 2005-02-21 17:12:14 +0100 (Mon, 21 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+Do not use setTitleWithRepresentedFilename if input is not a file.
+
+
+------------------------------------------------------------------------
+r10022 | sigmunau | 2005-02-21 16:58:02 +0100 (Mon, 21 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/wall.c
+
+wall.c: handle some rounding error causing a integer overflow. more window
+size constrain fixes
+
+------------------------------------------------------------------------
+r10021 | dionoea | 2005-02-21 16:23:46 +0100 (Mon, 21 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_output/picture.c
+
+ * picture.c : slightly cleaner picture_t freeing
+ * mosaic.c : add a switch to keep aspect ratio when resizing
+
+------------------------------------------------------------------------
+r10020 | gbazin | 2005-02-21 14:50:17 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+* include/vlc_common.h: compilation fix.
+------------------------------------------------------------------------
+r10019 | dionoea | 2005-02-21 14:39:01 +0100 (Mon, 21 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_output/picture.c
+
+ * update the copyright dates
+
+------------------------------------------------------------------------
+r10018 | gbazin | 2005-02-21 14:35:15 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/directory.c
+
+* configure.ac, modules/access/directory.c: enabled the directory access module on WinCE.
+------------------------------------------------------------------------
+r10017 | dionoea | 2005-02-21 14:13:52 +0100 (Mon, 21 Feb 2005) | 31 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   A /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_output/Modules.am
+   A /trunk/modules/video_output/picture.c
+   A /trunk/modules/video_output/picture.h
+
+Basic mosaic, video blending modules
+ * picture.c picture.h : vout that copies the rendered image in a libvlc
+                         object.
+ * mosaic.c : sub filter that takes all the images created by the picture
+              module and blends them over the current video
+
+I think i still have loads of things to fix (like memleaks)
+
+Simple vlm configuration file to see this work :
+<<<<
+new chan1 broadcast enabled
+setup chan1 input somevideo1.avi
+setup chan1 option vout=picture
+
+new chan2 broadcast enabled
+setup chan2 input somevideo2.avi
+setup chan2 option vout=picture
+
+new bg broadcast enabled
+setup bg input somevideo0.avi
+setup bg option sub-filter=mosaic
+
+control bg play
+control chan1 play
+control chan2 play
+>>>>
+
+You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf
+
+
+
+------------------------------------------------------------------------
+r10016 | gbazin | 2005-02-21 14:07:54 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   D /trunk/src/extras/dirent.h
+
+* src/extras/dirent.h: removed useless file.
+------------------------------------------------------------------------
+r10015 | yoann | 2005-02-21 14:06:08 +0100 (Mon, 21 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+* src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)
+
+------------------------------------------------------------------------
+r10014 | gbazin | 2005-02-21 14:00:20 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/control/http.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/src/theme_repository.cpp
+   M /trunk/modules/gui/wince/wince.h
+   M /trunk/src/extras/dirent.c
+   M /trunk/src/input/subtitles.c
+
+* src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.
+------------------------------------------------------------------------
+r10013 | sigmunau | 2005-02-21 13:03:28 +0100 (Mon, 21 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/wall.c
+
+wall.c: create properly sized (multiple of two each way) windows. set
+correct output resolution on the created windows
+
+------------------------------------------------------------------------
+r10012 | fenrir | 2005-02-21 10:10:53 +0100 (Mon, 21 Feb 2005) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom: automatic TCP rollover when no data was received in 900ms and
+ auto eof when no more data received in 3s (not tested a lot, so please report
+ any problem).
+  Do not set dts for video stream (make libmpeg2 happy).
+
+------------------------------------------------------------------------
+r10011 | fenrir | 2005-02-21 10:05:11 +0100 (Mon, 21 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * all: woops (debug messages left).
+
+------------------------------------------------------------------------
+r10010 | fenrir | 2005-02-21 10:03:07 +0100 (Mon, 21 Feb 2005) | 11 lines
+Changed paths:
+   M /trunk/include/vlc_block.h
+   M /trunk/include/vlc_es_out.h
+   M /trunk/modules/codec/a52.c
+   M /trunk/modules/codec/dts.c
+   M /trunk/modules/codec/faad.c
+   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/modules/codec/mpeg_audio.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+
+ * block: added 
+    - BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
+ BLOCK_FLAG_DISCONTINUITY in that case)
+    - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
+ * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
+ * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
+ (untested).
+ * mp4: added support for CTTS table (pts, needed for h264+bframe).
+ * decoders: for now handle discontinuity and corrupted block the same way.
+
+
+------------------------------------------------------------------------
+r10009 | robux4 | 2005-02-21 09:07:34 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: prepare code for multiple editions and ordered editions
+------------------------------------------------------------------------
+r10008 | robux4 | 2005-02-21 08:52:19 +0100 (Mon, 21 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: do not spread gcc problems to other compilers
+------------------------------------------------------------------------
+r10007 | yoann | 2005-02-21 00:22:21 +0100 (Mon, 21 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+* src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media
+
+------------------------------------------------------------------------
+r10004 | gbazin | 2005-02-20 22:38:36 +0100 (Sun, 20 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+
+* modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.
+------------------------------------------------------------------------
+r10003 | gbazin | 2005-02-20 22:26:14 +0100 (Sun, 20 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: WinCE build fix.
+------------------------------------------------------------------------
+r10002 | zorglub | 2005-02-20 21:56:05 +0100 (Sun, 20 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Add sdp meta-data to playlist
+
+------------------------------------------------------------------------
+r10001 | yoann | 2005-02-20 21:54:03 +0100 (Sun, 20 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+* src/misc/vlm.c: addded 'inputdel' setup command
+------------------------------------------------------------------------
+r9999 | gbazin | 2005-02-20 21:53:01 +0100 (Sun, 20 Feb 2005) | 1 line
+Changed paths:
+   A /trunk/INSTALL.wince
+
+* INSTALL.wince: preliminary build instructions for the WinCE port of VLC.
+------------------------------------------------------------------------
+r9998 | gbazin | 2005-02-20 21:47:04 +0100 (Sun, 20 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+   M /trunk/modules/gui/wince/wince_rc.rc
+   M /trunk/src/misc/httpd.c
+
+* src/misc/httpd.c,  modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.
+------------------------------------------------------------------------
+r9994 | markfm | 2005-02-20 17:05:39 +0100 (Sun, 20 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+freetype.c  Change opacity to 0...255, add --freetype-color hex_RGB shortcut
+
+------------------------------------------------------------------------
+r9991 | gbazin | 2005-02-20 16:37:23 +0100 (Sun, 20 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/wingdi.c
+
+* modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).
+------------------------------------------------------------------------
+r9990 | gbazin | 2005-02-20 16:16:12 +0100 (Sun, 20 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/video.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+
+* modules/gui/wince: misc small fixes.
+------------------------------------------------------------------------
+r9989 | titer | 2005-02-20 15:12:34 +0100 (Sun, 20 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+ video_filter/marq.c: converted to unix file format
+
+------------------------------------------------------------------------
+r9988 | sigmunau | 2005-02-20 14:27:11 +0100 (Sun, 20 Feb 2005) | 9 lines
+Changed paths:
+   M /trunk/modules/video_filter/wall.c
+
+wall.c: try to make all windows in a given aspect ratio for proper
+fullscreen. Collect the "blackness" on the far left/right/top/bottom.
+todo:
+* Make window aspect-ratio configureable
+* handle anamorphic input
+* constain the sizes of the windows to legal values
+* handle some rounding errors
+
+
+------------------------------------------------------------------------
+r9987 | markfm | 2005-02-20 01:12:15 +0100 (Sun, 20 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+freetype.c  add --freetype-opacity (0..100%), to control text transparency
+
+------------------------------------------------------------------------
+r9986 | markfm | 2005-02-19 13:27:18 +0100 (Sat, 19 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+marq.c -- allow relative positioning, like logo, via --marq-pos
+
+------------------------------------------------------------------------
+r9985 | titer | 2005-02-19 02:58:57 +0100 (Sat, 19 Feb 2005) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+ configure.ac: added --disable/enable-hal
+ Makefile.am: in package-beos, use $(STRIP) instead of strip since we
+   might be cross-compiling
+
+------------------------------------------------------------------------
+r9984 | titer | 2005-02-19 02:46:28 +0100 (Sat, 19 Feb 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+ demux/mkv.cpp: be gcc 2.9x friendly:
+  + careful when using std::string's compare, it has changed with gcc 3,
+    you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif
+  + gcc 2.9x doesn't know at() for vectors, use iterators instead
+
+------------------------------------------------------------------------
+r9983 | sigmunau | 2005-02-19 00:37:25 +0100 (Sat, 19 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/wall.c
+
+wall.c: reverted previous commit, new proper fix
+
+------------------------------------------------------------------------
+r9982 | titer | 2005-02-18 23:48:11 +0100 (Fri, 18 Feb 2005) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/README
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+
+ contrib/*: enhanced contrib system to support cross-compilations.
+   Give an argument to bootstrap to use it (for example
+   `./bootstrap i586-pc-beos')
+
+------------------------------------------------------------------------
+r9981 | titer | 2005-02-18 17:13:11 +0100 (Fri, 18 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+ contrib/src/Makefile: fixed fribidi build on OS X != 10.2
+
+------------------------------------------------------------------------
+r9980 | titer | 2005-02-18 16:18:29 +0100 (Fri, 18 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+ opengl.c: higher priority on OS X
+
+------------------------------------------------------------------------
+r9979 | sigmunau | 2005-02-18 16:13:08 +0100 (Fri, 18 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/wall.c
+
+wall.c: do not assume all windows are equal width if they are not.
+
+------------------------------------------------------------------------
+r9978 | titer | 2005-02-18 16:11:21 +0100 (Fri, 18 Feb 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/voutgl.m
+
+ macosx/voutgl.m: fixed another crash (hopefully the last one).
+   Looks like OS X delayed the window destruction, causing the crash
+   since reshape tries to use p_vout after it's been freed.
+
+------------------------------------------------------------------------
+r9977 | robux4 | 2005-02-18 16:07:57 +0100 (Fri, 18 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: handle seeking the way it's supposed to work (in the future)
+------------------------------------------------------------------------
+r9976 | titer | 2005-02-18 15:01:21 +0100 (Fri, 18 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/modules/gui/macosx/voutqt.m
+   M /trunk/modules/video_output/opengl.c
+
+ video_output/opengl.c: fixed a (OS X only) segfault
+ macosx/vout*.m: cleaning
+
+------------------------------------------------------------------------
+r9975 | gbazin | 2005-02-18 11:49:08 +0100 (Fri, 18 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* Makefile.am: fixed package-win32 target
+------------------------------------------------------------------------
+r9974 | gbazin | 2005-02-18 11:16:13 +0100 (Fri, 18 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/streamout.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/streamout.cpp: Added an sout-all checkbox + removed the RTP output line which was cluttering the dialog box more than anything else.
+------------------------------------------------------------------------
+r9972 | fkuehne | 2005-02-17 21:43:16 +0100 (Thu, 17 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+* mirrored the 'services discovery' menu in the file menu -- the flags indicating the running services are partially broken (you do only see them at the same position as you activated the service). I'll fix that after the WE
+------------------------------------------------------------------------
+r9971 | robux4 | 2005-02-17 21:12:53 +0100 (Thu, 17 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: fix the update of the timecode and position bar after seeking
+------------------------------------------------------------------------
+r9970 | hartman | 2005-02-17 18:30:36 +0100 (Thu, 17 Feb 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/playlist.m
+
+* playlist.m:
+  - Make sure cd/dvd's can be D&D and recognized. (cdda autodetection still fails)
+  - Make sure disk names are retrieved when opening cd/dvd's
+* macosx.m: Give the submodules proper descriptions.
+
+------------------------------------------------------------------------
+r9969 | robux4 | 2005-02-17 13:39:40 +0100 (Thu, 17 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: more debug and checks
+------------------------------------------------------------------------
+r9968 | damienf | 2005-02-17 13:08:11 +0100 (Thu, 17 Feb 2005) | 2 lines
+Changed paths:
+   D /trunk/activex/axvlc.reg
+
+no longer necessary, thanks to self-registration 
+
+------------------------------------------------------------------------
+r9967 | damienf | 2005-02-17 13:06:01 +0100 (Thu, 17 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/activex/README.TXT
+   M /trunk/activex/axvlc.idl
+   A /trunk/activex/axvlc.inf
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.c
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/main.cpp
+   M /trunk/activex/oleobject.cpp
+   M /trunk/activex/persistpropbag.cpp
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   M /trunk/activex/provideclassinfo.cpp
+   M /trunk/activex/test.html
+   M /trunk/activex/vlccontrol.cpp
+   M /trunk/configure.ac
+
+- miscelleanous fixes and improvements
+- self registration (Internet installation now possible)
+
+------------------------------------------------------------------------
+r9966 | robux4 | 2005-02-17 11:27:41 +0100 (Thu, 17 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: finer granularity for seeking (useful for long files)
+------------------------------------------------------------------------
+r9965 | hartman | 2005-02-17 02:53:50 +0100 (Thu, 17 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/misc.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Finally fixed the issue with resizing the controller and the broken playlist view that was the result of this resize. Estimated 60 hours spent to work around a stupid autoresize bug in the AppKit of Cocoa.
+
+------------------------------------------------------------------------
+r9961 | robux4 | 2005-02-16 23:01:41 +0100 (Wed, 16 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/aac.c
+   M /trunk/modules/demux/aiff.c
+   M /trunk/modules/demux/au.c
+   M /trunk/modules/demux/demuxdump.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/mjpeg.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mod.c
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/demux/ps.c
+   M /trunk/modules/demux/pva.c
+   M /trunk/modules/demux/rawdv.c
+   M /trunk/modules/demux/real.c
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/modules/demux/subtitle.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/vobsub.c
+   M /trunk/modules/demux/wav.c
+
+avoid \r\n problems
+------------------------------------------------------------------------
+r9960 | robux4 | 2005-02-16 22:16:34 +0100 (Wed, 16 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: use time-based seeking whenever possible
+------------------------------------------------------------------------
+r9959 | fkuehne | 2005-02-16 19:00:06 +0100 (Wed, 16 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   A /trunk/po/ne.po
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
+
+* ALL:  added Nepali as the last of Simos Xenitellis' list of languages
+------------------------------------------------------------------------
+r9958 | gbazin | 2005-02-16 16:35:35 +0100 (Wed, 16 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+* modules/misc/network/ipv4.c: WinCE fix.
+------------------------------------------------------------------------
+r9957 | gbazin | 2005-02-16 16:34:53 +0100 (Wed, 16 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/src/extras/libc.c
+
+* src/extras/libc.c: fixed vlc_strncasecmp().
+------------------------------------------------------------------------
+r9956 | hartman | 2005-02-16 14:49:41 +0100 (Wed, 16 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+* forgot to commit this yesterday after the --spu-foo renames
+
+------------------------------------------------------------------------
+r9955 | gbazin | 2005-02-16 09:29:47 +0100 (Wed, 16 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_output/Modules.am
+   M /trunk/modules/video_output/wingdi.c
+
+* configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE.
+------------------------------------------------------------------------
+r9954 | gbazin | 2005-02-16 01:48:12 +0100 (Wed, 16 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fixed typo.
+------------------------------------------------------------------------
+r9953 | gbazin | 2005-02-16 01:34:27 +0100 (Wed, 16 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/Modules.am
+   D /trunk/modules/gui/wince/wince.rc
+   A /trunk/modules/gui/wince/wince_rc.rc (from /trunk/modules/gui/wince/wince.rc:9946)
+
+* modules/gui/wince: compile the resource file as well.
+------------------------------------------------------------------------
+r9952 | gbazin | 2005-02-15 23:44:28 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+*  modules/demux/ts.c: WinCE fix.
+------------------------------------------------------------------------
+r9951 | hartman | 2005-02-15 23:37:57 +0100 (Tue, 15 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* correction of the description of audio-language
+
+------------------------------------------------------------------------
+r9950 | gbazin | 2005-02-15 23:36:56 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: don't compile mux_ts if --disable-sout is specified.
+------------------------------------------------------------------------
+r9949 | gbazin | 2005-02-15 23:28:31 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: another wince build fix.
+------------------------------------------------------------------------
+r9948 | gbazin | 2005-02-15 23:10:26 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/vlc.c
+
+* configure.ac, src/vlc.c: WinCE build fixes.
+------------------------------------------------------------------------
+r9947 | gbazin | 2005-02-15 23:01:17 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.c
+
+* src/libvlc.c: fixed small memory leak.
+------------------------------------------------------------------------
+r9946 | gbazin | 2005-02-15 22:56:54 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wince/fileinfo.cpp
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/iteminfo.cpp
+   M /trunk/modules/gui/wince/menus.cpp
+   M /trunk/modules/gui/wince/messages.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wince/preferences.cpp
+   M /trunk/modules/gui/wince/preferences_widgets.cpp
+   M /trunk/modules/gui/wince/subtitles.cpp
+   M /trunk/modules/gui/wince/timer.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wince/wince.h
+   M /trunk/modules/gui/wince/wince.rc
+
+* modules/gui/wince: WinCE build fixes.
+------------------------------------------------------------------------
+r9945 | gbazin | 2005-02-15 22:40:17 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fixed typo.
+------------------------------------------------------------------------
+r9944 | gbazin | 2005-02-15 22:26:24 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/include/vlc/vlc.h
+
+* include/vlc/vlc.h: WinCE build fix.
+------------------------------------------------------------------------
+r9943 | gbazin | 2005-02-15 22:22:47 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/m4/vlc.m4
+
+* m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.
+------------------------------------------------------------------------
+r9942 | gbazin | 2005-02-15 22:21:17 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/include/vlc_threads.h
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/codec/cmml/browser_open.c
+   M /trunk/modules/video_output/wingdi.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/win32_specific.c
+
+* ALL: WinCE build fixes.
+------------------------------------------------------------------------
+r9941 | gbazin | 2005-02-15 22:11:27 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: forgot to save this change.
+------------------------------------------------------------------------
+r9940 | gbazin | 2005-02-15 22:09:09 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+* configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.
+------------------------------------------------------------------------
+r9939 | gbazin | 2005-02-15 21:44:22 +0100 (Tue, 15 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/messages.cpp
+
+* modules/gui/wxwindows/messages.cpp: fixed insertion point in messages window.
+------------------------------------------------------------------------
+r9938 | hartman | 2005-02-15 21:29:29 +0100 (Tue, 15 Feb 2005) | 5 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/include/vlc_es_out.h
+   M /trunk/include/vlc_input.h
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/var.c
+   M /trunk/src/libvlc.h
+
+* renamed --spu-track to --sub-track
+* renamed --spumargin to --sub-margin
+* renamed --spu-language to --sub-language
+* added note to NEWS about changed names of options
+
+------------------------------------------------------------------------
+r9937 | hartman | 2005-02-15 21:03:09 +0100 (Tue, 15 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
+
+* Added the new languages to the prefs and the OSX environment.
+
+------------------------------------------------------------------------
+r9936 | hartman | 2005-02-15 18:34:40 +0100 (Tue, 15 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/activex
+
+* Set svn:ignore on activex dir.
+
+------------------------------------------------------------------------
+r9935 | hartman | 2005-02-15 18:33:58 +0100 (Tue, 15 Feb 2005) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_access.h
+   M /trunk/include/vlc_es_out.h
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/var.c
+   M /trunk/src/libvlc.h
+
+* renamed audio-channel to audio-track so ppl don't confuse it with audio-channels
+* renamed spu-channel to spu-track
+* "Tracks settings" should be "Track settings"
+
+------------------------------------------------------------------------
+r9934 | courmisch | 2005-02-15 14:55:08 +0100 (Tue, 15 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/activex/inplace.bmp
+   M /trunk/evc/errno.h
+   M /trunk/extras/MacOSX/Resources/about_bg.png
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/control/rtci.c
+   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+   M /trunk/modules/gui/skins2/events/evt_key.cpp
+   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
+   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
+   M /trunk/modules/gui/skins2/events/evt_special.cpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/anchor.cpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/skins2/src/theme.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/src/theme_loader.hpp
+   M /trunk/modules/gui/skins2/src/theme_repository.cpp
+   M /trunk/modules/gui/skins2/src/theme_repository.hpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/utils/fsm.cpp
+   M /trunk/modules/gui/skins2/utils/var_bool.cpp
+   M /trunk/modules/gui/skins2/utils/var_bool.hpp
+   M /trunk/modules/gui/skins2/utils/var_text.cpp
+   M /trunk/modules/gui/skins2/utils/var_text.hpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+   M /trunk/modules/gui/skins2/vars/time.hpp
+   M /trunk/modules/gui/skins2/vars/volume.hpp
+   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
+   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
+   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
+   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
+   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
+   M /trunk/modules/gui/wince/wince.rc
+   M /trunk/modules/video_output/wingdi.c
+
+Remove bogus executable permissions
+
+------------------------------------------------------------------------
+r9933 | dionoea | 2005-02-14 22:41:21 +0100 (Mon, 14 Feb 2005) | 5 lines
+Changed paths:
+   M /trunk/doc/vlc.1
+
+ * small man page update. It'd be nice to the http://videolan.org/doc
+  url somewhere but i don't know where man page conventions would put
+  that.
+
+
+------------------------------------------------------------------------
+r9932 | robux4 | 2005-02-14 22:31:18 +0100 (Mon, 14 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: don't wait for frames that won't be displayed when seeking
+------------------------------------------------------------------------
+r9931 | robux4 | 2005-02-14 22:00:52 +0100 (Mon, 14 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: try to decode H.264 with the avc1 FourCC (same as used for the MP4 source)
+------------------------------------------------------------------------
+r9929 | gbazin | 2005-02-14 11:12:19 +0100 (Mon, 14 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmstu.c
+
+* modules/access/mms: fixed recent breakage.
+------------------------------------------------------------------------
+r9928 | gbazin | 2005-02-14 10:38:51 +0100 (Mon, 14 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/modules/demux/mkv.cpp
+
+* modules/demux/mkv.cpp: fix for chapters seeking + support for more chapter elements, like hidden chapters. Patch by Steve Lhomme (steve dot lhomme at free dot fr).
+* include/vlc_input.h: added an i_level member to seekpoint_t for nested chapters (patch by Steve Lhomme).
+
+------------------------------------------------------------------------
+r9927 | markfm | 2005-02-13 23:16:48 +0100 (Sun, 13 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+wizard.cpp -- Change video and audio codec comboboxes to wxCB_DROPDOWN| wxCB_READONLY
+
+------------------------------------------------------------------------
+r9926 | markfm | 2005-02-13 17:16:15 +0100 (Sun, 13 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+wizard.cpp -- change checkboxes to use wxALIGN_CENTER_VERTICAL|wxALL instead of wxLEFT (alignment fix)
+
+------------------------------------------------------------------------
+r9924 | fkuehne | 2005-02-12 13:41:00 +0100 (Sat, 12 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/ebml.patch
+   D /trunk/extras/contrib/src/Patches/matroska.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* all: updated the used Matroska/Ebml versions to 0.7.5 / 0.7.3, removed the old patches and changed their URLs to the official server instead of the VideoLAN-one
+------------------------------------------------------------------------
+r9923 | fkuehne | 2005-02-12 12:46:32 +0100 (Sat, 12 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/bn.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/my.po
+   M /trunk/po/nl.po
+   M /trunk/po/no.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/tl.po
+   M /trunk/po/vlc.pot
+
+* all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po)
+------------------------------------------------------------------------
+r9922 | gbazin | 2005-02-12 12:00:56 +0100 (Sat, 12 Feb 2005) | 6 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/demux/livedotcom.cpp
+
+* modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable clock synchro 
+algorithm for http/mms/rtsp by default for now since our algo was designed for local network 
+streaming of MPEG over UDP in mind and doesn't work well in other cases.
+You can still use the --clock-synchro config option to override this.
+Hopefully this commit will be reverted once the clock synchro has been re-written.
+
+------------------------------------------------------------------------
+r9921 | fkuehne | 2005-02-12 11:38:14 +0100 (Sat, 12 Feb 2005) | 1 line
+Changed paths:
+   A /trunk/po/bn.po
+   A /trunk/po/hi.po
+   A /trunk/po/my.po
+   A /trunk/po/ps.po
+   A /trunk/po/tet.po
+   A /trunk/po/tl.po
+
+sorry for the previous commit. here are the new po-files.
+------------------------------------------------------------------------
+r9920 | fkuehne | 2005-02-12 11:33:45 +0100 (Sat, 12 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/nl.po
+   M /trunk/po/no.po
+   M /trunk/po/pl.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/vlc.pot
+
+* all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team
+------------------------------------------------------------------------
+r9919 | gbazin | 2005-02-11 13:36:22 +0100 (Fri, 11 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+
+* modules/access/dvdnav.c: fixed typo.
+------------------------------------------------------------------------
+r9918 | damienf | 2005-02-11 12:39:04 +0100 (Fri, 11 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+
+GCC 3.3.3 has strong type checking
+------------------------------------------------------------------------
+r9917 | gbazin | 2005-02-11 11:57:03 +0100 (Fri, 11 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.
+------------------------------------------------------------------------
+r9916 | zorglub | 2005-02-11 11:30:09 +0100 (Fri, 11 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+Added Steve Lhomme to the list of contributors. Thanks :)
+
+------------------------------------------------------------------------
+r9915 | gbazin | 2005-02-11 11:03:50 +0100 (Fri, 11 Feb 2005) | 4 lines
+Changed paths:
+   M /trunk/msvc/plugins.dsp.in
+   M /trunk/msvc/vlc.dsp.in
+
+* msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
+  Here is a patch to have the same file names and locations as the mingw32 build.
+  It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...
+
+------------------------------------------------------------------------
+r9914 | gbazin | 2005-02-10 15:45:34 +0100 (Thu, 10 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.
+------------------------------------------------------------------------
+r9913 | gbazin | 2005-02-10 14:43:10 +0100 (Thu, 10 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.c
+
+* src/libvlc.c: help now prints the list of integer values.
+------------------------------------------------------------------------
+r9912 | gbazin | 2005-02-10 14:26:52 +0100 (Thu, 10 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/var.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.
+------------------------------------------------------------------------
+r9911 | gbazin | 2005-02-10 12:58:12 +0100 (Thu, 10 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+
+* modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).
+------------------------------------------------------------------------
+r9910 | gbazin | 2005-02-10 12:56:54 +0100 (Thu, 10 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+* modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.
+------------------------------------------------------------------------
+r9909 | gbazin | 2005-02-10 11:32:54 +0100 (Thu, 10 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+* modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default playlist size.
+------------------------------------------------------------------------
+r9908 | gbazin | 2005-02-09 14:52:40 +0100 (Wed, 09 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: toolbar flickering fix.
+------------------------------------------------------------------------
+r9907 | gbazin | 2005-02-09 11:45:26 +0100 (Wed, 09 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* modules/demux/mkv.cpp: compilation fixes.
+------------------------------------------------------------------------
+r9906 | gbazin | 2005-02-09 11:09:41 +0100 (Wed, 09 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/mkv.cpp
+
+* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file.
+This will be useful to find segments corresponding to the different titles/domains (as in DVDs).
+
+------------------------------------------------------------------------
+r9905 | gbazin | 2005-02-09 10:37:08 +0100 (Wed, 09 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/src/extras/libc.c
+
+* src/extras/libc.c: removed unused vlc_seek().
+------------------------------------------------------------------------
+r9904 | fenrir | 2005-02-08 18:05:37 +0100 (Tue, 08 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: correct use of descriptor 0x5 (for ac3 and lpcm too).
+
+------------------------------------------------------------------------
+r9903 | fenrir | 2005-02-08 18:02:49 +0100 (Tue, 08 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_access.h
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/src/input/stream.c
+
+ * all: better support for MBR mms stream (display only received streams).
+
+------------------------------------------------------------------------
+r9902 | fenrir | 2005-02-08 18:00:18 +0100 (Tue, 08 Feb 2005) | 13 lines
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/var.c
+   M /trunk/src/libvlc.h
+
+ * all: added a --audio-language and --spu-language to select tracks based
+ on language code.
+ Both options accepts a list (comma separated) of country code(2/3 letters)
+or name (english/native).
+ For demuxers that doesn't provide language info, they are ignored.
+
+ Support for dvdnav isn't complete (only first language is tried) and untested.
+
+ Ex: --spu-language en,fr will try to select english track and if none
+ then french one (and if none, no subtitle).
+ (you can also use --spu-language english,french or english,francais)
+
+------------------------------------------------------------------------
+r9901 | fenrir | 2005-02-08 17:45:47 +0100 (Tue, 08 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http: add a redirect from */index.html to */
+
+------------------------------------------------------------------------
+r9900 | zorglub | 2005-02-08 17:38:18 +0100 (Tue, 08 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+
+Include missing images to dist
+Autofocus the OK button in bookmark edit
+
+------------------------------------------------------------------------
+r9898 | jpsaman | 2005-02-08 15:33:40 +0100 (Tue, 08 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Run makensis installer on Linux without wine to produce Windows installer package. NSIS 204 needs a patch for installation under Linux, it will be uploaded to contrib directory.
+
+------------------------------------------------------------------------
+r9897 | gbazin | 2005-02-08 15:18:05 +0100 (Tue, 08 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+* include/vlc_common.h: avoid compiler warnings.
+------------------------------------------------------------------------
+r9893 | markfm | 2005-02-08 03:32:44 +0100 (Tue, 08 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+preferences_widgets -- Delete spinctrl hack for WIN32 (not needed with updated wxwidgets).  People using Cygwin:  either need a new contrib set, else compile wxwidgets CVS, at least the 6 Feb version.
+
+------------------------------------------------------------------------
+r9892 | courmisch | 2005-02-07 23:34:21 +0100 (Mon, 07 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/src/stream_output/announce.c
+   M /trunk/src/stream_output/sap.c
+
+fix two memleaks and remove a bogus net_Close()
+
+------------------------------------------------------------------------
+r9891 | courmisch | 2005-02-07 21:34:08 +0100 (Mon, 07 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+
+- Fixes a segmentation fault in sout_AnnounceSessionDestroy
+
+------------------------------------------------------------------------
+r9890 | gbazin | 2005-02-07 11:44:49 +0100 (Mon, 07 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/include/modules_inner.h
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me.
+
+------------------------------------------------------------------------
+r9889 | courmisch | 2005-02-06 19:31:58 +0100 (Sun, 06 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/smb.c
+
+Compile fix, unbreak smb access on Linux
+
+------------------------------------------------------------------------
+r9888 | zorglub | 2005-02-06 18:55:47 +0100 (Sun, 06 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/services_discovery/daap.c
+
+* wx: Ensure that callbacks are not registered twice
+* DAAP: don't crash if connection to host timeouts
+
+------------------------------------------------------------------------
+r9887 | zorglub | 2005-02-06 17:54:12 +0100 (Sun, 06 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/src/input/var.c
+
+Fix subtitle delay < 0 
+DAAP compile fix
+
+------------------------------------------------------------------------
+r9886 | courmisch | 2005-02-06 17:12:35 +0100 (Sun, 06 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- Fix previous buggy commit
+
+------------------------------------------------------------------------
+r9885 | courmisch | 2005-02-06 17:02:24 +0100 (Sun, 06 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+- Fix building of vlc-config
+  VLC can now be built in a subdirectory
+
+------------------------------------------------------------------------
+r9884 | zorglub | 2005-02-06 13:05:43 +0100 (Sun, 06 Feb 2005) | 8 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/src/playlist/view.c
+
+* wx : simplify some code, remove some useless duplications
+       hopefully prevent deadlocks
+
+* API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care.
+
+* SAP/DAAP : Ensure that the  node gets removed on quit
+* HAL : Remove the node on quit and fix f**age of the Close function
+
+------------------------------------------------------------------------
+r9883 | courmisch | 2005-02-05 15:40:38 +0100 (Sat, 05 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/src/stream_output/sap.c
+
+* convert SAP announce name & group from locale to UTF-8
+* fix bug in previous SAP commit
+
+------------------------------------------------------------------------
+r9882 | sigmunau | 2005-02-05 13:33:27 +0100 (Sat, 05 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/src/input/control.c
+
+input/control.c: fix diviton by zero on selection bytebased bookmarks in live streams
+
+------------------------------------------------------------------------
+r9881 | andrep | 2005-02-04 17:13:11 +0100 (Fri, 04 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/scale.c
+
+* modules/video_filter/scale.c: Guard against p_pic->pf_release being NULL, which can happen e.g. if an unknown chroma is passed to the video output/filter
+
+
+------------------------------------------------------------------------
+r9880 | courmisch | 2005-02-04 13:35:15 +0100 (Fri, 04 Feb 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Attempts to recode SAP announces from UTF-8 to user's charset
+(will fix improperly encoded playlist items when the user's charset
+does not match the SAP announcer's one, provided all SAP announce be
+made into UTF-8)
+
+------------------------------------------------------------------------
+r9879 | courmisch | 2005-02-04 13:14:52 +0100 (Fri, 04 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+* Mem leak fixed
+
+------------------------------------------------------------------------
+r9876 | titer | 2005-02-03 21:47:50 +0100 (Thu, 03 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/beos/VideoOutput.cpp
+
+ beos/VideoOutput.cpp: added yet another overlay mode (minimum VRAM usage)
+
+------------------------------------------------------------------------
+r9875 | gbazin | 2005-02-03 13:11:28 +0100 (Thu, 03 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+* modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only the DTS is available.
+------------------------------------------------------------------------
+r9873 | gbazin | 2005-02-02 16:54:00 +0100 (Wed, 02 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+* modules/packetizer/mpeg4video.c: proper PTS/DTS calculation.
+------------------------------------------------------------------------
+r9872 | bigben | 2005-02-01 18:14:29 +0100 (Tue, 01 Feb 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+Typo lalalala
+
+
+------------------------------------------------------------------------
+r9871 | oaubert | 2005-02-01 17:46:22 +0100 (Tue, 01 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
+
+svg.c: ported the code for vlc 0.8.1 (as a video filter)
+
+------------------------------------------------------------------------
+r9870 | andrep | 2005-02-01 17:02:40 +0100 (Tue, 01 Feb 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* modules/codec/theora.c: correctly display x-offset video
+------------------------------------------------------------------------
+r9869 | hartman | 2005-02-01 14:48:53 +0100 (Tue, 01 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Fix theora contrib
+
+------------------------------------------------------------------------
+r9866 | markfm | 2005-02-01 03:11:02 +0100 (Tue, 01 Feb 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+wizard update -- set default vbitrate, abitrate (courtesy of zorglub), make boxes wxCB_READONLY to restrict choices
+
+------------------------------------------------------------------------
+r9863 | gbazin | 2005-01-31 12:41:03 +0100 (Mon, 31 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: hopefully the final fix for the c++ build.
+------------------------------------------------------------------------
+r9862 | gbazin | 2005-01-31 11:07:27 +0100 (Mon, 31 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/src/misc/vlm.c
+
+* src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme (steve dot lhomme at free dot fr).
+------------------------------------------------------------------------
+r9861 | markfm | 2005-01-30 15:26:47 +0100 (Sun, 30 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+wxwindows update for WIN32 wxSpinCtrl, restrict range to valid integer (-32768, 32767)
+
+------------------------------------------------------------------------
+r9860 | zorglub | 2005-01-30 14:23:18 +0100 (Sun, 30 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Uninitialized values
+
+------------------------------------------------------------------------
+r9859 | sam | 2005-01-30 12:41:23 +0100 (Sun, 30 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: Scrogneugneu, fixed the C++ build.
+
+------------------------------------------------------------------------
+r9858 | rocky | 2005-01-30 04:31:51 +0100 (Sun, 30 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Use cdio-native name for paranoia read.
+
+------------------------------------------------------------------------
+r9854 | zorglub | 2005-01-29 17:32:14 +0100 (Sat, 29 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+H264 support in mkv, patch by Steve Lhomme
+
+------------------------------------------------------------------------
+r9853 | markfm | 2005-01-29 17:15:16 +0100 (Sat, 29 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+preferences wxSpinCtrl hack for WIN32 (make up arrow increase value)
+
+------------------------------------------------------------------------
+r9852 | zorglub | 2005-01-29 16:22:53 +0100 (Sat, 29 Jan 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/LIST
+   M /trunk/modules/misc/logger.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/vout_subpictures.c
+
+* A few string and organization fixes in preferences
+* Update the LIST
+* Coding style fixes
+
+------------------------------------------------------------------------
+r9851 | sam | 2005-01-29 15:49:34 +0100 (Sat, 29 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: Finished support for C++-disabled systems.
+
+------------------------------------------------------------------------
+r9850 | sigmunau | 2005-01-29 15:12:32 +0100 (Sat, 29 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+wizard.cpp: Layout fixes on the input page
+
+------------------------------------------------------------------------
+r9849 | sigmunau | 2005-01-29 14:28:14 +0100 (Sat, 29 Jan 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+wxwindows/wizard.cpp: run Layout() on the sizers when changing output method
+in the streaming method page of the wizard, in order to properly show all
+text. Hardcode the top spacing in order to prevent controls from moving
+around on Layout(). reported by markfm
+
+------------------------------------------------------------------------
+r9848 | sigmunau | 2005-01-29 13:41:35 +0100 (Sat, 29 Jan 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+wxwindows/wizard.cpp: fixed a crash when pressing Ok in Open-dialog without
+actually selecting anything (reported by Trax)
+both: fix a compiler warning (c++ likes function that don't change their
+parameters to declare them const)
+
+------------------------------------------------------------------------
+r9846 | sam | 2005-01-28 16:37:09 +0100 (Fri, 28 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: Attempt to work without a C++ compiler.
+
+------------------------------------------------------------------------
+r9845 | gbazin | 2005-01-28 15:17:38 +0100 (Fri, 28 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* Makefile.am: include the activex plugin in package-win32-base.
+------------------------------------------------------------------------
+r9844 | hartman | 2005-01-28 02:04:58 +0100 (Fri, 28 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+* cdda/access.c: removed #include <cdio/cdda.h> since it's a new header that isn't always available and wasn't version ifdef'ed. An already version ifdef'ed include already exists in cdda/cdda.h
+
+------------------------------------------------------------------------
+r9843 | hartman | 2005-01-28 01:44:31 +0100 (Fri, 28 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* Two small bugs in the OSX intf
+
+------------------------------------------------------------------------
+r9842 | hartman | 2005-01-27 23:33:15 +0100 (Thu, 27 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+* src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare itself ready :(
+
+------------------------------------------------------------------------
+r9841 | hartman | 2005-01-27 22:56:34 +0100 (Thu, 27 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+* src/playlist/playlist.c: Don't touch object_lock vlc_object_create and vlc_object_destroy already take care of it.
+
+------------------------------------------------------------------------
+r9840 | gbazin | 2005-01-27 18:05:25 +0100 (Thu, 27 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+* modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles data that doesn't match our subtitles page id.
+------------------------------------------------------------------------
+r9839 | gbazin | 2005-01-27 17:44:31 +0100 (Thu, 27 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects multiple tracks streams).
+------------------------------------------------------------------------
+r9838 | gbazin | 2005-01-27 16:44:34 +0100 (Thu, 27 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/smb.c
+
+* modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing.
+------------------------------------------------------------------------
+r9837 | hartman | 2005-01-27 15:03:48 +0100 (Thu, 27 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+* contrib/Makefile: use tabs, not spaces in Makefile
+
+------------------------------------------------------------------------
+r9836 | gbazin | 2005-01-27 13:51:21 +0100 (Thu, 27 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/Modules.am
+   A /trunk/modules/access/smb.c
+
+* modules/access/smb.c: new SMB/CIFS access module using libsmbclient.
+------------------------------------------------------------------------
+r9835 | sigmunau | 2005-01-27 12:50:39 +0100 (Thu, 27 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkc.cpp: fix crash on invalid tracks
+
+------------------------------------------------------------------------
+r9834 | fkuehne | 2005-01-27 02:14:24 +0100 (Thu, 27 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+
+* VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re-added it again.
+------------------------------------------------------------------------
+r9833 | fkuehne | 2005-01-27 01:49:46 +0100 (Thu, 27 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+   M /trunk/extras/contrib/src/Makefile
+
+* contrib/Makefile: remove the BUILDDIRS on clean-src as well to prevent the disposal of outdated stuff and its mixture with newer libraries
+* contrib/src/Makefile: touch .aclocal after copying the aclocal files, so this isn't done everytime make runs
+------------------------------------------------------------------------
+r9832 | gbazin | 2005-01-26 17:12:37 +0100 (Wed, 26 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/stream.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h, src/input/stream.c: new --input-list option which allows you to specify a list of inputs which will be concatenated to the main MRL during playback (for splitted streams). Note that this deprecates the --file-cat option which was specific to the file access plugin while the new option should be generic.
+------------------------------------------------------------------------
+r9831 | rocky | 2005-01-26 14:05:14 +0100 (Wed, 26 Jan 2005) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/modules/access/cdda/cdda.h
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access/vcdx/info.c
+   M /trunk/modules/access/vcdx/vcdplayer.c
+   M /trunk/modules/access/vcdx/vcdplayer.h
+
+configure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
+cdda/*: add basic cd-paranoia mode via libcdio.
+vcdx/*: changes dictated by new regime
+
+------------------------------------------------------------------------
+r9830 | gbazin | 2005-01-26 09:18:46 +0100 (Wed, 26 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/Modules.am
+   M /trunk/modules/video_output/wingdi.c
+
+* modules/video_output/wingdi.c: improvements + embedded support + GAPI support for WinCE. Needs some more work as well for fullscreen support.
+------------------------------------------------------------------------
+r9826 | fenrir | 2005-01-25 15:15:08 +0100 (Tue, 25 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: fix program change on the fly.
+
+------------------------------------------------------------------------
+r9824 | dionoea | 2005-01-25 00:42:14 +0100 (Tue, 25 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+ * remove unused home_dir from fprintf style function
+
+------------------------------------------------------------------------
+r9823 | dionoea | 2005-01-24 23:57:09 +0100 (Mon, 24 Jan 2005) | 4 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+ * under windows, default directory to save snapshots is now the user's
+   My Pictures (or Mes Images ... depending on locale) directory
+
+
+------------------------------------------------------------------------
+r9822 | hartman | 2005-01-24 21:46:20 +0100 (Mon, 24 Jan 2005) | 7 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/rtci.c
+
+* modules/control/rc.c:
+ - New commands fastforward and rewind for VOD trickplay
+ - New command goto <index> for better playlist control
+ - Playlist parent item (category) now appended to output
+ Patch by Dermot McGahon
+* modules/control/rtci.c: ported patch to rtci as well.
+
+------------------------------------------------------------------------
+r9821 | hartman | 2005-01-24 21:44:53 +0100 (Mon, 24 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+* Rename a TIME_ABSOLUTE define because it's already defined in the Mach kernel headers.
+
+------------------------------------------------------------------------
+r9820 | djc | 2005-01-24 15:19:40 +0100 (Mon, 24 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+Added a Service Discovery sub menu in playlist contextual menu.
+
+------------------------------------------------------------------------
+r9817 | zorglub | 2005-01-23 22:07:24 +0100 (Sun, 23 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+Fix breakage in transcode file selection
+
+------------------------------------------------------------------------
+r9816 | yoann | 2005-01-23 21:58:48 +0100 (Sun, 23 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+* wxwindows/playlist.cpp: Menu and toolbar are no longer dockable
+
+------------------------------------------------------------------------
+r9815 | yoann | 2005-01-23 18:53:40 +0100 (Sun, 23 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_vlm.h
+   M /trunk/src/misc/vlm.c
+
+* src/misc/vlm.c: start exporting some VLM control functions
+
+------------------------------------------------------------------------
+r9814 | gbazin | 2005-01-23 13:26:01 +0100 (Sun, 23 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+* modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.
+------------------------------------------------------------------------
+r9813 | zorglub | 2005-01-23 12:06:17 +0100 (Sun, 23 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Update NEWS
+
+------------------------------------------------------------------------
+r9811 | gbazin | 2005-01-22 21:35:24 +0100 (Sat, 22 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* modules/video_filter/blend.c: chroma fixes for the YUY2 blending.
+------------------------------------------------------------------------
+r9810 | andrep | 2005-01-22 18:50:11 +0100 (Sat, 22 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
+
+* mozilla/vlcshell.cpp: Fix compilation on Mac OS X
+
+
+------------------------------------------------------------------------
+r9809 | andrep | 2005-01-22 18:48:45 +0100 (Sat, 22 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+* mozilla/Makefile.am: Fix build of Mozilla plugin on Mac OS X when using a separate build directory
+
+------------------------------------------------------------------------
+r9808 | fkuehne | 2005-01-22 16:13:01 +0100 (Sat, 22 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/po/el.po
+
+* initial translation to Greek by Simos Xenitellis
+------------------------------------------------------------------------
+r9806 | hartman | 2005-01-22 02:57:49 +0100 (Sat, 22 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* playlist.m: fix a locking issue
+
+------------------------------------------------------------------------
+r9805 | yoann | 2005-01-21 22:49:28 +0100 (Fri, 21 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+* modules/gui/ncurses.c: incremental search works now with tree playlist.
+
+------------------------------------------------------------------------
+r9804 | hartman | 2005-01-21 21:12:05 +0100 (Fri, 21 Jan 2005) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* contrib Makefile
+  added a .aclocal change to copy the m4 from extras/contrib/share/aclocal to
+  the vlc m4 dir. No more complete bootstrap after a simple configure.ac or Makefile.am change. :)
+
+------------------------------------------------------------------------
+r9803 | hartman | 2005-01-21 20:26:08 +0100 (Fri, 21 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* blend.c: Fix YUVP -> YUY2 blend. YUVP is actually YVUP and this was not accounted for in the YUY2 blend routine. This resulted in incorrect colors in some DVD menu's for instance.
+
+------------------------------------------------------------------------
+r9802 | fenrir | 2005-01-21 18:02:39 +0100 (Fri, 21 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ts: fix --ts-extra-pmt.
+------------------------------------------------------------------------
+r9801 | massiot | 2005-01-21 16:22:45 +0100 (Fri, 21 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+* modules/access/pvr/pvr.c: Fixed width/height selection with latest ivtv
+  drivers.
+
+------------------------------------------------------------------------
+r9800 | fkuehne | 2005-01-21 15:57:23 +0100 (Fri, 21 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* small fix to the handling of the new nib-files (we are using the >= 10.2 format for the new ones, so 'objects.nib' is called 'keyedobjects.nib')
+------------------------------------------------------------------------
+r9799 | damienf | 2005-01-21 14:52:11 +0100 (Fri, 21 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/connectioncontainer.cpp
+   M /trunk/activex/connectioncontainer.h
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   M /trunk/activex/provideclassinfo.cpp
+   M /trunk/activex/test.html
+   M /trunk/activex/utils.cpp
+   M /trunk/activex/vlccontrol.cpp
+
+ActiveX: misc fixes & improvements
+
+
+------------------------------------------------------------------------
+r9798 | hartman | 2005-01-21 14:41:52 +0100 (Fri, 21 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+* Add the new Nibs to MAKE_DIST
+
+------------------------------------------------------------------------
+r9797 | gbazin | 2005-01-21 11:53:29 +0100 (Fri, 21 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: for mpeg audio, i_bitspersample needs to be set to 0.
+------------------------------------------------------------------------
+r9796 | hartman | 2005-01-20 21:51:36 +0100 (Thu, 20 Jan 2005) | 7 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+OS X intf work
+- don't use bool. it's BOOL
+- use GNU style C and hungarian notation
+- fix the issue with GUI crashes in playlistview
+- default is now category view (for experimentation until we have a SD menu)
+- experiment with NSViews to fix the 'drawer' issue (not working though)
+
+------------------------------------------------------------------------
+r9795 | sigmunau | 2005-01-20 20:58:02 +0100 (Thu, 20 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+sap.c: fix too early free in demux 
+
+------------------------------------------------------------------------
+r9794 | sigmunau | 2005-01-20 20:27:56 +0100 (Thu, 20 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+
+alsa.c: Enumerate available audio devices (Code gratefully borrowed from xmms)
+
+------------------------------------------------------------------------
+r9793 | gbazin | 2005-01-20 16:28:56 +0100 (Thu, 20 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/src/audio_output/output.c
+
+* src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch courtesy of  )
+------------------------------------------------------------------------
+r9792 | gbazin | 2005-01-20 15:30:17 +0100 (Thu, 20 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: another fix for WMA support.
+------------------------------------------------------------------------
+r9791 | massiot | 2005-01-20 14:34:48 +0100 (Thu, 20 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: Improved the kludge for teletext streams without
+  appropriate PTS.
+
+------------------------------------------------------------------------
+r9790 | gbazin | 2005-01-20 14:18:34 +0100 (Thu, 20 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: compiler warnings are there for a reason ;)
+------------------------------------------------------------------------
+r9789 | gbazin | 2005-01-20 13:32:53 +0100 (Thu, 20 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/include/codecs.h
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/avi.c
+
+* modules/mux/asf.c: only add an audio error correction field in the case of WMA.
+* include/codecs.h: added a couple more audio tags.
+
+------------------------------------------------------------------------
+r9788 | gbazin | 2005-01-20 13:11:03 +0100 (Thu, 20 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: oops, forgot something.
+------------------------------------------------------------------------
+r9787 | gbazin | 2005-01-20 13:03:58 +0100 (Thu, 20 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/configure.ac
+
+* configure.ac, activex/Makefile.am: conditional compile of the activex plugin.
+------------------------------------------------------------------------
+r9786 | gbazin | 2005-01-20 11:10:30 +0100 (Thu, 20 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/configure.ac
+
+* configure.ac, activex/Makefile.am: small fixes to the activex plugin build.
+------------------------------------------------------------------------
+r9784 | zorglub | 2005-01-19 23:33:16 +0100 (Wed, 19 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/TODO
+   M /trunk/configure.ac
+
+autoconf build fix
+one todo item less !
+
+------------------------------------------------------------------------
+r9783 | bigben | 2005-01-19 23:28:47 +0100 (Wed, 19 Jan 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/control/showintf.c
+
+Add a category to the showintf control interface, so that it gets displayed in the prefs...
+
+
+
+------------------------------------------------------------------------
+r9780 | massiot | 2005-01-19 19:30:33 +0100 (Wed, 19 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_threads_funcs.h
+
+* include/vlc_threads_funcs.h: More %d -> %u
+
+------------------------------------------------------------------------
+r9779 | damienf | 2005-01-19 18:14:16 +0100 (Wed, 19 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/activex
+   A /trunk/activex/Makefile.am
+   A /trunk/activex/README.TXT
+   A /trunk/activex/axvlc.def
+   A /trunk/activex/axvlc.idl
+   A /trunk/activex/axvlc.reg
+   A /trunk/activex/axvlc.tlb
+   A /trunk/activex/axvlc_idl.c
+   A /trunk/activex/axvlc_idl.h
+   A /trunk/activex/axvlc_rc.rc
+   A /trunk/activex/connectioncontainer.cpp
+   A /trunk/activex/connectioncontainer.h
+   A /trunk/activex/inplace.bmp
+   A /trunk/activex/main.cpp
+   A /trunk/activex/objectsafety.cpp
+   A /trunk/activex/objectsafety.h
+   A /trunk/activex/olecontrol.cpp
+   A /trunk/activex/olecontrol.h
+   A /trunk/activex/oleinplaceactiveobject.cpp
+   A /trunk/activex/oleinplaceactiveobject.h
+   A /trunk/activex/oleinplaceobject.cpp
+   A /trunk/activex/oleinplaceobject.h
+   A /trunk/activex/oleobject.cpp
+   A /trunk/activex/oleobject.h
+   A /trunk/activex/persistpropbag.cpp
+   A /trunk/activex/persistpropbag.h
+   A /trunk/activex/persiststorage.cpp
+   A /trunk/activex/persiststorage.h
+   A /trunk/activex/persiststreaminit.cpp
+   A /trunk/activex/persiststreaminit.h
+   A /trunk/activex/plugin.cpp
+   A /trunk/activex/plugin.h
+   A /trunk/activex/provideclassinfo.cpp
+   A /trunk/activex/provideclassinfo.h
+   A /trunk/activex/test.html
+   A /trunk/activex/utils.cpp
+   A /trunk/activex/utils.h
+   A /trunk/activex/vlccontrol.cpp
+   A /trunk/activex/vlccontrol.h
+   M /trunk/configure.ac
+
+Initial version of ActiveX plugin for VLC
+
+
+------------------------------------------------------------------------
+r9776 | hartman | 2005-01-18 22:51:00 +0100 (Tue, 18 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* fix libcddb build under 10.2
+
+------------------------------------------------------------------------
+r9775 | gbazin | 2005-01-18 20:24:06 +0100 (Tue, 18 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/po/el.po
+
+* po/el.po: the build process needs a valid file.
+------------------------------------------------------------------------
+r9774 | fkuehne | 2005-01-18 18:26:51 +0100 (Tue, 18 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   A /trunk/po/el.po
+
+* BOTH: added modern Greek to the list of available languages
+* configure.ac: updated the copyright string to 2005
+------------------------------------------------------------------------
+r9773 | gbazin | 2005-01-18 15:36:26 +0100 (Tue, 18 Jan 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c:
+  - add an audio error correction field to the stream properties object.
+    This is mandated by the spec and makes some versions of WMP a lot happier about playing our files.
+  - only put an header extension object when necessary.
+
+------------------------------------------------------------------------
+r9772 | hartman | 2005-01-18 04:02:07 +0100 (Tue, 18 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* fix author field of OSX info dialog
+
+------------------------------------------------------------------------
+r9771 | hartman | 2005-01-18 03:56:18 +0100 (Tue, 18 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* fix OSX info dialog lockup due to changed info accessor methods.
+
+------------------------------------------------------------------------
+r9770 | hartman | 2005-01-18 03:17:01 +0100 (Tue, 18 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* fix libopendaap on 10.2
+
+------------------------------------------------------------------------
+r9769 | hartman | 2005-01-18 02:19:54 +0100 (Tue, 18 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/libcddb.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* finally fixed CDDB contrib
+
+------------------------------------------------------------------------
+r9768 | hartman | 2005-01-18 00:38:27 +0100 (Tue, 18 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/libcddb.patch
+
+* newer libcddb
+
+------------------------------------------------------------------------
+r9767 | hartman | 2005-01-17 23:37:20 +0100 (Mon, 17 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/vcdimager.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* Add libcddb, libcdio and vcdimager again to see if it works better on OSX by now
+
+------------------------------------------------------------------------
+r9764 | hartman | 2005-01-17 20:42:13 +0100 (Mon, 17 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle delay is h and j, both without modifiers)
+
+------------------------------------------------------------------------
+r9763 | hartman | 2005-01-17 20:40:03 +0100 (Mon, 17 Jan 2005) | 2 lines
+Changed paths:
+   A /trunk/extras/contrib/src/Patches/daap.patch
+
+* libopendaap patch
+
+------------------------------------------------------------------------
+r9762 | hartman | 2005-01-17 20:38:51 +0100 (Mon, 17 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/daap.c
+
+* daap.c: host_t is already defined in Darwin's mach headers. renamed to dhost_t
+
+------------------------------------------------------------------------
+r9761 | hartman | 2005-01-17 20:37:38 +0100 (Mon, 17 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/toolbox
+
+* Added the contrib system to MAKE_DIST
+* cleaned up some alignment in configure --help
+
+------------------------------------------------------------------------
+r9760 | hartman | 2005-01-17 20:35:54 +0100 (Mon, 17 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* added libopendaap to contrib system
+
+------------------------------------------------------------------------
+r9759 | zorglub | 2005-01-17 19:36:52 +0100 (Mon, 17 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Cache last FindItem request to speed up bulk-addings
+
+------------------------------------------------------------------------
+r9758 | zorglub | 2005-01-17 19:14:50 +0100 (Mon, 17 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/playlist.c
+
+* DAAP : really include meta information, and don't crash on new hosts
+
+
+------------------------------------------------------------------------
+r9757 | gbazin | 2005-01-17 18:01:21 +0100 (Mon, 17 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: properly write the ES type.
+------------------------------------------------------------------------
+r9756 | fkuehne | 2005-01-17 17:48:05 +0100 (Mon, 17 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* changedthe GNU-mirror to ftp.belnet.be -- Gettext is download from the GNU-mirror again
+------------------------------------------------------------------------
+r9755 | hartman | 2005-01-17 17:30:34 +0100 (Mon, 17 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+* Fix pot-update after playlist/info.c removal
+
+------------------------------------------------------------------------
+r9754 | yoann | 2005-01-17 12:47:41 +0100 (Mon, 17 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/subtitles.cpp
+
+* wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)
+
+------------------------------------------------------------------------
+r9751 | gbazin | 2005-01-16 20:14:31 +0100 (Sun, 16 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: updated to support recent x264.
+------------------------------------------------------------------------
+r9750 | zorglub | 2005-01-16 16:57:01 +0100 (Sun, 16 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+Todo update
+
+------------------------------------------------------------------------
+r9749 | zorglub | 2005-01-16 15:44:26 +0100 (Sun, 16 Jan 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/src/playlist/view.c
+
+* DAAP: add meta-information, delete hosts when they leave
+* SAP : coding style fixes
+* Some fogotten playlist_*Info
+
+------------------------------------------------------------------------
+r9748 | zorglub | 2005-01-16 15:10:47 +0100 (Sun, 16 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/wince/iteminfo.cpp
+   M /trunk/modules/gui/wince/wince.h
+   M /trunk/modules/gui/wxwindows/iteminfo.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/src/input/control.c
+   M /trunk/src/input/input.c
+   D /trunk/src/playlist/info.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/sort.c
+
+Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
+
+------------------------------------------------------------------------
+r9746 | sam | 2005-01-15 05:41:24 +0100 (Sat, 15 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+   A /trunk/doc/ChangeLog-2004
+   M /trunk/doc/Makefile.am
+
+  * Moved 2004 changelog to doc/.
+
+------------------------------------------------------------------------
+r9745 | titer | 2005-01-15 04:02:57 +0100 (Sat, 15 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/motiondetect.c
+
+ motiondetect.c: gcc < 3 compile fix
+
+------------------------------------------------------------------------
+r9744 | yoann | 2005-01-15 01:42:23 +0100 (Sat, 15 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/TODO
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+* modules/gui/wxwindows/playlist.cpp: when duration is not known, don't display (--:--:--)
+
+------------------------------------------------------------------------
+r9743 | yoann | 2005-01-14 19:01:36 +0100 (Fri, 14 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/gui/ncurses.c
+
+* modules/access/directory.c: fix a segfault when reading an empty directory
+* modules/gui/ncurses.c: fix a segfault when playlist is empty
+
+------------------------------------------------------------------------
+r9742 | yoann | 2005-01-14 17:14:01 +0100 (Fri, 14 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+* modules/gui/ncurses.c: support for tree playlist in ncurses interface
+  use 'v' to toggle view
+
+------------------------------------------------------------------------
+r9741 | gbazin | 2005-01-14 14:15:52 +0100 (Fri, 14 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/include/codecs.h
+   M /trunk/modules/demux/wav.c
+
+* include/codecs.h, modules/demux/wav.c: patch by Matthew Romaine to handle WAVEFORMATEXTENSIBLE files more robustly.
+------------------------------------------------------------------------
+r9740 | hartman | 2005-01-14 13:11:57 +0100 (Fri, 14 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+* so the ogg vorbis fix broke shoutcast streams :) fixing again.... (tested with all audio streams i know off)
+
+------------------------------------------------------------------------
+r9739 | djc | 2005-01-14 00:28:36 +0100 (Fri, 14 Jan 2005) | 18 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   A /trunk/modules/video_filter/motiondetect.c
+
+Added simple motion detect filter.
+This filter uses a description file which follows this format :
+x1,y1,x2,y2,level,downspeed,upspeed,mrl
+...
+where x1,y1,x2,y2 describe a sensible rectangle, level is the minimum difference for an active pixel, downspeed an upspeed are to integers.
+mrl is a mrl to go when the filter has detected movement in the rectangle.
+
+This is fun with vlm. For example, you should try to launch vlc normaly with vlm and then type :
+new camera broadcast
+setup camera enabled
+setup camera input mrl to your camera
+setup camera option filter=motiondetect,transform
+#setup camera option transform-type=vflip
+#indeed, I did not reach to make this working
+control camera play
+
+Have fun ;)
+
+------------------------------------------------------------------------
+r9738 | massiot | 2005-01-13 20:03:03 +0100 (Thu, 13 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+* modules/access_out/udp.c: Issue a warning when two PCRs are put inside a
+  single UDP frame (may disturb some decoders).
+
+------------------------------------------------------------------------
+r9737 | massiot | 2005-01-13 20:02:04 +0100 (Thu, 13 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/src/misc/threads.c
+
+* src/misc/threads.c: thread_id is in fact an _unsigned_ int.
+
+------------------------------------------------------------------------
+r9736 | massiot | 2005-01-13 20:01:22 +0100 (Thu, 13 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: EN 300 472 allows the PTS of teletext streams to be
+  invalid.
+
+------------------------------------------------------------------------
+r9735 | zorglub | 2005-01-13 19:45:11 +0100 (Thu, 13 Jan 2005) | 16 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/services_discovery/Modules.am
+   A /trunk/modules/services_discovery/daap.c
+
+* DAAP (iTunes shares) services discovery and access module using libopendaap
+
+http://crazney.net/programs/itunes/libopendaap.html
+
+Problems : 
+   - At the moment, the file is downloaded entirely in memory before being
+     played.
+     The library offers another possibility : download the file on
+     demand to a pipe, but I don't think it would be a very good idea
+     (portability issues ? where to download to ?).
+     I hope a "download on demand to memory" feature will be added
+   - Sometimes, it looses connection to the peers.
+
+* Increased wx playlist font size
+
+
+------------------------------------------------------------------------
+r9734 | gbazin | 2005-01-13 12:25:58 +0100 (Thu, 13 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+* src/misc/configuration.c: fix config_GetType() to handle the new CONFIG_ITEM_MODULE_foo types.
+------------------------------------------------------------------------
+r9733 | gbazin | 2005-01-13 10:37:43 +0100 (Thu, 13 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/theora.c
+
+* modules/codec/theora.c: remove the need for theora_packet_iskeyframe().
+------------------------------------------------------------------------
+r9732 | hartman | 2005-01-13 00:51:02 +0100 (Thu, 13 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+
+* <cough> broken patch </cough>
+
+------------------------------------------------------------------------
+r9731 | yoann | 2005-01-12 17:24:44 +0100 (Wed, 12 Jan 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/interface.cpp: Add new buttons for DVDs and CDs:
+  - Menu, Previous Chapter, Next Chapter for DVDs
+  - Previous Track, Next Track for CDs
+
+------------------------------------------------------------------------
+r9730 | hartman | 2005-01-12 17:07:20 +0100 (Wed, 12 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+
+* part of patch was applied upstream. Adapt....
+
+------------------------------------------------------------------------
+r9729 | gbazin | 2005-01-12 15:27:35 +0100 (Wed, 12 Jan 2005) | 1 line
+Changed paths:
+   A /trunk/modules/gui/wince/wince.rc
+
+* modules/gui/wince/wince.rc: forgot to commit this file with the wince interface.
+------------------------------------------------------------------------
+r9728 | zorglub | 2005-01-12 10:19:10 +0100 (Wed, 12 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Put callbacks after rebuild, avoids deadlock in rebuild
+
+------------------------------------------------------------------------
+r9727 | fkuehne | 2005-01-11 18:42:08 +0100 (Tue, 11 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* changed the download-link of gettext temporarily to the videolan-main-server, since the current GNU-mirror does not provide the 0.14.1-release. The responsible admin is contacted.
+------------------------------------------------------------------------
+r9726 | zorglub | 2005-01-11 17:52:42 +0100 (Tue, 11 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/modules/access/directory.c
+   A /trunk/modules/gui/wxwindows/bitmaps/type_afile.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/type_cdda.xpm
+   M /trunk/modules/gui/wxwindows/bitmaps/type_directory.xpm
+   M /trunk/modules/gui/wxwindows/bitmaps/type_disc.xpm
+   M /trunk/modules/gui/wxwindows/bitmaps/type_net.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/type_node.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/type_vfile.xpm
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/view.c
+
+Add some icons
+Fix autoswitching to category view
+
+------------------------------------------------------------------------
+r9725 | hartman | 2005-01-11 17:36:12 +0100 (Tue, 11 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/theora.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* newer theora: alpha4 version. new location, new patch
+
+------------------------------------------------------------------------
+r9724 | massiot | 2005-01-11 17:32:50 +0100 (Tue, 11 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.h
+   M /trunk/modules/access/dvb/en50221.c
+   M /trunk/modules/access/dvb/linux_dvb.c
+
+* modules/access/dvb: Fixed numerous bugs related to the CAM configuration.
+  Reconfigure the frontend if no lock is acquired in 10s.
+
+------------------------------------------------------------------------
+r9723 | hartman | 2005-01-11 17:17:44 +0100 (Tue, 11 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+* fix ogg streams.
+
+------------------------------------------------------------------------
+r9722 | andrep | 2005-01-11 17:04:09 +0100 (Tue, 11 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: Require libtheora 1.0alpha4
+
+
+------------------------------------------------------------------------
+r9721 | andrep | 2005-01-11 14:19:20 +0100 (Tue, 11 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/cmml/intf.c
+
+* cmml/intf.c: Fix refcount leak on main interface (thanks to gibalou for help)
+
+
+------------------------------------------------------------------------
+r9720 | gbazin | 2005-01-11 13:02:57 +0100 (Tue, 11 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+* modules/gui/wxwindows/preferences_widgets.cpp: added update event for IntegerListConfigControl.
+------------------------------------------------------------------------
+r9719 | hartman | 2005-01-11 12:51:03 +0100 (Tue, 11 Jan 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+* NSV uses a different mime type for audio only streams. Force the right demuxer...
+(we are very much approaching the point where we need a proper mimetype match table within the code)
+
+
+------------------------------------------------------------------------
+r9718 | andrep | 2005-01-11 10:17:56 +0100 (Tue, 11 Jan 2005) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* theora.c: Eliminate display artifacts when the very first frame of the
+  stream isn't a keyframe
+
+
+------------------------------------------------------------------------
+r9717 | andrep | 2005-01-11 09:58:06 +0100 (Tue, 11 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* theora.c: Fixed weird display artifacts when seeking on Theora videos
+
+
+------------------------------------------------------------------------
+r9716 | bigben | 2005-01-10 22:08:45 +0100 (Mon, 10 Jan 2005) | 5 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+* End of the implementation of the v4l-*options
+
+If somebody who has a v4l device could actually test that... (at least if the default values for the options make sense).
+
+
+------------------------------------------------------------------------
+r9715 | fkuehne | 2005-01-10 18:37:01 +0100 (Mon, 10 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* changed the GNU mirror once again, since the Irish one I choose previously is as bad as the GNU-main server -- let's use the LEO-server of the technical university of Munich (Germany), which is highly reliable (also an OpenOffice, Gentoo, Debian mirror)
+------------------------------------------------------------------------
+r9714 | sam | 2005-01-10 12:09:35 +0100 (Mon, 10 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: -lfreetype requires -lm.
+
+------------------------------------------------------------------------
+r9713 | bigben | 2005-01-09 23:45:24 +0100 (Sun, 09 Jan 2005) | 6 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/access/v4l/v4l.c
+
+* v4l.c:
+       - Add --v4l-* options for all the parametters that can be set from the MRL, so we have a complete Panel in the wx interface and some doc in the command line
+       - Only declaration for now, options don't make anything yet
+* pvr.c: describe height as height, not width
+
+
+------------------------------------------------------------------------
+r9711 | asmax | 2005-01-09 20:46:39 +0100 (Sun, 09 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/macosx
+   A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
+   A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
+   A /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
+   A /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
+   A /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
+   A /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
+   A /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
+   A /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
+   A /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
+   A /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
+   A /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
+   A /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
+   A /trunk/modules/gui/skins2/macosx/macosx_window.cpp
+   A /trunk/modules/gui/skins2/macosx/macosx_window.hpp
+   M /trunk/modules/gui/skins2/src/os_factory.cpp
+
+- all: skeleton for a MacOSX port of skins2 (happy new year ;)
+
+------------------------------------------------------------------------
+r9710 | asmax | 2005-01-08 18:49:22 +0100 (Sat, 08 Jan 2005) | 4 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+- playlist.c: avoid a segfault when playlist_ViewFind() returns NULL.
+ Anyway I guess it should not happen so there is a bug in the playlist
+ code but I have no time to understand it...
+
+------------------------------------------------------------------------
+r9709 | ipkiss | 2005-01-07 22:08:25 +0100 (Fri, 07 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+ * TODO: Added little hints for the OS X port of the skins
+
+------------------------------------------------------------------------
+r9708 | massiot | 2005-01-07 21:21:59 +0100 (Fri, 07 Jan 2005) | 12 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.h
+   M /trunk/modules/access/dvb/en50221.c
+   M /trunk/modules/access/dvb/linux_dvb.c
+   M /trunk/modules/demux/ts.c
+
+* modules/access/dvb:
+  - Rewrote QPSK frontend tuning functions, after reading the doc - it
+    should hopefully fix the infamous "Operation not permitted" problem.
+  - Permanently monitor the frontend status, and reinit it if it crashes.
+  - New --dvb-high-voltage option for very long cables.
+  - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer
+    need the --ts-capmt-sysid option because the sysid is determined
+    automatically from the CAM.
+  - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug
+    with Aston professional CAMs which all of sudden stop descrambling
+    a program after a few days.
+
+------------------------------------------------------------------------
+r9707 | massiot | 2005-01-07 21:04:46 +0100 (Fri, 07 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_block.h
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/access_output/udp.c: When using --udp-group, do not send two PCRs
+  at once. This requires the export of the PCR block_flag.
+
+------------------------------------------------------------------------
+r9706 | massiot | 2005-01-07 20:57:00 +0100 (Fri, 07 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/modules/access/udp.c
+
+* modules/access/udp.c: When udp is invoked as 'rtp:', only consider RTP
+  packets.
+
+------------------------------------------------------------------------
+r9705 | massiot | 2005-01-07 20:55:48 +0100 (Fri, 07 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+* modules/access/pvr/pvr.c: Added --pvr-caching option.
+
+------------------------------------------------------------------------
+r9702 | gbazin | 2005-01-07 15:05:03 +0100 (Fri, 07 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/audio_output/waveout.c
+
+* modules/audio_output/waveout.c: increase the audio buffer size under WinCE.
+------------------------------------------------------------------------
+r9701 | gbazin | 2005-01-07 10:54:01 +0100 (Fri, 07 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/include/aout_internal.h
+
+* include/aout_internal.h: fixed old memory leak when alloca() isn't available.
+------------------------------------------------------------------------
+r9700 | gbazin | 2005-01-07 01:19:43 +0100 (Fri, 07 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/evc/vlc.vcw
+
+
+------------------------------------------------------------------------
+r9699 | gbazin | 2005-01-07 01:19:09 +0100 (Fri, 07 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: added wince plugin to the build system.
+------------------------------------------------------------------------
+r9698 | gbazin | 2005-01-07 00:52:00 +0100 (Fri, 07 Jan 2005) | 2 lines
+Changed paths:
+   A /trunk/modules/gui/wince
+   A /trunk/modules/gui/wince/Modules.am
+   A /trunk/modules/gui/wince/bitmaps
+   A /trunk/modules/gui/wince/bitmaps/toolbar1.bmp
+   A /trunk/modules/gui/wince/bitmaps/toolbar2.bmp
+   A /trunk/modules/gui/wince/bitmaps/toolbar3.bmp
+   A /trunk/modules/gui/wince/bitmaps/vlc16x16.ico
+   A /trunk/modules/gui/wince/fileinfo.cpp
+   A /trunk/modules/gui/wince/interface.cpp
+   A /trunk/modules/gui/wince/iteminfo.cpp
+   A /trunk/modules/gui/wince/menus.cpp
+   A /trunk/modules/gui/wince/messages.cpp
+   A /trunk/modules/gui/wince/open.cpp
+   A /trunk/modules/gui/wince/playlist.cpp
+   A /trunk/modules/gui/wince/preferences.cpp
+   A /trunk/modules/gui/wince/preferences_widgets.cpp
+   A /trunk/modules/gui/wince/preferences_widgets.h
+   A /trunk/modules/gui/wince/subtitles.cpp
+   A /trunk/modules/gui/wince/timer.cpp
+   A /trunk/modules/gui/wince/video.cpp
+   A /trunk/modules/gui/wince/wince.cpp
+   A /trunk/modules/gui/wince/wince.h
+
+* modules/gui/wince/*: New Windows CE interface by Cedric Marodon <cedric_marodon at yahoo dot fr> (ported from the vlcpocketpc project by myself after some heavy code cleanup).
+
+------------------------------------------------------------------------
+r9697 | fkuehne | 2005-01-07 00:40:18 +0100 (Fri, 07 Jan 2005) | 3 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/nl.po
+   M /trunk/po/no.po
+   M /trunk/po/pl.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/vlc.pot
+
+* ALL: updated the po-files
+* da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
+* de.po: got some stuff in sync to the German translation of play-howto
+------------------------------------------------------------------------
+r9696 | gbazin | 2005-01-06 23:05:22 +0100 (Thu, 06 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+
+* modules/codec/vorbis.c: fixed tremor output.
+------------------------------------------------------------------------
+r9695 | fkuehne | 2005-01-06 20:54:24 +0100 (Thu, 06 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* fixed wrong grammar ('1 items in list')
+------------------------------------------------------------------------
+r9694 | fkuehne | 2005-01-06 18:58:07 +0100 (Thu, 06 Jan 2005) | 4 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+
+* controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
+* controls.h: removed "o_open"
+* intf.*, open.*: make sure the open-nib is loaded only once, don't load it at launch time but dynamic and do it in VLCMain, so VLCOpen does not know about it anymore
+* MainMenu.nib: we don't need instances of VLCOpen and VLCOutput anymore
+------------------------------------------------------------------------
+r9693 | titer | 2005-01-06 16:15:24 +0100 (Thu, 06 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ control/http.c: gcc < 3 compile fix
+
+------------------------------------------------------------------------
+r9692 | gbazin | 2005-01-05 23:45:36 +0100 (Wed, 05 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/access/file.c
+   M /trunk/src/misc/cpu.c
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c,cpu.c, modules/access/file.c: WinCE fixes.
+------------------------------------------------------------------------
+r9691 | gbazin | 2005-01-05 23:42:57 +0100 (Wed, 05 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/stream.c
+
+* src/input/stream.c: decrease memory requirements for WinCE.
+------------------------------------------------------------------------
+r9690 | gbazin | 2005-01-05 23:24:30 +0100 (Wed, 05 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/toolbox
+
+* toolbox: added an evc ARMV4 target.
+------------------------------------------------------------------------
+r9689 | gbazin | 2005-01-05 23:23:13 +0100 (Wed, 05 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/evc/libvlc.vcp.in
+   M /trunk/evc/plugins.vcp.in
+   M /trunk/evc/vlc.vcp.in
+
+* evc/*: added an ARMV4 target.
+------------------------------------------------------------------------
+r9688 | gbazin | 2005-01-05 22:14:53 +0100 (Wed, 05 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fix Dirac detection (patch by Anuradha Suraparaju).
+------------------------------------------------------------------------
+r9687 | djc | 2005-01-05 01:19:09 +0100 (Wed, 05 Jan 2005) | 8 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+   A /trunk/share/http/cone_minus.png
+   A /trunk/share/http/cone_plus.png
+   M /trunk/share/http/index.html
+   M /trunk/share/http/style.css
+
+Work to support new playlist in http interface.
++ correct a bug in the <vlc id="foreach" param1="integer" /> macro
++ add a <vlc id="stack" /> to print the rpn stack in debug messages
++ add the != operator in rpn evaluation
+
+Compatibility with old pages should be respected...
+
+
+------------------------------------------------------------------------
+r9686 | fkuehne | 2005-01-04 00:01:42 +0100 (Tue, 04 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+
+* seperated the open, sout and sub-open dialogues from the main nib
+------------------------------------------------------------------------
+r9685 | fkuehne | 2005-01-03 21:10:38 +0100 (Mon, 03 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.h
+   M /trunk/modules/gui/macosx/prefs.m
+
+* declared the shared instance properly (forgot that yesterday)
+------------------------------------------------------------------------
+r9684 | djc | 2005-01-02 23:45:36 +0100 (Sun, 02 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/sort.c
+
+Fix a bug when shuffling playlist with 1 item
+
+------------------------------------------------------------------------
+r9683 | fkuehne | 2005-01-02 21:01:50 +0100 (Sun, 02 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/po/da.po
+
+* po/da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
+* THANKS: added Morten Brix Pedersen
+------------------------------------------------------------------------
+r9682 | fkuehne | 2005-01-02 19:58:53 +0100 (Sun, 02 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/prefs.m
+
+* moved the preferences-window to a seperate nib-file
+------------------------------------------------------------------------
+r9681 | fkuehne | 2005-01-01 19:13:51 +0100 (Sat, 01 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+* give credit to Jonas Larsen for creating the Danish l10n
+* replace all "@" with " at "
+------------------------------------------------------------------------
+r9680 | fkuehne | 2005-01-01 18:54:05 +0100 (Sat, 01 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* build libiconv without i18n-support, so it can be compiled without gettext -- gettext will be compiled afterwards, so it can take advantage of libiconv
+------------------------------------------------------------------------
+r9679 | fkuehne | 2005-01-01 17:29:51 +0100 (Sat, 01 Jan 2005) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* make sure gettext is built before libiconv, since it is needed for its compilation
+------------------------------------------------------------------------
+r9678 | fkuehne | 2005-01-01 16:41:08 +0100 (Sat, 01 Jan 2005) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* use "heanet.dl.sourceforge.net" for downloading FreeType, since www.freetype.org does not respond
+* use "ftp.heanet.ie" instead of "ftp.gnu.org" as GNU mirror, since the main-server does not respond (I'll revoke this change, when the main-server is usable again)
+------------------------------------------------------------------------
+r9677 | zorglub | 2004-12-29 17:15:50 +0100 (Wed, 29 Dec 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/image.c
+
+Reuse the encoder
+
+------------------------------------------------------------------------