]> git.sesse.net Git - vlc/commitdiff
Add the Changelog-2006. It shouldn't be updated now... :)
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 17 Nov 2007 20:03:29 +0000 (20:03 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 17 Nov 2007 20:03:29 +0000 (20:03 +0000)
doc/ChangeLog-2006 [new file with mode: 0644]

diff --git a/doc/ChangeLog-2006 b/doc/ChangeLog-2006
new file mode 100644 (file)
index 0000000..7287ae7
--- /dev/null
@@ -0,0 +1,37850 @@
+------------------------------------------------------------------------
+r18473 | sigmunau | 2006-12-30 17:21:08 -0800 (Sat, 30 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+transcode.c: reset pointer and size info for extradata when freeing
+the pointer. Fixes #940
+
+------------------------------------------------------------------------
+r18472 | sigmunau | 2006-12-30 10:42:15 -0800 (Sat, 30 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/live555.cpp
+
+live555.cpp: Add support for quicktime specific audio
+doesn't work for the sample stream I tested, but I think that stream
+is bad
+
+------------------------------------------------------------------------
+r18471 | sigmunau | 2006-12-30 10:39:45 -0800 (Sat, 30 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/b4s.c
+
+b4s.c: Create meta before using them
+
+------------------------------------------------------------------------
+r18470 | fkuehne | 2006-12-30 09:39:26 -0800 (Sat, 30 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* don't apply enable-pic twice. x264 is still broken on future darwin releases though.
+------------------------------------------------------------------------
+r18469 | jpsaman | 2006-12-30 03:48:53 -0800 (Sat, 30 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/vlccontrol2.cpp
+
+Test for the pointer iso for the pointer to the pointer. Fixes bug with get_aspectRatio().
+
+------------------------------------------------------------------------
+r18468 | sigmunau | 2006-12-29 17:51:23 -0800 (Fri, 29 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv.cpp: Added support for theora in mkv. Fixes #925
+(not particularly beautiful code, but it works)
+
+------------------------------------------------------------------------
+r18467 | damienf | 2006-12-29 11:24:46 -0800 (Fri, 29 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+- make pthreads-win32 build on MinGW/cygwin
+
+------------------------------------------------------------------------
+r18466 | fkuehne | 2006-12-28 11:36:57 -0800 (Thu, 28 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* very first step to support future darwin releases
+------------------------------------------------------------------------
+r18465 | courmisch | 2006-12-28 03:50:15 -0800 (Thu, 28 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/test/url.c
+
+Use RFC4648 test vectors
+
+------------------------------------------------------------------------
+r18464 | jpsaman | 2006-12-27 02:27:09 -0800 (Wed, 27 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/share/applications/gnome-vlc-default.sh
+
+Forget to set a default
+------------------------------------------------------------------------
+r18463 | jpsaman | 2006-12-27 02:23:05 -0800 (Wed, 27 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/share/applications/gnome-vlc-default.sh
+
+Add Id svn:keywords
+------------------------------------------------------------------------
+r18462 | jpsaman | 2006-12-27 02:21:13 -0800 (Wed, 27 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/share/applications/gnome-vlc-default.sh
+
+Make gnome-vlc-default.sh script work on FC4/5/6 too.
+------------------------------------------------------------------------
+r18461 | jpsaman | 2006-12-27 02:07:24 -0800 (Wed, 27 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+
+Add Torsten's Spindler contribution to the THANKS file.
+------------------------------------------------------------------------
+r18460 | jpsaman | 2006-12-27 02:06:08 -0800 (Wed, 27 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/share/Makefile.am
+   A /trunk/share/applications/gnome-vlc-default.sh
+
+Script to set vlc as default player on GNOME desktops. Patch by Torsten Spindler <spindler _at_ tspindler _dot_ de>
+------------------------------------------------------------------------
+r18459 | littlejohn | 2006-12-26 08:41:21 -0800 (Tue, 26 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/README
+   M /trunk/bindings/java/TODO
+   M /trunk/bindings/java/VLCExample.java
+   A /trunk/bindings/java/jvlc-eclipse
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/src/audio-jni.cc
+
+Make audio functions compliant with current libvlc
+------------------------------------------------------------------------
+r18458 | fkuehne | 2006-12-26 05:22:37 -0800 (Tue, 26 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/fspanel.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* be more accurate when fading in and out (refs #913 and hopefully fixes it)
+------------------------------------------------------------------------
+r18457 | dionoea | 2006-12-25 15:49:07 -0800 (Mon, 25 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+Add missing *
+
+------------------------------------------------------------------------
+r18456 | dionoea | 2006-12-25 14:28:45 -0800 (Mon, 25 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_vout.h
+   M /trunk/src/video_output/video_output.c
+
+* add some locking the the video filter2 handling code in video output core. Fix #945 (untested)
+
+------------------------------------------------------------------------
+r18455 | Trax | 2006-12-24 14:03:02 -0800 (Sun, 24 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+* modules/access/dshow/dshow.cpp: Typo specfic -> specific.
+------------------------------------------------------------------------
+r18454 | zorglub | 2006-12-24 06:18:21 -0800 (Sun, 24 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/en50221.c
+   M /trunk/modules/access/dvb/linux_dvb.c
+   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/control/motion.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/demux/asf/libasf.c
+   M /trunk/modules/demux/avi/libavi.c
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/misc/dummy/aout.c
+   M /trunk/modules/misc/dummy/decoder.c
+   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/logger.c
+   M /trunk/modules/mux/mpeg/csa.c
+   M /trunk/modules/packetizer/mpeg4audio.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/video_filter/motiondetect.c
+
+More cleanup
+
+------------------------------------------------------------------------
+r18453 | zorglub | 2006-12-24 05:50:47 -0800 (Sun, 24 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/stream_output/profiles.c
+   M /trunk/src/stream_output/stream_output.c
+
+A bit of cleanup here and there
+
+------------------------------------------------------------------------
+r18452 | zorglub | 2006-12-23 07:40:20 -0800 (Sat, 23 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/open.cpp
+   M /trunk/modules/gui/qt4/dialogs/open.cpp
+
+Hopefully correct tokenization of open strings
+
+------------------------------------------------------------------------
+r18451 | xtophe | 2006-12-23 07:12:01 -0800 (Sat, 23 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Don't transform tavs to 4 spaces in Makefiles.
+
+------------------------------------------------------------------------
+r18450 | zorglub | 2006-12-23 06:18:49 -0800 (Sat, 23 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/engine.c
+
+Unlock the playlist while waiting for input to finish so that input can freely use signal on the playlist whatever the context is (Closes:#937)
+
+------------------------------------------------------------------------
+r18449 | zorglub | 2006-12-23 04:20:23 -0800 (Sat, 23 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/input_manager.cpp
+
+Add extra debug to chase #934
+
+------------------------------------------------------------------------
+r18448 | zorglub | 2006-12-23 03:53:20 -0800 (Sat, 23 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/src/input/es_out.c
+
+* Ensure garbage collector is called when disabling a video track (Closes:#935)
+* Possible (not probable) fix for 934. Can't fix as building vlc on win32 is almost impossible
+
+------------------------------------------------------------------------
+r18447 | courmisch | 2006-12-23 02:37:03 -0800 (Sat, 23 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+
+Fix "File already exists" failure with moc (closes #941)
+
+------------------------------------------------------------------------
+r18446 | zorglub | 2006-12-23 02:36:47 -0800 (Sat, 23 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+Wtf ?
+
+------------------------------------------------------------------------
+r18445 | zorglub | 2006-12-23 02:36:24 -0800 (Sat, 23 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/open.cpp
+   M /trunk/modules/gui/qt4/dialogs/open.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+
+* Only allow playlist files in open playlist (Refs:#940)
+* For the time being, hide simple open. Better three clicks than confusing 
+  things :)
+
+------------------------------------------------------------------------
+r18444 | Trax | 2006-12-22 16:32:58 -0800 (Fri, 22 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/extended.cpp
+
+* modules/gui/qt4/dialogs/extended.cpp: Typo Eqqualizer -> Equalizer.
+------------------------------------------------------------------------
+r18443 | zorglub | 2006-12-22 13:34:23 -0800 (Fri, 22 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/thread.c
+
+Cleanup control and parser threads handling. Might fix #917
+
+------------------------------------------------------------------------
+r18442 | zorglub | 2006-12-22 13:14:11 -0800 (Fri, 22 Dec 2006) | 23 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_threads.h
+   M /trunk/include/vlc_threads_funcs.h
+   M /trunk/src/input/access.c
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/threads.c
+
+Add facilities to report and enrich error messages. 
+
+The idea is that a given error should be reported only once to the user.
+At the moment, for example, we can get:
+- "no suitable access module" (printed by module_Need)
+ - "unable to create access" (printed by input/access)
+ - "unable to open stream" (printed by input/input)
+ - ...
+
+The facilities provided here are:
+* msg_StackSet( code, message ) : "throw" a new error
+* msg_StackAdd( message ) : Append a message allowing to trace the message
+* msg_StackMsg() : Retrieve the message
+
+So, in the previous example, module_Need would msg_StackSet( code, "no
+suitable access module"), then input/input would add "unable to create
+access" and finally, input/input can print the "unable to open stream:
+unable to create access: no suitable module" message.
+
+The three functions are context-free, you don't need a vlc_object, so
+that we can add verbose error reporting everywhere.
+
+
+------------------------------------------------------------------------
+r18441 | oaubert | 2006-12-22 08:24:21 -0800 (Fri, 22 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+AUTHORS: e-mail address fix
+
+------------------------------------------------------------------------
+r18440 | courmisch | 2006-12-21 10:18:08 -0800 (Thu, 21 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Take program-transform-name into account when creating vlc symlinks
+
+------------------------------------------------------------------------
+r18439 | courmisch | 2006-12-21 10:05:54 -0800 (Thu, 21 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Escape antislash in CONFIGURE_LINE properly (I hope you like antislashes).
+                                   ^^^^^^^^
+                   As far as I checked (sed guru required).
+
+------------------------------------------------------------------------
+r18438 | oaubert | 2006-12-21 07:00:04 -0800 (Thu, 21 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/python/vlc_input.c
+   M /trunk/bindings/python/vlc_instance.c
+   M /trunk/bindings/python/vlc_mediacontrol.c
+   M /trunk/bindings/python/vlc_module.c
+   M /trunk/bindings/python/vlc_object.c
+   M /trunk/bindings/python/vlc_position.c
+   M /trunk/bindings/python/vlcglue.h
+   M /trunk/bindings/python/vlcwidget.py
+   M /trunk/bindings/python/vlcwrapper.py
+
+python bindings: svn propset svn:keywords
+
+------------------------------------------------------------------------
+r18437 | oaubert | 2006-12-21 03:02:31 -0800 (Thu, 21 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/python/vlc_input.c
+   M /trunk/bindings/python/vlc_instance.c
+
+python bindings: completed libvlc bindings
+
+------------------------------------------------------------------------
+r18436 | oaubert | 2006-12-21 01:58:22 -0800 (Thu, 21 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+
+include/vlc/libvlc.h: comment fixes
+
+------------------------------------------------------------------------
+r18435 | jb | 2006-12-21 01:20:26 -0800 (Thu, 21 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+
+* Updating NEWS for VP60/VP61 . Ref [18408]
+
+
+------------------------------------------------------------------------
+r18434 | sigmunau | 2006-12-20 17:22:05 -0800 (Wed, 20 Dec 2006) | 9 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/extended_panels.cpp
+   M /trunk/src/video_output/video_output.c
+
+src/video_output/video_output.c: Fixed double free in filter removal
+code
+qt4/components/extended_panels.cpp: Improved some dagerous string
+parsing code. This whole function looks very ad hoc to me at the
+moment and should be rewritten in a more robust way. In particular
+this function will misbehave if a video filter exists whose name is a
+substring of another video filter. This change here just makes it less
+likely to crash...
+
+------------------------------------------------------------------------
+r18433 | sigmunau | 2006-12-20 16:07:11 -0800 (Wed, 20 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/extended_panels.cpp
+
+fix out of buffer read in equalizer code
+
+------------------------------------------------------------------------
+r18432 | jpsaman | 2006-12-20 14:11:54 -0800 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/mozilla/control/npolibvlc.h
+   M /trunk/src/control/audio.c
+   M /trunk/src/control/video.c
+
+Audio track and channel support for JavaScript API. The ActiveX vlc.audio.channel interface still has a bug left.
+------------------------------------------------------------------------
+r18431 | xtophe | 2006-12-20 09:22:53 -0800 (Wed, 20 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Add a plugins/bindings line to the summary
+
+------------------------------------------------------------------------
+r18430 | xtophe | 2006-12-20 09:01:34 -0800 (Wed, 20 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix a small bug in header detection for Activex
+
+------------------------------------------------------------------------
+r18429 | jb | 2006-12-20 06:58:33 -0800 (Wed, 20 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/open.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+
+Adding Open Menu entries.
+
+
+------------------------------------------------------------------------
+r18428 | zorglub | 2006-12-19 14:23:59 -0800 (Tue, 19 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/profiles.c
+
+Make static a bunch of functions
+
+------------------------------------------------------------------------
+r18427 | xtophe | 2006-12-19 14:01:34 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/af.po
+   M /trunk/po/ar.po
+   M /trunk/po/bn.po
+   M /trunk/po/ca.po
+   M /trunk/po/co.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/eu.po
+   M /trunk/po/fr.po
+   M /trunk/po/fur.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/lt.po
+   M /trunk/po/lv.po
+   M /trunk/po/ms.po
+   M /trunk/po/my.po
+   M /trunk/po/nb.po
+   M /trunk/po/ne.po
+   M /trunk/po/nl.po
+   M /trunk/po/nn.po
+   M /trunk/po/no.po
+   M /trunk/po/oc.po
+   M /trunk/po/pa.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/pt_PT.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sk.po
+   M /trunk/po/sl.po
+   M /trunk/po/sq.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/th.po
+   M /trunk/po/tl.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+make update-po
+------------------------------------------------------------------------
+r18426 | courmisch | 2006-12-19 13:27:57 -0800 (Tue, 19 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/m4/flags.m4
+
+Do not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does
+
+------------------------------------------------------------------------
+r18425 | courmisch | 2006-12-19 13:26:46 -0800 (Tue, 19 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/live555.cpp
+
+Fix implicit declaration problem
+
+------------------------------------------------------------------------
+r18424 | xtophe | 2006-12-19 12:18:55 -0800 (Tue, 19 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Don't use pic on win32. it confuses nasm
+
+------------------------------------------------------------------------
+r18423 | xtophe | 2006-12-19 11:58:54 -0800 (Tue, 19 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Manual install for pthread
+
+------------------------------------------------------------------------
+r18422 | xtophe | 2006-12-19 11:45:35 -0800 (Tue, 19 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+
+Refresh x264 patch and use pthread for x264 in win32
+
+
+------------------------------------------------------------------------
+r18421 | xtophe | 2006-12-19 09:42:01 -0800 (Tue, 19 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+pthread for win
+
+------------------------------------------------------------------------
+r18420 | fkuehne | 2006-12-19 09:34:26 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+
+* gui behaviour change: the textfields are no longer disabled if another protocol is enabled through the knobs. the user can click the fields now to switch the protocol. I'm unsure whether this could and should be done in the disc tab as well. closes #914
+------------------------------------------------------------------------
+r18419 | xtophe | 2006-12-19 06:16:37 -0800 (Tue, 19 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_threads_funcs.h
+
+Fix win32 compilation
+
+------------------------------------------------------------------------
+r18418 | jb | 2006-12-19 02:53:09 -0800 (Tue, 19 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_filter/extract.c
+
+Dionoea's commit :D
+
+
+
+------------------------------------------------------------------------
+r18417 | fkuehne | 2006-12-18 15:22:55 -0800 (Mon, 18 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/fspanel.h
+   M /trunk/modules/gui/macosx/fspanel.m
+
+* hide the fspanel if VLC looses its front app state in fullscreen mode (by using the app switcher, etc.)
+------------------------------------------------------------------------
+r18416 | zorglub | 2006-12-18 14:03:30 -0800 (Mon, 18 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/include/vlc/vlc.h
+   M /trunk/src/control/playlist.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/playlist_internal.h
+   M /trunk/src/playlist/search.c
+
+A bit of cleanup in libvlc playlist API. Preliminary work for: Refs:#457
+
+------------------------------------------------------------------------
+r18415 | zorglub | 2006-12-18 13:53:26 -0800 (Mon, 18 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_threads.h
+   M /trunk/include/vlc_threads_funcs.h
+   M /trunk/src/misc/threads.c
+
+Untested states thread and gnu portable threads implementation of tls
+Fix Win32 implementation
+
+------------------------------------------------------------------------
+r18414 | zorglub | 2006-12-18 13:40:12 -0800 (Mon, 18 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_threads.h
+   M /trunk/include/vlc_threads_funcs.h
+   M /trunk/src/misc/threads.c
+   M /trunk/test/NativeLibvlcTest.py
+   M /trunk/test/native/init.c
+   M /trunk/test/native/tests.h
+   A /trunk/test/native/threads.c
+   M /trunk/test/setup.py
+
+Added initial support for TLS (Thread Local Storage) variables
+
+------------------------------------------------------------------------
+r18413 | dionoea | 2006-12-18 13:14:53 -0800 (Mon, 18 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* extract now uses sqrt.
+
+------------------------------------------------------------------------
+r18412 | dionoea | 2006-12-18 13:13:07 -0800 (Mon, 18 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/extract.c
+
+* Remove comments left in cut & paste.
+
+------------------------------------------------------------------------
+r18411 | dionoea | 2006-12-18 13:08:11 -0800 (Mon, 18 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/extract.c
+
+* Make it possible to extract any color component from the video. (Red, Green and Blue are still hardcoded) Example: ./vlc ~/media/Muse-Concert.mpg --video-filter "extract{component=0xFFFF00}" will get you the yellow stuff.
+
+------------------------------------------------------------------------
+r18410 | jb | 2006-12-18 12:44:07 -0800 (Mon, 18 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   A /trunk/vlc.suse.spec
+
+SuSE spec file thanks to DimStar, Dominique Leuenberger
+
+
+------------------------------------------------------------------------
+r18409 | fkuehne | 2006-12-18 03:34:46 -0800 (Mon, 18 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/fspanel.m
+   M /trunk/modules/gui/macosx/macosx.m
+
+* added an option to disable the fspanel
+------------------------------------------------------------------------
+r18408 | Trax | 2006-12-17 15:53:49 -0800 (Sun, 17 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/demux/nsv.c
+
+* modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv.c: Add support for decoding VP60 and VP61
+------------------------------------------------------------------------
+r18407 | thresh | 2006-12-17 15:32:24 -0800 (Sun, 17 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Default disable gnomevfs access plugin as it doesn't work anyway
+
+------------------------------------------------------------------------
+r18406 | dionoea | 2006-12-17 12:42:32 -0800 (Sun, 17 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   A /trunk/modules/video_filter/extract.c (from /trunk/modules/video_filter/invert.c:18404)
+
+ * New color extraction video filter. Can be used to extract the Red, Green or Blue component from a video.
+ * Add stuff about motiondetect and extract in the News (even though motiondetect isn't finished)
+
+------------------------------------------------------------------------
+r18405 | dionoea | 2006-12-17 09:58:21 -0800 (Sun, 17 Dec 2006) | 2 lines
+Changed paths:
+   R /trunk/modules/video_filter/motiondetect.c
+
+Rewrite motion detect filter. It currently draws a white rectangle arround moving objects (on fixed backgrounds). I still need to add code to make it possible to trigger an action when movement is detected (i.e. a VLM command to start recording).
+
+------------------------------------------------------------------------
+r18404 | phmo95 | 2006-12-17 08:09:00 -0800 (Sun, 17 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/src/core-jni.cc
+
+Fix include for WIN32 version.
+
+------------------------------------------------------------------------
+r18402 | zorglub | 2006-12-16 06:54:54 -0800 (Sat, 16 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_intf_strings.h
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/extended_panels.cpp
+   M /trunk/modules/gui/qt4/components/extended_panels.hpp
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/preferences.hpp
+   M /trunk/modules/gui/qt4/dialogs/extended.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
+   A /trunk/modules/gui/qt4/pixmaps/go-next.png
+   M /trunk/modules/gui/qt4/qt4.cpp
+   M /trunk/modules/gui/qt4/res.qrc
+   A /trunk/modules/gui/qt4/ui/video_effects.ui
+
+Add video filters panel
+Fix size of preference tree items
+
+------------------------------------------------------------------------
+r18401 | littlejohn | 2006-12-16 03:05:17 -0800 (Sat, 16 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/VLCExample.java
+   M /trunk/bindings/java/org/videolan/jvlc/Audio.java
+   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
+   M /trunk/bindings/java/src/audio-jni.cc
+
+bindings for new audio functions, thanks to Philippe Morin
+------------------------------------------------------------------------
+r18400 | jb | 2006-12-15 16:20:42 -0800 (Fri, 15 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/snapshot.c
+
+Include fixing for snapshot.c
+
+
+------------------------------------------------------------------------
+r18399 | jb | 2006-12-15 15:50:28 -0800 (Fri, 15 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dc1394.c
+
+Include repairing for dc1394
+
+
+------------------------------------------------------------------------
+r18398 | zorglub | 2006-12-15 15:38:33 -0800 (Fri, 15 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/playlist.h
+
+2nd argument of playlist_Viewplay is not a boolean
+
+------------------------------------------------------------------------
+r18397 | zorglub | 2006-12-15 15:21:27 -0800 (Fri, 15 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_arrays.h
+   M /trunk/src/Makefile.am
+   D /trunk/src/misc/dict.c
+   M /trunk/src/playlist/thread.c
+   M /trunk/test/NativeLibvlcTest.py
+   M /trunk/test/native/algo.c
+   M /trunk/test/native/i18n.c
+   M /trunk/test/pyunit.h
+   M /trunk/test/setup.py
+
+Rework dicts as macros for type-independance
+
+------------------------------------------------------------------------
+r18396 | courmisch | 2006-12-15 06:16:08 -0800 (Fri, 15 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   A /trunk/src/test/utf8.c (from /trunk/src/test/url.c:18395)
+   M /trunk/src/text/unicode.c
+
+Simpler UTF-8 check functions + rudimentary unit test
+
+------------------------------------------------------------------------
+r18395 | hartman | 2006-12-14 12:56:18 -0800 (Thu, 14 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/audio_filter/channel_mixer/mono.c
+   M /trunk/modules/audio_filter/equalizer_presets.h
+   M /trunk/modules/codec/cmml/browser_open.c
+   M /trunk/modules/codec/cmml/history.c
+   M /trunk/modules/codec/cmml/history.h
+   M /trunk/modules/codec/sdl_image.c
+   M /trunk/modules/codec/x264.c
+
+* More compiler warning fixes (const mostly)
+
+------------------------------------------------------------------------
+r18394 | damienf | 2006-12-14 05:53:31 -0800 (Thu, 14 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+- bootstrap: patch libtool on cygwin to prevent linking shared library as '.dll.exe' files
+
+------------------------------------------------------------------------
+r18393 | oaubert | 2006-12-14 05:18:53 -0800 (Thu, 14 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
+
+src/controler/mediacontrol_audio_video.c: make mediacontrol_showtext static
+
+------------------------------------------------------------------------
+r18392 | oaubert | 2006-12-14 05:18:27 -0800 (Thu, 14 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/mediacontrol.h
+
+include/vlc/mediacontrol.h: define mediacontrol_playlist_next_item prototype
+
+------------------------------------------------------------------------
+r18391 | damienf | 2006-12-14 03:57:03 -0800 (Thu, 14 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.c
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/vlccontrol2.cpp
+
+- activex: few fixes, generate latest tlb
+
+------------------------------------------------------------------------
+r18390 | hartman | 2006-12-13 16:14:37 -0800 (Wed, 13 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/misc/image.c
+   M /trunk/src/misc/threads.c
+   M /trunk/src/stream_output/profiles.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/text/charset.c
+
+* Fix a couple of const, static and other warnings 
+
+------------------------------------------------------------------------
+r18389 | jpsaman | 2006-12-13 06:43:57 -0800 (Wed, 13 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/audio.c
+
+Use more sensible error message that says: settting audio track failed.
+------------------------------------------------------------------------
+r18388 | xtophe | 2006-12-13 03:41:15 -0800 (Wed, 13 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/guiddef.h
+   M /trunk/activex/supporterrorinfo.cpp
+   M /trunk/activex/supporterrorinfo.h
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/activex/vlccontrol2.h
+
+.h and .cpp are not executable files
+
+------------------------------------------------------------------------
+r18387 | hartman | 2006-12-12 17:11:55 -0800 (Tue, 12 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+* Add support for HD DVBsub closes #896
+* Added some comments
+* Set the b_pausable flage and remove the b_fade/b_stop flags from the dvbsubs.
+  They are ephemer and if you need these options set, then figure out another way.
+
+------------------------------------------------------------------------
+r18386 | phmo95 | 2006-12-12 13:08:50 -0800 (Tue, 12 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/src/playlist-jni.cc
+   M /trunk/bindings/java/src/video-jni.cc
+
+Fix typos for WIN32 compilation of Java bindings.
+
+
+------------------------------------------------------------------------
+r18385 | littlejohn | 2006-12-12 13:05:53 -0800 (Tue, 12 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/createEclipseProject.sh
+
+eclipse project creation script updated.
+
+
+------------------------------------------------------------------------
+r18384 | fkuehne | 2006-12-12 11:46:17 -0800 (Tue, 12 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/fspanel.h
+   M /trunk/modules/gui/macosx/fspanel.m
+
+* switched the middle arrow buttons from faster/slower to backward/forward to reflect the same functionality as the usual controller window, thus a more consistent GUI. Thanks to the6thReplicant from the forum for the hint.
+------------------------------------------------------------------------
+r18383 | jpsaman | 2006-12-12 03:18:38 -0800 (Tue, 12 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/activex/vlccontrol2.h
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/src/control/audio.c
+
+Add support to the activex, mozilla, firefox, safari plugin for changing audio track and audio output channel (reverse, stereo, left, right, dolby).
+
+------------------------------------------------------------------------
+r18382 | jpsaman | 2006-12-12 01:26:26 -0800 (Tue, 12 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/meta_engine/id3tag.c
+
+Fix compilation warnings
+------------------------------------------------------------------------
+r18381 | jpsaman | 2006-12-12 01:23:58 -0800 (Tue, 12 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+Small readability enhancement
+------------------------------------------------------------------------
+r18380 | jpsaman | 2006-12-12 01:23:10 -0800 (Tue, 12 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/xvmc.c
+
+Don't use register keyword, leave it up to compiler to optimize this.
+------------------------------------------------------------------------
+r18379 | ipkiss | 2006-12-11 14:19:56 -0800 (Mon, 11 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+   M /trunk/modules/gui/skins2/vars/equalizer.cpp
+
+ * skins2/vars/equalizer.cpp: Fixed an invalid memory read, potential crasher
+ * skins2/src/generic_layout.cpp: Fixed an old memory leak
+This is a forwardport of [18282]
+
+------------------------------------------------------------------------
+r18378 | xtophe | 2006-12-11 13:06:55 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Makefile.am: tweack win32 packaging rules
+
+------------------------------------------------------------------------
+r18377 | hartman | 2006-12-11 12:55:22 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+
+* Some more const warning fixes
+
+------------------------------------------------------------------------
+r18376 | littlejohn | 2006-12-11 12:22:47 -0800 (Mon, 11 Dec 2006) | 1 line
+Changed paths:
+   A /trunk/bindings/java/createEclipseProject.sh
+
+helper script to ease jvlc development with eclipse
+------------------------------------------------------------------------
+r18375 | hartman | 2006-12-11 12:04:55 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* grah one more compile issue
+
+------------------------------------------------------------------------
+r18374 | hartman | 2006-12-11 09:34:07 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
+
+* one more closedir fix
+
+------------------------------------------------------------------------
+r18373 | hartman | 2006-12-11 09:29:49 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
+
+* another closedir fix
+
+------------------------------------------------------------------------
+r18372 | hartman | 2006-12-11 09:22:20 -0800 (Mon, 11 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_filter/colorthres.c
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/video_filter/gradient.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/puzzle.c
+   M /trunk/modules/video_filter/rss.c
+   M /trunk/modules/video_filter/transform.c
+
+* motion_detect: use playlist_Control's "lock" argument  
+* const string fixes 
+* make a couple of functions static
+
+------------------------------------------------------------------------
+r18371 | xtophe | 2006-12-11 09:04:56 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+
+Don't call removed target.
+
+------------------------------------------------------------------------
+r18370 | courmisch | 2006-12-11 08:56:21 -0800 (Mon, 11 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/src/text/unicode.c
+   M /trunk/src/video_output/vout_intf.c
+
+- WTF?! Do not use non-existant vlc_closedir_wrapper
+- Do not leak result from utf8_readdir (ALWAYS strdup'ed).
+
+------------------------------------------------------------------------
+r18369 | courmisch | 2006-12-11 08:53:08 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Fix compilation
+
+------------------------------------------------------------------------
+r18368 | hartman | 2006-12-11 08:25:29 -0800 (Mon, 11 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/src/text/unicode.c
+
+* Fix utf8_scandir (wasn't using vlc_closedir_wrapper)
+* Add some doxygen comments to some of these functions that warn about vlc_closedir_wrapper and LocaleFree
+
+------------------------------------------------------------------------
+r18367 | hartman | 2006-12-11 08:22:45 -0800 (Mon, 11 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/visualization/galaktos/preset.c
+   M /trunk/src/video_output/vout_intf.c
+
+* forwardport: [18328]-[18330]
+  * utf8_fopen for: galaktos and snapshots
+  * vlc_closedir_wrapper for: webintf, mkv, ncurses and gnutls
+
+------------------------------------------------------------------------
+r18366 | hartman | 2006-12-11 08:17:44 -0800 (Mon, 11 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/src/Patches/libpng-osx.patch
+
+* forwardport [18332]:
+  - don't compile pngtest, it's not SDK compatible
+  - enable sdk on contrib again
+
+------------------------------------------------------------------------
+r18365 | hartman | 2006-12-11 08:16:33 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* forwardport [18335]: Compile x264 with --enable-pic 
+
+------------------------------------------------------------------------
+r18364 | hartman | 2006-12-11 08:13:24 -0800 (Mon, 11 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/access/rtsp/access.c
+   M /trunk/modules/access/rtsp/real.c
+   M /trunk/modules/access/rtsp/rtsp.c
+
+* forwardport [18336]:
+ - Only try Real RTSP in case of rtsp:// realrtsp:// or pnm://
+ - Don't use fprintf
+
+------------------------------------------------------------------------
+r18363 | hartman | 2006-12-11 08:04:32 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+* forwardport the 0.8.6 NEWS
+
+------------------------------------------------------------------------
+r18362 | hartman | 2006-12-11 08:03:34 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* forwardport [18346]: LocaleFree() a utf8_readdir entry instead of using free()
+
+------------------------------------------------------------------------
+r18361 | hartman | 2006-12-11 07:32:01 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* forwardport [18350] libtiff linking in VLC OS X 
+
+------------------------------------------------------------------------
+r18360 | hartman | 2006-12-11 07:30:46 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+* marq.c: const strings
+
+------------------------------------------------------------------------
+r18359 | courmisch | 2006-12-11 04:16:39 -0800 (Mon, 11 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Remove -z defs to fix FreeBSD linking.
+Someone (I?) ought to work on a better solution
+
+------------------------------------------------------------------------
+r18358 | courmisch | 2006-12-10 12:02:03 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+Do not redefine vlc_wclosedir (Close #893)
+
+------------------------------------------------------------------------
+r18357 | courmisch | 2006-12-10 11:57:01 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Forgot this file
+
+------------------------------------------------------------------------
+r18356 | courmisch | 2006-12-10 11:56:13 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/activex/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/mozilla/Makefile.am
+   M /trunk/src/Makefile.am
+
+Use shared libvlc on Win32
+
+------------------------------------------------------------------------
+r18355 | zorglub | 2006-12-10 07:28:12 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+Simplify a bit strings handling
+
+------------------------------------------------------------------------
+r18354 | zorglub | 2006-12-10 07:24:01 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+Fix wrong object release
+
+------------------------------------------------------------------------
+r18353 | zorglub | 2006-12-10 07:20:26 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/engine.c
+
+Don't attach playlist twice
+
+------------------------------------------------------------------------
+r18352 | zorglub | 2006-12-10 07:15:50 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Fix corruption in SD parser (Closes:#889)
+
+------------------------------------------------------------------------
+r18351 | zorglub | 2006-12-10 06:00:54 -0800 (Sun, 10 Dec 2006) | 8 lines
+Changed paths:
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/services_discovery/bonjour.c
+   M /trunk/modules/services_discovery/podcast.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/services_discovery/upnp_cc.cpp
+   M /trunk/modules/services_discovery/upnp_intel.cpp
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/var.c
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/playlist_internal.h
+   M /trunk/src/playlist/tree.c
+
+* Do not take and release the structure lock for each element of the list while
+  releasing it. mutex locks /= 20 on a standard preparse run
+* Only create absolutely necessary variables while preparsing
+--> Preparse speed *= 4 (with item in disk cache of course)
+
+* Do not rebuild playlist too much while adding a directory. Add a new flag
+  to NodeCreate and Add to control this behaviour
+
+------------------------------------------------------------------------
+r18344 | md | 2006-12-09 12:24:50 -0800 (Sat, 09 Dec 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Fix for non-working DELETE key in Playlist on Win32
+For some unknown reason, wxwidgets 2.6.3 always return WXK_NUMPAD_DELETE
+even in case normal Delete key was pressed
+
+Please consider backporting just for Win32 binaries.
+
+------------------------------------------------------------------------
+r18343 | fkuehne | 2006-12-09 12:19:20 -0800 (Sat, 09 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+
+* prevent the preferences from crashing. they aren't shown again yet, though
+------------------------------------------------------------------------
+r18342 | zorglub | 2006-12-09 12:10:28 -0800 (Sat, 09 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Fix
+
+------------------------------------------------------------------------
+r18341 | fkuehne | 2006-12-09 11:59:45 -0800 (Sat, 09 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+
+* improved previous b_autoplay implementation
+------------------------------------------------------------------------
+r18340 | fkuehne | 2006-12-09 11:57:48 -0800 (Sat, 09 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/misc.m
+
+* make sure that the opened media is always enqueueded, if macosx-autoplay is false
+------------------------------------------------------------------------
+r18339 | zorglub | 2006-12-09 10:12:05 -0800 (Sat, 09 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/include/vlc_intf_strings.h
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/misc/playlist/m3u.c
+
+Misc cleanups in Qt4. (Closes:#736)
+Fix m3u export
+
+------------------------------------------------------------------------
+r18325 | hartman | 2006-12-07 14:46:45 -0800 (Thu, 07 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* Don't redraw the window when going to fullscreen. refs #668 and refs #751 
+This might not fix it, but it surely should eleviate the problem.
+forwardport of [18324]
+
+
+------------------------------------------------------------------------
+r18322 | hartman | 2006-12-07 14:38:20 -0800 (Thu, 07 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/fspanel.h
+   M /trunk/modules/gui/macosx/fspanel.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* forwardport: [18319], [18320]
+  - fspanel centering on right screen
+  - fspanel don't hide if mousepointer is over fspanel
+
+------------------------------------------------------------------------
+r18319 | xtophe | 2006-12-07 12:19:52 -0800 (Thu, 07 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Forward port [18313] and [18314]. compile fix
+
+------------------------------------------------------------------------
+r18318 | bigben | 2006-12-07 12:10:55 -0800 (Thu, 07 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/resampler/linear.c
+
+* Cleanup that file a bit
+------------------------------------------------------------------------
+r18316 | littlejohn | 2006-12-07 05:35:25 -0800 (Thu, 07 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/input.c
+
+fix for libvlc_input_get_fps. maybe there's a better way to do it.
+------------------------------------------------------------------------
+r18315 | courmisch | 2006-12-07 03:25:09 -0800 (Thu, 07 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Remove redumdant function call
+
+------------------------------------------------------------------------
+r18312 | courmisch | 2006-12-07 01:29:45 -0800 (Thu, 07 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Remove old TODO
+
+------------------------------------------------------------------------
+r18311 | courmisch | 2006-12-07 00:46:01 -0800 (Thu, 07 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Prefer EDH-RSA over plain RSA
+
+------------------------------------------------------------------------
+r18309 | courmisch | 2006-12-07 00:39:45 -0800 (Thu, 07 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Handle fatal errors properly past TLS handshake (close #887)
+
+------------------------------------------------------------------------
+r18308 | damienf | 2006-12-06 16:31:14 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   A /trunk/mozilla/install.js
+
+- mozilla, activex, directx: more backporting from 0.8.6
+
+------------------------------------------------------------------------
+r18307 | damienf | 2006-12-06 16:29:57 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/mozilla/control/npolibvlc.h
+   M /trunk/mozilla/control/nporuntime.cpp
+   M /trunk/mozilla/npvlc_rc.rc
+   M /trunk/mozilla/support/npmac.cpp
+   M /trunk/mozilla/vlc.r
+   M /trunk/mozilla/vlcplugin.cpp
+   M /trunk/mozilla/vlcplugin.h
+   M /trunk/mozilla/vlcshell.cpp
+
+mozilla: backporting from 0.8.6
+
+------------------------------------------------------------------------
+r18306 | damienf | 2006-12-06 16:29:02 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.c
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/connectioncontainer.cpp
+   M /trunk/activex/objectsafety.h
+   M /trunk/activex/oleinplaceobject.h
+   M /trunk/activex/oleobject.cpp
+   M /trunk/activex/oleobject.h
+   M /trunk/activex/persistpropbag.cpp
+   M /trunk/activex/persiststreaminit.cpp
+   M /trunk/activex/persiststreaminit.h
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   M /trunk/activex/provideclassinfo.cpp
+   M /trunk/activex/provideclassinfo.h
+   M /trunk/activex/supporterrorinfo.cpp
+   M /trunk/activex/utils.cpp
+   M /trunk/activex/utils.h
+   M /trunk/activex/vlccontrol.cpp
+   M /trunk/activex/vlccontrol.h
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/activex/vlccontrol2.h
+
+- activex: backporting from 0.8.6
+
+------------------------------------------------------------------------
+r18305 | damienf | 2006-12-06 15:39:18 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/common.h
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dshow/filter.h
+
+- dshow: backporting from 0.8.6
+
+------------------------------------------------------------------------
+r18304 | damienf | 2006-12-06 15:38:27 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/direct3d.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/vout.h
+
+- backporting from 0.8.6
+
+------------------------------------------------------------------------
+r18303 | xtophe | 2006-12-06 14:57:37 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
+
+sub_fps is a float and need to be a float. Don't loose precision if the subtitles dialog is opened.
+
+------------------------------------------------------------------------
+r18302 | damienf | 2006-12-06 14:26:23 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- removed commented out lines in [18277], not really necessary to keep them
+
+------------------------------------------------------------------------
+r18301 | damienf | 2006-12-06 14:22:36 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+- vlc.win32.nsi.in: backporting from [18288]
+
+------------------------------------------------------------------------
+r18300 | courmisch | 2006-12-06 13:59:39 -0800 (Wed, 06 Dec 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Enable AES 256 with TLS.
+
+DISCLAIMER: libgcrypt includes various strong cryptographic ciphers.
+VLC now has 256-bits ciphers, and already had 128-bits ciphers for some
+time. Please check with your lawyer and country-specific homeland
+security bureau. In France, *usage* is completely free. Supply, import
+and export are not.
+
+------------------------------------------------------------------------
+r18299 | xtophe | 2006-12-06 13:27:32 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Fix path. 
+
+------------------------------------------------------------------------
+r18298 | courmisch | 2006-12-06 13:12:53 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Do not try to distribute non-existant kludges
+
+------------------------------------------------------------------------
+r18297 | courmisch | 2006-12-06 12:48:09 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Support for TLSv1.1 deflate compression
+
+------------------------------------------------------------------------
+r18296 | courmisch | 2006-12-06 12:22:56 -0800 (Wed, 06 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+ - support for TLSv1.1
+ - rationalize var_CreateGet*() and config_Get*() usage
+
+------------------------------------------------------------------------
+r18295 | courmisch | 2006-12-06 10:44:19 -0800 (Wed, 06 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+Do not retry to HTTP connection with version 1.0 instead of 1.1...
+...when the lower layer failed (ie TCP or SSL errors)
+
+------------------------------------------------------------------------
+r18294 | courmisch | 2006-12-06 10:31:53 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Make some constant data table static
+
+------------------------------------------------------------------------
+r18292 | courmisch | 2006-12-06 08:47:10 -0800 (Wed, 06 Dec 2006) | 19 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+Work-around window-on-top + fullscreen deadlock (refs #882)
+
+FIXME FIXME FIXME FIXME: EXPLICIT HACK.
+On the one hand, we cannot hold the lock while triggering a callback, as
+it causes a deadlock with video-on-top handling. On the other hand, we
+have to lock while triggering the callback to:
+ 1/ make sure video-on-top remains in sync with fullscreen (i.e.
+    unlocking creates a race condition if fullscreen is switched on and
+    off VERY FAST).
+ 2/ avoid possible corruption bugs if another thread gets the mutex and
+    modifies our data in-between (though it does not seem like it could really
+    do much harm in this particular case).
+
+This is obviously contradictory. Correct solutions may include:
+ - putting the fullscreen NAND video-on-top logic out of libvlc,
+   back into the video output plugins (ugly code duplication...),
+ - serializing fullscreen and video-on-top handling properly instead of
+   using the fullscreen callback. That's got to be the correct one.
+
+------------------------------------------------------------------------
+r18291 | courmisch | 2006-12-06 08:41:19 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Provides libvlc.sym
+
+------------------------------------------------------------------------
+r18290 | courmisch | 2006-12-06 08:29:20 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Minor code simplification
+
+------------------------------------------------------------------------
+r18289 | funman | 2006-12-06 07:02:37 -0800 (Wed, 06 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/dbus-vlc.py
+   M /trunk/modules/control/dbus.c
+   M /trunk/src/libvlc-common.c
+
+Simplification of one-instance mode
+It now checks if a capable "Media Player" is running, not only VLC.
+
+------------------------------------------------------------------------
+r18283 | md | 2006-12-06 01:55:17 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/vlm.c
+
+Remove duplicate code. The new Unescape() is already doing this.
+
+------------------------------------------------------------------------
+r18281 | funman | 2006-12-05 16:52:04 -0800 (Tue, 05 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/dbus-vlc.py
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+   M /trunk/src/libvlc-common.c
+
+D-Bus module now uses new specification
+TODO: playlist management
+
+------------------------------------------------------------------------
+r18280 | xtophe | 2006-12-05 16:31:08 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/af.po
+   M /trunk/po/ar.po
+   M /trunk/po/bn.po
+   M /trunk/po/ca.po
+   M /trunk/po/co.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/eu.po
+   M /trunk/po/fr.po
+   M /trunk/po/fur.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/lt.po
+   M /trunk/po/lv.po
+   M /trunk/po/ms.po
+   M /trunk/po/my.po
+   M /trunk/po/nb.po
+   M /trunk/po/ne.po
+   M /trunk/po/nl.po
+   M /trunk/po/nn.po
+   M /trunk/po/no.po
+   M /trunk/po/oc.po
+   M /trunk/po/pa.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/pt_PT.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sk.po
+   M /trunk/po/sl.po
+   M /trunk/po/sq.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/th.po
+   M /trunk/po/tl.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+make update-po
+------------------------------------------------------------------------
+r18279 | littlejohn | 2006-12-05 15:45:36 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/org/videolan/jvlc/Input.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
+   M /trunk/bindings/java/org/videolan/jvlc/Video.java
+   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+   M /trunk/bindings/java/src/core-jni.cc
+   M /trunk/bindings/java/src/graphics-jni.cc
+   M /trunk/bindings/java/src/video-jni.cc
+
+Java bindings update: various enhancements; paint system changed; reparenting works again.
+------------------------------------------------------------------------
+r18278 | littlejohn | 2006-12-05 15:42:58 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/video.c
+
+libvlc_input_has_vout more consistent with function aim
+------------------------------------------------------------------------
+r18277 | damienf | 2006-12-05 15:20:18 -0800 (Tue, 05 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- libvlc target, removed uneeded libs target previously for for external libvlc compilation
+
+------------------------------------------------------------------------
+r18275 | damienf | 2006-12-05 09:29:07 -0800 (Tue, 05 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+
+ activex: when linking against the shared lib DLL, it looks like the linker is picking the DLL name from inside the file, rather than the filename itself. in most cases, this is not a problem, as both are usually the same. Unfortunately, since libtool has a bug on cygwin, whereby the ouput name is libvlc.dll.exe rather than libvlc.dll, the wrong name 'libvlc.dll.exe' is used by the linker rather than the corrected filename. Using the import lib libvlc.dll.a instead fixes that problem. the proper fix should probably a patch to libtool
+
+------------------------------------------------------------------------
+r18274 | hartman | 2006-12-05 09:05:20 -0800 (Tue, 05 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+* Expand the ugly hack to also let automake define OBJCLINK and friends
+
+------------------------------------------------------------------------
+r18273 | damienf | 2006-12-05 02:22:25 -0800 (Tue, 05 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/mozilla/Makefile.am
+
+- mozilla, activex: vlc-config vlc -> libvlc changes
+
+------------------------------------------------------------------------
+r18272 | gbazin | 2006-12-04 13:17:32 -0800 (Mon, 04 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: fix build when libtool is disabled.
+------------------------------------------------------------------------
+r18271 | dionoea | 2006-12-04 13:12:19 -0800 (Mon, 04 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Don't install mozilla plugin in recommended/default settings on windows. The NSIS stuff needs to be backported to 0.8.6 before we release (and tested). Could someone do that please?
+
+------------------------------------------------------------------------
+r18270 | damienf | 2006-12-04 11:08:31 -0800 (Mon, 04 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+- vlc -> libvlc for linking shared libvlc.dll
+
+------------------------------------------------------------------------
+r18262 | md | 2006-12-04 06:02:14 -0800 (Mon, 04 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/vlm.js
+
+Don't escape single quotes since it's not needed anymore
+
+------------------------------------------------------------------------
+r18260 | md | 2006-12-04 02:14:26 -0800 (Mon, 04 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
+
+Add quotes to all VLM commands requested by VLM wx panel
+
+------------------------------------------------------------------------
+r18259 | md | 2006-12-04 02:06:23 -0800 (Mon, 04 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/vlm.c
+
+VLM quoting magic for partially quoted strings
+
+------------------------------------------------------------------------
+r18258 | dionoea | 2006-12-03 13:00:42 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/search.c
+
+Fix searching in tree playlists (doesn't hide a node's children if the children match but the node doesn't). Thanks to zorglub for the fix.
+
+------------------------------------------------------------------------
+r18257 | dionoea | 2006-12-03 12:56:28 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/vlm.js
+
+Don't duplicate backslashes in VLM HTTP interface anymore. Could someone confirm that this works?
+
+------------------------------------------------------------------------
+r18256 | dionoea | 2006-12-03 12:44:10 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_variables.h
+
+* vlc_variables.h: remove unused VLC_VAR_ISLIST define
+
+------------------------------------------------------------------------
+r18255 | dionoea | 2006-12-03 12:36:24 -0800 (Sun, 03 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_variables.h
+   M /trunk/src/misc/objects.c
+
+* vlc_variables.h: remove unused VLC_VAR_ISCONFIG define
+* objects.c: some more vars command stuff
+
+------------------------------------------------------------------------
+r18254 | zorglub | 2006-12-03 12:33:02 -0800 (Sun, 03 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/open.cpp
+   M /trunk/modules/gui/qt4/dialogs/open.hpp
+   M /trunk/modules/gui/qt4/dialogs/sout.cpp
+   M /trunk/modules/gui/qt4/dialogs/sout.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+* Made open and sout QDialogs
+* Added a minimal streaming feature
+
+
+------------------------------------------------------------------------
+r18253 | dionoea | 2006-12-03 12:05:54 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+Tweaks vars command a bit.
+
+------------------------------------------------------------------------
+r18252 | dionoea | 2006-12-03 11:49:26 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+Add "vars" command to display the list of variables owned by an object. (ex: vars 1)
+
+------------------------------------------------------------------------
+r18251 | md | 2006-12-03 11:44:54 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/vlm.c
+
+Implement shell-style escaping also for double quotes and fix bugs.
+
+------------------------------------------------------------------------
+r18250 | dionoea | 2006-12-03 11:07:22 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+
+Also show telnet specific commands when using "help" command in the telnet interface.
+
+------------------------------------------------------------------------
+r18249 | dionoea | 2006-12-03 11:04:31 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.sym
+
+Looks like we need to add function exports here too now.
+
+------------------------------------------------------------------------
+r18248 | dionoea | 2006-12-03 11:00:59 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_vlm.h
+   M /trunk/src/input/vlm.c
+
+Export vlm_MessageNew and vlm_MessageAdd.
+
+------------------------------------------------------------------------
+r18247 | courmisch | 2006-12-03 10:54:03 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Fix memleaks
+
+------------------------------------------------------------------------
+r18246 | dionoea | 2006-12-03 10:37:22 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+Also print the object's parent id (makes it easier to "climb" the object tree)
+
+------------------------------------------------------------------------
+r18245 | courmisch | 2006-12-03 10:15:03 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/modules.h
+
+Make module_LoadMain static
+
+------------------------------------------------------------------------
+r18244 | dionoea | 2006-12-03 10:14:37 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+Buffer was too small.
+
+------------------------------------------------------------------------
+r18243 | dionoea | 2006-12-03 10:05:23 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Sync default options in NSIS installer with recommended preset. I still don't like installing the activex and mozilla plugins by default as they often override other plugins and make it impossible to view videos on some/many websites.
+
+------------------------------------------------------------------------
+r18242 | courmisch | 2006-12-03 10:02:03 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_threads_funcs.h
+
+Be a little less pessimistic
+
+------------------------------------------------------------------------
+r18241 | xtophe | 2006-12-03 10:01:13 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+use program-prefix="" all the times
+
+------------------------------------------------------------------------
+r18240 | courmisch | 2006-12-03 09:57:54 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Fix memleak (oups)
+
+------------------------------------------------------------------------
+r18239 | dionoea | 2006-12-03 09:53:51 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Oops (at least it wasn't a regression ;) )
+
+------------------------------------------------------------------------
+r18238 | courmisch | 2006-12-03 09:30:48 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+
+Same as previous commit, for invalid MMS URLs
+
+------------------------------------------------------------------------
+r18237 | dionoea | 2006-12-03 09:30:31 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Don't display "Unknown command!" when the command is known.
+
+------------------------------------------------------------------------
+r18236 | courmisch | 2006-12-03 09:29:25 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+
+Fix ?\195?\188ber memleak when falling back to MMS/HTTP
+
+------------------------------------------------------------------------
+r18235 | dionoea | 2006-12-03 09:27:13 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Cosmetics and small fix
+
+------------------------------------------------------------------------
+r18234 | dionoea | 2006-12-03 09:19:24 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Simplify callback registration.
+
+------------------------------------------------------------------------
+r18233 | dionoea | 2006-12-03 09:09:48 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Fix [17577]. Removing 200 lines of code is nice. Replacing them with lines that does the same thing as before is better.
+
+------------------------------------------------------------------------
+r18232 | xtophe | 2006-12-03 09:03:22 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Don't prefix the binaries and config scripts with $HOST.
+
+------------------------------------------------------------------------
+r18231 | courmisch | 2006-12-03 09:02:02 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/copy.c
+
+Fix small memleak
+
+------------------------------------------------------------------------
+r18230 | courmisch | 2006-12-03 08:34:00 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/m3u.c
+
+M3U: fallback to local code page if UTF-8 fails (close #862)
+
+------------------------------------------------------------------------
+r18229 | zorglub | 2006-12-03 08:31:08 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Release notes
+
+------------------------------------------------------------------------
+r18228 | zorglub | 2006-12-03 08:13:40 -0800 (Sun, 03 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/src/input/access.c
+
+* Fix preparse of directories 
+* Add right-click "info" item in qt4 playlist
+
+------------------------------------------------------------------------
+r18227 | courmisch | 2006-12-03 08:03:40 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Undo unintended changeset
+
+------------------------------------------------------------------------
+r18226 | zorglub | 2006-12-03 07:57:27 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Unbreak a bit windows
+
+------------------------------------------------------------------------
+r18222 | zorglub | 2006-12-03 07:03:14 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Missing libvlc flags on win32
+
+------------------------------------------------------------------------
+r18221 | courmisch | 2006-12-03 06:52:21 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Fix libtool and shared builds
+
+------------------------------------------------------------------------
+r18220 | courmisch | 2006-12-03 06:35:17 -0800 (Sun, 03 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   A /trunk/src/libvlc.sym
+
+Do not autogenerate libvlc.sym.
+The scheme I used sucked big times.
+
+------------------------------------------------------------------------
+r18219 | courmisch | 2006-12-03 06:23:52 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+
+Forgot this file
+
+------------------------------------------------------------------------
+r18218 | courmisch | 2006-12-03 06:23:40 -0800 (Sun, 03 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+   A /trunk/src/input/vlm.c (from /trunk/src/misc/vlm.c:18216)
+   M /trunk/src/misc/modules.c
+   D /trunk/src/misc/vlm.c
+
+- fix input memleak
+- move vlm to input/
+- remove unused libvlc export
+
+------------------------------------------------------------------------
+r18217 | funman | 2006-12-03 06:06:06 -0800 (Sun, 03 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+forward port [18125]
+Compile glx plugin only if all required headers are present
+
+------------------------------------------------------------------------
+r18216 | courmisch | 2006-12-03 05:52:04 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/services_discovery.c
+
+Don't write R/O memory + clean up
+
+------------------------------------------------------------------------
+r18214 | zorglub | 2006-12-03 05:48:21 -0800 (Sun, 03 Dec 2006) | 7 lines
+Changed paths:
+   M /trunk/bindings/java
+   M /trunk/bindings/java/includes
+   M /trunk/bindings/python/vlc_module.c
+   M /trunk/bindings/python/vlc_object.c
+   M /trunk/configure.ac
+   M /trunk/evc/plugins.vcp.in
+   M /trunk/include/iso_lang.h
+   M /trunk/include/main.h
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_access.h
+   M /trunk/include/vlc_acl.h
+   M /trunk/include/vlc_aout.h
+   M /trunk/include/vlc_arrays.h
+   M /trunk/include/vlc_bits.h
+   M /trunk/include/vlc_block.h
+   M /trunk/include/vlc_block_helper.h
+   M /trunk/include/vlc_charset.h
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_codecs.h
+   M /trunk/include/vlc_config.h
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/include/vlc_configuration.h
+   M /trunk/include/vlc_demux.h
+   M /trunk/include/vlc_devices.h
+   M /trunk/include/vlc_es.h
+   M /trunk/include/vlc_es_out.h
+   M /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_httpd.h
+   M /trunk/include/vlc_image.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/include/vlc_intf_strings.h
+   M /trunk/include/vlc_keys.h
+   M /trunk/include/vlc_md5.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/include/vlc_modules.h
+   M /trunk/include/vlc_modules_macros.h
+   M /trunk/include/vlc_mtime.h
+   M /trunk/include/vlc_network.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/include/vlc_os_specific.h
+   M /trunk/include/vlc_osd.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_sout.h
+   M /trunk/include/vlc_stream.h
+   M /trunk/include/vlc_streaming.h
+   M /trunk/include/vlc_strings.h
+   M /trunk/include/vlc_threads.h
+   M /trunk/include/vlc_threads_funcs.h
+   M /trunk/include/vlc_tls.h
+   M /trunk/include/vlc_update.h
+   M /trunk/include/vlc_url.h
+   M /trunk/include/vlc_variables.h
+   M /trunk/include/vlc_vlm.h
+   M /trunk/include/vlc_vod.h
+   M /trunk/include/vlc_vout.h
+   M /trunk/include/vlc_vout_synchro.h
+   M /trunk/include/vlc_xml.h
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/msvc/libvlc.vcproj.in
+   M /trunk/msvc/plugins.vcproj.in
+   M /trunk/src/Makefile.am
+   M /trunk/src/playlist/services_discovery.c
+   M /trunk/test/setup.py
+   M /trunk/toolbox
+   M /trunk/vlc-config.in.in
+
+A bit of vlc/libvlc cleanup:
+* libvlc sources and plugins now define __LIBVLC__ and headers exported to
+  plugins (ie, include/vlc_*.h) check for this
+* libvlc sources use the value of the "libvlc" component in vlc-config instead
+  of vlc
+* Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
+
+------------------------------------------------------------------------
+r18213 | courmisch | 2006-12-03 05:32:55 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_threads_funcs.h
+
+Use a MEANINGFUL (hopefully) debug message
+
+------------------------------------------------------------------------
+r18212 | fkuehne | 2006-12-03 05:16:03 -0800 (Sun, 03 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* use the current x264 revisions and Xcode's native nasm on x86-OSX. This requires Xcode 2.4.1 or later. Patch by Brian Raymond <braymond --a-t- echostorm net>
+
+I second his request to include this in 0.8.6 as well, since this update improves the performance on PowerPC-based Macs by 20% without breaking compatibility with our module.
+------------------------------------------------------------------------
+r18211 | courmisch | 2006-12-03 03:45:57 -0800 (Sun, 03 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+- Only unescape VLM parameter when quoted with " ", do not unescape with ' '
+- Remove opening and closing quote when unescaping
+
+------------------------------------------------------------------------
+r18209 | zorglub | 2006-12-03 01:56:46 -0800 (Sun, 03 Dec 2006) | 19 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/open.cpp
+   M /trunk/modules/gui/qt4/components/open.hpp
+   M /trunk/modules/gui/qt4/dialogs/open.cpp
+   M /trunk/modules/gui/qt4/dialogs/open.hpp
+   M /trunk/modules/gui/qt4/ui/open.ui
+   M /trunk/modules/gui/qt4/ui/open_disk.ui
+   M /trunk/modules/gui/qt4/ui/open_file.ui
+   M /trunk/modules/gui/qt4/ui/open_net.ui
+
+Qt4 open:
+* Implement MRL handling for file, disc and network
+* Moved input slave option to the global dialog (not file specific and
+  avoid cluttering the file subpanel)
+* Initial implementation of the network panel based on ideas and work by
+  Leo Spalteholz. Thanks !
+* Improve layouting and handling of the advanced options subpanel
+
+--This line, and those below, will beignored--
+
+M    modules/gui/qt4/dialogs/open.cpp
+M    modules/gui/qt4/dialogs/open.hpp
+M    modules/gui/qt4/components/open.cpp
+M    modules/gui/qt4/components/open.hpp
+M    modules/gui/qt4/ui/open_net.ui
+M    modules/gui/qt4/ui/open_disk.ui
+M    modules/gui/qt4/ui/open_file.ui
+M    modules/gui/qt4/ui/open.ui
+
+------------------------------------------------------------------------
+r18208 | courmisch | 2006-12-03 00:07:53 -0800 (Sun, 03 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Save a few allocations
+
+------------------------------------------------------------------------
+r18207 | courmisch | 2006-12-02 23:28:41 -0800 (Sat, 02 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/acl.c
+
+ACL: remove potentially harmful macro conditional definition
+
+------------------------------------------------------------------------
+r18206 | courmisch | 2006-12-02 23:05:21 -0800 (Sat, 02 Dec 2006) | 7 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+New VLM quoting and escaping logic that is more like the usual C one[1]
+- Do not validate quotes recursively (there is no reason to do that)
+  and it is really unlike anything else.
+- Do not allow escaping non-ASCII (to avoid UTF-8 breakages)
+  or non-printable characters.
+[1] we don't support every features of C escaping though
+
+------------------------------------------------------------------------
+r18204 | courmisch | 2006-12-02 10:40:40 -0800 (Sat, 02 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/share/http/dialogs/.hosts
+
+Rewrite comment.
+It reads like some sort of English now, though it could be further improved.
+
+------------------------------------------------------------------------
+r18203 | courmisch | 2006-12-02 10:34:06 -0800 (Sat, 02 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/.hosts
+
+Safe default for HTTP .hosts file
+
+------------------------------------------------------------------------
+r18202 | hartman | 2006-12-02 07:02:36 -0800 (Sat, 02 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/logo.c
+
+* forwardport [18201]
+  fixes a big crasher in the DestroyFilter of the logo video filter
+
+------------------------------------------------------------------------
+r18199 | zorglub | 2006-12-02 02:58:51 -0800 (Sat, 02 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/crop.c
+
+Improved autocropping by Cedric Cocquebert
+
+------------------------------------------------------------------------
+r18197 | Trax | 2006-12-01 15:18:11 -0800 (Fri, 01 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+NEWS: Sync with the 0.8.6-rc1 NEWS so that the link on the developers site is uptodate as well.
+------------------------------------------------------------------------
+r18196 | courmisch | 2006-12-01 12:26:05 -0800 (Fri, 01 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/objects.c
+   M /trunk/src/network/httpd.c
+   D /trunk/src/network/httpd.h
+
+Hide httpd_t and httpd_host_t within httpd.c
+
+------------------------------------------------------------------------
+r18195 | courmisch | 2006-12-01 12:13:46 -0800 (Fri, 01 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   M /trunk/src/libvlc-common.c
+   A /trunk/src/libvlc-module.c (from /trunk/src/libvlc.h:18192)
+   R /trunk/src/libvlc.h
+
+Rename libvlc.h to libvlc-module.c
+It made little sense to have an header that can only be included
+in a single file.
+Re-use libvlc.h for generic libvlc internal declarations.
+
+------------------------------------------------------------------------
+r18194 | courmisch | 2006-12-01 12:04:13 -0800 (Fri, 01 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r18192 | courmisch | 2006-12-01 11:48:43 -0800 (Fri, 01 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+Support for creating object with custom type name and size.
+This help suppress dependency of src/misc/modules.c
+upon some structs typedefs just for the sake of sizeof.
+
+------------------------------------------------------------------------
+r18191 | courmisch | 2006-12-01 10:54:34 -0800 (Fri, 01 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_httpd.h
+   M /trunk/src/misc/objects.c
+   M /trunk/src/network/httpd.c
+   A /trunk/src/network/httpd.h (from /trunk/include/vlc_httpd.h:18190)
+
+Hide some httpd structures from modules
+
+------------------------------------------------------------------------
+r18190 | courmisch | 2006-12-01 10:38:59 -0800 (Fri, 01 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Don't initialize a variable twice
+
+------------------------------------------------------------------------
+r18189 | md | 2006-12-01 08:09:45 -0800 (Fri, 01 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+Add a FIXME
+
+------------------------------------------------------------------------
+r18188 | funman | 2006-12-01 01:45:24 -0800 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/open.cpp
+   M /trunk/modules/gui/qt4/components/open.hpp
+   M /trunk/modules/gui/qt4/dialogs/open.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+   M /trunk/modules/gui/qt4/ui/open.ui
+   M /trunk/modules/gui/qt4/ui/open_disk.ui
+   M /trunk/modules/gui/qt4/ui/open_file.ui
+   M /trunk/modules/gui/qt4/ui/open_net.ui
+
+Simplification of Advanced Open
+Control & Playback buttons have the same size
+
+------------------------------------------------------------------------
+r18183 | xtophe | 2006-11-30 14:41:48 -0800 (Thu, 30 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Apply the alignment patch on BeOS also.
+
+------------------------------------------------------------------------
+r18181 | hartman | 2006-11-30 14:18:36 -0800 (Thu, 30 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+
+* fix commit [18178]
+
+------------------------------------------------------------------------
+r18180 | hartman | 2006-11-30 13:52:58 -0800 (Thu, 30 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/v4l.c
+
+* Fix YUV422, YUY2, YUYV mappings in V4L.
+* Don't immediatly overwrite our driver retrieved video palette value with 0.
+
+------------------------------------------------------------------------
+r18178 | hartman | 2006-11-30 12:46:23 -0800 (Thu, 30 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+
+forwardport [18177]
+* microDVD should use the framerate of the movie if that is known, before falling back to 25fps
+
+
+------------------------------------------------------------------------
+r18171 | funman | 2006-11-30 06:39:52 -0800 (Thu, 30 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/oss.c
+
+Uses correct buffer size with OSS output
+
+------------------------------------------------------------------------
+r18170 | xtophe | 2006-11-30 06:27:36 -0800 (Thu, 30 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Link with libebml_pic if avaivable
+
+------------------------------------------------------------------------
+r18166 | oaubert | 2006-11-30 00:15:23 -0800 (Thu, 30 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/snapshot.c
+
+modules/video_output/snapshot.c: remove ref. to snapshot.h, whose data has been moved to vlc_vout.h
+
+------------------------------------------------------------------------
+r18164 | Trax | 2006-11-29 15:48:24 -0800 (Wed, 29 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+vlc.win32.nsi.in: Add shortcut for Direct3D with no hardware acceleration. YUV->RGB hardware accelaration should normally be enabled except on some buggy NVidia cards/drivers?
+------------------------------------------------------------------------
+r18162 | Trax | 2006-11-29 15:24:44 -0800 (Wed, 29 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+vlc.win32.nsi.in: Make sure hardware acceleration is always set in certain DirectX shortcuts.
+------------------------------------------------------------------------
+r18161 | Trax | 2006-11-29 14:55:24 -0800 (Wed, 29 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+vlc.win32.nsi.in: Renamed Utilities to Quick Settings. Added separate shortcuts for no overlay and no hardware accelleration and seperate folders for Audio, Video and Interface.
+------------------------------------------------------------------------
+r18159 | hartman | 2006-11-29 13:13:07 -0800 (Wed, 29 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/src/control/libvlc_internal.h
+   M /trunk/src/video_output/video_output.c
+
+* const and a few other casting fixes
+
+------------------------------------------------------------------------
+r18158 | hartman | 2006-11-29 13:11:57 -0800 (Wed, 29 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/info.c
+
+* cdda: update due to input_GetItem 
+
+------------------------------------------------------------------------
+r18157 | jb | 2006-11-29 12:37:57 -0800 (Wed, 29 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/help.cpp
+
+Qt4: Small corrections on previous commit.
+
+
+------------------------------------------------------------------------
+r18156 | jb | 2006-11-29 12:17:08 -0800 (Wed, 29 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/dialogs/help.cpp
+   A /trunk/modules/gui/qt4/dialogs/help.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/menus.hpp
+
+Qt4: Please help...
+Adds an help menu with help and about.
+Dialogs are still empty.
+
+
+------------------------------------------------------------------------
+r18151 | funman | 2006-11-29 05:35:23 -0800 (Wed, 29 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Disable D-Bus if installed version is < 1.0.0 and warns the user.
+Adds an option to force D-Bus support to be enabled anyway.
+
+------------------------------------------------------------------------
+r18148 | md | 2006-11-29 02:02:42 -0800 (Wed, 29 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Forwardport [18136]: Fixed RecursiveDeleteSelection() to prevent destroying the
+whole playlist
+
+------------------------------------------------------------------------
+r18146 | jb | 2006-11-28 19:35:26 -0800 (Tue, 28 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/open.cpp
+   M /trunk/modules/gui/qt4/components/open.hpp
+   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/open.cpp
+   M /trunk/modules/gui/qt4/dialogs/open.hpp
+   M /trunk/modules/gui/qt4/ui/open.ui
+   M /trunk/modules/gui/qt4/ui/open_file.ui
+
+Qt4 : Some work on OpenDialog. Does not work with files with spaces... More work to do.
+
+
+------------------------------------------------------------------------
+r18143 | xtophe | 2006-11-28 15:07:54 -0800 (Tue, 28 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+do not show started-from-file in the prefs
+
+------------------------------------------------------------------------
+r18142 | funman | 2006-11-28 15:04:54 -0800 (Tue, 28 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Detects too old automake version using 1.X-pY versioning
+
+------------------------------------------------------------------------
+r18138 | phmo95 | 2006-11-28 13:49:28 -0800 (Tue, 28 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+Fix missing output directory in JNI header generation in win32 part.
+
+------------------------------------------------------------------------
+r18137 | courmisch | 2006-11-28 12:27:33 -0800 (Tue, 28 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Avoid duplicate memory allocation
+
+------------------------------------------------------------------------
+r18134 | funman | 2006-11-28 09:05:31 -0800 (Tue, 28 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Uses file:// MRL only files, don't bug when recursively adding directories
+
+------------------------------------------------------------------------
+r18131 | funman | 2006-11-28 07:34:08 -0800 (Tue, 28 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+
+Add a method to export playlists
+------------------------------------------------------------------------
+r18130 | funman | 2006-11-28 06:53:50 -0800 (Tue, 28 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Fixes buffer overflow introduced in [18129]
+------------------------------------------------------------------------
+r18129 | funman | 2006-11-28 05:20:13 -0800 (Tue, 28 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Uses file:// MRLs for items added by directory access
+------------------------------------------------------------------------
+r18123 | hartman | 2006-11-27 19:29:43 -0800 (Mon, 27 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+* const warning fixes. formatting fixes (squash them tabs)
+
+------------------------------------------------------------------------
+r18122 | hartman | 2006-11-27 18:18:48 -0800 (Mon, 27 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_threads_funcs.h
+
+* Some cast magic to get around a gazillion of warnings during the OSX build. If your OS has similiar warnings, feel free to add yourself to the define list :D. Solution thanks to Sam.
+
+../include/vlc_threads_funcs.h:501: warning: cast from function call of type 'pthread_t' to non-matching type 'int'
+
+------------------------------------------------------------------------
+r18121 | hartman | 2006-11-27 17:26:46 -0800 (Mon, 27 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/demux/playlist/pls.c
+
+* playlist/* When telling the playlist to play the node, don't check for i_children. The playlist might still have to process the request of the add and i_children may not be accurate yet. (this fixes a bug where 1 item playlists would not start playing).
+
+------------------------------------------------------------------------
+r18120 | xtophe | 2006-11-27 14:36:14 -0800 (Mon, 27 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/af.po
+   M /trunk/po/ar.po
+   M /trunk/po/bn.po
+   M /trunk/po/ca.po
+   M /trunk/po/co.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/eu.po
+   M /trunk/po/fr.po
+   M /trunk/po/fur.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/lt.po
+   M /trunk/po/lv.po
+   M /trunk/po/ms.po
+   M /trunk/po/my.po
+   M /trunk/po/nb.po
+   M /trunk/po/ne.po
+   M /trunk/po/nl.po
+   M /trunk/po/nn.po
+   M /trunk/po/no.po
+   M /trunk/po/oc.po
+   M /trunk/po/pa.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/pt_PT.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sk.po
+   M /trunk/po/sl.po
+   M /trunk/po/sq.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/th.po
+   M /trunk/po/tl.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Make update-po
+------------------------------------------------------------------------
+r18119 | hartman | 2006-11-27 13:30:13 -0800 (Mon, 27 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* mp4: fix memleak in mov ref. files handling
+
+------------------------------------------------------------------------
+r18117 | fkuehne | 2006-11-27 13:23:29 -0800 (Mon, 27 Nov 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/applescript.h
+   M /trunk/modules/gui/macosx/applescript.m
+
+* more info about the applescript addition:
+
+you can also do the following now:
+
+<tell app "VLC" to set fullscreen mode to true>, thus you also got write access ;)
+
+
+Sorry, I just forgot to commit these obvious files in [18115].
+------------------------------------------------------------------------
+r18116 | fkuehne | 2006-11-27 13:20:23 -0800 (Mon, 27 Nov 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/AppleRemote.h
+   M /trunk/modules/gui/macosx/AppleRemote.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+* various improvements to the AppleRemote support by Martin Kahr <martin -attt-> martinkahr com> feat. the following changes:
+    - holding +/- continuously increases/decreases volume
+    - pressing Play twice toggles fullscreen mode
+    -  a press on Menu shows the "Position" overlay (like pressing the key
+'t')
+
+This updates our copy of Martin's unofficial framework to the latest version released.
+
+------------------------------------------------------------------------
+r18115 | fkuehne | 2006-11-27 13:11:47 -0800 (Mon, 27 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
+   M /trunk/extras/MacOSX/Resources/vlc.scriptTerminology
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+
+* added an option to the apple script binding to check for windowed or fullscreen mode. Patch by Martin Kahr <martin --att-- martinkahr com>
+------------------------------------------------------------------------
+r18112 | fkuehne | 2006-11-27 10:46:44 -0800 (Mon, 27 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/src/packages.mak
+
+* dc1394 cosmetics (forward-porting [18096])
+------------------------------------------------------------------------
+r18109 | jb | 2006-11-27 09:44:00 -0800 (Mon, 27 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/gui/qt4/ui/open.ui
+   M /trunk/modules/gui/qt4/ui/open_disk.ui
+   M /trunk/modules/gui/qt4/ui/open_file.ui
+   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
+
+Qt4: Some cosmetic work and design by Leo Spalteholz
+
+
+------------------------------------------------------------------------
+r18106 | md | 2006-11-27 01:59:45 -0800 (Mon, 27 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Comment on IPv6 SSM
+
+------------------------------------------------------------------------
+r18105 | jpsaman | 2006-11-27 01:01:09 -0800 (Mon, 27 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   M /trunk/modules/access/Modules.am
+   A /trunk/modules/access/dc1394.c
+
+Digital Cameras (firewire/1394) support by Andreas Guzzo (xant at xant dot net). I left out the rotation code, because in vlc-trunk there is already a rotation video filter2.
+------------------------------------------------------------------------
+r18104 | zorglub | 2006-11-26 23:23:25 -0800 (Sun, 26 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/sout.cpp
+   M /trunk/modules/gui/qt4/dialogs/sout.hpp
+   M /trunk/modules/gui/qt4/ui/sout.ui
+
+Fix for missing resizing in sout dialog.
+Patch by Leo Spalteholz, thanks.
+
+------------------------------------------------------------------------
+r18103 | funman | 2006-11-26 17:54:50 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Enables audioscrobbler by default as it should be bugs free
+
+------------------------------------------------------------------------
+r18102 | hartman | 2006-11-26 17:44:14 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+* Correct and probably also faster EOL detection in UTF16 or UTF32 files
+
+------------------------------------------------------------------------
+r18101 | funman | 2006-11-26 17:42:48 -0800 (Sun, 26 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/audioscrobbler.c
+
+Merge 2 functions for reading meta data
+Simplify interval checking
+Sleeps 10 seconds more
+Releases input 1 time instead of 2
+
+------------------------------------------------------------------------
+r18100 | hartman | 2006-11-26 16:57:42 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+* Remove duplicate mutex_destroy added in [18009]
+
+------------------------------------------------------------------------
+r18099 | zorglub | 2006-11-26 15:28:05 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+Don't ask me why this fixes the java binding compilation
+
+------------------------------------------------------------------------
+r18098 | dionoea | 2006-11-26 15:25:40 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/motionblur.c
+
+Revert messup while doing the video filter2 port.
+
+------------------------------------------------------------------------
+r18097 | dionoea | 2006-11-26 15:09:09 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify/msn.c
+
+Fix small mixup between artist and title in MSN plugin.
+
+------------------------------------------------------------------------
+r18095 | courmisch | 2006-11-26 14:29:33 -0800 (Sun, 26 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Pick IPv6 scope ID from group address, instead of source address
+Fix possible segfault as a side-effect
+
+------------------------------------------------------------------------
+r18094 | courmisch | 2006-11-26 14:17:41 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Fix unitialized interface for old-style IPv4 joins
+
+------------------------------------------------------------------------
+r18093 | fkuehne | 2006-11-26 14:16:00 -0800 (Sun, 26 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/fspanel.m
+
+* centre fspanel in the lower third of the screen. additionally, switched style mask to allow dragging in the entire window area (forward-porting [18092])
+------------------------------------------------------------------------
+r18091 | zorglub | 2006-11-26 13:35:08 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+
+Implement disc chapter selection widget
+
+------------------------------------------------------------------------
+r18089 | fkuehne | 2006-11-26 11:48:39 -0800 (Sun, 26 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/fspanel.m
+
+* missing file in previous commit
+------------------------------------------------------------------------
+r18088 | fkuehne | 2006-11-26 11:43:20 -0800 (Sun, 26 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/equalizer.m
+   M /trunk/modules/gui/macosx/fspanel.h
+   M /trunk/modules/gui/macosx/vout.m
+
+* fspanel usability fixes (forward-port of [18077]) plus some further clean up
+------------------------------------------------------------------------
+r18087 | fkuehne | 2006-11-26 11:21:54 -0800 (Sun, 26 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/bookmarks.m
+   M /trunk/modules/gui/macosx/extended.m
+   M /trunk/modules/gui/macosx/fspanel.m
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/sfilters.h
+   M /trunk/modules/gui/macosx/sfilters.m
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/macosx/wizard.h
+   M /trunk/modules/gui/macosx/wizard.m
+
+* the remaining compilation fixes plus a bit of clean up here and there. vout.m needs further fixing and everything needs quite some testing
+------------------------------------------------------------------------
+r18086 | zorglub | 2006-11-26 11:07:37 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/input.c
+
+Should fix win32 
+
+------------------------------------------------------------------------
+r18085 | zorglub | 2006-11-26 10:59:52 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/audio_filter/converter/Modules.am
+   A /trunk/modules/audio_filter/converter/fixed.c (from /trunk/modules/audio_filter/converter/fixed32tos16.c:18081)
+   D /trunk/modules/audio_filter/converter/fixed32tofloat32.c
+   D /trunk/modules/audio_filter/converter/fixed32tos16.c
+   A /trunk/modules/audio_filter/converter/float.c (from /trunk/modules/audio_filter/converter/fixed32tofloat32.c:18081)
+   D /trunk/modules/audio_filter/converter/float32tos16.c
+   D /trunk/modules/audio_filter/converter/float32tos8.c
+   D /trunk/modules/audio_filter/converter/float32tou16.c
+   D /trunk/modules/audio_filter/converter/float32tou8.c
+   D /trunk/modules/audio_filter/converter/s16tofixed32.c
+   D /trunk/modules/audio_filter/converter/s16tofloat32.c
+   D /trunk/modules/audio_filter/converter/s16tofloat32swab.c
+   D /trunk/modules/audio_filter/converter/s8tofloat32.c
+   D /trunk/modules/audio_filter/converter/u8tofixed32.c
+   D /trunk/modules/audio_filter/converter/u8tofloat32.c
+
+Merge all fixed-point and floating-point audio format converters
+
+------------------------------------------------------------------------
+r18083 | fkuehne | 2006-11-26 10:08:23 -0800 (Sun, 26 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/equalizer.m
+   M /trunk/modules/gui/macosx/intf.m
+
+* first round of compilation fixes, more to come
+------------------------------------------------------------------------
+r18082 | dionoea | 2006-11-26 09:49:17 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/colorthres.c
+
+Remove trailing spaces.
+
+------------------------------------------------------------------------
+r18081 | dionoea | 2006-11-26 09:29:57 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/colorthres.c
+   M /trunk/modules/video_filter/gradient.c
+   M /trunk/modules/video_filter/magnify.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/psychedelic.c
+   M /trunk/modules/video_filter/puzzle.c
+   M /trunk/modules/video_filter/ripple.c
+   M /trunk/modules/video_filter/wave.c
+
+use pf_mem{set,cpy} when possible
+
+------------------------------------------------------------------------
+r18080 | zorglub | 2006-11-26 09:27:16 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/src/input/clock.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+
+Make the global b_can_pace_control flag public
+
+------------------------------------------------------------------------
+r18079 | zorglub | 2006-11-26 09:22:54 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/src/input/input.c
+
+Ah Ah
+
+------------------------------------------------------------------------
+r18078 | dionoea | 2006-11-26 09:18:09 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/motionblur.c
+
+Remove printf
+
+------------------------------------------------------------------------
+r18076 | zorglub | 2006-11-26 08:37:06 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/applescript.m
+   M /trunk/modules/gui/macosx/intf.h
+
+First and probably only attempt at fixing os x interface :)
+
+------------------------------------------------------------------------
+r18075 | dionoea | 2006-11-26 08:28:50 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/doc
+   M /trunk/doc/Doxyfile
+
+svn:ignore
+
+------------------------------------------------------------------------
+r18074 | zorglub | 2006-11-26 08:26:44 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/video_output/caca.c
+   M /trunk/modules/video_output/directx/direct3d.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/wingdi.c
+
+Pwet pwet
+
+------------------------------------------------------------------------
+r18073 | dionoea | 2006-11-26 08:26:34 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/src
+
+svn:ignore
+
+------------------------------------------------------------------------
+r18072 | dionoea | 2006-11-26 08:26:09 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/xvmc
+
+svn:ignore
+
+------------------------------------------------------------------------
+r18071 | dionoea | 2006-11-26 08:25:07 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/text
+
+svn:ignore
+
+------------------------------------------------------------------------
+r18070 | dionoea | 2006-11-26 08:11:28 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/dbus.c
+
+Fix dbus compilation
+
+------------------------------------------------------------------------
+r18069 | zorglub | 2006-11-26 08:01:31 -0800 (Sun, 26 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/info.c
+   M /trunk/modules/access/vcdx/intf.c
+   M /trunk/modules/access/vcdx/intf.h
+   M /trunk/modules/access/vcdx/vcdplayer.c
+   M /trunk/modules/access/vcdx/vcdplayer.h
+   M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
+   M /trunk/modules/codec/xvmc/xxmc.c
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/qnx/aout.c
+   M /trunk/modules/gui/qnx/vout.c
+   M /trunk/modules/misc/notify/xosd.c
+   M /trunk/modules/misc/svg.c
+   M /trunk/modules/misc/win32text.c
+   M /trunk/modules/stream_out/transrate/block.c
+   M /trunk/modules/stream_out/transrate/frame.c
+   M /trunk/modules/stream_out/transrate/transrate.c
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/modules/video_output/x11/xvmc.c
+
+Nicer commits, faster breaking time and better-looking headers
+That's not just the vlc service, thats *your* vlc service !
+So remember the new number ! 0118 999 881 999 119 725...3
+
+------------------------------------------------------------------------
+r18068 | zorglub | 2006-11-26 07:36:01 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_configuration.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access/vcdx/demux.c
+   M /trunk/modules/access/vcdx/intf.h
+   M /trunk/modules/misc/notify/xosd.c
+   M /trunk/src/misc/configuration.h
+
+Did I loose the count ?
+
+------------------------------------------------------------------------
+r18067 | dionoea | 2006-11-26 07:21:04 -0800 (Sun, 26 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/motionblur.c
+
+* Port motion blur to "video filter2".
+* Add "blur-persistant" option to use previous result instead of previous clean image for next iteration.
+
+------------------------------------------------------------------------
+r18066 | zorglub | 2006-11-26 07:11:16 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/codec/ffmpeg/scale.c
+   M /trunk/modules/demux/mpc.c
+
+?\194?\171 En essayant continuellement on finit par r?\195?\169ussir. Donc : plus ?\195?\167a rate, plus on a de chances que ?\195?\167a marche. ?\194?\187
+
+------------------------------------------------------------------------
+r18065 | zorglub | 2006-11-26 06:59:36 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/cdda.h
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/v4l.c
+   M /trunk/modules/access/v4l2.c
+   M /trunk/modules/codec/theora.c
+
+Round 3 :)
+
+------------------------------------------------------------------------
+r18064 | zorglub | 2006-11-26 06:49:31 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/rtsp/access.c
+   M /trunk/modules/access/v4l.c
+   M /trunk/src/misc/win32_specific.c
+
+Round 2
+
+------------------------------------------------------------------------
+r18063 | zorglub | 2006-11-26 06:39:39 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvdread.c
+   M /trunk/src/audio_output/common.c
+   M /trunk/src/control/vlm.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/playlist/thread.c
+   M /trunk/src/video_output/video_output.c
+
+Compile fixes, round 1
+
+------------------------------------------------------------------------
+r18062 | zorglub | 2006-11-26 06:20:34 -0800 (Sun, 26 Nov 2006) | 28 lines
+Changed paths:
+   M /trunk/bindings/python/vlc_object.c
+   M /trunk/configure.ac
+   D /trunk/include/aout_internal.h
+   D /trunk/include/audio_output.h
+   D /trunk/include/beos_specific.h
+   D /trunk/include/charset.h
+   D /trunk/include/codecs.h
+   D /trunk/include/configuration.h
+   D /trunk/include/darwin_specific.h
+   D /trunk/include/intf_eject.h
+   D /trunk/include/libvlc_internal.h
+   D /trunk/include/mediacontrol_internal.h
+   D /trunk/include/modules.h
+   D /trunk/include/modules_inner.h
+   D /trunk/include/mtime.h
+   D /trunk/include/network.h
+   D /trunk/include/os_specific.h
+   D /trunk/include/snapshot.h
+   D /trunk/include/stream_output.h
+   D /trunk/include/variables.h
+   D /trunk/include/video_output.h
+   D /trunk/include/vlc/aout.h
+   D /trunk/include/vlc/decoder.h
+   D /trunk/include/vlc/input.h
+   D /trunk/include/vlc/intf.h
+   D /trunk/include/vlc/sout.h
+   D /trunk/include/vlc/vout.h
+   M /trunk/include/vlc_access.h
+   A /trunk/include/vlc_aout.h (from /trunk/include/audio_output.h:18057)
+   M /trunk/include/vlc_arrays.h
+   M /trunk/include/vlc_block.h
+   M /trunk/include/vlc_block_helper.h
+   A /trunk/include/vlc_charset.h (from /trunk/include/charset.h:18058)
+   M /trunk/include/vlc_codec.h
+   A /trunk/include/vlc_codecs.h (from /trunk/include/codecs.h:18058)
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_config_cat.h
+   A /trunk/include/vlc_configuration.h (from /trunk/include/configuration.h:18058)
+   D /trunk/include/vlc_cpu.h
+   M /trunk/include/vlc_demux.h
+   D /trunk/include/vlc_error.h
+   M /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_httpd.h
+   M /trunk/include/vlc_image.h
+   M /trunk/include/vlc_input.h
+   D /trunk/include/vlc_interaction.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/include/vlc_meta.h
+   A /trunk/include/vlc_modules.h (from /trunk/include/modules.h:18058)
+   A /trunk/include/vlc_modules_macros.h (from /trunk/include/modules_inner.h:18061)
+   A /trunk/include/vlc_mtime.h (from /trunk/include/mtime.h:18061)
+   A /trunk/include/vlc_network.h (from /trunk/include/network.h:18058)
+   A /trunk/include/vlc_os_specific.h (from /trunk/include/os_specific.h:18061)
+   M /trunk/include/vlc_osd.h
+   M /trunk/include/vlc_playlist.h
+   A /trunk/include/vlc_sout.h (from /trunk/include/stream_output.h:18058)
+   D /trunk/include/vlc_spu.h
+   M /trunk/include/vlc_stream.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/include/vlc_tls.h
+   M /trunk/include/vlc_url.h
+   A /trunk/include/vlc_variables.h (from /trunk/include/variables.h:18058)
+   D /trunk/include/vlc_video.h
+   M /trunk/include/vlc_vlm.h
+   A /trunk/include/vlc_vout.h (from /trunk/include/vlc_video.h:18058)
+   A /trunk/include/vlc_vout_synchro.h (from /trunk/include/vout_synchro.h:18058)
+   D /trunk/include/vout_synchro.h
+   D /trunk/include/win32_specific.h
+   M /trunk/modules/access/cdda/cdda.h
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dshow/crossbar.cpp
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/modules/access/dv.c
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/en50221.c
+   M /trunk/modules/access/dvb/http.c
+   M /trunk/modules/access/dvb/linux_dvb.c
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+   M /trunk/modules/access/fake.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/gnomevfs.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mms.c
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/access/pvr.c
+   M /trunk/modules/access/rtsp/access.c
+   M /trunk/modules/access/screen/beos.cpp
+   M /trunk/modules/access/screen/mac.c
+   M /trunk/modules/access/screen/screen.c
+   M /trunk/modules/access/screen/screen.h
+   M /trunk/modules/access/screen/win32.c
+   M /trunk/modules/access/screen/x11.c
+   M /trunk/modules/access/smb.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/v4l.c
+   M /trunk/modules/access/v4l2.c
+   M /trunk/modules/access/vcd/cdrom.c
+   M /trunk/modules/access/vcd/vcd.c
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access/vcdx/demux.c
+   M /trunk/modules/access/vcdx/info.c
+   M /trunk/modules/access/vcdx/intf.c
+   M /trunk/modules/access/vcdx/vcdplayer.c
+   M /trunk/modules/access_filter/dump.c
+   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/access_filter/timeshift.c
+   M /trunk/modules/access_output/bonjour.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/shout.c
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/audio_filter/channel_mixer/dolby.c
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/audio_filter/channel_mixer/mono.c
+   M /trunk/modules/audio_filter/channel_mixer/simple.c
+   M /trunk/modules/audio_filter/channel_mixer/trivial.c
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/a52tospdif.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
+   M /trunk/modules/audio_filter/converter/fixed32tos16.c
+   M /trunk/modules/audio_filter/converter/float32tos16.c
+   M /trunk/modules/audio_filter/converter/float32tos8.c
+   M /trunk/modules/audio_filter/converter/float32tou16.c
+   M /trunk/modules/audio_filter/converter/float32tou8.c
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   M /trunk/modules/audio_filter/converter/s16tofixed32.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
+   M /trunk/modules/audio_filter/converter/s8tofloat32.c
+   M /trunk/modules/audio_filter/converter/u8tofixed32.c
+   M /trunk/modules/audio_filter/converter/u8tofloat32.c
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/modules/audio_filter/format.c
+   M /trunk/modules/audio_filter/normvol.c
+   M /trunk/modules/audio_filter/param_eq.c
+   M /trunk/modules/audio_filter/resampler/bandlimited.c
+   M /trunk/modules/audio_filter/resampler/linear.c
+   M /trunk/modules/audio_filter/resampler/trivial.c
+   M /trunk/modules/audio_filter/resampler/ugly.c
+   M /trunk/modules/audio_mixer/float32.c
+   M /trunk/modules/audio_mixer/spdif.c
+   M /trunk/modules/audio_mixer/trivial.c
+   M /trunk/modules/audio_output/alsa.c
+   M /trunk/modules/audio_output/arts.c
+   M /trunk/modules/audio_output/auhal.c
+   M /trunk/modules/audio_output/directx.c
+   M /trunk/modules/audio_output/esd.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/audio_output/hd1000a.cpp
+   M /trunk/modules/audio_output/jack.c
+   M /trunk/modules/audio_output/oss.c
+   M /trunk/modules/audio_output/portaudio.c
+   M /trunk/modules/audio_output/sdl.c
+   M /trunk/modules/audio_output/waveout.c
+   M /trunk/modules/codec/a52.c
+   M /trunk/modules/codec/adpcm.c
+   M /trunk/modules/codec/araw.c
+   M /trunk/modules/codec/cinepak.c
+   M /trunk/modules/codec/cmml/cmml.c
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/codec/cvdsub.c
+   M /trunk/modules/codec/dirac.c
+   M /trunk/modules/codec/dmo/buffer.c
+   M /trunk/modules/codec/dmo/dmo.c
+   M /trunk/modules/codec/dts.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/faad.c
+   M /trunk/modules/codec/fake.c
+   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/modules/codec/ffmpeg/chroma.c
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/mux.c
+   M /trunk/modules/codec/ffmpeg/postprocess.c
+   M /trunk/modules/codec/ffmpeg/scale.c
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/modules/codec/lpcm.c
+   M /trunk/modules/codec/mash.cpp
+   M /trunk/modules/codec/mpeg_audio.c
+   M /trunk/modules/codec/png.c
+   M /trunk/modules/codec/quicktime.c
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/codec/realaudio.c
+   M /trunk/modules/codec/sdl_image.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/spudec/spudec.c
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/modules/codec/tarkin.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/twolame.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/codec/xvmc/alloc.c
+   M /trunk/modules/codec/xvmc/attributes.h
+   M /trunk/modules/codec/xvmc/cpu_accel.c
+   M /trunk/modules/codec/xvmc/cpu_state.c
+   M /trunk/modules/codec/xvmc/decode.c
+   M /trunk/modules/codec/xvmc/header.c
+   M /trunk/modules/codec/xvmc/motion_comp.c
+   M /trunk/modules/codec/xvmc/motion_comp_mmx.c
+   M /trunk/modules/codec/xvmc/mpeg2.h
+   M /trunk/modules/codec/xvmc/mpeg2_internal.h
+   M /trunk/modules/codec/xvmc/slice.c
+   M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
+   M /trunk/modules/codec/xvmc/vlc.h
+   M /trunk/modules/codec/xvmc/xvmc_vld.h
+   M /trunk/modules/codec/xvmc/xxmc.c
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/http.h
+   M /trunk/modules/control/http/mvar.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/lirc.c
+   M /trunk/modules/control/motion.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/showintf.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/aiff.c
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/asf/libasf.c
+   M /trunk/modules/demux/au.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/avi/libavi.c
+   M /trunk/modules/demux/demuxdump.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/gme.cpp
+   M /trunk/modules/demux/live555.cpp
+   M /trunk/modules/demux/mjpeg.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mod.c
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/mpc.c
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/demux/mpeg/m4a.c
+   M /trunk/modules/demux/mpeg/m4v.c
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/demux/mpeg/mpgv.c
+   M /trunk/modules/demux/nsc.c
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/demux/nuv.c
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/demux/playlist/m3u.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/playlist/podcast.c
+   M /trunk/modules/demux/playlist/qtl.c
+   M /trunk/modules/demux/playlist/sgimb.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/demux/playlist/xspf.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/subtitle.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/tta.c
+   M /trunk/modules/demux/ty.c
+   M /trunk/modules/demux/vobsub.c
+   M /trunk/modules/demux/voc.c
+   M /trunk/modules/demux/wav.c
+   M /trunk/modules/demux/xa.c
+   M /trunk/modules/gui/beos/AudioOutput.cpp
+   M /trunk/modules/gui/beos/Interface.cpp
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/beos/ListViews.cpp
+   M /trunk/modules/gui/beos/MediaControlView.cpp
+   M /trunk/modules/gui/beos/MessagesWindow.cpp
+   M /trunk/modules/gui/beos/PlayListWindow.cpp
+   M /trunk/modules/gui/beos/PreferencesWindow.cpp
+   M /trunk/modules/gui/beos/VideoOutput.cpp
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/sfilters.h
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/pda/pda_callbacks.h
+   M /trunk/modules/gui/qnx/aout.c
+   M /trunk/modules/gui/qnx/vout.c
+   M /trunk/modules/gui/qt4/components/extended_panels.cpp
+   M /trunk/modules/gui/qt4/components/extended_panels.hpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/components/preferences.hpp
+   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
+   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_dvd.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_snapshot.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/skin_common.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/vars/equalizer.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+   M /trunk/modules/gui/skins2/vars/volume.cpp
+   M /trunk/modules/gui/wince/dialogs.cpp
+   M /trunk/modules/gui/wince/fileinfo.cpp
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wince/iteminfo.cpp
+   M /trunk/modules/gui/wince/menus.cpp
+   M /trunk/modules/gui/wince/messages.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wince/preferences.cpp
+   M /trunk/modules/gui/wince/preferences_widgets.cpp
+   M /trunk/modules/gui/wince/subtitles.cpp
+   M /trunk/modules/gui/wince/timer.cpp
+   M /trunk/modules/gui/wince/video.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+   M /trunk/modules/gui/wxwidgets/video.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+   M /trunk/modules/meta_engine/folder.c
+   M /trunk/modules/meta_engine/id3tag.c
+   M /trunk/modules/meta_engine/musicbrainz.c
+   M /trunk/modules/meta_engine/taglib.cpp
+   M /trunk/modules/misc/audioscrobbler.c
+   M /trunk/modules/misc/dummy/aout.c
+   M /trunk/modules/misc/dummy/decoder.c
+   M /trunk/modules/misc/dummy/encoder.c
+   M /trunk/modules/misc/dummy/input.c
+   M /trunk/modules/misc/dummy/interface.c
+   M /trunk/modules/misc/dummy/renderer.c
+   M /trunk/modules/misc/dummy/vout.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/misc/notify/growl.c
+   M /trunk/modules/misc/notify/msn.c
+   M /trunk/modules/misc/notify/notify.c
+   M /trunk/modules/misc/notify/xosd.c
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/misc/playlist/old.c
+   M /trunk/modules/misc/playlist/xspf.c
+   M /trunk/modules/misc/probe/hal.c
+   M /trunk/modules/misc/profile_parser.c
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/misc/screensaver.c
+   M /trunk/modules/misc/svg.c
+   M /trunk/modules/misc/win32text.c
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/avi.c
+   M /trunk/modules/mux/dummy.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/modules/mux/mpeg/pes.c
+   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/mux/mpjpeg.c
+   M /trunk/modules/mux/ogg.c
+   M /trunk/modules/mux/wav.c
+   M /trunk/modules/packetizer/copy.c
+   M /trunk/modules/packetizer/h264.c
+   M /trunk/modules/packetizer/mpeg4audio.c
+   M /trunk/modules/packetizer/mpeg4video.c
+   M /trunk/modules/packetizer/mpegvideo.c
+   M /trunk/modules/services_discovery/bonjour.c
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/podcast.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/modules/services_discovery/upnp_cc.cpp
+   M /trunk/modules/services_discovery/upnp_intel.cpp
+   M /trunk/modules/stream_out/autodel.c
+   M /trunk/modules/stream_out/bridge.c
+   M /trunk/modules/stream_out/description.c
+   M /trunk/modules/stream_out/display.c
+   M /trunk/modules/stream_out/dummy.c
+   M /trunk/modules/stream_out/duplicate.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/stream_out/gather.c
+   M /trunk/modules/stream_out/mosaic_bridge.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/stream_out/switcher.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/stream_out/transrate/block.c
+   M /trunk/modules/stream_out/transrate/frame.c
+   M /trunk/modules/stream_out/transrate/transrate.c
+   M /trunk/modules/video_chroma/i420_rgb.c
+   M /trunk/modules/video_chroma/i420_rgb16.c
+   M /trunk/modules/video_chroma/i420_rgb8.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
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/blend.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/colorthres.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/video_filter/gradient.c
+   M /trunk/modules/video_filter/invert.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/magnify.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/noise.c
+   M /trunk/modules/video_filter/opencv_example.cpp
+   M /trunk/modules/video_filter/opencv_wrapper.c
+   M /trunk/modules/video_filter/osdmenu.c
+   M /trunk/modules/video_filter/panoramix.c
+   M /trunk/modules/video_filter/psychedelic.c
+   M /trunk/modules/video_filter/puzzle.c
+   M /trunk/modules/video_filter/ripple.c
+   M /trunk/modules/video_filter/rotate.c
+   M /trunk/modules/video_filter/rss.c
+   M /trunk/modules/video_filter/rv32.c
+   M /trunk/modules/video_filter/scale.c
+   M /trunk/modules/video_filter/transform.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_filter/wave.c
+   M /trunk/modules/video_output/aa.c
+   M /trunk/modules/video_output/caca.c
+   M /trunk/modules/video_output/directfb.c
+   M /trunk/modules/video_output/directx/direct3d.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/glwin32.c
+   M /trunk/modules/video_output/fb.c
+   M /trunk/modules/video_output/ggi.c
+   M /trunk/modules/video_output/glide.c
+   M /trunk/modules/video_output/hd1000v.cpp
+   M /trunk/modules/video_output/image.c
+   M /trunk/modules/video_output/mga.c
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/qte/qte.cpp
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/modules/video_output/snapshot.c
+   M /trunk/modules/video_output/svgalib.c
+   M /trunk/modules/video_output/wingdi.c
+   M /trunk/modules/video_output/x11/glx.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xvmc.c
+   M /trunk/modules/visualization/galaktos/plugin.c
+   M /trunk/modules/visualization/galaktos/plugin.h
+   M /trunk/modules/visualization/goom.c
+   M /trunk/modules/visualization/visual/effects.c
+   M /trunk/modules/visualization/visual/visual.c
+   M /trunk/po/POTFILES.in
+   M /trunk/po/af.po
+   M /trunk/po/ar.po
+   M /trunk/po/bn.po
+   M /trunk/po/ca.po
+   M /trunk/po/co.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/eu.po
+   M /trunk/po/fr.po
+   M /trunk/po/fur.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/lt.po
+   M /trunk/po/lv.po
+   M /trunk/po/ms.po
+   M /trunk/po/my.po
+   M /trunk/po/nb.po
+   M /trunk/po/ne.po
+   M /trunk/po/nl.po
+   M /trunk/po/nn.po
+   M /trunk/po/no.po
+   M /trunk/po/oc.po
+   M /trunk/po/pa.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/pt_PT.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sk.po
+   M /trunk/po/sl.po
+   M /trunk/po/sq.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/th.po
+   M /trunk/po/tl.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+   M /trunk/src/Makefile.am
+   A /trunk/src/audio_output/aout_internal.h (from /trunk/include/aout_internal.h:18057)
+   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/control/audio.c
+   M /trunk/src/control/core.c
+   M /trunk/src/control/input.c
+   A /trunk/src/control/libvlc_internal.h (from /trunk/include/libvlc_internal.h:18058)
+   M /trunk/src/control/log.c
+   M /trunk/src/control/mediacontrol_audio_video.c
+   M /trunk/src/control/mediacontrol_core.c
+   A /trunk/src/control/mediacontrol_internal.h (from /trunk/include/mediacontrol_internal.h:18058)
+   M /trunk/src/control/mediacontrol_util.c
+   M /trunk/src/control/playlist.c
+   M /trunk/src/control/video.c
+   M /trunk/src/control/vlm.c
+   M /trunk/src/input/access.c
+   M /trunk/src/input/clock.c
+   M /trunk/src/input/control.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+   M /trunk/src/input/item.c
+   M /trunk/src/input/mem_stream.c
+   M /trunk/src/input/meta.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/input/var.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/interface/interface.c
+   A /trunk/src/interface/interface.h
+   M /trunk/src/interface/intf_eject.c
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/configuration.c
+   A /trunk/src/misc/configuration.h
+   M /trunk/src/misc/cpu.c
+   M /trunk/src/misc/dict.c
+   M /trunk/src/misc/image.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/modules.c
+   A /trunk/src/misc/modules.h
+   M /trunk/src/misc/mtime.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/misc/update.c
+   M /trunk/src/misc/variables.c
+   A /trunk/src/misc/variables.h
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/src/network/acl.c
+   M /trunk/src/network/error.c
+   M /trunk/src/network/getaddrinfo.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/network/io.c
+   M /trunk/src/network/tcp.c
+   M /trunk/src/network/tls.c
+   M /trunk/src/network/udp.c
+   M /trunk/src/osd/osd_parser.c
+   M /trunk/src/osd/osd_text.c
+   M /trunk/src/osd/osd_widgets.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist_internal.h
+   M /trunk/src/playlist/search.c
+   M /trunk/src/playlist/services_discovery.c
+   M /trunk/src/playlist/sort.c
+   M /trunk/src/playlist/thread.c
+   M /trunk/src/playlist/tree.c
+   M /trunk/src/stream_output/announce.c
+   M /trunk/src/stream_output/sap.c
+   M /trunk/src/stream_output/stream_output.c
+   A /trunk/src/stream_output/stream_output.h
+   M /trunk/src/test/i18n_atof.c
+   M /trunk/src/text/charset.c
+   M /trunk/src/text/strings.c
+   M /trunk/src/text/unicode.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/video_text.c
+   M /trunk/src/video_output/video_widgets.c
+   M /trunk/src/video_output/vout_intf.c
+   M /trunk/src/video_output/vout_pictures.c
+   M /trunk/src/video_output/vout_subpictures.c
+   M /trunk/src/video_output/vout_synchro.c
+
+A bit of headers cleanup
+
+* Headers in include must contain the structures and prototypes needed
+  by the plugins and should be named vlc_*.
+* Headers in include/vlc must contain the structures and prototypes
+  needed by external libvlc clients
+
+* Moved and renamed some things in headers. 
+   - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common)
+   - Removed snapshot.h (merged in vlc_vout.h)
+   - Removed vlc_spu.h (merged in vlc_osd.h)
+   - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface)
+   - Moved all internal headers to src
+   - Merged vlc_video.h and video_output.h and move private things to src
+   - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h
+     (meta headers for use in modules, and often implying too large 
+     dependencies)
+* Removed some useless dependencies
+* Unexported a bunch of functions and structures used only in src/
+  (--> Still some work here)
+* Finally made input_thread_t and input_source_t (mostly) private. 
+  Added input_GetItem to fetch the input_item of an input_thread
+* Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol 
+  prefix
+
+This commit has a 99% probability of breaking the build, 0.1% of killing
+your cat and 0% of getting you hot chicks.
+
+------------------------------------------------------------------------
+r18061 | funman | 2006-11-25 22:18:25 -0800 (Sat, 25 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Fixes order of operands in a substraction.
+courmisch, you make too much, it's time to have a rest
+
+------------------------------------------------------------------------
+r18060 | funman | 2006-11-25 14:38:49 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Fixes cross compilation of libgcrypt on MacOSX
+
+------------------------------------------------------------------------
+r18059 | courmisch | 2006-11-25 10:51:11 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Remove leftover FIXME
+
+------------------------------------------------------------------------
+r18057 | courmisch | 2006-11-25 08:19:30 -0800 (Sat, 25 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Split Win32 performance timer frequency adjustment division carefully
+in two halves to avoid integer overflows after 29 days.
+
+------------------------------------------------------------------------
+r18056 | courmisch | 2006-11-25 08:06:33 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r18055 | courmisch | 2006-11-25 07:42:36 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Fix very unlikely race condition
+
+------------------------------------------------------------------------
+r18054 | courmisch | 2006-11-25 07:38:10 -0800 (Sat, 25 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Factorize mwait() code,
+except for POSIX timers case, which is currently the only natively absolute
+timers implementation on LibVLC.
+
+------------------------------------------------------------------------
+r18052 | courmisch | 2006-11-25 07:07:40 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL
+
+Add note for FreeBSD 4
+
+------------------------------------------------------------------------
+r18051 | courmisch | 2006-11-25 06:49:31 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+update-po again (cheap one!)
+
+------------------------------------------------------------------------
+r18050 | courmisch | 2006-11-25 06:38:54 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/theme_repository.cpp
+
+Use utf8 directory wrappers
+
+------------------------------------------------------------------------
+r18049 | courmisch | 2006-11-25 06:19:50 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+Non-libtool fix attempt
+
+------------------------------------------------------------------------
+r18048 | courmisch | 2006-11-25 06:10:59 -0800 (Sat, 25 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+
+Skins2 theme loader:
+ - use utf8_(read|open)dir
+ - do not assume that stat() succeeds (tiny race condition)
+
+------------------------------------------------------------------------
+r18047 | courmisch | 2006-11-25 05:38:09 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+Fix a few warnings and remove extra white spaces
+
+------------------------------------------------------------------------
+r18046 | courmisch | 2006-11-25 05:25:03 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+mkv: use (open|read)dir wrappers
+
+------------------------------------------------------------------------
+r18045 | courmisch | 2006-11-25 05:24:40 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+Fix precompiler warning
+
+------------------------------------------------------------------------
+r18044 | fkuehne | 2006-11-25 04:56:51 -0800 (Sat, 25 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+* added numerous casts to silence compilation warnings introduced with const chars in module_config_t. still needs severe testing on other Macs.
+------------------------------------------------------------------------
+r18042 | courmisch | 2006-11-25 03:25:45 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+
+Try to fix linking
+
+------------------------------------------------------------------------
+r18041 | dionoea | 2006-11-25 03:15:25 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Add puzzle to the news
+
+------------------------------------------------------------------------
+r18040 | courmisch | 2006-11-25 01:59:49 -0800 (Sat, 25 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/extras/libc.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/text/unicode.c
+
+Attempt to use wide directory indexing on Win32
+Might break stuff, but I cannot test much because of DBus vs Win32 breakage(!)
+
+------------------------------------------------------------------------
+r18039 | courmisch | 2006-11-25 01:50:25 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Temporarily fix Win32 at the expense of IPv6 SSM
+
+------------------------------------------------------------------------
+r18038 | courmisch | 2006-11-25 01:47:40 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+
+Fix Win32 compilation warning
+
+------------------------------------------------------------------------
+r18037 | courmisch | 2006-11-25 01:11:20 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+
+Don't export externally unused symbols
+
+------------------------------------------------------------------------
+r18036 | courmisch | 2006-11-25 01:06:54 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/text/unicode.c
+
+Continuation of previous commit
+
+------------------------------------------------------------------------
+r18035 | courmisch | 2006-11-25 01:03:44 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/text/unicode.c
+
+Fix invalid mix of closedir and free on Win32.
+
+------------------------------------------------------------------------
+r18034 | hartman | 2006-11-24 18:22:38 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/src/input/input.c
+   M /trunk/src/playlist/engine.c
+
+* Fix an accidental change from [18009] and add a mutex destroy I forgot to commit
+
+------------------------------------------------------------------------
+r18033 | hartman | 2006-11-24 18:11:57 -0800 (Fri, 24 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/gnutls-win32.patch
+
+* Fix the gnutls win32 patch
+  if !defined _WIN32 should be either ifndef _WIN32 or if !defined(_WIN32)
+
+
+------------------------------------------------------------------------
+r18032 | hartman | 2006-11-24 18:06:52 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* gnutls win32 patch breaks on non win32 builds
+
+------------------------------------------------------------------------
+r18031 | courmisch | 2006-11-24 12:43:18 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+We have a problem here.
+
+------------------------------------------------------------------------
+r18030 | courmisch | 2006-11-24 12:42:44 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/network.h
+   D /trunk/modules/misc/network
+
+Remove some dead code
+
+------------------------------------------------------------------------
+r18029 | courmisch | 2006-11-24 12:33:26 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Darwin compile fix
+
+------------------------------------------------------------------------
+r18027 | courmisch | 2006-11-24 12:10:36 -0800 (Fri, 24 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+- Port net_OpenUDP to the agnostic network core
+- and merge some ASM/SSM code
+
+------------------------------------------------------------------------
+r18026 | xtophe | 2006-11-24 11:50:37 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+Use LOW_DELAY only with MPEG1/2. Closes #864
+
+------------------------------------------------------------------------
+r18025 | xtophe | 2006-11-24 10:26:34 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+swscale is modern so with a .pc. so only test for swscale.h inside the pkg-config block.
+
+------------------------------------------------------------------------
+r18022 | courmisch | 2006-11-24 09:27:39 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/af.po
+   M /trunk/po/ar.po
+   M /trunk/po/bn.po
+   M /trunk/po/ca.po
+   M /trunk/po/co.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/eu.po
+   M /trunk/po/fr.po
+   M /trunk/po/fur.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/lt.po
+   M /trunk/po/lv.po
+   M /trunk/po/ms.po
+   M /trunk/po/my.po
+   M /trunk/po/nb.po
+   M /trunk/po/ne.po
+   M /trunk/po/nl.po
+   M /trunk/po/nn.po
+   M /trunk/po/no.po
+   M /trunk/po/oc.po
+   M /trunk/po/pa.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/pt_PT.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sk.po
+   M /trunk/po/sl.po
+   M /trunk/po/sq.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/th.po
+   M /trunk/po/tl.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Sync PO files to fix distcheck
+
+------------------------------------------------------------------------
+r18019 | courmisch | 2006-11-24 08:35:23 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+platform check -> feature check
+
+------------------------------------------------------------------------
+r18017 | courmisch | 2006-11-24 07:46:43 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Factorize HTTPd error messages
+
+------------------------------------------------------------------------
+r18015 | courmisch | 2006-11-24 07:16:18 -0800 (Fri, 24 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_httpd.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/network/httpd.c
+
+Const fixes
+
+------------------------------------------------------------------------
+r18009 | hartman | 2006-11-23 08:06:13 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc-common.c
+
+* destroy some mutex'es once in a while to prevent memleaks. Suggested by a forumuser, name pending. 
+
+------------------------------------------------------------------------
+r18008 | damienf | 2006-11-23 07:25:35 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
+
+- compile fix
+
+------------------------------------------------------------------------
+r18005 | hartman | 2006-11-23 07:20:06 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* Fix playlist play of mp4 ref files.
+
+------------------------------------------------------------------------
+r18003 | courmisch | 2006-11-23 06:57:19 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Remove extra annoying deps
+
+------------------------------------------------------------------------
+r18002 | funman | 2006-11-23 06:01:56 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+Don't clean contribs
+
+------------------------------------------------------------------------
+r18000 | jb | 2006-11-23 05:37:45 -0800 (Thu, 23 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
+
+Qt4: This would be better. And should now be fine.
+
+
+------------------------------------------------------------------------
+r17998 | jb | 2006-11-23 05:33:05 -0800 (Thu, 23 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Qt4: forgotten files in parent directory. Sorry!
+
+
+------------------------------------------------------------------------
+r17997 | jb | 2006-11-23 05:12:31 -0800 (Thu, 23 Nov 2006) | 3 lines
+Changed paths:
+   A /trunk/modules/gui/qt4/dialogs/mediainfo.cpp (from /trunk/modules/gui/qt4/dialogs/streaminfo.cpp:17995)
+   A /trunk/modules/gui/qt4/dialogs/mediainfo.hpp (from /trunk/modules/gui/qt4/dialogs/streaminfo.hpp:17995)
+   D /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   D /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+
+Qt4 : Rename streaminfo => mediainfo
+
+
+------------------------------------------------------------------------
+r17996 | damienf | 2006-11-23 04:32:57 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/main.cpp
+
+activex: make CATID redefinitions static & private to avoid symbol conflicts
+
+------------------------------------------------------------------------
+r17995 | courmisch | 2006-11-23 04:07:54 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+
+Remove dead code
+
+------------------------------------------------------------------------
+r17994 | jb | 2006-11-23 03:59:39 -0800 (Thu, 23 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+
+Qt4 : Various changes especially about StreamInfo => MediaInfo
+
+
+------------------------------------------------------------------------
+r17993 | courmisch | 2006-11-23 03:52:11 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Check for error (not that I expect one)
+
+------------------------------------------------------------------------
+r17992 | courmisch | 2006-11-23 03:48:32 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Try to use dual-stack when needed, and warn user if it failed.
+
+------------------------------------------------------------------------
+r17991 | courmisch | 2006-11-23 03:22:15 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+If there is no local neither remote endpoint, default to listening
+
+------------------------------------------------------------------------
+r17990 | courmisch | 2006-11-23 03:21:29 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/modules/misc/network/ipv6.c
+   M /trunk/src/network/udp.c
+
+Suppress the v6only kludge
+
+------------------------------------------------------------------------
+r17989 | courmisch | 2006-11-23 03:12:49 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Use net_ListenUDP1 and net_ConnectUDP when possible
+
+------------------------------------------------------------------------
+r17988 | damienf | 2006-11-23 03:10:15 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/main.cpp
+
+- latest mingw headers removed some category definitions
+
+------------------------------------------------------------------------
+r17987 | courmisch | 2006-11-23 02:04:48 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Fix plugin cache - close #860
+
+------------------------------------------------------------------------
+r17986 | md | 2006-11-23 01:44:39 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r17985 | md | 2006-11-23 01:21:16 -0800 (Thu, 23 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+
+Completely replace all ANSI CP dependend mb_str()
+with mb_str(wxConvUTF8)
+
+
+------------------------------------------------------------------------
+r17983 | funman | 2006-11-22 15:25:15 -0800 (Wed, 22 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/gnutls-win32.patch
+
+Ignore gai_strerror check on win32.
+Should be fixed at configure stage
+
+------------------------------------------------------------------------
+r17982 | funman | 2006-11-22 14:57:07 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/faad2.patch
+
+add a check to lrintf for systems that define it in libm
+
+------------------------------------------------------------------------
+r17981 | xtophe | 2006-11-22 14:51:54 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
+
+Adapt to the new config_item_t. 
+
+------------------------------------------------------------------------
+r17980 | courmisch | 2006-11-22 14:09:59 -0800 (Wed, 22 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+SONAME change. Muahahahahahahahahahahahahahahahahahahahahahahahahahahahahahah!
+(vlc 0.9.0 is definitely not going to be ABI-compatible with 0.8.6).
+
+------------------------------------------------------------------------
+r17979 | funman | 2006-11-22 14:06:26 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/tremor.patch
+
+Updates tremor patch
+
+------------------------------------------------------------------------
+r17978 | courmisch | 2006-11-22 14:05:58 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Increase ABI revision
+
+------------------------------------------------------------------------
+r17977 | courmisch | 2006-11-22 14:00:21 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
+
+Don't try IPv6 SSM if not defined
+
+------------------------------------------------------------------------
+r17976 | courmisch | 2006-11-22 13:58:42 -0800 (Wed, 22 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+Read configuration file in a single pass (instead of one per module).
+(I get about hundred time faster config load here, but right, there are
+ much slower operations in libvlc startup anyway
+ -- and the plugin cache breakage is not going to help).
+
+------------------------------------------------------------------------
+r17975 | fkuehne | 2006-11-22 13:27:50 -0800 (Wed, 22 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* enable GCC99 compatiblity for ObjC code
+------------------------------------------------------------------------
+r17974 | fkuehne | 2006-11-22 13:26:21 -0800 (Wed, 22 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+* compilation fixes to address courmisch's API changes. need massive testing and more fixes to handle various strings
+------------------------------------------------------------------------
+r17973 | jpsaman | 2006-11-22 13:02:28 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/libdc1394-noexamples.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+Add libraw1394 and libcd1394 to the contrib build system. The libraries are needed for DV support.
+
+------------------------------------------------------------------------
+r17972 | courmisch | 2006-11-22 12:42:25 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+Factorize code to open configuration file
+
+------------------------------------------------------------------------
+r17971 | courmisch | 2006-11-22 12:00:19 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/src/Makefile.am
+   M /trunk/src/input/es_out.c
+   D /trunk/src/misc/charset.c
+   D /trunk/src/misc/iso-639_def.h
+   D /trunk/src/misc/iso_lang.c
+   D /trunk/src/misc/strings.c
+   D /trunk/src/misc/unicode.c
+   A /trunk/src/text
+   A /trunk/src/text/charset.c (from /trunk/src/misc/charset.c:17970)
+   A /trunk/src/text/iso-639_def.h (from /trunk/src/misc/iso-639_def.h:17970)
+   A /trunk/src/text/iso_lang.c (from /trunk/src/misc/iso_lang.c:17970)
+   A /trunk/src/text/strings.c (from /trunk/src/misc/strings.c:17970)
+   A /trunk/src/text/unicode.c (from /trunk/src/misc/unicode.c:17970)
+
+Move encoding and language stuff to their own directory
+
+------------------------------------------------------------------------
+r17970 | courmisch | 2006-11-22 11:50:58 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/galaktos/PCM.c
+
+int16_t needs <inttypes.h>. Should fix FreeBSD unhapiness with addPCM().
+
+------------------------------------------------------------------------
+r17969 | courmisch | 2006-11-22 11:38:16 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+Never use empty help text for plugin variable - close #859
+
+------------------------------------------------------------------------
+r17968 | funman | 2006-11-22 10:56:16 -0800 (Wed, 22 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Use correct patch syntax
+------------------------------------------------------------------------
+r17967 | courmisch | 2006-11-22 10:56:13 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/update.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r17966 | courmisch | 2006-11-22 10:53:17 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+
+Qt4 compilation fix
+
+------------------------------------------------------------------------
+r17965 | courmisch | 2006-11-22 10:42:57 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+
+Partial compilation fix
+
+------------------------------------------------------------------------
+r17964 | courmisch | 2006-11-22 10:15:56 -0800 (Wed, 22 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+- Fix today's regression in plugin cache
+- Fix one more old crasher in the plugin cache loader
+
+------------------------------------------------------------------------
+r17963 | courmisch | 2006-11-22 10:11:07 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Work around for core target
+
+------------------------------------------------------------------------
+r17961 | Trax | 2006-11-22 09:45:58 -0800 (Wed, 22 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+vlc.win32.nsi.in: Remove whitespace.
+------------------------------------------------------------------------
+r17960 | courmisch | 2006-11-22 09:40:47 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/modules_inner.h
+   M /trunk/src/misc/configuration.c
+
+Fix module entry error handling
+
+------------------------------------------------------------------------
+r17959 | courmisch | 2006-11-22 09:35:08 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc-common.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r17958 | courmisch | 2006-11-22 09:13:24 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/modules.h
+   M /trunk/include/modules_inner.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/modules.c
+
+Attempt to fix C++ compilation
+
+------------------------------------------------------------------------
+r17956 | courmisch | 2006-11-22 08:06:15 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Fix a bunch of old crashers in the plugin cache
+
+------------------------------------------------------------------------
+r17955 | courmisch | 2006-11-22 07:50:29 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/modules.c
+
+A more space conservative module_config_t
+
+------------------------------------------------------------------------
+r17954 | courmisch | 2006-11-22 07:49:35 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/xvmc
+
+svn:ignore
+
+------------------------------------------------------------------------
+r17952 | courmisch | 2006-11-22 05:28:40 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/modules_inner.h
+
+Code simplification
+
+------------------------------------------------------------------------
+r17951 | courmisch | 2006-11-22 05:14:17 -0800 (Wed, 22 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+- Fix compiler warning
+- Fix directory separator on Windows
+- Some cleanup
+
+------------------------------------------------------------------------
+r17950 | damienf | 2006-11-22 05:10:57 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/gettext-win32.patch
+   A /trunk/extras/contrib/src/Patches/libgpg-error-win32.patch
+
+- fix for locale SUBLANG definitions which conflicts with mingw headers
+
+------------------------------------------------------------------------
+r17949 | courmisch | 2006-11-22 05:04:00 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Fix libvlc.la dependencies
+
+------------------------------------------------------------------------
+r17948 | courmisch | 2006-11-22 04:57:04 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   M /trunk/vlc-api.pl
+
+Generate libvlc.sym separately from vlc_symbols.h
+
+------------------------------------------------------------------------
+r17947 | damienf | 2006-11-22 04:48:17 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+
+- better fix for DIR typedef error
+
+------------------------------------------------------------------------
+r17946 | damienf | 2006-11-22 03:41:59 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+
+it is good pratice to specify headers that define custom types
+
+------------------------------------------------------------------------
+r17945 | xtophe | 2006-11-22 03:30:30 -0800 (Wed, 22 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+
+io.h on mingw contains a bunch of old functions *for compatibility* which break with the way we deine close at closesocket. So disable all those old stuff.
+
+------------------------------------------------------------------------
+r17942 | jpsaman | 2006-11-21 15:08:31 -0800 (Tue, 21 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+Disable building rtcp stream output module for now.
+------------------------------------------------------------------------
+r17941 | Trax | 2006-11-21 14:38:11 -0800 (Tue, 21 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+NEWS: Add note that Windows 9x/ME is no longer supported and include info on MSLU.
+------------------------------------------------------------------------
+r17940 | courmisch | 2006-11-21 14:07:45 -0800 (Tue, 21 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+- Save config file as UTF-8, starting with Byte-Order-Mark.
+- Leverage fputc().
+
+------------------------------------------------------------------------
+r17939 | courmisch | 2006-11-21 13:59:08 -0800 (Tue, 21 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+Look for Byte Order Mark (UTF-8 only) while loading config file.
+If present, assume everything is UTF-8 (obviously);
+if not, assume locale charset.
+
+------------------------------------------------------------------------
+r17938 | courmisch | 2006-11-21 13:55:59 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+Some code cleanup
+
+------------------------------------------------------------------------
+r17936 | funman | 2006-11-21 13:13:42 -0800 (Tue, 21 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/libvlc.h
+
+Reenables D-Bus one instance code, without needing to modify libvlc structs
+Outputs an error and continue if D-Bus control isn't enabled on the first instance
+Removes unneeded NewInstance signal
+Closes #505
+
+------------------------------------------------------------------------
+r17935 | courmisch | 2006-11-21 13:05:50 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+Cosmetic fixes
+
+------------------------------------------------------------------------
+r17934 | jb | 2006-11-21 12:43:47 -0800 (Tue, 21 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Qt4: Small change in order to not have Sout and Stream Info open when you click on Info... 
+
+
+------------------------------------------------------------------------
+r17933 | courmisch | 2006-11-21 12:42:33 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+Return DIR from utf8_open to avoid casting bugs
+
+------------------------------------------------------------------------
+r17932 | courmisch | 2006-11-21 12:37:44 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
+
+Some more cleanup
+
+------------------------------------------------------------------------
+r17931 | courmisch | 2006-11-21 12:34:51 -0800 (Tue, 21 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
+
+Do not define constant manually without platform check!
+(and even, it pretty much sucks as we have seen already)
+Should fix compilation on FreeBSD+glibc.
+
+------------------------------------------------------------------------
+r17930 | courmisch | 2006-11-21 10:44:12 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Suppress duplicated msleep() code
+
+------------------------------------------------------------------------
+r17929 | courmisch | 2006-11-21 10:40:42 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Fix the absolute POSIX timer and use it
+
+------------------------------------------------------------------------
+r17928 | courmisch | 2006-11-21 10:23:55 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+Fix segmentation fault at ffmpeg startup (fixes #858)
+
+------------------------------------------------------------------------
+r17927 | courmisch | 2006-11-21 09:08:45 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcd/cdrom.c
+
+Add missing header
+
+------------------------------------------------------------------------
+r17926 | funman | 2006-11-21 09:05:38 -0800 (Tue, 21 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/dbus-vlc.glade
+   M /trunk/extras/dbus-vlc.py
+
+Don't use an infinite number of timers
+Fixes dialog size, add tooltip
+
+------------------------------------------------------------------------
+r17925 | courmisch | 2006-11-21 09:04:07 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Fix typo
+
+------------------------------------------------------------------------
+r17924 | courmisch | 2006-11-21 08:55:36 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/modules_inner.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/configuration.c
+
+Fix warning, and make config_end constant
+
+------------------------------------------------------------------------
+r17923 | funman | 2006-11-21 08:47:14 -0800 (Tue, 21 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/libvlc.h
+
+Revert [17878], that must not be made in libvlc, but rather in vlc
+Need to get command line options in vlc.c (ref #505)
+
+------------------------------------------------------------------------
+r17922 | courmisch | 2006-11-21 08:46:49 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/src/Makefile.am
+
+Fix abusive redefinition of implicit make rules
+
+------------------------------------------------------------------------
+r17921 | courmisch | 2006-11-21 08:42:07 -0800 (Tue, 21 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/bindings/java/src/Makefile.am
+
+Fix automake directory variable (actually remove superfluous definition).
+You cannot create directory variable that way and expect it to work;
+if you *actually* need a directory variable, it would have to be fooexecdir
+rather than foodir otherwise automake thinks it's a data directory.
+
+------------------------------------------------------------------------
+r17920 | courmisch | 2006-11-21 08:39:59 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/src/Makefile.am
+
+Cleanup
+
+------------------------------------------------------------------------
+r17919 | funman | 2006-11-21 08:34:02 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/misc/probe/hal.c
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/src/libvlc-common.c
+
+Unref D-Bus connections when not using them anymore
+
+------------------------------------------------------------------------
+r17918 | funman | 2006-11-21 07:59:50 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/dbus-vlc.glade
+   M /trunk/extras/dbus-vlc.py
+
+Fixes input position display
+
+------------------------------------------------------------------------
+r17917 | funman | 2006-11-21 07:58:36 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL.wince
+   M /trunk/extras/contrib/src/Makefile
+
+Revert [17900] as it doesn't harm to specify --target
+
+------------------------------------------------------------------------
+r17916 | funman | 2006-11-21 07:54:38 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fixes, kill, and bury #857
+
+------------------------------------------------------------------------
+r17915 | funman | 2006-11-21 06:33:31 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Uses dbus flags to build libvlc (fixes #857)
+
+------------------------------------------------------------------------
+r17914 | funman | 2006-11-21 06:31:01 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/dbus-vlc.glade
+   M /trunk/extras/dbus-vlc.py
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+
+Implement input position control
+
+------------------------------------------------------------------------
+r17913 | courmisch | 2006-11-21 04:46:06 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/extras/libc.c
+   M /trunk/src/misc/unicode.c
+
+Revert broken [17908:17910]
+
+------------------------------------------------------------------------
+r17912 | funman | 2006-11-21 04:06:37 -0800 (Tue, 21 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/dbus-vlc.glade
+   M /trunk/extras/dbus-vlc.py
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+
+Implement Volume control
+
+------------------------------------------------------------------------
+r17911 | jpsaman | 2006-11-21 02:46:12 -0800 (Tue, 21 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/mux/rtp/Modules.am
+   M /trunk/modules/mux/rtp/rtcp.c
+   M /trunk/modules/mux/rtp/rtcp.h
+
+Rewrote internal RTCP to support multiple client connections. TODO: rtcp scheduling function, server socket, hooking it up with RTP stream_out connections.
+------------------------------------------------------------------------
+r17910 | funman | 2006-11-21 02:26:29 -0800 (Tue, 21 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/src/extras/libc.c
+
+Use only wide char functions, on win9x too
+win9x testers, raise your hand
+
+------------------------------------------------------------------------
+r17909 | funman | 2006-11-20 22:26:41 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/extras/libc.c
+
+Use non wide char functions on windows 9x
+
+------------------------------------------------------------------------
+r17908 | funman | 2006-11-20 21:58:55 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/extras/libc.c
+   M /trunk/src/misc/unicode.c
+
+Unicode support in directory access on windows. Patch by xxcv. Untested.
+
+------------------------------------------------------------------------
+r17907 | funman | 2006-11-20 21:40:58 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/dbus.h
+
+Correct method signature
+
+------------------------------------------------------------------------
+r17906 | funman | 2006-11-20 19:53:22 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/services_discovery.c
+
+Debug messages shouldn't be shown with printf
+
+------------------------------------------------------------------------
+r17905 | jb | 2006-11-20 18:20:46 -0800 (Mon, 20 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/open.cpp
+
+*Qt4-Open: Hide by defaults.
+
+
+------------------------------------------------------------------------
+r17904 | funman | 2006-11-20 18:15:09 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/taglib.cpp
+
+Removes vorbis header since taglib isn't used to parse ogg vorbis meta data at the moment
+
+------------------------------------------------------------------------
+r17903 | jb | 2006-11-20 18:15:04 -0800 (Mon, 20 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/open.cpp
+   M /trunk/modules/gui/qt4/components/open.hpp
+   M /trunk/modules/gui/qt4/dialogs/open.cpp
+
+Qt4: ExtraAudioToggle
+
+
+------------------------------------------------------------------------
+r17902 | funman | 2006-11-20 18:13:48 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/taglib.cpp
+
+Corrects indentation
+
+------------------------------------------------------------------------
+r17901 | funman | 2006-11-20 17:57:47 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/taglib.cpp
+
+Artist, Album and Track musicbrainz IDs detection
+
+------------------------------------------------------------------------
+r17900 | funman | 2006-11-20 17:00:38 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL.wince
+   M /trunk/extras/contrib/src/Makefile
+
+--target is only used when building a compiler
+
+------------------------------------------------------------------------
+r17898 | xtophe | 2006-11-20 14:16:35 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/configuration.h
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/configuration.c
+
+Add a flag for config option to mark it as unsaveable. Refs #856 (Still need to test on a win box).
+
+------------------------------------------------------------------------
+r17897 | jb | 2006-11-20 11:38:21 -0800 (Mon, 20 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/open.cpp
+   M /trunk/modules/gui/qt4/dialogs/open.hpp
+   M /trunk/modules/gui/qt4/ui/open.ui
+
+Qt4: Just a toggle test for the advanced Panel.
+
+
+------------------------------------------------------------------------
+r17896 | damienf | 2006-11-20 07:22:37 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+oops, tab expansion is a bad thing on Makefile
+
+------------------------------------------------------------------------
+r17895 | damienf | 2006-11-20 07:16:54 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+contribs: force --target, --build and --host whether cross compiling or not to get around some configure script bugs
+
+------------------------------------------------------------------------
+r17894 | funman | 2006-11-20 02:34:33 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Add dbus-vlc.py to dist
+
+------------------------------------------------------------------------
+r17893 | funman | 2006-11-20 02:22:50 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   A /trunk/extras/dbus-vlc.glade
+   A /trunk/extras/dbus-vlc.py
+
+Include sample D-Bus controller
+
+------------------------------------------------------------------------
+r17892 | xtophe | 2006-11-20 02:03:22 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Include xvmc plugin in the build system
+
+------------------------------------------------------------------------
+r17891 | funman | 2006-11-20 01:21:33 -0800 (Mon, 20 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/dbus.c
+
+Uses playlist facilities
+Doesn't lock the playlist if unneeded
+
+------------------------------------------------------------------------
+r17890 | funman | 2006-11-19 22:41:52 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/meta.c
+
+Filters '/' characters in tags, to create valid filenames
+
+------------------------------------------------------------------------
+r17889 | funman | 2006-11-19 21:28:45 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/vlm.txt
+
+Updates old documentation a bit
+
+------------------------------------------------------------------------
+r17888 | bigben | 2006-11-19 21:09:23 -0800 (Sun, 19 Nov 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/audio_filter/resampler/linear.c
+
+
+* Quick fix when transcoding and resampling mono audio tracks.
+* The transcode module should be reviewed: all the the fields in p
+_enc->fmt_in are not set, it seems 
+
+
+------------------------------------------------------------------------
+r17887 | funman | 2006-11-19 20:49:59 -0800 (Sun, 19 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/meta_engine/id3tag.c
+
+Ignore empty vorbis comments (closes #704)
+Comment unusued artist & album musicbrainz ids
+
+------------------------------------------------------------------------
+r17885 | funman | 2006-11-19 19:54:23 -0800 (Sun, 19 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fixes broken D-Bus detection
+Thanks to Daniel Str?\195?\164nger
+
+------------------------------------------------------------------------
+r17884 | funman | 2006-11-19 19:53:22 -0800 (Sun, 19 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+
+Remove Audio cds and their tracks at ejection
+Detect audio and video on CD-R and DVD-R mediums
+
+------------------------------------------------------------------------
+r17883 | funman | 2006-11-19 18:39:32 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+
+Wxwidgets playlist fix
+
+------------------------------------------------------------------------
+r17882 | jb | 2006-11-19 17:52:35 -0800 (Sun, 19 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/open.cpp
+   M /trunk/modules/gui/qt4/components/open.hpp
+   M /trunk/modules/gui/qt4/dialogs/open.cpp
+   M /trunk/modules/gui/qt4/dialogs/open.hpp
+   M /trunk/modules/gui/qt4/ui/open_net.ui
+
+* Qt4: added network and disk UIs to Open
+
+Still not functionnal and ugly code.
+
+
+------------------------------------------------------------------------
+r17881 | xtophe | 2006-11-19 15:18:13 -0800 (Sun, 19 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/af.po
+   M /trunk/po/ar.po
+   M /trunk/po/bn.po
+   M /trunk/po/ca.po
+   M /trunk/po/co.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/eu.po
+   M /trunk/po/fr.po
+   M /trunk/po/fur.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/lt.po
+   M /trunk/po/lv.po
+   M /trunk/po/ms.po
+   M /trunk/po/my.po
+   M /trunk/po/nb.po
+   M /trunk/po/ne.po
+   M /trunk/po/nl.po
+   M /trunk/po/nn.po
+   M /trunk/po/no.po
+   M /trunk/po/oc.po
+   M /trunk/po/pa.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/pt_PT.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sk.po
+   M /trunk/po/sl.po
+   M /trunk/po/sq.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/th.po
+   M /trunk/po/tl.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Make update-po
+
+
+------------------------------------------------------------------------
+r17880 | xtophe | 2006-11-19 15:07:33 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/extended_panels.cpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/ui/equalizer.ui
+
+i18n fixes
+
+------------------------------------------------------------------------
+r17879 | funman | 2006-11-19 14:48:48 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc-common.c
+
+removes already done "todo"
+
+------------------------------------------------------------------------
+r17878 | funman | 2006-11-19 14:46:25 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/libvlc.h
+
+Initial support of one instance mode on systems running D-Bus
+
+------------------------------------------------------------------------
+r17877 | hartman | 2006-11-19 14:22:14 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+* Don't Warn on VP62 video in NSV. It's supported now, so no need to print useless info about it.
+
+------------------------------------------------------------------------
+r17876 | hartman | 2006-11-19 14:05:53 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/shout.c
+
+* Fix shoutcast SD Delete. playlist is not locked.
+
+------------------------------------------------------------------------
+r17875 | thresh | 2006-11-19 13:51:02 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   A /trunk/modules/gui/qt4/pixmaps/playlist_icon.png
+   M /trunk/modules/gui/qt4/res.qrc
+
+added normal looking playlist icon (converted to png from wx module)
+
+------------------------------------------------------------------------
+r17874 | hartman | 2006-11-19 13:44:16 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Fix OSX GUI after playlist API update
+
+------------------------------------------------------------------------
+r17873 | hartman | 2006-11-19 13:34:01 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+
+* subtitle.c: const warning fixes
+
+------------------------------------------------------------------------
+r17872 | hartman | 2006-11-19 13:28:10 -0800 (Sun, 19 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/info.c
+
+* Fix CDDA module after playlist API updates
+* + a const fix
+
+------------------------------------------------------------------------
+r17870 | dionoea | 2006-11-19 10:04:00 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+Use appropriate help text.
+
+------------------------------------------------------------------------
+r17869 | gbazin | 2006-11-19 09:57:55 -0800 (Sun, 19 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: when we use the packed attribute we really mean it so don't output useless compilation warnings.
+------------------------------------------------------------------------
+r17868 | Trax | 2006-11-19 09:03:59 -0800 (Sun, 19 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/playlist.c
+
+* src/control/playlist.c: Fix typo vlc_mutex_unlokc -> vlc_mutex_unlock
+------------------------------------------------------------------------
+r17866 | funman | 2006-11-19 08:34:09 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_devices.h
+
+Reenables device probe header
+
+------------------------------------------------------------------------
+r17864 | zorglub | 2006-11-19 08:12:43 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Input options inheritance in directory access (Closes:#353)
+
+------------------------------------------------------------------------
+r17863 | funman | 2006-11-19 08:09:16 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+
+Fixes wxwidgets compilation
+
+------------------------------------------------------------------------
+r17862 | zorglub | 2006-11-19 07:54:44 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   D /trunk/modules/gui/qt4/pixmaps/art.xpm
+   A /trunk/modules/gui/qt4/pixmaps/noart.png
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/modules/gui/qt4/res.qrc
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+
+Beginning of implementation of art fetch when played
+
+------------------------------------------------------------------------
+r17861 | zorglub | 2006-11-19 06:37:04 -0800 (Sun, 19 Nov 2006) | 7 lines
+Changed paths:
+   M /trunk/include/vlc_devices.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/misc/devices.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist_internal.h
+   M /trunk/src/playlist/services_discovery.c
+   M /trunk/src/playlist/tree.c
+
+* Documentation belongs to the .h, step 1
+* Unexported a few internal functions
+  (playlist_ItemDelete, playlist_ThreadCreate, playlist_ThreadDestroy)
+* Remove playlist_AddSDModules and merge its features into ServicesDiscoveryAdd
+* Fix a bug in signaling of node destruction (fixes Qt source selector assertion failures)
+* Disable unused generic devices probe code
+
+------------------------------------------------------------------------
+r17860 | Trax | 2006-11-19 06:34:36 -0800 (Sun, 19 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+* vlc.win32.nsi.in: Add shortcuts in seperate Utilities menu through the installer for easy access to main aout, vout and intf switches. Add NEWS.txt as Release Notes.
+------------------------------------------------------------------------
+r17859 | dionoea | 2006-11-19 06:04:06 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+
+Small doxygen doc fix (i hope)
+
+------------------------------------------------------------------------
+r17858 | zorglub | 2006-11-19 05:33:27 -0800 (Sun, 19 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r17857 | zorglub | 2006-11-19 05:20:02 -0800 (Sun, 19 Nov 2006) | 16 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/demux/playlist/qtl.c
+   M /trunk/modules/demux/playlist/sgimb.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/wizard.m
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+   M /trunk/modules/misc/testsuite/Modules.am
+   D /trunk/modules/misc/testsuite/playlist.c
+   M /trunk/modules/services_discovery/Modules.am
+   M /trunk/modules/services_discovery/bonjour.c
+   D /trunk/modules/services_discovery/daap.c
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/services_discovery/upnp_cc.cpp
+   M /trunk/modules/services_discovery/upnp_intel.cpp
+   M /trunk/src/control/playlist.c
+   M /trunk/src/input/meta.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/playlist_internal.h
+   M /trunk/src/playlist/search.c
+   M /trunk/src/playlist/tree.c
+
+Finish the playlist API transition (hopefully)
+ - Remove a bunch of transition now-useless API.
+ - Remove all playlist_Lock* functions. Matching functions now accept a
+   b_locked parameter that should be set to VLC_TRUE if the playlist is
+   locked when calling the function. The advantages are that it reduces
+   the API bloat and that the b_locked flag can be propagated in the
+   call stack
+ - Remove useless playlist testsuite
+ - Remove broken daap plugin (unmaintained wrt VLC API changes, relies on 
+   an unmaintained library, probably unable to read content from new itunes, 
+   ...). Implementations exist in rhythmbox, xmms2 and 
+   daap-sharp, we should see if a proper lib exists or if we could 
+   make one
+ - Reduce verbosity a bit
+ - Documentation
+
+------------------------------------------------------------------------
+r17856 | funman | 2006-11-18 19:43:32 -0800 (Sat, 18 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+
+Adds GetPlayingItem method
+Fixes Quit method
+Fixes TogglePause method
+
+------------------------------------------------------------------------
+r17855 | funman | 2006-11-18 15:12:45 -0800 (Sat, 18 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+
+svn:propedit Id
+
+------------------------------------------------------------------------
+r17854 | funman | 2006-11-18 14:19:40 -0800 (Sat, 18 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+
+Add Next, Prev, and Stop methods
+
+------------------------------------------------------------------------
+r17853 | funman | 2006-11-18 12:32:12 -0800 (Sat, 18 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/dbus.h
+
+Add missing </method> tag
+
+------------------------------------------------------------------------
+r17852 | funman | 2006-11-18 12:26:51 -0800 (Sat, 18 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/dbus.c
+   M /trunk/modules/control/dbus.h
+
+Added quit method
+
+------------------------------------------------------------------------
+r17851 | hartman | 2006-11-18 11:38:40 -0800 (Sat, 18 Nov 2006) | 5 lines
+Changed paths:
+   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/mux.c
+   M /trunk/modules/codec/ffmpeg/postprocess.c
+   M /trunk/modules/codec/ffmpeg/scale.c
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+
+* Don't use deprecated functions if libswscaler is present. 
+  - Note that these are not all replaced atm, so some functionality might be lacking
+* Make the minimum version of libavcodec version 5000 (september 2005).
+  - Removed all the checks for previous API versions.
+
+------------------------------------------------------------------------
+r17849 | funman | 2006-11-18 10:37:45 -0800 (Sat, 18 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/Modules.am
+   A /trunk/modules/control/dbus.c
+   A /trunk/modules/control/dbus.h
+
+Initial support of D-Bus based control interface
+
+------------------------------------------------------------------------
+r17848 | xtophe | 2006-11-18 05:20:29 -0800 (Sat, 18 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Oups chnage that in [17846] by mistake
+
+------------------------------------------------------------------------
+r17847 | littlejohn | 2006-11-18 02:49:53 -0800 (Sat, 18 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/Makefile.am
+
+fix for java bindings native files makefile
+------------------------------------------------------------------------
+r17846 | xtophe | 2006-11-17 17:46:32 -0800 (Fri, 17 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Acording to the latest test wxwidgets in unicode mode works better
+
+------------------------------------------------------------------------
+r17845 | xtophe | 2006-11-17 17:32:26 -0800 (Fri, 17 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/ffmpeg-alignment.patch (from /branches/0.8.6/extras/contrib/src/Patches/ffmpeg-alignment.patch:17595)
+
+Fix the alignment issue in ffmpeg. Based on patch by Thorsten Jordan. Almost closes #757. Forwardport of [17595]
+
+------------------------------------------------------------------------
+r17844 | littlejohn | 2006-11-17 16:47:23 -0800 (Fri, 17 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
+
+jvlcpanel constructor added
+------------------------------------------------------------------------
+r17843 | littlejohn | 2006-11-17 16:00:08 -0800 (Fri, 17 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/playlist.c
+
+libvlc_playlist_add enabled
+------------------------------------------------------------------------
+r17842 | hartman | 2006-11-17 15:59:37 -0800 (Fri, 17 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Update ffmpeg contrib
+
+------------------------------------------------------------------------
+r17841 | hartman | 2006-11-17 15:34:45 -0800 (Fri, 17 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/mux.c
+   M /trunk/modules/codec/ffmpeg/scale.c
+
+* Fix ffmpeg include's
+
+------------------------------------------------------------------------
+r17840 | hartman | 2006-11-17 14:52:24 -0800 (Fri, 17 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/scale.c
+
+* Other way around of course
+
+------------------------------------------------------------------------
+r17839 | hartman | 2006-11-17 14:40:45 -0800 (Fri, 17 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/scale.c
+
+* Disable swscale if we don't have it installed
+
+------------------------------------------------------------------------
+r17838 | hartman | 2006-11-17 14:18:44 -0800 (Fri, 17 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/ffmpeg/Modules.am
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   A /trunk/modules/codec/ffmpeg/scale.c (from /trunk/modules/video_filter/swscale/filter.c:17837)
+   D /trunk/modules/video_filter/swscale
+
+* Remove the old swscale files, and use the newer libswscale from ffmpeg.
+  Untested and likely to break stuff
+
+------------------------------------------------------------------------
+r17836 | funman | 2006-11-17 11:48:24 -0800 (Fri, 17 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/notify/notify.c
+
+Forbid concurrent libnotify calls in multiple threads
+(Fixes #848)
+
+------------------------------------------------------------------------
+r17835 | funman | 2006-11-17 09:25:38 -0800 (Fri, 17 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+
+typo
+
+------------------------------------------------------------------------
+r17834 | funman | 2006-11-17 08:57:04 -0800 (Fri, 17 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+
+Should fix API compatibility with HAL 0.5.0
+
+------------------------------------------------------------------------
+r17832 | markfm | 2006-11-16 18:15:07 -0800 (Thu, 16 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Revert wxwidgets.hpp change -- problem appears to have been that gui/wxwidgets had been getting built against non-Unicode lib.
+
+------------------------------------------------------------------------
+r17831 | funman | 2006-11-16 16:32:48 -0800 (Thu, 16 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+
+Removes broken D-Bus version check
+HAVE_LIBHAL_1 means hal >= 0.5.0, which means dbus >= 0.3.0, which means HAVE_DBUS_1 and it has all required APIs
+
+------------------------------------------------------------------------
+r17829 | hartman | 2006-11-16 15:56:47 -0800 (Thu, 16 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* forwardport [17824] WAVPACK and TTA in matroska
+
+------------------------------------------------------------------------
+r17828 | hartman | 2006-11-16 15:54:55 -0800 (Thu, 16 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/cdda.h
+
+* Forgot to commit the paranoia changes in the cddax module. see [17804]
+  Patch by Patrick McLean <chutzpah at gentoo d0t org> 
+
+------------------------------------------------------------------------
+r17826 | hartman | 2006-11-16 15:45:52 -0800 (Thu, 16 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/live-osx.patch
+
+* Forwardport [17820] and [17823]. Live contrib compile fixes.
+
+------------------------------------------------------------------------
+r17825 | littlejohn | 2006-11-16 15:03:14 -0800 (Thu, 16 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   A /trunk/bindings/java/src/Makefile.am
+   M /trunk/configure.ac
+
+Make java bindings compile with libtool
+------------------------------------------------------------------------
+r17819 | courmisch | 2006-11-16 11:13:49 -0800 (Thu, 16 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Fix local port number for multicast receival
+
+------------------------------------------------------------------------
+r17813 | jb | 2006-11-16 06:15:36 -0800 (Thu, 16 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+pfff... Fortunes.
+
+
+------------------------------------------------------------------------
+r17811 | md | 2006-11-16 05:41:17 -0800 (Thu, 16 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
+
+Fix detection of FreeBSD version (the previous one doesn't seem to work)
+------------------------------------------------------------------------
+r17807 | jb | 2006-11-15 19:15:54 -0800 (Wed, 15 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/open.cpp
+   M /trunk/modules/gui/qt4/components/open.hpp
+   A /trunk/modules/gui/qt4/dialogs/open.cpp
+   A /trunk/modules/gui/qt4/dialogs/open.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   D /trunk/modules/gui/qt4/ui/file_open.ui
+   A /trunk/modules/gui/qt4/ui/open.ui
+   A /trunk/modules/gui/qt4/ui/open_disk.ui
+   A /trunk/modules/gui/qt4/ui/open_file.ui (from /trunk/modules/gui/qt4/ui/file_open.ui:17777)
+   A /trunk/modules/gui/qt4/ui/open_net.ui
+
+* Qt4: Display open dialog. Not yet functionnable.
+Sesame...
+
+
+------------------------------------------------------------------------
+r17805 | jb | 2006-11-15 18:39:48 -0800 (Wed, 15 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/live-osx.patch
+
+Changes on live555 make MacOS-X patch fail in extras/contrib.
+This should repair NB.
+
+
+------------------------------------------------------------------------
+r17804 | hartman | 2006-11-15 17:24:37 -0800 (Wed, 15 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/src/packages.mak
+
+* Update version of libcdio. 0.78.2 is now the req. version
+  Patch by Patrick McLean <chutzpah at gentoo d0t org>
+
+  contrib update by me
+
+------------------------------------------------------------------------
+r17803 | hartman | 2006-11-15 16:58:47 -0800 (Wed, 15 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+* forwardport [17800]
+  Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno
+
+------------------------------------------------------------------------
+r17802 | hartman | 2006-11-15 16:56:40 -0800 (Wed, 15 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* VLC now requires libmatroska 0.7.7 because from then the libs are pic enabled.
+  (no longer use libmatroska_pic ebml_pic)
+  Patch by Diego Petteno, +additions by me.
+
+------------------------------------------------------------------------
+r17799 | hartman | 2006-11-15 15:00:44 -0800 (Wed, 15 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* LDLFAGS -> LDFLAGS
+
+------------------------------------------------------------------------
+r17798 | hartman | 2006-11-15 14:59:58 -0800 (Wed, 15 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* CFAGS -> CFLAGS
+
+------------------------------------------------------------------------
+r17796 | funman | 2006-11-15 14:12:32 -0800 (Wed, 15 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+
+Fixes devices removal, and crash on exit
+
+------------------------------------------------------------------------
+r17794 | funman | 2006-11-15 13:44:18 -0800 (Wed, 15 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+
+Manages hot ejection of devices
+Uses hal callbacks instead of pure D-Bus monitoring
+Uses HAL >= 0.5.0 only if D-Bus >= 0.9.2 is present
+(refs #99)
+
+------------------------------------------------------------------------
+r17792 | hartman | 2006-11-15 12:09:15 -0800 (Wed, 15 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/src/extras/libc.c
+
+forwardport [17791]:
+* libc.c: Also define the lldiv function itself on FreeBSD < 5 refs #840
+
+------------------------------------------------------------------------
+r17789 | courmisch | 2006-11-15 11:36:26 -0800 (Wed, 15 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+Fix typo
+
+------------------------------------------------------------------------
+r17788 | courmisch | 2006-11-15 11:35:59 -0800 (Wed, 15 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+Use lldiv replacement on FreeBSD < 5.0 (fixes #840)
+
+------------------------------------------------------------------------
+r17786 | oaubert | 2006-11-15 06:14:55 -0800 (Wed, 15 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/python/vlc_object.c
+
+python/bindings/vlc_object.c: complete vlc_object_find parameters
+
+------------------------------------------------------------------------
+r17785 | oaubert | 2006-11-15 06:13:44 -0800 (Wed, 15 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/python/setup.py
+
+python/bindings/setup.py: fix python binding building (ref. r17640)
+
+------------------------------------------------------------------------
+r17784 | funman | 2006-11-15 05:59:29 -0800 (Wed, 15 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/po/sl.po
+
+Update slovenian translation
+
+------------------------------------------------------------------------
+r17782 | markfm | 2006-11-15 04:58:20 -0800 (Wed, 15 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Attempt to fix wxwidgets file open and Messages display.
+
+------------------------------------------------------------------------
+r17781 | md | 2006-11-15 03:28:39 -0800 (Wed, 15 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+some news
+------------------------------------------------------------------------
+r17779 | littlejohn | 2006-11-15 00:45:28 -0800 (Wed, 15 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+Don't create Makefile.in in bindings/java/src
+------------------------------------------------------------------------
+r17778 | funman | 2006-11-14 15:29:28 -0800 (Tue, 14 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+
+Adds real-time device adding (not removal yet)
+Don't add data DVDs when possible
+Only uses D-Bus code if version >= 0.9.2
+(refs #99)
+
+------------------------------------------------------------------------
+r17777 | hartman | 2006-11-14 13:59:26 -0800 (Tue, 14 Nov 2006) | 7 lines
+Changed paths:
+   M /trunk/modules/access/vcd/cdrom.c
+
+* Use utf8_open for the .bin vcdimage file
+* Try .bin when opening a .cue, instead of trying the filename in the .cue (it's usually wrong).
+  When the .bin filename fails, then look into the .cue file for a possible alternate name.
+* Don't crash on non-existing cuefile's
+
+I would like to backport some of this, but 0.8.6 doesn't have utf8_open, so I need to see what i'm gonna do with that.
+
+------------------------------------------------------------------------
+r17776 | littlejohn | 2006-11-14 13:47:05 -0800 (Tue, 14 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   D /trunk/bindings/java/src/Makefile.am
+
+use libtool to compile java bindings. needs a cleanup (also thanks to megabug)
+------------------------------------------------------------------------
+r17775 | thresh | 2006-11-14 13:22:28 -0800 (Tue, 14 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+This should fix beos linking problem
+
+------------------------------------------------------------------------
+r17763 | thresh | 2006-11-14 09:54:10 -0800 (Tue, 14 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+qt4: i really like readable debug output
+
+------------------------------------------------------------------------
+r17762 | courmisch | 2006-11-14 08:53:51 -0800 (Tue, 14 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Clean up and avoid leak in sap decompression
+
+------------------------------------------------------------------------
+r17761 | funman | 2006-11-14 08:23:27 -0800 (Tue, 14 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+
+Returns from Run() thread instead of sleeping eternally
+
+------------------------------------------------------------------------
+r17760 | courmisch | 2006-11-14 07:52:27 -0800 (Tue, 14 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Windows multicast bind kludge
+
+------------------------------------------------------------------------
+r17759 | xtophe | 2006-11-14 06:51:35 -0800 (Tue, 14 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Fix the inclusion of extras/contrib/bin to the PATH
+
+------------------------------------------------------------------------
+r17758 | massiot | 2006-11-14 05:19:04 -0800 (Tue, 14 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+paf
+
+------------------------------------------------------------------------
+r17756 | jpsaman | 2006-11-14 01:53:03 -0800 (Tue, 14 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/filter.cpp
+
+Add DivX as supported filter to DShow interface.
+------------------------------------------------------------------------
+r17754 | hartman | 2006-11-13 18:11:37 -0800 (Mon, 13 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+* forwardport [17753]: sap sdp_t initialization
+  - fix some const warnings
+  - fix an "invalid" assert
+
+------------------------------------------------------------------------
+r17752 | hartman | 2006-11-13 13:58:38 -0800 (Mon, 13 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+* Allow "empty" subtitle packets. These are used to "wipe" ephemer subtitles of the screen.
+  Used by mp4 and 3gpp Timed Text 
+
+------------------------------------------------------------------------
+r17751 | hartman | 2006-11-13 13:51:55 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ps.c
+
+* ps.c: Base SET_TIME on the current byteposition. This helps seeking in VBR files. Seeking forward will no longer seek backward instead.
+
+------------------------------------------------------------------------
+r17750 | funman | 2006-11-13 13:14:34 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+
+Don't use D-Bus with hal < 0.5.0
+
+------------------------------------------------------------------------
+r17747 | asmax | 2006-11-13 10:24:08 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* added missing -lm for plugin colorthres
+
+------------------------------------------------------------------------
+r17746 | hartman | 2006-11-13 09:25:26 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/image.c
+
+* const char warning fix
+
+------------------------------------------------------------------------
+r17745 | hartman | 2006-11-13 08:56:03 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* Update wavpack libavcodec version for trunk as well. fixes #828
+
+------------------------------------------------------------------------
+r17743 | courmisch | 2006-11-13 07:43:19 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc-common.c
+
+Fix another bunch of warnings
+
+------------------------------------------------------------------------
+r17742 | courmisch | 2006-11-13 07:37:26 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/vlc.c
+
+Fix warnings
+
+------------------------------------------------------------------------
+r17741 | courmisch | 2006-11-13 07:32:37 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc-common.c
+
+Fix some warnings
+
+------------------------------------------------------------------------
+r17740 | courmisch | 2006-11-13 07:25:50 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/access/file.c
+
+Really fix the stat warning (tested on Mingw32)
+
+------------------------------------------------------------------------
+r17739 | md | 2006-11-13 06:14:09 -0800 (Mon, 13 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/misc/win32_specific.c
+
+Move unicode argv[] fetching into system_Init
+(before getopt_long gets the chance to reorder them)
+
+refs 830   (close requires backport)
+
+------------------------------------------------------------------------
+r17737 | thresh | 2006-11-13 03:20:42 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/po/af.po
+   M /trunk/po/ar.po
+   M /trunk/po/bn.po
+   M /trunk/po/ca.po
+   M /trunk/po/co.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/el.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/eu.po
+   M /trunk/po/fr.po
+   M /trunk/po/fur.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/lt.po
+   M /trunk/po/lv.po
+   M /trunk/po/ms.po
+   M /trunk/po/my.po
+   M /trunk/po/nb.po
+   M /trunk/po/ne.po
+   M /trunk/po/nl.po
+   M /trunk/po/nn.po
+   M /trunk/po/no.po
+   M /trunk/po/oc.po
+   M /trunk/po/pa.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/pt_PT.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sk.po
+   M /trunk/po/sl.po
+   M /trunk/po/sq.po
+   M /trunk/po/sv.po
+   M /trunk/po/tet.po
+   M /trunk/po/th.po
+   M /trunk/po/tl.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+updated russian translation, make update-po
+
+------------------------------------------------------------------------
+r17736 | thresh | 2006-11-13 02:38:16 -0800 (Mon, 13 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/errors.cpp
+   M /trunk/modules/gui/qt4/dialogs/extended.cpp
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/dialogs/sout.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+properly display translated strings in setWindowTitle in qt4 interface
+
+------------------------------------------------------------------------
+r17734 | md | 2006-11-12 23:47:47 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
+
+Warn the user about missing MLDv2 support in his OS
+
+------------------------------------------------------------------------
+r17731 | courmisch | 2006-11-12 12:12:29 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+Try to fix the obnoxious _stati64 warning
+
+------------------------------------------------------------------------
+r17729 | littlejohn | 2006-11-12 11:52:46 -0800 (Sun, 12 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/vlc-config.in.in
+
+vlc-config external also includes libvlc-control
+------------------------------------------------------------------------
+r17728 | funman | 2006-11-12 11:47:32 -0800 (Sun, 12 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+Makes configure fail on missing GL headers
+------------------------------------------------------------------------
+r17727 | funman | 2006-11-12 11:46:15 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Do not update gettext contrib to current CVS on MacOSX
+
+------------------------------------------------------------------------
+r17726 | zorglub | 2006-11-12 11:24:12 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc-common.c
+
+p_libvlc needs b_attached = TRUE for vlc_list_find. Fixes embedded vout
+
+------------------------------------------------------------------------
+r17725 | courmisch | 2006-11-12 10:31:40 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Remove another harmful FromLocale
+
+------------------------------------------------------------------------
+r17724 | zorglub | 2006-11-12 10:28:37 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+Fix Qt4 play button
+
+------------------------------------------------------------------------
+r17723 | zorglub | 2006-11-12 10:19:49 -0800 (Sun, 12 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/demux/playlist/qtl.c
+   M /trunk/modules/demux/playlist/sgimb.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+
+Preparse playlist items that don't have enough meta
+If the item is not to be preparsed but has enough meta, mark it as preparsed
+
+------------------------------------------------------------------------
+r17722 | zorglub | 2006-11-12 09:48:21 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Might fix compile
+
+------------------------------------------------------------------------
+r17721 | dionoea | 2006-11-12 09:15:15 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc-common.c
+
+Display --option=<value type> instead of --option <value type> on windows in usage help.
+
+------------------------------------------------------------------------
+r17720 | zorglub | 2006-11-12 09:06:24 -0800 (Sun, 12 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_streaming.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/dialogs/sout.cpp
+   A /trunk/modules/gui/qt4/dialogs/sout.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   A /trunk/modules/gui/qt4/ui/sout.ui
+   M /trunk/src/network/io.c
+   M /trunk/src/stream_output/profiles.c
+
+* Qt4 stream output dialog
+* Fixes to the streaming chain generator
+* network: don't print an error message for EINTR
+
+------------------------------------------------------------------------
+r17719 | courmisch | 2006-11-12 08:58:09 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.hpp
+
+Compile fix
+
+------------------------------------------------------------------------
+r17718 | courmisch | 2006-11-12 08:30:09 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+Apply online help patch from Vincent Dimar.
+
+------------------------------------------------------------------------
+r17717 | courmisch | 2006-11-12 08:29:44 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+
+Forgot the symbols again
+
+------------------------------------------------------------------------
+r17716 | courmisch | 2006-11-12 08:19:58 -0800 (Sun, 12 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/include/charset.h
+
+Unexport vlc_current_charset()
+which is superseded by the Unicode wrappers and GetFallbackEncoding
+
+------------------------------------------------------------------------
+r17715 | courmisch | 2006-11-12 08:18:31 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+Add VLC_INTERNAL, like VLC_EXPORT except it does not export
+
+------------------------------------------------------------------------
+r17714 | zorglub | 2006-11-12 08:16:24 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/demux/playlist/qtl.c
+   M /trunk/modules/demux/playlist/sgimb.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/demux/playlist/xspf.c
+
+Fix playlist unable to terminate (Closes:#829)
+
+------------------------------------------------------------------------
+r17713 | courmisch | 2006-11-12 08:05:11 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.hpp
+
+Remove unused iconv handle
+
+------------------------------------------------------------------------
+r17712 | courmisch | 2006-11-12 07:46:52 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Even WxWidgets is entitled to const blessing
+
+------------------------------------------------------------------------
+r17711 | courmisch | 2006-11-12 07:36:27 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/asx.c
+
+Use Latin-1 rather than local charset for ASX files
+
+------------------------------------------------------------------------
+r17710 | courmisch | 2006-11-12 07:35:45 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+
+Suppress unused variable
+
+------------------------------------------------------------------------
+r17709 | courmisch | 2006-11-12 07:33:59 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_demux.h
+   M /trunk/modules/demux/playlist/dvb.c
+
+Fix a few warnings
+
+------------------------------------------------------------------------
+r17708 | littlejohn | 2006-11-12 07:32:24 -0800 (Sun, 12 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+dirty fix to correctly link libvlc-control during make
+------------------------------------------------------------------------
+r17707 | courmisch | 2006-11-12 07:17:29 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Remove debug message
+
+------------------------------------------------------------------------
+r17706 | courmisch | 2006-11-12 06:26:59 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demuxdump.c
+
+Fix warnings
+
+------------------------------------------------------------------------
+r17705 | courmisch | 2006-11-12 06:12:55 -0800 (Sun, 12 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+I did it.
+<subliminal message>
+http://www.googlefight.com/index.php?lang=en_GB&word1=wxwidgets&word2=qt
+</subliminal>
+
+------------------------------------------------------------------------
+r17704 | courmisch | 2006-11-12 05:45:03 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Try to fix contrib: don't build gettext java bindings
+
+------------------------------------------------------------------------
+r17703 | courmisch | 2006-11-12 05:38:50 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+Remove bashism
+
+------------------------------------------------------------------------
+r17702 | courmisch | 2006-11-12 05:28:14 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Another attempt to tame WxString
+
+------------------------------------------------------------------------
+r17701 | courmisch | 2006-11-12 04:52:30 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+Fix make dist
+
+------------------------------------------------------------------------
+r17700 | courmisch | 2006-11-12 04:49:13 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Safer macros locale conversion macros for WxWidgets.
+
+------------------------------------------------------------------------
+r17699 | courmisch | 2006-11-12 04:10:55 -0800 (Sun, 12 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/playlist.c
+
+Do not use non-existing function playlist_PlaylistAddExt.
+Hopefully fix linking on Windows and Mac OS X.
+
+------------------------------------------------------------------------
+r17698 | courmisch | 2006-11-12 04:02:55 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/access/file.c
+   M /trunk/src/misc/unicode.c
+
+Don't use void * for utf8_(l)?stat() as it hinders bug detection
+
+------------------------------------------------------------------------
+r17697 | courmisch | 2006-11-12 03:54:28 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input_internal.h
+   M /trunk/src/input/subtitles.c
+
+Some const
+
+------------------------------------------------------------------------
+r17696 | courmisch | 2006-11-12 03:50:06 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Use stat instead of fopen to check for file existence
+
+------------------------------------------------------------------------
+r17695 | courmisch | 2006-11-12 03:45:10 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+Another Win32 FromLocale -> FromWide
+
+------------------------------------------------------------------------
+r17694 | courmisch | 2006-11-12 03:43:52 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+
+Don't use non existent file in Qt4 code
+
+------------------------------------------------------------------------
+r17693 | courmisch | 2006-11-12 03:35:38 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+
+Fix a few warnings
+
+------------------------------------------------------------------------
+r17692 | courmisch | 2006-11-12 03:30:00 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/configuration_chain.c
+
+More warning fixes
+
+------------------------------------------------------------------------
+r17691 | courmisch | 2006-11-12 03:22:29 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+Warning fix
+
+------------------------------------------------------------------------
+r17690 | courmisch | 2006-11-12 03:17:10 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+Fix compiler warnings
+
+------------------------------------------------------------------------
+r17689 | courmisch | 2006-11-12 03:15:29 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/speex.c
+
+Do not use pointer arithmethic on void pointers.
+
+------------------------------------------------------------------------
+r17688 | courmisch | 2006-11-12 03:02:56 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+
+Try to fix Qt4 build
+
+------------------------------------------------------------------------
+r17687 | courmisch | 2006-11-12 02:32:48 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Don't use -shared with libtool
+
+------------------------------------------------------------------------
+r17686 | courmisch | 2006-11-12 02:25:28 -0800 (Sun, 12 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Fix compilation of WxWidgets.
+But given how badly broken the plugin is (interaction stuff),
+you'd better not use it anyway.
+
+------------------------------------------------------------------------
+r17685 | zorglub | 2006-11-12 02:22:39 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/infopanels.cpp
+   M /trunk/modules/gui/qt4/components/infopanels.hpp
+   M /trunk/modules/gui/qt4/ui/input_stats.ui
+
+Qt4: add meta info panel and fix layout bug in stats
+
+------------------------------------------------------------------------
+r17684 | littlejohn | 2006-11-11 16:24:31 -0800 (Sat, 11 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+also link libvlc-control in java bindings
+------------------------------------------------------------------------
+r17683 | funman | 2006-11-11 16:23:12 -0800 (Sat, 11 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/audioscrobbler.c
+
+Various bugfixes
+Replaces gotos with #defines
+Put duplicate code in #defines
+Disables plugin by default
+
+------------------------------------------------------------------------
+r17682 | zorglub | 2006-11-11 16:02:36 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
+
+Fix
+
+------------------------------------------------------------------------
+r17681 | dionoea | 2006-11-11 15:44:15 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/puzzle.c
+
+Only accept mouse coordinates inside video window
+
+------------------------------------------------------------------------
+r17680 | zorglub | 2006-11-11 15:37:25 -0800 (Sat, 11 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/demux/playlist/m3u.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/playlist/podcast.c
+   M /trunk/modules/demux/playlist/qtl.c
+   M /trunk/modules/demux/playlist/sgimb.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/macosx/applescript.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/wizard.m
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/meta_engine/taglib.cpp
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+
+* Remove some unneeded complexity in playlist and directory
+* Remove some unneeded wrappers and locking
+
+------------------------------------------------------------------------
+r17679 | dionoea | 2006-11-11 15:37:11 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/puzzle.c
+
+Add "shuffle" button to puzzle in order to prevent shuffling when double clicking to go fullscreen once the puzzle is solved.
+
+------------------------------------------------------------------------
+r17678 | Trax | 2006-11-11 14:48:42 -0800 (Sat, 11 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
+
+* modules/gui/wxwidgets/extrapanel.cpp: Add the puzzle video filter to the Extended GUI.
+------------------------------------------------------------------------
+r17676 | damienf | 2006-11-11 13:44:34 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/direct3d.c
+
+- I422 to YUY2 now works (due to previous commit)
+
+------------------------------------------------------------------------
+r17675 | damienf | 2006-11-11 13:43:34 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i422_yuy2.c
+
+- make sure chroma converters respect picture line pitch for packed chroma 
+
+------------------------------------------------------------------------
+r17674 | damienf | 2006-11-11 11:14:53 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+- access/file.c: fixed stat on win32, make sure the right stat structure is used, 'struct _stati64' on win32 and not 'struct stat'
+
+------------------------------------------------------------------------
+r17673 | damienf | 2006-11-11 10:22:33 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/src/video_output/vout_intf.c
+
+- compile fix
+
+------------------------------------------------------------------------
+r17672 | asmax | 2006-11-11 09:58:22 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+* doc about SliderBackground (forgot to commit that a long time ago...)
+
+------------------------------------------------------------------------
+r17671 | courmisch | 2006-11-11 09:48:01 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Restore media control API for the obsolete build system
+
+------------------------------------------------------------------------
+r17670 | courmisch | 2006-11-11 09:45:01 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Win32 ANSI -> Unicode + UTF-8 wrappers
+
+------------------------------------------------------------------------
+r17669 | courmisch | 2006-11-11 09:44:37 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/dump.c
+
+Add missing UTF-8 wrapper
+
+------------------------------------------------------------------------
+r17668 | md | 2006-11-11 09:36:36 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
+
+Sync IPv4 and IPv6 multicast debugs
+
+------------------------------------------------------------------------
+r17666 | courmisch | 2006-11-11 09:28:34 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/util.c
+
+Use Unicode wrappers to open HTTP interface files
+
+------------------------------------------------------------------------
+r17665 | courmisch | 2006-11-11 09:28:10 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/macros.h
+
+Fix a bunch of warnings
+
+------------------------------------------------------------------------
+r17664 | courmisch | 2006-11-11 09:16:50 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Try to fix Mozilla plugin
+
+------------------------------------------------------------------------
+r17663 | courmisch | 2006-11-11 09:11:59 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+
+Fix [17660]
+
+------------------------------------------------------------------------
+r17662 | courmisch | 2006-11-11 09:10:59 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+
+C++ inclusion fix
+
+------------------------------------------------------------------------
+r17661 | courmisch | 2006-11-11 09:07:56 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+DRMS: use Unicode Win32 API
+
+------------------------------------------------------------------------
+r17660 | courmisch | 2006-11-11 08:53:21 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+
+Leverage FromWide
+
+------------------------------------------------------------------------
+r17658 | courmisch | 2006-11-11 08:49:41 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+
+ToLocale -> WideCharToMultiByte (refs #817)
+
+------------------------------------------------------------------------
+r17657 | md | 2006-11-11 08:43:14 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Fix endianes bug in automatic SDP source-filter 
+
+------------------------------------------------------------------------
+r17655 | courmisch | 2006-11-11 08:21:35 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/fake.c
+
+Remove another harmful extra ToLocale() call
+
+------------------------------------------------------------------------
+r17654 | courmisch | 2006-11-11 08:19:17 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/playlist/old.c
+
+Use Unicode wrapper
+
+------------------------------------------------------------------------
+r17653 | courmisch | 2006-11-11 08:14:37 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Fix socket protection level.
+
+------------------------------------------------------------------------
+r17652 | courmisch | 2006-11-11 08:13:25 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/rss.c
+
+Remove extraneous ToLocale().
+
+------------------------------------------------------------------------
+r17651 | md | 2006-11-11 08:02:34 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
+
+forwardport [17650]
+
+------------------------------------------------------------------------
+r17649 | courmisch | 2006-11-11 07:48:05 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Fix SAP group IPv6 addresses
+
+------------------------------------------------------------------------
+r17647 | md | 2006-11-11 07:40:48 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+forwardport [17646] (SDP source-filter fix)
+
+------------------------------------------------------------------------
+r17645 | funman | 2006-11-11 07:20:09 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/po/sl.po
+
+Update slovenian translation
+
+------------------------------------------------------------------------
+r17643 | sigmunau | 2006-11-11 05:33:43 -0800 (Sat, 11 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   A /trunk/modules/video_filter/colorthres.c
+
+added a color threshold filter that can make effects similar to "the
+yellow guy" in sin city or the red dressed girl in the beginning of
+schindlers list
+
+------------------------------------------------------------------------
+r17642 | courmisch | 2006-11-11 04:52:49 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_common.hpp
+
+Don't build Win32 code on Linux !
+
+------------------------------------------------------------------------
+r17641 | courmisch | 2006-11-11 04:48:49 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+
+Hmm oups
+
+------------------------------------------------------------------------
+r17640 | courmisch | 2006-11-11 04:30:16 -0800 (Sat, 11 Nov 2006) | 6 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Split the media control API from libvlc.so to libvlc-control.so
+The libvlc.so ABI is still way too unstable IMHO.
+
+This commit will probably break havoc in bindings in the short term,
+but hey, this is the unstable branch
+
+------------------------------------------------------------------------
+r17639 | courmisch | 2006-11-11 04:15:53 -0800 (Sat, 11 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+Inline FromUTF16 and use Win32 API
+(suppress one more ugly piece of code)
+
+------------------------------------------------------------------------
+r17638 | courmisch | 2006-11-11 03:48:20 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Fix previous commit
+
+------------------------------------------------------------------------
+r17637 | courmisch | 2006-11-11 03:44:59 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Mark subtitles_Filter as static
+
+------------------------------------------------------------------------
+r17636 | courmisch | 2006-11-11 03:37:21 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+Suppress unused UTF-32 conversion functions
+
+------------------------------------------------------------------------
+r17635 | courmisch | 2006-11-11 03:27:58 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+(From|To)Locale code factorization
+
+------------------------------------------------------------------------
+r17634 | md | 2006-11-11 02:04:20 -0800 (Sat, 11 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Cosmetics: Warn the user about lack of IGMPv3 support in his OS
+
+------------------------------------------------------------------------
+r17632 | dionoea | 2006-11-10 16:48:03 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/puzzle.c
+
+Really prevent illegal puzzles and prevent some illegal moves.
+
+------------------------------------------------------------------------
+r17631 | dionoea | 2006-11-10 16:20:30 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/puzzle.c
+
+Put video in black slot when puzzle is solved
+
+------------------------------------------------------------------------
+r17630 | dionoea | 2006-11-10 16:18:01 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/puzzle.c
+
+I'm not sure that this is ok but it definitively prevents impossible to solve puzzles from being generated here.
+
+------------------------------------------------------------------------
+r17629 | dionoea | 2006-11-10 15:58:17 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/puzzle.c
+
+Woops.
+
+------------------------------------------------------------------------
+r17628 | dionoea | 2006-11-10 15:51:33 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/puzzle.c
+
+Add --puzzle-black-slot option to change puzzle type
+
+------------------------------------------------------------------------
+r17626 | courmisch | 2006-11-10 14:15:27 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix warnings
+
+------------------------------------------------------------------------
+r17625 | courmisch | 2006-11-10 14:14:24 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Missing #include
+
+------------------------------------------------------------------------
+r17624 | courmisch | 2006-11-10 14:11:55 -0800 (Fri, 10 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/charset.c
+   M /trunk/src/misc/unicode.c
+
+Hide vlc_fix_readdir_charset. It is now integrated in the UTF-8 wrappers.
+Though there is not an useless lock and iconv handler
+in the Darwin specific stuff.
+
+------------------------------------------------------------------------
+r17623 | courmisch | 2006-11-10 14:09:51 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Fix double free in previous commit
+
+------------------------------------------------------------------------
+r17622 | courmisch | 2006-11-10 14:07:52 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Remove last redumdant vlc_fix_readdir_charset
+
+------------------------------------------------------------------------
+r17621 | courmisch | 2006-11-10 14:00:36 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
+   M /trunk/modules/control/http/util.c
+
+Don't use Apple readdir fix twice
+
+------------------------------------------------------------------------
+r17620 | courmisch | 2006-11-10 13:59:21 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Typo
+
+------------------------------------------------------------------------
+r17619 | courmisch | 2006-11-10 13:53:26 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Fix vlm pause
+
+------------------------------------------------------------------------
+r17618 | courmisch | 2006-11-10 13:51:35 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix error return value of utf8_open
+
+------------------------------------------------------------------------
+r17617 | courmisch | 2006-11-10 13:50:39 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/src/misc/unicode.c
+
+Use free() instead of LocaleFree() for utf8_readdir() result
+
+------------------------------------------------------------------------
+r17616 | courmisch | 2006-11-10 13:42:46 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Fix leak
+
+------------------------------------------------------------------------
+r17615 | courmisch | 2006-11-10 13:35:08 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Don't rely on an object in fix_readdir_charset
+
+------------------------------------------------------------------------
+r17614 | courmisch | 2006-11-10 13:07:57 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Add more debug
+
+------------------------------------------------------------------------
+r17613 | dionoea | 2006-11-10 12:59:15 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   A /trunk/modules/video_filter/puzzle.c (from /trunk/modules/video_filter/magnify.c:17598)
+
+Puzzle vout filter. (vlc --vout-filter puzzle <your favorite disney cartoon>)
+
+------------------------------------------------------------------------
+r17612 | courmisch | 2006-11-10 12:56:10 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Switch the directory to the UTF-8 wrappers
+
+------------------------------------------------------------------------
+r17611 | courmisch | 2006-11-10 12:50:34 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Cosmetic changes
+
+------------------------------------------------------------------------
+r17610 | courmisch | 2006-11-10 12:45:26 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/playlist/tree.c
+
+Ever const 
+
+------------------------------------------------------------------------
+r17608 | courmisch | 2006-11-10 12:16:47 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/codecs.h
+
+Forgot this file while forwarding ffmpeg fixes
+
+------------------------------------------------------------------------
+r17607 | courmisch | 2006-11-10 12:10:23 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Code factorization and some warning fixes
+
+------------------------------------------------------------------------
+r17604 | courmisch | 2006-11-10 10:06:45 -0800 (Fri, 10 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+
+Partial forward port of thedj's [17597]:
+ * Fix avformat demux IOSeek. Should improve playback of some flv's 
+ * Improve avformat demux SET_POSITION. 
+
+------------------------------------------------------------------------
+r17602 | courmisch | 2006-11-10 09:40:03 -0800 (Fri, 10 Nov 2006) | 6 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/stream_output/sap.c
+
+Suppress sap-source-filter and compute The Right Value(tm) automatically
+-- Cette ligne, et les suivantes ci-dessous, seront ignor?\195?\169es--
+
+M    src/libvlc.h
+M    src/stream_output/sap.c
+
+------------------------------------------------------------------------
+r17601 | courmisch | 2006-11-10 08:30:38 -0800 (Fri, 10 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/stream_output/sap.c
+
+Support for disabling SDP source-filter in SAP announces
+
+------------------------------------------------------------------------
+r17599 | dionoea | 2006-11-09 17:03:23 -0800 (Thu, 09 Nov 2006) | 7 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Remove msecseek command. Now seek works differently depending on the argument:
+control media seek 10   -> seek to position 10% (previous behavior)
+control media seek +10  -> seek 10% forward
+control media seed -10  -> seek 10% backwards
+control media seek 10s  -> seek to position 10s (works with +- too)
+control media seek 10ms -> seel to position 10ms (works with +- too)
+
+------------------------------------------------------------------------
+r17598 | dionoea | 2006-11-09 16:28:15 -0800 (Thu, 09 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/src/misc/vlm.c
+
+Add msecseek command in VLM to seek to a position given in milliseconds. Patch by Igor Helman ( http://forum.videolan.org/viewtopic.php?t=27989 )
++ misc variables handling changes by me
+
+------------------------------------------------------------------------
+r17596 | dionoea | 2006-11-09 16:08:16 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Return syntax error message when issuing invalid instance specific control command in VLM. ("control test thisisaninstanceid play" is valid, "control test thisisaninstanceid asdqsd" isn't).
+
+------------------------------------------------------------------------
+r17594 | littlejohn | 2006-11-09 13:40:46 -0800 (Thu, 09 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/core-jni.cc
+
+don't count more than argc
+------------------------------------------------------------------------
+r17593 | zorglub | 2006-11-09 13:08:11 -0800 (Thu, 09 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
+   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
+   D /trunk/modules/gui/qt4/ui/sprefs_trivial.ui
+   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
+
+Don't show visualizations selector (unused).
+A bit of cleanup in simple prefs
+
+------------------------------------------------------------------------
+r17592 | courmisch | 2006-11-09 12:17:17 -0800 (Thu, 09 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access_filter/dump.c
+
+Handle seeking with best effort in dump filter
+instead of aborting
+
+------------------------------------------------------------------------
+r17591 | Trax | 2006-11-09 12:07:25 -0800 (Thu, 09 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+   M /trunk/modules/gui/wxwidgets/input_manager.hpp
+
+* wxwidgets: revert go-where-you-click slider changes from [15391] and [15393] as it wasn't optimal (more accurate at the middle and not so much towards the beginning or end) and this also prevented proper slider select and drag usage.
+------------------------------------------------------------------------
+r17590 | littlejohn | 2006-11-09 11:22:26 -0800 (Thu, 09 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/src/core-jni.cc
+
+better args handling
+------------------------------------------------------------------------
+r17589 | littlejohn | 2006-11-09 11:21:38 -0800 (Thu, 09 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access_filter/dump.c
+
+include errno.h in dump.c
+------------------------------------------------------------------------
+r17588 | courmisch | 2006-11-09 10:27:43 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/src/network/udp.c
+
+Fix IPv4 multicast subscription
+
+------------------------------------------------------------------------
+r17587 | courmisch | 2006-11-09 10:08:36 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+You can't find the root object, so don't try to mess up with it
+
+------------------------------------------------------------------------
+r17586 | courmisch | 2006-11-09 10:06:21 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/dump.c
+
+Add a bug. Fix compilation on Win32.
+
+------------------------------------------------------------------------
+r17585 | courmisch | 2006-11-09 10:01:51 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/src/stream_output/sap.c
+
+Fix TTL in c= line
+
+------------------------------------------------------------------------
+r17584 | courmisch | 2006-11-09 09:55:58 -0800 (Thu, 09 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_objects.h
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/misc/threads.c
+
+- Do not attach libvlc to the global data
+  to avoid crashes in the messaging system (global data has no libvlc pointer)
+- Rename ROOT to GLOBAL to avoid confusion (the root is LIBVLC, not GLOBAL)
+
+------------------------------------------------------------------------
+r17583 | courmisch | 2006-11-09 09:24:10 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+Cosmetic fix
+
+------------------------------------------------------------------------
+r17582 | courmisch | 2006-11-09 09:10:38 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/screen/screen.c
+
+Missing(?) header
+
+------------------------------------------------------------------------
+r17581 | courmisch | 2006-11-09 08:44:34 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Avoid dummy error messages
+
+------------------------------------------------------------------------
+r17580 | courmisch | 2006-11-09 08:41:04 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/announce.c
+
+Fully initialize p_session
+
+------------------------------------------------------------------------
+r17578 | courmisch | 2006-11-09 08:25:58 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Fix address in source-filter - fixes #804
+
+------------------------------------------------------------------------
+r17577 | courmisch | 2006-11-09 08:02:15 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+How to remove ~200 lines of code
+
+------------------------------------------------------------------------
+r17576 | massiot | 2006-11-09 07:55:36 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/autodel.c
+
+ * modules/stream_out/autodel.c: Removed unused call to sout_CfgParse().
+
+------------------------------------------------------------------------
+r17575 | courmisch | 2006-11-09 07:53:34 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Suppress copy-cat code (more to come)
+
+------------------------------------------------------------------------
+r17574 | courmisch | 2006-11-09 07:48:44 -0800 (Thu, 09 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+- Remove the rc-force option, and do the same automatically
+- Remove some cruft
+
+------------------------------------------------------------------------
+r17573 | courmisch | 2006-11-09 07:43:02 -0800 (Thu, 09 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access_filter/dump.c
+
+Of course localetime_r has to have another name on Windows.
+(And go fix your libc if this does not work for you.)
+
+------------------------------------------------------------------------
+r17572 | massiot | 2006-11-09 07:13:13 -0800 (Thu, 09 Nov 2006) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/stream_out/Modules.am
+   A /trunk/modules/stream_out/autodel.c
+
+ * modules/stream_out/autodel.c: New autodel module to work-around a memory
+   leak in the TS mux which is triggered when the input PCR packets
+   disappear from the stream without disappearing from the PMT (happens
+   on the satellite when the video suddenly gets scrambled). Insert it in
+   the sout pipeline : --sout="#autodel:std{...}".
+
+------------------------------------------------------------------------
+r17571 | fkuehne | 2006-11-09 06:17:25 -0800 (Thu, 09 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* don't mix old and new pl API
+------------------------------------------------------------------------
+r17570 | fkuehne | 2006-11-09 06:17:03 -0800 (Thu, 09 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+
+* added an option to disable auto-playback of newly added items
+------------------------------------------------------------------------
+r17569 | fkuehne | 2006-11-09 05:32:45 -0800 (Thu, 09 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* forward-port [17568]
+------------------------------------------------------------------------
+r17567 | fkuehne | 2006-11-09 03:39:27 -0800 (Thu, 09 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+retry on failure to connect to rc-unix socket. Patch by Greg Farrell (greg  a  lincor.com), submitted by Dermot McGahon (dermot  a  dspsrv.com)
+------------------------------------------------------------------------
+r17566 | ipkiss | 2006-11-08 23:44:26 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+
+ * skins2/parser/skin_parser.cpp: Fixed a crash, and removed checks for unused attributes
+
+------------------------------------------------------------------------
+r17563 | littlejohn | 2006-11-08 13:37:20 -0800 (Wed, 08 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/README
+
+readme update
+------------------------------------------------------------------------
+r17562 | courmisch | 2006-11-08 13:13:09 -0800 (Wed, 08 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access_filter/Modules.am
+   A /trunk/modules/access_filter/dump.c
+
+Add dump access filter to save original media to home
+(could be improved, but basically works)
+
+------------------------------------------------------------------------
+r17561 | courmisch | 2006-11-08 13:12:22 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+   M /trunk/src/libvlc.h
+
+Add Dump hotkey
+
+------------------------------------------------------------------------
+r17560 | hartman | 2006-11-08 12:34:12 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/rtsp/access.c
+
+* forwardport [17538] : Real RTSP selection fix. refs #821
+
+------------------------------------------------------------------------
+r17559 | littlejohn | 2006-11-08 12:33:07 -0800 (Wed, 08 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/src/playlist-jni.cc
+
+--disable-libtool not needed anymore to build java bindings
+------------------------------------------------------------------------
+r17552 | xtophe | 2006-11-08 11:59:07 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ps.c
+
+Use add_bool where it is adapted
+
+------------------------------------------------------------------------
+r17551 | courmisch | 2006-11-08 11:22:15 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+
+Grammar
+
+------------------------------------------------------------------------
+r17549 | courmisch | 2006-11-08 08:31:05 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/variables.h
+
+Fix var_SetString
+
+------------------------------------------------------------------------
+r17548 | courmisch | 2006-11-08 08:26:26 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+Some more const and strdup avoidance
+
+------------------------------------------------------------------------
+r17547 | courmisch | 2006-11-08 08:23:33 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_access.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/input/access.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+
+Const as usual
+
+------------------------------------------------------------------------
+r17545 | courmisch | 2006-11-08 07:53:28 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+   M /trunk/src/input/item.c
+   M /trunk/src/playlist/item.c
+
+Some more const
+
+------------------------------------------------------------------------
+r17544 | massiot | 2006-11-08 06:26:06 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * modules/demux/ts.c: Fixed --ts-out used in conjunction with the dvb access.
+
+------------------------------------------------------------------------
+r17543 | massiot | 2006-11-08 06:24:54 -0800 (Wed, 08 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/modules/packetizer/mpegvideo.c
+
+ * modules/codec/libmpeg2.c, modules/packetizer/mpegvideo.c: Fixed wrong PTS
+   and DTS for field pictures.
+
+------------------------------------------------------------------------
+r17542 | massiot | 2006-11-08 06:21:01 -0800 (Wed, 08 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+ * modules/codec/ffmpeg/encoder.c: MPEG compliance fixes for large pictures
+   and low delay streams.
+
+------------------------------------------------------------------------
+r17541 | md | 2006-11-08 05:37:57 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc-common.c
+
+Support non-ANSI CP characters from command line / click on media file
+
+------------------------------------------------------------------------
+r17540 | md | 2006-11-08 05:29:36 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_common.hpp
+   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
+
+Fix skins2 Drag&Drop to accept files with non-ANSI CP characters
+
+------------------------------------------------------------------------
+r17539 | md | 2006-11-08 05:21:08 -0800 (Wed, 08 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/vlc.win32.nsi.in
+
+Fix one instance mode for Win32 in trunk
+
+------------------------------------------------------------------------
+r17537 | fkuehne | 2006-11-07 12:38:53 -0800 (Tue, 07 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* forward-port [17536]
+------------------------------------------------------------------------
+r17534 | massiot | 2006-11-07 11:57:50 -0800 (Tue, 07 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * modules/mux/mpeg/ts.c: Fixed --sout-ts-crypt-audio and 
+   --sout-ts-crypt-video options.
+
+------------------------------------------------------------------------
+r17533 | hartman | 2006-11-07 07:45:27 -0800 (Tue, 07 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/normvol.c
+
+* memleak if normvol filter cannot be used.
+
+------------------------------------------------------------------------
+r17530 | fkuehne | 2006-11-07 02:59:45 -0800 (Tue, 07 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+
+* restore nib targetted for 0.9.0
+------------------------------------------------------------------------
+r17529 | fkuehne | 2006-11-07 02:52:08 -0800 (Tue, 07 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+
+* commit the modified nib in the correct rep..
+------------------------------------------------------------------------
+r17527 | dionoea | 2006-11-06 13:44:08 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/image.c
+
+Use str_format_time and str_format_meta here too. Make sure that we only call these functions when needed.
+
+------------------------------------------------------------------------
+r17526 | dionoea | 2006-11-06 13:26:46 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+
+Use str_format_time and str_format_meta in file output. (these are the %char and $char variables defined in marq help)
+
+------------------------------------------------------------------------
+r17525 | dionoea | 2006-11-06 13:16:58 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Allow using format meta stuff in --snapshot-path when defining a filename (see marq help for available variables).
+
+------------------------------------------------------------------------
+r17524 | courmisch | 2006-11-06 13:05:11 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+Cosmetic fix
+
+------------------------------------------------------------------------
+r17523 | dionoea | 2006-11-06 13:03:33 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_strings.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/src/misc/strings.c
+
+Move string formating functions used in marq to the core.
+
+------------------------------------------------------------------------
+r17522 | dionoea | 2006-11-06 12:05:19 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/probe/hal.c
+
+Tab/trailing spaces police
+
+------------------------------------------------------------------------
+r17521 | dionoea | 2006-11-06 12:00:40 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_block.h
+
+s/Warm/Warn/
+
+------------------------------------------------------------------------
+r17520 | xtophe | 2006-11-06 11:25:12 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Revert [17482]. pkgconfig buildsytem is broken on native win32
+
+------------------------------------------------------------------------
+r17519 | courmisch | 2006-11-06 09:59:01 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/include/vlc_symbols.h
+
+Fix export
+
+------------------------------------------------------------------------
+r17518 | courmisch | 2006-11-06 09:58:08 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_demux.h
+   M /trunk/include/vlc_stream.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/input/demux.c
+
+Add a few harmless const
+
+------------------------------------------------------------------------
+r17517 | courmisch | 2006-11-06 09:30:21 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/src/network/io.c
+
+Fix previous commit
+
+------------------------------------------------------------------------
+r17516 | courmisch | 2006-11-06 09:29:07 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/network/io.c
+   M /trunk/src/network/udp.c
+
+Cleanup
+
+------------------------------------------------------------------------
+r17515 | courmisch | 2006-11-06 09:28:55 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r17514 | courmisch | 2006-11-06 09:07:55 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Cosmetic fix
+
+------------------------------------------------------------------------
+r17513 | dionoea | 2006-11-06 09:03:01 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Simplify
+
+------------------------------------------------------------------------
+r17512 | courmisch | 2006-11-06 09:01:44 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Fix boundary checks on file seek
+
+------------------------------------------------------------------------
+r17511 | courmisch | 2006-11-06 08:33:30 -0800 (Mon, 06 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dv.c
+
+DV can't (fast)seek; it does not even have a Seek callback.
+This was seemingly erronously added when Pause support was added.
+
+------------------------------------------------------------------------
+r17510 | md | 2006-11-06 04:49:21 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Forwardport Unicode wxWidgets fixes - [17434], [17436], [17452]
+
+------------------------------------------------------------------------
+r17506 | fkuehne | 2006-11-05 15:46:37 -0800 (Sun, 05 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+
+* restored the error panel and removed all 0.9.0 stuff
+------------------------------------------------------------------------
+r17505 | fkuehne | 2006-11-05 15:32:49 -0800 (Sun, 05 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+
+* commit the non-fixed nib to get a diff (work-around for a svn stupidity)
+------------------------------------------------------------------------
+r17503 | fkuehne | 2006-11-05 15:23:35 -0800 (Sun, 05 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/THANKS
+
+* update after recent back-ports
+------------------------------------------------------------------------
+r17502 | fkuehne | 2006-11-05 15:09:23 -0800 (Sun, 05 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/fspanel.h
+   M /trunk/modules/gui/macosx/fspanel.m
+
+* forward-port [17501] and [17500]
+------------------------------------------------------------------------
+r17498 | fkuehne | 2006-11-05 14:52:10 -0800 (Sun, 05 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+* forward-port [17497] with the addition of an 'embedded' check, because this work-around triggers the fspanel to keep hidden all the time when using detached vouts. Ideas on this issue are welcomed ;)
+------------------------------------------------------------------------
+r17494 | courmisch | 2006-11-05 12:05:48 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Uncomment if multicast starts failing on Windows
+
+------------------------------------------------------------------------
+r17493 | xtophe | 2006-11-05 12:02:49 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/pkgcfg.patch
+
+patch silly configure.
+
+------------------------------------------------------------------------
+r17492 | courmisch | 2006-11-05 12:02:08 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/stream_out/switcher.c
+   M /trunk/src/stream_output/sap.c
+
+Export and use ListenUDP
+
+------------------------------------------------------------------------
+r17490 | courmisch | 2006-11-05 11:30:16 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Use ListenUDP
+
+------------------------------------------------------------------------
+r17489 | courmisch | 2006-11-05 11:20:52 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/src/network/io.c
+   M /trunk/src/network/udp.c
+
+Add net_ListenUDP
+
+------------------------------------------------------------------------
+r17486 | xtophe | 2006-11-05 10:36:12 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+the pkg.m4 in pkgconfig 0.21 is buggy. stay with 0.20 while we fix it
+
+------------------------------------------------------------------------
+r17485 | xtophe | 2006-11-05 09:59:37 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+Use an uptodate pkg-config version
+
+------------------------------------------------------------------------
+r17482 | xtophe | 2006-11-05 09:34:46 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Add pkg-config to win32 contribs as Msys suc^W doesn't have it
+
+------------------------------------------------------------------------
+r17480 | courmisch | 2006-11-05 08:59:47 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+
+Add net_SockAddrIsMulticast
+
+------------------------------------------------------------------------
+r17479 | courmisch | 2006-11-05 08:41:00 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Fix and revive the net_OpenUDP warning
+
+------------------------------------------------------------------------
+r17478 | courmisch | 2006-11-05 08:26:53 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Cleanup
+
+------------------------------------------------------------------------
+r17477 | courmisch | 2006-11-05 08:17:35 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Suppress bogus extraneous boundary check
+
+------------------------------------------------------------------------
+r17476 | courmisch | 2006-11-05 08:14:52 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Cosmetic fix
+
+------------------------------------------------------------------------
+r17475 | courmisch | 2006-11-05 08:03:04 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Missing #include
+
+------------------------------------------------------------------------
+r17474 | xtophe | 2006-11-05 07:51:46 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+Some safety fix pointed by pjrm on irc
+
+------------------------------------------------------------------------
+r17473 | courmisch | 2006-11-05 07:50:31 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/src/network/io.c
+   M /trunk/src/network/tcp.c
+
+Factorize socket listen code
+
+------------------------------------------------------------------------
+r17471 | courmisch | 2006-11-05 07:46:26 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Fix core deps again
+
+------------------------------------------------------------------------
+r17470 | dionoea | 2006-11-05 06:57:56 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/po/ar.po
+   M /trunk/po/bn.po
+   M /trunk/po/el.po
+   M /trunk/po/my.po
+   M /trunk/po/ne.po
+   M /trunk/po/no.po
+   M /trunk/po/pl.po
+   M /trunk/po/ps.po
+   M /trunk/po/pt_PT.po
+   M /trunk/po/tet.po
+   M /trunk/po/tl.po
+
+Please run update-po (or whatever it's named) before commiting.
+
+------------------------------------------------------------------------
+r17469 | courmisch | 2006-11-05 04:16:44 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Fix make core not to remove libvlc if not needed
+
+------------------------------------------------------------------------
+r17468 | courmisch | 2006-11-05 04:16:27 -0800 (Sun, 05 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Look for DLLTOOL
+(surprise surprise, one has to define $(DLLTOOL) if you want to use it...)
+
+------------------------------------------------------------------------
+r17467 | courmisch | 2006-11-05 04:02:15 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Fix warning
+
+------------------------------------------------------------------------
+r17466 | courmisch | 2006-11-05 03:46:43 -0800 (Sun, 05 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+
+Fix warning
+
+------------------------------------------------------------------------
+r17464 | funman | 2006-11-04 14:34:40 -0800 (Sat, 04 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   A /trunk/po/af.po
+   A /trunk/po/co.po
+   A /trunk/po/eu.po
+   A /trunk/po/fur.po
+   A /trunk/po/lt.po
+   A /trunk/po/lv.po
+   A /trunk/po/nb.po
+   A /trunk/po/nn.po
+   A /trunk/po/pa.po
+   A /trunk/po/sq.po
+   A /trunk/po/th.po
+
+Forward port translations from [17318] and [17414]
+
+------------------------------------------------------------------------
+r17462 | courmisch | 2006-11-04 09:56:43 -0800 (Sat, 04 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Fix error passing from IPv4 plugin
+in case of resolution failure.
+This should fix the "lame stack" + "Non-socket handle" bug.
+
+------------------------------------------------------------------------
+r17461 | courmisch | 2006-11-04 09:09:54 -0800 (Sat, 04 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Fix remotely triggerable memory leak
+
+------------------------------------------------------------------------
+r17460 | courmisch | 2006-11-04 08:29:16 -0800 (Sat, 04 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Fix const warning
+
+------------------------------------------------------------------------
+r17459 | courmisch | 2006-11-04 08:25:26 -0800 (Sat, 04 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Ignore missing TTL in c= line.
+It was about time I fix VLC to accept SAP announces on my campus.
+
+------------------------------------------------------------------------
+r17458 | courmisch | 2006-11-04 08:05:27 -0800 (Sat, 04 Nov 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Fix various problems with the SDP parser:
+- the reserved bit must be ignored
+- off-by-one in decompression
+- decompression did not *read* realloc() result
+etc
+
+------------------------------------------------------------------------
+r17457 | courmisch | 2006-11-04 07:29:25 -0800 (Sat, 04 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access_output/file.c
+
+Use utf8_open
+
+------------------------------------------------------------------------
+r17456 | courmisch | 2006-11-04 07:18:57 -0800 (Sat, 04 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+Add utf8_open wrapper
+
+------------------------------------------------------------------------
+r17455 | courmisch | 2006-11-04 07:18:24 -0800 (Sat, 04 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+Add some const
+
+------------------------------------------------------------------------
+r17450 | courmisch | 2006-11-04 06:37:26 -0800 (Sat, 04 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r17449 | courmisch | 2006-11-04 06:20:16 -0800 (Sat, 04 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+- Fix quoting of IPv6 addresses in SAP source-filter
+- Fix const warnings
+- Remove dead code
+
+------------------------------------------------------------------------
+r17448 | courmisch | 2006-11-04 05:56:49 -0800 (Sat, 04 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/udp.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r17445 | funman | 2006-11-03 21:18:45 -0800 (Fri, 03 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Fixes gettext 0.16 in the contribs
+
+------------------------------------------------------------------------
+r17444 | funman | 2006-11-03 19:49:39 -0800 (Fri, 03 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Uses C++ tests to detect mozilla headers
+Fixes detection when using mingw
+
+------------------------------------------------------------------------
+r17443 | jb
+ | 2006-11-03 17:17:43 -0800 (Fri, 03 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/gettext-MacOSX.patch
+
+* trying to repair gettext 0.16 documentation on MacOS-X 
+
+
+------------------------------------------------------------------------
+r17442 | littlejohn | 2006-11-03 14:06:14 -0800 (Fri, 03 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/graphics-jni.cc
+   M /trunk/bindings/java/src/video-jni.cc
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/video.c
+
+Remove libvlc_set_video_drawable, libvlc_video_set_parent offers the same functionality
+------------------------------------------------------------------------
+r17439 | sigmunau | 2006-11-03 09:21:31 -0800 (Fri, 03 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+access_output/udp.c: Don't crash horribly when trying to send a packet
+larger than the mtu in rtp mode
+
+------------------------------------------------------------------------
+r17433 | funman | 2006-11-02 16:19:05 -0800 (Thu, 02 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Removes a fucking UTF-8 character that looks like a space, smells like a space, but is far from being a space
+
+------------------------------------------------------------------------
+r17430 | funman | 2006-11-02 15:05:27 -0800 (Thu, 02 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Replaces check for xpidl by check for required mozilla headers
+
+------------------------------------------------------------------------
+r17426 | hartman | 2006-11-02 12:23:57 -0800 (Thu, 02 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/demux/mjpeg.c
+
+* forwardport the mjpeg fix and the dvbsub color fixes
+
+------------------------------------------------------------------------
+r17425 | funman | 2006-11-02 12:22:36 -0800 (Thu, 02 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Revert [17400], uses the right header for gettimeofday
+
+------------------------------------------------------------------------
+r17424 | jb | 2006-11-02 11:29:03 -0800 (Thu, 02 Nov 2006) | 3 lines
+Changed paths:
+   D /trunk/extras/contrib/src/Patches/SDL.patch
+   D /trunk/extras/contrib/src/Patches/libdvdread-win32.patch
+   D /trunk/extras/contrib/src/Patches/libogg-1.1-win32.patch
+   D /trunk/extras/contrib/src/Patches/vorbis.patch.cvs
+   D /trunk/extras/contrib/src/Patches/wx-cvs-2005-02-09-patch.diff
+
+Useless patches.
+
+
+------------------------------------------------------------------------
+r17423 | funman | 2006-11-02 11:27:57 -0800 (Thu, 02 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+Cleans gecko-sdk too
+
+------------------------------------------------------------------------
+r17422 | Trax | 2006-11-02 11:08:13 -0800 (Thu, 02 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/direct3d.c
+
+* modules/video_output/directx/direct3d.c: add experimental support for I422 (RGB conversion is very CPU intensive).
+------------------------------------------------------------------------
+r17419 | courmisch | 2006-11-02 07:11:56 -0800 (Thu, 02 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Don't use a configure constant that we don't actually define
+
+------------------------------------------------------------------------
+r17418 | jb | 2006-11-01 17:53:28 -0800 (Wed, 01 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Disable speex on BeOs.
+
+
+------------------------------------------------------------------------
+r17417 | jb | 2006-11-01 17:49:52 -0800 (Wed, 01 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Forgotten file. Sorry.
+
+
+------------------------------------------------------------------------
+r17416 | jb | 2006-11-01 17:44:16 -0800 (Wed, 01 Nov 2006) | 3 lines
+Changed paths:
+   D /trunk/extras/contrib/src/Patches/gettext-macosx.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* Contrib : update version of gettext (it needs autoconf 2.60)
+
+
+------------------------------------------------------------------------
+r17412 | sigmunau | 2006-11-01 14:45:37 -0800 (Wed, 01 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/avi.c
+
+mux/avi.c: write '\0' rather than an uninitalized byte to output file.
+Fixes one, but not all of valgrinds warnings relating to this
+
+------------------------------------------------------------------------
+r17411 | sigmunau | 2006-11-01 14:24:50 -0800 (Wed, 01 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/avi.c
+
+mux/avi.c: fixed a crash when trying to make audio only avi files.
+Hopefully fixed a issue with the generated avi file in the same go
+
+------------------------------------------------------------------------
+r17410 | hartman | 2006-11-01 13:30:49 -0800 (Wed, 01 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+* Fix a bug discovered by Chris Rath on seekable files that don't start from point 0.
+    http://forum.videolan.org/viewtopic.php?t=27848
+* Fix a few compiler warnings.
+
+
+------------------------------------------------------------------------
+r17409 | courmisch | 2006-11-01 13:03:53 -0800 (Wed, 01 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Support filenames outside the ANSI Code Page
+
+------------------------------------------------------------------------
+r17407 | hartman | 2006-11-01 12:54:51 -0800 (Wed, 01 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/asx.c
+
+* Handle <ref></ref> ASX items 
+
+------------------------------------------------------------------------
+r17406 | courmisch | 2006-11-01 12:50:18 -0800 (Wed, 01 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Get rid of broken file-cat option (closes #807)
+
+------------------------------------------------------------------------
+r17405 | hartman | 2006-11-01 11:52:41 -0800 (Wed, 01 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+* Don't do intf-show after the last p_vout closes on OSX.
+
+------------------------------------------------------------------------
+r17404 | courmisch | 2006-11-01 11:49:04 -0800 (Wed, 01 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/getaddrinfo.c
+
+Attempt to work-around the Winsock bug-of-the-day
+
+------------------------------------------------------------------------
+r17403 | littlejohn | 2006-11-01 08:44:13 -0800 (Wed, 01 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/graphics-jni.cc
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/video.c
+
+avoid VLC_VariableSet to set the drawable, use libvlc_set_video_drawable instead.
+------------------------------------------------------------------------
+r17402 | dionoea | 2006-11-01 07:30:12 -0800 (Wed, 01 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_block.h
+
+Add missing space in comment.
+
+------------------------------------------------------------------------
+r17401 | courmisch | 2006-11-01 07:15:44 -0800 (Wed, 01 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+- Revert [17394] which reintroduced TOCTOU issues
+- Re-fix directory handling
+
+------------------------------------------------------------------------
+r17400 | xtophe | 2006-11-01 06:58:36 -0800 (Wed, 01 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Fix libgcrypt compil under cygwin. It doesn't have gettimeoftheday() and it's wongly detected, so force it. (from markfm 's debugging and googling)
+
+------------------------------------------------------------------------
+r17399 | littlejohn | 2006-11-01 03:25:05 -0800 (Wed, 01 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/VLCExample.java
+   M /trunk/bindings/java/src/video-jni.cc
+
+setSize native function signature fixed
+------------------------------------------------------------------------
+r17396 | sam | 2006-11-01 01:20:20 -0800 (Wed, 01 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+  * Mouse motion and mouse click support in the libcaca vout.
+
+------------------------------------------------------------------------
+r17395 | funman | 2006-11-01 00:17:42 -0800 (Wed, 01 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Removes useless sanity checks
+
+------------------------------------------------------------------------
+r17394 | funman | 2006-10-31 23:50:44 -0800 (Tue, 31 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Makes file plugin fail to access directories
+Some sanity checks
+
+------------------------------------------------------------------------
+r17393 | dionoea | 2006-10-31 12:01:28 -0800 (Tue, 31 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+Forward port [17386].
+
+------------------------------------------------------------------------
+r17392 | courmisch | 2006-10-31 09:51:59 -0800 (Tue, 31 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+fix Windows build
+
+------------------------------------------------------------------------
+r17391 | courmisch | 2006-10-31 09:41:04 -0800 (Tue, 31 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Rewrite of the file access
+
+------------------------------------------------------------------------
+r17390 | courmisch | 2006-10-31 07:47:07 -0800 (Tue, 31 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Suppress some useless variable
+
+------------------------------------------------------------------------
+r17388 | jpsaman | 2006-10-31 03:05:04 -0800 (Tue, 31 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/playlist.c
+
+use playlist_LockClear() instead.
+------------------------------------------------------------------------
+r17387 | funman | 2006-10-30 19:05:35 -0800 (Mon, 30 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Fixes double free()
+
+------------------------------------------------------------------------
+r17385 | funman | 2006-10-30 14:19:21 -0800 (Mon, 30 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/Modules.am
+   M /trunk/modules/demux/Modules.am
+   M /trunk/vlc.altlinux.spec
+   M /trunk/vlc.mandriva.spec
+
+Rename flacdec codec plugin to flac, to show it can encode too
+Rename flac demux plugin to flacsys
+
+------------------------------------------------------------------------
+r17384 | jpsaman | 2006-10-30 11:21:06 -0800 (Mon, 30 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/activex/vlccontrol2.h
+
+Fix property get_aspectRatio (forward port of [17383])
+------------------------------------------------------------------------
+r17381 | jpsaman | 2006-10-30 08:26:43 -0800 (Mon, 30 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/activex/vlccontrol2.h
+
+(Forward port of [17380]) Aspect ratio property for ActiveX plugin
+------------------------------------------------------------------------
+r17376 | funman | 2006-10-30 04:33:37 -0800 (Mon, 30 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/po/sl.po
+
+Update slovenian translation
+
+------------------------------------------------------------------------
+r17375 | jpsaman | 2006-10-30 04:17:33 -0800 (Mon, 30 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/video.c
+
+Oops typo
+------------------------------------------------------------------------
+r17373 | jpsaman | 2006-10-30 04:15:47 -0800 (Mon, 30 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/src/control/video.c
+
+(Forward port of [17371]) Implement Aspect Ratio property for Mozilla plugin
+------------------------------------------------------------------------
+r17369 | jpsaman | 2006-10-30 01:13:32 -0800 (Mon, 30 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+Forward port of 17368. Make it easier to build a macosx package when build in debug mode.
+------------------------------------------------------------------------
+r17366 | jpsaman | 2006-10-30 00:35:31 -0800 (Mon, 30 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/udp.c
+
+Remove excess empty lines
+------------------------------------------------------------------------
+r17362 | funman | 2006-10-29 19:49:15 -0800 (Sun, 29 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Make configure fail if missing avcodec or postproc headers on debian too
+Fix typo of [17361]
+
+------------------------------------------------------------------------
+r17361 | funman | 2006-10-29 18:49:49 -0800 (Sun, 29 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Make configure fail if missing avcodec or postproc headers on non debian system
+Closes #758
+
+------------------------------------------------------------------------
+r17359 | xtophe | 2006-10-29 10:31:44 -0800 (Sun, 29 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Don't build libnotify on win32
+
+------------------------------------------------------------------------
+r17358 | courmisch | 2006-10-29 08:49:43 -0800 (Sun, 29 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+- Fix TOCTOU problem (utf8_stat -> fstat)
+- Fix file descriptor leak when opening an empty file
+- Don't close STDIN.
+
+------------------------------------------------------------------------
+r17357 | courmisch | 2006-10-29 08:33:10 -0800 (Sun, 29 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Minor simplification
+
+------------------------------------------------------------------------
+r17356 | courmisch | 2006-10-29 08:30:48 -0800 (Sun, 29 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Cosmetic fix
+
+------------------------------------------------------------------------
+r17355 | courmisch | 2006-10-29 08:29:07 -0800 (Sun, 29 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Allow seeking of character devices with non-zero size
+
+------------------------------------------------------------------------
+r17354 | funman | 2006-10-29 05:41:00 -0800 (Sun, 29 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Remove superfluous "," introduced in [17328]
+
+------------------------------------------------------------------------
+r17353 | jpsaman | 2006-10-29 05:37:30 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/src/control/input.c
+   M /trunk/src/input/input.c
+
+Forward port of [17351]. Report input error condition to JavaScript
+------------------------------------------------------------------------
+r17348 | courmisch | 2006-10-29 02:28:23 -0800 (Sun, 29 Oct 2006) | 6 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Try to unbreak dependency
+(of course, it was obvious reverting the earlier fix would break it,
+ but some people don't seem to care about the build system as long as
+ "their" feature works).
+Oh, and don't let version.c twice in CLEANFILES.
+
+------------------------------------------------------------------------
+r17347 | fkuehne | 2006-10-29 02:10:06 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/vlm.c
+
+* don't use nested functions please.  --- fixes compilation on OSX, which was broken in [17281]
+------------------------------------------------------------------------
+r17346 | jpsaman | 2006-10-29 01:56:11 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/mozilla/control/npolibvlc.cpp
+
+Implement VersionInfo as property. (Forward port of [17345])
+------------------------------------------------------------------------
+r17341 | jpsaman | 2006-10-29 01:41:42 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/channel_mixer/mono.c
+
+Fix define
+------------------------------------------------------------------------
+r17340 | jpsaman | 2006-10-29 01:40:56 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/activex/main.cpp
+
+Remove excess whitespace
+------------------------------------------------------------------------
+r17339 | jpsaman | 2006-10-29 01:40:14 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Unbreak automatic buildversion information. Revert [17226]
+------------------------------------------------------------------------
+r17338 | jpsaman | 2006-10-29 01:38:43 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+
+Remove empty line
+------------------------------------------------------------------------
+r17337 | jpsaman | 2006-10-29 01:35:43 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/input.c
+   M /trunk/src/control/video.c
+
+Readibility cleanup
+------------------------------------------------------------------------
+r17336 | jpsaman | 2006-10-29 01:33:30 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/mozilla/control/npolibvlc.h
+   M /trunk/mozilla/vlcshell.cpp
+
+Forward port of rev 17335. Implement versionInfo() method
+------------------------------------------------------------------------
+r17333 | damienf | 2006-10-28 16:41:06 -0700 (Sat, 28 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/log.c
+
+log.c: fixed operator priorty when estimating message count
+
+------------------------------------------------------------------------
+r17332 | damienf | 2006-10-28 16:39:18 -0700 (Sat, 28 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/mozilla/control/npolibvlc.h
+
+- added log APIs to javascript for mozilla
+
+------------------------------------------------------------------------
+r17331 | xtophe | 2006-10-28 16:04:27 -0700 (Sat, 28 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+forwardport [17330]
+
+------------------------------------------------------------------------
+r17328 | funman | 2006-10-28 13:32:31 -0700 (Sat, 28 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Make configure fail if a52 headers are not found
+
+------------------------------------------------------------------------
+r17326 | Trax | 2006-10-28 10:30:27 -0700 (Sat, 28 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: Fix range enforcement and string selection (deprecated was in the way). Use actual default values for options direct, me and deblock filter params (mainly for the gui).
+------------------------------------------------------------------------
+r17325 | jpsaman | 2006-10-28 08:53:39 -0700 (Sat, 28 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+Forward port of 17324
+------------------------------------------------------------------------
+r17321 | sigmunau | 2006-10-28 07:43:51 -0700 (Sat, 28 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/taglib.cpp
+
+taglib.cpp: Don't put empty info in playlist for files with no tag
+
+------------------------------------------------------------------------
+r17319 | Trax | 2006-10-28 07:40:13 -0700 (Sat, 28 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: proper descriptions for options b-bias and chroma-me
+------------------------------------------------------------------------
+r17317 | xtophe | 2006-10-27 16:14:30 -0700 (Fri, 27 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+fix stupid error by me
+
+------------------------------------------------------------------------
+r17315 | xtophe | 2006-10-27 15:35:14 -0700 (Fri, 27 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+typo
+
+------------------------------------------------------------------------
+r17314 | xtophe | 2006-10-27 15:28:19 -0700 (Fri, 27 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Don't try to distribute misc/version.c
+
+------------------------------------------------------------------------
+r17313 | xtophe | 2006-10-27 14:22:10 -0700 (Fri, 27 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Hrm
+
+------------------------------------------------------------------------
+r17312 | xtophe | 2006-10-27 14:03:53 -0700 (Fri, 27 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+spec files have been renamed
+
+------------------------------------------------------------------------
+r17308 | yoann | 2006-10-27 11:39:29 -0700 (Fri, 27 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+* toolbox: use vlc.mandriva.spec in distclean test
+
+------------------------------------------------------------------------
+r17307 | damienf | 2006-10-27 10:40:46 -0700 (Fri, 27 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/src/misc/messages.c
+
+messages.c: added msg_GetObjectTypeName
+
+------------------------------------------------------------------------
+r17306 | funman | 2006-10-27 09:26:55 -0700 (Fri, 27 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+Enables "stay on top" with window managers that don't handle _NET_WM_STATE_STAYS_ON_TOP
+That atom is not defined at http://www.freedesktop.org/wiki/Standards_2fwm_2dspec, and is not used by metacity, or xfwm4 for example
+
+------------------------------------------------------------------------
+r17305 | damienf | 2006-10-27 09:16:16 -0700 (Fri, 27 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/core.c
+
+- core.c: const, const, etc...
+
+------------------------------------------------------------------------
+r17304 | damienf | 2006-10-27 09:09:02 -0700 (Fri, 27 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.c
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/supporterrorinfo.cpp
+   M /trunk/activex/test.html
+   M /trunk/activex/vlccontrol.cpp
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/activex/vlccontrol2.h
+
+- add log APIs to Activex
+- cleanup
+
+------------------------------------------------------------------------
+r17303 | damienf | 2006-10-27 09:07:01 -0700 (Fri, 27 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/Makefile.am
+   A /trunk/src/control/log.c
+
+- added public log apis to access message log
+
+------------------------------------------------------------------------
+r17302 | funman | 2006-10-27 07:53:46 -0700 (Fri, 27 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   A /trunk/po/sl.po
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
+
+Add Slovenian translation
+
+------------------------------------------------------------------------
+r17299 | courmisch | 2006-10-26 12:12:43 -0700 (Thu, 26 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/m4/flags.m4
+
+Avoid flags duplication when configure cache not present
+
+------------------------------------------------------------------------
+r17297 | funman | 2006-10-26 11:27:29 -0700 (Thu, 26 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Terminates string with '\0'
+
+------------------------------------------------------------------------
+r17296 | courmisch | 2006-10-26 11:22:23 -0700 (Thu, 26 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Fix typo
+
+------------------------------------------------------------------------
+r17295 | funman | 2006-10-26 11:05:00 -0700 (Thu, 26 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+typo
+
+------------------------------------------------------------------------
+r17294 | courmisch | 2006-10-26 11:01:49 -0700 (Thu, 26 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Hmm, lets see.
+Yeah, we are stupid because we manage to make the perfect WxWidgets toolkit
+fail. Go figure. I suspect the WxWidget live in another planet or something.
+
+------------------------------------------------------------------------
+r17293 | courmisch | 2006-10-26 10:54:11 -0700 (Thu, 26 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Revert [17287].
+What the heck? can't you pay attention to SVN warnings about CONFLICTS?
+Thanks for introducing a memory leak on top of that.
+
+------------------------------------------------------------------------
+r17292 | courmisch | 2006-10-26 10:36:49 -0700 (Thu, 26 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Reverse supposedly bogus fix
+
+------------------------------------------------------------------------
+r17291 | courmisch | 2006-10-26 10:35:57 -0700 (Thu, 26 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+*Ahem*
+
+------------------------------------------------------------------------
+r17290 | courmisch | 2006-10-26 07:58:56 -0700 (Thu, 26 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+I suggest you stop being sarcastic because your fixes are broken
+(Hint: reading errno multiple times is incorrect)
+
+------------------------------------------------------------------------
+r17289 | courmisch | 2006-10-26 07:54:39 -0700 (Thu, 26 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Character devices are not seekable.
+Thanks to Ed Schouten for noticing.
+
+------------------------------------------------------------------------
+r17288 | funman | 2006-10-25 17:14:59 -0700 (Wed, 25 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+frontport [17287] from branch
+
+------------------------------------------------------------------------
+r17286 | dionoea | 2006-10-25 14:38:56 -0700 (Wed, 25 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+Add GIF decoding support (thanks to FFmpeg once more). This is untested.
+
+------------------------------------------------------------------------
+r17285 | thresh | 2006-10-25 07:40:37 -0700 (Wed, 25 Oct 2006) | 2 lines
+Changed paths:
+   A /trunk/vlc.altlinux.spec (from /trunk/vlc.spec.alt:17284)
+   A /trunk/vlc.fedora.spec (from /trunk/vlc.spec:17284)
+   A /trunk/vlc.mandriva.spec (from /trunk/vlc.spec.mdk:17284)
+   D /trunk/vlc.spec
+   D /trunk/vlc.spec.alt
+   D /trunk/vlc.spec.mdk
+
+Unify specfiles names, other specs should be added as vlc.%name.spec
+
+------------------------------------------------------------------------
+r17284 | xtophe | 2006-10-25 04:53:38 -0700 (Wed, 25 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+
+Compile fix + handle case with no xml:base
+
+------------------------------------------------------------------------
+r17283 | damienf | 2006-10-25 03:17:11 -0700 (Wed, 25 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+   M /trunk/src/network/io.c
+
+- fixed changes in [17146], [17234]
+
+I suggest that you actually TEST those fundamental changes BEFORE committing them.
+
+
+------------------------------------------------------------------------
+r17282 | xtophe | 2006-10-24 15:32:19 -0700 (Tue, 24 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+
+honor xml:base
+
+------------------------------------------------------------------------
+r17281 | littlejohn | 2006-10-24 15:23:49 -0700 (Tue, 24 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/bindings/java/org/videolan/jvlc/VLM.java
+   M /trunk/bindings/java/src/video-jni.cc
+   M /trunk/bindings/java/src/vlm-jni.cc
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/vlm.c
+
+integrate patch from Ticket #725. needs testing.
+------------------------------------------------------------------------
+r17280 | littlejohn | 2006-10-24 15:22:41 -0700 (Tue, 24 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+fix audio_filter/channel_mixer/mono module linking
+------------------------------------------------------------------------
+r17279 | courmisch | 2006-10-24 12:24:40 -0700 (Tue, 24 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_streaming.h
+
+Add missing void
+
+------------------------------------------------------------------------
+r17278 | courmisch | 2006-10-24 12:19:55 -0700 (Tue, 24 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix linking of DLL loader
+
+------------------------------------------------------------------------
+r17277 | courmisch | 2006-10-24 07:06:02 -0700 (Tue, 24 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Untested attempt to fix multicast IPv4 on Windows
+
+------------------------------------------------------------------------
+r17276 | jpsaman | 2006-10-23 14:16:55 -0700 (Mon, 23 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/THANKS
+   A /trunk/modules/codec/xvmc
+   A /trunk/modules/codec/xvmc/Modules.am
+   A /trunk/modules/codec/xvmc/accel_xvmc.h
+   A /trunk/modules/codec/xvmc/alloc.c
+   A /trunk/modules/codec/xvmc/attributes.h
+   A /trunk/modules/codec/xvmc/cpu_accel.c
+   A /trunk/modules/codec/xvmc/cpu_state.c
+   A /trunk/modules/codec/xvmc/decode.c
+   A /trunk/modules/codec/xvmc/header.c
+   A /trunk/modules/codec/xvmc/motion_comp.c
+   A /trunk/modules/codec/xvmc/motion_comp_mmx.c
+   A /trunk/modules/codec/xvmc/mpeg2.h
+   A /trunk/modules/codec/xvmc/mpeg2_internal.h
+   A /trunk/modules/codec/xvmc/slice.c
+   A /trunk/modules/codec/xvmc/slice_xvmc_vld.c
+   A /trunk/modules/codec/xvmc/vlc.h
+   A /trunk/modules/codec/xvmc/xvmc_vld.h
+   A /trunk/modules/codec/xvmc/xxmc-config.h
+   A /trunk/modules/codec/xvmc/xxmc.c
+   M /trunk/modules/video_output/x11/Modules.am
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xcommon.h
+   A /trunk/modules/video_output/x11/xvmc.c
+
+Support for X11 Unichrome and XvMC extensions. The patch includes hw codec and video_output module for testing on VIA boards (CLE266). Patch by Christophe Burgalat <c.burgalat _at_ broadcastavenue _dot_ com>
+
+This patch is not tested yet and is disabled by default.
+
+------------------------------------------------------------------------
+r17275 | zorglub | 2006-10-23 14:02:45 -0700 (Mon, 23 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/src/input/meta.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/playlist_internal.h
+   M /trunk/src/playlist/thread.c
+
+Clean up and improve core handling for album art. Still only "always fetch" implemented
+
+------------------------------------------------------------------------
+r17274 | phmo95 | 2006-10-23 13:50:17 -0700 (Mon, 23 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/graphics-jni.cc
+
+Fixing a typo in WIN32 #ifdef
+------------------------------------------------------------------------
+r17273 | xtophe | 2006-10-23 12:55:59 -0700 (Mon, 23 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+fix realaudio linking
+
+------------------------------------------------------------------------
+r17271 | jpsaman | 2006-10-23 12:05:47 -0700 (Mon, 23 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/stream_out/rtp.c
+
+Patch by aurelien: properly test for NULL.
+------------------------------------------------------------------------
+r17270 | funman | 2006-10-23 10:35:10 -0700 (Mon, 23 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL.wince
+
+missing $LDFLAGS, thanks to ZeMaria
+
+------------------------------------------------------------------------
+r17268 | funman | 2006-10-22 15:06:38 -0700 (Sun, 22 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify/xosd.c
+
+typo
+
+------------------------------------------------------------------------
+r17267 | funman | 2006-10-22 14:33:50 -0700 (Sun, 22 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify/xosd.c
+
+fix xosd, thanks to hobophobe
+
+------------------------------------------------------------------------
+r17266 | jpsaman | 2006-10-22 14:03:13 -0700 (Sun, 22 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+Fix linking for mod plugin
+------------------------------------------------------------------------
+r17265 | funman | 2006-10-22 13:45:29 -0700 (Sun, 22 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Link wxwidgets_plugin with gtk2 on unix
+
+------------------------------------------------------------------------
+r17264 | jpsaman | 2006-10-22 13:14:22 -0700 (Sun, 22 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+Link mod against libmod, stdc++ and math library
+------------------------------------------------------------------------
+r17263 | courmisch | 2006-10-22 12:25:25 -0700 (Sun, 22 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/modules_inner.h
+   M /trunk/include/vlc_common.h
+
+Declare extern vlc_symbol_... explicitly
+
+------------------------------------------------------------------------
+r17261 | sigmunau | 2006-10-22 11:37:26 -0700 (Sun, 22 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+explicitly link the upnp_intel plugin against ixml to make libtool happy
+
+------------------------------------------------------------------------
+r17260 | courmisch | 2006-10-22 11:16:18 -0700 (Sun, 22 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Remove check for Fortran (Parental advisory: Explicit kludge)
+
+------------------------------------------------------------------------
+r17259 | funman | 2006-10-22 08:45:16 -0700 (Sun, 22 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+typo
+
+------------------------------------------------------------------------
+r17258 | damienf | 2006-10-22 08:29:56 -0700 (Sun, 22 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/modules/access/dshow/dshow.cpp
+
+- apply proper const casting since C++ has become more stringent
+
+------------------------------------------------------------------------
+r17257 | courmisch | 2006-10-22 07:57:24 -0700 (Sun, 22 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Drop wcslen() and back to original DnD. Refix it.
+
+------------------------------------------------------------------------
+r17256 | funman | 2006-10-22 07:35:03 -0700 (Sun, 22 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+frontport [17255]
+
+------------------------------------------------------------------------
+r17254 | jpsaman | 2006-10-22 04:22:22 -0700 (Sun, 22 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+Fix linking of vorbis
+------------------------------------------------------------------------
+r17252 | courmisch | 2006-10-21 13:43:06 -0700 (Sat, 21 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+   M /trunk/include/vlc_threads_funcs.h
+   M /trunk/src/misc/threads.c
+
+- Remove useless global variable
+- Fix threading qualifier warnings
+
+------------------------------------------------------------------------
+r17251 | jpsaman | 2006-10-21 13:36:36 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+Turn #if DVBDEBUG into #ifdef DVBDEBUG
+------------------------------------------------------------------------
+r17250 | dionoea | 2006-10-21 13:36:11 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+This might be better
+
+------------------------------------------------------------------------
+r17249 | dionoea | 2006-10-21 13:26:42 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix opengl module post compile checks (or something)
+
+------------------------------------------------------------------------
+r17248 | courmisch | 2006-10-21 13:25:31 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Rush fix for 0.8.6
+
+------------------------------------------------------------------------
+r17247 | courmisch | 2006-10-21 13:21:03 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/bonjour.c
+
+Fix Bonjour discovery
+
+------------------------------------------------------------------------
+r17245 | courmisch | 2006-10-21 13:05:02 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/m4/flags.m4
+
+Attempt to fix my previous commit
+
+------------------------------------------------------------------------
+r17244 | hartman | 2006-10-21 13:04:36 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* Updates due to the new playlist core
+
+------------------------------------------------------------------------
+r17243 | courmisch | 2006-10-21 12:52:23 -0700 (Sat, 21 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/m4/flags.m4
+
+Ensure that shared objects have no unresolved symbols.
+
+This will catch broken plugins at build-time rather than run-time.
+
+------------------------------------------------------------------------
+r17240 | courmisch | 2006-10-21 12:30:04 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+Attempt to fix dshow build
+
+------------------------------------------------------------------------
+r17238 | courmisch | 2006-10-21 12:24:47 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/m4/flags.m4
+
+More fixes
+
+------------------------------------------------------------------------
+r17237 | courmisch | 2006-10-21 12:17:09 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+
+Qt compile fix
+
+------------------------------------------------------------------------
+r17235 | courmisch | 2006-10-21 12:08:19 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/codecs.h
+   M /trunk/modules/audio_output/file.c
+
+Const fixes
+
+------------------------------------------------------------------------
+r17234 | courmisch | 2006-10-21 11:52:47 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Cleanup
+
+------------------------------------------------------------------------
+r17233 | courmisch | 2006-10-21 11:40:30 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/item.c
+
+Input fixes
+
+------------------------------------------------------------------------
+r17232 | courmisch | 2006-10-21 11:36:42 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+
+Fix
+
+------------------------------------------------------------------------
+r17231 | courmisch | 2006-10-21 11:20:37 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/events/evt_key.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+Fixes from hobophobe on IRC
+
+------------------------------------------------------------------------
+r17230 | courmisch | 2006-10-21 11:03:49 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+I might have finally got it right
+
+------------------------------------------------------------------------
+r17229 | courmisch | 2006-10-21 10:51:36 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Compile fix attempt
+
+------------------------------------------------------------------------
+r17228 | courmisch | 2006-10-21 10:49:35 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/modules.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_keys.h
+   M /trunk/src/libvlc.h
+
+const rulez
+
+------------------------------------------------------------------------
+r17227 | courmisch | 2006-10-21 10:28:22 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/iso_lang.h
+   M /trunk/include/vlc_input.h
+   M /trunk/src/input/es_out.c
+   M /trunk/src/misc/iso-639_def.h
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/vlm.c
+
+Fix a bunch of warning.
+
+------------------------------------------------------------------------
+r17226 | courmisch | 2006-10-21 10:18:28 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Try harder to rid of this annoying dependency
+
+------------------------------------------------------------------------
+r17225 | courmisch | 2006-10-21 10:14:57 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Shorter version
+
+------------------------------------------------------------------------
+r17224 | courmisch | 2006-10-21 10:12:22 -0700 (Sat, 21 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Untested bug-to-bug fix for clueless file browsers.
+I don't have a broken file browser, and I can't compile wxWidgets,
+so no way I can test that.
+
+------------------------------------------------------------------------
+r17223 | courmisch | 2006-10-21 10:08:03 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Fix many warnings
+
+------------------------------------------------------------------------
+r17222 | zorglub | 2006-10-21 09:59:09 -0700 (Sat, 21 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/beos/ListViews.cpp
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/playlist_internal.h
+   M /trunk/src/playlist/search.c
+   M /trunk/src/playlist/thread.c
+
+Rebuild the array of currently playing items as a background task.
+This array is now usable as a reliable source of data for size
+Use playlist_CurrentSize(p_playlist) to retrieve the size of the current playset.
+
+------------------------------------------------------------------------
+r17221 | courmisch | 2006-10-21 07:54:42 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+A few more sanity checks
+
+------------------------------------------------------------------------
+r17220 | courmisch | 2006-10-21 07:13:29 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/m4/flags.m4
+
+Fixes
+
+------------------------------------------------------------------------
+r17219 | courmisch | 2006-10-21 07:04:02 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Don't build obsolete+broken wxwidgets in distcheck
+
+------------------------------------------------------------------------
+r17218 | jpsaman | 2006-10-21 07:02:49 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/mux.c
+   M /trunk/modules/video_filter/panoramix.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/misc/update.c
+
+Fix compiler warning: missing initializer
+------------------------------------------------------------------------
+r17217 | courmisch | 2006-10-21 06:36:58 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Lalala
+
+------------------------------------------------------------------------
+r17216 | zorglub | 2006-10-21 06:33:06 -0700 (Sat, 21 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   M /trunk/src/input/input.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/thread.c
+
+Don't loop continuously the playlist thread, use cond.
+Not tested heavily yet ...
+
+For interaction implementers: you need to call playlist_Signal after changing the status of a dialog. Please see the diff for qt4/dialogs/interaction.cpp
+
+------------------------------------------------------------------------
+r17215 | jpsaman | 2006-10-21 06:31:44 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/modules/video_filter/noise.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r17214 | courmisch | 2006-10-21 06:24:26 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Desperate attempt to recover the wxwidgets plugin
+
+------------------------------------------------------------------------
+r17213 | courmisch | 2006-10-21 06:17:16 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Another distcheck fix attempt
+
+------------------------------------------------------------------------
+r17212 | courmisch | 2006-10-21 06:12:57 -0700 (Sat, 21 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/nsc.c
+
+Revert flawed [17208]. Really fix the sign comparison.
+(Hint: man 3 iconv)
+
+------------------------------------------------------------------------
+r17211 | jpsaman | 2006-10-21 06:10:37 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+
+Remove unused variable val
+------------------------------------------------------------------------
+r17210 | jpsaman | 2006-10-21 05:54:39 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/src/popup.cpp
+
+Remove useless comparisson (n >= 0) was always true (n is unsigned int)
+------------------------------------------------------------------------
+r17209 | jpsaman | 2006-10-21 05:44:12 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/tta.c
+
+Remove unused variable p_meta
+------------------------------------------------------------------------
+r17208 | jpsaman | 2006-10-21 05:43:36 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/nsc.c
+
+Fix invalid comparison, result was always false.
+------------------------------------------------------------------------
+r17207 | courmisch | 2006-10-21 05:37:07 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/cmml/intf.c
+
+*Ahem*
+
+------------------------------------------------------------------------
+r17206 | jpsaman | 2006-10-21 05:36:36 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/channel_mixer/mono.c
+
+Fix compiler warning: comparison between signed and unsigned
+------------------------------------------------------------------------
+r17205 | courmisch | 2006-10-21 05:35:13 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/intf.c
+
+Fix [17200]
+
+------------------------------------------------------------------------
+r17204 | courmisch | 2006-10-21 05:32:23 -0700 (Sat, 21 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Remove annoying warnings.
+Nobody will ever be bored enough to fix these ones.
+
+------------------------------------------------------------------------
+r17203 | jpsaman | 2006-10-21 05:32:12 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/cmml/intf.c
+
+Fix compiler warning: implicit declaration of function 'asprintf'
+------------------------------------------------------------------------
+r17202 | courmisch | 2006-10-21 05:28:52 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_config.h
+
+Fix a few warnings
+
+------------------------------------------------------------------------
+r17201 | fkuehne | 2006-10-21 05:27:27 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+* minor update to the current playlist API
+------------------------------------------------------------------------
+r17200 | jpsaman | 2006-10-21 05:25:05 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/audio_output/intf.c
+
+Fix compiler warning: implicit declaration of function 'asprintf'
+------------------------------------------------------------------------
+r17199 | courmisch | 2006-10-21 05:08:16 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Code factorization
+
+------------------------------------------------------------------------
+r17198 | courmisch | 2006-10-21 04:55:09 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/m4/Makefile.am
+   A /trunk/m4/flags.m4
+
+Some autoconf fun
+
+------------------------------------------------------------------------
+r17197 | hartman | 2006-10-21 04:16:00 -0700 (Sat, 21 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* copy paste error
+
+
+------------------------------------------------------------------------
+r17196 | zorglub | 2006-10-21 04:09:51 -0700 (Sat, 21 Oct 2006) | 11 lines
+Changed paths:
+   M /trunk/include/vlc_arrays.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
+   M /trunk/src/control/mediacontrol_core.c
+   M /trunk/src/control/playlist.c
+   M /trunk/src/input/item.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/search.c
+   M /trunk/src/playlist/thread.c
+   M /trunk/src/playlist/tree.c
+
+Playlist
+ * Remove the random special case
+ * Use the array of currently playing items for all cases
+ * Convert array items to array API
+ * Replace standard searches in sorted arrays by bsearches
+ * Size is not yet fixed (next round).
+
+Array
+ * Add reset/value and bsearch functions
+ * Add foreach helper
+
+------------------------------------------------------------------------
+r17195 | hartman | 2006-10-21 04:03:19 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* Add 24bit and 32bit PCM stream support to avcodec
+
+------------------------------------------------------------------------
+r17194 | courmisch | 2006-10-21 03:24:21 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+GNUTLS plugin require libgcrypt explicitly since it calls gcry_control.
+
+------------------------------------------------------------------------
+r17193 | courmisch | 2006-10-21 02:59:18 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Remove dead code
+
+------------------------------------------------------------------------
+r17192 | courmisch | 2006-10-21 02:55:23 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Cleanup
+
+------------------------------------------------------------------------
+r17191 | courmisch | 2006-10-21 02:26:50 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+Try to distcheck wrt Java bindings
+
+------------------------------------------------------------------------
+r17190 | courmisch | 2006-10-21 02:26:37 -0700 (Sat, 21 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Make sure vlc_LDFLAGS is always set
+(automake bug?)
+
+------------------------------------------------------------------------
+r17189 | hartman | 2006-10-21 02:18:06 -0700 (Sat, 21 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+* target -> host in Makefile.am
+
+
+------------------------------------------------------------------------
+r17188 | courmisch | 2006-10-21 02:16:34 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Remove no-op
+
+------------------------------------------------------------------------
+r17187 | courmisch | 2006-10-21 01:56:19 -0700 (Sat, 21 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Multiple confirmation that is it works on Linux.
+Anyway, there is no libiconv_* invocation in src/vlc.c
+
+------------------------------------------------------------------------
+r17186 | courmisch | 2006-10-21 01:51:19 -0700 (Sat, 21 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+   M /trunk/src/libvlc.h
+
+Merge UDP access output with core TTL handling
+
+------------------------------------------------------------------------
+r17185 | jpsaman | 2006-10-21 01:48:15 -0700 (Sat, 21 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+Revert revision [17165] because it broke libtool build on linux
+------------------------------------------------------------------------
+r17184 | hartman | 2006-10-20 15:25:03 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/mpeg2dec.patch
+   M /trunk/extras/contrib/src/Patches/speex.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* Update some contribs
+
+------------------------------------------------------------------------
+r17182 | courmisch | 2006-10-20 14:29:35 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Another TTL string unduped
+
+------------------------------------------------------------------------
+r17181 | courmisch | 2006-10-20 14:29:07 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/m4/vlc.m4
+
+s/target/host/
+
+------------------------------------------------------------------------
+r17180 | dionoea | 2006-10-20 14:12:59 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/sdl_image.c
+
+Put lower priority than ffmpeg. (when SDL_image was used it couldn't decode videos like http://dionoea.chewa.net/pa150001.mov ).
+
+------------------------------------------------------------------------
+r17179 | hartman | 2006-10-20 12:31:15 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* spelling error hostt_cpu -> host_cpu
+
+------------------------------------------------------------------------
+r17178 | courmisch | 2006-10-20 12:24:38 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+   M /trunk/src/libvlc.h
+
+Unduplicate TTL strings
+
+------------------------------------------------------------------------
+r17177 | courmisch | 2006-10-20 12:16:25 -0700 (Fri, 20 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/network/udp.c
+
+- Support for setting DSCP via dscp option
+- Support for setting outgoing IPv4 multicast interface
+  (note that only the Linux kernel can do that)
+- Some cleaning/dirtying up
+
+------------------------------------------------------------------------
+r17176 | zorglub | 2006-10-20 12:10:37 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+Fix syntax errors
+
+------------------------------------------------------------------------
+r17175 | courmisch | 2006-10-20 10:11:14 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix syntax error
+
+------------------------------------------------------------------------
+r17174 | courmisch | 2006-10-20 10:05:42 -0700 (Fri, 20 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+WTF?! VLC is NOT a f***ing COMPILER.
+It has NO target.
+
+------------------------------------------------------------------------
+r17173 | courmisch | 2006-10-20 09:46:31 -0700 (Fri, 20 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+- Don't try altivec compiler flags except on PPC and PPC64
+  (some PPC user should review this)
+- Don't find canonical build and target (heck, VLC is not a compiler!)
+
+------------------------------------------------------------------------
+r17172 | courmisch | 2006-10-20 09:18:44 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Remove superfluous function nesting from configure checks
+
+------------------------------------------------------------------------
+r17171 | courmisch | 2006-10-20 08:58:06 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+Remove some obsolete code
+
+------------------------------------------------------------------------
+r17170 | courmisch | 2006-10-20 08:55:18 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+Explicit disclaimer
+
+------------------------------------------------------------------------
+r17169 | courmisch | 2006-10-20 08:48:03 -0700 (Fri, 20 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/toolbox
+
+Try to fix distclean, but you'd better not use it anyway.
+
+I TOLD YOU TO NOT BOTHER ME WITH YOUR UNCLEAN BUILD TREES.
+
+------------------------------------------------------------------------
+r17168 | courmisch | 2006-10-20 08:18:23 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Repair CONFIGURE_LINE (fixes #696)
+
+------------------------------------------------------------------------
+r17167 | courmisch | 2006-10-20 07:59:14 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Build plugins with -no-undefined
+
+------------------------------------------------------------------------
+r17166 | courmisch | 2006-10-20 07:49:47 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Don't build quicktime plugin with loader since it is broken
+
+------------------------------------------------------------------------
+r17165 | courmisch | 2006-10-20 07:39:55 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Remove useless link flags from vlc program
+
+------------------------------------------------------------------------
+r17164 | courmisch | 2006-10-20 07:28:19 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix dts_pic check
+
+------------------------------------------------------------------------
+r17162 | funman | 2006-10-20 02:57:50 -0700 (Fri, 20 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+Detect MSYS mingw compiler (mingw32-gcc)
+
+------------------------------------------------------------------------
+r17160 | xtophe | 2006-10-19 15:06:55 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Stop confusing the users with n shortcuts
+
+------------------------------------------------------------------------
+r17159 | littlejohn | 2006-10-19 14:55:31 -0700 (Thu, 19 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/playlist-jni.cc
+
+make playlist stop synchronous
+------------------------------------------------------------------------
+r17158 | hartman | 2006-10-19 14:45:07 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/realaudio.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/vorbis.c
+
+* prevent potential crashes on files with broken channelcount
+
+------------------------------------------------------------------------
+r17157 | zorglub | 2006-10-19 14:30:39 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   M /trunk/src/playlist/engine.c
+
+Reset playlist status to STOPPED after stop
+
+------------------------------------------------------------------------
+r17155 | zorglub | 2006-10-19 14:00:14 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   A /trunk/include/vlc_arrays.h
+   M /trunk/include/vlc_common.h
+   M /trunk/test/NativeAlgoTest.py
+   M /trunk/test/native/algo.c
+   M /trunk/test/native/init.c
+   M /trunk/test/native/tests.h
+   M /trunk/test/test.sh
+
+Dynamic array with log allocation
+
+------------------------------------------------------------------------
+r17154 | courmisch | 2006-10-19 12:56:04 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Woops
+
+------------------------------------------------------------------------
+r17153 | courmisch | 2006-10-19 12:52:49 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Remove some more cruft
+
+------------------------------------------------------------------------
+r17152 | courmisch | 2006-10-19 12:42:35 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Remove some build system cruft
+
+------------------------------------------------------------------------
+r17151 | courmisch | 2006-10-19 12:42:10 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Kill duplicated function
+
+------------------------------------------------------------------------
+r17150 | courmisch | 2006-10-19 12:41:55 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Put version-info to libvlc instead of vlc, as I assume was intended
+
+------------------------------------------------------------------------
+r17149 | courmisch | 2006-10-19 12:29:46 -0700 (Thu, 19 Oct 2006) | 8 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+   M /trunk/src/Makefile.am
+
+Oh! No more builtins!
+(well only for libtool and shared libvlc)
+
+Clean your build tree before whining.
+
+And yes, it breaks the mostly-builtin option (obviously).
+It also speeds up automake a tiny bit.
+
+------------------------------------------------------------------------
+r17148 | courmisch | 2006-10-19 12:00:54 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Remove -version-info; it is plain meaningless for a program
+
+------------------------------------------------------------------------
+r17147 | courmisch | 2006-10-19 08:30:43 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Oups
+
+------------------------------------------------------------------------
+r17146 | courmisch | 2006-10-19 08:27:58 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/network/io.c
+
+Code factorization
+
+------------------------------------------------------------------------
+r17145 | courmisch | 2006-10-19 08:07:43 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Simplify EOF handling
+
+------------------------------------------------------------------------
+r17144 | courmisch | 2006-10-19 08:05:35 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Dirty up. Ahaha.
+
+------------------------------------------------------------------------
+r17143 | courmisch | 2006-10-19 07:55:57 -0700 (Thu, 19 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Interrupt blocking socket reads
+
+------------------------------------------------------------------------
+r17142 | hartman | 2006-10-19 06:59:23 -0700 (Thu, 19 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/flac.c
+
+* Support 5.1 channels in Flac (untested with a 5.1 device)
+* Don't crash on Flac samples that have more channels than we can handle.
+
+------------------------------------------------------------------------
+r17140 | dionoea | 2006-10-18 14:16:16 -0700 (Wed, 18 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Real fix for time/length issues in VLM ([17130] didn't fix anything)
+Needs to be backported
+
+------------------------------------------------------------------------
+r17139 | xtophe | 2006-10-18 13:11:10 -0700 (Wed, 18 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+postproc also need avutil to link.
+
+------------------------------------------------------------------------
+r17138 | hartman | 2006-10-18 08:25:42 -0700 (Wed, 18 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+
+TTA: Forgot to update Modules.am for the TTA demux
+------------------------------------------------------------------------
+r17137 | courmisch | 2006-10-18 08:24:32 -0700 (Wed, 18 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Fix typo
+
+------------------------------------------------------------------------
+r17136 | courmisch | 2006-10-18 08:08:47 -0700 (Wed, 18 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Fallback to IGMPv2 when IGMPv3 fails - fixes #734
+
+------------------------------------------------------------------------
+r17135 | courmisch | 2006-10-18 08:01:16 -0700 (Wed, 18 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+- Try DNS resolution before creating socket as per Best Current Practices.
+- Don't handle impossible (and would-be harmless) errors.
+- Don't try Source Specific Multicast when not implemented by libc
+  (this *includes* Mac OS X on the build bots)
+
+------------------------------------------------------------------------
+r17134 | courmisch | 2006-10-18 07:53:32 -0700 (Wed, 18 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Don't assume multicast address are in dotted notation - fixes #780.
+Not tested. Needs testing + backport.
+
+------------------------------------------------------------------------
+r17133 | courmisch | 2006-10-18 07:32:07 -0700 (Wed, 18 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+Don't put Linux-specific defines in the wild.
+This hides bugs on all other OSes (incl. Windows).
+Better update your glibc instead.
+
+------------------------------------------------------------------------
+r17131 | hartman | 2006-10-17 16:50:57 -0700 (Tue, 17 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+Fix the shoutcast TV listings SD menu item in the Mac OS X GUI. To be backported
+------------------------------------------------------------------------
+r17130 | dionoea | 2006-10-17 13:16:00 -0700 (Tue, 17 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+
+Fix 32bit/64bit issue in http interface time/length reporting.
+This needs to be backported to 0.8.6.
+
+------------------------------------------------------------------------
+r17129 | damienf | 2006-10-17 12:44:49 -0700 (Tue, 17 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+- libvlc.h: use C99 designated initializers to partially initialize help module config (this disable a bunch of warnings, and non-initialized members are automatically set to nil)
+
+------------------------------------------------------------------------
+r17128 | damienf | 2006-10-17 12:40:53 -0700 (Tue, 17 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc-config.in.in
+
+- vlc-config.in.in: remove that annying MODULE_NAME redefined warning
+
+------------------------------------------------------------------------
+r17127 | hartman | 2006-10-17 12:39:15 -0700 (Tue, 17 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   A /trunk/modules/demux/tta.c (from /trunk/modules/demux/mpc.c:17124)
+
+Enable ffmpegs TTA decoder, and add a TTA demux to VLC. duration and seeking supported.
+------------------------------------------------------------------------
+r17126 | hartman | 2006-10-17 11:23:48 -0700 (Tue, 17 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+* packetizer h264: Donwq't gather the block chain when resending the headers. Only insert the blocks
+------------------------------------------------------------------------
+r17125 | hartman | 2006-10-17 06:58:20 -0700 (Tue, 17 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+* Let the libmpeg2 module decode video with the mp2v fourcc
+------------------------------------------------------------------------
+r17124 | funman | 2006-10-17 01:36:50 -0700 (Tue, 17 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   A /trunk/po/ms.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sk.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Add missing ms.po + make update-po
+
+------------------------------------------------------------------------
+r17123 | funman | 2006-10-17 01:00:53 -0700 (Tue, 17 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
+
+Added Malay translation
+
+------------------------------------------------------------------------
+r17122 | hartman | 2006-10-16 14:58:12 -0700 (Mon, 16 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+Apparently ffmpeg doesn't like how we were feeding the SPS/PPS to it. At least this way it works. There is still something wrong. Instead of directly starting to work after the SPS/PPS is received (from MPEG-TS), it waits 1 extra I frame. If I just output the SPS/PPS directly instead of reinserting it, it works directly after the SPS/PPS is received on the I frame directly following them.
+------------------------------------------------------------------------
+r17119 | jb | 2006-10-16 14:10:11 -0700 (Mon, 16 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/ui/file_open.ui
+
+Qt4: File / Disk / Network tabs for Open Dialog 
+* Some design
+* Tab order
+
+
+------------------------------------------------------------------------
+r17118 | dionoea | 2006-10-16 13:57:36 -0700 (Mon, 16 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   A /trunk/modules/video_filter/noise.c (from /trunk/modules/video_filter/rotate.c:17117)
+
+noise video filter
+
+------------------------------------------------------------------------
+r17117 | jb | 2006-10-16 12:59:34 -0700 (Mon, 16 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Better compression for win32.zip packages building in order to make E-bola happy.
+
+
+------------------------------------------------------------------------
+r17116 | phmo95 | 2006-10-16 12:49:31 -0700 (Mon, 16 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/video-jni.cc
+
+Fixing a cast in Win32 part.
+------------------------------------------------------------------------
+r17112 | zorglub | 2006-10-15 12:09:02 -0700 (Sun, 15 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
+   M /trunk/src/playlist/item.c
+
+D&D fixes
+
+------------------------------------------------------------------------
+r17111 | dionoea | 2006-10-15 12:00:21 -0700 (Sun, 15 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/rotate.c
+
+Don't use doubles when doing the rotation
+
+------------------------------------------------------------------------
+r17110 | hartman | 2006-10-15 11:00:01 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/asf/libasf.h
+
+*demux/asf Support for dvr-ms ASF. This is a a priorietary extension to ASF that allows Media Center to store MPEG2 in ASF.
+------------------------------------------------------------------------
+r17108 | zorglub | 2006-10-15 08:28:34 -0700 (Sun, 15 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/selector.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/src/playlist/item.c
+
+Improve drag&drop handling
+
+------------------------------------------------------------------------
+r17106 | hartman | 2006-10-15 07:35:58 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/avi/libavi.h
+
+* Support for AVI DV Type I
+------------------------------------------------------------------------
+r17105 | funman | 2006-10-15 07:23:56 -0700 (Sun, 15 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/goom2k4-0-nommx.patch
+
+forward-port 17091 and 17104 from 0.8.6
+
+------------------------------------------------------------------------
+r17103 | fkuehne | 2006-10-15 07:16:06 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
+
+* forward-port [17102]
+------------------------------------------------------------------------
+r17098 | zorglub | 2006-10-15 06:20:47 -0700 (Sun, 15 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/folder.c
+   M /trunk/modules/meta_engine/musicbrainz.c
+   M /trunk/src/playlist/tree.c
+
+Fix bogus warnings
+
+------------------------------------------------------------------------
+r17097 | fkuehne | 2006-10-15 06:17:18 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+
+* port [17096]
+------------------------------------------------------------------------
+r17096 | fkuehne | 2006-10-15 06:14:51 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+
+* switch MainMenu to the XML-based text archive format, which is fatter, but svn-mergeable
+------------------------------------------------------------------------
+r17094 | funman | 2006-10-15 06:07:36 -0700 (Sun, 15 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/goom.c
+
+Gets title for goom visualization from meta information if available
+
+------------------------------------------------------------------------
+r17093 | funman | 2006-10-15 06:01:29 -0700 (Sun, 15 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
+
+skins2 fullscreen button work with audio visualizations
+
+------------------------------------------------------------------------
+r17090 | littlejohn | 2006-10-15 03:55:36 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/audio.c
+
+libvlc_audio_set_mute logically simpler
+------------------------------------------------------------------------
+r17089 | littlejohn | 2006-10-15 03:54:15 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
+
+Use playlist loop libvlc facility
+------------------------------------------------------------------------
+r17087 | funman | 2006-10-14 20:44:57 -0700 (Sat, 14 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify/notify.c
+
+Use a smaller icon for notifications
+
+------------------------------------------------------------------------
+r17085 | funman | 2006-10-14 15:34:16 -0700 (Sat, 14 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Sets PKG_CONFIG_LIBDIR when building contrib
+
+------------------------------------------------------------------------
+r17083 | funman | 2006-10-14 14:20:27 -0700 (Sat, 14 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+remove endif from 17081
+
+------------------------------------------------------------------------
+r17081 | funman | 2006-10-14 14:08:04 -0700 (Sat, 14 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/goom2k4-0-nommx.patch
+
+goom is patched on win32 too
+
+------------------------------------------------------------------------
+r17079 | funman | 2006-10-14 13:30:59 -0700 (Sat, 14 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+Detect mingw for other distros than debian
+
+------------------------------------------------------------------------
+r17077 | sigmunau | 2006-10-14 13:08:05 -0700 (Sat, 14 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/services_discovery/upnp_cc.cpp
+   M /trunk/modules/services_discovery/upnp_intel.cpp
+
+upnp_cc: compile fix (tested this time)
+upnp_intel: fix a potential crash, and add some more debug output
+
+------------------------------------------------------------------------
+r17076 | bigben | 2006-10-14 13:07:29 -0700 (Sat, 14 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/screensaver.c
+
+* Hopefully close the dbus connection correctly
+* Do not poke the screensaver is the stream is paused (idea from Adam Dane)
+* Poke the screensaver every 30s as told in the comments (fix from Adam Dane)
+
+
+------------------------------------------------------------------------
+r17075 | phmo95 | 2006-10-14 13:03:22 -0700 (Sat, 14 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/playlist-jni.cc
+
+Add a method to set playlist in loop mode in Java 
+------------------------------------------------------------------------
+r17074 | phmo95 | 2006-10-14 12:53:08 -0700 (Sat, 14 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/playlist.c
+
+Add a method to set playlist in loop mode.
+------------------------------------------------------------------------
+r17073 | phmo95 | 2006-10-14 12:52:16 -0700 (Sat, 14 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+
+Add a method to set playlist in loop mode.
+------------------------------------------------------------------------
+r17072 | dionoea | 2006-10-14 10:06:38 -0700 (Sat, 14 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/motion.c
+   M /trunk/modules/video_filter/rotate.c
+
+Motion control interface can now be used with the rotate video filter. (Should be usefull when watching videos on a boat i guess ... :) ) Command line: vlc --control motion --motion-use-rotate --video-filter rotate <the video>
+
+
+------------------------------------------------------------------------
+r17071 | zorglub | 2006-10-14 09:45:11 -0700 (Sat, 14 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+
+Fix HTTP deletion
+
+------------------------------------------------------------------------
+r17070 | zorglub | 2006-10-14 09:44:55 -0700 (Sat, 14 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/tree.c
+
+Initial drag and drop support for Qt
+
+------------------------------------------------------------------------
+r17069 | sigmunau | 2006-10-14 07:44:06 -0700 (Sat, 14 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/upnp_intel.cpp
+
+fixed compilation, not tested though
+
+------------------------------------------------------------------------
+r17068 | dionoea | 2006-10-14 07:41:55 -0700 (Sat, 14 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/rotate.c
+
+Ahem...
+
+------------------------------------------------------------------------
+r17067 | dionoea | 2006-10-14 07:38:11 -0700 (Sat, 14 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   A /trunk/modules/video_filter/rotate.c (from /trunk/modules/video_filter/wave.c:17065)
+   M /trunk/modules/video_filter/transform.c
+
+New rotate video filter. Can rotate video by any integer angle between 0 and 359 degrees.
+
+This still needs work to make it look better, and be able to use it with the "motion" control module.
+
+------------------------------------------------------------------------
+r17066 | dionoea | 2006-10-14 06:59:50 -0700 (Sat, 14 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/gradient.c
+
+Ahem...
+
+------------------------------------------------------------------------
+r17065 | jpsaman | 2006-10-14 06:40:32 -0700 (Sat, 14 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/playlist/tree.c
+
+oops left in a typo
+------------------------------------------------------------------------
+r17063 | jpsaman | 2006-10-14 06:27:15 -0700 (Sat, 14 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/playlist/tree.c
+
+Correctly count the children of a node. The previous code counted the endpoints too, which gave a too high children count.
+------------------------------------------------------------------------
+r17062 | dionoea | 2006-10-13 15:35:49 -0700 (Fri, 13 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+
+[vlc] http streaming interface bug (with fix) by Mitch at hasbox dot com
+
+(needs backporting)
+
+------------------------------------------------------------------------
+r17061 | xtophe | 2006-10-13 15:30:57 -0700 (Fri, 13 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+   M /trunk/extras/contrib/src/Patches/xml2-win32.patch
+
+Update the x264 patch 
+Don't use dl_open on win32
+Both patches by Tim Schuerewege. thanks.
+
+
+------------------------------------------------------------------------
+r17060 | pengvado | 2006-10-13 13:05:23 -0700 (Fri, 13 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+sync to x264 r591
+
+------------------------------------------------------------------------
+r17059 | gbazin | 2006-10-13 12:16:24 -0700 (Fri, 13 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+* modules/gui/wxwidgets: small code cleanup.
+------------------------------------------------------------------------
+r17058 | gbazin | 2006-10-13 12:14:20 -0700 (Fri, 13 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+* modules/gui/qt4/qt4.cpp: lower the priority of the QT4 dialogs provider so the skins interface is usable again.
+------------------------------------------------------------------------
+r17053 | hartman | 2006-10-13 07:04:54 -0700 (Fri, 13 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+   M /trunk/src/input/es_out.c
+
+Don't add MPEG-TS program data for programs that don't exist. Patch by Dnumgis. This fixes #683
+------------------------------------------------------------------------
+r17052 | hartman | 2006-10-13 06:55:46 -0700 (Fri, 13 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/bootstrap
+
+Tune MacIntel for prescott. Also add tuning to contrib (prescott vs. G4)wq
+------------------------------------------------------------------------
+r17049 | littlejohn | 2006-10-12 14:21:29 -0700 (Thu, 12 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/core-jni.cc
+
+remove unused import from core-jni.cc
+------------------------------------------------------------------------
+r17048 | littlejohn | 2006-10-12 14:20:01 -0700 (Thu, 12 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/Makefile.am
+   M /trunk/bindings/java/src/core-jni.cc
+
+add more include folders
+------------------------------------------------------------------------
+r17046 | hartman | 2006-10-12 14:13:02 -0700 (Thu, 12 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+Fix MacOS X black screens and play as background options. These are 'window level' options and as such should not use p_real_vout, because that's just for options shared by the opengl and the quickdraw renderer
+------------------------------------------------------------------------
+r17045 | dionoea | 2006-10-12 14:05:40 -0700 (Thu, 12 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/control/rc.c
+
+[PATCH] Repeat and Loop - Remote Control Interface by Dermot McGahon.
+
+------------------------------------------------------------------------
+r17044 | dionoea | 2006-10-12 14:01:47 -0700 (Thu, 12 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/video_filter/marq.c
+
+[PATCH] marquee crash fix by Dermot McGahon.
+
+------------------------------------------------------------------------
+r17043 | littlejohn | 2006-10-12 13:54:36 -0700 (Thu, 12 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/src/Makefile.am
+
+this should fix compilation errors on included headers
+------------------------------------------------------------------------
+r17041 | jb | 2006-10-12 12:38:56 -0700 (Thu, 12 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/open.cpp
+   M /trunk/modules/gui/qt4/ui/file_open.ui
+
+Compile fix for Open in Qt4
+
+
+------------------------------------------------------------------------
+r17039 | jb | 2006-10-12 12:20:37 -0700 (Thu, 12 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/ui/file_open.ui
+
+First work on File_Open_Qt4...
+
+
+------------------------------------------------------------------------
+r17038 | fkuehne | 2006-10-12 11:24:34 -0700 (Thu, 12 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/fspanel.m
+
+* fade in quicker and fix the fade-in/out problems reported by Benjamin. Thanks for the feedback
+------------------------------------------------------------------------
+r17035 | fkuehne | 2006-10-12 09:33:35 -0700 (Thu, 12 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* added the fspanel-related files to the respective targets
+------------------------------------------------------------------------
+r17032 | zorglub | 2006-10-11 23:00:00 -0700 (Wed, 11 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+
+Compile fix
+
+------------------------------------------------------------------------
+r17031 | gbazin | 2006-10-11 15:44:15 -0700 (Wed, 11 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+
+* src/input/input.c: fixed nasty bug with preparsing where a mutex was used uninitialized.
+------------------------------------------------------------------------
+r17030 | littlejohn | 2006-10-11 12:57:44 -0700 (Wed, 11 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+
+make really java bindings compile again
+------------------------------------------------------------------------
+r17029 | gbazin | 2006-10-11 12:56:48 -0700 (Wed, 11 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: same thing for Wno-unused-parameter.
+------------------------------------------------------------------------
+r17028 | gbazin | 2006-10-11 12:54:05 -0700 (Wed, 11 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+ * configure.ac: when checking for Wextra support, don't check for Werror instead.
+------------------------------------------------------------------------
+r17027 | littlejohn | 2006-10-11 12:34:38 -0700 (Wed, 11 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   A /trunk/bindings/java/includes
+   M /trunk/bindings/java/src/Makefile.am
+   M /trunk/bindings/java/src/core-jni.cc
+
+make the java bindings compile again (use --disable-libtool in configure)
+------------------------------------------------------------------------
+r17026 | zorglub | 2006-10-11 12:20:06 -0700 (Wed, 11 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+
+A bit of cleanup
+
+------------------------------------------------------------------------
+r17023 | damienf | 2006-10-10 13:53:05 -0700 (Tue, 10 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_yuy2.c
+
+- added altivec acceleration for i420 -> YVYU, i420 -> UYVY (probably of no use to anyone)
+
+------------------------------------------------------------------------
+r17021 | fkuehne | 2006-10-10 11:36:21 -0700 (Tue, 10 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/misc/notify/growl.c
+   M /trunk/modules/misc/notify/msn.c
+
+* forward-port [17020]
+------------------------------------------------------------------------
+r17019 | thresh | 2006-10-10 08:54:41 -0700 (Tue, 10 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ty.c
+
+yeah, writing 4 0 times is fun, but..
+
+------------------------------------------------------------------------
+r17018 | damienf | 2006-10-10 01:52:30 -0700 (Tue, 10 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/supporterrorinfo.cpp
+   M /trunk/activex/supporterrorinfo.h
+
+plugin.cpp: formatting
+supportinfo: use static IIDs as previous method wouldn't work in a multithreaded environment
+
+------------------------------------------------------------------------
+r17016 | xtophe | 2006-10-10 01:47:43 -0700 (Tue, 10 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/audio_output/hd1000a.cpp
+   M /trunk/modules/audio_output/portaudio.c
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/video_filter/gradient.c
+   M /trunk/modules/video_filter/opencv_example.cpp
+   M /trunk/modules/video_filter/opencv_wrapper.c
+   M /trunk/modules/video_filter/osdmenu.c
+   M /trunk/modules/video_filter/panoramix.c
+   M /trunk/modules/video_filter/psychedelic.c
+   M /trunk/modules/video_filter/ripple.c
+   M /trunk/modules/video_filter/wave.c
+
+Forward port [17015] + a few more i18n fix
+
+------------------------------------------------------------------------
+r17014 | xtophe | 2006-10-09 15:37:29 -0700 (Mon, 09 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/screen/screen.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/channel_mixer/dolby.c
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/modules/audio_filter/normvol.c
+   M /trunk/modules/audio_filter/param_eq.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/audio_output/portaudio.c
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/modules/demux/subtitle.c
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/misc/notify/growl.c
+   M /trunk/modules/misc/notify/msn.c
+   M /trunk/modules/misc/notify/notify.c
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/video_filter/invert.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/magnify.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/osdmenu.c
+   M /trunk/modules/video_filter/transform.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_output/snapshot.c
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sk.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+   M /trunk/src/interface/interface.c
+
+forward port [17012] and make update-po
+
+------------------------------------------------------------------------
+r17010 | Trax | 2006-10-09 12:10:13 -0700 (Mon, 09 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: copy/paste oops in 17009..
+------------------------------------------------------------------------
+r17009 | Trax | 2006-10-09 12:01:34 -0700 (Mon, 09 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: H.264 level options patch by Ilkka Ollakka <ilkka dot ollakka a t oamk dot fi>. add options aud, sps-id. deprecate options analyse and filter for partitions and deblock.
+------------------------------------------------------------------------
+r17008 | gbazin | 2006-10-09 11:51:03 -0700 (Mon, 09 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/xml/xtag.c
+
+* modules/misc/xml/xtag.c: fixed memory leak.
+------------------------------------------------------------------------
+r17007 | gbazin | 2006-10-09 11:36:14 -0700 (Mon, 09 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+
+* modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is freed by the packetizer.
+------------------------------------------------------------------------
+r17006 | damienf | 2006-10-09 11:02:01 -0700 (Mon, 09 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   A /trunk/activex/supporterrorinfo.cpp
+   A /trunk/activex/supporterrorinfo.h
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/activex/vlccontrol2.h
+
+- added support for returning custom error messages from libvlc exception messages
+- added missing video.toggleFullscreen() API
+
+------------------------------------------------------------------------
+r17004 | zorglub | 2006-10-08 13:10:42 -0700 (Sun, 08 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/menus.hpp
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+
+Remove visual button, put back in the menu
+
+------------------------------------------------------------------------
+r17003 | zorglub | 2006-10-08 12:56:30 -0700 (Sun, 08 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+
+Save hotkeys (Closes:#714)
+
+------------------------------------------------------------------------
+r17002 | zorglub | 2006-10-08 12:28:49 -0700 (Sun, 08 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/util/customwidgets.cpp
+   M /trunk/modules/gui/qt4/util/customwidgets.hpp
+
+Hotkey selector widget. Save not implemented yet
+
+------------------------------------------------------------------------
+r17001 | gbazin | 2006-10-08 11:39:01 -0700 (Sun, 08 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: proper fix for the previous memory leak.
+------------------------------------------------------------------------
+r17000 | gbazin | 2006-10-08 10:31:33 -0700 (Sun, 08 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.
+------------------------------------------------------------------------
+r16999 | zorglub | 2006-10-08 10:02:56 -0700 (Sun, 08 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/extended_panels.cpp
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+
+Very beginning of hotkey widget + Fix 4.2 compilation issue
+
+------------------------------------------------------------------------
+r16998 | gbazin | 2006-10-08 10:00:02 -0700 (Sun, 08 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+
+* src/input/input.c: fixed memory leak.
+------------------------------------------------------------------------
+r16997 | gbazin | 2006-10-08 09:32:47 -0700 (Sun, 08 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/asf/libasf.c
+
+* modules/demux/asf/libasf.c: fixed memory leak.
+------------------------------------------------------------------------
+r16996 | gbazin | 2006-10-08 09:09:13 -0700 (Sun, 08 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_es.h
+   M /trunk/modules/codec/faad.c
+   M /trunk/modules/demux/avi/libavi.c
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* Fixed another bunch of memory leaks.
+------------------------------------------------------------------------
+r16992 | xtophe | 2006-10-08 06:56:27 -0700 (Sun, 08 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   A /trunk/po/sk.po
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
+
+Add Slovak l10n (Forward port of [16989], [16990] and [16991])
+
+------------------------------------------------------------------------
+r16989 | jpsaman | 2006-10-08 06:15:18 -0700 (Sun, 08 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/stream_out/mosaic_bridge.c
+   M /trunk/modules/stream_out/switcher.c
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/modules/video_output/x11/glx.c
+
+(Forward port of rev 16987) Fix number of compiler warnings
+------------------------------------------------------------------------
+r16981 | hartman | 2006-10-08 03:44:42 -0700 (Sun, 08 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+* undo [16970]. Stick to 4 byte startcodes and single packets. 
+
+------------------------------------------------------------------------
+r16980 | hartman | 2006-10-08 03:40:59 -0700 (Sun, 08 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+* Don't skip SPS/PPS after all. Apparently there is sometimes proper data behind such a NAL, which makes this break. Unfortunately there doesn't seem to be a way to properly skip data in the mp4 mux.
+
+------------------------------------------------------------------------
+r16979 | hartman | 2006-10-08 03:31:37 -0700 (Sun, 08 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+* Skip h264 SPS/PPS in bitstream when muxing mp4
+
+------------------------------------------------------------------------
+r16978 | jpsaman | 2006-10-08 02:41:58 -0700 (Sun, 08 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xcommon.h
+
+(Forward port of 16977) Fix bunch of compiler signedness warnings in x11/
+------------------------------------------------------------------------
+r16976 | gbazin | 2006-10-07 17:20:42 -0700 (Sat, 07 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/demux/real.c
+
+* modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there.
+------------------------------------------------------------------------
+r16975 | gbazin | 2006-10-07 17:12:28 -0700 (Sat, 07 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dts.c
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/demux/mjpeg.c
+   M /trunk/modules/demux/real.c
+
+* Fixed another bunch of memory leaks.
+------------------------------------------------------------------------
+r16974 | gbazin | 2006-10-07 16:53:44 -0700 (Sat, 07 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/stream.c
+
+* src/input/stream.c: fixed invalid memory access in stream_ReadLine().
+------------------------------------------------------------------------
+r16973 | gbazin | 2006-10-07 16:37:33 -0700 (Sat, 07 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/meta.c
+
+* src/input/meta.c: stop the spamming of the meta engine.
+------------------------------------------------------------------------
+r16972 | gbazin | 2006-10-07 16:14:58 -0700 (Sat, 07 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/modules/misc/xml/libxml.c
+   M /trunk/src/input/input.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* Fixed a bunch of memory leaks.
+------------------------------------------------------------------------
+r16971 | gbazin | 2006-10-07 15:19:50 -0700 (Sat, 07 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+* modules/gui/wxwindows/menus.cpp: avoid using the C++ STL. This gets rid of weird crashes in the vector template.
+------------------------------------------------------------------------
+r16970 | hartman | 2006-10-07 12:49:51 -0700 (Sat, 07 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+* Improve the h264 rtp muxing even more. Should now be able to handle multiple h264 units in one block_t
+
+------------------------------------------------------------------------
+r16969 | zorglub | 2006-10-07 12:37:45 -0700 (Sat, 07 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/playlist.c
+
+Stop playback if --no-playlist-autostart (Closes:#718)
+
+------------------------------------------------------------------------
+r16968 | hartman | 2006-10-07 12:08:59 -0700 (Sat, 07 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+* Skip nal type 7 and 8 in RTP muxing.
+
+------------------------------------------------------------------------
+r16960 | zorglub | 2006-10-07 05:36:40 -0700 (Sat, 07 Oct 2006) | 8 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   A /trunk/modules/video_filter/panoramix.c
+   M /trunk/src/libvlc.h
+
+Panoramix video filter by C?\195?\169dric Cocquebert.
++ temporarily re-enable vout-filter until video-filter is updated
+
+I include this so that it can get some testing and debugging, but it has some issues:
+* Several coding style / indentation problems that make the code quite hard to read
+* Use of config_Get/config_Put instead of vars
+* In my tests, it crashes as soon as bz-length is not == 0, which basically makes the attenuation effect inoperant
+
+------------------------------------------------------------------------
+r16959 | gbazin | 2006-10-06 12:23:36 -0700 (Fri, 06 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/playlist/gvp.c
+
+* modules/demux/playlist/gvp.c: fixed segfault in detection code.
+------------------------------------------------------------------------
+r16958 | gbazin | 2006-10-05 15:01:01 -0700 (Thu, 05 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/demux/mpeg/m4v.c
+   M /trunk/src/input/demux.c
+   M /trunk/src/misc/modules.c
+
+* modules/demux/mpeg/m4v.c,h264.c: fixed detection and use p_demux->b_force.
+* src/misc/modules.c: only set b_force when we have b_strict.
+* src/input/demux.c: add m4v and h264 extensions.
+
+------------------------------------------------------------------------
+r16957 | gbazin | 2006-10-05 13:38:05 -0700 (Thu, 05 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/faad.c
+
+* modules/codec/faad.c: adjust stream info when dealing with AAC with SBR/PS.
+------------------------------------------------------------------------
+r16955 | sam | 2006-10-05 09:35:01 -0700 (Thu, 05 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/loader/registry.c
+   M /trunk/loader/win32.c
+   M /trunk/modules/audio_output/auhal.c
+   M /trunk/modules/codec/cinepak.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/demux/asf/libasf.h
+   M /trunk/modules/demux/live555.cpp
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
+   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
+   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/src/audio_output/output.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/misc/update.c
+   M /trunk/src/misc/variables.c
+   M /trunk/src/playlist/item.c
+
+  * Spelling fixes here and there.
+
+------------------------------------------------------------------------
+r16954 | courmisch | 2006-10-05 09:21:45 -0700 (Thu, 05 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+
+Fix off-by-one buffer overflow
+
+------------------------------------------------------------------------
+r16952 | funman | 2006-10-05 09:20:41 -0700 (Thu, 05 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+
+Fix "Fix httpd stack corruption"
+
+------------------------------------------------------------------------
+r16951 | funman | 2006-10-05 09:08:45 -0700 (Thu, 05 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+
+Fix stack corruption in httpd
+
+------------------------------------------------------------------------
+r16948 | damienf | 2006-10-04 15:56:54 -0700 (Wed, 04 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/filter.cpp
+
+- directshow: added fps in debug info
+
+------------------------------------------------------------------------
+r16947 | damienf | 2006-10-04 15:55:57 -0700 (Wed, 04 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/direct3d.c
+   M /trunk/modules/video_output/directx/events.c
+
+- direct3d: minor fixes, no improvement (where are those pixel shaders gurus ?)
+
+------------------------------------------------------------------------
+r16946 | damienf | 2006-10-04 15:52:12 -0700 (Wed, 04 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/audio.c
+   M /trunk/src/control/input.c
+
+- use nearest integer value from integer division (i.e. round() ) in volume and time calculation, looks more accurate that way.
+
+------------------------------------------------------------------------
+r16945 | damienf | 2006-10-04 15:48:12 -0700 (Wed, 04 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+
+- Optimized clipping, removed the extra child window which prevented some buggy Intel DirectX drivers to render (can't handle too many sub-windows ?). Resizing looks smoother on IE, needs a lot of compatiblity checks on other apps such as VB, Delphi, etc...
+- Fixed initial volume setting
+
+------------------------------------------------------------------------
+r16944 | damienf | 2006-10-04 15:39:05 -0700 (Wed, 04 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/mozilla/vlcshell.cpp
+
+- mozilla: misc fixes
+
+------------------------------------------------------------------------
+r16943 | fkuehne | 2006-10-04 14:11:25 -0700 (Wed, 04 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* rm unnecessary LDFLAG
+------------------------------------------------------------------------
+r16942 | dionoea | 2006-10-04 14:07:10 -0700 (Wed, 04 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+[PATCH] bugfix: mosaic-[hv]border reversed (v2) by Thomas Parmelan
+
+------------------------------------------------------------------------
+r16941 | zorglub | 2006-10-04 12:42:38 -0700 (Wed, 04 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/variables.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/thread.c
+   M /trunk/src/stream_output/profiles.c
+
+Fix a few bugs
+
+------------------------------------------------------------------------
+r16940 | sam | 2006-10-04 10:13:02 -0700 (Wed, 04 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/logger.c
+
+  * modules/misc/logger.c: don't truncate logfile upon creation.
+
+------------------------------------------------------------------------
+r16938 | fkuehne | 2006-10-04 06:47:41 -0700 (Wed, 04 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/modules/codec/x264.c
+
+* forward port my fixed temporary fix and re-enable x264 in the contribs
+------------------------------------------------------------------------
+r16935 | fkuehne | 2006-10-04 01:19:38 -0700 (Wed, 04 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/fspanel.h
+   M /trunk/modules/gui/macosx/fspanel.m
+   M /trunk/modules/gui/macosx/intf.m
+
+* implemented the volume slider
+* major speed and memory improvements to the image handling (the panel launches noticebly faster now) and controls 
+* coding style fixes
+
+- just FYI: The VLCFSVolumeSlider and VLCFSTimeSlider classes will be merged later on to add as little code duplication as possible.
+------------------------------------------------------------------------
+r16933 | hartman | 2006-10-03 15:17:44 -0700 (Tue, 03 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+
+Re-enable mad decoder on OSX. It was disabled because it was a CPU hog, but the issue seems to no longer be a problem
+------------------------------------------------------------------------
+r16932 | xtophe | 2006-10-03 06:22:07 -0700 (Tue, 03 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+make update-po
+
+------------------------------------------------------------------------
+r16930 | funman | 2006-10-02 13:35:25 -0700 (Mon, 02 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/id3tag.c
+
+Track, Artist, Album MusicBrainz IDs reading with libid3tag
+
+------------------------------------------------------------------------
+r16929 | Trax | 2006-10-02 10:52:24 -0700 (Mon, 02 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: add interlaced, deadzone-inter/intra and direct-8x8 options
+------------------------------------------------------------------------
+r16928 | littlejohn | 2006-10-01 15:08:22 -0700 (Sun, 01 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+Fix makefile to generate header files from java classes
+------------------------------------------------------------------------
+r16927 | damienf | 2006-10-01 14:56:23 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/test.html
+
+- test.html: use position rather than time to update slider
+
+------------------------------------------------------------------------
+r16926 | hartman | 2006-10-01 14:49:28 -0700 (Sun, 01 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/goom2k4-0-mmx.patch
+
+Ugly patch to make the mmx compile on MacIntel. This might be a GCC ASM bug in 4.0.1
+------------------------------------------------------------------------
+r16925 | funman | 2006-10-01 13:32:30 -0700 (Sun, 01 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/misc/audioscrobbler.c
+
+Added psz_trackid, psz_artistid, psz_albumid to vlc_meta_t to store musicbrainz unique identifiers
+Make use of psz_trackid in audioscrobbler.c
+Reading of this data is only implemented in vorbis.c
+taglib.cpp and id3tag.c need to be updated
+
+------------------------------------------------------------------------
+r16924 | fkuehne | 2006-10-01 13:16:00 -0700 (Sun, 01 Oct 2006) | 1 line
+Changed paths:
+   A /trunk/extras/MacOSX/fullscreen_panel.svg
+
+* commit the svg file as well, so we can change stuff later on
+------------------------------------------------------------------------
+r16923 | fkuehne | 2006-10-01 13:05:50 -0700 (Sun, 01 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/gui/macosx/fspanel.h
+   M /trunk/modules/gui/macosx/fspanel.m
+   M /trunk/modules/gui/macosx/intf.m
+
+* finished the time slider
+
+For the records: please don't re-invent the wheel, also if there are only 2 places which already do the exact same thing and you're going to add the 3rd place!!
+------------------------------------------------------------------------
+r16922 | dionoea | 2006-10-01 12:53:13 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/gvp.c
+
+Fix gvp demux
+
+------------------------------------------------------------------------
+r16921 | dionoea | 2006-10-01 12:07:48 -0700 (Sun, 01 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/demux/playlist/qtl.c
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/src/input/item.c
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/win32_specific.c
+
+src/input/item.c: if we don't have an item name and item is a file, then only use the filename (and not the full path) as the item's name
+others: if we only have a path and no interesting name, let the core decide what name to use
+
+------------------------------------------------------------------------
+r16920 | dionoea | 2006-10-01 10:12:02 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/smb.c
+   M /trunk/modules/access/v4l.c
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/sgimb.c
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/misc/dummy/interface.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/misc/profile_parser.c
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/services_discovery/bonjour.c
+   M /trunk/modules/services_discovery/podcast.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/visualization/visual/visual.c
+
+Fix a bunch of gcc warnings
+
+------------------------------------------------------------------------
+r16919 | dionoea | 2006-10-01 09:57:43 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+:%s/"mosaic-/CFG_PREFIX "/g
+
+------------------------------------------------------------------------
+r16918 | dionoea | 2006-10-01 09:53:48 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/rss.c
+
+use config chain stuff in logo, rss and mosaic sub filters too.
+
+------------------------------------------------------------------------
+r16917 | dionoea | 2006-10-01 09:33:59 -0700 (Sun, 01 Oct 2006) | 6 lines
+Changed paths:
+   M /trunk/include/vlc_filter.h
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+
+use config chain for the --sub-filter option.
+Example:
+  --sub-filter "marq{marquee=pouet}:marq{marquee=\$N,y=50,x=50}"
+Sub filters other than marq still need to be changed
+rc interface marq callbacks need to be fixed too
+------------------------------------------------------------------------
+r16916 | dionoea | 2006-10-01 09:08:37 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/stream_output.h
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/access_output/file.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/shout.c
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/codec/dirac.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/twolame.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/gui/wxwidgets/timer.cpp
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/mux/mpjpeg.c
+   M /trunk/modules/stream_out/bridge.c
+   M /trunk/modules/stream_out/display.c
+   M /trunk/modules/stream_out/duplicate.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/stream_out/mosaic_bridge.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/stream_out/switcher.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/video_filter/gradient.c
+   M /trunk/src/Makefile.am
+   A /trunk/src/misc/configuration_chain.c (from /trunk/src/stream_output/stream_output.c:16904)
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/video_output.c
+
+Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific)
+
+------------------------------------------------------------------------
+r16915 | fkuehne | 2006-10-01 08:04:23 -0700 (Sun, 01 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/fspanel.m
+
+* temporary fix to keep VLC linking. I don't know yet, why this is necessary though
+------------------------------------------------------------------------
+r16914 | dionoea | 2006-10-01 07:44:21 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+The time video filter doesn't exist anymore.
+
+------------------------------------------------------------------------
+r16913 | dionoea | 2006-10-01 07:41:49 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+Only update the marquee text if needed (ie we're using % or $ chars)
+
+------------------------------------------------------------------------
+r16912 | dionoea | 2006-10-01 07:38:23 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+woops
+
+------------------------------------------------------------------------
+r16911 | dionoea | 2006-10-01 07:36:15 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+Some more format strings
+
+------------------------------------------------------------------------
+r16910 | zorglub | 2006-10-01 07:24:44 -0700 (Sun, 01 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/input/input.c
+   M /trunk/src/playlist/thread.c
+
+Lazy allocation of the stat structure
+Update stats in the input threads instead of playlist thread
+
+------------------------------------------------------------------------
+r16909 | dionoea | 2006-10-01 07:22:58 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+Some more marq format strings
+
+------------------------------------------------------------------------
+r16907 | jpsaman | 2006-10-01 07:16:52 -0700 (Sun, 01 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+
+forgot the put Ye Zhang in Thanks file.
+------------------------------------------------------------------------
+r16905 | jpsaman | 2006-10-01 07:07:50 -0700 (Sun, 01 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Fix for ticket #752 by ye zhang (yzhang90003 _at_ gmail dot com): VLM RTSP concurent LEAVE make VLC crash
+------------------------------------------------------------------------
+r16904 | fkuehne | 2006-10-01 06:21:42 -0700 (Sun, 01 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   A /trunk/extras/MacOSX/Resources/fs_background.png
+   A /trunk/extras/MacOSX/Resources/fs_exit_fullscreen.png
+   A /trunk/extras/MacOSX/Resources/fs_exit_fullscreen_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_forward.png
+   A /trunk/extras/MacOSX/Resources/fs_forward_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_pause.png
+   A /trunk/extras/MacOSX/Resources/fs_pause_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_play.png
+   A /trunk/extras/MacOSX/Resources/fs_play_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_rewind.png
+   A /trunk/extras/MacOSX/Resources/fs_rewind_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_skip_next.png
+   A /trunk/extras/MacOSX/Resources/fs_skip_next_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_skip_previous.png
+   A /trunk/extras/MacOSX/Resources/fs_skip_previous_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_stop.png
+   A /trunk/extras/MacOSX/Resources/fs_stop_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_time_slider.png
+   A /trunk/extras/MacOSX/Resources/fs_time_slider_knob.png
+   A /trunk/extras/MacOSX/Resources/fs_time_slider_knob_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_volume_max.png
+   A /trunk/extras/MacOSX/Resources/fs_volume_max_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_volume_mute.png
+   A /trunk/extras/MacOSX/Resources/fs_volume_mute_highlight.png
+   A /trunk/extras/MacOSX/Resources/fs_volume_slider_bar.png
+   A /trunk/extras/MacOSX/Resources/fs_volume_slider_knob.png
+   A /trunk/extras/MacOSX/Resources/fs_volume_slider_knob_highlight.png
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/modules/gui/macosx/fspanel.m
+
+* native GUI elements for the Fullscreen panel by Simon Damkjr Andersen <simondamkjaer@gmail.com>. Thanks again!
+------------------------------------------------------------------------
+r16903 | fkuehne | 2006-10-01 04:28:09 -0700 (Sun, 01 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+
+* small visual fix for the playmode buttons (prevents white highlighting around the icons on click)
+------------------------------------------------------------------------
+r16898 | zorglub | 2006-10-01 02:14:21 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+gra
+
+------------------------------------------------------------------------
+r16897 | zorglub | 2006-10-01 01:44:35 -0700 (Sun, 01 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+Create variables in libvlc instead of libvlc_global_data
+
+------------------------------------------------------------------------
+r16896 | dionoea | 2006-09-30 16:37:47 -0700 (Sat, 30 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/marq.c
+
+Add $_ line skip variable.
+
+------------------------------------------------------------------------
+r16895 | dionoea | 2006-09-30 16:30:39 -0700 (Sat, 30 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   M /trunk/modules/video_filter/marq.c
+   D /trunk/modules/video_filter/time.c
+
+Merge time and marq filters. Marq now handles the %letter time format strings and new $letter VLC format strings. Still needs some work.
+
+------------------------------------------------------------------------
+r16894 | dionoea | 2006-09-30 13:25:36 -0700 (Sat, 30 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+
+Skeleton for modules list widgets in the prefs. I'm not working on it atm so i figure that it's best to commit what's already done.
+
+------------------------------------------------------------------------
+r16893 | dionoea | 2006-09-30 12:58:44 -0700 (Sat, 30 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+s/libtag/taglib/
+
+------------------------------------------------------------------------
+r16892 | dionoea | 2006-09-30 12:51:43 -0700 (Sat, 30 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+remove unneed x
+
+------------------------------------------------------------------------
+r16891 | dionoea | 2006-09-30 12:37:39 -0700 (Sat, 30 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/src/input/meta.c
+
+ - Don't cache files to ~/.vlc/art/(null)/(null)/
+ - Check if file already exists in the download function.
+
+------------------------------------------------------------------------
+r16890 | hartman | 2006-09-30 12:32:26 -0700 (Sat, 30 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Add taglib to macosx contrib. Use pkg-config for taglib in configure. (if you don't have 1.4 in your distro, too bad, or add something that doesn't rely on /usr/local)
+
+------------------------------------------------------------------------
+r16889 | zorglub | 2006-09-30 10:08:48 -0700 (Sat, 30 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/meta_engine/folder.c
+   M /trunk/modules/meta_engine/musicbrainz.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/meta.c
+   M /trunk/src/playlist/engine.c
+
+Re-enable art fetching when in "ALL" mode
+Todo: we should recheck cache just before downloading in case it has been downloaded while we were in the queue
+
+------------------------------------------------------------------------
+r16888 | funman | 2006-09-30 09:52:32 -0700 (Sat, 30 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/audioscrobbler.c
+
+Cosmetics, add some comments
+Remove unneeded strlwr
+
+------------------------------------------------------------------------
+r16887 | zorglub | 2006-09-30 09:15:40 -0700 (Sat, 30 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/codec/ffmpeg/demux.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/mp4/mp4.c
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+   M /trunk/modules/misc/playlist/xspf.c
+
+Merge author/artist
+WX compilation unchecked
+
+------------------------------------------------------------------------
+r16886 | zorglub | 2006-09-30 08:29:11 -0700 (Sat, 30 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/musicbrainz.c
+
+Split the musicbrainz module : meta fetcher (to retrieve MB Album and Track id) and art finder (to retrieve Amazon art url)
+
+------------------------------------------------------------------------
+r16884 | hartman | 2006-09-30 03:36:49 -0700 (Sat, 30 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+Updata libcaca downloadlocation
+------------------------------------------------------------------------
+r16883 | hartman | 2006-09-30 03:02:02 -0700 (Sat, 30 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/dvdnav.patch
+
+Reenable dvdcss which was disabled accidently in [16806]. Fix the dvdnav patch to make dlopen configure check work
+------------------------------------------------------------------------
+r16882 | zorglub | 2006-09-29 13:36:43 -0700 (Fri, 29 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+
+export symbol
+
+------------------------------------------------------------------------
+r16881 | zorglub | 2006-09-29 12:48:53 -0700 (Fri, 29 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/meta_engine/folder.c
+   M /trunk/modules/meta_engine/musicbrainz.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/thread.c
+
+Don't loop preparse threads when idle
+Compile fix
+
+------------------------------------------------------------------------
+r16880 | zorglub | 2006-09-29 12:19:18 -0700 (Fri, 29 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/input/meta.c
+   M /trunk/src/playlist/engine.c
+
+Improve meta/art logic
+
+------------------------------------------------------------------------
+r16879 | funman | 2006-09-29 06:08:25 -0700 (Fri, 29 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+
+Replaces url unescaping by url decoding in xspf import
+Thanks to courmisch for finding the issue
+Closes #721
+
+------------------------------------------------------------------------
+r16878 | funman | 2006-09-28 16:44:09 -0700 (Thu, 28 Sep 2006) | 10 lines
+Changed paths:
+   M /trunk/modules/misc/audioscrobbler.c
+
+Don't Close() on connection error, retry every minute
+Fix a _() that should have been N_()
+Username & Password are non-advanced settings
+Warn user with interaction if Username is bad or not set
+Handshake only if there is something to submit
+Get rid of hexa() for printf("%02x")
+Replace % 256 and / (2^x) by bitwise operations : & 0xff and >> x
+Don't cancel submission of song if user has paused playing
+Code for new meta_engine (not enabled yet)
+
+------------------------------------------------------------------------
+r16877 | dionoea | 2006-09-28 13:14:27 -0700 (Thu, 28 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Fixes to my fixes from Thomas Parmelan.
+
+------------------------------------------------------------------------
+r16875 | ipkiss | 2006-09-27 10:53:26 -0700 (Wed, 27 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+
+ * modules/gui/qt4/Modules.am: fixed a warning at bootstrap time
+
+------------------------------------------------------------------------
+r16874 | xtophe | 2006-09-27 10:09:40 -0700 (Wed, 27 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/meta_engine
+
+svn:ignore
+
+
+------------------------------------------------------------------------
+r16873 | xtophe | 2006-09-27 08:28:32 -0700 (Wed, 27 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Be more restrictiv wrt wx version.
+
+------------------------------------------------------------------------
+r16872 | xtophe | 2006-09-27 08:28:22 -0700 (Wed, 27 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/video_filter/Modules.am
+
+Almost fix make distcheck
+
+------------------------------------------------------------------------
+r16871 | dionoea | 2006-09-26 14:18:36 -0700 (Tue, 26 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Add WavPack to news too
+
+------------------------------------------------------------------------
+r16870 | dionoea | 2006-09-26 14:17:20 -0700 (Tue, 26 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+Enable WavPack decoding in ffmpeg (once they'll increment the version number). Some of the samples still decode weird but hey ... it's already great news :)
+
+------------------------------------------------------------------------
+r16868 | damienf | 2006-09-26 09:03:11 -0700 (Tue, 26 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/core.c
+
+oops, it sounds like I f**d * my last revert
+
+------------------------------------------------------------------------
+r16867 | oaubert | 2006-09-26 08:51:34 -0700 (Tue, 26 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/mediacontrol.h
+   M /trunk/include/vlc/mediacontrol_structures.h
+
+mediacontrol: doxygen updates
+
+------------------------------------------------------------------------
+r16866 | oaubert | 2006-09-26 08:16:00 -0700 (Tue, 26 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/python/vlc_input.c
+   M /trunk/bindings/python/vlc_instance.c
+   M /trunk/bindings/python/vlc_mediacontrol.c
+   M /trunk/bindings/python/vlc_object.c
+
+python bindings: documentation update
+
+------------------------------------------------------------------------
+r16865 | oaubert | 2006-09-26 08:06:22 -0700 (Tue, 26 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_core.c
+
+mediacontrol_core.c: prepend the argv[0] here, since libvlc_new no
+longer does.
+
+------------------------------------------------------------------------
+r16864 | damienf | 2006-09-26 07:40:55 -0700 (Tue, 26 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/core.c
+
+- revert 16847, this breaks the activex and mozilla plugins, and passing a argv[0] is a very desirable feature as the path in argv[0] is also used to search for plugins. Typically users can pass on the argv[0] of their programs
+
+------------------------------------------------------------------------
+r16863 | oaubert | 2006-09-26 07:15:10 -0700 (Tue, 26 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_core.c
+
+src/control/mediacontrol_core.c: libvlc_input now uses milliseconds as
+time unit
+
+------------------------------------------------------------------------
+r16861 | damienf | 2006-09-26 06:53:26 -0700 (Tue, 26 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcplugin.cpp
+
+- mozilla: cleaned up configuration arguments
+
+------------------------------------------------------------------------
+r16860 | jpsaman | 2006-09-26 00:04:30 -0700 (Tue, 26 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/stream_out/rtp.c
+
+Fix: Quicktime 404 error on RTSP SETUP. Patch by Brian Raymon <braymon _at_ echostrom _dot_ net>.
+------------------------------------------------------------------------
+r16859 | damienf | 2006-09-25 20:12:52 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/main.cpp
+   M /trunk/activex/plugin.cpp
+
+- activex: fix plugin path search, now relative to DLL location & registry settings
+
+------------------------------------------------------------------------
+r16858 | damienf | 2006-09-25 18:01:08 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/input.c
+
+- input: make sure time units are in milliseconds, as expected
+
+------------------------------------------------------------------------
+r16857 | damienf | 2006-09-25 17:59:49 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc.inf.in
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.c
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/test.html
+   D /trunk/activex/vlcconfiguration.cpp
+   D /trunk/activex/vlcconfiguration.h
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/activex/vlccontrol2.h
+
+- activex: more features and fully updated test.html for new APIs
+
+------------------------------------------------------------------------
+r16856 | xtophe | 2006-09-25 14:06:50 -0700 (Mon, 25 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+   M /trunk/src/Makefile.am
+
+Suppress references to mediacontrol_{init,plugin}
+Make update-po
+
+------------------------------------------------------------------------
+r16855 | xtophe | 2006-09-25 13:21:18 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/folder.c
+   M /trunk/modules/meta_engine/musicbrainz.c
+
+Cosmetic
+
+------------------------------------------------------------------------
+r16854 | oaubert | 2006-09-25 09:01:07 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/Makefile.am
+   M /trunk/bindings/python/Makefile.am
+   M /trunk/configure.ac
+
+Fix references to bindings/python
+
+------------------------------------------------------------------------
+r16853 | oaubert | 2006-09-25 08:59:23 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   D /trunk/bindings/mediacontrol-python
+   A /trunk/bindings/python (from /trunk/bindings/mediacontrol-python:16845)
+   R /trunk/bindings/python/Makefile.am (from /trunk/bindings/mediacontrol-python/Makefile.am:16852)
+   R /trunk/bindings/python/setup.py (from /trunk/bindings/mediacontrol-python/setup.py:16852)
+   R /trunk/bindings/python/vlc_instance.c (from /trunk/bindings/mediacontrol-python/vlc_instance.c:16852)
+   R /trunk/bindings/python/vlc_mediacontrol.c (from /trunk/bindings/mediacontrol-python/vlc_mediacontrol.c:16852)
+
+Rename bindings/mediacontrol-python to bindings/python
+
+------------------------------------------------------------------------
+r16852 | oaubert | 2006-09-25 08:58:04 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   D /trunk/bindings/python
+
+bindings/python: remove empty dir
+
+------------------------------------------------------------------------
+r16851 | oaubert | 2006-09-25 08:54:59 -0700 (Mon, 25 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlc_instance.c
+
+binding/mediacontrol-python/vlc_instance.c: it is now unnecessary to
+prepend argv[0] to libvlc_new parameters
+
+------------------------------------------------------------------------
+r16850 | oaubert | 2006-09-25 08:54:15 -0700 (Mon, 25 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlc_mediacontrol.c
+
+bindings/mediacontrol-python/vlc_mediacontrol.c: use the new
+mediacontrol_new API
+
+------------------------------------------------------------------------
+r16849 | oaubert | 2006-09-25 08:52:55 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/mediacontrol_internal.h
+   M /trunk/include/vlc/mediacontrol.h
+   M /trunk/src/control/mediacontrol_core.c
+
+mediacontrol_new: new API (pass argc and argv), use the new libvlc_new API
+
+------------------------------------------------------------------------
+r16848 | oaubert | 2006-09-25 08:52:05 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
+
+src/control/mediacontrol_audio_video.c: use RAISE_NULL, RAISE_VOID macros
+
+------------------------------------------------------------------------
+r16847 | oaubert | 2006-09-25 08:51:22 -0700 (Mon, 25 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/core.c
+
+src/control/core.c: prepend a dummy argv[0] to libvlc_new() argv, so
+that users of the API can simply pass parameters
+
+------------------------------------------------------------------------
+r16846 | oaubert | 2006-09-25 05:31:41 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/Makefile.am
+   M /trunk/bindings/mediacontrol-python/setup.py
+
+mediacontrol-python: try to fix r16794
+
+------------------------------------------------------------------------
+r16845 | oaubert | 2006-09-25 05:09:13 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/MAINTAINERS
+   M /trunk/build-vlc
+   M /trunk/config.in
+   M /trunk/configure.ac
+   M /trunk/defconfig
+   M /trunk/modules/LIST
+   D /trunk/modules/control/corba
+   M /trunk/vlc.roku
+
+Remove CORBA module, which I is not used anymore (not even by me...)
+
+------------------------------------------------------------------------
+r16843 | jpsaman | 2006-09-25 01:02:12 -0700 (Mon, 25 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/channel_mixer/Modules.am
+   A /trunk/modules/audio_filter/channel_mixer/mono.c (from /trunk/modules/audio_filter/converter/mono.c:16840)
+   M /trunk/modules/audio_filter/converter/Modules.am
+   D /trunk/modules/audio_filter/converter/mono.c
+
+Mono audio filter is a channel_mixer and not a convertor.
+
+------------------------------------------------------------------------
+r16842 | jpsaman | 2006-09-25 00:24:49 -0700 (Mon, 25 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/activex/Makefile.am
+
+Use shell style parenthesis for VLC_CONFIG in Makefile.am
+------------------------------------------------------------------------
+r16841 | jpsaman | 2006-09-25 00:23:09 -0700 (Mon, 25 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/vlccontrol.cpp
+
+remove excess whitespace
+------------------------------------------------------------------------
+r16840 | dionoea | 2006-09-24 15:01:28 -0700 (Sun, 24 Sep 2006) | 6 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/input/meta.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/playlist_internal.h
+   M /trunk/src/playlist/thread.c
+
+Some more (mostly) untested stuff:
+ * Secondary queue items now have a b_fetch_art flag
+ * You can use the playlist_AskForArtEnqueue function to ask for art from an interface. This will enqueue at the begining of the secondary queue
+ * other stuff which i don't remember :)
+ * (fix issues with previous (and unrelated) DIR_SEP commit)
+
+------------------------------------------------------------------------
+r16839 | dionoea | 2006-09-24 13:51:56 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/meta_engine/Modules.am
+   D /trunk/modules/meta_engine/dummy.c
+   M /trunk/modules/meta_engine/folder.c
+   M /trunk/modules/meta_engine/musicbrainz.c
+   M /trunk/src/input/meta.c
+   M /trunk/src/input/subtitles.c
+
+Some more meta changes (mostly cleanup and check the i_mandatory flags)
+
+------------------------------------------------------------------------
+r16838 | zorglub | 2006-09-24 11:43:39 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/dummy.c
+   M /trunk/modules/meta_engine/folder.c
+   M /trunk/modules/meta_engine/musicbrainz.c
+
+Fix include paths
+
+------------------------------------------------------------------------
+r16837 | zorglub | 2006-09-24 10:11:25 -0700 (Sun, 24 Sep 2006) | 7 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_meta.h
+   D /trunk/include/vlc_meta_engine.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/Makefile.am
+   M /trunk/src/input/input.c
+   A /trunk/src/input/meta.c (from /trunk/src/input/input.c:16834)
+   M /trunk/src/misc/objects.c
+   M /trunk/src/playlist/engine.c
+
+* Split download function in find/download
+* Put meta related functions in src/input/meta.c
+* Merge vlc_meta_engine.h and vlc_meta.h
+
+Album art stuff is still broken, but I need to go now :)
+
+
+------------------------------------------------------------------------
+r16836 | dionoea | 2006-09-24 10:01:25 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/video_filter/mosaic.c
+
+[PATCH] mosaic improvement: user-defined offsets for substreams by Thomas Parmelan. +fixes for svn trunk
+
+------------------------------------------------------------------------
+r16835 | zorglub | 2006-09-24 09:49:36 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/engine.c
+
+Mark meta as fetched
+
+------------------------------------------------------------------------
+r16834 | zorglub | 2006-09-24 09:44:52 -0700 (Sun, 24 Sep 2006) | 11 lines
+Changed paths:
+   M /trunk/modules/meta_engine/dummy.c
+   M /trunk/modules/meta_engine/folder.c
+   M /trunk/modules/meta_engine/musicbrainz.c
+   M /trunk/modules/meta_engine/taglib.cpp
+   M /trunk/src/input/input.c
+   M /trunk/src/playlist/engine.c
+
+Start splitting the various meta module types
+* meta reader : read directly from the file, should be made from the demux.
+  Examples: taglib, id3tag
+* meta fetcher : use web services to get meta, either from the current ones.
+  Called only if we don't have the tags after using the meta readers
+* art finder : find the URL of the suitable album art. Called according to the
+  art policy
+* art downloader : used to retrieve the art from special locations. Not needed
+  if art is available directly from an URL.
+  Examples: APIC ID3 tag reader
+
+------------------------------------------------------------------------
+r16833 | xtophe | 2006-09-24 09:34:12 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/Modules.am
+
+taglib has been moved
+
+------------------------------------------------------------------------
+r16832 | dionoea | 2006-09-24 09:21:52 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/dummy.c
+   M /trunk/src/input/input.c
+
+Use DIR_SEP
+
+------------------------------------------------------------------------
+r16831 | zorglub | 2006-09-24 08:20:49 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/meta_engine/taglib.cpp
+
+Skeleton for taglib art downloader and tags writer
+
+------------------------------------------------------------------------
+r16830 | dionoea | 2006-09-24 08:11:33 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/playlist/loadsave.c
+
+Define DIR_SEP only once
+
+------------------------------------------------------------------------
+r16829 | zorglub | 2006-09-24 08:09:25 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/taglib.cpp
+
+Read album, also detect images in FLAC
+
+------------------------------------------------------------------------
+r16828 | zorglub | 2006-09-24 07:56:46 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/taglib.cpp
+
+Detect embedded images
+
+------------------------------------------------------------------------
+r16827 | dionoea | 2006-09-24 07:53:49 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/id3tag.c
+
+use msg_Dbg instead of fprintf
+
+------------------------------------------------------------------------
+r16826 | dionoea | 2006-09-24 07:50:48 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/taglib.cpp
+
+Set svn:keywords Id
+
+------------------------------------------------------------------------
+r16825 | zorglub | 2006-09-24 07:46:03 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/mpc.c
+   M /trunk/modules/demux/mpeg/mpga.c
+   D /trunk/modules/demux/util
+   M /trunk/modules/meta_engine/Modules.am
+   A /trunk/modules/meta_engine/id3genres.h (from /trunk/modules/demux/util/id3genres.h:16820)
+   A /trunk/modules/meta_engine/id3tag.c (from /trunk/modules/demux/util/id3tag.c:16824)
+   A /trunk/modules/meta_engine/taglib.cpp (from /trunk/modules/misc/taglib.cpp:16824)
+   D /trunk/modules/misc/taglib.cpp
+
+Move the meta readers to the correct folder, and use them for all parsing
+
+------------------------------------------------------------------------
+r16824 | zorglub | 2006-09-24 07:30:55 -0700 (Sun, 24 Sep 2006) | 10 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/misc/Modules.am
+   A /trunk/modules/misc/taglib.cpp
+
+Taglib based parser, use it for Vorbis parsing
+
+Features to add to it:
+* Parse more meta than artist/title :)
+* Fetch duration for Vorbis files
+* Fetch album art in ID3v2 (APIC frames)
+* Write back tags to file
+
+Unfortunately, it only works for files, so it can't replace libid3tag
+
+------------------------------------------------------------------------
+r16823 | zorglub | 2006-09-24 06:13:40 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/src/input/control.c
+   M /trunk/src/input/input.c
+
+Don't notify playlist several times while preparsing
+
+------------------------------------------------------------------------
+r16822 | zorglub | 2006-09-24 05:48:23 -0700 (Sun, 24 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+   M /trunk/src/playlist/engine.c
+
+Start supporting preparse status
+
+------------------------------------------------------------------------
+r16821 | zorglub | 2006-09-24 05:40:10 -0700 (Sun, 24 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/demux/playlist/qtl.c
+   M /trunk/modules/demux/playlist/sgimb.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/wizard.m
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/modules/services_discovery/podcast.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/src/control/mediacontrol_core.c
+   M /trunk/src/input/control.c
+   M /trunk/src/input/item.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/video_output/video_output.c
+
+Rename vlc_input_item_* functions to input_Item* for consistency
+Add input_ItemAddOptionNoDup (unused at the moment)
++ free warning fix
+
+------------------------------------------------------------------------
+r16820 | zorglub | 2006-09-24 03:40:00 -0700 (Sun, 24 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/src/interface/interface.c
+
+Convert hotkeys to using cond_wait/cond_signal
+This removes useless wakeups and improves hotkeys reactivity
+
+------------------------------------------------------------------------
+r16819 | zorglub | 2006-09-24 02:34:57 -0700 (Sun, 24 Sep 2006) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_interface.h
+   M /trunk/modules/control/corba/corba.c
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/lirc.c
+   M /trunk/modules/control/motion.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/showintf.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/gui/beos/Interface.cpp
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/wince/timer.cpp
+   M /trunk/modules/gui/wxwidgets/timer.cpp
+   M /trunk/modules/misc/dummy/interface.c
+   M /trunk/src/interface/interface.c
+
+* Get rid of the Manager thread by making blocking interfaces listen to
+  p_libvlc->b_die
+  Not implemented for OS X as I am not sure, please check if it is feasible.
+* Don't run the dummy interface
+
+------------------------------------------------------------------------
+r16818 | dionoea | 2006-09-23 15:45:52 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/meta_engine/Modules.am
+   A /trunk/modules/meta_engine/folder.c
+
+Add low priority "folder" meta_engine. Will look for files named "Folder.jpg" (Windows), "AlbumArtSmall.jpg" (Windows) or ".folder.png" (Linux) to use as album art.
+
+------------------------------------------------------------------------
+r16817 | dionoea | 2006-09-23 14:25:20 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/playlist/engine.c
+
+Add an "album art download policy" (--album-art) option. I now have to do another commit to enfore this policy (album art isn't downloaded at all atm)
+
+------------------------------------------------------------------------
+r16816 | jb | 2006-09-23 13:56:52 -0700 (Sat, 23 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/infopanels.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/ui/input_stats.ui
+
+Small corrections for stats.
+
+
+------------------------------------------------------------------------
+r16815 | dionoea | 2006-09-23 13:52:40 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/dummy.c
+   M /trunk/src/input/input.c
+
+utf8_stat doesn't work if 2nd arg is NULL ... too bad :(
+
+------------------------------------------------------------------------
+r16814 | zorglub | 2006-09-23 13:42:56 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+
+Don't spit too much debug
+
+------------------------------------------------------------------------
+r16813 | dionoea | 2006-09-23 13:41:59 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+
+<tab> police
+
+------------------------------------------------------------------------
+r16812 | dionoea | 2006-09-23 13:27:14 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Move the album art download thing to a separate proccess
+
+------------------------------------------------------------------------
+r16811 | zorglub | 2006-09-23 13:16:08 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/selector.hpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+
+Very very preliminary Qt implementation of album art
+
+------------------------------------------------------------------------
+r16810 | zorglub | 2006-09-23 12:48:03 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+baad dionoea
+
+------------------------------------------------------------------------
+r16809 | dionoea | 2006-09-23 09:56:32 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Remove useless stuff.
+
+------------------------------------------------------------------------
+r16808 | dionoea | 2006-09-23 09:56:12 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/meta_engine/Modules.am
+   A /trunk/modules/meta_engine/dummy.c
+
+Add dummy meta engine with highest priority. Will check if meta is already available.
+
+------------------------------------------------------------------------
+r16807 | dionoea | 2006-09-23 08:47:53 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_meta.h
+   A /trunk/include/vlc_meta_engine.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   A /trunk/modules/meta_engine
+   A /trunk/modules/meta_engine/Modules.am
+   A /trunk/modules/meta_engine/musicbrainz.c (from /trunk/modules/misc/musicbrainz.c:16800)
+   M /trunk/modules/misc/Modules.am
+   D /trunk/modules/misc/musicbrainz.c
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/playlist_internal.h
+   M /trunk/src/playlist/thread.c
+
+Start of meta engine stuff. src/input/input.c needs to be fixed a bit. I'll finish it today. @zorglub: now you have to use the psz_arturl meta to display stuff in the interface.
+
+------------------------------------------------------------------------
+r16806 | zorglub | 2006-09-23 06:37:50 -0700 (Sat, 23 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/include/audio_output.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   M /trunk/src/audio_output/intf.c
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+* Add switch to skins
+* Fixes to dialog singletons
+* Forgotten files (definitions of aout_Visual*, unimplemented at the moment)
+
+------------------------------------------------------------------------
+r16805 | zorglub | 2006-09-23 06:23:23 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/extended.cpp
+
+Use a tab widget for extended GUI
+
+------------------------------------------------------------------------
+r16804 | zorglub | 2006-09-23 06:16:33 -0700 (Sat, 23 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   D /trunk/modules/gui/qt4/components/equalizer.cpp
+   D /trunk/modules/gui/qt4/components/equalizer.hpp
+   A /trunk/modules/gui/qt4/components/extended_panels.cpp (from /trunk/modules/gui/qt4/components/equalizer.cpp:16799)
+   A /trunk/modules/gui/qt4/components/extended_panels.hpp (from /trunk/modules/gui/qt4/components/equalizer.hpp:16799)
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/dialogs/extended.cpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/menus.hpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+
+Advanced controls bar
+Make some sttings persistent
+
+------------------------------------------------------------------------
+r16803 | xtophe | 2006-09-23 05:36:02 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_interface.h
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Add a "Media Files" extension list  + i18n
+
+------------------------------------------------------------------------
+r16802 | dionoea | 2006-09-23 04:19:04 -0700 (Sat, 23 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+Fix error spotted by m4n_in_bl4ck in the forum.
+
+------------------------------------------------------------------------
+r16800 | Trax | 2006-09-23 04:00:43 -0700 (Sat, 23 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* modules/codec/ffmpeg.c: add X264 to the list of supported fourcc's
+------------------------------------------------------------------------
+r16797 | xtophe | 2006-09-22 16:29:06 -0700 (Fri, 22 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+make update-po
+
+
+------------------------------------------------------------------------
+r16796 | xtophe | 2006-09-22 16:11:59 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+   M /trunk/src/libvlc.h
+
+i18n fixes pointed by Marian Hikanik
+
+------------------------------------------------------------------------
+r16795 | zorglub | 2006-09-22 14:37:59 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+
+WTF ?
+
+------------------------------------------------------------------------
+r16794 | xtophe | 2006-09-22 14:19:13 -0700 (Fri, 22 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/Makefile.am
+   M /trunk/bindings/mediacontrol-python/setup.py
+
+That should fix building the python bindings if srcdir =! builddir.
+
+Not thorougly tested. Olivier reverts this commit without hesitation if it breaks your stuffs
+
+------------------------------------------------------------------------
+r16793 | zorglub | 2006-09-22 13:45:44 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+
+Remove useless code
+
+------------------------------------------------------------------------
+r16792 | zorglub | 2006-09-22 13:42:33 -0700 (Fri, 22 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/menus.hpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+
+Put the dock/undock back in the menu
+Put the add button in the playlist standard panel
+Remove duplicated code for playlist widgets
+
+------------------------------------------------------------------------
+r16791 | zorglub | 2006-09-22 11:31:31 -0700 (Fri, 22 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/menus.hpp
+
+Playlist menu
+Add button in playlist widget
+
+------------------------------------------------------------------------
+r16790 | damienf | 2006-09-22 10:44:45 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.c
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/main.cpp
+   M /trunk/activex/persistpropbag.cpp
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   A /trunk/activex/vlcconfiguration.cpp
+   A /trunk/activex/vlcconfiguration.h
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/activex/vlccontrol2.h
+
+- activex: added configuration interface
+
+------------------------------------------------------------------------
+r16789 | xtophe | 2006-09-22 09:37:45 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Enable by default live555 module
+
+------------------------------------------------------------------------
+r16788 | zorglub | 2006-09-22 09:10:16 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+
+Implement dock/undock for the playlist
+
+------------------------------------------------------------------------
+r16787 | zorglub | 2006-09-22 08:20:02 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+
+Some cleanup, start integrating audio visualizations
+
+------------------------------------------------------------------------
+r16786 | oaubert | 2006-09-22 06:07:07 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/Makefile.am
+   A /trunk/bindings/mediacontrol-python/vlcwidget.py
+
+mediacontrol-python: implement a VLCWidget/DecoratedVLCWidget for python-gtk
+
+------------------------------------------------------------------------
+r16785 | hartman | 2006-09-22 06:05:52 -0700 (Fri, 22 Sep 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+
+* Fix another microdvd issue.
+  - It now uses in order
+   default fps == 25,
+   the fps of the movie, if available.
+   the fps specified in the subtitle file, if available.
+   the fps specified by the user, if set.
+  - Don't set it on each an every subtitle, do it globaly. (should be faster)
+
+------------------------------------------------------------------------
+r16784 | hartman | 2006-09-22 05:39:00 -0700 (Fri, 22 Sep 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+
+* Added the info for the MSS2, MSS1, WMVA, WVP2, WMVP codecs trough dmo.
+  Info was distilled from the mplayer codec config file
+
+  closes #750
+
+------------------------------------------------------------------------
+r16783 | oaubert | 2006-09-22 05:26:04 -0700 (Fri, 22 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlc_mediacontrol.c
+
+bindings/mediacontrol-python/vlc_mediacontrol.c: rename
+mc.get_instance to mc.get_vlc_instance
+
+------------------------------------------------------------------------
+r16782 | zorglub | 2006-09-22 04:55:35 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/equalizer.cpp
+
+Fix equalizer crash
+
+------------------------------------------------------------------------
+r16781 | oaubert | 2006-09-22 03:43:15 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/README
+   M /trunk/bindings/mediacontrol-python/setup.py
+   M /trunk/bindings/mediacontrol-python/vlc_instance.c
+   M /trunk/bindings/mediacontrol-python/vlc_mediacontrol.c
+
+python bindings: changes from the libvlc API: a MediaControl can now be created from scratch (with a list of strings as parameters) or from an existing vlc.Instance. MediaControl.get_instance() return the associated vlc.Instance in all cases.
+
+------------------------------------------------------------------------
+r16780 | oaubert | 2006-09-22 03:37:40 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/mediacontrol_internal.h
+   M /trunk/include/vlc/mediacontrol.h
+   M /trunk/src/control/mediacontrol_audio_video.c
+   M /trunk/src/control/mediacontrol_core.c
+   D /trunk/src/control/mediacontrol_init.c
+   D /trunk/src/control/mediacontrol_plugin.c
+
+mediacontrol API: (mostly) use the new libvlc API
+
+------------------------------------------------------------------------
+r16779 | damienf | 2006-09-22 02:41:50 -0700 (Fri, 22 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/input.c
+
+input.c: fixed the playback rate (0.5 is half the speed, not twice)
+
+------------------------------------------------------------------------
+r16777 | xtophe | 2006-09-21 16:19:18 -0700 (Thu, 21 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Make update-po
+
+------------------------------------------------------------------------
+r16772 | damienf | 2006-09-21 10:01:45 -0700 (Thu, 21 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/connectioncontainer.cpp
+   M /trunk/activex/connectioncontainer.h
+   M /trunk/activex/dataobject.cpp
+   M /trunk/activex/utils.h
+
+- ActiveX: optimized implementation of all IEnumXXX classes (more template obfuscation I'm afraid), fixed IConnectionPoints for DCOM
+
+------------------------------------------------------------------------
+r16770 | sam | 2006-09-21 08:51:31 -0700 (Thu, 21 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/input.c
+
+  * "synch" -> "sync" (gniihiihiimineeeeerveuh)
+
+------------------------------------------------------------------------
+r16766 | titer | 2006-09-21 06:33:24 -0700 (Thu, 21 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/vout.m
+
+Removes --macosx-fill which has been long broken and is now replaced with the cropping vars
+
+------------------------------------------------------------------------
+r16765 | zorglub | 2006-09-20 16:25:28 -0700 (Wed, 20 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/ui/input_stats.ui
+
+Autosave size/position + fix a resizing bug in the stats panel
+Cosmetics
+
+------------------------------------------------------------------------
+r16764 | zorglub | 2006-09-20 16:17:26 -0700 (Wed, 20 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/infopanels.cpp
+   M /trunk/modules/gui/qt4/components/infopanels.hpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+A bit of cleanup in the info stuff
+
+------------------------------------------------------------------------
+r16763 | zorglub | 2006-09-20 15:41:20 -0700 (Wed, 20 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+Do not hide the video widget, as it causes some sizing trouble, just resize it
+
+------------------------------------------------------------------------
+r16762 | zorglub | 2006-09-20 15:00:56 -0700 (Wed, 20 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+Cleanup
+
+------------------------------------------------------------------------
+r16761 | xtophe | 2006-09-20 14:16:25 -0700 (Wed, 20 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/pt_PT.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Update portuguese l10n by Ari Constancio
+
+------------------------------------------------------------------------
+r16760 | zorglub | 2006-09-20 14:10:53 -0700 (Wed, 20 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+
+Some size fixes
+
+------------------------------------------------------------------------
+r16759 | dionoea | 2006-09-20 14:10:34 -0700 (Wed, 20 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/engine.c
+
+2nd try
+
+------------------------------------------------------------------------
+r16758 | dionoea | 2006-09-20 14:06:50 -0700 (Wed, 20 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/engine.c
+
+propset keywords Id
+
+------------------------------------------------------------------------
+r16757 | hartman | 2006-09-20 12:53:16 -0700 (Wed, 20 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/extended.m
+
+* Fix selection of Adjust filter. On the fly changes are still broken
+
+------------------------------------------------------------------------
+r16756 | jb | 2006-09-20 12:37:51 -0700 (Wed, 20 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/infopanels.cpp
+   M /trunk/modules/gui/qt4/components/infopanels.hpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+
+*Qt4: InfoTree for files. The timer does not function correctly yet. :D
+
+
+------------------------------------------------------------------------
+r16755 | oaubert | 2006-09-20 09:55:41 -0700 (Wed, 20 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlc_instance.c
+
+bindings/mediacontrol-python/vlc_instance.c: complete the libvlc
+bindings (vlm methods)
+
+------------------------------------------------------------------------
+r16754 | damienf | 2006-09-20 06:13:04 -0700 (Wed, 20 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/m4/autoconf260.m4
+
+- replace std=c99 by std=gnu99, which allows for GCC extensions as well as C99
+
+------------------------------------------------------------------------
+r16753 | jb | 2006-09-20 04:50:43 -0700 (Wed, 20 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/services_discovery/bonjour.c
+
+Replace playlist_NodesCreateForSD by playlist_NodesPairCreate in Bonjour SD according to [16656]
+
+
+------------------------------------------------------------------------
+r16752 | oaubert | 2006-09-20 04:10:44 -0700 (Wed, 20 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/Makefile.am
+   A /trunk/bindings/mediacontrol-python/README
+   M /trunk/bindings/mediacontrol-python/setup.py
+   A /trunk/bindings/mediacontrol-python/vlc_input.c
+   A /trunk/bindings/mediacontrol-python/vlc_instance.c
+   A /trunk/bindings/mediacontrol-python/vlc_mediacontrol.c
+   A /trunk/bindings/mediacontrol-python/vlc_module.c
+   A /trunk/bindings/mediacontrol-python/vlc_object.c
+   A /trunk/bindings/mediacontrol-python/vlc_position.c
+   D /trunk/bindings/mediacontrol-python/vlcglue.c
+   M /trunk/bindings/mediacontrol-python/vlcglue.h
+
+python bindings: add support for the new libvlc API
+
+------------------------------------------------------------------------
+r16751 | zorglub | 2006-09-19 15:40:40 -0700 (Tue, 19 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   A /trunk/modules/gui/qt4/pixmaps/art.xpm
+
+Layout for album art
+
+------------------------------------------------------------------------
+r16750 | xtophe | 2006-09-19 15:20:15 -0700 (Tue, 19 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+clean the musicbrainz stuffs
+
+------------------------------------------------------------------------
+r16749 | zorglub | 2006-09-19 14:28:50 -0700 (Tue, 19 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+New system for handling elements in the main interface
+Still full of bugs, please don't remove debug
+
+------------------------------------------------------------------------
+r16748 | zorglub | 2006-09-19 08:37:38 -0700 (Tue, 19 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+
+Give control back to the main interface for handling interaction with video.
+Still probably broken
+
+------------------------------------------------------------------------
+r16747 | zorglub | 2006-09-19 06:34:23 -0700 (Tue, 19 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
+   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+
+Rework of the embedded stuff. This breaks everything :)
+
+------------------------------------------------------------------------
+r16746 | zorglub | 2006-09-19 04:26:14 -0700 (Tue, 19 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/components/interface_widgets.cpp (from /trunk/modules/gui/qt4/components/video_widget.cpp:16725)
+   A /trunk/modules/gui/qt4/components/interface_widgets.hpp (from /trunk/modules/gui/qt4/components/video_widget.hpp:16725)
+   D /trunk/modules/gui/qt4/components/video_widget.cpp
+   D /trunk/modules/gui/qt4/components/video_widget.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+Split video widget from background image managre
+
+------------------------------------------------------------------------
+r16745 | dionoea | 2006-09-18 15:45:01 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Woops
+
+------------------------------------------------------------------------
+r16744 | dionoea | 2006-09-18 15:34:10 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/musicbrainz.c
+
+It's still ugly as hell but a bit more accurate. (This is a *test* plugin)
+
+------------------------------------------------------------------------
+r16743 | dionoea | 2006-09-18 15:11:54 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/Modules.am
+   A /trunk/modules/misc/musicbrainz.c
+
+Braindead plugin that get's the current song's album art url (using MusicBrainz)
+
+------------------------------------------------------------------------
+r16742 | jb | 2006-09-18 14:38:06 -0700 (Mon, 18 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+
+* Qt4/Information: Put the close button in a better place.
+
+
+------------------------------------------------------------------------
+r16741 | xtophe | 2006-09-18 13:02:21 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/po/pt_PT.po
+
+Update portuguese l10n by Ari Constancio
+
+------------------------------------------------------------------------
+r16740 | zorglub | 2006-09-18 13:02:13 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/equalizer.cpp
+   M /trunk/modules/gui/qt4/components/equalizer.hpp
+   A /trunk/modules/gui/qt4/dialogs/extended.cpp
+   A /trunk/modules/gui/qt4/dialogs/extended.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/ui/equalizer.ui
+
+Temporary dialog for the equalizer
+
+------------------------------------------------------------------------
+r16739 | dionoea | 2006-09-18 12:38:47 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+
+Fix voribis meta data stuff (so that it doesn't match on stuff like "MUSICBRAINZ_ARTIST")
+
+------------------------------------------------------------------------
+r16738 | damienf | 2006-09-18 12:29:40 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- configure.ac: fix for widl detection
+
+------------------------------------------------------------------------
+r16737 | damienf | 2006-09-18 11:45:33 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: disable warning for unused parameter, some restriction in widl detection (need SDK from winhq CVS)
+
+------------------------------------------------------------------------
+r16736 | fkuehne | 2006-09-18 11:42:41 -0700 (Mon, 18 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/x264-svn-darwin_intel.patch
+
+* remove the patch and try a hacky, but supposed to be working fix by LordRPI
+------------------------------------------------------------------------
+r16735 | zorglub | 2006-09-18 11:02:23 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/audioscrobbler.c
+
+Audioscrobbler plugin update by Rafael Carre
+
+------------------------------------------------------------------------
+r16734 | zorglub | 2006-09-18 10:52:57 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/make.pl
+
+Update beautifier for libtool
+
+------------------------------------------------------------------------
+r16733 | zorglub | 2006-09-18 10:39:24 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify
+
+svn:ignore
+
+------------------------------------------------------------------------
+r16732 | damienf | 2006-09-18 10:12:33 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.h
+   M /trunk/activex/connectioncontainer.cpp
+   M /trunk/activex/dataobject.cpp
+   M /trunk/activex/main.cpp
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/test.html
+   M /trunk/activex/utils.h
+   M /trunk/activex/vlccontrol2.cpp
+   M /trunk/activex/vlccontrol2.h
+
+- activex: cleanup, improved VB compatibility and new test.html file for new script APIs
+
+------------------------------------------------------------------------
+r16731 | zorglub | 2006-09-18 09:17:15 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/src/misc/messages.c
+
+Clean up a bit queues handling. Do not use dynamic arrays
+
+------------------------------------------------------------------------
+r16730 | zorglub | 2006-09-18 08:35:55 -0700 (Mon, 18 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/activex/plugin.cpp
+   M /trunk/bindings/java/src/core-jni.cc
+   M /trunk/include/main.h
+   M /trunk/mozilla/vlcplugin.cpp
+   M /trunk/src/libvlc-common.c
+   M /trunk/src/misc/messages.c
+
+Use a separate message bank for each libvlc instance
+Fix compilation for libvlc users
+
+------------------------------------------------------------------------
+r16729 | zorglub | 2006-09-18 07:28:30 -0700 (Mon, 18 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc-common.c
+
+Only deinit non-refcounted core data if we're the last instance
+
+
+------------------------------------------------------------------------
+r16728 | zorglub | 2006-09-18 07:16:14 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/core.c
+   M /trunk/src/libvlc-common.c
+   M /trunk/test/NativeLibvlcTest.py
+   M /trunk/test/native/libvlc.c
+   M /trunk/test/test.sh
+
+A bit of cleanup and test
+
+------------------------------------------------------------------------
+r16727 | xtophe | 2006-09-18 04:30:31 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+update-po and fix rules for qt4 ui
+
+------------------------------------------------------------------------
+r16726 | zorglub | 2006-09-18 02:44:20 -0700 (Mon, 18 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Fix spurious release at end
+
+------------------------------------------------------------------------
+r16725 | zorglub | 2006-09-17 23:33:24 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/engine.c
+
+Fix deadlock
+
+------------------------------------------------------------------------
+r16723 | fkuehne | 2006-09-17 15:54:31 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+
+* that one as, please..
+------------------------------------------------------------------------
+r16722 | fkuehne | 2006-09-17 15:54:08 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+* some additions and updates THANKS
+------------------------------------------------------------------------
+r16721 | fkuehne | 2006-09-17 15:47:19 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* added button graphics to target
+------------------------------------------------------------------------
+r16720 | fkuehne | 2006-09-17 15:39:21 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/AppleRemote.h
+   M /trunk/modules/gui/macosx/AppleRemote.m
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/embeddedwindow.h
+   M /trunk/modules/gui/macosx/embeddedwindow.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/wizard.h
+
+* removed an outdated method instead of commenting it
+------------------------------------------------------------------------
+r16719 | fkuehne | 2006-09-17 15:32:39 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+* implemented the previously committed playmode buttons and fixed the playmode saving
+------------------------------------------------------------------------
+r16717 | zorglub | 2006-09-17 14:59:36 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer_presets.h
+
+Missing file
+
+------------------------------------------------------------------------
+r16715 | zorglub | 2006-09-17 14:44:46 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix terrible bug
+
+------------------------------------------------------------------------
+r16714 | dionoea | 2006-09-17 14:39:33 -0700 (Sun, 17 Sep 2006) | 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
+
+Next non bugfix release is going to be 0.9.0
+Next bugfix release should be renamed to 0.8.6
+
+------------------------------------------------------------------------
+r16712 | zorglub | 2006-09-17 14:37:10 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Update trunk NEWS
+
+------------------------------------------------------------------------
+r16711 | zorglub | 2006-09-17 14:26:43 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/components/equalizer.cpp
+   A /trunk/modules/gui/qt4/components/equalizer.hpp
+   M /trunk/modules/gui/qt4/ui/equalizer.ui
+
+Equalizer component
+
+------------------------------------------------------------------------
+r16710 | zorglub | 2006-09-17 14:23:02 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+
+Try computing an approximation of the length when we don't have mp3 bitrate
+
+------------------------------------------------------------------------
+r16709 | fkuehne | 2006-09-17 14:16:48 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* temporarily disable x264 on intel-based Macs until it is fixed
+------------------------------------------------------------------------
+r16708 | dionoea | 2006-09-17 14:16:01 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+
+Use Artist/Title/Album meta data in vorbis. Feel free to add what's missing and remove duplicate stuff from this code
+
+------------------------------------------------------------------------
+r16706 | zorglub | 2006-09-17 13:36:56 -0700 (Sun, 17 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/audioscrobbler.c
+
+Don't delete callbacks from an already destroyed objects
+Make sure we remove the callback before quitting
+
+------------------------------------------------------------------------
+r16705 | thresh | 2006-09-17 13:29:10 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/misc/audioscrobbler.c
+
+servicing email change request for Rafael Carre
+
+------------------------------------------------------------------------
+r16704 | fkuehne | 2006-09-17 13:19:53 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/extras/MacOSX/Resources/add_embedded.png
+   A /trunk/extras/MacOSX/Resources/add_embedded_blue.png
+   A /trunk/extras/MacOSX/Resources/repeat_embedded.png
+   A /trunk/extras/MacOSX/Resources/repeat_embedded_blue.png
+   A /trunk/extras/MacOSX/Resources/repeat_single_embedded_blue.png
+   A /trunk/extras/MacOSX/Resources/shuffle_embedded.png
+   A /trunk/extras/MacOSX/Resources/shuffle_embedded_blue.png
+
+* add the new icons by Simon Damkjaer Anderson <simondamkjaer@gmail.com>, so Trax doesn't need to bootstrap over and over again. Implementation follows later on
+------------------------------------------------------------------------
+r16703 | fkuehne | 2006-09-17 13:10:18 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* don't add -Wall to the obj-C flags, as you'll get flooded with useless warnings and don't see the errors anymore
+------------------------------------------------------------------------
+r16702 | fkuehne | 2006-09-17 13:07:31 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-darwin_intel.patch
+
+* compile before you commit, wasn't it?
+------------------------------------------------------------------------
+r16701 | fkuehne | 2006-09-17 13:04:47 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-darwin_intel.patch
+
+* another attempt by pengvado
+------------------------------------------------------------------------
+r16700 | dionoea | 2006-09-17 12:50:03 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/audioscrobbler.c
+
+Fix deadlock (hopefully)
+
+------------------------------------------------------------------------
+r16699 | fkuehne | 2006-09-17 12:36:47 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/x264-svn-darwin_intel.patch
+
+* try to fix x264 for Mac Intel as suggested by Manao on IRC
+------------------------------------------------------------------------
+r16698 | dionoea | 2006-09-17 12:27:40 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   M /trunk/modules/misc/Modules.am
+   A /trunk/modules/misc/audioscrobbler.c
+
+New audioscrobbler/last.fm plugin by Rafa?\195?\171l Carr?\195?\169 and Kenneth Ostby.
+
+------------------------------------------------------------------------
+r16697 | fkuehne | 2006-09-17 12:13:33 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/src/interface/interaction.c
+
+* fixed __intf_UserStringInput
+------------------------------------------------------------------------
+r16696 | fkuehne | 2006-09-17 11:41:21 -0700 (Sun, 17 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/embeddedwindow.m
+   M /trunk/modules/gui/macosx/extended.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/macosx/wizard.m
+
+* updated all files to yield the playlist instead of finding it
+------------------------------------------------------------------------
+r16695 | xtophe | 2006-09-17 11:07:35 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/ui/input_stats.ui
+
+Initialise widgets to avoid garbage display
+
+------------------------------------------------------------------------
+r16694 | zorglub | 2006-09-17 10:00:33 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/ui/equalizer.ui
+
+UI for equalizer
+
+------------------------------------------------------------------------
+r16693 | zorglub | 2006-09-17 09:11:58 -0700 (Sun, 17 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/item.c
+
+Don't forget to reset skipping when adding a new item
+Fix a debug message
+
+------------------------------------------------------------------------
+r16692 | zorglub | 2006-09-17 07:43:42 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/screensaver.c
+   M /trunk/src/playlist/thread.c
+
+Reduce wakeup frequencies
+
+------------------------------------------------------------------------
+r16691 | zorglub | 2006-09-17 07:36:06 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/src/playlist/services_discovery.c
+
+Services discovery are not forced to have a run function
+
+------------------------------------------------------------------------
+r16690 | zorglub | 2006-09-17 06:40:02 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+Woops
+
+------------------------------------------------------------------------
+r16689 | zorglub | 2006-09-17 05:40:52 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/variables.h
+   M /trunk/modules/control/hotkeys.c
+
+Clean up a bit of redundant code
+
+------------------------------------------------------------------------
+r16688 | zorglub | 2006-09-17 05:40:37 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify/growl.c
+   M /trunk/modules/misc/notify/msn.c
+
+Don't run growl and msn plugins
+
+------------------------------------------------------------------------
+r16687 | jb | 2006-09-17 05:15:42 -0700 (Sun, 17 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/infopanels.cpp
+   M /trunk/modules/gui/qt4/components/infopanels.hpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+
+*Qt4: InfoTabs, the layout..
+
+
+------------------------------------------------------------------------
+r16686 | zorglub | 2006-09-17 03:17:39 -0700 (Sun, 17 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/notify/notify.c
+   M /trunk/src/interface/interface.c
+
+Interfaces are now allowed not to have a Run function.
+This will help reduce useless process wakeups
+
+------------------------------------------------------------------------
+r16685 | zorglub | 2006-09-17 02:43:12 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify/notify.c
+
+Fix
+
+------------------------------------------------------------------------
+r16684 | zorglub | 2006-09-17 02:33:59 -0700 (Sun, 17 Sep 2006) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/Modules.am
+   D /trunk/modules/misc/growl.c
+   D /trunk/modules/misc/msn.c
+   A /trunk/modules/misc/notify
+   A /trunk/modules/misc/notify/Modules.am
+   A /trunk/modules/misc/notify/growl.c (from /trunk/modules/misc/growl.c:16683)
+   A /trunk/modules/misc/notify/msn.c (from /trunk/modules/misc/msn.c:16675)
+   A /trunk/modules/misc/notify/notify.c (from /trunk/modules/misc/notify.c:16675)
+   A /trunk/modules/misc/notify/xosd.c (from /trunk/modules/visualization/xosd.c:16675)
+   D /trunk/modules/misc/notify.c
+   M /trunk/modules/visualization/Modules.am
+   D /trunk/modules/visualization/xosd.c
+
+* Move all notifications plugins to misc/notify
+* Don't find playlist
+* Fix a few bugs in notification plugins
+
+Todo: find a way to get rid of this mostly redundant code and rewrite the XOSD plugin
+
+------------------------------------------------------------------------
+r16683 | zorglub | 2006-09-17 02:06:24 -0700 (Sun, 17 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/showintf.c
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+   M /trunk/modules/misc/growl.c
+
+Don't use find for the playlist
+
+------------------------------------------------------------------------
+r16682 | zorglub | 2006-09-16 14:00:15 -0700 (Sat, 16 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/tree.c
+
+Fix crash
+
+------------------------------------------------------------------------
+r16681 | zorglub | 2006-09-16 13:34:01 -0700 (Sat, 16 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+Fix Qt crash on exit
+
+------------------------------------------------------------------------
+r16680 | zorglub | 2006-09-16 12:21:10 -0700 (Sat, 16 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/shout.c
+
+Fix shoutcast handling and remove broken progress detection
+
+------------------------------------------------------------------------
+r16679 | zorglub | 2006-09-16 12:20:42 -0700 (Sat, 16 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/control.c
+
+Correctly handle "no-skip" items
+
+------------------------------------------------------------------------
+r16678 | zorglub | 2006-09-16 12:20:11 -0700 (Sat, 16 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+Process all playlist updates
+
+------------------------------------------------------------------------
+r16677 | jpsaman | 2006-09-16 12:05:26 -0700 (Sat, 16 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+Don't remove AC_PROG_CPP our headerfile and library checking macros depend on it. Unbreak configure.ac
+------------------------------------------------------------------------
+r16676 | bigben | 2006-09-16 11:18:09 -0700 (Sat, 16 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* One more try to fix my commit
+
+
+------------------------------------------------------------------------
+r16675 | fkuehne | 2006-09-16 08:22:22 -0700 (Sat, 16 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+* various improvements to our Apple Remote bindings by the original author of the inofficial API, Martin Kahr (martin at his surname.com)
+------------------------------------------------------------------------
+r16674 | bigben | 2006-09-16 08:12:05 -0700 (Sat, 16 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* perhaps OSX likes this line break better ?
+
+
+------------------------------------------------------------------------
+r16673 | bigben | 2006-09-16 07:36:51 -0700 (Sat, 16 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/screensaver.c
+
+* Fix the screensaver module for newer dbus APIs. Reported by Stone <syphyr at gmail dot com>
+
+
+
+------------------------------------------------------------------------
+r16672 | zorglub | 2006-09-16 05:45:08 -0700 (Sat, 16 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+annoying typo :)
+
+------------------------------------------------------------------------
+r16671 | zorglub | 2006-09-16 04:20:10 -0700 (Sat, 16 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+
+Should fix OS X build
+
+------------------------------------------------------------------------
+r16670 | zorglub | 2006-09-16 04:01:24 -0700 (Sat, 16 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Even if we are asked to wait for data, bail out if all sockets are at EOF.
+
+I'm far from being sure this is the right thing to do, but it allows MMSH to work correctly (it requests some data while the server is closing connection)
+
+------------------------------------------------------------------------
+r16668 | zorglub | 2006-09-16 02:05:35 -0700 (Sat, 16 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/Modules.am
+   D /trunk/modules/demux/playlist/old.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+
+Remove old and broken playlist demuxer
+Do not search for playlist
+
+------------------------------------------------------------------------
+r16667 | zorglub | 2006-09-15 15:58:44 -0700 (Fri, 15 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+Oups
+
+------------------------------------------------------------------------
+r16666 | zorglub | 2006-09-15 15:10:37 -0700 (Fri, 15 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/input/control.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/item.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+Remove vlc_object_find for playlist from the core
+
+------------------------------------------------------------------------
+r16665 | zorglub | 2006-09-15 13:14:07 -0700 (Fri, 15 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+Hopefully fix OS X
+
+------------------------------------------------------------------------
+r16664 | zorglub | 2006-09-15 12:59:12 -0700 (Fri, 15 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+   M /trunk/src/control/core.c
+   M /trunk/src/control/playlist.c
+
+Convert the new libvlc API (so, the one that is in src/control) not to use the old libVLC API (the one that is in libvlc.c, er, no, was... ah... maybe it's the internal one... err .... well, it's about vlc for sure...)
+
+------------------------------------------------------------------------
+r16663 | zorglub | 2006-09-15 12:48:42 -0700 (Fri, 15 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+   M /trunk/src/Makefile.am
+   A /trunk/src/libvlc-common.c (from /trunk/src/libvlc.c:16662)
+   M /trunk/src/libvlc.c
+
+Split libvlc.c:
+* instances creation/deletion stuff to libvlc-common.c
+* implementation of the old libvlc API to libvlc.c
+
+------------------------------------------------------------------------
+r16662 | xtophe | 2006-09-15 10:15:09 -0700 (Fri, 15 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/include/os_specific.h
+   M /trunk/src/misc/beos_specific.cpp
+   M /trunk/src/misc/darwin_specific.m
+   M /trunk/src/misc/win32_specific.c
+
+Those files where forgoten in [16658]
+vlc_t => libvlc_int_t
+
+------------------------------------------------------------------------
+r16661 | xtophe | 2006-09-15 09:20:57 -0700 (Fri, 15 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/extras/m4/autoconf260.m4
+
+Re-use the old OBJC workaround and distribute autoconf260.m4
+
+------------------------------------------------------------------------
+r16660 | zorglub | 2006-09-15 09:18:08 -0700 (Fri, 15 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/main.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/thread.c
+
+Store playlist object in instance-specific object
+
+------------------------------------------------------------------------
+r16659 | zorglub | 2006-09-15 08:10:25 -0700 (Fri, 15 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/stream_output/stream_output.c
+
+Move stats stuff to the per-instance object
+
+------------------------------------------------------------------------
+r16658 | zorglub | 2006-09-15 07:31:51 -0700 (Fri, 15 Sep 2006) | 15 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+   M /trunk/include/main.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/include/vlc_update.h
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/screen/win32.c
+   M /trunk/modules/access/vcdx/intf.c
+   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/audio_filter/converter/a52tospdif.c
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   M /trunk/modules/audio_filter/resampler/bandlimited.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/trivial.c
+   M /trunk/modules/audio_output/alsa.c
+   M /trunk/modules/audio_output/auhal.c
+   M /trunk/modules/audio_output/directx.c
+   M /trunk/modules/audio_output/hd1000a.cpp
+   M /trunk/modules/audio_output/portaudio.c
+   M /trunk/modules/audio_output/sdl.c
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/codec/dirac.c
+   M /trunk/modules/codec/dmo/dmo.c
+   M /trunk/modules/codec/faad.c
+   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/postprocess.c
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/modules/codec/mash.cpp
+   M /trunk/modules/codec/quicktime.c
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/codec/sdl_image.c
+   M /trunk/modules/codec/tarkin.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/twolame.c
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/control/lirc.c
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/gui/beos/AudioOutput.cpp
+   M /trunk/modules/gui/beos/PreferencesWindow.cpp
+   M /trunk/modules/gui/beos/VideoOutput.cpp
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk/modules/gui/macosx/sfilters.m
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/modules/gui/macosx/voutqt.m
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/qnx/vout.c
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
+   M /trunk/modules/gui/wince/messages.cpp
+   M /trunk/modules/gui/wince/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+   M /trunk/modules/misc/dummy/input.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/misc/gtk_main.c
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/misc/memcpy/memcpy.c
+   M /trunk/modules/misc/memcpy/memcpyaltivec.c
+   M /trunk/modules/misc/qte_main.cpp
+   M /trunk/modules/misc/testsuite/playlist.c
+   M /trunk/modules/misc/testsuite/test4.c
+   M /trunk/modules/mux/mpeg/pes.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/modules/stream_out/bridge.c
+   M /trunk/modules/stream_out/mosaic_bridge.c
+   M /trunk/modules/stream_out/switcher.c
+   M /trunk/modules/video_chroma/i420_rgb.h
+   M /trunk/modules/video_chroma/i420_ymga.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/video_filter/gradient.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/mosaic.h
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/opencv_example.cpp
+   M /trunk/modules/video_filter/psychedelic.c
+   M /trunk/modules/video_filter/ripple.c
+   M /trunk/modules/video_filter/swscale/filter.c
+   M /trunk/modules/video_filter/time.c
+   M /trunk/modules/video_filter/transform.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_filter/wave.c
+   M /trunk/modules/video_output/caca.c
+   M /trunk/modules/video_output/directx/events.c
+   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/qte/qte.cpp
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/modules/video_output/snapshot.c
+   M /trunk/modules/video_output/svgalib.c
+   M /trunk/modules/video_output/wingdi.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/audio_output/dec.c
+   M /trunk/src/audio_output/intf.c
+   M /trunk/src/audio_output/output.c
+   M /trunk/src/control/audio.c
+   M /trunk/src/control/core.c
+   M /trunk/src/control/input.c
+   M /trunk/src/control/mediacontrol_init.c
+   M /trunk/src/control/video.c
+   M /trunk/src/control/vlm.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/interface/interface.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/darwin_specific.m
+   M /trunk/src/misc/devices.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/misc/threads.c
+   M /trunk/src/misc/update.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/network/tls.c
+   M /trunk/src/osd/osd.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/stream_output/announce.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/vout_intf.c
+   M /trunk/src/video_output/vout_pictures.c
+
+For consistency, remove references to vlc from libvlc
+Also, make it clearer what is shared and instance-specific
+
+So,
+libvlc_t ==> libvlc_global_t
+vlc_t ==> libvlc_int_t (internal instance)
+
+p_object->p_libvlc ==> p_object->p_libvlc_globale
+p_object->p_vlc ==> p_object->p_libvlc
+
+VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC
+
+And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
+
+
+------------------------------------------------------------------------
+r16657 | Trax | 2006-09-15 05:13:44 -0700 (Fri, 15 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+* modules/demux/avi/avi.c: typo secondes -> seconds
+------------------------------------------------------------------------
+r16656 | zorglub | 2006-09-15 04:43:22 -0700 (Fri, 15 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/src/playlist/tree.c
+
+Rename playlist_NodesCreateForSD to playlist_NodesPairCreate and document it
+
+------------------------------------------------------------------------
+r16655 | damienf | 2006-09-14 15:34:55 -0700 (Thu, 14 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/plugin.cpp
+
+- activex: initialization issues
+
+------------------------------------------------------------------------
+r16654 | zorglub | 2006-09-14 14:19:34 -0700 (Thu, 14 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/playlist/thread.c
+
+Fix a number of problems with interaction dialogs
+Remove the "seeking too far" error, as it happens for broken AVI and is quite confusing
+
+------------------------------------------------------------------------
+r16653 | xtophe | 2006-09-14 13:31:58 -0700 (Thu, 14 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+
+Use var_ instead of config_  (closes #740)
+
+------------------------------------------------------------------------
+r16652 | damienf | 2006-09-14 12:44:47 -0700 (Thu, 14 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.c
+   M /trunk/activex/axvlc_idl.h
+   A /trunk/activex/guiddef.h
+   M /trunk/activex/main.cpp
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   M /trunk/activex/utils.cpp
+   M /trunk/activex/utils.h
+   M /trunk/activex/vlccontrol.cpp
+   M /trunk/activex/vlccontrol.h
+   A /trunk/activex/vlccontrol2.cpp
+   A /trunk/activex/vlccontrol2.h
+
+- ActiveX: support for libvlc and common scripting APIS, widl has replaced midl as default IDL compiler
+
+------------------------------------------------------------------------
+r16651 | zorglub | 2006-09-14 11:58:39 -0700 (Thu, 14 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/include/audio_output.h
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/src/audio_output/intf.c
+   M /trunk/src/video_output/vout_intf.c
+
+Filter handling helpers moved to core
+Will have to be updated/factorized when new chain and filter stuff is in.
+
+------------------------------------------------------------------------
+r16650 | fkuehne | 2006-09-14 11:47:59 -0700 (Thu, 14 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/fspanel.m
+
+* fix a nasty handling bug and convert all comments to C-style
+------------------------------------------------------------------------
+r16649 | zorglub | 2006-09-14 09:44:22 -0700 (Thu, 14 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_intf_strings.h
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/modules/misc/profile_parser.c
+   M /trunk/src/interface/interaction.c
+
+Add missing actions in popup
+
+------------------------------------------------------------------------
+r16648 | fkuehne | 2006-09-14 09:12:27 -0700 (Thu, 14 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* enable debug for x264 compilation for testing purposes (refs #733)
+------------------------------------------------------------------------
+r16646 | jb | 2006-09-13 16:16:25 -0700 (Wed, 13 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/qt4.hpp
+
+* QT timeout=>timeout() in the MACRO to avoid hanging.
+Object::connect: Parentheses expected, signal QTimer::timeout
+
+
+------------------------------------------------------------------------
+r16645 | yoann | 2006-09-13 12:55:19 -0700 (Wed, 13 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/vlc.vim
+
+* extras/vlc.vim: match also files with a "Copyright [...] Videolan team"
+
+------------------------------------------------------------------------
+r16644 | zorglub | 2006-09-13 06:11:42 -0700 (Wed, 13 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+   M /trunk/modules/gui/qt4/dialogs/errors.cpp
+   M /trunk/modules/gui/qt4/dialogs/errors.hpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+   M /trunk/modules/gui/qt4/util/input_slider.cpp
+
+Some more cleanup and macros
+
+------------------------------------------------------------------------
+r16643 | zorglub | 2006-09-13 05:45:46 -0700 (Wed, 13 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/infopanels.cpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/preferences.hpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+   M /trunk/modules/gui/qt4/dialogs/messages.hpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+
+Some cleanup here and there
+* Add a CONNECT macro for simple signal->slot connections 
+* Untested save support in simple preferences
+
+------------------------------------------------------------------------
+r16642 | xtophe | 2006-09-13 02:20:44 -0700 (Wed, 13 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/m4/autoconf260.m4
+
+Typo
+
+------------------------------------------------------------------------
+r16641 | zorglub | 2006-09-13 02:03:27 -0700 (Wed, 13 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
+   D /trunk/modules/gui/qt4/ui/inputdialog.ui
+   D /trunk/modules/gui/qt4/ui/logindialog.ui
+   D /trunk/modules/gui/qt4/ui/progressdialog.ui
+
+Implementation of login, input and progress dialogs in Qt
+(untested)
+
+------------------------------------------------------------------------
+r16640 | zorglub | 2006-09-12 23:22:23 -0700 (Tue, 12 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_streaming.h
+   M /trunk/include/vlc_strings.h
+   M /trunk/src/stream_output/profiles.c
+
+* Handle parameters in streaming profiles
+* Remove i18n_string stuff
+
+------------------------------------------------------------------------
+r16639 | dionoea | 2006-09-12 14:35:18 -0700 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+Really useless this time
+
+------------------------------------------------------------------------
+r16638 | dionoea | 2006-09-12 14:32:29 -0700 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/toolbox
+
+Commit random stuff to test modified commit emails.
+
+------------------------------------------------------------------------
+r16637 | courmisch | 2006-09-12 12:15:20 -0700 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/libasf.c
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/nsc.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/real.c
+   M /trunk/modules/demux/subtitle.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/vobsub.c
+
+Most of demux/
+
+------------------------------------------------------------------------
+r16636 | courmisch | 2006-09-12 12:00:51 -0700 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/control/rc.c
+
+control/
+
+------------------------------------------------------------------------
+r16635 | courmisch | 2006-09-12 11:57:45 -0700 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/access_filter/timeshift.c
+   M /trunk/modules/audio_filter/converter/a52tospdif.c
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
+   M /trunk/modules/audio_output/alsa.c
+
+More
+
+------------------------------------------------------------------------
+r16634 | courmisch | 2006-09-12 11:52:13 -0700 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+
+Warnings
+
+------------------------------------------------------------------------
+r16633 | courmisch | 2006-09-12 11:49:41 -0700 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/input/control.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/var.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/mtime.c
+   M /trunk/src/misc/update.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/network/io.c
+   M /trunk/src/stream_output/sap.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+Ahem: (v)asprintf requires stdio.h; strndup requires string.h
+
+------------------------------------------------------------------------
+r16632 | courmisch | 2006-09-12 11:35:04 -0700 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/m4/autoconf260.m4
+   M /trunk/vlc-config.in.in
+
+Modernize configure.ac a bit
+
+------------------------------------------------------------------------
+r16631 | courmisch | 2006-09-12 11:03:45 -0700 (Tue, 12 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+   A /trunk/extras/m4
+   A /trunk/extras/m4/autoconf260.m4
+   M /trunk/m4
+
+Revert lame revert from [16628].
+Provide trivial work-around for users of obsolete autoconf
+
+------------------------------------------------------------------------
+r16630 | courmisch | 2006-09-12 10:47:05 -0700 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Fortunately, VLC is not using CVS anymore.
+
+------------------------------------------------------------------------
+r16628 | damienf | 2006-09-12 10:03:39 -0700 (Tue, 12 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+
+- bootstrap: removed vlcintf.h
+- configure.ac: autoconf 2.59c is not yet supported in Cygwin, added Wine support for ActiveX plugin
+
+------------------------------------------------------------------------
+r16624 | sam | 2006-09-12 05:19:33 -0700 (Tue, 12 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+  * src/network/io.c: zorglub: gnagnagna ! :)
+    (fixed more coding style, and resolved a conflict I introduced)
+
+------------------------------------------------------------------------
+r16623 | sam | 2006-09-12 05:17:41 -0700 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+  * src/misc/network/io.c: coding style fixes.
+
+------------------------------------------------------------------------
+r16622 | courmisch | 2006-09-11 12:53:18 -0700 (Mon, 11 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/src/network/rootwrap.c
+
+***Partial*** Solaris compile fix
+(you don't expect me to actual try to compile VLC on puma.cti.ecp.fr, do you?)
+
+------------------------------------------------------------------------
+r16621 | courmisch | 2006-09-11 09:36:07 -0700 (Mon, 11 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Improve socket polling logic so that errors to avoid silencing errors.
+
+------------------------------------------------------------------------
+r16619 | sam | 2006-09-11 08:12:33 -0700 (Mon, 11 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: don't add AltiVec modules twice.
+
+------------------------------------------------------------------------
+r16618 | jb | 2006-09-11 06:34:17 -0700 (Mon, 11 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+
+*Contribs: Yet another x264 patch
+
+
+
+------------------------------------------------------------------------
+r16617 | jb | 2006-09-11 05:14:17 -0700 (Mon, 11 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/tiff-cross.patch
+   D /trunk/extras/contrib/src/Patches/tiff.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* Contribs: Remove unneeded files
+* Contribs: change gz => bz2 for autoconf package
+
+
+------------------------------------------------------------------------
+r16616 | jb | 2006-09-11 04:49:57 -0700 (Mon, 11 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Contribs: attempt to update Tiff/SDL/SDL_image
+
+
+------------------------------------------------------------------------
+r16615 | zorglub | 2006-09-11 04:32:31 -0700 (Mon, 11 Sep 2006) | 2 lines
+Changed paths:
+   A /trunk/share/profiles/vsp.xsd
+
+Up-to-date schema for profiles
+
+------------------------------------------------------------------------
+r16613 | sam | 2006-09-11 03:51:16 -0700 (Mon, 11 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/mozilla/Makefile.am
+   M /trunk/src/Makefile.am
+
+  * No longer use the $(pic) variable, since all flags are properly set
+    in the configure script.
+
+------------------------------------------------------------------------
+r16611 | sam | 2006-09-11 02:07:58 -0700 (Mon, 11 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+   M /trunk/src/Makefile.am
+
+  * Don't use PIC on WIN32.
+
+------------------------------------------------------------------------
+r16608 | sam | 2006-09-11 01:20:43 -0700 (Mon, 11 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/mozilla/Makefile.am
+
+  * Always use PIC to build the Mozilla plugin.
+
+------------------------------------------------------------------------
+r16607 | zorglub | 2006-09-10 23:07:47 -0700 (Sun, 10 Sep 2006) | 7 lines
+Changed paths:
+   A /trunk/share/profiles
+   A /trunk/share/profiles/en
+   A /trunk/share/profiles/en/http_transcode.vsp
+
+Profile sample.
+* Remove the l10n stuff, we'll handle it through po4a
+* Add the ability to put several profiles in a file
+* Split out the name of the elements
+* Remove the prefix
+Schema is not yet up-to-date.
+
+------------------------------------------------------------------------
+r16606 | zorglub | 2006-09-10 14:58:29 -0700 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+Remove useless debug
+
+------------------------------------------------------------------------
+r16604 | fkuehne | 2006-09-10 13:43:14 -0700 (Sun, 10 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* remove non-committed files from target to make buildbot happy. You obviously need to restore this to get a panel with icons
+------------------------------------------------------------------------
+r16602 | zorglub | 2006-09-10 13:36:09 -0700 (Sun, 10 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+
+A bit of cleanup
+Add the qtu (Qt To Utf8) and qta (Qt To Ascii) macros
+
+------------------------------------------------------------------------
+r16600 | dionoea | 2006-09-10 13:21:14 -0700 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+vout-filter is now part of the video-filter option. (video output core still needs to be fixed) Based on patch by hobophobe on IRC.
+
+------------------------------------------------------------------------
+r16599 | zorglub | 2006-09-10 13:20:21 -0700 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Fix typo
+
+------------------------------------------------------------------------
+r16598 | fkuehne | 2006-09-10 13:17:19 -0700 (Sun, 10 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/embeddedwindow.m
+   M /trunk/modules/gui/macosx/intf.h
+
+* removed some further hangover from the original patch and finally added embeddedWindow to the xcode project
+------------------------------------------------------------------------
+r16597 | fkuehne | 2006-09-10 13:12:12 -0700 (Sun, 10 Sep 2006) | 16 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/keyedobjects.nib
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/modules/gui/macosx/Modules.am
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/embeddedwindow.m
+   A /trunk/modules/gui/macosx/fspanel.h
+   A /trunk/modules/gui/macosx/fspanel.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* New Fullscreen controller panel
+- basically written by Jerome Decoodt <djc at videolan dot org> aka DiDjCodt
+plus
+- various patches, coding-style fixes, etc. here and there
+- integration to VLCControls
+- automagic fading-in and -out when in fullscreen mode
+
+TODO:
+- get and use native graphics. These are currently being prepared by Simon Damkjaer Andersen, who already donated new playback mode icons (to be committed soon)
+- implement the volume slider
+- fix seeking with the time slider
+- check for memory leaks
+- further clean-up
+
+ATTENTION:
+for the moment, you need certain images from Jerome's patch to get this running. Put them to extras/MacOSX/Resources/ and it'll work. Otherwise, VLC won't crash, but only show strings.
+------------------------------------------------------------------------
+r16596 | zorglub | 2006-09-10 12:00:21 -0700 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+
+Fix SD support
+
+------------------------------------------------------------------------
+r16593 | courmisch | 2006-09-10 10:54:17 -0700 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Also control plugin export table
+
+------------------------------------------------------------------------
+r16592 | courmisch | 2006-09-10 10:46:50 -0700 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src
+
+Blind svn:ignore update
+
+------------------------------------------------------------------------
+r16590 | courmisch | 2006-09-10 10:40:29 -0700 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   M /trunk/vlc-api.pl
+
+Ensure libvlc only export symbols from libvlc API
+
+------------------------------------------------------------------------
+r16589 | zorglub | 2006-09-10 10:18:33 -0700 (Sun, 10 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+Handle more hotkeys
+Prevent the volume slider from stealing the focus
+
+------------------------------------------------------------------------
+r16586 | xtophe | 2006-09-10 10:00:09 -0700 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Don't build stream_out_switcher by default
+
+------------------------------------------------------------------------
+r16583 | sam | 2006-09-10 09:37:47 -0700 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+  * Makefile.am: add empty versioning information to libvlc.so.
+
+------------------------------------------------------------------------
+r16582 | sam | 2006-09-10 09:33:18 -0700 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+ * src/Makefile.am: do not use -avoid-version. [ported from r16581]
+
+------------------------------------------------------------------------
+r16580 | dionoea | 2006-09-09 13:19:32 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+Also decode VP6 in flash ... this currently decodes video upside down (example file: http://samples.mplayerhq.hu/FLV/flash8/harrypotter-480x272-450-vp6.flv ). If someone knows how to tell the vout/codec to change line order ...
+
+------------------------------------------------------------------------
+r16579 | dionoea | 2006-09-09 12:39:31 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+FFmpeg now has VP5/VP6 decoding (flash uses special variant with codec id VP6F in ffmpeg ... this isn't used in VLC yet)
+
+------------------------------------------------------------------------
+r16578 | courmisch | 2006-09-09 06:50:07 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Switch net_Write to poll() to avoid fd set overflow.
+
+------------------------------------------------------------------------
+r16577 | courmisch | 2006-09-09 03:50:29 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Accept non-socket handles through net_Read* (closes #731)
+
+------------------------------------------------------------------------
+r16576 | courmisch | 2006-09-09 03:37:37 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+Fix segfault. FTP access output is now somehow "tested"
+
+------------------------------------------------------------------------
+r16575 | courmisch | 2006-09-09 03:24:52 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+More fixes
+
+------------------------------------------------------------------------
+r16574 | courmisch | 2006-09-09 03:09:15 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+OSX compile fix
+
+------------------------------------------------------------------------
+r16573 | courmisch | 2006-09-09 03:03:06 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+Oups
+
+------------------------------------------------------------------------
+r16572 | courmisch | 2006-09-09 02:53:34 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+Untested FTP access output (closes #605)
+
+------------------------------------------------------------------------
+r16571 | courmisch | 2006-09-09 02:23:02 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_access.h
+
+Fix typo
+
+------------------------------------------------------------------------
+r16570 | zorglub | 2006-09-09 02:12:23 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/interface/interaction.c
+
+One more outdated copyright
+
+------------------------------------------------------------------------
+r16569 | zorglub | 2006-09-09 02:05:11 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/shout.c
+   M /trunk/modules/codec/ffmpeg/mux.c
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
+   M /trunk/modules/gui/skins2/utils/var_tree.cpp
+   M /trunk/modules/gui/skins2/utils/var_tree.hpp
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.hpp
+   M /trunk/modules/mux/mpeg/ts.c
+
+Copyright stuff
+
+------------------------------------------------------------------------
+r16568 | courmisch | 2006-09-09 01:27:55 -0700 (Sat, 09 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+More cosmetic
+(nice reinvention of the while() loop, but I prefer while())
+
+------------------------------------------------------------------------
+r16567 | courmisch | 2006-09-09 01:20:18 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+Cosmetic fixes
+
+------------------------------------------------------------------------
+r16566 | courmisch | 2006-09-09 01:19:23 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+Don't use someone's else domain in our default values
+
+------------------------------------------------------------------------
+r16565 | courmisch | 2006-09-09 00:48:55 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/stream_out/rtp.c
+
+Really fix SDP ordering here too (closes #716 again)
+
+------------------------------------------------------------------------
+r16564 | courmisch | 2006-09-09 00:43:58 -0700 (Sat, 09 Sep 2006) | 6 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+* Add multicast source filter (RFC4570),
+  so that one day we may be able to use IGMPv3/MLDv2 with VLC streams,
+* Add recvonly attribute
+* Really fix ordering (c= then t= then a=)
+* Put type attribute as a session attribute (as per RFC4566)
+
+------------------------------------------------------------------------
+r16563 | courmisch | 2006-09-09 00:26:22 -0700 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Another SDP ordering fix
+
+------------------------------------------------------------------------
+r16562 | dionoea | 2006-09-08 15:41:45 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Add vcrop, vzoom and vratio commands to the rc interface (code duplication is horrible ... i know)
+
+------------------------------------------------------------------------
+r16561 | thresh | 2006-09-08 14:42:19 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   A /trunk/vlc.spec.alt
+
+ALT Linux VLC specfile
+
+------------------------------------------------------------------------
+r16560 | thresh | 2006-09-08 14:30:07 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+forgot to mention the last fortune is from #videolan 
+
+------------------------------------------------------------------------
+r16559 | thresh | 2006-09-08 14:27:21 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+one more fortune
+
+------------------------------------------------------------------------
+r16558 | courmisch | 2006-09-08 12:50:25 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/stream_out/rtp.c
+
+Fix SDP line ordering (closes #716)
+
+------------------------------------------------------------------------
+r16557 | courmisch | 2006-09-08 12:00:04 -0700 (Fri, 08 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+   M /trunk/src/network/io.c
+
+Complete(?) migration to net_strerror/net_errno
+for nicer Win32 error messages
+
+------------------------------------------------------------------------
+r16556 | courmisch | 2006-09-08 11:33:32 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/error.c
+
+Well, this time maybe
+
+------------------------------------------------------------------------
+r16555 | courmisch | 2006-09-08 11:26:50 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/error.c
+
+Might fix Win32 compilation
+
+------------------------------------------------------------------------
+r16554 | courmisch | 2006-09-08 11:14:25 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/network/io.c
+
+Add missing const qualifier and fix warnings
+
+------------------------------------------------------------------------
+r16553 | courmisch | 2006-09-08 11:08:39 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Don't rebuild the skin all the time
+
+------------------------------------------------------------------------
+r16552 | courmisch | 2006-09-08 11:07:18 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Actually wreak havoc to the network API.
+
+------------------------------------------------------------------------
+r16551 | courmisch | 2006-09-08 10:56:58 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Fixes
+
+------------------------------------------------------------------------
+r16550 | courmisch | 2006-09-08 10:53:14 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+   M /trunk/src/network/tcp.c
+
+Reallow file descriptor above FD_SETSIZE since we now use poll()
+
+------------------------------------------------------------------------
+r16549 | courmisch | 2006-09-08 10:51:58 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/network/io.c
+
+Experimental poll()-capable merge of net_Read, net_ReadNonBlock and net_Select
+
+------------------------------------------------------------------------
+r16548 | courmisch | 2006-09-08 09:29:56 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+More cleanup
+
+------------------------------------------------------------------------
+r16547 | courmisch | 2006-09-08 09:26:49 -0700 (Fri, 08 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/src/network/error.c
+
+Add message for most of the Winsock errors
+(not compile tested, but since no one else wanted to do such a boring commit,
+ you can't complain)
+
+------------------------------------------------------------------------
+r16546 | courmisch | 2006-09-08 09:04:29 -0700 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Partial cleanup and improved Windows error messages
+
+------------------------------------------------------------------------
+r16545 | sam | 2006-09-08 08:48:21 -0700 (Fri, 08 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+  * modules/stream_out/rtp.c:
+    + Remove SDP file when bailing out. Patch by Fabrice Ollivier.
+
+------------------------------------------------------------------------
+r16543 | xtophe | 2006-09-07 15:58:14 -0700 (Thu, 07 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Update-po
+
+------------------------------------------------------------------------
+r16542 | xtophe | 2006-09-07 15:20:04 -0700 (Thu, 07 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+We need the latest autoconf. see [16537]
+
+------------------------------------------------------------------------
+r16541 | hartman | 2006-09-07 15:01:06 -0700 (Thu, 07 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/vcd/vcd.c
+   M /trunk/modules/access/vcdx/access.c
+
+* Reset access->info.b_eof when we search. After you have read up untill the end, (like ps does), you can search back to the beginning, provided the access module allows this.
+
+------------------------------------------------------------------------
+r16540 | hartman | 2006-09-07 14:58:59 -0700 (Thu, 07 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ps.c
+   M /trunk/modules/demux/ps.h
+
+* Improve duration calculation
+
+------------------------------------------------------------------------
+r16539 | courmisch | 2006-09-07 12:49:30 -0700 (Thu, 07 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/network/udp.c
+
+Implement net_SetDSCP() to set Diffserv code point on a socket.
+
+------------------------------------------------------------------------
+r16538 | courmisch | 2006-09-07 12:23:03 -0700 (Thu, 07 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_threads.h
+   M /trunk/modules/misc/gnutls.c
+
+Make GnuTLS use pthread directly rather than VLC's API when appropriate.
+This would be needed if libvlc is ever embedded in an application that
+also uses GnuTLS.
+
+------------------------------------------------------------------------
+r16537 | courmisch | 2006-09-07 12:09:27 -0700 (Thu, 07 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/gnutls.c
+
+- Check x509 certificates start and end date (*ahem*)
+- Some cleanup
+
+------------------------------------------------------------------------
+r16536 | courmisch | 2006-09-07 11:27:41 -0700 (Thu, 07 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/gnutls.c
+
+Require more recent GnuTLS and get rid of broken algos.
+
+------------------------------------------------------------------------
+r16535 | dionoea | 2006-09-07 10:02:46 -0700 (Thu, 07 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/shout.c
+
+:%s/\t/    /g
+
+------------------------------------------------------------------------
+r16534 | damienf | 2006-09-06 15:15:29 -0700 (Wed, 06 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcplugin.cpp
+
+vlcplugin.cpp: don't forget to increment argc
+
+------------------------------------------------------------------------
+r16533 | damienf | 2006-09-06 15:07:22 -0700 (Wed, 06 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   A /trunk/modules/video_filter/filter_event_info.h
+   A /trunk/modules/video_filter/opencv_example.cpp
+   A /trunk/modules/video_filter/opencv_wrapper.c
+
+- OpenCV video filter module by Dugal Harris
+
+------------------------------------------------------------------------
+r16532 | zorglub | 2006-09-06 14:32:39 -0700 (Wed, 06 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Use the "video filter2" capability for transcode's vfilter option so we don't get vfilter1.
+We need to fix the --video-filter option to accept both vfilter1 and vfilter2 and react correctly
+
+------------------------------------------------------------------------
+r16531 | xtophe | 2006-09-06 14:30:14 -0700 (Wed, 06 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcplugin.cpp
+
+Don't use the media library in the mozilla plugin
+
+------------------------------------------------------------------------
+r16530 | zorglub | 2006-09-06 14:05:21 -0700 (Wed, 06 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/gradient.c
+   M /trunk/modules/video_filter/invert.c
+   M /trunk/modules/video_filter/psychedelic.c
+   M /trunk/modules/video_filter/ripple.c
+   M /trunk/modules/video_filter/wave.c
+
+Preferences categories are *not* categories. They are *user* strings.
+
+------------------------------------------------------------------------
+r16529 | zorglub | 2006-09-06 14:03:03 -0700 (Wed, 06 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+
+One more encoding fix
+
+------------------------------------------------------------------------
+r16528 | jpsaman | 2006-09-06 03:02:20 -0700 (Wed, 06 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+
+Typo tha -> that
+------------------------------------------------------------------------
+r16527 | fkuehne | 2006-09-05 14:11:46 -0700 (Tue, 05 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* quick n dirty fix to get the OSX builds compiling for now
+------------------------------------------------------------------------
+r16526 | dionoea | 2006-09-05 09:42:10 -0700 (Tue, 05 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+FFmpeg now has support for VMware's video codec.
+
+------------------------------------------------------------------------
+r16525 | thresh | 2006-09-05 06:22:38 -0700 (Tue, 05 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+link stream_out_switcher with ffmpeg libs (should fix w32 build)
+
+------------------------------------------------------------------------
+r16524 | thresh | 2006-09-05 05:33:53 -0700 (Tue, 05 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+We can build ffmpeg and stream_out_switcher as plugins when found by pkg-config.
+Can we?
+
+------------------------------------------------------------------------
+r16523 | zorglub | 2006-09-05 04:18:44 -0700 (Tue, 05 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/loadsave.c
+
+Include errno.h
+
+------------------------------------------------------------------------
+r16522 | hartman | 2006-09-05 04:07:08 -0700 (Tue, 05 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+* Quote add
+
+------------------------------------------------------------------------
+r16521 | zorglub | 2006-09-05 00:16:17 -0700 (Tue, 05 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+
+Convert items in the preferences tree to locale
+
+------------------------------------------------------------------------
+r16520 | zorglub | 2006-09-04 23:09:42 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+   M /trunk/src/Makefile.am
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+   A /trunk/src/playlist/playlist_internal.h
+   M /trunk/src/playlist/search.c
+   M /trunk/src/playlist/services_discovery.c
+   M /trunk/src/playlist/sort.c
+   M /trunk/src/playlist/thread.c
+   M /trunk/src/playlist/tree.c
+
+Split playlist include file in public/private
+
+------------------------------------------------------------------------
+r16519 | damienf | 2006-09-04 14:48:45 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input_internal.h
+
+input.c: fixed state (broke pause)
+
+------------------------------------------------------------------------
+r16518 | xtophe | 2006-09-04 12:28:53 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/po/pt_PT.po
+
+New update of the Portuguese l10n
+
+------------------------------------------------------------------------
+r16517 | damienf | 2006-09-04 11:19:03 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+fixed typo
+
+------------------------------------------------------------------------
+r16516 | damienf | 2006-09-04 11:17:10 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/mozilla/test.html
+   M /trunk/mozilla/vlcshell.cpp
+
+mozilla: more clean-ups
+
+------------------------------------------------------------------------
+r16515 | damienf | 2006-09-04 10:51:10 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/input.c
+
+- added input state & input rate in control APIs
+
+------------------------------------------------------------------------
+r16514 | damienf | 2006-09-04 10:50:19 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+
+forgot that one in last commit
+
+------------------------------------------------------------------------
+r16513 | damienf | 2006-09-04 10:48:38 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/gui/beos/MediaControlView.cpp
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+
+- input: added intermediate state info opening & buffering
+
+------------------------------------------------------------------------
+r16512 | xtophe | 2006-09-04 06:32:02 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+
+As a second effect of the recent libtool/build system commits, libvlc.dll has loose the extra .a. hurray.
+
+------------------------------------------------------------------------
+r16511 | xtophe | 2006-09-04 03:43:50 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+We don't use utf-8 in localisable string so drop the option.
+
+------------------------------------------------------------------------
+r16510 | sam | 2006-09-04 03:12:03 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+  * src/input/decoder.c: sorry, I'm not allowed to put UTF-8 here.
+
+------------------------------------------------------------------------
+r16509 | xtophe | 2006-09-04 02:27:21 -0700 (Mon, 04 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+* Tell gettext that we use UTF-8.
+* run update-po
+
+
+------------------------------------------------------------------------
+r16508 | sam | 2006-09-03 15:18:30 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+  * src/input/decoder.c: use real, nice quotes.
+
+------------------------------------------------------------------------
+r16507 | fkuehne | 2006-09-03 15:13:20 -0700 (Sun, 03 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+
+* save playback styles on Macs as well
+------------------------------------------------------------------------
+r16506 | thresh | 2006-09-03 15:07:29 -0700 (Sun, 03 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Try to find seamonkey-config too.
+
+TODO: test for xpidl in /usr/lib{,64}/seamonkey too.
+
+------------------------------------------------------------------------
+r16505 | zorglub | 2006-09-03 14:53:38 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+
+Start grabbing hotkeys in Qt. Unfinished
+
+------------------------------------------------------------------------
+r16504 | sam | 2006-09-03 13:51:09 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+  * src/input/decoder.c: fix "unsupported fourcc" fatal error message.
+
+------------------------------------------------------------------------
+r16503 | zorglub | 2006-09-03 10:43:25 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+Fix postprocessing in menu (Closes:#659)
+
+------------------------------------------------------------------------
+r16502 | zorglub | 2006-09-03 10:31:02 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/input/item.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+
+Auto load and save media library (Closes:#433)
+
+------------------------------------------------------------------------
+r16501 | zorglub | 2006-09-03 09:50:22 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+
+open directory and playlist
+
+------------------------------------------------------------------------
+r16500 | zorglub | 2006-09-03 09:43:26 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/demux/playlist/xspf.c
+
+Remove useless debug, fix a bug
+
+------------------------------------------------------------------------
+r16499 | zorglub | 2006-09-03 09:41:40 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Fix possible crash
+
+------------------------------------------------------------------------
+r16498 | courmisch | 2006-09-03 08:20:43 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Use LTLIBINTL instead of LIBINTL when using libtool.
+
+------------------------------------------------------------------------
+r16497 | xtophe | 2006-09-03 08:17:11 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   A /trunk/po/pt_PT.po
+
+Start of the work of Ari Constancio on Portuguese localisation
+
+------------------------------------------------------------------------
+r16496 | courmisch | 2006-09-03 08:08:52 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Fix type-punning breakage
+
+------------------------------------------------------------------------
+r16495 | courmisch | 2006-09-03 08:01:52 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+You shall not pass NULL to IsUTF8().
+
+------------------------------------------------------------------------
+r16494 | thresh | 2006-09-03 05:41:56 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+write comments in config file in user locale instead of utf
+
+------------------------------------------------------------------------
+r16493 | courmisch | 2006-09-03 04:51:11 -0700 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Another GNU makism killed
+
+------------------------------------------------------------------------
+r16492 | courmisch | 2006-09-03 04:44:03 -0700 (Sun, 03 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/corba/Modules.am
+
+Further crackdown on GNU make-isms
+But is the corba plugin functionnal anyway?
+
+------------------------------------------------------------------------
+r16491 | xtophe | 2006-09-02 16:24:38 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+hmm One of yesterday commit broke binary compatibility.
+
+------------------------------------------------------------------------
+r16490 | zorglub | 2006-09-02 15:33:44 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/src/libvlc.h
+   M /trunk/test/native/url.c
+
+Remember random/loop/repeat
+
+------------------------------------------------------------------------
+r16489 | zorglub | 2006-09-02 14:22:19 -0700 (Sat, 02 Sep 2006) | 5 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/playlist/engine.c
+
+Add --play-and-exit option to quit after no more items are in playlist.
+To be backported, but will need some manual merging (diff in vlc-devel should apply pristine to 0.8.5).
+Thanks to Georgi Chorbadzhiyski for the patch
+
+
+------------------------------------------------------------------------
+r16488 | dionoea | 2006-09-02 13:46:57 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+Fix refcount issues and only vlc_object_find when needed
+
+------------------------------------------------------------------------
+r16487 | courmisch | 2006-09-02 13:30:53 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/http.c
+
+Merge [PATCH] http chunked encoding fix
+
+------------------------------------------------------------------------
+r16486 | xtophe | 2006-09-02 12:48:49 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Use our own pkg-config macro. So we don't have problems on OSX (ol pkg.m4 or wrong installation)
+
+------------------------------------------------------------------------
+r16485 | dionoea | 2006-09-02 10:08:08 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/fake.c
+
+Oops.
+
+------------------------------------------------------------------------
+r16484 | zorglub | 2006-09-02 10:07:46 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/search.c
+   M /trunk/src/playlist/tree.c
+
+Fixes for random + live search
+
+------------------------------------------------------------------------
+r16483 | dionoea | 2006-09-02 10:03:36 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_spu.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/codec/cvdsub.c
+   M /trunk/modules/codec/fake.c
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29)
+
+------------------------------------------------------------------------
+r16482 | zorglub | 2006-09-02 09:59:50 -0700 (Sat, 02 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/tree.c
+
+Re-enable random.
+It is now based on a shuffled array of items, so that next + prev takes you back to what you were playing
+
+------------------------------------------------------------------------
+r16481 | xtophe | 2006-09-02 07:49:53 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Don't compile the motion plugin on win32
+
+------------------------------------------------------------------------
+r16480 | Trax | 2006-09-02 07:32:19 -0700 (Sat, 02 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/crossbar.cpp
+   M /trunk/modules/video_output/directx/direct3d.c
+
+* more ouput -> output typos
+------------------------------------------------------------------------
+r16479 | courmisch | 2006-09-02 05:26:41 -0700 (Sat, 02 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Make mux_ts a plugin too.
+Afterall, ts is a plugin, and is probably as useful if not more.
+
+------------------------------------------------------------------------
+r16478 | courmisch | 2006-09-02 05:19:59 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Make theora codec a plugin
+
+------------------------------------------------------------------------
+r16477 | courmisch | 2006-09-02 05:15:55 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Cleanup gnutls detection
+
+------------------------------------------------------------------------
+r16476 | courmisch | 2006-09-02 04:20:55 -0700 (Sat, 02 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Enable libtool by default.
+You can still disable it manually...
+and well, you've had six months to fix your build system.
+
+------------------------------------------------------------------------
+r16475 | courmisch | 2006-09-02 04:20:07 -0700 (Sat, 02 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+Remove evil kludge.
+Better fix broken code that would rely on this.
+
+------------------------------------------------------------------------
+r16474 | zorglub | 2006-09-02 03:20:26 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/tree.c
+
+Fix a few quirks with playlist filters
+
+------------------------------------------------------------------------
+r16473 | zorglub | 2006-09-02 01:40:01 -0700 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/engine.c
+
+Actually use the --playlist-tree option
+
+------------------------------------------------------------------------
+r16472 | zorglub | 2006-09-02 01:39:28 -0700 (Sat, 02 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/preferences.hpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+Preferences
+* Enable Save/Cancel. Please test heavily with already implemented stuff. There is a layout bug with simple prefs because they don't implement save yet. Also, we still have some parenting issues to fix
+* Remove "advanced" stuff
+
+------------------------------------------------------------------------
+r16471 | Trax | 2006-09-02 00:52:38 -0700 (Sat, 02 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/modules/access/dshow/crossbar.cpp
+   M /trunk/modules/codec/dmo/dmo.c
+
+* typo ouput -> output
+------------------------------------------------------------------------
+r16470 | damienf | 2006-09-01 09:34:46 -0700 (Fri, 01 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/control/npovlc.cpp
+   M /trunk/mozilla/vlcshell.cpp
+
+- vlcshell.cpp: fix for a couple of crashing scenarios
+
+------------------------------------------------------------------------
+r16469 | damienf | 2006-09-01 09:32:09 -0700 (Fri, 01 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/asx.c
+
+asx.c: ignore leading empty lins during detection
+
+------------------------------------------------------------------------
+r16466 | thresh | 2006-09-01 01:04:55 -0700 (Fri, 01 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/item.c
+
+This also could be named in non-UTF, recode it
+
+------------------------------------------------------------------------
+r16465 | thresh | 2006-09-01 01:03:00 -0700 (Fri, 01 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Recode output in rc interface to current locale
+
+------------------------------------------------------------------------
+r16464 | zorglub | 2006-08-31 23:01:06 -0700 (Thu, 31 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+   M /trunk/modules/gui/qt4/dialogs/messages.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Enable verbosity setting
+
+------------------------------------------------------------------------
+r16463 | xtophe | 2006-08-31 15:57:35 -0700 (Thu, 31 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+
+Initialize the verbosity box
+
+------------------------------------------------------------------------
+r16462 | zorglub | 2006-08-31 15:17:17 -0700 (Thu, 31 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/util/customwidgets.hpp
+   D /trunk/modules/gui/qt4/util/views.hpp
+
+Merge views.hpp in customwidgets
+
+------------------------------------------------------------------------
+r16461 | zorglub | 2006-08-31 15:10:11 -0700 (Thu, 31 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/dialogs/errors.cpp
+   A /trunk/modules/gui/qt4/dialogs/errors.hpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Warnings/Errors dialog
+
+------------------------------------------------------------------------
+r16456 | zorglub | 2006-08-31 13:50:50 -0700 (Thu, 31 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/src/libvlc.h
+
+* Move the embedded option to libvlc
+* Make the interface a bit smaller
+
+------------------------------------------------------------------------
+r16455 | zorglub | 2006-08-31 13:39:36 -0700 (Thu, 31 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+   M /trunk/modules/gui/qt4/components/video_widget.hpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+
+Preliminary work for better audio visualization handling
+
+------------------------------------------------------------------------
+r16453 | courmisch | 2006-08-31 07:55:20 -0700 (Thu, 31 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+Export utf8_vfprintf and utf8_fprintf
+
+------------------------------------------------------------------------
+r16452 | hartman | 2006-08-31 06:12:26 -0700 (Thu, 31 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+* Include vlc_input.h so we don't bug out with shared vlc
+
+------------------------------------------------------------------------
+r16451 | jpsaman | 2006-08-31 05:37:15 -0700 (Thu, 31 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+Do not select mono filter automatically
+------------------------------------------------------------------------
+r16450 | hartman | 2006-08-31 05:23:54 -0700 (Thu, 31 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/asx.c
+
+Fix a bug in the asx parser. I should really finish cleaning it up :D
+
+------------------------------------------------------------------------
+r16449 | thresh | 2006-08-31 05:21:51 -0700 (Thu, 31 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+added russian translation by Vladimir Yermolayev
+
+
+------------------------------------------------------------------------
+r16448 | fkuehne | 2006-08-31 04:02:17 -0700 (Thu, 31 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/po/sv.po
+
+* updated Swedish translation by Daniel Nylander <info at danielnylander dot se>
+------------------------------------------------------------------------
+r16447 | xtophe | 2006-08-31 02:51:05 -0700 (Thu, 31 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/logo.c
+
+typo
+
+------------------------------------------------------------------------
+r16444 | fkuehne | 2006-08-30 15:59:21 -0700 (Wed, 30 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/THANKS
+
+* some updates on Apple Remote, etc.
+------------------------------------------------------------------------
+r16443 | fkuehne | 2006-08-30 15:24:25 -0700 (Wed, 30 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* added some buttons for apple remote controlling. Save for backporting, but needs some usability testing
+------------------------------------------------------------------------
+r16440 | damienf | 2006-08-30 14:30:28 -0700 (Wed, 30 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/voutgl.m
+
+voutgl: fix AR in mozilla plugin
+
+------------------------------------------------------------------------
+r16438 | zorglub | 2006-08-30 10:40:36 -0700 (Wed, 30 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/test/native/url.c
+
+Fix and port test
+
+------------------------------------------------------------------------
+r16437 | courmisch | 2006-08-30 10:27:38 -0700 (Wed, 30 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_url.h
+   M /trunk/src/test/url.c
+
+*Really* fix base 64 encoding
+
+------------------------------------------------------------------------
+r16436 | zorglub | 2006-08-30 10:17:11 -0700 (Wed, 30 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/test/NativeURLTest.py
+   M /trunk/test/native/init.c
+   M /trunk/test/native/tests.h
+   M /trunk/test/native/url.c
+   M /trunk/test/test.sh
+
+Port new URL tests to test/
+Support Python 2.4
+
+------------------------------------------------------------------------
+r16435 | damienf | 2006-08-30 09:56:02 -0700 (Wed, 30 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/npvlc_rc.rc
+   M /trunk/mozilla/vlc.r
+
+mozilla: mimetype fixes
+
+------------------------------------------------------------------------
+r16433 | courmisch | 2006-08-30 07:58:18 -0700 (Wed, 30 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_url.h
+   M /trunk/src/test/url.c
+
+Fix base64 encoding and add regression test
+
+------------------------------------------------------------------------
+r16432 | hartman | 2006-08-30 07:56:30 -0700 (Wed, 30 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* forwardport [15373] which was left accidently hanging in the 0.8.5 branch 
+
+------------------------------------------------------------------------
+r16430 | bigben | 2006-08-30 06:35:56 -0700 (Wed, 30 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* typo
+
+
+------------------------------------------------------------------------
+r16429 | hartman | 2006-08-29 16:19:23 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* fix stupid mistake in [16427]
+
+------------------------------------------------------------------------
+r16428 | hartman | 2006-08-29 16:02:13 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/switcher.c
+
+* copy [16427] to the switcher module as well. ( is times 3 bytes enough ? perhaps i should use 4 bytes per pixel ? )
+
+------------------------------------------------------------------------
+r16427 | hartman | 2006-08-29 15:59:16 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* set the proper buffer size when encoding with ffmpeg, instead of using fixed 1024x1024 maximumframe size for the buffer.
+
+------------------------------------------------------------------------
+r16426 | damienf | 2006-08-29 14:56:10 -0700 (Tue, 29 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/mozilla/support/npmac.cpp
+   M /trunk/mozilla/test.html
+   M /trunk/mozilla/vlcshell.cpp
+
+- compatibility fixes for FireFox, Safari and Opera 9
+- fixed a couple of crashes on MacOS X
+
+------------------------------------------------------------------------
+r16425 | zorglub | 2006-08-29 14:37:20 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   A /trunk/modules/gui/qt4/components/streaming
+   A /trunk/modules/gui/qt4/ui/streampanel.ui
+
+Some preliminary work for streaming stuff
+
+------------------------------------------------------------------------
+r16424 | hartman | 2006-08-29 14:05:40 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* Fix an issue with DAR vs. Canvas size with matroska files
+
+------------------------------------------------------------------------
+r16423 | xtophe | 2006-08-29 12:34:50 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+hrm, compile before you commit
+
+------------------------------------------------------------------------
+r16422 | xtophe | 2006-08-29 12:24:59 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+Fix implicit pointer function. Patch by Dann Frazier. (ref debian #385192)
+
+------------------------------------------------------------------------
+r16421 | jpsaman | 2006-08-29 11:54:05 -0700 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+combine two channels into mono for the dowmix as last step.
+------------------------------------------------------------------------
+r16420 | damienf | 2006-08-29 09:31:39 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
+
+vlcshell.cpp: prevent browser from downloading SRC URL before passing it to plugin
+
+------------------------------------------------------------------------
+r16419 | zorglub | 2006-08-29 08:51:56 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+
+Should fix the problem with messages insertion (new messages are inserted at selection point)
+
+------------------------------------------------------------------------
+r16418 | damienf | 2006-08-29 05:47:06 -0700 (Tue, 29 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/mozilla/control/npolibvlc.h
+   M /trunk/mozilla/control/nporuntime.h
+   M /trunk/mozilla/control/npovlc.cpp
+   M /trunk/mozilla/control/npovlc.h
+   A /trunk/mozilla/test.html
+   M /trunk/mozilla/vlcplugin.cpp
+
+- more javascript fixes
+- code cleanup
+
+------------------------------------------------------------------------
+r16417 | xtophe | 2006-08-29 05:31:06 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+no longer need to delete the .xpt
+
+------------------------------------------------------------------------
+r16416 | xtophe | 2006-08-29 05:23:28 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Makefile.am: We no longer need a .xpt for the mozilla plugin
+
+------------------------------------------------------------------------
+r16415 | jpsaman | 2006-08-29 04:27:38 -0700 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+Cleanup
+------------------------------------------------------------------------
+r16414 | jpsaman | 2006-08-29 02:49:07 -0700 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+Resample audio channels when doing real stereo to mono.
+------------------------------------------------------------------------
+r16413 | jpsaman | 2006-08-29 02:14:57 -0700 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+
+Lower priority of headphone channel_mixer
+------------------------------------------------------------------------
+r16412 | xtophe | 2006-08-29 02:14:34 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_intf_strings.h
+   M /trunk/src/Makefile.am
+
+Add include/vlc_intf_strings.h to tarball
+
+------------------------------------------------------------------------
+r16411 | jpsaman | 2006-08-29 01:50:20 -0700 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/mjpeg.c
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/playlist/xspf.h
+
+Fix compiler warnings about signed - unsigned comparissons and wrong datatypes.
+
+------------------------------------------------------------------------
+r16410 | jpsaman | 2006-08-29 01:40:57 -0700 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/video.c
+
+Fix compiler warnings (mismatch in datatypes)
+------------------------------------------------------------------------
+r16409 | jpsaman | 2006-08-29 01:25:59 -0700 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/flac.c
+
+Fix compiler warning about comparing signed and unsigned int.
+------------------------------------------------------------------------
+r16408 | jpsaman | 2006-08-29 01:20:19 -0700 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/rtsp/access.c
+   M /trunk/modules/access/rtsp/real.c
+   M /trunk/modules/access/rtsp/rtsp.c
+   M /trunk/modules/access/rtsp/rtsp.h
+
+Fix compiler warnings related to wrong datatypes.
+------------------------------------------------------------------------
+r16407 | jpsaman | 2006-08-29 01:09:16 -0700 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+
+Use correct formatting for message size_t
+------------------------------------------------------------------------
+r16406 | jpsaman | 2006-08-29 01:07:08 -0700 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/src/playlist/control.c
+
+Give i_skip a sensible value to start with.
+------------------------------------------------------------------------
+r16405 | jpsaman | 2006-08-29 01:05:15 -0700 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/src/stream_output/profiles.c
+
+Provide return statements in non-void function
+------------------------------------------------------------------------
+r16403 | damienf | 2006-08-28 15:50:30 -0700 (Mon, 28 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
+
+vlcshell.cpp:  no need for those printf() any more
+
+------------------------------------------------------------------------
+r16402 | damienf | 2006-08-28 15:48:57 -0700 (Mon, 28 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/mozilla/support/npmac.cpp
+   M /trunk/mozilla/vlcshell.cpp
+
+npmac.cpp: forgot one line from Charles Duffy OS X/Intel patch
+vlcshell.cpp: improved FireFox/OSX support 
+
+------------------------------------------------------------------------
+r16401 | fkuehne | 2006-08-28 15:00:55 -0700 (Mon, 28 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/src/stream_output/profiles.c
+
+* GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW. This method should return something but doesn't, so someone with more knowledge of this part might want to have a look at it ;)
+------------------------------------------------------------------------
+r16399 | xtophe | 2006-08-28 14:28:29 -0700 (Mon, 28 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+po/*: Fix make dist
+
+------------------------------------------------------------------------
+r16398 | dionoea | 2006-08-28 12:44:02 -0700 (Mon, 28 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   A /trunk/modules/gui/qt4/ui/sprefs_interface.ui
+
+Begin simple prefs interface panel.
+
+------------------------------------------------------------------------
+r16395 | damienf | 2006-08-28 11:38:33 -0700 (Mon, 28 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/mozilla/control/npolibvlc.cpp
+   M /trunk/mozilla/control/npolibvlc.h
+   M /trunk/mozilla/control/nporuntime.cpp
+   M /trunk/mozilla/control/nporuntime.h
+   M /trunk/mozilla/control/npovlc.cpp
+   M /trunk/mozilla/control/npovlc.h
+
+- formating 
+- javascript fixes
+
+------------------------------------------------------------------------
+r16394 | zorglub | 2006-08-28 11:31:00 -0700 (Mon, 28 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+Don't output debug on fprintf by default (Refs Debian #385008)
+
+------------------------------------------------------------------------
+r16393 | courmisch | 2006-08-28 11:24:34 -0700 (Mon, 28 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/rootwrap.c
+
+Work-around to not use IPv6 for braindead unusable IPv6 implementations
+
+------------------------------------------------------------------------
+r16392 | hartman | 2006-08-28 10:02:52 -0700 (Mon, 28 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+
+* Fix the microdvd subs. i forgot that framerate != frameduration :D
+
+------------------------------------------------------------------------
+r16391 | hartman | 2006-08-28 09:16:33 -0700 (Mon, 28 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+
+* Use the microdvd framerate when available
+* avoid the error on sub-original-fps
+
+------------------------------------------------------------------------
+r16390 | jpsaman | 2006-08-28 05:27:59 -0700 (Mon, 28 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Try to reopen the audio encoder when channels dimensions have changed.
+------------------------------------------------------------------------
+r16389 | jpsaman | 2006-08-28 04:45:18 -0700 (Mon, 28 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+Reenable channel selection for mono: -1 = stereo mix of both channels, 0 = left channel, 1 = right channel, etc.
+------------------------------------------------------------------------
+r16388 | jb | 2006-08-28 02:42:13 -0700 (Mon, 28 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/live-osx.patch
+
+Contrib : repair a problem with latest live555 for Mac
+
+
+
+------------------------------------------------------------------------
+r16387 | zorglub | 2006-08-28 01:34:52 -0700 (Mon, 28 Aug 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+Cosmetics:
+* Add application icon
+* Make interface a bit smaller in Windows
+* Fix messages encoding and add header
+
+------------------------------------------------------------------------
+r16386 | zorglub | 2006-08-28 01:25:40 -0700 (Mon, 28 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+
+People might perhaps maybe want to right-click anywhere
+
+------------------------------------------------------------------------
+r16385 | zorglub | 2006-08-28 01:19:38 -0700 (Mon, 28 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+
+Re-enable custom fonts in preferences, without the crash
+
+------------------------------------------------------------------------
+r16384 | zorglub | 2006-08-28 00:37:17 -0700 (Mon, 28 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+Fix Win32 preferences crash
+
+------------------------------------------------------------------------
+r16383 | dionoea | 2006-08-27 14:41:05 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
+
+Add subtitles display effect to simple prefs panel
+
+------------------------------------------------------------------------
+r16382 | dionoea | 2006-08-27 14:37:15 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+
+Float, Float with range and Integer with range widgets.
+
+------------------------------------------------------------------------
+r16381 | dionoea | 2006-08-27 14:06:28 -0700 (Sun, 27 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+
+preferences_widgets.*: Bool prefs widget
+simple_preferences.cpp: Audio simple preferences category
+
+------------------------------------------------------------------------
+r16380 | zorglub | 2006-08-27 13:50:54 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+
+Fix crash
+
+------------------------------------------------------------------------
+r16379 | dionoea | 2006-08-27 13:35:11 -0700 (Sun, 27 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
+
+Some more prefs fun:
+ * preferences_widgets.cpp: implement string and int with choice list
+ * other: simple prefs subtitles dialog
+
+------------------------------------------------------------------------
+r16378 | zorglub | 2006-08-27 13:27:09 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+   M /trunk/modules/gui/qt4/components/video_widget.hpp
+   M /trunk/modules/gui/qt4/res.qrc
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+Improved screen for qt-always-video
+
+------------------------------------------------------------------------
+r16377 | damienf | 2006-08-27 12:56:17 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
+
+vlcshell.cpp: more X11 fixes
+
+------------------------------------------------------------------------
+r16376 | damienf | 2006-08-27 12:26:50 -0700 (Sun, 27 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/mozilla/support/npmac.cpp
+   M /trunk/mozilla/vlcplugin.cpp
+   M /trunk/mozilla/vlcplugin.h
+   M /trunk/mozilla/vlcshell.cpp
+
+vlcplugin.cpp: removed hardcoded path
+npmac.cpp: OSX Intel patch by Charles Duffy
+vlcshell.cpp: fixed X11
+
+------------------------------------------------------------------------
+r16375 | dionoea | 2006-08-27 10:07:20 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/pls.c
+
+Fix regression from 0.8.5 when parsing microsoft [Reference] type playlists. We need to check that nothing else was forgoten in the old playlist code.
+
+------------------------------------------------------------------------
+r16374 | bigben | 2006-08-27 10:06:30 -0700 (Sun, 27 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/access/v4l2.c
+
+* Some more probing
+* The debug output from a v4l2 capable webcam with this would help...
+
+
+------------------------------------------------------------------------
+r16373 | zorglub | 2006-08-27 10:06:24 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+   M /trunk/modules/gui/qt4/components/video_widget.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+
+Add ability to put some background when there is no video
+
+------------------------------------------------------------------------
+r16372 | damienf | 2006-08-27 09:18:59 -0700 (Sun, 27 Aug 2006) | 6 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/mozilla/Makefile.am
+   A /trunk/mozilla/control
+   A /trunk/mozilla/control/npolibvlc.cpp
+   A /trunk/mozilla/control/npolibvlc.h
+   A /trunk/mozilla/control/nporuntime.cpp
+   A /trunk/mozilla/control/nporuntime.h
+   A /trunk/mozilla/control/npovlc.cpp
+   A /trunk/mozilla/control/npovlc.h
+   D /trunk/mozilla/vlcintf.idl
+   D /trunk/mozilla/vlcpeer.cpp
+   D /trunk/mozilla/vlcpeer.h
+   M /trunk/mozilla/vlcplugin.cpp
+   M /trunk/mozilla/vlcplugin.h
+   D /trunk/mozilla/vlcruntime.cpp
+   D /trunk/mozilla/vlcruntime.h
+   M /trunk/mozilla/vlcshell.cpp
+   M /trunk/src/control/video.c
+   M /trunk/src/libvlc.c
+
+all: rewrite of mozilla plugin
+- added a couple of support APIs in libvlc
+- retired XPCOM interface, all scripting now goes through NPObject apis
+- new APIs using libvlc (roughly similar to java bindings)
+
+
+------------------------------------------------------------------------
+r16371 | dionoea | 2006-08-27 09:19:00 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+
+Fix default category selection
+
+------------------------------------------------------------------------
+r16370 | dionoea | 2006-08-27 09:07:10 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
+   M /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
+   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
+   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
+
+Bind simple prefs forms to corresponding simple prefs categories
+
+------------------------------------------------------------------------
+r16369 | zorglub | 2006-08-27 08:34:52 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/menus.cpp
+
+Fix a bug with menu items selection
+
+------------------------------------------------------------------------
+r16368 | dionoea | 2006-08-27 08:34:02 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   A /trunk/modules/gui/qt4/ui/sprefs_audio.ui
+   A /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
+   A /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
+   A /trunk/modules/gui/qt4/ui/sprefs_video.ui
+
+Start some simple prefs panels. Different kinds of layouts used (ie audio vs video panel). This will have to be standardized (i beleive that the video panel is better).
+
+------------------------------------------------------------------------
+r16367 | dionoea | 2006-08-27 07:50:39 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   A /trunk/modules/gui/qt4/pixmaps/advanced_50x50.xpm
+   A /trunk/modules/gui/qt4/pixmaps/audio_50x50.xpm
+   A /trunk/modules/gui/qt4/pixmaps/input_and_codecs_50x50.xpm
+   A /trunk/modules/gui/qt4/pixmaps/interface_50x50.xpm
+   A /trunk/modules/gui/qt4/pixmaps/playlist_50x50.xpm
+   A /trunk/modules/gui/qt4/pixmaps/subtitles_50x50.xpm
+   A /trunk/modules/gui/qt4/pixmaps/video_50x50.xpm
+
+Simple prefs left hand side stuff (categories). Icons will of course be changed in the future :)
+
+------------------------------------------------------------------------
+r16366 | zorglub | 2006-08-27 07:40:22 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+
+Improved layout for preferences
+
+------------------------------------------------------------------------
+r16365 | zorglub | 2006-08-27 06:09:16 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Fix "All files"
+
+------------------------------------------------------------------------
+r16364 | zorglub | 2006-08-27 06:05:51 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+Ensure minimum spacing between the status bar and the text
+
+------------------------------------------------------------------------
+r16363 | zorglub | 2006-08-27 05:50:32 -0700 (Sun, 27 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+Fix play/pause icons
+Implement integer config control
+
+------------------------------------------------------------------------
+r16362 | zorglub | 2006-08-27 05:41:54 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/util/directslider.hpp
+   M /trunk/modules/gui/qt4/util/input_slider.cpp
+
+Fix a bug with slider positionning
+
+------------------------------------------------------------------------
+r16361 | zorglub | 2006-08-27 04:01:22 -0700 (Sun, 27 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+Fix a refcount issue
+Start using media library
+
+------------------------------------------------------------------------
+r16360 | zorglub | 2006-08-27 03:34:35 -0700 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/input/item.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+
+Fix for deletion of current item
+
+------------------------------------------------------------------------
+r16359 | zorglub | 2006-08-26 16:24:23 -0700 (Sat, 26 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_intf_strings.h
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+
+Implement basic panel change
+Forgot this file
+
+------------------------------------------------------------------------
+r16358 | zorglub | 2006-08-26 16:11:37 -0700 (Sat, 26 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+   A /trunk/modules/gui/qt4/components/simple_preferences.cpp
+   A /trunk/modules/gui/qt4/components/simple_preferences.hpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
+   A /trunk/modules/gui/qt4/ui/sprefs_trivial.ui
+
+Skeleton for simple prefs
+
+------------------------------------------------------------------------
+r16357 | zorglub | 2006-08-26 14:33:56 -0700 (Sat, 26 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+
+Cosmetics
+
+------------------------------------------------------------------------
+r16356 | zorglub | 2006-08-26 14:30:49 -0700 (Sat, 26 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   A /trunk/modules/gui/qt4/util/customwidgets.cpp
+   A /trunk/modules/gui/qt4/util/customwidgets.hpp
+
+Find as you type
+
+------------------------------------------------------------------------
+r16355 | zorglub | 2006-08-26 12:16:09 -0700 (Sat, 26 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+
+Volume control
+
+------------------------------------------------------------------------
+r16354 | zorglub | 2006-08-26 11:03:08 -0700 (Sat, 26 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+
+* Sorting
+* Fix a memory leak / crasher
+
+------------------------------------------------------------------------
+r16353 | zorglub | 2006-08-26 10:06:27 -0700 (Sat, 26 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+
+Cosmetics + Enable menu in playlist
+
+------------------------------------------------------------------------
+r16352 | zorglub | 2006-08-26 09:51:55 -0700 (Sat, 26 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   A /trunk/include/vlc_intf_strings.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/src/input/item.c
+   M /trunk/src/playlist/tree.c
+
+* Allow service discoveries to state whether they prefer being displayed as tree
+* Start putting together all interface strings (Refs:#703)
+
+------------------------------------------------------------------------
+r16351 | zorglub | 2006-08-26 08:36:45 -0700 (Sat, 26 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/modules/gui/qt4/util/directslider.hpp
+   A /trunk/modules/gui/qt4/util/views.hpp
+
+* Popups
+* Fix a nasty playlist crash
+
+------------------------------------------------------------------------
+r16350 | dionoea | 2006-08-25 15:11:33 -0700 (Fri, 25 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+ * Add atrack, vtrack and strack commands. Those can be use to display/change audio, video and subtitle tracks.
+ * Fix compile warning in enqueue command.
+
+------------------------------------------------------------------------
+r16349 | thresh | 2006-08-25 14:27:56 -0700 (Fri, 25 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+
+remove unneeded include
+
+------------------------------------------------------------------------
+r16348 | zorglub | 2006-08-25 14:10:10 -0700 (Fri, 25 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/preferences.hpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+
+Fix flickering of panels in preferences
+
+
+------------------------------------------------------------------------
+r16347 | zorglub | 2006-08-25 08:54:38 -0700 (Fri, 25 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
+
+Improve Qt preferences layout handling
+
+------------------------------------------------------------------------
+r16346 | fkuehne | 2006-08-25 08:47:46 -0700 (Fri, 25 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+
+* set the autoSaveName for the main playlist view, so re-arranged column orders are saved
+------------------------------------------------------------------------
+r16345 | sam | 2006-08-25 05:59:00 -0700 (Fri, 25 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/playlist/asx.c
+
+  * modules/demux/playlist/asx.c modules/demux/mp4/mp4.c: add missing includes.
+
+------------------------------------------------------------------------
+r16344 | sam | 2006-08-25 05:54:14 -0700 (Fri, 25 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/playlist/xspf.c
+
+  * modules/misc/playlist/xspf.c: fix warnings that are bugs on amd64.
+
+------------------------------------------------------------------------
+r16343 | sam | 2006-08-25 05:19:34 -0700 (Fri, 25 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+
+  * modules/demux/playlist/xspf.c: fix warnings that are bugs on amd64.
+
+------------------------------------------------------------------------
+r16342 | zorglub | 2006-08-24 13:47:22 -0700 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+
+Multiple selection
+
+------------------------------------------------------------------------
+r16341 | jpsaman | 2006-08-24 12:50:23 -0700 (Thu, 24 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+Fake the mono stream by duplicating it in both channels
+------------------------------------------------------------------------
+r16340 | zorglub | 2006-08-24 12:45:08 -0700 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/profile_parser.c
+
+compile fix
+
+------------------------------------------------------------------------
+r16339 | zorglub | 2006-08-24 11:39:25 -0700 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/profile_parser.c
+
+Stupid platforms
+
+------------------------------------------------------------------------
+r16338 | zorglub | 2006-08-24 11:00:28 -0700 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+
+Preliminary deletion support
+
+------------------------------------------------------------------------
+r16337 | zorglub | 2006-08-24 10:52:35 -0700 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_streaming.h
+   M /trunk/modules/misc/Modules.am
+   A /trunk/modules/misc/profile_parser.c
+   M /trunk/src/stream_output/profiles.c
+
+Template for profile parser 
+
+------------------------------------------------------------------------
+r16336 | jb | 2006-08-24 09:57:39 -0700 (Thu, 24 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Qt: Small fix on the filters for simpleOpenFile
+
+
+------------------------------------------------------------------------
+r16335 | sam | 2006-08-24 09:08:31 -0700 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/Makefile.am
+
+  * doc/Makefile.am: added missing ChangeLog-2005.
+
+------------------------------------------------------------------------
+r16334 | bigben | 2006-08-23 23:39:20 -0700 (Wed, 23 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/v4l2.c
+
+* Some more debug
+
+
+------------------------------------------------------------------------
+r16333 | hartman | 2006-08-23 18:20:43 -0700 (Wed, 23 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+* Also pass along the USER DATA of mpeg4
+  This should help identify the producing encoder and fix some issues with codec specific problems
+
+------------------------------------------------------------------------
+r16332 | hartman | 2006-08-23 18:17:58 -0700 (Wed, 23 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+* Handle Dicas AVC FOURCC
+
+------------------------------------------------------------------------
+r16331 | thresh | 2006-08-23 16:40:13 -0700 (Wed, 23 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+
+this should be ifdeffed in a proper way
+
+------------------------------------------------------------------------
+r16330 | titer | 2006-08-23 16:32:29 -0700 (Wed, 23 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+   M /trunk/modules/codec/ffmpeg/mux.c
+   M /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/src/playlist/item.c
+
+BeOS / gcc 2.x fixes, patch by Cian Duffy
+
+------------------------------------------------------------------------
+r16329 | jpsaman | 2006-08-23 15:11:28 -0700 (Wed, 23 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/mosaic_bridge.c
+   M /trunk/modules/stream_out/switcher.c
+
+Fix bugs in loading of audio transcoding filters.exit
+------------------------------------------------------------------------
+r16328 | jpsaman | 2006-08-23 14:59:47 -0700 (Wed, 23 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+put mono audio in both (left/right) channels. For some reason AOUT_CHAN_CENTER doesn't work. Somebody explain this to me, please.
+------------------------------------------------------------------------
+r16327 | hartman | 2006-08-23 14:47:53 -0700 (Wed, 23 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* Fix the extradata with mkv native MPEG4 SP/ASP/AP
+
+------------------------------------------------------------------------
+r16326 | bigben | 2006-08-23 13:20:58 -0700 (Wed, 23 Aug 2006) | 7 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/Modules.am
+   A /trunk/modules/access/v4l2.c
+
+* Very first beginning of a v4l2 access-demux
+* Does nothing useful at the moment (only useless device probing)
+* The purpose would be to make an access-demux and an access sub-module reusing part of the code
+* Access to a webcam or an analog card without an encoder (bt878) would help the development
+
+
+
+------------------------------------------------------------------------
+r16325 | jpsaman | 2006-08-23 13:03:48 -0700 (Wed, 23 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+Cosmetic
+------------------------------------------------------------------------
+r16324 | jpsaman | 2006-08-23 13:01:21 -0700 (Wed, 23 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+
+Remove debug that shouldn't be there.
+------------------------------------------------------------------------
+r16323 | bigben | 2006-08-23 06:25:22 -0700 (Wed, 23 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+* change my email address
+
+------------------------------------------------------------------------
+r16322 | sam | 2006-08-23 04:57:43 -0700 (Wed, 23 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+  * Fixed make dist by updating POTFILES.in.
+
+------------------------------------------------------------------------
+r16321 | fkuehne | 2006-08-23 02:44:27 -0700 (Wed, 23 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+* compilation fix
+------------------------------------------------------------------------
+r16319 | fkuehne | 2006-08-22 16:22:14 -0700 (Tue, 22 Aug 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/rtsp/access.c
+   M /trunk/modules/audio_output/alsa.c
+   M /trunk/modules/audio_output/auhal.c
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/src/audio_output/filters.c
+   M /trunk/src/input/decoder.c
+
+* browsed through all code files starting with A to F and added non-blocking intf_UserFatal calls next to msg_err where I think that it is necessary.
+I tried to select the most important msg_errs. If I missed your favourite, feel free to add it.
+Feedback on the wording and the placement of the interaction calls is strongly welcomed.
+
+For the records: I'm using some general topics for most of the dialogues to produce less work for the translators. The current ones go like this:
+"Audio output failed", "Network interaction failed", "Streaming / Transcoding failed", "Audio filtering failed", "File reading failed", "Playback failure"
+
+More to come.
+------------------------------------------------------------------------
+r16318 | gbazin | 2006-08-22 12:03:20 -0700 (Tue, 22 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/mux.c
+
+* modules/codec/ffmpeg/mux.c: libavformat is much more happy with timestamps which start from 0.
+------------------------------------------------------------------------
+r16317 | gbazin | 2006-08-22 11:24:57 -0700 (Tue, 22 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+* modules/packetizer/h264.c: fixed insertion of SPS/PPS.
+------------------------------------------------------------------------
+r16316 | jpsaman | 2006-08-22 07:31:40 -0700 (Tue, 22 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+Downmix stereo to mono channel and choose with --sout-mono-channel <n> the destination channel.
+------------------------------------------------------------------------
+r16315 | gbazin | 2006-08-21 00:26:31 -0700 (Mon, 21 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/Modules.am
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   A /trunk/modules/codec/ffmpeg/mux.c
+
+* modules/codec/ffmpeg: experimental muxer using ffmpeg's libavformat.
+------------------------------------------------------------------------
+r16314 | jpsaman | 2006-08-20 15:11:27 -0700 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+cosmetic
+------------------------------------------------------------------------
+r16313 | zorglub | 2006-08-20 15:03:18 -0700 (Sun, 20 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+
+Fix messages layout bug
+Ensure we scroll correctly
+
+------------------------------------------------------------------------
+r16312 | jpsaman | 2006-08-20 14:10:17 -0700 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+enable plugin mono audio filter 2
+------------------------------------------------------------------------
+r16311 | jpsaman | 2006-08-20 14:00:34 -0700 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+
+Make headphone also an audio_filter2
+------------------------------------------------------------------------
+r16310 | jpsaman | 2006-08-20 13:56:33 -0700 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/src/osd/osd_parser.c
+
+use memset
+------------------------------------------------------------------------
+r16309 | jpsaman | 2006-08-20 13:51:56 -0700 (Sun, 20 Aug 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/Modules.am
+   A /trunk/modules/audio_filter/converter/mono.c
+
+First part of a new mono for audio filter 2. You can select the channel you want to hear all other channels are silenced.
+
+TODO:
+- stereo_to_mono downmix
+
+
+------------------------------------------------------------------------
+r16308 | jpsaman | 2006-08-20 13:48:35 -0700 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+
+Remove some whitespace
+------------------------------------------------------------------------
+r16307 | jpsaman | 2006-08-20 13:47:57 -0700 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+
+Remove some whitespace
+------------------------------------------------------------------------
+r16306 | jpsaman | 2006-08-20 13:46:40 -0700 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Don't force s16l as fourcc but let that depend on the stream chain
+------------------------------------------------------------------------
+r16305 | jb | 2006-08-20 05:57:07 -0700 (Sun, 20 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+   M /trunk/modules/gui/qt4/dialogs/messages.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+
+* First implementation of the simpleOpenFile Dialog for Qt4
+* Cosmetic fixes in messages.
+
+
+------------------------------------------------------------------------
+r16304 | gbazin | 2006-08-20 04:53:35 -0700 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fixed compilation when shoutcast module is enabled.
+------------------------------------------------------------------------
+r16303 | ipkiss | 2006-08-20 02:14:00 -0700 (Sun, 20 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+
+ * skins2/src/top_window.cpp: Hide the tooltip when the string to display becomes empty
+
+------------------------------------------------------------------------
+r16302 | ipkiss | 2006-08-20 01:48:53 -0700 (Sun, 20 Aug 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
+
+ * skins2/win32/win32_dragdrop.cpp: Added a missing encoding conversion
+ * skins2/parser/interpreter.cpp: playtree.del() is now a synonym of
+    playlist.del(), as it is already in use in some skins...
+    Same thing for playtree.sort().
+
+------------------------------------------------------------------------
+r16301 | fkuehne | 2006-08-19 15:54:18 -0700 (Sat, 19 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* also forward the mouse events to super if no vout is present
+------------------------------------------------------------------------
+r16300 | fkuehne | 2006-08-19 15:46:47 -0700 (Sat, 19 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+* fixed stupid typo (fixes the highlighting of DVD menu entries)
+------------------------------------------------------------------------
+r16299 | fkuehne | 2006-08-19 14:39:06 -0700 (Sat, 19 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* always forward the clicks to OSX's core
+------------------------------------------------------------------------
+r16298 | Trax | 2006-08-19 14:32:19 -0700 (Sat, 19 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: cosmetics and added SSIM stats computation option.
+------------------------------------------------------------------------
+r16297 | ipkiss | 2006-08-19 10:51:41 -0700 (Sat, 19 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+
+ * skins2/controls/ctrl_slider.cpp: fixed 2 little offset problems, introduced
+   by a previous commit
+
+------------------------------------------------------------------------
+r16296 | zorglub | 2006-08-19 09:19:56 -0700 (Sat, 19 Aug 2006) | 3 lines
+Changed paths:
+   A /trunk/test/NativeAlgoTest.py
+   A /trunk/test/native/algo.c
+   M /trunk/test/native/gc.c
+   M /trunk/test/native/init.c
+   M /trunk/test/native/tests.h
+   M /trunk/test/native/url.c
+   M /trunk/test/pyunit.h
+   M /trunk/test/setup.py
+   M /trunk/test/test.py
+   M /trunk/test/test.sh
+
+* Tests for previous commit
+* Improve test output
+
+------------------------------------------------------------------------
+r16295 | zorglub | 2006-08-19 09:19:31 -0700 (Sat, 19 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/Makefile.am
+   M /trunk/src/input/item.c
+   A /trunk/src/misc/dict.c (from /trunk/src/misc/hashtables.c:16248)
+   D /trunk/src/misc/hashtables.c
+
+* B-search macro
+* Redo dictionnary handling to remove recursion and bugs
+
+------------------------------------------------------------------------
+r16294 | jb | 2006-08-19 06:08:04 -0700 (Sat, 19 Aug 2006) | 7 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/dialogs/messages.cpp
+   A /trunk/modules/gui/qt4/dialogs/messages.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+* First implementation of the messages dialog for qt4. 
+  It works but it is not finished.
+  - The changing verbosity does not work yet.
+  - Too many messages are displayed ?
+
+
+
+------------------------------------------------------------------------
+r16293 | ipkiss | 2006-08-18 15:00:04 -0700 (Fri, 18 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+
+ * skins2/parser/interpreter.cpp: Restored action names modified in [15629]
+
+------------------------------------------------------------------------
+r16291 | ipkiss | 2006-08-18 11:58:16 -0700 (Fri, 18 Aug 2006) | 9 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/theme.cpp
+
+ * skins2/src/theme.cpp: Improved the saving/loading of skins config
+   - the format of the skins2-config variable has changed (not backwards-compatible)
+   - the active layout and its size are now restored
+   - the windows and layouts are now identified by their id, instead of their
+     order in the XML file; this fixes problems of disappearing windows
+     when editing a skin (commenting a Window for example)
+   - it should now be impossible to have all windows hidden at the same time
+     (but there is no check that the windows are on screen)
+
+------------------------------------------------------------------------
+r16290 | damienf | 2006-08-18 08:11:02 -0700 (Fri, 18 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/utils.cpp
+
+- minor fixes
+
+------------------------------------------------------------------------
+r16289 | damienf | 2006-08-18 08:10:21 -0700 (Fri, 18 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/src/Makefile.am
+
+- fixed Cygwin issue when linking/building shared libvlc.dll
+
+------------------------------------------------------------------------
+r16288 | fkuehne | 2006-08-18 07:05:45 -0700 (Fri, 18 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/intf.m
+
+* finish the vout menu (cloeses #302)
+------------------------------------------------------------------------
+r16287 | hartman | 2006-08-17 18:27:00 -0700 (Thu, 17 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/live555.cpp
+
+* Fix a RTSP crash
+
+------------------------------------------------------------------------
+r16286 | gbazin | 2006-08-17 13:53:27 -0700 (Thu, 17 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/src/input/decoder.c
+
+* modules/demux/mp4/mp4.c, src/input/decoder.c: support for cropping in quicktime files with H263 video.
+------------------------------------------------------------------------
+r16285 | gbazin | 2006-08-17 13:14:14 -0700 (Thu, 17 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/messages.c
+
+* src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET instead when preparsing.
+------------------------------------------------------------------------
+r16284 | gbazin | 2006-08-17 13:07:13 -0700 (Thu, 17 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: couple of small fixes.
+------------------------------------------------------------------------
+r16283 | zorglub | 2006-08-17 11:16:09 -0700 (Thu, 17 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+   M /trunk/src/interface/interaction.c
+   M /trunk/test/native/gc.c
+
+Fix interaction locking
+
+------------------------------------------------------------------------
+r16282 | gbazin | 2006-08-16 14:45:56 -0700 (Wed, 16 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+* modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.
+------------------------------------------------------------------------
+r16281 | Trax | 2006-08-16 14:36:26 -0700 (Wed, 16 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access_output/shout.c
+
+* modules/access_output/shout.c: changed 'no bitrate information' warning to be used for both icecast and shoutcast.
+------------------------------------------------------------------------
+r16280 | gbazin | 2006-08-16 14:19:15 -0700 (Wed, 16 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG messages if they were requested.
+------------------------------------------------------------------------
+r16279 | gbazin | 2006-08-16 13:59:04 -0700 (Wed, 16 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages at all. That avoids flooding the console with useless messages when preparsing.
+------------------------------------------------------------------------
+r16278 | gbazin | 2006-08-16 13:48:06 -0700 (Wed, 16 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* modules/demux/mkv.cpp: remove useless printf()s
+------------------------------------------------------------------------
+r16277 | gbazin | 2006-08-16 13:30:04 -0700 (Wed, 16 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/live555.cpp
+
+* modules/demux/live555.cpp: fixed segfault
+------------------------------------------------------------------------
+r16276 | ipkiss | 2006-08-16 00:03:52 -0700 (Wed, 16 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
+
+ * skins2/controls/ctrl_image.cpp: Allow resizing to a width of 1 now that the
+   bug in ScaledBitmap is fixed
+ * skins2/controls/ctrl_slider.*: Support resizing of the SliderBackground control
+
+------------------------------------------------------------------------
+r16275 | Trax | 2006-08-15 16:13:46 -0700 (Tue, 15 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access_output/shout.c
+
+* modules/access_output/shout.c: removed protocol selection and set it to automaticly try shoutcast protocol if icecast fails. added options for stream info settings, genre, url and public (yellow pages).
+------------------------------------------------------------------------
+r16274 | asmax | 2006-08-15 15:38:49 -0700 (Tue, 15 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
+
+* scaled_bitmap.cpp: better fix than [16273] ...
+
+------------------------------------------------------------------------
+r16273 | asmax | 2006-08-15 15:25:27 -0700 (Tue, 15 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
+
+* scaled_bitmap.cpp: - fixed an infinite loop when width=1
+   + fixed a huge bug in horizontal scaling (btw, TODO: use bresenham for
+   vertical scaling too)
+
+------------------------------------------------------------------------
+r16272 | gbazin | 2006-08-15 15:10:37 -0700 (Tue, 15 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/wxwidgets/video.cpp
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit, introduced in changelist 16148 (unix VOUT_REPARENT).
+------------------------------------------------------------------------
+r16271 | ipkiss | 2006-08-15 13:57:56 -0700 (Tue, 15 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
+
+ * skins2/controls/ctrl_image.cpp: Avoid a crash when resizing a Image control
+   to a very small size, in scaling mode
+
+------------------------------------------------------------------------
+r16270 | ipkiss | 2006-08-15 11:59:40 -0700 (Tue, 15 Aug 2006) | 2 lines
+Changed paths:
+   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_resize.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
+
+ * skins2/controls/*: forward the onResize() method to the decorated controls
+
+------------------------------------------------------------------------
+r16269 | hartman | 2006-08-15 09:17:59 -0700 (Tue, 15 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+* Get and write the correct profile_compat_byte
+
+------------------------------------------------------------------------
+r16268 | hartman | 2006-08-15 09:12:44 -0700 (Tue, 15 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+* provide the SPS and PPS in the SDP when doing h264 packetization (sprop-parameters)
+
+------------------------------------------------------------------------
+r16264 | ipkiss | 2006-08-15 04:04:13 -0700 (Tue, 15 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+ * skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax
+
+------------------------------------------------------------------------
+r16263 | ipkiss | 2006-08-15 03:43:00 -0700 (Tue, 15 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+
+ * qt4: Added a few forward declarations and includes
+
+------------------------------------------------------------------------
+r16262 | hartman | 2006-08-14 16:37:28 -0700 (Mon, 14 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+* first sps, then pps 
+
+------------------------------------------------------------------------
+r16261 | gbazin | 2006-08-14 15:16:07 -0700 (Mon, 14 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+* modules/packetizer/h264.c: insert an SPS and PPS before each keyframe.
+------------------------------------------------------------------------
+r16260 | hartman | 2006-08-14 14:46:13 -0700 (Mon, 14 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/live555.cpp
+
+* Set the SPS and PPS properly in the extradata when we receive RTP h264
+
+------------------------------------------------------------------------
+r16259 | hartman | 2006-08-14 14:45:19 -0700 (Mon, 14 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* set extradata of the x264 encoder.
+
+------------------------------------------------------------------------
+r16258 | hartman | 2006-08-14 14:44:15 -0700 (Mon, 14 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+* Victory at last. The h264 packetizer is fixed. Thx to Haali and gibalou for the insights.
+  - manage private data properly
+  - use 4 byte startcodes
+
+------------------------------------------------------------------------
+r16257 | Trax | 2006-08-13 15:23:33 -0700 (Sun, 13 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access_output/shout.c
+
+* shout.c: add support for protocol selection (icy for shoutcast and http for icecast)
+------------------------------------------------------------------------
+r16256 | xtophe | 2006-08-13 12:33:16 -0700 (Sun, 13 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/src/Makefile.am
+
+Distribute the java bindings in the tarball
+
+------------------------------------------------------------------------
+r16255 | courmisch | 2006-08-13 11:48:17 -0700 (Sun, 13 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/src/Makefile.am
+
+Attempt to remove all the non standard GNU/make stuff
+
+------------------------------------------------------------------------
+r16254 | jpsaman | 2006-08-13 07:31:02 -0700 (Sun, 13 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+
+Fix memory leak
+------------------------------------------------------------------------
+r16253 | ipkiss | 2006-08-13 05:34:37 -0700 (Sun, 13 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC 0.8.6 only.
+
+------------------------------------------------------------------------
+r16252 | hartman | 2006-08-12 13:08:08 -0700 (Sat, 12 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/ffmpeg-install.patch
+   D /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch
+
+* all macintel patches have been fixed upstream now. Also remove outdated ffmpeg prefix patch
+
+------------------------------------------------------------------------
+r16251 | hartman | 2006-08-12 07:24:54 -0700 (Sat, 12 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/live555.cpp
+
+* fix the getlength. It needs to be after the SETUP, so that liveMedia can correct Windows Media Servers.
+
+------------------------------------------------------------------------
+r16250 | hartman | 2006-08-11 17:10:37 -0700 (Fri, 11 Aug 2006) | 17 lines
+Changed paths:
+   M /trunk/modules/demux/live555.cpp
+
+* refactoring of live555 module.
+  - less code duplication
+  - automaticly try HTTP tunneling if describe fails
+  - upon authentication failure, ask for a new user/passwd and try again (untested due to lack of a rtsp source)
+  - fix a bug with adding tracks introduced in [16114]
+  - fix a bug closing the RTSPClient
+  - disabled the QT VoD detection because it's unreliable like hell.
+
+  TODO:
+  - test with a WMS RTSP session
+  - test against a paswd. protected RTSP session
+  - find a better way for error communication with live (parsing random strings is so 1990)
+  - find a way to relay Control() calls to a subdemux (for time/pos in TS)
+  - add the HREF support of the 0.8.5-href branch
+  - better flushing etc. during the PAUSE (ideas anyone?)
+
+
+------------------------------------------------------------------------
+r16249 | xtophe | 2006-08-11 16:30:02 -0700 (Fri, 11 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_core.c
+
+Should fix compilation. Not tested
+
+------------------------------------------------------------------------
+r16248 | zorglub | 2006-08-11 06:32:42 -0700 (Fri, 11 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/playlist/item.c
+
+Add functions to use the media library
+
+------------------------------------------------------------------------
+r16247 | zorglub | 2006-08-10 23:23:56 -0700 (Thu, 10 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Gah, forgot to commit this: fix a potential crash in stats
+
+------------------------------------------------------------------------
+r16246 | hartman | 2006-08-10 14:28:56 -0700 (Thu, 10 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch
+
+* nop part of ffmpeg patch was fixed upstream
+
+------------------------------------------------------------------------
+r16245 | dionoea | 2006-08-10 12:21:25 -0700 (Thu, 10 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/control/rc.c
+
+Add "enqueue" command. Original patch by Greg Farell
+
+------------------------------------------------------------------------
+r16244 | ipkiss | 2006-08-10 11:26:18 -0700 (Thu, 10 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: Updated copyright year
+
+------------------------------------------------------------------------
+r16243 | ipkiss | 2006-08-10 10:25:30 -0700 (Thu, 10 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: Changed the structure of the sections, for a
+   nicer output
+
+------------------------------------------------------------------------
+r16242 | courmisch | 2006-08-10 07:27:28 -0700 (Thu, 10 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/upnp_intel.cpp
+
+Partial UPnP fix from Christian Henz, from Ralf Huvendiek.
+
+------------------------------------------------------------------------
+r16241 | hartman | 2006-08-10 05:51:53 -0700 (Thu, 10 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/time.c
+
+* p_input->p_libvlc == p_filter->p_libvlc: remove p_input dependancy here.
+
+------------------------------------------------------------------------
+r16240 | hartman | 2006-08-10 04:46:19 -0700 (Thu, 10 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch
+
+* Part of the Intel patches are now fixed upstream
+
+------------------------------------------------------------------------
+r16239 | jpsaman | 2006-08-09 11:09:34 -0700 (Wed, 09 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+Fix comments
+------------------------------------------------------------------------
+r16238 | hartman | 2006-08-08 13:39:12 -0700 (Tue, 08 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+* Fix an #ifdef hidden error in cddax 
+
+------------------------------------------------------------------------
+r16237 | zorglub | 2006-08-07 10:26:02 -0700 (Mon, 07 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/src/playlist/sort.c
+
+Fix sort by artist
+
+------------------------------------------------------------------------
+r16236 | fkuehne | 2006-08-07 09:36:57 -0700 (Mon, 07 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/macosx/AppleRemote.h
+   M /trunk/modules/gui/macosx/AppleRemote.m
+
+* configure.ac: enabled Obj-C exceptions in the OBJCFLAGS (they're currently used by AppleRemote only, but we should extend them to further classes)
+* AppleRemote.*: added svn id and proper notes about the MIT-style and GPL dual licensing
+------------------------------------------------------------------------
+r16235 | zorglub | 2006-08-06 10:12:01 -0700 (Sun, 06 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+* Add random/loop buttons
+* Improve hilighting
+
+------------------------------------------------------------------------
+r16234 | ipkiss | 2006-08-06 09:36:30 -0700 (Sun, 06 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
+
+ * skins2: Fixed resizing of the Text control
+
+------------------------------------------------------------------------
+r16233 | zorglub | 2006-08-06 09:14:56 -0700 (Sun, 06 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/src/playlist/item.c
+
+Fix deletion of items when changing them to nodes
+
+------------------------------------------------------------------------
+r16232 | fkuehne | 2006-08-06 09:10:19 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* fix compilation warnings by adding _defaultTableHeader*SortImage to NSOutlineView's interface
+------------------------------------------------------------------------
+r16231 | ipkiss | 2006-08-06 08:49:56 -0700 (Sun, 06 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+
+ * skins2: fixed the xkeepratio/ykeepratio attributes for controls not tied to
+   the top left corner of the layout
+
+------------------------------------------------------------------------
+r16230 | jpsaman | 2006-08-06 08:07:47 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+Oops use VLC_ error messages
+------------------------------------------------------------------------
+r16229 | zorglub | 2006-08-06 06:53:58 -0700 (Sun, 06 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/item.c
+
+Oh look ! Bananas !
+
+------------------------------------------------------------------------
+r16228 | jpsaman | 2006-08-06 06:43:18 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+sanity checking
+------------------------------------------------------------------------
+r16227 | jpsaman | 2006-08-06 06:40:11 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+enabled check for p_sys->i_channels>2 again for mp3 audio. It was wrongly disabled.
+------------------------------------------------------------------------
+r16226 | jpsaman | 2006-08-06 06:27:58 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Implement afilter transcode filters and renamed vfilter to ufilter (userfilter) so only one extra entry in sout_stream_id_t is needed and not one for every ES type.
+------------------------------------------------------------------------
+r16225 | jpsaman | 2006-08-06 06:25:05 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+ifdef away compiler warning
+------------------------------------------------------------------------
+r16224 | jpsaman | 2006-08-06 06:24:29 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/services_discovery/podcast.c
+
+Remove unused variable
+------------------------------------------------------------------------
+r16223 | jpsaman | 2006-08-06 06:24:11 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/psychedelic.c
+
+Fix double free bug in psychedelic filter
+------------------------------------------------------------------------
+r16222 | jpsaman | 2006-08-06 06:23:47 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/image.c
+
+Put just deleted objects to NULL.
+------------------------------------------------------------------------
+r16221 | jpsaman | 2006-08-06 06:21:54 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+Use NULL iso 0 (is more portable)
+------------------------------------------------------------------------
+r16220 | jpsaman | 2006-08-06 06:21:36 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+Remove some whitespace
+------------------------------------------------------------------------
+r16219 | jpsaman | 2006-08-06 06:11:49 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/resampler/bandlimited.c
+
+Use C-style comments
+------------------------------------------------------------------------
+r16218 | jpsaman | 2006-08-06 06:11:04 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/resampler/linear.c
+
+Cleanup whitespace
+------------------------------------------------------------------------
+r16217 | jpsaman | 2006-08-06 06:10:27 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mpeg/m4v.c
+
+Remove unused variable.
+------------------------------------------------------------------------
+r16216 | jpsaman | 2006-08-06 06:09:42 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+Fix compiler warning on uninitialized variable.
+------------------------------------------------------------------------
+r16215 | jpsaman | 2006-08-06 06:09:24 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/stream.c
+
+Fix compiler warning on uninitialized variable.
+------------------------------------------------------------------------
+r16214 | zorglub | 2006-08-06 05:25:52 -0700 (Sun, 06 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/stats.c
+
+This should fix the locking problems with stats
+
+------------------------------------------------------------------------
+r16213 | jpsaman | 2006-08-06 03:30:30 -0700 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Coding Style fixes
+------------------------------------------------------------------------
+r16212 | zorglub | 2006-08-06 03:07:35 -0700 (Sun, 06 Aug 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/menus.hpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+
+Qt4:
+* Hilight playing item
+* Partial removal support, not yet correct
+* Reduce critical section when rebuilding playlist
+* Beginning of menu support
+
+------------------------------------------------------------------------
+r16211 | pengvado | 2006-08-05 17:48:05 -0700 (Sat, 05 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+oops in r16209
+
+------------------------------------------------------------------------
+r16210 | ipkiss | 2006-08-05 06:37:06 -0700 (Sat, 05 Aug 2006) | 6 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   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/utils/position.cpp
+   M /trunk/modules/gui/skins2/utils/position.hpp
+   M /trunk/share/skins2/skin.dtd
+
+ * skins2: new "xkeepratio" and "ykeepratio" attributes, common to all the
+   controls. When set to "true", the behaviour of the resizing is changed
+   (cf. documentation). The main use for these attributes is to keep a
+   a control centered in the layout (horizontally, vertically or both) without
+   resizing the control.
+
+------------------------------------------------------------------------
+r16209 | pengvado | 2006-08-04 11:14:40 -0700 (Fri, 04 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+fix the crf option to reflect x264's API change in its revision 537
+
+------------------------------------------------------------------------
+r16208 | jpsaman | 2006-08-04 08:17:15 -0700 (Fri, 04 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Some cleanup of whitespace
+------------------------------------------------------------------------
+r16207 | zorglub | 2006-08-03 15:24:42 -0700 (Thu, 03 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/item.c
+
+This dichotomy code apparently still is buggy. Todo: redo it
+
+------------------------------------------------------------------------
+r16206 | gbazin | 2006-08-03 14:57:58 -0700 (Thu, 03 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/file.c
+
+* modules/access/file.c, directory.c: bug and memory leak fixes
+------------------------------------------------------------------------
+r16205 | zorglub | 2006-08-03 10:03:26 -0700 (Thu, 03 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/src
+
+Fix svn:ignore
+
+------------------------------------------------------------------------
+r16204 | zorglub | 2006-08-03 09:58:10 -0700 (Thu, 03 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/video_chroma/i420_rgb8.c
+
+Fix a bunch of warnings and errors
+
+------------------------------------------------------------------------
+r16203 | zorglub | 2006-08-03 08:34:08 -0700 (Thu, 03 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/dvb.h
+   M /trunk/modules/access/dvb/http.c
+   M /trunk/modules/access/mms/mms.h
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/codec/cinepak.c
+   M /trunk/modules/demux/asf/libasf.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/qtl.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/mux/ogg.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_output/image.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/stream_output/announce.c
+   M /trunk/src/stream_output/sap.c
+   M /trunk/src/stream_output/stream_output.c
+
+Fix duplicate definitions of FREE
+
+------------------------------------------------------------------------
+r16202 | zorglub | 2006-08-03 08:27:19 -0700 (Thu, 03 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+
+Handle blocking errors, fix layout for login
+
+------------------------------------------------------------------------
+r16201 | jb | 2006-08-03 01:46:47 -0700 (Thu, 03 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+
+
+Yet another x264 contrib patch for win32
+
+
+------------------------------------------------------------------------
+r16200 | jb | 2006-08-03 00:48:55 -0700 (Thu, 03 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* Some small updates in the contribs
+* FFMpeg reactivated the WM3-codec. The patch is now useless
+
+
+------------------------------------------------------------------------
+r16199 | zorglub | 2006-08-02 23:10:57 -0700 (Wed, 02 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/make.pl
+   M /trunk/include/vlc_interaction.h
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/avi/libavi.c
+   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/src/interface/interaction.c
+
+* Some Qt interaction stuff
+* More useless interaction cleanup
+* Small fix for make beautifier
+
+------------------------------------------------------------------------
+r16198 | zorglub | 2006-08-02 14:52:28 -0700 (Wed, 02 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/gvp.c
+
+Fix crash with GVP, if it breaks it, yell and provide samples so we can put tests for them
+
+------------------------------------------------------------------------
+r16197 | zorglub | 2006-08-02 12:51:46 -0700 (Wed, 02 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_interaction.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/misc/update.c
+
+Interaction cleanup, remove some unused functions, factorize some code, ...
+
+------------------------------------------------------------------------
+r16196 | littlejohn | 2006-08-02 07:11:17 -0700 (Wed, 02 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/VLCExample.java
+   A /trunk/bindings/java/org/videolan/jvlc/Audio.java
+   A /trunk/bindings/java/org/videolan/jvlc/Input.java
+   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
+   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
+   D /trunk/bindings/java/org/videolan/jvlc/Status.java
+   A /trunk/bindings/java/org/videolan/jvlc/VLM.java
+   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
+   A /trunk/bindings/java/org/videolan/jvlc/Video.java
+   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+   A /trunk/bindings/java/src
+   A /trunk/bindings/java/src/Makefile.am
+   A /trunk/bindings/java/src/audio-jni.cc
+   A /trunk/bindings/java/src/core-jni.cc
+   A /trunk/bindings/java/src/graphics-jni.cc
+   A /trunk/bindings/java/src/input-jni.cc
+   A /trunk/bindings/java/src/playlist-jni.cc
+   A /trunk/bindings/java/src/utils.cc
+   A /trunk/bindings/java/src/utils.h
+   A /trunk/bindings/java/src/video-jni.cc
+   A /trunk/bindings/java/src/vlm-jni.cc
+   D /trunk/bindings/java/vlc-graphics-jni.cc
+   D /trunk/bindings/java/vlc-libvlc-jni.cc
+   M /trunk/configure.ac
+
+Java Bindings synched with lastest version.
+
+
+------------------------------------------------------------------------
+r16195 | jb | 2006-08-01 15:09:34 -0700 (Tue, 01 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/speex-BeOS.patch
+   A /trunk/extras/contrib/src/Patches/twolame-BeOS.patch
+
+* Some work for BeOS Contrib's should repair some of'em
+
+
+------------------------------------------------------------------------
+r16194 | zorglub | 2006-08-01 08:23:46 -0700 (Tue, 01 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
+
+Remove references to deprecated files
+
+------------------------------------------------------------------------
+r16193 | courmisch | 2006-08-01 08:11:33 -0700 (Tue, 01 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/src/interface/interaction.c
+
+Apparently, someone does not about "make".
+
+------------------------------------------------------------------------
+r16192 | courmisch | 2006-08-01 08:00:50 -0700 (Tue, 01 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_access.h
+
+Syntax error
+
+------------------------------------------------------------------------
+r16191 | courmisch | 2006-08-01 07:54:54 -0700 (Tue, 01 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Cosmetic: Don't leak internal error to the console.
+
+------------------------------------------------------------------------
+r16190 | zorglub | 2006-08-01 06:12:48 -0700 (Tue, 01 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_interaction.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/ui/logindialog.ui
+   D /trunk/modules/gui/qt4/ui/okcanceldialog.ui
+   D /trunk/modules/gui/qt4/ui/yesnocanceldialog.ui
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+Improve Qt interaction stuff
+
+------------------------------------------------------------------------
+r16189 | littlejohn | 2006-08-01 03:30:31 -0700 (Tue, 01 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/playlist.c
+
+Fixed a missing assert.h inclusion.
+
+
+------------------------------------------------------------------------
+r16188 | zorglub | 2006-08-01 02:22:35 -0700 (Tue, 01 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/audio.c
+   M /trunk/src/control/core.c
+   M /trunk/src/control/input.c
+   M /trunk/src/control/playlist.c
+
+src/control: a bit of cleanup here and there
+
+------------------------------------------------------------------------
+r16187 | fkuehne | 2006-07-31 15:51:43 -0700 (Mon, 31 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/src/interface/interaction.c
+
+* interaction.c: always show errors through the interaction framework, even if the user disabled its usage
+* macosx/*: minor clean-up
+------------------------------------------------------------------------
+r16186 | fkuehne | 2006-07-31 15:21:00 -0700 (Mon, 31 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
+
+* fix layout
+------------------------------------------------------------------------
+r16185 | fkuehne | 2006-07-31 15:15:13 -0700 (Mon, 31 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
+   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/keyedobjects.nib
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+* removed the old panel which used to show msg_err completely (hopefully) and added a new menu entry to show the collective errors/warnings panel by hand. Additionally, this panel got a details button now. (thanks to thedj for the idea)
+------------------------------------------------------------------------
+r16184 | dionoea | 2006-07-31 14:07:17 -0700 (Mon, 31 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/index.html
+
+This was missing to have backwards compatibility with scripts using the old intf.
+
+------------------------------------------------------------------------
+r16183 | jb | 2006-07-31 13:13:08 -0700 (Mon, 31 Jul 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+
+- Reverting the previous commit.
+  Something went bad. Sorry.
+
+
+------------------------------------------------------------------------
+r16182 | jb | 2006-07-31 12:49:19 -0700 (Mon, 31 Jul 2006) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+
+- Should remove all the references to intf_UserOkayCancel,
+removed in r16159 by fkuehne and fix the nightlies.
+
+
+
+------------------------------------------------------------------------
+r16181 | gbazin | 2006-07-31 11:09:49 -0700 (Mon, 31 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ps.c
+
+* modules/demux/ps.c: fixed breakage
+------------------------------------------------------------------------
+r16180 | hartman | 2006-07-31 08:36:36 -0700 (Mon, 31 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* Fix support for QT ref files. this close #700
+ - this dupes some code from the playlist demux (FindItem).
+
+------------------------------------------------------------------------
+r16179 | littlejohn | 2006-07-31 05:11:51 -0700 (Mon, 31 Jul 2006) | 5 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/configure.ac
+
+Some Java checks on --enable-java-bindings:
+ * JAVA_HOME is set
+ * a java compiler compiles
+
+
+------------------------------------------------------------------------
+r16178 | littlejohn | 2006-07-31 02:31:35 -0700 (Mon, 31 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/input.c
+
+New input_set_(time|position) in libvlc.
+
+
+------------------------------------------------------------------------
+r16177 | littlejohn | 2006-07-31 00:09:53 -0700 (Mon, 31 Jul 2006) | 5 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/modules/stream_out/bridge.c
+   M /trunk/src/control/video.c
+
+Video resize function added in libvlc.
+
+Typo fix in modules/stream_out/bridge.c
+
+
+------------------------------------------------------------------------
+r16176 | hartman | 2006-07-30 16:21:58 -0700 (Sun, 30 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* gnutls needs -lintl ldflag with newer versions. It's so nice if packages keep track of what libs they use....... hint hint
+
+------------------------------------------------------------------------
+r16175 | hartman | 2006-07-30 15:40:08 -0700 (Sun, 30 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
+
+* the ffmpeg api version id was updated
+
+------------------------------------------------------------------------
+r16174 | fkuehne | 2006-07-30 15:35:04 -0700 (Sun, 30 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
+
+* compilation fix
+------------------------------------------------------------------------
+r16173 | fkuehne | 2006-07-30 15:11:36 -0700 (Sun, 30 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+
+osx/intf.m: don't show msg_err's in the OSX GUI anymore. Localised errors/warnings are shown by the interaction framework now.
+wx/interaction.cpp: another WX compilation fix
+------------------------------------------------------------------------
+r16172 | fkuehne | 2006-07-30 15:03:56 -0700 (Sun, 30 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/update.c
+
+* forgot these in the previous commit (updated to current API)
+------------------------------------------------------------------------
+r16171 | fkuehne | 2006-07-30 15:00:44 -0700 (Sun, 30 Jul 2006) | 7 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/include/vlc_interaction.h
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/src/interface/interaction.c
+
+* additional interaction enhancements
+    - intf_UserFatal takes an addition bool-argument now to set whether the error message will be blocking in the interface or not (so TRUE = blocking)
+    - intf_UserWarn is always non-blocking and is used to check important, localised warnings to the user
+* wx: a compilation fix, but no update to the current API
+* osx: complete implementation of the interaction framework using some Carbon (!) functions, because the needed icons aren't accessible through Cocoa. Regrettably, I had to add yet another nib-file to keep the code clean and readable.
+
+The Error-dialogue is no longer re-usable (so the specific ID was removed). The interface needs to keep track of the reported errors and warnings. Thus, it may discard them as requested by the user and doesn't need to care about the core.
+------------------------------------------------------------------------
+r16170 | zorglub | 2006-07-30 14:19:38 -0700 (Sun, 30 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+
+Forgot this
+
+------------------------------------------------------------------------
+r16169 | zorglub | 2006-07-30 13:28:59 -0700 (Sun, 30 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   A /trunk/modules/gui/qt4/pixmaps/type_afile.xpm
+   A /trunk/modules/gui/qt4/pixmaps/type_card.xpm
+   A /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
+   A /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
+   A /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
+   A /trunk/modules/gui/qt4/pixmaps/type_node.xpm
+   A /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
+   A /trunk/modules/gui/qt4/pixmaps/type_vfile.xpm
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+Icons support
+Misc fprintf cleanup
+
+------------------------------------------------------------------------
+r16168 | zorglub | 2006-07-30 09:41:20 -0700 (Sun, 30 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
+   M /trunk/modules/gui/qt4/components/playlist/selector.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+Qt4 playlist dialog base stuff
+
+------------------------------------------------------------------------
+r16167 | ipkiss | 2006-07-30 07:34:21 -0700 (Sun, 30 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
+   M /trunk/modules/gui/skins2/src/generic_layout.hpp
+
+ * skins2/*: fixed some doxygen comments
+
+------------------------------------------------------------------------
+r16166 | ipkiss | 2006-07-30 06:04:27 -0700 (Sun, 30 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+
+ * skins2/src/generic_layout.cpp: refresh the area of the Video control when it
+   is not visible
+
+------------------------------------------------------------------------
+r16165 | asmax | 2006-07-30 05:22:00 -0700 (Sun, 30 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/galaktos/plugin.c
+
+* fixed galaktos plugin which was broken for a very long time
+
+------------------------------------------------------------------------
+r16164 | ipkiss | 2006-07-30 05:07:45 -0700 (Sun, 30 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+
+ * skins2: when restoring the previous skin because a new one failed to load,
+   show only the windows that were visible before
+
+------------------------------------------------------------------------
+r16163 | damienf | 2006-07-29 16:32:05 -0700 (Sat, 29 Jul 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/control/core.c
+   M /trunk/src/control/video.c
+
+few fixes in libvlc APis
+- allow for libvlc_exception_t to be NULL in APIs
+- remove X11 references from libvlc, as it breaks MacOS X
+
+------------------------------------------------------------------------
+r16162 | hartman | 2006-07-29 15:58:49 -0700 (Sat, 29 Jul 2006) | 7 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/pls.c
+
+* Allow the asx module to peek instead on relying on file extension
+* Added the QuickTime RTSPtext redirect system. uses m3u, even though they are not related.
+* Added the WM Server [Reference] redirects to the pls playlist demux. it's also INI based.
+
+This fixes #690
+
+
+------------------------------------------------------------------------
+r16161 | fkuehne | 2006-07-29 08:47:08 -0700 (Sat, 29 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/src/interface/interaction.c
+
+* minor core cleanup and WX compilation fix
+------------------------------------------------------------------------
+r16160 | fkuehne | 2006-07-29 08:32:30 -0700 (Sat, 29 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/update.c
+
+* improved some error messages
+------------------------------------------------------------------------
+r16159 | fkuehne | 2006-07-29 08:07:42 -0700 (Sat, 29 Jul 2006) | 5 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
+   M /trunk/include/vlc_interaction.h
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/misc/update.c
+
+* enhanced the interaction core with some method additions/changes
+- intf_UserProgress* takes an additional argument now. use it to provide the time to go (in sec) until the process will be finished. Provide 0, if you don't have such info. The interface will hide the respective text-field.
+- intf_UserProgressIsCancelled can be called by the module which triggered the interaction dialogue on a regular interval, to check if the user cancelled the dialogue or not. This is for dialogues with an optional cancel-button only (like the modal progress panel), so it doesn't replace p_dialog->i_return = DIALOG_CANCELLED which is for yes/no-style dialogues
+- intf_UserOkayCancel was removed in favour of an enhanced intf_UserYesNo
+- intf_UserYesNo takes 3 additional arguments now to get the custom captions of the default (~Yes), alternate(~No) and one optional button(~Cancel). This provides a better interface experience for the user and is more compliant with OSX's HIGL. The interface automatically hides the 3rd button, if NULL is given.
+------------------------------------------------------------------------
+r16158 | xtophe | 2006-07-29 07:38:38 -0700 (Sat, 29 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+fix breakqge introduce in [16152]
+
+------------------------------------------------------------------------
+r16157 | zorglub | 2006-07-29 06:32:12 -0700 (Sat, 29 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/test/native/gc.c
+   M /trunk/test/native/i18n.c
+   M /trunk/test/native/init.c
+   M /trunk/test/native/libvlc.c
+   M /trunk/test/native/profiles.c
+   M /trunk/test/native/stats.c
+   M /trunk/test/native/url.c
+
+svn ids and stuff
+
+------------------------------------------------------------------------
+r16156 | zorglub | 2006-07-29 06:31:48 -0700 (Sat, 29 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+One more
+
+------------------------------------------------------------------------
+r16155 | zorglub | 2006-07-29 06:31:32 -0700 (Sat, 29 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/src/misc/stats.c
+
+Some old stats fixes
+
+------------------------------------------------------------------------
+r16154 | djc | 2006-07-29 06:01:52 -0700 (Sat, 29 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+Add Ctrl+clic to handle one button mice
+
+------------------------------------------------------------------------
+r16153 | zorglub | 2006-07-29 05:25:13 -0700 (Sat, 29 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_streaming.h
+   M /trunk/src/stream_output/profiles.c
+
+Simplify transcode handling
+
+------------------------------------------------------------------------
+r16152 | fkuehne | 2006-07-29 05:18:48 -0700 (Sat, 29 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* enabled ffmpeg's beta WMV3/VC1-support
+------------------------------------------------------------------------
+r16151 | xtophe | 2006-07-28 12:34:03 -0700 (Fri, 28 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src
+   M /trunk/m4
+   M /trunk/src/stream_output/profiles.c
+
+Cosmetics
+
+------------------------------------------------------------------------
+r16150 | xtophe | 2006-07-28 12:05:04 -0700 (Fri, 28 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/libpng-darwin-mactel.patch
+
+Update png patch for mactel. Thanks to Jean-Baptiste Kempf
+
+------------------------------------------------------------------------
+r16149 | thresh | 2006-07-28 08:28:31 -0700 (Fri, 28 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+reverted erroneous part of 16030 commit (this will fix libtool builds)
+
+------------------------------------------------------------------------
+r16148 | littlejohn | 2006-07-28 08:24:07 -0700 (Fri, 28 Jul 2006) | 10 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/control/video.c
+
+Real VOUT_REPARENT (UNIX only ATM).
+
+if (vout_Control VOUT_REPARENT is called giving a Drawable in args)
+then 
+     that Drawable is used as new parent
+otherwise
+     DefaultRootWindow will be the parent
+     
+
+
+------------------------------------------------------------------------
+r16147 | zorglub | 2006-07-28 06:28:08 -0700 (Fri, 28 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   A /trunk/include/vlc_streaming.h
+   M /trunk/include/vlc_strings.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/Makefile.am
+   A /trunk/src/stream_output/profiles.c
+   A /trunk/test/NativeProfilesTest.py
+   M /trunk/test/native/gc.c
+   M /trunk/test/native/init.c
+   A /trunk/test/native/profiles.c
+   M /trunk/test/native/tests.h
+   M /trunk/test/native/url.c
+   M /trunk/test/pyunit.h
+   M /trunk/test/setup.py
+
+Some initial work for streaming profiles
++ some misc test cleanup
+
+------------------------------------------------------------------------
+r16146 | zorglub | 2006-07-28 04:58:58 -0700 (Fri, 28 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+
+Check type before cast
+
+------------------------------------------------------------------------
+r16145 | zorglub | 2006-07-28 04:45:52 -0700 (Fri, 28 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+
+WTF isn't QEvent a QObject ?
+
+------------------------------------------------------------------------
+r16144 | zorglub | 2006-07-28 04:16:49 -0700 (Fri, 28 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+
+Don't use RTTI
+
+------------------------------------------------------------------------
+r16143 | damienf | 2006-07-27 17:01:15 -0700 (Thu, 27 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Makefile: fix cross compiling broken by my previous commit
+
+------------------------------------------------------------------------
+r16142 | xtophe | 2006-07-27 15:53:41 -0700 (Thu, 27 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch
+   A /trunk/extras/contrib/src/Patches/libpng-darwin-mactel.patch
+   A /trunk/extras/contrib/src/Patches/libpng-makefile.patch (from /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch:16140)
+   M /trunk/extras/contrib/src/Patches/libpng-osx.patch
+
+Update the libpng patches
+
+------------------------------------------------------------------------
+r16141 | damienf | 2006-07-27 15:46:48 -0700 (Thu, 27 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/libgpg-error.patch
+
+patch for libgpg-error when NLS is disabled
+
+------------------------------------------------------------------------
+r16140 | zorglub | 2006-07-27 13:12:41 -0700 (Thu, 27 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/src/libvlc.h
+
+Add --france / --no-france option to disable DRM playback.
+CSS is not yet disabled as it is hidden from us by libdvdnav/libdvdplay
+
+------------------------------------------------------------------------
+r16139 | damienf | 2006-07-27 12:51:57 -0700 (Thu, 27 Jul 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/src/Makefile
+
+miscellaneous fixes when building contribs on Cygwin
+- boostrap: make configure.ac happy when detecting contribs build on Cygwin
+- Makefile: cleanup, fixed extraction of files containing invalid characters (on DOS LFN), gpg-error compiling
+
+------------------------------------------------------------------------
+r16138 | littlejohn | 2006-07-27 07:51:22 -0700 (Thu, 27 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/vlc-graphics-jni.cc
+
+This was overwritten by mistake. Backported to revision 15898.
+
+
+------------------------------------------------------------------------
+r16137 | titer | 2006-07-26 15:48:34 -0700 (Wed, 26 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_yuy2.c
+   M /trunk/modules/video_chroma/i420_yuy2.h
+
+Make I420_UYVY/MMX support widths non multiple of 8
+
+------------------------------------------------------------------------
+r16136 | xtophe | 2006-07-26 15:01:37 -0700 (Wed, 26 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+use pic on amd64. should fix the amd64 moz plugin
+
+------------------------------------------------------------------------
+r16135 | xtophe | 2006-07-26 14:59:13 -0700 (Wed, 26 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+add qvlc to the summary
+
+------------------------------------------------------------------------
+r16134 | dionoea | 2006-07-26 14:21:48 -0700 (Wed, 26 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Use 5 digits for snapshot numbering when in sequential mode (padd with 0s)
+
+------------------------------------------------------------------------
+r16133 | littlejohn | 2006-07-26 08:13:47 -0700 (Wed, 26 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/vlm.c
+
+More vlm functions added in libvlc (to play, pause and stop a broadcast)
+
+
+------------------------------------------------------------------------
+r16132 | littlejohn | 2006-07-26 07:15:08 -0700 (Wed, 26 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/VLCExample.java
+   M /trunk/bindings/java/VlcClient.java
+   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
+   A /trunk/bindings/java/org/videolan/jvlc/VLCException.java
+   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+   M /trunk/bindings/java/vlc-graphics-jni.cc
+   M /trunk/bindings/java/vlc-libvlc-jni.cc
+
+Sync bindings/java with jvlc head (release is close ;).
+
+
+------------------------------------------------------------------------
+r16131 | xtophe | 2006-07-26 06:49:56 -0700 (Wed, 26 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/speex.patch
+
+Contrib: fix speex patch. Thanks to JB Kempf
+
+------------------------------------------------------------------------
+r16130 | xtophe | 2006-07-26 05:04:25 -0700 (Wed, 26 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/po/de.po
+
+Protect the email address
+
+------------------------------------------------------------------------
+r16129 | xtophe | 2006-07-26 03:56:30 -0700 (Wed, 26 Jul 2006) | 5 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/ffmpeg-svn-win32.patch
+   D /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch
+
+ffmpeg contribs:
+    .pc hqve been fixed upstream
+    delete empty win32 patch
+    temporarly disable install patch. it works fine without on debian and macOSX. FC4 to be investigated
+
+------------------------------------------------------------------------
+r16128 | zorglub | 2006-07-25 15:56:37 -0700 (Tue, 25 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+New Qt Contrib
+
+------------------------------------------------------------------------
+r16127 | ipkiss | 2006-07-25 14:23:01 -0700 (Tue, 25 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_common.hpp
+
+ * skins2/src/skin_common.hpp: Added missing header
+
+------------------------------------------------------------------------
+r16126 | xtophe | 2006-07-25 05:41:29 -0700 (Tue, 25 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/libpng-osx.patch
+
+Upgrade patch for png on osx. Thanks to Jean-Baptiste Kempf
+
+------------------------------------------------------------------------
+r16125 | xtophe | 2006-07-25 02:37:31 -0700 (Tue, 25 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Don't include opie/ in the gettext stuff as it's not in the tarball.
+
+------------------------------------------------------------------------
+r16124 | xtophe | 2006-07-24 16:00:57 -0700 (Mon, 24 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Grrrr, silly qt4 build system
+
+------------------------------------------------------------------------
+r16123 | xtophe | 2006-07-24 15:56:44 -0700 (Mon, 24 Jul 2006) | 2 lines
+Changed paths:
+   A /trunk/extras/contrib/src/Patches/libogg-1.1.3.patch
+   A /trunk/extras/contrib/src/Patches/theora-1.0a7.patch
+
+Oups miss that in previous commit
+
+------------------------------------------------------------------------
+r16122 | xtophe | 2006-07-24 15:45:26 -0700 (Mon, 24 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/ffmpeg-svn-win32.patch
+   M /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch
+   M /trunk/extras/contrib/src/Patches/gnutls-win32.patch
+   M /trunk/extras/contrib/src/Patches/libogg-1.1-win32.patch
+   M /trunk/extras/contrib/src/Patches/libogg-1.1.patch
+   M /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch
+   M /trunk/extras/contrib/src/Patches/libpng-win32.patch
+   M /trunk/extras/contrib/src/Patches/libvorbis-1.1.patch
+   M /trunk/extras/contrib/src/Patches/speex.patch
+   M /trunk/extras/contrib/src/Patches/theora.patch
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+Use newer version of libraries in extras/contrib. Patch courtesy of Jean-Baptiste Kempf
+
+------------------------------------------------------------------------
+r16121 | xtophe | 2006-07-24 14:45:56 -0700 (Mon, 24 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/ui/file_open.ui
+   M /trunk/modules/gui/qt4/ui/input_stats.ui
+   M /trunk/modules/gui/qt4/ui/inputdialog.ui
+   M /trunk/modules/gui/qt4/ui/logindialog.ui
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+   M /trunk/modules/gui/qt4/ui/okcanceldialog.ui
+   M /trunk/modules/gui/qt4/ui/progressdialog.ui
+   M /trunk/modules/gui/qt4/ui/yesnocanceldialog.ui
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Localized the stings inside the .ui  and update the po files.
+
+------------------------------------------------------------------------
+r16120 | ipkiss | 2006-07-24 13:09:22 -0700 (Mon, 24 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+
+ * skins2/src/dialogs.cpp: more encoding fixes
+
+------------------------------------------------------------------------
+r16119 | fkuehne | 2006-07-24 10:55:28 -0700 (Mon, 24 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch
+
+libavutil/common.h was re-worked, so it doesn't need to be patched anymore
+------------------------------------------------------------------------
+r16118 | ipkiss | 2006-07-23 15:19:46 -0700 (Sun, 23 Jul 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/skin_common.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/src/theme_loader.hpp
+
+ * skins2: fixed several encoding issues. In particular, it should now be
+   possible to load a skin on Windows when logged with an account containing
+   non-english characters.
+
+------------------------------------------------------------------------
+r16117 | jpsaman | 2006-07-23 11:10:04 -0700 (Sun, 23 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/ffmpeg-install.patch
+
+Fix installation of ffmpeg-svn version
+------------------------------------------------------------------------
+r16115 | jpsaman | 2006-07-23 10:51:07 -0700 (Sun, 23 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Revert revision 16112
+------------------------------------------------------------------------
+r16114 | jpsaman | 2006-07-23 09:21:35 -0700 (Sun, 23 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/live555.cpp
+
+Forward port of revision 16113. Fixes a bug in live555 module, that made audio packets (only for audio types that are not supported) being sent to the video decoder. This caused artefacts and segmentation faults in the decoder. VLC core handles the case for codec being not supported just fine, so removed the check for undefined codec.
+------------------------------------------------------------------------
+r16112 | jpsaman | 2006-07-23 04:04:13 -0700 (Sun, 23 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Forward port of revision 16111
+------------------------------------------------------------------------
+r16110 | dionoea | 2006-07-22 08:41:38 -0700 (Sat, 22 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Oops
+
+------------------------------------------------------------------------
+r16109 | dionoea | 2006-07-22 08:33:03 -0700 (Sat, 22 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/vout_intf.c
+
+add --snapshot-prefix and --snapshot-sequential options. --snapshot-prefix lets you choose the filename's prefix (default it "vlcsnap-"). --snapshot-sequential numbers the snapshot starting with 1 and incrementing every time.
+
+------------------------------------------------------------------------
+r16108 | dionoea | 2006-07-22 07:45:25 -0700 (Sat, 22 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+Some more vfilter2 stuff
+
+------------------------------------------------------------------------
+r16107 | xtophe | 2006-07-21 14:14:35 -0700 (Fri, 21 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+oups missed that
+
+------------------------------------------------------------------------
+r16106 | fkuehne | 2006-07-21 13:36:29 -0700 (Fri, 21 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* minor layout improvement
+------------------------------------------------------------------------
+r16105 | xtophe | 2006-07-21 08:19:35 -0700 (Fri, 21 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+contribs: Rename the qt tarball to indicate it's a win32 binaries
+
+------------------------------------------------------------------------
+r16104 | zorglub | 2006-07-21 02:42:43 -0700 (Fri, 21 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Qt4 contrib fixes
+
+------------------------------------------------------------------------
+r16103 | zorglub | 2006-07-20 15:16:10 -0700 (Thu, 20 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+Add Qt4 to contrib
+
+------------------------------------------------------------------------
+r16102 | fkuehne | 2006-07-20 12:45:51 -0700 (Thu, 20 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/AppleRemote.m
+
+* some minor fixes (signed vs unsigned ints, removed an always ignored pragma, fixed an if)
+------------------------------------------------------------------------
+r16101 | fkuehne | 2006-07-20 12:30:39 -0700 (Thu, 20 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* compile before you commit
+------------------------------------------------------------------------
+r16100 | fkuehne | 2006-07-20 12:26:33 -0700 (Thu, 20 Jul 2006) | 1 line
+Changed paths:
+   D /trunk/extras/contrib/src/Patches/ffmpeg-configure.patch
+   A /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-configure.patch:16098)
+
+* another patch for ffmpeg, so make up a new ffmpeg patch-file and ditch the previous configure-specific one
+------------------------------------------------------------------------
+r16099 | fkuehne | 2006-07-20 12:16:52 -0700 (Thu, 20 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* compilation fix to reflect x264's API change in its revision 537 (x264 build 48)
+
+It would be nice if someone with more x264-knowledge could review this.
+------------------------------------------------------------------------
+r16098 | fkuehne | 2006-07-20 12:06:18 -0700 (Thu, 20 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/ffmpeg-configure.patch
+
+* yet another patch for ffmpeg: its configure script doesn't recognise that (at least on OSX) variables' names are case-sensitive
+------------------------------------------------------------------------
+r16097 | xtophe | 2006-07-20 11:54:26 -0700 (Thu, 20 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/util/directslider.hpp
+
+Compile fix. gcc doesn't like foo=foo();
+
+------------------------------------------------------------------------
+r16096 | zorglub | 2006-07-20 08:25:02 -0700 (Thu, 20 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/util/directslider.hpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+Fix a bunch of bugs
+
+------------------------------------------------------------------------
+r16095 | xtophe | 2006-07-20 06:44:04 -0700 (Thu, 20 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/direct3d.c
+
+Cosmetic: svn properties, Id, copyright dates
+
+------------------------------------------------------------------------
+r16094 | damienf | 2006-07-20 06:21:16 -0700 (Thu, 20 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_output/directx/Modules.am
+   A /trunk/modules/video_output/directx/direct3d.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/glwin32.c
+   M /trunk/modules/video_output/directx/vout.h
+
+- direct3d: new video output module using Direct3D 9 APIs
+
+------------------------------------------------------------------------
+r16093 | xtophe | 2006-07-20 01:59:14 -0700 (Thu, 20 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Run update-po. Fix make dist
+
+------------------------------------------------------------------------
+r16092 | dionoea | 2006-07-19 15:38:25 -0700 (Wed, 19 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/gradient.c
+
+Add some "const" where relevant
+
+------------------------------------------------------------------------
+r16091 | dionoea | 2006-07-19 15:08:38 -0700 (Wed, 19 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/gradient.c
+
+Make code less readable and (hopefully) faster for gradient and edge modes.
+
+------------------------------------------------------------------------
+r16090 | zorglub | 2006-07-19 08:17:23 -0700 (Wed, 19 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   A /trunk/modules/gui/qt4/ui/inputdialog.ui
+   A /trunk/modules/gui/qt4/ui/logindialog.ui
+   A /trunk/modules/gui/qt4/ui/progressdialog.ui
+   A /trunk/modules/gui/qt4/ui/yesnocanceldialog.ui
+
+Some more Qt interaction support
+
+------------------------------------------------------------------------
+r16089 | oaubert | 2006-07-19 05:55:04 -0700 (Wed, 19 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: the svg module now needs a librsvg2 >= 2.9.0
+
+------------------------------------------------------------------------
+r16088 | oaubert | 2006-07-19 05:54:13 -0700 (Wed, 19 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
+
+modules/misc/svg.c: fix SVG rendering
+
+------------------------------------------------------------------------
+r16087 | zorglub | 2006-07-19 04:53:51 -0700 (Wed, 19 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/modules_inner.h
+   M /trunk/modules/LIST
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+
+Add support for modules help strings (Closes:#413)
+
+------------------------------------------------------------------------
+r16086 | zorglub | 2006-07-19 04:53:18 -0700 (Wed, 19 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/demux/playlist/podcast.c
+
+Remove some code duplication
+
+------------------------------------------------------------------------
+r16085 | jpsaman | 2006-07-19 03:59:30 -0700 (Wed, 19 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Don't use Patches/goom2k4-0-nommx.patch when building for MacOS X
+------------------------------------------------------------------------
+r16084 | zorglub | 2006-07-19 02:45:02 -0700 (Wed, 19 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/Modules.am
+   D /trunk/modules/access/pvr
+   A /trunk/modules/access/pvr.c (from /trunk/modules/access/pvr/pvr.c:16077)
+   D /trunk/modules/access/v4l
+   A /trunk/modules/access/v4l.c (from /trunk/modules/access/v4l/v4l.c:16077)
+   A /trunk/modules/access/videodev2.h (from /trunk/modules/access/pvr/videodev2.h:16077)
+   A /trunk/modules/access/videodev_mjpeg.h (from /trunk/modules/access/v4l/videodev_mjpeg.h:16077)
+
+Move v4l and pvr into the main access directory.
+No need for a separate directory for 1 file
+
+------------------------------------------------------------------------
+r16083 | zorglub | 2006-07-19 02:33:41 -0700 (Wed, 19 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_access.h
+   M /trunk/include/vlc_demux.h
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/dv.c
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+   M /trunk/modules/access/fake.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/gnomevfs.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/smb.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/demux/mpeg/m4a.c
+   M /trunk/modules/demux/mpeg/m4v.c
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/demux/mpeg/mpgv.c
+
+Some more demux and access code factorization
+
+------------------------------------------------------------------------
+r16080 | oaubert | 2006-07-19 02:01:15 -0700 (Wed, 19 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlcglue.c
+
+bindings/mediacontrol-python/vlcglue.c: bind get_/set_rate and get_/set_fullscreen
+
+------------------------------------------------------------------------
+r16079 | oaubert | 2006-07-19 02:00:32 -0700 (Wed, 19 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/mediacontrol.h
+   M /trunk/src/control/mediacontrol_audio_video.c
+
+include/vlc/mediacontrol.h, src/control/mediacontrol_audio_video.c: implement get_/set_rate and get_/set_fullscreen
+
+------------------------------------------------------------------------
+r16078 | oaubert | 2006-07-19 01:59:26 -0700 (Wed, 19 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/setup.py
+
+bindings/mediacontrol-python/setup.py: deactivate PIC support for
+linux also (I do no quite know the current status, but it works for me this way at the moment).
+
+------------------------------------------------------------------------
+r16077 | zorglub | 2006-07-18 16:20:06 -0700 (Tue, 18 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/components/playlist/selector.cpp
+   M /trunk/modules/gui/qt4/components/playlist/selector.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+
+A bunch of various fixes (encoding, refcount, layout)
+
+------------------------------------------------------------------------
+r16076 | zorglub | 2006-07-18 14:29:05 -0700 (Tue, 18 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+
+Layout improvements
+
+------------------------------------------------------------------------
+r16075 | xtophe | 2006-07-18 14:25:14 -0700 (Tue, 18 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+Fix compilation
+
+------------------------------------------------------------------------
+r16074 | jpsaman | 2006-07-18 14:00:19 -0700 (Tue, 18 Jul 2006) | 1 line
+Changed paths:
+   A /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch
+
+Fix libpng properly (forgot this in a previous commit).
+------------------------------------------------------------------------
+r16073 | zorglub | 2006-07-18 11:57:19 -0700 (Tue, 18 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+
+* Fix a number of encoding bugs
+* add "make nice" in modules to call ./compile
+
+------------------------------------------------------------------------
+r16072 | zorglub | 2006-07-18 10:19:10 -0700 (Tue, 18 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_demux.h
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/mpeg/m4a.c
+   M /trunk/modules/demux/mpeg/mpgv.c
+
+Better packetizer helpers
+
+------------------------------------------------------------------------
+r16071 | zorglub | 2006-07-18 10:08:18 -0700 (Tue, 18 Jul 2006) | 8 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_demux.h
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/aiff.c
+   M /trunk/modules/demux/au.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/old.c
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/demux/playlist/qtl.c
+   M /trunk/modules/demux/playlist/sgimb.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/modules/demux/playlist/xspf.h
+   M /trunk/src/playlist/item.c
+
+Add a bunch of helper functions/macros and start using them:
+* malloc with NULL check
+* file extension check
+* check if a demux was forced
+* try peeking, and check what we poke
+* init standard demuxer fields
+* create packetizers
+
+------------------------------------------------------------------------
+r16070 | oaubert | 2006-07-18 07:45:24 -0700 (Tue, 18 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlcwrapper.py
+
+bindings/mediacontrol-python/vlcwrapper.py: make the tree() method return a string rather than print it.
+
+------------------------------------------------------------------------
+r16069 | zorglub | 2006-07-18 07:33:18 -0700 (Tue, 18 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/menus.hpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+
+* compiles-but-untested complete implementation of menus and popups
+* handle play/pause status
+
+------------------------------------------------------------------------
+r16068 | damienf | 2006-07-18 02:10:24 -0700 (Tue, 18 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/connectioncontainer.cpp
+   M /trunk/activex/connectioncontainer.h
+   M /trunk/activex/dataobject.h
+   M /trunk/activex/objectsafety.h
+   M /trunk/activex/olecontrol.h
+   M /trunk/activex/oleinplaceactiveobject.h
+   M /trunk/activex/oleinplaceobject.h
+   M /trunk/activex/oleobject.h
+   M /trunk/activex/persistpropbag.h
+   M /trunk/activex/persiststorage.h
+   M /trunk/activex/persiststreaminit.cpp
+   M /trunk/activex/persiststreaminit.h
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/provideclassinfo.h
+   M /trunk/activex/utils.h
+   M /trunk/activex/viewobject.h
+   M /trunk/activex/vlccontrol.h
+
+- all: fixed object interfaces queries and other fixes as reported by Jacob Lewallen
+
+------------------------------------------------------------------------
+r16067 | sigmunau | 2006-07-18 01:48:53 -0700 (Tue, 18 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+support muxing and demuxing of dual mono mpeg ts streams if libdvbpsi is up to date
+
+------------------------------------------------------------------------
+r16065 | fkuehne | 2006-07-17 05:59:46 -0700 (Mon, 17 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/extended.h
+   M /trunk/modules/gui/macosx/extended.m
+   M /trunk/src/video_output/video_output.c
+
+* adapted the extended panel to the latest video filter changes and re-designed the interface a bit (by introducing some additional strings and moving the invert-option to the adjust image section, etc.)
+* src/video_output/video_output.c: small fix to insert filters on the fly
+------------------------------------------------------------------------
+r16064 | littlejohn | 2006-07-17 01:37:09 -0700 (Mon, 17 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/FAQ
+
+Report in the FAQ that --enable-java-bindings works in win32.
+
+
+------------------------------------------------------------------------
+r16063 | dionoea | 2006-07-16 14:22:31 -0700 (Sun, 16 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/scale.c
+
+Don't show the scale filter in the preferences
+
+------------------------------------------------------------------------
+r16062 | dionoea | 2006-07-16 14:02:33 -0700 (Sun, 16 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Add (verbose) NEWS
+
+------------------------------------------------------------------------
+r16061 | dionoea | 2006-07-16 13:57:09 -0700 (Sun, 16 Jul 2006) | 4 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/video_output.c
+
+Make "video filter2" filters selectable on the vout level.
+Exemple: --video-filter "adjust{hue=180}:wave"
+For the moment, the video filter2 filters are applied *before* subpicture filters.
+
+------------------------------------------------------------------------
+r16060 | courmisch | 2006-07-16 12:58:46 -0700 (Sun, 16 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+(Partial?) fix for make dist
+
+------------------------------------------------------------------------
+r16059 | courmisch | 2006-07-16 12:37:56 -0700 (Sun, 16 Jul 2006) | 6 lines
+Changed paths:
+   M /trunk/m4
+   M /trunk/m4/Makefile.am
+   D /trunk/m4/libtool.m4
+   D /trunk/m4/ltoptions.m4
+   D /trunk/m4/ltsugar.m4
+   D /trunk/m4/ltversion.m4
+
+Revert commit that breaks bootstrap/aclocal (v2.60, latest release).
+That has been annoying quite a bunch of users[1] including buildbots
+and myself.
+
+[1] http://forum.videolan.org/viewtopic.php?t=21059
+
+------------------------------------------------------------------------
+r16058 | courmisch | 2006-07-16 12:16:48 -0700 (Sun, 16 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Don't duplicate check for automake 1.7
+
+------------------------------------------------------------------------
+r16052 | courmisch | 2006-07-16 11:10:22 -0700 (Sun, 16 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+Use nice apostrophe
+
+------------------------------------------------------------------------
+r16051 | sam | 2006-07-16 09:06:29 -0700 (Sun, 16 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.c
+
+  * src/libvlc.c: fixed comment.
+------------------------------------------------------------------------
+r16050 | fkuehne | 2006-07-15 12:50:58 -0700 (Sat, 15 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* removed useless include
+------------------------------------------------------------------------
+r16049 | fkuehne | 2006-07-15 12:47:29 -0700 (Sat, 15 Jul 2006) | 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/keyedobjects.nib
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* implemented a ctrl-click menu for the vouts (refs #302)
+- currently loaded through rightMouseUp because rightMouseDown, etc. don't register any NSRightMouseDowns. If anybody got an idea why, I would be willing to change this of cause, since the current way is quite slower in the user's experience.
+- the Snapshot item doesn't work yet (it triggers the fullscreen-event)
+- localisation support is complete
+
+Any comments and wanteds for further items are welcome :)
+------------------------------------------------------------------------
+r16044 | dionoea | 2006-07-15 07:53:58 -0700 (Sat, 15 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/gradient.c
+   M /trunk/modules/video_filter/invert.c
+   M /trunk/modules/video_filter/psychedelic.c
+   M /trunk/modules/video_filter/ripple.c
+   M /trunk/modules/video_filter/wave.c
+
+check that p_pic->pf_release != NULL before calling it
+
+------------------------------------------------------------------------
+r16043 | dionoea | 2006-07-14 15:58:41 -0700 (Fri, 14 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   D /trunk/modules/video_filter/distort.c
+   A /trunk/modules/video_filter/gradient.c (from /trunk/modules/video_filter/distort.c:16041)
+   A /trunk/modules/video_filter/psychedelic.c (from /trunk/modules/video_filter/distort.c:16041)
+   A /trunk/modules/video_filter/ripple.c (from /trunk/modules/video_filter/distort.c:16041)
+   A /trunk/modules/video_filter/wave.c (from /trunk/modules/video_filter/distort.c:16041)
+
+Split the distort video filter module into several video filter2 modules.
+
+------------------------------------------------------------------------
+r16042 | dionoea | 2006-07-14 15:06:57 -0700 (Fri, 14 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/invert.c
+
+Remove unneeded include
+
+------------------------------------------------------------------------
+r16041 | sam | 2006-07-14 14:36:11 -0700 (Fri, 14 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/m4
+   M /trunk/m4/Makefile.am
+   A /trunk/m4/libtool.m4
+   A /trunk/m4/ltoptions.m4
+   A /trunk/m4/ltsugar.m4
+   A /trunk/m4/ltversion.m4
+
+  * m4: added libtool macro files. Na.
+
+------------------------------------------------------------------------
+r16040 | dionoea | 2006-07-14 14:33:23 -0700 (Fri, 14 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/invert.c
+
+Invert is now a "video filter2"
+
+------------------------------------------------------------------------
+r16039 | dionoea | 2006-07-14 14:32:43 -0700 (Fri, 14 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/adjust.c
+
+Adjust is now a "video filter2"
+
+------------------------------------------------------------------------
+r16037 | jpsaman | 2006-07-14 04:18:29 -0700 (Fri, 14 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Remove double .gnutls from HAVE_WIN32 and UNIX targets
+------------------------------------------------------------------------
+r16034 | xtophe | 2006-07-13 15:41:07 -0700 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+
+Fix dist
+
+------------------------------------------------------------------------
+r16033 | xtophe | 2006-07-13 13:47:49 -0700 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/m4/Makefile.am
+
+Revert [16011] until someone svn add the concerned files.
+
+------------------------------------------------------------------------
+r16031 | jpsaman | 2006-07-13 08:31:29 -0700 (Thu, 13 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Really fix goom for fc4
+------------------------------------------------------------------------
+r16030 | sam | 2006-07-13 08:25:56 -0700 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+  * src/Makefile.am: made the dist rule independent of --enable-libtool.
+
+------------------------------------------------------------------------
+r16029 | jpsaman | 2006-07-13 08:22:58 -0700 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/goom2k4-0-nommx.patch
+
+Disable MMX support goom for now since it doesn't compile and is probably broken.
+
+------------------------------------------------------------------------
+r16027 | jpsaman | 2006-07-13 08:13:10 -0700 (Thu, 13 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Fix live555 compilation in contrib
+------------------------------------------------------------------------
+r16026 | courmisch | 2006-07-13 07:29:00 -0700 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/loader/loader.h
+
+Another extra boilerplate
+
+------------------------------------------------------------------------
+r16025 | courmisch | 2006-07-13 07:19:35 -0700 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Work-around for Winsock
+
+------------------------------------------------------------------------
+r16024 | xtophe | 2006-07-13 06:51:05 -0700 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/infopanels.cpp
+   M /trunk/modules/gui/qt4/components/infopanels.hpp
+   M /trunk/modules/gui/qt4/components/open.cpp
+   M /trunk/modules/gui/qt4/components/open.hpp
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/selector.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/components/preferences.hpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+   M /trunk/modules/gui/qt4/components/video_widget.hpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/menus.cpp
+   M /trunk/modules/gui/qt4/menus.hpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+   M /trunk/modules/gui/qt4/res.qrc
+   M /trunk/modules/gui/qt4/ui/file_open.ui
+   M /trunk/modules/gui/qt4/ui/input_stats.ui
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+   M /trunk/modules/gui/qt4/ui/okcanceldialog.ui
+   M /trunk/modules/gui/qt4/util/directslider.hpp
+   M /trunk/modules/gui/qt4/util/input_slider.cpp
+   M /trunk/modules/gui/qt4/util/input_slider.hpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id
+
+------------------------------------------------------------------------
+r16023 | sam | 2006-07-13 06:41:54 -0700 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output
+   M /trunk/src/control
+   M /trunk/src/extras
+   M /trunk/src/input
+   M /trunk/src/interface
+   M /trunk/src/misc
+   M /trunk/src/network
+   M /trunk/src/osd
+   M /trunk/src/playlist
+   M /trunk/src/stream_output
+   M /trunk/src/video_output
+
+  * Added SVN ignore flags to src/ subdirectories.
+
+------------------------------------------------------------------------
+r16022 | fkuehne | 2006-07-13 05:06:22 -0700 (Thu, 13 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/interaction.m
+
+* implement the error panel correctly (for the records: not < 10.3 compatible)
+------------------------------------------------------------------------
+r16021 | sam | 2006-07-13 04:48:47 -0700 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+  * bootstrap: strip library version from modules.
+
+------------------------------------------------------------------------
+r16020 | zorglub | 2006-07-13 04:21:23 -0700 (Thu, 13 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   A /trunk/modules/gui/qt4/menus.cpp
+   A /trunk/modules/gui/qt4/menus.hpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+
+Beginning of menus implementation
+Fix a make dist bug
+
+------------------------------------------------------------------------
+r16019 | sam | 2006-07-13 03:32:06 -0700 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+  * modules/control/hotkeys.c: nawak.
+
+------------------------------------------------------------------------
+r16018 | jpsaman | 2006-07-12 11:49:35 -0700 (Wed, 12 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+Removed unused variable pi_gamma
+------------------------------------------------------------------------
+r16017 | jpsaman | 2006-07-12 11:48:21 -0700 (Wed, 12 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/include/vlc_vod.h
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/src/misc/vlm.c
+
+RTSP rewind and fastforward support (Scale option). Almost entirely rewritten a patch from K. Staring <Qdk _at_ quickdekay dot net>.
+------------------------------------------------------------------------
+r16016 | thresh | 2006-07-12 08:49:13 -0700 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/open.cpp
+
+get rid of unresolved symbols
+
+------------------------------------------------------------------------
+r16015 | sam | 2006-07-12 08:38:08 -0700 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+  * src/Makefile.am: fixed sed commands.
+
+------------------------------------------------------------------------
+r16014 | sam | 2006-07-12 08:01:55 -0700 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+  * src/Makefile.am: reverted addition of vlc_devices.h, it was already done.
+
+------------------------------------------------------------------------
+r16013 | sam | 2006-07-12 06:54:29 -0700 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+
+  * Updated changelog.
+
+------------------------------------------------------------------------
+r16012 | sam | 2006-07-12 06:51:51 -0700 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+  * src/Makefile.am: yay, another missing file in Makefile.am (vlc_devices.h).
+
+------------------------------------------------------------------------
+r16011 | sam | 2006-07-12 06:23:26 -0700 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/m4/Makefile.am
+
+  * m4/Makefile.am: added more missing files. olleh buglroz!
+
+------------------------------------------------------------------------
+r16010 | sam | 2006-07-12 06:04:37 -0700 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/m4/Makefile.am
+
+  * m4/Makefile.am: added missing files to the distribution. happy bootstrap.
+
+------------------------------------------------------------------------
+r16009 | sam | 2006-07-12 05:34:07 -0700 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/common.c
+
+  * src/audio_output/common.c: moved message around so that it compiles.
+
+------------------------------------------------------------------------
+r16008 | sam | 2006-07-12 05:27:06 -0700 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/common.c
+
+  * src/audio_output/common.c: added error message upon invalid initialisation.
+
+------------------------------------------------------------------------
+r16007 | zorglub | 2006-07-12 04:29:30 -0700 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Missing header in EXTRA_DIST
+
+------------------------------------------------------------------------
+r16006 | bigben | 2006-07-11 12:12:18 -0700 (Tue, 11 Jul 2006) | 5 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/dvb/linux_dvb.c
+
+* Patch to add ATSC support by Dennis Lou
+* This is untested, but shouldn't have any adverse effect at least
+* Any feedback much welcomed
+
+
+------------------------------------------------------------------------
+r16005 | fkuehne | 2006-07-11 03:49:50 -0700 (Tue, 11 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+* fix make dist
+------------------------------------------------------------------------
+r16004 | fkuehne | 2006-07-10 14:30:31 -0700 (Mon, 10 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/playlist/qtl.c
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+   M /trunk/src/libvlc.h
+
+* updated the po-files, started some work on the German translation, a minor string fix and removal of an untranslatable string
+------------------------------------------------------------------------
+r16003 | hartman | 2006-07-10 13:52:57 -0700 (Mon, 10 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ps.c
+   M /trunk/modules/demux/ps.h
+
+* when possible use the PTS for GET_TIME and GET_LENGTH. Note that this isn't always reliable. If you want you can disable it.
+
+------------------------------------------------------------------------
+r16002 | fkuehne | 2006-07-10 11:46:46 -0700 (Mon, 10 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+
+* fixed typo pointed out by Dirk Stegemann on the forum
+------------------------------------------------------------------------
+r16001 | dionoea | 2006-07-09 08:01:13 -0700 (Sun, 09 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/video_filter/scale.c
+
+#transcode{vfilter=...} only works with video filter2 filters.
+
+------------------------------------------------------------------------
+r16000 | xtophe | 2006-07-08 14:42:12 -0700 (Sat, 08 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Have a module_string less confusing
+
+------------------------------------------------------------------------
+r15999 | xtophe | 2006-07-08 14:20:00 -0700 (Sat, 08 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Clean up
+
+------------------------------------------------------------------------
+r15998 | xtophe | 2006-07-08 14:19:17 -0700 (Sat, 08 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Fix compilation. It inserts the playlist only in tree view local.
+
+------------------------------------------------------------------------
+r15997 | fkuehne | 2006-07-08 12:13:50 -0700 (Sat, 08 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+* complete clean-up
+------------------------------------------------------------------------
+r15996 | fkuehne | 2006-07-08 12:12:11 -0700 (Sat, 08 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+* unified the GUI-presented string
+------------------------------------------------------------------------
+r15995 | xtophe | 2006-07-08 12:11:05 -0700 (Sat, 08 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/dec.c
+
+Fix stats collecting
+
+------------------------------------------------------------------------
+r15994 | fkuehne | 2006-07-08 11:32:41 -0700 (Sat, 08 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+* use intf_IntfProgress instead of intf_UserProgress to test the interaction-implementations. Additionally, it's nicer here IMO, so we might keep it this way.
+------------------------------------------------------------------------
+r15993 | zorglub | 2006-07-08 10:28:51 -0700 (Sat, 08 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/search.c
+
+Some infrastructure work for playlist autoload/autosave
+
+------------------------------------------------------------------------
+r15992 | fkuehne | 2006-07-08 09:30:21 -0700 (Sat, 08 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* added the Google Video Playlist file-type
+------------------------------------------------------------------------
+r15991 | adn | 2006-07-08 05:51:10 -0700 (Sat, 08 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+
+cosmetic changes + compilation fixes
+
+------------------------------------------------------------------------
+r15990 | zorglub | 2006-07-08 04:16:46 -0700 (Sat, 08 Jul 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+   M /trunk/modules/gui/qt4/components/video_widget.hpp
+   A /trunk/modules/gui/qt4/dialogs/interaction.cpp
+   A /trunk/modules/gui/qt4/dialogs/interaction.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+   A /trunk/modules/gui/qt4/ui/okcanceldialog.ui
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+Improve embedded video output
+Skeleton for interaction
+Fix window settings save
+
+------------------------------------------------------------------------
+r15989 | zorglub | 2006-07-08 04:16:20 -0700 (Sat, 08 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/misc/stats.c
+
+Fix some crashes
+
+------------------------------------------------------------------------
+r15988 | courmisch | 2006-07-08 02:31:56 -0700 (Sat, 08 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/loader/afl.c
+   M /trunk/loader/driver.c
+   M /trunk/loader/kludge.c
+   M /trunk/loader/ldt_keeper.c
+   M /trunk/loader/module.c
+   M /trunk/loader/pe_image.c
+   M /trunk/loader/pe_resource.c
+   M /trunk/loader/registry.c
+   M /trunk/loader/resource.c
+   M /trunk/loader/vfl.c
+   M /trunk/loader/win32.c
+
+Some legal boilerplate.
+Some files missing.
+
+------------------------------------------------------------------------
+r15987 | dionoea | 2006-07-07 14:27:14 -0700 (Fri, 07 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/main_interface.hpp
+
+Fix segfault (thanks to zorglub for the hint)
+
+------------------------------------------------------------------------
+r15986 | dionoea | 2006-07-07 13:24:11 -0700 (Fri, 07 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/Modules.am
+   A /trunk/modules/demux/playlist/gvp.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+
+Add Google Video Playlist parsing support (stuff like http://video.google.com/videogvp?docid=... )
+
+------------------------------------------------------------------------
+r15985 | xtophe | 2006-07-06 16:23:59 -0700 (Thu, 06 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/configuration.h
+   M /trunk/include/modules_inner.h
+   M /trunk/src/libvlc.h
+
+Add a b_restart flag to indicate this option take effect only after a restart.
+Break binary compatibility
+
+------------------------------------------------------------------------
+r15984 | damienf | 2006-07-06 16:19:12 -0700 (Thu, 06 Jul 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+vout.m: change in fullscreen behaviour
+- toggle fullscreen mode when double clicking on video.
+- allow menu autoshow/autohide when moving cursor in or out the menu area while in fullscreen mode
+
+------------------------------------------------------------------------
+r15983 | hartman | 2006-07-06 13:43:21 -0700 (Thu, 06 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+* Fix SDP file parsing of the SAP module.
+
+------------------------------------------------------------------------
+r15982 | zorglub | 2006-07-06 04:15:31 -0700 (Thu, 06 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/ChangeLog-2005
+
+Fix 2005 changelog
+
+------------------------------------------------------------------------
+r15981 | sam | 2006-07-06 03:26:39 -0700 (Thu, 06 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+  * doc/fortunes.txt: Fixed layout. We need quality quotes.
+
+------------------------------------------------------------------------
+r15980 | adn | 2006-07-06 03:09:47 -0700 (Thu, 06 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/po/ar.po
+
+partial Arabic translation.
+Courtesy from Zayed Al-Saidi <zayed ?\195?\183 alsaidi ?\195?\151 gmail ?\195?\183 com>.
+
+------------------------------------------------------------------------
+r15979 | zorglub | 2006-07-05 11:12:55 -0700 (Wed, 05 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+[Untested] Save interface position
+
+------------------------------------------------------------------------
+r15978 | xtophe | 2006-07-05 04:12:06 -0700 (Wed, 05 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+unicode.c: Fix MB2MB() by removing spurious ';'. Thanks to ericx on IRC.
+
+------------------------------------------------------------------------
+r15977 | thresh | 2006-07-04 08:23:04 -0700 (Tue, 04 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+link visual plugin against math library
+
+------------------------------------------------------------------------
+r15976 | sam | 2006-07-04 07:06:44 -0700 (Tue, 04 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/Modules.am
+   A /trunk/modules/control/motion.c
+
+  * modules/control/motion.c: control VLC with laptop built-in motion sensors.
+
+------------------------------------------------------------------------
+r15975 | sam | 2006-07-04 05:55:43 -0700 (Tue, 04 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+  * modules/demux/mkv.cpp: fixed a pointer cast bug.
+
+------------------------------------------------------------------------
+r15974 | sam | 2006-07-04 05:28:23 -0700 (Tue, 04 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+  * modules/stream_out/transcode.c: improve error message verbosity.
+
+------------------------------------------------------------------------
+r15973 | sam | 2006-07-04 05:26:08 -0700 (Tue, 04 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/transform.c
+
+  * modules/video_filter/transform.c: minor coding improvement.
+
+------------------------------------------------------------------------
+r15972 | fkuehne | 2006-07-03 04:20:02 -0700 (Mon, 03 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_interaction.h
+
+* you didn't see anything
+------------------------------------------------------------------------
+r15971 | fkuehne | 2006-07-03 03:38:09 -0700 (Mon, 03 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/include/vlc_interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/src/interface/interaction.c
+
+* implemented a non-blocking progress-bar in the main interface; needs testing (closes #475)
+------------------------------------------------------------------------
+r15970 | dionoea | 2006-07-02 10:47:26 -0700 (Sun, 02 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/qtl.c
+
+s/Shoutcast/QTL/
+
+------------------------------------------------------------------------
+r15969 | dionoea | 2006-07-02 10:28:15 -0700 (Sun, 02 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/Modules.am
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   A /trunk/modules/demux/playlist/qtl.c (from /trunk/modules/demux/playlist/shoutcast.c:15967)
+
+Add QuickTime Media Link parsing. FIXME: Optional attributes (like fullscreen, volume, quitwhendone ...) are parsed but aren't used.
+
+------------------------------------------------------------------------
+r15968 | zorglub | 2006-07-02 02:22:05 -0700 (Sun, 02 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+make sure that we don't use deleted objects
+
+------------------------------------------------------------------------
+r15967 | hartman | 2006-07-01 12:23:39 -0700 (Sat, 01 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+   M /trunk/modules/demux/playlist/Modules.am
+   M /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   A /trunk/modules/demux/playlist/sgimb.c (from /trunk/modules/demux/sgimb.c:15965)
+   D /trunk/modules/demux/sgimb.c
+
+* Move sgimb demux to the playlist demux, and port it to the new playlist API
+
+------------------------------------------------------------------------
+r15966 | zorglub | 2006-07-01 11:34:03 -0700 (Sat, 01 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/components/video_widget.cpp
+   A /trunk/modules/gui/qt4/components/video_widget.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+
+Preliminary embedded vout implementation
+
+------------------------------------------------------------------------
+r15965 | thresh | 2006-07-01 03:13:13 -0700 (Sat, 01 Jul 2006) | 3 lines
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/src/libvlc.c
+
+fix indentation and memory leak introduced in 19564.
+do not use vlc_t to store psz_pidfile
+
+------------------------------------------------------------------------
+r15964 | thresh | 2006-06-30 09:34:46 -0700 (Fri, 30 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+support for creating pid files when going daemon mode.
+Someone should really review it as it is my first experience in C.
+
+------------------------------------------------------------------------
+r15963 | hartman | 2006-06-29 15:04:35 -0700 (Thu, 29 Jun 2006) | 5 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+* fix an issue with stats on inputstreams (this fixes the check for update crash)
+- also fixed a similar potential issue on subtitles.
+- lesson for today: Be careful when you use p_parent of an object.
+- i chose not to use vlc_object_find, but yield/release instead because of the speed implications.
+
+------------------------------------------------------------------------
+r15962 | hartman | 2006-06-29 13:52:30 -0700 (Thu, 29 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/png.c
+
+* MPNG support
+
+------------------------------------------------------------------------
+r15961 | Trax | 2006-06-29 13:15:57 -0700 (Thu, 29 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+
+* modules/codec/dmo/dmo.c: if an aspect ratio was specified in the input format then force it
+------------------------------------------------------------------------
+r15960 | sigmunau | 2006-06-29 10:55:14 -0700 (Thu, 29 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+
+Fix a regression in r15404 causing people to experience artefacts and lost lock
+
+------------------------------------------------------------------------
+r15959 | sigmunau | 2006-06-29 10:31:28 -0700 (Thu, 29 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+   D /trunk/modules/demux/m3u.c
+
+Finnally got rid of the old m3u module. RIP
+
+------------------------------------------------------------------------
+r15957 | hartman | 2006-06-29 08:27:26 -0700 (Thu, 29 Jun 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/Modules.am
+   A /trunk/modules/demux/playlist/asx.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/demux/playlist/podcast.c
+
+* New ASX parser
+  - some elements are not yet supported.
+  - it could perhaps use a little bit more cleaning.
+
+In the basics. It just works :D
+
+------------------------------------------------------------------------
+r15956 | hartman | 2006-06-29 06:55:23 -0700 (Thu, 29 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+* HTTP 1.0 is not seekable
+* Set Connection:Close for HTTP 1.1 streams that are not continious 
+
+------------------------------------------------------------------------
+r15955 | xtophe | 2006-06-28 15:11:36 -0700 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/res.qrc
+
+add the volume icons
+
+------------------------------------------------------------------------
+r15954 | zorglub | 2006-06-28 14:50:59 -0700 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+various fixes
+
+------------------------------------------------------------------------
+r15953 | hartman | 2006-06-28 13:03:15 -0700 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+* Fix a potential buffer overflow, UTF-8'ify session name in a previous unhandled case.
+
+------------------------------------------------------------------------
+r15952 | hartman | 2006-06-28 12:02:37 -0700 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+* Fix some sap SD memleaks. more to follow
+
+------------------------------------------------------------------------
+r15951 | xtophe | 2006-06-28 11:57:20 -0700 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+
+fix compile for builddir != srcdir
+
+------------------------------------------------------------------------
+r15949 | zorglub | 2006-06-28 08:16:23 -0700 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r15948 | zorglub | 2006-06-28 07:36:39 -0700 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/gme.cpp
+
+Mostly fix GME meta
+
+------------------------------------------------------------------------
+r15947 | zorglub | 2006-06-28 07:24:22 -0700 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+   M /trunk/src/input/es_out.c
+
+Gra. Fix most of TS meta
+
+------------------------------------------------------------------------
+r15946 | zorglub | 2006-06-28 07:22:04 -0700 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/ts.c
+   M /trunk/src/input/es_out.c
+
+Forgot that for Qt
+
+------------------------------------------------------------------------
+r15945 | zorglub | 2006-06-28 06:16:45 -0700 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/playlist
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   A /trunk/modules/gui/qt4/pixmaps/next.png
+   A /trunk/modules/gui/qt4/pixmaps/play.png
+   A /trunk/modules/gui/qt4/pixmaps/previous.png
+   A /trunk/modules/gui/qt4/pixmaps/stop.png
+   A /trunk/modules/gui/qt4/pixmaps/volume-high.png
+   A /trunk/modules/gui/qt4/pixmaps/volume-low.png
+   A /trunk/modules/gui/qt4/res.qrc
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+
+Icons
+
+------------------------------------------------------------------------
+r15943 | jpsaman | 2006-06-27 06:32:30 -0700 (Tue, 27 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/codec/theora.c
+
+Theora framesize calculation patch by Kevin H. Patterson (kevpatt at khptech dot com)
+------------------------------------------------------------------------
+r15942 | sigmunau | 2006-06-27 03:14:58 -0700 (Tue, 27 Jun 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/access/dvb/en50221.c
+
+Attempt to support international charsets in mmi menus according to ETS 
+300 468 Annex A. Please test
+
+TODO: This convertion should be done on strings received from SDT and 
+EIT (and possibly others) in the TS demux as well.
+
+------------------------------------------------------------------------
+r15941 | zorglub | 2006-06-26 14:11:38 -0700 (Mon, 26 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+
+Some more Qt playlist code
+
+------------------------------------------------------------------------
+r15940 | zorglub | 2006-06-25 23:26:45 -0700 (Sun, 25 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/playlist_model.cpp
+   M /trunk/modules/gui/qt4/playlist_model.hpp
+
+Some more playlist code
+Fix makefile
+
+------------------------------------------------------------------------
+r15939 | courmisch | 2006-06-25 10:05:52 -0700 (Sun, 25 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
+
+- Work-around for IPv6 SSM with Winsock 2 from Olivier Levon
+- Remove old kludges (get yourself a decently recent Mingw32 or die)
+
+------------------------------------------------------------------------
+r15938 | zorglub | 2006-06-25 09:29:49 -0700 (Sun, 25 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components/open.hpp
+   A /trunk/modules/gui/qt4/playlist_model.cpp
+   A /trunk/modules/gui/qt4/playlist_model.hpp
+
+Playlist model
+
+------------------------------------------------------------------------
+r15937 | zorglub | 2006-06-22 06:45:38 -0700 (Thu, 22 Jun 2006) | 2 lines
+Changed paths:
+   A /trunk/src/misc/devices.c
+
+Bah, who really needs this ?
+
+------------------------------------------------------------------------
+r15936 | zorglub | 2006-06-22 03:03:32 -0700 (Thu, 22 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_devices.h
+   M /trunk/modules/misc/probe/hal.c
+   M /trunk/src/Makefile.am
+
+* Create new types for device probing
+* Beginning of core implementation
+
+------------------------------------------------------------------------
+r15935 | hartman | 2006-06-21 07:32:21 -0700 (Wed, 21 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* update the ffmpeg VC-1 fourcc info. Hopefully it can be enabled soon now.
+
+------------------------------------------------------------------------
+r15934 | zorglub | 2006-06-21 07:22:22 -0700 (Wed, 21 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_devices.h
+   M /trunk/modules/misc/probe
+   A /trunk/modules/misc/probe/Modules.am
+   M /trunk/modules/misc/probe/hal.c
+
+HAL probing module
+
+------------------------------------------------------------------------
+r15933 | yoann | 2006-06-20 17:09:19 -0700 (Tue, 20 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+
+* wxwidgets: repair slider dragging.
+  my algorithm is still not perfect: it should take account of the "thumb length"
+
+------------------------------------------------------------------------
+r15932 | zorglub | 2006-06-20 13:54:16 -0700 (Tue, 20 Jun 2006) | 2 lines
+Changed paths:
+   A /trunk/include/vlc_devices.h
+   A /trunk/modules/misc/probe
+   A /trunk/modules/misc/probe/hal.c (from /trunk/modules/services_discovery/hal.c:15925)
+
+Non-working general declarations for disc probing (Refs:#565)
+
+------------------------------------------------------------------------
+r15931 | yoann | 2006-06-20 11:57:13 -0700 (Tue, 20 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+   M /trunk/modules/gui/wxwidgets/input_manager.hpp
+
+* wxwidgets: try to implement a go-where-you-click slider
+  but I don't have a real video/audio file to test it...
+
+------------------------------------------------------------------------
+r15930 | yoann | 2006-06-20 08:51:23 -0700 (Tue, 20 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+* vlc.win32.nsi.in: set "Recommended" as the default installation type
+
+------------------------------------------------------------------------
+r15929 | courmisch | 2006-06-20 07:37:45 -0700 (Tue, 20 Jun 2006) | 4 lines
+Changed paths:
+   M /trunk/src/network/getaddrinfo.c
+
+Use the not so broken getaddrinfo implementation from ws2_32.dll
+instead of the painfully braindead one from wship6 that we'd rather
+flatly ignore
+
+------------------------------------------------------------------------
+r15928 | courmisch | 2006-06-20 07:33:48 -0700 (Tue, 20 Jun 2006) | 4 lines
+Changed paths:
+   M /trunk/src/misc/win32_specific.c
+
+There is no such a thing as Winsock 2.0. Use version 2.2 instead.
+Microsoft was probably too much afraid that developpers would request
+version 0.2 instead of 2.0 so they switched straight from 1.1 to 2.2.
+
+------------------------------------------------------------------------
+r15927 | jpsaman | 2006-06-20 05:51:29 -0700 (Tue, 20 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+Add another test for MacOS X 10.4.0 with Darwin ports installed
+------------------------------------------------------------------------
+r15926 | zorglub | 2006-06-19 23:04:43 -0700 (Mon, 19 Jun 2006) | 2 lines
+Changed paths:
+   A /trunk/modules/gui/qt4/components/playlist/panels.hpp
+   A /trunk/modules/gui/qt4/components/playlist/selector.hpp
+   A /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+
+Some skeleton files for playlist
+
+------------------------------------------------------------------------
+r15925 | xtophe | 2006-06-19 11:33:11 -0700 (Mon, 19 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+src/innput/input.c: Compile fix
+
+------------------------------------------------------------------------
+r15924 | zorglub | 2006-06-19 10:46:20 -0700 (Mon, 19 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+Use a tristate for avi index (fix / don't fix / ask). Closes:#679
+
+------------------------------------------------------------------------
+r15923 | zorglub | 2006-06-19 10:33:43 -0700 (Mon, 19 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/stats.c
+
+Small stats improvements
+
+------------------------------------------------------------------------
+r15922 | yoann | 2006-06-17 11:42:29 -0700 (Sat, 17 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+* input/subtitles.c: fix another bug in subtitle autodetection
+
+------------------------------------------------------------------------
+r15921 | xtophe | 2006-06-17 07:16:51 -0700 (Sat, 17 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/stats.c
+
+src/misc/stats.c: avoid buffer underflow.
+
+------------------------------------------------------------------------
+r15918 | yoann | 2006-06-16 21:13:04 -0700 (Fri, 16 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+* src/input/input.c: don't clean twice the read_bytes counter
+
+------------------------------------------------------------------------
+r15917 | xtophe | 2006-06-16 15:42:00 -0700 (Fri, 16 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/stats.c
+
+Fix a bunch of segfaults. It may be heavy handed and breaking other stuffs. zorglub to review
+
+------------------------------------------------------------------------
+r15916 | yoann | 2006-06-16 12:05:55 -0700 (Fri, 16 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+* If we are passed a SUB file as subtitle, just open the IDX instead, if there is one. (Closes: #681)
+
+------------------------------------------------------------------------
+r15915 | zorglub | 2006-06-15 14:22:35 -0700 (Thu, 15 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/include/vlc_httpd.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/audio_output/dec.c
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/thread.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/video_output.c
+
+Partial rewrite of stats to avoid lookups (Closes:#693)
+
+------------------------------------------------------------------------
+r15914 | damienf | 2006-06-14 15:49:57 -0700 (Wed, 14 Jun 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/modules/video_output/opengl.c
+
+fixes for crash in Safari plugin when terminating (it actually locks the computer completely on some occasion)
+- opengl.c: let End destroy elements created by Init, DestroyVout for CreateVout
+- voutgl.m: set context to NULL on exit
+
+------------------------------------------------------------------------
+r15913 | yoann | 2006-06-14 13:15:23 -0700 (Wed, 14 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+
+* playlist/xspf.c: upgrade to new structure
+  inputs are not yet added to the playlist
+
+------------------------------------------------------------------------
+r15912 | zorglub | 2006-06-14 13:09:51 -0700 (Wed, 14 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/libvlc.h
+   M /trunk/src/playlist/engine.c
+
+* Add a "media-library" option to enable/disable ML
+* Add a "playlist-tree" option to force onelevel/catgory mode
+
+------------------------------------------------------------------------
+r15911 | yoann | 2006-06-14 11:31:45 -0700 (Wed, 14 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/share/http/dialogs/main
+   A /trunk/share/http/images/snapshot.png
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/status.xml
+
+* web interface: add a snapshot button
+
+------------------------------------------------------------------------
+r15910 | ipkiss | 2006-06-14 11:25:51 -0700 (Wed, 14 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+
+ * skins2/parser/interpreter.cpp: Check the VarMAnager first before trying to parse the action. This fixes a bug with dvd.isActive and LayoutID.isActive
+
+------------------------------------------------------------------------
+r15909 | yoann | 2006-06-14 07:48:32 -0700 (Wed, 14 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/playlist/xspf.c
+
+* playlist/xspf.c: handles empty nodes
+
+------------------------------------------------------------------------
+r15908 | yoann | 2006-06-14 05:05:39 -0700 (Wed, 14 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
+
+* control/http: fix "pl.current"
+
+------------------------------------------------------------------------
+r15907 | yoann | 2006-06-13 21:43:47 -0700 (Tue, 13 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/modules/demux/playlist/xspf.h
+
+* demux/playlist/xspf: skeleton for XSPF tree playlist import
+
+------------------------------------------------------------------------
+r15906 | yoann | 2006-06-13 19:00:42 -0700 (Tue, 13 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/playlist/xspf.c
+
+* xpsf.c: ...but <playlist> has... grmbl
+
+------------------------------------------------------------------------
+r15905 | yoann | 2006-06-13 18:51:05 -0700 (Tue, 13 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/playlist/xspf.c
+
+* xspf.c: <trackList> has no <location> or <title> element
+
+------------------------------------------------------------------------
+r15904 | yoann | 2006-06-13 18:46:17 -0700 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+
+* demux/playlist/xspf.c: fix a bug introduced by [15757]
+  + cosmetic changes
+
+------------------------------------------------------------------------
+r15903 | yoann | 2006-06-13 17:43:00 -0700 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/misc/playlist/xspf.c
+   M /trunk/modules/misc/playlist/xspf.h
+
+* Tree playlist XSPF export
+  Kids, don't try this at home...
+
+------------------------------------------------------------------------
+r15902 | fkuehne | 2006-06-13 14:36:37 -0700 (Tue, 13 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/sfilters.h
+   M /trunk/modules/gui/macosx/sfilters.m
+
+* code and GUI improvements
+------------------------------------------------------------------------
+r15901 | littlejohn | 2006-06-13 08:34:27 -0700 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+Java bindings Makefile tested and working on both GNU and Windows.
+
+
+------------------------------------------------------------------------
+r15900 | littlejohn | 2006-06-13 06:35:49 -0700 (Tue, 13 Jun 2006) | 5 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+10 PRINT "Remember to include a final endif at the end of Makefile.am."
+20 GOTO 10
+
+
+
+------------------------------------------------------------------------
+r15899 | littlejohn | 2006-06-13 06:19:46 -0700 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+make buildbot (and ppl) happy with java Makefile.am .
+
+
+------------------------------------------------------------------------
+r15898 | littlejohn | 2006-06-13 06:09:37 -0700 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/vlc-graphics-jni.cc
+
+another attempt to make java bindings win32 friendly.
+
+
+------------------------------------------------------------------------
+r15897 | littlejohn | 2006-06-13 03:40:26 -0700 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+Corrections in the java bindings Makefile
+
+
+------------------------------------------------------------------------
+r15896 | littlejohn | 2006-06-13 02:58:56 -0700 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+
+A first try in making the Makefile crossplatform (gnu/win32)
+
+
+------------------------------------------------------------------------
+r15895 | yoann | 2006-06-12 20:04:08 -0700 (Mon, 12 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+* src/input/input.c: use input_AddSubtitles() and fix a bug with the autoselection of autodetected subtitles files.
+
+------------------------------------------------------------------------
+r15894 | damienf | 2006-06-12 16:29:31 -0700 (Mon, 12 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+
+- x264-svn-win32.patch: synchronized with latest on svn
+
+------------------------------------------------------------------------
+r15893 | damienf | 2006-06-12 16:26:38 -0700 (Mon, 12 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- configure.ac: replaced 'av_add_i' with 'av_crc_init' when testing avutil as the former is no longer compiled in lib
+
+------------------------------------------------------------------------
+r15892 | damienf | 2006-06-12 16:14:44 -0700 (Mon, 12 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
+
+vlcshell.cpp: fixed plugin 'autoplay'
+
+------------------------------------------------------------------------
+r15891 | gbazin | 2006-06-12 13:41:22 -0700 (Mon, 12 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/stats.c
+
+* src/misc/stats.c: don't forget to call vlc_object_release() after a stats_HandlerGet().
+------------------------------------------------------------------------
+r15889 | zorglub | 2006-06-12 12:56:25 -0700 (Mon, 12 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+
+Simplify the CDDA module. Split more between parse and play 
+
+------------------------------------------------------------------------
+r15888 | gbazin | 2006-06-12 12:51:14 -0700 (Mon, 12 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+* src/video_output/video_output.c: avoid calling config_GetInt in the main loop.
+------------------------------------------------------------------------
+r15887 | Trax | 2006-06-12 12:32:00 -0700 (Mon, 12 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+* typo consummed -> consumed
+------------------------------------------------------------------------
+r15886 | yoann | 2006-06-12 12:31:33 -0700 (Mon, 12 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/image.c
+
+* modules/video_output/image.c: add --image-width and --image-height to set the size of the image output module.
+  Thanks to Menele from the forum for submitting a patch.
+
+------------------------------------------------------------------------
+r15885 | zorglub | 2006-06-12 12:21:01 -0700 (Mon, 12 Jun 2006) | 4 lines
+Changed paths:
+   M /trunk/src/input/item.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/tree.c
+
+* Fix skip in initial status
+* Don't waste ids
+* Fix a bug in services discoveries
+
+------------------------------------------------------------------------
+r15884 | thresh | 2006-06-12 07:47:01 -0700 (Mon, 12 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Second try: we should add *flags for mozilla plugin not only in the case of xulrunner.
+
+------------------------------------------------------------------------
+r15883 | gbazin | 2006-06-11 13:52:08 -0700 (Sun, 11 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+* modules/packetizer/mpeg4video.c: ts/ps muxers rely on VOL being present in the stream.
+------------------------------------------------------------------------
+r15882 | xtophe | 2006-06-11 12:21:30 -0700 (Sun, 11 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/ffmpeg-svn-cross.patch
+
+ffmpeg-svn-cross.patch has been applied upstream
+
+------------------------------------------------------------------------
+r15881 | zorglub | 2006-06-11 12:03:12 -0700 (Sun, 11 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/components/open.cpp
+   A /trunk/modules/gui/qt4/components/open.hpp
+   A /trunk/modules/gui/qt4/components/playlist
+   A /trunk/modules/gui/qt4/ui/file_open.ui
+
+Skeleton for open
+
+------------------------------------------------------------------------
+r15880 | gbazin | 2006-06-11 04:57:05 -0700 (Sun, 11 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/src/audio_output/intf.c
+
+* src/audio_output/intf.c: optimise aout_VolumeGet a bit.
+------------------------------------------------------------------------
+r15879 | gbazin | 2006-06-11 04:56:39 -0700 (Sun, 11 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/interface.hpp
+
+* modules/gui/wxwidgets: don't call aout_VolumeGet so often because it is MIPS intensive.
+------------------------------------------------------------------------
+r15878 | gbazin | 2006-06-11 04:21:59 -0700 (Sun, 11 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/stats.c
+
+* src/misc/stats.c: fix no-stats mode.
+------------------------------------------------------------------------
+r15877 | fkuehne | 2006-06-11 02:43:20 -0700 (Sun, 11 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+* disable sdk-support on ppc-macs until it is fixed (refs #692)
+------------------------------------------------------------------------
+r15876 | xtophe | 2006-06-10 15:26:29 -0700 (Sat, 10 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch
+   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
+   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-win32.patch
+   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
+   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-beos.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch:15874)
+   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-cross.patch
+   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch:15874)
+   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-win32.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-win32.patch:15874)
+   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-wince.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch:15874)
+
+* Patch ffmpeg configure to not use twice the cross prefix.
+* CVS -> SVN
+
+------------------------------------------------------------------------
+r15875 | gbazin | 2006-06-10 15:21:37 -0700 (Sat, 10 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h, src/interface/interaction.c: new config option to disable interaction mode. Default value is set to disable for now because this mode is currently broken.
+------------------------------------------------------------------------
+r15874 | xtophe | 2006-06-10 14:17:13 -0700 (Sat, 10 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+misc/freetype.c: Fix strings
+
+------------------------------------------------------------------------
+r15873 | xtophe | 2006-06-10 14:15:19 -0700 (Sat, 10 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/input_manager.cpp
+
+qt4/input_manager.cpp: compile fix
+
+------------------------------------------------------------------------
+r15872 | littlejohn | 2006-06-10 11:13:46 -0700 (Sat, 10 Jun 2006) | 7 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   A /trunk/bindings/java/VLCExample.java
+   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+   M /trunk/bindings/java/vlc-libvlc-jni.cc
+
+Java bindings update.
+
+- a new java example shows general jvlc use
+- more functions added in InputIntf (getInputFPS now works)
+- a little potential problem fixed in Playlist
+
+
+------------------------------------------------------------------------
+r15871 | littlejohn | 2006-06-10 10:36:22 -0700 (Sat, 10 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/input.c
+
+a vlc_object_release added
+
+
+------------------------------------------------------------------------
+r15870 | littlejohn | 2006-06-10 09:13:38 -0700 (Sat, 10 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/input.c
+
+Initial implementation of libvlc_get_input_fps.
+
+
+------------------------------------------------------------------------
+r15869 | littlejohn | 2006-06-10 08:34:32 -0700 (Sat, 10 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/audio.c
+
+Muting and unmuting functions implemented in the control interface
+
+
+------------------------------------------------------------------------
+r15868 | littlejohn | 2006-06-10 06:58:03 -0700 (Sat, 10 Jun 2006) | 8 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/THANKS
+   A /trunk/bindings/java/org/videolan/jvlc/GenericVideoWidget.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+   M /trunk/bindings/java/vlc-libvlc-jni.cc
+
+Java bindings update.
+
+* new JVLC.destroy() method to cleanup a JVLC object
+* new GenericVideoWidget for general use (thx: Kuldipsingh Pabla)
+* Status class removed
+* new JVLC.isInputPlaying() and JVLC.hasVout() methods
+
+
+------------------------------------------------------------------------
+r15867 | littlejohn | 2006-06-10 06:15:15 -0700 (Sat, 10 Jun 2006) | 9 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+New snapshot behaviour.
+
+if the user specifies a directory in the snapshot-path variable, then vlc
+behaves as before; 
+
+if the user specifies a complete path (folder/filename) then the snapshot 
+is named and saved after it.
+
+
+------------------------------------------------------------------------
+r15866 | gbazin | 2006-06-10 03:26:17 -0700 (Sat, 10 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/audio.c
+
+* modules/codec/ffmpeg/audio.c: reduce memory usage a bit.
+------------------------------------------------------------------------
+r15865 | courmisch | 2006-06-10 03:13:31 -0700 (Sat, 10 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+Memleak spotted by Dugal Harris.
+
+------------------------------------------------------------------------
+r15864 | courmisch | 2006-06-10 03:13:10 -0700 (Sat, 10 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/dshow/filter.cpp
+
+MJPG support with DirectShow (patch from Dugal Harris)
+
+------------------------------------------------------------------------
+r15863 | gbazin | 2006-06-10 03:10:56 -0700 (Sat, 10 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
+
+* modules/gui/wxwidgets/dialogs/fileinfo.hpp: compilation fix.
+------------------------------------------------------------------------
+r15862 | courmisch | 2006-06-10 03:10:54 -0700 (Sat, 10 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/stream_out/rtp.c
+
+Include bitrate in SDP when known.
+Patch from Ilkka Ollakka with cosmetic fixes.
+
+------------------------------------------------------------------------
+r15861 | gbazin | 2006-06-10 03:01:40 -0700 (Sat, 10 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+
+* modules/codec/dmo/dmo.c: fix typo in fourcc.
+------------------------------------------------------------------------
+r15860 | gbazin | 2006-06-10 02:57:45 -0700 (Sat, 10 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/src/playlist/tree.c
+
+* src/playlist/tree.c: fix memory leak.
+------------------------------------------------------------------------
+r15859 | gbazin | 2006-06-09 15:20:11 -0700 (Fri, 09 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+* modules/packetizer/mpeg4video.c: rewrite using the block helper facility. Fixes a few issues with the previous packetizer and is simpler.
+------------------------------------------------------------------------
+r15858 | gbazin | 2006-06-09 14:35:13 -0700 (Fri, 09 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+* modules/gui/wxwidgets/menus.cpp: avoid using STL strings. This gets rid of weird crashes here.
+------------------------------------------------------------------------
+r15857 | gbazin | 2006-06-09 13:45:41 -0700 (Fri, 09 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mpeg/m4v.c
+
+* modules/demux/mpeg/m4v.c: wait until we get p_extra from the packetizer before adding the stream.
+------------------------------------------------------------------------
+r15856 | dionoea | 2006-06-09 13:44:18 -0700 (Fri, 09 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+Dshow input fix (suggest by "sneeze" on http://forum.videolan.org/viewtopic.php?t=21578, Thanks).
+
+------------------------------------------------------------------------
+r15855 | thresh | 2006-06-09 12:59:22 -0700 (Fri, 09 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+revert 15853 as it brokes things
+
+------------------------------------------------------------------------
+r15854 | zorglub | 2006-06-09 12:17:49 -0700 (Fri, 09 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/infopanels.cpp
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/ui/input_stats.ui
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+* Split apart gui and input management
+* Functional stats panel
+
+------------------------------------------------------------------------
+r15853 | thresh | 2006-06-09 09:56:13 -0700 (Fri, 09 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+lets add *flags not only in the case of xulrunner-config
+
+------------------------------------------------------------------------
+r15852 | thresh | 2006-06-09 07:19:32 -0700 (Fri, 09 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix for building mozilla plugin with mozilla-dev on non-debian systems
+Needs more check, as i've only tested it on altlinux
+
+------------------------------------------------------------------------
+r15851 | courmisch | 2006-06-09 07:17:26 -0700 (Fri, 09 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/ftp.c
+
+FTP cleartext authentication from Petr Vacek.
+
+------------------------------------------------------------------------
+r15850 | yoann | 2006-06-08 21:38:16 -0700 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+   M /trunk/src/input/subtitles.c
+
+* proof of concept of drag & dropping a subtitle file while playing a video file. (Refs: #645)
+
+------------------------------------------------------------------------
+r15849 | yoann | 2006-06-08 19:08:08 -0700 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+* the first autodetected subtitles file should now be automatically enabled
+
+------------------------------------------------------------------------
+r15848 | yoann | 2006-06-08 17:28:07 -0700 (Thu, 08 Jun 2006) | 4 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+* fix subtitles file autodetection
+  this was broken when the video file name included its directory name
+  (for instance "vlc dir/file.avi")
+
+------------------------------------------------------------------------
+r15847 | zorglub | 2006-06-08 14:04:24 -0700 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/util/input_slider.cpp
+
+Don't forget to reset slider position
+
+------------------------------------------------------------------------
+r15846 | xtophe | 2006-06-08 14:01:09 -0700 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify.c
+
+Oups
+
+------------------------------------------------------------------------
+r15845 | zorglub | 2006-06-08 13:54:20 -0700 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/ui/main_interface.ui
+
+Don't laugh
+
+------------------------------------------------------------------------
+r15844 | xtophe | 2006-06-08 13:43:59 -0700 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify.c
+
+Don't hardcode path
+
+------------------------------------------------------------------------
+r15843 | zorglub | 2006-06-08 13:43:12 -0700 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/engine.c
+
+nom de dieu de putain de merde de saloperie de chiure de putasserie de bordel de couille
+
+------------------------------------------------------------------------
+r15842 | zorglub | 2006-06-08 12:39:15 -0700 (Thu, 08 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+   M /trunk/src/playlist/engine.c
+
+* Don't delete main nodes in playlist_Clear
+* Fix item add in RC
+
+------------------------------------------------------------------------
+r15841 | zorglub | 2006-06-08 12:18:11 -0700 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Get rid of some pic stuff that caused vlc-config to do baad things
+
+------------------------------------------------------------------------
+r15840 | zorglub | 2006-06-08 11:59:14 -0700 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/playlist/engine.c
+
+Fix vout/sout garbage collection and input spam debug messages
+
+------------------------------------------------------------------------
+r15839 | zorglub | 2006-06-08 11:36:09 -0700 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   A /trunk/modules/gui/qt4/ui/main_interface.ui
+   M /trunk/modules/gui/qt4/util/input_slider.cpp
+
+Some general clean up
+
+------------------------------------------------------------------------
+r15838 | gbazin | 2006-06-07 15:20:15 -0700 (Wed, 07 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: you can do it.
+
+------------------------------------------------------------------------
+r15837 | gbazin | 2006-06-07 15:02:16 -0700 (Wed, 07 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: libpostproc detection was more broken than I thought.
+
+------------------------------------------------------------------------
+r15836 | gbazin | 2006-06-07 14:42:21 -0700 (Wed, 07 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fix typo in ffmpeg's libpostproc detection.
+
+------------------------------------------------------------------------
+r15835 | littlejohn | 2006-06-07 08:20:08 -0700 (Wed, 07 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/FAQ
+   M /trunk/bindings/java/README
+   A /trunk/bindings/java/THANKS
+
+Suggest to check/set JAVA_HOME if compilation fails
+
+
+------------------------------------------------------------------------
+r15834 | courmisch | 2006-06-07 07:22:15 -0700 (Wed, 07 Jun 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Remove experimental flag from libtool.
+Several people use it and nobody complain it was broken.
+Besides, some stuff seem not to work without it.
+
+------------------------------------------------------------------------
+r15833 | fkuehne | 2006-06-07 06:25:23 -0700 (Wed, 07 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* ugly compilation fix for ffmpeg on PPC-GCC 4.0.0
+------------------------------------------------------------------------
+r15832 | hartman | 2006-06-07 04:33:30 -0700 (Wed, 07 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+* fortune
+
+------------------------------------------------------------------------
+r15831 | yoann | 2006-06-06 13:46:03 -0700 (Tue, 06 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+* use Play icon for play-only hotkey
+
+------------------------------------------------------------------------
+r15830 | hartman | 2006-06-06 13:44:28 -0700 (Tue, 06 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/m3u.c
+
+* blegh fprintf
+
+------------------------------------------------------------------------
+r15829 | yoann | 2006-06-06 11:34:42 -0700 (Tue, 06 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+* try to fix the pause-only hotkey
+  this needs to be tested
+
+------------------------------------------------------------------------
+r15827 | littlejohn | 2006-06-06 05:51:36 -0700 (Tue, 06 Jun 2006) | 3 lines
+Changed paths:
+   A /trunk/bindings/java/org/videolan/jvlc/Status.java
+
+Ops.. i did it again
+
+
+------------------------------------------------------------------------
+r15826 | littlejohn | 2006-06-06 04:35:28 -0700 (Tue, 06 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/video.c
+
+one more object release in video.c
+
+
+------------------------------------------------------------------------
+r15825 | littlejohn | 2006-06-06 04:31:55 -0700 (Tue, 06 Jun 2006) | 6 lines
+Changed paths:
+   M /trunk/bindings/java/FAQ
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/README
+   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+   M /trunk/bindings/java/vlc-graphics-jni.cc
+   M /trunk/bindings/java/vlc-libvlc-jni.cc
+
+Java bindings update:
+
+* more synchronization with playlist and input threads
+* new libvlc functions binded
+
+
+------------------------------------------------------------------------
+r15824 | littlejohn | 2006-06-06 04:17:52 -0700 (Tue, 06 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/input.c
+   M /trunk/src/control/video.c
+
+libvlc compile warnings resolved 
+
+
+------------------------------------------------------------------------
+r15823 | thresh | 2006-06-06 04:07:40 -0700 (Tue, 06 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+
+compile fix
+
+------------------------------------------------------------------------
+r15822 | md | 2006-06-06 01:47:00 -0700 (Tue, 06 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+make --sout-ts-alignment default enabled (refs: #669)
+
+------------------------------------------------------------------------
+r15821 | littlejohn | 2006-06-05 11:23:56 -0700 (Mon, 05 Jun 2006) | 5 lines
+Changed paths:
+   M /trunk/src/control/input.c
+   M /trunk/src/control/video.c
+
+libvlc input and video update:
+* video.c: added 1 release object in GetVout
+* input.c: added libvlc_get_input_thread helper
+
+
+------------------------------------------------------------------------
+r15820 | zorglub | 2006-06-05 09:05:34 -0700 (Mon, 05 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/tree.c
+
+Fix playlist crash on quit
+
+------------------------------------------------------------------------
+r15819 | littlejohn | 2006-06-05 09:01:35 -0700 (Mon, 05 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   A /trunk/m4/ac_prog_java.m4
+   A /trunk/m4/ac_prog_java_cc.m4
+   A /trunk/m4/ac_prog_java_works.m4
+   A /trunk/m4/ac_prog_javac.m4
+   A /trunk/m4/ac_prog_javac_works.m4
+   A /trunk/m4/ac_prog_javah.m4
+
+if --enable-java-bindings then check a javac exists
+
+
+------------------------------------------------------------------------
+r15818 | littlejohn | 2006-06-05 09:00:27 -0700 (Mon, 05 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/input.c
+   M /trunk/src/control/video.c
+
+libvlc: Vout object now released when needed
+
+
+------------------------------------------------------------------------
+r15817 | littlejohn | 2006-06-05 08:06:45 -0700 (Mon, 05 Jun 2006) | 5 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/input.c
+   M /trunk/src/control/video.c
+
+libvlc enhanced:
+* video height/width retrieval
+* input playing status check
+
+
+------------------------------------------------------------------------
+r15816 | xtophe | 2006-06-05 06:43:48 -0700 (Mon, 05 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+
+* Work around automake stupid test
+* Add notify plugin
+
+------------------------------------------------------------------------
+r15815 | xtophe | 2006-06-04 14:50:01 -0700 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Libpostproc moved.
+
+------------------------------------------------------------------------
+r15814 | djc | 2006-06-04 13:53:54 -0700 (Sun, 04 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/growl.c
+
+OBJECT_INPUT->OBJECT_PLAYLIST
+Thanks to xtophe
+
+------------------------------------------------------------------------
+r15813 | littlejohn | 2006-06-04 12:26:55 -0700 (Sun, 04 Jun 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/playlist.c
+   M /trunk/src/control/video.c
+
+* added video height/width getters in libvlc
+* libvlc playlist play uses locking
+
+
+------------------------------------------------------------------------
+r15812 | courmisch | 2006-06-04 11:43:05 -0700 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/vlc-config.in.in
+
+Make config.status happy (muahaha)
+
+------------------------------------------------------------------------
+r15811 | courmisch | 2006-06-04 11:32:14 -0700 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc-config.in.in
+
+Remove spurious warning
+
+------------------------------------------------------------------------
+r15810 | courmisch | 2006-06-04 11:09:30 -0700 (Sun, 04 Jun 2006) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+   M /trunk/modules/gui/qt4/Modules.am
+
+Some build systems clean up. Now require automake 1.7
+
+Automake 1.5 and 1.6 both suck, and 1.7 is almost four years old, so there is really no excuse for not using a decent version. Besides, there seems to some problems while building the loader with old Automake versions.
+
+------------------------------------------------------------------------
+r15809 | courmisch | 2006-06-04 11:05:00 -0700 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Another PIC fix
+
+------------------------------------------------------------------------
+r15808 | courmisch | 2006-06-04 10:35:56 -0700 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc-config.in.in
+
+Remove PIC stuff too
+
+------------------------------------------------------------------------
+r15807 | courmisch | 2006-06-04 10:07:19 -0700 (Sun, 04 Jun 2006) | 7 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+   M /trunk/mozilla/Makefile.am
+   M /trunk/src/Makefile.am
+
+Suppress support for position dependant code (except on mingw32).
+This simplifies the build system quite a lot, and reduce compilation
+times when PIC is actually needed.
+
+If you really mind the extra overhead of PIC, use:
+./configure --enable-libtool --enable-static --disable-shared
+
+------------------------------------------------------------------------
+r15806 | littlejohn | 2006-06-04 08:30:18 -0700 (Sun, 04 Jun 2006) | 5 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+
+pic libraries are now correctly installed when needed:
+* --enable-pic added in configure.ac
+* bootstrap modified to use BUILD_PIC in place of BUILD_MOZILLA where needed
+
+
+------------------------------------------------------------------------
+r15805 | ipkiss | 2006-06-04 07:17:46 -0700 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
+   M /trunk/modules/gui/skins2/utils/observer.hpp
+   M /trunk/modules/gui/skins2/utils/var_tree.hpp
+
+ * modules/gui/skins2/*: Use ARG instead of ARG* as a template argument
+
+------------------------------------------------------------------------
+r15804 | ipkiss | 2006-06-04 07:03:54 -0700 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/tooltip.hpp
+   M /trunk/modules/gui/skins2/utils/var_bool.hpp
+   M /trunk/modules/gui/skins2/utils/var_text.hpp
+   M /trunk/modules/gui/skins2/vars/equalizer.hpp
+
+ * modules/gui/skins2/*: More simplifications of the same kind
+
+------------------------------------------------------------------------
+r15803 | ipkiss | 2006-06-04 06:55:41 -0700 (Sun, 04 Jun 2006) | 4 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_generic.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.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_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/controls/ctrl_text.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
+   M /trunk/modules/gui/skins2/src/anim_bitmap.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/tooltip.cpp
+   M /trunk/modules/gui/skins2/src/tooltip.hpp
+   M /trunk/modules/gui/skins2/utils/observer.hpp
+   M /trunk/modules/gui/skins2/utils/position.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.hpp
+   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/vars/equalizer.cpp
+   M /trunk/modules/gui/skins2/vars/equalizer.hpp
+
+ * modules/gui/skins2/*: The second template argument of the Subject and
+   Observer classes now has a default value. This simplifies the code in many
+   places.
+
+------------------------------------------------------------------------
+r15802 | zorglub | 2006-06-04 02:00:36 -0700 (Sun, 04 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/Modules.am
+   M /trunk/modules/misc/notify.c
+   M /trunk/src/input/input.c
+
+* Don't reset input meta information
+* Improve notification layout
+
+------------------------------------------------------------------------
+r15801 | zorglub | 2006-06-04 01:13:00 -0700 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+More cosmetics for plastique
+
+------------------------------------------------------------------------
+r15800 | xtophe | 2006-06-03 17:13:40 -0700 (Sat, 03 Jun 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   A /trunk/modules/misc/notify.c (from /trunk/modules/misc/growl.c:15793)
+
+New libnotify plugin.
+TODO: - get rid of the harcoded path for the icon
+      - make the meta printed an option.
+
+------------------------------------------------------------------------
+r15799 | massiot | 2006-06-03 17:10:01 -0700 (Sat, 03 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+.
+
+------------------------------------------------------------------------
+r15798 | ipkiss | 2006-06-03 17:00:34 -0700 (Sat, 03 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * dos/skins/skins2-howto.xml: Small precision
+
+------------------------------------------------------------------------
+r15797 | ipkiss | 2006-06-03 16:57:40 -0700 (Sat, 03 Jun 2006) | 9 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_resize.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_video.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/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+   M /trunk/modules/gui/skins2/utils/position.hpp
+   M /trunk/share/skins2/skin.dtd
+
+ * modules/gui/skins2/*:
+     - anchors have a new "lefttop" attribute, allowing them to follow the
+       border of the window when resizing
+     - the resizing is now handled by the WindowManager class (to enforce the
+       mediator pattern). This makes it possible to handle tricky cases,
+       such as:
+           window B is anchored to window A, and A is resized
+           ==> B moves accordingly, and can still be anchored by other windows
+
+------------------------------------------------------------------------
+r15796 | zorglub | 2006-06-03 15:27:19 -0700 (Sat, 03 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+
+Cosmetics
+
+------------------------------------------------------------------------
+r15795 | zorglub | 2006-06-03 14:44:25 -0700 (Sat, 03 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+* Fix crash
+* Add a prefs button
+
+------------------------------------------------------------------------
+r15794 | zorglub | 2006-06-03 11:03:40 -0700 (Sat, 03 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/components/preferences.cpp (from /trunk/modules/gui/qt4/components/preferences_tree.cpp:15791)
+   A /trunk/modules/gui/qt4/components/preferences.hpp (from /trunk/modules/gui/qt4/components/preferences_tree.hpp:15791)
+   D /trunk/modules/gui/qt4/components/preferences_tree.cpp
+   D /trunk/modules/gui/qt4/components/preferences_tree.hpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+   A /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
+   A /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   A /trunk/modules/gui/qt4/pixmaps
+   A /trunk/modules/gui/qt4/pixmaps/advanced.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/advanced.xpm:15787)
+   A /trunk/modules/gui/qt4/pixmaps/audio.xpm
+   A /trunk/modules/gui/qt4/pixmaps/codec.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/codec.xpm:15787)
+   A /trunk/modules/gui/qt4/pixmaps/intf.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/intf.xpm:15787)
+   A /trunk/modules/gui/qt4/pixmaps/type_net.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/type_net.xpm:15787)
+   A /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/type_playlist.xpm:15787)
+   A /trunk/modules/gui/qt4/pixmaps/video.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/video.xpm:15787)
+
+Preferences
+
+------------------------------------------------------------------------
+r15793 | fkuehne | 2006-06-03 05:15:03 -0700 (Sat, 03 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* use ganesh instead of the official server while it is down
+------------------------------------------------------------------------
+r15792 | fkuehne | 2006-06-03 03:45:32 -0700 (Sat, 03 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* fixed compilation if svn isn't in the default path
+------------------------------------------------------------------------
+r15791 | xtophe | 2006-06-02 15:56:38 -0700 (Fri, 02 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+Fix Stream title. Patch by Diego "Flameeyes" Petteno
+
+------------------------------------------------------------------------
+r15790 | xtophe | 2006-06-02 15:22:01 -0700 (Fri, 02 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/glx.c
+
+discriminate between the two OpenGL modules
+
+------------------------------------------------------------------------
+r15789 | zorglub | 2006-06-02 13:20:21 -0700 (Fri, 02 Jun 2006) | 2 lines
+Changed paths:
+   A /trunk/modules/gui/qt4/components/preferences_tree.cpp
+   A /trunk/modules/gui/qt4/components/preferences_tree.hpp
+
+Empty files
+
+------------------------------------------------------------------------
+r15788 | bigben | 2006-06-02 12:24:36 -0700 (Fri, 02 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+* Don't change the FSF address
+
+
+------------------------------------------------------------------------
+r15787 | bigben | 2006-06-02 11:41:31 -0700 (Fri, 02 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   M /trunk/modules/video_output/opengl.c
+
+* Patch by C?\195?\169dric Cocquebert to add several additional video effects to the opengl vout
+
+
+------------------------------------------------------------------------
+r15786 | littlejohn | 2006-06-02 06:22:58 -0700 (Fri, 02 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+when testing if mozilla is required, use enable_mozilla, not just mozilla
+
+
+------------------------------------------------------------------------
+r15785 | littlejohn | 2006-06-02 04:27:30 -0700 (Fri, 02 Jun 2006) | 5 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/input.c
+   M /trunk/src/control/video.c
+
+added in libvlc:
+ - simple screenshot function
+ - an helper function to check if the input item is playing 
+
+
+------------------------------------------------------------------------
+r15784 | zorglub | 2006-06-01 23:06:38 -0700 (Thu, 01 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+
+Todo for prefs widgets
+
+------------------------------------------------------------------------
+r15783 | zorglub | 2006-06-01 23:05:11 -0700 (Thu, 01 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Typo. Thanks to radius on the forum
+
+------------------------------------------------------------------------
+r15782 | damienf | 2006-06-01 16:22:54 -0700 (Thu, 01 Jun 2006) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/mozilla/vlc.r
+   M /trunk/mozilla/vlcshell.cpp
+
+- voutgl.m: added OpenGL provider for MacOS X Safari/mozilla plugin
+- vlcshell.cpp: make opengl the default video output module for macosx
+- vlc.r: remove Quicktime mimetype from supported list
+- configure.ac: the OpenGL provider requires the AGL framework
+
+------------------------------------------------------------------------
+r15781 | xtophe | 2006-06-01 14:28:12 -0700 (Thu, 01 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/video.cpp
+
+Don't lock the mutex twice
+
+------------------------------------------------------------------------
+r15780 | zorglub | 2006-06-01 13:42:03 -0700 (Thu, 01 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+   A /trunk/modules/gui/qt4/components/preferences_widgets.hpp
+
+Skeleton for preferences widgets
+
+------------------------------------------------------------------------
+r15779 | zorglub | 2006-06-01 07:46:26 -0700 (Thu, 01 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/util/input_slider.cpp
+
+Manage navigation buttons, status and text
+
+------------------------------------------------------------------------
+r15778 | xtophe | 2006-06-01 06:10:28 -0700 (Thu, 01 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+caca.c: compile fix
+
+------------------------------------------------------------------------
+r15777 | sam | 2006-06-01 03:34:32 -0700 (Thu, 01 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+  * modules/video_output/caca.c: fixed typedefs for older libcaca versions.
+
+------------------------------------------------------------------------
+r15776 | sam | 2006-06-01 02:57:01 -0700 (Thu, 01 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+  * modules/video_output/caca.c: many code simplifications.
+
+------------------------------------------------------------------------
+r15775 | sam | 2006-06-01 02:53:36 -0700 (Thu, 01 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+
+  * bootstrap: simplified automake detection and added support for the FreeBSD
+    automake naming scheme.
+
+------------------------------------------------------------------------
+r15774 | Trax | 2006-05-31 16:12:09 -0700 (Wed, 31 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: Experimental support for AAC (mp4a) in asf. Needs testing.
+------------------------------------------------------------------------
+r15773 | zorglub | 2006-05-31 14:48:31 -0700 (Wed, 31 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/input_manager.cpp
+
+Don't crash
+
+------------------------------------------------------------------------
+r15772 | xtophe | 2006-05-31 14:45:06 -0700 (Wed, 31 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+Add a qt shortcut
+
+------------------------------------------------------------------------
+r15771 | xtophe | 2006-05-31 14:34:01 -0700 (Wed, 31 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+[15729] breaks binary compatibility
+
+------------------------------------------------------------------------
+r15770 | zorglub | 2006-05-31 14:24:58 -0700 (Wed, 31 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/util/input_slider.cpp
+   M /trunk/modules/gui/qt4/util/input_slider.hpp
+
+Cleanup
+
+------------------------------------------------------------------------
+r15769 | zorglub | 2006-05-31 14:04:26 -0700 (Wed, 31 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/util/input_slider.cpp
+   M /trunk/modules/gui/qt4/util/input_slider.hpp
+
+First benefits of QT ! A slider ! (Refs:#80)
+
+------------------------------------------------------------------------
+r15768 | zorglub | 2006-05-31 13:40:54 -0700 (Wed, 31 May 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/wizard.m
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/tree.c
+
+Fix playlist crasher and simplify a few things
+(Remove ITEMPLAY method, which had become redundant)
+
+------------------------------------------------------------------------
+r15767 | dionoea | 2006-05-30 12:57:34 -0700 (Tue, 30 May 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+Typo corretion. Thanks to tango_ on IRC :)
+
+------------------------------------------------------------------------
+r15766 | zorglub | 2006-05-30 12:17:33 -0700 (Tue, 30 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/main_interface.cpp
+
+QT4 detection patch by Pavlov Konstantin
+
+------------------------------------------------------------------------
+r15765 | zorglub | 2006-05-29 23:20:06 -0700 (Mon, 29 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components
+   M /trunk/modules/gui/qt4/dialogs
+   M /trunk/modules/gui/qt4/util
+
+Fix properties
+
+------------------------------------------------------------------------
+r15764 | zorglub | 2006-05-29 13:08:14 -0700 (Mon, 29 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   M /trunk/modules/gui/qt4/util/input_slider.cpp
+
+Start handling input
+Quit
+
+------------------------------------------------------------------------
+r15763 | jpsaman | 2006-05-29 11:58:58 -0700 (Mon, 29 May 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+
+Added Diego Petteno to THANKS file.
+------------------------------------------------------------------------
+r15762 | jpsaman | 2006-05-29 11:57:20 -0700 (Mon, 29 May 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+This patch removes the usage of FFMPEG's internal ff_mpeg4_default_*_matrix
+symbols that would be hidden by the visibility patch, thus allowing VLC usage
+with patched FFMPEG code, and sanitise the need for accessing non-public
+symbols. Patch by Diego Petteno (flameeyes at gentoo do org).
+
+------------------------------------------------------------------------
+r15761 | courmisch | 2006-05-29 11:46:09 -0700 (Mon, 29 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/qt4/Modules.am
+
+Build system fixes + cleanup
+
+------------------------------------------------------------------------
+r15760 | zorglub | 2006-05-29 10:28:15 -0700 (Mon, 29 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+   M /trunk/modules/gui/qt4/input_manager.cpp
+   M /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/main_interface.cpp
+   M /trunk/modules/gui/qt4/main_interface.hpp
+   A /trunk/modules/gui/qt4/util/input_slider.cpp
+   A /trunk/modules/gui/qt4/util/input_slider.hpp
+
+Some progress
+
+------------------------------------------------------------------------
+r15759 | zorglub | 2006-05-29 06:23:48 -0700 (Mon, 29 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+
+Fix a typo
+
+------------------------------------------------------------------------
+r15758 | zorglub | 2006-05-28 23:07:36 -0700 (Sun, 28 May 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/qt4/Modules.am
+   M /trunk/modules/gui/qt4/components
+   A /trunk/modules/gui/qt4/components/infopanels.cpp
+   A /trunk/modules/gui/qt4/components/infopanels.hpp
+   A /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
+   A /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+   M /trunk/modules/gui/qt4/dialogs_provider.hpp
+   A /trunk/modules/gui/qt4/input_manager.cpp
+   A /trunk/modules/gui/qt4/input_manager.hpp
+   M /trunk/modules/gui/qt4/qt4.cpp
+   M /trunk/modules/gui/qt4/qt4.hpp
+   A /trunk/modules/gui/qt4/ui/input_stats.ui
+
+* Fix QT detection and make dist
+* First dialog
+* Start of input management
+
+------------------------------------------------------------------------
+r15757 | hartman | 2006-05-28 09:26:13 -0700 (Sun, 28 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+
+this patch allows xml comments directly before the root node. Patch by Daniel Stranger.
+
+------------------------------------------------------------------------
+r15756 | zorglub | 2006-05-28 06:18:21 -0700 (Sun, 28 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+Fix
+
+------------------------------------------------------------------------
+r15755 | zorglub | 2006-05-28 05:04:19 -0700 (Sun, 28 May 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_interface.h
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+
+File type filters and implementation in WX. Refs:#24
+Thanks to Steven Sheehy and sorry for the delay :)
+
+------------------------------------------------------------------------
+r15754 | sam | 2006-05-27 16:12:26 -0700 (Sat, 27 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/realaudio.c
+
+  * modules/codec/realaudio.c: oh, after all, let's use WINAPI for function
+    declarations :-)
+
+------------------------------------------------------------------------
+r15753 | sam | 2006-05-27 16:10:52 -0700 (Sat, 27 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/realaudio.c
+
+  * modules/codec/realaudio.c: only use WINAPI for function declarations, not
+    for function pointers.
+
+------------------------------------------------------------------------
+r15752 | courmisch | 2006-05-27 10:40:15 -0700 (Sat, 27 May 2006) | 7 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/misc/mtime.c
+
+src/misc/mtime.c:
+ - Don't use TIMER_ABSTIME which sucks (at least on Linux with HZ=1000)
+ - Cosmetic
+configure.ac:
+ - Check for clock_nanosleep() rather than clock_gettime(), as it is more
+   recent and we need both.
+
+------------------------------------------------------------------------
+r15751 | fkuehne | 2006-05-27 10:00:27 -0700 (Sat, 27 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* playlistinfo.m: fixed a rare crash and made sure that the timer is run in every case
+* playlist.m: minor update to the new playlist plus removal of an unpurposelly commited debug-msg
+------------------------------------------------------------------------
+r15750 | dionoea | 2006-05-27 05:49:06 -0700 (Sat, 27 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+set_program( "qvlc" ); to make it look "official"
+
+------------------------------------------------------------------------
+r15749 | Trax | 2006-05-27 04:12:22 -0700 (Sat, 27 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/modules/demux/subtitle.c
+   M /trunk/modules/video_filter/deinterlace.c
+
+minor typo loose -> lose
+------------------------------------------------------------------------
+r15748 | zorglub | 2006-05-27 04:09:56 -0700 (Sat, 27 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4
+   M /trunk/modules/gui/qt4/Modules.am
+   A /trunk/modules/gui/qt4/components
+   A /trunk/modules/gui/qt4/dialogs
+   A /trunk/modules/gui/qt4/dialogs/playlist.cpp
+   A /trunk/modules/gui/qt4/dialogs/playlist.hpp
+   A /trunk/modules/gui/qt4/dialogs_provider.cpp
+   A /trunk/modules/gui/qt4/dialogs_provider.hpp
+   A /trunk/modules/gui/qt4/main_interface.cpp
+   A /trunk/modules/gui/qt4/main_interface.hpp
+   A /trunk/modules/gui/qt4/qt4.cpp
+   A /trunk/modules/gui/qt4/qt4.hpp
+   A /trunk/modules/gui/qt4/ui
+   A /trunk/modules/gui/qt4/util
+   A /trunk/modules/gui/qt4/util/directslider.hpp
+   A /trunk/modules/gui/qt4/util/qvlcframe.hpp
+
+Initial layout
+
+------------------------------------------------------------------------
+r15747 | zorglub | 2006-05-27 04:08:56 -0700 (Sat, 27 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+Here too
+
+------------------------------------------------------------------------
+r15746 | zorglub | 2006-05-27 04:08:39 -0700 (Sat, 27 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
+
+Re-enable PLAYLIST_GO
+
+------------------------------------------------------------------------
+r15745 | Trax | 2006-05-27 04:07:31 -0700 (Sat, 27 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+
+Add support for Windows Media Video (VC-1) Advanced Profile Decoder
+------------------------------------------------------------------------
+r15744 | xtophe | 2006-05-26 12:43:32 -0700 (Fri, 26 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+s/cvs/svn for ffmpeg
+
+------------------------------------------------------------------------
+r15743 | xtophe | 2006-05-26 12:00:36 -0700 (Fri, 26 May 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+extras/contrib: FFMpeg has switched to SVN
+               wxWidgets 2.6.3
+
+------------------------------------------------------------------------
+r15742 | adn | 2006-05-25 22:41:42 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+s/Conttr?\195?\180le/Contr?\195?\180le/ (thanks to OuTman <outman52 free fr>)
+
+------------------------------------------------------------------------
+r15741 | fkuehne | 2006-05-25 15:16:27 -0700 (Thu, 25 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* disabled the debug-msg which prints the pointer to each p_item. this produces so many msgs, that you can't see others
+------------------------------------------------------------------------
+r15740 | fkuehne | 2006-05-25 14:44:11 -0700 (Thu, 25 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+* meta fixes
+------------------------------------------------------------------------
+r15738 | zorglub | 2006-05-25 12:58:32 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   A /trunk/modules/gui/qt4/Modules.am
+
+Fix build
+
+------------------------------------------------------------------------
+r15737 | zorglub | 2006-05-25 12:38:45 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/cdda.c
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+
+Fix CDDA and a corner-case in playlist handling
+
+------------------------------------------------------------------------
+r15736 | hartman | 2006-05-25 11:34:32 -0700 (Thu, 25 May 2006) | 5 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/stream_out/rtp.c
+
+* H264 RTP packetization by Vitaly V. Bursov <vitalyvb at ukr dotnet> refs #132
+  NAL and FU-A modes of RFC 3984
+  works for VLC -> VLC
+  Does not work with QT yet, because QT requires the optional params profile-level-id and sprop-parameter-sets. these are usually provided in QT hinted tracks I guess. I'm not sure if we can reconstruct them manually. If someone would care to investigate..
+
+------------------------------------------------------------------------
+r15735 | zorglub | 2006-05-25 11:27:39 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/include/vlc_messages.h
+   M /trunk/modules/access/directory.c
+   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/PlayListWindow.cpp
+   M /trunk/modules/gui/beos/PlayListWindow.h
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/thread.c
+
+Cumulative fix for BeOS - by Cian Duffy < myob87 4t gmail dot com >
+
+------------------------------------------------------------------------
+r15734 | titer | 2006-05-25 08:26:51 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+Handle Volume Up/Down as well
+
+------------------------------------------------------------------------
+r15733 | titer | 2006-05-25 07:59:57 -0700 (Thu, 25 May 2006) | 5 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/modules/gui/macosx/AppleRemote.h
+   A /trunk/modules/gui/macosx/AppleRemote.m
+   M /trunk/modules/gui/macosx/Modules.am
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+Adds support for Apple's remote (only handles Play/Pause at the moment).
+
+AppleRemote.[mh] is MIT licensed code from Martin Kahr:
+http://www.martinkahr.com/source-code
+
+------------------------------------------------------------------------
+r15732 | dionoea | 2006-05-25 07:52:17 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+
+Spell fix
+
+------------------------------------------------------------------------
+r15731 | zorglub | 2006-05-25 07:43:53 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+
+Mark skins2-config, wx-config and parent-item as internal
+
+------------------------------------------------------------------------
+r15730 | hartman | 2006-05-25 07:40:20 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+
+* Fix id3tag new meta
+
+------------------------------------------------------------------------
+r15729 | zorglub | 2006-05-25 07:24:17 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/modules_inner.h
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+
+Add a change_internal modifier to options. Please check OS X implementation
+
+------------------------------------------------------------------------
+r15728 | zorglub | 2006-05-25 06:58:28 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
+
+Sanity checks
+
+------------------------------------------------------------------------
+r15727 | zorglub | 2006-05-25 06:45:33 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/modules/demux/playlist/xspf.h
+
+Fix XSPF (Closes:#651)
+
+------------------------------------------------------------------------
+r15726 | hartman | 2006-05-25 06:19:44 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/id3tag.c
+
+* Compile before you commit :D
+
+------------------------------------------------------------------------
+r15725 | hartman | 2006-05-25 06:04:51 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/id3tag.c
+
+* Another ID3 tag supported :D
+
+------------------------------------------------------------------------
+r15724 | zorglub | 2006-05-25 04:45:32 -0700 (Thu, 25 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/src/playlist/item.c
+
+* Almost fix shoutcast (still some problems in "flat" view)
+* Disable interaction in WX until it's fixed
+
+------------------------------------------------------------------------
+r15723 | courmisch | 2006-05-25 03:51:17 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Fix overflows
+
+------------------------------------------------------------------------
+r15722 | zorglub | 2006-05-25 03:11:06 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/demux/playlist/podcast.c
+
+Fix DVB demuxer. Barely tested
+
+------------------------------------------------------------------------
+r15721 | courmisch | 2006-05-25 02:54:35 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Also implement msleep() wrt _POSIX_MONOTONIC_CLOCK
+
+------------------------------------------------------------------------
+r15720 | zorglub | 2006-05-25 02:52:57 -0700 (Thu, 25 May 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/playlist/control.c
+   M /trunk/src/playlist/engine.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/search.c
+   M /trunk/src/playlist/tree.c
+
+* Remove unused playlist_ItemCopy
+* Fix some debug
+
+------------------------------------------------------------------------
+r15719 | zorglub | 2006-05-25 02:20:03 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Fix playing from popup
+
+------------------------------------------------------------------------
+r15718 | zorglub | 2006-05-25 02:19:25 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/engine.c
+
+Fix a bug in preparse throttling
+
+------------------------------------------------------------------------
+r15717 | zorglub | 2006-05-25 02:04:19 -0700 (Thu, 25 May 2006) | 3 lines
+Changed paths:
+   A /trunk/modules/gui/qt4
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/search.c
+
+* Search on artist and album
+* Remove some debug
+
+------------------------------------------------------------------------
+r15716 | zorglub | 2006-05-25 01:55:05 -0700 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/id3tag.c
+
+Fix m3u unhandled meta
+
+------------------------------------------------------------------------
+r15713 | courmisch | 2006-05-24 13:39:21 -0700 (Wed, 24 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Fix monotonic clock POSIX option detection
+
+------------------------------------------------------------------------
+r15712 | courmisch | 2006-05-24 12:35:31 -0700 (Wed, 24 May 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/misc/mtime.c
+
+Use the monotonic clock from POSIX real time extension when available.
+That one goes at the same ?\226?\128?\156speed?\226?\128?\157 as the real time clock, but it is
+warp-less. Now it should be safe to call ntpdate while performing.
+
+------------------------------------------------------------------------
+r15711 | xtophe | 2006-05-23 16:05:34 -0700 (Tue, 23 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: Forgot this one.
+
+------------------------------------------------------------------------
+r15710 | Trax | 2006-05-22 14:34:50 -0700 (Mon, 22 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+proper subme integer range
+------------------------------------------------------------------------
+r15709 | xtophe | 2006-05-22 13:06:40 -0700 (Mon, 22 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: More strict test fot GL stuff
+
+------------------------------------------------------------------------
+r15708 | fkuehne | 2006-05-22 08:45:01 -0700 (Mon, 22 May 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* fixed a typo
+------------------------------------------------------------------------
+r15707 | xtophe | 2006-05-22 02:42:08 -0700 (Mon, 22 May 2006) | 3 lines
+Changed paths:
+   M /trunk/INSTALL.win32
+
+s/livedotcom/live555
+
+
+------------------------------------------------------------------------
+r15706 | xtophe | 2006-05-22 01:53:17 -0700 (Mon, 22 May 2006) | 2 lines
+Changed paths:
+   M /trunk/po/Makefile.in.in
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/cs.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Update po file after filename change ( we should do a post-commit hook one day)
+
+------------------------------------------------------------------------
+r15705 | yoann | 2006-05-21 15:17:25 -0700 (Sun, 21 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+* control/hotkeys.c: Fix Play/Pause hotkey
+
+------------------------------------------------------------------------
+r15704 | dionoea | 2006-05-21 15:01:14 -0700 (Sun, 21 May 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
+   M /trunk/modules/video_output/directx/events.c
+
+Add support for keyboard multimedia keys on win32. This is of course untested.
+
+------------------------------------------------------------------------
+r15703 | xtophe | 2006-05-21 14:39:34 -0700 (Sun, 21 May 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Update
+
+------------------------------------------------------------------------
+r15702 | xtophe | 2006-05-21 14:20:06 -0700 (Sun, 21 May 2006) | 2 lines
+Changed paths:
+   A /trunk/modules/demux/live555.cpp (from /trunk/modules/demux/livedotcom.cpp:15701)
+   D /trunk/modules/demux/livedotcom.cpp
+
+s/livedotcom/live555/
+
+------------------------------------------------------------------------
+r15701 | xtophe | 2006-05-21 14:17:52 -0700 (Sun, 21 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/Modules.am
+   M /trunk/modules/demux/livedotcom.cpp
+
+ALL: s/livedotcom/live555/
+
+------------------------------------------------------------------------
+r15700 | bigben | 2006-05-21 13:00:27 -0700 (Sun, 21 May 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* Fix hal detection
+
+
+------------------------------------------------------------------------
+r15699 | xtophe | 2006-05-21 10:31:06 -0700 (Sun, 21 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+
+Fix the integer widget
+
+------------------------------------------------------------------------
+r15698 | bigben | 2006-05-20 06:38:04 -0700 (Sat, 20 May 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* HAL / DBUS / GnomeVFS aren't linux only
+
+
+------------------------------------------------------------------------
+r15697 | courmisch | 2006-05-20 06:17:00 -0700 (Sat, 20 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/libasf.c
+
+Add missing const qualifier
+
+------------------------------------------------------------------------
+r15696 | courmisch | 2006-05-20 06:16:46 -0700 (Sat, 20 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+missing #include
+
+------------------------------------------------------------------------
+r15695 | jpsaman | 2006-05-20 06:10:30 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+
+Use correct datatype in srtncasecmp
+------------------------------------------------------------------------
+r15694 | jpsaman | 2006-05-20 06:05:21 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+Use correct datatype
+------------------------------------------------------------------------
+r15693 | jpsaman | 2006-05-20 05:55:15 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+Use correct types
+------------------------------------------------------------------------
+r15692 | jpsaman | 2006-05-20 04:46:26 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/cmml/history.c
+   M /trunk/modules/codec/cmml/intf.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15691 | jpsaman | 2006-05-20 04:45:33 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/spudec/parse.c
+
+Remove unused variables and #ifdef DEBUG_SPUDEC the variables used when DEBUG_SPUDEC is active.
+------------------------------------------------------------------------
+r15690 | jpsaman | 2006-05-20 04:43:35 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/rtsp/rtsp.c
+
+Compare the right datatypes
+------------------------------------------------------------------------
+r15689 | jpsaman | 2006-05-20 04:42:40 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/rtsp/real.c
+
+Default value for pointer that could be used uninitalised
+------------------------------------------------------------------------
+r15688 | jpsaman | 2006-05-20 04:41:26 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/playlist/dvb.c
+
+Return in a non-void function
+------------------------------------------------------------------------
+r15687 | jpsaman | 2006-05-20 04:41:08 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/playlist/b4s.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15686 | jpsaman | 2006-05-20 04:40:50 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+
+Return in a non-void function
+------------------------------------------------------------------------
+r15685 | jpsaman | 2006-05-20 04:40:35 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/playlist/pls.c
+
+Return in a non-void function
+------------------------------------------------------------------------
+r15684 | jpsaman | 2006-05-20 04:40:15 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+Compare using the right data types
+------------------------------------------------------------------------
+r15683 | jpsaman | 2006-05-20 04:39:53 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15682 | jpsaman | 2006-05-20 04:39:32 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15681 | jpsaman | 2006-05-20 04:39:19 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15680 | jpsaman | 2006-05-20 04:38:50 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access_output/file.c
+
+Fix data type: Compiler warning
+------------------------------------------------------------------------
+r15679 | jpsaman | 2006-05-20 04:38:26 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15678 | jpsaman | 2006-05-20 04:38:04 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Compiler warning
+------------------------------------------------------------------------
+r15677 | jpsaman | 2006-05-20 04:37:41 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/playlist/thread.c
+
+Add missing vlc_es.h
+------------------------------------------------------------------------
+r15676 | jpsaman | 2006-05-20 04:37:26 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/playlist/item.c
+
+return -1 in a non-void function
+------------------------------------------------------------------------
+r15675 | jpsaman | 2006-05-20 04:37:01 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Compiler warnings
+------------------------------------------------------------------------
+r15674 | jpsaman | 2006-05-20 04:36:38 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Compiler warnings
+------------------------------------------------------------------------
+r15673 | jpsaman | 2006-05-20 03:16:21 -0700 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+x264 options patch from Dennis van Amerongen (Trax) (dennis dot vanAmerongen at nob dot nl)
+------------------------------------------------------------------------
+r15670 | zorglub | 2006-05-19 03:00:39 -0700 (Fri, 19 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+gcc 2.95 compile fix
+
+------------------------------------------------------------------------
+r15669 | xtophe | 2006-05-18 16:00:48 -0700 (Thu, 18 May 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   A /trunk/po/cs.po
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
+
+Add Czech translation. Many thaks to Miroslav Oujesky
+
+------------------------------------------------------------------------
+r15668 | damienf | 2006-05-18 15:01:31 -0700 (Thu, 18 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+- using strcmp with a NULL string isn't really a good thing to do
+
+------------------------------------------------------------------------
+r15667 | fkuehne | 2006-05-18 10:50:19 -0700 (Thu, 18 May 2006) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+
+* address the user formally instead of informally (comparable to tu <-> vous in French)
+------------------------------------------------------------------------
+r15663 | hartman | 2006-05-17 12:38:53 -0700 (Wed, 17 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/access/vcdx/access.c
+
+* This makes the cddax and vcdx modules compile again. meta is disabled. functionality is untested.
+refs #649
+
+------------------------------------------------------------------------
+r15662 | jpsaman | 2006-05-17 04:17:31 -0700 (Wed, 17 May 2006) | 1 line
+Changed paths:
+   M /trunk/po/Makefile.in.in
+
+Fix po/Makefile.in.in
+------------------------------------------------------------------------
+r15661 | zorglub | 2006-05-16 23:04:37 -0700 (Tue, 16 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Forgot to change the deletion function
+
+------------------------------------------------------------------------
+r15660 | yoann | 2006-05-16 19:59:48 -0700 (Tue, 16 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+* gui/ncurses.c: first attempt to fix ncurses with new playlist
+                 still not working: Add something to playlist
+
+------------------------------------------------------------------------
+r15659 | yoann | 2006-05-16 19:31:30 -0700 (Tue, 16 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/tree.c
+
+* playlist/tree.c: when removing a node, don't forget to remove it from its parent!
+
+------------------------------------------------------------------------
+r15658 | xtophe | 2006-05-16 16:40:52 -0700 (Tue, 16 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix mozilla and xpidl detection
+
+------------------------------------------------------------------------
+r15657 | hartman | 2006-05-16 15:29:39 -0700 (Tue, 16 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* Fixed Meta for OSX, so i know what music i'm listening to.
+(debug left in place. when you run into a crash please not the console info so we can investigate)
+
+------------------------------------------------------------------------
+r15656 | fkuehne | 2006-05-16 12:25:18 -0700 (Tue, 16 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/interaction.m
+
+* sorry, this part wasn't supposed to be committed yet
+------------------------------------------------------------------------
+r15655 | fkuehne | 2006-05-16 12:22:02 -0700 (Tue, 16 May 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+* ask for the name of the new node through the interaction framework (node creation runs in a separate thread now to avoid interface blocking)
+------------------------------------------------------------------------
+r15654 | hartman | 2006-05-16 11:23:37 -0700 (Tue, 16 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+* don't fail http output if AVAHI support is enabled, but the avahi daemon is not running. Just generate an error and continue.
+
+------------------------------------------------------------------------
+r15653 | hartman | 2006-05-16 11:09:47 -0700 (Tue, 16 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/id3tag.c
+
+* detail what id3tag handling is unimplemented.
+
+------------------------------------------------------------------------
+r15652 | fkuehne | 2006-05-16 09:45:57 -0700 (Tue, 16 May 2006) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+
+* update of the German translation by Mathias C. Berens | welcome-soft with some few additions by myself
+------------------------------------------------------------------------
+r15651 | jpsaman | 2006-05-16 09:04:06 -0700 (Tue, 16 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/telnet.c
+
+coding style fix
+------------------------------------------------------------------------
+r15650 | jpsaman | 2006-05-16 09:02:56 -0700 (Tue, 16 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/dv.c
+
+Fix potential segmentation fault
+------------------------------------------------------------------------
+r15649 | jpsaman | 2006-05-16 09:01:59 -0700 (Tue, 16 May 2006) | 1 line
+Changed paths:
+   M /trunk/po/Makefile.in.in
+
+Fix po installation
+------------------------------------------------------------------------
+r15648 | jpsaman | 2006-05-16 09:01:01 -0700 (Tue, 16 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+Fix Segmentation fault in RPN while parsing pathnames.
+------------------------------------------------------------------------
+r15647 | fkuehne | 2006-05-15 13:08:30 -0700 (Mon, 15 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+* a plain %s can't be localised IMHO ;)
+------------------------------------------------------------------------
+r15646 | xtophe | 2006-05-15 07:47:23 -0700 (Mon, 15 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_core.c
+   M /trunk/src/control/playlist.c
+
+New playlist API fix. 
+
+------------------------------------------------------------------------
+r15645 | zorglub | 2006-05-15 05:50:39 -0700 (Mon, 15 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/win32_specific.c
+
+Last fix for win32 ?
+
+------------------------------------------------------------------------
+r15644 | zorglub | 2006-05-15 05:28:44 -0700 (Mon, 15 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/xosd.c
+
+Should fix Xosd compilation
+
+------------------------------------------------------------------------
+r15643 | zorglub | 2006-05-15 05:26:49 -0700 (Mon, 15 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
+
+Should fix win32 WX compile
+
+------------------------------------------------------------------------
+r15642 | zorglub | 2006-05-15 05:07:26 -0700 (Mon, 15 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/bonjour.c
+
+Fix bonjour compilation. Completely untested
+
+------------------------------------------------------------------------
+r15641 | xtophe | 2006-05-15 02:37:08 -0700 (Mon, 15 May 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/gl.po
+   M /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Run make update-po. Fix make dist
+
+------------------------------------------------------------------------
+r15640 | zorglub | 2006-05-14 22:57:19 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/services_discovery/bonjour.c
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/src/playlist/tree.c
+
+New helper to create nodes for services discovery
+
+------------------------------------------------------------------------
+r15639 | ipkiss | 2006-05-14 15:16:59 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   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/top_window.cpp
+
+ * skins2: new LayoutID.isActive boolean variable
+
+------------------------------------------------------------------------
+r15638 | fkuehne | 2006-05-14 14:57:37 -0700 (Sun, 14 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.m
+
+* more compilation fixes
+------------------------------------------------------------------------
+r15637 | ipkiss | 2006-05-14 14:51:37 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+ * skins2/src/skin_main.cpp: Do not forget to return a value
+
+------------------------------------------------------------------------
+r15636 | ipkiss | 2006-05-14 14:43:22 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+
+ * skins2/parser/skin_parser.cpp: make sure the IDs are unique in the whole skin
+
+------------------------------------------------------------------------
+r15635 | fkuehne | 2006-05-14 14:10:07 -0700 (Sun, 14 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mpc.c
+   M /trunk/modules/demux/real.c
+
+* vlc-meta fixes
+------------------------------------------------------------------------
+r15634 | zorglub | 2006-05-14 13:40:23 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+
+Fix ffmpeg linking
+
+------------------------------------------------------------------------
+r15633 | zorglub | 2006-05-14 12:52:42 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/shout.c
+
+Fix shout compile
+
+------------------------------------------------------------------------
+r15632 | zorglub | 2006-05-14 11:49:50 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/tree.c
+
+Change some error message to assertions
+
+------------------------------------------------------------------------
+r15631 | zorglub | 2006-05-14 11:44:21 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+Fix http access output with bonjour
+
+------------------------------------------------------------------------
+r15630 | ipkiss | 2006-05-14 11:30:19 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * src/input/input.c: msg_Warn --> msg_Dbg
+
+------------------------------------------------------------------------
+r15629 | zorglub | 2006-05-14 11:29:00 -0700 (Sun, 14 May 2006) | 13 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_config.h
+   M /trunk/include/vlc_input.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_symbols.h
+   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/http.h
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/mvar.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/old.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/gui/macosx/applescript.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/macosx/wizard.m
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   D /trunk/modules/gui/skins2/vars/playlist.cpp
+   D /trunk/modules/gui/skins2/vars/playlist.hpp
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+   M /trunk/modules/misc/growl.c
+   M /trunk/modules/misc/msn.c
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/misc/playlist/old.c
+   M /trunk/modules/misc/playlist/xspf.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/podcast.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/visualization/xosd.c
+   M /trunk/src/Makefile.am
+   M /trunk/src/control/mediacontrol_core.c
+   M /trunk/src/control/playlist.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   A /trunk/src/input/item.c (from /branches/0.8.6-playlist-vlm/src/input/item.c:15624)
+   M /trunk/src/libvlc.c
+   A /trunk/src/playlist/control.c (from /branches/0.8.6-playlist-vlm/src/playlist/control.c:15624)
+   A /trunk/src/playlist/engine.c (from /branches/0.8.6-playlist-vlm/src/playlist/engine.c:15624)
+   D /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+   D /trunk/src/playlist/playlist.c
+   A /trunk/src/playlist/search.c (from /branches/0.8.6-playlist-vlm/src/playlist/search.c:15624)
+   M /trunk/src/playlist/sort.c
+   A /trunk/src/playlist/thread.c (from /branches/0.8.6-playlist-vlm/src/playlist/thread.c:15624)
+   A /trunk/src/playlist/tree.c (from /branches/0.8.6-playlist-vlm/src/playlist/tree.c:15624)
+   D /trunk/src/playlist/view.c
+   A /trunk/test/NativeGcTest.py (from /branches/0.8.6-playlist-vlm/test/NativeGcTest.py:15624)
+   A /trunk/test/native/gc.c (from /branches/0.8.6-playlist-vlm/test/native/gc.c:15624)
+
+Merge back branch 0.8.6-playlist-vlm to trunk.
+
+What is currently broken:
+ * Some playlist demuxers (shout, dvb and pls)
+ * DAAP
+ * BeOS playlist
+ * GPE playlist, I suppose
+
+What has some trouble:
+ * Meta handling in several demuxers (most notably TS)
+ * Skins2 playlist (doesn't refresh correctly)
+ * OS X playlist (see bigben's latest commits)
+
+------------------------------------------------------------------------
+r15628 | ipkiss | 2006-05-14 11:17:14 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+
+ * skins2/win32/win32_factory.cpp: msg_Err --> msg_Dbg
+
+------------------------------------------------------------------------
+r15627 | courmisch | 2006-05-14 08:27:30 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Remove non breakable space
+
+------------------------------------------------------------------------
+r15626 | asmax | 2006-05-14 08:21:25 -0700 (Sun, 14 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+
+* vlcproc.cpp: fixed detection of play/pause status (when the popup menu or
+keyboard shortcut is used to toggle pause instead of a skin button)
+
+------------------------------------------------------------------------
+r15625 | zorglub | 2006-05-14 07:59:12 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/test/mangle/mangle.py
+
+Be more resilient
+
+------------------------------------------------------------------------
+r15622 | fkuehne | 2006-05-14 07:44:12 -0700 (Sun, 14 May 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_interaction.h
+
+* forgot to add UserOkayCancel to the header (creates the same dialogue as UserYesNo, but with different labels)
+------------------------------------------------------------------------
+r15620 | fkuehne | 2006-05-14 07:36:08 -0700 (Sun, 14 May 2006) | 7 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
+   M /trunk/include/vlc_interaction.h
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/src/interface/interaction.c
+
+* new dialogue type to prompt the user for a string
+* the core is widget-free now (except for the header to keep wx compiling, hopefully)
+* updated the OSX-implementation to reflect the recent changes
+
+more clean up is necessary; testing and any feedback is welcomed
+
+refs #553
+------------------------------------------------------------------------
+r15618 | fkuehne | 2006-05-14 06:20:04 -0700 (Sun, 14 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/interaction.m
+
+* introduction of a widget-free progress bar dialogue, partially already committed in [15617] (core and OSX only, refs #553)
+------------------------------------------------------------------------
+r15617 | fkuehne | 2006-05-14 06:07:29 -0700 (Sun, 14 May 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/src/interface/interaction.c
+
+* first implementation of a widget-free authentication-dialogue (core and OSX only, refs #553)
+------------------------------------------------------------------------
+r15616 | courmisch | 2006-05-14 06:06:09 -0700 (Sun, 14 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+Recognize XSPF MIME type when there is a charset parameter.
+Thanks to ?\226?\128?\156DS?\226?\128?\157 for pointing this out.
+
+------------------------------------------------------------------------
+r15615 | courmisch | 2006-05-14 06:04:48 -0700 (Sun, 14 May 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Some users reported problems with subtitles encoding on Win32.
+Probably a setlocale() breakage. Use GetACP() instead.
+
+------------------------------------------------------------------------
+r15614 | fkuehne | 2006-05-14 05:41:40 -0700 (Sun, 14 May 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
+   M /trunk/include/vlc_interaction.h
+   M /trunk/modules/access/http.c
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/src/interface/interaction.c
+
+* first implementation of a widget-free authentication-dialogue (core and OSX only, refs #553)
+------------------------------------------------------------------------
+r15613 | jpsaman | 2006-05-14 04:57:58 -0700 (Sun, 14 May 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/wxwidgets_uri.patch
+
+Patch for wxWidgets and gcc-4.1.0, iconv fix and live555 compile fix
+------------------------------------------------------------------------
+r15612 | jpsaman | 2006-05-14 04:56:38 -0700 (Sun, 14 May 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+Compile fix live555 for iconv.h headerfile
+------------------------------------------------------------------------
+r15611 | xtophe | 2006-05-14 04:41:55 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+toolbox: remove debian and woody references
+
+------------------------------------------------------------------------
+r15608 | courmisch | 2006-05-14 00:01:20 -0700 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+== -> =
+
+------------------------------------------------------------------------
+r15607 | dionoea | 2006-05-13 16:16:24 -0700 (Sat, 13 May 2006) | 8 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/vout_intf.c
+
+Allow on the fly cropping size change with top, left, right and bottom offsets.
+alt+i -> crop one more pixel from the top
+alt+j -> crop one more from the left
+alt+k -> crop one more from the bottom
+alt+l -> crop one more from the right
+alt+shift+<the letter> -> crop one less
+
+
+------------------------------------------------------------------------
+r15606 | dionoea | 2006-05-13 14:49:16 -0700 (Sat, 13 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Add <left>+<top>+<right>+<bottom> syntax for cropping.
+
+------------------------------------------------------------------------
+r15605 | dionoea | 2006-05-13 14:22:27 -0700 (Sat, 13 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Allow the <width>x<height>+<left>+<top> syntax in video output core cropping
+
+------------------------------------------------------------------------
+r15603 | dionoea | 2006-05-13 14:01:05 -0700 (Sat, 13 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Woops, this somehow got removed in previous commit.
+
+------------------------------------------------------------------------
+r15602 | dionoea | 2006-05-13 13:56:03 -0700 (Sat, 13 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/vout_intf.c
+
+Add the --custom-aspect-ratios and --custom-crop-ratios options which make it possible to add custom values to the video menu's aspect ratio and crop lists.
+
+------------------------------------------------------------------------
+r15601 | dionoea | 2006-05-13 13:22:20 -0700 (Sat, 13 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Change DVD-next hotkey on !__APPLE__ to ctrl-f instead of ctrl-n (ctrl-n is already used to open the "open network stream" dialog)
+
+------------------------------------------------------------------------
+r15600 | dionoea | 2006-05-13 13:15:00 -0700 (Sat, 13 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Display snapshot file name on video when taking snapshot (and remove some tabs)
+
+------------------------------------------------------------------------
+r15599 | dionoea | 2006-05-13 13:07:33 -0700 (Sat, 13 May 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/src/libvlc.h
+
+Add zoom (z) and unzoom (shift+z) hotkeys
+
+------------------------------------------------------------------------
+r15598 | ipkiss | 2006-05-13 10:54:21 -0700 (Sat, 13 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
+   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
+
+ * skins2: new skins2-taskbar configuration option, to allow removing VLC from the task bar on Windows (changing this option takes effect on the fly)
+
+------------------------------------------------------------------------
+r15597 | ipkiss | 2006-05-13 10:09:21 -0700 (Sat, 13 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
+   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
+
+ * skins2: The skins2-systray option can now be changed on the fly
+
+------------------------------------------------------------------------
+r15596 | ipkiss | 2006-05-13 04:42:20 -0700 (Sat, 13 May 2006) | 2 lines
+Changed paths:
+   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
+
+ * skins2: new skins2-systray option on Windows to activate an icon in the system tray
+
+------------------------------------------------------------------------
+r15595 | dionoea | 2006-05-12 12:26:48 -0700 (Fri, 12 May 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Fix uninstaller (i hope)
+
+------------------------------------------------------------------------
+r15594 | fkuehne | 2006-05-12 10:54:28 -0700 (Fri, 12 May 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/extended.h
+   M /trunk/modules/gui/macosx/extended.m
+
+* added "Magnify" to the available video filters
+    - re-designed the view a bit, so it is smaller (and nicer IMO)
+    - string fix
+------------------------------------------------------------------------
+r15593 | fkuehne | 2006-05-12 09:27:35 -0700 (Fri, 12 May 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/update.m
+
+* made the look-for-update process faster and more error tolerant
+    - we can't get release notes if vlc-version == current-release, so don't wait for them
+    - wait only 15 sec for the r-notes, any longer can't be good
+    - show the user that her version is up-to-date
+------------------------------------------------------------------------
+r15592 | damienf | 2006-05-11 16:02:56 -0700 (Thu, 11 May 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/axvlc.inf.in
+
+- modified for standalone INF file distribution (i.e. installer is no longer bundled in cab, it is downloaded instead)
+
+------------------------------------------------------------------------
+r15591 | xtophe | 2006-05-11 14:46:51 -0700 (Thu, 11 May 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/po/POTFILES.in
+   A /trunk/po/ar.po
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   A /trunk/po/gl.po
+   A /trunk/po/he.po
+   M /trunk/po/hi.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
+
+Synchronise the po file from the 0.8.5 branch.
+Add gl, he, hu and sv to activated l10n.
+
+------------------------------------------------------------------------
+r15588 | xtophe | 2006-05-11 11:56:20 -0700 (Thu, 11 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+
+wxwidgets/* : Forwardport [15370]. button localisation
+
+------------------------------------------------------------------------
+r15587 | xtophe | 2006-05-10 14:47:22 -0700 (Wed, 10 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/corba/corba.c
+   M /trunk/modules/control/http/http.c
+
+
+------------------------------------------------------------------------
+r15586 | dionoea | 2006-05-10 14:13:35 -0700 (Wed, 10 May 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Forward port from 0.8.5
+
+------------------------------------------------------------------------
+r15585 | jpsaman | 2006-05-10 06:30:19 -0700 (Wed, 10 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/vlm.c
+
+Readability change
+------------------------------------------------------------------------
+r15584 | jpsaman | 2006-05-10 05:40:41 -0700 (Wed, 10 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+Patch for connecting authenticated RTSP connections.
+
+------------------------------------------------------------------------
+r15583 | xtophe | 2006-05-10 03:56:31 -0700 (Wed, 10 May 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+install vlc.desktop at the good place
+
+------------------------------------------------------------------------
+r15582 | xtophe | 2006-05-09 15:49:36 -0700 (Tue, 09 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Typo
+
+------------------------------------------------------------------------
+r15581 | xtophe | 2006-05-09 15:41:16 -0700 (Tue, 09 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: Detect the Xulrunner sdk (from sam's debian patch)
+
+------------------------------------------------------------------------
+r15580 | ipkiss | 2006-05-09 14:21:50 -0700 (Tue, 09 May 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: dialogs.playlist() is not yet available in a release
+
+------------------------------------------------------------------------
+r15579 | zorglub | 2006-05-09 13:42:28 -0700 (Tue, 09 May 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+*popup is not in 0.8.5
+
+------------------------------------------------------------------------
+r15578 | babal | 2006-05-09 07:39:12 -0700 (Tue, 09 May 2006) | 3 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+- monitor aspect ratio, source aspect ratio and crop ratio are not
+  octal numbers
+
+------------------------------------------------------------------------
+r15577 | littlejohn | 2006-05-09 00:52:31 -0700 (Tue, 09 May 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+
+Playlist item deletion added in libvlc.h for external programs use.
+
+
+------------------------------------------------------------------------
+r15576 | damienf | 2006-05-08 16:39:44 -0700 (Mon, 08 May 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/mozilla/Makefile.am
+
+- configure.ac: removed dependency on XPCOM support libs as they bloat the mozilla plugin, which does not use them.
+- mozilla/Makefile.am: removed dependency on PPC only flags and libs, the plugin builds for MacIntel (doesn't mean it works, though)
+
+
+------------------------------------------------------------------------
+r15575 | xtophe | 2006-05-08 15:48:36 -0700 (Mon, 08 May 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+   A /trunk/share/applications
+   A /trunk/share/applications/vlc.desktop (from /trunk/debian/vlc.desktop:15572)
+
+Dig up .desktop from removed debian folder. Thanks to Flameeyes for noticing.
+
+------------------------------------------------------------------------
+r15574 | xtophe | 2006-05-08 14:51:52 -0700 (Mon, 08 May 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+suppress reference to debian/
+
+------------------------------------------------------------------------
+r15573 | xtophe | 2006-05-08 13:59:52 -0700 (Mon, 08 May 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL
+   D /trunk/debian
+
+The Debian packaging data have been moved to svn.v.o/pkg-multimedia
+
+------------------------------------------------------------------------
+r15572 | xtophe | 2006-05-08 13:20:13 -0700 (Mon, 08 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
+
+* : svn:keywords
+
+------------------------------------------------------------------------
+r15571 | damienf | 2006-05-08 02:46:51 -0700 (Mon, 08 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/wav.c
+
+wav.c: added 'mlaw' fourcc, same as 'ulaw'
+
+------------------------------------------------------------------------
+r15570 | dionoea | 2006-05-07 15:48:27 -0700 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Don't put --intf wx in the desktop VLC shortcut
+
+------------------------------------------------------------------------
+r15568 | dionoea | 2006-05-07 13:51:23 -0700 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+Crash fix. Thanks to _steven_ on IRC
+
+------------------------------------------------------------------------
+r15567 | xtophe | 2006-05-07 09:53:18 -0700 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
+
+interactions.*: button order (fix #470)
+
+------------------------------------------------------------------------
+r15566 | ipkiss | 2006-05-07 09:02:49 -0700 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
+
+ * modules/gui/wxwidgets/dialogs/subtitles.cpp: Bigger range for the subtitles delay (useful when a movie is split in 2 files...)
+
+------------------------------------------------------------------------
+r15565 | courmisch | 2006-05-07 09:01:07 -0700 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/acl.c
+
+ACL_* documentation
+
+------------------------------------------------------------------------
+r15564 | courmisch | 2006-05-07 08:50:09 -0700 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r15563 | xtophe | 2006-05-07 08:41:37 -0700 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+
+wx/dilaogs/ : Fix button alignment in dialogs (refs #470)
+
+------------------------------------------------------------------------
+r15562 | xtophe | 2006-05-07 04:44:53 -0700 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Forward-port [15539]
+
+------------------------------------------------------------------------
+r15561 | zorglub | 2006-05-07 01:51:34 -0700 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+   M /trunk/src/interface/interface.c
+
+Forward-port and adapt [15500]
+
+------------------------------------------------------------------------
+r15560 | dionoea | 2006-05-06 15:50:11 -0700 (Sat, 06 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+Add 'GENRE' to the list of vlc_get_meta language independent wrappers.
+
+------------------------------------------------------------------------
+r15559 | xtophe | 2006-05-06 15:39:02 -0700 (Sat, 06 May 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+We release ;)
+
+------------------------------------------------------------------------
+r15553 | dionoea | 2006-05-06 04:50:58 -0700 (Sat, 06 May 2006) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+
+Update ChangeLog
+
+------------------------------------------------------------------------
+r15550 | damienf | 2006-05-06 03:36:58 -0700 (Sat, 06 May 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+vlc.win32.nsi.in: i need holidays
+
+------------------------------------------------------------------------
+r15549 | littlejohn | 2006-05-06 03:04:34 -0700 (Sat, 06 May 2006) | 6 lines
+Changed paths:
+   A /trunk/bindings/java/FAQ
+   M /trunk/bindings/java/Makefile.am
+   D /trunk/bindings/java/SWTUglyPlayer.java
+   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
+   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
+   D /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
+   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+   M /trunk/bindings/java/vlc-libvlc-jni.cc
+
+Java bindings updated to latest jvlc version.
+SWT components removed until we are able to configure and check for swt-*.jar
+presence.
+
+
+
+------------------------------------------------------------------------
+r15548 | damienf | 2006-05-05 16:41:55 -0700 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/vlc.win32.nsi.in
+
+- vlc.win32.nsi.in: second attempt
+
+------------------------------------------------------------------------
+r15547 | damienf | 2006-05-05 16:09:43 -0700 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/vlc.win32.nsi.in
+
+vlc.win32.nsi: libvlc.dll needs be copied into mozilla plugins directory as well.
+
+------------------------------------------------------------------------
+r15546 | dionoea | 2006-05-05 13:38:58 -0700 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/shout.c
+
+Add "shoutcast" as an alias for "shout".
+
+------------------------------------------------------------------------
+r15545 | dionoea | 2006-05-05 13:35:43 -0700 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+see previous commit
+
+------------------------------------------------------------------------
+r15544 | dionoea | 2006-05-05 13:34:42 -0700 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/video_filter/mosaic.c
+
+"[PATCH] for changing the mosaic-order in execution time" by Mateus Krepsky Ludwich + a few fixes. Many thanks.
+
+------------------------------------------------------------------------
+r15541 | xtophe | 2006-05-05 10:12:15 -0700 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/po/zh_CN.po
+
+Update chinese l10n by  Wei Mingzhi
+
+------------------------------------------------------------------------
+r15538 | courmisch | 2006-05-05 08:49:54 -0700 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
+
+We need to include "config.h" somehow before we can use the HAVE_* defines
+
+------------------------------------------------------------------------
+r15537 | xtophe | 2006-05-05 05:02:55 -0700 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Hope it really fix it
+
+------------------------------------------------------------------------
+r15536 | xtophe | 2006-05-04 15:36:31 -0700 (Thu, 04 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix.
+
+------------------------------------------------------------------------
+r15535 | xtophe | 2006-05-04 15:00:42 -0700 (Thu, 04 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: test a bit more for contribs
+
+------------------------------------------------------------------------
+r15534 | damienf | 2006-05-04 14:58:37 -0700 (Thu, 04 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+libvlc.c: removed debug
+
+------------------------------------------------------------------------
+r15532 | dionoea | 2006-05-04 14:25:07 -0700 (Thu, 04 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Add undocummented comments to help. Thanks to pieroxy ( http://forum.videolan.org/viewtopic.php?t=19603 )
+
+------------------------------------------------------------------------
+r15530 | dionoea | 2006-05-02 13:17:33 -0700 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+This should now at least compile
+
+------------------------------------------------------------------------
+r15528 | bigben | 2006-05-02 13:07:59 -0700 (Tue, 02 May 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/es.c
+
+* Hopefully fix a long lasting refcount issue in the es module that prevented the mp4 frame header to be written properly on exit
+* (Well, es is deprecated anyway)
+
+
+------------------------------------------------------------------------
+r15527 | dionoea | 2006-05-02 12:54:29 -0700 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+Untested change to support different AMTUNER modes in dshow input (see http://forum.videolan.org/viewtopic.php?t=19814 )
+
+------------------------------------------------------------------------
+r15525 | bigben | 2006-05-02 12:20:28 -0700 (Tue, 02 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* Really fix the color depth specification
+
+
+------------------------------------------------------------------------
+r15524 | courmisch | 2006-05-02 08:23:39 -0700 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Hopefully fix linking of the mosaic plugin
+
+------------------------------------------------------------------------
+r15523 | damienf | 2006-05-02 08:13:28 -0700 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/voutqt.m
+
+voutqt.m: use kYUVSPixelFormat for MacIntel CPUs
+
+------------------------------------------------------------------------
+r15522 | courmisch | 2006-05-02 07:54:32 -0700 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/mozilla/Makefile.am
+
+Mozilla libtool fix from Pavlov Konstantin
+
+------------------------------------------------------------------------
+r15520 | damienf | 2006-05-02 02:23:06 -0700 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Makefile.am: fixed EXTRA_DIST for MacOS X plugin
+
+------------------------------------------------------------------------
+r15519 | damienf | 2006-05-02 01:50:18 -0700 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- added support for 64 bit version of mozilla SDK, thanks to thresh for the patch
+
+------------------------------------------------------------------------
+r15518 | courmisch | 2006-05-01 23:57:46 -0700 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Avoid code duplication
+
+------------------------------------------------------------------------
+r15517 | ipkiss | 2006-05-01 23:50:30 -0700 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/default/theme.xml
+
+ * forwardport of [15426] and [15516]
+
+------------------------------------------------------------------------
+r15515 | fox | 2006-05-01 15:06:57 -0700 (Mon, 01 May 2006) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/gme.cpp
+
+First rough demux2 implementation for game music files using Game_Music_Emu 
+(Super Nintendo (SPC), Nintendo NES (NSF), Nintendo Game Boy (GBS), 
+Sega Genesis/Mega Drive (VGM/VGZ/GYM), and Sega Master System (VGM/VGZ)).
+
+
+------------------------------------------------------------------------
+r15513 | fox | 2006-05-01 14:20:09 -0700 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mod.c
+
+ Use strrchr to extract the file's extension
+
+------------------------------------------------------------------------
+r15512 | dionoea | 2006-05-01 12:13:45 -0700 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Win95/98/Me file opening and stat "fix". Thanks to Quovodis for the help (even though we finaly came back to an easy solution).
+
+------------------------------------------------------------------------
+r15511 | courmisch | 2006-05-01 08:18:01 -0700 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+- Save one malloc()
+- Return NULL in case of error
+
+------------------------------------------------------------------------
+r15510 | dionoea | 2006-05-01 07:47:24 -0700 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Hum
+
+------------------------------------------------------------------------
+r15509 | dionoea | 2006-05-01 07:25:07 -0700 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Add some more debug (this is easier than compiling at home).
+
+------------------------------------------------------------------------
+r15507 | ipkiss | 2006-05-01 06:28:07 -0700 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+
+ * skins2/src/generic_layout.cpp: do not draw on top of the embedded vout when
+   resizing
+
+------------------------------------------------------------------------
+r15506 | dionoea | 2006-05-01 06:18:11 -0700 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix tabs and add some debug.
+
+------------------------------------------------------------------------
+r15505 | asmax | 2006-05-01 05:12:03 -0700 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+
+* forward port of [15504]
+
+------------------------------------------------------------------------
+r15503 | fkuehne | 2006-05-01 04:47:19 -0700 (Mon, 01 May 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* forward-port [15502]
+------------------------------------------------------------------------
+r15501 | damienf | 2006-05-01 03:41:00 -0700 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+- unicode.c: possible fix for UTF8 filename support under WinMe/98/95, needs testing though
+
+------------------------------------------------------------------------
+r15498 | zorglub | 2006-05-01 01:34:27 -0700 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+Forwardport [15492]
+
+------------------------------------------------------------------------
+r15494 | zorglub | 2006-04-30 15:34:50 -0700 (Sun, 30 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+
+Fix handling of buffer underruns in ALSA. Probably closes #461
+We passed the delay verbatim to ...frames_to_bytes function which doesn't like negative numbers.
+
+------------------------------------------------------------------------
+r15493 | hartman | 2006-04-30 15:08:18 -0700 (Sun, 30 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+* Fix searching in aggregate mode for the RTSP VoD module. (fixes #655)
+  Pausing is still broken.
+
+------------------------------------------------------------------------
+r15490 | courmisch | 2006-04-30 14:01:54 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Rah forgot to commit this file
+
+------------------------------------------------------------------------
+r15488 | bigben | 2006-04-30 12:26:25 -0700 (Sun, 30 Apr 2006) | 5 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/misc.m
+
+* Patch from Basil Achermann to handle esc and space keyboard events in VLCControl when the controller is active
+* It seems that corrects a bug when the controller was the acrtive window in fullscreen (that shouldn't happen, but well...)
+* Best thing to do would be to handle the keypresses from the vout here too, I guess...
+
+
+------------------------------------------------------------------------
+r15487 | dionoea | 2006-04-30 12:16:39 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   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/services_discovery/podcast.c
+   M /trunk/share/skins2/default/theme.xml
+
+Forward port [15485] and [15486].
+
+------------------------------------------------------------------------
+r15480 | courmisch | 2006-04-30 10:51:34 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
+
+Fix segfault
+
+------------------------------------------------------------------------
+r15478 | damienf | 2006-04-30 10:40:34 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+- MacOS X: bundle 'VLC Internet Plug-In' package into a disk image for online distribution
+
+------------------------------------------------------------------------
+r15477 | zorglub | 2006-04-30 10:40:03 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+
+Ditto
+
+------------------------------------------------------------------------
+r15476 | zorglub | 2006-04-30 10:39:28 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/avi.c
+
+Woops
+
+------------------------------------------------------------------------
+r15475 | zorglub | 2006-04-30 10:36:48 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/doc/fortunes.txt
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/avi.c
+
+Fortune
+
+------------------------------------------------------------------------
+r15474 | courmisch | 2006-04-30 10:19:29 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Also set SO_REUSEADDR here
+
+------------------------------------------------------------------------
+r15473 | courmisch | 2006-04-30 10:16:32 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Set SO_REUSEADDR on client sockets
+
+------------------------------------------------------------------------
+r15472 | dionoea | 2006-04-30 10:12:50 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+   D /trunk/share/skins2/default/main/Thumbs.db
+   D /trunk/share/skins2/default/playlist/Thumbs.db
+
+Remove the Thumbs.db files here too
+
+------------------------------------------------------------------------
+r15468 | courmisch | 2006-04-30 09:54:32 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix memleak
+
+------------------------------------------------------------------------
+r15467 | dionoea | 2006-04-30 09:37:30 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/services_discovery/podcast.c
+
+Forward port podcast fixes [15462] and [15465].
+
+------------------------------------------------------------------------
+r15466 | fkuehne | 2006-04-30 09:31:38 -0700 (Sun, 30 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* forward-port [15464] and update the TODO-list at the top of the file
+------------------------------------------------------------------------
+r15463 | damienf | 2006-04-30 09:08:32 -0700 (Sun, 30 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/extras/MacOSX/plugin/InstallerDescription.plist
+   A /trunk/extras/MacOSX/plugin/InstallerInfo.plist
+   M /trunk/mozilla/vlc.r
+
+- added installer for MacOSX VLC Plugin
+- updated supported mime types in resource
+
+------------------------------------------------------------------------
+r15459 | dionoea | 2006-04-30 08:39:19 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   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/share/skins2/default/theme.xml
+
+Forward port [15458].
+
+------------------------------------------------------------------------
+r15457 | titer | 2006-04-30 08:30:35 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+
+Build fix
+
+------------------------------------------------------------------------
+r15455 | dionoea | 2006-04-30 08:19:24 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+
+Fix statistics panel alignement
+
+------------------------------------------------------------------------
+r15454 | fkuehne | 2006-04-30 07:44:54 -0700 (Sun, 30 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+
+* forward-port [15453]
+------------------------------------------------------------------------
+r15451 | asmax | 2006-04-30 06:44:20 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+   M /trunk/modules/gui/skins2/src/generic_layout.hpp
+
+* generic_layout.cpp: don't draw controls of an invisible layout
+
+------------------------------------------------------------------------
+r15449 | zorglub | 2006-04-30 06:25:32 -0700 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/include/codecs.h
+   M /trunk/modules/codec/dmo/dmo.c
+
+Add support for Windows Media Audio 9 Speech (Closes:#606)
+
+------------------------------------------------------------------------
+r15447 | asmax | 2006-04-30 06:12:34 -0700 (Sun, 30 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+   A /trunk/share/skins2/default/main/vol_bg.png
+   M /trunk/share/skins2/default/main/vol_slider.png
+   M /trunk/share/skins2/default/theme.xml
+
+* all: added a SliderBackground to the volume slider of the default skin
+ (fixes an incorrect behaviour when clicking on the white part of the slider)
+
+------------------------------------------------------------------------
+r15445 | bigben | 2006-04-29 13:48:44 -0700 (Sat, 29 Apr 2006) | 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/keyedobjects.nib
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Support for saving xspf playlist files
+
+
+------------------------------------------------------------------------
+r15444 | xtophe | 2006-04-29 13:18:21 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/control
+   M /trunk/debian/rules
+
+Re-enables the XOSD plugin in debian nightlies
+
+------------------------------------------------------------------------
+r15442 | dionoea | 2006-04-29 11:33:44 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+
+Forward port [15418] and [15420].
+
+------------------------------------------------------------------------
+r15441 | courmisch | 2006-04-29 08:56:15 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+Hmm 512 bytes to format a decimal integer sounds a little abusive
+
+------------------------------------------------------------------------
+r15440 | courmisch | 2006-04-29 08:46:36 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
+
+Another overflow
+
+------------------------------------------------------------------------
+r15439 | courmisch | 2006-04-29 08:34:09 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
+
+Fix likely stack buffer overflow
+
+------------------------------------------------------------------------
+r15438 | courmisch | 2006-04-29 08:15:30 -0700 (Sat, 29 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+
+- Don't nul-terminate after snprintf(), it does it already
+- Use strlcpy()
+
+------------------------------------------------------------------------
+r15437 | courmisch | 2006-04-29 08:11:48 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Clean up
+
+------------------------------------------------------------------------
+r15436 | courmisch | 2006-04-29 08:10:39 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Use strlcpy
+
+------------------------------------------------------------------------
+r15434 | courmisch | 2006-04-29 07:38:39 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Also use strlcpy()
+
+------------------------------------------------------------------------
+r15433 | courmisch | 2006-04-29 07:34:50 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/getaddrinfo.c
+   M /trunk/src/stream_output/sap.c
+
+Use strlcpy()
+
+------------------------------------------------------------------------
+r15432 | courmisch | 2006-04-29 07:30:49 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/access/smb.c
+   M /trunk/src/extras/libc.c
+
+OpenBSDish strlcpy()
+
+------------------------------------------------------------------------
+r15430 | zorglub | 2006-04-29 07:23:44 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/po/ru.po
+
+Update ru.po from rosetta
+
+------------------------------------------------------------------------
+r15429 | zorglub | 2006-04-29 07:23:41 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/include/variables.h
+   M /trunk/include/vlc_messages.h
+
+Initialize variables
+
+------------------------------------------------------------------------
+r15428 | courmisch | 2006-04-29 07:23:00 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+Win32 compile fix
+
+------------------------------------------------------------------------
+r15425 | courmisch | 2006-04-29 07:07:18 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/misc/threads.c
+
+Remove some unused configure checks
+
+------------------------------------------------------------------------
+r15424 | courmisch | 2006-04-29 06:59:07 -0700 (Sat, 29 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/access/smb.c
+
+Nul terminate
+
+Might be a better idea to implement strlcpy()
+
+------------------------------------------------------------------------
+r15422 | courmisch | 2006-04-29 06:55:07 -0700 (Sat, 29 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+- Use poll() instead of select() so we don't depend on FD_SETSIZE
+- Clean up
+
+------------------------------------------------------------------------
+r15421 | bigben | 2006-04-29 06:53:49 -0700 (Sat, 29 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* Fix for some strange x drivers that return 8 bits screens as first answer when being requested a Truecolor class one
+
+
+------------------------------------------------------------------------
+r15419 | courmisch | 2006-04-29 06:38:50 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/smb.c
+
+Use strncpy() rather than strncat() when the destination is empty
+
+------------------------------------------------------------------------
+r15415 | courmisch | 2006-04-29 06:32:36 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+Don't use #ifdef + alloca() when we have something simpler
+
+------------------------------------------------------------------------
+r15414 | zorglub | 2006-04-29 06:31:39 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/skins2/vars/time.cpp
+
+Be sure to write correct time values
+
+------------------------------------------------------------------------
+r15413 | courmisch | 2006-04-29 06:30:39 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+Simplification assuming that sizeof(char) = 1
+
+------------------------------------------------------------------------
+r15412 | courmisch | 2006-04-29 06:30:10 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/voc.c
+   M /trunk/modules/demux/xa.c
+
+Fix copyright
+
+------------------------------------------------------------------------
+r15411 | dionoea | 2006-04-29 06:12:29 -0700 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/default/theme.xml
+
+Forward port [15410]
+
+------------------------------------------------------------------------
+r15406 | zorglub | 2006-04-28 13:21:42 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/src/libvlc.h
+
+Set skip-frames to default enabled
+
+------------------------------------------------------------------------
+r15405 | courmisch | 2006-04-28 12:43:55 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r15404 | courmisch | 2006-04-28 12:38:52 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+
+Another select() -> poll()
+
+------------------------------------------------------------------------
+r15403 | courmisch | 2006-04-28 12:31:26 -0700 (Fri, 28 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+Use poll() instead of select() so we won't fall for the FD_SETSIZE trap
+in any case (however unlikely we were to fall far it on Linux)
+
+------------------------------------------------------------------------
+r15401 | bigben | 2006-04-28 10:18:46 -0700 (Fri, 28 Apr 2006) | 5 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.c
+
+* Revert 15357, as it would make vlc crash if you try to load a main interface that doesn't exist
+* Instead, use "screensaver,none" when trying to load the screensaver interface
+* Same fix for onther interfaces loaded by libvlc
+
+
+------------------------------------------------------------------------
+r15399 | dionoea | 2006-04-28 09:32:00 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+
+Display file size instead of svn revision in update dialog
+
+------------------------------------------------------------------------
+r15397 | dionoea | 2006-04-28 08:19:10 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Woops
+
+------------------------------------------------------------------------
+r15396 | dionoea | 2006-04-28 07:39:25 -0700 (Fri, 28 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Remove local copies of Mozilla plugin and ActiveX dlls
+Fix #525 Fixes #525
+
+------------------------------------------------------------------------
+r15395 | courmisch | 2006-04-28 05:30:39 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Another close-on-exec
+
+------------------------------------------------------------------------
+r15394 | courmisch | 2006-04-28 05:29:00 -0700 (Fri, 28 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+- Fix POSIX setting of non-blocking mode (we were clearing the R/W flags)
+- Close-on-exec: Don't leak httpd client sockets into CGI scripts or
+  whatever child process we spawn.
+
+------------------------------------------------------------------------
+r15393 | courmisch | 2006-04-28 05:25:51 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Only check FD_SETSIZE limit on POSIX OSes.
+
+------------------------------------------------------------------------
+r15392 | courmisch | 2006-04-28 05:22:25 -0700 (Fri, 28 Apr 2006) | 11 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Hmm, damn stupid fd_set implementation by Winsock does of course not
+work like any other one: it's actually thirty two times as big than the
+POSIX ones for any given FD_SETSIZE, plus FD_SET and FD_ISSET are O(n)
+instead of O(1). But at least, the mingw implementations of FD_SET has
+built-in overflow checks.
+
+Also, Winsock insists on returning big socket numbers, so we can't drop
+those above FD_SETSIZE or we have no TCP/IP support at all, anyway.
+
+
+
+------------------------------------------------------------------------
+r15390 | dionoea | 2006-04-28 05:15:27 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Shoutcast changed
+
+------------------------------------------------------------------------
+r15387 | dionoea | 2006-04-28 05:10:07 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/THANKS
+   M /trunk/share/Makefile.am
+   A /trunk/share/skins2/default
+   A /trunk/share/skins2/default/credits.png
+   A /trunk/share/skins2/default/equalizer.png
+   A /trunk/share/skins2/default/font.otf
+   A /trunk/share/skins2/default/main
+   A /trunk/share/skins2/default/main/Thumbs.db
+   A /trunk/share/skins2/default/main/dvd_menu.png
+   A /trunk/share/skins2/default/main/dvd_nextchapter.png
+   A /trunk/share/skins2/default/main/dvd_nexttitle.png
+   A /trunk/share/skins2/default/main/dvd_prevchapter.png
+   A /trunk/share/skins2/default/main/dvd_prevtitle.png
+   A /trunk/share/skins2/default/main/main.png
+   A /trunk/share/skins2/default/main/main_down.png
+   A /trunk/share/skins2/default/main/main_over.png
+   A /trunk/share/skins2/default/main/main_up.png
+   A /trunk/share/skins2/default/main/pause_down.png
+   A /trunk/share/skins2/default/main/pause_over.png
+   A /trunk/share/skins2/default/main/pause_up.png
+   A /trunk/share/skins2/default/main/timeslider.png
+   A /trunk/share/skins2/default/main/vol_mask.png
+   A /trunk/share/skins2/default/main/vol_slider.png
+   A /trunk/share/skins2/default/minimal.png
+   A /trunk/share/skins2/default/playlist
+   A /trunk/share/skins2/default/playlist/Thumbs.db
+   A /trunk/share/skins2/default/playlist/playlist.png
+   A /trunk/share/skins2/default/playlist/playlist_down.png
+   A /trunk/share/skins2/default/playlist/playlist_over.png
+   A /trunk/share/skins2/default/playlist/playlist_up.png
+   A /trunk/share/skins2/default/playlist/playtreeglyphs.png
+   A /trunk/share/skins2/default/playlist/plscroller.png
+   A /trunk/share/skins2/default/switch.png
+   A /trunk/share/skins2/default/theme.xml
+
+New default skin by aLtgLasS. Many thanks for making one on such short notice.
+
+------------------------------------------------------------------------
+r15385 | dionoea | 2006-04-28 04:38:55 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   D /trunk/share/skins2/playtree
+
+Remove playtree skin
+
+------------------------------------------------------------------------
+r15384 | dionoea | 2006-04-28 04:37:38 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   D /trunk/share/skins2/default
+   M /trunk/share/skins2/playtree/theme.xml
+
+Remove old default skin
+
+------------------------------------------------------------------------
+r15383 | zorglub | 2006-04-28 00:58:18 -0700 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+HA HA ! (Refs:#658)
+
+------------------------------------------------------------------------
+r15382 | dionoea | 2006-04-27 15:31:16 -0700 (Thu, 27 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/shoutcast.c
+
+Ahem...
+
+------------------------------------------------------------------------
+r15381 | dionoea | 2006-04-27 14:23:34 -0700 (Thu, 27 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/shoutcast.c
+
+Add option (--shoutcast-show-adult) to show porn^WNC17 rated video streams. Default setting is of course disabled.
+
+------------------------------------------------------------------------
+r15380 | jpsaman | 2006-04-27 14:15:18 -0700 (Thu, 27 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+
+Added Rob Casey to THANKS file.
+------------------------------------------------------------------------
+r15379 | courmisch | 2006-04-27 13:18:14 -0700 (Thu, 27 Apr 2006) | 15 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/network/io.c
+   M /trunk/src/network/tcp.c
+
+Whenever using select() companion macro FD_SET(), one must ensure that
+the specified file descriptor does not exceeds the fd_set limit (FD_SETSIZE).
+Registering a file descriptor above this limit is not defined (read: this is
+a buffer overflow).
+
+This is not normally exploitable on Linux because FD_SETSIZE equals the
+default limit for file descriptors per processes, but should work on BSDs.
+Cygwin is also very prone to this problem (but right, we don't use it). As
+for Windows, it will overflow if you try to select() more than 64 sockets at
+a time (regardless of the total numbers of socket), but for the sake of
+simplicity and portability, this patch actually prevent opening more than
+64 sockets at all.
+
+There are still quite a bunch of plugins that needs fixing.
+
+------------------------------------------------------------------------
+r15378 | jpsaman | 2006-04-27 12:31:20 -0700 (Thu, 27 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Fix for VLM commands when 'new test vod mux mp2ts enabled' is used.
+------------------------------------------------------------------------
+r15377 | jpsaman | 2006-04-27 12:13:42 -0700 (Thu, 27 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_httpd.h
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/src/network/httpd.c
+
+Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au)
+------------------------------------------------------------------------
+r15375 | damienf | 2006-04-27 08:47:53 -0700 (Thu, 27 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+- fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid=d4ec4d6ac1bcdc8074d8d2855d734d29
+
+------------------------------------------------------------------------
+r15372 | jpsaman | 2006-04-27 01:14:45 -0700 (Thu, 27 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+Remove whitespace
+------------------------------------------------------------------------
+r15371 | jpsaman | 2006-04-27 01:13:50 -0700 (Thu, 27 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+Remove whitespace
+------------------------------------------------------------------------
+r15369 | fkuehne | 2006-04-26 14:32:10 -0700 (Wed, 26 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* forward-port [15368]
+------------------------------------------------------------------------
+r15367 | dionoea | 2006-04-26 14:04:47 -0700 (Wed, 26 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+
+Add option to force timeshift filter even if access can control pace or pause.
+The goal is to be able to timeshift on live rtsp streams. The true fix would be to fix the rtsp access ...
+
+------------------------------------------------------------------------
+r15365 | ipkiss | 2006-04-26 10:59:29 -0700 (Wed, 26 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/commands/cmd_snapshot.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_snapshot.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+
+ * skins2: Added the vlc.snapshot() action
+
+------------------------------------------------------------------------
+r15363 | dionoea | 2006-04-26 02:56:04 -0700 (Wed, 26 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Changes to the default selected options in the installer
+
+------------------------------------------------------------------------
+r15361 | zorglub | 2006-04-26 01:21:52 -0700 (Wed, 26 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
+
+Oh look ! Bananas !
+
+------------------------------------------------------------------------
+r15359 | asmax | 2006-04-25 10:25:02 -0700 (Tue, 25 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+
+* top_window.cpp: stupid bug...
+
+------------------------------------------------------------------------
+r15357 | bigben | 2006-04-25 09:47:56 -0700 (Tue, 25 Apr 2006) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/screensaver.c
+   M /trunk/src/interface/interface.c
+
+* screensaver.c, configure.ac: use directly dbus to disable gnome-screensaver if dbus is available upon compilation, instead of using system(gnome-screensaver-command
+* interface.c: use the b_strict boolean when calling module_Need upon extra interface launching. This prevents vlc to try to launch a 2nd wx gui if the screensaver module isn't available.
+
+
+
+------------------------------------------------------------------------
+r15355 | zorglub | 2006-04-25 03:17:57 -0700 (Tue, 25 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/Modules.am
+   A /trunk/modules/gui/wxwidgets/bitmaps/edit.xpm
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
+
+Add edit button for VLM (Closes:#530)
+
+------------------------------------------------------------------------
+r15353 | ipkiss | 2006-04-24 14:57:04 -0700 (Mon, 24 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+
+ * skins2/parser/interpreter.cpp: Fixed a crash when using an action of the form "foo;"
+
+------------------------------------------------------------------------
+r15352 | fkuehne | 2006-04-24 14:04:54 -0700 (Mon, 24 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* add --enable-pic to x264's configure on PPC as well and check out the latest revisions again
+------------------------------------------------------------------------
+r15350 | dionoea | 2006-04-24 12:41:04 -0700 (Mon, 24 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/shoutcast.c
+
+Some more cleaning
+
+------------------------------------------------------------------------
+r15349 | xtophe | 2006-04-24 11:29:14 -0700 (Mon, 24 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/shoutcast.c
+
+shoutcast.c: Memleak hunt.
+
+------------------------------------------------------------------------
+r15348 | sam | 2006-04-24 01:53:26 -0700 (Mon, 24 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+  * modules/video_output/caca.c: synced caca output with libcaca-0.99.beta1.
+
+------------------------------------------------------------------------
+r15347 | dionoea | 2006-04-23 17:25:25 -0700 (Sun, 23 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+
+ * Handle submodules correctly in the prefs (so we can enable/disable them).
+ * Fix bug with modules chain if the begining or the end of one module's name matched another module's name. (like 'shoutcasttv' and 'shout')
+
+------------------------------------------------------------------------
+r15346 | dionoea | 2006-04-23 15:53:40 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/services_discovery/shout.c
+
+Support for Shoutcast TV. vp3 streams segfault, vp5 and 6 don't play :)
+
+------------------------------------------------------------------------
+r15345 | dionoea | 2006-04-23 15:52:35 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Hack to handle service discovery submodules correctly. This should maybe be changed in other interfaces.
+
+------------------------------------------------------------------------
+r15344 | dionoea | 2006-04-23 14:17:51 -0700 (Sun, 23 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/vlc.win32.nsi.in
+
+Don't remove files added by user when uninstalling
+Fix #525 / Fixes #525
+
+------------------------------------------------------------------------
+r15342 | bigben | 2006-04-23 13:31:06 -0700 (Sun, 23 Apr 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/screensaver.c
+
+* Support for gnome-screensaver
+* We should test if the command is in the path before trying to launch it
+* Anyway, system is dirty, we should use dbus, at least for gnome-screensaver
+
+
+------------------------------------------------------------------------
+r15341 | djc | 2006-04-23 13:11:23 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+
+Add %T modifier to filename refs: #561
+
+------------------------------------------------------------------------
+r15336 | courmisch | 2006-04-23 08:56:41 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/po/ru.po
+
+Partially updated russian localization by Pavlov Konstantin
+
+------------------------------------------------------------------------
+r15334 | courmisch | 2006-04-23 07:41:48 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tls.c
+
+Doxygenization
+
+------------------------------------------------------------------------
+r15333 | bigben | 2006-04-23 07:37:54 -0700 (Sun, 23 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* bit masks for RV15 and RV16 were inverted (!) (or there is something I really haven't caught)
+* Endianness fix for RV15 and RV16 (mostly used for x11)
+
+
+------------------------------------------------------------------------
+r15332 | courmisch | 2006-04-23 07:34:44 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Use Doxygen syntax for comments
+
+------------------------------------------------------------------------
+r15331 | courmisch | 2006-04-23 07:05:03 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/po/en_GB.po
+
+British translation l10n update
+
+------------------------------------------------------------------------
+r15330 | courmisch | 2006-04-23 07:00:23 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+Add missing white space
+
+------------------------------------------------------------------------
+r15329 | courmisch | 2006-04-23 06:59:33 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+Remove extra white space
+
+------------------------------------------------------------------------
+r15327 | courmisch | 2006-04-23 06:54:30 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Fix a grammar mistake
+
+------------------------------------------------------------------------
+r15326 | bigben | 2006-04-23 06:51:04 -0700 (Sun, 23 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+* Try to fix endianness in the opengl output on unixes
+* RV32 works, I'm not sure of the masks for RV24 and RV16
+
+
+------------------------------------------------------------------------
+r15325 | sam | 2006-04-23 06:41:42 -0700 (Sun, 23 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+  * src/video_output/video_output.c: 4th (and good) attempt at fixing mask
+    shifts.  Thanks to bigben for testing.
+
+------------------------------------------------------------------------
+r15323 | sam | 2006-04-23 06:21:42 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+  * src/video_output/video_output.c: Fixed RGB mask when the 32nd bit is on.
+
+------------------------------------------------------------------------
+r15322 | sam | 2006-04-23 06:15:12 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
+
+  * Argh, I didn't mean to commit that. Fixed my previous commit (mask types).
+
+------------------------------------------------------------------------
+r15321 | sam | 2006-04-23 06:13:40 -0700 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
+
+  * include/vlc_video.h: Fixed mask variable types for YUV to RGB conversions.
+
+------------------------------------------------------------------------
+r15316 | asmax | 2006-04-22 16:16:20 -0700 (Sat, 22 Apr 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.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/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vout_window.cpp
+
+* all: new handling of vout controls to allow serveral layouts/windows
+ with a vout (if only one is visible at the same time)
+ A callback is now called when a layout becomes visible or hidden.
+ The vout window is still not reparented correctly if the layout
+ is changed while a video is being played...
+
+------------------------------------------------------------------------
+r15312 | fkuehne | 2006-04-22 15:06:39 -0700 (Sat, 22 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* forward-port [15311]
+------------------------------------------------------------------------
+r15309 | dionoea | 2006-04-22 14:06:41 -0700 (Sat, 22 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/services_discovery/shout.c
+
+ * shout.c : change playlist layout (remove 1 node)
+ * shoutcast.c : remove "debug" printf
+
+------------------------------------------------------------------------
+r15301 | dionoea | 2006-04-22 09:39:04 -0700 (Sat, 22 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/Modules.am
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   A /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/services_discovery/shout.c
+
+Change shoutcast service discovery module and write a new demux to be compatible with the new winamp 5.2 format. See trac ticket for detailed info. I'd appreciate if people could test this and proof read the code since we'll have to include this in 0.8.5 which is due to be released soon.
+
+Ref #640.
+
+------------------------------------------------------------------------
+r15300 | zorglub | 2006-04-22 04:28:39 -0700 (Sat, 22 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/doc/Doxyfile
+
+Use search engine
+
+------------------------------------------------------------------------
+r15297 | xtophe | 2006-04-21 16:48:53 -0700 (Fri, 21 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Fix error pages
+
+------------------------------------------------------------------------
+r15296 | xtophe | 2006-04-21 14:33:39 -0700 (Fri, 21 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/control
+   M /trunk/debian/rules
+
+debian/*: we no longer seems to requires gcc-snapshot. I commit mainly to test on the nightlies. feel free to revert.
+
+------------------------------------------------------------------------
+r15295 | xtophe | 2006-04-21 14:28:36 -0700 (Fri, 21 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/control
+   M /trunk/debian/rules
+
+debian/*: temporarely disable the xosd plugin
+
+------------------------------------------------------------------------
+r15292 | fkuehne | 2006-04-20 13:32:14 -0700 (Thu, 20 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/about.m
+
+* show the svn-revision only if it isn't 'exported'
+------------------------------------------------------------------------
+r15291 | damienf | 2006-04-20 09:25:53 -0700 (Thu, 20 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- fix for shared libvlc and unicows for win32 builds
+
+------------------------------------------------------------------------
+r15290 | courmisch | 2006-04-20 09:15:15 -0700 (Thu, 20 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix overflow on UTF-16 strings with an odd characters length
+
+------------------------------------------------------------------------
+r15289 | dionoea | 2006-04-19 16:30:20 -0700 (Wed, 19 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+Hackish fix for 'TITLE' vlc_meta_get
+
+------------------------------------------------------------------------
+r15287 | bigben | 2006-04-19 13:33:22 -0700 (Wed, 19 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* Fix always on top when exiting fullscreen
+
+
+------------------------------------------------------------------------
+r15286 | fkuehne | 2006-04-19 09:25:01 -0700 (Wed, 19 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* quickly forward-port the previous commit so joneskoo can test it
+------------------------------------------------------------------------
+r15279 | littlejohn | 2006-04-19 06:51:59 -0700 (Wed, 19 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/playlist.c
+
+delete item added in playlist control
+
+
+------------------------------------------------------------------------
+r15275 | damienf | 2006-04-19 03:13:07 -0700 (Wed, 19 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/Makefile.am
+
+- added 'VLC Plugin.plugin' in MacOS X Disk image
+
+------------------------------------------------------------------------
+r15271 | zorglub | 2006-04-18 14:48:37 -0700 (Tue, 18 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/doc/skins/skins2-howto.xml
+
+Update skins doc
+
+------------------------------------------------------------------------
+r15270 | zorglub | 2006-04-18 14:48:34 -0700 (Tue, 18 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+
+Add a dialogs.playlist() command
+
+------------------------------------------------------------------------
+r15269 | zorglub | 2006-04-18 14:24:43 -0700 (Tue, 18 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.hpp
+
+Add dialogs.audioPopup, dialogs.videoPopup and dialogs.miscPopup commands
+
+------------------------------------------------------------------------
+r15268 | zorglub | 2006-04-18 14:24:42 -0700 (Tue, 18 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+
+Add vlc.hasAudio variable
+
+------------------------------------------------------------------------
+r15267 | zorglub | 2006-04-18 14:24:38 -0700 (Tue, 18 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+Fix refcount bug
+
+------------------------------------------------------------------------
+r15266 | zorglub | 2006-04-18 14:24:36 -0700 (Tue, 18 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+   M /trunk/include/vlc_interface.h
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/interface.hpp
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+Add separate audio and video popup menus
+
+------------------------------------------------------------------------
+r15265 | damienf | 2006-04-18 14:14:38 -0700 (Tue, 18 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/mozilla/support/npunix.c
+   M /trunk/mozilla/vlcruntime.cpp
+
+- fix UNIX X11 build for plugin
+- give myself some credit
+- removed unnecessary PLUGIN_TO_HOST_GLUE macro
+
+------------------------------------------------------------------------
+r15264 | zorglub | 2006-04-18 10:50:42 -0700 (Tue, 18 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+
+Make sure we hide the skins playlist
+
+------------------------------------------------------------------------
+r15263 | dionoea | 2006-04-17 15:52:57 -0700 (Mon, 17 Apr 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+Add vlc_get_meta function. Argument can be:
+'ARTIST' -> gets the artist
+'TITLE' -> gets the title
+'ALBUM' -> gets the album name
+'something else' -> get 'something else' ... meta labels are translated so don't expect this to be portable.
+
+------------------------------------------------------------------------
+r15262 | zorglub | 2006-04-17 14:36:36 -0700 (Mon, 17 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+
+Add todo
+
+------------------------------------------------------------------------
+r15261 | zorglub | 2006-04-17 14:28:30 -0700 (Mon, 17 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+Add a (default enabled) skinned-playlist option
+
+It will show the dialogs provider playlist instead of the "playlist_window" window
+
+------------------------------------------------------------------------
+r15260 | fkuehne | 2006-04-17 10:15:43 -0700 (Mon, 17 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+* revert 2 hacky compilation fixes which were accidentelly committed in [15259]
+------------------------------------------------------------------------
+r15259 | fkuehne | 2006-04-17 10:10:12 -0700 (Mon, 17 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+* mark some buggy strings as pointed out by Mathias C. Berens
+------------------------------------------------------------------------
+r15257 | asmax | 2006-04-17 10:03:55 -0700 (Mon, 17 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/ini_file.cpp
+   M /trunk/share/skins2/winamp2.xml
+
+* all: convert keys in INI files to lower case, to fix buggy winamp2 skins
+
+------------------------------------------------------------------------
+r15255 | asmax | 2006-04-17 09:29:34 -0700 (Mon, 17 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/jack.c
+
+* jack.c: fixed non-stereo audio streams
+
+------------------------------------------------------------------------
+r15253 | asmax | 2006-04-17 08:56:21 -0700 (Mon, 17 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
+
+* ctrl_checkbox: fixed initial image of checkbox
+
+------------------------------------------------------------------------
+r15251 | ipkiss | 2006-04-17 08:26:53 -0700 (Mon, 17 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+
+ * skins2/controls/ctrl_tree.cpp: I forgot 1 occurrence of the bug
+
+------------------------------------------------------------------------
+r15250 | ipkiss | 2006-04-17 08:23:13 -0700 (Mon, 17 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+
+ * skins2/controls/ctrl_tree.cpp: Check that the iterator is not end() before using it...
+   This fixes random freezes when loading skins with a PlayTree control on Windows, and probably some crashes as well.
+
+------------------------------------------------------------------------
+r15248 | asmax | 2006-04-17 05:46:51 -0700 (Mon, 17 Apr 2006) | 9 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/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/src/file_bitmap.cpp
+   A /trunk/modules/gui/skins2/src/ini_file.cpp
+   A /trunk/modules/gui/skins2/src/ini_file.hpp
+   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_text.cpp
+   M /trunk/modules/gui/skins2/utils/var_text.hpp
+   M /trunk/share/skins2/skin.dtd
+   M /trunk/share/skins2/winamp2.xml
+
+* all: added a INI file parser in skins2. For instance if the file
+ with id "pledit" (defined in the new tag "<IniFile>" contains:
+    [Text]
+    Normal=#FFFFFF
+ it will create a constant "pledit.Text.Normal" with value "#FFFFFF"
+* winamp2.xml: use the "pledit.txt" file to have correct playlist colors
+
+is it ok to backport in 0.8.5 ?
+
+------------------------------------------------------------------------
+r15246 | fkuehne | 2006-04-16 08:59:33 -0700 (Sun, 16 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/sfilters.m
+
+* removed instability warning, which was introduced for the 0.8.5 betas
+------------------------------------------------------------------------
+r15244 | dionoea | 2006-04-15 15:33:27 -0700 (Sat, 15 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/skin.dtd
+
+Fix dtd (a Layout can have more than one groups)
+
+------------------------------------------------------------------------
+r15243 | jpsaman | 2006-04-15 15:21:18 -0700 (Sat, 15 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/mozilla/support/npunix.c
+
+Fix compilation on FC3 linux for mozilla plugin.
+------------------------------------------------------------------------
+r15240 | asmax | 2006-04-15 09:18:59 -0700 (Sat, 15 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   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
+   M /trunk/share/skins2/winamp2.xml
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+
+* all: added a new skin text variable "$S" to get the audio sample rate
+ (in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate.
+* winamp2.xml: updated the winamp2 skin
+
+------------------------------------------------------------------------
+r15239 | dionoea | 2006-04-15 09:06:47 -0700 (Sat, 15 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/input
+
+Comment subtitles related stuff (since it isn't coded yet)
+
+------------------------------------------------------------------------
+r15237 | dionoea | 2006-04-15 08:58:24 -0700 (Sat, 15 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/requests/status.xml
+
+rpn magic to remove slashes from the playlist item's name
+
+------------------------------------------------------------------------
+r15236 | dionoea | 2006-04-15 08:48:44 -0700 (Sat, 15 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+
+Fix interface in regards to [15116].
+
+------------------------------------------------------------------------
+r15234 | courmisch | 2006-04-15 07:18:13 -0700 (Sat, 15 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+Do not provide a broken language option on Linux and similar OSes
+where the user normally use LANG, LANGUAGE, etc to define his/her
+language(s). It didn't work anyway (refs #638).
+
+------------------------------------------------------------------------
+r15233 | damienf | 2006-04-15 06:48:34 -0700 (Sat, 15 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/support/npunix.c
+   M /trunk/mozilla/support/npwin.cpp
+
+- added support for NPRuntime to win32 and unix version of mozilla
+
+------------------------------------------------------------------------
+r15232 | damienf | 2006-04-15 04:51:45 -0700 (Sat, 15 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/plugin/Info.plist
+   M /trunk/modules/gui/macosx/voutqt.m
+   M /trunk/mozilla/Makefile.am
+   M /trunk/mozilla/support/npmac.cpp
+   M /trunk/mozilla/vlc.r
+   M /trunk/mozilla/vlcpeer.h
+   M /trunk/mozilla/vlcplugin.cpp
+   M /trunk/mozilla/vlcplugin.h
+   A /trunk/mozilla/vlcruntime.cpp
+   A /trunk/mozilla/vlcruntime.h
+   M /trunk/mozilla/vlcshell.cpp
+
+- the resurected mozilla plugin for Safari/Firefox on MacOS X
+
+------------------------------------------------------------------------
+r15230 | dionoea | 2006-04-14 17:51:53 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+Add missing itemimage attribute to playtree doc
+
+------------------------------------------------------------------------
+r15229 | hartman | 2006-04-14 17:07:09 -0700 (Fri, 14 Apr 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* Support for Topfield .rec recordings. It's MPEG-TS with an exceptionally large (1MB) header in front of it.
+  I tried adding the info in the header to meta, but the existing documention seems incorrect or at least incomplete. Instead we just accept the start of the header as identifying a MPEG-TS file, and skipping the header.
+
+  BTW this header is again an example of very bad format design. It is using fixed length strings, for which the used buffers clearly are not null'ed before written with new information. As such i was able to determine which programs were running before this program was recorded :D
+  Also a PID printed to a field was clearly not printed to null'ed memory, causing an invalid (too high) PID number to be in the field. You'd think the least someone could do when designing something like this, would be to analyze a hexdump of your own custom header.
+
+------------------------------------------------------------------------
+r15228 | courmisch | 2006-04-14 10:37:06 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+Fix missing #include
+
+------------------------------------------------------------------------
+r15227 | courmisch | 2006-04-14 10:31:27 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+
+Same as previous commit (refs #581)
+
+------------------------------------------------------------------------
+r15226 | courmisch | 2006-04-14 10:28:24 -0700 (Fri, 14 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Do not alter LC_NUMERIC (refs #581).
+*** NOT MEANT FOR BACKPORTING ***
+
+------------------------------------------------------------------------
+r15223 | dionoea | 2006-04-14 09:47:23 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+Prevent some segfaults when using hotkeys with no vout
+
+------------------------------------------------------------------------
+r15222 | hartman | 2006-04-14 08:16:23 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* Fix a crash in the MacOS X vout if p_real_vout isn't available yet.
+
+------------------------------------------------------------------------
+r15221 | zorglub | 2006-04-14 07:25:26 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/test/native/i18n.c
+   M /trunk/test/native/init.c
+   M /trunk/test/native/libvlc.c
+   M /trunk/test/native/stats.c
+   A /trunk/test/native/tests.h
+   M /trunk/test/native/url.c
+   M /trunk/test/setup.py
+
+Clean-up test
+
+------------------------------------------------------------------------
+r15220 | zorglub | 2006-04-14 07:16:46 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   A /trunk/test/NativeI18NTest.py
+   M /trunk/test/NativeLibvlcTest.py
+   M /trunk/test/NativeStatsTest.py
+   A /trunk/test/NativeURLTest.py
+   D /trunk/test/libvlc_sample.c
+   A /trunk/test/native/i18n.c
+   A /trunk/test/native/init.c
+   M /trunk/test/native/libvlc.c
+   M /trunk/test/native/stats.c
+   A /trunk/test/native/url.c
+   M /trunk/test/pyunit.h
+   M /trunk/test/setup.py
+   M /trunk/test/test.sh
+
+Add I18N and URL tests in test/
+
+------------------------------------------------------------------------
+r15218 | bigben | 2006-04-14 06:22:44 -0700 (Fri, 14 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* What is the point in having a detection for libvc1 if we don't have a libvc1 module ? Moreover, that prevents jlj's patch with the module from applying.
+
+
+------------------------------------------------------------------------
+r15216 | massiot | 2006-04-14 05:38:22 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+ * modules/access/pvr/pvr.c: Be compatible with both old and new kernels.
+
+------------------------------------------------------------------------
+r15214 | bigben | 2006-04-14 05:30:40 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/loader/module.c
+
+* Marillat changed the path to the win32 codecs in his latest packages, so look for the codecs there too
+
+------------------------------------------------------------------------
+r15212 | zorglub | 2006-04-14 05:09:26 -0700 (Fri, 14 Apr 2006) | 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
+
+Bump version numbers
+
+------------------------------------------------------------------------
+r15210 | xtophe | 2006-04-14 04:42:49 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/po/zh_CN.po
+
+Update Chinese translation by Wei Mingzhi.
+
+------------------------------------------------------------------------
+r15209 | zorglub | 2006-04-14 02:37:39 -0700 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/gui/macosx/extended.m
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/misc/growl.c
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/misc/win32text.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/services_discovery/shout.c
+
+Strings
+
+------------------------------------------------------------------------
+r15206 | fkuehne | 2006-04-13 11:51:38 -0700 (Thu, 13 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* fixed 2 minor typos
+------------------------------------------------------------------------
+r15205 | fkuehne | 2006-04-13 11:51:16 -0700 (Thu, 13 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+* implemented showintf-support. Thanks to ipkiss for pointing out that this was missing on OSX.
+------------------------------------------------------------------------
+r15204 | massiot | 2006-04-13 11:32:12 -0700 (Thu, 13 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+ * modules/access/pvr/pvr.c: The radio API in ivtv-0.6.1 has changed : now
+   you are supposed to pass frequency * 16000 instead of frequency * 16.
+   This is sooo coherent.
+
+------------------------------------------------------------------------
+r15203 | hartman | 2006-04-13 07:47:20 -0700 (Thu, 13 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* Revert the unintentially committed files of [15202]
+
+------------------------------------------------------------------------
+r15202 | hartman | 2006-04-13 07:43:40 -0700 (Thu, 13 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* Fix libgcrypt on MacIntel by disabling it's ASM. This fixes #620
+------------------------------------------------------------------------
+r15201 | hartman | 2006-04-13 07:12:20 -0700 (Thu, 13 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/misc/freetype.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* Fix subtitle  alignment if we don't have styles. fixes #619
+
+I chose to re-add the align paramter to the subpicture region struct, since adding a style struct for every single subpicture for just an alignment seemed to be overkill to me. 
+
+------------------------------------------------------------------------
+r15200 | dionoea | 2006-04-13 06:49:45 -0700 (Thu, 13 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/vlm.js
+
+URL encode fix
+
+------------------------------------------------------------------------
+r15199 | zorglub | 2006-04-13 02:04:34 -0700 (Thu, 13 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/demux/mod.c
+   M /trunk/modules/gui/macosx/equalizer.m
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/misc/msn.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/osdmenu.c
+
+String stuff
+
+------------------------------------------------------------------------
+r15198 | xtophe | 2006-04-13 01:31:33 -0700 (Thu, 13 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+Really fix xml url
+
+------------------------------------------------------------------------
+r15197 | xtophe | 2006-04-12 15:31:19 -0700 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+Fix libxml url.
+
+------------------------------------------------------------------------
+r15196 | xtophe | 2006-04-12 14:56:41 -0700 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Makefile.am: Fix for introduction of vlc.win32.nsi.in
+
+------------------------------------------------------------------------
+r15195 | xtophe | 2006-04-12 14:22:51 -0700 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+
+*macro.c: Get the name correctly
+
+------------------------------------------------------------------------
+r15194 | courmisch | 2006-04-12 12:25:59 -0700 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Set close-on-exec flag on sockets so that we don't pass them to CGI scripts
+
+------------------------------------------------------------------------
+r15193 | courmisch | 2006-04-12 10:27:31 -0700 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+
+xvideo X.Org 7 detection fix by Pavlov Konstantin
+
+------------------------------------------------------------------------
+r15192 | fkuehne | 2006-04-12 09:54:42 -0700 (Wed, 12 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* be a bit more verbose when creating the disk-image
+------------------------------------------------------------------------
+r15191 | fkuehne | 2006-04-12 09:40:47 -0700 (Wed, 12 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/wizard.m
+
+* fix streaming. This section and a few others need to and will be re-written after 0.8.5
+------------------------------------------------------------------------
+r15190 | fkuehne | 2006-04-12 09:27:30 -0700 (Wed, 12 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+
+* first update of the German translation by Mathias C. Berens | welcome-soft and myself. More to come.
+------------------------------------------------------------------------
+r15189 | massiot | 2006-04-12 07:26:21 -0700 (Wed, 12 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+
+ * modules/control/http/macro.c: Add slashes in the MVLC_ADD macro for
+   backwards compatibility with the old http intf (anyway MVLC_ADD is
+   obsoleted by RPN function playlist_add).
+
+------------------------------------------------------------------------
+r15188 | zorglub | 2006-04-12 06:03:37 -0700 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/configure.ac
+   D /trunk/vlc.win32.nsi
+   A /trunk/vlc.win32.nsi.in (from /trunk/vlc.win32.nsi:15184)
+
+Ship libvlc.dll in installer if built in shared mode
+
+------------------------------------------------------------------------
+r15187 | zorglub | 2006-04-12 04:43:33 -0700 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Package fix
+
+------------------------------------------------------------------------
+r15186 | zorglub | 2006-04-12 03:22:55 -0700 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+   D /trunk/share/http/old/favicon.ico
+
+Remove useless favicon (Refs:#634)
+
+------------------------------------------------------------------------
+r15185 | zorglub | 2006-04-12 03:22:19 -0700 (Wed, 12 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Don't ship default skin (Refs:#634)
+
+If you think playtree is not ready yet, yell :)
+
+------------------------------------------------------------------------
+r15184 | zorglub | 2006-04-12 01:13:14 -0700 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+Document <Playtree> (Closes:#611)
+
+------------------------------------------------------------------------
+r15183 | dionoea | 2006-04-11 16:56:54 -0700 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+"too"!=2=="two"
+
+------------------------------------------------------------------------
+r15182 | dionoea | 2006-04-11 16:51:21 -0700 (Tue, 11 Apr 2006) | 9 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+Fix indentation.
+
+I was actually trying to understand why command line option parsing on my computer with self compiled VLC behaves as "If the first character of optstring is '+' or the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered." while neither of these conditions is true (see the while( getopt_long( ... ) != EOF ) loop).
+Small illustration:
+./vlc -vvv -I dummy input.ts --color
+All options before the first non option argument work as expected (-vvv and -I dummy). All options after the first non option argument are also interpreted as being non option arguments.
+Help would be appreciated.
+(I've already had reports of other people having the same kind of issues)
+
+------------------------------------------------------------------------
+r15181 | hartman | 2006-04-11 15:09:20 -0700 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/flac.c
+
+* make the flac decoder errors less annoying. some are warns, some are err's.
+
+------------------------------------------------------------------------
+r15180 | courmisch | 2006-04-11 09:35:42 -0700 (Tue, 11 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Link some additionnal plugins against the math library
+Report and fix from Pavlov Konstantin ?\226?\128?\156thresh?\226?\128?\157
+
+------------------------------------------------------------------------
+r15179 | courmisch | 2006-04-11 09:24:46 -0700 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+
+Restores [13132] back - break the new interface again
+
+------------------------------------------------------------------------
+r15178 | courmisch | 2006-04-11 09:18:39 -0700 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/strings.c
+   M /trunk/src/test/url.c
+
+Lalala
+
+------------------------------------------------------------------------
+r15177 | courmisch | 2006-04-11 08:59:43 -0700 (Tue, 11 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+
+Revert [15132]:
+- Fix HTTPd crash
+- Break the old interface again
+
+------------------------------------------------------------------------
+r15176 | courmisch | 2006-04-11 08:52:29 -0700 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/test/url.c
+
+Even more tests
+
+------------------------------------------------------------------------
+r15175 | courmisch | 2006-04-11 08:47:52 -0700 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/test/url.c
+
+Additionnal unit test for decode_URI
+
+------------------------------------------------------------------------
+r15174 | courmisch | 2006-04-11 08:26:28 -0700 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Fix missing initializer warning
+
+------------------------------------------------------------------------
+r15173 | zorglub | 2006-04-11 06:57:01 -0700 (Tue, 11 Apr 2006) | 5 lines
+Changed paths:
+   M /trunk/po/sv.po
+
+Update of swedish translation by Daniel Nylander.
+Thanks.
+
+For those wondering, this *is* swedish.
+
+------------------------------------------------------------------------
+r15172 | zorglub | 2006-04-11 06:17:20 -0700 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/mod.c
+   M /trunk/src/libvlc.h
+
+More strings
+
+------------------------------------------------------------------------
+r15171 | fkuehne | 2006-04-11 06:05:50 -0700 (Tue, 11 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/param_eq.c
+
+* replaced NULL with empty strings when providing no help for an option
+------------------------------------------------------------------------
+r15170 | fkuehne | 2006-04-11 05:37:47 -0700 (Tue, 11 Apr 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/prefs.m
+
+intf.m: * we can't localise empty strings, so don't put an error when trying to do so, but just a warning
+    * be a bit nicer and return @"" instead of NULL strings
+    - this fixes the display of certain modules in the preferences such as the parametric equaliser
+
+prefs.m: * removed 2 unused variables
+------------------------------------------------------------------------
+r15169 | zorglub | 2006-04-11 02:27:46 -0700 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/audio_filter/param_eq.c
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/src/libvlc.h
+
+String fixes
+
+------------------------------------------------------------------------
+r15167 | damienf | 2006-04-10 16:55:28 -0700 (Mon, 10 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+- fixed faad2 libtool so that shared library is properly built for MacOS X 
+
+------------------------------------------------------------------------
+r15164 | hartman | 2006-04-10 14:32:26 -0700 (Mon, 10 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* Fix ffmpeg libavformat linkage when we don't use --with-ffmpeg-tree (this fixes Flash playback)
+* Add Shorten codec. This refs #632 It doesn't seem to work, but that might be an endianness issue. will someone please check with this sample? http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.shn
+
+------------------------------------------------------------------------
+r15163 | damienf | 2006-04-10 14:28:43 -0700 (Mon, 10 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/libpng-osx.patch
+
+- update darwin/macosx patch for libpng-1.2.8
+
+------------------------------------------------------------------------
+r15162 | damienf | 2006-04-10 14:09:09 -0700 (Mon, 10 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
+   A /trunk/extras/contrib/src/Patches/libpng-win32.patch
+
+- update win32 patch for libpng-1.2.8
+
+------------------------------------------------------------------------
+r15160 | hartman | 2006-04-10 07:41:23 -0700 (Mon, 10 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+* Fix 16:9 vs. 16:10 AR and cropping switching on the fly.
+
+------------------------------------------------------------------------
+r15159 | dionoea | 2006-04-09 14:43:47 -0700 (Sun, 09 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Hum, in fact we should remove it altogether since it is already killed in previous function code.
+
+------------------------------------------------------------------------
+r15158 | dionoea | 2006-04-09 14:38:34 -0700 (Sun, 09 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Fix what looks like a type. (someone confirm please)
+
+------------------------------------------------------------------------
+r15157 | courmisch | 2006-04-09 11:33:22 -0700 (Sun, 09 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   A /trunk/src/test/url.c (from /trunk/src/test/i18n_atof.c:15156)
+
+Basic unit test for URI decoding
+
+------------------------------------------------------------------------
+r15154 | asmax | 2006-04-09 07:29:26 -0700 (Sun, 09 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/utils/ustring.cpp
+   M /trunk/modules/gui/skins2/utils/ustring.hpp
+   M /trunk/modules/gui/skins2/utils/var_text.cpp
+   M /trunk/share/skins2/winamp2.xml
+
+* all: new skin text variable "$B" to get the stream bitrate
+* winamp2.xml: added "kbps" info in winamp skins
+
+------------------------------------------------------------------------
+r15150 | xtophe | 2006-04-08 16:00:14 -0700 (Sat, 08 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/po/zh_CN.po
+
+First Translation update by Wei Mingzhi
+
+------------------------------------------------------------------------
+r15149 | courmisch | 2006-04-08 14:41:53 -0700 (Sat, 08 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r15145 | dionoea | 2006-04-08 14:04:10 -0700 (Sat, 08 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+Remove .libs directories when running ./toolbox --distclean
+
+------------------------------------------------------------------------
+r15144 | dionoea | 2006-04-08 10:25:40 -0700 (Sat, 08 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+Update libpng to 1.2.8 (includes lots of security fixes). Thanks to MYOB for noticing
+
+------------------------------------------------------------------------
+r15143 | dionoea | 2006-04-07 16:40:17 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Rhaaa
+
+------------------------------------------------------------------------
+r15142 | dionoea | 2006-04-07 16:38:47 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+3rd try
+
+------------------------------------------------------------------------
+r15141 | dionoea | 2006-04-07 16:36:46 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Ahem
+
+------------------------------------------------------------------------
+r15140 | dionoea | 2006-04-07 16:33:31 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+libdca. untested
+
+------------------------------------------------------------------------
+r15139 | dionoea | 2006-04-07 14:52:33 -0700 (Fri, 07 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/vlc.win32.nsi
+
+Win32 specific changes: Add --started-from-file option to tell VLC that it was started by clicking on a file (or disc). Add --one-instance-when-started-from-file option to tell VLC to use one instance mode when --started-from-file is used. See replies to r15125 for an explanation.
+
+
+------------------------------------------------------------------------
+r15138 | xtophe | 2006-04-07 14:45:01 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+
+eliminate non-valid characters only on the name not on the full path (closes #628)
+
+------------------------------------------------------------------------
+r15137 | xtophe | 2006-04-07 14:14:52 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/msvc/libvlc.dsp.in
+   M /trunk/msvc/libvlc.vcproj.in
+   M /trunk/msvc/plugins.dsp.in
+   M /trunk/msvc/plugins.vcproj.in
+   M /trunk/msvc/vlc.dsp.in
+   M /trunk/msvc/vlc.vcproj.in
+   M /trunk/toolbox
+
+Don't use char outside ascii in shell script.
+
+------------------------------------------------------------------------
+r15136 | fkuehne | 2006-04-07 11:38:30 -0700 (Fri, 07 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/bookmarks.m
+
+* don't free a vlc-object. Thanks to Meuuh for pointing this out.
+------------------------------------------------------------------------
+r15135 | massiot | 2006-04-07 10:58:56 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/strings.c
+
+ * src/misc/strings.c: Missing break; in decode_URI().
+
+------------------------------------------------------------------------
+r15134 | massiot | 2006-04-07 10:45:35 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+ * modules/codec/dvbsub.c: add_suppressed -> add_suppressed_integer
+
+------------------------------------------------------------------------
+r15133 | massiot | 2006-04-07 10:20:11 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+ * modules/codec/dvbsub.c: add_deprecated -> add_suppressed
+
+------------------------------------------------------------------------
+r15132 | courmisch | 2006-04-07 10:17:53 -0700 (Fri, 07 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+
+Restore previous URI components decoding instead of unescaping
+Should fix the old interface - will most likely break the new one
+(in particular try with non-Latin-1 characters)
+
+------------------------------------------------------------------------
+r15131 | massiot | 2006-04-07 09:42:18 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+ * modules/codec/dvbsub.c: Add deprecated option and fix option parsing.
+
+------------------------------------------------------------------------
+r15130 | massiot | 2006-04-07 09:33:51 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/spudec/spudec.c
+   M /trunk/modules/codec/spudec/spudec.h
+
+ * modules/codec/spudec: Decreased verbosity.
+
+------------------------------------------------------------------------
+r15129 | jpsaman | 2006-04-07 08:33:44 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+Remove --sout-dvbsub-timeout flag
+it conflicts with DVD SPU.
+------------------------------------------------------------------------
+r15128 | massiot | 2006-04-07 06:52:32 -0700 (Fri, 07 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+ * modules/codec/dvbsub.c: Fixed a major bug with DVBSUB_PCS_STATE_CHANGE.
+   Partially reverted [12259] because it implied too many page
+   recompositions.
+
+------------------------------------------------------------------------
+r15127 | hartman | 2006-04-07 05:19:01 -0700 (Fri, 07 Apr 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/vout_subpictures.c
+
+* Lower the priority of the SVG renderer
+* Make the "text renderer" selectable with --text-renderer
+fixes #627
+
+Lol, totally forgot to commit this last night :D
+
+------------------------------------------------------------------------
+r15126 | courmisch | 2006-04-07 03:59:04 -0700 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/strings.c
+
+Oops again
+
+------------------------------------------------------------------------
+r15125 | dionoea | 2006-04-06 16:02:30 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi
+
+Remove --one-instance option from file open targets on win32. people seemed to be frustrated about this behavior change.
+
+------------------------------------------------------------------------
+r15124 | adn | 2006-04-06 16:00:24 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+
+typo in a string (line 42)
+
+------------------------------------------------------------------------
+r15123 | dionoea | 2006-04-06 15:41:06 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_osd.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/osd/osd_widgets.c
+   M /trunk/src/video_output/video_text.c
+   M /trunk/src/video_output/video_widgets.c
+
+Fix OSD display when vout crop is used (so that every thing stays on the displayed image).
+
+------------------------------------------------------------------------
+r15122 | hartman | 2006-04-06 15:29:15 -0700 (Thu, 06 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/dirac-osx.patch
+
+* Fix dirac on PPC. (only compile what we need)
+ (this is a workaround, i'm too lazy to find where they double up the LDFLAGS when they link their applications).
+
+------------------------------------------------------------------------
+r15121 | courmisch | 2006-04-06 14:20:33 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+   M /trunk/include/vlc_url.h
+
+Oups
+
+------------------------------------------------------------------------
+r15120 | courmisch | 2006-04-06 13:38:43 -0700 (Thu, 06 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+   M /trunk/include/vlc_url.h
+   M /trunk/src/misc/strings.c
+
+- Reimplement URL component decoding separately from URL unescaping
+- Replace crap URL escaping with URL encoding, which is what we really need
+
+------------------------------------------------------------------------
+r15119 | hartman | 2006-04-06 13:04:24 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+* enable SDK building for Mac PPC contrib. 
+
+------------------------------------------------------------------------
+r15118 | massiot | 2006-04-06 10:54:21 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/libasf.c
+   M /trunk/modules/demux/asf/libasf.h
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/mod.c
+   M /trunk/modules/demux/mpc.c
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/mpeg/pes.c
+   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/packetizer/mpegvideo.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/src/input/subtitles.c
+
+ * ALL: extention -> extension
+
+------------------------------------------------------------------------
+r15117 | massiot | 2006-04-06 10:12:32 -0700 (Thu, 06 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_url.h
+
+ * include/vlc_url.h: Fixed vlc_UrlEncode to return correct values and avoid
+   crashing with strings as simple as "/toto", but all in all the entire
+   function seems very wrong to me, see the next mail.
+
+------------------------------------------------------------------------
+r15116 | massiot | 2006-04-06 09:16:02 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
+
+ * modules/control/http/util.c: Simplify MRLParse, and fix parsing of quotes.
+
+------------------------------------------------------------------------
+r15115 | massiot | 2006-04-06 08:53:06 -0700 (Thu, 06 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/png.c
+
+ * modules/codec/png.c: More robust error checking, avoid calling abort() in
+   case of an invalid file.
+
+------------------------------------------------------------------------
+r15114 | hartman | 2006-04-06 08:16:05 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* Only compile cyberlink if --enable-cyberlink is explicitly set by the user.
+
+------------------------------------------------------------------------
+r15113 | damienf | 2006-04-06 08:09:40 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/vlccontrol.cpp
+
+- fixed a few return codes from APIs
+
+------------------------------------------------------------------------
+r15112 | hartman | 2006-04-06 07:46:30 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Disable cyberlink and expat, the module immediatly crashes. 
+
+------------------------------------------------------------------------
+r15111 | hartman | 2006-04-06 06:50:12 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* Fix --with-cyberlink-tree when using contrib
+
+------------------------------------------------------------------------
+r15110 | xtophe | 2006-04-06 02:04:42 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix if statement
+
+------------------------------------------------------------------------
+r15109 | zorglub | 2006-04-06 00:36:57 -0700 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/lxdialog/lxdialog.c
+   M /trunk/modules/access/dvb/linux_dvb.c
+   M /trunk/modules/access/rtsp/real.c
+
+Fix potential bugs
+
+------------------------------------------------------------------------
+r15108 | hartman | 2006-04-05 17:57:01 -0700 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Evil hack to get libFLAC working with SDK building on OSX.
+
+------------------------------------------------------------------------
+r15107 | hartman | 2006-04-05 14:50:43 -0700 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/gettext-macosx.patch
+
+* Fix gettext -framework usage. This is needed for SDK support.
+
+------------------------------------------------------------------------
+r15106 | zorglub | 2006-04-05 14:01:55 -0700 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/debian/copyright
+   M /trunk/extras/valgrind.suppressions
+
+This commit message is Copyright (C) 2006, Cl?\195?\169ment Stenac.
+
+------------------------------------------------------------------------
+r15105 | massiot | 2006-04-05 10:17:22 -0700 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+ * src/misc/httpd.c: Do not dereference a possibly NULL pointer.
+
+------------------------------------------------------------------------
+r15104 | fkuehne | 2006-04-05 04:42:47 -0700 (Wed, 05 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+
+* don't alloc more capacity than necessary
+------------------------------------------------------------------------
+r15103 | fkuehne | 2006-04-05 04:38:53 -0700 (Wed, 05 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+
+* fixed a bug which prevented the display of Input's and Interface's general-nodes. Thanks to zorglub and DiDjCodt
+------------------------------------------------------------------------
+r15102 | xtophe | 2006-04-05 02:58:20 -0700 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+
+http.c: Fix string.
+
+------------------------------------------------------------------------
+r15101 | dionoea | 2006-04-04 16:01:11 -0700 (Tue, 04 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Remove useless code (or its use was really cryptic)
+
+------------------------------------------------------------------------
+r15100 | damienf | 2006-04-04 15:33:50 -0700 (Tue, 04 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+- compilation fix for unicows on buildbot
+
+------------------------------------------------------------------------
+r15099 | damienf | 2006-04-04 15:22:39 -0700 (Tue, 04 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+- link vlc.exe with libunicows.a if available
+
+------------------------------------------------------------------------
+r15098 | damienf | 2006-04-04 15:19:13 -0700 (Tue, 04 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+- added libunicows in contribs for win32 builds to support Microsoft Layer for Unicode on Win95/98/ME (http://libunicows.sourceforge.net/)
+
+------------------------------------------------------------------------
+r15097 | dionoea | 2006-04-04 14:21:23 -0700 (Tue, 04 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/skin.dtd
+
+Ooops, i forgot to commit this in [14771]
+
+------------------------------------------------------------------------
+r15096 | fkuehne | 2006-04-04 13:41:44 -0700 (Tue, 04 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+* I should get some sleep now
+------------------------------------------------------------------------
+r15095 | fkuehne | 2006-04-04 13:39:52 -0700 (Tue, 04 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* remove commented ifs o_O
+------------------------------------------------------------------------
+r15094 | fkuehne | 2006-04-04 13:33:54 -0700 (Tue, 04 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* store the value of 'macosx-black' as one of VLCWindow's properties to prevent rare crashes when en-/disabling vout-filters or leaving/entering fullscreen-mode really fast.
+
+When going to fast to fullscreen/windowed-mode VLC can still crash (now at vout.m:375), but that scenario isn't realistic because you need to perform this function at least 5 to 10 times per second to get this done.
+------------------------------------------------------------------------
+r15093 | bigben | 2006-04-04 13:18:16 -0700 (Tue, 04 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/voutgl.m
+
+* Reading APIs before starting to code can allow to spare time and to avoid writing silly khludges
+
+
+
+------------------------------------------------------------------------
+r15092 | jpsaman | 2006-04-04 13:11:39 -0700 (Tue, 04 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+
+Fix time update and slider movement on PDA interface. Patch from fredyd (http://forum.videolan.org/viewtopic.php?t=19028) modified by me.
+------------------------------------------------------------------------
+r15091 | bigben | 2006-04-04 13:06:13 -0700 (Tue, 04 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/voutqt.m
+
+* Implement Aspect ratio change in the QT vout
+
+
+------------------------------------------------------------------------
+r15089 | damienf | 2006-04-04 09:42:01 -0700 (Tue, 04 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+- should fix audio capture for Hauppagge WinTV PVR and other cards
+
+------------------------------------------------------------------------
+r15087 | dionoea | 2006-04-03 13:35:24 -0700 (Mon, 03 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi
+
+Fix from 0.8.4-test2 forum thread
+
+------------------------------------------------------------------------
+r15086 | littlejohn | 2006-04-03 11:05:47 -0700 (Mon, 03 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/SWTUglyPlayer.java
+   M /trunk/bindings/java/VlcClient.java
+   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
+   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
+   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+   M /trunk/bindings/java/vlc-graphics-jni.cc
+   M /trunk/bindings/java/vlc-libvlc-jni.cc
+
+audio / video libvlc functions binded.
+
+
+------------------------------------------------------------------------
+r15085 | sigmunau | 2006-04-03 09:41:03 -0700 (Mon, 03 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/linux_dvb.c
+
+linux_dvb.c: hopefully fixed CAM support for some cards (full feature cards?)
+
+------------------------------------------------------------------------
+r15084 | xtophe | 2006-04-03 07:06:19 -0700 (Mon, 03 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Comple fix
+
+------------------------------------------------------------------------
+r15083 | xtophe | 2006-04-03 04:43:16 -0700 (Mon, 03 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
+
+Sync debian patch with string review
+
+------------------------------------------------------------------------
+r15082 | courmisch | 2006-04-03 04:39:35 -0700 (Mon, 03 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_strings.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/include/vlc_url.h
+   M /trunk/modules/control/http/http.h
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/src/misc/strings.c
+
+- Do not rewrite ?\226?\128?\156+?\226?\128?\157 as a white space when unescaping URL parameters (fixes #625).
+- Rename decode_encoded_URI as unescape_URI as it really is what is done.
+
+------------------------------------------------------------------------
+r15081 | hartman | 2006-04-02 18:39:59 -0700 (Sun, 02 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/src/misc/charset.c
+
+* Fix FindFallbackEncoding on Mac OS X.
+* More distintinctive debug messages on the selection of charset.
+
+------------------------------------------------------------------------
+r15080 | damienf | 2006-04-02 16:16:01 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+possible fix for Trac Ticket #621, whereby Hauppage WinTV capture cards (PVR-150, others ?) no longer works
+
+------------------------------------------------------------------------
+r15079 | dionoea | 2006-04-02 15:57:39 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/requests/readme
+
+Add some examples
+
+------------------------------------------------------------------------
+r15077 | xtophe | 2006-04-02 14:15:18 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+typo
+
+------------------------------------------------------------------------
+r15076 | xtophe | 2006-04-02 14:06:13 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+x264.c: the string review was a bit too strong here
+
+------------------------------------------------------------------------
+r15075 | courmisch | 2006-04-02 12:15:30 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/acl.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r15074 | courmisch | 2006-04-02 12:12:58 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+
+Big cleanup and fix hundreds of extra warnings
+
+------------------------------------------------------------------------
+r15073 | courmisch | 2006-04-02 11:36:51 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Missing ;
+
+------------------------------------------------------------------------
+r15072 | damienf | 2006-04-02 11:29:08 -0700 (Sun, 02 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/axvlc.tlb
+   M /trunk/activex/axvlc_idl.c
+   M /trunk/activex/axvlc_idl.h
+
+- make sure help string for propget and propput properties are identical + a couple of changes
+- commit output of MIDL compilation otherwise changes don't make it into the build
+
+
+------------------------------------------------------------------------
+r15071 | courmisch | 2006-04-02 10:16:42 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+
+Forgot memset() to actually fix the problem... shame on me
+
+------------------------------------------------------------------------
+r15061 | hartman | 2006-04-02 08:00:59 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+* Finally found a list of SSA charset id's. Add to the comments. Not used so far.
+
+------------------------------------------------------------------------
+r15060 | hartman | 2006-04-02 07:49:26 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* Force the UTF-8 encoding on mp4 text subtitles. (Note they can also be UTF-16, but that needs to be converted to UTF-8 in that case. refs #612
+
+------------------------------------------------------------------------
+r15059 | hartman | 2006-04-02 07:28:55 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/spudec/parse.c
+
+* Don't ignore blank alpha pallettes. Tested with all my DVDs. Fixes #560
+
+------------------------------------------------------------------------
+r15058 | fkuehne | 2006-04-02 07:28:18 -0700 (Sun, 02 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+* implement DEMUX_GET_LENGTH based upon the stream's meta data
+------------------------------------------------------------------------
+r15057 | courmisch | 2006-04-02 06:41:47 -0700 (Sun, 02 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/include/configuration.h
+
+- Fix use of undefined (static) memory
+- Code factorization
+
+------------------------------------------------------------------------
+r15056 | courmisch | 2006-04-02 06:34:21 -0700 (Sun, 02 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/modules_inner.h
+
+Fix a few warnings
+(struct should be fully initialized)
+
+------------------------------------------------------------------------
+r15055 | zorglub | 2006-04-02 06:20:55 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/demux/mp4/mp4.c
+
+Don't crash on null metas
+
+------------------------------------------------------------------------
+r15054 | courmisch | 2006-04-02 06:12:49 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r15053 | dionoea | 2006-04-02 05:27:24 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL.win32
+
+Same as previous commit
+
+------------------------------------------------------------------------
+r15052 | dionoea | 2006-04-02 05:23:41 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL.win32
+
+We don't have a cross compiler package anymore (at least not that i know)
+
+------------------------------------------------------------------------
+r15051 | zorglub | 2006-04-02 05:22:55 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Update po and changelog
+
+------------------------------------------------------------------------
+r15050 | fkuehne | 2006-04-02 05:17:20 -0700 (Sun, 02 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* add XSPF and RM/RAM to the list of openable files (closes #617)
+------------------------------------------------------------------------
+r15049 | fkuehne | 2006-04-02 04:45:32 -0700 (Sun, 02 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/extended.m
+
+* merge most corrections by Steven Sheehy (taken from [15039], refs #438)
+------------------------------------------------------------------------
+r15048 | zorglub | 2006-04-02 04:17:53 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/ChangeLog
+   M /trunk/INSTALL.win32
+   M /trunk/NEWS
+   M /trunk/loader
+
+Update NEWS, ChangeLog, and INSTALL.win32
+
+------------------------------------------------------------------------
+r15047 | zorglub | 2006-04-02 04:11:26 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/activex/axvlc.idl
+
+2nd activeX review (Refs:#438)
+
+------------------------------------------------------------------------
+r15046 | zorglub | 2006-04-02 04:02:32 -0700 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/activex/axvlc.idl
+
+ActiveX review by tonsofpcs
+
+------------------------------------------------------------------------
+r15045 | courmisch | 2006-04-02 01:44:19 -0800 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/logger.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r15044 | zorglub | 2006-04-01 23:58:36 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/streamdata.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+WX Strings review by Steven Sheehy (Refs:#438)
+
+------------------------------------------------------------------------
+r15043 | xtophe | 2006-04-01 15:29:26 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/Modules.am
+
+Oups
+
+------------------------------------------------------------------------
+r15042 | xtophe | 2006-04-01 15:06:11 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
+
+fix again
+
+------------------------------------------------------------------------
+r15041 | xtophe | 2006-04-01 14:44:36 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
+
+Update debian patch
+
+------------------------------------------------------------------------
+r15040 | xtophe | 2006-04-01 13:57:41 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Run update-po and update Spanish translation by Javier Varela.
+
+------------------------------------------------------------------------
+r15039 | zorglub | 2006-04-01 13:46:33 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
+
+String fixes to extrapanel. Thanks to Steven on IRC
+
+------------------------------------------------------------------------
+r15032 | xtophe | 2006-04-01 13:38:18 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/extended.m
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/modules/gui/macosx/voutqt.m
+
+gui/macos/*: 2nd String Review (refs #438)
+
+------------------------------------------------------------------------
+r15031 | dionoea | 2006-04-01 12:36:24 -0800 (Sat, 01 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Commit SSE/SSE2 detection fix when VLC is compiled with mingw32.
+fix #616/fixes #616
+
+------------------------------------------------------------------------
+r15030 | sam | 2006-04-01 12:33:59 -0800 (Sat, 01 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+  * modules/video_filter/deinterlace.c: pagvb is illegal MMX, use it when MMX
+    EXT is available, use pavgusb when 3DNow is available, and nothing instead.
+
+------------------------------------------------------------------------
+r15029 | dionoea | 2006-04-01 09:28:29 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/vlm.js
+
+Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png"
+
+------------------------------------------------------------------------
+r15028 | fkuehne | 2006-04-01 07:12:35 -0800 (Sat, 01 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* don't try to open real streams, but quit before triggering any errors. thanks to thedj for pointing this out.
+------------------------------------------------------------------------
+r15027 | fkuehne | 2006-04-01 06:16:10 -0800 (Sat, 01 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/real.c
+
+* livedotcom.cpp: transform a blocking msg_err to a more descriptive msg_warn.
+    Please revert if this breaks something I didn't know about.
+* real.c: minor clean up
+------------------------------------------------------------------------
+r15026 | fkuehne | 2006-04-01 06:07:46 -0800 (Sat, 01 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+* show meta information for real streams (only Title, Author, Copyright, Comment for now)
+------------------------------------------------------------------------
+r15025 | fkuehne | 2006-04-01 03:27:40 -0800 (Sat, 01 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
+   M /trunk/src/control/mediacontrol_core.c
+   M /trunk/src/control/mediacontrol_init.c
+   M /trunk/src/control/mediacontrol_plugin.c
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/interface/intf_eject.c
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/darwin_specific.m
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/network/getaddrinfo.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/network/io.c
+   M /trunk/src/network/rootwrap.c
+   M /trunk/src/network/tcp.c
+   M /trunk/src/network/udp.c
+   M /trunk/src/osd/osd.c
+   M /trunk/src/osd/osd_parser.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/playlist/view.c
+   M /trunk/src/stream_output/announce.c
+   M /trunk/src/stream_output/sap.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+* 2nd review of /src/* \ libvlc.h (refs #438)
+------------------------------------------------------------------------
+r15024 | courmisch | 2006-04-01 03:03:08 -0800 (Sat, 01 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+
+- Don't assume builddir = srcdir
+- Fix minor memleak
+
+------------------------------------------------------------------------
+r15023 | littlejohn | 2006-04-01 02:29:32 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/SWTUglyPlayer.java
+   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
+   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
+   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
+
+Copyright year moved from 2004 to 2006
+
+------------------------------------------------------------------------
+r15022 | fkuehne | 2006-04-01 02:10:25 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/wizard.m
+
+* remove the extension of the input file before adding the new one
+* some minor string corrections and output changes
+------------------------------------------------------------------------
+r15021 | courmisch | 2006-04-01 00:40:15 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+More useless code - at least at do try to understand what I commit
+
+------------------------------------------------------------------------
+r15020 | courmisch | 2006-04-01 00:34:48 -0800 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fixes are cool when they actually fix something
+
+------------------------------------------------------------------------
+r15019 | dionoea | 2006-03-31 16:25:58 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/image.c
+
+Hum, this isn't needed anymore.
+
+------------------------------------------------------------------------
+r15018 | dionoea | 2006-03-31 16:18:25 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better.
+
+------------------------------------------------------------------------
+r15017 | xtophe | 2006-03-31 15:30:46 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+Fix compile
+
+------------------------------------------------------------------------
+r15016 | xtophe | 2006-03-31 15:07:01 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/callback.c
+   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dshow/crossbar.cpp
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dv.c
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+   M /trunk/modules/access/fake.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/gnomevfs.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mms.c
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/access/rtsp/access.c
+   M /trunk/modules/access/screen/screen.c
+   M /trunk/modules/access/smb.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/v4l/v4l.c
+   M /trunk/modules/access/vcd/vcd.c
+
+Access/*: Second lecture (refs #438)
+
+------------------------------------------------------------------------
+r15015 | dionoea | 2006-03-31 14:41:22 -0800 (Fri, 31 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/image.c
+
+Prevent segfault under windows. We now have to fix the stream_Size function so it works.
+(exemple segfault with : $ ./vlc --fake-file="C:\Documents and Settings\Antoine\Mes documents\Mes images\vlc-1337.jpg" fake: )
+
+------------------------------------------------------------------------
+r15014 | ipkiss | 2006-03-31 14:33:45 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/ft2_font.hpp
+
+ skins2/src/ft2_font.*: s/initalize/initialize/
+
+------------------------------------------------------------------------
+r15013 | fkuehne | 2006-03-31 14:23:53 -0800 (Fri, 31 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/wizard.m
+
+* do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others
+------------------------------------------------------------------------
+r15012 | dionoea | 2006-03-31 13:37:52 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Libvlc strings 2nd review (Refs:#438)
+
+------------------------------------------------------------------------
+r15011 | courmisch | 2006-03-31 13:21:49 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Probably a fix for crap compilers
+
+------------------------------------------------------------------------
+r15010 | courmisch | 2006-03-31 13:20:37 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Fix an old overflow and two recent bugs introduced by me
+
+------------------------------------------------------------------------
+r15009 | zorglub | 2006-03-31 11:34:02 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/codec/x264.c
+
+X264 (Refs:#438)
+
+------------------------------------------------------------------------
+r15008 | zorglub | 2006-03-31 11:24:33 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
+   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
+   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
+   M /trunk/modules/gui/skins2/events/evt_special.cpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+   M /trunk/modules/gui/skins2/src/popup.cpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/src/theme_repository.cpp
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/utils/ustring.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+
+Skins strings (Refs:#438)
+
+------------------------------------------------------------------------
+r15007 | xtophe | 2006-03-31 08:46:08 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+
+typo
+
+------------------------------------------------------------------------
+r15006 | zorglub | 2006-03-31 08:39:23 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+Muxers (Refs:#438)
+
+------------------------------------------------------------------------
+r15005 | xtophe | 2006-03-31 08:28:03 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+   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
+   M /trunk/modules/codec/x264.c
+
+codec 2nd round exept fo x264 (refs #438)
+
+------------------------------------------------------------------------
+r15004 | zorglub | 2006-03-31 08:24:32 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4audio.c
+
+2nd packetizer round (Refs:#438)
+
+------------------------------------------------------------------------
+r15003 | zorglub | 2006-03-31 08:22:19 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/modules/visualization/visual/visual.c
+
+vlc_config_cat.h 2nd round (Refs:#438)
+
+------------------------------------------------------------------------
+r15002 | fkuehne | 2006-03-31 08:12:31 -0800 (Fri, 31 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/osdmenu.c
+   M /trunk/modules/video_filter/rss.c
+   M /trunk/modules/video_filter/time.c
+   M /trunk/modules/video_output/aa.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/glwin32.c
+   M /trunk/modules/video_output/ggi.c
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/qte/qte.cpp
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/modules/video_output/snapshot.c
+   M /trunk/modules/video_output/x11/glx.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xvideo.c
+
+* 2nd review of video* and control/telnet.c
+------------------------------------------------------------------------
+r15001 | littlejohn | 2006-03-31 07:51:47 -0800 (Fri, 31 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/VlcClient.java
+
+Makefile typo fixed
+VlcClient.java and VlcClient class now match.
+
+
+------------------------------------------------------------------------
+r15000 | zorglub | 2006-03-31 07:30:32 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/bridge.c
+
+Be a bit more verbose (Refs:#438)
+
+------------------------------------------------------------------------
+r14999 | zorglub | 2006-03-31 07:30:21 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+Additional string fixes (Refs:#438)
+
+------------------------------------------------------------------------
+r14998 | littlejohn | 2006-03-31 07:28:12 -0800 (Fri, 31 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/README
+   M /trunk/bindings/java/SWTUglyPlayer.java
+   M /trunk/bindings/java/TODO
+   M /trunk/bindings/java/VlcClient.java
+   M /trunk/bindings/java/javadoc.xml
+   M /trunk/bindings/java/org
+   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
+   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
+   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
+   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+   M /trunk/bindings/java/vlc-graphics-jni.cc
+   M /trunk/bindings/java/vlc-libvlc-jni.cc
+
+Makefile updated for new java bindings classes.
+copyright and svn:id fixed for new classes
+
+------------------------------------------------------------------------
+r14997 | fkuehne | 2006-03-31 07:15:07 -0800 (Fri, 31 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/channel_mixer/dolby.c
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/audio_filter/channel_mixer/simple.c
+   M /trunk/modules/audio_filter/channel_mixer/trivial.c
+   M /trunk/modules/audio_filter/converter/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/s16tofixed32.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
+   M /trunk/modules/audio_filter/converter/s8tofloat32.c
+   M /trunk/modules/audio_filter/converter/u8tofixed32.c
+   M /trunk/modules/audio_filter/converter/u8tofloat32.c
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/modules/audio_filter/format.c
+   M /trunk/modules/audio_filter/normvol.c
+   M /trunk/modules/audio_filter/param_eq.c
+   M /trunk/modules/audio_filter/resampler/bandlimited.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_output/alsa.c
+   M /trunk/modules/audio_output/auhal.c
+   M /trunk/modules/audio_output/directx.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/audio_output/jack.c
+   M /trunk/modules/audio_output/oss.c
+   M /trunk/modules/audio_output/portaudio.c
+
+* 2nd review of modules/audio* (refs #438)
+------------------------------------------------------------------------
+r14996 | littlejohn | 2006-03-31 07:07:55 -0800 (Fri, 31 Mar 2006) | 3 lines
+Changed paths:
+   A /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
+   A /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
+   A /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
+   A /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   A /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
+   A /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
+   A /trunk/bindings/java/org/videolan/jvlc/Playlist.java
+   A /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
+   A /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
+   A /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
+   A /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
+
+Java classes for Java bindings added
+
+
+------------------------------------------------------------------------
+r14995 | littlejohn | 2006-03-31 07:06:39 -0800 (Fri, 31 Mar 2006) | 8 lines
+Changed paths:
+   A /trunk/bindings/java/SWTUglyPlayer.java
+   M /trunk/bindings/java/VlcClient.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLCNoSuchVariableNameException.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
+   D /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
+   D /trunk/bindings/java/org/videolan/jvlc/mediacontrol
+   D /trunk/bindings/java/vlc-glue-cni.cc
+   D /trunk/bindings/java/vlc-glue-jni.cc
+   A /trunk/bindings/java/vlc-libvlc-jni.cc
+
+Java bindings update to latest JVLC (step 1/2)
+
+JNI: unused files removed
+JNI: libvlc.h dependent file added 
+A sample SWT (ugly) player added
+Old java bindings files removed
+
+
+------------------------------------------------------------------------
+r14994 | fkuehne | 2006-03-31 06:24:32 -0800 (Fri, 31 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+* add bigben's latest additions
+------------------------------------------------------------------------
+r14993 | zorglub | 2006-03-31 05:46:39 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/fake.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/twolame.c
+   M /trunk/modules/codec/vorbis.c
+
+Codecs (except x264). Refs:#438
+
+------------------------------------------------------------------------
+r14992 | zorglub | 2006-03-31 04:51:59 -0800 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/streamdata.cpp
+   M /trunk/modules/gui/wxwidgets/video.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+
+wxWidgets strings (Refs:#438)
+
+------------------------------------------------------------------------
+r14991 | littlejohn | 2006-03-31 01:32:09 -0800 (Fri, 31 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/playlist.c
+
+Playlist control: libvlc_playlist_pause added
+
+
+------------------------------------------------------------------------
+r14990 | zorglub | 2006-03-31 00:41:34 -0800 (Fri, 31 Mar 2006) | 2 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
+
+Let's be proactive
+
+------------------------------------------------------------------------
+r14989 | xtophe | 2006-03-30 14:58:23 -0800 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/Modules.am
+   M /trunk/modules/codec/adpcm.c
+   M /trunk/modules/codec/araw.c
+   M /trunk/modules/codec/cmml/cmml.c
+   M /trunk/modules/codec/dirac.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+
+String review in codec. 1st part. ffmpeg.h to be improve. refs #438
+
+------------------------------------------------------------------------
+r14988 | bigben | 2006-03-30 13:54:07 -0800 (Thu, 30 Mar 2006) | 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/keyedobjects.nib
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/voutgl.m
+
+* Implement Crop in the ogl vout
+* The implementation is quite dirty, but I just cannot see any other easy solution...
+
+
+------------------------------------------------------------------------
+r14987 | fkuehne | 2006-03-30 09:38:36 -0800 (Thu, 30 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+* added 2 options for the OSX-disk-image creation-line
+    - scrub: removes .Trashes
+    - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time.
+
+Thanks to cilly on IRC for suggesting this.
+------------------------------------------------------------------------
+r14986 | courmisch | 2006-03-30 08:37:06 -0800 (Thu, 30 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+Removes invalid UTF-8 byte sequences from meta data as a work-around
+until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612)
+
+------------------------------------------------------------------------
+r14985 | zorglub | 2006-03-30 07:46:31 -0800 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/control/showintf.c
+   M /trunk/modules/control/telnet.c
+
+2nd control review (except telnet)
+
+------------------------------------------------------------------------
+r14984 | oaubert | 2006-03-30 06:39:50 -0800 (Thu, 30 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
+
+modules/misc/svg.c:
+  * specify unit for malloc
+  * use g_object_unref to properly free the p_rendition
+  * remove spurious whitespace
+
+------------------------------------------------------------------------
+r14983 | oaubert | 2006-03-30 06:31:02 -0800 (Thu, 30 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/Makefile.am
+
+bindings/mediacontrol-python/Makefile.am: 
+  * add python binding files to EXTRA_DIST
+  * move COMPILERARG definition inside the BUILD_PYTHON code
+
+------------------------------------------------------------------------
+r14982 | dionoea | 2006-03-30 06:05:13 -0800 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+Many thanks to Albert on the forums for his help with the http interface
+
+------------------------------------------------------------------------
+r14981 | dionoea | 2006-03-30 06:01:24 -0800 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/style.css
+
+Try dialog width style fix
+
+------------------------------------------------------------------------
+r14980 | courmisch | 2006-03-30 05:57:58 -0800 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_tls.h
+   M /trunk/modules/codec/adpcm.c
+   M /trunk/modules/demux/voc.c
+   M /trunk/modules/demux/xa.c
+   M /trunk/src/network/tls.c
+
+Cosmetic, Fix my name
+
+------------------------------------------------------------------------
+r14979 | damienf | 2006-03-30 05:16:06 -0800 (Thu, 30 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/activex/olecontrol.cpp
+   M /trunk/activex/oleinplaceactiveobject.cpp
+   M /trunk/activex/oleinplaceobject.cpp
+   M /trunk/activex/oleobject.cpp
+   M /trunk/activex/oleobject.h
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+
+- cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...)
+- minor code cleanup and fixes
+
+
+------------------------------------------------------------------------
+r14978 | damienf | 2006-03-30 02:20:26 -0800 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+opengl.c: fixed string declaration over multiple lines
+
+------------------------------------------------------------------------
+r14977 | zorglub | 2006-03-30 00:40:51 -0800 (Thu, 30 Mar 2006) | 2 lines
+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/deinterlace.c
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/osdmenu.c
+   M /trunk/modules/video_filter/rss.c
+   M /trunk/modules/video_filter/swscale/filter.c
+   M /trunk/modules/video_filter/time.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_output/fb.c
+   M /trunk/modules/video_output/ggi.c
+   M /trunk/modules/video_output/image.c
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/qte/qte.cpp
+   M /trunk/modules/video_output/snapshot.c
+   M /trunk/modules/video_output/x11/glx.c
+   M /trunk/modules/video_output/x11/x11.c
+   M /trunk/modules/video_output/x11/xvideo.c
+
+Video filters and outputs strings (Refs:#438)
+
+------------------------------------------------------------------------
+r14976 | zorglub | 2006-03-30 00:36:49 -0800 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/corba.c
+
+Use the string
+
+------------------------------------------------------------------------
+r14975 | zorglub | 2006-03-29 21:42:08 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/corba.c
+
+Corba string (Refs:#438)
+
+------------------------------------------------------------------------
+r14974 | zorglub | 2006-03-29 21:37:29 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/access_filter/timeshift.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/shout.c
+   M /trunk/modules/access_output/udp.c
+
+Access strings (Refs:#438)
+
+------------------------------------------------------------------------
+r14973 | dionoea | 2006-03-29 15:59:40 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/mosaic.js
+
+Mosaic wizard: audio stuff was missing
+
+------------------------------------------------------------------------
+r14972 | xtophe | 2006-03-29 15:58:40 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+
+include/* : Relecture. refs #438
+
+------------------------------------------------------------------------
+r14971 | dionoea | 2006-03-29 14:40:26 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix windows drive listing. (We have wrappers arround wrappers ... neat :p )
+
+------------------------------------------------------------------------
+r14970 | bigben | 2006-03-29 12:03:48 -0800 (Wed, 29 Mar 2006) | 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/keyedobjects.nib
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/macosx/voutgl.m
+
+* vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation
+* other: implement on the fly aspect ratio change. Only works in the ogl output at the moment
+
+
+------------------------------------------------------------------------
+r14969 | dionoea | 2006-03-29 09:45:59 -0800 (Wed, 29 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/share/http/js/mosaic.js
+   M /trunk/share/http/js/vlm.js
+   M /trunk/src/misc/vlm.c
+
+src/misc/vlm.c: fix FindEndCommand quote escaping
+share/http/js/*.js: escape inputs in vlm commands
+
+------------------------------------------------------------------------
+r14968 | dionoea | 2006-03-29 09:11:32 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Some more typos
+
+------------------------------------------------------------------------
+r14967 | dionoea | 2006-03-29 08:56:20 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/http/mvar.c
+
+Fix typos. Thanks to tumu
+
+------------------------------------------------------------------------
+r14966 | dionoea | 2006-03-29 07:03:17 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/mvar.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/control/lirc.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/control/showintf.c
+
+Control interfaces first string review.
+
+------------------------------------------------------------------------
+r14965 | xtophe | 2006-03-29 06:35:58 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/input
+
+typo
+
+------------------------------------------------------------------------
+r14964 | dionoea | 2006-03-29 06:27:14 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+First rc interface string review
+
+------------------------------------------------------------------------
+r14963 | zorglub | 2006-03-29 06:02:00 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/LIST
+
+LIST update (287 modules now)
+
+------------------------------------------------------------------------
+r14962 | zorglub | 2006-03-29 05:49:40 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dv.c
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+   M /trunk/modules/access/fake.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/gnomevfs.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/rtsp/access.c
+   M /trunk/modules/access/screen/screen.c
+   M /trunk/modules/access/smb.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/v4l/v4l.c
+   M /trunk/modules/access/vcd/vcd.c
+
+Access strings (Refs:#438)
+
+------------------------------------------------------------------------
+r14961 | sam | 2006-03-29 03:03:00 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+  * modules/demux/mp4/mp4.c: explicited debug message.
+
+------------------------------------------------------------------------
+r14960 | courmisch | 2006-03-29 02:35:41 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Fix warnings
+
+------------------------------------------------------------------------
+r14959 | dionoea | 2006-03-29 00:59:52 -0800 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+fix #578. patch by Steven Sheehy. thanks.
+
+------------------------------------------------------------------------
+r14958 | fkuehne | 2006-03-28 23:33:35 -0800 (Tue, 28 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/misc/xml/libxml.c
+   M /trunk/src/misc/modules.c
+
+* fixed a few signedness warnings. Please shout if this accidentally breaks something.
+------------------------------------------------------------------------
+r14957 | fkuehne | 2006-03-28 22:39:21 -0800 (Tue, 28 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/x264-svn.patch
+
+* x264-patch was committed upstream
+------------------------------------------------------------------------
+r14956 | xtophe | 2006-03-28 14:34:41 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/snapshot.h
+
+include: first part of the relecture. refs #438
+
+------------------------------------------------------------------------
+r14955 | dionoea | 2006-03-28 13:29:59 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+   M /trunk/share/http/requests/status.xml
+
+Export stats in http interface
+
+------------------------------------------------------------------------
+r14954 | zorglub | 2006-03-28 13:00:15 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/modules/audio_filter/normvol.c
+
+Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438
+
+------------------------------------------------------------------------
+r14953 | zorglub | 2006-03-28 12:29:28 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk
+   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/control/mediacontrol_audio_video.c
+   M /trunk/src/control/mediacontrol_core.c
+   M /trunk/src/control/mediacontrol_util.c
+   M /trunk/src/extras/libc.c
+   M /trunk/src/input/control.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/network/acl.c
+
+String fixes in src (Refs:#438)
+
+------------------------------------------------------------------------
+r14952 | dionoea | 2006-03-28 09:16:52 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/mosaic.js
+
+Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip
+
+------------------------------------------------------------------------
+r14951 | zorglub | 2006-03-28 07:50:44 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Fix intf options
+
+------------------------------------------------------------------------
+r14950 | dionoea | 2006-03-28 07:40:43 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Hum ... we still want to strip when using wince
+
+------------------------------------------------------------------------
+r14949 | zorglub | 2006-03-28 07:15:16 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
+
+Update update checker debian patch
+
+------------------------------------------------------------------------
+r14948 | dionoea | 2006-03-28 06:02:49 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+Fix update dialog layout in Windows
+
+------------------------------------------------------------------------
+r14947 | zorglub | 2006-03-28 05:57:36 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/codecs.h
+   M /trunk/include/network.h
+   M /trunk/include/vlc_interface.h
+
+Strings in include/ (Refs:#438)
+
+------------------------------------------------------------------------
+r14946 | dionoea | 2006-03-28 05:30:33 -0800 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Don't strip windows builds when running make package-win-common-devel
+
+------------------------------------------------------------------------
+r14945 | zorglub | 2006-03-27 13:44:30 -0800 (Mon, 27 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Strings review for libvlc.h (Refs:#438)
+
+------------------------------------------------------------------------
+r14944 | fkuehne | 2006-03-27 11:06:33 -0800 (Mon, 27 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/x264-svn.patch
+
+* fix x264 compilation
+------------------------------------------------------------------------
+r14943 | courmisch | 2006-03-27 08:57:57 -0800 (Mon, 27 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
+
+Remove superfluous (as in implied by the previous one) condition
+
+------------------------------------------------------------------------
+r14942 | courmisch | 2006-03-27 08:48:14 -0800 (Mon, 27 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_url.h
+
+Oops
+
+------------------------------------------------------------------------
+r14941 | courmisch | 2006-03-27 07:35:55 -0800 (Mon, 27 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+- Use utf_8scandir() and some cleanup
+- Fix double free()
+
+------------------------------------------------------------------------
+r14940 | courmisch | 2006-03-27 06:47:05 -0800 (Mon, 27 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/strings.c
+
+Fix lame encoded URL decoder (closes #613)
+
+------------------------------------------------------------------------
+r14939 | courmisch | 2006-03-27 06:46:14 -0800 (Mon, 27 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
+
+Use utf8_scandir instead of scandir
+
+------------------------------------------------------------------------
+r14938 | courmisch | 2006-03-27 05:28:24 -0800 (Mon, 27 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_url.h
+
+Support URL-escape non-ASCII characters properly as far as possible
+(ie. all characters from the Basic Multilingual Plane from Unicode)
+
+------------------------------------------------------------------------
+r14937 | courmisch | 2006-03-27 03:26:50 -0800 (Mon, 27 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+utf8_scandir: Unicode wrapper for scandir()
+
+------------------------------------------------------------------------
+r14936 | dionoea | 2006-03-26 17:23:54 -0800 (Sun, 26 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/npvlc_rc.rc
+   M /trunk/mozilla/vlcplugin.h
+
+Add audio/wav and audio/x-wav to available mime types
+
+------------------------------------------------------------------------
+r14935 | fkuehne | 2006-03-26 12:50:04 -0800 (Sun, 26 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+
+* accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S)
+------------------------------------------------------------------------
+r14934 | courmisch | 2006-03-26 12:25:07 -0800 (Sun, 26 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/util.c
+
+- Use iconv transliteration instead of custom code
+- Supposedly fix a memleak
+- Fix a few warnings
+
+------------------------------------------------------------------------
+r14933 | hartman | 2006-03-25 15:21:31 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+* In case we do scaling on SSA subs, we also need to adjust the canvas size in which we render. (there you go bigben :D ) fixes #562
+
+------------------------------------------------------------------------
+r14932 | xtophe | 2006-03-25 15:10:43 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/dummy/interface.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/misc/growl.c
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/misc/msn.c
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/misc/playlist/old.c
+   M /trunk/modules/misc/svg.c
+   M /trunk/modules/misc/win32text.c
+   M /trunk/modules/misc/xml/libxml.c
+
+misc/*: 2nd lecture. refs #438
+
+------------------------------------------------------------------------
+r14931 | damienf | 2006-03-25 14:15:33 -0800 (Sat, 25 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/activex/axvlc.def
+   M /trunk/activex/persistpropbag.cpp
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   M /trunk/activex/test.html
+   M /trunk/activex/vlccontrol.cpp
+
+- added support for non OLE containers, such as Windows Script Host WScript.CreateObject.
+- made time property persistable, use 'StartTime' under HTML
+- removed functions with stdcall suffix from exported functions in DLL
+
+------------------------------------------------------------------------
+r14930 | zorglub | 2006-03-25 11:24:05 -0800 (Sat, 25 Mar 2006) | 9 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/gui/beos/BeOS.cpp
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/qnx/qnx.c
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+   M /trunk/modules/misc/dummy/dummy.c
+   M /trunk/src/libvlc.h
+
+* Remove Advanced/Misc
+* Move out Advanced/Misc/Misc options
+* Don't show any Stuff/General category anymore
+* For interfaces, split out "General" from main interface settings
+* Remove dummy from prefs
+* Clean hotkeys settings
+
+(Closes:#598)
+
+------------------------------------------------------------------------
+r14929 | fkuehne | 2006-03-25 10:54:58 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/macosx/prefs.m
+
+* playlistinfo.m: update the stats faster after a p_item-switch
+* both: fixed each one 'comparison of distinct Objective-C types lacks a cast' warnings
+------------------------------------------------------------------------
+r14928 | fkuehne | 2006-03-25 10:19:53 -0800 (Sat, 25 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* update the info panel when switching the currently played p_item
+------------------------------------------------------------------------
+r14927 | zorglub | 2006-03-25 10:19:13 -0800 (Sat, 25 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/video_output.c
+
+*EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593)
+
+Please test heavily against MPEG1/2 streams.
+
+
+------------------------------------------------------------------------
+r14926 | asmax | 2006-03-25 08:52:16 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+
+* added a new skin variable "vlc.hasVout", true when... there is a vout !
+
+------------------------------------------------------------------------
+r14925 | asmax | 2006-03-25 08:36:51 -0800 (Sat, 25 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+
+* generic_window.cpp: register window visibility variables in
+ the var manager, to avoid a crash at exit when an expression
+ 'not window.isVisible' is used in a skin.
+
+------------------------------------------------------------------------
+r14924 | zorglub | 2006-03-25 08:10:33 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/vcd/vcd.c
+
+Should fix playback of cdda://D:\ under win32. Please test (Refs:#490)
+
+------------------------------------------------------------------------
+r14923 | zorglub | 2006-03-25 07:39:09 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+
+Retry syncing mpeg audio stream if it failed on first block (Closes:#609)
+
+------------------------------------------------------------------------
+r14922 | xtophe | 2006-03-25 07:14:38 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+misc/configuration.c: Use the proper directory separator
+
+------------------------------------------------------------------------
+r14921 | courmisch | 2006-03-25 06:43:43 -0800 (Sat, 25 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/loader/Makefile.am
+
+Switch loader to libtool
+(it only works on platforms where libtool works anyway)
+
+------------------------------------------------------------------------
+r14920 | courmisch | 2006-03-25 06:43:10 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/loader/driver.c
+
+Fix previous commit
+
+------------------------------------------------------------------------
+r14919 | courmisch | 2006-03-25 06:37:36 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/loader/driver.c
+   M /trunk/loader/win32.c
+
+Fix duplicate symbol
+
+------------------------------------------------------------------------
+r14918 | fkuehne | 2006-03-25 04:54:27 -0800 (Sat, 25 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/modules/mux/mpjpeg.c
+   M /trunk/modules/mux/ogg.c
+   M /trunk/modules/mux/wav.c
+   M /trunk/modules/packetizer/copy.c
+   M /trunk/modules/packetizer/h264.c
+   M /trunk/modules/packetizer/mpeg4audio.c
+   M /trunk/modules/packetizer/mpeg4video.c
+   M /trunk/modules/packetizer/mpegvideo.c
+
+* another 1st string review, refs #438
+------------------------------------------------------------------------
+r14917 | courmisch | 2006-03-25 04:37:31 -0800 (Sat, 25 Mar 2006) | 6 lines
+Changed paths:
+   M /trunk/src/network/getaddrinfo.c
+
+Bug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years
+bug for Winsock DNS resolver, inasmuch as is possible - closes #445.
+
+Should it fail to fix the bug, I'm afraid there would be no solution,
+but not to use Windows without its IPv6 stack.
+
+------------------------------------------------------------------------
+r14916 | fkuehne | 2006-03-25 04:28:31 -0800 (Sat, 25 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+
+* 1st string review, refs #438
+------------------------------------------------------------------------
+r14915 | zorglub | 2006-03-25 04:15:49 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcpeer.cpp
+
+Remove debug (Refs:#438)
+
+------------------------------------------------------------------------
+r14914 | jpsaman | 2006-03-25 04:15:42 -0800 (Sat, 25 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+Drop support for VLS specific LPCB because it conflicts with standards. Closes #610
+------------------------------------------------------------------------
+r14913 | asmax | 2006-03-25 03:01:03 -0800 (Sat, 25 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/share/skins2/skin.dtd
+
+* attribute "nbFrames" of element Bitmap is now "nbframes", as said in the
+ documentation (and the old name was inconsistent with other attribute names)
+ Sorry for the compatibility break...
+
+------------------------------------------------------------------------
+r14912 | zorglub | 2006-03-25 02:57:34 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/stream_out/gather.c
+   M /trunk/modules/stream_out/mosaic_bridge.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/stream_out/transcode.c
+
+Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily
+
+------------------------------------------------------------------------
+r14911 | zorglub | 2006-03-25 02:34:38 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/dummy/dummy.c
+   M /trunk/modules/misc/win32text.c
+
+Finish strings review in misc/ (Refs:#438)
+
+------------------------------------------------------------------------
+r14910 | zorglub | 2006-03-25 02:00:14 -0800 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/podcast.c
+   M /trunk/modules/services_discovery/sap.c
+
+Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438)
+
+------------------------------------------------------------------------
+r14909 | xtophe | 2006-03-24 10:26:46 -0800 (Fri, 24 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/sap.c
+
+sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces.
+
+------------------------------------------------------------------------
+r14908 | xtophe | 2006-03-24 09:52:47 -0800 (Fri, 24 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+
+wxwidgets.c: missing from [14902] commit
+
+------------------------------------------------------------------------
+r14907 | dionoea | 2006-03-24 06:17:28 -0800 (Fri, 24 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/index.html
+   M /trunk/share/http/mosaic.html
+   M /trunk/share/http/requests/browse.xml
+   M /trunk/share/http/requests/playlist.xml
+   M /trunk/share/http/requests/status.xml
+   M /trunk/share/http/requests/vlm.xml
+   M /trunk/share/http/requests/vlm_cmd.xml
+   M /trunk/share/http/vlm.html
+
+Use the "charset" variable
+
+------------------------------------------------------------------------
+r14906 | dionoea | 2006-03-24 06:16:12 -0800 (Fri, 24 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/http.h
+   M /trunk/modules/control/http/util.c
+
+try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work.
+
+------------------------------------------------------------------------
+r14905 | dionoea | 2006-03-24 05:41:15 -0800 (Fri, 24 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+
+Fix windows browser bug: first directory or filename character was removed.
+
+------------------------------------------------------------------------
+r14904 | dionoea | 2006-03-24 05:11:17 -0800 (Fri, 24 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/vlm
+   M /trunk/share/http/js/vlm.js
+
+Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573)
+
+------------------------------------------------------------------------
+r14903 | zorglub | 2006-03-24 03:05:28 -0800 (Fri, 24 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/galaktos/plugin.c
+   M /trunk/modules/visualization/goom.c
+   M /trunk/modules/visualization/visual/effects.c
+   M /trunk/modules/visualization/visual/visual.c
+   M /trunk/modules/visualization/visual/visual.h
+   M /trunk/modules/visualization/xosd.c
+
+Strings review in visualization/ (Refs:#438)
+
+------------------------------------------------------------------------
+r14902 | xtophe | 2006-03-23 14:54:31 -0800 (Thu, 23 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+wx/interfaces.cpp: Add an option to display tool bar buton name. 
+                  Warning hack inside.
+                  refs #495 close it for linux and win32
+                  
+
+------------------------------------------------------------------------
+r14901 | dionoea | 2006-03-23 14:46:18 -0800 (Thu, 23 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+
+use p_playlist->p_input
+
+------------------------------------------------------------------------
+r14900 | bigben | 2006-03-23 14:19:38 -0800 (Thu, 23 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* Do not make a vlc_object_find to find the playlist, since we may get the item being preparsed. Use p_playlist->p_input instead
+
+
+------------------------------------------------------------------------
+r14899 | hartman | 2006-03-23 13:43:34 -0800 (Thu, 23 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* stupid mars.org being offline all the time. Pull files from our own download servers.
+
+------------------------------------------------------------------------
+r14898 | xtophe | 2006-03-23 13:41:12 -0800 (Thu, 23 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/services_discovery/shout.c
+
+services_discovery/*: String review (refs #438) and suppress the sap-addr option
+
+------------------------------------------------------------------------
+r14897 | hartman | 2006-03-23 12:25:07 -0800 (Thu, 23 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+* Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>.
+
+
+------------------------------------------------------------------------
+r14896 | bigben | 2006-03-23 11:57:20 -0800 (Thu, 23 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* Use the correct limit when looping
+
+
+------------------------------------------------------------------------
+r14895 | xtophe | 2006-03-22 14:39:51 -0800 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/galaktos/plugin.c
+   M /trunk/modules/visualization/goom.c
+   M /trunk/modules/visualization/visual/effects.c
+   M /trunk/modules/visualization/visual/visual.c
+   M /trunk/modules/visualization/xosd.c
+
+String Review. refs #438
+
+------------------------------------------------------------------------
+r14886 | jpsaman | 2006-03-22 13:01:09 -0800 (Wed, 22 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/src/network/httpd.c
+
+Add support for X-Playnow RTSP option
+------------------------------------------------------------------------
+r14882 | fkuehne | 2006-03-22 10:09:55 -0800 (Wed, 22 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* copy the http-intf-readme to the OSX-bundle as well
+------------------------------------------------------------------------
+r14881 | sam | 2006-03-22 09:51:17 -0800 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+  * modules/video_output/caca.c: Compilation fixes.
+
+------------------------------------------------------------------------
+r14880 | dionoea | 2006-03-22 08:38:46 -0800 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Add share/http/requests/readme to win target
+
+------------------------------------------------------------------------
+r14879 | dionoea | 2006-03-22 08:37:24 -0800 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+add requests/readme
+
+------------------------------------------------------------------------
+r14878 | dionoea | 2006-03-22 08:36:48 -0800 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   A /trunk/share/http/requests/readme
+
+List and explain available commands / requests
+
+------------------------------------------------------------------------
+r14877 | courmisch | 2006-03-22 08:05:11 -0800 (Wed, 22 Mar 2006) | 10 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/codec/subsdec.c
+
+include:
+ * export GetFallbackEncoding()
+subsdec:
+ * autodetect UTF-8 encoding,
+ * use better non-Unicode default encoding from language instead of
+ CP1252 when local encoding is UTF-8, and local encoding in all other cases
+ (should improve subtitles decoding on POSIX a lot)
+ * some memory fixes
+ * some cosmetic fixes
+
+------------------------------------------------------------------------
+r14876 | xtophe | 2006-03-22 06:14:10 -0800 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/logger.c
+
+logger.c: Compile fix
+
+------------------------------------------------------------------------
+r14875 | zorglub | 2006-03-22 05:38:50 -0800 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r14874 | courmisch | 2006-03-22 04:26:11 -0800 (Wed, 22 Mar 2006) | 6 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+IsUTF8: check if a string is a valid UTF8 sequence without modifying it
+EnsureUTF8 would replace invalid bytes sequences with question marks.
+
+Most of the code was already there anyway. This allows UTF-8 autodetection
+without a dedicated UTF8-to-UTF8 iconv() handle.
+
+------------------------------------------------------------------------
+r14873 | zorglub | 2006-03-22 04:14:30 -0800 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/misc/growl.c
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/misc/msn.c
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/misc/svg.c
+   M /trunk/modules/misc/xml/libxml.c
+   M /trunk/modules/misc/xml/xtag.c
+
+Strings review in misc/ except dummy and win32text (Refs:#438)
+
+------------------------------------------------------------------------
+r14872 | courmisch | 2006-03-22 03:24:45 -0800 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Clean up
+
+------------------------------------------------------------------------
+r14871 | courmisch | 2006-03-22 03:14:24 -0800 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/extras/libc.c
+
+Clean up vlc_iconv prototype
+
+------------------------------------------------------------------------
+r14870 | zorglub | 2006-03-21 23:12:10 -0800 (Tue, 21 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+
+Strings review of telnet.c (Refs:#438)
+
+------------------------------------------------------------------------
+r14869 | dionoea | 2006-03-21 16:19:29 -0800 (Tue, 21 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/playlist
+   M /trunk/share/http/iehacks.css
+   M /trunk/share/http/style.css
+
+Slightly better IE and Firefox compatible version of the sort and services discovery menus.
+
+------------------------------------------------------------------------
+r14868 | dionoea | 2006-03-21 15:41:05 -0800 (Tue, 21 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/msn.c
+
+Also update now playing info when playing a new item.
+
+------------------------------------------------------------------------
+r14867 | dionoea | 2006-03-21 15:26:17 -0800 (Tue, 21 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/mosaic.js
+   M /trunk/share/http/js/vlm.js
+
+Some more IE (crap) fixes
+
+------------------------------------------------------------------------
+r14861 | bigben | 2006-03-21 14:08:41 -0800 (Tue, 21 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* There is no reason not to allow to open the information panel on nodes
+* We now have an (ugly) way to rename nodes
+
+
+------------------------------------------------------------------------
+r14860 | bigben | 2006-03-21 12:56:51 -0800 (Tue, 21 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/controls.m
+
+* Only enable "Jump To Time" when the stream is seekable
+* Fix enabling of the step forward/backward functions
+
+
+------------------------------------------------------------------------
+r14859 | dionoea | 2006-03-21 12:56:35 -0800 (Tue, 21 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Add 7zip win32 build targets
+
+------------------------------------------------------------------------
+r14858 | courmisch | 2006-03-21 10:20:48 -0800 (Tue, 21 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+I knew I was foolish to expect wxWidgets to work properly.
+
+------------------------------------------------------------------------
+r14857 | courmisch | 2006-03-21 09:28:09 -0800 (Tue, 21 Mar 2006) | 9 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Attempt to use wc_str() even if wxWidgets is not built with Unicode.
+According to the wxWidgets documentation, it works. But of course, you
+don't want to trust the wxWidgets documentation, particularly when it
+deals with characters encoding. Or rather, you'd like to trust the
+documentation, but you can't trust the actual implementation to work
+until you tested it.
+
+So lets see if it works, and revert commit it tomorrow if it sucks.
+
+------------------------------------------------------------------------
+r14856 | courmisch | 2006-03-21 09:21:24 -0800 (Tue, 21 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Attempt to fix Unicode wxWidgets interface on Win32
+
+------------------------------------------------------------------------
+r14855 | courmisch | 2006-03-21 08:42:34 -0800 (Tue, 21 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+- FromWide(): converts a wchar_t * to UTF-8 char *
+  (if local charset is UTF-8, this is similar to wcstombs())
+- FromUTF16(): converts a host-order UTF-16 byte sequence to UTF-8
+
+------------------------------------------------------------------------
+r14854 | courmisch | 2006-03-21 08:08:35 -0800 (Tue, 21 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+
+libtool: Compile builtins as convenience libraries rather than static ones
+Might fix PIC linking issues on amd64
+
+------------------------------------------------------------------------
+r14853 | courmisch | 2006-03-21 07:39:43 -0800 (Tue, 21 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+A bit explanation of the wxWidgets string conversion mess won't harm
+
+------------------------------------------------------------------------
+r14852 | courmisch | 2006-03-21 07:34:34 -0800 (Tue, 21 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+Fix G++ 4.1 compilation problem
+reported by Diego 'Flameeyes' Petten?\195?\178
+
+------------------------------------------------------------------------
+r14851 | dionoea | 2006-03-20 16:45:31 -0800 (Mon, 20 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/requests/status.xml
+
+looks like someone renamed vlc_obj_exists to vlc_object_exists.
+
+------------------------------------------------------------------------
+r14847 | zorglub | 2006-03-20 15:13:39 -0800 (Mon, 20 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/test/NativeLibvlcTest.py
+   M /trunk/test/NativeStatsTest.py
+   M /trunk/test/PyMediaControlBaseTest.py
+   M /trunk/test/PyMediaControlPlaylistTest.py
+   M /trunk/test/PyMediaControlVariablesTest.py
+   M /trunk/test/setup.py
+
+Fix test
+
+------------------------------------------------------------------------
+r14846 | ipkiss | 2006-03-20 14:34:43 -0800 (Mon, 20 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: Fixed typos.
+
+------------------------------------------------------------------------
+r14845 | fkuehne | 2006-03-20 12:42:23 -0800 (Mon, 20 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/README.MacOSX.rtf
+
+* the transitional phase of our osx-aout-modules is over :)
+------------------------------------------------------------------------
+r14843 | dionoea | 2006-03-20 12:22:59 -0800 (Mon, 20 Mar 2006) | 6 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+fix #478.
+
+You need to escape (with \):
+* quotes that are part of a file's name or option's value
+* backslashes
+
+------------------------------------------------------------------------
+r14842 | damienf | 2006-03-20 06:40:42 -0800 (Mon, 20 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/plugin.cpp
+
+plugin.cpp: as usual,I forgot to disable my own debug
+
+------------------------------------------------------------------------
+r14841 | damienf | 2006-03-20 06:37:41 -0800 (Mon, 20 Mar 2006) | 7 lines
+Changed paths:
+   M /trunk/activex/persistpropbag.cpp
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   M /trunk/activex/test.html
+   M /trunk/activex/vlccontrol.cpp
+
+plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in user mode only
+    this allows the persistable properties to be fully loaded before initialization and allow
+    for control to initialize faster in design mode. AUTOLOOP property now works properly
+persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used
+    without having VLC initialized
+test.html: added volume control
+
+------------------------------------------------------------------------
+r14840 | fkuehne | 2006-03-20 06:13:04 -0800 (Mon, 20 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* fixed the copying of the re-worked http-interface to our release bundle. (not really clean, but I don't know how to do this in a better way...)
+------------------------------------------------------------------------
+r14839 | massiot | 2006-03-20 03:18:52 -0800 (Mon, 20 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.
+
+------------------------------------------------------------------------
+r14838 | massiot | 2006-03-20 03:12:04 -0800 (Mon, 20 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/http.h
+
+ * modules/control/http: Content-Type should be case-insensitive.
+
+------------------------------------------------------------------------
+r14837 | dionoea | 2006-03-19 17:51:45 -0800 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/mosaic
+   M /trunk/share/http/js/functions.js
+
+mosaic wizard: change layout & make VLM command batch display optional.
+
+------------------------------------------------------------------------
+r14836 | dionoea | 2006-03-19 17:35:15 -0800 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/vlm.js
+
+* also do vlm options fix on sout.
+
+------------------------------------------------------------------------
+r14835 | dionoea | 2006-03-19 17:32:11 -0800 (Sun, 19 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/share/http/dialogs/input
+   M /trunk/share/http/dialogs/mosaic
+   M /trunk/share/http/dialogs/sout
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/mosaic.js
+   M /trunk/share/http/js/vlm.js
+   M /trunk/share/http/style.css
+
+* add "fake:" input
+* vlm fix. change "input :foo=bar :foo2=bar2" into vlm compatible option handling
+* mosaic fix. always enable transcode when using an sout chain
+
+------------------------------------------------------------------------
+r14834 | hartman | 2006-03-19 14:03:20 -0800 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* Fix AMR from liveMedia decoding. Patch by Alex Antropoff <alant at transtelecom dot md>
+
+------------------------------------------------------------------------
+r14830 | xtophe | 2006-03-19 10:16:56 -0800 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+caca.c: Typo
+
+------------------------------------------------------------------------
+r14829 | hartman | 2006-03-19 10:05:54 -0800 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* sorry about the missing #if
+
+------------------------------------------------------------------------
+r14828 | sam | 2006-03-19 09:17:57 -0800 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+  * Support for newer libcaca/libcucul versions.
+
+------------------------------------------------------------------------
+r14827 | bigben | 2006-03-19 05:13:09 -0800 (Sun, 19 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/output.m
+
+Forgot that one
+
+
+------------------------------------------------------------------------
+r14826 | bigben | 2006-03-19 05:03:20 -0800 (Sun, 19 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/wizard.m
+
+* fix compilation
+
+
+------------------------------------------------------------------------
+r14825 | bigben | 2006-03-19 04:57:26 -0800 (Sun, 19 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/bookmarks.m
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/equalizer.m
+   M /trunk/modules/gui/macosx/extended.m
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/update.m
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/modules/gui/macosx/voutqt.m
+   M /trunk/modules/gui/macosx/wizard.m
+
+* First string review of the OSX interface
+
+
+------------------------------------------------------------------------
+r14824 | hartman | 2006-03-19 03:24:16 -0800 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* fix the liveMedia VERSION_INT (hopefully)
+
+------------------------------------------------------------------------
+r14823 | dionoea | 2006-03-18 17:49:11 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Add iehacks.css to Makefile.am
+
+------------------------------------------------------------------------
+r14822 | dionoea | 2006-03-18 17:46:43 -0800 (Sat, 18 Mar 2006) | 6 lines
+Changed paths:
+   M /trunk/share/http/dialogs/input
+   M /trunk/share/http/dialogs/mosaic
+   M /trunk/share/http/dialogs/playlist
+   M /trunk/share/http/dialogs/sout
+   A /trunk/share/http/iehacks.css
+   M /trunk/share/http/images/info.png
+   M /trunk/share/http/index.html
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/style.css
+
+A bunch of hacks to fix bugs on IE.
+
+I really don't like the Sort menu and Services discovery menu code. If
+someone has a better idea feal free to change it.
+
+
+------------------------------------------------------------------------
+r14821 | hartman | 2006-03-18 17:28:18 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* fix ifdef
+
+------------------------------------------------------------------------
+r14820 | xtophe | 2006-03-18 17:27:21 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/bridge.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/stream_out/switcher.c
+   M /trunk/modules/stream_out/transcode.c
+
+stream_out/*: String review (refs #438)
+
+------------------------------------------------------------------------
+r14819 | hartman | 2006-03-18 17:00:13 -0800 (Sat, 18 Mar 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports.
+  Seems to work for WM RTSP. No support yet for Kasenna,
+  since I don't have proper access to one at this moment.
+
+  refs #595
+  refs #329
+
+
+------------------------------------------------------------------------
+r14818 | dionoea | 2006-03-18 16:02:26 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/sout
+
+Fix typo
+
+------------------------------------------------------------------------
+r14817 | jpsaman | 2006-03-18 15:11:31 -0800 (Sat, 18 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Undo r 14546 breakage
+------------------------------------------------------------------------
+r14816 | zorglub | 2006-03-18 14:27:07 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Don't expand WX Tree root - Patch by Alexander Gall. Thanks
+
+------------------------------------------------------------------------
+r14815 | zorglub | 2006-03-18 14:18:16 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Apparently fix WX playlist crash (Closes:#205)
+
+------------------------------------------------------------------------
+r14814 | xtophe | 2006-03-18 10:14:49 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+share/makefile.am: Typo. Thanks to Albert on the forum for the report
+
+------------------------------------------------------------------------
+r14813 | zorglub | 2006-03-18 10:12:47 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+Don't use %f in es_out (Closes:#587)
+
+------------------------------------------------------------------------
+r14812 | dionoea | 2006-03-18 09:56:10 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/mosaic
+
+Add some comments and 'fix' display if the mosaic's width is larger than 600px.
+
+------------------------------------------------------------------------
+r14811 | zorglub | 2006-03-18 09:52:31 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_httpd.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/network/httpd.c
+
+Display IP of client in debug
+
+------------------------------------------------------------------------
+r14810 | dionoea | 2006-03-18 09:45:40 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/mosaic.js
+
+Spelling fix, again.
+
+------------------------------------------------------------------------
+r14809 | dionoea | 2006-03-18 09:43:36 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/mosaic
+
+Spelling fix
+
+------------------------------------------------------------------------
+r14808 | dionoea | 2006-03-18 09:42:37 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/input
+   M /trunk/share/http/dialogs/mosaic
+   M /trunk/share/http/dialogs/sout
+   M /trunk/share/http/js/mosaic.js
+
+add some help and feedback
+
+------------------------------------------------------------------------
+r14807 | xtophe | 2006-03-18 09:31:31 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+
+x264.patch: Sync with upstream
+
+------------------------------------------------------------------------
+r14806 | dionoea | 2006-03-18 09:14:54 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+update NEWS
+
+------------------------------------------------------------------------
+r14805 | dionoea | 2006-03-18 09:14:19 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/footer
+   M /trunk/share/http/dialogs/mosaic
+   M /trunk/share/http/dialogs/sout
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/mosaic.js
+   M /trunk/share/http/mosaic.html
+   M /trunk/share/http/style.css
+
+Code the mosaic wizard
+
+------------------------------------------------------------------------
+r14804 | zorglub | 2006-03-18 08:22:23 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+
+Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557)
+
+------------------------------------------------------------------------
+r14803 | xtophe | 2006-03-18 07:52:42 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/dshow/dshow.cpp
+
+access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.
+
+------------------------------------------------------------------------
+r14802 | dionoea | 2006-03-18 07:06:40 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   A /trunk/share/http/images/white_cross_small.png
+
+ooops
+
+------------------------------------------------------------------------
+r14801 | dionoea | 2006-03-18 07:00:52 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+One more image
+
+------------------------------------------------------------------------
+r14800 | dionoea | 2006-03-18 06:37:51 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Add new http interface images
+
+------------------------------------------------------------------------
+r14799 | xtophe | 2006-03-18 04:49:51 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+Typo
+
+------------------------------------------------------------------------
+r14798 | zorglub | 2006-03-18 04:38:38 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/galaktos/init_cond.c
+   M /trunk/modules/visualization/galaktos/preset.c
+
+%f in galaktos (Closes:#585)
+
+------------------------------------------------------------------------
+r14797 | zorglub | 2006-03-18 03:27:40 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+Thanks
+
+------------------------------------------------------------------------
+r14796 | zorglub | 2006-03-18 03:27:10 -0800 (Sat, 18 Mar 2006) | 7 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/modules/stream_out/transcode.c
+
+Transcode cropping/padding patch by Udo Richter < udo underscore richter at gmx d0t de> (with added round-to-16 fix) . Many thanks for this.
+
+Seems to work neatly, please test nevertheless.
+
+Closes:#448
+
+
+------------------------------------------------------------------------
+r14795 | zorglub | 2006-03-18 02:30:24 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Don't use %f in VLM, except for display (Closes:#588)
+
+------------------------------------------------------------------------
+r14794 | zorglub | 2006-03-18 02:20:01 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer.c
+
+Don't use %f in equalizer (Closes:#586)
+
+------------------------------------------------------------------------
+r14793 | zorglub | 2006-03-18 02:14:40 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
+
+Don't use %f in HTTP interface (Closes:#584)
+
+------------------------------------------------------------------------
+r14792 | courmisch | 2006-03-18 00:51:19 -0800 (Sat, 18 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+- Avoid using gethostbyname() which is not thread-safe
+- Code simplification
+
+------------------------------------------------------------------------
+r14791 | courmisch | 2006-03-18 00:46:59 -0800 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/rtp
+
+svn:ignore
+
+------------------------------------------------------------------------
+r14790 | xtophe | 2006-03-17 18:06:16 -0800 (Fri, 17 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/asf/libasf.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/mjpeg.c
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/demux/nsc.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/demux/rawdv.c
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/modules/demux/subtitle.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/ty.c
+   M /trunk/modules/demux/vobsub.c
+   M /trunk/modules/demux/voc.c
+   M /trunk/modules/demux/wav.c
+
+All: string review (refs: #438)
+
+------------------------------------------------------------------------
+r14789 | dionoea | 2006-03-17 17:22:06 -0800 (Fri, 17 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
+   M /trunk/share/http/dialogs/playlist
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/playlist.xml
+
+HTTP interface: Display estimated item time when available.
+
+------------------------------------------------------------------------
+r14788 | dionoea | 2006-03-17 16:51:57 -0800 (Fri, 17 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/playlist.xml
+
+Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items.
+
+------------------------------------------------------------------------
+r14787 | dionoea | 2006-03-17 16:45:55 -0800 (Fri, 17 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
+
+Export the fact that a playlist item is read only or can be deleted
+
+------------------------------------------------------------------------
+r14786 | dionoea | 2006-03-17 16:29:57 -0800 (Fri, 17 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/playlist
+   A /trunk/share/http/images/sd.png
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/status.xml
+   M /trunk/share/http/style.css
+
+Add services discovery handling in http interface.
+
+------------------------------------------------------------------------
+r14785 | dionoea | 2006-03-17 16:17:53 -0800 (Fri, 17 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http/http.h
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/mvar.c
+   M /trunk/modules/control/http/rpn.c
+
+* rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_discovery_is_loaded" rpn functions.
+* macro.c, http.h, mvar.c: add new "object" param2 for foreach macro. It gives a list of all objects matching a capability.
+
+------------------------------------------------------------------------
+r14784 | dionoea | 2006-03-17 15:13:47 -0800 (Fri, 17 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/browse
+   M /trunk/share/http/dialogs/input
+   M /trunk/share/http/dialogs/main
+   M /trunk/share/http/dialogs/playlist
+   M /trunk/share/http/dialogs/sout
+   M /trunk/share/http/style.css
+
+Add small "close/hide" buttons on some of the dialogs
+
+------------------------------------------------------------------------
+r14783 | dionoea | 2006-03-17 15:05:41 -0800 (Fri, 17 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/m3u.c
+
+[14752] improved, by Daniel Stranger.
+
+------------------------------------------------------------------------
+r14782 | jpsaman | 2006-03-17 14:38:47 -0800 (Fri, 17 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/share/http/dialogs/playlist
+
+Revert revision 14781 the sort button was already there.
+------------------------------------------------------------------------
+r14781 | jpsaman | 2006-03-17 14:28:15 -0800 (Fri, 17 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/share/http/dialogs/playlist
+
+Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch
+------------------------------------------------------------------------
+r14780 | dionoea | 2006-03-17 14:01:13 -0800 (Fri, 17 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/playlist
+   A /trunk/share/http/images/white.png
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/style.css
+
+HTTP interface playlist sort commands based on patch by Laurent Mutricy.
+
+------------------------------------------------------------------------
+r14779 | fkuehne | 2006-03-17 12:07:25 -0800 (Fri, 17 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/wizard.h
+   M /trunk/modules/gui/macosx/wizard.m
+
+* don't overwrite existing files
+------------------------------------------------------------------------
+r14778 | xtophe | 2006-03-17 09:06:05 -0800 (Fri, 17 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/extras
+   M /trunk/src/test
+
+Add a few svn:ignore
+
+------------------------------------------------------------------------
+r14777 | jpsaman | 2006-03-17 06:40:59 -0800 (Fri, 17 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/share/http/old/admin/browse.html
+   M /trunk/share/http/old/admin/index.html
+   M /trunk/share/http/old/index.html
+   M /trunk/share/http/old/info.html
+   M /trunk/share/http/old/vlm/edit.html
+   M /trunk/share/http/old/vlm/index.html
+   M /trunk/share/http/old/vlm/new.html
+   M /trunk/share/http/old/vlm/show.html
+
+Fix old http interface to not refer to the new http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
+------------------------------------------------------------------------
+r14776 | jpsaman | 2006-03-17 06:34:06 -0800 (Fri, 17 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/status.xml
+
+Implement sort functionality on http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
+------------------------------------------------------------------------
+r14775 | damienf | 2006-03-16 17:08:13 -0800 (Thu, 16 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+   M /trunk/mozilla/npvlc_rc.rc
+
+Makefile.am: fixed linking of mozilla plugin
+npvlc_rc.rc: fixed description and suffixes columns
+
+------------------------------------------------------------------------
+r14774 | hartman | 2006-03-16 14:45:11 -0800 (Thu, 16 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* G726 settings for liveMedia refs #601
+
+------------------------------------------------------------------------
+r14773 | xtophe | 2006-03-16 12:19:54 -0800 (Thu, 16 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/style.css
+
+Reimplement [14768] with a CSS. Patch by Laurent Mutricy.
+
+------------------------------------------------------------------------
+r14772 | dionoea | 2006-03-16 09:59:41 -0800 (Thu, 16 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+
+hum, forgot to set the default value
+
+------------------------------------------------------------------------
+r14771 | dionoea | 2006-03-16 08:59:41 -0800 (Thu, 16 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.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/utils/var_tree.cpp
+   M /trunk/modules/gui/skins2/utils/var_tree.hpp
+
+Add attribute flat="true/false" to Playtree. When flat is true, only the
+leafs will be displayed (like the old style playlist). Once we're sure
+that this works fine, we can ditch the old skins2 playlist code.
+
+
+------------------------------------------------------------------------
+r14770 | titer | 2006-03-15 16:38:46 -0800 (Wed, 15 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Workarounds a BeOS segfaulting weirdness
+
+------------------------------------------------------------------------
+r14769 | dionoea | 2006-03-15 11:44:02 -0800 (Wed, 15 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/footer
+
+change "videolan.org" to "VideoLAN website"
+
+------------------------------------------------------------------------
+r14768 | dionoea | 2006-03-15 11:33:10 -0800 (Wed, 15 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/status.xml
+
+"[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy
+
+------------------------------------------------------------------------
+r14767 | dionoea | 2006-03-15 05:23:31 -0800 (Wed, 15 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+
+Fix browsing when file/folder name is using a quote (').
+
+------------------------------------------------------------------------
+r14766 | dionoea | 2006-03-15 05:01:36 -0800 (Wed, 15 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/status.xml
+
+"[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy.
+
+------------------------------------------------------------------------
+r14765 | hartman | 2006-03-14 17:12:30 -0800 (Tue, 14 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* Ahum.. compile before you commit...
+
+------------------------------------------------------------------------
+r14764 | hartman | 2006-03-14 17:07:29 -0800 (Tue, 14 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* Completly untested G726 support for liveMedia. refs #601
+  If anyone has access to such a stream, please test this. The AXIS 241QA has this for instance.
+
+  See also: http://forum.videolan.org/viewtopic.php?t=18287&start=0&postdays=0&postorder=asc&highlight=g726
+
+------------------------------------------------------------------------
+r14763 | hartman | 2006-03-14 16:40:18 -0800 (Tue, 14 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+* Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding
+
+------------------------------------------------------------------------
+r14762 | xtophe | 2006-03-14 14:40:33 -0800 (Tue, 14 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   A /trunk/modules/mux/rtp/Modules.am
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+ALL: Fix make distcheck
+       - add a modules.am for mux/rtp It is just there to please autotools nothing is built by default
+       - update-po
+
+------------------------------------------------------------------------
+r14761 | hartman | 2006-03-14 13:59:02 -0800 (Tue, 14 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+* We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct.
+
+------------------------------------------------------------------------
+r14760 | xtophe | 2006-03-14 13:52:53 -0800 (Tue, 14 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib
+   M /trunk/extras/contrib/Makefile
+   M /trunk/extras/contrib/src
+
+contrib/Makefile: fix the rights on the bin directory
+some more svn:ignore
+
+------------------------------------------------------------------------
+r14759 | courmisch | 2006-03-14 13:46:18 -0800 (Tue, 14 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Whoops. Disable by default for now.
+Maybe the option name could be made better.
+
+------------------------------------------------------------------------
+r14758 | courmisch | 2006-03-14 13:42:07 -0800 (Tue, 14 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/stream_out/rtp.c
+
+Apply RFC3016 RTP packetizer patch from Alex Antropoff
+
+The new format is disabled by default,
+so we have little risks of regression.
+
+------------------------------------------------------------------------
+r14757 | dionoea | 2006-03-14 06:38:45 -0800 (Tue, 14 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+Fix unsigned int vs int compilation warning.
+
+------------------------------------------------------------------------
+r14756 | dionoea | 2006-03-14 06:19:37 -0800 (Tue, 14 Mar 2006) | 12 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+Fix sub picture region x and y offset values when using
+--mosaic-keep-picture with a picture that is bigger than on of the
+mosaic's small rectangles.
+
+This allows creation of mosaics like :
+AAAAAABBB
+A    ABBB
+A    ACCC
+AAAAAACCC
+(where A, B and C are 3 sub streams)
+
+
+------------------------------------------------------------------------
+r14755 | dionoea | 2006-03-14 05:08:48 -0800 (Tue, 14 Mar 2006) | 7 lines
+Changed paths:
+   M /trunk/src/misc/block.c
+
+Looks like we didn't malloc the right size. (If this was some dirty
+hack, please revert my commit and add a comment explaining why it's
+needed because)
+
+Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing.
+
+
+------------------------------------------------------------------------
+r14754 | xtophe | 2006-03-14 02:01:39 -0800 (Tue, 14 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
+
+debian/patches: Fix the debian package creation
+
+------------------------------------------------------------------------
+r14753 | dionoea | 2006-03-13 14:43:25 -0800 (Mon, 13 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/browse.xml
+
+Fix browsing directories containing the '&' character
+
+------------------------------------------------------------------------
+r14752 | dionoea | 2006-03-13 13:51:36 -0800 (Mon, 13 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/m3u.c
+
+Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
+which works using mmst but not mmsh (VLC only tried mmsh previously).
+
+
+------------------------------------------------------------------------
+r14751 | xtophe | 2006-03-13 08:45:00 -0800 (Mon, 13 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies)
+
+------------------------------------------------------------------------
+r14750 | courmisch | 2006-03-13 02:56:56 -0800 (Mon, 13 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Change Russian charset selection
+
+------------------------------------------------------------------------
+r14749 | courmisch | 2006-03-13 02:52:32 -0800 (Mon, 13 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Candidate language to likely non-UTF8 code page functions
+
+------------------------------------------------------------------------
+r14748 | zorglub | 2006-03-12 23:12:18 -0800 (Sun, 12 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+
+Add a tristate for WX playlist mode (normal/embedded/both).
+
+For the moment, defaults to normal. (Closes:#494)
+
+------------------------------------------------------------------------
+r14747 | hartman | 2006-03-12 16:54:40 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/x264_svn.patch
+
+* Fix x264 compilation on Darwin
+
+------------------------------------------------------------------------
+r14746 | courmisch | 2006-03-12 14:52:25 -0800 (Sun, 12 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+* Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is not 32-bits on all platforms
+* Cosmetic fixes
+* Check for invalid UTF-32 sequence
+* Accept all non-printable characters within UTF-8 strings (EnsureUTF8's job is to ensure valid UTF8 sequence, not to ensure printable characters)
+
+------------------------------------------------------------------------
+r14745 | xtophe | 2006-03-12 14:46:34 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Missing in the previous commit + don't extract gecko-sdk each time
+
+------------------------------------------------------------------------
+r14744 | xtophe | 2006-03-12 13:59:12 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/libshout-win32.patch
+
+shout: Other approach.
+
+------------------------------------------------------------------------
+r14743 | zorglub | 2006-03-12 13:42:19 -0800 (Sun, 12 Mar 2006) | 4 lines
+Changed paths:
+   A /trunk/test/mangle
+   A /trunk/test/mangle/VLCUtil.py
+   A /trunk/test/mangle/mangle.py
+
+File mangler 
+
+This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)
+
+------------------------------------------------------------------------
+r14742 | xtophe | 2006-03-12 13:22:34 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/libshout-win32.patch
+
+Add libshout on win32
+
+------------------------------------------------------------------------
+r14741 | xtophe | 2006-03-12 09:30:46 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+po/*: Mea Culpa. make update-po should be run on a clean tree
+
+------------------------------------------------------------------------
+r14740 | zorglub | 2006-03-12 07:06:39 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/m4
+
+Fix svn:ignore
+
+------------------------------------------------------------------------
+r14739 | zorglub | 2006-03-12 06:24:54 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+Remove buggy debug
+
+------------------------------------------------------------------------
+r14738 | courmisch | 2006-03-12 04:44:06 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
+
+Always link libintl through libvlc on Win32
+
+------------------------------------------------------------------------
+r14737 | courmisch | 2006-03-12 02:41:31 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+Propagate changes from previous commit
+
+------------------------------------------------------------------------
+r14736 | courmisch | 2006-03-12 01:52:42 -0800 (Sun, 12 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   M /trunk/src/libvlc.c
+
+ * Revert my [14546] that doesn't work
+ * Remove changeset thing from shared libvlc versioning until someone cares to implement it properly within the build system
+
+------------------------------------------------------------------------
+r14735 | jpsaman | 2006-03-12 01:27:48 -0800 (Sun, 12 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/vlm.c
+
+Fix compiler warning: Add missing include
+------------------------------------------------------------------------
+r14734 | zorglub | 2006-03-12 01:12:38 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+Disable update checker in Win32 until it's fixed
+
+------------------------------------------------------------------------
+r14733 | zorglub | 2006-03-12 01:11:49 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
+
+Revert [14732]
+
+------------------------------------------------------------------------
+r14732 | zorglub | 2006-03-12 01:08:18 -0800 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
+
+Might fix a bit update layout in win32
+
+------------------------------------------------------------------------
+r14731 | dionoea | 2006-03-11 15:30:07 -0800 (Sat, 11 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+fix bluescreen description
+
+------------------------------------------------------------------------
+r14730 | fkuehne | 2006-03-11 15:29:09 -0800 (Sat, 11 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* fix make dist for OSX
+------------------------------------------------------------------------
+r14729 | dionoea | 2006-03-11 15:23:32 -0800 (Sat, 11 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+add note about XSPF not being in 0.8.5-test1
+
+------------------------------------------------------------------------
+r14728 | dionoea | 2006-03-11 15:21:44 -0800 (Sat, 11 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/THANKS
+
+Thanks and news (see previous commit)
+
+------------------------------------------------------------------------
+r14727 | dionoea | 2006-03-11 15:19:59 -0800 (Sat, 11 Mar 2006) | 11 lines
+Changed paths:
+   A /trunk/include/vlc_strings.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/access/http.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/demux/playlist/Modules.am
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   A /trunk/modules/demux/playlist/xspf.c
+   A /trunk/modules/demux/playlist/xspf.h
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/misc/playlist/Modules.am
+   M /trunk/modules/misc/playlist/export.c
+   A /trunk/modules/misc/playlist/xspf.c
+   A /trunk/modules/misc/playlist/xspf.h
+   M /trunk/modules/services_discovery/upnp_intel.cpp
+   M /trunk/src/Makefile.am
+   M /trunk/src/misc/modules.c
+   A /trunk/src/misc/strings.c
+   M /trunk/src/playlist/loadsave.c
+
+src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
+modules/misc/playlist/*, modules/access/http.c: XSPF playlist support
+(read and write) by Daniel Stranger. Many thanks
+
+src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string
+handling functions.
+
+modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use
+these string handling functions.
+
+
+------------------------------------------------------------------------
+r14726 | xtophe | 2006-03-11 14:40:56 -0800 (Sat, 11 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+ka.po: new update by Alexander Dibebulize.
+All: Run make update-po
+
+------------------------------------------------------------------------
+r14725 | dionoea | 2006-03-11 13:19:12 -0800 (Sat, 11 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+
+Check that destination node is really a node.
+
+------------------------------------------------------------------------
+r14724 | courmisch | 2006-03-11 11:35:22 -0800 (Sat, 11 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+ * Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X
+ * Use CP1252 as a fallback instead of ISO-8859-1 (as far as printable characters are concerned, the first is a superset of the second, and it is the most commonly used charset in the west to date)
+
+------------------------------------------------------------------------
+r14723 | courmisch | 2006-03-11 11:25:33 -0800 (Sat, 11 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+- Fix memleak when not using Mac OS
+- Error handling clean up
+
+------------------------------------------------------------------------
+r14722 | zorglub | 2006-03-11 11:23:58 -0800 (Sat, 11 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/logger.c
+
+Don't use %f in RRD output (Closes:#582)
+
+------------------------------------------------------------------------
+r14721 | zorglub | 2006-03-11 10:34:39 -0800 (Sat, 11 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+A number of fixes spotted by S?\195?\169bastien Raud < s d0t raud att yahoo d0t fr >
+Thanks.
+
+------------------------------------------------------------------------
+r14720 | zorglub | 2006-03-11 10:18:14 -0800 (Sat, 11 Mar 2006) | 7 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Work around what looks like a ...
+...
+WX bug !
+(OnActivateItem not working with enter key on Win32)
+
+(Closes:#348) 
+
+------------------------------------------------------------------------
+r14719 | zorglub | 2006-03-11 09:35:55 -0800 (Sat, 11 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/demuxdump.c
+   M /trunk/modules/demux/mjpeg.c
+   M /trunk/modules/demux/mod.c
+   M /trunk/modules/demux/mpc.c
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/ps.c
+   M /trunk/modules/demux/rawdv.c
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/modules/demux/subtitle.c
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/demux/vobsub.c
+
+Strings (Refs:#438)
+
+------------------------------------------------------------------------
+r14718 | fkuehne | 2006-03-11 09:19:37 -0800 (Sat, 11 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* updated the copyright-string
+------------------------------------------------------------------------
+r14717 | zorglub | 2006-03-11 05:41:49 -0800 (Sat, 11 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+
+Change some button orders
+Hide the "OK" button in the preferences (keep "Save")
+
+------------------------------------------------------------------------
+r14716 | zorglub | 2006-03-11 05:03:04 -0800 (Sat, 11 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/pes.c
+
+Fix crash in TS muxer. Patch by Alex Antropoff.
+Thanks.
+
+Closes: #552
+
+------------------------------------------------------------------------
+r14715 | xtophe | 2006-03-10 17:29:05 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/flac.c
+
+codec/flac.c: fix preparse with flac
+
+------------------------------------------------------------------------
+r14714 | courmisch | 2006-03-10 15:19:18 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused
+
+------------------------------------------------------------------------
+r14713 | courmisch | 2006-03-10 10:21:34 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Fix typo
+
+------------------------------------------------------------------------
+r14712 | courmisch | 2006-03-10 10:10:45 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/src/Makefile.am
+
+Test distcheck with libtool when using libtool so I can test
+
+------------------------------------------------------------------------
+r14711 | courmisch | 2006-03-10 09:57:31 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
+
+Remove broken lldiv check and only use lldiv replacement on BeOS
+
+------------------------------------------------------------------------
+r14710 | courmisch | 2006-03-10 09:48:57 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+Remove non-existant files
+
+------------------------------------------------------------------------
+r14709 | courmisch | 2006-03-10 09:35:28 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Update file names
+
+------------------------------------------------------------------------
+r14708 | courmisch | 2006-03-10 09:31:15 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   A /trunk/src/network/error.c (from /trunk/src/network/net_error.c:14707)
+   D /trunk/src/network/net_error.c
+
+Use better name for newly introduced file
+
+------------------------------------------------------------------------
+r14707 | courmisch | 2006-03-10 09:30:32 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/src/vlc.c (from /trunk/src/vlc.c:14500)
+   D /trunk/vlc.c
+
+Same as previous commit - for VLC
+
+------------------------------------------------------------------------
+r14706 | courmisch | 2006-03-10 09:21:33 -0800 (Fri, 10 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   D /trunk/src/audio_output/ainput.c
+   A /trunk/src/audio_output/input.c (from /trunk/src/audio_output/ainput.c:14690)
+   A /trunk/src/control/audio.c (from /trunk/src/control/libvlc_audio.c:14705)
+   A /trunk/src/control/core.c (from /trunk/src/control/libvlc_core.c:14705)
+   A /trunk/src/control/input.c (from /trunk/src/control/libvlc_input.c:14705)
+   D /trunk/src/control/libvlc_audio.c
+   D /trunk/src/control/libvlc_core.c
+   D /trunk/src/control/libvlc_input.c
+   D /trunk/src/control/libvlc_playlist.c
+   D /trunk/src/control/libvlc_video.c
+   D /trunk/src/control/libvlc_vlm.c
+   A /trunk/src/control/playlist.c (from /trunk/src/control/libvlc_playlist.c:14705)
+   A /trunk/src/control/video.c (from /trunk/src/control/libvlc_video.c:14705)
+   A /trunk/src/control/vlm.c (from /trunk/src/control/libvlc_vlm.c:14705)
+
+Fix and restore nice file names
+Shame on me
+
+------------------------------------------------------------------------
+r14705 | xtophe | 2006-03-10 06:03:58 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball
+
+------------------------------------------------------------------------
+r14704 | dionoea | 2006-03-10 04:44:17 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+run make update-po
+
+------------------------------------------------------------------------
+r14703 | courmisch | 2006-03-10 01:31:17 -0800 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Clean up ListenTCP error handling (refs #320)
+
+------------------------------------------------------------------------
+r14702 | courmisch | 2006-03-10 01:28:45 -0800 (Fri, 10 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+
+Someone forgot to add an exported symbol
+(p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool)
+
+------------------------------------------------------------------------
+r14701 | zorglub | 2006-03-09 23:20:41 -0800 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   A /trunk/ChangeLog
+
+Forgot this
+
+------------------------------------------------------------------------
+r14700 | zorglub | 2006-03-09 23:17:31 -0800 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   D /trunk/ChangeLog
+   M /trunk/configure.ac
+   A /trunk/doc/ChangeLog-2005 (from /trunk/ChangeLog:14699)
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+Test1
+
+------------------------------------------------------------------------
+r14699 | courmisch | 2006-03-09 14:57:30 -0800 (Thu, 09 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+- Clean up error message generation with TCP outgoing connections
+- Fix memleak in case of connection failure
+
+------------------------------------------------------------------------
+r14698 | courmisch | 2006-03-09 14:56:37 -0800 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/src/Makefile.am
+   A /trunk/src/network/net_error.c
+
+Common socket error handling
+
+------------------------------------------------------------------------
+r14697 | courmisch | 2006-03-09 14:43:01 -0800 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Fix make core on Win32 with shared libvlc
+
+------------------------------------------------------------------------
+r14696 | xtophe | 2006-03-09 12:05:53 -0800 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+libvlc.h: preferences tweaking
+
+------------------------------------------------------------------------
+r14695 | xtophe | 2006-03-09 11:55:40 -0800 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/logger.c
+   M /trunk/src/libvlc.h
+
+all: move the logger option from video to interface and advanced
+
+------------------------------------------------------------------------
+r14694 | hartman | 2006-03-09 07:57:48 -0800 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.
+
+------------------------------------------------------------------------
+r14693 | hartman | 2006-03-09 07:55:13 -0800 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+* Don't crash if we want to msg_Dbg on an object that doesn't exist.
+
+------------------------------------------------------------------------
+r14692 | courmisch | 2006-03-09 05:28:48 -0800 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Use the fine stack as we can
+
+------------------------------------------------------------------------
+r14691 | courmisch | 2006-03-09 05:08:46 -0800 (Thu, 09 Mar 2006) | 15 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+As a work-around, accept both decimal separators when...
+deserializing floats from configuration (fixes #589)
+
+I know this is NOT the ?\226?\128?\156right?\226?\128?\157 way to fix this.
+The ?\226?\128?\156right?\226?\128?\157 way would be to remove floats from the configuration...
+but there are approximately one float parameter in the core and 46 ones
+in our current plugins set, none of which I use myself. So I am
+defintely not going to rewrite all^H^H^Hany of them.
+
+Of course, it would be cleaner to be ?\226?\128?\156strict?\226?\128?\157  in what we write to
+the configuration file, than ?\226?\128?\156liberal?\226?\128?\157 in what we accept... but IMHO,
+it is way easier and more robust to be liberal in what we accept in
+this particular case (ie. accepting both decimal separators is trivial,
+while serializing float numbers manually is complex).
+
+------------------------------------------------------------------------
+r14690 | courmisch | 2006-03-09 02:56:53 -0800 (Thu, 09 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Revert [14683]
+You can definitely declare variable at the beginning of a nested block with gcc 2.95
+
+------------------------------------------------------------------------
+r14689 | fkuehne | 2006-03-09 02:04:01 -0800 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/sfilters.h
+   M /trunk/modules/gui/macosx/sfilters.m
+
+* put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5
+* fixed svn propset
+------------------------------------------------------------------------
+r14688 | jpsaman | 2006-03-09 01:47:30 -0800 (Thu, 09 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.h
+   M /trunk/modules/access/dvb/linux_dvb.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
+   M /trunk/modules/audio_filter/converter/fixed32tos16.c
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/pda/pda.h
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/pda/pda_callbacks.h
+   M /trunk/modules/misc/qte_main.cpp
+   M /trunk/modules/video_output/hd1000v.cpp
+   M /trunk/modules/video_output/qte/qte.cpp
+   M /trunk/modules/video_output/qte/qte.h
+
+Update e-mail address
+------------------------------------------------------------------------
+r14687 | fkuehne | 2006-03-09 01:31:36 -0800 (Thu, 09 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+* improved the wording a bit
+------------------------------------------------------------------------
+r14686 | titer | 2006-03-08 15:52:35 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
+
+ Force lldiv emulation on BeOS
+
+------------------------------------------------------------------------
+r14685 | damienf | 2006-03-08 15:52:29 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+
+all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)
+
+------------------------------------------------------------------------
+r14684 | titer | 2006-03-08 15:32:08 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
+
+ Emulate C99's lldiv() if necessary
+
+------------------------------------------------------------------------
+r14683 | xtophe | 2006-03-08 14:30:53 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+rtsp.c: BeOS fix. variables can't be declared in the middle of the function.
+
+------------------------------------------------------------------------
+r14682 | hartman | 2006-03-08 14:03:00 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264_svn.patch
+
+* one part of x264 patch fixed upstream
+
+------------------------------------------------------------------------
+r14681 | damienf | 2006-03-08 09:50:44 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+all: for Cygwin, make sure that the program-prefix is empty, so that libgcrypt-config & gnutls-config are not prefixed by the target build (i586-mingw32msvc), which causes prevents configures scripts from detecting them
+
+------------------------------------------------------------------------
+r14680 | courmisch | 2006-03-08 09:33:29 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/gnutls-win32.patch
+
+Winsock non-blocking kludge for GnuTLS (refs #538)
+
+------------------------------------------------------------------------
+r14679 | courmisch | 2006-03-08 09:25:09 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src
+
+svn:ignore
+
+------------------------------------------------------------------------
+r14678 | dionoea | 2006-03-08 09:06:59 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+
+modules/misc/rtsp.c is using us_strtod
+
+------------------------------------------------------------------------
+r14677 | courmisch | 2006-03-08 05:51:31 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+
+Missing export
+
+------------------------------------------------------------------------
+r14676 | courmisch | 2006-03-08 05:32:37 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Don't use C (de)serialization for float numbers (closes #583)
+
+------------------------------------------------------------------------
+r14675 | courmisch | 2006-03-08 04:25:29 -0800 (Wed, 08 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/src/misc/charset.c
+   M /trunk/src/test/i18n_atof.c
+
+ * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
+ * us_strtod, us_atof: same as i18n_* but only accept dot in any case
+   (this will be useful when parsing stream output chain which uses comma to separate
+    options)
+
+------------------------------------------------------------------------
+r14674 | courmisch | 2006-03-08 04:23:34 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Fix TTL range check
+
+------------------------------------------------------------------------
+r14673 | courmisch | 2006-03-08 03:52:46 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/variables.c
+
+Avoid ugly non-const cast
+
+------------------------------------------------------------------------
+r14672 | courmisch | 2006-03-08 03:32:34 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/src/Makefile.am
+   M /trunk/src/misc/charset.c
+   A /trunk/src/test
+   A /trunk/src/test/i18n_atof.c
+
+i18n_atof(): locale-agnostic atof()
+
+------------------------------------------------------------------------
+r14671 | zorglub | 2006-03-08 01:47:45 -0800 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/streamdata.h
+
+Fix wizard matrix on win32. Closes:#531
+
+------------------------------------------------------------------------
+r14670 | hartman | 2006-03-07 15:56:32 -0800 (Tue, 07 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+* Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.
+
+------------------------------------------------------------------------
+r14669 | hartman | 2006-03-07 15:22:41 -0800 (Tue, 07 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+* Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail.
+
+------------------------------------------------------------------------
+r14668 | courmisch | 2006-03-07 12:06:53 -0800 (Tue, 07 Mar 2006) | 7 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+- Undo [14667]
+ * fix memleak
+ * remove unused variable (psz_local always NULL...)
+ * remove free(NULL)
+ * remove expansion-unsafe wxDnDLocaleFree() macro variant
+- Actually fix [14633] flawed logic
+
+------------------------------------------------------------------------
+r14667 | dionoea | 2006-03-07 10:48:35 -0800 (Tue, 07 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Fix wx DnD once more.
+
+------------------------------------------------------------------------
+r14666 | xtophe | 2006-03-07 05:30:27 -0800 (Tue, 07 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/HACKING
+
+HACKING: Add a note about the module cache and vlc --list
+
+------------------------------------------------------------------------
+r14665 | damienf | 2006-03-07 04:22:19 -0800 (Tue, 07 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Makefile: don't forget to chmod a+x gecko-sdk/bin/*
+
+------------------------------------------------------------------------
+r14664 | damienf | 2006-03-07 04:15:06 -0800 (Tue, 07 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+all: updating mozilla SDK for cygwin builds
+
+------------------------------------------------------------------------
+r14663 | xtophe | 2006-03-07 02:29:41 -0800 (Tue, 07 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
+
+ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream
+
+------------------------------------------------------------------------
+r14662 | dionoea | 2006-03-06 10:55:39 -0800 (Mon, 06 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/vlc.1
+
+Add link to online documentation in VLC manpage
+
+------------------------------------------------------------------------
+r14661 | sam | 2006-03-06 09:51:43 -0800 (Mon, 06 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+  * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.
+
+------------------------------------------------------------------------
+r14660 | damienf | 2006-03-06 08:06:41 -0800 (Mon, 06 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Makefile: fix for MacIntel package build
+
+------------------------------------------------------------------------
+r14659 | courmisch | 2006-03-06 02:25:12 -0800 (Mon, 06 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/src/extras/libc.c
+
+WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
+core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext()
+
+------------------------------------------------------------------------
+r14658 | courmisch | 2006-03-06 02:23:37 -0800 (Mon, 06 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Add extra Win32-specific debug (refs #538)
+
+------------------------------------------------------------------------
+r14657 | xtophe | 2006-03-06 01:42:01 -0800 (Mon, 06 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+src/Makefile: make distcheck happy
+
+------------------------------------------------------------------------
+r14656 | damienf | 2006-03-05 15:49:52 -0800 (Sun, 05 Mar 2006) | 6 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/src/Makefile
+
+extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool
+configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
+Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME
+
+NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected
+
+------------------------------------------------------------------------
+r14655 | xtophe | 2006-03-05 12:08:16 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: use the gecko-sdk in the contrib
+
+------------------------------------------------------------------------
+r14654 | xtophe | 2006-03-05 11:37:21 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+contrib/Makefile: Don't put 2 include
+
+------------------------------------------------------------------------
+r14653 | zorglub | 2006-03-05 11:05:07 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Add some news
+
+------------------------------------------------------------------------
+r14652 | xtophe | 2006-03-05 09:44:04 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
+
+------------------------------------------------------------------------
+r14651 | xtophe | 2006-03-05 08:43:37 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+
+Update x264 patch.
+
+------------------------------------------------------------------------
+r14650 | fkuehne | 2006-03-05 08:41:18 -0800 (Sun, 05 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* make sure that the timer which is updating the stats-tab is stopped when the panel is closed
+* fixed a minor memory leak (the timer wasn't released after invalidating it)
+* VLCInfo is o_info_window's delegate now
+------------------------------------------------------------------------
+r14649 | dionoea | 2006-03-05 07:47:17 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+
+Select item after deleting items from the playlist with KEY_DEL.
+
+------------------------------------------------------------------------
+r14648 | fkuehne | 2006-03-05 07:42:51 -0800 (Sun, 05 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* don't show the statistics-tab if the stats aren't enabled
+------------------------------------------------------------------------
+r14647 | courmisch | 2006-03-05 07:34:21 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Don't call textdomain - it is not only useless but harmful (refs #581)
+
+------------------------------------------------------------------------
+r14646 | dionoea | 2006-03-05 07:33:02 -0800 (Sun, 05 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.hpp
+
+ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
+playtree.hpp: cosmetics
+
+------------------------------------------------------------------------
+r14645 | courmisch | 2006-03-05 07:32:49 -0800 (Sun, 05 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
+
+- Call dgettext directly with shared libvlc and libtool
+- Remove vlc_dcgettext in those cases
+
+------------------------------------------------------------------------
+r14644 | courmisch | 2006-03-05 07:32:01 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_threads_funcs.h
+
+Add some ?\226?\128?\156const?\226?\128?\157s
+
+------------------------------------------------------------------------
+r14643 | courmisch | 2006-03-05 07:29:52 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+Fix some warnings
+
+------------------------------------------------------------------------
+r14642 | dionoea | 2006-03-05 06:58:31 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/release-howto.txt
+
+We won't need to warn ECP about releases now.
+
+------------------------------------------------------------------------
+r14641 | dionoea | 2006-03-05 06:37:35 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+Fix build on Mac (i hope)
+
+------------------------------------------------------------------------
+r14640 | courmisch | 2006-03-05 03:36:59 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+remove now useless x509-ca-bundle option
+
+------------------------------------------------------------------------
+r14639 | courmisch | 2006-03-05 03:28:28 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Look for Root CA certificates in VLC data dir
+
+------------------------------------------------------------------------
+r14638 | dionoea | 2006-03-05 03:24:59 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+We can now DnD a file everywhere on the playlist dialog. Droping above the tree will insert at the begining of the playlist. Droping under the tree will insert at the end of the playlist.
+
+------------------------------------------------------------------------
+r14637 | dionoea | 2006-03-05 03:16:23 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Remove uneeded include (since playlist DnD is now different from the main controler's DnD)
+
+------------------------------------------------------------------------
+r14636 | courmisch | 2006-03-05 03:10:34 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/configuration.c
+
+config_GetDataDir(): returns path to VLC installed shared data
+
+------------------------------------------------------------------------
+r14635 | courmisch | 2006-03-05 01:04:07 -0800 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Fix compilation AGAIN
+
+------------------------------------------------------------------------
+r14634 | xtophe | 2006-03-04 14:53:51 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
+
+fileinfo.*: I should lean C++
+
+------------------------------------------------------------------------
+r14633 | dionoea | 2006-03-04 14:48:20 -0800 (Sat, 04 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions).
+interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale
+
+------------------------------------------------------------------------
+r14632 | dionoea | 2006-03-04 14:06:08 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Fix node insertion. Thanks to zorglub.
+
+------------------------------------------------------------------------
+r14631 | courmisch | 2006-03-04 14:05:10 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+Fix off by one bugs
+
+------------------------------------------------------------------------
+r14630 | dionoea | 2006-03-04 13:52:53 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
+
+dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)
+
+------------------------------------------------------------------------
+r14629 | jpsaman | 2006-03-04 13:17:25 -0800 (Sat, 04 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_messages.h
+
+Coding Style fixes
+------------------------------------------------------------------------
+r14628 | jpsaman | 2006-03-04 12:38:01 -0800 (Sat, 04 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_messages.h
+
+Fix wrong define, luckily this one wasn't used yet.
+------------------------------------------------------------------------
+r14627 | courmisch | 2006-03-04 12:24:19 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Remove superfluous dep
+
+------------------------------------------------------------------------
+r14626 | courmisch | 2006-03-04 12:19:15 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+closes #579
+
+------------------------------------------------------------------------
+r14625 | courmisch | 2006-03-04 12:11:01 -0800 (Sat, 04 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/gnutls.c
+
+Make the Root CA certificates bundle file for gnutls a configure-time setting
+(as it is highly distribution dependant)
+On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do
+(provided you have the ca-certificates package)
+
+------------------------------------------------------------------------
+r14624 | jpsaman | 2006-03-04 12:01:58 -0800 (Sat, 04 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/telnet.c
+
+Do not print extra STRING_CR on successfull command.
+------------------------------------------------------------------------
+r14623 | dionoea | 2006-03-04 10:42:35 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+
+item-ext.c: detach from all parent nodes (fixed)
+
+------------------------------------------------------------------------
+r14622 | dionoea | 2006-03-04 10:41:08 -0800 (Sat, 04 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/src/playlist/item-ext.c
+
+modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget.
+src/playlist/item-ext.c: detach item from first matching parent node only.
+
+------------------------------------------------------------------------
+r14621 | xtophe | 2006-03-04 10:36:29 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
+
+fileinfo.hpp: we need to use b_stats in Update()
+
+------------------------------------------------------------------------
+r14620 | xtophe | 2006-03-04 10:07:43 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
+
+fileinfo.*: Don't show stats when they qre disable.
+
+------------------------------------------------------------------------
+r14619 | dionoea | 2006-03-04 09:32:35 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
+
+add "Add node" function to node contextual menu
+
+------------------------------------------------------------------------
+r14618 | dionoea | 2006-03-04 09:09:04 -0800 (Sat, 04 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
+
+Drag and Drop support in wx playlist.
+TODO: merge this playlist code with the gibalou mini playlist code.
+
+------------------------------------------------------------------------
+r14617 | dionoea | 2006-03-04 09:01:14 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+
+Humm ... forgot to save before commiting.
+
+------------------------------------------------------------------------
+r14616 | dionoea | 2006-03-04 09:00:41 -0800 (Sat, 04 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/playlist/item-ext.c
+
+Code the playlist_TreeMove function.
+zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?
+
+------------------------------------------------------------------------
+r14615 | courmisch | 2006-03-04 08:56:05 -0800 (Sat, 04 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+- Support for adding a single file rather than a directory as CA path
+- Use Debian default
+  much faster, but properly only works on Debian and its derivatives
+
+------------------------------------------------------------------------
+r14614 | courmisch | 2006-03-04 08:06:27 -0800 (Sat, 04 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+- Load root certificates from /etc/ssl (currently very slow :( )
+- Cosmetic
+
+------------------------------------------------------------------------
+r14613 | courmisch | 2006-03-04 05:41:41 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Missed one error case
+
+------------------------------------------------------------------------
+r14612 | courmisch | 2006-03-04 05:36:48 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+(safe) directory recursion when looking for CA certificates
+
+------------------------------------------------------------------------
+r14611 | courmisch | 2006-03-04 05:31:59 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Don't BUILD_PIC when the platform doesn't need PIC
+
+------------------------------------------------------------------------
+r14610 | courmisch | 2006-03-04 04:34:28 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
+
+------------------------------------------------------------------------
+r14609 | courmisch | 2006-03-04 04:20:06 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+libtool: Propagate errors from make (|un)install
+
+------------------------------------------------------------------------
+r14608 | fkuehne | 2006-03-04 03:53:03 -0800 (Sat, 04 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* fix the table on the second tab and added an extra check to prevent a crash in rare situations
+------------------------------------------------------------------------
+r14607 | courmisch | 2006-03-04 02:46:27 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Cosmetic
+
+------------------------------------------------------------------------
+r14606 | zorglub | 2006-03-04 01:28:06 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+
+Don't prepend :sout= to sout string in VLM dialog (Refs:#530)
+
+------------------------------------------------------------------------
+r14605 | zorglub | 2006-03-04 01:12:21 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
+
+Fix ordering of widgets in sout panel (Closes:#469)
+
+------------------------------------------------------------------------
+r14604 | zorglub | 2006-03-04 01:00:10 -0800 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+Shoud fix #'565
+
+------------------------------------------------------------------------
+r14603 | xtophe | 2006-03-03 16:59:51 -0800 (Fri, 03 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+wx/dialogs/open.cpp: Fix the caching option. Closes #575
+-This line, and those below, will be ignored--
+
+M    open.cpp
+
+------------------------------------------------------------------------
+r14602 | courmisch | 2006-03-03 14:43:22 -0800 (Fri, 03 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Fix error code when server is overloaded
+
+------------------------------------------------------------------------
+r14601 | jpsaman | 2006-03-03 13:43:48 -0800 (Fri, 03 Mar 2006) | 1 line
+Changed paths:
+   A /trunk/modules/mux/rtp
+   A /trunk/modules/mux/rtp/rtcp.c
+   A /trunk/modules/mux/rtp/rtcp.h
+   A /trunk/modules/mux/rtp/rtp.h
+
+Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high.
+------------------------------------------------------------------------
+r14600 | fkuehne | 2006-03-03 09:29:13 -0800 (Fri, 03 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* added a couple of OSX-intf-files which were added after the last release
+------------------------------------------------------------------------
+r14599 | fkuehne | 2006-03-03 09:21:16 -0800 (Fri, 03 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+*.m: unified the title of the Information-panel and the menu-items pointing to it to "Information" (instead of a mixture of "Properties" and "Info")
+MainMenu.nib: 
+    - dto
+    - let the user select the values of the Statistics-tab
+------------------------------------------------------------------------
+r14598 | fkuehne | 2006-03-03 09:12:15 -0800 (Fri, 03 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* fixed a signed vs unsinged warning
+------------------------------------------------------------------------
+r14597 | dionoea | 2006-03-03 06:37:24 -0800 (Fri, 03 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/image.c
+
+image.c: add --image-out-replace option. If enabled, the image vout will
+always overwrite the same file.
+
+------------------------------------------------------------------------
+r14596 | fkuehne | 2006-03-03 05:51:04 -0800 (Fri, 03 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* added a NSTimer to update the statistics every second
+------------------------------------------------------------------------
+r14595 | xtophe | 2006-03-03 05:08:48 -0800 (Fri, 03 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Makefile: We need autogen on win32
+
+------------------------------------------------------------------------
+r14594 | fkuehne | 2006-03-03 04:19:56 -0800 (Fri, 03 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* implemented the statistics-tab. No auto-update yet.
+------------------------------------------------------------------------
+r14593 | hartman | 2006-03-03 03:25:18 -0800 (Fri, 03 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Disable INSTALL_NAME now gpg-error isn't shared.
+
+------------------------------------------------------------------------
+r14592 | hartman | 2006-03-03 03:19:00 -0800 (Fri, 03 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* copy and tabs... sigh.
+
+------------------------------------------------------------------------
+r14591 | hartman | 2006-03-03 03:15:55 -0800 (Fri, 03 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Lets avoid autogen where we can
+
+------------------------------------------------------------------------
+r14590 | hartman | 2006-03-03 02:40:56 -0800 (Fri, 03 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/live-osx.patch
+
+* Fix liveMedia on all platforms now hopefully
+
+------------------------------------------------------------------------
+r14589 | hartman | 2006-03-03 02:22:18 -0800 (Fri, 03 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* www.live555.com seems unreachable. use live555.com
+
+------------------------------------------------------------------------
+r14588 | courmisch | 2006-03-03 01:32:20 -0800 (Fri, 03 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Solaris breakage again
+
+------------------------------------------------------------------------
+r14587 | jpsaman | 2006-03-03 00:52:27 -0800 (Fri, 03 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
+------------------------------------------------------------------------
+r14586 | xtophe | 2006-03-02 15:40:17 -0800 (Thu, 02 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+explicit hack. please underage hackers do not look
+fix lame 
+
+------------------------------------------------------------------------
+r14585 | xtophe | 2006-03-02 15:24:37 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+Fix MacOS-Intel compilation
+
+------------------------------------------------------------------------
+r14584 | courmisch | 2006-03-02 14:39:03 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_httpd.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/network/httpd.c
+
+Code reuse
+
+------------------------------------------------------------------------
+r14583 | courmisch | 2006-03-02 14:19:14 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_httpd.h
+
+Remove outdated comment
+
+------------------------------------------------------------------------
+r14582 | xtophe | 2006-03-02 12:39:49 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+Update lame. Closes #482
+
+------------------------------------------------------------------------
+r14581 | xtophe | 2006-03-02 12:38:43 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/gcrypt.patch
+
+Fix Gcrypt patch
+
+------------------------------------------------------------------------
+r14580 | xtophe | 2006-03-02 12:11:51 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+makefile: Fix livedotcom on win32
+
+------------------------------------------------------------------------
+r14579 | xtophe | 2006-03-02 12:10:23 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Makefile: use sed -i where possible
+
+------------------------------------------------------------------------
+r14578 | xtophe | 2006-03-02 12:04:54 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/gcrypt.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+all: Update libgcrypt,gpg-error and gnutls (closes #570 )
+
+------------------------------------------------------------------------
+r14577 | xtophe | 2006-03-02 11:34:31 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+
+Update x264 patch
+
+------------------------------------------------------------------------
+r14576 | xtophe | 2006-03-02 11:31:36 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall
+
+------------------------------------------------------------------------
+r14575 | courmisch | 2006-03-02 10:19:03 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/misc/objects.c
+
+Minor clean up
+
+------------------------------------------------------------------------
+r14574 | fkuehne | 2006-03-02 07:52:37 -0800 (Thu, 02 Mar 2006) | 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/keyedobjects.nib
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* re-designed the information/properties panel to show meta information and statistics
+- the display of meta information is completely implemented and functional
+- the tree-view in the "Advanced Info" tab is currently broken due to bad casting (I got no idea why yet, because I didn't touch it..)
+- the statistics tab isn't implemented yet
+
+Comments on the design and the implementation are welcome. If this re-design is too unstable for 0.8.5, I will withdraw it after branching.
+------------------------------------------------------------------------
+r14573 | courmisch | 2006-03-02 07:19:32 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+
+Locale fixes (refs #528) + clean up
+
+------------------------------------------------------------------------
+r14572 | courmisch | 2006-03-02 06:27:09 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+use intptr_t (refs #574)
+
+------------------------------------------------------------------------
+r14571 | courmisch | 2006-03-02 06:23:03 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+
+Don't try to be more clever than umask()
+
+------------------------------------------------------------------------
+r14570 | courmisch | 2006-03-02 06:21:23 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix getaddrinfo check failure because of autoconf's cache
+
+------------------------------------------------------------------------
+r14569 | courmisch | 2006-03-02 05:54:40 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/waveout.c
+
+Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)
+
+------------------------------------------------------------------------
+r14568 | courmisch | 2006-03-02 05:35:43 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/arts.c
+   M /trunk/modules/audio_output/directx.c
+   M /trunk/modules/audio_output/esd.c
+   M /trunk/modules/audio_output/jack.c
+   M /trunk/modules/audio_output/sdl.c
+
+Unused header inclusion syndrome
+
+------------------------------------------------------------------------
+r14567 | courmisch | 2006-03-02 05:02:37 -0800 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+dist vlc_url.h
+
+------------------------------------------------------------------------
+r14566 | fkuehne | 2006-03-02 04:15:25 -0800 (Thu, 02 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+
+* forgot that one in [14565]
+------------------------------------------------------------------------
+r14565 | fkuehne | 2006-03-02 04:14:52 -0800 (Thu, 02 Mar 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/sfilters.m
+   M /trunk/modules/gui/macosx/update.m
+
+* MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't need to replace it manually anymore. This breaks the 10.2-compatibility. (refs #189)
+
+* update.m: use mtime() instead of NSCalenderDate for the time-stamp
+
+* sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)
+------------------------------------------------------------------------
+r14564 | courmisch | 2006-03-01 23:52:53 -0800 (Wed, 01 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/src/Makefile.am
+
+libtool:
+ - Don't link builtins against anything (dependencies are linked in libvlc)
+ - Don't mangle name of underlying libraries
+
+------------------------------------------------------------------------
+r14563 | fkuehne | 2006-03-01 14:21:36 -0800 (Wed, 01 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/update.h
+   M /trunk/modules/gui/macosx/update.m
+
+* don't store the temp release note in the user's Caches-folder, but in /tmp. Renamed it to vlc_releasenote_%@.tmp, whereas %@ is a timestamp (%m-%d-%y--%I.%M.%S.%F)
+* cleanup of the source
+------------------------------------------------------------------------
+r14562 | dionoea | 2006-03-01 14:00:37 -0800 (Wed, 01 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+Add/Change x264 options. Patch by Dennis van Amerongen
+
+------------------------------------------------------------------------
+r14561 | dionoea | 2006-03-01 13:58:15 -0800 (Wed, 01 Mar 2006) | 22 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+Add/Change x264 options. Patch by Dennis van Amerongen
+
+Original email was
+
+"Subject: [vlc-devel] Additional x264 options/unification
+
+Patch for unification and addition of several x264 options (using x264          
+commandline interface as reference):                                            
+                                                                                
+8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct,               
+ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr,         
+(no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated        
+options in favor of x264 cli equivalents (subpel -> subme, frameref ->          
+ref, etc.) for unification.                                                     
+                                                                                
+Improved order of adding partitions in analyse modes as suggested by            
+Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8          
+would be more important than i4x4 though). Using i8x8 results in a "High        
+Profile" setting (not all decoders seem to support that). i8x8 requires         
+8x8dct which is now a seperate option (default disabled)."
+
+
+------------------------------------------------------------------------
+r14560 | xtophe | 2006-03-01 13:41:11 -0800 (Wed, 01 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+Warning Explicit Kludge
+
+------------------------------------------------------------------------
+r14559 | fkuehne | 2006-03-01 13:08:17 -0800 (Wed, 01 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/update.h
+   M /trunk/modules/gui/macosx/update.m
+
+* removed unused, useless variable
+------------------------------------------------------------------------
+r14558 | fkuehne | 2006-03-01 13:05:47 -0800 (Wed, 01 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/macosx/update.h
+   M /trunk/modules/gui/macosx/update.m
+
+* download the updated versions through VLC and not through your default browser
+* removed a crasher from interaction.m
+
+Note: the progress-window used to show the progress is quite hacky at the moment and will be replaced through a good implementation once the interaction-core is finished.
+------------------------------------------------------------------------
+r14557 | hartman | 2006-03-01 13:00:49 -0800 (Wed, 01 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)
+
+------------------------------------------------------------------------
+r14556 | fkuehne | 2006-03-01 11:56:34 -0800 (Wed, 01 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/interface.hpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+
+* more systray related ifndefs for the Darwin platform
+------------------------------------------------------------------------
+r14555 | fkuehne | 2006-03-01 11:11:24 -0800 (Wed, 01 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+* Darwin compilation fix
+------------------------------------------------------------------------
+r14554 | fkuehne | 2006-03-01 09:47:27 -0800 (Wed, 01 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/screen/mac.c
+
+* fixed some warnings
+------------------------------------------------------------------------
+r14553 | hartman | 2006-03-01 08:50:08 -0800 (Wed, 01 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
+This is not 100% tested, but only compared against similar situations.
+
+
+------------------------------------------------------------------------
+r14552 | hartman | 2006-03-01 05:36:01 -0800 (Wed, 01 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/stream_out/rtp.c
+
+* trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
+  - apparently DSS is casesensitive on trackID.
+
+------------------------------------------------------------------------
+r14551 | hartman | 2006-03-01 05:23:12 -0800 (Wed, 01 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/libcddb.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* Update the CDDB version from 0.9.6 to 1.2.1
+
+------------------------------------------------------------------------
+r14550 | hartman | 2006-03-01 05:13:03 -0800 (Wed, 01 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/cdda/info.c
+
+* Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>. 
+ - added him to THANKS as well.
+
+------------------------------------------------------------------------
+r14549 | courmisch | 2006-03-01 03:20:10 -0800 (Wed, 01 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+
+Don't use connect() when the "bind" address is a multicast group
+Bug reported by Alexander Gall
+
+------------------------------------------------------------------------
+r14548 | courmisch | 2006-03-01 02:41:47 -0800 (Wed, 01 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Try to fix getaddrinfo et al. detection on Solaris
+
+------------------------------------------------------------------------
+r14547 | courmisch | 2006-03-01 02:20:50 -0800 (Wed, 01 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4
+
+------------------------------------------------------------------------
+r14546 | courmisch | 2006-03-01 01:53:39 -0800 (Wed, 01 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)
+
+------------------------------------------------------------------------
+r14545 | zorglub | 2006-02-28 15:23:42 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+
+Don't preparse folders using input_Preprase
+
+------------------------------------------------------------------------
+r14544 | ipkiss | 2006-02-28 11:12:54 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: fixed a typo
+
+------------------------------------------------------------------------
+r14543 | md | 2006-02-28 07:46:46 -0800 (Tue, 28 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+* changed the order of offered aspect/crop values so that the most commonly
+used ones are on the top
+* added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display
+resolution) and 1280x1024 LCD panels 
+
+------------------------------------------------------------------------
+r14542 | md | 2006-02-28 07:34:16 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+make ZoomCallback work with extended GUI or deinterlace (refs #480)
+
+------------------------------------------------------------------------
+r14541 | hartman | 2006-02-28 07:31:04 -0800 (Tue, 28 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+* Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
+- commented a few fprintf, and changed some to msg_Dbg where possible.
+- fixed a couple of spelling errors.
+- this module really needs a big cleanup and merging with the other SDP and RTSP code.
+
+------------------------------------------------------------------------
+r14540 | courmisch | 2006-02-28 07:29:42 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+libtool: fix make distclean
+
+------------------------------------------------------------------------
+r14539 | courmisch | 2006-02-28 07:12:37 -0800 (Tue, 28 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/src/Makefile.am
+
+With libtool, compile builtins as lib*_builtin.la to avoid name collision
+with actual system library (seems to fix weird compilation problem with
+flac and theora builtins)
+
+------------------------------------------------------------------------
+r14538 | courmisch | 2006-02-28 06:52:40 -0800 (Tue, 28 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Fail when trying to advertise a stream with an out-of-scope address
+(avoids spamming the MBONE with incorrect private streams)
+
+------------------------------------------------------------------------
+r14537 | courmisch | 2006-02-28 04:58:37 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Use noinst_ rather than libvlc_ for builtins
+
+------------------------------------------------------------------------
+r14536 | dionoea | 2006-02-28 04:45:37 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Use VLC stream functions to load vlm configs. Refs #567
+
+------------------------------------------------------------------------
+r14535 | courmisch | 2006-02-28 04:22:24 -0800 (Tue, 28 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Implement clean with --enable-libtool
+May fix builtins recompilation (theora, flac...)
+
+------------------------------------------------------------------------
+r14534 | courmisch | 2006-02-28 03:45:22 -0800 (Tue, 28 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Don't use p_symbols with libtool
+(this commit obviously breaks binary compatibility - clear your plugins)
+
+------------------------------------------------------------------------
+r14533 | courmisch | 2006-02-28 01:01:59 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Fix the work-around for the work-around
+
+------------------------------------------------------------------------
+r14532 | courmisch | 2006-02-28 00:55:43 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Remove debug message
+
+------------------------------------------------------------------------
+r14531 | courmisch | 2006-02-28 00:42:23 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/bootstrap
+   M /trunk/mozilla/Makefile.am
+   M /trunk/src/Makefile.am
+
+mv -> mv -f
+
+------------------------------------------------------------------------
+r14530 | courmisch | 2006-02-28 00:39:27 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/Makefile.am
+
+Dist demo.sh
+
+------------------------------------------------------------------------
+r14529 | courmisch | 2006-02-28 00:37:44 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Missing quotes
+
+------------------------------------------------------------------------
+r14528 | courmisch | 2006-02-28 00:16:40 -0800 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/demo.sh
+
+EOL style
+
+------------------------------------------------------------------------
+r14527 | hartman | 2006-02-27 18:03:33 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
+
+* Use stream_UrlNew for vobsub loading instead of fopen. closes #567
+
+------------------------------------------------------------------------
+r14526 | hartman | 2006-02-27 17:28:38 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/demo.sh
+
+* demo.sh for Mac OS X VLC command
+
+------------------------------------------------------------------------
+r14525 | dionoea | 2006-02-27 15:24:39 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/demo.sh
+
+Add OpenGL rotating cube and video wall demos
+
+------------------------------------------------------------------------
+r14524 | dionoea | 2006-02-27 15:03:28 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/demo.sh
+
+Small fixes/changes
+
+------------------------------------------------------------------------
+r14523 | dionoea | 2006-02-27 14:47:21 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   A /trunk/doc/demo.sh
+
+Small script that generates huge command lines to be used in demos. Feel free to add/change stuff.
+
+------------------------------------------------------------------------
+r14522 | hartman | 2006-02-27 13:13:56 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* iconv is already provided on 10.3 and 10.4, so we don't need to install it.
+
+------------------------------------------------------------------------
+r14521 | courmisch | 2006-02-27 13:07:25 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Fix warning on 64 bits systems
+
+------------------------------------------------------------------------
+r14520 | courmisch | 2006-02-27 13:06:42 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Silly me
+
+------------------------------------------------------------------------
+r14519 | courmisch | 2006-02-27 12:59:08 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/bootstrap
+   M /trunk/mozilla/Makefile.am
+   M /trunk/src/Makefile.am
+
+Work-around libtool's work-around which adds .exe on Cygwin 
+
+------------------------------------------------------------------------
+r14518 | courmisch | 2006-02-27 12:48:49 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/gnomevfs.c
+   M /trunk/modules/misc/rtsp.c
+
+Compile fixes
+
+------------------------------------------------------------------------
+r14517 | courmisch | 2006-02-27 12:29:39 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Don't loop infinitely when then is no plugin to install (libtool-only)
+
+------------------------------------------------------------------------
+r14516 | courmisch | 2006-02-27 12:29:03 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/daap.c
+
+daap.c: Attempt to fix compilation
+
+------------------------------------------------------------------------
+r14515 | courmisch | 2006-02-27 04:46:42 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   A /trunk/include/vlc_url.h (from /trunk/include/network.h:14514)
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+
+Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)
+
+------------------------------------------------------------------------
+r14514 | xtophe | 2006-02-27 04:01:58 -0800 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+po/*: run make update-po.
+
+------------------------------------------------------------------------
+r14513 | dionoea | 2006-02-26 13:30:50 -0800 (Sun, 26 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_filter/distort.c
+
+distort.c:
+* new psychedelic FOSDEM demo filter. enjoy :)
+* misc changes          
+
+------------------------------------------------------------------------
+r14512 | fkuehne | 2006-02-26 08:33:56 -0800 (Sun, 26 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates
+------------------------------------------------------------------------
+r14511 | jpsaman | 2006-02-26 07:49:54 -0800 (Sun, 26 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Rename --rtsp-throtle to --rtsp-throtle-users
+------------------------------------------------------------------------
+r14510 | courmisch | 2006-02-26 07:09:47 -0800 (Sun, 26 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Put some dependencies on stamp-builtins to force rebuild when the
+tree configuration is modified
+
+------------------------------------------------------------------------
+r14509 | courmisch | 2006-02-26 06:48:02 -0800 (Sun, 26 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+   M /trunk/src/Makefile.am
+
+Get rid of --enable-shared-libvlc on non-Microsoft platforms
+as it did never worked properly, if at all with these
+(you should use libtool to build a shared libvlc instead)
+
+------------------------------------------------------------------------
+r14508 | zorglub | 2006-02-26 06:47:06 -0800 (Sun, 26 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/libvlc_audio.c
+
+Remove ref to volume_get
+
+------------------------------------------------------------------------
+r14507 | zorglub | 2006-02-26 06:23:16 -0800 (Sun, 26 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK
+
+------------------------------------------------------------------------
+r14506 | fkuehne | 2006-02-26 06:20:46 -0800 (Sun, 26 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+* added some news. feel free to improve the wording :)
+------------------------------------------------------------------------
+r14505 | fkuehne | 2006-02-26 04:35:30 -0800 (Sun, 26 Feb 2006) | 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/keyedobjects.nib
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+
+* added a "Go To Specific Position" feature (closes #377)
+- accessible by double-clicking on the time-counters and through a menu-item in "Playback"
+- the class of the time-counters is VLCTimeField now, because we need to fetch the mouseDown-event. There are no further changes compared to NSTextField.
+------------------------------------------------------------------------
+r14504 | zorglub | 2006-02-26 04:30:22 -0800 (Sun, 26 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/libvlc_audio.c
+
+Cosmetics. 
+Add toggle_mute
+
+------------------------------------------------------------------------
+r14503 | zorglub | 2006-02-26 04:29:40 -0800 (Sun, 26 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/m4
+
+svn:ignore libtool stuff
+
+------------------------------------------------------------------------
+r14502 | jpsaman | 2006-02-26 04:18:46 -0800 (Sun, 26 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Implement RTSP VOD connection throtle
+------------------------------------------------------------------------
+r14501 | courmisch | 2006-02-26 03:59:18 -0800 (Sun, 26 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   D /trunk/src/vlc.c
+   A /trunk/vlc.c (from /trunk/src/vlc.c:14498)
+
+Move vlc.c to . to fix distclean (Automake limitation)
+
+------------------------------------------------------------------------
+r14500 | dionoea | 2006-02-25 13:11:18 -0800 (Sat, 25 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/win32_specific.c
+
+Revert [14452] as it broke the mozilla plugin. We need to find another way
+to fix that.
+
+------------------------------------------------------------------------
+r14499 | dionoea | 2006-02-25 13:08:46 -0800 (Sat, 25 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+Nice user comment ...
+
+------------------------------------------------------------------------
+r14498 | courmisch | 2006-02-25 12:46:22 -0800 (Sat, 25 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Attempt to fix core and all targets with more than one job
+
+------------------------------------------------------------------------
+r14497 | fkuehne | 2006-02-25 07:50:43 -0800 (Sat, 25 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/update.h
+   M /trunk/modules/gui/macosx/update.m
+
+* retrieve the release notes and display them
+    - they are temporarily stored in ~/Library/Caches/vlc_releasenote_temp.txt
+    - Please shout if this location isn't okay for this purpose.
+    - the file is automatically removed after displaying its content.
+* show the binary's size in MB instead of bytes
+------------------------------------------------------------------------
+r14496 | fkuehne | 2006-02-25 05:45:07 -0800 (Sat, 25 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+
+* slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework
+------------------------------------------------------------------------
+r14495 | courmisch | 2006-02-24 14:39:45 -0800 (Fri, 24 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Fix Win32 packaging targets inter-dependencies
+(otherwise unusable with more than one make job)
+
+------------------------------------------------------------------------
+r14494 | zorglub | 2006-02-24 11:11:39 -0800 (Fri, 24 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/make.pl
+
+Remove a bit of noise
+
+------------------------------------------------------------------------
+r14493 | bigben | 2006-02-24 07:00:03 -0800 (Fri, 24 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_filter/channel_mixer/simple.c
+
+Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by liba52)
+
+
+------------------------------------------------------------------------
+r14492 | courmisch | 2006-02-24 05:43:10 -0800 (Fri, 24 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Remove abusive line feeds to fix vlc --help-verbose --advanced  -H layout.
+
+------------------------------------------------------------------------
+r14491 | xtophe | 2006-02-24 02:53:29 -0800 (Fri, 24 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
+
+ALL: Don't use character which are different in utf8 and latin*
+
+------------------------------------------------------------------------
+r14490 | djc | 2006-02-24 01:55:51 -0800 (Fri, 24 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/distort.c
+
+Simple Hough transform to detect lines in video
+Needs a lot of optimizations...
+
+------------------------------------------------------------------------
+r14489 | courmisch | 2006-02-24 00:28:12 -0800 (Fri, 24 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Silly libgpg-error's autogen doesn't call libtoolize
+
+------------------------------------------------------------------------
+r14488 | courmisch | 2006-02-23 23:57:54 -0800 (Thu, 23 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Fix typo, fix make dist
+
+As for make distclean, I can't think of any solution but moving vlc.c out of
+src/ (I know it sucks, but you don't want to rewrite automake, do you?).
+
+------------------------------------------------------------------------
+r14487 | courmisch | 2006-02-23 14:59:03 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Make automake happy
+
+------------------------------------------------------------------------
+r14486 | courmisch | 2006-02-23 14:49:56 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Support for building Mozilla plugin with libtool + clean up
+
+------------------------------------------------------------------------
+r14485 | courmisch | 2006-02-23 14:08:24 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Clean up
+
+------------------------------------------------------------------------
+r14484 | courmisch | 2006-02-23 13:47:10 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/activex
+   M /trunk/modules
+   M /trunk/modules/access
+   M /trunk/modules/access/cdda
+   M /trunk/modules/access/dshow
+   M /trunk/modules/access/dvb
+   M /trunk/modules/access/mms
+   M /trunk/modules/access/pvr
+   M /trunk/modules/access/rtsp
+   M /trunk/modules/access/screen
+   M /trunk/modules/access/v4l
+   M /trunk/modules/access/vcd
+   M /trunk/modules/access/vcdx
+   M /trunk/modules/access_filter
+   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/cmml
+   M /trunk/modules/codec/dmo
+   M /trunk/modules/codec/ffmpeg
+   M /trunk/modules/codec/spudec
+   M /trunk/modules/control
+   M /trunk/modules/control/corba
+   M /trunk/modules/control/http
+   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/macosx
+   M /trunk/modules/gui/opie
+   M /trunk/modules/gui/pda
+   M /trunk/modules/gui/qnx
+   M /trunk/modules/gui/skins2
+   M /trunk/modules/gui/skins2/commands
+   M /trunk/modules/gui/skins2/controls
+   M /trunk/modules/gui/skins2/events
+   M /trunk/modules/gui/skins2/macosx
+   M /trunk/modules/gui/skins2/parser
+   M /trunk/modules/gui/skins2/src
+   M /trunk/modules/gui/skins2/unzip
+   M /trunk/modules/gui/skins2/utils
+   M /trunk/modules/gui/skins2/vars
+   M /trunk/modules/gui/skins2/win32
+   M /trunk/modules/gui/skins2/x11
+   M /trunk/modules/gui/wince
+   M /trunk/modules/gui/wince/bitmaps
+   M /trunk/modules/gui/wxwidgets
+   M /trunk/modules/gui/wxwidgets/bitmaps
+   M /trunk/modules/gui/wxwidgets/dialogs
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm
+   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/misc/xml
+   M /trunk/modules/mux
+   M /trunk/modules/mux/mpeg
+   M /trunk/modules/packetizer
+   M /trunk/modules/services_discovery
+   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_filter/swscale
+   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/galaktos
+   M /trunk/modules/visualization/visual
+   M /trunk/mozilla
+   M /trunk/src
+
+svn:ignore
+
+------------------------------------------------------------------------
+r14483 | courmisch | 2006-02-23 13:41:05 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Don't build old-style when libtool is enabled
+
+------------------------------------------------------------------------
+r14482 | dionoea | 2006-02-23 12:31:24 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+shame on me ... *cough* *cough*
+
+------------------------------------------------------------------------
+r14481 | zorglub | 2006-02-23 12:20:31 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+
+Bitrates only
+
+------------------------------------------------------------------------
+r14480 | zorglub | 2006-02-23 12:18:16 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+
+Display bitrates in kbps
+
+------------------------------------------------------------------------
+r14478 | courmisch | 2006-02-23 11:41:36 -0800 (Thu, 23 Feb 2006) | 8 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   M /trunk/src/Makefile.am
+
+_Experimental_ *optional* libtool support (--enable-libtool)
+
+Should work fine (ie. better than --enable-shared-libvlc) on Linux,
+should work on Mac OS X (except for packaging), while shared libvlc doesn't.
+
+Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
+use --enable-shared-libvlc for now.
+
+------------------------------------------------------------------------
+r14477 | courmisch | 2006-02-23 11:38:14 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+
+Linking order fix
+
+------------------------------------------------------------------------
+r14476 | courmisch | 2006-02-23 11:37:58 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Recurse within hidden directories for module search
+
+------------------------------------------------------------------------
+r14475 | littlejohn | 2006-02-23 11:17:31 -0800 (Thu, 23 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/libvlc_audio.c
+
+added missing $Id$
+
+
+------------------------------------------------------------------------
+r14474 | littlejohn | 2006-02-23 10:03:20 -0800 (Thu, 23 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+
+Header modified to include libvlc audio control functions
+
+
+------------------------------------------------------------------------
+r14473 | littlejohn | 2006-02-23 09:32:49 -0800 (Thu, 23 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   A /trunk/src/control/libvlc_audio.c
+
+LibVLC basic audio control API
+
+
+------------------------------------------------------------------------
+r14472 | oaubert | 2006-02-23 09:02:03 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlcglue.c
+
+mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python
+
+------------------------------------------------------------------------
+r14471 | oaubert | 2006-02-23 08:44:09 -0800 (Thu, 23 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+src/vout_intf.c: move the snapshot-path == object:object-id codepath
+to the start of the function, to avoid unnecessary overhead of path checks.
+
+------------------------------------------------------------------------
+r14470 | oaubert | 2006-02-23 08:21:56 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
+
+mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()
+
+------------------------------------------------------------------------
+r14469 | hartman | 2006-02-23 03:57:38 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-osx.patch
+   D /trunk/extras/contrib/src/Patches/gettext-osx.patch
+   A /trunk/extras/contrib/src/Patches/libpng-osx.patch
+   D /trunk/extras/contrib/src/Patches/libpng.patch
+   A /trunk/extras/contrib/src/Patches/live-osx.patch
+   D /trunk/extras/contrib/src/Patches/livedotcom-osx.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* make more contribs work with SDK. refs #182
+
+------------------------------------------------------------------------
+r14468 | courmisch | 2006-02-23 02:43:39 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+
+Same fix for activeX
+
+------------------------------------------------------------------------
+r14467 | courmisch | 2006-02-23 02:41:15 -0800 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Fix linking with included gettext
+
+------------------------------------------------------------------------
+r14466 | dionoea | 2006-02-22 15:34:54 -0800 (Wed, 22 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/mozilla/npvlc_rc.rc
+   M /trunk/mozilla/vlcplugin.h
+
+Ogg mime type is application/ogg (see RFC 3534)
+Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646
+
+------------------------------------------------------------------------
+r14465 | dionoea | 2006-02-22 09:28:46 -0800 (Wed, 22 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/mosaic.c
+
+mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better.
+
+distort.c: change line orders.
+
+------------------------------------------------------------------------
+r14464 | hartman | 2006-02-22 08:27:50 -0800 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+* Use EnsureUTF8 on the trackname of avi's. (no garentueed charset).
+
+------------------------------------------------------------------------
+r14463 | hartman | 2006-02-22 08:17:24 -0800 (Wed, 22 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* Scale SSA subs if necessarry.
+* Scale width if only original height is known.
+
+------------------------------------------------------------------------
+r14462 | damienf | 2006-02-22 06:04:31 -0800 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/activex/Makefile.am
+   M /trunk/src/Makefile.am
+
+all: renamed DLL import library as libvlc.dll.a, as this is what mingw/cygwin ld expects to see. for more info refer to: http://www.sourceware.org/binutils/docs-2.16/ld/WIN32.html
+
+------------------------------------------------------------------------
+r14461 | oaubert | 2006-02-22 05:20:59 -0800 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/setup.py
+   D /trunk/bindings/mediacontrol-python/vlcdebug.py
+   A /trunk/bindings/mediacontrol-python/vlcwrapper.py (from /trunk/bindings/mediacontrol-python/vlcdebug.py:14460)
+
+mediacontrol-python: rename vlcdebug to vlcwrapper
+
+------------------------------------------------------------------------
+r14460 | oaubert | 2006-02-22 05:19:29 -0800 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlcdebug.py
+
+vlcdebug.py: add documentation
+
+------------------------------------------------------------------------
+r14459 | oaubert | 2006-02-22 05:15:10 -0800 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/Makefile.am
+   M /trunk/bindings/mediacontrol-python/setup.py
+
+mediacontrol-python: allow to build in a separate builddir
+
+------------------------------------------------------------------------
+r14458 | damienf | 2006-02-22 04:21:23 -0800 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/activex/Makefile.am
+   M /trunk/src/Makefile.am
+
+all: for WIN32, create an import library libvlc-dll.a when linking libvlc.dll; updating linking for vlc.exe and activex.dll to use import library in place of dll.
+
+------------------------------------------------------------------------
+r14457 | jpsaman | 2006-02-22 02:05:59 -0800 (Wed, 22 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/switcher.c
+
+Use include <file.h> for include files that can be found on the include path as provided to the compiler.
+------------------------------------------------------------------------
+r14456 | zorglub | 2006-02-21 13:30:50 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+
+wxstuff
+
+------------------------------------------------------------------------
+r14455 | zorglub | 2006-02-21 13:19:54 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+
+Add a close button. Put "-" instead of nothing when there is no info
+
+------------------------------------------------------------------------
+r14454 | zorglub | 2006-02-21 11:51:15 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/streamdata.cpp
+
+Fix theora in WX too (Closes:#531)
+
+------------------------------------------------------------------------
+r14453 | fkuehne | 2006-02-21 11:44:47 -0800 (Tue, 21 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/wizard.m
+
+* fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now.
+------------------------------------------------------------------------
+r14452 | dionoea | 2006-02-21 11:24:23 -0800 (Tue, 21 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/win32_specific.c
+
+Fix running vlc from path in windows (see http://forum.videolan.org/viewtopic.php?t=17435 ). This could break the mozilla plugin on windows (see http://trac.videolan.org/vlc/changeset/9106) so i'm commiting and i'll do a nightly to check. One way to be sure would be to ask Gibalou but ....
+
+
+------------------------------------------------------------------------
+r14450 | damienf | 2006-02-21 08:38:23 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/vlccontrol.cpp
+
+vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem
+
+------------------------------------------------------------------------
+r14448 | courmisch | 2006-02-21 07:02:16 -0800 (Tue, 21 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Don't rebuild static libvlc when not needed
+Yet to find a solution for the same problem with shared libvlc
+
+------------------------------------------------------------------------
+r14447 | courmisch | 2006-02-21 04:49:02 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Favor libiconv over Win32 API for *Locale
+
+------------------------------------------------------------------------
+r14446 | courmisch | 2006-02-21 04:16:11 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix minor typo
+
+------------------------------------------------------------------------
+r14445 | courmisch | 2006-02-21 04:14:27 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+
+Oups, forgot this file
+
+------------------------------------------------------------------------
+r14444 | courmisch | 2006-02-21 04:13:59 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/messages.c
+
+Convert to local encoding before printing on console (closes #556)
+
+------------------------------------------------------------------------
+r14443 | courmisch | 2006-02-21 04:13:22 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Use //translit when converting to an non-Unicode charset
+
+------------------------------------------------------------------------
+r14442 | adn | 2006-02-21 03:58:05 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/Makefile
+
+libvlc.a is in src/
+
+------------------------------------------------------------------------
+r14441 | courmisch | 2006-02-21 03:53:49 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+A few utf8 *printf wrappers (refs #556)
+
+------------------------------------------------------------------------
+r14440 | courmisch | 2006-02-21 03:02:38 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Build vlc-bundle on BeOS
+
+------------------------------------------------------------------------
+r14438 | xtophe | 2006-02-21 01:07:44 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Thou shalt use a clean tree for po stuffs.
+
+------------------------------------------------------------------------
+r14437 | courmisch | 2006-02-21 00:30:16 -0800 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Attempt to fix #555 for mozilla plugin as well (refs #555)
+
+------------------------------------------------------------------------
+r14427 | fkuehne | 2006-02-20 13:00:10 -0800 (Mon, 20 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+* first update of the po-files
+------------------------------------------------------------------------
+r14425 | courmisch | 2006-02-20 11:53:22 -0800 (Mon, 20 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Fix linking with C++ builtins
+
+------------------------------------------------------------------------
+r14423 | courmisch | 2006-02-20 10:00:28 -0800 (Mon, 20 Feb 2006) | 8 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/src/Makefile.am
+
+- Remove dependency of vlc on stamp-builtin with shared libvlc
+- Link against -lvlc instead of src/libvlc.so otherwise installed vlc
+  cannot be loaded (closes #555)
+- Remove src/libvlc.a when src/libvlc.so is built so that previous item
+  does not break Win32 linking
+
+<subliminal message>how about using libtool</subliminal message>
+
+------------------------------------------------------------------------
+r14422 | hartman | 2006-02-20 04:21:15 -0800 (Mon, 20 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcd/cdrom.c
+   M /trunk/modules/access/vcd/cdrom_internals.h
+
+* Fix CDDA and VCD modules for Mac OS X Intel. Fix suggestion by Keiki SATOH aka demo-n <demo-n at users dot sourceforgedot net>.
+
+------------------------------------------------------------------------
+r14421 | xtophe | 2006-02-19 15:22:02 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
+
+ffmpeg-cvs.patch: fix upstream
+
+------------------------------------------------------------------------
+r14420 | fkuehne | 2006-02-19 14:41:29 -0800 (Sun, 19 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+
+* fixed keywords and encoding
+------------------------------------------------------------------------
+r14419 | fkuehne | 2006-02-19 14:38:07 -0800 (Sun, 19 Feb 2006) | 7 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/macosx/intf.m
+
+* added the progress dialogue to the set of widgets
+- the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though)
+- note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise
+
+* WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days
+
+As usual, comments on the implementation and the GUI-design are welcome :)
+------------------------------------------------------------------------
+r14418 | courmisch | 2006-02-19 13:20:09 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+Fix linking of C++ plugins
+
+------------------------------------------------------------------------
+r14417 | courmisch | 2006-02-19 12:14:07 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Share most of binary packaging script between WinCE and Win32
+
+------------------------------------------------------------------------
+r14416 | courmisch | 2006-02-19 12:02:12 -0800 (Sun, 19 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Include libvlc.dll when packaging
+(Hmm, there is a nice code duplication between win32 and winCE here)
+
+------------------------------------------------------------------------
+r14415 | courmisch | 2006-02-19 11:59:47 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Really fix
+
+------------------------------------------------------------------------
+r14414 | courmisch | 2006-02-19 11:47:44 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Attempt to fix vlc linkage with static libvlc
+
+------------------------------------------------------------------------
+r14413 | courmisch | 2006-02-19 10:29:08 -0800 (Sun, 19 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/src/Makefile.am
+
+- Build builtins before shared libvlc
+- Link builtins with libvlc instead of vlc
+  (seems to fix shared libvlc on Win32)
+
+------------------------------------------------------------------------
+r14412 | courmisch | 2006-02-19 09:58:49 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Ahem hem typo
+
+------------------------------------------------------------------------
+r14411 | dionoea | 2006-02-19 09:16:05 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/rss.c
+
+rss.c: add some Atom stuff and some extra checks.
+
+------------------------------------------------------------------------
+r14410 | courmisch | 2006-02-19 09:14:36 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Dionoea: here is "make core", your portable "make vlc" replacement
+
+------------------------------------------------------------------------
+r14409 | zorglub | 2006-02-19 08:25:27 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+compile can now work from subdirs
+
+------------------------------------------------------------------------
+r14408 | zorglub | 2006-02-19 08:16:56 -0800 (Sun, 19 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
+
+* Show meta-information separately
+* Collect more meta-information in id3
+
+------------------------------------------------------------------------
+r14407 | dionoea | 2006-02-19 08:02:04 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
+
+Remove debug message
+
+------------------------------------------------------------------------
+r14406 | fkuehne | 2006-02-19 08:01:47 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
+
+* replaced all NSLog-calls by msg_***
+* changed the button order in DIALOG_YES_NO_CANCEL. (the order is now: Cancel, No, Yes; which is more Mac-like IMO, but feel free to change it again)
+------------------------------------------------------------------------
+r14405 | courmisch | 2006-02-19 07:46:44 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Fix Mozilla plugin on ELF architectures
+
+------------------------------------------------------------------------
+r14404 | asmax | 2006-02-19 07:37:05 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+
+* all: new skin variable "vlc.isFullscreen" (guess what it does ;)
+
+------------------------------------------------------------------------
+r14403 | courmisch | 2006-02-19 07:21:58 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/src/Makefile.am
+
+Really fix libintl linking
+
+------------------------------------------------------------------------
+r14402 | asmax | 2006-02-19 06:54:57 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/NEWS
+
+* JACK audio output
+
+------------------------------------------------------------------------
+r14401 | courmisch | 2006-02-19 06:54:38 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Attempt to fix linking with "included" gettext
+
+------------------------------------------------------------------------
+r14400 | dionoea | 2006-02-19 06:39:53 -0800 (Sun, 19 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/msn.c
+
+Fix msn plugin.
+Note to zorglub: please test changes before commiting.
+
+------------------------------------------------------------------------
+r14399 | zorglub | 2006-02-19 06:32:13 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras
+
+More
+
+------------------------------------------------------------------------
+r14398 | zorglub | 2006-02-19 06:31:15 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/src
+
+svn:ignore
+
+------------------------------------------------------------------------
+r14397 | courmisch | 2006-02-19 06:28:50 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix
+
+------------------------------------------------------------------------
+r14396 | courmisch | 2006-02-19 06:15:04 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+Update files list
+
+------------------------------------------------------------------------
+r14395 | courmisch | 2006-02-19 06:13:29 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   D /trunk/lib
+
+Remove unused directory
+
+------------------------------------------------------------------------
+r14394 | courmisch | 2006-02-19 05:45:17 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Link Mozilla plugin against shared library when built
+
+------------------------------------------------------------------------
+r14393 | zorglub | 2006-02-19 05:44:29 -0800 (Sun, 19 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/utils/var_tree.cpp
+
+Fix a warning
+Add some timing to playlist 
+
+------------------------------------------------------------------------
+r14392 | courmisch | 2006-02-19 05:40:09 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+   M /trunk/bindings/mediacontrol-python/setup.py
+   M /trunk/mozilla/Makefile.am
+
+Propagate libvlc move in plugins
+
+------------------------------------------------------------------------
+r14391 | zorglub | 2006-02-19 05:36:15 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   D /trunk/src/control/control_input.c
+   D /trunk/src/control/control_playlist.c
+   D /trunk/src/control/control_vlm.c
+   D /trunk/src/control/core.c
+   A /trunk/src/control/libvlc_core.c (from /trunk/src/control/core.c:14389)
+   A /trunk/src/control/libvlc_input.c (from /trunk/src/control/control_input.c:14389)
+   A /trunk/src/control/libvlc_playlist.c (from /trunk/src/control/control_playlist.c:14389)
+   A /trunk/src/control/libvlc_video.c (from /trunk/src/control/video.c:14389)
+   A /trunk/src/control/libvlc_vlm.c (from /trunk/src/control/control_vlm.c:14389)
+   D /trunk/src/control/video.c
+
+Be consistant in naming
+
+------------------------------------------------------------------------
+r14390 | courmisch | 2006-02-19 05:30:20 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix a bug whereby --disable-shared-libvlc would actually enable it
+
+------------------------------------------------------------------------
+r14389 | courmisch | 2006-02-19 05:11:21 -0800 (Sun, 19 Feb 2006) | 7 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+   A /trunk/src/Makefile.am
+   A /trunk/src/audio_output/ainput.c (from /trunk/src/audio_output/input.c:14386)
+   D /trunk/src/audio_output/input.c
+   A /trunk/src/control/control_input.c (from /trunk/src/control/input.c:14386)
+   A /trunk/src/control/control_playlist.c (from /trunk/src/control/playlist.c:14386)
+   A /trunk/src/control/control_vlm.c (from /trunk/src/control/vlm.c:14386)
+   D /trunk/src/control/input.c
+   D /trunk/src/control/playlist.c
+   D /trunk/src/control/vlm.c
+   M /trunk/toolbox
+
+- Build libvlc from src/ rather than top
+  so that it is cleanly built before all modules
+  (step toward buildable shared libvlc on Win32)
+- Don't build position dependant code when building shared libvlc
+  (that was a big waste of time)
+- Link builtin modules with vlc rather than libvlc
+
+------------------------------------------------------------------------
+r14388 | courmisch | 2006-02-19 04:13:46 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+Ensure src/misc exists in builddir
+
+------------------------------------------------------------------------
+r14387 | courmisch | 2006-02-19 03:15:01 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/rss.c
+
+LoadImage is a macro on Win32 API - you can't use as a function name as is
+
+------------------------------------------------------------------------
+r14386 | courmisch | 2006-02-19 01:52:55 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Clean up backported from [12323]
+
+------------------------------------------------------------------------
+r14385 | courmisch | 2006-02-19 01:16:05 -0800 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+ooups
+
+------------------------------------------------------------------------
+r14384 | courmisch | 2006-02-19 01:03:58 -0800 (Sun, 19 Feb 2006) | 24 lines
+Changed paths:
+   M /trunk/bootstrap
+
+- Seemingly fix linking of plugins with shared libvlc on Win32
+- Hopefully the same on Darwin
+
+!!! BIG FAT WARNING !!!
+On architectures where you need to resolve all symbols when
+linking a shared library, libvlc must be built before the plugins, so
+that they can resolve symbols from the libvlc API. Also, the "builtins"
+must be built before libvlc (regardless of the architecture or use of
+shared libvlc). However, our build system currently builds all modules,
+whether builtins or plugins, then libvlc and then vlc.
+
+Obviously, we could swap the build orders, so that libvlc gets built
+before modules/ but that will only work if there is no buitins modules.
+I'm not too keen on the idea of recursing twice within the modules/
+subdirectories (once for builtins, and once for plugins). Until the
+issue is settled, here is how to build and test the shared libvlc on
+Win32:
+
+1/ run configure with --enable-shared-libvlc
+2/ build all built-in modules (or disable them all) one by one,
+3/ make libvlc.dll
+4/ make
+
+
+------------------------------------------------------------------------
+r14383 | dionoea | 2006-02-18 15:10:54 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+update video filter news (again :) )
+
+------------------------------------------------------------------------
+r14382 | dionoea | 2006-02-18 15:08:23 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/rss.c
+
+rss.c: change module shortname
+
+------------------------------------------------------------------------
+r14381 | dionoea | 2006-02-18 15:06:12 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/rss.c
+
+rss.c: add 'support' for Atom feeds.
+
+------------------------------------------------------------------------
+r14380 | dionoea | 2006-02-18 14:20:59 -0800 (Sat, 18 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/video_filter/rss.c
+
+rss.c: add suport for feed images (default enabled).
+
+tested with 
+./vlc --sub-filter rss --rss-urls "http://www.lefigaro.fr/rss/figaro_une.xml|http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml" --rss-length 40 --rss-size 15 --rss-images --rss-speed 1000 <video>
+
+------------------------------------------------------------------------
+r14379 | dionoea | 2006-02-18 14:08:11 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_osd.h
+
+Comment lines now fit on a 80 char wide screen
+
+------------------------------------------------------------------------
+r14378 | courmisch | 2006-02-18 12:49:46 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/vlc-api.pl
+
+Remove ugly usage of vlc_symbols.h when building libvlc as a shared library
+
+------------------------------------------------------------------------
+r14377 | courmisch | 2006-02-18 12:34:32 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcd/cdrom.c
+   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/access_filter/timeshift.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/codec/fake.c
+   M /trunk/modules/demux/demuxdump.c
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/old.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/vobsub.c
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/switcher.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/rss.c
+
+All: missing #include "charset.h"
+
+------------------------------------------------------------------------
+r14376 | courmisch | 2006-02-18 12:32:03 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
+
+Fix warnings
+
+------------------------------------------------------------------------
+r14375 | jpsaman | 2006-02-18 12:28:47 -0800 (Sat, 18 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_vlm.h
+
+Remove whitespace
+------------------------------------------------------------------------
+r14374 | jpsaman | 2006-02-18 12:26:23 -0800 (Sat, 18 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Use #include <vlc_vlm.h> instead of local include directive
+------------------------------------------------------------------------
+r14373 | jpsaman | 2006-02-18 12:24:27 -0800 (Sat, 18 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
+------------------------------------------------------------------------
+r14372 | courmisch | 2006-02-18 12:07:55 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/resampler/linear.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r14371 | courmisch | 2006-02-18 12:05:50 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r14370 | courmisch | 2006-02-18 12:04:36 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/en50221.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r14369 | sam | 2006-02-18 11:18:35 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * modules/demux/mp4/drms.c: mostly cosmetic changes.
+
+------------------------------------------------------------------------
+r14368 | fkuehne | 2006-02-18 11:04:19 -0800 (Sat, 18 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/Modules.am
+
+* forgot that one in [14365]
+------------------------------------------------------------------------
+r14367 | dionoea | 2006-02-18 11:03:44 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/image.c
+
+do everything with the stream functions (no more fopen)
+
+------------------------------------------------------------------------
+r14366 | fkuehne | 2006-02-18 10:53:24 -0800 (Sat, 18 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/update.h
+   M /trunk/modules/gui/macosx/update.m
+
+* added a note about the update-checker to the news and updated the copyright dates in *.h and *.m
+------------------------------------------------------------------------
+r14365 | fkuehne | 2006-02-18 10:40:04 -0800 (Sat, 18 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   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/keyedobjects.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
+   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   A /trunk/modules/gui/macosx/update.h
+   A /trunk/modules/gui/macosx/update.m
+
+* new CheckForUpdate panel (closes #310)
+- the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
+    - download through VLC is implemented, but commented for the moment
+- needs some checking once a complete Status.xml is available
+------------------------------------------------------------------------
+r14364 | dionoea | 2006-02-18 09:57:47 -0800 (Sat, 18 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/image.c
+
+image.c: ImageReadUrl now tries to open the image using the stream functions if fopen failed. (Which means that it can now read images on the web)
+
+
+------------------------------------------------------------------------
+r14363 | dionoea | 2006-02-18 09:01:58 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/rss.c
+
+use EnsureUTF8 on output string
+
+------------------------------------------------------------------------
+r14362 | dionoea | 2006-02-18 07:45:35 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/rss.c
+
+Remove white characters at begining and end of element values.
+
+------------------------------------------------------------------------
+r14361 | courmisch | 2006-02-18 00:46:48 -0800 (Sat, 18 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Don't try to be more clever than gettext in detecting libintl
+(we don't seem to be). ${LIBINTL} is normally not defined when there is
+no libintl anyway - should fix FreeBSD libintl linking issue
+
+------------------------------------------------------------------------
+r14360 | courmisch | 2006-02-18 00:37:26 -0800 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix typo noticed by zorglub
+
+------------------------------------------------------------------------
+r14359 | xtophe | 2006-02-17 15:14:57 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+
+Update the x264 patch.
+
+------------------------------------------------------------------------
+r14358 | dionoea | 2006-02-17 14:49:12 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Add bluescreen video filter
+
+------------------------------------------------------------------------
+r14357 | dionoea | 2006-02-17 14:44:05 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/vlm.js
+
+Show current item number for each of the instances
+
+------------------------------------------------------------------------
+r14356 | dionoea | 2006-02-17 14:10:56 -0800 (Fri, 17 Feb 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/mosaic.h
+
+* mosaic.c: Bluescreen/Greenscreen/Chromakey video background replacement
+method. It's still quite simple ... loads of room for improvement.
+Example available here: http://people.videolan.org/~dionoea/bluescreen.mpg
+
+* mosaic.h: remove trailing space
+
+------------------------------------------------------------------------
+r14355 | oaubert | 2006-02-17 09:39:25 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
+
+mediacontrol_audio_video.c: remove debug message
+
+------------------------------------------------------------------------
+r14354 | oaubert | 2006-02-17 09:02:59 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlcglue.c
+
+vlcglue.c: same bug, specify malloc unit.
+
+------------------------------------------------------------------------
+r14353 | oaubert | 2006-02-17 09:02:34 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_util.c
+
+mediacontrol_util.c: better safe than sorry, specify the malloc unit.
+
+------------------------------------------------------------------------
+r14352 | oaubert | 2006-02-17 08:51:06 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_init.c
+
+src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)
+
+------------------------------------------------------------------------
+r14351 | hartman | 2006-02-17 08:15:50 -0800 (Fri, 17 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/include/aout_internal.h
+   M /trunk/modules/audio_filter/resampler/linear.c
+   M /trunk/modules/demux/mp4/mp4.c
+
+* Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
+  This might explain the audio-core crashes we have seen in the past on Mac OS X 
+* Fix issues with platforms which don't have alloca() (defined)
+
+------------------------------------------------------------------------
+r14350 | oaubert | 2006-02-17 07:28:10 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
+
+mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type
+
+------------------------------------------------------------------------
+r14349 | dionoea | 2006-02-17 06:59:36 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+update NEWS file
+
+------------------------------------------------------------------------
+r14348 | dionoea | 2006-02-17 06:56:06 -0800 (Fri, 17 Feb 2006) | 9 lines
+Changed paths:
+   M /trunk/modules/video_filter/logo.c
+
+Logo filter(s) now takes a list of images, delays and alpha as input and
+loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...]
+Idea (and some parts of the code) by markfm
+
+Note:
+The vout-filter segfaults upon destruction but i don't understand why...
+could someone have a look ?
+
+
+------------------------------------------------------------------------
+r14347 | hartman | 2006-02-17 06:33:32 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/aout_internal.h
+
+* This change should be better then the one in [14346]
+
+------------------------------------------------------------------------
+r14346 | hartman | 2006-02-17 06:20:02 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/aout_internal.h
+
+* stricter aout_BufferFree
+
+------------------------------------------------------------------------
+r14345 | courmisch | 2006-02-17 03:07:57 -0800 (Fri, 17 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+
+Minor change so that 50 is actually the number of items to be updated at a time
+(rather than 50 + 2)
+
+------------------------------------------------------------------------
+r14344 | courmisch | 2006-02-17 02:13:28 -0800 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)
+
+------------------------------------------------------------------------
+r14343 | zorglub | 2006-02-16 21:50:26 -0800 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Fix compilation when VLM is disabled
+
+------------------------------------------------------------------------
+r14342 | zorglub | 2006-02-16 21:46:08 -0800 (Thu, 16 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+Don't disable audio if V4L video dev does not have an audio dev too. Closes:#254
+
+Thanks to Timothy Lee < timothy d0t lee @t siriushk d0t c0m > for the patch.
+
+------------------------------------------------------------------------
+r14341 | zorglub | 2006-02-16 21:42:13 -0800 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/vlm.c
+
+Fix some bugs
+
+------------------------------------------------------------------------
+r14340 | sam | 2006-02-16 14:07:36 -0800 (Thu, 16 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/README
+
+  * extras/contrib/README: keep track of what patches have been contributed
+    back to the upstream authors so far.
+
+------------------------------------------------------------------------
+r14339 | sam | 2006-02-16 14:01:39 -0800 (Thu, 16 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264.patch
+
+  * extras/contrib/src/Patches/x264.patch: removed the exp2f/sqrtf part of
+    this patch, I committed it upstream instead.
+
+------------------------------------------------------------------------
+r14338 | massiot | 2006-02-16 13:31:36 -0800 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+?
+
+------------------------------------------------------------------------
+r14337 | massiot | 2006-02-16 13:19:47 -0800 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+!
+
+------------------------------------------------------------------------
+r14336 | sigmunau | 2006-02-16 13:11:11 -0800 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+real.c: fix some crashes
+
+------------------------------------------------------------------------
+r14335 | fkuehne | 2006-02-16 12:05:18 -0800 (Thu, 16 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+* added a button to create an empty node at the top level of the playlist. Thanks to zorglub for a hint once again :) (closes #449)
+------------------------------------------------------------------------
+r14334 | dionoea | 2006-02-16 11:31:29 -0800 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/podcast.c
+
+Move podcast meta info to "Podcast Info" category
+
+------------------------------------------------------------------------
+r14333 | dionoea | 2006-02-16 09:31:31 -0800 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+   M /trunk/modules/misc/msn.c
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/playlist/sort.c
+
+[patch] unifying meta-information access, the 2nd by Daniel Str?\195?\164nger
+
+------------------------------------------------------------------------
+r14332 | zorglub | 2006-02-15 23:22:57 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+Fix a doxygen comment
+
+------------------------------------------------------------------------
+r14331 | zorglub | 2006-02-15 14:31:49 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/vlm.c
+   M /trunk/test/native/libvlc.c
+
+More VLM API stuff
+
+------------------------------------------------------------------------
+r14330 | zorglub | 2006-02-15 12:35:51 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/msn.c
+
+Typo
+
+------------------------------------------------------------------------
+r14329 | courmisch | 2006-02-15 11:59:30 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/growl.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r14328 | zorglub | 2006-02-15 11:48:07 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/growl.c
+   M /trunk/modules/misc/msn.c
+
+Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)
+
+------------------------------------------------------------------------
+r14327 | djc | 2006-02-15 11:40:27 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/growl.c
+
+Stupid me... don't do twice hton*
+
+------------------------------------------------------------------------
+r14326 | oaubert | 2006-02-15 07:06:20 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/setup.py
+
+mediacontrol-python/setup.py: do not use PIC libraries on win32 and darwin-ppc
+
+------------------------------------------------------------------------
+r14325 | oaubert | 2006-02-15 06:15:10 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_init.c
+
+src/control/mediacontrol_init.c: check return values of VLC_Create and VLC_Init
+
+------------------------------------------------------------------------
+r14324 | oaubert | 2006-02-15 06:12:23 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlcglue.c
+
+mediacontrol-python/vlcglue.c: check the return value of VLC_Create
+
+------------------------------------------------------------------------
+r14323 | oaubert | 2006-02-15 06:11:16 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlcglue.c
+   M /trunk/bindings/mediacontrol-python/vlcglue.h
+
+mediacontrol-python: portability fix (for Mac OS X/PPC), dirty but it works
+
+------------------------------------------------------------------------
+r14322 | oaubert | 2006-02-15 06:04:41 -0800 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
+
+misc/svg.c: use char* instead of byte_t* to avoid warnings
+
+------------------------------------------------------------------------
+r14321 | djc | 2006-02-14 18:09:01 -0800 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+-lws2_32 on win32...
+
+------------------------------------------------------------------------
+r14320 | djc | 2006-02-14 17:32:26 -0800 (Tue, 14 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/growl.c
+
+configure.ac: try to fix beos build
+growl.c: add --growl-ttl option
+
+------------------------------------------------------------------------
+r14319 | djc | 2006-02-14 16:39:10 -0800 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Add "send" (-lsocket) dependance to growl module to fix BeOS build
+
+------------------------------------------------------------------------
+r14318 | djc | 2006-02-14 16:15:21 -0800 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/growl.c
+
+Takes default TTL (instead of 42...)
+
+------------------------------------------------------------------------
+r14317 | djc | 2006-02-14 15:59:50 -0800 (Tue, 14 Feb 2006) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/Modules.am
+   A /trunk/modules/misc/growl.c (from /trunk/modules/misc/msn.c:14311)
+   M /trunk/modules/misc/msn.c
+
+Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
+It is built by default since it sends notifications to network (perhaps
+we should only build it on macos).
+
+msn.c: should fix a refcount issue (*not?\194?\160tested*)
+
+------------------------------------------------------------------------
+r14316 | zorglub | 2006-02-14 14:50:13 -0800 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   A /trunk/src/control/vlm.c
+
+Missing file
+
+------------------------------------------------------------------------
+r14315 | zorglub | 2006-02-14 14:35:37 -0800 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/core.c
+   M /trunk/test/NativeLibvlcTest.py
+   M /trunk/test/PyMediaControlVariablesTest.py
+   M /trunk/test/native/libvlc.c
+
+Fix some bugs
+
+------------------------------------------------------------------------
+r14314 | zorglub | 2006-02-14 13:41:23 -0800 (Tue, 14 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   D /trunk/bindings/STATUS
+   A /trunk/bindings/python
+   M /trunk/include/libvlc_internal.h
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/include/vlc_vlm.h
+   M /trunk/src/control/core.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/test/native/libvlc.c
+   M /trunk/test/pyunit.h
+
+* Beginning of VLM API
+* Some test work
+* Export vlm_MediaSearch
+
+------------------------------------------------------------------------
+r14313 | courmisch | 2006-02-14 12:41:27 -0800 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+(Win32) Support stat() for file names outside ANSI Code Page
+
+------------------------------------------------------------------------
+r14312 | courmisch | 2006-02-14 09:20:32 -0800 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Safer Win32 code page translation
+
+------------------------------------------------------------------------
+r14311 | xtophe | 2006-02-14 07:38:21 -0800 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/param_eq.c
+
+param_eq.c: eol style
+
+------------------------------------------------------------------------
+r14310 | titer | 2006-02-14 05:48:43 -0800 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
+
+FFmpeg forgets to create include/postproc/
+
+------------------------------------------------------------------------
+r14309 | dionoea | 2006-02-14 04:32:50 -0800 (Tue, 14 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+update vc71-glib-1.2.10-bin.zip and libIDL-0.6.3-win32-bin.zip locations
+Thanks to Hobophobe on http://forum.videolan.org/viewtopic.php?t=17262
+
+------------------------------------------------------------------------
+r14308 | courmisch | 2006-02-14 01:57:58 -0800 (Tue, 14 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+- Partial fix for reading characters with multibyte local encoding (refs #548)
+- Fix memory leak
+
+------------------------------------------------------------------------
+r14307 | courmisch | 2006-02-14 01:56:42 -0800 (Tue, 14 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Use return value of EnsureUTF8() to specify whether the bytes sequence was
+valid (UTF-8) or not (incomplete, incorrect non-ASCII, or overlong sequences)
+
+------------------------------------------------------------------------
+r14306 | xtophe | 2006-02-14 01:39:36 -0800 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/param_eq.c
+
+param-eq.c: Svn keyword
+
+------------------------------------------------------------------------
+r14305 | zorglub | 2006-02-13 23:11:18 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/msn.c
+
+Simplify
+
+------------------------------------------------------------------------
+r14304 | djc | 2006-02-13 17:40:59 -0800 (Mon, 13 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+Add --macosx-black switch to black non video screens (fix #301)
+If someone has a better code to maintain a black screen, change
+CGSetDisplayTransferByFormula which seems to be a big kludge.
+
+------------------------------------------------------------------------
+r14303 | sigmunau | 2006-02-13 14:44:24 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/audio_filter/Modules.am
+   A /trunk/modules/audio_filter/param_eq.c
+
+all: parametric equalizer by  Antti Huovilainen (adapted for vlc by me)
+
+------------------------------------------------------------------------
+r14302 | dionoea | 2006-02-13 14:09:56 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+attempt to fix the winCE build
+
+------------------------------------------------------------------------
+r14301 | courmisch | 2006-02-13 13:03:32 -0800 (Mon, 13 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+- Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
+- Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)
+
+------------------------------------------------------------------------
+r14300 | courmisch | 2006-02-13 12:11:48 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Undo erronously commited debug preprocessing directives
+
+------------------------------------------------------------------------
+r14299 | xtophe | 2006-02-13 12:06:22 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+unicode.c: Fix WinCE build (well for this file only)
+
+------------------------------------------------------------------------
+r14298 | courmisch | 2006-02-13 11:14:30 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+
+Replace forbidden characters with underscores when attempting to dump a stream (closes #423)
+
+------------------------------------------------------------------------
+r14297 | courmisch | 2006-02-13 11:13:05 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+
+Fix typo
+
+------------------------------------------------------------------------
+r14296 | courmisch | 2006-02-13 08:53:46 -0800 (Mon, 13 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_output/x11/xcommon.c
+
+- Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392)
+- Move view port and cursor to a sane position
+- Check for VidMode extensions (libXxf86vm)
+
+------------------------------------------------------------------------
+r14295 | xtophe | 2006-02-13 08:37:42 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+unicode.c: Fix logic to set use_iconv
+
+------------------------------------------------------------------------
+r14294 | xtophe | 2006-02-13 07:22:59 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
+
+ffmpeg-wince.patch: fix for the new ffmpeg makefile
+
+------------------------------------------------------------------------
+r14293 | sam | 2006-02-13 05:31:01 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * modules/demux/mp4/drms.c: cosmetic changes to some variable names.
+
+------------------------------------------------------------------------
+r14292 | courmisch | 2006-02-13 05:23:20 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+Fix windows build
+
+------------------------------------------------------------------------
+r14291 | courmisch | 2006-02-13 05:16:08 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/misc/unicode.c
+
+Fix (From|To)Locale (closes #546)
+
+------------------------------------------------------------------------
+r14290 | sam | 2006-02-13 03:49:38 -0800 (Mon, 13 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+  * modules/codec/libmpeg2.c: tell mpeg2dec the real stride of our picture,
+    because some Xv drivers do not necessarily pad video at 16 bytes.
+
+------------------------------------------------------------------------
+r14289 | courmisch | 2006-02-13 03:19:04 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
+
+Fix typo
+
+------------------------------------------------------------------------
+r14288 | courmisch | 2006-02-13 03:15:59 -0800 (Mon, 13 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+- Clean up
+- Unicode file names fixes
+
+------------------------------------------------------------------------
+r14287 | courmisch | 2006-02-13 02:47:43 -0800 (Mon, 13 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+
+- memleak fix
+- getcwd() unicode fix
+
+------------------------------------------------------------------------
+r14286 | courmisch | 2006-02-13 02:47:12 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+getcwd() unicode fix
+
+------------------------------------------------------------------------
+r14285 | hartman | 2006-02-13 02:31:57 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/voutgl.m
+
+* revert unaccelerated OpenGL. it's useless :D
+
+------------------------------------------------------------------------
+r14284 | courmisch | 2006-02-13 02:30:30 -0800 (Mon, 13 Feb 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/demux/demuxdump.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/vobsub.c
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/switcher.c
+
+Further fopen() unicode fixes (refs #528)
+
+skins2 and galaktos remain as I'm not sure how they (don't?) handle
+encodings.
+
+http interface URL were purposedly not made to use Unicode. I'm open to
+suggestions on that one.
+
+------------------------------------------------------------------------
+r14283 | courmisch | 2006-02-13 01:54:15 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/vcd/cdrom.c
+   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/access_filter/timeshift.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/control/corba/corba.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/video_filter/motiondetect.c
+
+Another bunch of Unicode file names fixes (refs #528)
+
+------------------------------------------------------------------------
+r14282 | courmisch | 2006-02-13 00:36:52 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Some WinCE fixes
+
+------------------------------------------------------------------------
+r14281 | courmisch | 2006-02-13 00:30:55 -0800 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/misc/image.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/update.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/network/acl.c
+   M /trunk/src/osd/osd_parser.c
+   M /trunk/src/playlist/loadsave.c
+
+All Unicode fixes for fopen() (refs #528)
+
+------------------------------------------------------------------------
+r14280 | ipkiss | 2006-02-12 23:18:42 -0800 (Sun, 12 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+
+ * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
+ * doc/skins/skins2-howto.xml: Updated doc
+
+------------------------------------------------------------------------
+r14279 | hartman | 2006-02-12 18:36:14 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* It's POSTPROC, not POSPROC
+
+------------------------------------------------------------------------
+r14278 | courmisch | 2006-02-12 14:45:04 -0800 (Sun, 12 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/configuration.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/unicode.c
+
+- mkdir Unicode wrapper (refs #543)
+- fix load/save of configuration and creation of configuration directory (refs #528)
+
+------------------------------------------------------------------------
+r14277 | ipkiss | 2006-02-12 13:39:09 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: Fixed a link
+
+------------------------------------------------------------------------
+r14276 | titer | 2006-02-12 13:22:20 -0800 (Sun, 12 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_chroma/i420_yuy2.c
+
+Use emms after I420_UYVY because the OpenGL vout uses floats in the same thread.
+Re-enabled i420_yuy2_mmx on Darwin/x86.
+
+------------------------------------------------------------------------
+r14275 | courmisch | 2006-02-12 13:12:12 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+utfeightize psz_homedir
+
+------------------------------------------------------------------------
+r14274 | ipkiss | 2006-02-12 13:11:14 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: Documented the DVD-related actions
+
+------------------------------------------------------------------------
+r14273 | ipkiss | 2006-02-12 13:05:53 -0800 (Sun, 12 Feb 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/commands/cmd_dvd.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_dvd.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+
+ * skins2/commands/cmd_dvd.*: New commands for DVD navigation.
+   You can use the following actions in the XML file:
+    - dvd.nextTitle()
+    - dvd.previousTitle()
+    - dvd.nextChapter()
+    - dvd.previousChapter()
+    - dvd.rootMenu()
+
+------------------------------------------------------------------------
+r14272 | courmisch | 2006-02-12 11:57:48 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+
+Export FromLocaleDup()
+
+------------------------------------------------------------------------
+r14271 | courmisch | 2006-02-12 11:55:38 -0800 (Sun, 12 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
+
+- Fix opening of SVG file through a symbolic
+  (one must use stat() rather than lstat() to obtain the size of a file's content!)
+- Use UTF-8 wrappers (refs #528)
+
+------------------------------------------------------------------------
+r14270 | courmisch | 2006-02-12 11:51:12 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Cosmetic fix
+
+------------------------------------------------------------------------
+r14269 | courmisch | 2006-02-12 11:48:50 -0800 (Sun, 12 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+- UF8 wrappers for stat, lstat
+- FromLocaleDup() returns a string to be freed with free() instead of LocaleFree()
+
+------------------------------------------------------------------------
+r14268 | titer | 2006-02-12 10:20:54 -0800 (Sun, 12 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ Also look for libpostproc when ffmpeg is installed without ffmpeg-config
+ nor pkg-config
+
+------------------------------------------------------------------------
+r14267 | xtophe | 2006-02-12 09:38:36 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: don't fail if postproc is with avcodec
+
+------------------------------------------------------------------------
+r14266 | zorglub | 2006-02-12 09:31:53 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   A /trunk/test/NativeStatsTest.py
+   M /trunk/test/PyMediaControlPlaylistTest.py
+   A /trunk/test/native/libvlc.c (from /trunk/test/native/native_libvlc_test.c:14264)
+   D /trunk/test/native/native_libvlc_test.c
+   A /trunk/test/native/stats.c
+
+Improve test coverage
+
+------------------------------------------------------------------------
+r14265 | zorglub | 2006-02-12 09:31:39 -0800 (Sun, 12 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/core.c
+   M /trunk/src/control/playlist.c
+
+Add some playlist api functions
+Fix a bug in exceptions handling
+
+------------------------------------------------------------------------
+r14264 | zorglub | 2006-02-12 09:14:07 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/test/NativeLibvlcTest.py
+   M /trunk/test/PyMediaControlBaseTest.py
+   M /trunk/test/PyMediaControlPlaylistTest.py
+   M /trunk/test/PyMediaControlVariablesTest.py
+   A /trunk/test/native (from /trunk/test/native_libvlc:14259)
+   M /trunk/test/native/native_libvlc_test.c
+   D /trunk/test/native_libvlc
+   M /trunk/test/setup.py
+   M /trunk/test/test.sh
+
+Change some test stuff
+
+------------------------------------------------------------------------
+r14263 | xtophe | 2006-02-12 09:04:45 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: FFMPEG's libpostproc is now separated from libavcodec
+
+------------------------------------------------------------------------
+r14262 | titer | 2006-02-12 08:36:41 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+ BeOS fix
+
+------------------------------------------------------------------------
+r14261 | titer | 2006-02-12 08:02:08 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/ffmpeg-beos.patch.cvs
+   A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch
+
+Fixed ffmpeg contrib
+
+------------------------------------------------------------------------
+r14260 | zorglub | 2006-02-12 07:48:57 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/Makefile.am
+   A /trunk/bindings/mediacontrol-python (from /trunk/bindings/python:14188)
+   D /trunk/bindings/python
+   M /trunk/configure.ac
+
+Move python mediacontrol bindings
+
+------------------------------------------------------------------------
+r14259 | xtophe | 2006-02-12 07:30:40 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/testsuite/Modules.am
+
+Fix distcheck
+
+------------------------------------------------------------------------
+r14258 | zorglub | 2006-02-12 07:28:56 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+
+Fix refcount problems
+
+------------------------------------------------------------------------
+r14257 | zorglub | 2006-02-12 06:22:08 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/utils/var_tree.cpp
+
+Remove debug
+
+------------------------------------------------------------------------
+r14256 | courmisch | 2006-02-12 03:39:00 -0800 (Sun, 12 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/unicode.c
+
+- Attempt to implement (To|From)Locale on MSVC
+- Make (To|From)Locale a no-op on OSes always using UTF-8
+
+------------------------------------------------------------------------
+r14255 | zorglub | 2006-02-12 03:18:43 -0800 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/utils/var_tree.cpp
+   M /trunk/modules/gui/skins2/utils/var_tree.hpp
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.hpp
+
+Playtree: handle delete nicely
+
+------------------------------------------------------------------------
+r14254 | courmisch | 2006-02-11 14:05:14 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Remove always true condition
+
+------------------------------------------------------------------------
+r14253 | courmisch | 2006-02-11 14:04:54 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+
+Fix previous commit
+
+------------------------------------------------------------------------
+r14252 | courmisch | 2006-02-11 13:46:06 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/misc/unicode.c
+
+Unicode wrappers for opendir/readdir
+
+------------------------------------------------------------------------
+r14251 | hartman | 2006-02-11 13:20:24 -0800 (Sat, 11 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/asf/libasf.c
+
+* Do a proper UTF-16 -> UTF-8 conversion on ASF metadata, instead of ignoring one of it's bytes per char.
+  Patch by demo-n <http://demo-n.e-neta.jp>. (Can i have your name for the THANKS file please?)
+  
+
+------------------------------------------------------------------------
+r14250 | hartman | 2006-02-11 12:41:57 -0800 (Sat, 11 Feb 2006) | 10 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/misc/xml/xtag.c
+
+* xtag parser improvements by Daniel Stranger. 
+
+it now ignores
+ - commments <!-- ... -->
+ - processing instructions <? ... ?>
+ - doctype declarations <!DOCTYPE ... >
+and can handle
+ - CDATA element content <![CDATA[ ... ]]>
+
+
+------------------------------------------------------------------------
+r14249 | xtophe | 2006-02-11 12:17:20 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+
+wx/dialogs/*: Don't put labels in buttons if we have a wxID_FOO. So the buttons are themable on GTK.
+
+------------------------------------------------------------------------
+r14248 | courmisch | 2006-02-11 10:40:13 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Fix invalid debug message
+
+------------------------------------------------------------------------
+r14247 | zorglub | 2006-02-11 10:11:29 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+
+Add support for insert and delete in X11 skins
+
+------------------------------------------------------------------------
+r14246 | ipkiss | 2006-02-11 10:01:42 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
+
+ * skins2/win32/win32_loop.cpp: Added support for the Insert and Delete keys
+
+------------------------------------------------------------------------
+r14245 | hartman | 2006-02-11 09:55:28 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+* Fix a \n bug and a memory bug in the SSA/subsdec.
+
+------------------------------------------------------------------------
+r14244 | fkuehne | 2006-02-11 09:50:46 -0800 (Sat, 11 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/wizard.m
+
+* enable multiple selections for streaming as well (closes #522) and put some news
+------------------------------------------------------------------------
+r14243 | fkuehne | 2006-02-11 09:42:40 -0800 (Sat, 11 Feb 2006) | 8 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/wizard.h
+   M /trunk/modules/gui/macosx/wizard.m
+
+* support for applying the same settings to multiple files in single run of the wizard (just select multiple items in the playlist)
+    - note: due to this, the types of some objects in the main dictionary changed from NSString to NSArray. Additionally, this code does neither run nor compile on 10.2 anymore.
+    - various loops are being performed during the run of the wizard now. Please shout if this is noticeably slower on older Macs
+* solved a UTF-8-issue which prevented the usage of certain files which were added to the playlist previously
+* optimised the existing code here and there
+* make sure that all settings are kept for a session
+
+Thanks to zorglub for the playlist-hint :)
+------------------------------------------------------------------------
+r14242 | courmisch | 2006-02-11 09:30:48 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Support opening of non ANSI filenames on Win32
+
+------------------------------------------------------------------------
+r14241 | dionoea | 2006-02-11 09:28:27 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/main
+   M /trunk/share/http/dialogs/playlist
+
+Add some "title"s for image buttons.
+
+------------------------------------------------------------------------
+r14240 | courmisch | 2006-02-11 09:27:09 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Fix typo
+
+------------------------------------------------------------------------
+r14239 | courmisch | 2006-02-11 09:00:08 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Use vlc_fopen (access() or stat() would be more appropriate though)
+
+------------------------------------------------------------------------
+r14238 | zorglub | 2006-02-11 08:10:43 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Should fix vlc-help.txt problem (untested) (Refs:#517)
+
+------------------------------------------------------------------------
+r14237 | zorglub | 2006-02-11 07:49:24 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
+
+Reposition the slider when expanding/retracting a node (Closes:#477)
+
+------------------------------------------------------------------------
+r14236 | zorglub | 2006-02-11 07:21:21 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+only round width and scale height accordingly
+
+------------------------------------------------------------------------
+r14235 | courmisch | 2006-02-11 07:13:56 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
+
+vlc_fopen() wrapper including required file name conversion (refs #528, refs?\194?\160#543)
+
+------------------------------------------------------------------------
+r14234 | courmisch | 2006-02-11 07:12:06 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Don't compile dead code on Win32
+
+------------------------------------------------------------------------
+r14233 | courmisch | 2006-02-11 06:53:44 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Use more common CP1252 rather than Latin-9 as fallback charset
+
+------------------------------------------------------------------------
+r14232 | zorglub | 2006-02-11 06:50:37 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Round scaled sizes to 16 (Closes:#524)
+
+------------------------------------------------------------------------
+r14231 | zorglub | 2006-02-11 06:26:53 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+
+Don't crash in record filter (Closes:#542)
+
+------------------------------------------------------------------------
+r14230 | zorglub | 2006-02-11 06:14:18 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+
+Don't make image when we are not interested in the item
+
+------------------------------------------------------------------------
+r14229 | zorglub | 2006-02-11 06:08:44 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/utils/var_tree.cpp
+   M /trunk/modules/gui/skins2/utils/var_tree.hpp
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+
+Handle Page up / Page down (Refs:#477)
+
+------------------------------------------------------------------------
+r14228 | courmisch | 2006-02-11 05:40:43 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/src/stream_output/sap.c
+
+Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)
+
+------------------------------------------------------------------------
+r14227 | courmisch | 2006-02-11 05:39:03 -0800 (Sat, 11 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+- Fix typo in previous commit
+- Enforce a default TTL value (one) in SDP if there is none - refs #404
+  (it should at least be fine for IPv4 usage)
+
+------------------------------------------------------------------------
+r14226 | courmisch | 2006-02-11 03:58:34 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Simplify [12964]
+
+------------------------------------------------------------------------
+r14225 | fkuehne | 2006-02-11 03:34:31 -0800 (Sat, 11 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/wizard.h
+   M /trunk/modules/gui/macosx/wizard.m
+
+* added an option to keep the selections in the wizard for a single session. It's enabled by default. (refs #522)
+------------------------------------------------------------------------
+r14224 | courmisch | 2006-02-11 02:49:30 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+SAP hop limit should always be 255 as per its specification - refs #404
+
+------------------------------------------------------------------------
+r14223 | courmisch | 2006-02-11 02:47:42 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)
+
+------------------------------------------------------------------------
+r14222 | courmisch | 2006-02-11 02:42:48 -0800 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/network/udp.c
+
+Implement IPv6 multicast output interface selection (closes #491)
+
+------------------------------------------------------------------------
+r14221 | hartman | 2006-02-10 19:04:42 -0800 (Fri, 10 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* Improved renderering of YUVA/P onto YUV variants. refs #539 
+  I420 still not fixed for this bug.
+
+  A simple average of the UV pixels, wasn't giving satisfying results, so I added a bit more logic, to decide based on the transparency value if UY averaging is desireable for the pixels. Produces nice results now, with a very slight shadow somtimes to the right side of the images/glyphs. Looks quite good. 
+
+------------------------------------------------------------------------
+r14220 | hartman | 2006-02-10 17:37:30 -0800 (Fri, 10 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/access/dvdread.c
+
+* Fix the duration of the dvdread module. refs #198.
+  Now duration is accurate, but current time is still block based, so on VBR discs the duration of a second may have some weird variations. Getting accurate time is possible (see what was reverted in [12862]), but this will break the relative SET_TIME (might actually go seeking in the wrong direction for instance). The correct fix here is to expand dvdread with a method that checks the TMAPTI IFO table of a Title, to find what block approximately goes with a certain time. (the TMAPTI table is usually in .5 secs interpolation might possibly be required as well) As a backup an estimate can be made using the ADMAP table.
+
+The behaviour of the dvdread module is now equal to that of the dvdnav module when it comes to time and seeking.
+
+------------------------------------------------------------------------
+r14219 | zorglub | 2006-02-10 16:07:40 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+
+Don't invalidate selection on item change (Refs:#477)
+
+------------------------------------------------------------------------
+r14218 | hartman | 2006-02-10 16:01:55 -0800 (Fri, 10 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_filter/distort.c
+
+* Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
+* Use the correct pitch values when reading from and writing to pictures (out pitch can differ from in pitch, and there is also visible pitch and visible lines.
+
+------------------------------------------------------------------------
+r14217 | zorglub | 2006-02-10 15:39:53 -0800 (Fri, 10 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/share/skins2/playtree/theme.xml
+
+Fix playtree deletion
+Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.
+
+------------------------------------------------------------------------
+r14216 | xtophe | 2006-02-10 14:56:32 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/testsuite/Modules.am
+
+Revert brocken commit [14215]
+
+------------------------------------------------------------------------
+r14215 | xtophe | 2006-02-10 14:24:20 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/testsuite/Modules.am
+
+Unbreack distcheck. First step
+
+------------------------------------------------------------------------
+r14214 | hartman | 2006-02-10 14:03:34 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+* Fix issues with the deinterlace filter that was using the source picture pitch when writing to the output picture.
+
+------------------------------------------------------------------------
+r14213 | hartman | 2006-02-10 13:46:17 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcd/vcd.c
+
+* fprintf -> msg_Dbg
+
+------------------------------------------------------------------------
+r14212 | zorglub | 2006-02-10 13:14:12 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+Disable broken stuff (Refs:#459)
+
+------------------------------------------------------------------------
+r14211 | fkuehne | 2006-02-10 11:56:59 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/wizard.h
+   M /trunk/modules/gui/macosx/wizard.m
+
+* clean up (mostly replacements of nestings of stringByAppendingString by stringWithFormat)
+* removed the stupid "wizard help window" and replaced the help sheets with calls of NSBeginInformationalAlertSheet. This might be beautified with NSAlerts in the future, since we don't care for 10.2 anymore.
+------------------------------------------------------------------------
+r14210 | jpsaman | 2006-02-10 11:53:09 -0800 (Fri, 10 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Fix breakage of other RTSP clients
+------------------------------------------------------------------------
+r14209 | jpsaman | 2006-02-10 09:24:25 -0800 (Fri, 10 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Use correct Transport answer
+------------------------------------------------------------------------
+r14208 | xtophe | 2006-02-10 09:24:14 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: Test glide even when the user specify it
+
+------------------------------------------------------------------------
+r14207 | courmisch | 2006-02-10 08:46:07 -0800 (Fri, 10 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+
+- Use OS default TTL when not overriden
+- Clean up
+(refs #404)
+
+------------------------------------------------------------------------
+r14206 | courmisch | 2006-02-10 08:34:41 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
+
+Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow
+
+------------------------------------------------------------------------
+r14205 | dionoea | 2006-02-10 08:30:20 -0800 (Fri, 10 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
+
+Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll
+have to remove it... but i doubt it.
+
+------------------------------------------------------------------------
+r14204 | courmisch | 2006-02-10 08:25:57 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
+   M /trunk/modules/gui/skins2/utils/var_tree.hpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
+
+gcc 4.1 compile fix from marvin24 #?\194?\160gmx.de
+
+------------------------------------------------------------------------
+r14203 | sigmunau | 2006-02-10 07:05:45 -0800 (Fri, 10 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+modules/misc/rtsp.c: implement support for raw udp transport for muxed streams
+also replaces x-playnow hack with a slightly less ugly hack
+
+vlc vod server can now serve about 5 seconds of video to amino stbs
+
+------------------------------------------------------------------------
+r14202 | jpsaman | 2006-02-10 06:51:10 -0800 (Fri, 10 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Also add support for x-playNow in RtspCallback.
+------------------------------------------------------------------------
+r14201 | jpsaman | 2006-02-10 06:44:19 -0800 (Fri, 10 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+sanity check
+------------------------------------------------------------------------
+r14200 | jpsaman | 2006-02-10 06:43:05 -0800 (Fri, 10 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Indentation and coding style fixes
+------------------------------------------------------------------------
+r14199 | jpsaman | 2006-02-10 05:51:11 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.
+
+------------------------------------------------------------------------
+r14198 | hartman | 2006-02-10 04:58:55 -0800 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.
+
+------------------------------------------------------------------------
+r14197 | hartman | 2006-02-09 18:53:57 -0800 (Thu, 09 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/quicktime.c
+
+* Fix the QT video decoder. refs #345
+
+------------------------------------------------------------------------
+r14196 | xtophe | 2006-02-09 04:31:17 -0800 (Thu, 09 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/zsh.cpp
+
+Remove debug.
+
+------------------------------------------------------------------------
+r14195 | courmisch | 2006-02-09 04:06:02 -0800 (Thu, 09 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/rootwrap.c
+
+Check for AF_INET6 all the time
+
+------------------------------------------------------------------------
+r14194 | dionoea | 2006-02-08 08:26:56 -0800 (Wed, 08 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+Add comment about the fact that lines begining with a # are comments in the
+vlcrc file. This might seem obvious, but many people on the forums don't
+seem to understand that.
+
+
+------------------------------------------------------------------------
+r14193 | sigmunau | 2006-02-08 02:39:33 -0800 (Wed, 08 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+access_output/udp.c: Attach the writer thread. Fixes missing headers.
+
+------------------------------------------------------------------------
+r14192 | djc | 2006-02-08 02:33:46 -0800 (Wed, 08 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/interaction.m
+
+Fix message advice (use description.widgets instead of only description)
+
+------------------------------------------------------------------------
+r14191 | xtophe | 2006-02-07 15:03:45 -0800 (Tue, 07 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/win32text.c
+
+Typo.
+
+------------------------------------------------------------------------
+r14190 | zorglub | 2006-02-07 13:08:32 -0800 (Tue, 07 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/playlist.c
+   A /trunk/src/control/video.c
+   M /trunk/test/libvlc_sample.c
+
+* get/set/toggle fullscreen 
+* Fix a bug in playlist_play
+
+(Refs:#457)
+
+------------------------------------------------------------------------
+r14189 | sigmunau | 2006-02-07 12:41:17 -0800 (Tue, 07 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot
+
+------------------------------------------------------------------------
+r14188 | dionoea | 2006-02-07 09:08:18 -0800 (Tue, 07 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_osd.h
+
+looks like this was retrocommited :)
+
+------------------------------------------------------------------------
+r14187 | courmisch | 2006-02-07 08:37:40 -0800 (Tue, 07 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/dataobject.cpp
+   M /trunk/activex/dataobject.h
+   M /trunk/activex/viewobject.cpp
+   M /trunk/activex/viewobject.h
+   M /trunk/bindings/python/vlcglue.c
+   M /trunk/bindings/python/vlcglue.h
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/include/vlc/mediacontrol.h
+   M /trunk/include/vlc/mediacontrol_structures.h
+   M /trunk/modules/access/dv.c
+   M /trunk/modules/access/dvb/http.c
+   M /trunk/modules/access/fake.c
+   M /trunk/modules/access/gnomevfs.c
+   M /trunk/modules/access/rtsp/access.c
+   M /trunk/modules/access/rtsp/real.c
+   M /trunk/modules/access/rtsp/real.h
+   M /trunk/modules/access/rtsp/real_asmrp.c
+   M /trunk/modules/access/rtsp/real_rmff.c
+   M /trunk/modules/access/rtsp/real_rmff.h
+   M /trunk/modules/access/rtsp/real_sdpplin.c
+   M /trunk/modules/access/rtsp/real_sdpplin.h
+   M /trunk/modules/access/rtsp/rtsp.c
+   M /trunk/modules/access/rtsp/rtsp.h
+   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/access_output/bonjour.c
+   M /trunk/modules/access_output/bonjour.h
+   M /trunk/modules/access_output/shout.c
+   M /trunk/modules/audio_filter/channel_mixer/dolby.c
+   M /trunk/modules/audio_output/arts.c
+   M /trunk/modules/audio_output/auhal.c
+   M /trunk/modules/audio_output/jack.c
+   M /trunk/modules/codec/fake.c
+   M /trunk/modules/codec/realaudio.c
+   M /trunk/modules/codec/sdl_image.c
+   M /trunk/modules/control/http/http.h
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/macros.h
+   M /trunk/modules/control/http/mvar.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/demux/mpc.c
+   M /trunk/modules/demux/nuv.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/gui/macosx/bookmarks.h
+   M /trunk/modules/gui/macosx/embeddedwindow.h
+   M /trunk/modules/gui/macosx/extended.h
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/sfilters.h
+   M /trunk/modules/gui/macosx/wizard.h
+   M /trunk/modules/gui/skins2/commands/async_queue.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
+   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.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
+   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.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.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.hpp
+   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.hpp
+   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
+   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
+   M /trunk/modules/gui/skins2/events/evt_special.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
+   M /trunk/modules/gui/skins2/src/anchor.hpp
+   M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
+   M /trunk/modules/gui/skins2/src/dialogs.hpp
+   M /trunk/modules/gui/skins2/src/file_bitmap.hpp
+   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
+   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.hpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/logger.hpp
+   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/scaled_bitmap.hpp
+   M /trunk/modules/gui/skins2/src/skin_common.hpp
+   M /trunk/modules/gui/skins2/src/theme.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.hpp
+   M /trunk/modules/gui/skins2/src/theme_repository.hpp
+   M /trunk/modules/gui/skins2/src/tooltip.hpp
+   M /trunk/modules/gui/skins2/src/top_window.hpp
+   M /trunk/modules/gui/skins2/src/var_manager.hpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/src/vout_window.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+   M /trunk/modules/gui/skins2/unzip/crypt.h
+   M /trunk/modules/gui/skins2/unzip/ioapi.c
+   M /trunk/modules/gui/skins2/unzip/ioapi.h
+   M /trunk/modules/gui/skins2/unzip/unzip.c
+   M /trunk/modules/gui/skins2/unzip/unzip.h
+   M /trunk/modules/gui/skins2/utils/bezier.hpp
+   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.hpp
+   M /trunk/modules/gui/skins2/utils/ustring.hpp
+   M /trunk/modules/gui/skins2/utils/var_bool.hpp
+   M /trunk/modules/gui/skins2/utils/var_list.hpp
+   M /trunk/modules/gui/skins2/utils/var_percent.hpp
+   M /trunk/modules/gui/skins2/utils/var_text.hpp
+   M /trunk/modules/gui/skins2/utils/var_tree.cpp
+   M /trunk/modules/gui/skins2/utils/var_tree.hpp
+   M /trunk/modules/gui/skins2/utils/variable.hpp
+   M /trunk/modules/gui/skins2/vars/equalizer.cpp
+   M /trunk/modules/gui/skins2/vars/equalizer.hpp
+   M /trunk/modules/gui/skins2/vars/playlist.hpp
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.hpp
+   M /trunk/modules/gui/skins2/vars/time.hpp
+   M /trunk/modules/gui/skins2/vars/volume.hpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
+   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
+   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
+   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
+   M /trunk/modules/gui/skins2/win32/win32_window.hpp
+   M /trunk/modules/gui/skins2/x11/x11_display.hpp
+   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
+   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
+   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
+   M /trunk/modules/gui/skins2/x11/x11_window.hpp
+   M /trunk/modules/gui/wince/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
+   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+   M /trunk/modules/gui/wxwidgets/input_manager.hpp
+   M /trunk/modules/gui/wxwidgets/interface.hpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
+   M /trunk/modules/gui/wxwidgets/streamdata.cpp
+   M /trunk/modules/gui/wxwidgets/timer.hpp
+   M /trunk/modules/gui/wxwidgets/video.hpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+   M /trunk/modules/misc/msn.c
+   M /trunk/modules/misc/win32text.c
+   M /trunk/modules/services_discovery/bonjour.c
+   M /trunk/modules/services_discovery/podcast.c
+   M /trunk/modules/services_discovery/upnp_cc.cpp
+   M /trunk/modules/stream_out/bridge.c
+   M /trunk/modules/stream_out/switcher.c
+   M /trunk/modules/video_filter/magnify.c
+   M /trunk/modules/video_filter/osdmenu.c
+   M /trunk/modules/video_filter/rss.c
+   M /trunk/modules/video_filter/rv32.c
+   M /trunk/modules/video_output/directfb.c
+   M /trunk/src/control/core.c
+   M /trunk/src/control/input.c
+   M /trunk/src/control/mediacontrol_audio_video.c
+   M /trunk/src/control/mediacontrol_core.c
+   M /trunk/src/control/mediacontrol_init.c
+   M /trunk/src/control/mediacontrol_plugin.c
+   M /trunk/src/control/mediacontrol_util.c
+   M /trunk/src/control/playlist.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/misc/hashtables.c
+   M /trunk/src/misc/md5.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/misc/update.c
+   M /trunk/src/network/acl.c
+   M /trunk/src/osd/osd.c
+   M /trunk/src/osd/osd_parser.c
+   M /trunk/test/libvlc_sample.c
+   M /trunk/test/native_libvlc/native_libvlc_test.c
+   M /trunk/test/pyunit.h
+
+All CRLF fixes
+
+------------------------------------------------------------------------
+r14186 | courmisch | 2006-02-07 08:24:30 -0800 (Tue, 07 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+   M /trunk/include/mediacontrol_internal.h
+   M /trunk/include/vlc_acl.h
+   M /trunk/include/vlc_interaction.h
+   M /trunk/include/vlc_md5.h
+   M /trunk/include/vlc_osd.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/include/vlc_update.h
+
+Set EOL style to avoid further CRLF issues
+
+------------------------------------------------------------------------
+r14185 | hartman | 2006-02-07 08:07:58 -0800 (Tue, 07 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/win32text.c
+
+* Fix win32 text renderer.
+
+------------------------------------------------------------------------
+r14184 | hartman | 2006-02-07 07:18:06 -0800 (Tue, 07 Feb 2006) | 12 lines
+Changed paths:
+   M /trunk/include/vlc_osd.h
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/rss.c
+   M /trunk/modules/video_filter/time.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* Introduced a new text_style_t
+* basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
+* changes to freetype renderer to support the font color, size and alpha options of text_style_t (other options are possible, just not implemented yet. Full text_style_t support requires a more advanced renderer though. )
+* changes to modules to support text_style_t instead of the old sub options.
+* Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.
+
+refs #82
+
+not supported are style runs (styles on substrings).
+
+
+
+------------------------------------------------------------------------
+r14183 | hartman | 2006-02-07 07:09:21 -0800 (Tue, 07 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_osd.h
+
+* dos2unix of vlc_osd.h
+
+------------------------------------------------------------------------
+r14182 | rocky | 2006-02-06 07:30:30 -0800 (Mon, 06 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
+
+minor corrections
+------------------------------------------------------------------------
+r14181 | rocky | 2006-02-06 04:41:12 -0800 (Mon, 06 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
+
+Revise. perhaps a little more detail too.
+
+------------------------------------------------------------------------
+r14180 | dionoea | 2006-02-06 04:07:40 -0800 (Mon, 06 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+Remove useless lines (which came from a missunderstanding of how it worked)
+
+------------------------------------------------------------------------
+r14179 | dionoea | 2006-02-05 14:14:00 -0800 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_osd.h
+   M /trunk/modules/access_output/shout.c
+   M /trunk/modules/gui/macosx/output.m
+   M /trunk/modules/gui/macosx/wizard.m
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/src/stream_output/stream_output.c
+
+sout-standard-url is deprecated
+
+------------------------------------------------------------------------
+r14178 | dionoea | 2006-02-05 14:02:12 -0800 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+
+sout-standard-url is deprecated
+
+------------------------------------------------------------------------
+r14177 | dionoea | 2006-02-05 14:01:23 -0800 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+Deprecated options handling
+
+------------------------------------------------------------------------
+r14176 | courmisch | 2006-02-05 12:52:29 -0800 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)
+
+------------------------------------------------------------------------
+r14175 | zorglub | 2006-02-05 05:38:05 -0800 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+
+Show sliders for stream with no time info but position info (Closes:#484)
+
+------------------------------------------------------------------------
+r14174 | hartman | 2006-02-05 04:47:47 -0800 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* Added YVYU blending and fixed UYVY blending.
+
+------------------------------------------------------------------------
+r14173 | hartman | 2006-02-05 04:43:38 -0800 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_yuy2.h
+   M /trunk/modules/video_chroma/i422_yuy2.h
+
+* Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
+
+------------------------------------------------------------------------
+r14172 | zorglub | 2006-02-05 03:09:13 -0800 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+
+Add a "Close" button to the errors window and fix the "Stop showing errors" string
+
+------------------------------------------------------------------------
+r14171 | zorglub | 2006-02-05 03:05:21 -0800 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
+
+Some WX VLM dialog improvements
+
+------------------------------------------------------------------------
+r14170 | hartman | 2006-02-04 15:46:28 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* Hopefully added UYVY blending for YUVA and YUVP. (Untested)
+
+------------------------------------------------------------------------
+r14169 | xtophe | 2006-02-04 15:26:40 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/Modules.am
+
+Include the bitmaps in tarball
+
+------------------------------------------------------------------------
+r14168 | zorglub | 2006-02-04 14:57:01 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/src/interface/interaction.c
+
+Better fix
+
+------------------------------------------------------------------------
+r14167 | hartman | 2006-02-04 14:56:34 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+* Use UYVY fourcc instead of Y422, since i believe it's more common.
+
+------------------------------------------------------------------------
+r14166 | dionoea | 2006-02-04 14:53:09 -0800 (Sat, 04 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/src/misc/update.c
+
+display downloaded size / total size when downloading
+The download specific functions should maybe be exported (i don't know if
+other modules would need to download files to disk)
+
+
+------------------------------------------------------------------------
+r14165 | dionoea | 2006-02-04 14:34:40 -0800 (Sat, 04 Feb 2006) | 7 lines
+Changed paths:
+   M /trunk/src/interface/interaction.c
+
+prevent some more segfaults.
+
+zorglub: could you have a look ? this solution doesn't seem right to
+me because we "loose" some of the calls to the interaction system if
+they're sent at the wrong moment.
+
+
+------------------------------------------------------------------------
+r14164 | xtophe | 2006-02-04 11:54:37 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/update.c
+
+Remove C++ism to please gcc2.95 and BeOS
+
+------------------------------------------------------------------------
+r14163 | jpsaman | 2006-02-04 11:48:38 -0800 (Sat, 04 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Weed some dead code
+------------------------------------------------------------------------
+r14162 | zorglub | 2006-02-04 11:28:20 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+
+Don't fail with no-debug
+
+------------------------------------------------------------------------
+r14161 | jpsaman | 2006-02-04 10:16:13 -0800 (Sat, 04 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+fprintf die die
+------------------------------------------------------------------------
+r14160 | zorglub | 2006-02-04 09:08:44 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+Memleak
+
+------------------------------------------------------------------------
+r14159 | zorglub | 2006-02-04 09:05:14 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   A /trunk/extras/valgrind.suppressions
+
+Valgrind errors suppression file
+
+------------------------------------------------------------------------
+r14158 | zorglub | 2006-02-04 09:03:40 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+
+Missing file
+
+------------------------------------------------------------------------
+r14157 | zorglub | 2006-02-04 08:26:23 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/audio_output/dec.c
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/video_output.c
+
+Stop using strings to index stats, use integers. The list is not sorted yet, though
+
+------------------------------------------------------------------------
+r14156 | zorglub | 2006-02-04 07:28:36 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+Fix memleak
+
+------------------------------------------------------------------------
+r14155 | zorglub | 2006-02-04 05:56:07 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/hashtables.c
+
+Fix stupid bug
+
+------------------------------------------------------------------------
+r14154 | zorglub | 2006-02-04 04:50:41 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/hashtables.c
+
+Don't read uninitialized values
+
+------------------------------------------------------------------------
+r14153 | zorglub | 2006-02-04 03:04:42 -0800 (Sat, 04 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/include/main.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/audio_output/dec.c
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/hashtables.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/video_output.c
+
+* Avoid useless stats_Get calls
+* Reduce vlc_object_find calls
+
+------------------------------------------------------------------------
+r14152 | zorglub | 2006-02-04 01:24:50 -0800 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/hashtables.c
+
+Don't check the full string
+
+------------------------------------------------------------------------
+r14151 | zorglub | 2006-02-03 16:08:50 -0800 (Fri, 03 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/src/stream_output/stream_output.c
+
+AccessOutWrite is called very often, especially for TS. Don't store stats on each call
+
+------------------------------------------------------------------------
+r14150 | zorglub | 2006-02-03 15:52:45 -0800 (Fri, 03 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_symbols.h
+   A /trunk/src/misc/hashtables.c
+   M /trunk/src/misc/stats.c
+
+Use a hash for stats. Not finished
+
+------------------------------------------------------------------------
+r14149 | zorglub | 2006-02-03 11:53:47 -0800 (Fri, 03 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/core.c
+   M /trunk/src/control/playlist.c
+   M /trunk/test/NativeLibvlcTest.py
+   M /trunk/test/native_libvlc/native_libvlc_test.c
+   M /trunk/test/pyunit.h
+
+Play and add (Refs:#457)
+
+------------------------------------------------------------------------
+r14148 | sigmunau | 2006-02-03 07:10:12 -0800 (Fri, 03 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/linux_dvb.c
+
+linux_dvb.c: initialize a variable
+
+------------------------------------------------------------------------
+r14147 | sigmunau | 2006-02-03 06:07:41 -0800 (Fri, 03 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/stream_output/stream_output.c
+
+fix --no-stats in a few cases (there are more remaining)
+
+------------------------------------------------------------------------
+r14146 | xtophe | 2006-02-03 01:54:22 -0800 (Fri, 03 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+Run update-po due to the new upnp files.
+
+------------------------------------------------------------------------
+r14145 | xtophe | 2006-02-02 16:13:11 -0800 (Thu, 02 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+
+Seems that the widget return the path in local encoding
+
+------------------------------------------------------------------------
+r14144 | dionoea | 2006-02-02 15:54:03 -0800 (Thu, 02 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/update.c
+
+fix download (it didn't download the last (file size)%(1<<10) bytes)
+
+------------------------------------------------------------------------
+r14143 | dionoea | 2006-02-02 15:35:12 -0800 (Thu, 02 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/Doxyfile
+
+update Doxyfile using "doxygen -u"
+
+------------------------------------------------------------------------
+r14142 | dionoea | 2006-02-02 15:31:42 -0800 (Thu, 02 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_interaction.h
+   M /trunk/include/vlc_update.h
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+
+include/* : fix doxygen comments
+modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up
+
+------------------------------------------------------------------------
+r14141 | dionoea | 2006-02-02 15:04:59 -0800 (Thu, 02 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/src/misc/update.c
+
+use VLC threads instead of wxWidgets threads.
+(i just had to find the suxor thread exemple in video_output.c :p )
+
+------------------------------------------------------------------------
+r14140 | dionoea | 2006-02-02 11:00:08 -0800 (Thu, 02 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+
+lets hope that this fixes the win32 build
+
+------------------------------------------------------------------------
+r14139 | dionoea | 2006-02-02 10:06:20 -0800 (Thu, 02 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
+
+Fix misplaced include (triggered error on win32 build only ... weird)
+
+------------------------------------------------------------------------
+r14138 | dionoea | 2006-02-02 09:44:07 -0800 (Thu, 02 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/update.c
+
+remove old uneeded #include
+
+------------------------------------------------------------------------
+r14137 | dionoea | 2006-02-02 09:29:06 -0800 (Thu, 02 Feb 2006) | 9 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+   A /trunk/include/vlc_update.h
+   M /trunk/modules/control/rc.c
+   A /trunk/modules/gui/wxwidgets/bitmaps/update_ascii.xpm
+   A /trunk/modules/gui/wxwidgets/bitmaps/update_binary.xpm
+   A /trunk/modules/gui/wxwidgets/bitmaps/update_document.xpm
+   A /trunk/modules/gui/wxwidgets/bitmaps/update_info.xpm
+   A /trunk/modules/gui/wxwidgets/bitmaps/update_source.xpm
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
+   M /trunk/src/misc/modules.c
+   A /trunk/src/misc/update.c
+
+src/*, include/* : update core functions. (Should make it relatively easy
+                   to use in interfaces)
+                   The downloadable plugins part still needs some work.
+
+modules/control/rc.c : add function to query updates (mainly used for testing)
+
+modules/gui/wxwidgets/* : update pannel.
+
+
+------------------------------------------------------------------------
+r14136 | dionoea | 2006-02-02 08:36:48 -0800 (Thu, 02 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/interface/interaction.c
+
+Make sure that the progress bar dialog exists before updating its status.
+
+------------------------------------------------------------------------
+r14135 | sigmunau | 2006-02-02 03:59:15 -0800 (Thu, 02 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+es_out.c: fixed a slight memleak in "now playing" handling. 
+This one is slightly dangerous as it can happen over and over again during
+normal operation.
+
+------------------------------------------------------------------------
+r14134 | courmisch | 2006-02-02 02:59:17 -0800 (Thu, 02 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   M /trunk/modules/services_discovery/Modules.am
+   D /trunk/modules/services_discovery/upnp.cpp
+   A /trunk/modules/services_discovery/upnp_cc.cpp (from /trunk/modules/services_discovery/upnp.cpp:14133)
+   A /trunk/modules/services_discovery/upnp_intel.cpp
+
+Add libupnp-based UPnP discovery from Christian Henz
+with proper configure checks
+
+------------------------------------------------------------------------
+r14133 | hartman | 2006-02-01 19:22:52 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+* Forgot to add the path seperator. truly fixes the bug. refs #463
+
+------------------------------------------------------------------------
+r14132 | hartman | 2006-02-01 18:44:31 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
+
+------------------------------------------------------------------------
+r14131 | hartman | 2006-02-01 12:51:18 -0800 (Wed, 01 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+* If input file in current dir specified, then retrieve CWD when we try to look for subtitle files. fixes #463
+* When probing the autodetected files, probe them in the Locale, not in UTF-8. refs #528
+
+------------------------------------------------------------------------
+r14130 | jpsaman | 2006-02-01 12:24:23 -0800 (Wed, 01 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/mpegvideo.c
+
+Fixed a memleak
+------------------------------------------------------------------------
+r14129 | courmisch | 2006-02-01 12:04:09 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/bookmarks.h
+   M /trunk/modules/gui/macosx/bookmarks.m
+   M /trunk/modules/gui/macosx/equalizer.h
+   M /trunk/modules/gui/macosx/sfilters.h
+   M /trunk/modules/gui/macosx/sfilters.m
+
+Don't use weird MAC charset
+
+------------------------------------------------------------------------
+r14128 | courmisch | 2006-02-01 11:52:29 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/python/vlcglue.h
+
+One more
+
+------------------------------------------------------------------------
+r14127 | courmisch | 2006-02-01 11:49:08 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/developer2
+
+svn:ignore built doc
+
+------------------------------------------------------------------------
+r14126 | courmisch | 2006-02-01 11:47:14 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/developer2/history.xml
+   M /trunk/doc/developer2/videolan-doc.xsl
+   M /trunk/doc/developer2/vlc-dev-doc.xml
+
+Same as previous commit
+
+------------------------------------------------------------------------
+r14125 | courmisch | 2006-02-01 11:44:56 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/developer/Makefile
+   M /trunk/doc/developer/Makefile.in
+   M /trunk/doc/developer/history.xml
+   M /trunk/doc/developer/manual.xml
+   M /trunk/doc/developer/videolan-doc-chunk.xsl
+   M /trunk/doc/developer/videolan-doc.xsl
+
+Uniformize developer doc encoding
+
+------------------------------------------------------------------------
+r14124 | courmisch | 2006-02-01 11:40:01 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/modules/access/vcdx/intf.h
+   M /trunk/modules/gui/macosx/extended.h
+   M /trunk/modules/gui/macosx/extended.m
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk/modules/gui/macosx/wizard.h
+   M /trunk/modules/gui/macosx/wizard.m
+   M /trunk/modules/gui/wxwidgets/streamdata.h
+   M /trunk/modules/video_chroma/i420_rgb_mmx.h
+   M /trunk/modules/visualization/visual/visual.h
+   M /trunk/po/sv.po
+
+Additionnal conversions
+
+------------------------------------------------------------------------
+r14123 | courmisch | 2006-02-01 11:32:40 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/LIST
+   M /trunk/modules/gui/wince/preferences_widgets.h
+
+French -> English
+
+------------------------------------------------------------------------
+r14122 | courmisch | 2006-02-01 11:21:41 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/share/skins2
+
+svn:ignore built skins
+
+------------------------------------------------------------------------
+r14121 | courmisch | 2006-02-01 11:20:17 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/iso_lang.h
+   M /trunk/include/libvlc_internal.h
+   M /trunk/include/modules_inner.h
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/include/vout_synchro.h
+
+More UTF8ication
+
+------------------------------------------------------------------------
+r14120 | hartman | 2006-02-01 10:13:49 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/voutgl.m
+
+* Enable OpenGL without Acceleration on Mac OSX. (Fallback option)
+
+------------------------------------------------------------------------
+r14119 | courmisch | 2006-02-01 10:08:49 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/support/npmac.cpp
+
+That one wasn't even Latin-1
+
+------------------------------------------------------------------------
+r14118 | courmisch | 2006-02-01 10:06:48 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/python/vlcglue.c
+   M /trunk/loader/pe_image.c
+   M /trunk/modules/access/vcdx/demux.c
+   M /trunk/modules/access/vcdx/intf.c
+   M /trunk/modules/audio_filter/channel_mixer/dolby.c
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/a52tospdif.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/audio_filter/normvol.c
+   M /trunk/modules/codec/a52.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/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_minimize.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_muxer.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_menu.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/macosx/macosx_popup.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.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/file_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/file_bitmap.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_popup.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/popup.cpp
+   M /trunk/modules/gui/skins2/src/popup.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/top_window.cpp
+   M /trunk/modules/gui/skins2/src/top_window.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/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.hpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+   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_popup.cpp
+   M /trunk/modules/gui/skins2/win32/win32_popup.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_popup.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/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
+   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
+   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+   M /trunk/modules/gui/wxwidgets/input_manager.hpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
+   M /trunk/modules/gui/wxwidgets/streamdata.cpp
+   M /trunk/modules/misc/playlist/export.c
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/misc/testsuite/playlist.c
+   M /trunk/modules/mux/avi.c
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/swscale/yuv2rgb.c
+   M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
+   M /trunk/modules/video_output/image.c
+   M /trunk/modules/visualization/visual/effects.c
+   M /trunk/modules/visualization/visual/visual.c
+   M /trunk/src/control/input.c
+   M /trunk/src/control/playlist.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/misc/iso_lang.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/playlist/services_discovery.c
+   M /trunk/src/playlist/sort.c
+   M /trunk/src/playlist/view.c
+   M /trunk/src/stream_output/announce.c
+   M /trunk/src/video_output/vout_synchro.c
+
+Uniformize source files encoding
+
+------------------------------------------------------------------------
+r14117 | courmisch | 2006-02-01 10:02:40 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wince/preferences.cpp
+
+Translate french comment
+
+------------------------------------------------------------------------
+r14116 | courmisch | 2006-02-01 10:01:03 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/m3u.c
+
+Encode non-ASCII characters outside comments
+
+------------------------------------------------------------------------
+r14115 | courmisch | 2006-02-01 09:44:04 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsc.c
+
+Fix warnings
+
+------------------------------------------------------------------------
+r14114 | courmisch | 2006-02-01 09:41:29 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/quicktime.c
+
+Fix a bunch of warnings involving mix between uint32_t and long
+
+------------------------------------------------------------------------
+r14113 | hartman | 2006-02-01 08:52:42 -0800 (Wed, 01 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/video_output/opengl.c
+
+* Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
+* Revert the Quartz disabling.
+
+
+------------------------------------------------------------------------
+r14112 | sam | 2006-02-01 08:27:57 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/mp4/libmp4.c
+
+  * modules/demux/mp4: more explicit error messages for DRMS failures.
+
+------------------------------------------------------------------------
+r14111 | courmisch | 2006-02-01 07:40:53 -0800 (Wed, 01 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Enable maintainer mode by default, as it is what maintainer-mode-unaware
+(ie. most) automake users are used to.
+If you DO want NOT to use maintainer mode you are free to pass
+--disable-maintainer-mode to configure.
+
+------------------------------------------------------------------------
+r14110 | courmisch | 2006-02-01 07:28:42 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Simpler use of HAVE_ASSERT
+
+------------------------------------------------------------------------
+r14109 | courmisch | 2006-02-01 07:27:59 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Define NDEBUG when --enable-debug is not specified
+
+------------------------------------------------------------------------
+r14108 | sam | 2006-02-01 06:57:12 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+  * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
+
+------------------------------------------------------------------------
+r14107 | xtophe | 2006-02-01 06:39:05 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/libvlc.c
+
+Test for assert() in configure.
+
+------------------------------------------------------------------------
+r14106 | courmisch | 2006-02-01 05:28:59 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/http.h
+   M /trunk/src/network/httpd.c
+
+Fixed some warnings
+
+------------------------------------------------------------------------
+r14105 | courmisch | 2006-02-01 05:10:55 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r14104 | sam | 2006-02-01 05:01:06 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/include/os_specific.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_config.h
+   M /trunk/include/vlc_threads.h
+   M /trunk/modules/access/vcd/cdrom.c
+   M /trunk/modules/access/vcd/cdrom_internals.h
+   M /trunk/modules/audio_filter/resampler/bandlimited.c
+   M /trunk/modules/codec/cmml/browser_open.c
+   M /trunk/modules/codec/mpeg_audio.c
+   M /trunk/modules/codec/quicktime.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/vlc.c
+
+  * Got rid of SYS_DARWIN everywhere.
+
+------------------------------------------------------------------------
+r14103 | sam | 2006-02-01 04:44:16 -0800 (Wed, 01 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/extras/libc.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/interface/intf_eject.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/charset.c
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/cpu.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/threads.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+  * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
+    __ppc64__ (meaning PowerPC).
+
+------------------------------------------------------------------------
+r14102 | sam | 2006-02-01 04:22:52 -0800 (Wed, 01 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+  * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
+    with --disable-decoder.
+
+------------------------------------------------------------------------
+r14101 | sam | 2006-02-01 04:16:42 -0800 (Wed, 01 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
+
+  * extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.
+  * extras/contrib/src/Makefile: re-added --disable-codec flags (the FFMPEG
+    tree on altair was outdated) but removed the duplicate vorbis one.
+
+------------------------------------------------------------------------
+r14100 | xtophe | 2006-02-01 04:06:56 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/tremor.patch
+
+  * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.
+
+------------------------------------------------------------------------
+r14099 | sam | 2006-02-01 03:45:18 -0800 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+  * extras/contrib/src/Makefile: --disable-codec no longer exists.
+
+------------------------------------------------------------------------
+r14098 | sam | 2006-02-01 03:20:52 -0800 (Wed, 01 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+  * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
+    there is no easy way to check for the presence of an executable, but
+    trying to execute it ("foo --version >/dev/null") is usually safe.
+
+------------------------------------------------------------------------
+r14097 | sam | 2006-02-01 01:57:37 -0800 (Wed, 01 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/mp4/drmstables.h
+   M /trunk/modules/demux/mp4/libmp4.c
+
+  * modules/demux/mp4: added more comments and debug information to the DRMS
+    code.
+
+------------------------------------------------------------------------
+r14096 | hartman | 2006-01-31 19:36:40 -0800 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess... 
+
+------------------------------------------------------------------------
+r14095 | hartman | 2006-01-31 14:17:30 -0800 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+
+* Disable the non functional QT/Quartz output on the intel machines. We should first fix it on OSX, and currently it's annoying the intel debugging proces.
+
+------------------------------------------------------------------------
+r14094 | dionoea | 2006-01-31 12:38:35 -0800 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+add missing images
+
+------------------------------------------------------------------------
+r14093 | hartman | 2006-01-31 12:27:25 -0800 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+* SYS_DARWIN -> __ppc__ || __ppc64__
+
+------------------------------------------------------------------------
+r14092 | hartman | 2006-01-31 12:00:49 -0800 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+* Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check
+
+------------------------------------------------------------------------
+r14091 | dionoea | 2006-01-31 11:50:50 -0800 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/browse
+   M /trunk/share/http/js/functions.js
+
+misc IE and windows fixes or workarounds.
+
+------------------------------------------------------------------------
+r14090 | dionoea | 2006-01-31 08:39:10 -0800 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/sout
+
+default show full sout interface
+
+------------------------------------------------------------------------
+r14089 | sigmunau | 2006-01-31 08:27:50 -0800 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/modules_inner.h
+
+fixed the smallest and most elusive leak yet
+
+------------------------------------------------------------------------
+r14088 | sigmunau | 2006-01-31 07:18:45 -0800 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+vlm.c: fixed minor memleak
+
+------------------------------------------------------------------------
+r14087 | sigmunau | 2006-01-31 07:11:08 -0800 (Tue, 31 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/logger.c
+
+logger.c: put in header prefix for syslog output (still missing for text 
+and html)
+
+------------------------------------------------------------------------
+r14086 | courmisch | 2006-01-31 02:48:47 -0800 (Tue, 31 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Generate correct originating address in SAP header
+in case of IPv4 advertisement on a IPv6-enabled OS
+
+------------------------------------------------------------------------
+r14085 | courmisch | 2006-01-30 14:02:47 -0800 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Fix error handling in (From|To)Locale
+
+------------------------------------------------------------------------
+r14084 | dionoea | 2006-01-30 13:47:38 -0800 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+fix nasm url
+
+------------------------------------------------------------------------
+r14083 | hartman | 2006-01-30 10:14:05 -0800 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.
+
+------------------------------------------------------------------------
+r14082 | courmisch | 2006-01-30 09:44:38 -0800 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Remove .vlt with mostlyclean
+
+------------------------------------------------------------------------
+r14081 | courmisch | 2006-01-30 09:39:42 -0800 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Add missing file
+
+------------------------------------------------------------------------
+r14080 | courmisch | 2006-01-30 09:38:27 -0800 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Hopefully fixes .vlt build
+
+------------------------------------------------------------------------
+r14079 | dionoea | 2006-01-30 09:33:05 -0800 (Mon, 30 Jan 2006) | 9 lines
+Changed paths:
+   M /trunk/share/http/dialogs/main
+   M /trunk/share/http/dialogs/sout
+   M /trunk/share/http/dialogs/vlm
+   A /trunk/share/http/images/info.png
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/vlm.js
+   M /trunk/share/http/requests/status.xml
+   M /trunk/share/http/style.css
+   M /trunk/src/misc/vlm.c
+
+* Add "Stream and media info panel" ( http/dialogs/main,
+  http/images/info.png, http/style.css, http/js/functions.js )
+
+* Make instance playlist position consitent with position used in
+  inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )
+
+* Make it possible to use "enter key" in some text boxes to confirm (*)
+
+
+------------------------------------------------------------------------
+r14078 | courmisch | 2006-01-30 08:59:29 -0800 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Don't distribute generated files - fixes build
+
+------------------------------------------------------------------------
+r14077 | hartman | 2006-01-30 08:07:35 -0800 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Fix the mactel contrib of x264
+
+------------------------------------------------------------------------
+r14076 | sigmunau | 2006-01-30 04:20:37 -0800 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there
+
+------------------------------------------------------------------------
+r14075 | sigmunau | 2006-01-30 03:13:11 -0800 (Mon, 30 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+messages.c: fixed one more leak related to vlm prefix on messages.
+This one happened each time the message queue was overflowed.
+Also (hopefully) fixed a leak that would happen each time no message 
+queue were found. I don't know if this condition can ever appear though
+
+------------------------------------------------------------------------
+r14074 | zorglub | 2006-01-29 14:58:42 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Should fix skins stuff build
+
+------------------------------------------------------------------------
+r14073 | zorglub | 2006-01-29 14:47:31 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+
+Should fix CDDA build
+
+------------------------------------------------------------------------
+r14072 | hartman | 2006-01-29 14:11:04 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
+
+* Open the .sub file of the vobsubs, with the ToLocale version of the path. Should fix issues where the path of the vobsubs contains non-ascii chars. The .sub could then not be opened in some cases since it would try to open with the UTF-8 path. (We should check VLC modules for other cases of this annoying problem)
+
+------------------------------------------------------------------------
+r14071 | zorglub | 2006-01-29 13:45:13 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+   A /trunk/share/skins2/default
+   A /trunk/share/skins2/default/FreeSansBold.ttf
+   A /trunk/share/skins2/default/add_item.png
+   A /trunk/share/skins2/default/add_item_onclick.png
+   A /trunk/share/skins2/default/body.png
+   A /trunk/share/skins2/default/close.png
+   A /trunk/share/skins2/default/close_mouseover.png
+   A /trunk/share/skins2/default/close_onclick.png
+   A /trunk/share/skins2/default/delete_item.png
+   A /trunk/share/skins2/default/delete_item_onclick.png
+   A /trunk/share/skins2/default/disabled.png
+   A /trunk/share/skins2/default/fast.png
+   A /trunk/share/skins2/default/fast_disabled.png
+   A /trunk/share/skins2/default/fast_onclick.png
+   A /trunk/share/skins2/default/next.png
+   A /trunk/share/skins2/default/next_disabled.png
+   A /trunk/share/skins2/default/next_onclick.png
+   A /trunk/share/skins2/default/pause.png
+   A /trunk/share/skins2/default/pause_onclick.png
+   A /trunk/share/skins2/default/play.png
+   A /trunk/share/skins2/default/play_onclick.png
+   A /trunk/share/skins2/default/playlist.png
+   A /trunk/share/skins2/default/playlist_body1.png
+   A /trunk/share/skins2/default/playlist_body2.png
+   A /trunk/share/skins2/default/playlist_body3.png
+   A /trunk/share/skins2/default/playlist_body4.png
+   A /trunk/share/skins2/default/playlist_body6.png
+   A /trunk/share/skins2/default/playlist_body7.png
+   A /trunk/share/skins2/default/playlist_body8.png
+   A /trunk/share/skins2/default/playlist_body9.png
+   A /trunk/share/skins2/default/playlist_button.png
+   A /trunk/share/skins2/default/playlist_button2.png
+   A /trunk/share/skins2/default/playlist_button_onclick.png
+   A /trunk/share/skins2/default/playlist_button_onclick2.png
+   A /trunk/share/skins2/default/preferences.png
+   A /trunk/share/skins2/default/preferences_onclick.png
+   A /trunk/share/skins2/default/previous.png
+   A /trunk/share/skins2/default/previous_disabled.png
+   A /trunk/share/skins2/default/previous_onclick.png
+   A /trunk/share/skins2/default/reduce.png
+   A /trunk/share/skins2/default/reduce_disabled.png
+   A /trunk/share/skins2/default/reduce_mouseover.png
+   A /trunk/share/skins2/default/reduce_onclick.png
+   A /trunk/share/skins2/default/resize.png
+   A /trunk/share/skins2/default/rev.png
+   A /trunk/share/skins2/default/rev_disabled.png
+   A /trunk/share/skins2/default/rev_onclick.png
+   A /trunk/share/skins2/default/slider.png
+   A /trunk/share/skins2/default/slider2.png
+   A /trunk/share/skins2/default/slider_onclick.png
+   A /trunk/share/skins2/default/slider_playlist.png
+   A /trunk/share/skins2/default/slider_volume.png
+   A /trunk/share/skins2/default/slider_volume_onclick.png
+   A /trunk/share/skins2/default/slow.png
+   A /trunk/share/skins2/default/slow_disabled.png
+   A /trunk/share/skins2/default/slow_onclick.png
+   A /trunk/share/skins2/default/sort.png
+   A /trunk/share/skins2/default/sort_onclick.png
+   A /trunk/share/skins2/default/stop.png
+   A /trunk/share/skins2/default/stop_disabled.png
+   A /trunk/share/skins2/default/stop_onclick.png
+   A /trunk/share/skins2/default/theme.xml
+   A /trunk/share/skins2/default/volume.png
+   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
+   D /trunk/share/skins2/default.vlt
+   A /trunk/share/skins2/playtree
+   A /trunk/share/skins2/playtree/FreeSansBold.ttf
+   A /trunk/share/skins2/playtree/add_item.png
+   A /trunk/share/skins2/playtree/add_item_onclick.png
+   A /trunk/share/skins2/playtree/body.png
+   A /trunk/share/skins2/playtree/close.png
+   A /trunk/share/skins2/playtree/close_mouseover.png
+   A /trunk/share/skins2/playtree/close_onclick.png
+   A /trunk/share/skins2/playtree/closed.png
+   A /trunk/share/skins2/playtree/delete_item.png
+   A /trunk/share/skins2/playtree/delete_item_onclick.png
+   A /trunk/share/skins2/playtree/disabled.png
+   A /trunk/share/skins2/playtree/fast.png
+   A /trunk/share/skins2/playtree/fast_disabled.png
+   A /trunk/share/skins2/playtree/fast_onclick.png
+   A /trunk/share/skins2/playtree/item.png
+   A /trunk/share/skins2/playtree/next.png
+   A /trunk/share/skins2/playtree/next_disabled.png
+   A /trunk/share/skins2/playtree/next_onclick.png
+   A /trunk/share/skins2/playtree/open.png
+   A /trunk/share/skins2/playtree/pause.png
+   A /trunk/share/skins2/playtree/pause_onclick.png
+   A /trunk/share/skins2/playtree/play.png
+   A /trunk/share/skins2/playtree/play_onclick.png
+   A /trunk/share/skins2/playtree/playlist.png
+   A /trunk/share/skins2/playtree/playlist_body1.png
+   A /trunk/share/skins2/playtree/playlist_body2.png
+   A /trunk/share/skins2/playtree/playlist_body3.png
+   A /trunk/share/skins2/playtree/playlist_body4.png
+   A /trunk/share/skins2/playtree/playlist_body6.png
+   A /trunk/share/skins2/playtree/playlist_body7.png
+   A /trunk/share/skins2/playtree/playlist_body8.png
+   A /trunk/share/skins2/playtree/playlist_body9.png
+   A /trunk/share/skins2/playtree/playlist_button.png
+   A /trunk/share/skins2/playtree/playlist_button2.png
+   A /trunk/share/skins2/playtree/playlist_button_onclick.png
+   A /trunk/share/skins2/playtree/playlist_button_onclick2.png
+   A /trunk/share/skins2/playtree/preferences.png
+   A /trunk/share/skins2/playtree/preferences_onclick.png
+   A /trunk/share/skins2/playtree/previous.png
+   A /trunk/share/skins2/playtree/previous_disabled.png
+   A /trunk/share/skins2/playtree/previous_onclick.png
+   A /trunk/share/skins2/playtree/reduce.png
+   A /trunk/share/skins2/playtree/reduce_disabled.png
+   A /trunk/share/skins2/playtree/reduce_mouseover.png
+   A /trunk/share/skins2/playtree/reduce_onclick.png
+   A /trunk/share/skins2/playtree/resize.png
+   A /trunk/share/skins2/playtree/rev.png
+   A /trunk/share/skins2/playtree/rev_disabled.png
+   A /trunk/share/skins2/playtree/rev_onclick.png
+   A /trunk/share/skins2/playtree/slider.png
+   A /trunk/share/skins2/playtree/slider2.png
+   A /trunk/share/skins2/playtree/slider_onclick.png
+   A /trunk/share/skins2/playtree/slider_playlist.png
+   A /trunk/share/skins2/playtree/slider_volume.png
+   A /trunk/share/skins2/playtree/slider_volume_onclick.png
+   A /trunk/share/skins2/playtree/slow.png
+   A /trunk/share/skins2/playtree/slow_disabled.png
+   A /trunk/share/skins2/playtree/slow_onclick.png
+   A /trunk/share/skins2/playtree/sort.png
+   A /trunk/share/skins2/playtree/sort_onclick.png
+   A /trunk/share/skins2/playtree/stop.png
+   A /trunk/share/skins2/playtree/stop_disabled.png
+   A /trunk/share/skins2/playtree/stop_onclick.png
+   A /trunk/share/skins2/playtree/theme.xml
+   A /trunk/share/skins2/playtree/volume.png
+   A /trunk/share/skins2/playtree/vout.png
+   A /trunk/share/skins2/playtree/vout2.png
+   A /trunk/share/skins2/playtree/vout_body.png
+   A /trunk/share/skins2/playtree/vout_body1.png
+   A /trunk/share/skins2/playtree/vout_bottom.png
+   A /trunk/share/skins2/playtree/vout_bottom_left.png
+   A /trunk/share/skins2/playtree/vout_bottom_right.png
+   A /trunk/share/skins2/playtree/vout_left.png
+   A /trunk/share/skins2/playtree/vout_onclick.png
+   A /trunk/share/skins2/playtree/vout_right.png
+   A /trunk/share/skins2/playtree/vout_top.png
+   A /trunk/share/skins2/playtree/vout_top_left.png
+   A /trunk/share/skins2/playtree/vout_top_right.png
+   D /trunk/share/skins2/playtree.vlt
+
+Use uncompressed VLT in svn instead of compressed and compress on build
+
+------------------------------------------------------------------------
+r14070 | zorglub | 2006-01-29 11:13:35 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/test
+   M /trunk/test/NativeLibvlcTest.py
+   M /trunk/test/TODO
+   M /trunk/test/native_libvlc/native_libvlc_test.c
+   M /trunk/test/test.sh
+
+Test some things
+
+------------------------------------------------------------------------
+r14069 | zorglub | 2006-01-29 11:04:07 -0800 (Sun, 29 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/core.c
+   M /trunk/src/control/playlist.c
+
+Fix a crasher in exception handling
+Add some playlist functions
+
+------------------------------------------------------------------------
+r14068 | xtophe | 2006-01-29 09:33:55 -0800 (Sun, 29 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
+
+infopanels: Redimension the text area. implement modifiable
+iteminfo: Use infopanel.
+
+------------------------------------------------------------------------
+r14067 | zorglub | 2006-01-29 09:00:31 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   D /trunk/test/BaseTest.py
+   A /trunk/test/NativeLibvlcTest.py
+   D /trunk/test/PlaylistTest.py
+   A /trunk/test/PyMediaControlBaseTest.py
+   A /trunk/test/PyMediaControlPlaylistTest.py (from /trunk/test/PlaylistTest.py:14062)
+   A /trunk/test/PyMediaControlVariablesTest.py (from /trunk/test/VariablesTest.py:14062)
+   D /trunk/test/VariablesTest.py
+   A /trunk/test/native_libvlc
+   A /trunk/test/native_libvlc/native_libvlc_test.c
+   A /trunk/test/pyunit.h
+   A /trunk/test/setup.py
+   M /trunk/test/test.sh
+
+Skeleton for testing libvlc
+
+------------------------------------------------------------------------
+r14066 | dionoea | 2006-01-29 08:44:04 -0800 (Sun, 29 Jan 2006) | 4 lines
+Changed paths:
+   M /trunk/share/http/dialogs/main
+   M /trunk/share/http/dialogs/vlm
+   A /trunk/share/http/images/refresh.png
+   A /trunk/share/http/images/slider_bar.png
+   A /trunk/share/http/images/slider_left.png
+   A /trunk/share/http/images/slider_point.png
+   A /trunk/share/http/images/slider_right.png
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/status.xml
+
+main, functions.js, slider_*.png : add position slider
+status.xml : add "seek" command
+vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
+
+------------------------------------------------------------------------
+r14065 | hartman | 2006-01-29 07:25:07 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+* FORTUNE !!!! :D
+
+------------------------------------------------------------------------
+r14064 | dionoea | 2006-01-29 06:26:57 -0800 (Sun, 29 Jan 2006) | 4 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/vlm.js
+   M /trunk/share/http/requests/vlm.xml
+   M /trunk/src/misc/vlm.c
+
+src/misc/vlm.c : export the current playlist item's index for each instance
+share/http/* : display instances for vlm media elements
+               some layout changes (inputs and outputs)
+
+------------------------------------------------------------------------
+r14063 | dionoea | 2006-01-29 06:19:37 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+
+Prompt for password again after displaying "Wrong password."
+
+------------------------------------------------------------------------
+r14062 | zorglub | 2006-01-29 03:38:15 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/misc/stats.c
+
+Fix warnings
+
+------------------------------------------------------------------------
+r14061 | dionoea | 2006-01-29 03:01:37 -0800 (Sun, 29 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/vout_intf.c
+
+add boolean option "snapshot-preview" to enable/disable the snapshot's
+preview display in the top left corner of the screen.
+
+------------------------------------------------------------------------
+r14060 | courmisch | 2006-01-29 02:36:46 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+Remove debug messages
+
+------------------------------------------------------------------------
+r14059 | courmisch | 2006-01-29 02:35:30 -0800 (Sun, 29 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Remove erroneous debug message
+
+
+------------------------------------------------------------------------
+r14058 | courmisch | 2006-01-29 01:11:11 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+use vlc-https instead of vlc-http when using TLS
+
+------------------------------------------------------------------------
+r14057 | courmisch | 2006-01-29 01:03:15 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+Fix output stream leak in case of Avahi error
+
+------------------------------------------------------------------------
+r14056 | courmisch | 2006-01-29 01:00:31 -0800 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+Clean up
+
+------------------------------------------------------------------------
+r14055 | dionoea | 2006-01-28 16:11:22 -0800 (Sat, 28 Jan 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
+   M /trunk/src/misc/vlm.c
+
+modules/control/http/mvar.c : explore vlm_message_t trees all the way
+                              (instead of stoping after a depth of 2)
+
+src/misc/vlm.c : minor instance information reporting change
+
+
+------------------------------------------------------------------------
+r14054 | xtophe | 2006-01-28 15:51:57 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+confihure.ac: don't overwrite user options even if we have contrib
+
+------------------------------------------------------------------------
+r14053 | zorglub | 2006-01-28 14:31:23 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Don't check syslog value if we don't have syslog.h
+
+------------------------------------------------------------------------
+r14052 | damienf | 2006-01-28 14:05:18 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
+
+ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
+
+------------------------------------------------------------------------
+r14051 | damienf | 2006-01-28 12:42:36 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+
+cdda.c: don't forget to include <errno.h> when using errno
+
+------------------------------------------------------------------------
+r14050 | zorglub | 2006-01-28 10:53:58 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+Get stats on block inputs (Refs:#473)
+
+------------------------------------------------------------------------
+r14049 | zorglub | 2006-01-28 10:49:32 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Link cdda with iconv on osx
+
+------------------------------------------------------------------------
+r14048 | dionoea | 2006-01-28 10:44:54 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+ misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.
+
+------------------------------------------------------------------------
+r14047 | xtophe | 2006-01-28 10:43:13 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+win32 rules: make it more dirty to be able to produce debug package
+
+------------------------------------------------------------------------
+r14046 | zorglub | 2006-01-28 10:11:12 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Add CDDB support to CDDA module (Refs:#459)
+
+------------------------------------------------------------------------
+r14045 | dionoea | 2006-01-28 08:10:26 -0800 (Sat, 28 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/share/http/index.html
+
+add warning about javascript support being needed if the browser doesn't
+support javascript.
+
+------------------------------------------------------------------------
+r14044 | dionoea | 2006-01-28 08:05:50 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/vlm.js
+
+make sure that local variables are local variables.
+
+------------------------------------------------------------------------
+r14043 | sigmunau | 2006-01-28 06:41:33 -0800 (Sat, 28 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+freetype.c: don't render empty subtitles. 
+Some files uses an empty (only holding a space) subtitle to mark the end of
+the previous subtitle. These caused a little gray box to appear with
+--freetype-effect 3 before this change
+
+------------------------------------------------------------------------
+r14042 | zorglub | 2006-01-28 06:25:56 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+
+Fix refcount problem
+
+------------------------------------------------------------------------
+r14041 | sigmunau | 2006-01-28 05:30:33 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/interface/interaction.c
+
+interaction.c: Don't crash in certain condition
+
+------------------------------------------------------------------------
+r14040 | sigmunau | 2006-01-28 03:49:22 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+
+telnet.c: a few more minor (potensial) memleaks
+
+------------------------------------------------------------------------
+r14039 | zorglub | 2006-01-28 03:38:49 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/share/Makefile.am
+
+Fixes for prehistoric build system
+
+------------------------------------------------------------------------
+r14038 | sigmunau | 2006-01-28 03:36:30 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+
+telnet.c: fix a very minor memleak in Open
+
+------------------------------------------------------------------------
+r14037 | sigmunau | 2006-01-28 03:32:05 -0800 (Sat, 28 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+vlm.c: Add some asyncronity to schedule execution.
+Should fix issues when schedules add or delete new schedules. Closes:#510
+
+Also fixes a minor memleak in schedule creation/deletion
+
+------------------------------------------------------------------------
+r14036 | zorglub | 2006-01-28 03:18:39 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   A /trunk/share/http/old (from /trunk/share/http-old:14035)
+   M /trunk/share/http/old/admin/browse.html
+   M /trunk/share/http/old/index.html
+   M /trunk/share/http/old/vlm/edit.html
+   M /trunk/share/http/old/vlm/index.html
+   M /trunk/share/http/old/vlm/new.html
+   M /trunk/share/http/old/vlm/show.html
+   M /trunk/share/http/old/webcam.html
+   D /trunk/share/http-old
+
+Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)
+
+------------------------------------------------------------------------
+r14035 | zorglub | 2006-01-28 02:58:48 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/rrd-howto.txt
+
+Improve doc
+
+------------------------------------------------------------------------
+r14034 | zorglub | 2006-01-28 02:56:47 -0800 (Sat, 28 Jan 2006) | 3 lines
+Changed paths:
+   A /trunk/doc/rrd-howto.txt
+   M /trunk/modules/misc/logger.c
+
+RRD output (Refs:#473)
+This is a quick hack, which should in the end be merged in a way to expose stats
+
+------------------------------------------------------------------------
+r14033 | zorglub | 2006-01-28 02:45:13 -0800 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/misc/stats.c
+   M /trunk/src/playlist/playlist.c
+
+Compute global input/output stats (Refs:#473)
+
+------------------------------------------------------------------------
+r14032 | zorglub | 2006-01-27 12:35:42 -0800 (Fri, 27 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/src/input/input.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/objects.c
+
+Don't print debug messages and don't do interaction on preparsing
+
+------------------------------------------------------------------------
+r14031 | zorglub | 2006-01-27 10:28:45 -0800 (Fri, 27 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/stream_output/stream_output.c
+
+* Improve timers (Refs:#473)
+* AccessOutWrite can be called with input already detached (Closes:#523)
+
+------------------------------------------------------------------------
+r14030 | sam | 2006-01-27 06:19:52 -0800 (Fri, 27 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+  * added NASM to the contribs (OS X x86 only) so that we can build x264.
+
+------------------------------------------------------------------------
+r14029 | dionoea | 2006-01-27 06:11:55 -0800 (Fri, 27 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/axvlc_rc.rc
+   M /trunk/configure.ac
+   M /trunk/debian/copyright
+   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/mozilla/npvlc_rc.rc
+   M /trunk/share/vlc_win32_rc.rc
+
+Update copyright dates used in interfaces and binaries (2005 -> 2006)
+
+------------------------------------------------------------------------
+r14028 | dionoea | 2006-01-27 05:54:47 -0800 (Fri, 27 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/modules/control/http/rpn.c
+
+ rpn.c : vlm_cmd now adds a "vlm_value" variable
+ AUTHORS : add the HTTP interface rewrite
+
+------------------------------------------------------------------------
+r14027 | dionoea | 2006-01-27 05:48:28 -0800 (Fri, 27 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/share/http/dialogs/vlm
+   M /trunk/share/http/js/vlm.js
+   A /trunk/share/http/vlm_export.html
+
+ * : it's now possible to enter a batch of commands or export the VLM
+     configuration
+
+------------------------------------------------------------------------
+r14026 | dionoea | 2006-01-27 04:58:05 -0800 (Fri, 27 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+add "export" command. It behaves exactly like "save" except that commands
+are printed in a vlm_message and not in a file.
+
+------------------------------------------------------------------------
+r14025 | sam | 2006-01-27 01:48:54 -0800 (Fri, 27 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+  * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
+    commit.
+
+------------------------------------------------------------------------
+r14024 | sam | 2006-01-26 15:13:34 -0800 (Thu, 26 Jan 2006) | 17 lines
+Changed paths:
+   M /trunk/extras/contrib/src
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/faad2.patch
+   A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
+   A /trunk/extras/contrib/src/Patches/flac-mactel.patch
+   A /trunk/extras/contrib/src/Patches/libdvdnav-mactel.patch
+
+  * Various patches to allow more contribs to build on OS X x86. Only x264
+    and goom still do not build. I successfully built a native VLC using
+    the current contribs and the following configuration line:
+
+    ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk \
+       --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
+       --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52 \
+       --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis \
+       --enable-ogg --enable-theora --enable-faac --enable-mkv \
+       --enable-freetype --disable-cddax --disable-vcdx --enable-speex \
+       --enable-flac --disable-goom --enable-livedotcom --enable-caca \
+       --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap \
+       --enable-x264 --enable-shout --enable-twolame --enable-debug
+
+    Apparently the native video output does not work yet, but sound and codecs
+    seem rather OK.
+
+------------------------------------------------------------------------
+r14023 | sam | 2006-01-26 12:33:25 -0800 (Thu, 26 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+
+  * extras/contrib/bootstrap: support i686-apple-darwin8.
+
+------------------------------------------------------------------------
+r14022 | sam | 2006-01-26 12:27:37 -0800 (Thu, 26 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/visualization/visual/visual.c
+
+  * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
+    name, renamed it into SSECT_TEXT (for "spectral section").
+
+------------------------------------------------------------------------
+r14021 | sam | 2006-01-26 12:22:00 -0800 (Thu, 26 Jan 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
+    OS X x86, because it's just an undefined function; so we use the keyword
+    "vector" to make sure.
+
+------------------------------------------------------------------------
+r14020 | sam | 2006-01-26 12:08:33 -0800 (Thu, 26 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/cpu.c
+
+  * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
+    properly detect CPU features on a MacIntel.
+
+------------------------------------------------------------------------
+r14019 | sam | 2006-01-26 11:51:06 -0800 (Thu, 26 Jan 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_rgb16.c
+   M /trunk/modules/video_chroma/i420_ymga.c
+   M /trunk/modules/video_chroma/i420_yuy2.h
+   M /trunk/modules/video_chroma/i422_yuy2.c
+
+  * modules/video_chroma/*: use .p2align instead of .align for data alignment,
+    because .align's behaviour changes across platforms: on Linux x86 ELF its
+    argument is a byte count, on OS X x86 Mach-O it's a log2.
+
+------------------------------------------------------------------------
+r14018 | courmisch | 2006-01-26 09:29:07 -0800 (Thu, 26 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Fix UDP broadcast
+
+------------------------------------------------------------------------
+r14017 | sigmunau | 2006-01-26 09:14:09 -0800 (Thu, 26 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+modules/demux/ts.c: Fixed a very very minor memleak
+
+------------------------------------------------------------------------
+r14016 | sigmunau | 2006-01-26 09:05:57 -0800 (Thu, 26 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+access_output/udp.c: Fixed an old  memleak.
+This leak is triggered each time the udp access out is started, so it 
+could be the cause of some of these "slow memleak with udp streaming" 
+reports we have had, if these users where streaming a file in repeat
+
+------------------------------------------------------------------------
+r14015 | sigmunau | 2006-01-26 08:51:47 -0800 (Thu, 26 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/src/misc/messages.c
+
+src/misc/messages.c: Fixed a nasty memleak recently introduced
+vlc_input.h: Fixed a not so nasty memleak recently introduced
+
+Thank you very much zorglub
+
+------------------------------------------------------------------------
+r14014 | xtophe | 2006-01-24 15:06:43 -0800 (Tue, 24 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: Use AC_PATH_XTRA. 
+             Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...
+
+------------------------------------------------------------------------
+r14013 | xtophe | 2006-01-24 15:02:35 -0800 (Tue, 24 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: No X11 on win32
+
+------------------------------------------------------------------------
+r14012 | zorglub | 2006-01-24 14:42:16 -0800 (Tue, 24 Jan 2006) | 14 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/stats.c
+   M /trunk/src/playlist/playlist.c
+
+Add a timing facility (Refs:#473)
+
+It is only available in debug mode.
+
+To use: stats_TimerStart( vlc_object_t* , char *name );
+stats_TimerStop( vlc_object_t *, char *name );
+
+stats_TimerDump( vlc_object_t* , char *name ) will print a line
+
+TIMER name : last_time - total_time / number of samples (average time)
+
+stats_TimersDumpAll is not implemented yet
+
+------------------------------------------------------------------------
+r14011 | dionoea | 2006-01-24 14:25:15 -0800 (Tue, 24 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
+
+use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
+full of \n)
+
+------------------------------------------------------------------------
+r14010 | sam | 2006-01-24 04:09:06 -0800 (Tue, 24 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/configure.ac
+
+  * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
+    the reserved words CXXFLAGS and LDFLAGS.
+  * configure.ac: remove spaces inside parentheses that confuse automake.
+  * Makefile.am: do not use both = and += inside conditionals.
+
+------------------------------------------------------------------------
+r14009 | xtophe | 2006-01-24 01:53:53 -0800 (Tue, 24 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi
+
+Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)
+
+------------------------------------------------------------------------
+r14008 | hartman | 2006-01-23 21:52:40 -0800 (Mon, 23 Jan 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/ps.c
+
+* Fake the PCR/SCR on MPEG PES streams (VDR for instance).
+  Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack.
+  It worked for all my VDR PES files and was never triggered for my entire PS collection.
+
+------------------------------------------------------------------------
+r14007 | zorglub | 2006-01-23 13:21:19 -0800 (Mon, 23 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/stream_output/stream_output.c
+
+Gather some sout stats (Refs:#473)
+
+------------------------------------------------------------------------
+r14006 | hartman | 2006-01-23 13:10:49 -0800 (Mon, 23 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+
+* Don't crash if the hdlr in a mov has no name.
+* spelling correction and debug for out of bound child boxes.
+
+------------------------------------------------------------------------
+r14005 | zorglub | 2006-01-23 11:09:22 -0800 (Mon, 23 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/control/showintf.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+Add global options for netsync and showintf and hide them from interface (Closes:#508)
+
+------------------------------------------------------------------------
+r14004 | xtophe | 2006-01-23 07:35:02 -0800 (Mon, 23 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+http.c: add an option to disable bonjour (closes #509).
+       Please review and improve the option text and longtext strings. 
+
+------------------------------------------------------------------------
+r14003 | damienf | 2006-01-23 04:00:00 -0800 (Mon, 23 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/activex/oleobject.cpp
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/vlccontrol.cpp
+
+plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
+vlccontrol.cpp: fixed small mem leak
+
+------------------------------------------------------------------------
+r14002 | dionoea | 2006-01-22 17:04:16 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+oops, last commit wasn't meant to happen
+
+------------------------------------------------------------------------
+r14001 | dionoea | 2006-01-22 17:02:54 -0800 (Sun, 22 Jan 2006) | 16 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+fix subtitles position (aspect ratio)
+
+the subtitle was displayed fine but since aspect ratios didn't match it
+wasn't positioned correctly on the vout. ie:
+--------------
+|            |
+|            |
+|      subtit|
+|            |
+-------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )
+
+now it's displayed in the center but the letters are scaled horrizontaly
+(which doesn't look too good ... but at least everything is displayed)
+( http://people.videolan.org/~dionoea/vlcsubs2.png )
+
+
+------------------------------------------------------------------------
+r14000 | hartman | 2006-01-22 16:34:33 -0800 (Sun, 22 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+* Fix the opacity and color settings for the YUVA renderer.
+PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1
+
+------------------------------------------------------------------------
+r13999 | dionoea | 2006-01-22 16:23:14 -0800 (Sun, 22 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/share/http/dialogs/vlm
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/vlm.js
+
+ dialogs/vlm, js/vlm.js : add schedule support
+ * : some code cleanup.
+
+------------------------------------------------------------------------
+r13998 | hartman | 2006-01-22 14:54:57 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* Pass along the SSA header in mkv files to the decoder.
+
+------------------------------------------------------------------------
+r13997 | dionoea | 2006-01-22 14:52:20 -0800 (Sun, 22 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+If one schedule was disabled, all the folowing schedules weren't shown.
+Could someone explain why this return was put here in the first place ?
+
+------------------------------------------------------------------------
+r13996 | sigmunau | 2006-01-22 14:49:01 -0800 (Sun, 22 Jan 2006) | 14 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+freetype.c: Revived and revamped old yuva renderer
+
+Highlights:
+  Three rendering modes: Outline, Fat outline and background
+  Better looking
+Drawbacks:
+  White only at the moment
+  no yuva blend filter for some chromas
+  
+the old renderer is available with the --freetype-yuvp option, since this is
+needed at least for dvbsubs encoding. (and for people with no usable blend
+filter)
+
+
+------------------------------------------------------------------------
+r13995 | hartman | 2006-01-22 14:27:29 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
+
+* Stupid subtitles with their lack of proper specifications and implementations.....
+
+------------------------------------------------------------------------
+r13994 | hartman | 2006-01-22 14:20:19 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
+
+* The vobsub param is Delay, not delay.
+
+------------------------------------------------------------------------
+r13993 | xtophe | 2006-01-22 10:13:59 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Fix the win* package rules for the http intf.
+
+------------------------------------------------------------------------
+r13992 | xtophe | 2006-01-22 10:10:53 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/ntservice.c
+
+missing in [13991].
+
+------------------------------------------------------------------------
+r13991 | zorglub | 2006-01-22 09:12:24 -0800 (Sun, 22 Jan 2006) | 6 lines
+Changed paths:
+   M /trunk/include/variables.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/codec/cmml/cmml.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/misc/logger.c
+   M /trunk/src/input/input.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/variables.c
+
+* Make ParseOption (from input) a global service (var_OptionParse)
+* Add i_options/pp_options to intf_Create
+
+* add global options to enable file-logging and syslog (Refs:#508)
+
+
+------------------------------------------------------------------------
+r13990 | zorglub | 2006-01-22 09:10:57 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/modules.h
+
+Add a psz_help field to module_t (Refs:#413)
+
+------------------------------------------------------------------------
+r13989 | dionoea | 2006-01-22 08:45:40 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+add "oc" to the language list
+
+------------------------------------------------------------------------
+r13988 | dionoea | 2006-01-22 08:44:54 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+same thing for wince
+
+------------------------------------------------------------------------
+r13987 | dionoea | 2006-01-22 08:42:55 -0800 (Sun, 22 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+this should fix the win build. This build system is plain stupid. Why do we
+have references to the same stuff in http/Makefile.am and Makefile.am ?
+
+------------------------------------------------------------------------
+r13986 | zorglub | 2006-01-22 08:35:59 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Less HTTPd debugging
+
+------------------------------------------------------------------------
+r13985 | xtophe | 2006-01-22 08:18:39 -0800 (Sun, 22 Jan 2006) | 3 lines
+Changed paths:
+   A /trunk/share/http/.hosts (from /trunk/share/http-old/.hosts:13982)
+   M /trunk/share/http/dialogs/.hosts
+
+.hosts: Provide a template .hosts.
+dialogs/.hosts: Explanation about the empty file. 
+
+------------------------------------------------------------------------
+r13984 | dionoea | 2006-01-22 08:18:38 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/requests/vlm.xml
+
+fix cut & paste error (bis).
+
+------------------------------------------------------------------------
+r13983 | dionoea | 2006-01-22 08:18:02 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/requests/vlm.xml
+
+fix cut & paste error.
+
+------------------------------------------------------------------------
+r13982 | zorglub | 2006-01-22 08:01:30 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/Modules.am
+
+Fix build of vcdx module
+
+------------------------------------------------------------------------
+r13981 | dionoea | 2006-01-22 07:59:52 -0800 (Sun, 22 Jan 2006) | 7 lines
+Changed paths:
+   M /trunk/share/http/dialogs/vlm
+   M /trunk/share/http/js/vlm.js
+   M /trunk/share/http/style.css
+   M /trunk/share/http/vlm.html
+
+ all: handle VLM broadcast and vod elements.
+ todo: - seeking on broadcast elements
+       - schedules
+       - file(or textbox) load / save. might need some changes to the VLM
+         core in order to export commands to a string (and not to a file)
+       
+
+------------------------------------------------------------------------
+r13980 | sam | 2006-01-22 04:52:13 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/rules
+
+  * debian/*: new Debian upload.
+
+------------------------------------------------------------------------
+r13979 | dionoea | 2006-01-22 03:25:48 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+oops, i forgot to commit this
+
+------------------------------------------------------------------------
+r13978 | ipkiss | 2006-01-22 03:12:33 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.
+
+------------------------------------------------------------------------
+r13977 | sam | 2006-01-22 02:48:06 -0800 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/vlc.mime
+
+  * debian/vlc.mime: put flags after the command, as per mailcap(5).
+
+------------------------------------------------------------------------
+r13976 | dionoea | 2006-01-21 17:38:28 -0800 (Sat, 21 Jan 2006) | 23 lines
+Changed paths:
+   A /trunk/share/http/dialogs
+   A /trunk/share/http/dialogs/.hosts
+   A /trunk/share/http/dialogs/browse
+   A /trunk/share/http/dialogs/footer
+   A /trunk/share/http/dialogs/input
+   A /trunk/share/http/dialogs/main
+   A /trunk/share/http/dialogs/mosaic
+   A /trunk/share/http/dialogs/playlist
+   A /trunk/share/http/dialogs/sout
+   A /trunk/share/http/dialogs/vlm
+   D /trunk/share/http/functions.js
+   M /trunk/share/http/index.html
+   A /trunk/share/http/js
+   A /trunk/share/http/js/functions.js (from /trunk/share/http/functions.js:13818)
+   A /trunk/share/http/js/mosaic.js
+   A /trunk/share/http/js/vlm.js
+   A /trunk/share/http/mosaic.html
+   M /trunk/share/http/requests/browse.xml
+   M /trunk/share/http/requests/playlist.xml
+   M /trunk/share/http/requests/status.xml
+   A /trunk/share/http/requests/vlm.xml
+   A /trunk/share/http/requests/vlm_cmd.xml
+   M /trunk/share/http/style.css
+   A /trunk/share/http/vlm.html
+
+begining of a VLM interface and some code organisations changes. The vlm
+interface should be done pretty soon (i'll try to finish it tomorrow)
+
+ vlm.html : vlm web interface. What works: sending broadcast and vod creation
+            commands
+
+ js/vlm.js : add code to handle sending vlm commands.
+
+ requests/vlm_cmd.xml : used to send a vlm command and get the resulting
+                        error message
+
+ requests/vlm.xml : export the full vlm media/schedules "tree". I still need
+                    to parse that in js/vlm.js in order to display it in
+                    dialogs/vlm .
+
+ dialogs/* : dialogs' code which is used as building blocks for the
+             main pages. (in order to avoid code duplication)
+
+ mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
+            page. nothing works and it's almost empty but i didn't feel like
+            sorting through the commited files.
+
+
+------------------------------------------------------------------------
+r13975 | dionoea | 2006-01-21 16:11:00 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+remove dirty debug messages.
+
+------------------------------------------------------------------------
+r13974 | dionoea | 2006-01-21 16:09:06 -0800 (Sat, 21 Jan 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+new "vlm_cmd" (or "vlm_command") rpn function.
+
+Since vlm commands are often full of spaces, you need to use the ";"
+command delimiter to mark the end of a command.
+
+For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
+
+
+------------------------------------------------------------------------
+r13973 | hartman | 2006-01-21 15:33:56 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/quicktime.c
+
+* Compile fix
+
+------------------------------------------------------------------------
+r13972 | hartman | 2006-01-21 15:05:00 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/quicktime.c
+
+* Some cleanup to the QT decoder. Still doesn't function. 
+
+------------------------------------------------------------------------
+r13971 | dionoea | 2006-01-21 14:05:31 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+
+this looks better (thanks to Dnumgis for noticing)
+
+------------------------------------------------------------------------
+r13970 | hartman | 2006-01-21 13:29:07 -0800 (Sat, 21 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/auhal.c
+
+* workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
+  Grmbl @ Digidesign coders...
+
+------------------------------------------------------------------------
+r13969 | dionoea | 2006-01-21 12:46:09 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+
+looks nicer this way
+
+------------------------------------------------------------------------
+r13968 | hartman | 2006-01-21 12:38:05 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
+
+* One more fix for vobsubs with negative times
+
+------------------------------------------------------------------------
+r13967 | dionoea | 2006-01-21 12:30:57 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+Fortune !
+
+------------------------------------------------------------------------
+r13966 | zorglub | 2006-01-21 09:59:14 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/playlist/item-ext.c
+
+Add an "auto-preparse" option (default TRUE) - Refs:#192
+
+------------------------------------------------------------------------
+r13965 | courmisch | 2006-01-21 09:55:45 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
+
+------------------------------------------------------------------------
+r13964 | zorglub | 2006-01-21 09:54:02 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+Don't bother creating an input thread for non-file 
+
+------------------------------------------------------------------------
+r13963 | zorglub | 2006-01-21 09:50:55 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+Don't preparse if we are about to play - Refs:#192
+
+------------------------------------------------------------------------
+r13962 | zorglub | 2006-01-21 09:44:07 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/src/network/httpd.c
+   M /trunk/src/playlist/item-ext.c
+
+Preparse items added through the directory access or directly to the interface (Refs:#192)
+
+------------------------------------------------------------------------
+r13961 | sam | 2006-01-21 08:49:53 -0800 (Sat, 21 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/spudec/spudec.c
+   M /trunk/modules/codec/spudec/spudec.h
+
+  * modules/codec/spudec: fixed various (innocuous) buffer overflows and
+    paved the way for private SPU commands.
+
+------------------------------------------------------------------------
+r13960 | zorglub | 2006-01-21 08:44:36 -0800 (Sat, 21 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/access/directory.c
+   M /trunk/src/playlist/playlist.c
+
+Enqueue the item ID instead of pointer for preparse
+Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).
+
+Refs:#192
+
+------------------------------------------------------------------------
+r13959 | zorglub | 2006-01-21 08:37:34 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
+
+Don't block item name (Closes:#506)
+
+------------------------------------------------------------------------
+r13958 | zorglub | 2006-01-21 06:14:36 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/aout_internal.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
+   M /trunk/src/audio_output/dec.c
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/audio_output/mixer.c
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/playlist/playlist.c
+
+Audio - Refs:#473
+
+------------------------------------------------------------------------
+r13957 | zorglub | 2006-01-21 05:49:42 -0800 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/unzip/unzip.c
+
+Get rid of warning
+
+------------------------------------------------------------------------
+r13956 | xtophe | 2006-01-20 15:37:23 -0800 (Fri, 20 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL.win32
+
+Install.win32: Add path for pkg-config
+
+------------------------------------------------------------------------
+r13955 | xtophe | 2006-01-20 10:50:48 -0800 (Fri, 20 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix X includes detection.
+
+------------------------------------------------------------------------
+r13954 | oaubert | 2006-01-20 03:59:13 -0800 (Fri, 20 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
+
+svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
+
+------------------------------------------------------------------------
+r13953 | damienf | 2006-01-19 16:31:44 -0800 (Thu, 19 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/plugin/Info.plist
+   M /trunk/mozilla/Makefile.am
+
+all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
+
+------------------------------------------------------------------------
+r13952 | hartman | 2006-01-19 08:10:14 -0800 (Thu, 19 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/auhal.c
+
+* auhal.c: Another workaround for devices not supporting hogmode
+
+------------------------------------------------------------------------
+r13951 | sigmunau | 2006-01-19 04:47:08 -0800 (Thu, 19 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/linux_dvb.c
+
+linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock
+
+------------------------------------------------------------------------
+r13950 | xtophe | 2006-01-19 01:01:34 -0800 (Thu, 19 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Oops. I shall read the diff before commiting
+
+------------------------------------------------------------------------
+r13949 | xtophe | 2006-01-18 16:01:17 -0800 (Wed, 18 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: Try harder to find the X headers and libs.
+
+------------------------------------------------------------------------
+r13948 | xtophe | 2006-01-18 04:08:03 -0800 (Wed, 18 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_interaction.h
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/misc/stats.c
+
+Copyright dates and svn properties
+
+------------------------------------------------------------------------
+r13947 | hartman | 2006-01-17 17:39:30 -0800 (Tue, 17 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/auhal.c
+
+* auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.
+
+------------------------------------------------------------------------
+r13946 | damienf | 2006-01-17 07:38:42 -0800 (Tue, 17 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/activex/README.TXT
+
+README.TXT: updated documentation
+
+
+------------------------------------------------------------------------
+r13945 | oaubert | 2006-01-17 03:58:26 -0800 (Tue, 17 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/mediacontrol_internal.h
+
+mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)
+
+------------------------------------------------------------------------
+r13944 | oaubert | 2006-01-17 02:26:59 -0800 (Tue, 17 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/mediacontrol_internal.h
+   M /trunk/include/vlc/mediacontrol.h
+
+mediacontrol API: proper fix for mediacontrol_Instance forward declaration
+
+------------------------------------------------------------------------
+r13943 | damienf | 2006-01-17 02:19:03 -0800 (Tue, 17 Jan 2006) | 7 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
+           with some buggy drivers. I added these media types a while back to get around another bug for drivers that
+           didn't offer any preferred media types.
+           Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
+           Moreover, I modified the selection of a default format in IAMStreamConfig to take
+           GetFourCCPriority into a account.
+
+------------------------------------------------------------------------
+r13942 | jpsaman | 2006-01-16 13:32:56 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Whitespace cleanup
+------------------------------------------------------------------------
+r13941 | hartman | 2006-01-16 12:22:40 -0800 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/rtsp/access.c
+
+* Real RTSP sometimes uses pnm://
+
+------------------------------------------------------------------------
+r13940 | damienf | 2006-01-16 11:44:18 -0800 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Makefile.am: thou shalt test thy changes (self flagellation in progress)
+
+------------------------------------------------------------------------
+r13939 | jpsaman | 2006-01-16 11:01:58 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/mediacontrol_core.c
+
+Codingstyle fixes
+------------------------------------------------------------------------
+r13938 | jpsaman | 2006-01-16 11:01:24 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+
+Define vlc_curent_object in include/vlc_objects.h
+------------------------------------------------------------------------
+r13937 | jpsaman | 2006-01-16 11:00:22 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/extras/zsh.cpp
+   M /trunk/include/vlc_objects.h
+   M /trunk/src/control/core.c
+
+Define vlc_curent_object in include/vlc_objects.h
+------------------------------------------------------------------------
+r13936 | jpsaman | 2006-01-16 10:58:15 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/include/mediacontrol_internal.h
+   M /trunk/include/vlc/mediacontrol.h
+
+Define mediacontrol_Instance in the right place
+------------------------------------------------------------------------
+r13935 | jpsaman | 2006-01-16 10:50:48 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
+
+Indentation and coding style fixes
+------------------------------------------------------------------------
+r13934 | jpsaman | 2006-01-16 10:03:14 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
+
+Define libvlc_exception_raise() in the proper place
+------------------------------------------------------------------------
+r13933 | damienf | 2006-01-16 10:01:38 -0800 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Makefile.am: should fix compilation (or non-compilation) on all platforms
+
+------------------------------------------------------------------------
+r13932 | jpsaman | 2006-01-16 09:49:34 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/x11/x11_popup.cpp
+
+Compiler warning about a missing return statement in a non-void function.
+------------------------------------------------------------------------
+r13931 | jpsaman | 2006-01-16 09:48:33 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/unzip/unzip.c
+
+Use brackets to avoid ambiguos else
+------------------------------------------------------------------------
+r13930 | jpsaman | 2006-01-16 09:45:11 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Fix identation
+------------------------------------------------------------------------
+r13929 | jpsaman | 2006-01-16 09:44:38 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/playlist.c
+
+return NULL properly in libvlc_playlist_get_input()
+------------------------------------------------------------------------
+r13928 | jpsaman | 2006-01-16 09:42:57 -0800 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+
+Fix segmentation fault in core and use of non-initialised variable compiler warning.
+------------------------------------------------------------------------
+r13927 | damienf | 2006-01-16 08:56:40 -0800 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+hopefully, this will fix previous commit
+
+------------------------------------------------------------------------
+r13926 | damienf | 2006-01-16 08:35:19 -0800 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+   M /trunk/mozilla/vlcshell.cpp
+
+all: fixed mozilla plugin compilation for MacOS X
+
+------------------------------------------------------------------------
+r13925 | xtophe | 2006-01-16 07:45:07 -0800 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/po/ka.po
+
+Fix
+
+------------------------------------------------------------------------
+r13924 | hartman | 2006-01-16 06:37:46 -0800 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* stupid tabs in Makefiles....
+
+------------------------------------------------------------------------
+r13923 | xtophe | 2006-01-16 06:37:08 -0800 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/po/ka.po
+
+Update of the Georgian localization. Thanks to Alexander Didebulidze
+
+------------------------------------------------------------------------
+r13922 | hartman | 2006-01-16 06:33:06 -0800 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.
+
+------------------------------------------------------------------------
+r13921 | hartman | 2006-01-15 17:54:55 -0800 (Sun, 15 Jan 2006) | 7 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
+
+modules/demux/vobsub.c:
+* add support for negative timestamps
+* add support for the delay parameter
+* add support for reading the DVD palette of vobsubs
+* free the used memory when we close the vobsubs
+
+
+------------------------------------------------------------------------
+r13920 | zorglub | 2006-01-15 14:21:21 -0800 (Sun, 15 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/stats.c
+
+Fix
+
+------------------------------------------------------------------------
+r13919 | zorglub | 2006-01-15 14:10:41 -0800 (Sun, 15 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/misc/vlm.c
+
+Fix some memleaks
+
+------------------------------------------------------------------------
+r13918 | hartman | 2006-01-15 12:52:30 -0800 (Sun, 15 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+* Fix free of the directory listing of the subtitle scan.
+
+------------------------------------------------------------------------
+r13917 | zorglub | 2006-01-15 12:33:26 -0800 (Sun, 15 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+Free
+
+------------------------------------------------------------------------
+r13916 | zorglub | 2006-01-15 12:29:38 -0800 (Sun, 15 Jan 2006) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/misc/vlm.c
+
+Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)
+
+To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
+
+------------------------------------------------------------------------
+r13915 | zorglub | 2006-01-15 11:04:43 -0800 (Sun, 15 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
+
+Layout stuff
+
+------------------------------------------------------------------------
+r13914 | zorglub | 2006-01-15 10:13:34 -0800 (Sun, 15 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/stats.c
+
+Fix calculation for demux bitrate (Refs:#473)
+
+
+------------------------------------------------------------------------
+r13913 | zorglub | 2006-01-15 09:30:45 -0800 (Sun, 15 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/gui/wxwidgets/Modules.am
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
+   A /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   A /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/playlist/playlist.c
+
+Show stats in interface (Refs:#473)
+
+------------------------------------------------------------------------
+r13912 | damienf | 2006-01-14 12:03:43 -0800 (Sat, 14 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
+
+updated patch for latest CVS
+
+------------------------------------------------------------------------
+r13911 | xtophe | 2006-01-14 04:37:19 -0800 (Sat, 14 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Inversion
+
+------------------------------------------------------------------------
+r13910 | zorglub | 2006-01-14 02:57:44 -0800 (Sat, 14 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/stats.c
+   M /trunk/src/playlist/playlist.c
+
+Add an option to disable stats (Refs:#473)
+
+------------------------------------------------------------------------
+r13909 | jpsaman | 2006-01-14 01:36:16 -0800 (Sat, 14 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/common.h
+   M /trunk/modules/access/dshow/dshow.cpp
+
+Revert revision 13903. It is implemented in a different way by checking if the option --dshow-chroma is set. If it is set then the chroma is forced, otherwise it is not. This should solve the regression of previous commit, by letting users specify the chroma type to use. To get the previous default behaviour specify IV420 as preferred chroma type either on the commandline or in the Capture Device advanced tab.
+------------------------------------------------------------------------
+r13908 | hartman | 2006-01-13 16:03:13 -0800 (Fri, 13 Jan 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/src/input/stream.c
+
+* Revert the Default charset encoding back to ISO-8859-1
+  No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1.
+* In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.
+
+------------------------------------------------------------------------
+r13907 | zorglub | 2006-01-13 15:01:34 -0800 (Fri, 13 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/stats.c
+
+Fix stats crash
+
+------------------------------------------------------------------------
+r13906 | courmisch | 2006-01-13 04:16:06 -0800 (Fri, 13 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/Modules.am
+   M /trunk/po/POTFILES.in
+
+Partial distcheck fix
+
+------------------------------------------------------------------------
+r13905 | dionoea | 2006-01-12 15:10:04 -0800 (Thu, 12 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/axvlc.idl
+   M /trunk/activex/connectioncontainer.cpp
+   M /trunk/activex/connectioncontainer.h
+   M /trunk/activex/dataobject.cpp
+   M /trunk/activex/dataobject.h
+   M /trunk/activex/main.cpp
+   M /trunk/activex/objectsafety.cpp
+   M /trunk/activex/objectsafety.h
+   M /trunk/activex/olecontrol.cpp
+   M /trunk/activex/olecontrol.h
+   M /trunk/activex/oleinplaceactiveobject.cpp
+   M /trunk/activex/oleinplaceactiveobject.h
+   M /trunk/activex/oleinplaceobject.cpp
+   M /trunk/activex/oleinplaceobject.h
+   M /trunk/activex/oleobject.cpp
+   M /trunk/activex/oleobject.h
+   M /trunk/activex/persistpropbag.cpp
+   M /trunk/activex/persistpropbag.h
+   M /trunk/activex/persiststorage.cpp
+   M /trunk/activex/persiststorage.h
+   M /trunk/activex/persiststreaminit.cpp
+   M /trunk/activex/persiststreaminit.h
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/plugin.h
+   M /trunk/activex/provideclassinfo.cpp
+   M /trunk/activex/provideclassinfo.h
+   M /trunk/activex/utils.cpp
+   M /trunk/activex/utils.h
+   M /trunk/activex/viewobject.cpp
+   M /trunk/activex/viewobject.h
+   M /trunk/activex/vlccontrol.cpp
+   M /trunk/activex/vlccontrol.h
+   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
+   M /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
+   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControl.java
+   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlException.java
+   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlInstance.java
+   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPlaylistSeq.java
+   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPosition.java
+   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionKeyEnum.java
+   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOrigin.java
+   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOriginEnum.java
+   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlRGBPicture.java
+   M /trunk/bindings/java/vlc-glue-cni.cc
+   M /trunk/bindings/java/vlc-glue-jni.cc
+   M /trunk/bindings/java/vlc-graphics-jni.cc
+   M /trunk/bindings/java-gcj/JVLC.java
+   M /trunk/bindings/python/vlcglue.c
+   M /trunk/bindings/python/vlcglue.h
+   M /trunk/evc/modules_builtin_evc.h
+   M /trunk/extras/contrib/Makefile
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/change_prefix.sh
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/extras/zsh.cpp
+   M /trunk/include/aout_internal.h
+   M /trunk/include/audio_output.h
+   M /trunk/include/beos_specific.h
+   M /trunk/include/charset.h
+   M /trunk/include/codecs.h
+   M /trunk/include/configuration.h
+   M /trunk/include/darwin_specific.h
+   M /trunk/include/intf_eject.h
+   M /trunk/include/iso_lang.h
+   M /trunk/include/libvlc_internal.h
+   M /trunk/include/main.h
+   M /trunk/include/mediacontrol_internal.h
+   M /trunk/include/modules.h
+   M /trunk/include/modules_inner.h
+   M /trunk/include/mtime.h
+   M /trunk/include/network.h
+   M /trunk/include/os_specific.h
+   M /trunk/include/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/libvlc.h
+   M /trunk/include/vlc/mediacontrol.h
+   M /trunk/include/vlc/mediacontrol_structures.h
+   M /trunk/include/vlc/sout.h
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc/vout.h
+   M /trunk/include/vlc_access.h
+   M /trunk/include/vlc_acl.h
+   M /trunk/include/vlc_bits.h
+   M /trunk/include/vlc_block.h
+   M /trunk/include/vlc_block_helper.h
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_config.h
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/include/vlc_cpu.h
+   M /trunk/include/vlc_demux.h
+   M /trunk/include/vlc_error.h
+   M /trunk/include/vlc_es.h
+   M /trunk/include/vlc_es_out.h
+   M /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_httpd.h
+   M /trunk/include/vlc_image.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_interaction.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/include/vlc_keys.h
+   M /trunk/include/vlc_md5.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/include/vlc_osd.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_spu.h
+   M /trunk/include/vlc_stream.h
+   M /trunk/include/vlc_threads.h
+   M /trunk/include/vlc_threads_funcs.h
+   M /trunk/include/vlc_tls.h
+   M /trunk/include/vlc_video.h
+   M /trunk/include/vlc_vlm.h
+   M /trunk/include/vlc_vod.h
+   M /trunk/include/vlc_xml.h
+   M /trunk/include/vout_synchro.h
+   M /trunk/include/win32_specific.h
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/access.h
+   M /trunk/modules/access/cdda/callback.c
+   M /trunk/modules/access/cdda/callback.h
+   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/modules/access/cdda/cdda.h
+   M /trunk/modules/access/cdda/info.c
+   M /trunk/modules/access/cdda/info.h
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dshow/common.h
+   M /trunk/modules/access/dshow/crossbar.cpp
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/modules/access/dshow/filter.h
+   M /trunk/modules/access/dv.c
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/http.c
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+   M /trunk/modules/access/fake.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/gnomevfs.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/asf.c
+   M /trunk/modules/access/mms/asf.h
+   M /trunk/modules/access/mms/buffer.c
+   M /trunk/modules/access/mms/buffer.h
+   M /trunk/modules/access/mms/mms.c
+   M /trunk/modules/access/mms/mms.h
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmsh.h
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/access/mms/mmstu.h
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/access/rtsp/access.c
+   M /trunk/modules/access/rtsp/real.c
+   M /trunk/modules/access/rtsp/real.h
+   M /trunk/modules/access/rtsp/real_rmff.c
+   M /trunk/modules/access/rtsp/real_rmff.h
+   M /trunk/modules/access/rtsp/real_sdpplin.h
+   M /trunk/modules/access/rtsp/rtsp.c
+   M /trunk/modules/access/rtsp/rtsp.h
+   M /trunk/modules/access/screen/beos.cpp
+   M /trunk/modules/access/screen/mac.c
+   M /trunk/modules/access/screen/screen.c
+   M /trunk/modules/access/screen/screen.h
+   M /trunk/modules/access/screen/win32.c
+   M /trunk/modules/access/screen/x11.c
+   M /trunk/modules/access/smb.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/v4l/v4l.c
+   M /trunk/modules/access/v4l/videodev_mjpeg.h
+   M /trunk/modules/access/vcd/cdrom.c
+   M /trunk/modules/access/vcd/cdrom.h
+   M /trunk/modules/access/vcd/cdrom_internals.h
+   M /trunk/modules/access/vcd/vcd.c
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access/vcdx/demux.c
+   M /trunk/modules/access/vcdx/info.c
+   M /trunk/modules/access/vcdx/info.h
+   M /trunk/modules/access/vcdx/intf.c
+   M /trunk/modules/access/vcdx/intf.h
+   M /trunk/modules/access/vcdx/vcd.c
+   M /trunk/modules/access/vcdx/vcd.h
+   M /trunk/modules/access/vcdx/vcdplayer.c
+   M /trunk/modules/access/vcdx/vcdplayer.h
+   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/access_filter/timeshift.c
+   M /trunk/modules/access_output/bonjour.c
+   M /trunk/modules/access_output/bonjour.h
+   M /trunk/modules/access_output/dummy.c
+   M /trunk/modules/access_output/file.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/shout.c
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/audio_filter/channel_mixer/dolby.c
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/audio_filter/channel_mixer/simple.c
+   M /trunk/modules/audio_filter/channel_mixer/trivial.c
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/a52tospdif.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/audio_filter/converter/dtstospdif.c
+   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
+   M /trunk/modules/audio_filter/converter/fixed32tos16.c
+   M /trunk/modules/audio_filter/converter/float32tos16.c
+   M /trunk/modules/audio_filter/converter/float32tos8.c
+   M /trunk/modules/audio_filter/converter/float32tou16.c
+   M /trunk/modules/audio_filter/converter/float32tou8.c
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   M /trunk/modules/audio_filter/converter/s16tofixed32.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
+   M /trunk/modules/audio_filter/converter/s8tofloat32.c
+   M /trunk/modules/audio_filter/converter/u8tofixed32.c
+   M /trunk/modules/audio_filter/converter/u8tofloat32.c
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/modules/audio_filter/equalizer_presets.h
+   M /trunk/modules/audio_filter/format.c
+   M /trunk/modules/audio_filter/normvol.c
+   M /trunk/modules/audio_filter/resampler/bandlimited.c
+   M /trunk/modules/audio_filter/resampler/bandlimited.h
+   M /trunk/modules/audio_filter/resampler/linear.c
+   M /trunk/modules/audio_filter/resampler/trivial.c
+   M /trunk/modules/audio_filter/resampler/ugly.c
+   M /trunk/modules/audio_mixer/float32.c
+   M /trunk/modules/audio_mixer/spdif.c
+   M /trunk/modules/audio_mixer/trivial.c
+   M /trunk/modules/audio_output/alsa.c
+   M /trunk/modules/audio_output/arts.c
+   M /trunk/modules/audio_output/auhal.c
+   M /trunk/modules/audio_output/directx.c
+   M /trunk/modules/audio_output/esd.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/audio_output/hd1000a.cpp
+   M /trunk/modules/audio_output/jack.c
+   M /trunk/modules/audio_output/oss.c
+   M /trunk/modules/audio_output/portaudio.c
+   M /trunk/modules/audio_output/sdl.c
+   M /trunk/modules/audio_output/waveout.c
+   M /trunk/modules/codec/a52.c
+   M /trunk/modules/codec/adpcm.c
+   M /trunk/modules/codec/araw.c
+   M /trunk/modules/codec/cinepak.c
+   M /trunk/modules/codec/cmml/browser_open.c
+   M /trunk/modules/codec/cmml/browser_open.h
+   M /trunk/modules/codec/cmml/cmml.c
+   M /trunk/modules/codec/cmml/history.c
+   M /trunk/modules/codec/cmml/history.h
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/codec/cmml/xarray.c
+   M /trunk/modules/codec/cmml/xarray.h
+   M /trunk/modules/codec/cmml/xlist.c
+   M /trunk/modules/codec/cmml/xlist.h
+   M /trunk/modules/codec/cmml/xstrcat.h
+   M /trunk/modules/codec/cmml/xtag.c
+   M /trunk/modules/codec/cmml/xtag.h
+   M /trunk/modules/codec/cmml/xurl.c
+   M /trunk/modules/codec/cmml/xurl.h
+   M /trunk/modules/codec/cvdsub.c
+   M /trunk/modules/codec/dirac.c
+   M /trunk/modules/codec/dmo/buffer.c
+   M /trunk/modules/codec/dmo/dmo.c
+   M /trunk/modules/codec/dmo/dmo.h
+   M /trunk/modules/codec/dts.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/faad.c
+   M /trunk/modules/codec/fake.c
+   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/modules/codec/ffmpeg/chroma.c
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/postprocess.c
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/modules/codec/lpcm.c
+   M /trunk/modules/codec/mash.cpp
+   M /trunk/modules/codec/mpeg_audio.c
+   M /trunk/modules/codec/png.c
+   M /trunk/modules/codec/quicktime.c
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/codec/realaudio.c
+   M /trunk/modules/codec/sdl_image.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/spudec/spudec.c
+   M /trunk/modules/codec/spudec/spudec.h
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/codec/svcdsub.c
+   M /trunk/modules/codec/tarkin.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/twolame.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/control/corba/corba.c
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/http.h
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/macros.h
+   M /trunk/modules/control/http/mvar.c
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/modules/control/http/util.c
+   M /trunk/modules/control/lirc.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/control/ntservice.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/control/showintf.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/aiff.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/libavi.c
+   M /trunk/modules/demux/avi/libavi.h
+   M /trunk/modules/demux/demuxdump.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/flac.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/mjpeg.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mod.c
+   M /trunk/modules/demux/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/mpc.c
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/demux/mpeg/m4a.c
+   M /trunk/modules/demux/mpeg/m4v.c
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/demux/mpeg/mpgv.c
+   M /trunk/modules/demux/nsc.c
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/demux/nuv.c
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/dvb.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/old.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/playlist/podcast.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/sgimb.c
+   M /trunk/modules/demux/subtitle.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/demux/ty.c
+   M /trunk/modules/demux/util/id3genres.h
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/demux/vobsub.c
+   M /trunk/modules/demux/voc.c
+   M /trunk/modules/demux/wav.c
+   M /trunk/modules/demux/xa.c
+   M /trunk/modules/gui/beos/AudioOutput.cpp
+   M /trunk/modules/gui/beos/BeOS.cpp
+   M /trunk/modules/gui/beos/Bitmaps.h
+   M /trunk/modules/gui/beos/DrawingTidbits.cpp
+   M /trunk/modules/gui/beos/DrawingTidbits.h
+   M /trunk/modules/gui/beos/Interface.cpp
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/beos/InterfaceWindow.h
+   M /trunk/modules/gui/beos/ListViews.cpp
+   M /trunk/modules/gui/beos/ListViews.h
+   M /trunk/modules/gui/beos/MediaControlView.cpp
+   M /trunk/modules/gui/beos/MediaControlView.h
+   M /trunk/modules/gui/beos/MessagesWindow.cpp
+   M /trunk/modules/gui/beos/MessagesWindow.h
+   M /trunk/modules/gui/beos/MsgVals.h
+   M /trunk/modules/gui/beos/PlayListWindow.cpp
+   M /trunk/modules/gui/beos/PlayListWindow.h
+   M /trunk/modules/gui/beos/PreferencesWindow.cpp
+   M /trunk/modules/gui/beos/PreferencesWindow.h
+   M /trunk/modules/gui/beos/TransportButton.cpp
+   M /trunk/modules/gui/beos/TransportButton.h
+   M /trunk/modules/gui/beos/VideoOutput.cpp
+   M /trunk/modules/gui/beos/VideoWindow.h
+   M /trunk/modules/gui/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/bookmarks.h
+   M /trunk/modules/gui/macosx/bookmarks.m
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/embeddedwindow.h
+   M /trunk/modules/gui/macosx/embeddedwindow.m
+   M /trunk/modules/gui/macosx/equalizer.h
+   M /trunk/modules/gui/macosx/equalizer.m
+   M /trunk/modules/gui/macosx/extended.h
+   M /trunk/modules/gui/macosx/extended.m
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.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/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.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/sfilters.h
+   M /trunk/modules/gui/macosx/sfilters.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/modules/gui/macosx/voutqt.m
+   M /trunk/modules/gui/macosx/wizard.h
+   M /trunk/modules/gui/macosx/wizard.m
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/pda/pda.h
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/pda/pda_callbacks.h
+   M /trunk/modules/gui/qnx/aout.c
+   M /trunk/modules/gui/qnx/qnx.c
+   M /trunk/modules/gui/qnx/vout.c
+   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_audio.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_audio.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_minimize.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_muxer.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_playtree.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playtree.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/commands/cmd_vars.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_vars.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/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.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_menu.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/macosx/macosx_dragdrop.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
+   M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
+   M /trunk/modules/gui/skins2/macosx/macosx_window.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/expr_evaluator.cpp
+   M /trunk/modules/gui/skins2/parser/expr_evaluator.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/anim_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.hpp
+   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/file_bitmap.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.cpp
+   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_popup.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/popup.cpp
+   M /trunk/modules/gui/skins2/src/popup.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/theme_repository.cpp
+   M /trunk/modules/gui/skins2/src/theme_repository.hpp
+   M /trunk/modules/gui/skins2/src/tooltip.cpp
+   M /trunk/modules/gui/skins2/src/tooltip.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/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/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/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/var_tree.cpp
+   M /trunk/modules/gui/skins2/utils/var_tree.hpp
+   M /trunk/modules/gui/skins2/utils/variable.hpp
+   M /trunk/modules/gui/skins2/vars/equalizer.cpp
+   M /trunk/modules/gui/skins2/vars/equalizer.hpp
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+   M /trunk/modules/gui/skins2/vars/playlist.hpp
+   M /trunk/modules/gui/skins2/vars/playtree.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.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_popup.cpp
+   M /trunk/modules/gui/skins2/win32/win32_popup.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_popup.cpp
+   M /trunk/modules/gui/skins2/x11/x11_popup.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/wince/dialogs.cpp
+   M /trunk/modules/gui/wince/fileinfo.cpp
+   M /trunk/modules/gui/wince/iteminfo.cpp
+   M /trunk/modules/gui/wince/menus.cpp
+   M /trunk/modules/gui/wince/messages.cpp
+   M /trunk/modules/gui/wince/open.cpp
+   M /trunk/modules/gui/wince/playlist.cpp
+   M /trunk/modules/gui/wince/preferences.cpp
+   M /trunk/modules/gui/wince/preferences_widgets.cpp
+   M /trunk/modules/gui/wince/preferences_widgets.h
+   M /trunk/modules/gui/wince/subtitles.cpp
+   M /trunk/modules/gui/wince/timer.cpp
+   M /trunk/modules/gui/wince/video.cpp
+   M /trunk/modules/gui/wince/wince.h
+   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.h
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
+   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+   M /trunk/modules/gui/wxwidgets/input_manager.hpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/interface.hpp
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
+   M /trunk/modules/gui/wxwidgets/streamdata.cpp
+   M /trunk/modules/gui/wxwidgets/streamdata.h
+   M /trunk/modules/gui/wxwidgets/timer.cpp
+   M /trunk/modules/gui/wxwidgets/timer.hpp
+   M /trunk/modules/gui/wxwidgets/video.cpp
+   M /trunk/modules/gui/wxwidgets/video.hpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+   M /trunk/modules/misc/dummy/aout.c
+   M /trunk/modules/misc/dummy/decoder.c
+   M /trunk/modules/misc/dummy/dummy.c
+   M /trunk/modules/misc/dummy/dummy.h
+   M /trunk/modules/misc/dummy/encoder.c
+   M /trunk/modules/misc/dummy/input.c
+   M /trunk/modules/misc/dummy/interface.c
+   M /trunk/modules/misc/dummy/renderer.c
+   M /trunk/modules/misc/dummy/vout.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/misc/gtk_main.c
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/misc/memcpy/fastmemcpy.h
+   M /trunk/modules/misc/memcpy/memcpy.c
+   M /trunk/modules/misc/memcpy/memcpyaltivec.c
+   M /trunk/modules/misc/msn.c
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+   M /trunk/modules/misc/playlist/export.c
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/misc/playlist/old.c
+   M /trunk/modules/misc/qte_main.cpp
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/misc/screensaver.c
+   M /trunk/modules/misc/svg.c
+   M /trunk/modules/misc/testsuite/playlist.c
+   M /trunk/modules/misc/testsuite/test1.c
+   M /trunk/modules/misc/testsuite/test2.cpp
+   M /trunk/modules/misc/testsuite/test3.m
+   M /trunk/modules/misc/testsuite/test4.c
+   M /trunk/modules/misc/win32text.c
+   M /trunk/modules/misc/xml/libxml.c
+   M /trunk/modules/misc/xml/xtag.c
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/avi.c
+   M /trunk/modules/mux/dummy.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/modules/mux/mpeg/bits.h
+   M /trunk/modules/mux/mpeg/csa.c
+   M /trunk/modules/mux/mpeg/csa.h
+   M /trunk/modules/mux/mpeg/pes.c
+   M /trunk/modules/mux/mpeg/pes.h
+   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/mux/mpjpeg.c
+   M /trunk/modules/mux/ogg.c
+   M /trunk/modules/mux/wav.c
+   M /trunk/modules/packetizer/copy.c
+   M /trunk/modules/packetizer/h264.c
+   M /trunk/modules/packetizer/mpeg4audio.c
+   M /trunk/modules/packetizer/mpeg4video.c
+   M /trunk/modules/packetizer/mpegvideo.c
+   M /trunk/modules/services_discovery/bonjour.c
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/podcast.c
+   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/modules/services_discovery/upnp.cpp
+   M /trunk/modules/stream_out/bridge.c
+   M /trunk/modules/stream_out/description.c
+   M /trunk/modules/stream_out/display.c
+   M /trunk/modules/stream_out/dummy.c
+   M /trunk/modules/stream_out/duplicate.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/stream_out/gather.c
+   M /trunk/modules/stream_out/mosaic_bridge.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/stream_out/switcher.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/stream_out/transrate/block.c
+   M /trunk/modules/stream_out/transrate/frame.c
+   M /trunk/modules/stream_out/transrate/transrate.c
+   M /trunk/modules/stream_out/transrate/transrate.h
+   M /trunk/modules/video_chroma/i420_rgb.c
+   M /trunk/modules/video_chroma/i420_rgb.h
+   M /trunk/modules/video_chroma/i420_rgb16.c
+   M /trunk/modules/video_chroma/i420_rgb8.c
+   M /trunk/modules/video_chroma/i420_rgb_c.h
+   M /trunk/modules/video_chroma/i420_rgb_mmx.h
+   M /trunk/modules/video_chroma/i420_ymga.c
+   M /trunk/modules/video_chroma/i420_yuy2.c
+   M /trunk/modules/video_chroma/i420_yuy2.h
+   M /trunk/modules/video_chroma/i422_yuy2.c
+   M /trunk/modules/video_chroma/i422_yuy2.h
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/blend.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/filter_common.h
+   M /trunk/modules/video_filter/invert.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/magnify.c
+   M /trunk/modules/video_filter/marq.c
+   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/video_filter/mosaic.h
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/video_filter/osdmenu.c
+   M /trunk/modules/video_filter/rss.c
+   M /trunk/modules/video_filter/rv32.c
+   M /trunk/modules/video_filter/scale.c
+   M /trunk/modules/video_filter/swscale/common.h
+   M /trunk/modules/video_filter/swscale/filter.c
+   M /trunk/modules/video_filter/time.c
+   M /trunk/modules/video_filter/transform.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_output/aa.c
+   M /trunk/modules/video_output/caca.c
+   M /trunk/modules/video_output/directfb.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/glwin32.c
+   M /trunk/modules/video_output/directx/vout.h
+   M /trunk/modules/video_output/fb.c
+   M /trunk/modules/video_output/ggi.c
+   M /trunk/modules/video_output/glide.c
+   M /trunk/modules/video_output/hd1000v.cpp
+   M /trunk/modules/video_output/image.c
+   M /trunk/modules/video_output/mga.c
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/qte/qte.cpp
+   M /trunk/modules/video_output/qte/qte.h
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/modules/video_output/snapshot.c
+   M /trunk/modules/video_output/svgalib.c
+   M /trunk/modules/video_output/wingdi.c
+   M /trunk/modules/video_output/x11/glx.c
+   M /trunk/modules/video_output/x11/x11.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xcommon.h
+   M /trunk/modules/video_output/x11/xvideo.c
+   M /trunk/modules/visualization/galaktos/PCM.c
+   M /trunk/modules/visualization/galaktos/beat_detect.c
+   M /trunk/modules/visualization/galaktos/builtin_funcs.c
+   M /trunk/modules/visualization/galaktos/custom_shape.c
+   M /trunk/modules/visualization/galaktos/custom_wave.c
+   M /trunk/modules/visualization/galaktos/engine_vars.c
+   M /trunk/modules/visualization/galaktos/eval.c
+   M /trunk/modules/visualization/galaktos/fftsg.c
+   M /trunk/modules/visualization/galaktos/init_cond.c
+   M /trunk/modules/visualization/galaktos/main.c
+   M /trunk/modules/visualization/galaktos/main.h
+   M /trunk/modules/visualization/galaktos/param.c
+   M /trunk/modules/visualization/galaktos/parser.c
+   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
+   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
+   M /trunk/modules/visualization/galaktos/plugin.c
+   M /trunk/modules/visualization/galaktos/plugin.h
+   M /trunk/modules/visualization/galaktos/preset.c
+   M /trunk/modules/visualization/galaktos/splaytree.c
+   M /trunk/modules/visualization/galaktos/tree_types.c
+   M /trunk/modules/visualization/galaktos/video_init.c
+   M /trunk/modules/visualization/goom.c
+   M /trunk/modules/visualization/visual/effects.c
+   M /trunk/modules/visualization/visual/fft.c
+   M /trunk/modules/visualization/visual/fft.h
+   M /trunk/modules/visualization/visual/visual.c
+   M /trunk/modules/visualization/visual/visual.h
+   M /trunk/modules/visualization/xosd.c
+   M /trunk/mozilla/vlcpeer.cpp
+   M /trunk/mozilla/vlcpeer.h
+   M /trunk/mozilla/vlcplugin.cpp
+   M /trunk/mozilla/vlcplugin.h
+   M /trunk/mozilla/vlcshell.cpp
+   M /trunk/msvc/modules_builtin_msvc.h
+   M /trunk/share/http/functions.js
+   M /trunk/share/http/index.html
+   M /trunk/share/http/requests/browse.xml
+   M /trunk/share/http/requests/playlist.xml
+   M /trunk/share/http/requests/status.xml
+   M /trunk/share/http/style.css
+   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/control/core.c
+   M /trunk/src/control/input.c
+   M /trunk/src/control/mediacontrol_audio_video.c
+   M /trunk/src/control/mediacontrol_core.c
+   M /trunk/src/control/mediacontrol_util.c
+   M /trunk/src/control/playlist.c
+   M /trunk/src/extras/libc.c
+   M /trunk/src/input/access.c
+   M /trunk/src/input/clock.c
+   M /trunk/src/input/control.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+   M /trunk/src/input/mem_stream.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/input/var.c
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/interface/intf_eject.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/beos_specific.cpp
+   M /trunk/src/misc/block.c
+   M /trunk/src/misc/charset.c
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/cpu.c
+   M /trunk/src/misc/darwin_specific.m
+   M /trunk/src/misc/error.c
+   M /trunk/src/misc/image.c
+   M /trunk/src/misc/iso-639_def.h
+   M /trunk/src/misc/iso_lang.c
+   M /trunk/src/misc/md5.c
+   M /trunk/src/misc/messages.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/objects.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/misc/threads.c
+   M /trunk/src/misc/unicode.c
+   M /trunk/src/misc/variables.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/misc/win32_specific.c
+   M /trunk/src/misc/xml.c
+   M /trunk/src/network/acl.c
+   M /trunk/src/network/getaddrinfo.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/network/io.c
+   M /trunk/src/network/rootwrap.c
+   M /trunk/src/network/tcp.c
+   M /trunk/src/network/tls.c
+   M /trunk/src/network/udp.c
+   M /trunk/src/osd/osd.c
+   M /trunk/src/osd/osd_parser.c
+   M /trunk/src/osd/osd_text.c
+   M /trunk/src/osd/osd_widgets.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/playlist/services_discovery.c
+   M /trunk/src/playlist/sort.c
+   M /trunk/src/playlist/view.c
+   M /trunk/src/stream_output/announce.c
+   M /trunk/src/stream_output/sap.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/video_text.c
+   M /trunk/src/video_output/video_widgets.c
+   M /trunk/src/video_output/vout_intf.c
+   M /trunk/src/video_output/vout_pictures.c
+   M /trunk/src/video_output/vout_pictures.h
+   M /trunk/src/video_output/vout_subpictures.c
+   M /trunk/src/video_output/vout_synchro.c
+   M /trunk/src/vlc.c
+   M /trunk/vlc-api.pl
+
+FSF address change.
+
+------------------------------------------------------------------------
+r13904 | zorglub | 2006-01-12 13:21:36 -0800 (Thu, 12 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/playlist/playlist.c
+
+Support for moving averages (Refs:#473)
+Get input bitrate
+
+------------------------------------------------------------------------
+r13903 | jpsaman | 2006-01-12 13:06:07 -0800 (Thu, 12 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.
+
+Remove unconditionally enforcing of "preferred" media type upon the capture devices. Some devices don't handle this properly, which often results in a BSOD. By not setting a preferred media type the problem dissappears. Please check this with other type of devices for any regression.
+
+
+------------------------------------------------------------------------
+r13902 | dionoea | 2006-01-12 08:08:50 -0800 (Thu, 12 Jan 2006) | 9 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/vlc.win32.nsi
+
+one-instance fix. It now is disabled in vlc prefs but all windows action
+(like double clicking on a file or disc) use the --one-instance option.
+
+People used to running 10 instances of VLC at once should now be able
+to do so. Normal people used to running other media players should now
+get the behavior they expect (ie: not open 10 different VLCs when double
+clicking on 10 mp3s)
+
+
+------------------------------------------------------------------------
+r13901 | zorglub | 2006-01-11 15:26:53 -0800 (Wed, 11 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+Fix a corner case
+
+------------------------------------------------------------------------
+r13900 | xtophe | 2006-01-11 14:30:31 -0800 (Wed, 11 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+Fix the package-win32 target
+
+------------------------------------------------------------------------
+r13899 | courmisch | 2006-01-11 13:13:50 -0800 (Wed, 11 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Dirty check for the XML parser used by CyberLink (closes #451)
+(if only we had a cleaner UPnP stack)
+
+------------------------------------------------------------------------
+r13898 | asmax | 2006-01-11 12:47:45 -0800 (Wed, 11 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+
+* builder.cpp: the "visible" attribute is now taken into account for all images
+* ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls
+
+------------------------------------------------------------------------
+r13897 | zorglub | 2006-01-11 12:00:58 -0800 (Wed, 11 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/playlist.c
+
+Misc stats work (Refs:#473)
+
+------------------------------------------------------------------------
+r13896 | sigmunau | 2006-01-11 06:32:43 -0800 (Wed, 11 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+vlm.c: Print an error message about what went wrong during vlm-conf loading
+
+------------------------------------------------------------------------
+r13895 | oaubert | 2006-01-11 05:02:54 -0800 (Wed, 11 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
+
+mediacontrol_audio_video.c: use the new snapshot-path functionality
+
+------------------------------------------------------------------------
+r13894 | oaubert | 2006-01-11 05:01:50 -0800 (Wed, 11 Jan 2006) | 4 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+vout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
+ into the p_private attribute of the vlc_object(NNNN). Used by embedding
+ applications.
+
+------------------------------------------------------------------------
+r13893 | xtophe | 2006-01-11 04:58:26 -0800 (Wed, 11 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
+
+Small whitespace fix
+
+------------------------------------------------------------------------
+r13892 | xtophe | 2006-01-11 01:23:31 -0800 (Wed, 11 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Don't use portaudio by default until it get fixed
+
+------------------------------------------------------------------------
+r13891 | dionoea | 2006-01-10 14:47:27 -0800 (Tue, 10 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+default enable one instance mode on windows. the 0.1% of users wanting
+several VLC instances at once should be able to disable this option in
+the prefs.
+
+
+------------------------------------------------------------------------
+r13890 | hartman | 2006-01-10 14:40:29 -0800 (Tue, 10 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+* Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)
+
+------------------------------------------------------------------------
+r13889 | oaubert | 2006-01-10 01:52:34 -0800 (Tue, 10 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/Modules.am
+
+Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c
+
+------------------------------------------------------------------------
+r13888 | dionoea | 2006-01-09 16:26:35 -0800 (Mon, 09 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/ca.po
+   M /trunk/po/da.po
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
+   M /trunk/po/nl.po
+   M /trunk/po/oc.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ro.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/tr.po
+   M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+make update-po . This hopefully fixes make dist
+
+------------------------------------------------------------------------
+r13887 | dionoea | 2006-01-09 15:39:47 -0800 (Mon, 09 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/Modules.am
+
+../../src/control/plugin.c doesn't exist anymore (this should fix make dist)
+
+------------------------------------------------------------------------
+r13886 | dionoea | 2006-01-09 14:04:18 -0800 (Mon, 09 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+oops
+
+------------------------------------------------------------------------
+r13885 | dionoea | 2006-01-09 14:01:57 -0800 (Mon, 09 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   A /trunk/po/oc.po
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
+
+Occitan localization. Many thanks to laurent jonqueres
+
+------------------------------------------------------------------------
+r13884 | xtophe | 2006-01-09 12:57:53 -0800 (Mon, 09 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   A /trunk/po/ka.po
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
+
+Add Georgian localization. Thanks to Alexander Didebulidze.
+
+------------------------------------------------------------------------
+r13883 | asmax | 2006-01-08 13:16:49 -0800 (Sun, 08 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/jack.c
+
+* jack.c: better handling of buffer underruns
+
+------------------------------------------------------------------------
+r13882 | asmax | 2006-01-08 12:53:51 -0800 (Sun, 08 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/build-vlc
+   M /trunk/config.in
+   M /trunk/configure.ac
+   M /trunk/modules/audio_output/Modules.am
+   A /trunk/modules/audio_output/jack.c
+
+* New audio output module to support the JACK Audio Connection Kit
+
+------------------------------------------------------------------------
+r13881 | zorglub | 2006-01-08 08:32:33 -0800 (Sun, 08 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/bindings/python/setup.py
+   M /trunk/bindings/python/vlcglue.h
+   A /trunk/include/libvlc_internal.h
+   A /trunk/include/mediacontrol_internal.h (from /branches/0.8.5-api/include/mediacontrol_internal.h:13843)
+   D /trunk/include/vlc/control.h
+   D /trunk/include/vlc/control_structures.h
+   A /trunk/include/vlc/libvlc.h
+   A /trunk/include/vlc/mediacontrol.h
+   A /trunk/include/vlc/mediacontrol_structures.h (from /branches/0.8.5-api/include/vlc/mediacontrol_structures.h:13843)
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_common.h
+   D /trunk/include/vlc_control.h
+   D /trunk/src/control/audio_video.c
+   M /trunk/src/control/core.c
+   D /trunk/src/control/init.c
+   A /trunk/src/control/input.c (from /branches/0.8.5-api/src/control/input.c:13845)
+   A /trunk/src/control/mediacontrol_audio_video.c (from /branches/0.8.5-api/src/control/mediacontrol_audio_video.c:13843)
+   A /trunk/src/control/mediacontrol_core.c (from /branches/0.8.5-api/src/control/mediacontrol_core.c:13843)
+   A /trunk/src/control/mediacontrol_init.c (from /branches/0.8.5-api/src/control/mediacontrol_init.c:13843)
+   A /trunk/src/control/mediacontrol_plugin.c (from /branches/0.8.5-api/src/control/mediacontrol_plugin.c:13843)
+   A /trunk/src/control/mediacontrol_util.c (from /branches/0.8.5-api/src/control/mediacontrol_util.c:13843)
+   A /trunk/src/control/playlist.c (from /branches/0.8.5-api/src/control/playlist.c:13843)
+   D /trunk/src/control/plugin.c
+   D /trunk/src/control/util.c
+   M /trunk/src/misc/stats.c
+   A /trunk/test/libvlc_sample.c
+
+Merge 0.8.5-api changes
+Fix compilation
+
+------------------------------------------------------------------------
+r13880 | zorglub | 2006-01-08 07:50:35 -0800 (Sun, 08 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+
+Lalala
+
+------------------------------------------------------------------------
+r13879 | zorglub | 2006-01-08 07:48:41 -0800 (Sun, 08 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/stats.c
+   M /trunk/src/network/httpd.c
+   M /trunk/src/video_output/video_output.c
+
+Some more stats preliminary work
+
+------------------------------------------------------------------------
+r13878 | hartman | 2006-01-07 17:32:50 -0800 (Sat, 07 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/audio_output/auhal.c
+
+* auhal.c:
+  - fix last bugs with SPDIF stream selection
+  - code and debug cleanup
+  - added more comments to clearify the code, so it is useful to others :D
+
+------------------------------------------------------------------------
+r13877 | hartman | 2006-01-07 15:08:42 -0800 (Sat, 07 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+* Compile fix for OSes without F_RDAHEAD and F_NOCACHE
+
+------------------------------------------------------------------------
+r13876 | hartman | 2006-01-07 14:01:17 -0800 (Sat, 07 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+* Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from networkshares and VMEM usage.
+  Suggested by Marko Karppinen.
+
+------------------------------------------------------------------------
+r13875 | xtophe | 2006-01-07 08:21:47 -0800 (Sat, 07 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+Add a package-win32 target
+
+------------------------------------------------------------------------
+r13874 | sam | 2006-01-06 07:16:25 -0800 (Fri, 06 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+  fortune.
+
+------------------------------------------------------------------------
+r13873 | damienf | 2006-01-06 04:31:19 -0800 (Fri, 06 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/dvdnav.patch
+   M /trunk/modules/access/dvdnav.c
+
+dvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32 and non-unix platforms can also read it
+dvdnav.c: add DVD title to meta information
+
+------------------------------------------------------------------------
+r13872 | xtophe | 2006-01-06 01:37:13 -0800 (Fri, 06 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/Doxyfile
+   M /trunk/doc/Doxyfile.skins2
+
+Produce include graphs.
+
+------------------------------------------------------------------------
+r13871 | xtophe | 2006-01-05 14:53:46 -0800 (Thu, 05 Jan 2006) | 2 lines
+Changed paths:
+   D /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch.bak
+
+this file was here by error
+
+------------------------------------------------------------------------
+r13870 | damienf | 2006-01-05 14:48:30 -0800 (Thu, 05 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+directx.c: some improvement on overlay initial grey flickering
+
+------------------------------------------------------------------------
+r13869 | zorglub | 2006-01-05 13:56:34 -0800 (Thu, 05 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/stats.c
+
+Remove extra debug
+
+------------------------------------------------------------------------
+r13868 | damienf | 2006-01-05 13:33:20 -0800 (Thu, 05 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+messages.c: message bank lock is still in use and still needs initializing :)
+
+------------------------------------------------------------------------
+r13867 | damienf | 2006-01-05 09:13:19 -0800 (Thu, 05 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: fix previous commit when mozilla is not available
+
+------------------------------------------------------------------------
+r13866 | damienf | 2006-01-05 09:03:12 -0800 (Thu, 05 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)
+
+------------------------------------------------------------------------
+r13865 | hartman | 2006-01-04 17:56:12 -0800 (Wed, 04 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+More message queue WinCE fixes
+------------------------------------------------------------------------
+r13864 | hartman | 2006-01-04 17:01:30 -0800 (Wed, 04 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+message queues WinCE compile fix
+------------------------------------------------------------------------
+r13863 | hartman | 2006-01-04 15:34:52 -0800 (Wed, 04 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+Another message queue compile fix
+------------------------------------------------------------------------
+r13862 | zorglub | 2006-01-04 15:22:24 -0800 (Wed, 04 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+
+Forgot this file
+
+------------------------------------------------------------------------
+r13861 | zorglub | 2006-01-04 15:11:33 -0800 (Wed, 04 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+compile fix
+
+------------------------------------------------------------------------
+r13860 | hartman | 2006-01-04 15:02:44 -0800 (Wed, 04 Jan 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* I actually read the doc on AC_ARG_WITH this time :D
+  this and [13857] [13858] refs #182
+
+
+------------------------------------------------------------------------
+r13859 | zorglub | 2006-01-04 14:29:53 -0800 (Wed, 04 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/gui/beos/MessagesWindow.cpp
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
+   M /trunk/modules/misc/logger.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/objects.c
+   A /trunk/src/misc/stats.c
+   M /trunk/src/network/httpd.c
+
+Add support for several message queues - please test
+Initial support for registering and handling some shared stats 
+
+------------------------------------------------------------------------
+r13858 | hartman | 2006-01-04 14:24:20 -0800 (Wed, 04 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+Fix the Mac OS X SDK configure check
+------------------------------------------------------------------------
+r13857 | hartman | 2006-01-04 13:53:52 -0800 (Wed, 04 Jan 2006) | 8 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   D /trunk/extras/MacOSX/macosx-dmg
+
+* Simpler way to create the diskimage (10.3 and higher only)
+* realigning of some of the configure --help options
+* added --with-macosx-sdk
+  - compiles VLC (not contrib) with the 10.3.9 SDK
+  - uses a small hack to enforce the deployment target when you do make in the srcdir
+  - requires you to use gcc 4.0 on on Mac OS X 10.4
+
+
+------------------------------------------------------------------------
+r13856 | jpsaman | 2006-01-03 13:33:55 -0800 (Tue, 03 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/share/osdmenu/default.cfg
+   M /trunk/share/osdmenu/dvd.cfg
+
+Forward/Backward jump is set to jump-medium
+------------------------------------------------------------------------
+r13855 | zorglub | 2006-01-03 12:29:02 -0800 (Tue, 03 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Fix invalid return
+
+------------------------------------------------------------------------
+r13854 | xtophe | 2006-01-03 08:37:05 -0800 (Tue, 03 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Missing headder in tarball
+
+------------------------------------------------------------------------
+r13853 | xtophe | 2006-01-03 07:16:01 -0800 (Tue, 03 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Typo
+
+------------------------------------------------------------------------
+r13852 | fkuehne | 2006-01-03 04:50:15 -0800 (Tue, 03 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/wizard.m
+
+* added RTP uni-/multicast to the wizard
+------------------------------------------------------------------------
+r13851 | fkuehne | 2006-01-02 10:25:01 -0800 (Mon, 02 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/image.c
+
+* fixed preferences
+------------------------------------------------------------------------
+r13850 | sam | 2006-01-02 02:52:50 -0800 (Mon, 02 Jan 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/image.c
+
+  * modules/video_output/image.c:
+    + Implemented support for --image-out-format.
+    + Added support for JPEG output. Still defaults to PNG.
+
+------------------------------------------------------------------------
+r13849 | sam | 2006-01-02 02:41:38 -0800 (Mon, 02 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+  * src/video_output/video_output.c: do not drop late frames at the video
+    output level when --no-skip-frames was specified.
+
+------------------------------------------------------------------------
+r13848 | courmisch | 2006-01-02 02:06:36 -0800 (Mon, 02 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+Fix spelling error
+
+------------------------------------------------------------------------
+r13847 | sam | 2006-01-02 01:01:27 -0800 (Mon, 02 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/image.c
+
+  * src/misc/image.c: don't forget to free the temporary pictures or we'll
+    rapidly leak gigabytes of memory.
+
+------------------------------------------------------------------------
+r13842 | zorglub | 2006-01-01 05:39:21 -0800 (Sun, 01 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/make.pl
+
+Improve output
+
+------------------------------------------------------------------------
+r13841 | hartman | 2005-12-31 07:05:12 -0800 (Sat, 31 Dec 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/stream.c
+
+Fix an issue with AStreamRefillStream and mp4 indexes
+------------------------------------------------------------------------