]> git.sesse.net Git - vlc/blobdiff - ChangeLog
macosx/vout.m : fixed --macosx-fillscreen
[vlc] / ChangeLog
index d64421d82e24092ea98529959c8c1851c07a2426..f6a21ea82feeae75332da6422e1b6cb41f76a08c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-#===================#
-# ChangeLog for vlc #
-#===================#
-
-HEAD
-
-  * ./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/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, chich 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 now 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 user
-    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: voutFactored 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
+------------------------------------------------------------------------
+r6214 | zorglub | 2003-12-31 13:50:11 +0100 (Wed, 31 Dec 2003) | 2 lines
+Changed paths:
+   M /trunk/po/fr.po
+   M /trunk/po/pt_BR.po
 
+Updated french and Brazilian Portuguese translations
+
+------------------------------------------------------------------------
+r6215 | rocky | 2004-01-01 14:51:38 +0100 (Thu, 01 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+Add RV16 rendering. With transparancy, but still only Y plane is done.
+
+------------------------------------------------------------------------
+r6216 | rocky | 2004-01-01 14:55:17 +0100 (Thu, 01 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/ogt.c
+
+Remove a magic number.
+
+------------------------------------------------------------------------
+r6217 | zorglub | 2004-01-01 15:33:15 +0100 (Thu, 01 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/po/pt_BR.po
+
+Updated brazilian portuguese translation
+
+------------------------------------------------------------------------
+r6218 | rocky | 2004-01-01 16:56:56 +0100 (Thu, 01 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+RenderRV16 handles scaling. But seems to slow to render subtitles.
+
+------------------------------------------------------------------------
+r6219 | zorglub | 2004-01-01 18:41:25 +0100 (Thu, 01 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/configure.ac
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/po/de.po
+   M /trunk/po/fr.po
+
+* Updated german and french translations
+* Updated version number and Changelog
+
+------------------------------------------------------------------------
+r6220 | rocky | 2004-01-02 05:44:34 +0100 (Fri, 02 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+Attempt to make easier to understand and easier to complete.
+
+------------------------------------------------------------------------
+r6221 | gbazin | 2004-01-02 14:30:17 +0100 (Fri, 02 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+
+* modules/gui/wxwindows/preferences_widgets.cpp: use wxL2U() (Thanks Anil).
+
+------------------------------------------------------------------------
+r6222 | sam | 2004-01-02 14:48:37 +0100 (Fri, 02 Jan 2004) | 2 lines
+Changed paths:
+   A /trunk/doc/ChangeLog-2003
+   M /trunk/doc/Makefile.am
+   M /trunk/doc/fortunes.txt
+
+  * doc/ChangeLog-2003: Happy new year!
+
+------------------------------------------------------------------------
+r6223 | gbazin | 2004-01-02 23:17:57 +0100 (Fri, 02 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/vout.h
+
+
+* modules/video_output/directx/*: fixed overlay on 24bpp displays.
+
+------------------------------------------------------------------------
+r6224 | zorglub | 2004-01-03 00:22:37 +0100 (Sat, 03 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+My name is Bond
+VLC Media Player 0.7.0 Bond
+
+------------------------------------------------------------------------
+r6225 | gbazin | 2004-01-03 01:23:04 +0100 (Sat, 03 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/src/input/stream.c
+
+
+* modules/demux/mpeg/mpga.c, src/input/stream.c: fixed mem leaks.
+
+------------------------------------------------------------------------
+r6226 | gbazin | 2004-01-03 01:39:07 +0100 (Sat, 03 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+
+* modules/stream_out/transcode.c: added YV12 raw video fourcc (chroma planes will likely be inverted though).
+
+------------------------------------------------------------------------
+r6227 | gbazin | 2004-01-03 11:55:07 +0100 (Sat, 03 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+
+* modules/gui/wxwindows/interface.cpp: fixed and re-enabled aspect-ratio combobox in the extended gui.
+
+------------------------------------------------------------------------
+r6228 | gbazin | 2004-01-03 13:02:12 +0100 (Sat, 03 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/po/POTFILES.in
+   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
+
+
+* po/*, ChangeLog: preparing for the 0.7.0 release.
+
+------------------------------------------------------------------------
+r6229 | rocky | 2004-01-03 13:54:56 +0100 (Sat, 03 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/common.c
+   M /trunk/modules/codec/ogt/common.h
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt.c
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/modules/codec/ogt/subtitle.h
+
+ogt.c cvd.c, subtitle.h: move common debug string help into subtitle.h
+{cvd,ogt}_parse.c, common.c, subtitle.h: add ability to dump subtitles via
+libpng.
+
+------------------------------------------------------------------------
+r6230 | zorglub | 2004-01-03 14:13:07 +0100 (Sat, 03 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/po/de.po
+
+Updated german translation
+
+------------------------------------------------------------------------
+r6231 | gbazin | 2004-01-03 14:18:30 +0100 (Sat, 03 Jan 2004) | 3 lines
+Changed paths:
+   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
+
+
+* po/*: another ./toolbox --update-po before 0.7.0 because some commits where done.
+
+------------------------------------------------------------------------
+r6232 | rocky | 2004-01-03 18:19:41 +0100 (Sat, 03 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+RenderI420 now handles U and V planes. (Probably completely
+accurately, though.)
+
+------------------------------------------------------------------------
+r6233 | rocky | 2004-01-03 18:48:38 +0100 (Sat, 03 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+Spelling - probably cut and pated from somewhere else.
+
+------------------------------------------------------------------------
+r6234 | rocky | 2004-01-03 18:49:35 +0100 (Sat, 03 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+Spelling - See I told you it was cut and pasted from somehwere!
+
+------------------------------------------------------------------------
+r6235 | rocky | 2004-01-03 18:52:15 +0100 (Sat, 03 Jan 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/Modules.am
+   A /trunk/modules/demux/mpeg/private.h
+   M /trunk/modules/demux/mpeg/ps.c
+   M /trunk/modules/demux/mpeg/system.c
+   M /trunk/modules/demux/mpeg/ts.c
+
+Ignore timestamp in PACK header in a private stream. This is to get
+around a WinSubMux bug in multiplexing CVD and SVCD subtitles.
+(Patch probably could be made more precise.)
+
+To do this we've got to save the timestamp in the header.
+
+------------------------------------------------------------------------
+r6236 | rocky | 2004-01-03 19:40:01 +0100 (Sat, 03 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+Spelling.
+
+------------------------------------------------------------------------
+r6237 | rocky | 2004-01-03 19:41:36 +0100 (Sat, 03 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/v4l/v4l.c
+
+Sorry to be so pedantic - grammar (and spelling)
+
+------------------------------------------------------------------------
+r6238 | rocky | 2004-01-03 21:43:24 +0100 (Sat, 03 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access/vcdx/vcdplayer.h
+
+Put track information in Media Info.  If we have SVD information, show
+audio tracks and add that to the audio-selection window.
+
+------------------------------------------------------------------------
+r6239 | asmax | 2004-01-04 00:31:34 +0100 (Sun, 04 Jan 2004) | 19 lines
+Changed paths:
+   A /trunk/modules/gui/skins2
+   A /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/commands
+   A /trunk/modules/gui/skins2/commands/async_queue.cpp
+   A /trunk/modules/gui/skins2/commands/async_queue.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_generic.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_input.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_input.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_layout.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_layout.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_quit.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_quit.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_resize.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_resize.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
+   A /trunk/modules/gui/skins2/controls
+   A /trunk/modules/gui/skins2/controls/ctrl_button.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_button.hpp
+   A /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
+   A /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
+   A /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
+   A /trunk/modules/gui/skins2/controls/ctrl_image.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_image.hpp
+   A /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_list.hpp
+   A /trunk/modules/gui/skins2/controls/ctrl_move.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_move.hpp
+   A /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
+   A /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
+   A /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
+   A /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_text.hpp
+   A /trunk/modules/gui/skins2/events
+   A /trunk/modules/gui/skins2/events/evt_enter.hpp
+   A /trunk/modules/gui/skins2/events/evt_focus.hpp
+   A /trunk/modules/gui/skins2/events/evt_generic.hpp
+   A /trunk/modules/gui/skins2/events/evt_input.cpp
+   A /trunk/modules/gui/skins2/events/evt_input.hpp
+   A /trunk/modules/gui/skins2/events/evt_key.cpp
+   A /trunk/modules/gui/skins2/events/evt_key.hpp
+   A /trunk/modules/gui/skins2/events/evt_leave.hpp
+   A /trunk/modules/gui/skins2/events/evt_motion.hpp
+   A /trunk/modules/gui/skins2/events/evt_mouse.cpp
+   A /trunk/modules/gui/skins2/events/evt_mouse.hpp
+   A /trunk/modules/gui/skins2/events/evt_refresh.hpp
+   A /trunk/modules/gui/skins2/events/evt_scroll.cpp
+   A /trunk/modules/gui/skins2/events/evt_scroll.hpp
+   A /trunk/modules/gui/skins2/events/evt_special.cpp
+   A /trunk/modules/gui/skins2/events/evt_special.hpp
+   A /trunk/modules/gui/skins2/parser
+   A /trunk/modules/gui/skins2/parser/builder.cpp
+   A /trunk/modules/gui/skins2/parser/builder.hpp
+   A /trunk/modules/gui/skins2/parser/builder_data.hpp
+   A /trunk/modules/gui/skins2/parser/flex.c
+   A /trunk/modules/gui/skins2/parser/gen.sh
+   A /trunk/modules/gui/skins2/parser/gen_builder.py
+   A /trunk/modules/gui/skins2/parser/interpreter.cpp
+   A /trunk/modules/gui/skins2/parser/interpreter.hpp
+   A /trunk/modules/gui/skins2/parser/parser_context.hpp
+   A /trunk/modules/gui/skins2/parser/skin.act
+   A /trunk/modules/gui/skins2/parser/skin.dtd
+   A /trunk/modules/gui/skins2/parser/skin.h
+   A /trunk/modules/gui/skins2/parser/skin.l
+   A /trunk/modules/gui/skins2/parser/wrappers.cpp
+   A /trunk/modules/gui/skins2/parser/wrappers.h
+   A /trunk/modules/gui/skins2/src
+   A /trunk/modules/gui/skins2/src/anchor.cpp
+   A /trunk/modules/gui/skins2/src/anchor.hpp
+   A /trunk/modules/gui/skins2/src/dialogs.cpp
+   A /trunk/modules/gui/skins2/src/dialogs.hpp
+   A /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
+   A /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
+   A /trunk/modules/gui/skins2/src/ft2_font.cpp
+   A /trunk/modules/gui/skins2/src/ft2_font.hpp
+   A /trunk/modules/gui/skins2/src/generic_bitmap.hpp
+   A /trunk/modules/gui/skins2/src/generic_font.hpp
+   A /trunk/modules/gui/skins2/src/generic_layout.cpp
+   A /trunk/modules/gui/skins2/src/generic_layout.hpp
+   A /trunk/modules/gui/skins2/src/generic_window.cpp
+   A /trunk/modules/gui/skins2/src/generic_window.hpp
+   A /trunk/modules/gui/skins2/src/logger.cpp
+   A /trunk/modules/gui/skins2/src/logger.hpp
+   A /trunk/modules/gui/skins2/src/os_factory.cpp
+   A /trunk/modules/gui/skins2/src/os_factory.hpp
+   A /trunk/modules/gui/skins2/src/os_graphics.hpp
+   A /trunk/modules/gui/skins2/src/os_loop.hpp
+   A /trunk/modules/gui/skins2/src/os_timer.hpp
+   A /trunk/modules/gui/skins2/src/os_tooltip.hpp
+   A /trunk/modules/gui/skins2/src/os_window.hpp
+   A /trunk/modules/gui/skins2/src/png_bitmap.cpp
+   A /trunk/modules/gui/skins2/src/png_bitmap.hpp
+   A /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
+   A /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
+   A /trunk/modules/gui/skins2/src/skin_common.hpp
+   A /trunk/modules/gui/skins2/src/skin_main.cpp
+   A /trunk/modules/gui/skins2/src/theme.cpp
+   A /trunk/modules/gui/skins2/src/theme.hpp
+   A /trunk/modules/gui/skins2/src/theme_loader.cpp
+   A /trunk/modules/gui/skins2/src/theme_loader.hpp
+   A /trunk/modules/gui/skins2/src/tooltip.cpp
+   A /trunk/modules/gui/skins2/src/tooltip.hpp
+   A /trunk/modules/gui/skins2/src/var_manager.cpp
+   A /trunk/modules/gui/skins2/src/var_manager.hpp
+   A /trunk/modules/gui/skins2/src/vlcproc.cpp
+   A /trunk/modules/gui/skins2/src/vlcproc.hpp
+   A /trunk/modules/gui/skins2/src/window_manager.cpp
+   A /trunk/modules/gui/skins2/src/window_manager.hpp
+   A /trunk/modules/gui/skins2/utils
+   A /trunk/modules/gui/skins2/utils/bezier.cpp
+   A /trunk/modules/gui/skins2/utils/bezier.hpp
+   A /trunk/modules/gui/skins2/utils/fsm.cpp
+   A /trunk/modules/gui/skins2/utils/fsm.hpp
+   A /trunk/modules/gui/skins2/utils/observer.hpp
+   A /trunk/modules/gui/skins2/utils/pointer.hpp
+   A /trunk/modules/gui/skins2/utils/position.cpp
+   A /trunk/modules/gui/skins2/utils/position.hpp
+   A /trunk/modules/gui/skins2/utils/ustring.cpp
+   A /trunk/modules/gui/skins2/utils/ustring.hpp
+   A /trunk/modules/gui/skins2/utils/var_bool.cpp
+   A /trunk/modules/gui/skins2/utils/var_bool.hpp
+   A /trunk/modules/gui/skins2/utils/var_list.cpp
+   A /trunk/modules/gui/skins2/utils/var_list.hpp
+   A /trunk/modules/gui/skins2/utils/var_percent.cpp
+   A /trunk/modules/gui/skins2/utils/var_percent.hpp
+   A /trunk/modules/gui/skins2/utils/var_text.cpp
+   A /trunk/modules/gui/skins2/utils/var_text.hpp
+   A /trunk/modules/gui/skins2/utils/variable.hpp
+   A /trunk/modules/gui/skins2/vars
+   A /trunk/modules/gui/skins2/vars/playlist.cpp
+   A /trunk/modules/gui/skins2/vars/playlist.hpp
+   A /trunk/modules/gui/skins2/vars/time.cpp
+   A /trunk/modules/gui/skins2/vars/time.hpp
+   A /trunk/modules/gui/skins2/vars/vlcvars.cpp
+   A /trunk/modules/gui/skins2/vars/vlcvars.hpp
+   A /trunk/modules/gui/skins2/vars/volume.cpp
+   A /trunk/modules/gui/skins2/vars/volume.hpp
+   A /trunk/modules/gui/skins2/win32
+   A /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
+   A /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
+   A /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   A /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   A /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+   A /trunk/modules/gui/skins2/win32/win32_graphics.hpp
+   A /trunk/modules/gui/skins2/win32/win32_loop.cpp
+   A /trunk/modules/gui/skins2/win32/win32_loop.hpp
+   A /trunk/modules/gui/skins2/win32/win32_timer.cpp
+   A /trunk/modules/gui/skins2/win32/win32_timer.hpp
+   A /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
+   A /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
+   A /trunk/modules/gui/skins2/win32/win32_window.cpp
+   A /trunk/modules/gui/skins2/win32/win32_window.hpp
+   A /trunk/modules/gui/skins2/x11
+   A /trunk/modules/gui/skins2/x11/x11_display.cpp
+   A /trunk/modules/gui/skins2/x11/x11_display.hpp
+   A /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
+   A /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
+   A /trunk/modules/gui/skins2/x11/x11_factory.cpp
+   A /trunk/modules/gui/skins2/x11/x11_factory.hpp
+   A /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+   A /trunk/modules/gui/skins2/x11/x11_graphics.hpp
+   A /trunk/modules/gui/skins2/x11/x11_loop.cpp
+   A /trunk/modules/gui/skins2/x11/x11_loop.hpp
+   A /trunk/modules/gui/skins2/x11/x11_timer.cpp
+   A /trunk/modules/gui/skins2/x11/x11_timer.hpp
+   A /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
+   A /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
+   A /trunk/modules/gui/skins2/x11/x11_window.cpp
+   A /trunk/modules/gui/skins2/x11/x11_window.hpp
+
+* all: brand new skins interface ( still _experimental_) for x11 and
+  win32, by ipkiss and myself...
+ Among the features:
+ - framework rewritten from scratch, heavily based on design patterns
+  => new controls can be (hopefully) created more easily, portability
+  to other OS is better, and the interface is less dependant from
+  the vlc core
+ - new concept of "layout", to provide a window with several different
+  views (as in winamp3 skins)
+ - controls can now be placed at a relative position to the edges of
+  a window, which allow controls and layouts to be resizable (e.g
+  for the playlist window)
+ - Use of libpng and libfreetype2 for better portability between x11 and
+   win32 => ttf fonts and antialiasing
+ - New DTD for the xml theme ( *it will probably change again* )
+ - Very very beginning of scripting in the xml file
+ - And many things I miss
+ - And probably many bugs ;)
+
+------------------------------------------------------------------------
+r6240 | asmax | 2004-01-04 00:37:08 +0100 (Sun, 04 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: added the skins2 module (_should_ work ;)
+
+------------------------------------------------------------------------
+r6241 | asmax | 2004-01-04 00:54:51 +0100 (Sun, 04 Jan 2004) | 11 lines
+Changed paths:
+   A /trunk/modules/gui/skins2/theme
+   A /trunk/modules/gui/skins2/theme/FreeSansBold.ttf
+   A /trunk/modules/gui/skins2/theme/add_item.png
+   A /trunk/modules/gui/skins2/theme/add_item_onclick.png
+   A /trunk/modules/gui/skins2/theme/body.png
+   A /trunk/modules/gui/skins2/theme/close.png
+   A /trunk/modules/gui/skins2/theme/close_mouseover.png
+   A /trunk/modules/gui/skins2/theme/close_onclick.png
+   A /trunk/modules/gui/skins2/theme/delete_item.png
+   A /trunk/modules/gui/skins2/theme/delete_item_onclick.png
+   A /trunk/modules/gui/skins2/theme/disabled.png
+   A /trunk/modules/gui/skins2/theme/fast.png
+   A /trunk/modules/gui/skins2/theme/fast_disabled.png
+   A /trunk/modules/gui/skins2/theme/fast_onclick.png
+   A /trunk/modules/gui/skins2/theme/next.png
+   A /trunk/modules/gui/skins2/theme/next_disabled.png
+   A /trunk/modules/gui/skins2/theme/next_onclick.png
+   A /trunk/modules/gui/skins2/theme/pause.png
+   A /trunk/modules/gui/skins2/theme/pause_onclick.png
+   A /trunk/modules/gui/skins2/theme/play.png
+   A /trunk/modules/gui/skins2/theme/play_onclick.png
+   A /trunk/modules/gui/skins2/theme/playlist.png
+   A /trunk/modules/gui/skins2/theme/playlist_body1.png
+   A /trunk/modules/gui/skins2/theme/playlist_body2.png
+   A /trunk/modules/gui/skins2/theme/playlist_body3.png
+   A /trunk/modules/gui/skins2/theme/playlist_body4.png
+   A /trunk/modules/gui/skins2/theme/playlist_body6.png
+   A /trunk/modules/gui/skins2/theme/playlist_body7.png
+   A /trunk/modules/gui/skins2/theme/playlist_body8.png
+   A /trunk/modules/gui/skins2/theme/playlist_body9.png
+   A /trunk/modules/gui/skins2/theme/playlist_button.png
+   A /trunk/modules/gui/skins2/theme/playlist_button2.png
+   A /trunk/modules/gui/skins2/theme/playlist_button_onclick.png
+   A /trunk/modules/gui/skins2/theme/playlist_button_onclick2.png
+   A /trunk/modules/gui/skins2/theme/preferences.png
+   A /trunk/modules/gui/skins2/theme/preferences_onclick.png
+   A /trunk/modules/gui/skins2/theme/previous.png
+   A /trunk/modules/gui/skins2/theme/previous_disabled.png
+   A /trunk/modules/gui/skins2/theme/previous_onclick.png
+   A /trunk/modules/gui/skins2/theme/reduce.png
+   A /trunk/modules/gui/skins2/theme/reduce_disabled.png
+   A /trunk/modules/gui/skins2/theme/reduce_onclick.png
+   A /trunk/modules/gui/skins2/theme/resize.png
+   A /trunk/modules/gui/skins2/theme/rev.png
+   A /trunk/modules/gui/skins2/theme/rev_disabled.png
+   A /trunk/modules/gui/skins2/theme/rev_onclick.png
+   A /trunk/modules/gui/skins2/theme/slider.png
+   A /trunk/modules/gui/skins2/theme/slider2.png
+   A /trunk/modules/gui/skins2/theme/slider_onclick.png
+   A /trunk/modules/gui/skins2/theme/slider_playlist.png
+   A /trunk/modules/gui/skins2/theme/slider_volume.png
+   A /trunk/modules/gui/skins2/theme/slider_volume_onclick.png
+   A /trunk/modules/gui/skins2/theme/slow.png
+   A /trunk/modules/gui/skins2/theme/slow_disabled.png
+   A /trunk/modules/gui/skins2/theme/slow_onclick.png
+   A /trunk/modules/gui/skins2/theme/sort.png
+   A /trunk/modules/gui/skins2/theme/sort_onclick.png
+   A /trunk/modules/gui/skins2/theme/stop.png
+   A /trunk/modules/gui/skins2/theme/stop_disabled.png
+   A /trunk/modules/gui/skins2/theme/stop_onclick.png
+   A /trunk/modules/gui/skins2/theme/theme.xml
+   A /trunk/modules/gui/skins2/theme/volume.png
+
+* all: sample theme for skins2 interface
+  Warning: by default the interface will try to open the skin from the
+  vlc share, which is probably an old skin, so the load will fail, and
+  afterwards a wxwindows dialog allows to load another skin.
+  BUT there seems to be a bug which make the interface crash
+  when it tries to load this second skin... workarounds are:
+  - deleting the old theme
+  - setting the "skin_last2=/path/to/xml/file" in the [Skins] section
+  of vlcrc
+  - solving the bug ;)
+
+------------------------------------------------------------------------
+r6242 | asmax | 2004-01-04 01:06:10 +0100 (Sun, 04 Jan 2004) | 2 lines
+Changed paths:
+   A /trunk/modules/gui/skins2/parser/skin.c
+
+* first forgotten file...
+
+------------------------------------------------------------------------
+r6243 | asmax | 2004-01-04 01:17:10 +0100 (Sun, 04 Jan 2004) | 2 lines
+Changed paths:
+   A /trunk/modules/gui/skins2/theme/FreeSans.ttf
+
+* the sample theme should work better with that...
+
+------------------------------------------------------------------------
+r6244 | sam | 2004-01-04 05:50:24 +0100 (Sun, 04 Jan 2004) | 7 lines
+Changed paths:
+   M /trunk/include/codecs.h
+   M /trunk/modules/video_output/caca.c
+
+  * modules/video_output/caca.c:
+    + Ported to libcaca 0.6.
+    + Removed dithering configuration variable; use the CACA_DITHERING
+      environment variable instead, until the API is polished.
+  * include/codecs.h:
+    + Minor coding style fix.
+
+------------------------------------------------------------------------
+r6245 | sam | 2004-01-04 05:53:07 +0100 (Sun, 04 Jan 2004) | 7 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/rules
+   M /trunk/doc/fortunes.txt
+
+  * debian/control:
+    + Build-depend on fixed linux-kernel-headers packages.
+  * debian/rules:
+    + Look for faad in extras/faad2, not extras/faad.
+    + Enable postprocessing in the ffmpeg configuration.
+    + Activated libcaca video output.
+
+------------------------------------------------------------------------
+r6246 | rocky | 2004-01-04 05:56:21 +0100 (Sun, 04 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/cvd.h
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/subtitle.h
+
+Was putting 1 byte of garbage for each packet.
+
+------------------------------------------------------------------------
+r6247 | fenrir | 2004-01-04 15:28:11 +0100 (Sun, 04 Jan 2004) | 3 lines
+Changed paths:
+   A /trunk/modules/demux/demux2.c
+   A /trunk/modules/demux/nsv.c
+
+ * demux2: a dummy demuxer to adapt to new demuxer API (experimental, and
+ will be removed later).
+
+------------------------------------------------------------------------
+r6248 | fenrir | 2004-01-04 15:35:12 +0100 (Sun, 04 Jan 2004) | 3 lines
+Changed paths:
+   A /trunk/modules/demux/real.c
+
+ * real.c: begin of a real demuxer (using new API). Can't work yet as it
+ needs modification to ffmpeg decoder that I need to finish.
+
+------------------------------------------------------------------------
+r6249 | zorglub | 2004-01-04 16:24:27 +0100 (Sun, 04 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Do not link twice zlib
+
+------------------------------------------------------------------------
+r6250 | fenrir | 2004-01-04 16:32:13 +0100 (Sun, 04 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/demux/Modules.am
+   M /trunk/modules/demux/demux2.c
+   M /trunk/src/input/es_out.c
+
+ * encoder.c: corrected required LIBAVCODEC_BUILD
+ * es_out.c: ES_OUT_SET_PCR works now with microsecond.
+ * configure.ac, Modules.am: enable demux2, nsv, real.
+ * demux2.c: increased priority.
+
+------------------------------------------------------------------------
+r6251 | rocky | 2004-01-04 17:25:00 +0100 (Sun, 04 Jan 2004) | 3 lines
+Changed paths:
+   A /trunk/doc/subtitles
+   A /trunk/doc/subtitles/cvd-subtitles.txt
+   A /trunk/doc/subtitles/svcd-ogt-subtitles.txt
+
+A start for what little public documentation there is for CVD and OGT
+subtitles.
+
+------------------------------------------------------------------------
+r6252 | rocky | 2004-01-04 17:51:59 +0100 (Sun, 04 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/doc/subtitles/cvd-subtitles.txt
+   A /trunk/modules/codec/ogt/.cvsignore
+   A /trunk/modules/codec/ogt/Modules.am
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   A /trunk/modules/codec/ogt/write_png.c
+   A /trunk/modules/codec/ogt/write_png.h
+
+Add OGT and CVD subtitle demuxers.
+write_png: might be made into a module and moved elsewhere
+cvd*: went over documentation a little bit.
+
+------------------------------------------------------------------------
+r6253 | fenrir | 2004-01-04 18:35:02 +0100 (Sun, 04 Jan 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/avi/avi.h
+
+ * avi: May fix #1545
+ (From mplayer:
+    "count blocks by rounded-up chunksizes instead of chunks -
+     we need full emulation of dshow avi demuxer bugs :(
+     fixes silly nandub-style a-v delaying in avi with vbr mp3..." )
+
+------------------------------------------------------------------------
+r6254 | sam | 2004-01-04 19:18:45 +0100 (Sun, 04 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/toolbox
+
+  * toolbox:
+    + Minor fixes to the woody packages.
+
+------------------------------------------------------------------------
+r6255 | kuehne | 2004-01-04 22:44:44 +0100 (Sun, 04 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+Fixed a small bug which prevented the translation of a string.
+
+------------------------------------------------------------------------
+r6256 | gbazin | 2004-01-04 23:03:20 +0100 (Sun, 04 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+
+* ALL: bumping version number to 0.7.1-cvs.
+
+------------------------------------------------------------------------
+r6257 | gbazin | 2004-01-04 23:22:10 +0100 (Sun, 04 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/modules/codec/ogt/subtitle.h
+
+
+* modules/codec/ogt/*: win32 compilation fixes.
+
+------------------------------------------------------------------------
+r6258 | gbazin | 2004-01-04 23:38:49 +0100 (Sun, 04 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+   M /trunk/modules/gui/skins2/vars/playlist.hpp
+
+
+* modules/gui/skins2/vars/playlist.*: win32 compilation fix (not sure it is the right one).
+
+------------------------------------------------------------------------
+r6259 | fenrir | 2004-01-05 04:19:00 +0100 (Mon, 05 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+ * nsv: clean up, added seek support.
+
+------------------------------------------------------------------------
+r6260 | jlj | 2004-01-05 13:24:51 +0100 (Mon, 05 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+  * ./AUTHORS: updated my country entry.
+
+------------------------------------------------------------------------
+r6261 | jlj | 2004-01-05 13:37:52 +0100 (Mon, 05 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/modules/demux/mp4/Modules.am
+   A /trunk/modules/demux/mp4/drms.c
+   A /trunk/modules/demux/mp4/drms.h
+   A /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/mp4/mp4.h
+
+  * ./modules/demux/mp4: DRMS support.
+
+------------------------------------------------------------------------
+r6262 | zorglub | 2004-01-05 13:59:43 +0100 (Mon, 05 Jan 2004) | 33 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/playlist/group.c
+   A /trunk/src/playlist/info.c
+   A /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/sort.c
+
+* Makefile.am : Added src/playlist/item-ext.c and src/playlist/info.c
+
+* src/playlist/item.c
+  src/playlist/info.c
+  src/playlist/item-ext.c
+  src/playlist/group.c
+  src/playlist/sort.c
+  src/playlist/loadsave.c
+  include/vlc_playlist.h
+      - New playlist_info structures and accessors
+        It works pretty like the old input_info (with categories)
+        It provides modularity to the playlist
+      - Removed ppsz_options and i_options from playlist_item
+        (we use the special category Options)
+      - Added a unique id to each playlist_item to be able to track the
+        items accross playlist reorders
+      - Simplified adding of items.
+           - playlist_AddExt is removed
+           - playlist_AddItem is still here and exported but should not be used
+           - use playlist_Add( p_playlist, uri, name, duration, mode, pos )
+             and use the accessors for all other things
+      - Added setters for fields of the playlist_item structure
+      - Introduced "item-change" and "playlist-current" playlist variables
+        to give more flexibility than only intf-change
+
+      At the moment, duration is still in the structure (easier to use, IMHO)
+
+* src/input/input.c
+  src/libvlc.c :
+        playlist item options parsing changed
+
+* include/vlc_common.h : added playlist_info structures
+
+------------------------------------------------------------------------
+r6263 | zorglub | 2004-01-05 13:59:54 +0100 (Mon, 05 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+* modules/misc/sap.c :
+      - Use the new playlist API
+      - Track title changes
+      - Timeout. Delete an item if we haven't heard about it for too long.
+
+------------------------------------------------------------------------
+r6264 | zorglub | 2004-01-05 14:00:20 +0100 (Mon, 05 Jan 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/src/input/es_out.c
+
+  modules/demux/util/id3tag.c
+  modules/demux/avi/avi.c
+  modules/demux/asf/asf.c
+  src/input/es_out.c
+        - Fill the playlist info structures
+
+------------------------------------------------------------------------
+r6265 | zorglub | 2004-01-05 14:00:39 +0100 (Mon, 05 Jan 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/iteminfo.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/streamwizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+  modules/gui/wxwindows/playlist.cpp
+  modules/gui/wxwindows/iteminfo.cpp
+        - Show the info as a tree view.
+         At the moment, all is shown. We should maybe hide the "Options" tree
+         as it rather "internal"
+        - Improved a little the layout
+        - Added a popup menu to to the playlist
+        - Minimize playlist rebuilds
+
+------------------------------------------------------------------------
+r6266 | zorglub | 2004-01-05 14:07:03 +0100 (Mon, 05 Jan 2004) | 16 lines
+Changed paths:
+   M /trunk/modules/LIST
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/slp.c
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/control/corba/corba.c
+   M /trunk/modules/control/http.c
+   M /trunk/modules/control/rc/rc.c
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/gui/beos/VlcWrapper.cpp
+   M /trunk/modules/gui/gtk/open.c
+   M /trunk/modules/gui/gtk/playlist.c
+   M /trunk/modules/gui/kde/interface.cpp
+   M /trunk/modules/gui/macosx/applescript.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/qt/intf.cpp
+   M /trunk/modules/gui/skins/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
+
+* ALL:  playlist API changes
+
+What may be broken (untested):
+------------------------------
+   - Theora and Speex decoders
+   - some interfaces
+   - VCDX and CDDAX access
+
+The problems shouldn't hopefully excess compilation glitches.
+(removal of AddExt, of psz_author, and prototype of Add)
+
+Additionnaly, interfaces that do not support item-change will have
+update problems.
+
+* Updated modules list
+
+------------------------------------------------------------------------
+r6267 | fenrir | 2004-01-05 15:10:58 +0100 (Mon, 05 Jan 2004) | 7 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/include/network.h
+   M /trunk/src/misc/modules.c
+   A /trunk/src/misc/net.c
+
+
+ * configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts
+   avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake ....
+   ( ouiiinnn, another bootstrap ;)
+
+ * all: added net_* helpers functions.
+
+------------------------------------------------------------------------
+r6268 | zorglub | 2004-01-05 15:42:14 +0100 (Mon, 05 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+   M /trunk/src/playlist/item-ext.c
+
+* modules/misc/sap.c : let the user configure timeout delay
+* src/playlist/item-ext.c : sanity checks when adding items
+
+------------------------------------------------------------------------
+r6269 | hartman | 2004-01-05 15:50:42 +0100 (Mon, 05 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Fix mpeg2dec buildsystem
+
+------------------------------------------------------------------------
+r6270 | fenrir | 2004-01-05 16:07:16 +0100 (Mon, 05 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/tcp.c
+
+ * tcp: use net_*.
+
+------------------------------------------------------------------------
+r6271 | hartman | 2004-01-05 17:22:40 +0100 (Mon, 05 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/caca.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* Fixed mpeg2dec newer libcaca, newer matroska, www.videolan.org should now
+  be download.videolan.org etc etc etc.
+  A lot of small fixes
+
+------------------------------------------------------------------------
+r6272 | gbazin | 2004-01-05 18:42:36 +0100 (Mon, 05 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+
+
+* configure.ac: win32 compilation fixes for the skins2 plugin.
+* modules/gui/skins2/Modules.am: renamed the plugin name into skins2 so it doesn't conflict with the old plugin.
+* modules/gui/skins2/vars/playlist.cpp: fixed invalid cast.
+
+------------------------------------------------------------------------
+r6273 | hartman | 2004-01-05 19:15:12 +0100 (Mon, 05 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* API change in mkv. Everyone should update to the latest libraries.
+
+------------------------------------------------------------------------
+r6274 | bigben | 2004-01-05 19:43:17 +0100 (Mon, 05 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+Added a callback on item-change, so that the playlist is updated.
+
+------------------------------------------------------------------------
+r6275 | sam | 2004-01-05 20:33:11 +0100 (Mon, 05 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+
+  * modules/gui/skins2/vars/playlist.cpp: Hack to prevent compilation errors.
+
+------------------------------------------------------------------------
+r6276 | gbazin | 2004-01-05 21:02:21 +0100 (Mon, 05 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+
+
+* modules/gui/skins2/vars/playlist.cpp: use ICONV_CONST to deal with the different prototypes for iconv(). Thanks sam!
+
+------------------------------------------------------------------------
+r6277 | gbazin | 2004-01-05 23:06:15 +0100 (Mon, 05 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+
+* modules/video_output/directx/directx.c: patch by Mike Schrag to add a config var
+for the directx preferred display device.
+
+------------------------------------------------------------------------
+r6278 | asmax | 2004-01-05 23:17:32 +0100 (Mon, 05 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+   M /trunk/modules/gui/skins2/vars/playlist.hpp
+
+* commands/cmd_*.hpp: use the DEFINE_COMMAND macro for simple commands
+* commands/cmd_fullscreen.*, parser/interpreter.cpp: added a
+  "vlc.fullscreen()" command
+
+------------------------------------------------------------------------
+r6279 | jlj | 2004-01-06 02:41:10 +0100 (Tue, 06 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/mp4.c
+
+  * ./modules/demux/mp4: added some DRMS debug statements.
+
+------------------------------------------------------------------------
+r6280 | rocky | 2004-01-06 04:59:48 +0100 (Tue, 06 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Choosing an audio or subtitle channel isn't an "advanced"
+option. Run-of-the mill users may want to select that.
+
+Update documentation.
+
+------------------------------------------------------------------------
+r6281 | rocky | 2004-01-06 05:10:18 +0100 (Tue, 06 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Unbreak plugin as a result of the recent playlist API change. Need to
+cripple PBC for now though.
+
+------------------------------------------------------------------------
+r6282 | rocky | 2004-01-06 05:57:34 +0100 (Tue, 06 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/src/playlist/item-ext.c
+
+Reinstate duration times on playlist item for CD-DA.  Done via adding
+an interface to allow setting the duration on adding a playlist item.
+
+------------------------------------------------------------------------
+r6283 | zorglub | 2004-01-06 09:50:20 +0100 (Tue, 06 Jan 2004) | 15 lines
+Changed paths:
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/src/playlist/group.c
+   M /trunk/src/playlist/info.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/sort.c
+
+- src/misc/win32_specific: compilation fix for win32 (can someone please
+check that command line parsing still works for items and options? )
+
+- src/libvlc.c
+  include/vlc/vlc.h : New libvlc functions to get playlist status and
+                      clear the playlist
+     Patch by Tong Ka Man
+
+- src/playlist/* : Update copyrights
+
+- src/playlist/playlist.c:
+  -When a user explicitely asks for an item, do play it, even if random mode
+  -Do not stop playlist upon deletion of an autodelete item
+  -playlist_Clear (Patch by Tong Ka Man)
+
+------------------------------------------------------------------------
+r6284 | zorglub | 2004-01-06 13:02:06 +0100 (Tue, 06 Jan 2004) | 2 lines
+Changed paths:
+   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/input/demux.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_clock.c
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/input/input_ext-intf.c
+   M /trunk/src/input/input_ext-plugins.c
+   M /trunk/src/input/input_info.c
+   M /trunk/src/input/input_programs.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/interface/intf_eject.c
+   M /trunk/src/libvlc.c
+   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/darwin_specific.m
+   M /trunk/src/misc/error.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/objects.c
+   M /trunk/src/misc/threads.c
+   M /trunk/src/misc/variables.c
+   M /trunk/src/misc/win32_specific.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/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
+
+Updated copyrights in libvlc
+
+------------------------------------------------------------------------
+r6285 | hartman | 2004-01-06 15:35:16 +0100 (Tue, 06 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+
+* Something about microdvd fps and a huge bug in its defaults.
+
+------------------------------------------------------------------------
+r6286 | gbazin | 2004-01-06 20:12:08 +0100 (Tue, 06 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+
+* modules/video_output/directx/directx.c: move the video window to the right display when using --directx-device.
+
+------------------------------------------------------------------------
+r6287 | sigmunau | 2004-01-06 22:42:43 +0100 (Tue, 06 Jan 2004) | 6 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/src/input/stream.c
+
+src/input/stream.c:
+  * Cleaned up a comment
+  * Added a function stream_ReadLine() to read one line from a stream
+include/ninput.h:
+  * export stream_ReadLine()
+
+------------------------------------------------------------------------
+r6288 | fenrir | 2004-01-07 00:03:17 +0100 (Wed, 07 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/src/misc/net.c
+
+ * src/misc/net.c: fixed net_Gets
+
+------------------------------------------------------------------------
+r6289 | fenrir | 2004-01-07 00:11:47 +0100 (Wed, 07 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+
+ * network: vlc_UrlParse should now accept ipv6 ip (untested).
+
+------------------------------------------------------------------------
+r6290 | rocky | 2004-01-07 08:21:31 +0100 (Wed, 07 Jan 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Better operator association in computing duration and should be
+optimized better too.
+
+Add track info in "Media Information" Add track-specific information
+and album information in "Item info".
+
+Coding of all this is ugly and massively redundant. I think the
+playlist needs to be re-thought/re-worked. Sublevels would be nice
+too.
+
+------------------------------------------------------------------------
+r6291 | fenrir | 2004-01-07 15:59:03 +0100 (Wed, 07 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/net.c
+
+ * net: mem leak in net_Printf
+
+------------------------------------------------------------------------
+r6292 | fenrir | 2004-01-07 15:59:37 +0100 (Wed, 07 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+   M /trunk/modules/demux/nsv.c
+
+ * demux2: allow to force demuxer.
+ * nsv: fixed bad init.
+
+------------------------------------------------------------------------
+r6293 | fenrir | 2004-01-07 16:21:27 +0100 (Wed, 07 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+ * http: complete rewrite (using net_Printf/net_Gets)
+        -> Proxy, user/password and redirection untested.
+        -> For icecast server, check also the mime (do not blindly force
+        mp3, it could also be nsv).
+
+------------------------------------------------------------------------
+r6294 | fenrir | 2004-01-07 16:31:31 +0100 (Wed, 07 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/demux/real.c
+   M /trunk/src/input/es_out.c
+
+ * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR, now ES_OUT_SET_PCR
+  apply to the selected program.
+
+------------------------------------------------------------------------
+r6295 | hartman | 2004-01-07 16:54:38 +0100 (Wed, 07 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/README
+
+* Clarify some instructions.
+
+------------------------------------------------------------------------
+r6296 | hartman | 2004-01-07 17:54:47 +0100 (Wed, 07 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+* Fix a memory leak when there is no p_vout, but when there are subs.
+
+------------------------------------------------------------------------
+r6297 | fenrir | 2004-01-07 18:57:56 +0100 (Wed, 07 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input: fix to avoid forced subtitle not selected.
+
+------------------------------------------------------------------------
+r6298 | gbazin | 2004-01-07 20:20:30 +0100 (Wed, 07 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/playlist/info.c
+   M /trunk/src/playlist/item-ext.c
+
+
+* src/playlist/*: fixed memory leaks.
+* modules/codec/rawvideo.c: fixed dts/pts problem and added support for fourcc IYUV.
+* modules/stream_out/transcode.c: added support for fourcc IYUV.
+
+------------------------------------------------------------------------
+r6299 | fenrir | 2004-01-08 00:39:41 +0100 (Thu, 08 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
+   M /trunk/src/misc/net.c
+
+ * all: added own implementation of vasprintf. I hope it's ok this way.
+
+------------------------------------------------------------------------
+r6300 | gbazin | 2004-01-08 01:12:50 +0100 (Thu, 08 Jan 2004) | 7 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/ffmpeg/Modules.am
+   A /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/video.c
+
+
+* configure.ac: detect if libavformat is present.
+* modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir).
+   This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...).
+   The demuxer has been put here because of its dependancy on libavformat and libavcodec.
+* modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.
+
+------------------------------------------------------------------------
+r6301 | fenrir | 2004-01-08 01:37:18 +0100 (Thu, 08 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/demux/mp4/libmp4.c
+
+ * modules/demux/mp4/libmp4.c: use vasprintf
+ * modules/access/ftp.c: cleaned up.
+
+------------------------------------------------------------------------
+r6302 | sigmunau | 2004-01-08 01:52:08 +0100 (Thu, 08 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+modules/gui/wxwindows/playlist.cpp:
+  * fixed a warning
+
+------------------------------------------------------------------------
+r6303 | fenrir | 2004-01-08 11:27:07 +0100 (Thu, 08 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
+
+ * all: correct test for vasprintf.
+
+------------------------------------------------------------------------
+r6304 | fenrir | 2004-01-08 12:18:27 +0100 (Thu, 08 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+ * vlc_common: mmh, use right prototype...
+
+------------------------------------------------------------------------
+r6305 | jlj | 2004-01-08 12:36:40 +0100 (Thu, 08 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/extras/libc.c
+
+  * ./src/extras/libc.c: vasprintf bug fix.
+
+------------------------------------------------------------------------
+r6306 | hartman | 2004-01-08 13:07:07 +0100 (Thu, 08 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* ffmpeg 0.4.8 compilation fix
+
+------------------------------------------------------------------------
+r6307 | courmisch | 2004-01-08 13:44:59 +0100 (Thu, 08 Jan 2004) | 2 lines
+Changed paths:
+   A /trunk/modules/gui/skins2/.cvsignore
+
+Added .cvsignore
+
+------------------------------------------------------------------------
+r6308 | gbazin | 2004-01-08 16:11:35 +0100 (Thu, 08 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+
+* modules/codec/ffmpeg/ffmpeg.c: oops.
+
+------------------------------------------------------------------------
+r6309 | fenrir | 2004-01-08 17:28:37 +0100 (Thu, 08 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses/ncurses.c
+
+ * ncurses: added and updated a lot of fonctionnalities. (Playlist browser,
+ time, informations and help display).
+
+------------------------------------------------------------------------
+r6310 | hartman | 2004-01-08 20:07:42 +0100 (Thu, 08 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/vlc.ebuild
+
+* Updated the ebuild for 0.7.0
+  a bit late i know. I had forgotten about it.
+
+------------------------------------------------------------------------
+r6311 | sam | 2004-01-08 20:22:10 +0100 (Thu, 08 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+  * modules/video_output/caca.c:
+    + Updated for libcaca 0.7.
+
+------------------------------------------------------------------------
+r6312 | hartman | 2004-01-08 22:19:03 +0100 (Thu, 08 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/vlc.ebuild
+
+* Updated with new libraries in vlc
+* Use new style of use_enable
+* Fixed some bugs
+
+------------------------------------------------------------------------
+r6313 | gbazin | 2004-01-08 22:48:43 +0100 (Thu, 08 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+
+* modules/codec/ffmpeg/demux.c: improvements.
+* modules/codec/ffmpeg/ffmpeg.c: added a few fourccs.
+
+------------------------------------------------------------------------
+r6314 | hartman | 2004-01-08 22:55:06 +0100 (Thu, 08 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/vlc.ebuild
+
+* caca 0.6 doesn't work with 0.7.0 remember? :)
+
+------------------------------------------------------------------------
+r6315 | gbazin | 2004-01-08 23:02:29 +0100 (Thu, 08 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+
+* modules/codec/ffmpeg/ffmpeg.c: compilation fix for ffmpeg 0.4.8.
+
+------------------------------------------------------------------------
+r6316 | hartman | 2004-01-08 23:34:54 +0100 (Thu, 08 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/vlc.ebuild
+
+* thats what you get when you work in multiple directories
+
+------------------------------------------------------------------------
+r6317 | hartman | 2004-01-08 23:37:59 +0100 (Thu, 08 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/vlc.ebuild
+
+* And AGAIN the caca fix
+
+------------------------------------------------------------------------
+r6318 | sigmunau | 2004-01-09 00:21:01 +0100 (Fri, 09 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+modules/codec/ffmpeg/ffmpeg.c:
+ * add fourcc "smc "
+
+------------------------------------------------------------------------
+r6319 | gbazin | 2004-01-09 01:02:55 +0100 (Fri, 09 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/video.c
+
+
+* modules/codec/ffmpeg/video.c: setup dummy palette to avoid segfaults with some codecs.
+* modules/codec/ffmpeg/ffmpeg.c: more fourccs.
+
+------------------------------------------------------------------------
+r6320 | gbazin | 2004-01-09 01:30:29 +0100 (Fri, 09 Jan 2004) | 3 lines
+Changed paths:
+   D /trunk/modules/demux/mpeg/private.h
+   M /trunk/modules/demux/mpeg/ps.c
+   M /trunk/modules/demux/mpeg/system.c
+   M /trunk/modules/demux/mpeg/system.h
+   M /trunk/modules/demux/mpeg/ts.c
+
+
+* modules/demux/mpeg: fixed latest changes to mpeg system demuxer (dvd playing was broken).
+
+------------------------------------------------------------------------
+r6321 | gbazin | 2004-01-09 01:32:12 +0100 (Fri, 09 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/Modules.am
+
+
+* modules/demux/mpeg/Modules.am: forgot to remove private.h.
+
+------------------------------------------------------------------------
+r6322 | rocky | 2004-01-09 02:17:57 +0100 (Fri, 09 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/subtitles/cvd-subtitles.txt
+
+Minor grammatical changes.
+
+------------------------------------------------------------------------
+r6323 | hartman | 2004-01-09 03:28:30 +0100 (Fri, 09 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* video.c: gibalou: no palctrl in avcodec context in 0.4.8
+* ffmpeg.c: 0.4.8 ifdef'ing
+
+------------------------------------------------------------------------
+r6324 | jlj | 2004-01-09 05:37:43 +0100 (Fri, 09 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/mp4/drms.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/mp4/mp4.h
+
+  * ./modules/demux/mp4/drms.c: improved sci handling.
+  * ./modules/demux/mp4/mp4.c: if sample has not been decrypted, do not
+                               pass it on to decoder.
+
+------------------------------------------------------------------------
+r6325 | gbazin | 2004-01-09 13:23:47 +0100 (Fri, 09 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/modules_inner.h
+   M /trunk/modules/access/http.c
+   M /trunk/src/misc/net.c
+   M /trunk/src/misc/win32_specific.c
+
+* ALL: MSVC compilation fixes.
+
+------------------------------------------------------------------------
+r6326 | hartman | 2004-01-09 14:08:08 +0100 (Fri, 09 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+* MAX_PATH is a windowism. Use PATH_MAX.
+
+------------------------------------------------------------------------
+r6327 | hartman | 2004-01-09 16:26:58 +0100 (Fri, 09 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+* Gibalou you broke something again :)
+  You used vasprintf but used asprintf paramaters. Which one do you want to use?
+  i changed to asprintf now.
+
+------------------------------------------------------------------------
+r6328 | hartman | 2004-01-09 16:39:38 +0100 (Fri, 09 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure --help aliging
+
+------------------------------------------------------------------------
+r6329 | jlj | 2004-01-09 18:29:17 +0100 (Fri, 09 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * ./modules/demux/mp4/drms.c: switched to dyn. linking of SHGetFolderPath
+
+------------------------------------------------------------------------
+r6330 | gbazin | 2004-01-09 19:32:04 +0100 (Fri, 09 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
+
+
+* ALL: added vlc_asprintf() to our libc.
+
+------------------------------------------------------------------------
+r6331 | gbazin | 2004-01-09 20:21:58 +0100 (Fri, 09 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/extras/libc.c
+
+
+* src/extras/libc.c: return result in vlc_asprintf().
+
+------------------------------------------------------------------------
+r6332 | jlj | 2004-01-09 20:45:46 +0100 (Fri, 09 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+  * ./src/misc/configuration.c: win32 UNICODE fixes.
+
+------------------------------------------------------------------------
+r6333 | hartman | 2004-01-09 21:36:21 +0100 (Fri, 09 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/include/variables.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/variables.c
+
+* include/variables.h
+  src/misc/variables.c: Added a VLC_VAR_TRIGGER_CALLBACKS action
+* src/libvlc.c: You can now change verbosity on the fly by using the "verbose"
+  variable of p_vlc. -1 == quiet
+
+------------------------------------------------------------------------
+r6334 | hartman | 2004-01-09 23:11:04 +0100 (Fri, 09 Jan 2004) | 5 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/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/include/variables.h
+   M /trunk/modules/gui/macosx/info.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
+   M /trunk/vlc.ebuild
+
+* extras/MacOSX/Resources/English.lproj/MainMenu.nib
+  - Added the duration column
+  - Added a 'surpress error dialog' option to the dialog
+* ALL: copyright year and author changes
+
+------------------------------------------------------------------------
+r6335 | hartman | 2004-01-10 04:36:03 +0100 (Sat, 10 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/control/http.c
+   M /trunk/modules/gui/ncurses/ncurses.c
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/sort.c
+
+* mtime_t != int This was causing incorrect results on big endian.
+  Changed playlist_SetDuration.
+* changed SORT_NORMAL SORT_REVERSE into ORDER_NORMAL ORDER_REVERSE
+
+------------------------------------------------------------------------
+r6336 | zorglub | 2004-01-10 13:35:33 +0100 (Sat, 10 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+
+Add SAP to the list of additionnal interfaces
+
+------------------------------------------------------------------------
+r6337 | rocky | 2004-01-10 14:59:25 +0100 (Sat, 10 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/codec/ogt/common.c
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/src/video_output/video_output.c
+
+Add vout_AspectRatio routine to get retrieve a vout's aspect ratio.
+Some bugs when 16:9 scaling in ogt_parse.c and cvd_parse.c
+
+------------------------------------------------------------------------
+r6338 | hartman | 2004-01-10 15:24:33 +0100 (Sat, 10 Jan 2004) | 4 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/sort.c
+
+* Fixed some doxygen comments.
+* Added SORT_ID
+* remember last sorting and ordering in playlist struct
+
+------------------------------------------------------------------------
+r6339 | anil | 2004-01-11 00:22:21 +0100 (Sun, 11 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+
+* fixed skins2 module loading when libtar is present (thanks AsMax :)
+
+------------------------------------------------------------------------
+r6340 | sigmunau | 2004-01-11 00:31:33 +0100 (Sun, 11 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses/ncurses.c
+
+modules/gui/ncurse/ncurses.c:
+ * fixed a segfault when the 'f' button was pressed with no item playing
+
+------------------------------------------------------------------------
+r6341 | hartman | 2004-01-11 00:44:19 +0100 (Sun, 11 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/sort.c
+
+* oops, bug
+
+------------------------------------------------------------------------
+r6342 | sigmunau | 2004-01-11 00:46:39 +0100 (Sun, 11 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+src/input/input.c:
+ * removed unused variable
+
+------------------------------------------------------------------------
+r6343 | fenrir | 2004-01-11 01:01:35 +0100 (Sun, 11 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses/ncurses.c
+
+ * ncurses: better playlist handling.
+
+------------------------------------------------------------------------
+r6344 | zorglub | 2004-01-11 01:11:56 +0100 (Sun, 11 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+Use playlist_current when going from one item to another
+
+------------------------------------------------------------------------
+r6345 | asmax | 2004-01-11 01:21:22 +0100 (Sun, 11 Jan 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   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
+
+* src/vlc_proc.*: quick fix to handle the new playlist object variables
+  (At the moment the whole playlist is rebuilt each time; the link
+  between the list control and the list variable should be enhanced
+  to avoid that)
+* src/window_manager.cpp: raise all the windows when one clicks on
+  any window (the previous behaviour was too confiusing)
+
+------------------------------------------------------------------------
+r6346 | zorglub | 2004-01-11 01:45:06 +0100 (Sun, 11 Jan 2004) | 15 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_playlist.h
+   A /trunk/modules/demux/playlist
+   A /trunk/modules/demux/playlist/Modules.am
+   A /trunk/modules/demux/playlist/m3u.c
+   A /trunk/modules/demux/playlist/old.c
+   A /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   A /trunk/modules/misc/playlist
+   A /trunk/modules/misc/playlist/export.c
+   A /trunk/modules/misc/playlist/m3u.c
+   A /trunk/modules/misc/playlist/native.c
+   A /trunk/modules/misc/playlist/old.c
+   M /trunk/src/playlist/group.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/loadsave.c
+
+* configure.ac : Added new folders
+
+* New playlist import/export system:
+   -export plugin in misc/playlist (contains one module for each file type)
+   -open plugin = special demuxer2, that can be opened from the command
+    line or the graphical interface.
+  NB: the demuxer "playlist" is forced to earn speed, but this does not
+  work yet, as we have a demux2
+
+* modules/gui/wxwindows: use the new import/export.
+
+* src/playlist/group.c : fixed boundary check
+
+* src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
+
+------------------------------------------------------------------------
+r6347 | anil | 2004-01-11 02:39:44 +0100 (Sun, 11 Jan 2004) | 2 lines
+Changed paths:
+   A /trunk/modules/misc/playlist/Modules.am
+
+* missing file
+
+------------------------------------------------------------------------
+r6348 | anil | 2004-01-11 02:51:24 +0100 (Sun, 11 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/.cvsignore
+   A /trunk/modules/demux/playlist/.cvsignore
+   A /trunk/modules/misc/playlist/.cvsignore
+
+* missing or incomplete .cvsignores
+
+------------------------------------------------------------------------
+r6349 | rocky | 2004-01-11 02:54:20 +0100 (Sun, 11 Jan 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/common.c
+   M /trunk/modules/codec/ogt/common.h
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt.c
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/modules/codec/ogt/subtitle.h
+
+Fix bug in ScaleX routine which affected ratios that could span 3 pixels.
+(4:3 is one of the few *not* in this category).
+
+Allow user to override subtitle scaling via sub-aspect-ratio, 0=auto
+or what we do now. 1=do nothing.
+
+------------------------------------------------------------------------
+r6350 | zorglub | 2004-01-11 02:55:42 +0100 (Sun, 11 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/playlist/Modules.am
+
+Fixed modules.am file
+
+------------------------------------------------------------------------
+r6351 | garf | 2004-01-11 15:53:36 +0100 (Sun, 11 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses/ncurses.c
+
+ * ncurses.c : 5% forward and backward are definitely not precise enough.
+              put 1% instead.
+
+------------------------------------------------------------------------
+r6352 | garf | 2004-01-11 15:55:32 +0100 (Sun, 11 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses/ncurses.c
+
+ * ncurses.c : forgot to change help
+
+------------------------------------------------------------------------
+r6353 | rocky | 2004-01-11 16:02:15 +0100 (Sun, 11 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/ps.c
+
+Remove debug output.
+
+------------------------------------------------------------------------
+r6354 | asmax | 2004-01-11 18:12:17 +0100 (Sun, 11 Jan 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.hpp
+   M /trunk/modules/gui/skins2/src/skin_common.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/tooltip.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.hpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/utils/bezier.cpp
+   M /trunk/modules/gui/skins2/utils/bezier.hpp
+   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_list.cpp
+   M /trunk/modules/gui/skins2/utils/var_list.hpp
+   M /trunk/modules/gui/skins2/utils/var_percent.cpp
+   M /trunk/modules/gui/skins2/utils/var_percent.hpp
+   M /trunk/modules/gui/skins2/utils/var_text.cpp
+   M /trunk/modules/gui/skins2/utils/var_text.hpp
+   M /trunk/modules/gui/skins2/utils/variable.hpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+   M /trunk/modules/gui/skins2/vars/time.hpp
+   M /trunk/modules/gui/skins2/vars/volume.cpp
+   M /trunk/modules/gui/skins2/vars/volume.hpp
+
+* modules/gui/skins/*:
+ - huge cleaning of the interpreter; all the variables are stored in
+ the container VarManager, and can be retrieved by their name (with
+ type checking if needed). Some variables are still owned by VlcProc
+ for technical reasons (their interface is not compliant with normal
+ variable, because of the "updateVLC" trick)
+ - replaced double by float
+
+------------------------------------------------------------------------
+r6355 | sigmunau | 2004-01-11 18:46:58 +0100 (Sun, 11 Jan 2004) | 12 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/Modules.am
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/playlist.c
+   A /trunk/modules/demux/playlist/playlist.h
+   A /trunk/modules/demux/playlist/pls.c
+
+modules/demux/playlist/playlist.c:
+ * Added common functions for handling relative paths in playlist files
+ * Module declaration for pls import module
+modules/demux/playlist/m3u.c:
+ * implemented m3u import module
+modules/demux/playlist/pls.c:
+ * new pls import module
+modules/demux/playlist/playlist.h:
+ * common prototypes
+modules/demux/playlist/Modules.ac
+ * activated pls module
+
+------------------------------------------------------------------------
+r6356 | garf | 2004-01-11 20:48:45 +0100 (Sun, 11 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses/ncurses.c
+
+ * ncurses.c: let's be coherent: "big" forward/backward is now 5%
+
+------------------------------------------------------------------------
+r6357 | rocky | 2004-01-12 05:03:19 +0100 (Mon, 12 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+First attempt at YUY2. Sort of works.
+
+Y2RV16 less embarrassingly wrong.
+
+------------------------------------------------------------------------
+r6358 | rocky | 2004-01-12 14:12:07 +0100 (Mon, 12 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+More RenderYUY2 bug fixes. Is very usable. Remaining bugs are
+probably in transparancy handling.
+
+------------------------------------------------------------------------
+r6359 | gbazin | 2004-01-12 17:16:41 +0100 (Mon, 12 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+* modules/video_output/caca.c: ported to win32.
+
+------------------------------------------------------------------------
+r6360 | gbazin | 2004-01-12 21:19:55 +0100 (Mon, 12 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+
+* modules/mux/mp4.c: improved mov support a bit.
+
+------------------------------------------------------------------------
+r6361 | hartman | 2004-01-12 21:54:24 +0100 (Mon, 12 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Fix caca building
+
+------------------------------------------------------------------------
+r6362 | gbazin | 2004-01-12 22:08:22 +0100 (Mon, 12 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+
+* configure.ac: added --with-caca-config-path.
+
+------------------------------------------------------------------------
+r6363 | hartman | 2004-01-12 22:22:23 +0100 (Mon, 12 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/src/playlist/loadsave.c
+
+* src/playlist/loadsave.c: doxygenization
+* modules/gui/macosx/playlist.m: fix playlist_Export
+
+------------------------------------------------------------------------
+r6364 | gbazin | 2004-01-13 00:41:59 +0100 (Tue, 13 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+
+* src/misc/configuration.c: fixed stupid bug in the 0.7.0 release which prevented from saving bool/int/float config options.
+  -> I should really go and by myself a brain.
+
+------------------------------------------------------------------------
+r6365 | fenrir | 2004-01-13 02:44:49 +0100 (Tue, 13 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4: fixed playback for files that have 0 byte samples.
+
+------------------------------------------------------------------------
+r6366 | fenrir | 2004-01-13 02:54:54 +0100 (Tue, 13 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4: convert 3 bytes codes into language (track name).
+
+------------------------------------------------------------------------
+r6367 | gbazin | 2004-01-13 16:54:09 +0100 (Tue, 13 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+
+* modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktime player).
+
+------------------------------------------------------------------------
+r6368 | gbazin | 2004-01-13 19:45:06 +0100 (Tue, 13 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+
+
+* src/interface/interface.c: added the gestures interface to the interfaces list.
+
+------------------------------------------------------------------------
+r6369 | rocky | 2004-01-14 05:50:02 +0100 (Wed, 14 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+First OGT/CVD RenderV16 that shows some sort of readable subtitles. It
+looks like bugs remain in the YUV to RGB conversion though.
+
+------------------------------------------------------------------------
+r6370 | rocky | 2004-01-14 12:47:19 +0100 (Wed, 14 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/common.c
+   M /trunk/modules/codec/ogt/common.h
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt.c
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/modules/codec/ogt/render.c
+   M /trunk/modules/codec/ogt/subtitle.h
+
+Don't do compensation subtitle unscaling if the underlying video
+chroma does the scaling.
+
+------------------------------------------------------------------------
+r6371 | fenrir | 2004-01-14 16:40:57 +0100 (Wed, 14 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+ * http: fixed for url like http://host[:port] (ie without path)
+
+------------------------------------------------------------------------
+r6372 | bigben | 2004-01-14 19:45:45 +0100 (Wed, 14 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+* playlist sort.
+
+Had to delete lastPathComponent when displaying the MRL of a file in the playlist, since sort cannot be exact with this option.
+
+------------------------------------------------------------------------
+r6373 | gbazin | 2004-01-15 01:05:04 +0100 (Thu, 15 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+
+* modules/gui/wxwindows/wxwindows.cpp: include locale.h for setlocale().
+
+------------------------------------------------------------------------
+r6374 | fenrir | 2004-01-15 13:55:41 +0100 (Thu, 15 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+ * do not try http 1.0 when we are going to die.
+
+------------------------------------------------------------------------
+r6375 | fenrir | 2004-01-15 14:45:27 +0100 (Thu, 15 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+ * http: commented out a debug message.
+
+------------------------------------------------------------------------
+r6376 | fenrir | 2004-01-15 14:47:01 +0100 (Thu, 15 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+ * ipv4: non blocking connection mode. Please test it heavily, it may
+ have broken all OS except linux ...
+
+------------------------------------------------------------------------
+r6377 | gbazin | 2004-01-15 15:57:00 +0100 (Thu, 15 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+* modules/misc/network/ipv4.c: fixed breakage on win32.
+
+------------------------------------------------------------------------
+r6378 | sigmunau | 2004-01-15 20:21:03 +0100 (Thu, 15 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+modules/misc/sap.c:
+ * fixed playback of sap anounces through livdotcom
+
+------------------------------------------------------------------------
+r6379 | sigmunau | 2004-01-15 20:23:14 +0100 (Thu, 15 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/playlist/info.c
+
+src/playlist/item.c:
+ * remove unused variables
+
+------------------------------------------------------------------------
+r6380 | gbazin | 2004-01-15 20:46:32 +0100 (Thu, 15 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+
+* modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
+* modules/codec/ffmpeg/demux.c: bug fix.
+
+------------------------------------------------------------------------
+r6381 | sigmunau | 2004-01-15 22:49:07 +0100 (Thu, 15 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+modules/gui/wxwindows/*:
+ * use a standard file dialog to export playlist
+
+------------------------------------------------------------------------
+r6382 | gbazin | 2004-01-15 23:15:40 +0100 (Thu, 15 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/system.h
+   M /trunk/modules/demux/mpeg/ts.c
+
+
+* modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.
+
+------------------------------------------------------------------------
+r6383 | fenrir | 2004-01-15 23:39:50 +0100 (Thu, 15 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+
+ * network: fix for proto://host:port url syntax.
+
+------------------------------------------------------------------------
+r6384 | gbazin | 2004-01-15 23:58:12 +0100 (Thu, 15 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+
+* modules/access_output/http.c: fixed small mem leak and mem corruption.
+
+------------------------------------------------------------------------
+r6385 | gbazin | 2004-01-16 00:40:44 +0100 (Fri, 16 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_info.c
+
+
+* src/input/input.c: fixed memleaks.
+* src/input/input_info.c: small bug fix.
+* modules/stream_out/standard.c: fixed memleaks.
+
+------------------------------------------------------------------------
+r6386 | bigben | 2004-01-16 00:59:21 +0100 (Fri, 16 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.h
+
+int -> bool
+
+lalala
+
+------------------------------------------------------------------------
+r6387 | gbazin | 2004-01-16 01:01:19 +0100 (Fri, 16 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+
+* modules/gui/wxwindows/playlist.cpp: unicode compilation fixes.
+
+------------------------------------------------------------------------
+r6388 | fenrir | 2004-01-16 02:47:41 +0100 (Fri, 16 Jan 2004) | 11 lines
+Changed paths:
+   A /trunk/modules/demux/ts.c
+
+ * ts: rewrite from scratch of the TS demuxer to fit the new API.
+ Introduced a --ts-extra-pmt <pmt_pid=pid:stream_type[,...]> option to
+ allow user to enter a pmt description (for stream without PAT/PMT).
+
+    TODO: - test all codec.
+          - test stream with more than 1 PMT
+          - test stream with PAT/PMT change(s)
+          - re-add support for dvb subtitles.
+          - test with broken streams.
+          - test --ts-extra-pmt
+
+------------------------------------------------------------------------
+r6389 | fenrir | 2004-01-16 03:01:11 +0100 (Fri, 16 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: fixed mpeg4 video in TS.
+
+------------------------------------------------------------------------
+r6390 | rocky | 2004-01-16 05:14:54 +0100 (Fri, 16 Jan 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/Modules.am
+   M /trunk/modules/codec/ogt/common.c
+   M /trunk/modules/codec/ogt/cvd.c
+   A /trunk/modules/codec/ogt/pixmap.h
+   M /trunk/modules/codec/ogt/render.c
+   M /trunk/modules/codec/ogt/subtitle.h
+
+render.c: RV16 now works great - uses all colors, but no transparancy.
+Started RV32 and- has bugs. (It'd be nice if something in rendering
+worked the first time without a hassle).
+
+Modules.am, pixmap.h, subtitle.h: Some of the pixel stuff has been
+moved here.
+
+cvd.c: remove option duplicated with ogt.c Probably should be hoisted more
+to a main routine. Perhaps if spudec is folded in.
+
+------------------------------------------------------------------------
+r6391 | sam | 2004-01-16 10:39:57 +0100 (Fri, 16 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+  * modules/codec/libmpeg2.c:
+    + The libmpeg2 plugin honours the --no-mmx, --no-altivec, etc. flags.
+
+------------------------------------------------------------------------
+r6392 | fenrir | 2004-01-16 12:12:16 +0100 (Fri, 16 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/src/input/stream.c
+
+ * all: added STREAM_GET_MTU and stream_MTU.
+
+------------------------------------------------------------------------
+r6393 | rocky | 2004-01-16 14:32:37 +0100 (Fri, 16 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/common.c
+   M /trunk/modules/codec/ogt/common.h
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt.c
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/modules/codec/ogt/pixmap.h
+   M /trunk/modules/codec/ogt/render.c
+   M /trunk/modules/codec/ogt/subtitle.h
+
+Add horizontal and vertical subtitle offset corrections.  Some cleanup
+and work done to allow for palettized rendering (by not expanding
+inline colormap entries when RGB2).
+
+------------------------------------------------------------------------
+r6394 | sam | 2004-01-16 19:26:57 +0100 (Fri, 16 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/mp4/drmstables.h
+
+  * modules/demux/mp4/drms.c:
+    + Merged redundant functions.
+    + Unobfuscated and cleaned up many parts of the crypto code.
+    + Added comments here and there.
+
+------------------------------------------------------------------------
+r6395 | sigmunau | 2004-01-16 20:17:52 +0100 (Fri, 16 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/share/http/index.html
+
+share/http/index.html:
+ * try to use valid xhtml
+
+------------------------------------------------------------------------
+r6396 | gbazin | 2004-01-17 12:41:21 +0100 (Sat, 17 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+
+* modules/stream_out/transcode.c: fixed mem leak.
+
+------------------------------------------------------------------------
+r6397 | gbazin | 2004-01-17 13:03:19 +0100 (Sat, 17 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+
+
+* src/input/demux.c: fixed small mem leak.
+
+------------------------------------------------------------------------
+r6398 | gbazin | 2004-01-17 13:11:58 +0100 (Sat, 17 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+
+* modules/stream_out/transcode.c: fixed segfault.
+
+------------------------------------------------------------------------
+r6399 | gbazin | 2004-01-17 13:28:57 +0100 (Sat, 17 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/slp.c
+   M /trunk/modules/control/http.c
+   M /trunk/modules/gui/beos/VlcWrapper.cpp
+   M /trunk/src/playlist/item-ext.c
+
+
+* ALL: make sure newly created playlist_item_t are initialized properly.
+
+------------------------------------------------------------------------
+r6400 | gbazin | 2004-01-17 14:25:21 +0100 (Sat, 17 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+
+* modules/control/http.c: fixed a whole bunch of mem leaks.
+
+------------------------------------------------------------------------
+r6401 | sigmunau | 2004-01-17 14:47:57 +0100 (Sat, 17 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+
+NEWS:
+ * Begin updating news for a 0.7.1
+
+------------------------------------------------------------------------
+r6402 | sigmunau | 2004-01-17 15:08:37 +0100 (Sat, 17 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+
+src/playlist/item*
+ * Updated documentation on playlist_Add* (they return a id, not the position)
+
+------------------------------------------------------------------------
+r6403 | gbazin | 2004-01-17 16:17:02 +0100 (Sat, 17 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+
+* modules/control/http.c: fixed gcc warning.
+
+------------------------------------------------------------------------
+r6404 | gbazin | 2004-01-17 17:24:14 +0100 (Sat, 17 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+   M /trunk/src/playlist/info.c
+
+
+* src/playlist/info.c: get rid of the #ifdef HAVE_VASPRINTF now that we have it in our small libc.
+* modules/control/http.c: fixed parsing in uri_extract_value().
+
+------------------------------------------------------------------------
+r6405 | gbazin | 2004-01-17 17:51:54 +0100 (Sat, 17 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+
+* modules/control/http.c: fixed another mem leak.
+
+------------------------------------------------------------------------
+r6406 | fenrir | 2004-01-17 23:32:50 +0100 (Sat, 17 Jan 2004) | 4 lines
+Changed paths:
+   A /trunk/modules/demux/dvdnav.c
+   A /trunk/modules/demux/ps.c
+   A /trunk/modules/demux/ps.h
+
+ * ps.* : new PS demuxer (still incomplete)
+ * dvdnav.c: begin of a dvdnav plugin. It's more to test that to be a real
+ plugin for now. (a lot of design problems are raised with it).
+
+------------------------------------------------------------------------
+r6407 | fenrir | 2004-01-18 00:50:08 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: select es from current program only.
+
+------------------------------------------------------------------------
+r6408 | fenrir | 2004-01-18 00:51:50 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ps.h
+
+ * ps.h: added cvt adn ogt.
+
+------------------------------------------------------------------------
+r6409 | asmax | 2004-01-18 01:25:02 +0100 (Sun, 18 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/gen.sh
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.hpp
+
+* src/theme_loader.cpp: use yyrestart() instead of yyin= (should fix
+  issues after reading a bad theme)
+* x11/.*: removed the hack of storing pointers as window properties
+
+------------------------------------------------------------------------
+r6410 | asmax | 2004-01-18 01:50:24 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+
+* src/window_manager.cpp: no more magnetism with invisble windows !
+
+------------------------------------------------------------------------
+r6411 | sam | 2004-01-18 02:21:33 +0100 (Sun, 18 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/mp4/drmstables.h
+
+  * modules/demux/mp3/drms.c:
+    + More code cleanup. Thanks a lot to jlj for testing my changes.
+    + Removed AddNativeMD5 and merged Bordelize() into DoShuffle().
+    + Decrypt the SCI data in-place and shuffle it in the same loop.
+
+------------------------------------------------------------------------
+r6412 | fenrir | 2004-01-18 02:49:11 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: fixed ms-codec playback.
+
+------------------------------------------------------------------------
+r6413 | fenrir | 2004-01-18 03:20:28 +0100 (Sun, 18 Jan 2004) | 14 lines
+Changed paths:
+   M /trunk/modules/stream_out/duplicate.c
+
+ * duplicate : added a select option :) The format is
+ selector[,selector] where 'selector' are from:
+    * no-audio, noaudio, audio
+    * no-video, novideo, video
+    * no-spu,   nospu,   spu
+    * es=num or es=num_start-num_end
+    * prgm=num or prgm=num_start-num_end (you can also use program
+    instead of prgm)
+ It applies for the last dst. selector1,selector2 means selector1 and
+selector2.
+ Ex:
+    vlc file --sout '#duplicate{dst="1?\239?\191?\189 dst", select="selection for 1?\239?\191?\189 dst",
+dst="2?\239?\191?\189 dst", dst="3?\239?\191?\189 dst", select="selection for 3?\239?\191?\189 dst" }'
+
+------------------------------------------------------------------------
+r6414 | fenrir | 2004-01-18 03:21:38 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+ * demux2: added ps2,ts2 and dvdnav shortcuts.
+
+------------------------------------------------------------------------
+r6415 | fenrir | 2004-01-18 04:43:03 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/duplicate.c
+
+ * duplicate: corrected behavour of no-*.
+
+------------------------------------------------------------------------
+r6416 | rocky | 2004-01-18 05:45:32 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+In Solaris (and perhaps others) PATH_MAX is in limits.h.
+
+------------------------------------------------------------------------
+r6417 | fenrir | 2004-01-18 05:53:57 +0100 (Sun, 18 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out.c: better support for multiple program. (bugfixes and a dirty
+ hack because of the way input_SetProgram works).
+
+------------------------------------------------------------------------
+r6418 | sam | 2004-01-18 05:55:19 +0100 (Sun, 18 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+  * modules/video_output/caca.c:
+    + Set the window title upon startup.
+    + Support for window resizing (requires libcaca 0.8).
+
+------------------------------------------------------------------------
+r6419 | fenrir | 2004-01-18 06:14:39 +0100 (Sun, 18 Jan 2004) | 12 lines
+Changed paths:
+   M /trunk/src/input/input_dec.c
+
+ * input_dec: exported correct i_group.
+ Now vlc can read a TS with multiple programs and streams them as
+ indepandant output (well you need the new TS demuxer so ...)
+ (It is not well tested)
+
+ Example: (lines are wrapped)
+ ./vlc -I rc --sout-all /ts2:/home/fenrir/test.ts \
+    --sout '#duplicate{dst="std{access=udp,mux=ts,url=239.255.13.13}", \
+                       select="program=8501",\
+                       dst="std{access=udp,mux=ts,url=239.255.13.14}", \
+                       select="program=8506"}'
+
+------------------------------------------------------------------------
+r6420 | fenrir | 2004-01-18 07:15:21 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: clean up and a few mem leaks.
+
+------------------------------------------------------------------------
+r6421 | fenrir | 2004-01-18 07:33:21 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4: added 'pnot' fourcc as a valid header signature.
+
+------------------------------------------------------------------------
+r6422 | fenrir | 2004-01-18 08:35:31 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http: fixed mem leaks, doesn't add '\0' anymore at the end of files.
+
+------------------------------------------------------------------------
+r6423 | gbazin | 2004-01-18 12:14:23 +0100 (Sun, 18 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/Modules.am
+   M /trunk/modules/demux/demux2.c
+
+
+* configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the build system.
+* modules/demux/demux2.c: added an "ffmpeg" shortcut for the ffmpeg/libavformat demuxer.
+
+------------------------------------------------------------------------
+r6424 | gbazin | 2004-01-18 14:39:32 +0100 (Sun, 18 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+
+* modules/demux/dvdnav.c: some coding style butchery and added on-the-fly menus selection.
+
+------------------------------------------------------------------------
+r6425 | gbazin | 2004-01-18 17:02:40 +0100 (Sun, 18 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+   M /trunk/modules/demux/ps.h
+
+
+* modules/demux/dvdnav.c: added parsing of DVD style MRLs.
+* modules/demux/ps.h: small cosmetic changes.
+
+------------------------------------------------------------------------
+r6426 | fenrir | 2004-01-18 19:31:50 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/mp4/mp4.h
+
+ * mp4: cosmetics.
+
+------------------------------------------------------------------------
+r6427 | fenrir | 2004-01-18 20:35:48 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: give a fourcc to the dummy pmt es_descriptor_t.
+
+------------------------------------------------------------------------
+r6428 | asmax | 2004-01-18 20:54:46 +0100 (Sun, 18 Jan 2004) | 20 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/theme/theme.xml
+   M /trunk/modules/gui/skins2/utils/var_bool.cpp
+   M /trunk/modules/gui/skins2/utils/var_bool.hpp
+   D /trunk/modules/gui/skins2/vars/vlcvars.cpp
+   D /trunk/modules/gui/skins2/vars/vlcvars.hpp
+
+* utils/var_bool.*: VarBool is now an interface for reading bool variables
+ (not writing); use VarBoolImpl instead to instanciate read/write variables.
+ Bool variables can now be combined with VarNotBool and VarBoolAndBool
+ (TODO: VarBoolOrBool)
+* commands/cmd_show_window.hpp: the commands now call directly
+  GenericWindow::show/hide, because the visibility variable of a
+  window is a VarBool (so, read-only)
+* commands/cmd_input.hpp: added Play and Pause commands
+* parser/interpreter.cpp: beginning of support of boolean expressions,
+ like "vlc.isSeekable and not vlc.isStopped" (operator precedence is
+ not really well handled yet)
+* src/vlcproc.*: new variables "vlc.isSeekable", "vlc.isStopped" and
+ "vlc.isPaused"
+* controls/ctrl_checkbox.cpp: the "state" variable of a checkbox is
+  now a passive VarBool, so actions must be explicitely set with
+  'action1="..." action2="..."' in the xml file
+* removed src/vlcvars.* => "vlc.isMute" doesn't work any more
+ (anyway it didn't work well...)
+* theme/theme.xml: updated with the new VarBool behaviour
+
+------------------------------------------------------------------------
+r6429 | fenrir | 2004-01-18 22:30:25 +0100 (Sun, 18 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+ * video: should fix an infinite loop. Dnumgis could you confirm ?
+
+------------------------------------------------------------------------
+r6430 | fenrir | 2004-01-18 23:00:00 +0100 (Sun, 18 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/mp4/mp4.h
+
+ * all: added support for edts/elst entries (needed to play some files).
+ Please test, it may have heavily broken playback of some files !!!
+
+------------------------------------------------------------------------
+r6431 | gbazin | 2004-01-19 00:52:02 +0100 (Mon, 19 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+   M /trunk/src/input/input_dec.c
+
+
+* modules/demux/dvdnav.c: restart the decoders on VTS change only, not CELL change.
+* src/input/input_dec.c: fixed the pictures leak work-around.
+   Wasn't working before because there always is at least one READY_PICTURE which is the last/currently displayed picture.
+
+------------------------------------------------------------------------
+r6432 | gbazin | 2004-01-19 01:08:25 +0100 (Mon, 19 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+
+* modules/demux/dvdnav.c: menus navigation seems to be working ok now.
+
+------------------------------------------------------------------------
+r6433 | hartman | 2004-01-19 02:11:47 +0100 (Mon, 19 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* caca 0.8
+* www.videolan -> download.videolan
+
+------------------------------------------------------------------------
+r6434 | fenrir | 2004-01-19 15:40:25 +0100 (Mon, 19 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+ * transcode: keep the group information.
+
+------------------------------------------------------------------------
+r6435 | jlj | 2004-01-19 17:40:28 +0100 (Mon, 19 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * ./modules/demux/mp4/drms.c: endian fixes.
+
+------------------------------------------------------------------------
+r6436 | fenrir | 2004-01-19 19:15:29 +0100 (Mon, 19 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input_dec.c
+
+ * all: added a i_id field in es_format_t.
+
+------------------------------------------------------------------------
+r6437 | fenrir | 2004-01-19 19:15:55 +0100 (Mon, 19 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/duplicate.c
+   M /trunk/modules/stream_out/transcode.c
+
+ * all: keep valid i_id.
+
+------------------------------------------------------------------------
+r6438 | fenrir | 2004-01-19 19:16:32 +0100 (Mon, 19 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: added a ts-es-id-pid option to mark es with their pid.
+
+------------------------------------------------------------------------
+r6439 | fenrir | 2004-01-19 19:24:11 +0100 (Mon, 19 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+ * syntax error ...
+
+------------------------------------------------------------------------
+r6440 | fenrir | 2004-01-19 21:31:21 +0100 (Mon, 19 Jan 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+ * dvdnav: a lot of fixes :
+    - subtitle/audio selection works
+    - subtitle display works
+    - menu fixed.
+ Problem:
+    - when we see a menu, the currently selected item isn't highlighted
+You have to select another to see them. I don't understand why ...
+    - manual audio/sub selection is lost when we switch back to the menu.
+
+------------------------------------------------------------------------
+r6441 | fenrir | 2004-01-19 22:30:43 +0100 (Mon, 19 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+ * dvdnav: send palette and alpha to spudec.
+ -> I'm not sure to set correct alpha values and that values are endian.
+ safe (both alpha and palette)                                         .
+
+------------------------------------------------------------------------
+r6442 | rocky | 2004-01-20 14:31:15 +0100 (Tue, 20 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+Remove more bugs from YUY2 rendering. Short of some trailing edge
+problems it is close to correct.
+
+------------------------------------------------------------------------
+r6443 | fenrir | 2004-01-20 15:48:37 +0100 (Tue, 20 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+
+ * demux: fixed psz_path value in demux_t.
+
+------------------------------------------------------------------------
+r6444 | fenrir | 2004-01-20 15:51:30 +0100 (Tue, 20 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+ * demux2: once demux2 opened, do a DEMUX_GET_LENGTH and call
+ playlist_SetDuration.
+ TODO -> add meta info queries trough demux2_Control (a demuxer should
+ NEVER touch playlist themself).
+
+------------------------------------------------------------------------
+r6445 | fenrir | 2004-01-20 15:58:07 +0100 (Tue, 20 Jan 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/mod.c
+
+ mod.c: new demux2 for MOD files using libmodplug library.
+ (modplug-xmms.sourceforge.net/)
+
+ The demuxer is selected by extention look up.(mod, s3m, xm, it, 669,
+amf, ams, dbm, dmf, dsm, far, mdl, med, mtm, okt, ptm, stm, ult, umx,
+mt2, psm), I hope that won't give problems.
+
+------------------------------------------------------------------------
+r6446 | hartman | 2004-01-20 16:34:44 +0100 (Tue, 20 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/applescript.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/src/misc/cpu.c
+
+* src/misc/cpu.c: New altivec detection for Darwin. Using the correct
+  official method.
+* modules/gui/macosx/playlist.m: Fix Add with options and no enqueue.
+* modules/gui/macosx/applescript.m: PLAYLIST_GO fix
+
+------------------------------------------------------------------------
+r6447 | sigmunau | 2004-01-20 16:47:42 +0100 (Tue, 20 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+src/libvlc.h:
+ * add description to valid values of --align
+
+------------------------------------------------------------------------
+r6448 | sam | 2004-01-20 18:44:30 +0100 (Tue, 20 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/demux/mp4/drms.c
+
+  * include/vlc_common.h:
+    + Added proper const keywords.
+  * modules/demux/mp4/drms.c:
+    + Minor coding style fix.
+
+------------------------------------------------------------------------
+r6449 | sam | 2004-01-20 18:45:19 +0100 (Tue, 20 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/rules
+
+  * debian/changelog debian/control debian/rules:
+    + Control files for a forthcoming official upload.
+
+------------------------------------------------------------------------
+r6450 | rocky | 2004-01-21 05:45:47 +0100 (Wed, 21 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/modules/codec/ogt/render.c
+   M /trunk/modules/codec/ogt/render.h
+   M /trunk/modules/codec/ogt/subtitle.h
+
+Some of RV32 bugs worked out - pretty close. Some RGB2 work.
+Render->Blend
+
+------------------------------------------------------------------------
+r6451 | rocky | 2004-01-21 08:38:29 +0100 (Wed, 21 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+RV24 scaled properly.
+
+------------------------------------------------------------------------
+r6452 | fenrir | 2004-01-21 11:22:31 +0100 (Wed, 21 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/modules/access/udp.c
+   M /trunk/src/misc/net.c
+
+ * net: added net_OpenUDP
+ * udp: cleaned to use net_*
+
+------------------------------------------------------------------------
+r6453 | sam | 2004-01-21 15:44:56 +0100 (Wed, 21 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/toolbox
+
+  * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC).
+
+------------------------------------------------------------------------
+r6454 | fenrir | 2004-01-21 17:56:16 +0100 (Wed, 21 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mms.c
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmsh.h
+   M /trunk/modules/access/mms/mmstu.c
+
+ * all: use net_*.
+
+------------------------------------------------------------------------
+r6455 | fenrir | 2004-01-21 18:01:54 +0100 (Wed, 21 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/src/input/stream.c
+
+ * stream: made skipping a bit smarter, removed no more used functions.
+
+------------------------------------------------------------------------
+r6456 | gbazin | 2004-01-21 18:56:05 +0100 (Wed, 21 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/dts.c
+   M /trunk/modules/demux/dts.c
+
+
+* modules/demux/dts.c: support for DTS WAV files.
+* modules/codec/dts.c: support for 14bits little endian DTS bitstreams.
+
+------------------------------------------------------------------------
+r6457 | jpsaman | 2004-01-21 19:59:23 +0100 (Wed, 21 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/ipkg/rules
+
+Adding updated rules and control file for iPAQ packaging.
+
+------------------------------------------------------------------------
+r6458 | hartman | 2004-01-21 20:21:23 +0100 (Wed, 21 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* newer live.com sources
+
+------------------------------------------------------------------------
+r6459 | hartman | 2004-01-21 23:55:34 +0100 (Wed, 21 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+* a 30 secs timeout is way too fast. changed to 1800 which is more realistic
+
+------------------------------------------------------------------------
+r6460 | fenrir | 2004-01-22 01:00:34 +0100 (Thu, 22 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+   M /trunk/src/misc/net.c
+
+ * es_out: Handle --program (not tested) and create program on
+ES_OUT_SET_GROUP_PCR.
+ * net.c: commented out an error message in net_Write.
+
+------------------------------------------------------------------------
+r6461 | fenrir | 2004-01-22 01:02:18 +0100 (Thu, 22 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
+ (not well tested)
+
+------------------------------------------------------------------------
+r6462 | sigmunau | 2004-01-22 01:17:22 +0100 (Thu, 22 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+modules/misc/sap:
+ * fixed some minor bugs
+
+------------------------------------------------------------------------
+r6463 | hartman | 2004-01-22 01:24:45 +0100 (Thu, 22 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+* what was i thinking
+
+------------------------------------------------------------------------
+r6464 | sigmunau | 2004-01-22 02:14:50 +0100 (Thu, 22 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+modules/misc/sap.c:
+ * fixed a nasty integer overflow that caused items to be removed right away
+   when the timeout value was large.
+ * fixed a small mem-leak
+
+------------------------------------------------------------------------
+r6465 | jlj | 2004-01-22 02:20:39 +0100 (Thu, 22 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms: support for getting user key from firewire connected iPod under
+          GNU/Linux. requires libsysfs (sysfsutils).
+
+------------------------------------------------------------------------
+r6466 | rocky | 2004-01-22 05:46:19 +0100 (Thu, 22 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/modules/codec/ogt/render.c
+   M /trunk/modules/codec/ogt/subtitle.h
+
+RV24 color-setting fixed. Fullscreen mode doesn't work though.
+
+RGB2 sorta works, but to do better we need a way to lookup a palette
+color in a colormap.
+
+------------------------------------------------------------------------
+r6467 | rocky | 2004-01-22 14:33:39 +0100 (Thu, 22 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+YUY2: Need to check against accessing outside of subpicture.
+RGB2: Use fixed colormap entries black: 0, white: 255, and something
+else 0x44.
+
+------------------------------------------------------------------------
+r6468 | sigmunau | 2004-01-22 15:27:53 +0100 (Thu, 22 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+modules/demux/mkv.cpp:
+ * comment out parsing of elements that no muxer ever used, and that are
+   being removed from the spec. (patch by Mosu in the mkv team)
+
+------------------------------------------------------------------------
+r6469 | sigmunau | 2004-01-22 16:00:10 +0100 (Thu, 22 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/video_filter/adjust.c
+
+all: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>
+
+------------------------------------------------------------------------
+r6470 | gbazin | 2004-01-22 18:03:44 +0100 (Thu, 22 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/net.c
+
+* src/misc/net.c: Compilation fix.
+
+------------------------------------------------------------------------
+r6471 | fenrir | 2004-01-22 19:49:38 +0100 (Thu, 22 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+
+ * mmstu: workaround for low bitrate stream with mmst.
+ (we don't try anymore to fill our buffer every time).
+
+------------------------------------------------------------------------
+r6472 | gbazin | 2004-01-22 20:35:14 +0100 (Thu, 22 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+   M /trunk/src/playlist/loadsave.c
+
+
+* src/playlist/loadsave.c: errno.h related fixes.
+* modules/demux/Modules.am: added missing ps.h.
+
+------------------------------------------------------------------------
+r6473 | sigmunau | 2004-01-22 21:48:07 +0100 (Thu, 22 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+modules/demux/mkv.cpp:
+ * removed an unused, and unreleased vlc_object_find()
+ * added support for flac in mkv
+
+------------------------------------------------------------------------
+r6474 | rocky | 2004-01-23 04:46:41 +0100 (Fri, 23 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+RGB2 scaling is now correct. Need to do the same for RV24 and
+probably others.
+
+------------------------------------------------------------------------
+r6475 | gbazin | 2004-01-23 09:07:17 +0100 (Fri, 23 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+
+* modules/demux/mp4/mp4.c: don't segfault on reference files.
+
+------------------------------------------------------------------------
+r6476 | rocky | 2004-01-23 09:36:48 +0100 (Fri, 23 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd.c
+
+Omitted option -duration-scaling which caused plugin to stop working.
+
+------------------------------------------------------------------------
+r6477 | rocky | 2004-01-23 11:19:37 +0100 (Fri, 23 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/common.c
+
+Small doc changes.
+
+------------------------------------------------------------------------
+r6478 | zorglub | 2004-01-23 11:48:08 +0100 (Fri, 23 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/playlist/group.c
+   M /trunk/src/playlist/info.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/playlist/sort.c
+
+* Doxygen doc fixes
+* Add missing locks
+* Duration sort
+
+------------------------------------------------------------------------
+r6479 | rocky | 2004-01-23 12:03:06 +0100 (Fri, 23 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+RV32 added, but not tested. All chromas now handled.
+More code cleanups.
+
+------------------------------------------------------------------------
+r6480 | rocky | 2004-01-23 12:54:48 +0100 (Fri, 23 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Time to note completion of SVCD (Philips OGT) and CVD subtitles.
+
+------------------------------------------------------------------------
+r6481 | titer | 2004-01-23 16:36:23 +0100 (Fri, 23 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/deinterlace/deinterlace.c
+
+ + deinterlace.c : added an Altivec version of Merge() - makes the
+     filter more than 100% faster here (blend mode). Feel free to check
+     if I haven't broken anything, first time doing Altivec ;)
+
+------------------------------------------------------------------------
+r6482 | fenrir | 2004-01-23 18:42:10 +0100 (Fri, 23 Jan 2004) | 2 lines
+Changed paths:
+   A /trunk/modules/demux/pva.c
+
+ * pva: PVA demuxer.
+
+------------------------------------------------------------------------
+r6483 | gbazin | 2004-01-23 18:56:14 +0100 (Fri, 23 Jan 2004) | 7 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/modules/access_output/file.c
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/src/stream_output/stream_output.c
+
+
+* src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion.
+* modules/access_output/file.c: implemented sout_AccessOutRead().
+* modules/access_output/udp.c: coding style cleanup.
+* modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file).
+   Started some code cleanup.
+
+------------------------------------------------------------------------
+r6484 | jlj | 2004-01-23 21:58:52 +0100 (Fri, 23 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms: endian fixes, GetiPodID env var support.
+
+------------------------------------------------------------------------
+r6485 | rocky | 2004-01-24 00:06:25 +0100 (Sat, 24 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/loadsave.c
+
+Compilation bug: can't have preprocessor directives inside a macro.
+
+------------------------------------------------------------------------
+r6486 | fenrir | 2004-01-24 01:47:42 +0100 (Sat, 24 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+ * ffmpeg.c: disabled mpeg4 audio, too buggy. (This way users can see that
+ they miss the faad decoder without having an obscure segfault.)
+
+------------------------------------------------------------------------
+r6487 | rocky | 2004-01-24 04:48:29 +0100 (Sat, 24 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/system.c
+
+Doc fix.
+
+------------------------------------------------------------------------
+r6488 | gbazin | 2004-01-24 12:56:16 +0100 (Sat, 24 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+
+* modules/mux/mp4.c: store the display size using the proper aspect-ratio.
+   Size optimization for the generation of the stsc table.
+   Some more clean-up.
+
+------------------------------------------------------------------------
+r6489 | gbazin | 2004-01-24 13:30:32 +0100 (Sat, 24 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+
+* modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for int config vars to +/-10000000.
+
+------------------------------------------------------------------------
+r6490 | asmax | 2004-01-24 14:08:12 +0100 (Sat, 24 Jan 2004) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   A /trunk/modules/gui/skins2/parser/xmlparser.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.hpp
+
+* configure.ac: check xml2-config for skins2
+* modules/gui/skins2/src/var_manager.cpp: delete the variables in the
+  right order to avoid invalid reads in the destructor
+* modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
+  on the text reader API of libxml2
+
+------------------------------------------------------------------------
+r6491 | asmax | 2004-01-24 15:25:16 +0100 (Sat, 24 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   A /trunk/modules/gui/skins2/theme/skin.dtd
+
+* parser/xmlparser.cpp: added DTD validation
+
+------------------------------------------------------------------------
+r6492 | gbazin | 2004-01-24 16:18:29 +0100 (Sat, 24 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+
+* configure.ac: added --with-xml2-config-path=PATH option.
+
+------------------------------------------------------------------------
+r6493 | fenrir | 2004-01-24 21:40:46 +0100 (Sat, 24 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+ * vlc_common: changed TAB_APPEND. I have to do this because the old way
+ seems to make bogus code (but I'm not sure).
+
+------------------------------------------------------------------------
+r6494 | hartman | 2004-01-24 22:06:52 +0100 (Sat, 24 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/INSTALL.win32
+   M /trunk/MAINTAINERS
+   M /trunk/README
+   M /trunk/debian/copyright
+   M /trunk/doc/win32/Cross-Compile-Howto.txt
+   M /trunk/evc/vlc.c
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/menuconfig
+   M /trunk/vlc.spec
+   M /trunk/vlc.spec.mdk
+
+* extras/contrib/src/ dvdnav packages
+* REST: stringreview round 1
+
+------------------------------------------------------------------------
+r6495 | fenrir | 2004-01-25 03:26:04 +0100 (Sun, 25 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/mux/mpeg/Modules.am
+   A /trunk/modules/mux/mpeg/csa.c
+   A /trunk/modules/mux/mpeg/csa.h
+   M /trunk/modules/mux/mpeg/ts.c
+
+ - csa.* : CSA scrambling implementation.
+ - demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling
+ (fixed key).
+
+------------------------------------------------------------------------
+r6496 | hartman | 2004-01-25 04:28:32 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/adjust.c
+
+* adjust uses variables
+
+------------------------------------------------------------------------
+r6497 | hartman | 2004-01-25 04:28:41 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/crop.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/transform.c
+   M /trunk/modules/video_filter/wall.c
+
+* stringreview
+
+------------------------------------------------------------------------
+r6498 | hartman | 2004-01-25 04:29:02 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses/ncurses.c
+   M /trunk/modules/gui/wxwindows/dialogs.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/streamout.cpp
+   M /trunk/modules/gui/wxwindows/streamwizard.cpp
+   M /trunk/modules/gui/wxwindows/subtitles.cpp
+   M /trunk/modules/gui/wxwindows/v4l.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* string review
+
+------------------------------------------------------------------------
+r6499 | rocky | 2004-01-25 05:53:16 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Allow PBC selection. Had been temporarily disabled. Perhaps this is
+what DJ was referring to?
+
+------------------------------------------------------------------------
+r6500 | rocky | 2004-01-25 08:48:04 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+string review.
+
+------------------------------------------------------------------------
+r6501 | rocky | 2004-01-25 09:01:13 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+"Playback control LID" is too long. Shorten to "Playback LID"
+
+------------------------------------------------------------------------
+r6502 | gbazin | 2004-01-25 11:17:19 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/logo.c
+
+
+* modules/video_filter/logo.c: compilation fixes.
+
+------------------------------------------------------------------------
+r6503 | gbazin | 2004-01-25 12:32:32 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+
+* src/libvlc.c: improved --help output.
+
+------------------------------------------------------------------------
+r6504 | asmax | 2004-01-25 12:44:19 +0100 (Sun, 25 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   D /trunk/modules/gui/skins2/parser/flex.c
+   D /trunk/modules/gui/skins2/parser/gen.sh
+   D /trunk/modules/gui/skins2/parser/parser_context.hpp
+   D /trunk/modules/gui/skins2/parser/skin.act
+   D /trunk/modules/gui/skins2/parser/skin.c
+   D /trunk/modules/gui/skins2/parser/skin.dtd
+   D /trunk/modules/gui/skins2/parser/skin.h
+   D /trunk/modules/gui/skins2/parser/skin.l
+   A /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   A /trunk/modules/gui/skins2/parser/skin_parser.hpp
+   D /trunk/modules/gui/skins2/parser/wrappers.cpp
+   D /trunk/modules/gui/skins2/parser/wrappers.h
+   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/src/tooltip.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/theme/skin.dtd
+
+* all: replaced the flex parser by the libxml one
+* src/window_manager.cpp: improved the raise window algorithm
+* src/tooltip.cpp: fixed a segfault after changing a theme
+
+------------------------------------------------------------------------
+r6505 | gbazin | 2004-01-25 12:48:17 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+
+* src/libvlc.c: another couple of changes to the --help output.
+
+------------------------------------------------------------------------
+r6506 | gbazin | 2004-01-25 14:29:04 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+
+* modules/mux/mp4.c: spec compliance fix.
+
+------------------------------------------------------------------------
+r6507 | kuehne | 2004-01-25 14:37:12 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/gui/gtk/gnome_interface.c
+   M /trunk/modules/gui/gtk/gtk_interface.c
+   M /trunk/modules/mux/asf.c
+
+* Stringreview
+
+------------------------------------------------------------------------
+r6508 | zorglub | 2004-01-25 14:50:33 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+First round of stringreview
+
+------------------------------------------------------------------------
+r6509 | asmax | 2004-01-25 14:59:33 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
+
+* all: fixed segfaults when initialization fails
+
+------------------------------------------------------------------------
+r6510 | kuehne | 2004-01-25 15:15:21 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/gtk2/gnome2.glade
+   M /trunk/modules/gui/gtk2/gtk2.glade
+   M /trunk/modules/gui/pda/pda.glade
+   M /trunk/modules/gui/pda/pda_callbacks.c
+
+* string review
+
+------------------------------------------------------------------------
+r6511 | rocky | 2004-01-25 15:18:40 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/doc/intf-vcd.txt
+
+More clarification of the LID/PSD/PBC thing especially with respect
+to vlc's plugin. A couple of typographical mistakes corrected.
+
+------------------------------------------------------------------------
+r6512 | gbazin | 2004-01-25 15:34:25 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   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/transrate.c
+
+
+* modules/stream_out/*: coding style changes + strings review.
+
+------------------------------------------------------------------------
+r6513 | rocky | 2004-01-25 15:42:05 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/cdda.c
+
+string review.
+
+------------------------------------------------------------------------
+r6514 | rocky | 2004-01-25 15:42:18 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcd.c
+
+String review.
+
+------------------------------------------------------------------------
+r6515 | kuehne | 2004-01-25 16:42:57 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/kde/disc.cpp
+   M /trunk/modules/gui/kde/interface.cpp
+   M /trunk/modules/gui/kde/kde.cpp
+   M /trunk/modules/gui/kde/net.cpp
+   M /trunk/modules/gui/kde/preferences.cpp
+
+string review
+
+------------------------------------------------------------------------
+r6516 | sigmunau | 2004-01-25 16:55:37 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/logo.c
+
+modules/video_filter/logo.c:
+ * correctly name the config options( logo-foo not logo_foo )
+
+------------------------------------------------------------------------
+r6517 | anil | 2004-01-25 17:17:04 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/README
+   M /trunk/modules/control/corba/client.py
+   M /trunk/modules/control/corba/corba.c
+   M /trunk/modules/control/corba/simpleplayer.py
+   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/lirc.c
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/control/rc/rc.c
+   M /trunk/mozilla/npvlc_rc.rc
+   M /trunk/mozilla/vlcshell.cpp
+   M /trunk/python/setup.py
+   M /trunk/python/vlcmodule.c
+   M /trunk/python/vlrs/rtsp.py
+   M /trunk/python/vlrs/sap.py
+   M /trunk/python/vlrs/vlrs.py
+   M /trunk/share/http/admin/browse.html
+   M /trunk/share/http/admin/index.html
+   M /trunk/share/http/index.html
+   M /trunk/share/http/info.html
+
+* string review.
+
+------------------------------------------------------------------------
+r6518 | murray | 2004-01-25 18:01:57 +0100 (Sun, 25 Jan 2004) | 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/macosx.m
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/output.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/prefs.h
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+String Review round one, Mac OS X interface.
+
+------------------------------------------------------------------------
+r6519 | zorglub | 2004-01-25 18:16:06 +0100 (Sun, 25 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/input/input_ext-intf.c
+   M /trunk/src/input/input_ext-plugins.c
+   M /trunk/src/input/input_info.c
+   M /trunk/src/input/input_programs.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/beos_specific.cpp
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/error.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/modules_builtin.h.in
+   M /trunk/src/misc/mtime.c
+   M /trunk/src/misc/net.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/misc/variables.c
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/src/playlist/group.c
+   M /trunk/src/playlist/info.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_pictures.c
+   M /trunk/src/video_output/vout_synchro.c
+   M /trunk/src/vlc.c
+
+* String review, round one
+* A few coding style fixes
+* Doxygenized a few functions
+
+------------------------------------------------------------------------
+r6520 | kuehne | 2004-01-25 18:20:19 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/udp.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/gui/skins2/commands/cmd_input.hpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/misc/dummy/dummy.c
+   M /trunk/modules/misc/dummy/interface.c
+   M /trunk/modules/misc/logger/logger.c
+   M /trunk/modules/misc/network/ipv6.c
+   M /trunk/modules/video_chroma/i420_ymga.c
+   M /trunk/modules/video_chroma/i420_yuy2.c
+   M /trunk/modules/video_chroma/i422_yuy2.c
+
+string review by Christophe Mutricy aka xtophe
+
+------------------------------------------------------------------------
+r6521 | gbazin | 2004-01-25 18:31:22 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dvb/qpsk.c
+   M /trunk/modules/access/dvd/dvd.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mms.c
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/access/satellite/satellite.c
+   M /trunk/modules/access/slp.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/v4l/v4l.c
+   M /trunk/modules/access/vcd/vcd.c
+   M /trunk/modules/access/vcdx/vcd.c
+
+
+* modules/access/*: strings review + coding style fixes.
+
+------------------------------------------------------------------------
+r6522 | murray | 2004-01-25 18:32:29 +0100 (Sun, 25 Jan 2004) | 4 lines
+Changed paths:
+   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/oss.c
+   M /trunk/modules/audio_output/sdl.c
+   M /trunk/modules/audio_output/waveout.c
+
+string review, round two: the audio output modules
+(but as I'm too tired and it's apero time, round three
+will follow later on in the night)
+
+------------------------------------------------------------------------
+r6523 | murray | 2004-01-25 18:41:30 +0100 (Sun, 25 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/packetizer/copy.c
+   M /trunk/modules/packetizer/mpeg4audio.c
+   M /trunk/modules/packetizer/mpeg4video.c
+   M /trunk/modules/packetizer/mpegvideo.c
+
+String review, round three in advance :)
+If you've got spare stuff to review, I'm free.
+(FK, are you reviewing the KDE intf or shall I do it?)
+
+------------------------------------------------------------------------
+r6524 | gbazin | 2004-01-25 18:52:17 +0100 (Sun, 25 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/logger/logger.c
+   M /trunk/mozilla/vlcshell.cpp
+
+
+* mozilla/vlcshell.cpp: don't translate debug messages.
+* modules/misc/logger/logger.c: compilation fix.
+
+------------------------------------------------------------------------
+r6525 | murray | 2004-01-25 18:58:30 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   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/oss.c
+   M /trunk/modules/audio_output/sdl.c
+   M /trunk/modules/audio_output/waveout.c
+   M /trunk/modules/packetizer/copy.c
+   M /trunk/modules/packetizer/mpeg4audio.c
+   M /trunk/modules/packetizer/mpeg4video.c
+   M /trunk/modules/packetizer/mpegvideo.c
+
+reverting a whole bunch of stupid changes,
+sorry :)
+
+------------------------------------------------------------------------
+r6526 | zorglub | 2004-01-25 19:17:08 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   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/main.h
+   M /trunk/include/os_specific.h
+   M /trunk/include/stream_control.h
+   M /trunk/include/stream_output.h
+   M /trunk/include/variables.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_config.h
+   M /trunk/include/vlc_cpu.h
+   M /trunk/include/vlc_help.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/include/vlc_keys.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_video.h
+   M /trunk/include/vout_synchro.h
+   M /trunk/include/win32_specific.h
+
+* Strings review in include/
+* Removed trailing spaces
+
+------------------------------------------------------------------------
+r6527 | gbazin | 2004-01-25 19:18:50 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+
+* modules/gui/wxwindows/interface.cpp: removed unused strings.
+
+------------------------------------------------------------------------
+r6528 | bigben | 2004-01-25 19:20:12 +0100 (Sun, 25 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/codec/adpcm.c
+   M /trunk/modules/codec/dts.c
+   M /trunk/modules/codec/dv.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/faad.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/postprocess.c
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/codec/lpcm.c
+   M /trunk/modules/codec/mpeg_audio.c
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/render.c
+   M /trunk/modules/codec/ogt/subtitle.h
+   M /trunk/modules/codec/quicktime.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/codec/tarkin.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/vorbis.c
+
+string review
+
+still some  printfs in dvbsub.c. Would  need to spend some  time reading
+the code to remove them.
+
+------------------------------------------------------------------------
+r6529 | gbazin | 2004-01-25 19:34:55 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/gtk/preferences.c
+
+
+* modules/gui/gtk/preferences.c: don't rely on module definitions having an add_category_hint().
+
+------------------------------------------------------------------------
+r6530 | asmax | 2004-01-25 19:41:08 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   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_tooltip.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+
+* all: support of 8 bpp mode for X11 skins. Like in the vout it uses
+ its own colormap, but I don't like that at all...
+
+------------------------------------------------------------------------
+r6531 | asmax | 2004-01-25 19:46:37 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+
+* x11/x11_display.cpp: only 8 bpp mode was working...
+
+------------------------------------------------------------------------
+r6532 | gbazin | 2004-01-25 19:53:07 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/modules/access/dvd/dvd.c
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/audio_filter/converter/Modules.am
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   M /trunk/modules/audio_output/alsa.c
+   M /trunk/modules/audio_output/coreaudio.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/audio_output/oss.c
+   M /trunk/modules/gui/gtk/gnome.c
+   M /trunk/modules/gui/gtk/gtk.c
+   M /trunk/modules/gui/kde/kde.cpp
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/misc/sap.c
+   M /trunk/modules/mux/mp4.c
+
+
+* ALL: removed a bunch of unused add_category_hint().
+
+------------------------------------------------------------------------
+r6533 | bigben | 2004-01-25 20:10:09 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+added a 0 accidentally
+
+------------------------------------------------------------------------
+r6534 | rocky | 2004-01-25 20:27:09 +0100 (Sun, 25 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/ogt.c
+   M /trunk/modules/codec/ogt/subtitle.h
+
+cvd.c: default duration scaling is smaller which seems more correct.
+
+string review: Merge/canonicalize debug string messages.
+
+------------------------------------------------------------------------
+r6535 | hartman | 2004-01-25 20:54:53 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   D /trunk/doc/mad/BUGS
+   D /trunk/doc/mad/TODO
+
+* Removing old useless files
+
+------------------------------------------------------------------------
+r6536 | hartman | 2004-01-25 21:05:29 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/a52sys.c
+   M /trunk/modules/demux/aac.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/au.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/avi/avi.h
+   M /trunk/modules/demux/avi/libavi.c
+   M /trunk/modules/demux/avi/libavi.h
+   M /trunk/modules/demux/demux2.c
+   M /trunk/modules/demux/demuxdump.c
+   M /trunk/modules/demux/demuxstream.c
+   M /trunk/modules/demux/dvdnav.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mod.c
+   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/mp4/mp4.h
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/demux/mpeg/mpgv.c
+   M /trunk/modules/demux/mpeg/ps.c
+   M /trunk/modules/demux/mpeg/system.c
+   M /trunk/modules/demux/mpeg/ts.c
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/demux/ogg.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/pls.c
+   M /trunk/modules/demux/ps.c
+   M /trunk/modules/demux/rawdv.c
+   M /trunk/modules/demux/real.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/util/id3.c
+   M /trunk/modules/demux/util/id3genres.h
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+   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/deinterlace.c
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_filter/transform.c
+   M /trunk/modules/video_filter/wall.c
+
+* Stringreview !!!
+
+------------------------------------------------------------------------
+r6537 | gbazin | 2004-01-25 21:40:59 +0100 (Sun, 25 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/codec/araw.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/control/rc/rc.c
+   M /trunk/modules/visualization/xosd/xosd.c
+
+
+* ALL: removed useless add_category_hint().
+
+------------------------------------------------------------------------
+r6538 | rocky | 2004-01-25 22:03:16 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Test for libcdio only once. Make disable-libcddb work (typo in test variable).
+
+------------------------------------------------------------------------
+r6539 | asmax | 2004-01-25 22:38:57 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+
+* src/generic_window.cpp: don't raise the windows on a mouse up event
+
+------------------------------------------------------------------------
+r6540 | gbazin | 2004-01-25 22:39:37 +0100 (Sun, 25 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_es.h
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/video.c
+
+
+* include/vlc_common.h, include/vlc_es.h: new video_palette_t structure.
+* modules/codec/ffmpeg/*: support for palettized codecs.
+
+------------------------------------------------------------------------
+r6541 | rocky | 2004-01-25 23:16:26 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/dummy/decoder.c
+
+include limits.h for PATH_MAX. Solaris fix.
+
+------------------------------------------------------------------------
+r6542 | rocky | 2004-01-25 23:16:51 +0100 (Sun, 25 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+Fix if iconv not installed.
+
+------------------------------------------------------------------------
+r6543 | asmax | 2004-01-26 00:04:06 +0100 (Mon, 26 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/xmlparser.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.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+
+* all: save the theme configuration at exit (theme path and
+  position/visibilty of the windows)
+* parser/xmlparser.cpp: fixed a segfault when the file cannot be opened
+
+------------------------------------------------------------------------
+r6544 | rocky | 2004-01-26 05:51:09 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+add -lm on more plugins that require it. libvcdinfo version number is
+now 0.7.20 not 0.7.20-cdio.
+
+------------------------------------------------------------------------
+r6545 | sam | 2004-01-26 11:32:33 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac:
+    + Bail out if libavcodec.a wasn't built with --enable-pp.
+
+------------------------------------------------------------------------
+r6546 | gbazin | 2004-01-26 11:35:28 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+
+* configure.ac: fixed typo.
+
+------------------------------------------------------------------------
+r6547 | hartman | 2004-01-26 15:47:39 +0100 (Mon, 26 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/kde/disc.h
+   M /trunk/modules/gui/kde/net.h
+
+* compilation fixes
+
+------------------------------------------------------------------------
+r6548 | fenrir | 2004-01-26 17:30:34 +0100 (Mon, 26 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmsh.c
+
+ * mmsh: msg_Err -> msg_Dbg.
+
+------------------------------------------------------------------------
+r6549 | zorglub | 2004-01-26 17:45:03 +0100 (Mon, 26 Jan 2004) | 2 lines
+Changed paths:
+   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/video_output/ggi.c
+   M /trunk/modules/video_output/qte/qte.cpp
+   M /trunk/modules/video_output/x11/x11.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xvideo.c
+
+String review
+
+------------------------------------------------------------------------
+r6550 | zorglub | 2004-01-26 17:52:31 +0100 (Mon, 26 Jan 2004) | 6 lines
+Changed paths:
+   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/MessagesWindow.cpp
+   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/TransportButton.cpp
+   M /trunk/modules/gui/beos/TransportButton.h
+
+Strings review
+
+Do "50%","100%", ... need translation ?
+
+They are currently translated, I did not touch this
+
+------------------------------------------------------------------------
+r6551 | titer | 2004-01-26 17:54:56 +0100 (Mon, 26 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_chroma/Modules.am
+   M /trunk/modules/video_chroma/i420_yuy2.c
+
+ + All: added Altivec-optimized i420 to yuy2 conversion. It isn't used
+   yet as Quicktime handles i420 pictures, but it will be when I've
+   cleaned the OpenGL output I'm working on (to be commited soon).
+
+------------------------------------------------------------------------
+r6552 | jlj | 2004-01-26 18:15:40 +0100 (Mon, 26 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms: bugfixes in sci handling, GetiPodID darwin support.
+
+------------------------------------------------------------------------
+r6553 | gbazin | 2004-01-26 19:24:17 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/modules/access/dshow/filter.h
+
+
+* modules/access/dshow/*: implemented a few more things.
+
+------------------------------------------------------------------------
+r6554 | gbazin | 2004-01-26 19:30:01 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+
+* modules/mux/mp4.c: fixed recent screw-up in movie duration.
+
+------------------------------------------------------------------------
+r6555 | titer | 2004-01-26 19:30:37 +0100 (Mon, 26 Jan 2004) | 8 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ All: attempt for an OpenGL video output for OS X. Enable --macosx-opengl
+ to give it a try (QT is the default method).
+  + Known issues: no fullscreen yet, memory leaks, ugly code, ...
+  + Known goodies: it's a few % faster than QT here (playing a DVD). If
+      experienced OpenGL and Altivec programmers could have a look and
+      give some advice, I guess the performance increase might become
+      noticeable.
+
+------------------------------------------------------------------------
+r6556 | gbazin | 2004-01-26 19:45:45 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/visualization/visual/visual.c
+
+
+modules/visualization/visual/visual.c: strings review.
+
+------------------------------------------------------------------------
+r6557 | gbazin | 2004-01-26 19:57:18 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+
+* modules/codec/ffmpeg/ffmpeg.c: proper fix for disabling aac decoding while keeping encoding.
+
+------------------------------------------------------------------------
+r6558 | gbazin | 2004-01-26 20:20:10 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+
+* src/input/subtitles.c: more sanity checks.
+
+------------------------------------------------------------------------
+r6559 | titer | 2004-01-26 20:51:33 +0100 (Mon, 26 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation).
+
+------------------------------------------------------------------------
+r6560 | titer | 2004-01-26 21:00:33 +0100 (Mon, 26 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+ gui/macosx/vout.m: fixed a mistake (fixes the main memory leak btw)
+
+------------------------------------------------------------------------
+r6561 | gbazin | 2004-01-26 21:02:15 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+   M /trunk/src/input/input.c
+
+
+* modules/demux/util/*: a bit of cleanup.
+
+------------------------------------------------------------------------
+r6562 | gbazin | 2004-01-26 21:26:54 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+   M /trunk/src/input/input.c
+   M /trunk/src/input/subtitles.c
+
+
+* src/input/*, modules/demux/util/sub.[ch]: cleanup and fixed memory leaks.
+
+------------------------------------------------------------------------
+r6563 | fenrir | 2004-01-26 21:48:10 +0100 (Mon, 26 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/include/input_ext-intf.h
+   M /trunk/include/input_ext-plugins.h
+   M /trunk/include/ninput.h
+   M /trunk/include/vlc_common.h
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+
+ * all: make stream_t using function pointers (needed to have multiple
+ implementations, not yet used).
+
+------------------------------------------------------------------------
+r6564 | fenrir | 2004-01-26 21:48:51 +0100 (Mon, 26 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/playlist.c
+
+ * playlist: compilation fix.
+
+------------------------------------------------------------------------
+r6565 | hartman | 2004-01-26 22:37:58 +0100 (Mon, 26 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/output.c
+   M /trunk/src/input/input_programs.c
+
+* String review
+
+------------------------------------------------------------------------
+r6566 | gbazin | 2004-01-26 23:10:20 +0100 (Mon, 26 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+
+* modules/gui/wxwindows/*: adapted to the new playlist api.
+   "Add MRL" in the playlist dialog now only appends the new item to the playlist.
+
+------------------------------------------------------------------------
+r6567 | hartman | 2004-01-26 23:32:51 +0100 (Mon, 26 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+
+* Remove crud
+
+------------------------------------------------------------------------
+r6568 | hartman | 2004-01-26 23:42:50 +0100 (Mon, 26 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.h
+   M /trunk/src/input/input.c
+
+* Remove crud
+
+------------------------------------------------------------------------
+r6569 | fenrir | 2004-01-27 00:07:16 +0100 (Tue, 27 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/include/input_ext-intf.h
+   M /trunk/src/input/input.c
+   M /trunk/src/playlist/playlist.c
+
+ * all: input_CreateThread doesn't take a playlist_item_t anymore.
+        export input_CreateThread/input_StopThread/input_DestroyThread.
+
+------------------------------------------------------------------------
+r6570 | fenrir | 2004-01-27 00:30:18 +0100 (Tue, 27 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+ * playlist: fix for input options.
+
+------------------------------------------------------------------------
+r6571 | hartman | 2004-01-27 00:37:05 +0100 (Tue, 27 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+* Fix autodetection bug with file:///
+
+------------------------------------------------------------------------
+r6572 | rocky | 2004-01-27 02:57:29 +0100 (Tue, 27 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Link with -lm when needed - 2nd try.
+
+------------------------------------------------------------------------
+r6573 | titer | 2004-01-27 04:22:03 +0100 (Tue, 27 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_yuy2.c
+
+ i420_yuy2.c: made the altivec optim a bit nicer (probably a bit faster, too)
+
+------------------------------------------------------------------------
+r6574 | rocky | 2004-01-27 04:45:17 +0100 (Tue, 27 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+First of the bigendian fixes. Bug in YUY had U and V values in blending
+swapped.
+
+------------------------------------------------------------------------
+r6575 | hartman | 2004-01-27 08:05:10 +0100 (Tue, 27 Jan 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+
+* VobSub demuxing. Almost working i think, but the ps parsing isn't going to well yet.
+  fen, anymore tips? :)
+  There seems to be some trouble with bufferoverflows atm and
+  spudec doesn't like the data it is being fed:
+
+  [00000199] spudec decoder debug: i_spu_size=8201 i_rle=29701
+
+------------------------------------------------------------------------
+r6576 | gbazin | 2004-01-27 12:57:05 +0100 (Tue, 27 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+
+
+* modules/demux/util/*: fixed segfault with new vobsub code.
+
+------------------------------------------------------------------------
+r6577 | titer | 2004-01-27 13:11:48 +0100 (Tue, 27 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout.m: fixed OpenGL aspect ratio
+
+------------------------------------------------------------------------
+r6578 | fenrir | 2004-01-27 13:22:41 +0100 (Tue, 27 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+
+ * sub.c : fixed parsing, but doesn't work yet (buffer overflow while
+ reading packet).
+
+------------------------------------------------------------------------
+r6579 | fenrir | 2004-01-27 13:46:46 +0100 (Tue, 27 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+
+ * sub: clean/fix. it begins to work.
+
+------------------------------------------------------------------------
+r6580 | fenrir | 2004-01-27 14:10:29 +0100 (Tue, 27 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+
+ * sub: removed unused variable.
+
+------------------------------------------------------------------------
+r6581 | gbazin | 2004-01-27 15:05:33 +0100 (Tue, 27 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpegvideo.c
+   M /trunk/src/stream_output/stream_output.c
+
+
+* modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be sent out with a null dts.
+* src/stream_output/stream_output.c: guard against non-dated packets in sout_InputSendBuffer().
+
+------------------------------------------------------------------------
+r6582 | gbazin | 2004-01-27 18:01:51 +0100 (Tue, 27 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+
+* modules/gui/skins2/win32/*: dynamically load AlphaBlend() as it isn't available on Win9x,NT4.
+   Parent window created outside the screen so it isn't visible.
+
+Could somebody (AsMaX, ipkiss) have a look at the AlphaBlend() function call in win32_graphics.cpp ? I'd like to use the AlphaBlend() we got from win32_factory.cpp.
+
+------------------------------------------------------------------------
+r6583 | gbazin | 2004-01-27 20:14:07 +0100 (Tue, 27 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/dts.c
+
+
+* modules/codec/dts.c: bug-fix for s/pdif support.
+
+------------------------------------------------------------------------
+r6584 | gbazin | 2004-01-27 22:12:42 +0100 (Tue, 27 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+
+
+* configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4.
+* modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
+
+------------------------------------------------------------------------
+r6585 | bigben | 2004-01-27 23:19:04 +0100 (Tue, 27 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/open.m
+
+Fixes a little bug introduced by string review on localized VLC
+
+------------------------------------------------------------------------
+r6586 | hartman | 2004-01-27 23:51:39 +0100 (Tue, 27 Jan 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/spudec/spudec.c
+   M /trunk/modules/demux/util/sub.c
+
+* modules/demux/util/sub.?
+  Vobsub is working now. only track 0 will be played atm.
+  spudec scaling will need to be implemented or vobsub is pretty useless.
+* modules/codec/spudec
+  Changed an error into a warning message.
+
+------------------------------------------------------------------------
+r6587 | hartman | 2004-01-28 00:09:25 +0100 (Wed, 28 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+
+* Thou shall initialize thou subtitles.
+
+------------------------------------------------------------------------
+r6588 | fenrir | 2004-01-28 13:25:37 +0100 (Wed, 28 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/aiff.c
+
+ * aiff: another demuxer.
+
+------------------------------------------------------------------------
+r6589 | titer | 2004-01-28 15:36:53 +0100 (Wed, 28 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout.m: swap OpenGL buffers only during the vertical retrace of
+   the monitor (fixed flickering effect)
+
+------------------------------------------------------------------------
+r6590 | bigben | 2004-01-28 16:25:53 +0100 (Wed, 28 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Do not enable skins2 on macosx and beos.
+
+Hope I haven't broken anything...
+
+------------------------------------------------------------------------
+r6591 | gbazin | 2004-01-28 16:51:16 +0100 (Wed, 28 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+
+* modules/gui/skins2/win32/win32_graphics.cpp: small fix.
+
+------------------------------------------------------------------------
+r6592 | gbazin | 2004-01-28 17:46:52 +0100 (Wed, 28 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dshow/filter.cpp
+
+* modules/access/dshow/*: bug fixes.
+
+------------------------------------------------------------------------
+r6593 | gbazin | 2004-01-28 21:53:21 +0100 (Wed, 28 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+
+* configure.ac: proper checks for all the skins2 dependancies.
+
+------------------------------------------------------------------------
+r6594 | titer | 2004-01-28 22:31:15 +0100 (Wed, 28 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ + macosx/vout* : cosmetic
+
+------------------------------------------------------------------------
+r6595 | titer | 2004-01-29 03:01:49 +0100 (Thu, 29 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout* :
+   + Unkludged a lot the way the OpenGL output was working until now
+   + Optimized here and here. Please test!
+
+------------------------------------------------------------------------
+r6596 | rocky | 2004-01-29 05:04:21 +0100 (Thu, 29 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+Transparancy for more chromas more complete.
+
+------------------------------------------------------------------------
+r6597 | rocky | 2004-01-29 12:50:22 +0100 (Thu, 29 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/common.c
+   M /trunk/modules/codec/ogt/pixmap.h
+   M /trunk/modules/codec/ogt/render.c
+   M /trunk/modules/codec/ogt/subtitle.h
+
+render.c: RV24 blending
+all: more code cleanup and perhaps slightly better bigendian handling though
+     more common routines/includes.
+
+------------------------------------------------------------------------
+r6598 | sigmunau | 2004-01-29 15:39:08 +0100 (Thu, 29 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+include/vlc_common.h:
+ * defined a CPU_CAPABILITY_SSE2
+src/libvlc.(c|h):
+ * implemented --see2/--no-sse2
+
+------------------------------------------------------------------------
+r6599 | fenrir | 2004-01-29 16:10:17 +0100 (Thu, 29 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input_programs.c
+
+ * input_programs.c: AddES sets default i_stream_id (make valgrind happy ;)
+
+------------------------------------------------------------------------
+r6600 | fenrir | 2004-01-29 16:11:17 +0100 (Thu, 29 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/au.c
+   M /trunk/modules/demux/demux2.c
+
+ * au: ported to demux2 API.
+
+------------------------------------------------------------------------
+r6601 | gbazin | 2004-01-29 18:04:01 +0100 (Thu, 29 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.h
+   M /trunk/src/misc/configuration.c
+
+* src/misc/configuration.c, include/configuration.h: added a change_action_add()method to associate an action (that can be triggered through a gui) to a config var.
+* modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add().
+* modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.
+
+------------------------------------------------------------------------
+r6602 | fenrir | 2004-01-29 18:14:04 +0100 (Thu, 29 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+ * demux2: mmh removed some shortcut. (easier than increasing
+ MODULE_SHORTCUT_MAX ;)
+
+------------------------------------------------------------------------
+r6603 | zorglub | 2004-01-29 18:51:08 +0100 (Thu, 29 Jan 2004) | 28 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/control/http.c
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/wxwindows/iteminfo.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/streamwizard.cpp
+   M /trunk/modules/misc/sap.c
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/src/playlist/info.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
+
+Options as infos were bad in several ways: it broke PLAYLIST_GO, used
+much memory, and was inconsistent, especially with input_CreateThread
+taking an array of options
+
+* Revert to using array of options
+
+* To add an item with options:
+    - either use playlist_ItemNew, ItemAddOption, and then AddItem
+      (useful if you don't have all your options in an array)
+    - either use playlist_AddExt (use this if all your options are
+      already in an array)
+
+* To add an item without options: use playlist_Add
+
+You can still add options after an item has been added by using either
+playlist_AddOption or playlist_ItemAddOption
+
+* Attempt to improve API and solve thread safety issues.
+  - playlist_Item* functions allow to touch items only.
+    p_item->lock must be used when needed
+    (playlist_ItemNew, playlist_ItemDelete, playlist_Item*Info,
+     playlist_ItemSet* )
+
+  - playlist_ItemGetById and ItemGetByPos give you playlist_items
+    for GetByPos, you should have the playlist lock
+
+At the moment, the playlist_Set* and playlist_*Info functions are kept (they work with position) but should be avoided.
+
+------------------------------------------------------------------------
+r6604 | zorglub | 2004-01-29 19:02:58 +0100 (Thu, 29 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+
+Use playlist_Item* functions
+
+------------------------------------------------------------------------
+r6605 | fenrir | 2004-01-29 19:37:05 +0100 (Thu, 29 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ps.h
+
+ * ps: fixed dts.
+
+------------------------------------------------------------------------
+r6606 | gbazin | 2004-01-29 19:48:40 +0100 (Thu, 29 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+
+* configure.ac: fixed typo.
+
+------------------------------------------------------------------------
+r6607 | gbazin | 2004-01-29 20:38:17 +0100 (Thu, 29 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/speex.c
+   M /trunk/src/misc/win32_specific.c
+
+
+* modules/codec/speex.c, src/misc/win32_specific.c: compilation fixes.
+
+------------------------------------------------------------------------
+r6608 | fenrir | 2004-01-30 02:09:24 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ps.h
+
+ * ps: lalalala, fixed a bug in dts/pts parsing.
+
+------------------------------------------------------------------------
+r6609 | fenrir | 2004-01-30 02:38:53 +0100 (Fri, 30 Jan 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+   M /trunk/modules/demux/dvdnav.c
+
+ * dvdnav: added a dvdnavsimple shortcut : it skips the menu and all
+ still frames, it doesn't handle the es selection (this way --sout-all
+ will work).
+  A major problem is that ES aren't added in a logical way like dvd and
+dvdread do (audio/video). I don't know how to retrieve it from dvdnav.
+(it's the same for dvdnav and dvdnavsimple)
+
+------------------------------------------------------------------------
+r6610 | hartman | 2004-01-30 13:44:21 +0100 (Fri, 30 Jan 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/prefs.h
+   M /trunk/modules/gui/macosx/prefs.m
+
+* modules/gui/macosx/intf.m: fix
+* modules/gui/macosx/prefs.?: New preferences parse code.
+  New widgets aren't being created just yet.
+  OS X version is broken now, but it already was. we need to fix this before
+  a release. Code is largely ported from wxwindows...
+
+------------------------------------------------------------------------
+r6611 | rocky | 2004-01-30 14:17:12 +0100 (Fri, 30 Jan 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/Modules.am
+   M /trunk/modules/codec/ogt/common.c
+   A /trunk/modules/codec/ogt/pixmap.c
+   M /trunk/modules/codec/ogt/pixmap.h
+   M /trunk/modules/codec/ogt/subtitle.h
+
+pixmap.[ch], Modules.am: provisional routine to find closest colormap
+entry.
+
+Rest: Mostly more shuffling of definitions for modularity; doc
+improvements.
+
+(Also I need to copy these changes between computers and this is the
+most expedient way. RV24 transparancy has been tested on a big-endian
+box.)
+
+------------------------------------------------------------------------
+r6612 | rocky | 2004-01-30 14:23:08 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/pixmap.c
+
+Doc calculation typo.
+
+------------------------------------------------------------------------
+r6613 | fenrir | 2004-01-30 15:25:39 +0100 (Fri, 30 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: now es_format_t.psz_language could be a iso539 code, it will be
+ expanded to the real language name.
+
+------------------------------------------------------------------------
+r6614 | fenrir | 2004-01-30 15:27:48 +0100 (Fri, 30 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * all: fill psz_language with the iso639 code.
+ * dvdnav: select the right SPU track only while creating the ES when we
+ are not in the menu. (this way user selection won't be lost).
+
+------------------------------------------------------------------------
+r6615 | fenrir | 2004-01-30 15:45:27 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+ * dvdnav: oups one debug messsage left.
+
+------------------------------------------------------------------------
+r6616 | fenrir | 2004-01-30 16:17:39 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+ * vlc_es: fixed es_fomat_Copy to duplicate psz_* too.
+
+------------------------------------------------------------------------
+r6617 | fenrir | 2004-01-30 16:56:28 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: fixed a bug that corrupt video/audio config data.
+
+------------------------------------------------------------------------
+r6618 | fenrir | 2004-01-30 17:46:33 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/spudec/spudec.c
+
+ * spudec: commented out a debug message.
+
+------------------------------------------------------------------------
+r6619 | fenrir | 2004-01-30 17:45:40 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: fixed mpeg4 audio. && was used instead of &, arggg :(
+
+------------------------------------------------------------------------
+r6620 | fenrir | 2004-01-30 17:50:26 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/spudec/spudec.c
+
+ * spudec: a %d -> IF64d
+
+------------------------------------------------------------------------
+r6621 | fenrir | 2004-01-30 18:49:21 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input_dec.c
+
+ * all: sout have now access to psz_language.
+
+------------------------------------------------------------------------
+r6622 | fenrir | 2004-01-30 18:50:05 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: set psz_laguage with iso639 code.
+
+------------------------------------------------------------------------
+r6623 | fenrir | 2004-01-30 18:51:02 +0100 (Fri, 30 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+ * transcode: keep psz_language.
+
+------------------------------------------------------------------------
+r6624 | fenrir | 2004-01-30 18:53:05 +0100 (Fri, 30 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * ts: use 0x0a descriptor to send language...
+ Now we can stream a (complete) dvd with language informations :)
+
+------------------------------------------------------------------------
+r6625 | fenrir | 2004-01-31 06:24:55 +0100 (Sat, 31 Jan 2004) | 5 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   A /trunk/include/vlc_meta.h
+
+ * vlc_meta.h: added a vlc_meta_t struct and some functions (for now,
+ it will only be used by demuxers).
+ * ninput.h: added DEMUX_GET_META, this way demuxer won't have to touch
+ playlist and input_InfoAdd and ...
+
+------------------------------------------------------------------------
+r6626 | fenrir | 2004-01-31 06:25:36 +0100 (Sat, 31 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/input.c
+
+ * input: call DEMUX_GET_META and fill playlist and input infos.
+
+------------------------------------------------------------------------
+r6627 | fenrir | 2004-01-31 06:27:02 +0100 (Sat, 31 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+
+ * asf: implemented DEMUX_GET_LENGTH and DEMUX_GET_META.
+
+------------------------------------------------------------------------
+r6628 | rocky | 2004-01-31 06:53:35 +0100 (Sat, 31 Jan 2004) | 13 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/Modules.am
+   M /trunk/modules/codec/ogt/common.c
+   M /trunk/modules/codec/ogt/pixmap.c
+   M /trunk/modules/codec/ogt/pixmap.h
+   M /trunk/modules/codec/ogt/render.c
+   M /trunk/modules/video_chroma/i420_rgb.c
+   M /trunk/modules/video_chroma/i420_rgb.h
+
+render.c: RGB2 now gets the right color from the RGB color map.
+  And a first cut at handling transparancy values properly. However
+  to do this we merely needed to
+
+pixmap.[ch]: write our own routines for retrieving a close colormap index
+  given a pixel value. Well, and also had to
+
+video_chroma/i420_rgb.[ch]: save the RGB colormap that is allocated.
+
+Modules.am: forgot new pixmap.c
+
+others: more misc abstraction/cleanup
+
+------------------------------------------------------------------------
+r6629 | gbazin | 2004-01-31 10:52:22 +0100 (Sat, 31 Jan 2004) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+
+* Makefile.am: added vlc_meta.h
+
+------------------------------------------------------------------------
+r6630 | fenrir | 2004-01-31 15:49:52 +0100 (Sat, 31 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/avi/avi.h
+
+ * avi: implemented DEMUX_GET_META.
+
+------------------------------------------------------------------------
+r6631 | rocky | 2004-01-31 17:44:58 +0100 (Sat, 31 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Try for POSIX pthread semantics on Solaris.
+
+------------------------------------------------------------------------
+r6632 | alexis | 2004-01-31 19:02:32 +0100 (Sat, 31 Jan 2004) | 8 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/src/libvlc.h
+
+ * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP) for Win32
+ * udp.c: restored the old syntax udp:server_addr@destination_addr
+ * libvlc.h: updated 'vlc --help'
+
+ To do an IGMPv3 query under Windows XP do:
+ vlc udp:<source_addr>@<multicast_addr>
+ Note: under previous versions of Windows, it will fail to join the group.
+
+------------------------------------------------------------------------
+r6633 | fenrir | 2004-01-31 21:02:26 +0100 (Sat, 31 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: Set Language.
+
+------------------------------------------------------------------------
+r6634 | fenrir | 2004-01-31 21:21:47 +0100 (Sat, 31 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: reorder meta infos.
+
+------------------------------------------------------------------------
+r6635 | rocky | 2004-02-01 00:33:02 +0100 (Sun, 01 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/pixmap.h
+
+Big/little-endian bug.
+
+------------------------------------------------------------------------
+r6636 | fenrir | 2004-02-01 05:50:13 +0100 (Sun, 01 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: implemented the same detection than mpeg/ts.c
+
+------------------------------------------------------------------------
+r6637 | rocky | 2004-02-01 06:15:22 +0100 (Sun, 01 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+RGB2 transparency now works. Common 8-bit RGB averaging routine
+hoisted. Some doc additions.
+
+------------------------------------------------------------------------
+r6638 | alexis | 2004-02-01 15:43:08 +0100 (Sun, 01 Feb 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+  * ipv4.c: IGMPv3 support for Linux
+
+  Differences with the patch I posted in vlc-devel yesterday:
+  - took into account the suggestions of gibalou
+  - removed the "#if !defined( SYS_DARWIN )", because it should compile
+    fine on Mac OS X, even if IGMPv3 won't work
+  - added a warning about non-IGMPv3 OSes
+
+------------------------------------------------------------------------
+r6639 | asmax | 2004-02-01 15:44:11 +0100 (Sun, 01 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   M /trunk/modules/gui/skins2/theme/theme.xml
+
+* parser/xmlparser.cpp: abort parsing when an error is detected
+ (avoid segfaults in element handlers...)
+* all: tried to have the popup window disappear with a click on
+ a skin window (not working at least with wxgtk)
+
+------------------------------------------------------------------------
+r6640 | asmax | 2004-02-01 17:15:40 +0100 (Sun, 01 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   A /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/src/theme.hpp
+   M /trunk/modules/gui/skins2/utils/bezier.hpp
+
+* parser/builder.cpp: stores the curves in the theme (avoid a memory leak)
+* parser/builder_data.def: forgot to commit that for months !
+
+------------------------------------------------------------------------
+r6641 | sigmunau | 2004-02-01 17:53:11 +0100 (Sun, 01 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace/deinterlace.c
+
+deinterlace.c:
+ * MMX and SSE2 versions of the Merge() function.
+
+------------------------------------------------------------------------
+r6642 | ipkiss | 2004-02-01 22:13:04 +0100 (Sun, 01 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+   M /trunk/modules/gui/skins2/utils/bezier.cpp
+   M /trunk/modules/gui/skins2/utils/bezier.hpp
+
+ * modules/gui/skins2/bezier.*: Compute the points coordinates only once
+ * modules/gui/skins2/ctrl_slider.cpp: Fixed a couple of bugs
+
+------------------------------------------------------------------------
+r6643 | sigmunau | 2004-02-02 00:02:02 +0100 (Mon, 02 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/src/misc/cpu.c
+
+src/misc/cpu.c:
+ * SSE2 detection, using a similar approch as for SSE
+
+------------------------------------------------------------------------
+r6644 | titer | 2004-02-02 09:50:41 +0100 (Mon, 02 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/prefs.m: compile fix
+ macosx/vout*: fixed quality problems introduced in my last commit
+   (noticeably slower now, but fixed), cleaning
+
+------------------------------------------------------------------------
+r6645 | fenrir | 2004-02-02 11:34:22 +0100 (Mon, 02 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+ * nsv: full fractional frame rate support.
+    Patch from Vitalijus dot Slavinskas at stud dot ktu dot lt
+
+------------------------------------------------------------------------
+r6646 | fenrir | 2004-02-02 11:41:46 +0100 (Mon, 02 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+ * nsv: compilation fix.
+
+------------------------------------------------------------------------
+r6647 | fenrir | 2004-02-02 12:14:32 +0100 (Mon, 02 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+ http: fixed segfault with ICY server, fixed redirection.
+
+------------------------------------------------------------------------
+r6648 | fenrir | 2004-02-02 12:18:39 +0100 (Mon, 02 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+ * nsv: added 'AAC ' fourcc support.
+
+------------------------------------------------------------------------
+r6649 | fenrir | 2004-02-02 13:50:08 +0100 (Mon, 02 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: fix in mpeg 1/2 packetization.
+
+------------------------------------------------------------------------
+r6650 | fenrir | 2004-02-02 13:53:20 +0100 (Mon, 02 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/render.c
+
+ * render: int i;; int j; <-- gcc < 3 doesn't like ';;'
+
+------------------------------------------------------------------------
+r6651 | fenrir | 2004-02-02 13:58:29 +0100 (Mon, 02 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input: gcc < 3 fix.
+
+------------------------------------------------------------------------
+r6652 | fenrir | 2004-02-02 14:00:53 +0100 (Mon, 02 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+ * stream: gcc < 3 fix.
+
+------------------------------------------------------------------------
+r6653 | fenrir | 2004-02-02 15:43:50 +0100 (Mon, 02 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: fixed mpeg1/2 with QT (QT want pts for each frame, use dts as a
+ fallback).
+ RTP successfully tested with QT 6.5 for mpeg 1/2 video and audio,
+ mpeg4 audio. mpeg4 video doesn't always work.
+
+------------------------------------------------------------------------
+r6654 | gbazin | 2004-02-03 00:49:46 +0100 (Tue, 03 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+   M /trunk/modules/codec/dts.c
+
+
+* modules/codec/dts.c: removed s/pdif hack from DTS audio parser.
+   support for 14bits big endian bitstreams as well as 16bits little endian bitstreams.
+* modules/audio_filter/converter/dtstospdif.c: accumulate DTS frames from parser until we have enough to fill an S/PDIF frame.
+
+------------------------------------------------------------------------
+r6655 | gbazin | 2004-02-03 09:16:16 +0100 (Tue, 03 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/dts.c
+
+
+* modules/demux/dts.c: added detection for 14bits big endian and 16bits little endian bitstreams.
+   (we still assume that the stream must begin with a new DTS frame, which doesn't always seem to be the case).
+
+------------------------------------------------------------------------
+r6656 | sigmunau | 2004-02-03 13:49:53 +0100 (Tue, 03 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/deinterlace/deinterlace.c
+
+configure.ac:
+ * define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe
+modules/video_filter/deinterlace/deinterlace.c:
+ * changed how accelerated code is handled.
+
+------------------------------------------------------------------------
+r6657 | titer | 2004-02-03 14:00:27 +0100 (Tue, 03 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout* : OpenGL VRAM texturing finaly works correctly now.
+
+------------------------------------------------------------------------
+r6658 | fenrir | 2004-02-03 21:12:53 +0100 (Tue, 03 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+ * http: Err -> Warn for Seek.
+
+------------------------------------------------------------------------
+r6659 | gbazin | 2004-02-04 00:31:46 +0100 (Wed, 04 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/file.c
+
+
+* modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.
+
+------------------------------------------------------------------------
+r6660 | gbazin | 2004-02-04 00:32:45 +0100 (Wed, 04 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/dts.c
+
+
+* modules/codec/dts.c: a bunch of fixes.
+
+------------------------------------------------------------------------
+r6661 | hartman | 2004-02-04 04:23:25 +0100 (Wed, 04 Feb 2004) | 3 lines
+Changed paths:
+   A /trunk/doc/strings.txt
+   A /trunk/doc/translations.txt
+
+* Added the 'documentation' on strings in our source code and also added
+  the file with information on how to make translations.
+
+------------------------------------------------------------------------
+r6662 | gbazin | 2004-02-04 09:11:49 +0100 (Wed, 04 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/dts.c
+
+
+* modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame.
+
+------------------------------------------------------------------------
+r6663 | fenrir | 2004-02-04 21:13:55 +0100 (Wed, 04 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+ * v4l: hue/colour/... path from Carsten Gottbeh?\239?\191?\189t
+ (gottbehuet at active-elements dot de) (untested)
+
+------------------------------------------------------------------------
+r6664 | gbazin | 2004-02-05 00:03:36 +0100 (Thu, 05 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+
+
+* modules/audio_filter/converter/dtstospdif.c: oops forgot something.
+
+------------------------------------------------------------------------
+r6665 | gbazin | 2004-02-05 00:28:10 +0100 (Thu, 05 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+
+
+* modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date.
+
+------------------------------------------------------------------------
+r6666 | gbazin | 2004-02-05 00:55:03 +0100 (Thu, 05 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/dts.c
+
+
+* modules/codec/dts.c: should be more correct (hopefully).
+
+------------------------------------------------------------------------
+r6667 | fenrir | 2004-02-05 20:51:46 +0100 (Thu, 05 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/httpd.c
+
+ * httpd: fixed a integer overflow.
+
+------------------------------------------------------------------------
+r6668 | hartman | 2004-02-05 22:01:44 +0100 (Thu, 05 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/doc/Makefile.am
+
+* added a package-translations target
+  - holds doc/translations.txt
+  - all the .po's
+  - convert-po.sh
+
+------------------------------------------------------------------------
+r6669 | gbazin | 2004-02-05 23:56:12 +0100 (Thu, 05 Feb 2004) | 7 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/cdda.c
+   A /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/wav.c
+   M /trunk/modules/video_output/directx/directx.c
+
+
+* modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option.
+* modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH.
+* modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data.
+   This allows to correctly support DTS audio cd (demux will detect what kind of CD it is).
+* modules/demux/wav.c: code cleanup and fixed seeking.
+
+------------------------------------------------------------------------
+r6670 | hartman | 2004-02-06 04:52:09 +0100 (Fri, 06 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_help.h
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+
+* Move GetCapabilityHelp from intf's to vlc_help.h
+
+------------------------------------------------------------------------
+r6671 | hartman | 2004-02-06 05:51:02 +0100 (Fri, 06 Feb 2004) | 5 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
+
+* Added sortID
+* Fixed adding multiple items
+* playlist API changes fixes
+* fixed options
+
+------------------------------------------------------------------------
+r6672 | hartman | 2004-02-06 16:11:39 +0100 (Fri, 06 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/dts.c
+
+* msg_Err -> msg_Warn
+
+------------------------------------------------------------------------
+r6673 | gbazin | 2004-02-06 19:15:44 +0100 (Fri, 06 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/codec/dts.c
+
+
+* modules/codec/dts.c: fixes a buffer overflow with s/pdif.
+* modules/access/cdda.c, modules/audio_output/file.c: endianness fixes for WAV header.
+
+------------------------------------------------------------------------
+r6674 | gbazin | 2004-02-06 21:06:55 +0100 (Fri, 06 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+
+* include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
+
+------------------------------------------------------------------------
+r6675 | gbazin | 2004-02-07 00:43:32 +0100 (Sat, 07 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/mux/avi.c
+   M /trunk/modules/mux/ogg.c
+   M /trunk/src/input/input.c
+
+
+* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h.
+* src/input/input.c: fixed memleak.
+* modules/demux/ogg.c: fixed another timing bug.
+
+------------------------------------------------------------------------
+r6676 | gbazin | 2004-02-07 01:16:34 +0100 (Sat, 07 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/demux/ogg.c
+
+
+* modules/demux/ogg.c: fixed memleak.
+* modules/codec/flac.c: fixed memleak.
+* include/vlc_es.h: es_format_Free().
+
+------------------------------------------------------------------------
+r6677 | gbazin | 2004-02-07 01:33:08 +0100 (Sat, 07 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+   M /trunk/modules/demux/ogg.c
+
+
+* include/vlc_es.h: s/es_format_Free/es_format_Clean.
+
+------------------------------------------------------------------------
+r6678 | gbazin | 2004-02-07 01:56:44 +0100 (Sat, 07 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/dts.c
+
+
+* modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
+
+------------------------------------------------------------------------
+r6679 | fenrir | 2004-02-07 14:25:50 +0100 (Sat, 07 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace/deinterlace.c
+
+ * deinterlace: compilation fix.
+
+------------------------------------------------------------------------
+r6680 | fenrir | 2004-02-07 14:26:24 +0100 (Sat, 07 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4: handle DEMUX_GET_META (avoid a msg_Err)
+
+------------------------------------------------------------------------
+r6681 | sigmunau | 2004-02-07 16:01:07 +0100 (Sat, 07 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+
+Fixed a segfault (don't try to memset a negative number of bytes)
+
+------------------------------------------------------------------------
+r6682 | rocky | 2004-02-07 18:31:38 +0100 (Sat, 07 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/developer/interface.xml
+
+Update How to write an interface plugin from recent vlc-devel responses.
+
+------------------------------------------------------------------------
+r6683 | gbazin | 2004-02-08 01:04:16 +0100 (Sun, 08 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+
+
+* modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
+
+------------------------------------------------------------------------
+r6684 | gbazin | 2004-02-08 01:15:04 +0100 (Sun, 08 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+
+
+* modules/audio_filter/converter/dtstospdif.c: cough cough.
+
+------------------------------------------------------------------------
+r6685 | gbazin | 2004-02-08 12:23:17 +0100 (Sun, 08 Feb 2004) | 4 lines
+Changed paths:
+   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/src/interface/interface.c
+
+
+* src/interface/interface.c: added skins2 to the interface menu.
+* modules/gui/skins2/*: s/skin_last/skins2-last s/skin_config/skins2-config and fixed saving of skins2 configuration.
+
+------------------------------------------------------------------------
+r6686 | gbazin | 2004-02-08 13:09:50 +0100 (Sun, 08 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+
+* modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
+
+------------------------------------------------------------------------
+r6687 | rocky | 2004-02-08 17:43:17 +0100 (Sun, 08 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+Add me.
+
+------------------------------------------------------------------------
+r6688 | gbazin | 2004-02-08 17:48:11 +0100 (Sun, 08 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/dts.c
+
+
+* modules/demux/dts.c: more fixes.
+
+------------------------------------------------------------------------
+r6689 | fenrir | 2004-02-08 18:21:50 +0100 (Sun, 08 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input.c: don't add subtitle track twice when using --sub-file and
+ auto-detection.
+
+------------------------------------------------------------------------
+r6690 | gbazin | 2004-02-08 19:17:22 +0100 (Sun, 08 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/src/playlist/info.c
+   M /trunk/src/playlist/item.c
+
+
+* src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
+* modules/gui/wxwindows/open.cpp: cleanup.
+
+------------------------------------------------------------------------
+r6691 | sigmunau | 2004-02-08 19:30:30 +0100 (Sun, 08 Feb 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/avi/libavi.h
+
+modules/demux/avi/avi.c:
+ * pass bit per pixel info on to decoder
+modules/demux/avi/libavi.h:
+ * add 1 as fourcc for msrle
+module/codec/ffmpeg/video.c:
+ * pass bit per pixel info to libavcodec (needed for msrle)
+
+------------------------------------------------------------------------
+r6692 | gbazin | 2004-02-08 19:49:53 +0100 (Sun, 08 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+
+* modules/codec/ffmpeg/video.c: another fix for post-processing.
+
+------------------------------------------------------------------------
+r6693 | hartman | 2004-02-08 21:08:28 +0100 (Sun, 08 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Fix /dev/di bug
+  Though this still remains a hack. People should just use 'Open Disc' menu.
+  I see no way to retrieve the original (non parition version) /dev entry,
+  from the mounted drive.
+
+------------------------------------------------------------------------
+r6694 | hartman | 2004-02-08 21:09:15 +0100 (Sun, 08 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+
+* Update copyright info
+
+------------------------------------------------------------------------
+r6695 | jpsaman | 2004-02-08 21:19:03 +0100 (Sun, 08 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fixed several things with configure.ac script:
+- Always have a space between ";then" the configure script does not like this. It should be "; then" or better put "then" on the next line.
+- Add a AC_ARG_ENABLE for cdda
+
+------------------------------------------------------------------------
+r6696 | jpsaman | 2004-02-08 22:00:19 +0100 (Sun, 08 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
+
+------------------------------------------------------------------------
+r6697 | gbazin | 2004-02-08 22:36:39 +0100 (Sun, 08 Feb 2004) | 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
+
+
+* ALL: bumped version number to 0.7.1 in preparation for the release.
+
+------------------------------------------------------------------------
+r6698 | gbazin | 2004-02-08 23:06:14 +0100 (Sun, 08 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+
+* configure.ac: forgot one version number and added the aiff demux.
+
+------------------------------------------------------------------------
+r6699 | gbazin | 2004-02-08 23:37:37 +0100 (Sun, 08 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+
+* modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
+
+------------------------------------------------------------------------
+r6700 | gbazin | 2004-02-09 00:39:16 +0100 (Mon, 09 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+
+* ALL: I am a morron.
+
+------------------------------------------------------------------------
+r6701 | gbazin | 2004-02-09 00:49:04 +0100 (Mon, 09 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+
+
+* modules/gui/skins2/Modules.am: added missing file for make dist.
+
+------------------------------------------------------------------------
+r6702 | sigmunau | 2004-02-09 11:44:40 +0100 (Mon, 09 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/share/http/admin/dboxfiles.html
+
+share/http/admin/dboxfiles.html:
+ * Updated for bookmark support.
+   See http://www.giggo.de/dbox2/movieplayer.html for details
+   (patch by Christof Baumgaertner)
+
+------------------------------------------------------------------------
+r6703 | hartman | 2004-02-09 13:54:47 +0100 (Mon, 09 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* added dtsdec, 're' upgrade of libmad
+
+------------------------------------------------------------------------
+r6704 | titer | 2004-02-09 14:28:32 +0100 (Mon, 09 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/* : added --macosx-opengl-effect, current possible values are
+   "none" and "cube". Sorry, couldn't resist ;)
+
+------------------------------------------------------------------------
+r6705 | titer | 2004-02-09 15:02:25 +0100 (Mon, 09 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout.m : oops, fixed broken ratio from my last commit
+
+------------------------------------------------------------------------
+r6706 | sigmunau | 2004-02-09 17:12:25 +0100 (Mon, 09 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/src/extras/libc.c
+
+src/extra/libc.c:
+ * fixed a nasty bug in vlc_atoll.(closes #1763)
+
+------------------------------------------------------------------------
+r6707 | titer | 2004-02-09 18:42:12 +0100 (Mon, 09 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/* : macosx-opengl-effect now accept cube and transparent-cube
+
+------------------------------------------------------------------------
+r6708 | jpsaman | 2004-02-09 20:32:55 +0100 (Mon, 09 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/ipkg/control
+   M /trunk/ipkg/control.gpe
+   M /trunk/ipkg/control.opie
+   M /trunk/ipkg/control.zaurus
+   M /trunk/ipkg/rules
+   M /trunk/ipkg/rules.gpe
+   M /trunk/ipkg/rules.opie
+   M /trunk/ipkg/rules.zaurus
+
+Updated version number to vlc-0.7.1
+
+------------------------------------------------------------------------
+r6709 | sam | 2004-02-09 21:40:25 +0100 (Mon, 09 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/debian/README.Debian
+
+  * debian/README.Debian:
+    + Updated Debian-specific build notes.
+
+------------------------------------------------------------------------
+r6710 | garf | 2004-02-10 00:03:12 +0100 (Tue, 10 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http.c: add strsub function: extract substring (doc update will
+           follow soon).
+
+------------------------------------------------------------------------
+r6711 | garf | 2004-02-10 00:28:33 +0100 (Tue, 10 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/intf-http.txt
+
+ * intf-http.txt: update doc (strsub)
+
+------------------------------------------------------------------------
+r6712 | garf | 2004-02-10 00:30:37 +0100 (Tue, 10 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http.c: made strsub a bit clean.
+
+------------------------------------------------------------------------
+r6713 | hartman | 2004-02-10 03:57:18 +0100 (Tue, 10 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+* Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the
+  duration for subs is stored in byte1 of the data packet and who
+  directed me to the mkvtoolnix code.
+
+------------------------------------------------------------------------
+r6714 | sam | 2004-02-10 14:29:04 +0100 (Tue, 10 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac:
+    + Only activate the Matroska plugin if -lebml_pic or -lebml were found.
+
+------------------------------------------------------------------------
+r6715 | sam | 2004-02-10 15:04:55 +0100 (Tue, 10 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac:
+    + Allow to use --enable-livedotcom without --with-livedotcom-tree so that
+      we can use an installed version of libliveMedia et al.
+
+------------------------------------------------------------------------
+r6716 | sam | 2004-02-10 15:33:17 +0100 (Tue, 10 Feb 2004) | 7 lines
+Changed paths:
+   M /trunk/debian/control
+   M /trunk/debian/rules
+   M /trunk/doc/fortunes.txt
+   M /trunk/toolbox
+
+  * debian/rules debian/control:
+    + No longer build a local libmpeg2 since it entered sid.
+    + Build the livedotcom plugin.
+  * toolbox:
+    + No longer remove flac, speex and matroska from the woody build; I will
+      provide clean backports.
+
+------------------------------------------------------------------------
+r6717 | jpsaman | 2004-02-10 15:57:31 +0100 (Tue, 10 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.c
+
+Fixes for DVB-C:
+- Make sure that lnb-lof1 and lnb-lof2 can be overriden by the commandline syntax frequency=xx:lnb-lof1=xx:lnb-lof2=xx
+- Added value {A,a} to polarization=xx to force INVERSION_AUTO
+- Sanatized a few error messages
+
+------------------------------------------------------------------------
+r6718 | bigben | 2004-02-10 17:39:15 +0100 (Tue, 10 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.c
+
+typos
+
+------------------------------------------------------------------------
+r6719 | gbazin | 2004-02-10 18:36:45 +0100 (Tue, 10 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/configure.ac
+
+
+* configure.ac, NEWS: added mod and pva plugins.
+
+------------------------------------------------------------------------
+r6720 | gbazin | 2004-02-10 18:59:10 +0100 (Tue, 10 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+
+* configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
+
+------------------------------------------------------------------------
+r6721 | jpsaman | 2004-02-10 21:28:37 +0100 (Tue, 10 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+
+Missed the deadline again ;-(
+
+- Fixed the playlist_AddExt() call
+- Fixed a compiler warning
+
+------------------------------------------------------------------------
+r6722 | jpsaman | 2004-02-10 21:30:09 +0100 (Tue, 10 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
+
+------------------------------------------------------------------------
+r6723 | jpsaman | 2004-02-11 09:22:12 +0100 (Wed, 11 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+
+Added some whitespace for alignment.
+
+------------------------------------------------------------------------
+r6724 | zorglub | 2004-02-11 09:50:04 +0100 (Wed, 11 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Enable the playlist import/export modules
+
+------------------------------------------------------------------------
+r6725 | rocky | 2004-02-11 13:26:38 +0100 (Wed, 11 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/doc/intf-cdda.txt
+   M /trunk/doc/intf-vcd.txt
+
+Spell out general information that should be used in reporting
+problems. Sigh.
+
+------------------------------------------------------------------------
+r6726 | rocky | 2004-02-11 13:37:28 +0100 (Wed, 11 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/intf-cdda.txt
+   M /trunk/doc/intf-vcd.txt
+
+And one other piece of information...
+
+------------------------------------------------------------------------
+r6727 | gbazin | 2004-02-11 19:08:05 +0100 (Wed, 11 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/Modules.am
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/cdda.h
+   D /trunk/modules/access/cdda/demux.c
+
+
+* modules/access/cdda/*: got rid of the demux. The access plugin will now build a WAV header which will allow this plugin to work with the dts/a52 demuxers as well as the wav demuxer.
+
+------------------------------------------------------------------------
+r6728 | fenrir | 2004-02-11 20:17:14 +0100 (Wed, 11 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.h
+
+ * all: added a "input-repeat" option that allow repeating the same entry
+ without destroying/recreating a new input. (Will be usefull for streaming).
+ ( A value of -1 means repeat for ever).
+ --> Not tested with dvd.
+
+------------------------------------------------------------------------
+r6729 | titer | 2004-02-12 18:35:05 +0100 (Thu, 12 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout.m : GL cleaning (probably fixes depth issues)
+
+------------------------------------------------------------------------
+r6730 | fenrir | 2004-02-12 18:52:48 +0100 (Thu, 12 Feb 2004) | 26 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+ * v4l: patch from Carsten Gottbeh?\239?\191?\189t (gottbehuet at active-elements dot de)
+ -> Untested.
+
+ Original message:
+    Hi there,
+
+    I have done another small modification. If you remove a hot-pluggable video
+    device, like an usb web cam, during capturing, vlc floods the driver with
+    ioctls. This leads to Kernel Ooops in some drivers.
+
+    The modified v4l.c module does the following now:
+    "GrabVideo" returns "VLC_ETIMEOUT" if the question "Did we wait long enough"
+    can be answered with yes. If there is a real error in "GrabCapture" or
+    "GrabMJPEG", the code "VLC_EGENERIC" is returned. So the calling function
+    can distinguish between these two situations. "VLC_EGENERIC" was always
+    returned before.
+    The function "Read" uses this information to leave the while-loop in case of
+    an error, and it returns a "-1" to the calling function. "Read" calls
+    "msleep", as it was before, in case of a VLC_ETIMEOUT.
+
+    The brightness-control stuff described below is still in the code. Please
+    feel free to use, modify or ignore this file. A short feedback would be
+    nice.
+
+    Bye,
+
+------------------------------------------------------------------------
+r6731 | fenrir | 2004-02-12 21:09:38 +0100 (Thu, 12 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/mms/asf.c
+   M /trunk/modules/access/mms/mmstu.c
+
+ * all: use the data_packet_count from the asf header when the server
+gives an invalid one. (I hope it doesn't break anything)
+
+------------------------------------------------------------------------
+r6732 | gbazin | 2004-02-13 00:51:15 +0100 (Fri, 13 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+
+* modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.
+
+------------------------------------------------------------------------
+r6733 | rocky | 2004-02-13 01:57:03 +0100 (Fri, 13 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/subtitles/cvd-subtitles.txt
+   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
+
+Call for help.
+
+------------------------------------------------------------------------
+r6734 | rocky | 2004-02-13 05:22:39 +0100 (Fri, 13 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/doc/developer/Makefile
+   A /trunk/doc/developer/Makefile.in
+   A /trunk/doc/developer/configure.ac
+   M /trunk/doc/developer/manual.xml
+   A /trunk/doc/developer/manual.xml.in
+
+Do better about being able to build developer documentation on many
+platforms.  This still sucks, but it sucks less. Hopefully I can shame
+someone to go further.
+
+------------------------------------------------------------------------
+r6735 | jpsaman | 2004-02-13 11:09:46 +0100 (Fri, 13 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+
+Disabled the preference menu, it is not filled in anyway.
+
+------------------------------------------------------------------------
+r6736 | titer | 2004-02-13 11:42:24 +0100 (Fri, 13 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace/deinterlace.c
+
+ deinterlace.c : missing 'else' that prevented MergeAltivec from being used.
+
+------------------------------------------------------------------------
+r6737 | rocky | 2004-02-13 12:33:38 +0100 (Fri, 13 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/doc/developer/Makefile
+   M /trunk/doc/developer/Makefile.in
+   M /trunk/doc/developer/configure.ac
+   M /trunk/doc/developer/manual.xml
+
+More checking: for programs and XML-related files.  If some programs
+aren't around (e.g. lynx) don't build the corresponding piece that
+needs that.
+
+------------------------------------------------------------------------
+r6738 | rocky | 2004-02-13 12:58:32 +0100 (Fri, 13 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/developer/interface.xml
+
+Better worded.
+
+------------------------------------------------------------------------
+r6739 | gbazin | 2004-02-13 22:48:32 +0100 (Fri, 13 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/a52.c
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/a52.c
+
+
+* modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle a52 wav files and audio CD's.
+* modules/codec/a52.c: a52 wav files and audio CD's use padding so don't always check for next sync code.
+
+------------------------------------------------------------------------
+r6740 | gbazin | 2004-02-13 23:10:00 +0100 (Fri, 13 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/a52.c
+
+
+* modules/demux/a52.c: fixed alignment when seeking.
+
+------------------------------------------------------------------------
+r6741 | gbazin | 2004-02-13 23:14:11 +0100 (Fri, 13 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/a52.c
+
+
+* modules/demux/a52.c: grmbl.
+
+------------------------------------------------------------------------
+r6742 | gbazin | 2004-02-13 23:37:35 +0100 (Fri, 13 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/a52.c
+
+
+* modules/demux/a52.c: better detection code.
+
+------------------------------------------------------------------------
+r6743 | gbazin | 2004-02-14 00:54:42 +0100 (Sat, 14 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/playlist.c
+
+
+* modules/demux/playlist/playlist.c: compilation fix.
+
+------------------------------------------------------------------------
+r6744 | gbazin | 2004-02-14 02:53:17 +0100 (Sat, 14 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/util/id3tag.c
+
+
+* ALL: small portability fixes.
+
+------------------------------------------------------------------------
+r6745 | gbazin | 2004-02-14 13:36:16 +0100 (Sat, 14 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/subtitles.cpp
+
+
+* modules/gui/wxwindows/*: make gcc-2.95 happy.
+
+------------------------------------------------------------------------
+r6746 | gbazin | 2004-02-14 13:49:35 +0100 (Sat, 14 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
+
+
+* modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
+
+------------------------------------------------------------------------
+r6747 | gbazin | 2004-02-14 18:03:33 +0100 (Sat, 14 Feb 2004) | 6 lines
+Changed paths:
+   M /trunk/include/codecs.h
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/codec/araw.c
+   M /trunk/modules/demux/wav.c
+
+
+* modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
+   support for float32 format.
+* include/codecs.h: added WAVEFORMATEXTENSIBLE structure.
+* modules/codec/araw.c: fixes.
+
+------------------------------------------------------------------------
+r6748 | gbazin | 2004-02-14 18:25:39 +0100 (Sat, 14 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/cdda/cdda.h
+   M /trunk/modules/access/cdda.c
+
+
+* modules/access/cdda*: removed definition of WAVEHEADER.
+* modules/access/cdda.c: small bug fix.
+
+------------------------------------------------------------------------
+r6749 | gbazin | 2004-02-14 18:36:05 +0100 (Sat, 14 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/cdda.c
+
+
+* modules/access/cdda/*: forgot to remove demux in module declaration.
+   fixed deadlock with CDDAFixupPlayList().
+
+------------------------------------------------------------------------
+r6750 | gbazin | 2004-02-15 14:16:43 +0100 (Sun, 15 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+
+* modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
+
+------------------------------------------------------------------------
+r6751 | fenrir | 2004-02-15 17:59:18 +0100 (Sun, 15 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+ * nsv: display sub stream and skip extention data (initial patch from
+ Vitalijus dot Slavinskas at stud dot ktu dot lt).
+
+------------------------------------------------------------------------
+r6752 | sigmunau | 2004-02-15 19:22:26 +0100 (Sun, 15 Feb 2004) | 6 lines
+Changed paths:
+   M /trunk/include/osd.h
+   M /trunk/src/video_output/video_text.c
+
+include/osd.h, src/video_output/video_text.c:
+ * turned vout_OSDMessage into __vout_OSDMessage
+ * __vout_OSDMessage now takes printf style parameters
+ * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first
+   parameter passed through VLC_OBJECT()
+
+------------------------------------------------------------------------
+r6753 | ipkiss | 2004-02-15 19:58:38 +0100 (Sun, 15 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/doc/skins/events-howto.txt
+   M /trunk/modules/gui/skins/src/banks.cpp
+   M /trunk/modules/gui/skins/src/event.cpp
+   M /trunk/modules/gui/skins/src/event.h
+   M /trunk/modules/gui/skins/src/vlcproc.cpp
+   M /trunk/modules/gui/skins/src/vlcproc.h
+
+ * modules/gui/skins/*:
+    Added 'slow' and 'fast' events to play a stream slower/faster
+
+------------------------------------------------------------------------
+r6754 | sigmunau | 2004-02-15 20:40:41 +0100 (Sun, 15 Feb 2004) | 7 lines
+Changed paths:
+   M /trunk/doc/lirc/example.lircrc
+   M /trunk/modules/control/lirc/lirc.c
+
+modules/control/lirc/lirc.c:
+ * backported some changes from the hotkeys module
+ * implemented buttons to cycle audio and subtitle tracks.
+ * implemented a mute button
+doc/lirc/example.lircrc:
+ * example for the new buttons
+
+------------------------------------------------------------------------
+r6755 | gbazin | 2004-02-15 22:52:59 +0100 (Sun, 15 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+
+
+* modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.
+
+------------------------------------------------------------------------
+r6756 | gbazin | 2004-02-15 23:20:56 +0100 (Sun, 15 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
+
+
+* modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org).
+
+------------------------------------------------------------------------
+r6757 | gbazin | 2004-02-16 14:33:10 +0100 (Mon, 16 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/filter.cpp
+
+* modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.
+
+------------------------------------------------------------------------
+r6758 | zorglub | 2004-02-16 18:14:15 +0100 (Mon, 16 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Fix setting the name and the author with DEMUX_GET_META
+
+------------------------------------------------------------------------
+r6759 | zorglub | 2004-02-16 18:14:39 +0100 (Mon, 16 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* Swap duration and group columns
+* Introduce duration sort
+
+------------------------------------------------------------------------
+r6760 | zorglub | 2004-02-16 18:16:24 +0100 (Mon, 16 Feb 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Added an option "recursive"
+       - none: subdirectories are skipped
+       - collapse: former behaviour, subdirectories are not expanded
+       - expand: all subdirectories are fully expanded
+
+I dislike these strings, please find other ones :)
+
+------------------------------------------------------------------------
+r6761 | hartman | 2004-02-17 04:12:00 +0100 (Tue, 17 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/src/video_output/video_text.c
+
+* vout_OSDMessage doxygen doc update
+* fix broken vout_OSDMessage in other files
+
+------------------------------------------------------------------------
+r6762 | gbazin | 2004-02-17 14:13:32 +0100 (Tue, 17 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+* ALL: portability fixes.
+
+------------------------------------------------------------------------
+r6763 | fenrir | 2004-02-18 14:21:33 +0100 (Wed, 18 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+ * transcode: fixed s16b <-> s16l conversion.
+
+------------------------------------------------------------------------
+r6764 | rocky | 2004-02-19 03:05:12 +0100 (Thu, 19 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Structure not big enough and was writing past buffer boundary.
+Thanks to Marco Z?\239?\191?\189hlke for finding this problem.
+
+------------------------------------------------------------------------
+r6765 | jpsaman | 2004-02-19 16:13:49 +0100 (Thu, 19 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/faad.c
+
+Fix for iPAQ choose fixed point arithmic in FAAD decoder.
+
+------------------------------------------------------------------------
+r6766 | jpsaman | 2004-02-19 16:42:25 +0100 (Thu, 19 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/faad.c
+
+Tell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values) and VLC so that it doesn't need to do a conversion filter for it.
+
+------------------------------------------------------------------------
+r6767 | gbazin | 2004-02-19 17:19:41 +0100 (Thu, 19 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/faad.c
+
+* modules/codec/faad.c: compilation fix and proper 16bits pcm support.
+
+------------------------------------------------------------------------
+r6768 | jpsaman | 2004-02-19 18:42:43 +0100 (Thu, 19 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/faad.c
+
+Correct fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))
+
+------------------------------------------------------------------------
+r6769 | courmisch | 2004-02-19 19:55:34 +0100 (Thu, 19 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/doc/ChangeLog-2001
+   M /trunk/doc/ChangeLog-2002
+
+Removed Vladimir Chernyshov's email address (kept his name).
+
+------------------------------------------------------------------------
+r6770 | hartman | 2004-02-19 20:38:58 +0100 (Thu, 19 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.h
+   M /trunk/modules/gui/macosx/prefs.m
+
+* Revert back to old prefs.
+  - fixed the bug with the modules not setting up their prefs.
+  - bugs: int with strings items are broken (see relfontsize)
+  - hotkeys elements don't really work
+
+------------------------------------------------------------------------
+r6771 | bigben | 2004-02-20 16:38:40 +0100 (Fri, 20 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+cleaning of pvr input  : settings are only set if  given on command line
+(no more default values).
+
+Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com)
+
+------------------------------------------------------------------------
+r6772 | bigben | 2004-02-20 17:29:31 +0100 (Fri, 20 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+coding style
+
+------------------------------------------------------------------------
+r6773 | massiot | 2004-02-20 18:13:42 +0100 (Fri, 20 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+* modules/access_output/udp.c: do not send out packets which are too much
+  in the past, to avoid flooding the client.
+
+------------------------------------------------------------------------
+r6774 | massiot | 2004-02-20 18:16:50 +0100 (Fri, 20 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/system.c
+
+* modules/demux/mpeg/system.c: check for scrambled packets.
+
+------------------------------------------------------------------------
+r6775 | massiot | 2004-02-20 18:20:01 +0100 (Fri, 20 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/threads.c
+
+* src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
+  OSes, and added an rt-offset configuration variable to tune the priority
+  of VLC against other programs without recompiling everything.
+
+------------------------------------------------------------------------
+r6776 | massiot | 2004-02-20 19:24:41 +0100 (Fri, 20 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpegvideo.c
+
+* modules/packetizer/mpegvideo.c: display the picture size and frame rate
+  exactly once.
+
+------------------------------------------------------------------------
+r6777 | massiot | 2004-02-20 19:34:28 +0100 (Fri, 20 Feb 2004) | 12 lines
+Changed paths:
+   M /trunk/include/vlc_codec.h
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c :
+  - new ffmpeg options available from the command-line : interleaved video,
+    noise reduction, rate control parameters, i_quant_factor, trellis
+    quantification, mpeg4 matrix, and thread count
+  - portable functions to use ffmpeg multithreading capabilities on all
+    platforms
+  - hurry up mode now turns off rd and trellis, and also raises the noise
+    reduction parameter (thus noise reduction is mandatory with hurry up)
+  - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding
+    will be done in a separate thread than the packetizer and decoder
+  - fixed a bug with mp3 decoding and weird ffmpeg return code
+
+------------------------------------------------------------------------
+r6778 | massiot | 2004-02-20 20:03:59 +0100 (Fri, 20 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: fixed a segfault when quitting.
+
+------------------------------------------------------------------------
+r6779 | gbazin | 2004-02-20 20:21:23 +0100 (Fri, 20 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+   D /trunk/modules/demux/a52sys.c
+
+
+* modules/demux/a52sys.c: forgot to remove this file.
+* modules/audio_output/alsa.c: kind of a work-around for a strange bug that trashes the stack. Doesn't solve it but should be easier to track down now.
+
+------------------------------------------------------------------------
+r6780 | massiot | 2004-02-20 20:21:25 +0100 (Fri, 20 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c : don't lock when quitting.
+
+------------------------------------------------------------------------
+r6781 | gbazin | 2004-02-20 23:07:51 +0100 (Fri, 20 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+
+* configure.ac: what about checking for the c++ preprocessor.
+
+------------------------------------------------------------------------
+r6782 | gbazin | 2004-02-21 23:41:49 +0100 (Sat, 21 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+
+* modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
+
+------------------------------------------------------------------------
+r6783 | gbazin | 2004-02-22 00:15:52 +0100 (Sun, 22 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/mux/mp4.c
+
+
+* include/charset.h: added "extern "C" {" for c++ modules.
+* modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
+
+------------------------------------------------------------------------
+r6784 | gbazin | 2004-02-22 00:50:52 +0100 (Sun, 22 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+
+* modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.
+
+------------------------------------------------------------------------
+r6785 | gbazin | 2004-02-22 01:15:33 +0100 (Sun, 22 Feb 2004) | 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
+   M /trunk/include/video_output.h
+   M /trunk/src/video_output/vout_pictures.c
+
+
+* ALL: preparation for 0.7.1-test2.
+
+------------------------------------------------------------------------
+r6786 | gbazin | 2004-02-22 01:33:10 +0100 (Sun, 22 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/Modules.am
+
+
+* modules/demux/playlist/Modules.am: don't forget playlist.h.
+
+------------------------------------------------------------------------
+r6787 | gbazin | 2004-02-22 01:55:31 +0100 (Sun, 22 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   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
+
+
+* po/*: ./toolbox --update-po.
+
+------------------------------------------------------------------------
+r6788 | rocky | 2004-02-22 10:35:48 +0100 (Sun, 22 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Make sure a couple of variables are initialized before
+reading. (caught by valgrind).
+
+------------------------------------------------------------------------
+r6789 | rocky | 2004-02-22 11:30:22 +0100 (Sun, 22 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+fix mem leak. (Caught by valgrind.)
+
+------------------------------------------------------------------------
+r6790 | rocky | 2004-02-22 11:30:41 +0100 (Sun, 22 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Fix mem leak caught by valgrind.
+
+------------------------------------------------------------------------
+r6791 | rocky | 2004-02-22 11:52:23 +0100 (Sun, 22 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/common.c
+
+Fix valgrind-caught memory leak.
+
+------------------------------------------------------------------------
+r6792 | gbazin | 2004-02-22 16:03:33 +0100 (Sun, 22 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/src/libvlc.c
+
+
+* configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
+* src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8
+
+------------------------------------------------------------------------
+r6793 | massiot | 2004-02-22 16:41:27 +0100 (Sun, 22 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/faad2.patch
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/threads.c
+
+* Updated contrib build system
+* src/misc/threads.c: fixed a Darwin-specific bug introduced recently
+
+------------------------------------------------------------------------
+r6794 | zorglub | 2004-02-22 16:52:33 +0100 (Sun, 22 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/playlist/export.c
+   M /trunk/modules/misc/playlist/native.c
+
+Fix compilation warnings
+
+------------------------------------------------------------------------
+r6795 | fenrir | 2004-02-22 16:57:41 +0100 (Sun, 22 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/gui/ncurses/ncurses.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/video_filter/filter_common.h
+
+ * all: compilation warning fixes (mainly missings headers).
+
+------------------------------------------------------------------------
+r6796 | fenrir | 2004-02-22 16:59:53 +0100 (Sun, 22 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+
+ * sub.c: VobSub fix.
+
+------------------------------------------------------------------------
+r6797 | fenrir | 2004-02-22 17:01:42 +0100 (Sun, 22 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom.cpp: bug fix. (a bad memory allocation).
+
+------------------------------------------------------------------------
+r6798 | fenrir | 2004-02-22 17:08:47 +0100 (Sun, 22 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/stream_output/stream_output.c
+
+ * all: changed the prototype of sout_InputNew.
+
+------------------------------------------------------------------------
+r6799 | fenrir | 2004-02-22 17:40:25 +0100 (Sun, 22 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input_programs.c
+
+ * input_programs.c: a little memleak.
+
+------------------------------------------------------------------------
+r6800 | gbazin | 2004-02-22 22:32:42 +0100 (Sun, 22 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+
+* modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track.
+
+------------------------------------------------------------------------
+r6801 | titer | 2004-02-23 00:09:25 +0100 (Mon, 23 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+ipv4.c : BeOS compile fix
+
+------------------------------------------------------------------------
+r6802 | rocky | 2004-02-23 01:10:50 +0100 (Mon, 23 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Change error reporting on memory error to be memory error.
+
+------------------------------------------------------------------------
+r6803 | gbazin | 2004-02-23 13:17:24 +0100 (Mon, 23 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/src/playlist/playlist.c
+
+*  modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
+* src/playlist/playlist.c: vout/sout garbage collection improvements.
+
+------------------------------------------------------------------------
+r6804 | gbazin | 2004-02-23 21:34:47 +0100 (Mon, 23 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+
+* include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
+
+------------------------------------------------------------------------
+r6805 | fenrir | 2004-02-23 21:35:42 +0100 (Mon, 23 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
+ using weird value after a synch with RTCP.
+
+------------------------------------------------------------------------
+r6806 | fenrir | 2004-02-23 21:45:52 +0100 (Mon, 23 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom.cpp: nULL -> UI64C(n).
+
+------------------------------------------------------------------------
+r6807 | kuehne | 2004-02-23 21:55:41 +0100 (Mon, 23 Feb 2004) | 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
+
+Enlarged some fields in the OpenTarget-Window to display the entire localizations
+
+------------------------------------------------------------------------
+r6808 | sigmunau | 2004-02-23 22:00:37 +0100 (Mon, 23 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+modules/misc/sap.c:
+ * fixed two memleaks, one of them rather large
+ * fix for http announces that don't start the filename part with '/'
+
+------------------------------------------------------------------------
+r6809 | gbazin | 2004-02-23 22:50:14 +0100 (Mon, 23 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+
+* src/playlist/playlist.c: bug fix.
+
+------------------------------------------------------------------------
+r6810 | gbazin | 2004-02-23 22:57:56 +0100 (Mon, 23 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+
+* src/playlist/playlist.c: who said testing was useful ?
+
+------------------------------------------------------------------------
+r6811 | gbazin | 2004-02-24 00:01:05 +0100 (Tue, 24 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/include/codecs.h
+   M /trunk/modules/codec/araw.c
+   M /trunk/modules/demux/wav.c
+
+
+* modules/demux/wav.c: more fixes for multichannel wav files support.
+* include/codecs.h: ms speakers definitions.
+* modules/codec/araw.c: added support for fl64 fourcc.
+
+------------------------------------------------------------------------
+r6812 | fenrir | 2004-02-24 17:31:46 +0100 (Tue, 24 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+ * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).
+
+------------------------------------------------------------------------
+r6813 | bigben | 2004-02-24 18:16:27 +0100 (Tue, 24 Feb 2004) | 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
+
+Do not send an event when clicking out of the search box
+
+------------------------------------------------------------------------
+r6814 | gbazin | 2004-02-24 18:42:07 +0100 (Tue, 24 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+
+* modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
+
+------------------------------------------------------------------------
+r6815 | gbazin | 2004-02-24 18:43:31 +0100 (Tue, 24 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+
+
+* modules/access/cdda.c: added "cddasimple" shortcut.
+
+------------------------------------------------------------------------
+r6816 | zorglub | 2004-02-24 19:19:44 +0100 (Tue, 24 Feb 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Fix problem in playlist update code.
+
+Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
+replace it bhy "ProcessEvent" (the playlist update is processed
+immediately in the callback, but it is only the update of one item, so
+it should not be a problem)
+
+------------------------------------------------------------------------
+r6817 | gbazin | 2004-02-24 20:23:11 +0100 (Tue, 24 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/dts.c
+
+
+* modules/demux/dts.c: improved detection of wav dts files.
+
+------------------------------------------------------------------------
+r6818 | gbazin | 2004-02-24 23:15:41 +0100 (Tue, 24 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+
+* modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).
+
+------------------------------------------------------------------------
+r6819 | fenrir | 2004-02-25 13:38:33 +0100 (Wed, 25 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/input/input_programs.c
+
+ * all: fixed sout-audio/video options.
+
+------------------------------------------------------------------------
+r6820 | zorglub | 2004-02-25 15:02:34 +0100 (Wed, 25 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/po/pt_BR.po
+
+Update of the brazilian portuguese translation, thanks to
+Andr?\239?\191?\189 de Barros Martins Ribeiro
+
+------------------------------------------------------------------------
+r6821 | fenrir | 2004-02-25 18:48:52 +0100 (Wed, 25 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_block.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/demux/a52.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/src/misc/block.c
+
+ * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
+ field and a few BLOCK_FLAG_*.
+
+------------------------------------------------------------------------
+r6822 | fenrir | 2004-02-25 19:22:54 +0100 (Wed, 25 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+ * libmpeg2.c: lalala, compilation fix...
+
+------------------------------------------------------------------------
+r6823 | gbazin | 2004-02-25 19:42:38 +0100 (Wed, 25 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+
+* modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions.
+
+------------------------------------------------------------------------
+r6824 | gbazin | 2004-02-25 19:43:24 +0100 (Wed, 25 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4audio.c
+   M /trunk/modules/packetizer/mpegvideo.c
+
+
+* modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
+
+------------------------------------------------------------------------
+r6825 | gbazin | 2004-02-25 19:47:02 +0100 (Wed, 25 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/input_dec.c
+
+
+* src/input/input_dec.c: compilation fix.
+
+------------------------------------------------------------------------
+r6826 | titer | 2004-02-25 20:27:23 +0100 (Wed, 25 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)
+
+------------------------------------------------------------------------
+r6827 | zorglub | 2004-02-25 23:01:34 +0100 (Wed, 25 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+Update of the french translation.
+
+This file need reviewing, please help
+
+------------------------------------------------------------------------
+r6828 | jpsaman | 2004-02-25 23:16:20 +0100 (Wed, 25 Feb 2004) | 3 lines
+Changed paths:
+   D /trunk/ipkg/control
+   M /trunk/ipkg/control.gpe
+   A /trunk/ipkg/control.h3600
+   D /trunk/ipkg/postinst
+   D /trunk/ipkg/postrm
+   M /trunk/ipkg/rules
+   A /trunk/ipkg/rules.h3600
+
+Added configuration for h3600 iPAQ PDA with small Flash sizes.
+Removed unused files.
+
+------------------------------------------------------------------------
+r6829 | ipkiss | 2004-02-25 23:42:48 +0100 (Wed, 25 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+Fixed an incorrect string
+
+------------------------------------------------------------------------
+r6830 | hartman | 2004-02-26 00:28:04 +0100 (Thu, 26 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+
+* Disable libmad on OS X
+
+------------------------------------------------------------------------
+r6831 | gbazin | 2004-02-26 01:23:04 +0100 (Thu, 26 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+
+
+* modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows.
+
+------------------------------------------------------------------------
+r6832 | gbazin | 2004-02-26 09:24:29 +0100 (Thu, 26 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+
+* modules/gui/wxwindows/playlist.cpp: removed useless lock.
+
+------------------------------------------------------------------------
+r6833 | gbazin | 2004-02-26 13:04:14 +0100 (Thu, 26 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+
+* modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers.
+* modules/gui/wxwindows/menus.cpp: fixed memory leaks.
+* modules/gui/wxwindows/playlist.cpp: fixed deadlock.
+
+------------------------------------------------------------------------
+r6834 | hartman | 2004-02-26 14:04:55 +0100 (Thu, 26 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* Something I forgot
+  --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window.
+
+------------------------------------------------------------------------
+r6835 | hartman | 2004-02-26 14:24:55 +0100 (Thu, 26 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* don't break things...
+
+------------------------------------------------------------------------
+r6836 | gbazin | 2004-02-26 14:58:23 +0100 (Thu, 26 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/*: fixes uninitialized variables and memleaks.
+
+------------------------------------------------------------------------
+r6837 | hartman | 2004-02-26 15:40:29 +0100 (Thu, 26 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* another thing that wasn't committed yet.
+  - Fix Playlist Save. Can only do m3u atm.
+
+------------------------------------------------------------------------
+r6838 | gbazin | 2004-02-26 18:02:17 +0100 (Thu, 26 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/directx.c
+
+* modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
+   A few users have been reporting problems with the directx audio output and it might very well be the cause of their problems (ie. with buggy drivers).
+
+------------------------------------------------------------------------
+r6839 | hartman | 2004-02-26 18:07:37 +0100 (Thu, 26 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/audio.c
+
+* Don't crash during my demo to the university computer labs.
+  - don't crash when i_output < 0
+
+------------------------------------------------------------------------
+r6840 | murray | 2004-02-26 20:11:44 +0100 (Thu, 26 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+
+it.po: italian localization for VLC 0.7.1
+fr.po: minor fixes
+
+------------------------------------------------------------------------
+r6841 | gbazin | 2004-02-27 14:24:12 +0100 (Fri, 27 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/skin_common.hpp
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
+   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
+
+* modules/gui/skins2/*: portability fixes.
+
+------------------------------------------------------------------------
+r6842 | fenrir | 2004-02-27 15:01:35 +0100 (Fri, 27 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_pictures.c
+   M /trunk/src/video_output/vout_pictures.h
+
+ * vout_pictures.*: added YVU9.
+
+------------------------------------------------------------------------
+r6843 | fenrir | 2004-02-27 15:02:05 +0100 (Fri, 27 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/chroma.c
+   M /trunk/modules/codec/rawvideo.c
+
+ * rawvideo.c, ffmpeg/chroma.c: added YVU9.
+
+------------------------------------------------------------------------
+r6844 | fenrir | 2004-02-27 15:05:55 +0100 (Fri, 27 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+ * avi.c: added support for rgb 32 (24 won't work under linux as the vout
+ handle 24 and 32 the same way :(
+
+------------------------------------------------------------------------
+r6845 | fenrir | 2004-02-27 15:22:18 +0100 (Fri, 27 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+ * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
+
+------------------------------------------------------------------------
+r6846 | gbazin | 2004-02-27 16:07:04 +0100 (Fri, 27 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+* src/skin_main.cpp: fixed bug related to the destruction order.
+* parser/xmlparser.hpp: removed useless change.
+
+------------------------------------------------------------------------
+r6847 | kuehne | 2004-02-27 23:33:38 +0100 (Fri, 27 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/po/de.po
+
+Updated german translation
+
+------------------------------------------------------------------------
+r6848 | titer | 2004-02-28 14:53:35 +0100 (Sat, 28 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout* : don't forget to exit fullscreen mode at EOF,
+                fixed a segfault
+
+------------------------------------------------------------------------
+r6849 | gbazin | 2004-02-28 18:10:23 +0100 (Sat, 28 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/src/playlist/info.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+
+
+* src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.
+
+------------------------------------------------------------------------
+r6850 | gbazin | 2004-02-28 20:30:04 +0100 (Sat, 28 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/streamout.cpp
+
+* modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
+
+------------------------------------------------------------------------
+r6851 | zorglub | 2004-02-28 20:31:54 +0100 (Sat, 28 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Fix loop on end of search
+
+------------------------------------------------------------------------
+r6852 | zorglub | 2004-02-28 20:40:06 +0100 (Sat, 28 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Search on the author field too
+
+------------------------------------------------------------------------
+r6853 | gbazin | 2004-02-29 14:03:19 +0100 (Sun, 29 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+
+* src/packages.mak: updated for libdts-0.0.2
+
+------------------------------------------------------------------------
+r6854 | gbazin | 2004-02-29 14:05:22 +0100 (Sun, 29 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+
+
+* ALL: bumped revision number to 0.7.1
+* modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2
+
+------------------------------------------------------------------------
+r6855 | gbazin | 2004-02-29 14:08:56 +0100 (Sun, 29 Feb 2004) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/misc/variables.c
+
+
+* src/misc/variables.c: fixed memleak.
+* include/vlc_common.h: use pragma to disable useless MSVC warnings.
+
+------------------------------------------------------------------------
+r6856 | gbazin | 2004-02-29 14:33:47 +0100 (Sun, 29 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/ipkg/Makefile.am
+
+
+* ipkg/Makefile.am: don't try to package files which have been removed.
+
+------------------------------------------------------------------------
+r6857 | kuehne | 2004-02-29 14:49:02 +0100 (Sun, 29 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/po/de.po
+
+spelling fixes
+
+------------------------------------------------------------------------
+r6858 | kuehne | 2004-02-29 14:55:04 +0100 (Sun, 29 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/po/de.po
+
+Fixed breakage which has been introduced in the last commit
+
+------------------------------------------------------------------------
+r6859 | asmax | 2004-02-29 15:05:14 +0100 (Sun, 29 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+* src/skin_main.cpp: fixed a bug related to the destruction order ;)
+
+------------------------------------------------------------------------
+r6860 | zorglub | 2004-02-29 15:05:45 +0100 (Sun, 29 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Sanity check
+
+------------------------------------------------------------------------
+r6861 | gbazin | 2004-02-29 15:35:10 +0100 (Sun, 29 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/INSTALL.win32
+
+
+* INSTALL.win32: updated win32 build instructions.
+
+------------------------------------------------------------------------
+r6862 | asmax | 2004-02-29 17:49:55 +0100 (Sun, 29 Feb 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.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/modules/gui/skins2/src/generic_layout.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/theme/skin.dtd
+   M /trunk/modules/gui/skins2/theme/theme.xml
+
+* controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
+variable is now owned by CtrlGeneric, and handled directly by the layout
+and the window (at the moment only the slider control uses it)
+* theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added
+the "color" attribute for control text
+
+------------------------------------------------------------------------
+r6863 | asmax | 2004-02-29 18:36:55 +0100 (Sun, 29 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+* src/skin_main.cpp: do not delete the input a second time !
+
+------------------------------------------------------------------------
+r6864 | gbazin | 2004-02-29 20:01:22 +0100 (Sun, 29 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/rawdv.c
+
+
+* modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here.
+
+------------------------------------------------------------------------
+r6865 | gbazin | 2004-02-29 20:12:00 +0100 (Sun, 29 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+
+
+* NEWS: updated.
+
+------------------------------------------------------------------------
+r6866 | gbazin | 2004-02-29 20:28:10 +0100 (Sun, 29 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+
+* configure.ac: fixed --with-dts-tree.
+
+------------------------------------------------------------------------
+r6867 | jpsaman | 2004-02-29 22:09:29 +0100 (Sun, 29 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/po/nl.po
+
+Updated Dutch translation.
+
+------------------------------------------------------------------------
+r6868 | jpsaman | 2004-02-29 22:10:00 +0100 (Sun, 29 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/ipkg/control.gpe
+   M /trunk/ipkg/control.h3600
+
+Updated version strings to 0.7.1 for upcoming release.
+
+------------------------------------------------------------------------
+r6869 | murray | 2004-02-29 23:56:23 +0100 (Sun, 29 Feb 2004) | 5 lines
+Changed paths:
+   M /trunk/po/it.po
+
+Minor changes to the italian translation (thanks to Paolo Caravello)
+
+Actually, we still got some (huge) untranslated strings in libvlc.h,
+I'll care about them after the release.
+
+------------------------------------------------------------------------
+r6870 | jpsaman | 2004-02-29 23:59:59 +0100 (Sun, 29 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/pda/pda.glade
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/pda/pda_interface.c
+
+Updated PDA interface.
+
+------------------------------------------------------------------------
+r6871 | murray | 2004-03-01 00:08:42 +0100 (Mon, 01 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/po/it.po
+
+Shit, forgot to :wq before committing :) sorry guys
+
+------------------------------------------------------------------------
+r6872 | massiot | 2004-03-01 12:55:25 +0100 (Mon, 01 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transrate/Modules.am
+
+* Added two files in Modules.am
+
+------------------------------------------------------------------------
+r6873 | gbazin | 2004-03-01 13:50:39 +0100 (Mon, 01 Mar 2004) | 8 lines
+Changed paths:
+   M /trunk/include/vlc_threads.h
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access_output/udp.c
+
+* include/vlc_threads.h:
+   + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now).
+* modules/access/file.c:
+   + s/config_GetInt()/var_Get() for file-caching.
+* modules/access_output/udp.c:
+   + less verbose debug messages.
+   + increase thread priority on win32.
+
+------------------------------------------------------------------------
+r6874 | gbazin | 2004-03-01 18:36:26 +0100 (Mon, 01 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+
+* modules/demux/mkv.cpp: fixed copy&paste bug.
+
+------------------------------------------------------------------------
+r6875 | gbazin | 2004-03-01 19:31:13 +0100 (Mon, 01 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_interface.h
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/streamwizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+
+* modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened.
+
+------------------------------------------------------------------------
+r6876 | asmax | 2004-03-01 19:33:31 +0100 (Mon, 01 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
+   M /trunk/modules/gui/skins2/theme/skin.dtd
+   M /trunk/modules/gui/skins2/theme/theme.xml
+
+* parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
+ in the xml parser instead of the builder: fixes nasty bugs related
+ to layout IDs
+* theme/skin.dtd: "id" attribute is no longer required for window
+
+------------------------------------------------------------------------
+r6877 | asmax | 2004-03-01 20:36:43 +0100 (Mon, 01 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
+   M /trunk/modules/gui/skins2/theme/skin.dtd
+   M /trunk/modules/gui/skins2/theme/theme.xml
+
+* all: changed dtd version to 1.99 before the final dtd freeze
+
+------------------------------------------------------------------------
+r6878 | gbazin | 2004-03-01 20:41:42 +0100 (Mon, 01 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/install-win32
+   M /trunk/modules/gui/skins2/Modules.am
+
+
+* modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
+* install-win32, Makefile.am: include the default skins2 theme in the win32 package.
+
+------------------------------------------------------------------------
+r6879 | gbazin | 2004-03-01 20:58:16 +0100 (Mon, 01 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+
+* modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
+
+------------------------------------------------------------------------
+r6880 | gbazin | 2004-03-01 21:04:55 +0100 (Mon, 01 Mar 2004) | 3 lines
+Changed paths:
+   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
+
+
+* po/*: ./toolbox --update-po in preparation for the release.
+
+------------------------------------------------------------------------
+r6881 | gbazin | 2004-03-01 21:36:24 +0100 (Mon, 01 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+
+
+* modules/gui/skins2/Modules.am: oops, 1 file too much.
+
+------------------------------------------------------------------------
+r6882 | gbazin | 2004-03-01 22:23:09 +0100 (Mon, 01 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/ChangeLog
+
+
+* ChangeLog: updated for 0.7.1.
+
+------------------------------------------------------------------------
+r6883 | fenrir | 2004-03-01 23:35:55 +0100 (Mon, 01 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+ * video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
+ than just the "SMI " one).
+
+------------------------------------------------------------------------
+r6884 | hartman | 2004-03-02 01:59:16 +0100 (Tue, 02 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* update caca and live.com
+
+------------------------------------------------------------------------
+r6885 | hartman | 2004-03-02 02:10:26 +0100 (Tue, 02 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Fix dts contrib
+
+------------------------------------------------------------------------
+r6886 | hartman | 2004-03-02 13:39:25 +0100 (Tue, 02 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mms.c
+
+Spelling error
+
+------------------------------------------------------------------------
+r6887 | kuehne | 2004-03-02 14:53:14 +0100 (Tue, 02 Mar 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/video_output/fb.c
+   M /trunk/po/de.po
+   M /trunk/src/libvlc.h
+
+* modules/codec/dvbsub.c: disabled translation of some internal error messages
+* po/de.po: removed my reminders
+* modules/demux/mkv.cpp: disabled translation of the string "Matroska"
+
+* src/libvlc.h: small corrections of to-be-localised strings
+* modules/gui/macosx/macosx.m: ditto
+* modules/video_output/fb.c: ditto
+
+------------------------------------------------------------------------
+r6888 | hartman | 2004-03-02 17:44:21 +0100 (Tue, 02 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+
+* This was the thing i didn't commit and which AGAIN leaves us with a CPU hogging release :(
+
+------------------------------------------------------------------------
+r6889 | hartman | 2004-03-02 20:21:03 +0100 (Tue, 02 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Well i be .......
+  libmodplug working now. apparently it didn't like dynamic linking on OS X.
+
+------------------------------------------------------------------------
+r6890 | ipkiss | 2004-03-02 22:45:15 +0100 (Tue, 02 Mar 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.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/gen_builder.py
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/src/anchor.cpp
+   M /trunk/modules/gui/skins2/src/anchor.hpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/skins2/theme/skin.dtd
+   M /trunk/modules/gui/skins2/theme/theme.xml
+   M /trunk/modules/gui/skins2/utils/bezier.cpp
+   M /trunk/modules/gui/skins2/utils/bezier.hpp
+
+ - skins2/utils/bezier.*: Added support for curves made of one point
+ - skins2/theme/skin.dtd: Removed Event and Rectangle tags
+ - skins2/src/theme.cpp: Destroy curves explicitely
+ - ALL: Anchors can be defined using a Bezier curve, which allows
+   rectilinear anchors (but it is still possible to define anchors
+   reduced to a single point).
+   A "curved anchor" only attracts "single point anchors"
+
+------------------------------------------------------------------------
+r6891 | massiot | 2004-03-02 23:55:34 +0100 (Tue, 02 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* extras/contrib:
+  - fixed the infamous "libmad is twice slower" bug
+  - fixed libmad dynamic build
+  - added a52 support to ffmpeg
+  - remove libdvdnav
+
+------------------------------------------------------------------------
+r6892 | hartman | 2004-03-03 00:49:38 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+* updated NEWS for 0.7.1a
+
+------------------------------------------------------------------------
+r6893 | fenrir | 2004-03-03 02:26:49 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts.c: fixed PCR handling (when the pcr pid isn't attached to the PMT.)
+
+------------------------------------------------------------------------
+r6894 | massiot | 2004-03-03 11:49:50 +0100 (Wed, 03 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/satellite/access.c
+
+* modules/access/satellite/access.c: Read blocks multiple of 1024 bytes
+  (because others do it - no idea if it helps, though)
+
+------------------------------------------------------------------------
+r6895 | massiot | 2004-03-03 11:51:55 +0100 (Wed, 03 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+* modules/access_output/udp.c: New group= option, used to send multiple
+  packets at once (less scheduling overhead) ; typically access=udp{group=5}
+  will send 5 * 7 TS packets at once.
+
+------------------------------------------------------------------------
+r6896 | massiot | 2004-03-03 12:09:30 +0100 (Wed, 03 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpegvideo.c
+
+* modules/packetizer/mpegvideo.c: Correctly flag the picture types in
+  block_t::i_flags.
+
+------------------------------------------------------------------------
+r6897 | massiot | 2004-03-03 12:12:08 +0100 (Wed, 03 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/src/input/input_dec.c
+
+* src/input/input_dec.c: Copy block_t::i_flags to sout_buffer_t::i_flags
+  (temporary).
+
+------------------------------------------------------------------------
+r6898 | massiot | 2004-03-03 12:20:52 +0100 (Wed, 03 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/stream_out/transrate/Modules.am
+   A /trunk/modules/stream_out/transrate/frame.c
+   M /trunk/modules/stream_out/transrate/transrate.c
+   A /trunk/modules/stream_out/transrate/transrate.h
+
+* modules/stream_out/transrate:
+  - split transrate.c
+  - you can specify a maximum gop length on which to perform transrating,
+    to avoid adding to much delay in the sout pipeline (shaping= option)
+  - fixed a bug where you couldn't transrate a transcoded stream
+
+------------------------------------------------------------------------
+r6899 | massiot | 2004-03-03 12:29:26 +0100 (Wed, 03 Mar 2004) | 11 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/codec/ffmpeg/encoder.c:
+  - use AV_NOPTS_VALUE instead of 0 when it's available
+  - reworked the hurry-up mode to start with disabling the B frames first
+  - reworked the hurry-up mode to remove my thread mess
+  - check that we don't feed ffmpeg with twice the same PTS (crashes ffmpeg)
+  - correctly flag the picture types
+
+* modules/stream_out/transcode.c:
+  - use AV_NOPTS_VALUE instead of 0 when it's available
+  - copy block_t::i_flags to sout_buffer_t::i_flags (temporary)
+
+------------------------------------------------------------------------
+r6900 | bigben | 2004-03-03 12:34:19 +0100 (Wed, 03 Mar 2004) | 6 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/controls.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+- Repeat and loop are now mutually exclusive
+- On the playlist window, turn loop/repeat/standard play selection into a popup
+- On the playlist window : if more than one group is defined, coolorize items according to the group they are belonging to. Currently, 8 colors are hard coded
+
+Please make remarks on the new layout / the colors chosen.
+
+------------------------------------------------------------------------
+r6901 | massiot | 2004-03-03 12:34:41 +0100 (Wed, 03 Mar 2004) | 13 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/pes.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
+  buffer.
+
+* modules/mux/mpeg/ts.c:
+  - rename the caching= option into shaping= since it more adequately
+    describes what it does
+  - new use-key-frames option, if enabled then shaping= will be a
+    maximum value, if the algorithm find a new GOP it will finish with
+    the first picture of the next GOP (helps minimizing the dts delay)
+  - fixed a bug where the calculated sending time could be later than
+    the real DTS time (meaning the decoder wouldn't get the buffer
+    in time)
+
+------------------------------------------------------------------------
+r6902 | fenrir | 2004-03-03 12:38:14 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/id3.c
+   M /trunk/modules/demux/util/id3tag.c
+
+ * id3*: Search p_input (to make it working with demux2).
+
+------------------------------------------------------------------------
+r6903 | massiot | 2004-03-03 12:39:06 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transrate/frame.c
+
+* modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)
+
+------------------------------------------------------------------------
+r6904 | fenrir | 2004-03-03 12:40:19 +0100 (Wed, 03 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/aac.c
+   M /trunk/modules/demux/au.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/wav.c
+
+ * a52.c aac.c au.c dts.c flac.c wav.c: Converted all audio only demuxers
+ to demux2.
+
+------------------------------------------------------------------------
+r6905 | fenrir | 2004-03-03 12:41:04 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+
+ * mpga: demux -> demux2.
+
+------------------------------------------------------------------------
+r6906 | fenrir | 2004-03-03 12:59:41 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input.c: add Duration to input infos.
+
+------------------------------------------------------------------------
+r6907 | fenrir | 2004-03-03 13:01:17 +0100 (Wed, 03 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/include/vlc_meta.h
+
+ ninput.h: added prototype of demux2_vaControlHelper.
+ include/vlc_meta.h: added of cast for malloc because of [CENSURED] c++.
+
+------------------------------------------------------------------------
+r6908 | fenrir | 2004-03-03 13:01:38 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+
+ demux: implementation of demux2_vaControlHelper.
+
+------------------------------------------------------------------------
+r6909 | titer | 2004-03-03 13:01:57 +0100 (Wed, 03 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/vout.m
+
+ macsox/* : added --macosx-fill
+  In fullscreen, crops the picture if necessary in order to fill
+  the screen without black borders (e.g. you lose top and bottom parts
+  of the picture when watching a 4:3 video on a 16:9 display).
+  (Only implemented in OpenGL mode)
+
+------------------------------------------------------------------------
+r6910 | fenrir | 2004-03-03 13:03:15 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+  * mkv: added Control and use vlc_meta.h.
+
+------------------------------------------------------------------------
+r6911 | fenrir | 2004-03-03 13:21:36 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/dummy/vout.c
+
+ * vout.c: fixed a warning.
+
+------------------------------------------------------------------------
+r6912 | sam | 2004-03-03 13:21:57 +0100 (Wed, 03 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac:
+    + When using a local ffmpeg tree, add a path to the avformat headers.
+
+------------------------------------------------------------------------
+r6913 | fenrir | 2004-03-03 14:23:47 +0100 (Wed, 03 Mar 2004) | 4 lines
+Changed paths:
+   D /trunk/include/httpd.h
+   A /trunk/include/vlc_httpd.h
+   D /trunk/modules/misc/httpd.c
+   A /trunk/src/misc/httpd.c
+
+ * include/httpd.h, modules/misc/httpd.c: remove old http daemon.
+ * include/vlc_httpd.h src/misc/httpd.c: added new http daemon,
+ it will allow http 1.1, redirection, RTSP, ...
+
+------------------------------------------------------------------------
+r6914 | fenrir | 2004-03-03 14:24:31 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/modules/misc/Modules.am
+
+ * all: httpd compilation.
+
+------------------------------------------------------------------------
+r6915 | fenrir | 2004-03-03 14:25:00 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+ * vlc_common.h: httpd typedefs.
+
+------------------------------------------------------------------------
+r6916 | fenrir | 2004-03-03 14:25:24 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+ * objects: include vlc_http.h
+
+------------------------------------------------------------------------
+r6917 | fenrir | 2004-03-03 14:25:53 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+ * http: ported to new httpd.
+
+------------------------------------------------------------------------
+r6918 | fenrir | 2004-03-03 14:26:50 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http: ported to new httpd. A few features are still missings.
+
+------------------------------------------------------------------------
+r6919 | fenrir | 2004-03-03 14:27:25 +0100 (Wed, 03 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: ported to new httpd.
+
+------------------------------------------------------------------------
+r6920 | fenrir | 2004-03-03 15:22:47 +0100 (Wed, 03 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/doc/intf-http.txt
+   M /trunk/modules/control/http.c
+   M /trunk/share/http/index.html
+
+ * configure.ac: -> 0.7.2-cvs
+ * modules/control/http.c: added a playlist.uri field.
+
+------------------------------------------------------------------------
+r6921 | sigmunau | 2004-03-03 16:47:08 +0100 (Wed, 03 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+src/misc/modules.c:
+ * include vlc_httpd.h, fixes compilation
+
+------------------------------------------------------------------------
+r6922 | sigmunau | 2004-03-03 18:18:38 +0100 (Wed, 03 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/share/Makefile.am
+
+Makefile.am: added vlc.exe.manifest to the distribution (should perhaps be
+             moved to share/ after the svn switch)
+share/Makefile.am: added some wince-related resource files to the distribution
+
+------------------------------------------------------------------------
+r6923 | gbazin | 2004-03-03 21:39:53 +0100 (Wed, 03 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/include/modules.h
+   M /trunk/modules/access/dvd/demux.c
+   M /trunk/modules/access/dvdplay/demux.c
+   M /trunk/modules/access/dvdread/input.c
+   M /trunk/modules/access/vcdx/demux.c
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/audio_filter/resampler/coreaudio.c
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/aac.c
+   M /trunk/modules/demux/demuxstream.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/flac.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/mpeg/ps.c
+   M /trunk/modules/demux/mpeg/ts.c
+   M /trunk/modules/demux/util/sub.h
+   M /trunk/modules/gui/gtk/gnome.c
+   M /trunk/modules/gui/gtk/gtk.c
+   M /trunk/modules/gui/gtk2/gnome2.c
+   M /trunk/modules/gui/gtk2/gtk2.c
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/skins/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/misc/sap.c
+   M /trunk/modules/stream_out/announce.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/video_output/qte/qte.cpp
+   M /trunk/src/audio_output/filters.c
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/audio_output/mixer.c
+   M /trunk/src/audio_output/output.c
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/net.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/video_output.c
+
+
+* ALL: changed the prototype of module_Need() to accept a "strict" boolean argument.
+If "strict" is true and a module name is provided then module_Need() will only look for the specified module
+If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
+
+------------------------------------------------------------------------
+r6924 | gbazin | 2004-03-03 21:42:52 +0100 (Wed, 03 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+
+* extras/MacOSX/*: bumped revision number to 0.7.2-cvs.
+
+------------------------------------------------------------------------
+r6925 | asmax | 2004-03-03 23:57:15 +0100 (Wed, 03 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/theme/skin.dtd
+   M /trunk/modules/gui/skins2/utils/bezier.cpp
+
+* utils/bezier.cpp: use lrint() to avoid rounding issues
+* theme/skin.dtd: "" instead of "\0" for default values
+
+------------------------------------------------------------------------
+r6926 | sigmunau | 2004-03-04 23:47:42 +0100 (Thu, 04 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace/deinterlace.c
+
+modules/video_filter/deinterlace/deinterlace.c:
+ * Fixed a sse2 crash related to a non-16byte aligned pointer
+
+------------------------------------------------------------------------
+r6927 | bigben | 2004-03-04 23:52:43 +0100 (Thu, 04 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+Set intf-change to TRUE when toggling fullscreen with opengl vout, so that the sate of the fullscreen button gets updated. (Hope I've done it in the right place).
+
+------------------------------------------------------------------------
+r6928 | fenrir | 2004-03-05 00:59:16 +0100 (Fri, 05 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+ * modules.c: fixed module_Need. (but I'm not sure of what to do with
+ shortcuts,any and 0 scored modules).
+
+------------------------------------------------------------------------
+r6929 | fenrir | 2004-03-05 01:14:19 +0100 (Fri, 05 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+ * udp: added a 'late' option in milli-second.
+ Too late packets according to this value are trashed. By default it is
+0 ie don't trash any packets. (I think it's safer, else we may have too
+much people complaining about broken picture or CSA not working anymore ;)
+The drawback is potential floods of clients...
+
+------------------------------------------------------------------------
+r6930 | garf | 2004-03-05 15:03:20 +0100 (Fri, 05 Mar 2004) | 19 lines
+Changed paths:
+   M /trunk/configure.ac
+   A /trunk/modules/control/telnet
+   A /trunk/modules/control/telnet/Modules.am
+   A /trunk/modules/control/telnet/telnet.c
+   A /trunk/modules/control/telnet/vlm.c
+   A /trunk/modules/control/telnet/vlm.h
+
+ * telnet interface and VLM ( VideoLAN (media) manager):
+    VLM is a little media manager. It is designed to launch several souts
+    with a unique VLC. It is a kind of "server playlist". For now, it is
+    only usable with the little telnet interface I wrote. The features are:
+     - complete and barely coherent command line set for media setup and
+       control
+     - multiple input list by media (like a playlist)
+     - loop by media
+     - load/save config file (human readable)
+     - script implementation (for scheduling, for example)
+    If you want to test it, launch VLC with -I telnet, and type "help".
+    Beware of the type of the media: vod or broadcast. vod will be used
+    later.
+     TODO:
+      - rewrite the telnet interface (beurk)
+      - change error message system and create a http interface for VLM
+      - implement RTSP clients administration (with vod medias)
+      - write a complete documentation...
+
+------------------------------------------------------------------------
+r6958 | sam | 2004-03-05 17:07:35 +0100 (Fri, 05 Mar 2004) | 7 lines
+Changed paths:
+   M /trunk/mozilla/npvlc_rc.rc
+   M /trunk/mozilla/vlcplugin.h
+
+  * mozilla/vlcplugin.h:
+    + Added the 'video/x-ms-asf' MIME type to the plugin (Closes Debian
+      bug #232690).
+
+   This commit is also a blatant test of the SVN->CVS mirroring scripts. If
+ it does not work, we're screwed :-)
+
+------------------------------------------------------------------------
+r6959 | sam | 2004-03-05 17:45:32 +0100 (Fri, 05 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/toolbox
+
+  * toolbox:
+    + Do not remove svn directories in autotools/ when using --distclean.
+
+------------------------------------------------------------------------
+r6960 | sigmunau | 2004-03-05 18:18:42 +0100 (Fri, 05 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/iteminfo.cpp
+
+modules/gui/wxwindows/iteminfo.cpp:
+ * select the right value in the group-combobox in the iteminfo dialog
+
+------------------------------------------------------------------------
+r6961 | sam | 2004-03-05 18:34:23 +0100 (Fri, 05 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk
+   D /trunk/.cvsignore
+   M /trunk/AUTHORS
+   M /trunk/HACKING
+   M /trunk/INSTALL
+   M /trunk/INSTALL.win32
+   M /trunk/MAINTAINERS
+   M /trunk/NEWS
+   M /trunk/README
+   M /trunk/README.MacOSX.rtf
+   M /trunk/THANKS
+   M /trunk/autotools
+   D /trunk/autotools/.cvsignore
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+   M /trunk/debian
+   D /trunk/debian/.cvsignore
+   M /trunk/debian/README.Debian
+   M /trunk/debian/rules
+   M /trunk/doc
+   D /trunk/doc/.cvsignore
+   M /trunk/doc/ChangeLog-2001
+   M /trunk/doc/developer
+   D /trunk/doc/developer/.cvsignore
+   M /trunk/doc/developer/configure.ac
+   M /trunk/doc/developer/manual.xml
+   M /trunk/doc/developer/manual.xml.in
+   M /trunk/doc/intf-cdda.txt
+   M /trunk/doc/intf-vcd.txt
+   M /trunk/doc/subtitles/cvd-subtitles.txt
+   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
+   M /trunk/doc/translations.txt
+   M /trunk/doc/web-streaming.html
+   M /trunk/evc
+   D /trunk/evc/.cvsignore
+   M /trunk/evc/vlc.c
+   M /trunk/extras/MacOSX
+   D /trunk/extras/MacOSX/.cvsignore
+   M /trunk/extras/MacOSX/Resources/English.lproj
+   D /trunk/extras/MacOSX/Resources/English.lproj/.cvsignore
+   M /trunk/extras/MacOSX/vlc.pbproj
+   D /trunk/extras/MacOSX/vlc.pbproj/.cvsignore
+   M /trunk/extras/contrib
+   D /trunk/extras/contrib/.cvsignore
+   M /trunk/extras/contrib/Makefile
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/change_prefix.sh
+   M /trunk/extras/contrib/src
+   D /trunk/extras/contrib/src/.cvsignore
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/include
+   D /trunk/include/.cvsignore
+   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/input_ext-dec.h
+   M /trunk/include/input_ext-intf.h
+   M /trunk/include/input_ext-plugins.h
+   M /trunk/include/intf_eject.h
+   M /trunk/include/iso_lang.h
+   M /trunk/include/main.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/ninput.h
+   M /trunk/include/os_specific.h
+   M /trunk/include/osd.h
+   M /trunk/include/stream_control.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_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_cpu.h
+   M /trunk/include/vlc_error.h
+   M /trunk/include/vlc_es.h
+   M /trunk/include/vlc_help.h
+   M /trunk/include/vlc_httpd.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_threads.h
+   M /trunk/include/vlc_threads_funcs.h
+   M /trunk/include/vlc_video.h
+   M /trunk/include/vout_synchro.h
+   M /trunk/include/win32_specific.h
+   M /trunk/ipkg
+   D /trunk/ipkg/.cvsignore
+   M /trunk/lib
+   D /trunk/lib/.cvsignore
+   M /trunk/m4
+   D /trunk/m4/.cvsignore
+   M /trunk/m4/vlc.m4
+   M /trunk/modules
+   D /trunk/modules/.cvsignore
+   M /trunk/modules/LIST
+   M /trunk/modules/access
+   D /trunk/modules/access/.cvsignore
+   M /trunk/modules/access/cdda
+   D /trunk/modules/access/cdda/.cvsignore
+   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.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dshow
+   D /trunk/modules/access/dshow/.cvsignore
+   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
+   D /trunk/modules/access/dvb/.cvsignore
+   M /trunk/modules/access/dvd
+   D /trunk/modules/access/dvd/.cvsignore
+   M /trunk/modules/access/dvd/access.c
+   M /trunk/modules/access/dvd/demux.c
+   M /trunk/modules/access/dvd/dvd.c
+   M /trunk/modules/access/dvd/dvd.h
+   M /trunk/modules/access/dvd/dvdcss.h
+   M /trunk/modules/access/dvd/es.c
+   M /trunk/modules/access/dvd/es.h
+   M /trunk/modules/access/dvd/ifo.c
+   M /trunk/modules/access/dvd/ifo.h
+   M /trunk/modules/access/dvd/seek.c
+   M /trunk/modules/access/dvd/seek.h
+   M /trunk/modules/access/dvd/summary.c
+   M /trunk/modules/access/dvd/summary.h
+   M /trunk/modules/access/dvd/udf.c
+   M /trunk/modules/access/dvd/udf.h
+   M /trunk/modules/access/dvdplay
+   D /trunk/modules/access/dvdplay/.cvsignore
+   M /trunk/modules/access/dvdplay/access.c
+   M /trunk/modules/access/dvdplay/access.h
+   M /trunk/modules/access/dvdplay/demux.c
+   M /trunk/modules/access/dvdplay/demux.h
+   M /trunk/modules/access/dvdplay/dvd.c
+   M /trunk/modules/access/dvdplay/dvd.h
+   M /trunk/modules/access/dvdplay/es.c
+   M /trunk/modules/access/dvdplay/es.h
+   M /trunk/modules/access/dvdplay/intf.c
+   M /trunk/modules/access/dvdplay/intf.h
+   M /trunk/modules/access/dvdplay/tools.c
+   M /trunk/modules/access/dvdplay/tools.h
+   M /trunk/modules/access/dvdread
+   D /trunk/modules/access/dvdread/.cvsignore
+   M /trunk/modules/access/dvdread/dvdread.c
+   M /trunk/modules/access/dvdread/input.c
+   M /trunk/modules/access/dvdread/input.h
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms
+   D /trunk/modules/access/mms/.cvsignore
+   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
+   D /trunk/modules/access/pvr/.cvsignore
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/access/satellite
+   D /trunk/modules/access/satellite/.cvsignore
+   M /trunk/modules/access/slp.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/v4l
+   D /trunk/modules/access/v4l/.cvsignore
+   M /trunk/modules/access/v4l/v4l.c
+   M /trunk/modules/access/v4l/videodev_mjpeg.h
+   M /trunk/modules/access/vcd
+   D /trunk/modules/access/vcd/.cvsignore
+   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
+   D /trunk/modules/access/vcdx/.cvsignore
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access/vcdx/cdrom.c
+   M /trunk/modules/access/vcdx/cdrom.h
+   M /trunk/modules/access/vcdx/demux.c
+   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
+   D /trunk/modules/access_output/.cvsignore
+   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
+   D /trunk/modules/audio_filter/.cvsignore
+   M /trunk/modules/audio_filter/channel_mixer
+   D /trunk/modules/audio_filter/channel_mixer/.cvsignore
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/audio_filter/channel_mixer/trivial.c
+   M /trunk/modules/audio_filter/converter
+   D /trunk/modules/audio_filter/converter/.cvsignore
+   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/resampler
+   D /trunk/modules/audio_filter/resampler/.cvsignore
+   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
+   D /trunk/modules/audio_mixer/.cvsignore
+   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
+   D /trunk/modules/audio_output/.cvsignore
+   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/oss.c
+   M /trunk/modules/audio_output/sdl.c
+   M /trunk/modules/audio_output/waveout.c
+   M /trunk/modules/codec
+   D /trunk/modules/codec/.cvsignore
+   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/dts.c
+   M /trunk/modules/codec/dv.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/faad.c
+   M /trunk/modules/codec/ffmpeg
+   D /trunk/modules/codec/ffmpeg/.cvsignore
+   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/postprocessing
+   D /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
+   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
+   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
+   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
+   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
+   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
+   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/modules/codec/lpcm.c
+   M /trunk/modules/codec/mpeg_audio.c
+   M /trunk/modules/codec/ogt
+   D /trunk/modules/codec/ogt/.cvsignore
+   M /trunk/modules/codec/ogt/common.c
+   M /trunk/modules/codec/ogt/common.h
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/cvd.h
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt.c
+   M /trunk/modules/codec/ogt/ogt.h
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/modules/codec/ogt/pixmap.c
+   M /trunk/modules/codec/ogt/pixmap.h
+   M /trunk/modules/codec/ogt/render.c
+   M /trunk/modules/codec/ogt/render.h
+   M /trunk/modules/codec/ogt/subtitle.h
+   M /trunk/modules/codec/quicktime.c
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/spudec
+   D /trunk/modules/codec/spudec/.cvsignore
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/spudec/render.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/tarkin.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/codec/xvid.c
+   M /trunk/modules/control
+   D /trunk/modules/control/.cvsignore
+   M /trunk/modules/control/corba
+   D /trunk/modules/control/corba/.cvsignore
+   M /trunk/modules/control/corba/README
+   M /trunk/modules/control/corba/corba.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
+   D /trunk/modules/control/lirc/.cvsignore
+   M /trunk/modules/control/lirc/lirc.c
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/control/rc
+   D /trunk/modules/control/rc/.cvsignore
+   M /trunk/modules/control/rc/rc.c
+   M /trunk/modules/control/telnet/telnet.c
+   M /trunk/modules/control/telnet/vlm.c
+   M /trunk/modules/control/telnet/vlm.h
+   M /trunk/modules/demux
+   D /trunk/modules/demux/.cvsignore
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/aac.c
+   M /trunk/modules/demux/aiff.c
+   M /trunk/modules/demux/asf
+   D /trunk/modules/demux/asf/.cvsignore
+   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/au.c
+   M /trunk/modules/demux/avi
+   D /trunk/modules/demux/avi/.cvsignore
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/avi/avi.h
+   M /trunk/modules/demux/avi/libavi.c
+   M /trunk/modules/demux/avi/libavi.h
+   M /trunk/modules/demux/demux2.c
+   M /trunk/modules/demux/demuxdump.c
+   M /trunk/modules/demux/demuxstream.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/dvdnav.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mod.c
+   M /trunk/modules/demux/mp4
+   D /trunk/modules/demux/mp4/.cvsignore
+   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/mp4/mp4.h
+   M /trunk/modules/demux/mpeg
+   D /trunk/modules/demux/mpeg/.cvsignore
+   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/mpeg/ps.c
+   M /trunk/modules/demux/mpeg/system.c
+   M /trunk/modules/demux/mpeg/system.h
+   M /trunk/modules/demux/mpeg/ts.c
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/demux/playlist
+   D /trunk/modules/demux/playlist/.cvsignore
+   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.c
+   M /trunk/modules/demux/ps.h
+   M /trunk/modules/demux/pva.c
+   M /trunk/modules/demux/rawdv.c
+   M /trunk/modules/demux/real.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/util
+   D /trunk/modules/demux/util/.cvsignore
+   M /trunk/modules/demux/util/id3.c
+   M /trunk/modules/demux/util/id3genres.h
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+   M /trunk/modules/demux/wav.c
+   M /trunk/modules/gui
+   D /trunk/modules/gui/.cvsignore
+   M /trunk/modules/gui/beos
+   D /trunk/modules/gui/beos/.cvsignore
+   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/beos/VlcWrapper.cpp
+   M /trunk/modules/gui/beos/VlcWrapper.h
+   M /trunk/modules/gui/gtk
+   D /trunk/modules/gui/gtk/.cvsignore
+   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/gtk.c
+   M /trunk/modules/gui/gtk/gtk_callbacks.c
+   M /trunk/modules/gui/gtk/gtk_callbacks.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
+   D /trunk/modules/gui/gtk2/.cvsignore
+   M /trunk/modules/gui/gtk2/gnome2.c
+   M /trunk/modules/gui/gtk2/gtk2.c
+   M /trunk/modules/gui/kde
+   D /trunk/modules/gui/kde/.cvsignore
+   M /trunk/modules/gui/kde/QConfigItem.cpp
+   M /trunk/modules/gui/kde/QConfigItem.h
+   M /trunk/modules/gui/kde/info.cpp
+   M /trunk/modules/gui/kde/info.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/messages.cpp
+   M /trunk/modules/gui/kde/messages.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/macosx
+   D /trunk/modules/gui/macosx/.cvsignore
+   M /trunk/modules/gui/macosx/about.h
+   M /trunk/modules/gui/macosx/about.m
+   M /trunk/modules/gui/macosx/applescript.h
+   M /trunk/modules/gui/macosx/applescript.m
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/info.h
+   M /trunk/modules/gui/macosx/info.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/misc.h
+   M /trunk/modules/gui/macosx/misc.m
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/output.h
+   M /trunk/modules/gui/macosx/output.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   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
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/ncurses
+   D /trunk/modules/gui/ncurses/.cvsignore
+   M /trunk/modules/gui/ncurses/ncurses.c
+   M /trunk/modules/gui/pda
+   D /trunk/modules/gui/pda/.cvsignore
+   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/qnx
+   D /trunk/modules/gui/qnx/.cvsignore
+   M /trunk/modules/gui/qt
+   D /trunk/modules/gui/qt/.cvsignore
+   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/skins
+   D /trunk/modules/gui/skins/.cvsignore
+   M /trunk/modules/gui/skins/controls
+   D /trunk/modules/gui/skins/controls/.cvsignore
+   M /trunk/modules/gui/skins/controls/button.cpp
+   M /trunk/modules/gui/skins/controls/button.h
+   M /trunk/modules/gui/skins/controls/checkbox.cpp
+   M /trunk/modules/gui/skins/controls/checkbox.h
+   M /trunk/modules/gui/skins/controls/controls.h
+   M /trunk/modules/gui/skins/controls/generic.cpp
+   M /trunk/modules/gui/skins/controls/generic.h
+   M /trunk/modules/gui/skins/controls/image.cpp
+   M /trunk/modules/gui/skins/controls/image.h
+   M /trunk/modules/gui/skins/controls/playlist.cpp
+   M /trunk/modules/gui/skins/controls/playlist.h
+   M /trunk/modules/gui/skins/controls/rectangle.cpp
+   M /trunk/modules/gui/skins/controls/rectangle.h
+   M /trunk/modules/gui/skins/controls/slider.cpp
+   M /trunk/modules/gui/skins/controls/slider.h
+   M /trunk/modules/gui/skins/controls/text.cpp
+   M /trunk/modules/gui/skins/controls/text.h
+   M /trunk/modules/gui/skins/os_api.h
+   M /trunk/modules/gui/skins/os_bitmap.h
+   M /trunk/modules/gui/skins/os_event.h
+   M /trunk/modules/gui/skins/os_font.h
+   M /trunk/modules/gui/skins/os_graphics.h
+   M /trunk/modules/gui/skins/os_theme.h
+   M /trunk/modules/gui/skins/os_window.h
+   M /trunk/modules/gui/skins/parser
+   D /trunk/modules/gui/skins/parser/.cvsignore
+   M /trunk/modules/gui/skins/parser/flex.c
+   M /trunk/modules/gui/skins/parser/skin.act
+   M /trunk/modules/gui/skins/parser/skin.dtd
+   M /trunk/modules/gui/skins/parser/wrappers.cpp
+   M /trunk/modules/gui/skins/parser/wrappers.h
+   M /trunk/modules/gui/skins/src
+   D /trunk/modules/gui/skins/src/.cvsignore
+   M /trunk/modules/gui/skins/src/anchor.cpp
+   M /trunk/modules/gui/skins/src/anchor.h
+   M /trunk/modules/gui/skins/src/banks.cpp
+   M /trunk/modules/gui/skins/src/banks.h
+   M /trunk/modules/gui/skins/src/bezier.cpp
+   M /trunk/modules/gui/skins/src/bezier.h
+   M /trunk/modules/gui/skins/src/bitmap.cpp
+   M /trunk/modules/gui/skins/src/bitmap.h
+   M /trunk/modules/gui/skins/src/dialogs.cpp
+   M /trunk/modules/gui/skins/src/dialogs.h
+   M /trunk/modules/gui/skins/src/event.cpp
+   M /trunk/modules/gui/skins/src/event.h
+   M /trunk/modules/gui/skins/src/font.cpp
+   M /trunk/modules/gui/skins/src/font.h
+   M /trunk/modules/gui/skins/src/graphics.cpp
+   M /trunk/modules/gui/skins/src/graphics.h
+   M /trunk/modules/gui/skins/src/skin_common.h
+   M /trunk/modules/gui/skins/src/skin_main.cpp
+   M /trunk/modules/gui/skins/src/theme.cpp
+   M /trunk/modules/gui/skins/src/theme.h
+   M /trunk/modules/gui/skins/src/themeloader.cpp
+   M /trunk/modules/gui/skins/src/themeloader.h
+   M /trunk/modules/gui/skins/src/vlcproc.cpp
+   M /trunk/modules/gui/skins/src/vlcproc.h
+   M /trunk/modules/gui/skins/src/window.cpp
+   M /trunk/modules/gui/skins/src/window.h
+   M /trunk/modules/gui/skins/win32
+   D /trunk/modules/gui/skins/win32/.cvsignore
+   M /trunk/modules/gui/skins/win32/win32_api.cpp
+   M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
+   M /trunk/modules/gui/skins/win32/win32_bitmap.h
+   M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
+   M /trunk/modules/gui/skins/win32/win32_dragdrop.h
+   M /trunk/modules/gui/skins/win32/win32_event.cpp
+   M /trunk/modules/gui/skins/win32/win32_event.h
+   M /trunk/modules/gui/skins/win32/win32_font.cpp
+   M /trunk/modules/gui/skins/win32/win32_font.h
+   M /trunk/modules/gui/skins/win32/win32_graphics.cpp
+   M /trunk/modules/gui/skins/win32/win32_graphics.h
+   M /trunk/modules/gui/skins/win32/win32_run.cpp
+   M /trunk/modules/gui/skins/win32/win32_theme.cpp
+   M /trunk/modules/gui/skins/win32/win32_theme.h
+   M /trunk/modules/gui/skins/win32/win32_window.cpp
+   M /trunk/modules/gui/skins/win32/win32_window.h
+   M /trunk/modules/gui/skins/x11
+   D /trunk/modules/gui/skins/x11/.cvsignore
+   M /trunk/modules/gui/skins/x11/x11_api.cpp
+   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
+   M /trunk/modules/gui/skins/x11/x11_bitmap.h
+   M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
+   M /trunk/modules/gui/skins/x11/x11_dragdrop.h
+   M /trunk/modules/gui/skins/x11/x11_event.cpp
+   M /trunk/modules/gui/skins/x11/x11_event.h
+   M /trunk/modules/gui/skins/x11/x11_font.cpp
+   M /trunk/modules/gui/skins/x11/x11_font.h
+   M /trunk/modules/gui/skins/x11/x11_graphics.cpp
+   M /trunk/modules/gui/skins/x11/x11_graphics.h
+   M /trunk/modules/gui/skins/x11/x11_run.cpp
+   M /trunk/modules/gui/skins/x11/x11_theme.cpp
+   M /trunk/modules/gui/skins/x11/x11_theme.h
+   M /trunk/modules/gui/skins/x11/x11_timer.cpp
+   M /trunk/modules/gui/skins/x11/x11_timer.h
+   M /trunk/modules/gui/skins/x11/x11_window.cpp
+   M /trunk/modules/gui/skins/x11/x11_window.h
+   M /trunk/modules/gui/skins2
+   D /trunk/modules/gui/skins2/.cvsignore
+   M /trunk/modules/gui/skins2/commands/async_queue.cpp
+   M /trunk/modules/gui/skins2/commands/async_queue.hpp
+   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_change_skin.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_input.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_notify_playlist.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_on_top.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_quit.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_resize.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_button.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
+   M /trunk/modules/gui/skins2/events/evt_enter.hpp
+   M /trunk/modules/gui/skins2/events/evt_focus.hpp
+   M /trunk/modules/gui/skins2/events/evt_generic.hpp
+   M /trunk/modules/gui/skins2/events/evt_input.cpp
+   M /trunk/modules/gui/skins2/events/evt_input.hpp
+   M /trunk/modules/gui/skins2/events/evt_key.cpp
+   M /trunk/modules/gui/skins2/events/evt_key.hpp
+   M /trunk/modules/gui/skins2/events/evt_leave.hpp
+   M /trunk/modules/gui/skins2/events/evt_motion.hpp
+   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
+   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
+   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
+   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
+   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
+   M /trunk/modules/gui/skins2/events/evt_special.cpp
+   M /trunk/modules/gui/skins2/events/evt_special.hpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/gen_builder.py
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
+   M /trunk/modules/gui/skins2/src/anchor.cpp
+   M /trunk/modules/gui/skins2/src/anchor.hpp
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.hpp
+   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/ft2_font.hpp
+   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
+   M /trunk/modules/gui/skins2/src/generic_font.hpp
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+   M /trunk/modules/gui/skins2/src/generic_layout.hpp
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/logger.cpp
+   M /trunk/modules/gui/skins2/src/logger.hpp
+   M /trunk/modules/gui/skins2/src/os_factory.cpp
+   M /trunk/modules/gui/skins2/src/os_factory.hpp
+   M /trunk/modules/gui/skins2/src/os_graphics.hpp
+   M /trunk/modules/gui/skins2/src/os_loop.hpp
+   M /trunk/modules/gui/skins2/src/os_timer.hpp
+   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
+   M /trunk/modules/gui/skins2/src/os_window.hpp
+   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/png_bitmap.hpp
+   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
+   M /trunk/modules/gui/skins2/src/skin_common.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.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/tooltip.cpp
+   M /trunk/modules/gui/skins2/src/tooltip.hpp
+   M /trunk/modules/gui/skins2/src/var_manager.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.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/src/window_manager.hpp
+   M /trunk/modules/gui/skins2/utils/bezier.cpp
+   M /trunk/modules/gui/skins2/utils/bezier.hpp
+   M /trunk/modules/gui/skins2/utils/fsm.cpp
+   M /trunk/modules/gui/skins2/utils/fsm.hpp
+   M /trunk/modules/gui/skins2/utils/observer.hpp
+   M /trunk/modules/gui/skins2/utils/pointer.hpp
+   M /trunk/modules/gui/skins2/utils/position.cpp
+   M /trunk/modules/gui/skins2/utils/position.hpp
+   M /trunk/modules/gui/skins2/utils/ustring.cpp
+   M /trunk/modules/gui/skins2/utils/ustring.hpp
+   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_list.cpp
+   M /trunk/modules/gui/skins2/utils/var_list.hpp
+   M /trunk/modules/gui/skins2/utils/var_percent.cpp
+   M /trunk/modules/gui/skins2/utils/var_percent.hpp
+   M /trunk/modules/gui/skins2/utils/var_text.cpp
+   M /trunk/modules/gui/skins2/utils/var_text.hpp
+   M /trunk/modules/gui/skins2/utils/variable.hpp
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+   M /trunk/modules/gui/skins2/vars/playlist.hpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+   M /trunk/modules/gui/skins2/vars/time.hpp
+   M /trunk/modules/gui/skins2/vars/volume.cpp
+   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_factory.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
+   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
+   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
+   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
+   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
+   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
+   M /trunk/modules/gui/skins2/win32/win32_tooltip.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_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_display.hpp
+   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
+   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
+   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
+   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
+   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
+   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.hpp
+   M /trunk/modules/gui/wxwindows
+   D /trunk/modules/gui/wxwindows/.cvsignore
+   M /trunk/modules/gui/wxwindows/dialogs.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/streamout.cpp
+   M /trunk/modules/gui/wxwindows/streamwizard.cpp
+   M /trunk/modules/gui/wxwindows/subtitles.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/v4l.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/misc
+   D /trunk/modules/misc/.cvsignore
+   M /trunk/modules/misc/dummy
+   D /trunk/modules/misc/dummy/.cvsignore
+   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/gtk_main.c
+   M /trunk/modules/misc/logger
+   D /trunk/modules/misc/logger/.cvsignore
+   M /trunk/modules/misc/logger/logger.c
+   M /trunk/modules/misc/memcpy
+   D /trunk/modules/misc/memcpy/.cvsignore
+   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
+   D /trunk/modules/misc/network/.cvsignore
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+   M /trunk/modules/misc/playlist
+   D /trunk/modules/misc/playlist/.cvsignore
+   M /trunk/modules/misc/playlist/export.c
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/misc/playlist/native.c
+   M /trunk/modules/misc/playlist/old.c
+   M /trunk/modules/misc/qte_main.cpp
+   M /trunk/modules/misc/sap.c
+   M /trunk/modules/misc/screensaver.c
+   M /trunk/modules/misc/testsuite
+   D /trunk/modules/misc/testsuite/.cvsignore
+   M /trunk/modules/misc/testsuite/test1.c
+   M /trunk/modules/misc/testsuite/test2.cpp
+   M /trunk/modules/misc/testsuite/test3.m
+   M /trunk/modules/misc/testsuite/test4.c
+   M /trunk/modules/mux
+   D /trunk/modules/mux/.cvsignore
+   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
+   D /trunk/modules/mux/mpeg/.cvsignore
+   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/ogg.c
+   M /trunk/modules/packetizer
+   D /trunk/modules/packetizer/.cvsignore
+   M /trunk/modules/packetizer/copy.c
+   M /trunk/modules/packetizer/mpeg4audio.c
+   M /trunk/modules/packetizer/mpeg4video.c
+   M /trunk/modules/packetizer/mpegvideo.c
+   M /trunk/modules/stream_out
+   D /trunk/modules/stream_out/.cvsignore
+   M /trunk/modules/stream_out/announce.h
+   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
+   D /trunk/modules/stream_out/transrate/.cvsignore
+   M /trunk/modules/stream_out/transrate/frame.c
+   M /trunk/modules/stream_out/transrate/transrate.c
+   M /trunk/modules/stream_out/transrate/transrate.h
+   M /trunk/modules/video_chroma
+   D /trunk/modules/video_chroma/.cvsignore
+   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
+   D /trunk/modules/video_filter/.cvsignore
+   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
+   D /trunk/modules/video_filter/deinterlace/.cvsignore
+   M /trunk/modules/video_filter/deinterlace/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/motionblur.c
+   M /trunk/modules/video_filter/transform.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_output
+   D /trunk/modules/video_output/.cvsignore
+   M /trunk/modules/video_output/aa.c
+   M /trunk/modules/video_output/caca.c
+   M /trunk/modules/video_output/directx
+   D /trunk/modules/video_output/directx/.cvsignore
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.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/mga
+   D /trunk/modules/video_output/mga/.cvsignore
+   M /trunk/modules/video_output/mga/mga.c
+   M /trunk/modules/video_output/qte
+   D /trunk/modules/video_output/qte/.cvsignore
+   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/svgalib.c
+   M /trunk/modules/video_output/wingdi.c
+   M /trunk/modules/video_output/x11
+   D /trunk/modules/video_output/x11/.cvsignore
+   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
+   D /trunk/modules/visualization/.cvsignore
+   M /trunk/modules/visualization/goom.c
+   M /trunk/modules/visualization/scope
+   D /trunk/modules/visualization/scope/.cvsignore
+   M /trunk/modules/visualization/scope/scope.c
+   M /trunk/modules/visualization/visual
+   D /trunk/modules/visualization/visual/.cvsignore
+   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
+   D /trunk/modules/visualization/xosd/.cvsignore
+   M /trunk/modules/visualization/xosd/xosd.c
+   M /trunk/mozilla
+   D /trunk/mozilla/.cvsignore
+   M /trunk/mozilla/support
+   D /trunk/mozilla/support/.cvsignore
+   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
+   D /trunk/msvc/.cvsignore
+   M /trunk/po
+   D /trunk/po/.cvsignore
+   M /trunk/python/vlrs
+   D /trunk/python/vlrs/.cvsignore
+   M /trunk/share
+   D /trunk/share/.cvsignore
+   M /trunk/src
+   D /trunk/src/.cvsignore
+   M /trunk/src/audio_output
+   D /trunk/src/audio_output/.cvsignore
+   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
+   D /trunk/src/extras/.cvsignore
+   M /trunk/src/extras/libc.c
+   M /trunk/src/input
+   D /trunk/src/input/.cvsignore
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_clock.c
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/input/input_ext-intf.c
+   M /trunk/src/input/input_ext-plugins.c
+   M /trunk/src/input/input_info.c
+   M /trunk/src/input/input_programs.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/interface
+   D /trunk/src/interface/.cvsignore
+   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
+   D /trunk/src/misc/.cvsignore
+   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/darwin_specific.m
+   M /trunk/src/misc/error.c
+   M /trunk/src/misc/httpd.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/modules_plugin.h.in
+   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/variables.c
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/src/playlist
+   D /trunk/src/playlist/.cvsignore
+   M /trunk/src/playlist/group.c
+   M /trunk/src/playlist/info.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/sort.c
+   M /trunk/src/stream_output
+   D /trunk/src/stream_output/.cvsignore
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output
+   D /trunk/src/video_output/.cvsignore
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/video_text.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
+   M /trunk/toolbox
+   M /trunk/vlc-cvs.ebuild
+   M /trunk/vlc.ebuild
+
+  * Added "Id" svn:keywords property to all files containing "$Id:".
+  * Removed .cvsignore files and added proper svn:ignore properties.
+
+------------------------------------------------------------------------
+r6962 | fenrir | 2004-03-05 19:30:50 +0100 (Fri, 05 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/include/modules.h
+   M /trunk/modules/demux/demux2.c
+
+ * include/modules.h: increased numbers of shorcuts
+ * modules/demux/demux2.c: added all audio demuxer shortcuts.
+
+
+------------------------------------------------------------------------
+r6963 | murray | 2004-03-05 20:24:14 +0100 (Fri, 05 Mar 2004) | 12 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dvb/qpsk.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/mod.c
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/pda/pda_interface.c
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/v4l.cpp
+   M /trunk/modules/misc/sap.c
+   M /trunk/src/libvlc.h
+
+String review, as promised :)
+
+Found and fixed:
+- some untranslated macros
+- some acronyms which were not in capital letters
+- a couple of VLC Media Player (_m_edia _p_layer, now)
+- typos here and there
+- dots missing in some of the long texts
+- spaces before ? and :, which is correct in french but not in english :)
+- NT services are now called Windows Services
+
+
+------------------------------------------------------------------------
+r6964 | ipkiss | 2004-03-05 21:56:39 +0100 (Fri, 05 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
+   M /trunk/modules/gui/skins2/src/os_factory.hpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
+
+ * skins2/*: Change mouse cursor above a Resize control (win32 only)
+
+------------------------------------------------------------------------
+r6965 | fenrir | 2004-03-06 00:26:36 +0100 (Sat, 06 Mar 2004) | 8 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.h
+
+ * input/input.c, libvlc.h: implemented new way to break vlc preferences :
+ start-time and stop-time (both given in second) ;)
+ Becarefull that it won't work with all files because of missing/wrong
+ media length (ex: ts, broken avi, ...) or the fact that the headers
+ will not be read (ex: mpeg1 ps, perhaps ogg, ...)
+
+
+------------------------------------------------------------------------
+r6966 | fenrir | 2004-03-06 02:14:28 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+ * httpd: fixed handling of 'Connection: '.
+
+------------------------------------------------------------------------
+r6967 | fenrir | 2004-03-06 06:47:59 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+ * transcode.c: fixed SVQ3 transcoding.
+
+------------------------------------------------------------------------
+r6968 | fenrir | 2004-03-06 06:49:08 +0100 (Sat, 06 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4.c: for mp3 in mp4a we need an ESDS.
+
+
+------------------------------------------------------------------------
+r6969 | gbazin | 2004-03-06 13:22:56 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet
+
+* modules/control/telnet: added missing svn:ignore property.
+
+------------------------------------------------------------------------
+r6970 | fenrir | 2004-03-06 14:37:44 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4: fixed SVQ3 in .mov
+
+------------------------------------------------------------------------
+r6971 | zorglub | 2004-03-06 16:24:37 +0100 (Sat, 06 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/Modules.am
+   D /trunk/modules/control/lirc
+   A /trunk/modules/control/lirc.c (from /trunk/modules/control/lirc/lirc.c:6959)
+   D /trunk/modules/control/rc
+   A /trunk/modules/control/rc.c (from /trunk/modules/control/rc/rc.c:6970)
+   M /trunk/modules/misc/Modules.am
+   D /trunk/modules/misc/logger
+   A /trunk/modules/misc/logger.c (from /trunk/modules/misc/logger/logger.c:6970)
+   M /trunk/modules/video_filter/Modules.am
+   D /trunk/modules/video_filter/deinterlace
+   A /trunk/modules/video_filter/deinterlace.c (from /trunk/modules/video_filter/deinterlace/deinterlace.c:6970)
+   M /trunk/modules/video_output/Modules.am
+   D /trunk/modules/video_output/mga
+   A /trunk/modules/video_output/mga.c (from /trunk/modules/video_output/mga/mga.c:6970)
+   M /trunk/modules/visualization/Modules.am
+   D /trunk/modules/visualization/scope
+   D /trunk/modules/visualization/xosd
+   A /trunk/modules/visualization/xosd.c (from /trunk/modules/visualization/xosd/xosd.c:6970)
+
+* Remove directories with only one source file inside
+* Drop the old scope plugin (not ported to aout3)
+
+
+------------------------------------------------------------------------
+r6973 | gbazin | 2004-03-06 16:44:46 +0100 (Sat, 06 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c:
+   + libavcodec now interpolates the pts if you feed it with a frame with AV_NOPTS_VALUE. Make sure we handle that correctly.
+
+------------------------------------------------------------------------
+r6975 | ipkiss | 2004-03-06 17:25:46 +0100 (Sat, 06 Mar 2004) | 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/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/theme/skin.dtd
+   M /trunk/modules/gui/skins2/theme/theme.xml
+
+ * skins2/src/generic_window.cpp: avoid crashing on Ctrl+S when there
+        is no dialog provider
+ * skins/*: renamed 'onclick' attribute to 'action', to be coherent with
+        other controls
+
+------------------------------------------------------------------------
+r6976 | fenrir | 2004-03-06 17:35:03 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/input_ext-intf.h
+   M /trunk/include/stream_output.h
+
+ * all: added two variables needed for asynch sout.
+
+------------------------------------------------------------------------
+r6977 | fenrir | 2004-03-06 17:36:37 +0100 (Sat, 06 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_clock.c
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/stream_output/stream_output.c
+
+ * all: implemented sout asynch support. (ie sout will try to work at
+the maximum speed if the output can control the pace)
+
+------------------------------------------------------------------------
+r6978 | fenrir | 2004-03-06 17:37:54 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/udp.c
+
+ * http, udp: update p_sout->i_out_pace_nocontrol.
+
+------------------------------------------------------------------------
+r6979 | fenrir | 2004-03-06 17:38:29 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/display.c
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp, display: update p_sout->i_out_pace_nocontrol.
+
+------------------------------------------------------------------------
+r6980 | zorglub | 2004-03-06 17:58:11 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+Fix include path
+
+------------------------------------------------------------------------
+r6982 | asmax | 2004-03-06 20:22:47 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
+
+   * src/png_bitmap.cpp: support for transparent PNGs
+
+------------------------------------------------------------------------
+r6983 | gbazin | 2004-03-06 20:30:19 +0100 (Sat, 06 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/packetizer/copy.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/input/input_dec.c
+
+* src/input/input_dec.c: fix for input_EndDecoder() when using the async mode.
+* modules/packetizer/copy.c: better not send pts instead of invalid ones.
+* modules/stream_out/transcode.c: when no pts, use dts wherever possible (low delay / b frame).
+
+------------------------------------------------------------------------
+r6984 | ipkiss | 2004-03-06 20:46:26 +0100 (Sat, 06 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/os_window.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.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
+   M /trunk/modules/gui/skins2/x11/x11_window.hpp
+
+ * skins2/src/os_window.hpp: added some 'const' keywords
+ * skins2/src/theme_loader.cpp: do not anchor windows _before_ restoring their
+        previous configuration...
+ * skins2/src/window_manager.cpp: fix for non-anchoring of invisible windows
+
+------------------------------------------------------------------------
+r6985 | gbazin | 2004-03-06 21:16:04 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* transcode.c: fix for when 1st frame of non-low-delay streams only has a dts.
+
+------------------------------------------------------------------------
+r6986 | gbazin | 2004-03-06 21:49:10 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* transcode.c: another fix to avoid 1st frame without pts.
+
+------------------------------------------------------------------------
+r6987 | fenrir | 2004-03-06 21:57:05 +0100 (Sat, 06 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4.c: fixed audio/video synchro. Better length table calculation (I
+hope).
+
+------------------------------------------------------------------------
+r6988 | fenrir | 2004-03-06 22:09:53 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+ * mpeg4video: set frame type (I,P,B).
+
+------------------------------------------------------------------------
+r6989 | fenrir | 2004-03-06 22:25:45 +0100 (Sat, 06 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+ * avi.c: set frame type.
+
+------------------------------------------------------------------------
+r6990 | asmax | 2004-03-07 00:52:16 +0100 (Sun, 07 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
+
+  * png_bitmap.cpp: fixed the transparency
+
+------------------------------------------------------------------------
+r6991 | ipkiss | 2004-03-07 01:21:48 +0100 (Sun, 07 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+
+ * skins2/*: - show/hide do not bypass the window manager anymore
+             - transformed some pointers into references
+
+------------------------------------------------------------------------
+r6992 | fenrir | 2004-03-07 01:46:13 +0100 (Sun, 07 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4: really fixed stts table (and no more drift), added stss table
+(key frames).
+
+------------------------------------------------------------------------
+r6993 | fenrir | 2004-03-07 02:52:52 +0100 (Sun, 07 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4.c: * follow guidelines for box order in stbl.
+          * set language if present.
+
+------------------------------------------------------------------------
+r6994 | asmax | 2004-03-07 12:47:50 +0100 (Sun, 07 Mar 2004) | 5 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/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/tooltip.cpp
+
+  * src/ft2_font.cpp: initialize some members to avoid a segfault in the
+    destructor when the font cannot be opened. drawString() now returns
+    NULL if the initialization failed.
+  * all: check if drawString() returns NULL
+
+------------------------------------------------------------------------
+r6995 | asmax | 2004-03-07 13:42:39 +0100 (Sun, 07 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+
+  * all: the tooltip window is now managed by the window manager, not
+  by the generic windows
+
+------------------------------------------------------------------------
+r6996 | ipkiss | 2004-03-07 13:55:32 +0100 (Sun, 07 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/utils/var_text.cpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+   M /trunk/modules/gui/skins2/vars/time.hpp
+
+ * skins2/parser/builder.cpp: check Font::init()'s return value
+ * skins/utils/var_text.cpp: added $D (duration) and $L (time left) variables
+
+------------------------------------------------------------------------
+r6997 | asmax | 2004-03-07 15:25:08 +0100 (Sun, 07 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+
+  * ctrl_list.cpp: insert a 1-pixel line between two items in the playlist
+
+------------------------------------------------------------------------
+r6998 | rocky | 2004-03-07 15:46:55 +0100 (Sun, 07 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+printf lint changes for cygwin.
+
+
+------------------------------------------------------------------------
+r6999 | titus | 2004-03-07 16:04:26 +0100 (Sun, 07 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/modules/control/http.c
+   M /trunk/share/http/index.html
+
+
+------------------------------------------------------------------------
+r7000 | fenrir | 2004-03-07 16:12:45 +0100 (Sun, 07 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* transcode: report the right number of channels (a52 -> mpga).
+
+
+------------------------------------------------------------------------
+r7001 | fenrir | 2004-03-07 16:58:21 +0100 (Sun, 07 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+ * transcode: downmixing to 1 and 2 channels now really mixes the input
+channels. (Badly done but it gives some results ;)
+
+------------------------------------------------------------------------
+r7002 | rocky | 2004-03-07 17:03:25 +0100 (Sun, 07 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/vcdx/access.c
+
+More printf lint for cygwin (and possibly others)
+
+
+------------------------------------------------------------------------
+r7003 | fenrir | 2004-03-07 17:26:48 +0100 (Sun, 07 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4.c: - accept adding ES at any time
+          - proper implementation of starting time (edts/elst).
+
+
+------------------------------------------------------------------------
+r7004 | sam | 2004-03-07 18:26:50 +0100 (Sun, 07 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/doc/ChangeLog-1999
+   M /trunk/doc/ChangeLog-2000
+   M /trunk/doc/ChangeLog-2001
+   M /trunk/doc/ChangeLog-2002
+   M /trunk/doc/ChangeLog-2003
+   M /trunk/toolbox
+
+  * toolbox:
+    + Removed --changelog from the help message.
+    + Output a warning asking to use "svn log" when --changelog is called.
+  * Regenerated SVN changelogs.
+
+------------------------------------------------------------------------
+r7005 | ipkiss | 2004-03-07 19:49:37 +0100 (Sun, 07 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/utils/var_text.cpp
+   A /trunk/modules/gui/skins2/vars/stream.cpp
+   A /trunk/modules/gui/skins2/vars/stream.hpp
+
+ * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)
+
+------------------------------------------------------------------------
+r7006 | fenrir | 2004-03-07 20:03:23 +0100 (Sun, 07 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4.c: added support for SVQ1.
+
+------------------------------------------------------------------------
+r7007 | gbazin | 2004-03-07 23:34:22 +0100 (Sun, 07 Mar 2004) | 7 lines
+Changed paths:
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_es.h
+   M /trunk/modules/codec/faad.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/demux/ps.h
+   M /trunk/modules/demux/ts.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/input/input_programs.c
+
+* include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames.
+* include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames.
+* modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
+* modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
+* src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
+* src/input/es_out.c: removed useless stuff.
+
+------------------------------------------------------------------------
+r7008 | rocky | 2004-03-08 03:08:41 +0100 (Mon, 08 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/INSTALL.win32
+
+Some small spelling errors and clarification based on recent events.
+------------------------------------------------------------------------
+r7009 | rocky | 2004-03-08 03:39:04 +0100 (Mon, 08 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/INSTALL.win32
+
+Update MinGW release number
+------------------------------------------------------------------------
+r7010 | rocky | 2004-03-08 04:20:19 +0100 (Mon, 08 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/INSTALL.win32
+
+Yet another spelling correction
+------------------------------------------------------------------------
+r7011 | sam | 2004-03-08 11:21:34 +0100 (Mon, 08 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access
+   M /trunk/modules/access/dshow
+   M /trunk/modules/access/dvb
+   M /trunk/modules/access/dvd
+   M /trunk/modules/access/dvdplay
+   M /trunk/modules/access/dvdread
+   M /trunk/modules/access/mms
+   M /trunk/modules/access/pvr
+   M /trunk/modules/access/satellite
+   M /trunk/modules/access/v4l
+   M /trunk/modules/access/vcd
+   M /trunk/modules/access_output
+   M /trunk/modules/audio_filter
+   M /trunk/modules/audio_filter/channel_mixer
+   M /trunk/modules/audio_filter/converter
+   M /trunk/modules/audio_filter/resampler
+   M /trunk/modules/audio_mixer
+   M /trunk/modules/audio_output
+   M /trunk/modules/codec
+   M /trunk/modules/codec/ffmpeg
+   M /trunk/modules/codec/ffmpeg/postprocessing
+   M /trunk/modules/codec/ogt
+   M /trunk/modules/codec/spudec
+   M /trunk/modules/control
+   M /trunk/modules/control/corba
+   M /trunk/modules/control/telnet
+   M /trunk/modules/demux
+   M /trunk/modules/demux/asf
+   M /trunk/modules/demux/avi
+   M /trunk/modules/demux/mp4
+   M /trunk/modules/demux/mpeg
+   M /trunk/modules/demux/playlist
+   M /trunk/modules/demux/util
+   M /trunk/modules/gui
+   M /trunk/modules/gui/beos
+   M /trunk/modules/gui/gtk
+   M /trunk/modules/gui/gtk2
+   M /trunk/modules/gui/kde
+   M /trunk/modules/gui/macosx
+   M /trunk/modules/gui/ncurses
+   M /trunk/modules/gui/pda
+   M /trunk/modules/gui/qnx
+   M /trunk/modules/gui/qt
+   M /trunk/modules/gui/skins
+   M /trunk/modules/gui/skins/controls
+   M /trunk/modules/gui/skins/parser
+   M /trunk/modules/gui/skins/src
+   M /trunk/modules/gui/skins/win32
+   M /trunk/modules/gui/skins/x11
+   M /trunk/modules/gui/skins2
+   M /trunk/modules/gui/wxwindows
+   M /trunk/modules/misc
+   M /trunk/modules/misc/dummy
+   M /trunk/modules/misc/memcpy
+   M /trunk/modules/misc/network
+   M /trunk/modules/misc/playlist
+   M /trunk/modules/misc/testsuite
+   M /trunk/modules/mux
+   M /trunk/modules/mux/mpeg
+   M /trunk/modules/packetizer
+   M /trunk/modules/stream_out
+   M /trunk/modules/stream_out/transrate
+   M /trunk/modules/video_chroma
+   M /trunk/modules/video_filter
+   M /trunk/modules/video_output
+   M /trunk/modules/video_output/directx
+   M /trunk/modules/video_output/qte
+   M /trunk/modules/video_output/x11
+   M /trunk/modules/visualization
+   M /trunk/modules/visualization/visual
+   M /trunk/mozilla
+
+  * Added '*.a' to the svn:ignore properties.
+
+------------------------------------------------------------------------
+r7012 | garf | 2004-03-08 11:22:13 +0100 (Mon, 08 Mar 2004) | 3 lines
+Changed paths:
+   A /trunk/doc/vlm.txt
+
+ * a little VLM documentation. It may be hard to understand, so I'm
+   waiting for suggestions.
+
+------------------------------------------------------------------------
+r7013 | gbazin | 2004-03-08 12:00:26 +0100 (Mon, 08 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/telnet/vlm.c
+
+* configure.ac: check for localtime_r().
+* modules/control/telnet/vlm.c: portability fixes.
+
+------------------------------------------------------------------------
+r7014 | gbazin | 2004-03-08 14:54:49 +0100 (Mon, 08 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* ffmpeg/video.c: got rid of the --ffmpeg-truncated option.
+
+------------------------------------------------------------------------
+r7015 | bigben | 2004-03-08 16:22:58 +0100 (Mon, 08 Mar 2004) | 9 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
+   M /trunk/modules/gui/macosx/vout.m
+
+                                                                                                                             
+- *.nib, playlist.*
+
+begining of playlist item propieties box (only modification of uro, name and autt
+hor at this time)
+
+- vout.m : remove an unused variable
+
+
+------------------------------------------------------------------------
+r7016 | gbazin | 2004-03-08 16:55:49 +0100 (Mon, 08 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+* src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCallBack().
+
+------------------------------------------------------------------------
+r7017 | gbazin | 2004-03-08 18:08:46 +0100 (Mon, 08 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/net.c
+
+* src/misc/net.c: fixes a few corner cases. 
+
+------------------------------------------------------------------------
+r7018 | gbazin | 2004-03-09 15:50:46 +0100 (Tue, 09 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/vout.h
+
+* modules/video_output/directx/*: take care of hardware overlay alignment constraints.
+
+------------------------------------------------------------------------
+r7019 | gbazin | 2004-03-09 16:26:17 +0100 (Tue, 09 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/telnet/vlm.c
+
+* configure.ac: the telnet module needs -lws2_32 on win32.
+* modules/control/telnet/vlm.c: include <time.h>.
+
+------------------------------------------------------------------------
+r7020 | jpsaman | 2004-03-09 21:32:17 +0100 (Tue, 09 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/ipkg/Makefile.am
+   D /trunk/ipkg/rules.gpe
+
+Removing old cruft.
+------------------------------------------------------------------------
+r7021 | jpsaman | 2004-03-09 21:32:49 +0100 (Tue, 09 Mar 2004) | 1 line
+Changed paths:
+   D /trunk/ipkg/rules
+   A /trunk/ipkg/rules.gpe (from /trunk/ipkg/rules:7019)
+
+Renaming rules to rules.gpe
+------------------------------------------------------------------------
+r7022 | gbazin | 2004-03-09 21:46:43 +0100 (Tue, 09 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/access_output/http.c
+   M /trunk/src/misc/httpd.c
+
+* include/vlc_common.h: free tab if empty in TAB_REMOVE().
+* src/misc/httpd.c: fixed a few memory leaks and coding style changes.
+* modules/access_output/http.c: a few coding style changes.
+
+------------------------------------------------------------------------
+r7023 | fenrir | 2004-03-10 13:02:58 +0100 (Wed, 10 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/include/input_ext-plugins.h
+   M /trunk/modules/stream_out/display.c
+
+ * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder.
+ * modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder
+ (fixed dead lock and no more duplicated stream in audio/video menu).
+
+
+------------------------------------------------------------------------
+r7024 | gbazin | 2004-03-10 14:28:07 +0100 (Wed, 10 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/INSTALL.win32
+
+* INSTALL.win32: added a section about the "make package-win32" rules.
+
+------------------------------------------------------------------------
+r7025 | gbazin | 2004-03-10 18:10:40 +0100 (Wed, 10 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+* modules/access/file.c:
+   + implemented a --file-cat config option that accepts a coma separated list of file names.
+     This option allows opening splitted files as a single (concatenated) input.
+
+------------------------------------------------------------------------
+r7026 | fenrir | 2004-03-10 18:23:16 +0100 (Wed, 10 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+ * httpd: fixed a big mem leak for http streaming.
+
+------------------------------------------------------------------------
+r7027 | fenrir | 2004-03-10 22:54:28 +0100 (Wed, 10 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_meta.h
+
+ * stream_output.h: added a vlc_meta_t field to sout_instance_t,
+ this way meta data will be available for stream_outs and muxers.
+ The only 'problem' is that it will be available for sure only after
+ that the first data packet is received by the stream output.
+
+------------------------------------------------------------------------
+r7028 | fenrir | 2004-03-10 22:55:25 +0100 (Wed, 10 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/stream_output/stream_output.c
+
+ * input, stream_output: handle sout_instance_t->p_meta.
+
+------------------------------------------------------------------------
+r7029 | fenrir | 2004-03-11 00:20:54 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4: added partial support for udta meta data.
+
+------------------------------------------------------------------------
+r7030 | fenrir | 2004-03-11 00:41:36 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output.c: delete meta informations after the stream out chain.
+
+------------------------------------------------------------------------
+r7031 | fenrir | 2004-03-11 00:49:01 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4.c: more udta informations (title, author, artists).
+
+------------------------------------------------------------------------
+r7032 | sigmunau | 2004-03-11 08:54:56 +0100 (Thu, 11 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/telnet/Modules.am
+
+modules/control/telnet/Modules.am:
+ * added vlm.h to sources. Should put it in the daily snapshots.
+
+------------------------------------------------------------------------
+r7033 | gbazin | 2004-03-11 08:59:05 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+* modules/mux/mp4.c: support for a few more user data atoms.
+
+------------------------------------------------------------------------
+r7034 | rocky | 2004-03-11 09:00:34 +0100 (Thu, 11 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
+------------------------------------------------------------------------
+r7035 | rocky | 2004-03-11 09:02:55 +0100 (Thu, 11 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
+------------------------------------------------------------------------
+r7036 | gbazin | 2004-03-11 09:06:31 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda
+
+* modules/access/cdda: proper svn:ignore
+
+------------------------------------------------------------------------
+r7037 | rocky | 2004-03-11 09:22:25 +0100 (Thu, 11 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcdplayer.c
+
+Change to facilitate compiling -mno-cygwin on cygwin and possibly other 
+OS builds.
+
+
+------------------------------------------------------------------------
+r7038 | rocky | 2004-03-11 09:28:21 +0100 (Thu, 11 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+libcdio and libvcdinfo can use stdbool.h
+
+
+------------------------------------------------------------------------
+r7039 | rocky | 2004-03-11 10:16:18 +0100 (Thu, 11 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+
+-lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
+ the right way to add. Someone understanding configure.ac (and cygwin)
+ should doublecheck.
+
+
+------------------------------------------------------------------------
+r7040 | gbazin | 2004-03-11 13:33:16 +0100 (Thu, 11 Mar 2004) | 12 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h, src/input/input.c:
+   + added --meta-title/author/artist/genre/copyright/description/date/url config options.
+     This allows the user to specify/override metadata information for an input.
+
+* include/vlc_meta.h:
+   + vlc_meta_Merge( dest, src ) helper function.
+
+* modules/demux/mp4/*:
+   + Fixed a couple of mem-leaks.
+   + Support for "description" metadata.
+
+
+------------------------------------------------------------------------
+r7041 | gbazin | 2004-03-11 17:48:27 +0100 (Thu, 11 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/src/input/input_ext-plugins.c
+   M /trunk/src/input/stream.c
+
+* input/input_ext-plugins.c:
+   + access plugins are allowed to return less data than requested (mtu size) so we need to make sure input_Peek()/input_SplitBuffer() will still return the required amount of data.
+* input/stream.c:
+   + optimized stream_Read().
+
+------------------------------------------------------------------------
+r7042 | fenrir | 2004-03-11 18:32:29 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/include/vlc_block.h
+   M /trunk/include/vlc_common.h
+
+ * stream_output.h: removed sout_buffer_t and use block_t instead.
+
+------------------------------------------------------------------------
+r7043 | fenrir | 2004-03-11 18:33:39 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input_dec.c
+
+ * input_dec: sout uses block_t.
+
+------------------------------------------------------------------------
+r7044 | fenrir | 2004-03-11 18:34:25 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output: sout_buffer_t -> block_t.
+
+------------------------------------------------------------------------
+r7045 | fenrir | 2004-03-11 18:35:28 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   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
+
+ * access_output: sout_buffer_t -> block_t.
+
+------------------------------------------------------------------------
+r7046 | fenrir | 2004-03-11 18:36:43 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   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/frame.c
+   M /trunk/modules/stream_out/transrate/transrate.c
+   M /trunk/modules/stream_out/transrate/transrate.h
+
+ * stream_out: sout_buffer_t -> block_t.
+
+------------------------------------------------------------------------
+r7047 | fenrir | 2004-03-11 18:37:50 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   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/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/ogg.c
+
+ * mux: sout_buffer_t -> block_t.
+
+------------------------------------------------------------------------
+r7048 | fenrir | 2004-03-11 18:38:36 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/block.c
+
+ * block: a little pre header + padding.
+
+------------------------------------------------------------------------
+r7049 | ipkiss | 2004-03-11 20:41:51 +0100 (Thu, 11 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/video_output/directx/events.c
+
+ * include/vlc_keys.h: mouse wheel events now considered as hotkeys
+ * modules/video_output/directx/events.c: mouse wheel support
+ * modules/gui/skins2/src/generic_window.cpp: mouse wheel events are
+   treated as hotkeys, but only if they are not intercepted by a control
+   (such as a slider)
+
+------------------------------------------------------------------------
+r7050 | rocky | 2004-03-12 03:51:20 +0100 (Fri, 12 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcdplayer.c
+
+more WIN32 changes.
+
+
+------------------------------------------------------------------------
+r7051 | rocky | 2004-03-12 03:52:27 +0100 (Fri, 12 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+One less change to make this work on Darwin.
+
+
+------------------------------------------------------------------------
+r7052 | jpsaman | 2004-03-12 08:58:29 +0100 (Fri, 12 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/ipkg/rules.gpe
+   M /trunk/ipkg/rules.opie
+   M /trunk/ipkg/rules.zaurus
+
+Cleanup old scripts
+------------------------------------------------------------------------
+r7053 | gbazin | 2004-03-12 12:13:57 +0100 (Fri, 12 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the display size in the mov/mp4 container.
+
+------------------------------------------------------------------------
+r7054 | gbazin | 2004-03-12 14:42:55 +0100 (Fri, 12 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c:
+   + patch to forward unhandled messages to owner window (Courtesy of Markus Kern).
+   + modification to the patch to play well with the mozilla plugin.
+
+------------------------------------------------------------------------
+r7055 | gbazin | 2004-03-12 16:01:36 +0100 (Fri, 12 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+
+* src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options array.
+
+------------------------------------------------------------------------
+r7056 | fenrir | 2004-03-13 04:33:10 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/block.c
+
+ * block.c: fixed block realloc.
+
+------------------------------------------------------------------------
+r7057 | fenrir | 2004-03-13 04:37:07 +0100 (Sat, 13 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/pes.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * ts: for MSCODEC in TS, set pts == dts when pts <= 0.
+ (The problem is that if pts is always 0, no time information
+ will be written, making stream unplayable).
+
+ * pes: cosmetics.
+
+------------------------------------------------------------------------
+r7058 | fenrir | 2004-03-13 06:09:51 +0100 (Sat, 13 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/mms/asf.c
+   M /trunk/modules/access/mms/asf.h
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmsh.h
+
+ * asf: fixed unintialised variable, cleaned up some stuffs.
+ * mmsh: big rework of the mmsh module.
+
+------------------------------------------------------------------------
+r7059 | jpsaman | 2004-03-13 16:37:48 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/qte_main.cpp
+
+Removed some dead wood.
+
+------------------------------------------------------------------------
+r7060 | fenrir | 2004-03-13 17:56:31 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmsh.c
+
+ * mmsh: more fixes.
+
+------------------------------------------------------------------------
+r7061 | hartman | 2004-03-13 18:05:29 +0100 (Sat, 13 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/telnet/telnet.c
+
+* modules/control/telnet/telnet.c:
+  - announce the port used by telnet in the messages
+
+------------------------------------------------------------------------
+r7062 | fenrir | 2004-03-13 19:52:55 +0100 (Sat, 13 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+ * mpeg4video: more cludges (it should be rewritten to calculate true
+dts/pts ...)
+
+------------------------------------------------------------------------
+r7063 | jpsaman | 2004-03-13 20:05:17 +0100 (Sat, 13 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+removed unused variables
+------------------------------------------------------------------------
+r7064 | fenrir | 2004-03-13 20:31:35 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+ * mpeg4video.c: better pts...
+
+------------------------------------------------------------------------
+r7065 | hartman | 2004-03-13 21:27:36 +0100 (Sat, 13 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+
+* Fixed a slew of missing people in THANKS 
+  (Thank god for email archives)
+
+------------------------------------------------------------------------
+r7066 | gbazin | 2004-03-13 21:29:25 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+* modules/demux/ogg.c: Added Annodex support (www.annodex.net). Patch courtesy of Andre Pang.
+
+------------------------------------------------------------------------
+r7067 | hartman | 2004-03-13 21:39:03 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+* Added Andre Pong to THANKS
+
+------------------------------------------------------------------------
+r7068 | asmax | 2004-03-13 23:11:28 +0100 (Sat, 13 Mar 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   M /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/gen_builder.py
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/os_factory.hpp
+   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
+   A /trunk/modules/gui/skins2/src/vout_window.cpp
+   A /trunk/modules/gui/skins2/src/vout_window.hpp
+   M /trunk/modules/gui/skins2/theme/skin.dtd
+   M /trunk/modules/gui/skins2/theme/theme.xml
+   A /trunk/modules/gui/skins2/theme/vout.png
+   M /trunk/modules/gui/skins2/win32/win32_factory.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_factory.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.hpp
+
+  * all: first implementation of skinnable vouts (X11 only)
+  - new "Video" element in the XML
+  - of course it doesn't work if the vout is launched before
+    the interface
+  - known bugs:
+     - no refresh of the area when there is no vout
+     - BadDrawable X11 error at exit because the vout still uses
+      a destroyed window
+     - hardcoded size
+
+------------------------------------------------------------------------
+r7069 | ipkiss | 2004-03-14 00:21:35 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+
+ * skins2/win32/win32_factory.cpp: compilation fix
+
+------------------------------------------------------------------------
+r7070 | rocky | 2004-03-14 03:44:06 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcdplayer.c
+
+Syntax error for WIN32
+
+
+------------------------------------------------------------------------
+r7071 | ipkiss | 2004-03-14 11:49:51 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.hpp
+
+ * skins2/win32/*: Embedded vout works on Windows too. It still
+   segfaults when the mouse is moved above the video...
+
+------------------------------------------------------------------------
+r7072 | asmax | 2004-03-14 12:37:13 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/controls/ctrl_video.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_video.hpp
+   M /trunk/modules/gui/skins2/parser/builder.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/theme/playlist_body3.png
+   M /trunk/modules/gui/skins2/theme/theme.xml
+   D /trunk/modules/gui/skins2/theme/vout.png
+
+  * all: the vout window is now managed by a resizable control
+    (on-the-fly resize still doesn't work; the vout has to be re-opened)
+
+------------------------------------------------------------------------
+r7073 | asmax | 2004-03-14 15:33:12 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+   M /trunk/modules/gui/skins2/src/generic_layout.hpp
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/skins2/src/theme.hpp
+   A /trunk/modules/gui/skins2/src/top_window.cpp (from /trunk/modules/gui/skins2/src/generic_window.cpp:7071)
+   A /trunk/modules/gui/skins2/src/top_window.hpp (from /trunk/modules/gui/skins2/src/generic_window.hpp:7071)
+   M /trunk/modules/gui/skins2/src/vout_window.cpp
+   M /trunk/modules/gui/skins2/src/vout_window.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+   M /trunk/modules/gui/skins2/theme/theme.xml
+
+  * all: split GenericWindow into GenericWindow (general interface for
+  windows) and TopWindow (implementation for top-level windows)
+
+------------------------------------------------------------------------
+r7074 | asmax | 2004-03-14 15:58:11 +0100 (Sun, 14 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+   M /trunk/modules/gui/skins2/src/top_window.hpp
+   M /trunk/modules/gui/skins2/src/vout_window.cpp
+   M /trunk/modules/gui/skins2/src/vout_window.hpp
+
+  * all: the vout window now processes refresh events.
+    It only displays a black rectangle at the moment but it could be
+    any bitmap
+
+------------------------------------------------------------------------
+r7075 | ipkiss | 2004-03-14 17:10:07 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.h
+
+ * wxwindows/preferences_widgets.*: do not duplicate hot keys list in
+   the wxwindows plugin
+
+------------------------------------------------------------------------
+r7076 | ipkiss | 2004-03-14 17:16:38 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+ * AUTHORS: skins and skins2 authors
+
+------------------------------------------------------------------------
+r7077 | rocky | 2004-03-14 17:32:32 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcd.c
+
+PBC is probably not an advanced option.
+
+
+------------------------------------------------------------------------
+r7078 | gbazin | 2004-03-14 17:54:55 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+* modules/access/file.c: couple of fixes for the file-cat mode.
+
+------------------------------------------------------------------------
+r7079 | gbazin | 2004-03-14 18:15:43 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+* modules/access/file.c: more fixes ( thanks fenrir :) ).
+
+------------------------------------------------------------------------
+r7080 | gbazin | 2004-03-14 20:02:41 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xcommon.h
+
+* modules/video_output/x11/*: fixed video resizing when using an external parent window.
+
+------------------------------------------------------------------------
+r7081 | zorglub | 2004-03-14 21:18:21 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist.c
+
+Fix deadlocks in playlist
+
+------------------------------------------------------------------------
+r7082 | jpsaman | 2004-03-14 21:33:24 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/arm-crosscompile-howto.sgml
+
+Added a section about Opie SDK kit.
+
+------------------------------------------------------------------------
+r7083 | rocky | 2004-03-15 00:25:48 +0100 (Mon, 15 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Better about adding track author and title in track info
+section. Also add the extended data.
+
+
+------------------------------------------------------------------------
+r7084 | rocky | 2004-03-15 00:42:41 +0100 (Mon, 15 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/cdda.c
+
+Allow extended data in customized formats too.
+
+
+------------------------------------------------------------------------
+r7085 | rocky | 2004-03-15 01:03:56 +0100 (Mon, 15 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Fill out VCD information Media Info section when playing an entire VCD
+or PBC is on.
+
+
+------------------------------------------------------------------------
+r7086 | rocky | 2004-03-15 04:21:57 +0100 (Mon, 15 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/ps.c
+
+Not sure why (or if) this cvd subtitle selecting code is needed, but I
+suppose it should look like the others. So they'll all be wrong
+together.
+
+
+------------------------------------------------------------------------
+r7087 | rocky | 2004-03-15 05:22:39 +0100 (Mon, 15 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/ogt.c
+
+CVD subtitle selection works via front-end spu-es variable changes. 
+SVCD subtitles still can only be changed via --spu-channel. 
+
+The video subtitle menu titles for both is a bit whacked out.
+
+
+------------------------------------------------------------------------
+r7088 | gbazin | 2004-03-15 10:33:57 +0100 (Mon, 15 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
+
+------------------------------------------------------------------------
+r7089 | zorglub | 2004-03-15 18:06:17 +0100 (Mon, 15 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_help.h
+   M /trunk/include/vlc_interface.h
+
+Add description for demux2 (Closes:#1780)
+
+------------------------------------------------------------------------
+r7090 | bigben | 2004-03-15 20:33:18 +0100 (Mon, 15 Mar 2004) | 4 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/Modules.am
+   M /trunk/modules/gui/macosx/about.h
+   M /trunk/modules/gui/macosx/about.m
+   M /trunk/modules/gui/macosx/applescript.h
+   M /trunk/modules/gui/macosx/applescript.m
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/info.h
+   M /trunk/modules/gui/macosx/info.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/misc.h
+   M /trunk/modules/gui/macosx/misc.m
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/output.h
+   M /trunk/modules/gui/macosx/output.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   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
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+Make the playlist info window a new object
+
+
+
+------------------------------------------------------------------------
+r7091 | bigben | 2004-03-16 00:15:48 +0100 (Tue, 16 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/THANKS
+   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/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+Applies part of patch from Tom Maguire. Adds controls for 1min/5min forward / backward, and add menu items for them in the control menu. It might make it a bit uinclear. Please make any comment.
+
+
+
+------------------------------------------------------------------------
+r7092 | bigben | 2004-03-16 08:33:08 +0100 (Tue, 16 Mar 2004) | 3 lines
+Changed paths:
+   A /trunk/modules/gui/macosx/playlistinfo.h
+   A /trunk/modules/gui/macosx/playlistinfo.m
+
+Oups, sorry
+
+
+------------------------------------------------------------------------
+r7093 | titus | 2004-03-16 11:55:02 +0100 (Tue, 16 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+   M /trunk/share/http/index.html
+
+Move playlist item in the interface http 
+
+------------------------------------------------------------------------
+r7094 | fenrir | 2004-03-16 19:45:26 +0100 (Tue, 16 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+ * mkv.cpp: fixed playback of broken file.
+
+------------------------------------------------------------------------
+r7095 | fenrir | 2004-03-16 19:46:40 +0100 (Tue, 16 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+ * mkv.cpp: one more fix for playback of broken file.
+
+------------------------------------------------------------------------
+r7096 | hartman | 2004-03-16 21:06:44 +0100 (Tue, 16 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* Fixed a crash with blank opengl effect paramerter
+
+------------------------------------------------------------------------
+r7097 | ipkiss | 2004-03-16 21:19:42 +0100 (Tue, 16 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+
+ * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
+   fixed a bug in drawRect()
+
+------------------------------------------------------------------------
+r7098 | fkuehne | 2004-03-16 22:04:18 +0100 (Tue, 16 Mar 2004) | 1 line
+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/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+*Fixed a spelling mistake and added some button-shortcuts
+------------------------------------------------------------------------
+r7099 | gbazin | 2004-03-16 23:41:52 +0100 (Tue, 16 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.
+
+------------------------------------------------------------------------
+r7100 | hartman | 2004-03-17 02:33:34 +0100 (Wed, 17 Mar 2004) | 8 lines
+Changed paths:
+   M /trunk/vlc.ebuild
+
+* Updated the ebuild.
+  - supports dts
+  - uses the new ffmpeg + postproc installation fixed ebuild
+  - uses live.com from portage instead of local
+  - added libdvdnav
+  - added pvr and satellite keywords
+  - other stuff i don't remember atm.
+
+------------------------------------------------------------------------
+r7101 | hartman | 2004-03-17 02:54:00 +0100 (Wed, 17 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/vlc.ebuild
+
+* small fixes
+
+------------------------------------------------------------------------
+r7102 | rocky | 2004-03-17 05:05:25 +0100 (Wed, 17 Mar 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/ogt.c
+   M /trunk/modules/demux/mpeg/system.c
+
+Menu selection of subtitles for CVD and OGT handled properly.
+
+system.c: enters the correct subtitle numbers into spu-es.  OGT now
+has the correct number of subtitles (with each having the correct
+number).
+
+ogt.c: Allow for dynamic switching/selection of subtitles. 
+
+
+------------------------------------------------------------------------
+r7103 | gbazin | 2004-03-17 21:13:54 +0100 (Wed, 17 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c:
+   + use SetWindowLongPtr() instead of SetWindowLong() whenever required.
+   + reset GWLP_USERDATA when calling the parent window windowproc.
+
+------------------------------------------------------------------------
+r7104 | rocky | 2004-03-18 03:08:12 +0100 (Thu, 18 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+Allow setting the subtitle track from the VCD tab (by usurping the
+"Chapter" entry).
+
+
+------------------------------------------------------------------------
+r7105 | rocky | 2004-03-18 03:12:08 +0100 (Thu, 18 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Correct MRL syntax.
+
+
+------------------------------------------------------------------------
+r7106 | jlj | 2004-03-18 16:42:20 +0100 (Thu, 18 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/audio_output/Modules.am
+   A /trunk/modules/audio_output/hd1000a.cpp
+
+  * Roku HD1000 audio output.
+
+
+------------------------------------------------------------------------
+r7107 | jlj | 2004-03-18 17:53:56 +0100 (Thu, 18 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/hd1000a.cpp
+
+  * hd1000a: channel reordering
+
+
+------------------------------------------------------------------------
+r7108 | garf | 2004-03-18 19:29:36 +0100 (Thu, 18 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/telnet/telnet.c
+   M /trunk/modules/control/telnet/vlm.c
+   M /trunk/modules/control/telnet/vlm.h
+
+ * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
+   telnet interface (will be useful for http vlm interface).
+
+------------------------------------------------------------------------
+r7109 | hartman | 2004-03-18 22:48:36 +0100 (Thu, 18 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+* prefer S_ISDIR over DT_DIR since it is more reliable.
+  Should fix collapse/expand/ignore of dirs on OS X.
+* better short title for this config option
+
+------------------------------------------------------------------------
+r7110 | hartman | 2004-03-19 01:35:21 +0100 (Fri, 19 Mar 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+* the directory plugin no longer uses the m3u demux
+  - it now does the playlist_Add itself.
+  - it sets the filename instead of the path as the item name
+  - it uses dummy demux to fool vlc.
+  - it's almost twice as fast now.
+
+
+------------------------------------------------------------------------
+r7111 | hartman | 2004-03-19 01:52:33 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+* fix d_namlen bug
+
+------------------------------------------------------------------------
+r7112 | fenrir | 2004-03-19 17:27:52 +0100 (Fri, 19 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+
+ * demux: demux2_New -> try to start faster selecting the right demuxer
+based to extension (others demuxers will still be probed if needed).
+
+------------------------------------------------------------------------
+r7113 | fenrir | 2004-03-19 17:29:39 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   D /trunk/modules/demux/avi/avi.h
+
+ * avi: cosmetics.
+
+------------------------------------------------------------------------
+r7114 | fenrir | 2004-03-19 17:30:09 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/Modules.am
+
+ * Modules: removed avi.h
+
+------------------------------------------------------------------------
+r7115 | fenrir | 2004-03-19 17:31:13 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+
+ * asf :demux -> demux2.
+
+------------------------------------------------------------------------
+r7116 | fenrir | 2004-03-19 17:32:06 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+ * real: fixed unused variable warnings.
+
+------------------------------------------------------------------------
+r7117 | fenrir | 2004-03-19 17:33:11 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+ * nsv: fixed unused variable warnings.
+
+------------------------------------------------------------------------
+r7118 | fenrir | 2004-03-19 17:33:55 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts.c: do not use packetizer for ms-codec streams.
+
+------------------------------------------------------------------------
+r7119 | garf | 2004-03-20 14:19:58 +0100 (Sat, 20 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet/vlm.c
+
+ * vlm.c: little bug fix for stop command
+
+------------------------------------------------------------------------
+r7120 | fenrir | 2004-03-21 13:26:20 +0100 (Sun, 21 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_objects.h
+   A /trunk/include/vlc_vlm.h (from /trunk/modules/control/telnet/vlm.h:7119)
+   M /trunk/modules/control/http.c
+   D /trunk/modules/control/telnet
+   A /trunk/modules/control/telnet.c (from /trunk/modules/control/telnet/telnet.c:7119)
+   M /trunk/src/misc/objects.c
+   A /trunk/src/misc/vlm.c (from /trunk/modules/control/telnet/vlm.c:7119)
+
+ * vlm.*: move vlm to the core (now, vlm_New create only one instance)
+ * http.c: begin support of vlm interraction (not yet documented).
+
+------------------------------------------------------------------------
+r7121 | fenrir | 2004-03-21 13:29:31 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+ * all: changes for vlm move.
+
+------------------------------------------------------------------------
+r7122 | massiot | 2004-03-21 13:50:14 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1
+
+------------------------------------------------------------------------
+r7123 | fenrir | 2004-03-21 16:09:21 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+ * Makefile.am: compile vlm.c ...
+
+------------------------------------------------------------------------
+r7124 | hartman | 2004-03-21 20:36:47 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* Spelling correction
+
+------------------------------------------------------------------------
+r7125 | hartman | 2004-03-21 20:45:42 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/misc/screensaver.c
+
+Two description strings corrected
+
+------------------------------------------------------------------------
+r7126 | asmax | 2004-03-21 21:01:24 +0100 (Sun, 21 Mar 2004) | 4 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
+   D /trunk/modules/gui/skins2/theme
+   A /trunk/share/skins2
+   A /trunk/share/skins2/default (from /trunk/modules/gui/skins2/theme:7123)
+   M /trunk/share/skins2/default/skin.dtd
+   M /trunk/share/skins2/default/theme.xml
+
+  * moved the default skins2 theme in share/skins2/default/
+  * all: added a "tooltipfont" element in the <Theme> tag (unused at the
+      moment)
+
+------------------------------------------------------------------------
+r7127 | asmax | 2004-03-21 21:19:18 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   A /trunk/share/skins2/FreeSans.ttf (from /trunk/share/skins2/default/FreeSans.ttf:7126)
+   D /trunk/share/skins2/default/FreeSans.ttf
+   A /trunk/share/skins2/fonts
+
+  * added a fonts directory
+
+------------------------------------------------------------------------
+r7128 | asmax | 2004-03-21 21:39:43 +0100 (Sun, 21 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   D /trunk/share/skins2/FreeSans.ttf
+   A /trunk/share/skins2/fonts/FreeSans.ttf (from /trunk/share/skins2/FreeSans.ttf:7127)
+
+  * moved the default font in share/skins2/fonts
+  * parser/builder.cpp: a font with ID "defaultfont" is loaded from
+  the common font directory
+
+------------------------------------------------------------------------
+r7129 | fenrir | 2004-03-21 23:03:42 +0100 (Sun, 21 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
+ (There is still the problem of timeout, and a lot of checks aren't done).
+
+------------------------------------------------------------------------
+r7130 | fenrir | 2004-03-21 23:35:58 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+ * libmpeg2: handle invalid aspect as square one.
+
+------------------------------------------------------------------------
+r7131 | hartman | 2004-03-21 23:53:18 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/codecs.h
+
+* fix avi dts support
+
+------------------------------------------------------------------------
+r7132 | fenrir | 2004-03-22 03:58:57 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http.c: fixes about vlm.
+
+------------------------------------------------------------------------
+r7133 | fenrir | 2004-03-22 04:08:27 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+ * vlm: better vlm_Show.
+
+------------------------------------------------------------------------
+r7134 | gbazin | 2004-03-22 11:18:22 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: compilation fix.
+
+------------------------------------------------------------------------
+r7135 | garf | 2004-03-22 13:04:03 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http.c: vlm_error
+
+------------------------------------------------------------------------
+r7136 | gbazin | 2004-03-22 13:12:02 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/Modules.am
+
+* modules/control/Modules.am: added telnet module.
+
+------------------------------------------------------------------------
+r7137 | fenrir | 2004-03-22 13:33:29 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_httpd.h
+   M /trunk/src/misc/httpd.c
+
+ * all: forgot to commit theses files.
+
+------------------------------------------------------------------------
+r7138 | gbazin | 2004-03-22 16:19:12 +0100 (Mon, 22 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+* modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmpeg2 gives us an invalid one.
+  (if this happens, it is a bug in libmpeg2 anyway so we just try to fallback to the most usual value).
+
+------------------------------------------------------------------------
+r7139 | fenrir | 2004-03-22 18:56:54 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+ * vlm: fixed some segfaults.
+
+------------------------------------------------------------------------
+r7140 | fenrir | 2004-03-22 18:58:24 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http: implemented vlm_save/load.
+
+------------------------------------------------------------------------
+r7141 | asmax | 2004-03-22 21:38:15 +0100 (Mon, 22 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/src/bitmap_font.cpp
+   A /trunk/modules/gui/skins2/src/bitmap_font.hpp
+   M /trunk/modules/gui/skins2/src/ft2_font.hpp
+   A /trunk/modules/gui/skins2/src/generic_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
+   M /trunk/modules/gui/skins2/src/generic_font.hpp
+   M /trunk/share/skins2/default/skin.dtd
+
+  * all : skeleton of a future bitmap font support
+  * skin.dtd : new BitmapFont element
+
+------------------------------------------------------------------------
+r7142 | ipkiss | 2004-03-22 21:54:35 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+ * Makefile.am: Fixed the win32 packaging of the default skin2
+
+------------------------------------------------------------------------
+r7143 | ipkiss | 2004-03-22 22:18:12 +0100 (Mon, 22 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
+
+ * skins2/win32/win32_loop.cpp: Refresh the needed rectangle only.
+   This doesn't fix totally the refresh problems on the skinned vout,
+   but it improves the situation a lot.
+
+------------------------------------------------------------------------
+r7144 | fenrir | 2004-03-22 23:14:27 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   A /trunk/share/http/vlm
+   A /trunk/share/http/vlm/edit.html
+   A /trunk/share/http/vlm/index.html
+   A /trunk/share/http/vlm/new.html
+
+ * vlm/* : begining of vlm http interface pages.
+
+------------------------------------------------------------------------
+r7145 | jlj | 2004-03-22 23:53:11 +0100 (Mon, 22 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/ogg.c
+
+  * ALL: compile fixes.
+
+
+------------------------------------------------------------------------
+r7146 | gbazin | 2004-03-23 10:44:44 +0100 (Tue, 23 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/share/Makefile.am
+
+* share/Makefile.am: added default skins2 theme and vlm http files.
+* modules/gui/skins2/Modules.am: removed old skins2 theme.
+
+------------------------------------------------------------------------
+r7147 | fenrir | 2004-03-23 12:02:48 +0100 (Tue, 23 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/duplicate.c
+
+ * duplicate: fixed a bug with noes.
+
+------------------------------------------------------------------------
+r7148 | hartman | 2004-03-23 21:47:06 +0100 (Tue, 23 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/ts.c
+
+* Check if dvbpsi_DecodeISO639Dr fails.
+  Fixes #1104
+
+------------------------------------------------------------------------
+r7149 | ipkiss | 2004-03-23 22:03:20 +0100 (Tue, 23 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/default/skin.dtd
+
+ * skins2: Fixed broken DTD
+
+------------------------------------------------------------------------
+r7150 | gbazin | 2004-03-24 00:26:36 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+* modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.
+
+------------------------------------------------------------------------
+r7151 | gbazin | 2004-03-24 00:28:02 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: removed unused stuff.
+
+------------------------------------------------------------------------
+r7152 | gbazin | 2004-03-24 00:30:49 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/variables.c
+
+* src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.
+
+------------------------------------------------------------------------
+r7153 | gbazin | 2004-03-24 00:44:49 +0100 (Wed, 24 Mar 2004) | 9 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/input_ext-intf.h
+   M /trunk/include/ninput.h
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_interface.h
+   A /trunk/src/input/control.c
+   M /trunk/src/input/input.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/video_output.c
+   A /trunk/src/video_output/vout_intf.c
+
+* src/input/*:
+   + new input_Control() function (doesn't do much for now).
+   + started bookmarks support through input_Control().
+   + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.
+
+* src/video_output/*:
+   + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
+   + new --video-x/y config options
+
+------------------------------------------------------------------------
+r7154 | gbazin | 2004-03-24 00:46:26 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().
+
+------------------------------------------------------------------------
+r7155 | gbazin | 2004-03-24 00:52:04 +0100 (Wed, 24 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   A /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   A /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*:
+   + bookmarks menu.
+   + started work on bookmarks dialog.
+   + started support for embeddable vout (via vout_RequestWindow()/vout_ReleaseWindow()).   
+   + new --wxwin-bookmarks and --wxwin-embed config options.
+
+------------------------------------------------------------------------
+r7156 | massiot | 2004-03-24 11:17:50 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/csa.c
+
+* csa.c: Fixed an encryption bug with packets smaller than 8 bytes.
+
+------------------------------------------------------------------------
+r7157 | massiot | 2004-03-24 11:18:34 +0100 (Wed, 24 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+* ts muxer: added a no-crypt-audio option for people who do not want to crypt
+  audio PIDs
+
+------------------------------------------------------------------------
+r7158 | ipkiss | 2004-03-24 12:24:46 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+Compilation fix
+
+------------------------------------------------------------------------
+r7159 | ipkiss | 2004-03-24 23:10:56 +0100 (Wed, 24 Mar 2004) | 3 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/default/skin.dtd
+   M /trunk/share/skins2/default/theme.xml
+
+ * skins2/parser/builder*: All the controls now have a 'visible' attribute
+ * share/skins2/default/skin.dtd: Changed a few details here and there
+
+------------------------------------------------------------------------
+r7160 | gbazin | 2004-03-24 23:53:36 +0100 (Wed, 24 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/vout_intf.c: vout_IntfInit() for some interface/control related initializations.
+* src/video_output/video_output.c: moved some stuff to vout_IntfInit().
+* include/video_output.h: vout_vaControl()/vout_Control() prototypes.
+* modules/video_output/x11/xcommon.c: implemented a vout_Control() (only VOUT_SET_ZOOM for now).
+* modules/gui/wxwindows/menus.cpp: handle float object vars, added "zoom" to the menus.
+
+------------------------------------------------------------------------
+r7161 | gbazin | 2004-03-25 01:18:51 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+* modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.
+
+------------------------------------------------------------------------
+r7162 | fenrir | 2004-03-25 02:01:58 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+ * real: added support for aac codec.
+
+------------------------------------------------------------------------
+r7163 | gbazin | 2004-03-25 10:47:19 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+* po/POTFILES.in: updated.
+
+------------------------------------------------------------------------
+r7164 | zorglub | 2004-03-25 12:50:33 +0100 (Thu, 25 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Don't save an empty playlist
+Fix refcount problem
+
+------------------------------------------------------------------------
+r7165 | gbazin | 2004-03-25 12:51:24 +0100 (Thu, 25 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/vout.h
+
+* modules/video_output/directx/*:
+   + Added calls to vout_RequestWindow()/vout_ReleaseWindow()
+   + Implemented vout_Control()
+   + Fixed potential division by 0
+
+------------------------------------------------------------------------
+r7166 | fenrir | 2004-03-25 14:48:51 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+ * mpeg4video.c: added m4cc/M4CC.
+
+------------------------------------------------------------------------
+r7167 | fenrir | 2004-03-25 15:00:33 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/codecs.h
+
+ * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
+
+------------------------------------------------------------------------
+r7168 | hartman | 2004-03-25 21:25:04 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/applescript.m
+
+* VLC couldn't handle external links since the playlist API changes. FIXED
+
+------------------------------------------------------------------------
+r7169 | sam | 2004-03-25 23:45:59 +0100 (Thu, 25 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+
+  * bootstrap:
+    + Work around a Solaris sh issue preventing ${foo%%bar} constructs.
+
+------------------------------------------------------------------------
+r7170 | fenrir | 2004-03-26 00:07:19 +0100 (Fri, 26 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+ * video: disable direct rendering for h264.
+
+------------------------------------------------------------------------
+r7171 | gbazin | 2004-03-26 10:35:10 +0100 (Fri, 26 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/control.c
+
+* src/input/control.c: fixed INPUT_DEL_BOOKMARK.
+
+------------------------------------------------------------------------
+r7172 | zorglub | 2004-03-26 14:20:57 +0100 (Fri, 26 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/visual/visual.c
+
+Spectrum is default enabled
+
+------------------------------------------------------------------------
+r7173 | asmax | 2004-03-27 01:21:13 +0100 (Sat, 27 Mar 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   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/modules/gui/skins2/src/bitmap_font.cpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
+   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+   M /trunk/share/skins2/default/skin.dtd
+
+  * all: beginning of bitmap font support. At the moment only the digits
+  font for xmms/winamp2 skins is supported (the bitmap must have the
+  following layout: [0123456789 -] with letters of size 9x13).
+  Non-digit characters are just skipped, with a hardcoded advance of 6
+  (it allows correct display of time in xmms skins; the ':' are skipped)
+  Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
+  * vars/time.cpp: notify the observers also when the input is stopped
+  * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
+  text is displayed (was causing bugs in time display)
+
+------------------------------------------------------------------------
+r7174 | asmax | 2004-03-27 12:24:24 +0100 (Sat, 27 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
+
+  * all: beginning of "text" bitmap font support. The text bitmap must have
+  the following layout: [cf xmms skins ;)]
+
+------------------------------------------------------------------------
+r7175 | hartman | 2004-03-27 18:36:46 +0100 (Sat, 27 Mar 2004) | 9 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/misc/logger.c
+   M /trunk/src/interface/interface.c
+
+* src/interface/interface.c
+  - spelling fix
+  - added telnet intf to 'Add Interface'
+* modules/misc/logger.c:
+  - on Mac OS X, use ~/Library/Logs to write logger intf output.
+* ALL
+  - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch
+  the SAP intf.
+
+------------------------------------------------------------------------
+r7176 | asmax | 2004-03-27 19:04:36 +0100 (Sat, 27 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+
+  * bitmap_font.cpp: full support of text bitmap font
+
+------------------------------------------------------------------------
+r7177 | hartman | 2004-03-28 05:16:05 +0200 (Sun, 28 Mar 2004) | 9 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/sgimb.c
+   M /trunk/src/input/stream.c
+
+* src/input/stream.c
+  - disable stream_ReadLine debug.
+* ALL:
+  - added a new demux2 module to handle Kasenna MediaBase 
+    metadata files. These are application/x-sgimb masked
+    'mpeg' files on the web. They are in reality mostly constructors
+    for rtsp links. The reference to SGI is because the MediaBase
+    solutions originate from SGI.
+
+------------------------------------------------------------------------
+r7178 | bigben | 2004-03-28 14:29:42 +0200 (Sun, 28 Mar 2004) | 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/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.m
+
+Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...
+
+
+------------------------------------------------------------------------
+r7179 | titus | 2004-03-28 16:39:03 +0200 (Sun, 28 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+correction of a small bug in the function move
+
+------------------------------------------------------------------------
+r7180 | rocky | 2004-03-28 22:17:49 +0200 (Sun, 28 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/vcdx/vcdplayer.c
+   M /trunk/modules/access/vcdx/vcdplayer.h
+
+Correct multi-default selection. But we need vcdimager 0.71 CVS for
+this.  (But most poeple won't notice the improvement since video
+switching is broken.)
+
+
+------------------------------------------------------------------------
+r7181 | jpsaman | 2004-03-28 22:25:53 +0200 (Sun, 28 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/doc/arm-crosscompile-howto.sgml
+
+Small update to ARM cross-compile howto
+------------------------------------------------------------------------
+r7182 | rocky | 2004-03-29 02:42:35 +0200 (Mon, 29 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Small cosmetic changes
+------------------------------------------------------------------------
+r7183 | rocky | 2004-03-29 02:45:53 +0200 (Mon, 29 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/input_programs.c
+
+Populate "Stream and Media Info"
+
+
+------------------------------------------------------------------------
+r7184 | rocky | 2004-03-29 04:10:04 +0200 (Mon, 29 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+
+Populate stream information.
+
+
+------------------------------------------------------------------------
+r7185 | zorglub | 2004-03-29 09:28:45 +0200 (Mon, 29 Mar 2004) | 16 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/include/vlc_keys.h
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+   M /trunk/src/input/control.c
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.h
+
+* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
+
+* Allow to modify subtitle delay on the fly and implement hotkeys 
+  (h and j)
+
+* When framerate is available with subrip, use sub-fps to make corrections
+  (sub-fps default value is now 0, if left to this value, 25fps will be
+   assumed in microdvd mode and no correction will be applied in subrip)
+
+Main problem is that when seeking in the subtitles, you easily get
+several of them displayed. Maybe we could add a flag to subpicture_t,
+like SUBTITLE_PICTURE to say that only one of them must be displayed at
+a time, but that other subpictures (OSD, ...) can remain present on the
+screen at the same time.
+
+
+------------------------------------------------------------------------
+r7186 | sigmunau | 2004-03-29 13:15:04 +0200 (Mon, 29 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+fixed "slower" hotkey.
+
+------------------------------------------------------------------------
+r7187 | fenrir | 2004-03-29 16:17:25 +0200 (Mon, 29 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: fixed segfault with mux=
+
+------------------------------------------------------------------------
+r7188 | fenrir | 2004-03-29 16:21:47 +0200 (Mon, 29 Mar 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+
+ * mpeg_audio: fixed input infos update, and removed all tabs.
+ (each vlc_object_find has to be followed by a vlc_object_release once
+the object isn't needed anymore)
+
+ Btw, I think we should better do that update in src/input/input_dec.c,
+this way it will work with every decoder AND a decoder should not touch
+p_input (decoders will be used by transcode for instance ...)
+
+
+------------------------------------------------------------------------
+r7189 | fenrir | 2004-03-29 16:25:25 +0200 (Mon, 29 Mar 2004) | 8 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/src/input/stream.c
+
+ * stream: added stream_DemuxNew, stream_DemuxSend, stream_DemuxDelete
+to chain demuxer.
+    - stream_DemuxNew: create a special stream_t, launch a thread that
+    will open a demuxer, and call p_demux->pf_demux until asked to die.
+    - stream_DemuxSend: append a block to be used by the new demuxer.
+    - stream_DemuxDelete : free all data...
+
+
+------------------------------------------------------------------------
+r7190 | fenrir | 2004-03-29 16:28:00 +0200 (Mon, 29 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom.cpp: use stream_Demux* to support muxed stream. It's far
+ from stable, but begin to work. (Tested only with TS).
+ Limitation: no synchro with others stream if any (anyway, it would be
+a bit stupid to have such stream).
+
+------------------------------------------------------------------------
+r7191 | fenrir | 2004-03-29 17:10:36 +0200 (Mon, 29 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/control.c
+   M /trunk/src/input/input.c
+
+ control: invalid cast in GET_SUBDELAY
+ input: fixed uninitialised variable (i_microsecondperframe for subs)
+
+------------------------------------------------------------------------
+r7192 | fenrir | 2004-03-29 20:58:28 +0200 (Mon, 29 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_meta.h
+
+ * vlc_common.h: removed all cast in TAB_*. GCC doesn't like anymore
+cast of lvalue. -> Don't use them anymore in C++ code.
+( Don't use *(void**)&p, it won't work because of aliasing problem).
+
+ * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
+
+------------------------------------------------------------------------
+r7193 | fenrir | 2004-03-29 20:59:51 +0200 (Mon, 29 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/mkv.cpp
+
+ * avi: fixed a cast of lvalue.
+ * livedotcom, mkv: removed all TAB_*.
+
+------------------------------------------------------------------------
+r7194 | fenrir | 2004-03-29 21:57:07 +0200 (Mon, 29 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_rgb.h
+   M /trunk/modules/video_chroma/i420_yuy2.h
+   M /trunk/modules/video_chroma/i422_yuy2.h
+
+ * *.h: shut up gcc (cast of lvalue).
+
+------------------------------------------------------------------------
+r7195 | fenrir | 2004-03-29 23:26:54 +0200 (Mon, 29 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/mux/ogg.c
+
+ * ogg: cast of lvalue ... gibalou could you test this patch ?
+ (I have changed a ((uint8_t *)op.bytes) -= 4; and I'm not sure what it
+was meant to do as op.bytes is a "long")
+
+------------------------------------------------------------------------
+r7196 | fenrir | 2004-03-29 23:29:31 +0200 (Mon, 29 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/wav.c
+   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * all: cast of lvalues ...
+
+------------------------------------------------------------------------
+r7197 | fenrir | 2004-03-29 23:34:27 +0200 (Mon, 29 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom.cpp: lalala.... (compilation fixes).
+
+------------------------------------------------------------------------
+r7198 | adn | 2004-03-30 12:37:44 +0200 (Tue, 30 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/share/skins2/default/sort.png
+   M /trunk/share/skins2/default/sort_onclick.png
+   M /trunk/share/skins2/default/theme.xml
+   A /trunk/share/skins2/default/vout.png
+   A /trunk/share/skins2/default/vout2.png
+   A /trunk/share/skins2/default/vout_body.png
+   A /trunk/share/skins2/default/vout_body1.png
+   A /trunk/share/skins2/default/vout_bottom.png
+   A /trunk/share/skins2/default/vout_bottom_left.png
+   A /trunk/share/skins2/default/vout_bottom_right.png
+   A /trunk/share/skins2/default/vout_left.png
+   A /trunk/share/skins2/default/vout_onclick.png
+   A /trunk/share/skins2/default/vout_right.png
+   A /trunk/share/skins2/default/vout_top.png
+   A /trunk/share/skins2/default/vout_top_left.png
+   A /trunk/share/skins2/default/vout_top_right.png
+
+
+Modified a little default skin
+ -> hiding video window
+
+
+------------------------------------------------------------------------
+r7199 | zorglub | 2004-03-30 19:18:48 +0200 (Tue, 30 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Fix 64-bit bug with bookmarks from command line 
+
+------------------------------------------------------------------------
+r7200 | zorglub | 2004-03-30 19:43:56 +0200 (Tue, 30 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+
+Do not delay subtitles twice + Sanity check
+
+------------------------------------------------------------------------
+r7201 | bigben | 2004-03-30 21:38:46 +0200 (Tue, 30 Mar 2004) | 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/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+Implements info treeview in the playlist proprieties window
+
+
+------------------------------------------------------------------------
+r7202 | bigben | 2004-03-30 22:56:13 +0200 (Tue, 30 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+Works around an issue with some playlist items added by the sap interface : since they aren't coded in UTF8, a blank string is printed. 
+
+This doesn't correct this issue, but at least, it doesn't prevent the item proprieties window from opening anymore.
+
+
+
+------------------------------------------------------------------------
+r7203 | hartman | 2004-03-31 02:24:22 +0200 (Wed, 31 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+Fall back to plain C with default C character encoding when UTF8 fails.
+now you can see at least something with those SAP announces with Latin char encoding.
+
+------------------------------------------------------------------------
+r7204 | bigben | 2004-03-31 10:00:27 +0200 (Wed, 31 Mar 2004) | 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
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+Also fallis back to C string if UTF8 string fails in proprieties window.
+
+
+------------------------------------------------------------------------
+r7205 | bigben | 2004-03-31 10:05:59 +0200 (Wed, 31 Mar 2004) | 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
+
+Oups, these ones are for later
+
+
+------------------------------------------------------------------------
+r7206 | ipkiss | 2004-03-31 13:24:43 +0200 (Wed, 31 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/default/skin.dtd
+
+  * skins2 DTD: Removed unused attributes of the Font
+
+------------------------------------------------------------------------
+r7207 | ipkiss | 2004-03-31 17:45:02 +0200 (Wed, 31 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   M /trunk/modules/gui/skins2/utils/bezier.cpp
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+
+ * All: Compilation fixes for Solaris 9, courtesy of Mats Rojestal
+
+------------------------------------------------------------------------
+r7208 | bigben | 2004-03-31 19:23:11 +0200 (Wed, 31 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Install new required files for skins2 on make install
+
+
+------------------------------------------------------------------------
+r7209 | gbazin | 2004-03-31 22:52:31 +0200 (Wed, 31 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/input_ext-intf.h
+   M /trunk/include/input_ext-plugins.h
+   M /trunk/include/ninput.h
+   M /trunk/include/vlc/intf.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_vlm.h
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/slp.c
+   M /trunk/modules/codec/mpeg_audio.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/demux/mp4/mp4.h
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/gui/gtk/gtk_callbacks.c
+   M /trunk/modules/gui/gtk/playlist.c
+   M /trunk/modules/gui/skins/controls/playlist.cpp
+   M /trunk/modules/gui/skins/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+   M /trunk/modules/gui/wxwindows/fileinfo.cpp
+   M /trunk/modules/gui/wxwindows/iteminfo.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/misc/playlist/old.c
+   M /trunk/modules/misc/sap.c
+   M /trunk/src/input/control.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   D /trunk/src/input/input_info.c
+   M /trunk/src/input/input_programs.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/playlist/group.c
+   M /trunk/src/playlist/info.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/playlist/sort.c
+
+* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
+* src/input/input.c:
+   + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
+   + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
+* ALL: use input_item_t and INPUT_ADD_INFO when necessary.
+
+------------------------------------------------------------------------
+r7210 | gbazin | 2004-03-31 23:17:22 +0200 (Wed, 31 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+* modules/access/dshow/dshow.cpp: compilation fix.
+
+------------------------------------------------------------------------
+r7211 | gbazin | 2004-04-01 00:04:54 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/win32_specific.c
+
+* src/misc/win32_specific.c: compilation fix.
+
+------------------------------------------------------------------------
+r7212 | gbazin | 2004-04-01 00:55:48 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/beos/VlcWrapper.cpp
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/ncurses/ncurses.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+
+* modules/gui/*: compilation fixes for the new input_item_t change.
+
+------------------------------------------------------------------------
+r7213 | gbazin | 2004-04-01 01:09:53 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/control.c
+
+* src/input/control.c: INPUT_ADD/DEL_BOOKMARK also modifies the "bookmarks" input option so the bookmarks are kept even when the input is stopped.
+
+------------------------------------------------------------------------
+r7214 | anil | 2004-04-01 01:52:48 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses/ncurses.c
+
+compilation fix
+
+------------------------------------------------------------------------
+r7215 | gbazin | 2004-04-01 09:21:19 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+* modules/access/vcdx/access.c: use input_Control(INPUT_ADD_INFO).
+
+------------------------------------------------------------------------
+r7216 | rocky | 2004-04-01 10:05:52 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcdplayer.h
+
+vcdplayer_selection2lid not here anymore. It comes from libvcdinfo.
+
+------------------------------------------------------------------------
+r7217 | gbazin | 2004-04-01 11:07:37 +0200 (Thu, 01 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/skins2/utils/bezier.cpp
+
+* configure.ac, modules/gui/skins2/utils/bezier.cpp:
+   + check for lrintf() and fallback on rint().
+
+------------------------------------------------------------------------
+r7218 | zorglub | 2004-04-01 11:20:00 +0200 (Thu, 01 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/playlist/Modules.am
+   A /trunk/modules/demux/playlist/native.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/misc/playlist/native.c
+
+* modules/demux/playlist : native playlist import
+* modules/misc/playlist : native playlist export
+* configure.ac : playlist and export need libxml2
+
+------------------------------------------------------------------------
+r7219 | zorglub | 2004-04-01 12:01:48 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/playlist/Modules.am
+   D /trunk/modules/demux/playlist/native.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/misc/playlist/Modules.am
+   M /trunk/modules/misc/playlist/export.c
+   D /trunk/modules/misc/playlist/native.c
+
+Cancel
+
+------------------------------------------------------------------------
+r7220 | gbazin | 2004-04-01 13:16:10 +0200 (Thu, 01 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h, modules/video_output/directx/events.c:
+   + added a --video-title option, courtesy of Hornsby Adrian.
+* modules/video_output/directx/directx.c: minor changes.
+
+------------------------------------------------------------------------
+r7221 | titer | 2004-04-01 14:30:07 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_yuy2.c
+
+ i420_yuy2.c: fixed AltiVec conversion for unusual image sizes
+
+------------------------------------------------------------------------
+r7222 | gbazin | 2004-04-01 16:47:45 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: compilation fixes.
+
+------------------------------------------------------------------------
+r7223 | gbazin | 2004-04-01 17:50:35 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: bookmarks improvements.
+
+------------------------------------------------------------------------
+r7224 | fenrir | 2004-04-01 19:12:36 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: better handling on PAT version changes.
+
+------------------------------------------------------------------------
+r7225 | hartman | 2004-04-01 20:21:56 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/info.h
+   M /trunk/modules/gui/macosx/info.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Fix p_item etc breakages. Question.. is the seperate fileinfo dialog still useful?
+
+------------------------------------------------------------------------
+r7226 | hartman | 2004-04-01 20:53:11 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/info.m
+
+* missed a object_release
+
+------------------------------------------------------------------------
+r7227 | gbazin | 2004-04-01 21:20:21 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/kde/info.cpp
+
+* modules/gui/kde/info.cpp: info_category_t compilation fix.
+
+------------------------------------------------------------------------
+r7228 | ipkiss | 2004-04-01 23:04:43 +0200 (Thu, 01 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
+   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/modules/gui/skins2/src/anchor.hpp
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+   M /trunk/modules/gui/skins2/src/generic_layout.hpp
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+   M /trunk/modules/gui/skins2/src/top_window.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+
+ * skins2: Anchors are now stored in the layouts, not in the windows.
+   If you change the layout all anchorings are lost, except for anchors that
+   are in the same position in the old and the new layouts.
+   Adding more 'persistent' anchorings should not be very difficult.
+
+------------------------------------------------------------------------
+r7229 | fenrir | 2004-04-01 23:37:06 +0200 (Thu, 01 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom.cpp: demux -> demux2. (Precision in seek will probably be
+worst until we completly switch to demux2...)
+
+------------------------------------------------------------------------
+r7230 | fenrir | 2004-04-01 23:38:21 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+ * demux2: added live.
+
+------------------------------------------------------------------------
+r7231 | fenrir | 2004-04-02 01:19:30 +0200 (Fri, 02 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/aac.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/flac.c
+
+ * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME. should be
+implemented _only_ when it has a high precision.
+
+------------------------------------------------------------------------
+r7232 | fenrir | 2004-04-02 01:21:13 +0200 (Fri, 02 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/demux/pva.c
+   M /trunk/modules/demux/ts.c
+
+ * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME should be
+ implemented _only_ when it has a high precision.
+
+
+------------------------------------------------------------------------
+r7233 | fenrir | 2004-04-02 02:00:08 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+ * vlc_es: fixed es_format_Copy. (Duplicate psz_encoding and p_palette).
+
+------------------------------------------------------------------------
+r7234 | fenrir | 2004-04-02 02:06:09 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+ * vlc_es.h: AAAHHH I HATE C++, else said: I need to cast malloc.
+
+------------------------------------------------------------------------
+r7235 | fenrir | 2004-04-02 02:26:02 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+ * mkv: demux -> demux2.
+
+------------------------------------------------------------------------
+r7236 | fenrir | 2004-04-02 02:28:09 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+
+ * asf: no DEMUX_SET_TIME...
+
+------------------------------------------------------------------------
+r7237 | fenrir | 2004-04-02 02:38:31 +0200 (Fri, 02 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/include/modules.h
+
+ * modules.h: increased MODULE_SHORTCUT_MAX to 50. (It's needed because of
+demux2, and will be decreased as soon as demux -> demux2 is finished).
+
+
+------------------------------------------------------------------------
+r7238 | fenrir | 2004-04-02 02:48:29 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+   M /trunk/modules/demux/mpeg/m4v.c
+
+ * m4v: demux -> demux2.
+
+------------------------------------------------------------------------
+r7239 | fenrir | 2004-04-02 05:24:53 +0200 (Fri, 02 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/m4v.c
+   M /trunk/modules/demux/mpeg/mpgv.c
+
+ * m4v: pts/dts fixes.
+ * mpgv: demux -> demux2.
+
+------------------------------------------------------------------------
+r7240 | fenrir | 2004-04-02 15:18:32 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/rawdv.c
+
+ * rawdv.c: demux -> demux2. (Untested so may be broken)
+
+------------------------------------------------------------------------
+r7241 | fenrir | 2004-04-02 15:24:54 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+ * demux2: added mpgv and rawdv.
+
+------------------------------------------------------------------------
+r7242 | gbazin | 2004-04-02 16:08:34 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   D /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/eject.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/fast.xpm
+   D /trunk/modules/gui/wxwindows/bitmaps/file.xpm
+   D /trunk/modules/gui/wxwindows/bitmaps/net.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/next.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/play.xpm
+   D /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/prev.xpm
+   D /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
+   D /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/slow.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/*: simplified the look&feel of the main interface.
+
+------------------------------------------------------------------------
+r7243 | gbazin | 2004-04-02 18:08:29 +0200 (Fri, 02 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/vout_intf.c: new vout_ControlWindow() function.
+* modules/gui/wxwindows/video.cpp: implement vout_ControlWindow().
+* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
+  + call vout_ControlWindow() when resizing in embedded mode.
+  + implemented a VOUT_REPARENT/CLOSE mode in Control() so the interface can signal that it closes its video window.
+
+------------------------------------------------------------------------
+r7244 | fenrir | 2004-04-02 18:17:15 +0200 (Fri, 02 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+ * ogg: cosmetics + converted PCR to micro-second unit. (I may
+introduced bugs).
+
+------------------------------------------------------------------------
+r7245 | fenrir | 2004-04-02 18:40:54 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+ * ogg : demux -> demux2. It needs more testings.
+
+------------------------------------------------------------------------
+r7246 | fenrir | 2004-04-02 19:23:22 +0200 (Fri, 02 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+
+ * stream: fixed cast of lvalue.
+ * input: fixed "position" value as soon as possible after a see, this
+way the intf doesn't show strange seek bar behavour.
+
+------------------------------------------------------------------------
+r7247 | fenrir | 2004-04-02 19:56:14 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+ * subsdec.c: use es_forma_t.subs.psz_encoding if present.
+
+------------------------------------------------------------------------
+r7248 | fenrir | 2004-04-02 20:26:35 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+ * demux2: added ogg.
+
+------------------------------------------------------------------------
+r7249 | gbazin | 2004-04-02 20:32:01 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c: compilation fix.
+
+------------------------------------------------------------------------
+r7250 | gbazin | 2004-04-02 20:54:39 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/wxwindows.h: use a namespace to avoid symbol conflicts.
+
+------------------------------------------------------------------------
+r7251 | ipkiss | 2004-04-02 23:00:15 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+ * modules/gui/wxwindows/interface.cpp: small fix for the size of the windows
+
+------------------------------------------------------------------------
+r7252 | murray | 2004-04-02 23:19:43 +0200 (Fri, 02 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Explicit reference to libpng in the missing XmlTextReader error.
+Special thanks to Groniche and Google.
+
+
+------------------------------------------------------------------------
+r7253 | fenrir | 2004-04-03 03:02:02 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/mp4/mp4.c
+   D /trunk/modules/demux/mp4/mp4.h
+   M /trunk/modules/demux/util/sub.c
+
+ * all: do not use input_Clock* anymore (use ES_OUT_SET_PCR instead).
+ (text subs with mpg aren't working anymore unless using ps2)
+
+------------------------------------------------------------------------
+r7254 | fenrir | 2004-04-03 03:14:23 +0200 (Sat, 03 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+ * avi: demux -> demux2.
+
+------------------------------------------------------------------------
+r7255 | fenrir | 2004-04-03 03:36:04 +0200 (Sat, 03 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4*: demux -> demux2.
+
+------------------------------------------------------------------------
+r7256 | asmax | 2004-04-03 10:16:49 +0200 (Sat, 03 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+
+  * bitmap_font.cpp: fixed the white space character for "text" font
+
+------------------------------------------------------------------------
+r7257 | asmax | 2004-04-03 11:21:12 +0200 (Sat, 03 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+
+  * all: support of shuffle from the skins2 interface:
+    - created a bool variable "playlist.isRandom" and 2 commands
+    "playlist.setRandom(true)" and "playlist.setRandom(false)"
+    - known bug: the playlist doesn't scroll automatically when the
+    stream changes
+
+------------------------------------------------------------------------
+r7258 | asmax | 2004-04-03 12:55:51 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/utils/ustring.cpp
+
+ * ustring.cpp: fixed the operator= (the trailing '\0' was not copied,
+   leading to invalid memory reads)
+
+------------------------------------------------------------------------
+r7259 | ipkiss | 2004-04-03 13:30:26 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/skins2/src/theme.hpp
+   M /trunk/modules/gui/skins2/src/top_window.hpp
+   M /trunk/modules/gui/skins2/src/vout_window.hpp
+
+ * skins2: Added friend classes where appropriate, to reduce the scope of
+   some methods.
+
+------------------------------------------------------------------------
+r7260 | fenrir | 2004-04-03 15:33:38 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/audio.c
+
+  *audio.c: aout really doesn't like big audio chunks, so split them.
+  (it helps a lot with wma).
+
+------------------------------------------------------------------------
+r7261 | asmax | 2004-04-03 15:57:46 +0200 (Sat, 03 Apr 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
+   D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_vars.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_vars.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/vars/stream.hpp
+
+  * src/vlcproc.cpp: DO NOT update the GUI directly from the vlc callbacks,
+  skins are not reentrant (at least with x11). Put commands in the queue
+  instead.
+  * commands/cmd_vars: commands to change variables
+  * controls/ctrl_list.cpp: automatic scroll when the stream changes
+  * src/bitmap.cpp: removed the scandinavian characters from the
+    text font, they don't belong to ASCII (caused a stack corruption)
+
+------------------------------------------------------------------------
+r7262 | asmax | 2004-04-03 16:59:15 +0200 (Sat, 03 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/playlist.c
+
+  * playlist.c: better random algorithm: do not play an item if it has
+  already been played (check the i_nb_played variable)
+  * item.c: initialize i_nb_played to 0
+
+------------------------------------------------------------------------
+r7263 | asmax | 2004-04-03 17:30:47 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+
+  * ctrl_text.cpp: check if the scrolling is still necessary when the
+   text is updated (avoid many crashes)
+
+------------------------------------------------------------------------
+r7264 | asmax | 2004-04-03 19:02:59 +0200 (Sat, 03 Apr 2004) | 4 lines
+Changed paths:
+   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_window.cpp
+
+  * x11_display.cpp: create a dummy "parent" window for the task bar
+  * x11_window.cpp: use XSetTransientForHint() to associate the windows
+  to the "parent" window -> single window in the task bar
+
+------------------------------------------------------------------------
+r7265 | asmax | 2004-04-03 20:16:34 +0200 (Sat, 03 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/utils/var_text.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.hpp
+
+  * x11/x11_window.cpp: reset the "drawable" variable to 0 before the vout child
+    window is destroyed (it is not enough i guess...)
+  * utils/var_text.cpp: unregister the observer to the Stream variable
+    in the destructor ! (fix a crash when changing skin)
+
+------------------------------------------------------------------------
+r7266 | ipkiss | 2004-04-03 20:47:12 +0200 (Sat, 03 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+
+ * skins2: do not save the config when changing the skin
+
+------------------------------------------------------------------------
+r7267 | ipkiss | 2004-04-03 22:17:06 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+
+ * skins2: when the user click on a window, raise onl this window.
+   This avoids a flickering when 2 windows are overlapping.
+
+------------------------------------------------------------------------
+r7268 | bigben | 2004-04-03 22:58:32 +0200 (Sat, 03 Apr 2004) | 4 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
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+Group selection combo box in stream proprieties dialog. Also allows to create new groups.
+
+
+
+------------------------------------------------------------------------
+r7269 | asmax | 2004-04-04 00:18:23 +0200 (Sun, 04 Apr 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+   M /trunk/modules/gui/skins2/utils/var_bool.cpp
+   M /trunk/modules/gui/skins2/utils/var_bool.hpp
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+
+  * x11/x11_display.cpp: the "parent" window now receive structure
+    notify events
+  * x11/x11_window.cpp: same thing for the other windows
+  * x11/x11_loop.cpp: when the "parent" window receives a map notify event,
+    we show all the windows because it doesn't seem to be automatic.
+    To have this working, we must update the visibility variable of the
+    windows when they are hidden by the window manager
+  
+
+------------------------------------------------------------------------
+r7270 | asmax | 2004-04-04 01:21:47 +0200 (Sun, 04 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/os_loop.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+   M /trunk/modules/gui/skins2/utils/var_bool.cpp
+   M /trunk/modules/gui/skins2/utils/var_bool.hpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+
+  * src/window_manager.cpp: added a synchVisibility() method to show the
+  visible windows (because they may have be hidden by the window manager)
+  * all: removed the dirty hacks from the previous commit ;)
+
+------------------------------------------------------------------------
+r7271 | bigben | 2004-04-04 02:30:11 +0200 (Sun, 04 Apr 2004) | 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/controls.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+Adds "Enable/disable item" menu item in playlist contextual menu.
+
+
+------------------------------------------------------------------------
+r7272 | bigben | 2004-04-04 10:17:27 +0200 (Sun, 04 Apr 2004) | 3 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
+
+Add "enable/disable all group items" functions in playlist context menu
+
+
+------------------------------------------------------------------------
+r7273 | ipkiss | 2004-04-04 12:48:04 +0200 (Sun, 04 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+
+ * skins2: Do not try anymore to display images whose width is 0.
+   This avoids warnings at run-time on Windows.
+
+------------------------------------------------------------------------
+r7274 | fenrir | 2004-04-04 16:34:36 +0200 (Sun, 04 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input: if we failed to open the file, and the name has a '%', we
+decode it as a url encoded one and we retry.
+ (Btw, this will break playing of paths that have '%' and ':' )
+
+------------------------------------------------------------------------
+r7275 | fenrir | 2004-04-04 16:50:21 +0200 (Sun, 04 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmstu.c
+
+ * mms: fixed 'Read' function when the header is bigger than the packet
+size.
+
+------------------------------------------------------------------------
+r7276 | gbazin | 2004-04-04 20:26:20 +0200 (Sun, 04 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+
+* modules/gui/skins2/src/dialogs.cpp: the dialogs provider needs to be of VLC_OBJECT_DIALOGS type.
+* modules/gui/skins2/src/vlcproc.cpp: honour p_intf->b_die.
+
+------------------------------------------------------------------------
+r7277 | gbazin | 2004-04-05 18:00:54 +0200 (Mon, 05 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+
+* modules/gui/wxwindows/bookmarks.cpp: fixes.
+
+------------------------------------------------------------------------
+r7278 | gbazin | 2004-04-05 18:09:17 +0200 (Mon, 05 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts.
+* modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
+
+------------------------------------------------------------------------
+r7279 | asmax | 2004-04-05 20:26:34 +0200 (Mon, 05 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+
+  * x11_loop.cpp: check if there is a theme before getting the window manager!
+    (avoid a segfault when there is no theme at the beginning)
+
+------------------------------------------------------------------------
+r7280 | gbazin | 2004-04-06 02:03:20 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   A /trunk/modules/gui/wxwindows/bitmaps/speaker.xpm
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/*: integrate the volume control in the toolbar.
+
+------------------------------------------------------------------------
+r7281 | gbazin | 2004-04-06 11:00:42 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: display default volume level on start.
+
+------------------------------------------------------------------------
+r7282 | gbazin | 2004-04-06 11:51:20 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: use wxBORDER_NONE for the volume control.
+
+------------------------------------------------------------------------
+r7283 | gbazin | 2004-04-06 12:27:14 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+* modules/access/file.c: fixed bug in concat mode when seeking.
+
+------------------------------------------------------------------------
+r7284 | gbazin | 2004-04-06 12:33:48 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+
+* modules/gui/wxwindows/preferences.cpp: small cosmetic change for win32.
+
+------------------------------------------------------------------------
+r7285 | gbazin | 2004-04-06 12:58:41 +0200 (Tue, 06 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
+* AUTHORS: updated my entry.
+
+------------------------------------------------------------------------
+r7286 | gbazin | 2004-04-06 16:15:38 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+* modules/gui/wxwindows/*: changed slider aspect and moved the time display into the statusbar.
+
+------------------------------------------------------------------------
+r7287 | gbazin | 2004-04-06 16:16:49 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/wxwindows.h: forgot to remove useless variable.
+
+------------------------------------------------------------------------
+r7288 | hartman | 2004-04-06 18:04:03 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+
+* Added subviewer and subviewer v2 support
+
+------------------------------------------------------------------------
+r7289 | fenrir | 2004-04-06 19:32:09 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmsh.c
+
+ * mmsh: fixed first packet handling.
+
+------------------------------------------------------------------------
+r7290 | ipkiss | 2004-04-06 21:56:57 +0200 (Tue, 06 Apr 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/src/theme_loader.hpp
+
+ * skins2/src/theme_loader.cpp: .vlt files can now contain directories
+   and subdirectories. When loading a skin, the "theme.xml" file will be
+   searched recursively, and the first one to be found is used.
+
+ * skins2/*: Do not 'cd' anymore to the temporary directory where the
+   .vlt is extracted (instead, we transform the relative paths specified
+   in the XML file into absolute paths).
+
+------------------------------------------------------------------------
+r7291 | gbazin | 2004-04-06 22:01:28 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/goom.c
+
+* modules/visualizations/goom.c: added --goom-width/height config variables.
+
+------------------------------------------------------------------------
+r7292 | asmax | 2004-04-06 22:38:10 +0200 (Tue, 06 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+
+  * x11_graphics: check if the width and height are not null, to avoid
+    a X11 Bad Value error
+
+------------------------------------------------------------------------
+r7293 | fkuehne | 2004-04-07 00:04:33 +0200 (Wed, 07 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/po/pt_BR.po
+
+Update of the Brazilian Portuguese translation by Andre de Barros Martins Ribeiro
+------------------------------------------------------------------------
+r7294 | hartman | 2004-04-07 01:14:44 +0200 (Wed, 07 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* Spelling fix
+
+------------------------------------------------------------------------
+r7295 | gbazin | 2004-04-07 01:54:49 +0200 (Wed, 07 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/visualization/goom.c
+
+* modules/visualization/goom.c:
+   + big rewrite.
+   + frame dropping.
+   + new --goom-speed option.
+
+------------------------------------------------------------------------
+r7296 | fkuehne | 2004-04-07 13:50:13 +0200 (Wed, 07 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/pda/pda_interface.c
+   M /trunk/po/de.po
+
+* modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video"
+* po/de.po: Updated german translation
+------------------------------------------------------------------------
+r7297 | fenrir | 2004-04-07 19:41:14 +0200 (Wed, 07 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmsh.h
+
+ * mmsh: added support of multiple files streamed with the same url (a
+few web radios use that)
+
+------------------------------------------------------------------------
+r7298 | fenrir | 2004-04-07 19:47:07 +0200 (Wed, 07 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/asf/libasf.c
+
+ * asf: added limited support of concatenated files for web radios (only
+files without index, seek isn't supported for such stream)
+
+------------------------------------------------------------------------
+r7299 | hartman | 2004-04-07 20:36:00 +0200 (Wed, 07 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* Use newer speex in OSX. apparently 0.7.1a is broken in this respect.
+
+------------------------------------------------------------------------
+r7300 | gbazin | 2004-04-07 21:09:38 +0200 (Wed, 07 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: disable SSE on solaris.
+
+------------------------------------------------------------------------
+r7301 | gbazin | 2004-04-07 21:48:38 +0200 (Wed, 07 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: modified the auto-generated menus routines to not 
+delete/re-create parent menus. That makes wxWindows a lot happier.
+
+------------------------------------------------------------------------
+r7302 | adn | 2004-04-07 22:10:16 +0200 (Wed, 07 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/share/skins2/default/theme.xml
+
+
+crotte !
+
+
+------------------------------------------------------------------------
+r7303 | gbazin | 2004-04-07 23:13:35 +0200 (Wed, 07 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/demux/util/sub.c
+
+* ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).
+
+------------------------------------------------------------------------
+r7304 | gbazin | 2004-04-08 00:41:57 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/ogg.c
+
+* modules/mug/ogg.c: fixed recent breakage.
+
+------------------------------------------------------------------------
+r7305 | gbazin | 2004-04-08 00:49:13 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+
+* modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace control.
+
+------------------------------------------------------------------------
+r7306 | gbazin | 2004-04-08 00:57:08 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/avi.c
+   M /trunk/modules/mux/mpeg/pes.c
+
+* modules/mux/*: fixed block_Realloc() typo.
+
+------------------------------------------------------------------------
+r7307 | fenrir | 2004-04-08 01:13:03 +0200 (Thu, 08 Apr 2004) | 8 lines
+Changed paths:
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/stream_output/stream_output.c
+
+ * input/input_dec.c: we automaticaly switch to minimize thread mode
+when streaming (it's better because of the way sout works).
+ * stream_output/stream_output.c: when removing a stream, stop waiting
+and start muxing if data are already here (needed for sout with pace
+control).
+
+ Both will help to allow muxing (nearly?) all frames, even the last ones.
+
+------------------------------------------------------------------------
+r7308 | gbazin | 2004-04-08 14:57:50 +0200 (Thu, 08 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/mozilla/vlcshell.cpp
+
+* mozilla/vlcshell.cpp: added fullscreen=yes/no option
+* modules/gui/wxwindows/*: fixed auto-generated menus on win32.
+
+------------------------------------------------------------------------
+r7309 | gbazin | 2004-04-08 17:40:32 +0200 (Thu, 08 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/video_output/vout_intf.c
+
+* modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON_TOP in ControlWindow()
+* modules/video_output/directx and x11: implemented VOUT_SET_STAY_ON_TOP in Control()
+* src/video_output/vout_intf.c: moved the video-on-top variable there.
+
+------------------------------------------------------------------------
+r7310 | gbazin | 2004-04-08 17:41:56 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/wxwindows.h: forgotten in last commit.
+
+------------------------------------------------------------------------
+r7311 | gbazin | 2004-04-08 17:50:29 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+* modules/video_output/directx/directx.c: apply --video-on-top on start.
+
+------------------------------------------------------------------------
+r7312 | ipkiss | 2004-04-08 19:54:03 +0200 (Thu, 08 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/os_window.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
+   M /trunk/modules/gui/skins2/x11/x11_window.hpp
+
+ * skins2/win32/win32_window.cpp: Transparency works correctly (this is
+   controlled by the 'alpha' and 'movealpha' attributes of the 'Theme'
+   tag). Win32 only.
+   Note: It is advised to use 255 for the alpha value, otherwise resizing
+   will be slowed down a lot...
+
+------------------------------------------------------------------------
+r7313 | gbazin | 2004-04-08 19:54:18 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+
+* modules/gui/wxwindows/menus.cpp: fixed segfault.
+
+------------------------------------------------------------------------
+r7314 | ipkiss | 2004-04-08 23:29:27 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_window.cpp
+
+Disabled my last changes, since they don't seem to work in all cases.
+
+------------------------------------------------------------------------
+r7315 | gbazin | 2004-04-09 18:03:29 +0200 (Fri, 09 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: compilation fix for latest ffmpeg cvs.
+
+------------------------------------------------------------------------
+r7316 | zorglub | 2004-04-09 20:16:13 +0200 (Fri, 09 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/streamwizard.cpp
+   A /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Beginning of an improved streaming wizard. Do not use at the moment
+
+------------------------------------------------------------------------
+r7317 | hartman | 2004-04-10 14:26:50 +0200 (Sat, 10 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* --enable-gpl needed now for ffmpeg cvs
+
+------------------------------------------------------------------------
+r7318 | anil | 2004-04-10 18:53:57 +0200 (Sat, 10 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+* compilation fixes
+
+------------------------------------------------------------------------
+r7319 | gbazin | 2004-04-11 14:20:11 +0200 (Sun, 11 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*:
+  + added a "Open Capture Device..." menu entry.
+  + a bit of clean-up.
+
+------------------------------------------------------------------------
+r7320 | gbazin | 2004-04-11 14:22:06 +0200 (Sun, 11 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_interface.h
+
+* include/vlc_interface.h: forgot that in last commit.
+
+------------------------------------------------------------------------
+r7321 | asmax | 2004-04-11 18:34:04 +0200 (Sun, 11 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+
+  * all: support of playlist loop in skins2
+   (new variable playlist.isLoop, new commands playlist.setLoop(true)
+   and playlist.setLoop(false) in the xml)
+
+------------------------------------------------------------------------
+r7322 | gbazin | 2004-04-12 02:06:59 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.h
+
+* modules/gui/wxwindows/*: improved preferences widgets a bit.
+
+------------------------------------------------------------------------
+r7323 | gbazin | 2004-04-12 11:52:40 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+
+* modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences..." entries in the popup menu.
+
+------------------------------------------------------------------------
+r7324 | gbazin | 2004-04-12 12:44:34 +0200 (Mon, 12 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/modules/access/dshow/filter.h
+
+* modules/access/dshow/*: improvements from Damien Fouilleul (modified by me).
+  + Use ICaptureGraphBuilder2 when available (standard way to setup capture graphs).
+  + Extra WDM property sheets for --dshow-config.
+  + Some support for selecting crossbar routes.
+* THANKS: Added Damien Fouilleul for the DirectShow input improvements.
+
+------------------------------------------------------------------------
+r7325 | ipkiss | 2004-04-12 15:17:52 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/Doxyfile
+
+ * doc/Doxyfile: generate Doxygen documentation for the skins2 module
+
+------------------------------------------------------------------------
+r7326 | ipkiss | 2004-04-12 16:07:57 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+
+ * skins/win32/win32_graphics.cpp: Fix for alphablending (thanks AsMaX)
+
+------------------------------------------------------------------------
+r7327 | asmax | 2004-04-12 16:25:15 +0200 (Mon, 12 Apr 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/os_factory.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
+
+  * src/os_factory.hpp: added a method OSFactory::getResourceDir()
+   to get a list of possible resource directories for skins2.
+   On linux the path is "~/.vlc/skins2:VLC_INSTALL_DIR/share/skins2"
+   and on win32 it is "VLC_PATH\skins2'
+  * src/skin_main.cpp: use the getResourceDir() method instead of #ifdef
+  * parser/builder.cpp: the default font is looked up in the resource dir,
+   so you can put fonts in ~/.vlc/skins2/fonts and avoid a make install
+
+
+------------------------------------------------------------------------
+r7328 | asmax | 2004-04-12 19:08:58 +0200 (Mon, 12 Apr 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   D /trunk/share/skins2/default/skin.dtd
+   M /trunk/share/skins2/default/theme.xml
+   A /trunk/share/skins2/skin.dtd (from /trunk/share/skins2/default/skin.dtd:7327)
+
+  * all: the DTD lookup for skins2 themes now use XML catalogs:
+    The XML file must begin with:
+    <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
+    (the "skin.dtd" is ignored but should be an URL on the website)
+    and the DTD is looked up at runtime in the directories of the resource
+    path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
+    -> the DTD doesn't need any more to be shipped with the themes.
+
+------------------------------------------------------------------------
+r7329 | ipkiss | 2004-04-12 20:55:07 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+
+ * skins2/win32/win32_factory.cpp: Compilation fix
+
+------------------------------------------------------------------------
+r7330 | gbazin | 2004-04-12 22:30:59 +0200 (Mon, 12 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   M /trunk/modules/gui/wxwindows/open.cpp
+   D /trunk/modules/gui/wxwindows/v4l.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: removed the V4L specific code.
+  The V4L panel is now created automatically with an "AutoBuiltPanel" class.
+  (A few options are missing compared to the old panel but they need to be added
+   to the V4L plugin, not the wxWindows code).
+
+------------------------------------------------------------------------
+r7331 | gbazin | 2004-04-12 22:39:26 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+* share/Makefile.am: skin.dtd was moved.
+
+------------------------------------------------------------------------
+r7332 | gbazin | 2004-04-12 22:52:29 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+* modules/gui/wxwindows/open.cpp: compilation fix.
+
+------------------------------------------------------------------------
+r7333 | hartman | 2004-04-12 23:01:41 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+
+* Fix the 'auto' selection of Console intf in "extra intfs" menu entry.
+
+------------------------------------------------------------------------
+r7334 | gbazin | 2004-04-12 23:10:26 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+* modules/gui/wxwindows/open.cpp: bug fix.
+
+------------------------------------------------------------------------
+r7335 | gbazin | 2004-04-12 23:48:18 +0200 (Mon, 12 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
+
+* modules/gui/skins2/x11/x11_factory.cpp: added "share/skins2" to the resource paths.
+* modules/gui/skins2/x11/x11_factory.cpp: small cosmetic change in a string.
+
+------------------------------------------------------------------------
+r7336 | gbazin | 2004-04-12 23:59:28 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+* modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.
+
+------------------------------------------------------------------------
+r7337 | fenrir | 2004-04-13 12:05:59 +0200 (Tue, 13 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+ * mpeg4video: init i_dts.
+
+------------------------------------------------------------------------
+r7338 | gbazin | 2004-04-13 12:52:29 +0200 (Tue, 13 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/copy.c
+   M /trunk/modules/packetizer/mpeg4video.c
+
+* modules/packetizer/*: bug fix (use es_format_Copy() when necessary).
+
+------------------------------------------------------------------------
+r7339 | gbazin | 2004-04-13 14:49:14 +0200 (Tue, 13 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/goom.c
+
+* modules/visualization/goom.c: don't bother including the goom header on win32.
+
+------------------------------------------------------------------------
+r7340 | bigben | 2004-04-13 15:23:26 +0200 (Tue, 13 Apr 2004) | 6 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
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+*all :
+
+- Add "Add group" and "delete group" buttons in the playlistinfo window
+- When several items of the playlist are selected, and we change the group, change it for all selected items...
+
+
+------------------------------------------------------------------------
+r7341 | sigmunau | 2004-04-13 16:08:51 +0200 (Tue, 13 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+modules/codec/subsdec.c:
+ * strip html-like tags from subtitles
+
+------------------------------------------------------------------------
+r7342 | gbazin | 2004-04-13 16:13:07 +0200 (Tue, 13 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the pts of input frames when doing mpeg4 video encoding.
+  So let's use proper PTS now!
+
+------------------------------------------------------------------------
+r7343 | andrep | 2004-04-14 08:09:56 +0200 (Wed, 14 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/include/osd.h
+   M /trunk/src/video_output/video_text.c
+
+* vout_ShowTextAbsolute now returns VLC_EGENERIC if the text render wasn't
+  successful and VLC_SUCCESS on success, instead of returning void.
+
+
+------------------------------------------------------------------------
+r7344 | gbazin | 2004-04-14 09:09:17 +0200 (Wed, 14 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+* modules/access/v4l/v4l.c: off by one fix by James MacLean.
+
+------------------------------------------------------------------------
+r7345 | garf | 2004-04-14 10:55:34 +0200 (Wed, 14 Apr 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/share/http/vlm/edit.html
+   M /trunk/share/http/vlm/index.html
+   M /trunk/share/http/vlm/new.html
+   M /trunk/src/misc/vlm.c
+
+ * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
+   compatible
+ * http.c: a little bug fix ( append vlm command )
+ * telnet.c: 4 spaces indentation on show command (much more readable)
+ * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic
+   modifications
+
+------------------------------------------------------------------------
+r7346 | sigmunau | 2004-04-14 17:59:52 +0200 (Wed, 14 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Use wxFileDialog::GetPath() and not GetFilename(). Closes #1781
+
+------------------------------------------------------------------------
+r7347 | garf | 2004-04-14 18:20:25 +0200 (Wed, 14 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/share/http/index.html
+   M /trunk/share/http/vlm/edit.html
+   M /trunk/share/http/vlm/index.html
+   A /trunk/share/http/vlm/show.html
+
+ * http interface: media/schedule show page before edit page
+
+------------------------------------------------------------------------
+r7348 | stippi | 2004-04-15 11:57:14 +0200 (Thu, 15 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/src/playlist/playlist.c
+
+compile fix, do not declare variables in the middle of a function, this is plain C...
+------------------------------------------------------------------------
+r7349 | stippi | 2004-04-15 12:02:19 +0200 (Thu, 15 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it to INADDR_BROADCAST, which is defined as the same thing on Linux. Hope it's ok, I left the original line as a comment...
+------------------------------------------------------------------------
+r7350 | stippi | 2004-04-15 12:46:11 +0200 (Thu, 15 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/beos/MediaControlView.cpp
+
+fixed the incorrect window size limits for the interface window
+------------------------------------------------------------------------
+r7351 | fkuehne | 2004-04-15 18:01:33 +0200 (Thu, 15 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+* added localisation support
+------------------------------------------------------------------------
+r7352 | fkuehne | 2004-04-15 18:05:59 +0200 (Thu, 15 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/po/POTFILES.in
+   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: ./toolbox --update-po
+------------------------------------------------------------------------
+r7353 | gbazin | 2004-04-15 21:12:20 +0200 (Thu, 15 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
+
+------------------------------------------------------------------------
+r7354 | gbazin | 2004-04-15 22:01:24 +0200 (Thu, 15 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/goom.c
+
+* modules/visualization/goom.c: default speed is now set to 6.
+
+------------------------------------------------------------------------
+r7355 | fenrir | 2004-04-15 22:25:57 +0200 (Thu, 15 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+ * httpd: may fix mmsh for vlc.
+
+------------------------------------------------------------------------
+r7356 | fenrir | 2004-04-15 22:27:06 +0200 (Thu, 15 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http: fixed some gcc warning.
+
+------------------------------------------------------------------------
+r7357 | gbazin | 2004-04-16 00:21:41 +0200 (Fri, 16 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/block.c
+
+* src/misc/block.c: fixed BlockRealloc()
+
+------------------------------------------------------------------------
+r7358 | sigmunau | 2004-04-16 00:22:55 +0200 (Fri, 16 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+handle h261 video streams over rtp
+
+------------------------------------------------------------------------
+r7359 | sigmunau | 2004-04-16 00:45:27 +0200 (Fri, 16 Apr 2004) | 9 lines
+Changed paths:
+   M /trunk/include/vlc_block.h
+   M /trunk/modules/codec/Modules.am
+   A /trunk/modules/codec/mash.cpp
+   M /trunk/modules/demux/livedotcom.cpp
+
+include/vlc_block.h:
+ * added a BLOCK_FLAG_END_OF_FRAME flag
+ * reformated comments on block flags
+modules/demux/livedotcom.cpp
+ * use BLOCK_FLAG_END_OF_FRAME, and only for h261 streams
+modules/codec/Modules.am,mash.cpp
+ * new h261 video decoder using openmash. Building this plugin is left as an
+   excersise for the reader.
+
+------------------------------------------------------------------------
+r7360 | hartman | 2004-04-16 02:38:57 +0200 (Fri, 16 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Updated live.com
+* Added openmash targets (not yet enabled, because it doesn't compile yet)
+
+------------------------------------------------------------------------
+r7361 | gbazin | 2004-04-16 15:26:01 +0200 (Fri, 16 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* modules/demux/livedotcom.cpp: compilation fix for old livemedia libs.
+
+------------------------------------------------------------------------
+r7362 | fkuehne | 2004-04-16 17:25:35 +0200 (Fri, 16 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+ * fixed a typo
+------------------------------------------------------------------------
+r7363 | fkuehne | 2004-04-16 20:41:00 +0200 (Fri, 16 Apr 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/gui/pda/pda.glade
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/misc/sap.c
+   M /trunk/po/de.po
+   M /trunk/src/libvlc.h
+
+* modules/control/telnet.c: removed translation of "VLM"
+* modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi"
+* modules/gui/wxwindows/wizard.cpp: minor string-corrections
+* modules/misc/logger.c: more minor string-corrections
+* modules/misc/sap.c: ditto
+* src/libvlc.h: ditto
+* po/de.po: updated german translation
+------------------------------------------------------------------------
+r7364 | bigben | 2004-04-17 11:22:41 +0200 (Sat, 17 Apr 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/stream_out/announce.c
+   M /trunk/modules/stream_out/announce.h
+   M /trunk/modules/stream_out/standard.c
+
+* Little cleanup of sap announces :
+
+- use net_* functions
+- use vlc_UrlParse function
+
+change sap_session_t structure  : it now includes the  sdp packet, which
+isn't regenerated each time it is sent.
+
+
+
+------------------------------------------------------------------------
+r7365 | hartman | 2004-04-18 02:41:49 +0200 (Sun, 18 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+* New sap listener standard behaviour is to pass along ALL complete announces to
+  the playlist, so livedotcom will be used.
+* Added a --sap-parse option, so you can get back the old behaviour.
+
+
+------------------------------------------------------------------------
+r7366 | hartman | 2004-04-18 11:58:08 +0200 (Sun, 18 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+* Switch default behaviour of --sap-parse. A lot of the streams
+  that the module could parse cannot be parsed by live.com
+  most are udp announces. We will need to inform Ross about these...
+  (on mbone about 1/3 announces is not recognized by live.com)
+
+
+------------------------------------------------------------------------
+r7367 | hartman | 2004-04-18 14:18:23 +0200 (Sun, 18 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/translations.txt
+
+* "Where are the .po files?"
+
+------------------------------------------------------------------------
+r7368 | zorglub | 2004-04-18 20:06:41 +0200 (Sun, 18 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/iteminfo.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* Some progress on the wizard (still not useable)
+* Fixed layout of the item info dialog
+
+------------------------------------------------------------------------
+r7369 | ipkiss | 2004-04-18 20:11:51 +0200 (Sun, 18 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.hpp
+
+ * skins2: Other attempt at supporting transparency on Windows (win2k, winxp).
+   As it is not perfect yet, a new config option allows to disable transparency
+   effects.
+
+------------------------------------------------------------------------
+r7370 | zorglub | 2004-04-18 20:21:09 +0200 (Sun, 18 Apr 2004) | 22 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/NEWS
+   M /trunk/include/network.h
+   M /trunk/include/stream_output.h
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/modules/misc/sap.c
+   M /trunk/modules/stream_out/announce.c
+   M /trunk/modules/stream_out/announce.h
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/net.c
+   M /trunk/src/misc/objects.c
+   A /trunk/src/stream_output/announce.c
+   A /trunk/src/stream_output/sap.c
+
+* ALL: Better announce system
+
+  - The SAP handler now runs in a separate thread.
+  - RTP sessions can be announced with sap (sdp=sap://,name=...)
+       TODO: Make this more configurable
+  - Better SDP generation (the timestamp problem is not resolved)
+       About this, there is a problem : as, for a RTP session, the URI
+        is the complete SDP, if the session is recreated, as the URI has 
+        changed, a new item is added to the playlist
+  - Experimental flow control algorithm :
+       It does not follow the "Recommended" implementation, as it needs
+       to count the sessions (to achieve this, we should make this work
+       together with the SAP listener)
+       It is disabled by default (use --sap-flow-control to enable).
+       When it is disabled, sap announcement interval is set by --sap-interval
+
+* src/misc/net.c : created net_ReadNonBlock
+* sap.c : Fixed memory problem
+
+
+
+
+------------------------------------------------------------------------
+r7371 | zorglub | 2004-04-18 21:56:58 +0200 (Sun, 18 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Make the SAP parser happier
+
+------------------------------------------------------------------------
+r7372 | gbazin | 2004-04-19 00:48:23 +0200 (Mon, 19 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/input/input_programs.c
+
+* src/input/*: fixed some deadlock issues.
+   The locking is still far from perfect and will need some cleanup but this is a step in the right direction.
+
+------------------------------------------------------------------------
+r7373 | gbazin | 2004-04-19 01:08:44 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/visual/visual.c
+
+* modules/visualization/visual/visual.c: more sanity checks for fail over situations.
+
+------------------------------------------------------------------------
+r7374 | gbazin | 2004-04-19 01:35:25 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/input.c
+
+* src/audio_output/input.c: add goom (if present) to the list of visualization choices.
+
+------------------------------------------------------------------------
+r7375 | hartman | 2004-04-19 02:01:51 +0200 (Mon, 19 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+
+* OpenGL video output is now the default on OS X.
+  I'm not aware of any REAL problems with the openGL output
+  please report your experiences.
+
+------------------------------------------------------------------------
+r7376 | andrep | 2004-04-19 03:26:26 +0200 (Mon, 19 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+   M /trunk/src/libvlc.h
+
+* Add hotkeys to go back/forward in media browsing history
+
+
+------------------------------------------------------------------------
+r7377 | andrep | 2004-04-19 04:08:52 +0200 (Mon, 19 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/LIST
+   A /trunk/modules/codec/cmml
+   A /trunk/modules/codec/cmml/Modules.am
+   A /trunk/modules/codec/cmml/browser_open.c
+   A /trunk/modules/codec/cmml/browser_open.h
+   A /trunk/modules/codec/cmml/cmml.c
+   A /trunk/modules/codec/cmml/history.c
+   A /trunk/modules/codec/cmml/history.h
+   A /trunk/modules/codec/cmml/intf.c
+   A /trunk/modules/codec/cmml/xarray.c
+   A /trunk/modules/codec/cmml/xarray.h
+   A /trunk/modules/codec/cmml/xlist.c
+   A /trunk/modules/codec/cmml/xlist.h
+   A /trunk/modules/codec/cmml/xstrcat.h
+   A /trunk/modules/codec/cmml/xtag.c
+   A /trunk/modules/codec/cmml/xtag.h
+   A /trunk/modules/codec/cmml/xurl.c
+   A /trunk/modules/codec/cmml/xurl.h
+
+* Added Continuous Media Markup Language (CMML) codec
+
+
+------------------------------------------------------------------------
+r7378 | fenrir | 2004-04-19 10:27:34 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+ * httpd: better fix for mmsh.
+
+------------------------------------------------------------------------
+r7379 | gbazin | 2004-04-19 12:48:04 +0200 (Mon, 19 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/include/aout_internal.h
+   M /trunk/src/audio_output/input.c
+
+* include/aout_internal.h: added a b_restart field to aout_input_t.
+* src/audio_output/input.c: simplified VisualizationCallback() and don't restart the aout inputs in there but rather set the b_restart flag so they automatically get restarted on the next aout_InputPlay().
+
+------------------------------------------------------------------------
+r7380 | bigben | 2004-04-19 13:50:51 +0200 (Mon, 19 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+adds a linebreak after sending the Basic authentification token. This makes web servers (including VLC) a lot happier ;-)
+
+
+------------------------------------------------------------------------
+r7381 | gbazin | 2004-04-19 14:44:56 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c: prevent monitor power down when the directx vout is running.
+
+------------------------------------------------------------------------
+r7382 | gbazin | 2004-04-19 16:06:42 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c: forgot an argument to SetThreadExecutionState().
+
+------------------------------------------------------------------------
+r7383 | zorglub | 2004-04-19 17:49:25 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+Fix crash when vout window is resized to 0 width
+
+------------------------------------------------------------------------
+r7384 | andrep | 2004-04-19 17:59:56 +0200 (Mon, 19 Apr 2004) | 51 lines
+Changed paths:
+   A /trunk/modules/codec/cmml/HACKING
+
+* Added HACKING file to CMML codec plugin directory, which includes
+  description of what it does and how it's implemented.
+
+* Overview of the CMML codec:
+
+  This is an implementation of the Continuous Media Markup Language
+  (CMML) for VideoLAN.  In short, CMML is a (XML) markup language for
+  time-continuous data, which of course includes multimedia such as
+  video and audio.  It allows one to annotate a media file with both
+  structured and unstructured textual data, but one of its distinguishing
+  features--and what this code implements--is its support for embedding
+  hyperlinks in media files.
+
+  So, while viewing some media (e.g. a radio interview with a band),
+  you could provide a hyperlink to any URL, including a standard web
+  page or other media (e.g. the band's home page).  The hyperlinks
+  are active only for specific intervals of time while the media is
+  playing, so for example during a radio interview, the hyperlinks
+  can change depending on what questions the interviewer is asking
+  and topic is being discussed.
+
+  For more general information on CMML and its role in the bigger
+  picture of extending the World Wide Web to properly support multimedia,
+  see <http://www.annodex.net/overview.html>.  For specifications of
+  CMML, see <http://www.annodex.net/specifications.html>.
+
+* CMML codec usage:
+
+  Once you have hyperlinking capability, you take on some of the
+  capabilities of a web browser, in particular following hyperlinks,
+  and also maintaining a browsing history where you can go backwards
+  and forwards between pieces of media you've linked to.  So, if you
+  are viewing a file with CMML markup:
+
+  * Hyperlinks are displayed as a subtitle track
+
+  * Hyperlinks are followed with the VLC "activate" hotkey (by default,
+    this is just the Enter key)
+
+  * Going back and forward are done with the "history-back" and
+    "history-forward" keys, by default Cmd-[ and Cmd-] on Mac OS X,
+    and Ctrl-[ and Ctrl-] on all other platforms.
+
+  Until the media browsing history features are made available outside
+  of the CMML plugin, you can only use the history features while
+  viewing a file that contains CMML markup: e.g. you cannot navigate
+  backwards or forward in the history while viewing a standard MPEG
+  video.  This is a limitation which may be removed if the media
+  browsing code is merged into the VLC core.
+
+
+------------------------------------------------------------------------
+r7385 | titer | 2004-04-19 18:57:39 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+ deinterlace.c: added AltiVec optims for 16-bytes unaligned lines
+
+------------------------------------------------------------------------
+r7386 | gbazin | 2004-04-19 21:34:15 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+* NEWS: updated with all the changes since the last release.
+
+------------------------------------------------------------------------
+r7387 | gbazin | 2004-04-20 01:00:57 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+* NEWS: few changes.
+
+------------------------------------------------------------------------
+r7388 | hartman | 2004-04-20 03:00:29 +0200 (Tue, 20 Apr 2004) | 10 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/Makefile.am
+   M /trunk/NEWS
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* extras/contrib/src
+  - fix goom location
+  - some small url improvements. please test the contrib system.
+* modules/gui/macosx/*
+  - autodetect Quartz Extreme. Use OpenGL vout if present.
+  - --macosx-vout auto|quartz|opengl to force a vout.
+* Makefile.am: add share/http/vlm to target.
+* NEWS: small updates
+* AUTHORS: updated my email address.
+
+------------------------------------------------------------------------
+r7389 | andrep | 2004-04-20 06:24:52 +0200 (Tue, 20 Apr 2004) | 5 lines
+Changed paths:
+   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/vout.m
+
+* Mac OS X: intercept and respond to user-configured VLC hotkeys, rather
+  than only responding to shortcut keys which are defined in the .nib
+  interface file
+
+
+------------------------------------------------------------------------
+r7390 | dionoea | 2004-04-20 13:29:36 +0200 (Tue, 20 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* fixed hue, contrast, gamma, brightness and saturation sliders
+* added restore to default settings button (for those sliders)
+
+
+
+------------------------------------------------------------------------
+r7391 | gbazin | 2004-04-20 15:34:03 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: fit the default size of the interface to the menubar.
+
+------------------------------------------------------------------------
+r7392 | gbazin | 2004-04-20 16:04:56 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: better interface size under gtk.
+
+------------------------------------------------------------------------
+r7393 | sam | 2004-04-20 16:31:24 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/po/es.po
+
+  * po/es.po: minor translation fix.
+
+------------------------------------------------------------------------
+r7394 | gbazin | 2004-04-20 17:05:24 +0200 (Tue, 20 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/vlc.c
+
+* include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
+   When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts).
+* src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype.
+* src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves.
+* modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
+
+------------------------------------------------------------------------
+r7395 | sam | 2004-04-20 17:17:46 +0200 (Tue, 20 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac:
+    + Check for <altivec.h>.
+    + Test for -maltivec -mabi=altivec in addition to -fvec.
+
+------------------------------------------------------------------------
+r7396 | yoann | 2004-04-20 17:54:54 +0200 (Tue, 20 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/libvlc.h
+
+Added a --sub-autodetect-path which is a list of paths (separated by
+',') where VLC can look for a subtitle file ; typically, ./Subtitles or
+./subtitles (the directory in wich the film is located is implicit).
+
+
+------------------------------------------------------------------------
+r7397 | sam | 2004-04-20 19:27:30 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   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/mash.cpp
+   M /trunk/modules/control/lirc.c
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/skins2/vars/stream.cpp
+   M /trunk/modules/gui/skins2/vars/stream.hpp
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/src/input/control.c
+   M /trunk/src/stream_output/announce.c
+   M /trunk/src/stream_output/sap.c
+   M /trunk/src/video_output/vout_intf.c
+
+  * Added missing Id to the svn:keywords properties of some files.
+
+------------------------------------------------------------------------
+r7398 | gbazin | 2004-04-20 19:57:58 +0200 (Tue, 20 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.c
+
+* modules/gui/wxwindows/wxwindows.cpp: don't "play on start" when in dialogs provider mode.
+* modules/gui/skins2/src/skin_main.cpp: "play on start" support.
+* src/interface/interface.c: explicit init of b_play.
+* src/libvlc.c: GetFilenames() doesn't start the playlist anymore.
+
+------------------------------------------------------------------------
+r7399 | yoann | 2004-04-20 20:12:42 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Changed directory separator from '/' to '\' for windows version.
+
+------------------------------------------------------------------------
+r7400 | gbazin | 2004-04-20 21:24:03 +0200 (Tue, 20 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: put the SAP options where they belong (ie. the stream output category).
+* modules/gui/skins2/src/window_manager.cpp: skins2-transparency is win32 only.
+
+------------------------------------------------------------------------
+r7401 | gbazin | 2004-04-20 23:04:08 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
+
+------------------------------------------------------------------------
+r7402 | anil | 2004-04-20 23:13:52 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+* 'Toggle enabled' -> 'Enable/Disable' in the playlist popup menu
+
+------------------------------------------------------------------------
+r7403 | hartman | 2004-04-21 03:46:41 +0200 (Wed, 21 Apr 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+
+* modules/demux/sgimb.c
+  - when we open a kasenna multicast udp stream, don't pass along to RTSP.
+  - set the correct mtu for Kasenna streams.
+* rest
+  --mtu can now be set via :mtu playlist option.\
+
+
+------------------------------------------------------------------------
+r7404 | fenrir | 2004-04-21 12:37:33 +0200 (Wed, 21 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/input_dec.c
+
+* input_dec: do not switch to minimize-threads in sout mode if input are
+not pace controlable (temporary workaround, we should create a thread
+that handles all packetizers).
+
+------------------------------------------------------------------------
+r7405 | gbazin | 2004-04-21 14:13:26 +0200 (Wed, 21 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/misc/playlist/m3u.c
+
+* modules/misc/playlist/m3u.c: save VLC input options with the "#EXTVLCOPT:" tag.
+* modules/demux/m3u.c: parse the "#EXTVLCOPT:" tag.
+
+------------------------------------------------------------------------
+r7406 | sam | 2004-04-21 15:23:01 +0200 (Wed, 21 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/memcpy/memcpyaltivec.c
+   M /trunk/modules/video_chroma/i420_yuy2.c
+
+  * configure.ac:
+    + Check for vec_ld instead of vec_mtvscr in the C AltiVec detection.
+    + Include <altivec.h> in the C AltiVec detection.
+  * modules/misc/memcpy/memcpyaltivec.c modules/video_chroma/i420_yuy2.c:
+    + Include <altivec.h> in the C AltiVec versions.
+
+------------------------------------------------------------------------
+r7407 | murray | 2004-04-21 15:27:52 +0200 (Wed, 21 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/po/it.po
+
+Updated italian translation (rc interface, streaming wizard)
+
+------------------------------------------------------------------------
+r7408 | sam | 2004-04-21 15:55:48 +0200 (Wed, 21 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+  * modules/video_filter/deinterlace.c: included <altivec.h>.
+
+------------------------------------------------------------------------
+r7409 | murray | 2004-04-21 17:25:52 +0200 (Wed, 21 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/po/it.po
+
+fix (thanks anil)
+
+------------------------------------------------------------------------
+r7410 | fenrir | 2004-04-21 17:39:16 +0200 (Wed, 21 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/block.c
+
+ * block: fixed block_Realloc.
+
+------------------------------------------------------------------------
+r7411 | massiot | 2004-04-21 17:54:09 +0200 (Wed, 21 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transrate/Modules.am
+   A /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
+
+* modules/stream_out/transrate: Rewrote the transrater to use a SAD error
+  estimation ; if the error is too high, lower the quantizer scale.
+
+------------------------------------------------------------------------
+r7412 | massiot | 2004-04-21 17:55:17 +0200 (Wed, 21 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: When a packet is lost, flag a discontinuity, do not
+  trash the PES packet (the rest of the PES can still be used, and anyway
+  the decoder must be aware that a discontinuity happened).
+
+------------------------------------------------------------------------
+r7413 | massiot | 2004-04-21 17:58:50 +0200 (Wed, 21 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+* modules/access/pvr/pvr.c: Code conventions; added :audio= option to
+  specify the audio bitmask (0xA9 seems a good value).
+
+------------------------------------------------------------------------
+r7414 | massiot | 2004-04-21 18:00:17 +0200 (Wed, 21 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpegvideo.c
+
+* modules/packetizer/mpegvideo.c: When a discontinuity is flagged, trash
+  the whole PES because the contents may be corrupt.
+
+------------------------------------------------------------------------
+r7415 | hartman | 2004-04-22 03:55:45 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+
+* Give the kasenna a bit more mtu space than it advises to you. Works a lot better.
+
+------------------------------------------------------------------------
+r7416 | fenrir | 2004-04-22 04:58:05 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * ts.c: allow muxing of h264 stream.
+
+------------------------------------------------------------------------
+r7417 | fenrir | 2004-04-22 05:02:05 +0200 (Thu, 22 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/Modules.am
+   A /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/packetizer/Modules.am
+   A /trunk/modules/packetizer/h264.c
+
+ * packetizer/h264.c: a really basic h264 packetizer (it doesn't support
+b-frame and it doesn't do pts/dts computation but I fear it won't be
+possible).
+ * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.
+
+------------------------------------------------------------------------
+r7418 | fenrir | 2004-04-22 05:04:36 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ * configure: added h264 demuxer and packetizer.
+
+------------------------------------------------------------------------
+r7419 | fenrir | 2004-04-22 05:14:15 +0200 (Thu, 22 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+
+ * ffmpeg: added a ffmpeg-debug option (control libavcodec debug
+messages).
+
+------------------------------------------------------------------------
+r7420 | fenrir | 2004-04-22 05:18:56 +0200 (Thu, 22 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/Modules.am
+   A /trunk/modules/codec/x264.c
+
+ * x264: wrapper for libx264 encoder (h264 encoder, you can find it at
+http://lyra.via.ecp.fr). use qmin==qmax to change the qp.
+
+------------------------------------------------------------------------
+r7421 | fenrir | 2004-04-22 05:25:47 +0200 (Thu, 22 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/demux/mpeg/system.h
+   M /trunk/modules/demux/mpeg/ts.c
+
+ * mpeg/system.c, ts.c: added h264 to old TS demuxer.
+ * mpeg/h264.c : use greater packet size.
+
+------------------------------------------------------------------------
+r7422 | sam | 2004-04-22 11:08:29 +0200 (Thu, 22 Apr 2004) | 19 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/copyright
+   M /trunk/debian/rules
+
+ * configure.ac:
+   + Factorized the Xinerama code check.
+   + If libXv.so is present, ignore libXv_pic.
+ * debian/control:
+   + Build-depend on zlib1g-dev because ffmpeg uses it by default.
+   + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
+   + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
+   + Added a build-dependency on libaudiofile-dev to fix the m68k build.
+   + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
+     on ppc/mpegvideo_altivec.o (Closes: #236442).
+   + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
+   + Override kdelibs4's shlibs value to get VLC into testing.
+   + No longer build-depend on dvb-dev.
+ * debian/rules:
+   + Activated DTS decoding support.
+   + Added symlinks for mozilla-firefox (Closes: #239352).
+ * debian/copyright:
+   + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
+
+------------------------------------------------------------------------
+r7423 | sam | 2004-04-22 11:26:15 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec
+   M /trunk/modules/codec/cmml
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/packetizer/h264.c
+   M /trunk/modules/stream_out/transrate/block.c
+
+  * Added missing SVN properties.
+
+------------------------------------------------------------------------
+r7424 | zorglub | 2004-04-22 14:54:05 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+Fix audio and do not read 1 byte without remembering it
+
+------------------------------------------------------------------------
+r7425 | gbazin | 2004-04-22 14:57:56 +0200 (Thu, 22 Apr 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/vout.h
+
+* modules/video_output/directx/*:
+  - Major changes to way the embedded vout is handled.
+    + the vout windows are created in our event thread so we do receive the events now.
+    + we do not use the external window directly (as for normal vout we create our vout window + video sub-window).
+    + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy.
+  - Improved the mouse auto-hide feature.
+  - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.
+
+------------------------------------------------------------------------
+r7426 | fenrir | 2004-04-22 15:19:55 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/h264.c
+
+ * h264: added a h264-fps option.
+
+------------------------------------------------------------------------
+r7427 | gbazin | 2004-04-22 17:59:05 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/vout.h
+
+* modules/video_output/directx/*: only hide the mouse when in fullscreen.
+
+------------------------------------------------------------------------
+r7428 | gbazin | 2004-04-22 22:35:25 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/input.c
+
+* src/audio_output/input.c: too much locking.
+
+------------------------------------------------------------------------
+r7429 | titer | 2004-04-22 23:29:45 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+ contrib/src/Makefile : typo
+
+------------------------------------------------------------------------
+r7430 | gbazin | 2004-04-23 07:27:13 +0200 (Fri, 23 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/doc/Makefile.am
+   M /trunk/modules/demux/mp4/Modules.am
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.
+* doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist).
+* modules/demux/mp4/Modules.am: get rid of mp4.h.
+
+------------------------------------------------------------------------
+r7431 | gbazin | 2004-04-23 07:44:18 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xcommon.h
+
+* modules/video_output/x11/*: implemented some locking so vout_Control() can be called from another thread.
+
+------------------------------------------------------------------------
+r7432 | gbazin | 2004-04-23 07:46:59 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.
+
+------------------------------------------------------------------------
+r7433 | gbazin | 2004-04-23 08:12:30 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+
+* modules/demux/sgimb.c: fixed memory leak.
+
+------------------------------------------------------------------------
+r7434 | gbazin | 2004-04-23 08:25:03 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
+
+* src/playlist/item.c: fixed memory leak.
+
+------------------------------------------------------------------------
+r7435 | gbazin | 2004-04-23 08:32:52 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+* src/input/subtitles.c: fixed memory leak.
+
+------------------------------------------------------------------------
+r7436 | gbazin | 2004-04-23 08:53:00 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+
+* src/playlist/item.c,item-ext.c: fixed memory leaks.
+
+------------------------------------------------------------------------
+r7437 | gbazin | 2004-04-23 09:07:20 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: fixed memory leak.
+
+------------------------------------------------------------------------
+r7438 | gbazin | 2004-04-23 11:13:43 +0200 (Fri, 23 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: fixed mem leak + use av_free() instead of free() where necessary.
+* modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
+
+------------------------------------------------------------------------
+r7439 | gbazin | 2004-04-23 13:38:14 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: fix for ES_OUT_RESET_PCR.
+------------------------------------------------------------------------
+r7440 | yoann | 2004-04-23 13:56:21 +0200 (Fri, 23 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/libvlc.h
+
+* src/input/subtitles.c: corrected bug in subtitle detection
+* src/libvlc.h: modified subtitle paths for Windows 
+
+------------------------------------------------------------------------
+r7441 | gbazin | 2004-04-23 14:38:04 +0200 (Fri, 23 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/msvc/vlc.dsw
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/httpd.c
+   M /trunk/src/stream_output/announce.c
+
+* src/*: portability fixes.
+* msvc/vlc.dsw: httpd is not a plugin anymore.
+
+------------------------------------------------------------------------
+r7442 | gbazin | 2004-04-23 14:46:34 +0200 (Fri, 23 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/src/input/control.c
+
+* src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
+* include/vlc_meta.h: vlc_meta_GetValue().
+* modules/demux/m3u.c: increased MAX_LINE to 8192.
+* modules/video_output/directx/events.c: portability fix.
+
+------------------------------------------------------------------------
+r7443 | gbazin | 2004-04-23 15:06:53 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: reverted my last change.
+
+------------------------------------------------------------------------
+r7444 | gbazin | 2004-04-23 15:22:16 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;)
+------------------------------------------------------------------------
+r7445 | yoann | 2004-04-23 16:30:13 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787)
+
+------------------------------------------------------------------------
+r7446 | gbazin | 2004-04-23 16:39:57 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+* modules/video_output/directx/directx.c: couple of fixes for fullscreen.
+------------------------------------------------------------------------
+r7447 | hartman | 2004-04-23 17:03:45 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* play after loading intf.
+
+------------------------------------------------------------------------
+r7448 | gbazin | 2004-04-23 17:35:02 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+* modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.
+------------------------------------------------------------------------
+r7449 | fenrir | 2004-04-23 18:06:57 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+ * h264: fixed nal decoding.
+
+------------------------------------------------------------------------
+r7450 | gbazin | 2004-04-23 20:33:51 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* ALL: bumped version number to 0.7.2-test1 in preparation for the test release.
+
+------------------------------------------------------------------------
+r7451 | fenrir | 2004-04-23 21:00:06 +0200 (Fri, 23 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/demux/demux2.c
+   M /trunk/modules/stream_out/transcode.c
+
+ * x264: added aspect support.
+ * transcode: added H264 codec id.
+ * demux: added h264 demux shortcut.
+
+------------------------------------------------------------------------
+r7452 | gbazin | 2004-04-23 21:50:33 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+* modules/video_filter/deinterlace.c: implemented a forwarding vout_vaControl().
+------------------------------------------------------------------------
+r7453 | gbazin | 2004-04-23 22:01:59 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   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/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/transform.c
+   M /trunk/modules/video_filter/wall.c
+
+* modules/video_filter/*: implemented a forwarding vout_vaControl().
+------------------------------------------------------------------------
+r7454 | gbazin | 2004-04-23 22:23:16 +0200 (Fri, 23 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c,
+  modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
+
+------------------------------------------------------------------------
+r7455 | fenrir | 2004-04-24 01:25:47 +0200 (Sat, 24 Apr 2004) | 7 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output: added a sout_ParseCfg to help sout modules, and attached
+access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT
+working.
+ (Basically it takes an options list that will be 'var_Created' and if present
+in sout_cfg_t initialised).
+
+
+------------------------------------------------------------------------
+r7456 | fenrir | 2004-04-24 01:31:21 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output: added bool support (untested).
+
+------------------------------------------------------------------------
+r7457 | fenrir | 2004-04-24 01:33:04 +0200 (Sat, 24 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+ * asf: use sout_ParseCfg and so added
+--sout-asf-{title,author,copyright,comment,rating} options.
+
+------------------------------------------------------------------------
+r7458 | fenrir | 2004-04-24 01:51:46 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output: fixed bool handling in sout_ParseCfg.
+
+------------------------------------------------------------------------
+r7459 | fenrir | 2004-04-24 01:52:55 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.
+
+------------------------------------------------------------------------
+r7460 | zorglub | 2004-04-24 01:58:15 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/m3u.c
+
+Support EXTVLCOPT in the new m3u demuxer
+
+------------------------------------------------------------------------
+r7461 | fenrir | 2004-04-24 02:18:37 +0200 (Sat, 24 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * ts: use sout_ParseCfg. (If people add description to options that
+would be pretty cool).
+
+------------------------------------------------------------------------
+r7462 | fenrir | 2004-04-24 02:47:04 +0200 (Sat, 24 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/udp.c
+
+ * all: use sout_ParseCfg.
+ (udp-sout-caching has been renamed sout-udp-caching).
+
+------------------------------------------------------------------------
+r7463 | fenrir | 2004-04-24 05:38:10 +0200 (Sat, 24 Apr 2004) | 5 lines
+Changed paths:
+   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
+
+ * all: use sout_ParseCfg. But "standard" can't use it for sap/slp
+options (because we can't do the difference between missing option,
+option and option="" when option is a string).
+
+------------------------------------------------------------------------
+r7464 | yoann | 2004-04-24 09:27:41 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+* input/subtitles.c: first subtitle search path was not used.
+
+------------------------------------------------------------------------
+r7465 | jpsaman | 2004-04-24 12:03:41 +0200 (Sat, 24 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/ipkg/control.gpe
+   M /trunk/ipkg/control.h3600
+   M /trunk/ipkg/control.opie
+   M /trunk/ipkg/control.zaurus
+   M /trunk/ipkg/rules.gpe
+   M /trunk/ipkg/rules.h3600
+   M /trunk/ipkg/rules.opie
+   M /trunk/ipkg/rules.zaurus
+
+iPaq vlc-0.7.2-test1
+------------------------------------------------------------------------
+r7466 | jpsaman | 2004-04-24 12:18:08 +0200 (Sat, 24 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.c
+   M /trunk/modules/access/dvb/qpsk.c
+
+dvb/access.c   removed old commandline syntax
+               better debug information
+dvb/dvb.c      debug message beautifying
+dvb/qpsk.c     textual changes
+
+------------------------------------------------------------------------
+r7467 | fenrir | 2004-04-24 13:34:27 +0200 (Sat, 24 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+
+ * standard: created sap/slp(boolean) sap-name/slp-name(string),
+sap-ipv6(boolean) options. (So that breaks the old way but it's easier).
+
+------------------------------------------------------------------------
+r7468 | gbazin | 2004-04-24 14:49:53 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   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
+
+* modules/stream_out/*: attempt at adding descriptions to the config options.
+
+------------------------------------------------------------------------
+r7469 | bigben | 2004-04-24 15:16:58 +0200 (Sat, 24 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+Endianness fix for xvideo vout on big endian processors (I still have problems when shm is disabled, but that might be related to my drivers, if anybody could test that).
+
+
+------------------------------------------------------------------------
+r7470 | zorglub | 2004-04-24 17:40:57 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+
+Compilation fix and give option descriptions
+
+------------------------------------------------------------------------
+r7471 | jpsaman | 2004-04-24 18:28:21 +0200 (Sat, 24 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/misc/qte_main.cpp
+
+Properly attach and detach the qte_main object
+------------------------------------------------------------------------
+r7472 | sam | 2004-04-25 02:25:49 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/dvb.c
+
+  * modules/access/dvb/dvb.c: fixed syntax errors.
+
+------------------------------------------------------------------------
+r7473 | sam | 2004-04-25 02:27:12 +0200 (Sun, 25 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/debian/rules
+
+  * debian/rules:
+    + Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
+    + Check for .svn directories in addition to CVS.
+
+------------------------------------------------------------------------
+r7474 | gbazin | 2004-04-25 10:24:24 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+* src/stream_output/stream_output.c: small coding style changes.
+
+------------------------------------------------------------------------
+r7475 | zorglub | 2004-04-25 10:45:01 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Fix description
+
+------------------------------------------------------------------------
+r7476 | zorglub | 2004-04-25 10:45:28 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/udp.c
+
+Add option descriptions
+
+------------------------------------------------------------------------
+r7477 | zorglub | 2004-04-25 10:53:52 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+Add options descriptions
+
+------------------------------------------------------------------------
+r7478 | asmax | 2004-04-25 15:35:56 +0200 (Sun, 25 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+
+  * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
+  the dialog provider: fixes tons of errors such as
+  "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
+
+------------------------------------------------------------------------
+r7479 | gbazin | 2004-04-25 16:15:29 +0200 (Sun, 25 Apr 2004) | 12 lines
+Changed paths:
+   M /trunk/include/vlc_codec.h
+   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/video.c
+   M /trunk/modules/stream_out/duplicate.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/stream_output/stream_output.c
+
+* src/stream_output/stream_output.c: small sout_cfg_parser() changes.
+* modules/stream_out/duplicate.c: small coding style changes.
+* modules/stream_out/transcode.c:
+  + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
+  + Got rid of the ffmpeg encoder specific options.
+* modules/codec/ffmpeg/*:
+  + Changed the encoder options to normal config options.
+  + Parse the options forwarded by transcode.
+* include/vlc_codec.h:
+  + encoder_t cleanup.
+  + include a "sout_cfg_t *" in encoder_t to allow passing options.
+
+------------------------------------------------------------------------
+r7480 | asmax | 2004-04-25 17:04:45 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+
+  * ctrl_text.cpp: put the control text in the "moving" state initially
+
+------------------------------------------------------------------------
+r7481 | zorglub | 2004-04-25 17:32:28 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+Do not translate wizard strings, and stop ignoring old win32 gui plugin
+
+------------------------------------------------------------------------
+r7482 | zorglub | 2004-04-25 18:07:15 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/modules/LIST
+
+Updated
+
+------------------------------------------------------------------------
+r7483 | gbazin | 2004-04-25 18:35:39 +0200 (Sun, 25 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+*  modules/stream_out/transcode.c:
+   + new options to allow forcing an encoder and passing options to it.
+     (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name).
+   + got rid of aopts/vopts which is not needed anymore ;)
+
+------------------------------------------------------------------------
+r7484 | gbazin | 2004-04-25 19:02:49 +0200 (Sun, 25 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_codec.h
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
+* modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
+
+------------------------------------------------------------------------
+r7485 | gbazin | 2004-04-25 19:21:16 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: fix for when forcing encoder.
+
+------------------------------------------------------------------------
+r7486 | gbazin | 2004-04-25 19:33:37 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.
+
+------------------------------------------------------------------------
+r7487 | gbazin | 2004-04-25 20:08:13 +0200 (Sun, 25 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c:
+  + avoid a few unneeded memcpy().
+  + fixed memory leaks.
+* modules/codec/flac.c:
+  + added a "flac" shortcut.
+
+------------------------------------------------------------------------
+r7488 | fenrir | 2004-04-25 20:37:47 +0200 (Sun, 25 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+   M /trunk/src/stream_output/stream_output.c
+
+ * x264: compilation fix.
+ * stream_output.c: sout_ParseCfg warns about unknown option.
+
+------------------------------------------------------------------------
+r7489 | gbazin | 2004-04-25 21:23:40 +0200 (Sun, 25 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+
+* modules/codec/vorbis.c:
+  + added an --sout-vorbis-quality option for VBR encoding.
+  + new --sout-vorbis-min/max-bitrate options.
+
+------------------------------------------------------------------------
+r7490 | jpsaman | 2004-04-25 22:25:00 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.
+
+------------------------------------------------------------------------
+r7491 | gbazin | 2004-04-25 22:48:54 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+
+* modules/codec/vorbis.c: fix for quality setting.
+
+------------------------------------------------------------------------
+r7492 | hartman | 2004-04-26 02:07:02 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd.c
+
+* when you use object_find you need to do a object_release as well
+
+------------------------------------------------------------------------
+r7493 | gbazin | 2004-04-26 07:26:53 +0200 (Mon, 26 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
+  + convention is to use '-' in composed option names (not '_').
+
+------------------------------------------------------------------------
+r7494 | gbazin | 2004-04-26 07:48:11 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
+
+------------------------------------------------------------------------
+r7495 | gbazin | 2004-04-26 08:09:15 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* modules/codec/theora.c: new --sout-theora-quality option.
+
+------------------------------------------------------------------------
+r7496 | gbazin | 2004-04-26 11:10:53 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: win32 compilation fix
+------------------------------------------------------------------------
+r7497 | gbazin | 2004-04-26 11:22:28 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: fix for detection of parent window size changes
+------------------------------------------------------------------------
+r7498 | gbazin | 2004-04-26 11:43:45 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps).
+------------------------------------------------------------------------
+r7499 | gbazin | 2004-04-26 12:00:53 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+* modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.
+------------------------------------------------------------------------
+r7500 | gbazin | 2004-04-26 15:06:17 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+* modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can't be loaded.
+------------------------------------------------------------------------
+r7501 | gbazin | 2004-04-26 15:10:09 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.
+------------------------------------------------------------------------
+r7502 | sam | 2004-04-26 15:14:57 +0200 (Mon, 26 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+  * Makefile.am:
+    + Copy the original ebuild instead of copying it, to allow recursive
+      "make dist" calls.
+
+------------------------------------------------------------------------
+r7503 | sam | 2004-04-26 15:58:25 +0200 (Mon, 26 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/codec/Modules.am
+   M /trunk/modules/stream_out/transrate/Modules.am
+
+  * modules/codec/Modules.am:
+    + Added disabled plugin sources to EXTRA_DIST.
+  * modules/stream_out/transrate/Modules.am:
+    + Added missing transrate.h to _SOURCES.
+
+------------------------------------------------------------------------
+r7504 | gbazin | 2004-04-26 16:36:13 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.
+------------------------------------------------------------------------
+r7505 | sam | 2004-04-26 17:24:21 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/debian/rules
+
+  * debian/rules: fixed shell syntax.
+
+------------------------------------------------------------------------
+r7506 | gbazin | 2004-04-26 19:50:44 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+* modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).
+------------------------------------------------------------------------
+r7507 | zorglub | 2004-04-26 22:07:30 +0200 (Mon, 26 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+Options descriptions for TS muxer
+
+** FIXME : Unfinished, shaping and use-key-frames are not documented **
+
+
+------------------------------------------------------------------------
+r7508 | hartman | 2004-04-26 23:06:51 +0200 (Mon, 26 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/theora.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+OS X build system fixes
+- updated version of speex, theora, libebml, libmatroska
+
+------------------------------------------------------------------------
+r7509 | gbazin | 2004-04-26 23:07:04 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/ts.c: revised config options descriptions.
+------------------------------------------------------------------------
+r7510 | hartman | 2004-04-26 23:14:02 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+* punctuation and spelling fixes
+
+------------------------------------------------------------------------
+r7511 | sam | 2004-04-26 23:20:03 +0200 (Mon, 26 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+
+  * src/interface/interface.c:
+    + Do not crash miserably if an interface switch failed at the module_Need
+      stage.
+
+------------------------------------------------------------------------
+r7512 | gbazin | 2004-04-26 23:25:11 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/libavi.h
+
+* modules/demux/avi/libavi.h: added h264 fourccs.
+
+------------------------------------------------------------------------
+r7513 | gbazin | 2004-04-26 23:34:32 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/po/POTFILES.in
+   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 for the 0.7.2-test1 release.
+
+------------------------------------------------------------------------
+r7514 | sam | 2004-04-26 23:53:26 +0200 (Mon, 26 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+
+  * src/interface/interface.c:
+    + Only populate the "switch interface" menu with modules that we have.
+
+------------------------------------------------------------------------
+r7515 | gbazin | 2004-04-26 23:56:24 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fix detection of libfaad2 cvs.
+------------------------------------------------------------------------
+r7516 | sam | 2004-04-27 00:04:21 +0200 (Tue, 27 Apr 2004) | 12 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/rules
+
+  * debian/control:
+    + Removed the libdv2-dev build-dependency.
+    + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
+    + Set the libmatroska-dev build-dependency to (>= 0.7.0).
+    + Build-depend on libfribidi-dev.
+    + Build-depend on libcdio-dev.
+    + Build-depend on libmodplug-dev.
+  * debian/rules:
+    + Activated fribidi support.
+    + Activated CDDA support via libcdio.
+    + Activated MOD support.
+
+------------------------------------------------------------------------
+r7517 | rocky | 2004-04-27 03:04:53 +0200 (Tue, 27 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/ogt.c
+
+ogt.c: add object_release for object_find 
+cvd.c: if spu-channel variable not set, don't bother handling subtitle.
+
+
+------------------------------------------------------------------------
+r7518 | sam | 2004-04-27 11:28:25 +0200 (Tue, 27 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+  * modules/access/v4l/v4l.c:
+    + Fixed possible deadlocks.
+
+------------------------------------------------------------------------
+r7519 | sam | 2004-04-27 11:33:58 +0200 (Tue, 27 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/README.MacOSX.rtf
+   M /trunk/doc/developer/decoders.xml
+   M /trunk/doc/developer/glossary.xml
+   M /trunk/doc/developer/history.xml
+   M /trunk/doc/developer/manual.xml
+   M /trunk/doc/developer/manual.xml.in
+   M /trunk/doc/vlc-howto.sgml
+   M /trunk/doc/web-streaming.html
+   M /trunk/evc/config.h.in
+   M /trunk/ipkg/control.gpe
+   M /trunk/ipkg/control.h3600
+   M /trunk/ipkg/control.opie
+   M /trunk/ipkg/control.zaurus
+   M /trunk/ipkg/rules.gpe
+   M /trunk/ipkg/rules.h3600
+   M /trunk/ipkg/rules.opie
+   M /trunk/ipkg/rules.zaurus
+   M /trunk/ipkg/vlc.desktop
+   M /trunk/menuconfig
+   M /trunk/modules/gui/qnx/vout.c
+   M /trunk/modules/gui/qt/intf.cpp
+   M /trunk/msvc/config.h.in
+   M /trunk/vlc.spec
+
+  * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
+    player". A couple are remaining, but I don't want to break the string
+    freeze yet.
+
+------------------------------------------------------------------------
+r7520 | massiot | 2004-04-27 16:43:44 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/mux/mpeg/ts.c
+
+Review of sout help strings
+
+------------------------------------------------------------------------
+r7521 | sam | 2004-04-27 16:57:37 +0200 (Tue, 27 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/gui/gtk/gnome.glade
+   M /trunk/modules/gui/gtk/gnome_interface.c
+   M /trunk/modules/gui/gtk/gtk.glade
+
+  * Got rid of more "VideoLAN C*****" references.
+  * include/vlc_meta.h: s/Url/URL/.
+
+------------------------------------------------------------------------
+r7522 | sam | 2004-04-27 18:35:15 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_help.h
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dvb/qpsk.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mms.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/vcdx/vcd.c
+   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/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/resampler/bandlimited.c
+   M /trunk/modules/audio_mixer/spdif.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/audio_output/oss.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
+   M /trunk/modules/codec/ogt/subtitle.h
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/control/joystick.c
+   M /trunk/modules/demux/dvdnav.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/rawdv.c
+   M /trunk/modules/demux/util/id3genres.h
+   M /trunk/modules/gui/kde/interface.cpp
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/misc/sap.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/video_chroma/i420_yuy2.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_output/caca.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/x11/x11.c
+   M /trunk/modules/video_output/x11/xvideo.c
+   M /trunk/modules/visualization/goom.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/iso-639_def.h
+   M /trunk/src/misc/iso_lang.c
+
+  * Massive spelling corrections.
+
+------------------------------------------------------------------------
+r7523 | massiot | 2004-04-27 19:56:39 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: Fixed an infinite loop in PATCallBack.
+
+------------------------------------------------------------------------
+r7524 | zorglub | 2004-04-27 20:22:49 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Fix VLM item URI assignment
+
+------------------------------------------------------------------------
+r7525 | hartman | 2004-04-27 20:37:43 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+* ahum, missing avi shortcut :D
+
+------------------------------------------------------------------------
+r7526 | gbazin | 2004-04-27 20:45:33 +0200 (Tue, 27 Apr 2004) | 1 line
+Changed paths:
+   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
+
+* po/*: updated with latest string reviews.
+------------------------------------------------------------------------
+r7527 | fkuehne | 2004-04-27 22:47:12 +0200 (Tue, 27 Apr 2004) | 4 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/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/share/http/index.html
+   M /trunk/src/libvlc.h
+
+* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the services-menu again. It isn't yet translatable, since the string-freeze came first. I'll add that after the release.
+* extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
+* share/http/index.html: another minor layout fix
+* src/libvlc.h: changed the default hotkey for "subtitle delay down" from command-h to command-j and for "subtitle delay up" from command-j to command-k due to a conflict with a default OSX-shortcut
+------------------------------------------------------------------------
+r7528 | gbazin | 2004-04-27 23:33:51 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: drag&drop is not supported on __WXMOTIF__.
+
+------------------------------------------------------------------------
+r7529 | gbazin | 2004-04-28 00:00:07 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to check for drag&drop support.
+------------------------------------------------------------------------
+r7530 | gbazin | 2004-04-28 09:05:10 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preventing the decoder to be closed properly.
+------------------------------------------------------------------------
+r7531 | murray | 2004-04-28 10:43:28 +0200 (Wed, 28 Apr 2004) | 7 lines
+Changed paths:
+   M /trunk/po/it.po
+
+Updated italian translation for vlc 0.7.2
+
+You will therefore discover that in italian we still call Kalaallisut
+"Kalaallisut", that Ndebele, North is "Ndebele del Nord" and many more
+exciting stuff.
+
+
+------------------------------------------------------------------------
+r7532 | sam | 2004-04-28 13:20:51 +0200 (Wed, 28 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/rules
+
+  * Control files for the official 0.7.2-test1 Debian packages.
+
+------------------------------------------------------------------------
+r7533 | sam | 2004-04-28 13:44:43 +0200 (Wed, 28 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/po/it.po
+
+  * po/it.po: translated "Bokmaal" and "Volapuk" to iso8859-1.
+
+------------------------------------------------------------------------
+r7534 | murray | 2004-04-28 14:38:55 +0200 (Wed, 28 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/po/it.po
+
+As a quick google search shows, the letter å does not exist in the
+Italian alphabet. Therefore, we write "Norvegese Bokmal".
+
+We're even, sam :)
+
+
+------------------------------------------------------------------------
+r7535 | gbazin | 2004-04-28 15:01:14 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+* configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin.
+------------------------------------------------------------------------
+r7536 | gbazin | 2004-04-28 15:29:31 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: another build fix for the win32 mozilla plugin.
+------------------------------------------------------------------------
+r7537 | sam | 2004-04-28 16:21:43 +0200 (Wed, 28 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/po/en_GB.po
+
+  * po/en_GB.po: Updated the British English translation.
+
+------------------------------------------------------------------------
+r7538 | gbazin | 2004-04-28 16:50:26 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+* modules/control/hotkeys.c: fixed fullscreen hotkey when video filters are used.
+------------------------------------------------------------------------
+r7539 | sam | 2004-04-28 17:03:19 +0200 (Wed, 28 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/po/it.po
+
+  * po/it.po: Dude, this has nothing to do with the alphabet but with the
+    charset. "Bokmål" is spelt "Bokmål" whatever the language. It's just that
+    we cannot write "å" in ASCII.
+
+------------------------------------------------------------------------
+r7540 | gbazin | 2004-04-28 19:57:16 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+* modules/demux/ogg.c: theora decoding fix (one of the header fields changed in alpha3).
+------------------------------------------------------------------------
+r7541 | gbazin | 2004-04-28 19:58:26 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* modules/codec/theora.c: better sanity check for aspect ratio.
+------------------------------------------------------------------------
+r7542 | zorglub | 2004-04-28 20:22:31 +0200 (Wed, 28 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/xosd.c
+
+Improved the Xosd plugin
+
+------------------------------------------------------------------------
+r7543 | gbazin | 2004-04-28 22:02:13 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/mux/ogg.c
+
+* modules/mux/ogg.c, modules/codec/theora.c: changes for theora alpha 3 support + misc small fixes.
+------------------------------------------------------------------------
+r7544 | gbazin | 2004-04-29 13:04:14 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/filter.cpp
+
+* modules/access/dshow/filter.cpp: removed useless debug messages.
+------------------------------------------------------------------------
+r7545 | gbazin | 2004-04-29 13:14:48 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/*: moved fullscreen object var handling in vout_intf.c and disable video-on-top when in fullscreen.
+------------------------------------------------------------------------
+r7546 | gbazin | 2004-04-29 15:53:29 +0200 (Thu, 29 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_objects.h
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/objects.c
+
+* src/input/demux.c, src/misc/objects.c: demux2 has the VLC_OBJECT_DEMUX type.
+* src/input/input.c: input_StopThread() sets b_die on demux2 as well.
+
+------------------------------------------------------------------------
+r7547 | gbazin | 2004-04-29 16:43:12 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/modules/demux/avi/avi.c
+
+* modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete files
+------------------------------------------------------------------------
+r7548 | gbazin | 2004-04-29 16:48:12 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/input_clock.c
+
+* src/input/input_clock.c: avoid using mwait() for long periods of time without checking p_input->b_die. This will make VLC more resilient to bad streams.
+------------------------------------------------------------------------
+r7549 | hartman | 2004-04-29 16:49:25 +0200 (Thu, 29 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+* Set "fullscreen" var on p_playlist instead of p_input
+  This way we remember the fullscreen setting when we go
+  to the next file in the playlist.
+
+------------------------------------------------------------------------
+r7550 | hartman | 2004-04-29 16:52:05 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* remove "Ja Nu!" Didn't i do that before????
+
+------------------------------------------------------------------------
+r7551 | zorglub | 2004-04-29 17:06:50 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Fix segfault on "del"
+
+------------------------------------------------------------------------
+r7552 | hartman | 2004-04-29 17:17:51 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* Updated the Vout behaviour. Still a bit coupled to p_vout.
+
+------------------------------------------------------------------------
+r7553 | zorglub | 2004-04-29 17:30:00 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+Add missing objects descriptions
+
+------------------------------------------------------------------------
+r7554 | gbazin | 2004-04-29 17:45:30 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+* modules/demux/avi/avi.c: fixed infinite loop when seeking in broken/incomplete files.
+------------------------------------------------------------------------
+r7555 | zorglub | 2004-04-29 20:27:08 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* Made the open dialog a wxDialog to be able to call it from the wizard. Please test on win32 and interaction with win32-skins2
+
+------------------------------------------------------------------------
+r7556 | hartman | 2004-04-29 20:32:58 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* Add missing playlistinfo files to OSX target
+
+------------------------------------------------------------------------
+r7557 | hartman | 2004-04-29 20:38:44 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* Fix the fullscreen button.
+
+------------------------------------------------------------------------
+r7558 | hartman | 2004-04-29 21:30:58 +0200 (Thu, 29 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/src/playlist/playlist.c
+
+ * src/playlist/playlist.c: Don't do any playlist actions if there are no items in the playlist.
+ * REST: remove code duplication in some places. there might be more locations.
+
+------------------------------------------------------------------------
+r7559 | gbazin | 2004-04-29 22:30:24 +0200 (Thu, 29 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg/*:
+  + small fix for --ffmpeg-workaround-bugs.
+  + new --ffmpeg-vismv option to visualize motion vectors.
+
+------------------------------------------------------------------------
+r7560 | gbazin | 2004-04-29 23:57:23 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg/video.c: direct rendering needs to be disabled for --ffmpeg-vismv.
+------------------------------------------------------------------------
+r7561 | asmax | 2004-04-30 00:09:23 +0200 (Fri, 30 Apr 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
+   A /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.hpp
+   M /trunk/modules/gui/skins2/utils/var_bool.cpp
+   M /trunk/modules/gui/skins2/utils/var_bool.hpp
+
+  * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
+    (a bit "C-style-coded" at the moment ;)
+  * utils/var_bool.*: added true and false boolean variables, and the "OR"
+    composite variable
+  * src/var_manager.*: support for anonymous variables
+  * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
+    expressions in the XML. Any well-parenthesized expression using "not",
+    "or", "and", "true", "false" and boolean variables should be understood
+    (not much tested yet).
+
+------------------------------------------------------------------------
+r7562 | gbazin | 2004-04-30 11:14:47 +0200 (Fri, 30 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: small clean-up.
+------------------------------------------------------------------------
+r7563 | hartman | 2004-04-30 14:51:24 +0200 (Fri, 30 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/src/video_output/vout_intf.c
+
+ * src/video_output/vout_intf.c: remember video-on-top via p_playlist
+ * modules/gui/macosx/vout.m: conf->var video-on-top in OS X.
+
+------------------------------------------------------------------------
+r7564 | hartman | 2004-04-30 14:51:53 +0200 (Fri, 30 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Update faad even further
+
+------------------------------------------------------------------------
+r7565 | zorglub | 2004-04-30 17:15:16 +0200 (Fri, 30 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/control.c
+   M /trunk/src/playlist/playlist.c
+
+Hopefully fix locking issues with wx
+
+------------------------------------------------------------------------
+r7566 | gbazin | 2004-04-30 17:30:43 +0200 (Fri, 30 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/share/Makefile.am
+   A /trunk/share/skins2/skin.catalog
+
+* share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
+* modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
+
+------------------------------------------------------------------------
+r7567 | gbazin | 2004-04-30 17:35:56 +0200 (Fri, 30 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/async_queue.cpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+
+* modules/gui/skins2/*: a few bug fixes.
+------------------------------------------------------------------------
+r7568 | bigben | 2004-04-30 17:44:06 +0200 (Fri, 30 Apr 2004) | 6 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/Modules.am
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* Use the playlist info panel instead of the old one everywhere
+       - old VLCInfo and InfoPanel have been removed from nib file
+       - VLCPlaylistInfo and PlaylistInfoPanel have been renamed
+       - old info.c and info.h are still in repository, but not compiled, should I remove them ?
+
+
+------------------------------------------------------------------------
+r7569 | titer | 2004-04-30 18:44:59 +0200 (Fri, 30 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ + macosx/vout*: use two pictures and OpenGL textures so a texture
+                 cannot be affected by VLC loading the next picture
+                (should fix the artifacts when moving or resizing
+                 the window)
+
+------------------------------------------------------------------------
+r7570 | yoann | 2004-05-01 00:53:33 +0200 (Sat, 01 May 2004) | 7 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+ * po/fr.po: updated French translation for vlc 0.7.2
+
+> #, fuzzy
+> msgid "Date metadata"
+> msgstr "Death metal"
+
+
+------------------------------------------------------------------------
+r7571 | gbazin | 2004-05-01 01:21:44 +0200 (Sat, 01 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: hotkeys support.
+
+------------------------------------------------------------------------