]> git.sesse.net Git - vlc/blobdiff - ChangeLog
Initial support for Secure Real-Time Protocol (RFC3711) - refs #321
[vlc] / ChangeLog
index 6de46baccde4e6690424ec80a4cd3b4efcd8eccc..9d79af1911117fe534a0cda8d3194ce3ad618383 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2003-12-27 Saturday 01:49  rocky
+------------------------------------------------------------------------
+r16637 | courmisch | 2006-09-12 21:15:20 +0200 (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 21:00:51 +0200 (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 20:57:45 +0200 (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 20:52:13 +0200 (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 20:49:41 +0200 (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 20:35:04 +0200 (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 20:03:45 +0200 (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 19:47:05 +0200 (Tue, 12 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Fortunately, VLC is not using CVS anymore.
+
+------------------------------------------------------------------------
+r16628 | damienf | 2006-09-12 19:03:39 +0200 (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 14:19:33 +0200 (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 14:17:41 +0200 (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 21:53:18 +0200 (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 18:36:07 +0200 (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 17:12:33 +0200 (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 15:34:17 +0200 (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 14:14:17 +0200 (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 13:49:57 +0200 (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 13:32:31 +0200 (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 12:51:16 +0200 (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 11:07:58 +0200 (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 10:20:43 +0200 (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-11 08:07:47 +0200 (Mon, 11 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 23:58:29 +0200 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+Remove useless debug
+
+------------------------------------------------------------------------
+r16604 | fkuehne | 2006-09-10 22:43:14 +0200 (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 22:36:09 +0200 (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 22:21:14 +0200 (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 22:20:21 +0200 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Fix typo
+
+------------------------------------------------------------------------
+r16598 | fkuehne | 2006-09-10 22:17:19 +0200 (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 22:12:12 +0200 (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 21:00:21 +0200 (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 19:54:17 +0200 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Also control plugin export table
+
+------------------------------------------------------------------------
+r16592 | courmisch | 2006-09-10 19:46:50 +0200 (Sun, 10 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src
+
+Blind svn:ignore update
+
+------------------------------------------------------------------------
+r16590 | courmisch | 2006-09-10 19:40:29 +0200 (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 19:18:33 +0200 (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 19:00:09 +0200 (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 18:37:47 +0200 (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 18:33:18 +0200 (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 22:19:32 +0200 (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 21:39:31 +0200 (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 15:50:07 +0200 (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 12:50:29 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
 
- Scale bitmaps for 4:3 output
+Accept non-socket handles through net_Read* (closes #731)
 
-2003-12-26 Friday 02:47  rocky
+------------------------------------------------------------------------
+r16576 | courmisch | 2006-09-09 12:37:37 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
 
- Keep in synch with rest of source. Should also have no effect on upcoming release
+Fix segfault. FTP access output is now somehow "tested"
 
-2003-12-26 Friday 01:39  rocky
+------------------------------------------------------------------------
+r16575 | courmisch | 2006-09-09 12:24:52 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
 
- Check in a stable copy for reference against future changes. Should
- not affect or be seen in upcoming release.
+More fixes
 
-2003-12-24 Wednesday 12:38  gbazin
+------------------------------------------------------------------------
+r16574 | courmisch | 2006-09-09 12:09:15 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
 
- * src/libvlc.h: on win9x --win9x-cv-method=0 was problematic (eg. vlc could get stuck during video startup) so --win9x-cv-method=1 is now the default.
+OSX compile fix
 
-2003-12-24 Wednesday 10:06  gbazin
+------------------------------------------------------------------------
+r16573 | courmisch | 2006-09-09 12:03:06 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
 
- * src/libvlc.c: small fixes to Usage().
+Oups
 
-2003-12-24 Wednesday 09:46  gbazin
+------------------------------------------------------------------------
+r16572 | courmisch | 2006-09-09 11:53:34 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
 
- * include/vlc_block.h: added a temporary i_rate field to block_t.
- * modules/codec/libmpeg2.c: synchro uses p_block->i_rate again.
- * src/input/*: do not decode audio when i_rate != DEFAULT_RATE.
+Untested FTP access output (closes #605)
 
-2003-12-23 Tuesday 17:10  gbazin
+------------------------------------------------------------------------
+r16571 | courmisch | 2006-09-09 11:23:02 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_access.h
 
- * modules/video_output/directx/events.c: warning message into debug message.
+Fix typo
 
-2003-12-23 Tuesday 15:27  gbazin
+------------------------------------------------------------------------
+r16570 | zorglub | 2006-09-09 11:12:23 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/interface/interaction.c
 
- * modules/video_output/directx/events.c: fixed mouse coordinates for dvd navigation which got broken when we switched to using a child window for the video.
+One more outdated copyright
 
-2003-12-23 Tuesday 02:11  gbazin
+------------------------------------------------------------------------
+r16569 | zorglub | 2006-09-09 11:05:11 +0200 (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
 
- * modules/video_output/directx/*: fixed strange race condition.
+Copyright stuff
 
-2003-12-23 Tuesday 00:23  hartman
+------------------------------------------------------------------------
+r16568 | courmisch | 2006-09-09 10:27:55 +0200 (Sat, 09 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
 
- * Fixed and updated for a 00.7 'Bond' release.
+More cosmetic
+(nice reinvention of the while() loop, but I prefer while())
 
-2003-12-22 Monday 23:46  hartman
+------------------------------------------------------------------------
+r16567 | courmisch | 2006-09-09 10:20:18 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
 
- * Fix a leak in goom module that caused all the pictures of a vout to be
-   unavailable after several songs.
+Cosmetic fixes
 
-2003-12-22 Monday 22:37  hartman
+------------------------------------------------------------------------
+r16566 | courmisch | 2006-09-09 10:19:23 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
 
- * stream_Size reports the size of a stream, not stream_Tell
-   This fixes the ID3 detection of ID3v1.
+Don't use someone's else domain in our default values
 
-2003-12-22 Monday 17:44  gbazin
+------------------------------------------------------------------------
+r16565 | courmisch | 2006-09-09 09:48:55 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/stream_out/rtp.c
 
- * modules/access/dshow/dshow.cpp: fixed previous fix.
+Really fix SDP ordering here too (closes #716 again)
 
-2003-12-22 Monday 17:08  bigben
+------------------------------------------------------------------------
+r16564 | courmisch | 2006-09-09 09:43:58 +0200 (Sat, 09 Sep 2006) | 6 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
 
- back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item
+* 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)
 
-2003-12-22 Monday 16:42  gbazin
+------------------------------------------------------------------------
+r16563 | courmisch | 2006-09-09 09:26:22 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
 
- * modules/access/dshow/dshow.cpp: small fix for devices list.
+Another SDP ordering fix
 
-2003-12-22 Monday 16:40  gbazin
+------------------------------------------------------------------------
+r16562 | dionoea | 2006-09-09 00:41:45 +0200 (Sat, 09 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
 
- * modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs.
+Add vcrop, vzoom and vratio commands to the rc interface (code duplication is horrible ... i know)
 
-2003-12-22 Monday 15:42  gbazin
+------------------------------------------------------------------------
+r16561 | thresh | 2006-09-08 23:42:19 +0200 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   A /trunk/vlc.spec.alt
 
- * modules/gui/wxwindows/*: use our new wxL2U() macro where needed.
+ALT Linux VLC specfile
 
-2003-12-22 Monday 14:45  hartman
+------------------------------------------------------------------------
+r16560 | thresh | 2006-09-08 23:30:07 +0200 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
 
- * Fix the 'currently playing' field in the OSX intf.
+forgot to mention the last fortune is from #videolan 
 
-2003-12-22 Monday 14:32  sam
+------------------------------------------------------------------------
+r16559 | thresh | 2006-09-08 23:27:21 +0200 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
 
-   * Coding style cleanup: removed tabs and trailing spaces.
+one more fortune
 
-2003-12-22 Monday 14:31  gbazin
+------------------------------------------------------------------------
+r16558 | courmisch | 2006-09-08 21:50:25 +0200 (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)
 
- * modules/gui/wxwindows/*: don't forget to convert the filename/author fields in the playlist to the encoding in use by the wxWindows interface.
+------------------------------------------------------------------------
+r16557 | courmisch | 2006-09-08 21:00:04 +0200 (Fri, 08 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+   M /trunk/src/network/io.c
 
-2003-12-22 Monday 14:23  sam
+Complete(?) migration to net_strerror/net_errno
+for nicer Win32 error messages
 
-   * src/misc/iso-639_def.h modules/demux/util/id3genres.h modules/gui/kde:
-     + Added missing copyright information.
-     + Added GPL header.
-   * src/misc/iso-639_def.h:
-     + Removed useless (and unprotected) macros.
+------------------------------------------------------------------------
+r16556 | courmisch | 2006-09-08 20:33:32 +0200 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/error.c
 
-2003-12-22 Monday 11:14  titer
+Well, this time maybe
+
+------------------------------------------------------------------------
+r16555 | courmisch | 2006-09-08 20:26:50 +0200 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/error.c
+
+Might fix Win32 compilation
+
+------------------------------------------------------------------------
+r16554 | courmisch | 2006-09-08 20:14:25 +0200 (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 20:08:39 +0200 (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 20:07:18 +0200 (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 19:56:58 +0200 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+Fixes
+
+------------------------------------------------------------------------
+r16550 | courmisch | 2006-09-08 19:53:14 +0200 (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 19:51:58 +0200 (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 18:29:56 +0200 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/io.c
+
+More cleanup
+
+------------------------------------------------------------------------
+r16547 | courmisch | 2006-09-08 18:26:49 +0200 (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 18:04:29 +0200 (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 17:48:21 +0200 (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-08 00:58:14 +0200 (Fri, 08 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-08 00:20:04 +0200 (Fri, 08 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+We need the latest autoconf. see [16537]
+
+------------------------------------------------------------------------
+r16541 | hartman | 2006-09-08 00:01:06 +0200 (Fri, 08 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 23:58:59 +0200 (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 21:49:30 +0200 (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 21:23:03 +0200 (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 21:09:27 +0200 (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 20:27:41 +0200 (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 19:02:46 +0200 (Thu, 07 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/shout.c
+
+:%s/\t/    /g
+
+------------------------------------------------------------------------
+r16534 | damienf | 2006-09-07 00:15:29 +0200 (Thu, 07 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcplugin.cpp
+
+vlcplugin.cpp: don't forget to increment argc
+
+------------------------------------------------------------------------
+r16533 | damienf | 2006-09-07 00:07:22 +0200 (Thu, 07 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 23:32:39 +0200 (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 23:30:14 +0200 (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 23:05:21 +0200 (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 23:03:03 +0200 (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 12:02:20 +0200 (Wed, 06 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+
+Typo tha -> that
+------------------------------------------------------------------------
+r16527 | fkuehne | 2006-09-05 23:11:46 +0200 (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 18:42:10 +0200 (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 15:22:38 +0200 (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 14:33:53 +0200 (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 13:18:44 +0200 (Tue, 05 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/loadsave.c
+
+Include errno.h
+
+------------------------------------------------------------------------
+r16522 | hartman | 2006-09-05 13:07:08 +0200 (Tue, 05 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+* Quote add
+
+------------------------------------------------------------------------
+r16521 | zorglub | 2006-09-05 09:16:17 +0200 (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-05 08:09:42 +0200 (Tue, 05 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 23:48:45 +0200 (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 21:28:53 +0200 (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 20:19:03 +0200 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+fixed typo
+
+------------------------------------------------------------------------
+r16516 | damienf | 2006-09-04 20:17:10 +0200 (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 19:51:10 +0200 (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 19:50:19 +0200 (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 19:48:38 +0200 (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 15:32:02 +0200 (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 12:43:50 +0200 (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 12:12:03 +0200 (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 11:27:21 +0200 (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-04 00:18:30 +0200 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+  * src/input/decoder.c: use real, nice quotes.
+
+------------------------------------------------------------------------
+r16507 | fkuehne | 2006-09-04 00:13:20 +0200 (Mon, 04 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+
+* save playback styles on Macs as well
+------------------------------------------------------------------------
+r16506 | thresh | 2006-09-04 00:07:29 +0200 (Mon, 04 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 23:53:38 +0200 (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 22:51:09 +0200 (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 19:43:25 +0200 (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 19:31:02 +0200 (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 18:50:22 +0200 (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 18:43:26 +0200 (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 18:41:40 +0200 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+Fix possible crash
 
-  beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla)
+------------------------------------------------------------------------
+r16498 | courmisch | 2006-09-03 17:20:43 +0200 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-2003-12-22 Monday 11:08  titer
+Use LTLIBINTL instead of LIBINTL when using libtool.
 
-  beos/*: fixed Alt+X shortcuts (BeOS doesn't let those hit BWindow::KeyDown
-          because it's reserved for system shorcuts - added a workaround)
+------------------------------------------------------------------------
+r16497 | xtophe | 2006-09-03 17:17:11 +0200 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   A /trunk/po/pt_PT.po
 
-2003-12-22 Monday 02:24  sam
+Start of the work of Ari Constancio on Portuguese localisation
 
-   * toolbox:
-     + Added pda.glade to the list of Glade2 generated files.
-     + Remove strings such as "http://" or "/dev/video0" from the list of
-       translated strings in the PDA interface.
-   * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
-     whitespaces and tabulations here and there.
+------------------------------------------------------------------------
+r16496 | courmisch | 2006-09-03 17:08:52 +0200 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
 
-2003-12-22 Monday 00:26  sam
+Fix type-punning breakage
 
-   * modules/demux/asf/asf.c: Fixed a buffer overflow.
+------------------------------------------------------------------------
+r16495 | courmisch | 2006-09-03 17:01:52 +0200 (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 14:41:56 +0200 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
 
-2003-12-22 Monday 00:13  sam
+write comments in config file in user locale instead of utf
+
+------------------------------------------------------------------------
+r16493 | courmisch | 2006-09-03 13:51:11 +0200 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Another GNU makism killed
+
+------------------------------------------------------------------------
+r16492 | courmisch | 2006-09-03 13:44:03 +0200 (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-03 01:24:38 +0200 (Sun, 03 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+hmm One of yesterday commit broke binary compatibility.
+
+------------------------------------------------------------------------
+r16490 | zorglub | 2006-09-03 00:33:44 +0200 (Sun, 03 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 23:22:19 +0200 (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 22:46:57 +0200 (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 22:30:53 +0200 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/http.c
 
-   * modules/access/vcdx/access.c: Fixed an obvious buffer overflow. This
-     code is still unsafe, bounds need to be checked after each sprintf/strcat
-     call.
+Merge [PATCH] http chunked encoding fix
+
+------------------------------------------------------------------------
+r16486 | xtophe | 2006-09-02 21:48:49 +0200 (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 19:08:08 +0200 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/fake.c
+
+Oops.
+
+------------------------------------------------------------------------
+r16484 | zorglub | 2006-09-02 19:07:46 +0200 (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 19:03:36 +0200 (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 18:59:50 +0200 (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 16:49:53 +0200 (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 16:32:19 +0200 (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 14:26:41 +0200 (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 14:19:59 +0200 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Make theora codec a plugin
+
+------------------------------------------------------------------------
+r16477 | courmisch | 2006-09-02 14:15:55 +0200 (Sat, 02 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Cleanup gnutls detection
+
+------------------------------------------------------------------------
+r16476 | courmisch | 2006-09-02 13:20:55 +0200 (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 13:20:07 +0200 (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 12:20:26 +0200 (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 10:40:01 +0200 (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 10:39:28 +0200 (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 09:52:38 +0200 (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 18:34:46 +0200 (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 18:32:09 +0200 (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 10:04:55 +0200 (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 10:03:00 +0200 (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-09-01 08:01:06 +0200 (Fri, 01 Sep 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-09-01 00:57:35 +0200 (Fri, 01 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs/messages.cpp
+
+Initialize the verbosity box
+
+------------------------------------------------------------------------
+r16462 | zorglub | 2006-09-01 00:17:17 +0200 (Fri, 01 Sep 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-09-01 00:10:11 +0200 (Fri, 01 Sep 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 22:50:50 +0200 (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 22:39:36 +0200 (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 16:55:20 +0200 (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 15:12:26 +0200 (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 14:37:15 +0200 (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 14:23:54 +0200 (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 14:21:51 +0200 (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 13:02:17 +0200 (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 11:51:05 +0200 (Thu, 31 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/logo.c
+
+typo
+
+------------------------------------------------------------------------
+r16444 | fkuehne | 2006-08-31 00:59:21 +0200 (Thu, 31 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/THANKS
+
+* some updates on Apple Remote, etc.
+------------------------------------------------------------------------
+r16443 | fkuehne | 2006-08-31 00:24:25 +0200 (Thu, 31 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 23:30:28 +0200 (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 19:40:36 +0200 (Wed, 30 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/test/native/url.c
+
+Fix and port test
+
+------------------------------------------------------------------------
+r16437 | courmisch | 2006-08-30 19:27:38 +0200 (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 19:17:11 +0200 (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 18:56:02 +0200 (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 16:58:18 +0200 (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 16:56:30 +0200 (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 15:35:56 +0200 (Wed, 30 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* typo
+
+
+------------------------------------------------------------------------
+r16429 | hartman | 2006-08-30 01:19:23 +0200 (Wed, 30 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
 
-2003-12-22 Monday 00:06  titer
+* fix stupid mistake in [16427]
 
-  + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style
-    for sliders)
+------------------------------------------------------------------------
+r16428 | hartman | 2006-08-30 01:02:13 +0200 (Wed, 30 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 ? )
 
-2003-12-21 Sunday 23:32  sam
+------------------------------------------------------------------------
+r16427 | hartman | 2006-08-30 00:59:16 +0200 (Wed, 30 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 23:56:10 +0200 (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 23:37:20 +0200 (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 23:05:40 +0200 (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 21:34:50 +0200 (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 21:24:59 +0200 (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 20:54:05 +0200 (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 18:31:39 +0200 (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 17:51:56 +0200 (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 14:47:06 +0200 (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 14:31:06 +0200 (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 14:23:28 +0200 (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 13:27:38 +0200 (Tue, 29 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+Cleanup
+------------------------------------------------------------------------
+r16414 | jpsaman | 2006-08-29 11:49:07 +0200 (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 11:14:57 +0200 (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 11:14:34 +0200 (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 10:50:20 +0200 (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 10:40:57 +0200 (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 10:25:59 +0200 (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 10:20:19 +0200 (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 10:09:16 +0200 (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 10:07:08 +0200 (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 10:05:15 +0200 (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-29 00:50:30 +0200 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
+
+vlcshell.cpp:  no need for those printf() any more
+
+------------------------------------------------------------------------
+r16402 | damienf | 2006-08-29 00:48:57 +0200 (Tue, 29 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-29 00:00:55 +0200 (Tue, 29 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 23:28:29 +0200 (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 21:44:02 +0200 (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 20:38:33 +0200 (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 20:31:00 +0200 (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 20:24:34 +0200 (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 19:02:52 +0200 (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 18:16:33 +0200 (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 14:27:59 +0200 (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 13:45:18 +0200 (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 11:42:13 +0200 (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 10:34:52 +0200 (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 10:25:40 +0200 (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 10:19:38 +0200 (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 09:37:17 +0200 (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 23:41:05 +0200 (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 23:37:15 +0200 (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 23:06:28 +0200 (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 22:50:54 +0200 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/video_widget.cpp
+
+Fix crash
+
+------------------------------------------------------------------------
+r16379 | dionoea | 2006-08-27 22:35:11 +0200 (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 22:27:09 +0200 (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 21:56:17 +0200 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
+
+vlcshell.cpp: more X11 fixes
+
+------------------------------------------------------------------------
+r16376 | damienf | 2006-08-27 21:26:50 +0200 (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 19:07:20 +0200 (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 19:06:30 +0200 (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 19:06:24 +0200 (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 18:18:59 +0200 (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 18:19:00 +0200 (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 18:07:10 +0200 (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 17:34:52 +0200 (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 17:34:02 +0200 (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 16:50:39 +0200 (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 16:40:22 +0200 (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 15:09:16 +0200 (Sun, 27 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Fix "All files"
+
+------------------------------------------------------------------------
+r16364 | zorglub | 2006-08-27 15:05:51 +0200 (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 14:50:32 +0200 (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 14:41:54 +0200 (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 13:01:22 +0200 (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 12:34:35 +0200 (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-27 01:24:23 +0200 (Sun, 27 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-27 01:11:37 +0200 (Sun, 27 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 23:33:56 +0200 (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 23:30:49 +0200 (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 21:16:09 +0200 (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 20:03:08 +0200 (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 19:06:27 +0200 (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 18:51:55 +0200 (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 17:36:45 +0200 (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-26 00:11:33 +0200 (Sat, 26 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 23:27:56 +0200 (Fri, 25 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+
+remove unneeded include
+
+------------------------------------------------------------------------
+r16348 | zorglub | 2006-08-25 23:10:10 +0200 (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 17:54:38 +0200 (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 17:47:46 +0200 (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 14:59:00 +0200 (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 14:54:14 +0200 (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 14:19:34 +0200 (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 22:47:22 +0200 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
+
+Multiple selection
+
+------------------------------------------------------------------------
+r16341 | jpsaman | 2006-08-24 21:50:23 +0200 (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 21:45:08 +0200 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/profile_parser.c
+
+compile fix
+
+------------------------------------------------------------------------
+r16339 | zorglub | 2006-08-24 20:39:25 +0200 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/profile_parser.c
+
+Stupid platforms
+
+------------------------------------------------------------------------
+r16338 | zorglub | 2006-08-24 20:00:28 +0200 (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
 
-   * Fixed URLs here and there.
+------------------------------------------------------------------------
+r16337 | zorglub | 2006-08-24 19:52:35 +0200 (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
 
-2003-12-21 Sunday 21:30  titer
+Template for profile parser 
 
-  beos/PreferencesWindow*:
-   + Cleaned a bit the way the prefs are created
-   + Added missing CONFIG_ITEM_KEY implementation
+------------------------------------------------------------------------
+r16336 | jb | 2006-08-24 18:57:39 +0200 (Thu, 24 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/dialogs_provider.cpp
+
+Qt: Small fix on the filters for simpleOpenFile
 
-2003-12-20 Saturday 22:57  babal
 
- * libvlc.h input.c headphone.c:
-     fix support of audio channel mixers, like the headphone channel mixer
-     for instance, which was broken since the introduction of user audio
-     filters; if specified by the user and compatible with the audio
-     pipeline, we add the channel mixer after the user filters.
-     -> unfortunately, this fix removed two strings and introduced 4 new
-        ones
-     -> TODO: allow the user to choose only amongst channel mixers, not
-        all available audio filters
+------------------------------------------------------------------------
+r16335 | sam | 2006-08-24 18:08:31 +0200 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/Makefile.am
+
+  * doc/Makefile.am: added missing ChangeLog-2005.
+
+------------------------------------------------------------------------
+r16334 | bigben | 2006-08-24 08:39:20 +0200 (Thu, 24 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/v4l2.c
+
+* Some more debug
+
+
+------------------------------------------------------------------------
+r16333 | hartman | 2006-08-24 03:20:43 +0200 (Thu, 24 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-24 03:17:58 +0200 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+* Handle Dicas AVC FOURCC
+
+------------------------------------------------------------------------
+r16331 | thresh | 2006-08-24 01:40:13 +0200 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/libvlc_internal.h
+
+this should be ifdeffed in a proper way
+
+------------------------------------------------------------------------
+r16330 | titer | 2006-08-24 01:32:29 +0200 (Thu, 24 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-24 00:11:28 +0200 (Thu, 24 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 23:59:47 +0200 (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 23:47:53 +0200 (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 22:20:58 +0200 (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 22:03:48 +0200 (Wed, 23 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+Cosmetic
+------------------------------------------------------------------------
+r16324 | jpsaman | 2006-08-23 22:01:21 +0200 (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 15:25:22 +0200 (Wed, 23 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+* change my email address
+
+------------------------------------------------------------------------
+r16322 | sam | 2006-08-23 13:57:43 +0200 (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 11:44:27 +0200 (Wed, 23 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+* compilation fix
+------------------------------------------------------------------------
+r16319 | fkuehne | 2006-08-23 01:22:14 +0200 (Wed, 23 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 21:03:20 +0200 (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 20:24:57 +0200 (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 16:31:40 +0200 (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 09:26:31 +0200 (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-21 00:11:27 +0200 (Mon, 21 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mono.c
+
+cosmetic
+------------------------------------------------------------------------
+r16313 | zorglub | 2006-08-21 00:03:18 +0200 (Mon, 21 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 23:10:17 +0200 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+enable plugin mono audio filter 2
+------------------------------------------------------------------------
+r16311 | jpsaman | 2006-08-20 23:00:34 +0200 (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 22:56:33 +0200 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/src/osd/osd_parser.c
+
+use memset
+------------------------------------------------------------------------
+r16309 | jpsaman | 2006-08-20 22:51:56 +0200 (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 22:48:35 +0200 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+
+Remove some whitespace
+------------------------------------------------------------------------
+r16307 | jpsaman | 2006-08-20 22:47:57 +0200 (Sun, 20 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+
+Remove some whitespace
+------------------------------------------------------------------------
+r16306 | jpsaman | 2006-08-20 22:46:40 +0200 (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 14:57:07 +0200 (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 13:53:35 +0200 (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 11:14:00 +0200 (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 10:48:53 +0200 (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-20 00:54:18 +0200 (Sun, 20 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-20 00:46:47 +0200 (Sun, 20 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 23:39:06 +0200 (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 23:32:19 +0200 (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 19:51:41 +0200 (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 18:19:56 +0200 (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 18:19:31 +0200 (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 15:08:04 +0200 (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-19 00:00:04 +0200 (Sat, 19 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 20:58:16 +0200 (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 17:11:02 +0200 (Fri, 18 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/utils.cpp
+
+- minor fixes
+
+------------------------------------------------------------------------
+r16289 | damienf | 2006-08-18 17:10:21 +0200 (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 16:05:45 +0200 (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-18 03:27:00 +0200 (Fri, 18 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/live555.cpp
+
+* Fix a RTSP crash
+
+------------------------------------------------------------------------
+r16286 | gbazin | 2006-08-17 22:53:27 +0200 (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 22:14:14 +0200 (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 22:07:13 +0200 (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 20:16:09 +0200 (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 23:45:56 +0200 (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 23:36:26 +0200 (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 23:19:15 +0200 (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 22:59:04 +0200 (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 22:48:06 +0200 (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 22:30:04 +0200 (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 09:03:52 +0200 (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-16 01:13:46 +0200 (Wed, 16 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-16 00:38:49 +0200 (Wed, 16 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-16 00:25:27 +0200 (Wed, 16 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-16 00:10:37 +0200 (Wed, 16 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 22:57:56 +0200 (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 20:59:40 +0200 (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 18:17:59 +0200 (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 18:12:44 +0200 (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 13:04:13 +0200 (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 12:43:00 +0200 (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-15 01:37:28 +0200 (Tue, 15 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+* first sps, then pps 
+
+------------------------------------------------------------------------
+r16261 | gbazin | 2006-08-15 00:16:07 +0200 (Tue, 15 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 23:46:13 +0200 (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 23:45:19 +0200 (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 23:44:15 +0200 (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-14 00:23:33 +0200 (Mon, 14 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 21:33:16 +0200 (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 20:48:17 +0200 (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
 
- * vlc.exe.manifest Makefile.am install-win32 :
-     add a manifest file to allow the win32 gui to use Windows XP visual
-     styles when available.
+------------------------------------------------------------------------
+r16254 | jpsaman | 2006-08-13 16:31:02 +0200 (Sun, 13 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+
+Fix memory leak
+------------------------------------------------------------------------
+r16253 | ipkiss | 2006-08-13 14:34:37 +0200 (Sun, 13 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
 
-2003-12-20 Saturday 16:22  gbazin
+ * doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC 0.8.6 only.
 
- * modules/demux/mp4/mp4.c: fixed problem with buggy files that don't set the audio sample rate properly.
+------------------------------------------------------------------------
+r16252 | hartman | 2006-08-12 22:08:08 +0200 (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
 
-2003-12-20 Saturday 16:11  gbazin
+* all macintel patches have been fixed upstream now. Also remove outdated ffmpeg prefix patch
+
+------------------------------------------------------------------------
+r16251 | hartman | 2006-08-12 16:24:54 +0200 (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-12 02:10:37 +0200 (Sat, 12 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.
 
- * modules/codec/araw.c: added "mlaw" as a fourcc for ulaw audio.
-
-2003-12-20 Saturday 15:25  rocky
-
- Remove unused variable. Artifact of old track/entry handling.
-
-2003-12-20 Saturday 11:56  rocky
-
- Grammar correction.
-
-2003-12-20 Saturday 11:55  rocky
-
- Spelling correction.
-
-2003-12-18 Thursday 16:29  hartman
-
- * Fix broken http intf in macosx package.
-
-2003-12-18 Thursday 12:35  rocky
-
- Go over for spelling and acurracy.
-
-2003-12-17 Wednesday 23:21  hartman
-
- * Commented out the option 'goom' for the visualizer. It isn't working in
-   this system yet and will not work before release. The visualizer system
-   needs to be cleaned in 0.7.1 with one 'visual' audio filter which loads
-   one or more 'visualization' true modules.
-
-2003-12-17 Wednesday 23:09  hartman
-
- * second round of dutch translation update for 0.7.0-test2
-
-2003-12-17 Wednesday 21:29  hartman
-
- * Updated portuguese brazilian update
-
-2003-12-17 Wednesday 11:42  hartman
-
- * First run of dutch translations.
-
-2003-12-17 Wednesday 08:53  titer
-
-  * Makefile.am: cleaned up package-beos
-  * share/vlc_beos.rsrc: new icon based on Stephane's cone
-
-2003-12-16 Tuesday 23:01  massiot
-
- Contrib build system :
- * Jumped to ogg-1.1
- * Reverted to ffmpeg-0.4.8
-
-2003-12-16 Tuesday 22:14  gbazin
-
- * modules/access/cdda/access.c: need to include errno.h
-
-2003-12-16 Tuesday 22:10  gbazin
-
- * modules/video_output/directx/events.c: the coordinates used to blit the video must be relative to the current primary surface (current display).
-
-2003-12-16 Tuesday 21:56  geshp
-
- Just a release number update in the spec file.  (It won't break anything I promise)
-
-2003-12-16 Tuesday 19:02  gbazin
-
- * modules/gui/wxwindows/open.cpp: compilation fix.
-
-2003-12-16 Tuesday 18:18  gbazin
-
- * modules/gui/skins/src/themeloader.cpp: the tar loader now checks the magic value in the tar header.
-
-2003-12-16 Tuesday 16:51  gbazin
-
- * modules/codec/araw.c: small fix.
-
-2003-12-16 Tuesday 13:35  gbazin
-
- * modules/gui/wxwindows/open.cpp: compilation fix.
-
-2003-12-16 Tuesday 13:22  gbazin
-
- * modules/gui/wxwindows/interface.cpp: better heuristic for the interface size on win32.
-
-2003-12-16 Tuesday 12:54  gbazin
-
- * modules/misc/dummy/input.c: fixed the vlc:quit command.
-
-2003-12-16 Tuesday 12:38  gbazin
-
- * modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg.c: theora decoding support via ffmpeg (currently slower than libtheora).
-
-2003-12-16 Tuesday 09:14  courmisch
-
- Added field for RTSP in Network Stream open tab
-
-2003-12-16 Tuesday 03:21  rocky
-
- Remember the disc selection type (DVD, VCD, CD-DA) selected in "Open
- Disc" and use that as the default for next time.
-
-2003-12-16 Tuesday 00:36  gbazin
-
- * doc/Makefile.am: added intf-cdda.txt to EXTRA_DIST.
-
-2003-12-16 Tuesday 00:01  gbazin
-
- * ALL: preparing for 0.7.0-test2.
-
-2003-12-15 Monday 23:31  gbazin
-
- * modules/demux/ogg.c: a couple of fixes for flac streaming.
-
-2003-12-15 Monday 22:55  gbazin
-
- * modules/packetizer/mpeg4audio.c: fixed raw mpeg4 audio packetizer.
- * modules/demux/mp4/libmp4.c: fixed (again) parsing of wave tag.
-
-2003-12-15 Monday 22:04  gbazin
-
- * modules/gui/skins/src/skin_main.cpp: bail out if we can't open an X11 display.
-
-2003-12-15 Monday 21:54  gbazin
-
- * modules/codec/vorbis.c: added 5.1 channel configuration to the decoder.
-
-2003-12-15 Monday 21:35  gbazin
-
- * modules/audio_output/directx.c: don't set the default audio output to mono even if the windows settings are set to mono.
-   Too many people just don't know how to set the windows speakers configuration setting properly.
-
-2003-12-15 Monday 21:07  jpsaman
-
- Fixing QT/Embedded header detection.
-
-2003-12-15 Monday 20:21  gbazin
-
- * modules/video_output/directx/directx.c: debug message.
-
-2003-12-15 Monday 20:20  gbazin
-
- * modules/gui/wxwindows/open.cpp: compilation fix.
-
-2003-12-15 Monday 19:55  gbazin
-
- * share/http/admin/dboxfiles.html: html page used by the dbox.
-
-2003-12-15 Monday 19:26  bigben
-
- Forgot this
-
-2003-12-15 Monday 19:25  bigben
-
- Fix for the fullscreen button state (it is only enabled if a vout is present)
-
-2003-12-15 Monday 15:38  hartman
-
- * fix the skip 10 seconds buttons availability.
-
-2003-12-15 Monday 15:06  hartman
-
- * Fix the problem with OpenDVD crash.
-
-2003-12-15 Monday 14:25  hartman
-
- * don't search the playlist when there is nothing in it. We will crash.
-
-2003-12-15 Monday 14:05  hartman
-
- * compile before you commit
-
-2003-12-15 Monday 13:38  hartman
-
- * added bookmark 9 and 10 but set their combo to KEY_UNSET
-
-2003-12-15 Monday 13:10  zorglub
-
- Do not add http:// to MRL if the URI given in the HTTP field already contains it (Fixes bug #1510)
-
-2003-12-15 Monday 01:11  yoann
-
- For OSX:
- * added hotkeys Fn and COMMAND+Fn, whith 2 <= n <= 8
- * bookmark9 and 10 are not added since F9 and F10 are reserved keys
-
-2003-12-15 Monday 00:47  gbazin
-
- * modules/access/dshow/*: fixed a problem when we would sometimes get stuck trying to stop the dshow graph.
-
-2003-12-14 Sunday 23:40  rocky
-
- signed/unsigned mismatch fix.
-
-2003-12-14 Sunday 23:14  hartman
-
- * Clarify the error when utf8 is set and the sub is actually not utf8.
-
-2003-12-14 Sunday 22:49  gbazin
-
- * modules/gui/wxwindows/*: added raw encapsulation to the streamout dialog.
- * modules/mux/dummy.c: added "raw" shortcut.
-
-2003-12-14 Sunday 21:03  gbazin
-
- * modules/gui/wxwindows/*: Added the video scale option to the streamout dialog box.
-   Added a nasty hack to reset LC_NUMERIC to "C" because the stream output MRL parsing can't deal with "," in floating point numbers.
- * modules/codec/ffmpeg/encoder.c: sanity checks.
- * modules/stream_out/transcode.c: sanity checks.
-
-2003-12-14 Sunday 19:18  gbazin
-
- * modules/codec/subsdec.c: default encoding is DEFAULT_NAME not UTF8.
-
-2003-12-14 Sunday 18:44  gbazin
-
- * modules/mux/ogg.c: added support for WMV1/2 and MJPG.
-
-2003-12-14 Sunday 17:58  gbazin
-
- * modules/stream_out/duplicate.c: removed unused variable.
-
-2003-12-14 Sunday 17:56  gbazin
-
- * modules/stream_out/duplicate.c: don't forget to loop through the linked list of sout buffers when sending the data.
-
-2003-12-14 Sunday 16:26  titer
-
-  beos_specific.cpp: never let anyone but system_End terminate the
-                     BApplication (fixes crash for people who like scripting
-                     with BMessages)
-
-2003-12-14 Sunday 16:08  titer
-
-  BeOS & gcc 2.9x fixes
-
-2003-12-14 Sunday 15:42  gbazin
-
- * modules/gui/wxwindows/interface.cpp: volume control has a fixed width of 20 pixels.
-   Fixed sizer problem on win32 with wxWin cvs.
-
-2003-12-13 Saturday 20:13  rocky
-
- More Open Disc range customizing/narrowing and some code cleanup.
-
-2003-12-13 Saturday 17:46  asmax
-
- * src/playlist/sort.c: set "intf-change" after sorting the playlist
-
-2003-12-13 Saturday 17:16  gbazin
-
- * src/playlist/*: when deleting the currently playing item, skip it instead of stopping the playlist.
- * include/modules_inner.h, include/configuration.h: don't use a static array anymore during the initialization of the plugins, malloc it instead. This fixes regular overflow problems we have when we increase the number of options in the main module.
-
-2003-12-13 Saturday 15:28  rocky
-
- Updated.
-
-2003-12-13 Saturday 14:01  gbazin
-
- * modules/video_output/directx/directx.c: compilation fix.
-
-2003-12-13 Saturday 12:56  rocky
-
- Add customizable playlist "author" field and set in the playlist.
-
-2003-12-13 Saturday 12:56  rocky
-
- If not in PBC, playlist fills in all entries.
- Fill in playlist info. Customizable "title" and "author" field.
- Still need to pick out and duration field.
- A couple of segfaults fixed.
-
-2003-12-13 Saturday 11:56  gbazin
-
- * ALL: bumped version number to 0.7.0-test2
-
-2003-12-13 Saturday 11:22  gbazin
-
- * NEWS: updated.
-
-2003-12-13 Saturday 00:55  rocky
-
- Range changes for Title/Track. Hopefully gtk_interface.c changes have
- been properly reflected back in gnome.glade now.
-
-2003-12-13 Saturday 00:53  rocky
-
- A better fix for missing options when the satellite plugin is not
- configured.
-
-2003-12-13 Saturday 00:45  rocky
-
- Add text field variables for changeable text fields.
-
-2003-12-13 Saturday 00:45  rocky
-
- Disable Disc "Chapter" button when not appropriate - i.e. CD-DA or
- VCD. Customize "Title" field (e.g. CD-DA "Track" or VCD "Entry").
-
-2003-12-13 Saturday 00:00  rocky
-
- Some minor code cleanups. Non-existent satellite options #ifdef'd out.
-
-2003-12-12 Friday 23:15  gbazin
-
- * modules/codec/faad.c: proper channels re-ordering for multi-channels audio.
-
-2003-12-12 Friday 23:03  yoann
-
- * added hotkeys F1, F2, ..., F10 to switch between predefined medias
-   (using CTRL+Fn)
- * only F1 and COMMAND+F1 are defined for OSX (I let those developpers
-   chose their keys)
- * Currently the medias assigned to Fn are not saved in vlcrc if they
-   have been assigned with Ctrl+Fn. But they are, if assigned via the
-   preferences panel.
-
-2003-12-12 Friday 22:46  rocky
-
- Compilation fix in conditional code.
-
-2003-12-12 Friday 22:41  rocky
-
- Disable Chapter button for CD-DA.
-
-2003-12-12 Friday 18:54  gbazin
-
- * modules/gui/gtk/*: fixed gtk/gnome.glade and re-run ./toolbox --update-glade.
-
-2003-12-12 Friday 18:34  gbazin
-
- * modules/gui/gtk/open.c: compilation fix.
-
-2003-12-12 Friday 15:37  zorglub
-
- * Fix segfault when we have two announces with the same URI but different names on the network
-
-2003-12-12 Friday 03:06  rocky
-
- Add CDDA and make MRLs regular.  Routine Eject is same as that in gtk
- and should be put in a more core location.
-
-2003-12-12 Friday 03:01  rocky
-
- Make MRL's more regular across GUIs fix plugin names, and add CD-DA to list.
-
-2003-12-11 Thursday 23:12  gbazin
-
- * modules/video_output/directx/*: first try at multimonitor support (untested).
- * src/video_output/video_output.c: small change to allow the directx plugin to destroy/recreate picture buffers on the fly.
-
-2003-12-11 Thursday 20:40  zorglub
-
- free
-
-2003-12-11 Thursday 20:21  bigben
-
- fix a typo
-
-2003-12-11 Thursday 20:08  zorglub
-
- * Do not keep adding items when they have already been added. This allows removal of SAP items
-
-2003-12-11 Thursday 19:34  hartman
-
- * Fix the state of the playlist and fullscreen button.
-
-2003-12-11 Thursday 16:00  hartman
-
- * New icon for the playlist
- * Fixed the mute hotkey
- * Fixed the positioning of some elements and removed the stupid black box
- * Added speex and flac encoders to sout dialog
-
-2003-12-11 Thursday 14:58  hartman
-
- * fix new hotkeys for osx.
-
-2003-12-11 Thursday 13:21  rocky
-
- Let folks know that the no device string means to scan for one if
- cddax and vcdx.
-
-2003-12-11 Thursday 13:20  rocky
-
- Long device text no longer used.
-
-2003-12-11 Thursday 12:56  rocky
-
- Switch over to using "cd-audio" and "vcd" configuration variables.
-
-2003-12-11 Thursday 12:52  rocky
-
- VCD or CD "title" 0 means adds entire contents (or possibly PBC for VCD).
-
-2003-12-11 Thursday 11:30  zorglub
-
- * Fix segfault when creating a group twice without checking return value
-
-2003-12-11 Thursday 10:44  gbazin
-
- * src/misc/mtime.c: actually tested and fixed my latest changes ;)
-
-2003-12-11 Thursday 09:02  sam
-
-   * doc/vlc.1: Fixed a minor typo (Debian bug #223605).
-
-2003-12-11 Thursday 05:49  rocky
-
- Remove building OGT.
-
-2003-12-11 Thursday 05:31  rocky
-
- Guard against dereferencing a NULL pointer.
-
-2003-12-11 Thursday 05:30  rocky
-
- Use cd-audio variable not vcd variable.
-
-2003-12-11 Thursday 05:28  rocky
-
- Set compilation flags so that code (e.g. frontends) can test presence
- or absense of vcdx/cddax.
-
-2003-12-11 Thursday 05:27  rocky
-
- Improve MRL creation.
-
- 1. MRL's are of the form xxx://
- 2. Customize depending on vcdx/vcd or cddax/cdd
- 3. cdda doesn't have any such notion of a "Chapter", so remove
-    the misleading :x.
-
- For cddax/vcdx, I'm not sure though I think there is more to do.
-
-2003-12-11 Thursday 05:12  rocky
-
- More general help tab name: "Media" covers DVD, (S)VCD, *or* CD-DA.
-
-2003-12-11 Thursday 02:26  asmax
-
- * solved race conditions issues when the OpenSkin dialog is
-   opened in blocking mode
-
-2003-12-11 Thursday 01:36  yoann
-
- added a 'mute' hotkey ('m')
-
-2003-12-10 Wednesday 23:51  gbazin
-
- * modules/stream_out/display.c: fixed segfault when switching audio/video track.
-
-2003-12-10 Wednesday 23:27  gbazin
-
- * modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps.
-
-2003-12-10 Wednesday 23:16  gbazin
-
- * modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly.
-
-2003-12-10 Wednesday 21:54  courmisch
-
- Added "Force IPv6" check box to UDP Unicast in open dialog
-
-2003-12-10 Wednesday 20:56  yoann
-
- fixed a compilation error
-
-2003-12-10 Wednesday 17:19  yoann
-
- added a hotkey ('t') which displays the position in the media
-
-2003-12-10 Wednesday 12:57  bigben
-
- fixes a infinite loop in the search function.
-
-2003-12-10 Wednesday 11:04  courmisch
-
- Automatically adds [ and ] around IPv6 addresses in Media Resource Locator.
-
-2003-12-09 Tuesday 19:18  gbazin
-
- * src/misc/mtime.c: fixed an overflow in mdate() on win32.
-   This overflow was only affecting the hardware configurations where we can't use the performance counter and thus have to use GetTickCount().
-   We now also check for the wrapping of the 32 bits value returned by GetTickCount() so mdate() doesn't wrap after 49.7 days.
- * src/misc/win32_specific.c: call mdate() once in system_Init() so as to avoid thread safety issues while initialising the static variables used in mdate().
-
-2003-12-09 Tuesday 19:15  yoann
-
- * fixed a compatibility problem with the CVS version of wxwindows
- * added a lock when changing p_vout->p_last_osd_message
-
-2003-12-09 Tuesday 14:33  sam
-
-   * toolbox: Do not include MOC files in the POTFILES.in generation.
-
-2003-12-09 Tuesday 00:46  yoann
-
- This fixes bugs 1285 and 1343
- * added a the default CD Audio device in General Settings -> Input
- * added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp
-
-2003-12-08 Monday 19:50  gbazin
-
- * ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.)
- * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
-
-2003-12-08 Monday 18:42  gbazin
-
- * modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy
- decoder to save the raw codec data to a file. This is disabled by default (while
- it was always on before).
- * src/input/es_out.c: bug fix for ES autoselection.
-
-2003-12-08 Monday 17:48  yoann
-
- improves OSD sytem
- The last OSD message is now deleted before printing new one.
-
-2003-12-08 Monday 13:04  gbazin
-
- * modules/control/hotkeys.c: msvc compilation fix.
-
-2003-12-08 Monday 13:02  gbazin
-
- * modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video.
-  Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video.
- * modules/mux/ogg.c: fixed crash when removing streams.
- * modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16.
-
-2003-12-08 Monday 11:00  hartman
-
- * Update Brazilian Portugese
-
-2003-12-08 Monday 06:01  rocky
-
- Marginally better
-
-2003-12-07 Sunday 22:23  hartman
-
- * fix livedotcom contrib
- * add libcaca contrib
-
-2003-12-07 Sunday 22:14  rocky
-
- Towards Philips OGT (SVCD subtitle) handling.
-
-2003-12-07 Sunday 20:48  hartman
-
- * Incorrect default value of align
-
-2003-12-07 Sunday 20:47  hartman
-
- * added livedotcom and goom to contrib system
-   goom sources currently located on my server.
-
-2003-12-07 Sunday 19:09  jpsaman
-
- All AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as second argument char * now, just like the function definition in include/video_output.h. All uses already passed a char * to the AddText() functions.
-
-2003-12-07 Sunday 19:06  jpsaman
-
- Compilation warning fixes and if-deffed unused functions/variables.
-
-2003-12-07 Sunday 19:01  jpsaman
-
- Remove unused variable
-
-2003-12-07 Sunday 19:00  jpsaman
-
- Fix for iPAQ port.
-
-2003-12-07 Sunday 18:58  jpsaman
-
- PDA Interface:
- - some cleanup
- - reinstated automatic lowering of interface when play button was pressed.
- - double click in playlist window play selected items.
-
-2003-12-07 Sunday 18:55  jpsaman
-
- if-deffed a unused variable.
-
-2003-12-07 Sunday 18:52  jpsaman
-
- Updating makefiles and package scripts.
-
-2003-12-07 Sunday 18:15  gbazin
-
- * modules/codec/theora.c: bug fix with aspect ratio.
-
-2003-12-07 Sunday 17:53  gbazin
-
- * modules/codec/theora.c: encoder now respects the aspect ratio.
-
-2003-12-07 Sunday 17:17  gbazin
-
- * src/input/es_out.c: cosmetic changes.
-
-2003-12-07 Sunday 17:09  gbazin
-
- * include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing.
- * modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT.
- * modules/stream_out/transcode.c: fix for video stream header generation (theora).
- * modules/codec/theora.c: don't overwrite headers.
-
-2003-12-07 Sunday 12:11  gbazin
-
- * include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset().
- * modules/packetizer/mpegvideo.c: get aspect ratio for MPEG2 video streams (still needs to be done for MPEG1).
- * modules/codec/libmpeg2.c: use p_dec->fmt_in.video.i_aspect if available.
- * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: respect aspect ratio during transcoding.
-
-2003-12-07 Sunday 01:02  rocky
-
- Marginally better.
-
-2003-12-06 Saturday 23:25  gbazin
-
- * include/vlc_block_helper.h: new block_FindStartcodeFromOffset() function.
- * modules/packetizer/mpegvideo.c: rewrote the packetizer to use the block helper functions.
-
-2003-12-06 Saturday 22:58  jpsaman
-
- Removing last files of previous Familiar interface. Porting to Gtk+2 widget set of this interface is now finished. Policing and improving remains.
-
-2003-12-06 Saturday 22:53  jpsaman
-
- Always use correct datatypes.
-
-2003-12-06 Saturday 22:50  jpsaman
-
- Fixed compiler waring about signed - unsigned comparision. It is always safer to use the same datatype when comparing values.
-
-2003-12-06 Saturday 22:47  jpsaman
-
- Updating with info for upcoming Opie interface.
-
-2003-12-06 Saturday 22:45  jpsaman
-
- Added PDA interface.
-
-2003-12-06 Saturday 22:45  jpsaman
-
- Make sure Gtk+2 main module gets build with PDA interface.
-
-2003-12-06 Saturday 22:42  jpsaman
-
- Updating AUTHORS list for me.
-
-2003-12-06 Saturday 22:41  jpsaman
-
- PDA Interface:
- - Fixed last segmentation fault.
- - Slider and time progress updating.
-
- This makes the new PDA interface almost complete. It misses the following items still:
- - preference panel
- - changing postion in stream with slider widget.
-
- The missing items above will move to the next release of VLC. Now testing and package building for iPAQ will begin. I expect to have a package at the end of the week.
-
-2003-12-06 Saturday 20:00  gbazin
-
- * msvc/vlc.dsw: updated the list of plugins.
-
-2003-12-06 Saturday 05:15  rocky
-
- Recognize Philips Overlay Graphics (OGT) and Chaoji VCD (CVD) subtitle
- streams.  Still need to be able to do something with them though.
-
-2003-12-05 Friday 14:58  gbazin
-
- * modules/codec/libmpeg2.c: fixed a couple of crashes on bad files.
-
-2003-12-05 Friday 14:48  asmax
-
- * modules/gui/wxwindows/preferences_widget.cpp: replaced two ( ? : ) by
-   if / else to avoid compilation problems when wxwindows is not built
-   with unicode support
-
-2003-12-05 Friday 09:28  sam
-
-   * Updated current changelog and regenerated previous ones as to include
-     changes to removed directories.
-
-2003-12-05 Friday 05:01  rocky
-
- A little cleanup on wait timing. No bug fixes yet, though.
-
-2003-12-05 Friday 04:24  rocky
-
- Slightly better handling of stills and toggling pause by using the
- different threads better.
-
- Still has stream still/to MPEG bug and duplicate video window bug though.
- (And could use lots of cleanup.)
-
-2003-12-05 Friday 02:33  rocky
-
- Remove interface thread. It was a crock anyway -- any good stuff
- should be put into the visualization plugins instead.
-
- Besides, there are bigger crocks that need fixing (like VCD navigation).
-
-2003-12-05 Friday 02:12  rocky
-
- Okay microseconds, then.
-
-2003-12-05 Friday 01:56  rocky
-
- Fix duration that input_AddInfo uses milliseconds.
- Add some more meta debugging.
-
-2003-12-05 Friday 01:52  rocky
-
- Spelling.
-
-2003-12-05 Friday 00:03  gbazin
-
- * modules/stream_out/transcode.c: proper order for downmixed channels.
-
-2003-12-04 Thursday 23:15  gbazin
-
- * modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio encoding.
-
-2003-12-04 Thursday 22:48  anil
-
- regenerated from a clean tree
-
-2003-12-04 Thursday 22:37  gbazin
-
- * modules/codec/flac.c: several fixes to the flac decoder and encoder.
- * modules/mux/ogg.c: fixed flac in ogg.
- * modules/demux/ogg.c: fix for flac seeking.
-
-2003-12-04 Thursday 18:26  gbazin
-
- * modules/gui/wxwindows/playlist.cpp: unicode fix.
-
-2003-12-04 Thursday 18:13  gbazin
-
- * modules/demux/livedotcom.cpp: compilation fix.
-
-2003-12-04 Thursday 17:15  gbazin
-
- * ALL: another bunch of MSVC compilation fixes.
-
-2003-12-04 Thursday 16:49  sam
-
-   * modules/misc/dummy/renderer.c:
-     + Removed evil ^Ms from the file.
-   * modules/video_output/caca.c:
-     + Support for new dithering modes (libcaca HEAD only).
-   * modules/* src/*:
-     + Grammar and spelling fixes.
-     + Coding style fixes.
-   * po/fr.po:
-     + Spelling fixes.
-     + Updated a few translations.
-   * po/en_GB.po:
-     + Updated a few translations.
-
-2003-12-04 Thursday 16:02  sam
-
-   * include/vlc_common.h:
-     + Introduced intptr_t and uintptr_t.
-   * Fixed compilation warnings here and there.
-
-2003-12-04 Thursday 15:54  sam
-
-   * configure.ac: Fixed an old bug that caused vlc-config to be sometimes
-     not set executable when regenerated.
-
-2003-12-04 Thursday 14:48  gbazin
-
- * modules/video_output/wingdi.c: fixed gdi output for 24 and 32 bits color depth.
-
-2003-12-04 Thursday 12:33  gbazin
-
- * toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling.
- * msvc/config.h.in, modules/access_output/file.c: MSVC fixes.
- * modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel.
-
-2003-12-04 Thursday 10:25  gbazin
-
- * modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE.
-
-2003-12-04 Thursday 05:14  rocky
-
- Guard against invalid p_vcd in dbg_print.
-
-2003-12-03 Wednesday 23:01  sigmunau
-
- all:
-  * doxygenated parts of the messages system
-
-2003-12-03 Wednesday 22:14  sigmunau
-
- src/input/input.c:
-  * fill in the duration field of the playlist item when starting playback of
-    a file, if the demuxer supports it.
-
-2003-12-03 Wednesday 21:58  sigmunau
-
- all:
-  * in vlc, times are stored in microseconds. playlist_item_t::i_duration
-    shouldn't be an exception
- modules/gui/wxwindows/playlist.cpp:
-  * fixed indentation
-
-2003-12-03 Wednesday 21:55  rocky
-
- Make more like the French translation which is more correct. :-\
-
-2003-12-03 Wednesday 21:50  sigmunau
-
- src/misc/mtime.c:
-  * Coding style fixes
-  * Comment cleanups
-  * Doxygenization
- include/vlc_common.h:
-  * doxygenized the comments for mtime_t and vlc_fourcc_t
-
-2003-12-03 Wednesday 20:47  jpsaman
-
- Syncing with current CVS.
-
-2003-12-03 Wednesday 15:46  zorglub
-
- Update of the french localization file
-
-2003-12-03 Wednesday 13:52  anil
-
- compilation fix
-
-2003-12-03 Wednesday 13:49  rocky
-
- Fixed-width 2-column track number. Should help in sorting titles.
-
-2003-12-03 Wednesday 13:41  rocky
-
- Update date. Remove boilerplate includes that I think are (or should
- be) pulled in from one of the other includes.
-
-2003-12-03 Wednesday 13:35  rocky
-
- Reinstate Duration column - perhaps it's time to get more plugins
- using it.
-
-2003-12-03 Wednesday 13:27  rocky
-
- Add more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE -
- Use MSTRTIME_MAX_SIZE instead.
-
-2003-12-03 Wednesday 12:33  sam
-
-   include/vlc_help.h: Grammar and spelling fixes.
-
-2003-12-03 Wednesday 12:19  fenrir
-
-  * increase priority (the wrapper from ffmpeg is buggy).
-
-2003-12-03 Wednesday 04:19  rocky
-
- Fix bug in not updating playlist when hitting next/previous control
- buttons (and simplify code at the same time).
-
-2003-12-03 Wednesday 00:27  rocky
-
- Add a few more fields in the stream info.
-
-2003-12-03 Wednesday 00:24  rocky
-
- "File Info" renamed "Stream/Media Info"
-
-2003-12-02 Tuesday 23:03  gbazin
-
- * modules/access/dshow/*: PVR support contributed by Marc Nolette.
-    I took the liberty to modify a few things so it might currently be broken (sorry Marc).
- * THANKS: added Marc Nolette.
-
-2003-12-02 Tuesday 18:47  gbazin
-
- * msvc/config.h.in: cleaned-up and updated.
-
-2003-12-02 Tuesday 16:01  geshp
-
- - Added fribidi support
- - Added configure-line options for mkv and fribidi
-
-2003-12-02 Tuesday 13:31  gbazin
-
- * ALL: more MSVC compilation fixes.
- * msvc/vlc.dsw: removed non-existant plugins.
-
-2003-12-02 Tuesday 12:57  gbazin
-
- ALL: MSVC compilation fixes to libvlc.
-
-2003-12-02 Tuesday 10:55  gbazin
-
- * modules/demux/mp4/mp4.c: find out aspect ratio from display size.
- * modules/codec/ffmpeg/video.c: respect aspect ratio given by demux if any.
-
-2003-12-02 Tuesday 04:22  rocky
-
- Populate VCD info in "File Info" window.
-
-2003-12-02 Tuesday 04:16  rocky
-
- Change some printf's to debugging-only output.
-
-2003-12-02 Tuesday 03:33  rocky
-
- Separate title format string into cases where CDDB is enabled and where
- it is is not. Now have callback for CDDB enabled boolean.
-
-2003-12-02 Tuesday 01:54  rocky
-
- Add secstotimestr and msecstotimestr to convert (milli)seconds to a
- time string.
-
-2003-12-01 Monday 23:39  gbazin
-
- * ALL: fixed DTS audio support.
- * modules/demux/dts.c: added raw DTS audio demuxer.
-
-2003-12-01 Monday 09:39  fenrir
-
-  * video: display "more than 5 seconds of late video..." only once.
-
-2003-12-01 Monday 04:07  rocky
-
- Make sure we distribute the CD-DA plugin info.
-
-2003-12-01 Monday 04:05  rocky
-
- Add a copyright.
-
-2003-12-01 Monday 04:05  rocky
-
- Add more verbiage.
-
-2003-12-01 Monday 04:04  geshp
-
- - Updated matroska/ebml fix
- - Updated mozilla plugin fix
-
-2003-12-01 Monday 03:57  rocky
-
- Some basic CDDA plugin documentation.
-
-2003-12-01 Monday 03:37  rocky
-
- Another typo.
-
-2003-12-01 Monday 03:34  rocky
-
- Bugs in calculating duration. Thanks Sigmund for fixing the GTK+
- interface!
-
- Some doc improvements. CDDARead: Let playlist now cycle through
- entries rather than intercept.
-
-2003-12-01 Monday 01:08  rocky
-
- Add CDDB CD Info in File Info section (via input_AddInfo and
- input_InfoCategory.
-
-2003-11-30 Sunday 23:19  jpsaman
-
- PDA Interface:
- - Coding Style
- - Added SAP/SLP to transcode tabpage
- - Reworking transcoding options for playlist
-
-2003-11-30 Sunday 23:07  rocky
-
- Forgot to add demux.c here.
-
-2003-11-30 Sunday 22:59  gbazin
-
- * modules/packetizer/mpeg4video.c: oops
-
-2003-11-30 Sunday 22:47  gbazin
-
- * include/input_ext-plugins.h: export input_DecodeBlock().
- * modules/stream_out/display.c: simplifications.
- * modules/stream_out/transcode.c: memset of sout_stream_sys_t.
- * modules/packetizer/mpeg4video.c: not all containers provide a pts info, in which case we use the dts.
-
-2003-11-30 Sunday 22:26  rocky
-
- Customizable playlist title.
-
-2003-11-30 Sunday 22:14  fenrir
-
-  * all: added dx50 fourcc (just mpeg4 video).
-
-2003-11-30 Sunday 21:21  jpsaman
-
- PDA Interface:
- - Fixed resource leak with playlists
- - VLC coding style cleanup
- - Rework v4l and stream out interface code to use  VLC playlists as it should be used.
- - Remove dead wood
-
-2003-11-30 Sunday 19:42  sigmunau
-
- modules/gui/gtk/playlist.c:
-  * show duration in playlist window if available
-
-2003-11-30 Sunday 18:14  rocky
-
- Add CD-DA CDDB support via libcddb.
-
-2003-11-30 Sunday 18:10  gbazin
-
- * share/http/admin/browse.html: hmmm, the browse feature was reenabled by mistake.
-
-2003-11-30 Sunday 17:29  fenrir
-
-  * es_out: implement ES_OUT_SET_PCR and reset but don't use them !
-  * demux: added demux2_New/Delete.
-
-2003-11-30 Sunday 17:29  fenrir
-
-  * all: added demux_t structure and some demux2_* functions.
-  Anyway, don't use them for now.
-
-2003-11-30 Sunday 16:00  fenrir
-
-  *all: added a --minimize-thread options to make all decoders and
-        packetizers running in the input thread. (Usefull with sout)
-
-2003-11-30 Sunday 14:49  fenrir
-
-  * ninput: added 2 ES_OUT* command (do nothing for now)
-
-2003-11-30 Sunday 14:28  fenrir
-
-  * all: added a TCP access input module.
-
-2003-11-30 Sunday 13:53  rocky
-
- Go over options: Add hooks for internationalization, some typos,
- display some of these even when not "advanced"
-
-2003-11-30 Sunday 11:22  jpsaman
-
- PDA Interface:
- - Removing obsolete files.
- - Remove debug messages.
-
-2003-11-30 Sunday 11:19  jpsaman
-
- Bumped up version number to 0.7.0
-
-2003-11-30 Sunday 10:26  jpsaman
-
- PDA Interface:
- - Updating, removing and clearing playlist works.
-
-2003-11-30 Sunday 02:41  rocky
-
- Break out demux into its own thing.
-
-2003-11-29 Saturday 18:36  massiot
-
- * input: new cr-average option, allowing to configure the
-   CR_AVERAGE #define in input_clock.c (useful for PVR input)
- * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : fixes
-   for older version of ffmpeg
- * modules/stream_out/transrate/transrate.c : misc optimizations
-
-2003-11-29 Saturday 18:06  fenrir
-
-  * all: - increased avcodec version needed to 4680 (latest release)
-         - open the codec after that p_context has been fully initialisated.
-         (fix ASV1)
-
-2003-11-29 Saturday 17:14  fenrir
-
-  * mp4: another fix for another buggy file.
-
-2003-11-29 Saturday 16:36  gbazin
-
- * modules/gui/wxwindows/menus.cpp: moved audio/video track menu to the top.
-
-2003-11-29 Saturday 16:29  gbazin
-
- * modules/access/cdda.c: removed double ';'
-
-2003-11-29 Saturday 13:39  gbazin
-
- * modules/gui/wxwindows/*: got rid of the Misc menu and moved everything in the Settings one.
-
-2003-11-29 Saturday 13:12  fenrir
-
-  * all: - fixed non I420 input
-         - added raw output support.(in a pure hack way but allow
-         transcode{vcodec=I420} )
-
-2003-11-29 Saturday 12:03  fenrir
-
-  * encoder: added a memset.
-
-2003-11-29 Saturday 11:12  fenrir
-
-  * all: better handling of multiple (video) tracks.
-     - now vout are checked for release every 300ms
-     - when *-es are triggered, all same es are unselect not only the
-     last selected. (more intuitive) The only problems are that it's not
-     possible to select again all ES, and the checkbox can show only one
-     selected ES.
-
-2003-11-29 Saturday 00:41  gbazin
-
- * modules/codec/ffmpeg/encoder.c: fixed compilation problem with ffmpeg 0.4.8
-
-2003-11-28 Friday 23:40  gbazin
-
- * modules/codec/ffmpeg/*: fixed the code to disable cpu features.
-
-2003-11-28 Friday 22:23  fenrir
-
-  * mkv: fixed a buffer overflow.
-
-2003-11-28 Friday 22:16  gbazin
-
- * modules/misc/dummy/input.c: use p_input->psz_demux = "vlc,none" to force the demux.
-
-2003-11-28 Friday 18:19  geshp
-
- - Update to 0.7.0-test1
- - Updated version numbers on dependancies
- - Removed ALSA support until RH/FC turns to kernel 2.6
- - Added --enable-speex and --enable-pp
- - Mozilla plugin now built for 1.4.1
- - Currently broken (Matroska/EBML problems)
-
-2003-11-28 Friday 17:30  hartman
-
- * Fix text subtitles which were missing their last char since the API port.
- * Track Name is now stored in fmt.psz_description
-
-2003-11-28 Friday 17:04  fenrir
-
-  * input: avoid double free/release when InitStream fail.
-
-2003-11-28 Friday 16:09  fenrir
-
-  * ffmpeg: added h264 codec.
-
-2003-11-28 Friday 16:06  fenrir
-
-  * input_dec: does pass empty block to the decoder.
-
-2003-11-28 Friday 13:24  fenrir
-
-  * avi: fix end of file...
-
-2003-11-28 Friday 10:36  massiot
-
- Forgot that yesterday...
-
-2003-11-27 Thursday 22:44  massiot
-
- * modules/stream_out/transcode.c: new options
-    - strict_rc : strict rate control mode for CBR streams
-    - pre_me : add a pre-motion estimation pass
-    - hurry_up : allow to discard the hq mode in real-time if we're late
- * modules/mux/mpeg/ts.c: useful debug messages
- * modules/packetizer/mpegvideo.c: useless debug message
-
-2003-11-27 Thursday 21:24  fenrir
-
-  * item: lalalala... (remove a debug change -> psz_auther set to "Arg")
-
-2003-11-27 Thursday 20:51  fenrir
-
-  * faad: drop packets with b_discontinuity set.
-
-2003-11-27 Thursday 20:50  fenrir
-
-  * mp4: ported to stream_*
-
-2003-11-27 Thursday 19:39  fenrir
-
- copy: set pts to dts if pts <= 0. (Needed to make div3 streaming working
-  again)
- ts: use one stream_id for mpeg video (and one for mpeg audio).
-
-2003-11-27 Thursday 12:32  fenrir
-
-  * mp4: converted to es_out* and partialy to stream_*
-
-2003-11-27 Thursday 12:32  fenrir
-
-  * all: drop block(s) with b_discontinuity set.
-
-2003-11-27 Thursday 12:22  fenrir
-
-  * bug fixes.
-
-2003-11-27 Thursday 10:34  gbazin
-
- * modules/stream_out/transcode.c: don't crash when the user specifies a acodec/vcodec with more the 4 characters in length.
- * modules/gui/wxwindows/streamout.cpp: grrr, thought I add committed this stuff.
-
-2003-11-27 Thursday 10:13  hartman
-
- * hu.po was missing here.
-
-2003-11-27 Thursday 10:06  hartman
-
- * updated translation
-
-2003-11-27 Thursday 06:37  adn
-
- * Fixes for MRL Updates
- * SetToolTips
-
-2003-11-27 Thursday 05:46  fenrir
-
-  * all: added an sout-all option to stream all es (does work only with
-  demuxer using es_out_* ie everyone but TS and PS).
-
-2003-11-27 Thursday 05:41  fenrir
-
-  * livedotcom.cpp: added call to input_InitStream.
-
-2003-11-27 Thursday 04:11  fenrir
-
-  * all: implement more es_out_* control, audio-channel and spu-channel are
-  implemented.
-
-2003-11-27 Thursday 00:57  gbazin
-
- * mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist.
-
-2003-11-27 Thursday 00:05  sam
-
-   * toolbox: more cvs2cl fixes.
-   * ChangeLog: updated changelog.
-
-2003-11-26 Wednesday 23:32  sam
-
-   * toolbox: Attempt to fix a strange cvs2cl behaviour.
-
-2003-11-26 Wednesday 23:14  gbazin
-
- * po/*: update for 0.7.0-test1.
-
-2003-11-26 Wednesday 22:56  gbazin
-
- * modules/stream_out/display.c: fixed timestamp generation.
-
-2003-11-26 Wednesday 22:18  gbazin
-
- * modules/codec/ffmpeg/chroma.c: oops.
-
-2003-11-26 Wednesday 22:12  gbazin
-
- * modules/codec/ffmpeg/*: fixed small memleak in chroma plugin.
-    Added back missing bitrate setting for video encoding.
-
-2003-11-26 Wednesday 22:00  gbazin
-
- * modules/access/v4l/v4l.c: fixed small mem leak.
-
-2003-11-26 Wednesday 21:54  gbazin
-
- * modules/access/dshow/dshow.cpp: small change to default chroma selection.
-
-2003-11-26 Wednesday 20:44  fenrir
-
-  * system: change some msg_Err to msg_Warn.
-
-2003-11-26 Wednesday 18:48  gbazin
-
- * src/input/input.c: fixed a whole load of mem leaks when the input is closed before the initialisation is complete (inexistant input, etc...).
-
-2003-11-26 Wednesday 13:59  gbazin
-
- * modules/codec/ffmpeg/encoder.c: bframes are supported for mp1v and mp2v as well as mpgv.
-
-2003-11-26 Wednesday 10:45  zorglub
-
- * Merged sort functions
- * Added a randomize playlist function
-
-2003-11-26 Wednesday 08:18  gbazin
-
- * ALL: fixed memory leaks.
- * modules/demux/mp4/libmp4.c: fixed parsing of the "wave" tag (I'm sure there's a better fix but this one works).
- * modules/demux/ogg.c: another seeking fix (We also need to flush the per stream buffer with ogg_stream_reset()).
-
-2003-11-26 Wednesday 03:40  rocky
-
- Remove unused code accidentially duplicated in split.
-
-2003-11-26 Wednesday 03:35  rocky
-
- Split out cdda to facilitate later changes.
-
-2003-11-26 Wednesday 03:34  rocky
-
- Guard against including twice.
-
-2003-11-26 Wednesday 02:41  rocky
-
- Leftover comment.
-
-2003-11-26 Wednesday 02:00  rocky
-
- cddax has moved.
-
-2003-11-26 Wednesday 01:45  rocky
-
- And 'nother name.
-
-2003-11-26 Wednesday 01:40  rocky
-
- One more name...
-
-2003-11-26 Wednesday 01:32  rocky
-
- Move libcdio CD-DA plugin into its own directory before the big split up.
-
-2003-11-26 Wednesday 01:28  rocky
-
- Minor name-change tidying up.
-
-2003-11-25 Tuesday 21:21  hartman
-
- * modules/audio_output/coreaudio.c:
-   - Many of the error streams were identical. This isn't helping debugging.
-
-2003-11-25 Tuesday 20:41  jpsaman
-
- PDA Interface:
- - Fixed a p_playlist refcount problem
- - Clearing VLC playlist and Playlist widget.
-
-2003-11-25 Tuesday 20:01  jpsaman
-
- PDA Interface:
- - Fix segfault when adding one file to the playlist widget from the fileview widget.
- - Cleanup of code.
-
-2003-11-25 Tuesday 19:59  massiot
-
- * modules/access/satellite/access.c: do not use p_es->i_demux_fd ; fixed
-   demux filters leak (particularly harmful on the Dreambox) ; correctly
-   handle PAT and PMT changes.
-
-2003-11-25 Tuesday 12:35  sam
-
-   * src/misc/modules.c: Allow for premature Ctrl-C escapes even while VLC
-     is loading its plugins.
-
-2003-11-25 Tuesday 03:55  rocky
-
- Forgot to delete keypress callback.
-
-2003-11-25 Tuesday 03:54  rocky
-
- Plugin now tested ;-) Add missing prototypes.
-
- Remove unused Mouse event handling. Forgot to delete keypress callback.
-
-2003-11-25 Tuesday 00:58  gbazin
-
- * modules/gui/wxwindows/*: fixed a couple of memory leaks.
-
-2003-11-25 Tuesday 00:56  fenrir
-
-  * all: fixed a lot of small memory leaks.
-
-2003-11-24 Monday 23:22  gbazin
-
- * src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t structure for pictures linking/unlinking.
- * modules/codec/libmpeg2.c: restored pictures linking/unlinking code.
- * modules/codec/ffmpeg/video.c: idem and reenabled direct rendering even when the hurry-up mode is activated as it doesn't seem to create a problem anymore with recent ffmpeg.
-
-2003-11-24 Monday 21:47  gbazin
-
- * src/audio_output/mixer.c: fixed timestamp rounding problem.
-
-2003-11-24 Monday 20:50  fenrir
-
-  * moved EsOut* to es_out.c and introduced internal input_EsOutNew and
-  input_EsOutDelete.
-
-2003-11-24 Monday 20:45  gbazin
-
- * modules/access/dshow/*: compilation fixes.
- * include/vlc_common.h: added a couple of casts to TAB_APPEND().
-
-2003-11-24 Monday 19:30  fenrir
-
-  * dshow: ported to es_out_* and stream_*. Not tested (sorry).
-
-2003-11-24 Monday 19:27  gbazin
-
- * modules/access/v4l/v4l.c: small fix and added a --v4l-chroma option to force a chroma fourcc for the video device.
-
-2003-11-24 Monday 19:20  gbazin
-
- * src/input/input.c: oops, set the ES format before selecting it.
-
-2003-11-24 Monday 19:19  fenrir
-
-  * rawdv.c: ported to es_out_* and stream_*.
-
-2003-11-24 Monday 18:00  gbazin
-
- * configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation for the test release.
-
-2003-11-24 Monday 17:34  fenrir
-
-  * m4v: ported to es_out*, stream_*  and use the mp4v packetizer. Anyway
-  dts are  still calculated for  a 25fps stream. (The  packetizer doesn't
-  calulate pts/dts for now).
-
-2003-11-24 Monday 17:11  fenrir
-
-  * cddax: ported to es_out_* and stream_*. Not tested (sorry).
-
-2003-11-24 Monday 16:45  fenrir
-
-  * v4l: ported to stream_* and es_out_*. Not tested !
-
-2003-11-24 Monday 13:40  gbazin
-
- * modules/gui/wxwindows/menus.cpp: small fix.
- * modules/codec/quicktime.c: compilation fix on win32.
- * modules/demux/avi/avi.c: small hack to avoid eating all the resources on broken files.
-
-2003-11-24 Monday 12:44  fenrir
-
-  * cdda: ported to es_out*.
-
-2003-11-24 Monday 03:30  fenrir
-
-  * all: do not export input_NullPacket
-  * input_dec.c: fixed a (big) memory leak.
-
-2003-11-24 Monday 03:30  rocky
-
- Minor debug output change.
-
-2003-11-24 Monday 03:28  rocky
-
- Add keyboard input handling, e.g. if visualization plugin. Needs some
- more work, but it's a start.
-
-2003-11-24 Monday 03:27  rocky
-
- Change debug output slightly to make more informative and to assist
- in determining which selecting ES we might be at.
-
-2003-11-24 Monday 02:35  fenrir
-
-  * all: ported/cleaned up/renabled dvb subtitle decoder. But it is untested.
-  (I have no sample at all)
-
-2003-11-24 Monday 00:41  rocky
-
- Set cdio log routine.
-
-2003-11-24 Monday 00:40  fenrir
-
-  * input_ext-dec.c: useless file.
-
-2003-11-24 Monday 00:39  fenrir
-
-  * all: removed decoder_fifo_t.
-
-2003-11-24 Monday 00:36  gbazin
-
- * install-win32: added a registry entry for the mozilla plugin (the xpt file still needs to be registered by hand though).
-
-2003-11-24 Monday 00:23  rocky
-
- Add intf-vcd.txt to distribution and installed documentation.
-
-2003-11-24 Monday 00:01  gbazin
-
- * modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable.
- * modules/mux/ogg.c: allow embedding mpeg1/2 video (only vlc will play back these files).
-
-2003-11-23 Sunday 22:29  ipkiss
-
- Use snprintf instead of sprintf
-
-2003-11-23 Sunday 22:18  hartman
-
- * Compile before you commit was our slogan right?
-
-2003-11-23 Sunday 20:37  gbazin
-
- * modules/gui/wxwindows/*: added new codecs for stream output.
-    Added ffmpeg postproc to menus.
- * modules/codec/ffmpeg/*: allow switching postproc filters on the fly.
-
-2003-11-23 Sunday 18:40  fenrir
-
-  * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon).
-
-2003-11-23 Sunday 18:31  alexis
-
- - Updated French translation (still a lot of work to do...)
- - Modified some strings in VLC source code
- - ran ./toolbox --update-po
-
-2003-11-23 Sunday 18:24  rocky
-
- Next/previous/return navigation bugs - not setting item type.
-
-2003-11-23 Sunday 18:21  gbazin
-
- * src/input/input_dec.c: set p_dec->b_error when we can't create the output.
-
-2003-11-23 Sunday 18:16  gbazin
-
- * modules/control/http.c: cough cough
-
-2003-11-23 Sunday 17:51  gbazin
-
- * modules/gui/wxwindows/*: small cleanup.
-
-2003-11-23 Sunday 17:46  gbazin
-
- * modules/control/http.c: fixed segfault when deleting items and prevent adding empty items.
-
-2003-11-23 Sunday 17:18  rocky
-
- Update/correct debug flag documentation.
-
-2003-11-23 Sunday 17:06  rocky
-
- Some basic help for the VCD plugin.
-
-2003-11-23 Sunday 16:27  garf
-
-  * index.html: oops (forgot refresh cludge)
-
-2003-11-23 Sunday 16:24  garf
-
-  * src/playlist/item.c : stops the playlist if we delete the currently
-    played item
-  * doc/intf-http.txt : adding "pl.group"
-  * share/http/index.html : little cosmetic change (better according to
-    gibalou).
-
-2003-11-23 Sunday 16:02  zorglub
-
- * NEWS : added a few missing things
- * AUTHORS: updated sam's, sigmund's, garf's, gibalou's and fenrir's records
-
-2003-11-23 Sunday 15:50  gbazin
-
- * modules/codec/speex.c: support for speex encoding.
- * modules/codec/vorbis.c: removed unused code.
-
-2003-11-23 Sunday 14:49  massiot
-
- grmbl again
-
-2003-11-23 Sunday 14:34  rocky
-
- Add configuration options to set default device. For VCD's add
- configuration option to specify whether or not to use PBC.
-
-2003-11-23 Sunday 14:28  gbazin
-
- * NEWS: updated with new stuff.
-
-2003-11-23 Sunday 14:00  massiot
-
- Bug fix for *.a libraries.
-
-2003-11-23 Sunday 13:25  gbazin
-
- * modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise use dts.
-
-2003-11-23 Sunday 13:23  massiot
-
- Fixed bugs.
-
-2003-11-23 Sunday 13:15  gbazin
-
- * modules/demux/*: some containers don't carry any PTS information, just a DTS. In that case, make sure the PTS forwarded to the decoder is set to 0.
- * modules/codec/ffmpeg/video.c: use PTS if available, if not find out the PTS from the DTS and the p_context->has_b_frames and p_pic->reference flags.
-
-2003-11-23 Sunday 13:06  massiot
-
- * Fixed bugs in the contrib build system. In particular 'make bin' should
-   work now.
-
-2003-11-23 Sunday 11:02  zorglub
-
- Improved the list (all ports at the end, reworked order)
-
-2003-11-23 Sunday 05:30  fenrir
-
-  * cinepak: little clean up and increase priority (ffmpeg cinepak decoder
-  is buggy).
-
-2003-11-23 Sunday 04:58  fenrir
-
-  * adpcm: bug fixes.
-
-2003-11-23 Sunday 04:56  rocky
-
- Bug in processing numeric entry - passed wrong value.
-
-2003-11-23 Sunday 03:58  rocky
-
- intf.c, vcdplayer.c: Add code for multi-default selection lists. But
- this required new libvcdinfo API - so change to configure.ac for
- pending new libcdio/vcdimager releases.
-
- Additional libvcdinfo routines also means less VCD twidling inside vlc
- code, thus simplifying what is already a bit complicated and likely to
- get more so.
-
-2003-11-23 Sunday 03:55  fenrir
-
-  * all: do not use p_fifo.
-
-2003-11-23 Sunday 03:45  fenrir
-
-  * quicktime: removed a define.
-
-2003-11-23 Sunday 03:41  fenrir
-
-  * quicktime: ported to the new API, fix compilation with w32dll loader.
-     -> but untested under OS X and win32.
-
-2003-11-23 Sunday 03:17  fenrir
-
-  * input_dec.c:
-     - also check for p_dec->b_die and b_error.
-     - unload module before joining thread (in DecoderThread) otherwise qt
-     win32 dll loader will segfault. (but perhaps I'm the only one using it)
-         -> find a better solution.
-
-2003-11-22 Saturday 23:39  fenrir
-
-  * all: only include header that are needed (and no more stdlib.h, string.h
-  as vlc/vlc.h include them).
-
-2003-11-22 Saturday 20:26  fenrir
-
-  * input_dec: set also p_dec->b_die.
-
-2003-11-22 Saturday 20:25  fenrir
-
-  * ts: added lpcm and dts stream. (untested)
-
-2003-11-22 Saturday 20:17  fenrir
-
-  * copy: removed the old spu packetizer.
-
-2003-11-22 Saturday 20:15  fenrir
-
-  * spudec: it also does the packetizer.
-
-2003-11-22 Saturday 19:55  fenrir
-
-  * all: ported to new API.
-   -> i_rate isn't used for now : it will need to be fixed.
-
-2003-11-22 Saturday 18:11  gbazin
-
- * configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore.
-
-2003-11-22 Saturday 18:04  gbazin
-
- * include/input_ext-intf.h, include/vlc_es.h: moved ES categories into vlc_es.h
- * modules/codec/lpcm.c: ported to the new decoders api + lpcm packetizer.
-
-2003-11-22 Saturday 17:03  fenrir
-
-  * stream_output.h, transrate.c : do not use SOUT_BUFFER_FLAG_GOP anymore
-  (may be readded later).
-
-  * mpgv.c: new demuxer using the packetizer (allow to stream ES).
-
-2003-11-22 Saturday 16:53  fenrir
-
-  * mpegvideo: ported to new API (need more clean up).
-
-2003-11-22 Saturday 16:48  fenrir
-
-  * ts: fixes.
-
-2003-11-22 Saturday 16:18  sam
-
-   * modules/video_output/caca.c: Oops, compilation fix (thanks zorglub).
-
-2003-11-22 Saturday 15:53  sam
-
-   * configure.ac:
-     + Fixed internal symbols for version numbers containing "+".
-     + Added a --enable-caca flag.
-   * modules/video_output/caca.c:
-     + Updated libcaca video output to the released version.
-     + Added --caca-dithering flag (none, dither, random).
-
-2003-11-22 Saturday 15:10  fenrir
-
-  * avi: more check on b_die (when building index).
-
-2003-11-22 Saturday 15:06  gbazin
-
- * modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste of time ;).
-
-2003-11-22 Saturday 14:42  fenrir
-
-  * block: initialise all fields.
-
-2003-11-22 Saturday 13:56  ipkiss
-
- vlc_common: Avoid a redefinition of PATH_MAX on cygwin
-
-2003-11-22 Saturday 13:49  gbazin
-
- * modules/stream_out/transcode.c: put back the dumb downmixing routine.
-
-2003-11-22 Saturday 13:19  gbazin
-
- * src/input/input.c: fixed previous fix (sout needs to be destroyed after the ES).
-
-2003-11-22 Saturday 12:41  gbazin
-
- * src/input/input.c: don't free the ES twice.
- * modules/demux/ogg.c: ported to the es_out_*() api and fixed flac support.
- * modules/codec/flac.c: couple of fixes.
-
-2003-11-22 Saturday 12:35  sigmunau
-
- src/playlist/item.c:
-  * fixed a minor memory leak
-
-2003-11-22 Saturday 12:33  sigmunau
-
- modules/misc/sap.c:
-  * fixed a possible buffer overflow
-
-2003-11-22 Saturday 12:17  sigmunau
-
- modules/misc/sap.c:
-  * fixed a couple of nasty memleaks
-
-2003-11-22 Saturday 06:26  titer
-
-  modules/gui/macosx/intf.m: don't destroy the playlist when closing the
-    interface because this makes crash others interfaces which might be
-    still using it (e.g. sap)
-
-2003-11-22 Saturday 04:02  titer
-
-  src/misc/block.c: added a missing vlc_mutex_destroy()
-
-2003-11-22 Saturday 00:41  titer
-
-  + modules/misc/freetype.c: fixed a couple of typos
-  + *threads*, src/libvlc.h:
-    test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H
-    for now because Zeta now has a pthread implementation but it's doesn't
-    seem to be (enough) POSIX compliant atm.
-
-2003-11-21 Friday 20:49  gbazin
-
- * modules/codec/flac.c: added a FLAC encoder.
- * modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container.
-
-2003-11-21 Friday 18:55  gbazin
-
- * modules/gui/wxwindows/*: drag&drop on the playlist only enqueue.
-    Small cosmetic change to the playlist.
-
-2003-11-21 Friday 16:07  fenrir
-
-  * mpga: fixed. (using es_out_Send with PES)
-
-2003-11-21 Friday 16:02  fenrir
-
-  * asf: pes -> block
-
-2003-11-21 Friday 15:51  fenrir
-
-  * avi: use block instead of PES every where.
-
-2003-11-21 Friday 15:32  fenrir
-
-  * all: remove sout_format_t and use es_format_t instead.
-
-2003-11-21 Friday 13:20  zorglub
-
- * Reverse sort the playlist when clicking twice on the column header
-
-2003-11-21 Friday 13:01  gbazin
-
- * modules/mux/ogg.c: send the mp4v VOL data in one of the header ogg packets.
-
-2003-11-21 Friday 12:18  gbazin
-
- * modules/demux/flac.c, modules/codec/flac.c: couple of fixes.
-
-2003-11-21 Friday 09:23  jpsaman
-
- PDA Interface:
- - Code cleanup and fixes for file view widget.
-
-2003-11-21 Friday 06:14  fenrir
-
-  * livedotcom: added return value for sdp:// Open.
-
-2003-11-21 Friday 01:45  gbazin
-
- * modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer.
- * modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer.
-
-2003-11-21 Friday 00:38  gbazin
-
- * include/vlc_common.h: include stdlib.h
- * include/ninput.h, src/input/stream.c, src/input/input.c:
-     new stream_Block() function to read a block_t from the input.
-     es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES().
- * modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though.
-
-2003-11-20 Thursday 23:13  sigmunau
-
- modules/misc/sap.c:
-  * more verbose header parsing code
-  * support for compressed announces if zlib is available (using some code
-    from Mosu from the matroska project)
-  * if the sdp packet contains more than one m= line, pass it to the
-    livedotcom module
- configure.ac:
-  * link sap with zlib if available
- modules/demux/livedotcom.c:
-  * accept sdp from the sap module
-
-2003-11-20 Thursday 22:10  fenrir
-
-  include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t.
-  all: removed i_extra_type from es_format_t.
-
-2003-11-20 Thursday 18:27  fenrir
-
-  * copy: ported to new API.
-
-2003-11-20 Thursday 18:26  fenrir
-
-  * ts: fixed a stupid bug for MS codec.
-
-2003-11-20 Thursday 17:48  gbazin
-
- * mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32 mozilla plugin.
-
-2003-11-20 Thursday 14:39  hartman
-
- * windows -> orderedWindows. Finally window commands like fullscreen, half size
-   double size and float on top are sent to the correct window.
-
-2003-11-20 Thursday 10:56  sigmunau
-
- tell cvs to ignore .pyc and .pyo files
-
-2003-11-20 Thursday 08:44  garf
-
-  * http.c: little keep and del functions fix ( don't remove currently
-          playing playlist item ).
-
-2003-11-20 Thursday 03:56  rocky
-
- Reorganize more analogous to dvdplay. Should give some growing room to
- start the custom demuxer.
-
-2003-11-20 Thursday 02:39  hartman
-
- * fixed the dockmenu. had gotten disconnected somehow.
- * cleaned up the playlist source.
- * set the correct sizing properties on the playlist buttons.
-   bigben: see the bottom of the size panel of your inspector. when adding items
-   always take this into account to make resize work correctly.
-   also. windows are opened at the position where you save them when the nib is open.
-   Always make sure the controller and playlist are to the upper left side.
-
-2003-11-20 Thursday 02:17  rocky
-
- In some ways better, in some ways just different.
-
-2003-11-20 Thursday 02:15  rocky
-
- Miniscule changes. In some ways better, in some ways not, just
- different.
-
-2003-11-19 Wednesday 23:44  gbazin
-
- * modules/video_output/directx/*: we now create a video sub-window which is a child of the main window and which always fit exactly the size of the video.
-   As a result the overlay color key is only painted in the video area and the rest of the window is pure black.
-
-2003-11-19 Wednesday 19:00  bigben
-
- - get rid of an unused variable
- - use same name than in menus for random, repeat and loop options
- - random, loop, repeat checkboxes are nom updated accordingliy to the state set in the menu. (not sure I've done that the proper way ;-)
-
-2003-11-19 Wednesday 14:58  bigben
-
- small clean-up
-
-2003-11-19 Wednesday 13:25  hartman
-
- * modules/codec/subsdec.c: Add debug messages and fix a crasher
- * modules/misc/freetype.c: let's keep the freetype-fontsize option useful :)
-
-2003-11-19 Wednesday 13:10  gbazin
-
- * modules/codec/ffmpeg/: don't re-use the same pts twice.
- * src/misc/modules.c: win32 fix for when module fails loading.
-
-2003-11-19 Wednesday 12:13  hartman
-
- * changed the relative fontsize option from a string_list to a int list with string comments.
-   not possible before, but is now and we can still change it without effecting the
-   config files of 1000000 users.
-
-2003-11-19 Wednesday 10:17  gbazin
-
- * src/misc/modules.c: don't forget to return an error when we fail to load a plugin.
-
-2003-11-19 Wednesday 00:14  fenrir
-
-  * ninput: initialisate i_bitrate.
-
-2003-11-19 Wednesday 00:06  sigmunau
-
- fixed some warnings
-
-2003-11-18 Tuesday 23:58  fenrir
-
-  * fix a memory leak (p_block should be unallocated).
-
-2003-11-18 Tuesday 23:25  sigmunau
-
- modules/codec/subsdec.c:
-  * fix a crash when --subsdec encoding is set to a wrong value
-
-2003-11-18 Tuesday 22:48  fenrir
-
-  * input_dec.c : handle SPU_ES (and not as VIDEO_ES ....) so subtitle
-  should work again.
-
-2003-11-18 Tuesday 22:08  gbazin
-
- * src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :)
-
-2003-11-18 Tuesday 20:36  jpsaman
-
- PDA Interface:
- - Cleanup code
- - Cleanup interface
- - Adding items to playlist widgets from File, Camera, Transcode tabs.
-
-2003-11-18 Tuesday 20:34  fenrir
-
-  * allow packetizer to return multiple blocks at once.
-
-2003-11-18 Tuesday 20:15  fenrir
-
-  * include/vlc_bits.h: bit stream reader/writer.
-  * mpeg4video.c: rework of the mpeg4 video packetizer.
-  (not well tested)
-
-2003-11-18 Tuesday 18:45  gbazin
-
- * NEWS: updated with new features.
-
-2003-11-18 Tuesday 16:46  fenrir
-
-  * display: set correct ES type (otherwise it segfaults in input_dec.c) but
-  that implies that ES appear twice in the interface.
-
-2003-11-18 Tuesday 12:32  gbazin
-
- * modules/control/http.c: fixed the "keep" command.
-
-2003-11-18 Tuesday 00:57  gbazin
-
- * modules/demux/ogg.c: call ogg_sync_reset() after seeking so we don't get spurious PCRs.
-    Cosmetic changes to the file info data.
-    Fixed Flac seeking.
-
-2003-11-17 Monday 23:36  bigben
-
- - Use NSTextField instead of NSSearchfield for the playlist search, since it is not supported on MacOS < X.3.
-
- - Search now restarts at the beginning of the playlist when reaching the end.
-
-2003-11-17 Monday 22:53  gbazin
-
- * modules/demux/ogg.c: support for FLAC in Ogg.
-    And by the way, putting the FLAC STREAMINFO metadata in the second ogg packet is really convoluted!
-
-2003-11-17 Monday 19:05  hartman
-
- * fix the search field and cleanup of the checkboxes init.
-   - currently we don't seek in playlist position 0->currently selected
-     wxwindows doesn't do this either.
-   - bigben: for the state of the checkboxes look at callbacks (see playlistChanged in intf.m)
-
-2003-11-17 Monday 18:48  gbazin
-
- * modules/packetizer/mpeg4video.c: ported to the new packetizers api (This packetizer really ought to be rewritten from scratch).
-
-2003-11-17 Monday 15:29  garf
-
-  * http.c: fixed bug with spaces in mrl
-
-2003-11-17 Monday 15:11  hartman
-
- * fix previous commit
-
-2003-11-17 Monday 14:46  massiot
-
- * modules/access_output/udp.c: more debug
- * modules/mux/mpeg/ts.c: new dts-delay option to add delay between the
-   PCR and the DTS of the current frame.
-   When deleting a video or audio stream (in case of PMT change), the
-   new video and audio ES will take again the pid-video and pid-audio if
-   they have been specified.
-
-2003-11-17 Monday 14:11  bigben
-
- Checkboxes stat at startup, in the playlist, now reflect the state set ine the prefs. They still are not updated if you set random/repeat/loop in the menus though (at least until next VLC startup).
-
-2003-11-17 Monday 13:14  hartman
-
- * use more recent libebml and libmatroska
-
-2003-11-17 Monday 13:05  bigben
-
- added search function to the playlist
-
-2003-11-17 Monday 11:25  fenrir
-
-  * ts: improve PCR handling. pcr-soft doesn't exist anymore.
-    Options:
-         - caching: time on which bitrate smouthing is applied (default: 200ms)
-         - pcr : delay between 2 PCR (Really more accurate). (default: 30ms)
-         - bmin and bmax doesn't work anymore.
-
-2003-11-17 Monday 06:31  hartman
-
-  * THANKS: hungarian translator and designer of OSX intf controller added
-  * modules/LIST: updated
-  * Makefile.am: include new OS X art in the dist.
-  * NEWS: updated
-  * */.cvsignore: added and improved some of these.
-  * modules/gui/macosx/prefs_widgets.?:
-    - new config controls much like in the wxwindows module. not yet in use.
-    - beware not tested irl. but it compiles :)
-
-2003-11-17 Monday 02:55  fenrir
-
-  * transcode: hmmm, the compil fix was for this file ...
-
-2003-11-17 Monday 02:52  fenrir
-
-  * all: a little compil fix and more sanity checks (needed for wma).
-
-2003-11-17 Monday 00:06  sigmunau
-
- modules/gui/wxwindows/*:
-  * implemented sorting by a column by clicking on it
-
-2003-11-16 Sunday 22:54  gbazin
-
- * ALL: moved i_bitrate out of audio_format_t into es_format_t
-
-2003-11-16 Sunday 22:29  sam
-
-   * modules/video_output/caca.c: color ASCII art video output using libcaca.
-
-2003-11-16 Sunday 22:23  gbazin
-
- * modules/codec/ffmpeg/video.c, src/input/input_dec.c: a couple of fixes. Thanks fenrir :)
-
-2003-11-16 Sunday 22:10  sam
-
-   * include/vlc_keys.h: Fixed a warning in StringToKey().
-
-2003-11-16 Sunday 21:28  gbazin
-
- * modules/misc/dummy/encoder.c: forgot a file
-
-2003-11-16 Sunday 21:07  gbazin
-
- * ALL: final improvements to the decoders/packetizers api.
-    (There are still a few decoders/packetizers left to be converted but this shouldn't take too long).
- * ALL: small improvements to the encoders api.
-
-2003-11-16 Sunday 20:41  garf
-
-  * http.c: little fix
-
-2003-11-16 Sunday 15:51  titer
-
-  avi.c: compile fix
-
-2003-11-16 Sunday 11:21  bigben
-
- Added random, repeat one and repeat all checkboxes to the playlist
-
-2003-11-16 Sunday 00:08  fenrir
-
-  * fixed a segfault with avi without index.
-
-2003-11-15 Saturday 23:21  fenrir
-
- * v4l: hack from xine from GStreamer to compile v4l on debian unstable.
-
-  (message from xine: fix build on Debian unstable, those dummies seem to
-   have put the Linux 2.6 headers in place of the 2.4 ones in glibc...)
-
-2003-11-15 Saturday 22:42  hartman
-
- * New OSX controller (iTunes style)
-   - Drag and drop implemented
-   - still need new sliders and remove the titlebar.
- * revert the mozilla plugin changes. i will build a seperate module for that
- * simplified previous/next (only playlist, people with chapters and titles
-    will have to use the menu
- * Moved the disable screensaver from interface to vout.
-
-2003-11-15 Saturday 22:02  hartman
-
- * added ffmpeg cvsroot (not in use atm)
- * forced some config options on ffmpeg
-
-2003-11-15 Saturday 18:57  fenrir
-
-  * set dts/length of all pes packet.
-
-2003-11-15 Saturday 15:40  hartman
-
- * extra data has changed and was crashing.
-
-2003-11-15 Saturday 13:09  massiot
-
- * Fixed typos.
-
-2003-11-15 Saturday 10:38  ipkiss
-
- Small fix in a preference description string
-
-2003-11-15 Saturday 02:38  hartman
-
- * broken URL
-
-2003-11-15 Saturday 01:21  massiot
-
- * New build system for the contrib packages of VLC. It supports to
-   download a precompiled binary package, or to build all the packages
-   from the sources, at the user's option. It is currently written for
-   Mac OS X, but could easily be ported to other platforms.
-
-2003-11-15 Saturday 00:26  hartman
-
- * spelling fix
-
-2003-11-14 Friday 20:17  hartman
-
- * Fix the label in the prefs of the play/pause hotkey.
-
-2003-11-14 Friday 03:51  hartman
-
- * fixed playlist_Pause
-
-2003-11-13 Thursday 21:15  gbazin
-
- * modules/video_filter/transform.c: fix for ./toolbox --update-po
-
-2003-11-13 Thursday 17:59  gbazin
-
- * include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't defined.
-
-2003-11-13 Thursday 14:23  lool
-
-   * INSTALL.win32: slightly changed the list of required packages
-
-2003-11-13 Thursday 13:31  fenrir
-
-  * input: handle also SPU in es_out_Add (and fix a bad lock).
-  * sub: use es_out_Add (and that give a proper solution for multiple tracks)
-         fixed seeking with sub. (pf_demux was called in Seek instead of
-         pf_seek ...)
-
-2003-11-13 Thursday 12:28  fenrir
-
-  * src/input/input.c: es_out_Add automatically add informations
-  (input_AddInfo) on the ES.
-  * all: removed duplicated input_AddInfo.
-
-2003-11-13 Thursday 11:49  fenrir
-
-  * avi: little clean up, and ported to es_format_t.
-
-2003-11-12 Wednesday 20:01  gbazin
-
- * modules/misc/sap.c: fixed misplaced variable declaration.
-
-2003-11-12 Wednesday 18:13  fenrir
-
-  * all: big clean up (no more global variables).
-
-2003-11-12 Wednesday 08:10  zorglub
-
- Support for announcement of playlist group in SAP announces
- Needs the latest miniSAPserver CVS
-
-2003-11-12 Wednesday 03:02  garf
-
-  * little fix due to my last commit
-
-2003-11-12 Wednesday 02:56  garf
-
-  * http.c: little fix in RPN evaluator (now it is real RPN).
-
-2003-11-12 Wednesday 02:45  hartman
-
- * small fix to the playlist window
-
-2003-11-12 Wednesday 02:43  garf
-
-  * http.c : added parsing of options in Add MRL option. In http.c is a the
-             parse_MRL function which perhaps should be somewhere else
-             (playlist ?).
-  * Makefile.am : forgoten style.css
-  * index.html : little fixes
-  * intf-http.txt : updated doc
-
-2003-11-12 Wednesday 01:22  hartman
-
- * Away with that annoying playlist drawer. We now have a nice resizable
-   window, with additional index and author columns.
-
-2003-11-11 Tuesday 23:50  hartman
-
- * include/vlc_keys.h: added StringToKey()
- * src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q
- * modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5
- * REST: implemented configurable hotkeys for OS X.
-
-2003-11-11 Tuesday 21:23  hartman
-
- * when config_ResetAll() a key config value becomes "Unset" (0) instead of
-   it's original value. With this you at least won't break your config file,
-   because it comments out the value during saving, when it's identical to the,
-   original value. The question however remains, why does a resetAll result
-   in a 0 in the 'current' config in use, and in original value at time of saving?
-
-2003-11-11 Tuesday 02:49  fenrir
-
-  * wav: es_format_t
-
-2003-11-11 Tuesday 01:33  fenrir
-
-  * mkv: ues es_format_t.
-
-2003-11-11 Tuesday 00:37  fenrir
-
-  * all: use es_format_t and es_out_*. (Not well tested yet...)
-
-2003-11-10 Monday 18:21  gbazin
-
- * modules/gui/wxwindows/open.cpp: compilation fix for unicode version.
-
-2003-11-10 Monday 17:47  gbazin
-
- * configure.ac: link ws2_32 in the right order on win32 for livedotcom.
-
-2003-11-10 Monday 00:49  hartman
-
- * New Hungarian translation contributed by 'DirectX' (Name under investigation)
-
-2003-11-10 Monday 00:14  gbazin
-
- * modules/gui/wxwindows/*: dshow open panel is fully functionnal.
-
-2003-11-09 Sunday 21:29  jpsaman
-
- PDA Interface:
- * Transcode tabpage added
- * code cleanup
-
-2003-11-09 Sunday 20:13  gbazin
-
- * modules/gui/wxwindows/open.cpp: added an AutoBuildPanel() that is used to construct the dshow tab.
-    (It is not quite useful yet but will be shortly).
-
-2003-11-09 Sunday 19:49  jpsaman
-
- PDA Interface:
- * Camera tabpage is done.
-
-2003-11-09 Sunday 18:52  jpsaman
-
- PDA interface:
- * improvements on Camera tabpage
-
-2003-11-09 Sunday 18:06  rocky
-
- Allow return to have a numeric prefix too.
-
-2003-11-09 Sunday 17:45  rocky
-
- Small changes to assist debugging.
-
-2003-11-09 Sunday 16:00  titer
-
-  + modules/gui/beos/VideoOutput.cpp: fixed modifiers
-  + src/misc/beos_specific.cpp: cosmetic
-
-2003-11-09 Sunday 15:55  jpsaman
-
- PDA Interface:
- * More changes on the Camera tabpage
- * Cleanup some dead interface wood ;-)
-
-2003-11-09 Sunday 15:29  gbazin
-
- * modules/access/v4l/v4l.c: couple of fixes.
-
-2003-11-09 Sunday 13:59  jpsaman
-
- PDA inteface:
- * Redesigned "Camera" tabpage.
-
-2003-11-09 Sunday 13:20  gbazin
-
- * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
-
-2003-11-09 Sunday 05:22  garf
-
-  * http.c: removed a completely useless check (now you can change volume
-          value without playing anything)
-
-2003-11-09 Sunday 05:15  garf
-
-  * index.html: little fix with volume textbox
-
-2003-11-09 Sunday 03:43  garf
-
-  * http interface: changed index.html for new seek function. small change
-                  in css.
-
-2003-11-09 Sunday 03:41  garf
-
-  * http.c: modify seek function (now you can put almost everything which
-          looks like a time/length)
-
-2003-11-09 Sunday 00:52  rocky
-
- Handle keyboard input: numeric entry, next, prev, return and default.
-
-2003-11-08 Saturday 23:12  sigmunau
-
- use "video" and not "audio" as media type, and 33 (mpeg2 ts) and not 14
- (mp3) as payload type
-
-2003-11-08 Saturday 23:02  sigmunau
-
- ignore streams that are not m=audio or m=video
-
-2003-11-08 Saturday 18:31  jpsaman
-
- PDA Interface
- * simplefied network tabpage
-
-2003-11-08 Saturday 18:23  titer
-
-  + configure.ac: link httpd and stream_out_standard against -lsocket
-  + modules/gui/beos/*: use hotkeys
-  + include/vlc_keys.h, src/misc/configuration.c:
-    renamed modifiers into vlc_modifiers so it does not conflict with
-    BeOS' modifiers()
-
-2003-11-08 Saturday 16:04  jpsaman
-
- PDA interface:
- * Network tabpage works
- * cleanup of code
-
-2003-11-08 Saturday 15:59  hartman
-
- * spelling fix and fix of copyright and version strings on info.html
-
-2003-11-08 Saturday 14:54  massiot
-
- By default disable the stream_out_transrate plug-in since it takes 2 hours
- compiling.
-
-2003-11-08 Saturday 12:25  sigmunau
-
- modules/misc/sap.c:
-  * support sap announces that use dos style linebreaks
-
-2003-11-08 Saturday 09:05  fenrir
-
-  * useless.
-
-2003-11-08 Saturday 06:47  fenrir
-
-  * livedotcom.cpp:
-     - added X-QT and X-QUICKTIME video support.
-     - first try for seek and position display support.
-     (position is buggy, and seek won't really work as long as wx try to seek
-     each time the slider is moved)
-
-2003-11-08 Saturday 04:57  fenrir
-
-  * araw.c: prevent segfault with ulaw/alaw.
-
-2003-11-07 Friday 22:56  gbazin
-
- * configure.aci, modules/demux/livedotcom.cpp: win32 compilation fixes.
-
-2003-11-07 Friday 21:44  fenrir
-
-  * lalala added livedotcom
-
-2003-11-07 Friday 21:44  fenrir
-
-  * configure.ac: added --enable-livedotcom and --with-livedotcom-tree.
-  (--with-livedotcom-tree is mandatory when using --enable-livedotcom, so
-  livedotcom isn't compiled by default)
-
-2003-11-07 Friday 21:30  massiot
-
- * modules/stream_out/transrate: New transrating module, based on GPL
-   code from www.metakine.com.
-   CAUTION : the code is currently very ugly, with static variables, no
-   code convention, etc. I check it in "as is" because it may be useful
-   to some people.
-   Don't expect a bitrate reduction of more than 30 % with acceptable
-   quality.
- * modules/demux/mpeg/ts.c: Useful debug message
-
-2003-11-07 Friday 19:30  massiot
-
- * src/misc/threads.c: Implementation of real-time priorities for UNIX-like
-   pthread systems (activate with --rt-priority)
- * modules/access_output/udp.c: Only discard packets which are _very_ late
-
-2003-11-07 Friday 18:41  massiot
-
- * modules/mux/mpeg/ts.c:
-   - By default send PCRs every 90 ms, because the upper limit is 100 ms
-   - New pid-video and pid-audio sout variables
-
-2003-11-07 Friday 18:32  fenrir
-
-  * udp: mp3/rtp is now correctly working.
-
-2003-11-07 Friday 18:32  fenrir
-
-  * rtp: removed a annoying debug message
-  * announce.c: fixed a warning.
-
-2003-11-07 Friday 18:08  fenrir
-
-  * livedotcom.cpp:
-     - improve a lot pts handling.
-     - added --rtsp-caching.
-     - implemented DEMUX_GET_TIME  and declared the input as seekable to
-     make the interface displaying the time.
-  Now I can read rtp stream from VLC using http export for sdp :) (MPEG4
- video, MPEG 1/2 video and mp3 audio tested successfully)
-
-2003-11-07 Friday 17:44  fenrir
-
-  * added vlc_url_t structure, vlc_UrlParse and vlc_UrlClean.
-  (It could avoid a lot of duplicated code...)
-
-2003-11-07 Friday 17:43  fenrir
-
-  * rtp: added a sdp options to export sdp. For now only as http.
- options: #rtp{dst=ip,port=port,[sdp=http://ip:port/file],[mux=]}
-
-2003-11-07 Friday 16:53  massiot
-
- * modules/packetizer/mpegvideo.c: Detect discontinuities and trash
-   corrupt packets. Also flag GOP headers with SOUT_BUFFER_FLAGS_GOP.
-
-2003-11-07 Friday 14:15  jpsaman
-
- PDA interface:
- * cleanup code
- * cleanup interface
-
-2003-11-07 Friday 13:31  massiot
-
- * Updated documentation.
-
-2003-11-07 Friday 13:28  massiot
-
- * modules/access/satellite: Big rework of the old satellite module.
-   - ability to select between different tuners if the board has several
-     tuners
-   - abitility to select between different demux if the board has several
-     demuxes
-   - if frequency isn't specified, do not try to tune the tuner and
-     assume some other software already did it
-   - set a bigger buffer size to avoid packet losses
-   - do not filter too many PIDs since some board only have 8 filters
-   - kludged so that the module works perfectly well with the demuxstream
-     demuxer
-   - use DMX_PES_OTHER all the time because some boards do not have a
-     decoder chip (this may be a problem for you)
-
- This changeset is part of the Dreambox port of VLC.
-
-2003-11-07 Friday 13:01  jpsaman
-
- PDA interface:
- * Directory browsing works
- * Coredump is solved
- * Adding files or entire directories to the playlist GUI control works.
-
-2003-11-07 Friday 12:27  fenrir
-
-  * livedotcom.cpp: - better pts handling  but still bad. (and using rtsp
-  over tcp doesn't really work yet).
-                    - fixed bad usage of delete vs delete[]
- (using --rtsp-tcp still leads to segfault)
-
-2003-11-07 Friday 10:31  rocky
-
- Need to change libvcdinfo to be more robust when there are
- reading the extended PSD. Given that area-highlighting and
- features in the extended PSD haven't been implemented,
- best then to not try to read this at all.
-
-2003-11-07 Friday 09:24  jpsaman
-
- Basic functionality of File tabpage is working.
-
-2003-11-07 Friday 07:59  jpsaman
-
- Removing GPE specific stuff.
-
-2003-11-07 Friday 00:28  fenrir
-
-  * more tolerant  sdp check when using  rtsp://. (SDP from some  DSS have a
-  lot of mandatory fields missing, like v, o, and s)
-
-2003-11-06 Thursday 22:23  zorglub
-
- Sync with latest changes
-
-2003-11-06 Thursday 22:14  fenrir
-
-  * livedotcom.cpp: use live.com library to read rtsp and sdp file.
-     TODO:
-         - handle PTS (for now, I just use mdate() :)
-         - support TS/PS (hard as it needs a lot of work on TS/PS demuxers).
-         - support X-QT and X-QUICKTIME. (I don't know if it's really used).
-         - implement pause, seek ...
-         - clean up/bugs fixes...
-         - ...
-
-2003-11-06 Thursday 20:12  gbazin
-
- * modules/demux/mpeg/ts.c: compilation fix for old libdvbpsi.
-
-2003-11-06 Thursday 19:35  nitrox
-
- . a small fix .... (many other to follow in the next days)
-
-2003-11-06 Thursday 18:55  hartman
-
- * Going to Fullscreen was effecting all vout's. should affect only the frontmost one.
-
-2003-11-06 Thursday 18:35  hartman
-
- * Updated the Output dialog.
-   - support for slp
-   - support for theora
-   - support for demuxdump
-
-2003-11-06 Thursday 17:08  nitrox
-
- . I422 -> YV12 Chroma
-
- This work is part of the work done by Anevia for the "Gran Theatro del
- Barcelona".
-
-2003-11-06 Thursday 16:54  nitrox
-
- . 422 deinterlacing (bob and blend filters)
-
- This work is part of the work done by Anevia for the "Gran Theatro del
- Barcelona".
-
-2003-11-06 Thursday 16:37  nitrox
-
- oups, ... forgot the interesting file !
-
-2003-11-06 Thursday 16:36  nitrox
-
- dvbsub.c: DVB subtitles decoder (ETSI EN 300 743). There is still a lot of
-           things to write to implement competely the standard but this decoder
-           will work in most of the pictures subtitles cases. Text subtitles
-           decoding is not implemented at all.
-           This decoder has been validated with CAVENA encoders after few
-           remarks of their developpers.
-
- include/*: addded a p_spuinfo field in the decider_fifo_t and the
-            es_descriptor_t
-
- codecs.h: added a dvb_spuinfo_t structure to identify the id of the selected
-           track.
-
- modules/demux/mpeg: added the support of the dvb subtitles track. Need last
-                     libdvbpsi (0x59 descriptor) to compile. The demuxer
-                     creates n fake ES as each ES carries up to 256 subtitles
-                     tracks.
-
- This work is part of the work done by Anevia for the "Gran Theatro del
- Barcelona".
-
-2003-11-06 Thursday 16:28  hartman
-
- * changed how cursor hiding works. Not perfect, but it's less complicated.
-   - less vague bugs :)
- * changed the global hotkey for play/pause to command-p since 'space' won't be
-   defined as the hotkey. i was sick of all the hacks i had made to have it work
-   that way, so the end. space only works in the vout from now on.
-
-2003-11-06 Thursday 16:06  massiot
-
- * New (experimental and incomplete) demuxstream module. It bypasses the
- stream output, and takes what comes from a DVB card and sends it onto
- the network. I didn't activate it in configure.ac because I suspect there
- might be problems with iovec on Windows (and there is probably a better
- way to do it).
-
-2003-11-06 Thursday 10:09  sam
-
-   * bootstrap: remove autom4te.cache before running autoconf
-
-2003-11-06 Thursday 09:59  gbazin
-
- * modules/misc/sap.c: compilation fix.
-
-2003-11-06 Thursday 01:49  garf
-
-  * http interface: added volume control (relative or absolute) and
-                  sort playlist function.
-
-2003-11-06 Thursday 00:12  gbazin
-
- * modules/access/v4l/v4l.c: big clean-up of the Video4Linux input.
-    New --v4l-vdev and --v4l-adev config options and the ability to play an audio only stream.
-
-2003-11-05 Wednesday 23:32  hartman
-
- * Compilation fix. One to many )
-
-2003-11-05 Wednesday 23:28  fenrir
-
-  * sap: big clean up + some buffer overflow fixes (still need some work).
-
-2003-11-05 Wednesday 20:06  gbazin
-
- * modules/gui/wxwindows/streamout.cpp: fixed a couple of things.
-
-2003-11-05 Wednesday 18:59  gbazin
-
- * include/vlc_codec.h, modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: tell the encoder to respect the aspect ratio of the input.
- * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
- * src/misc/configuration.c: use strtol() instead of atoi().
-
-2003-11-05 Wednesday 17:57  gbazin
-
- * src/input/input.c: honor the --demux config option (will be overriden if demux is specified in the MRL).
-    I'm not exactly sure this is wise as some users will surely fuck-up their preferences and force a specific demux...
-    but this also allows me to specifiy the demuxdump demux with an input option (very handy to include the demuxdump option in the streamout gui dialogs).
- * src/misc/modules.c: changed module_Need() to use var_Get() instead of config_Get.
-
- * modules/gui/wxwindows/*: moved the demuxdump option from the open dialog to the streamout dialog.
-
-2003-11-05 Wednesday 17:46  gbazin
-
- * modules/codec/ffmpeg/encoder.c: fixed bug in the audio encoder.
- * modules/gui/wxwindows/preferences_widgets.*: bug fix.
-
-2003-11-05 Wednesday 09:16  gbazin
-
- * include/video_output.h: forgot this file in the vout_Synchro commit yesterday.
-
-2003-11-05 Wednesday 02:43  gbazin
-
- * modules/gui/wxwindows/preferences_widgets.*: added a refresh button for config vars with choices lists which have a pf_list_update callback.
- * modules/access/dshow/dshow.cpp: provide a callback to update the devices lists.
-
-2003-11-05 Wednesday 01:47  fenrir
-
-  * all: who has seen that I have just forgot to release any buffers...
-
-2003-11-05 Wednesday 00:40  hartman
-
- * moved garfou's changes before a variable that is at risk of overflow
-   maybe this will fix the random crashes?
-
-2003-11-05 Wednesday 00:39  gbazin
-
- * include/configuration.h: some small re-work of the config declaration macros.
-    String choices lists can now also have a list of text descriptions associated with them.
-    Added integer choices lists.
- * modules/gui/wxwindows/: modified config widgets to use the new config options.
- * ALL: updated for the new config options.
-
-2003-11-05 Wednesday 00:17  hartman
-
- Please test if this has any regressions
-
- * include/codecs.h:
-   - created a subtitle_data_t to be used by subtitle demuxers
-     and decoders to pass information.
-   - ToDo: access/dvd/es.c and spudec need to be fixed to use the palette field
-     of this new struct.
- * modules/codec/subsdec.c:
-   - moved the decoding of ssa textlines to here.
-   - ToDo: support for any tags is lacking atm., but now possible.
- * modules/demux/mkv.cpp:
-   - ssa is now passed undecoded to ssa subsdec.
-   - ssa headers are passed to ssa subsdec via subtitle_data_t
-   - ToDo: decode idx header info and fill the subtitle_data_t
-   - ToDo: support for compressed vobsubs.
- * modules/demux/util/sub.?:
-   - moved ssa decoding out of here.
-   - ToDo: add support for multiple tracks
-   - ToDo: implement reading vobsub .sub files (not .idx)
-
-2003-11-04 Tuesday 17:46  gbazin
-
- * src/video_output/vout_synchro.c, include/vout_synchro.h: got rid of the dependency on the vout.
- * modules/codec/libmpeg2.c: updated with the synchro api changes.
-
-2003-11-04 Tuesday 15:52  garf
-
-  * http interface: added "fullscreen" and "keep" functions
-
-2003-11-04 Tuesday 15:31  sam
-
-   * bootstrap: Fixed an automake breakage when gettext is not present.
-
-2003-11-04 Tuesday 15:26  sam
-
-   * debian/control:
-     + Build-depend on fixed dvb-dev packages.
-
-2003-11-04 Tuesday 14:51  fenrir
-
-  * adpcm: converted to new API (need more testing).
-
-2003-11-04 Tuesday 11:11  titer
-
-  + configure.ac:
-      fixed a link issue on BeOS
-  + modules/demux/util/sub.c:
-      gcc != 3 fix
-  + modules/gui/beos/*:
-      compile fixes; never replace int32 with int32_t, these are not the
-      same on BeOS (long/int)
-
-2003-11-04 Tuesday 02:23  fenrir
-
-  * input: fixed position-offset, time and time-offset.
-
-  * hotkeys: never _never_ use  demux_Control outside of src/input/ (it's
-  completely broken,  there is a lot  more things to do),  all interfaces
-  have  to  use  var_Get/Set  (time(-offset),  position(-offset),  state,
-  rate(-slower|-faster)...  ).
-  Btw,   input_SetStatus,   input_Seek,   input_Tell,   input_ChangeArea,
-  input_ToggleES,  will   be  quickly   obsolete  and   removed(at  least
-  unavailable for intf), so we should convert remaining interfaces (ie all
-  except wx, osx, rc, http, hotkeys).
-
-  * avi: implemented DEMUX_SET_TIME (not yet used).
-
-2003-11-04 Tuesday 01:27  fenrir
-
-  * araw: ported to new API.
-
-2003-11-03 Monday 23:05  fenrir
-
-  * removed old faad detection.
-
-2003-11-03 Monday 22:36  sam
-
-   * modules/misc/sap.c: fixed a warning and some coding style insanities.
-
-2003-11-03 Monday 22:30  fenrir
-
-  * all: ported the faad decoder to the new API (btw, aac HE untested).
-  I have not kept the compatibility with older faad version (but check is
-  still be  done in configure.ac). (I  didn't like it as  old version are
-  really buggy).
-
-2003-11-03 Monday 20:22  gbazin
-
- * modules/access/dshow/*: attempt at supporting DV inputs (completely untested).
-
-2003-11-03 Monday 15:27  hartman
-
- * modules/gui/macosx/*: Commit of the Visualizations menu item.
- * ALL: bring the project files to XCode.
-   10.2 users should revert the change in Makefile.am or they won't be able to
-   build VLC on their machine. Editing the project files will probably also not
-   be possible for them.
-
-2003-11-03 Monday 14:02  gbazin
-
- * modules/demux/mpeg/*: added support for ISO/IEC 13818-7 Audio with ADTS transport syntax to the TS demux.
-
-2003-11-03 Monday 03:21  garf
-
-  * http.c,index.html: add seek function in http interface. Also added "stream_position", "stream_length", and "stream_time" which could be usefull later (for a slider, for example :) )
-  * changed http interface more "neutral" colors
-
-2003-11-02 Sunday 23:13  zorglub
-
- Removed debug messages
-
-2003-11-02 Sunday 22:51  gbazin
-
- * modules/control/http.c: cough cough.
-
-2003-11-02 Sunday 22:28  gbazin
-
- * Makefile.am: small change to the package-win32 target.
-
-2003-11-02 Sunday 22:16  gbazin
-
- * modules/gui/wxwindows/preferences_widgets.cpp: show the current value when using sliders.
-
-2003-11-02 Sunday 22:15  gbazin
-
- * modules/demux/util/id3.c, modules/demux/util/id3tag.c: don't use input_Peek() to read an id3 tag as these tags can be bigger than what input_Peek() can read.
-
-2003-11-02 Sunday 21:26  gbazin
-
- * Makefile.am: include the .css file from the html interface into the win32 package.
-
-2003-11-02 Sunday 19:26  gbazin
-
- * modules/control/http.c: delete command supports a list of items.
- * doc/intf-http.txt: update for delete command.
- * share/http/index.html: added the possibility to delete playlist items.
-
-2003-11-02 Sunday 18:03  sigmunau
-
- modules/demux/mkv.cpp:
-  * proper fix for timing with vobsub tracks ( and possibly some other cases )
-
-2003-11-02 Sunday 16:12  sigmunau
-
- modules/demux/mkv.cpp:
-  * fix a segfault on close caused by setting default language
-
-2003-11-02 Sunday 12:22  gbazin
-
- * src/audio_output/input.c: on-the-fly visualization changes.
- * modules/gui/wxwindows/menus.cpp: added a visualization entry.
-
-2003-11-02 Sunday 06:33  hartman
-
- * modules/audio_output/input.c: created variables to allow for a autogenerated
-   Visualizations menu (is this the right location?)
-   Problems currently are: Doesn't work on the fly. where to start?
-   For that reason it now also uses config options instead of variables.
- * modules/visualization/visual/visual.c: small adaptions
- * modules/gui/macosx/controls.m: fix warnings.
-
-2003-11-02 Sunday 01:41  hartman
-
- * Fixed bugs in parsing SSA lines. Turns out we are currently parsing within demuxers.
-   The parsing of lines should of course be moved to the decoder level.
-
-2003-11-01 Saturday 21:50  fenrir
-
-  * added stream_out_rtp.
-
-2003-11-01 Saturday 14:35  hartman
-
- * an ebuild that pulls vlc from cvs and installs that.
-
-2003-11-01 Saturday 10:07  sam
-
-   * debian/control:
-     + Build-depend on a newer wxwindows version to avoid incompatibilities.
-     + Build-depend on linux-kernel-headers and build-conflict on dvb-dev
-       because these packages cannot be installed together.
-   * debian/rules:
-     + Temporarily disabled the framebuffer video output plugin because of
-        current code errors in linux-kernel-headers.
-
-2003-11-01 Saturday 06:57  fenrir
-
-  * rtp: added l8 (u8 samples) and l16 (s16b samples) support (eg to use with
-  transcode).
-
-2003-11-01 Saturday 06:56  fenrir
-
-  * araw: mhh, aout_buffer_t.i_nb_samples is samples _per_ channels...
-
-2003-11-01 Saturday 06:27  fenrir
-
-  * araw: added pseudo raw encoder. (s16b and s16l -> u8,s8, s16l,s16b).
-
-2003-11-01 Saturday 04:17  fenrir
-
-  * rtp: - added TS/PS support. (ex: #rtp{dst=ip,port=port,mux=ts} )
-        PS will work if there is only one stream as the muxer doesn't set
-        correctly dts/length for muxed packets. (so pretty useless ;)
-         - added mpeg1/2 video. (how overcomplicated is rfc2250),
-        tested with mplayer+live.com (but I'm not sure that my ES parsing
-        is ok.)
-         - btw, there is a ttl option.
-
-2003-11-01 Saturday 00:15  fenrir
-
-  * rtp: Added mpeg4 video(rfc 3016) and audio(mpeg4-generic). ( but far
-        from perfect)
-         Use udp raw mode.
-         Generate a SDP file (for now it is just fprintf to stderr).
-         The streams produced work under gmp4player. (mpeg4ip)
-
-2003-11-01 Saturday 00:11  fenrir
-
-  * udp: added a new option: raw, to use it udp{raw} (It doesn't try to
- fill packet send to mtu size, needed by rtp)
-
-2003-10-31 Friday 23:57  sam
-
-   * The "coincoin" Debian upload (no, it's not a cocker).
-
-2003-10-31 Friday 22:46  hartman
-
- * starting support for external vobsubs.
-   we can now read the .idx file. TODO:
-   - create a structure to store subinfo in (like WAVEFORMATEX and BITMAPINFO
-   - allow for multiple tracks in the sub demux
-   - open the .sub vobsub file, remove the mpeg crud and prepare a packet
-     for spudec.
-
-2003-10-31 Friday 18:18  gbazin
-
- * modules/control/hotkeys.c: use demux_Control( p_input, DEMUX_SET_TIME, ...) to seek, for better precision.
- * modules/video_output/directx/events.c: fix to catch the Alt key.
-
-2003-10-31 Friday 16:57  fenrir
-
-  * begin to add a rtp mixer. For now it support mpeg audio and ac3(untested).
-  TODO: (a lot of work)
-     - gather multiple small frames in one packets (not really important).
-     - add mpeg 1/2 video
-     - export a sdp file (needed for all next codecs).
-     - add mpeg4 audio/video
-     - add ts/ps over RTP.
-     - perhaps ogg over RTP if something is abled to read that.
-
-  command: #rtp{dst=ip,port=port,[mux=muxer]} (mux not yet implemented)
-
-  It automaticaly uses ip:port, ip:port+2, ip:port+4 ... (port should
-  be odd btw)
-
-2003-10-31 Friday 15:54  hartman
-
- * modules/demux/mkv.cpp: Set English as the default for track language.
- * modules/gui/macosx/vout.m: removed debug
- * modules/gui/macosx/open.m: Panther compilation fixes
- * modules/gui/macosx/controls.m: OSDMessages :)
-
-2003-10-30 Thursday 23:17  hartman
-
- * Use the new vout_OSDMessage on the new hotkeys functions.
-
-2003-10-30 Thursday 22:34  hartman
-
- * implemented a vout_OSDMessage to display messages on the video at a specific
-   location by any module.
- * added a OSD config option to the Video options. this will allow you to disable
-   the messages printed by OSDMessage. Subtitles will still be shown however.
- * src/audio_output/intf.c: volumeSet sets the intf-change variable.
- * modules/gui/macosx/vout.m: fix the modifier detection.
-
-2003-10-30 Thursday 21:44  gbazin
-
- * include/modules_inner.h: bigger p_config[] array because the main module is becoming quite big.
-
-2003-10-30 Thursday 17:59  gbazin
-
- * modules/gui/skins/win32/*: fixed a problem with drag&drop when restarting the skins engine.
-
-2003-10-30 Thursday 17:58  gbazin
-
- * modules/control/hotkeys.c, src/libvlc.h, include/vlc_keys.h: added hotkeys for jump actions.
-
-2003-10-30 Thursday 12:01  gbazin
-
- * modules/stream_out/transcode.c: fixed last pts/dts calculation breakage.
-
-2003-10-30 Thursday 00:12  sigmunau
-
- modules/demux/mkv.cpp:
-  * fixed timing with vobsubs
-
-2003-10-29 Wednesday 23:36  sigmunau
-
- modules/demux/mkv.cpp:
-  * added support for matroska files with embedded spu tracks, what the
-    matroska people call VobSubs
-
-2003-10-29 Wednesday 23:31  gbazin
-
- * modules/gui/wxwindows/preferences_widgets.cpp: attempt at optimizing KeyConfigControl which is really slow on wxGTK.
-
-2003-10-29 Wednesday 22:25  zorglub
-
- Wrap help at 72 chars instead of 80 to get our whole text displayed in the normal size
-
-2003-10-29 Wednesday 21:04  gbazin
-
- * modules/gui/wxwindows/preferences.cpp: restored the old size of the preferences panel... it is big enough already.
-
-2003-10-29 Wednesday 20:53  gbazin
-
- * modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO only supported from version 4676.
-
-2003-10-29 Wednesday 19:35  gbazin
-
- * modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only available on recent ffmpeg versions.
-
-2003-10-29 Wednesday 18:54  gbazin
-
- * modules/gui/wxwindows/*: fixed breakage.
-
-2003-10-29 Wednesday 18:00  zorglub
-
- Grmbl, it was obvious I would forget to add the new files
-
-2003-10-29 Wednesday 17:32  zorglub
-
- * src/playlist/* && Makefile.am
-    - splitted the enormous playlist.c file
-    - implemented a better item group system: groups have a name
-      and must be created before use by
-       playlist_CreateGroup( p_playlist, "newgroupname")
-
- * modules/misc/sap.c
-    - Create our own playlist group ("SAP") and use it
-
- * modules/access/slp.c
-    - Create our own playlist group ("SLP") and use it
-
- * modules/demux/util/id3tag.c
-    - Trigger playlist update when we have parsed our tag
-
- * modules/gui/wxwindows/interface.cpp
-    - Fixed the about box by using vlc_wraptext
-    - Added the simple open and the streaming wizard icons
-            *** Icons need to be changed ! ***
-    - Added the visualization to the extended gui
-
- * modules/gui/wxwindows/preferences.cpp && include/vlc_help.h
-    - Enlarged the window to fit the wrapped text
-    - Added help for audio encoders
-
- * modules/gui/wxwindows/stream.cpp  & open.cpp & include/vlc_interface.h
-    - Created a "streaming wizard" window (3-step streaming)
-
- * modules/gui/wxwindows/iteminfo.cpp:
-    - Group change is now based on the name
-
- * modules/gui/wxwindows/playlist.cpp
-    - Added author and group columns to the listview
-    - Redesigned the window
-    - Added the Sort menu with several criteria (title, author, group)
-    - Added up/down buttons to move an item in the playlist
-    - Added the group menu to enable/disable a group in an understandable way
-
- TODO:
- -----
-
- * playlist core :
-    - Implement advanced sort capabilities  (multi-criteria)
-    - File format to save the new features
-    - export playlist (to M3U, eg)
-    - more robust group creation (duplicates check, ...)
-
- * wxWindows playlist:
-    The idea of a treeview seems impossible, because of wxWindow's treeview,
-    that don't allow multi-selection, and, as far as I know, multi-columns.
-    - Provide a frontend to advanced sort (when it's done :-) )
-    - Allow moving items by drag & drop (well, if possible, haven't checked yet)
-    - Allow moving several items at once
-    - Customizable listview (ability to remove/move columns)
-    - Find a solution to the focus problem
-      (when you change track, the selected one scrolls at the
-       bottom of the visible screen)
-
- * wxWindows interface:
-    - New icons, our icons begin to get old and not so pretty
-    - Find a solution for the volume bar (nobody understands what it is)
-
-2003-10-29 Wednesday 12:23  gbazin
-
- * modules/misc/freetype.c: don't use the pitch of the picture to calculate the text alignment.
- * modules/video_output/directx/events.c: fixed key modifiers detection.
- * modules/gui/wxwindows/*: removed the sorted flag from a couple of comboboxes.
-
-2003-10-29 Wednesday 11:54  hartman
-
- * hopefully this fixes the instability of the osx vout.
-
-2003-10-29 Wednesday 02:13  hartman
-
- * the OSX vout has support for the new hotkeys now. no prefs for it yet.
-   And this is no final solution, i think it should be handled in VLCApplication.
-
-2003-10-29 Wednesday 01:33  gbazin
-
- * ALL: improved hotkeys support.
-
-2003-10-29 Wednesday 00:04  sigmunau
-
- modules/misc/freetype.c:
-  * fixed freetype module on big endian systems
-  * removed a nasty debug line
-  * cosmetic fix
-
-2003-10-28 Tuesday 21:59  gbazin
-
- * modules/video_output/x11/xcommon.c: hotkeys handling cleanup and support for ctrl/alt/shift modifiers.
- * modules/gui/wxwindows/preferences_widgets.cpp: correctly select the active hotkey (needed on win32).
-
-2003-10-28 Tuesday 20:34  hartman
-
- * fix the missing symbols ogg issue
-
-2003-10-28 Tuesday 20:15  hartman
-
- * src/misc/darwin_specific.m: fixed some languages.
- * include/vlc_keys.h: added some extra keys on my keyboard.
-
-2003-10-28 Tuesday 17:02  gbazin
-
- * modules/video_output/directx/events.c: added centralized hotkeys support.
- * modules/misc/freetype.c: fixed default font on win32.
-
-2003-10-28 Tuesday 14:51  sam
-
-   * include/vlc_keys.h: inlined the static function to avoid warnings.
-
-2003-10-28 Tuesday 14:17  gbazin
-
- * modules/codec/ffmpeg/video.c: fixed screwed up indirect rendering.
- * modules/codec/ffmpeg/postprocess.c: idem for postprocessing.
-
-2003-10-28 Tuesday 07:17  ipkiss
-
- Fix for a synchronization problem when a checkbox has 2 identical events
-
-2003-10-27 Monday 22:42  jpsaman
-
- PDA interface update:
- * File tab is beginning to work
- * Adding file to Playlist begins to work
-
- Note: not very usefull yet.
-
-2003-10-27 Monday 22:13  gbazin
-
- * modules/gui/wxwindows/streamout.cpp: added theora to the list of video codecs and a few more bitrates.
-
-2003-10-27 Monday 21:54  gbazin
-
- * src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be modified on a per input basis.
-
-2003-10-27 Monday 20:53  gbazin
-
- * modules/stream_out/transcode.c: bail out if we can't find an audio encoder.
-
-2003-10-27 Monday 19:48  gbazin
-
- * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: move the ffmpeg pts hack to the ffmpeg encoder.
-
-2003-10-27 Monday 18:57  rocky
-
- Don't assume when Activate is called that i_tell is at the beginning of
- an MPEG. Instead save that position seek to the beggining and restore
- the position. This allows Video CD's to be able to start from an
- entry other than the first one of a track.
-
-2003-10-27 Monday 17:50  gbazin
-
- * modules/codec/vorbis.c: fixed vorbis encoding.
- * modules/codec/ffmpeg/*: fixed ffmpeg encoding.
- * modules/stream_out/transcode.c: transcoding is working again.
-
-2003-10-27 Monday 13:35  nitrox
-
- . in PMT decoder, fix the iso639-2B language code decoding bug:
-    only iso-639-2T codes were decoded
-
-2003-10-27 Monday 10:00  gbazin
-
- * modules/codec/ffmpeg/audio.c: compilation fix
-
-2003-10-27 Monday 01:04  gbazin
-
- * modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api.
-    Isolated the video postprocessing routines in postprocess.c
-
- * modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c,
-    include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c.
-    transcode now uses encoder plugins (currently ffmpeg, vorbis and theora).
-
- PS: transcoding is currently a bit broken but I'll fix that ASAP.
-
-2003-10-26 Sunday 23:03  sigmunau
-
- modules/video_output/x11/xcommon.c:
-  * report F1 to F12 keys
-
-2003-10-26 Sunday 17:50  gbazin
-
- * modules/video_output/x11/xcommon.c: compilation fix.
-
-2003-10-26 Sunday 17:11  gbazin
-
- * Makefile.am: strip the mozilla plugin when doing the win32 package.
- * configure.ac: on win32 we compile the theora module as a plugin, not builtin.
-
-2003-10-26 Sunday 16:12  gbazin
-
- * configure.ac: check for mozilla-config.h on win32 as well.
- * mozilla/support/npwin.cpp: some mozilla sdk don't include mozilla-config.h explicitly so do it ourselves.
-
-2003-10-26 Sunday 14:49  sam
-
-   * bootstrap: Fixed breakage from previous commit.
-
-2003-10-26 Sunday 13:57  sam
-
-   * bootstrap: Fixed a shell thinko causing unwanted plugins to be built.
-
-2003-10-26 Sunday 13:10  sigmunau
-
- modules/access/dvdplay/intf.c:
-  * use new key-pressed in p_vlc, and not the one in p_vout
- src/video_output/video_output.c:
-  * do not create the key-pressed variable in p_vout
-
-2003-10-26 Sunday 13:07  gbazin
-
- * INSTALL.win32: updated build instructions.
-
-2003-10-26 Sunday 12:49  gbazin
-
- * configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv.
-
-2003-10-26 Sunday 12:46  sigmunau
-
- src/libvlc.c:
-  * created a variable "key-pressed" in p_vlc that can be used to
-    report or read key presses
-  * allways try to start hotkeys interface in the background
- configure.ac, modules/control/Modules.am, modules/control/hotkeys.c:
-  * a new control module that reads keypresses from "key-pressed" and
-    performs an action depending on what is asosiated with this key.
-    Also uses nice on screen messages to indicate what action was performed
- modules/video_filter/filter_common.h:
-  * removed code to pass old style key reporting through filters
- modules/video_output/x11/xcommon.c:
-  * report key-presses through the new mechanism. Incomplete, I need help
-    with this.
-
-2003-10-25 Saturday 20:19  fenrir
-
-  * v4l: added fps option to reduce the frame rate.
-  Untested -> please report success or faillure.
-
-2003-10-25 Saturday 17:48  gbazin
-
- * bootstrap: fix for the AC_MSG_WARN() problem when pkg-config is not installed (hopefully).
-
-2003-10-25 Saturday 04:49  sam
-
-   * modules/gui/wxwindows/Modules.am: Added a missing header to the file list.
-
-2003-10-25 Saturday 04:48  sam
-
-   * bootstrap:
-     + Fixed a typo causing the Mozilla plugin build to fail.
-     + Call the generic rule in "all" instead of "all-am" to spare one make level
-       of recursion.
-
-2003-10-25 Saturday 03:44  sam
-
-   * bootstrap:
-     + Smaller makefiles.
-     + Faster builds. Heh.
-
-2003-10-25 Saturday 00:49  sam
-
-   * include/vlc_common.h:
-     + Removed u8, s8, u16 etc. for good.
-   * ALL:
-     + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc.
-
-2003-10-25 Saturday 00:42  sam
-
-   * modules/video_output/wingdi.c, modules/video_output/svgalib.c: Fixed compilation
-     errors due to the recent API change in vout_AllocatePicture.
-
-2003-10-24 Friday 21:27  gbazin
-
- * configure.ac: fix for wxWindows headers detection.
- * all: changed the prototype of vout_AllocatePicture() and vout_InitPicture().
- * src/video_output/vout_pictures.c: new vout_InitFormat() function that initialises a video_frame_format_t structure.
- * include/vlc_video.h: extended video_frame_format_t.
- * modules/codec/rawvideo.c: ported to the new decoder api.
- * modules/video_output/x11/*: simplifications.
-
-2003-10-24 Friday 17:55  gbazin
-
- * modules/packetizer/mpeg4audio.c: when packetizing adts streams, make sure we remove the adts headers before sending the data.
-
-2003-10-24 Friday 17:43  sam
-
-   * modules/visualization/visual/:
-     + Renamed fft_init into visual_fft_init because of a name clash with
-       the ffmpeg libraries.
-     + Replaced u8 s16 etc. with uint8_t int16_t etc.
-
-2003-10-24 Friday 17:41  sam
-
-   * include/iso_lang.h: Since the exported functions use the "const" keyword,
-     put the declarations in extern "C" {} in C++ modules.
-
-2003-10-24 Friday 16:34  sam
-
-   * Makefile.am: Recurse into doc/ to install documentation.
-   * configure.ac: Removed mention of plugin packetizer_mpegaudio which does
-     not exist.
-
-2003-10-24 Friday 14:50  sam
-
-   * toolbox: On Debian woody, don't activate the speex plugin, and use
-     ttf-thryomanes instead of ttf-freefonts (not available).
-
-2003-10-24 Friday 14:45  sam
-
-   * debian/rules:
-     + Activated the speex codec.
-     + Activated the PVR input module.
-
-2003-10-24 Friday 14:13  sam
-
-   * modules/misc/freetype.c: Compilation fixes.
-
-2003-10-24 Friday 12:22  fenrir
-
-  * avi: fix for playing avi file from ffserver.
-
-2003-10-24 Friday 11:53  sam
-
-   * bootstrap: Fixed the "clean" rule in module subdirectories.
-
-2003-10-24 Friday 11:31  sam
-
-   * debian/rules:
-     + Disabled the deprecated satellite plugin; the dvb plugin is now
-       the recommended one (Closes: #216367).
-     + Don't install fortunes in /usr/share/games, they are too private for
-       common mortals (Closes: #212856). They are still available in the
-       /usr/share/doc/vlc directory though.
-   * debian/control:
-     + Depend on ttf-freefont for subtitles.
-
-2003-10-24 Friday 11:28  sam
-
-   * modules/misc/freetype.c: Set the default font to a common Debian font.
-
-2003-10-24 Friday 11:28  sam
-
-   * modules/access/satellite/access.c: Typo.
-
-2003-10-24 Friday 09:32  bigben
-
- changed input parametter to channel, to be compatble with v4l input
-
-2003-10-23 Thursday 23:00  sigmunau
-
- configure.ac, modules/misc/freetype.c:
-   * Bidi support in the freetype module through fribidi
-
-2003-10-23 Thursday 22:46  bigben
-
- Added the "input" parameter in pvr input command line. Default is input=4 (tuner)
-
-2003-10-23 Thursday 21:55  gbazin
-
- * modules/audio_output/alsa.c: recover more easily in case of underrun.
-
-2003-10-23 Thursday 21:28  gbazin
-
- * modules/codec/mpeg_audio.c: debug_message--;
-
-2003-10-23 Thursday 20:51  gbazin
-
- * include/vlc_block_helper.h: fixed an idiotically stupid bug in block_PeekOffsetBytes().
- * modules/codec/mpeg_audio.c, modules/codec/a52.c, modules/packetizer/mpeg4audio.c: fixed a couple of issues.
-
-2003-10-23 Thursday 17:04  sam
-
-   * configure.ac:
-     + Detect <mozilla-config.h> on newer Mozilla versions.
-   * mozilla/vlcpeer.cpp:
-     + If neither NP_UNIX, NP_MACOSX nor NP_WIN are defined, default to NP_UNIX.
-     + Use <mozilla-config.h> whenever possible.
-
-2003-10-23 Thursday 16:48  gbazin
-
- * modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;)
-
-2003-10-23 Thursday 16:43  sam
-
-   * src/libvlc.c: hid p_static_vlc in a vlc_current_object function so that
-     it can later be used from outside as well.
-
-2003-10-23 Thursday 16:26  sam
-
-   * doc/Makefile.am: Install a few files in /usr/share/doc/vlc/.
-
-2003-10-23 Thursday 16:00  gbazin
-
- * modules/gui/skins/src/*: don't forget to recreate a win32 timer when the skin is changed.
-
-2003-10-23 Thursday 15:30  sam
-
-   * bootstrap: Only start removing files when required tools have been
-     checked, to prevent inadvertent file losses.
-
-2003-10-23 Thursday 14:30  jpsaman
-
- Reviewed file:
- - fixed border cases with peeking in the packet.
-
-2003-10-23 Thursday 11:26  gbazin
-
- * share/skins/default/theme.xml: set "playondrop" to false for the playlist window.
- * Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
-
-2003-10-22 Wednesday 21:08  gbazin
-
- * NEWS, modules/LIST: updated with the new features.
-
-2003-10-22 Wednesday 19:12  ipkiss
-
-  * modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
-      tag, which enables to choose whether drop files should be played
-      directly or only enqueued (default is "true", to be backwards
-      compatible).
-      Implemented on win32 and x11, only tested on win32.
-  * doc/skins/skins-howto.txt: Updated the doc accordingly
-
-2003-10-22 Wednesday 18:24  gbazin
-
- * modules/codec/speex.c: fixed a couple of bugs.
-
-2003-10-22 Wednesday 17:12  gbazin
-
- * configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex.
- * modules/demux/ogg.c: added support for speex to the Ogg demuxer.
- * modules/mux/ogg.c: added support for speex to the Ogg muxer.
- * src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices.
- * modules/access/udp.c: use an object variable and inheritance for "udp-caching".
- * src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons.
-
-2003-10-22 Wednesday 00:00  fenrir
-
-  * added support for S_SSA and S_ASS old way (fix 1373).
-    added removing of all {\xxxx} in the SSA stream.
-
-2003-10-21 Tuesday 18:33  gbazin
-
- * modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRational).
-
-2003-10-21 Tuesday 17:31  gbazin
-
- * configure.ac: tell the build system that mkv is a c++ plugin.
-
-2003-10-21 Tuesday 12:30  hartman
-
- Fixed dropdown lists. they were returning descriptions on a SaveAll instead of config options.
-
-2003-10-21 Tuesday 01:48  titer
-
-  beos/VlcWrapper.cpp: started to use object variables
-
-2003-10-21 Tuesday 01:05  titer
-
-  configure.ac:
-   + updated libebml/libmatroska detection as matroska headers no longer
-     include ebml headers directly. Hope you upgraded it - if not, you'll
-     have to set your CFLAGS accordingly.
-   + on BeOS, libmkv_plugin.so has to be linked to libstdc++
-
-  modules/control/http.c:
-   + fix for gcc != 3
-
-2003-10-20 Monday 22:43  fenrir
-
-  * intf-http.txt: small doc about how to write .html page for the http
-  interface (up to date, but a bit technical...).
-
-  Btw, the first who ask me to write another documentation will just go
-  to hell ;)
-
-2003-10-20 Monday 22:28  gbazin
-
- * src/playlist/playlist.c: added a playlist var_Set( "intf-change" ).
-
-2003-10-20 Monday 22:27  gbazin
-
- * modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are now updated on "intf-change" playlist variable callback.
-
-2003-10-20 Monday 21:48  gbazin
-
- * Makefile.am, install-win32: include the mozilla plugin in the win32 package.
-    You'll still have to install the mozilla plugin manually though.
-
-2003-10-20 Monday 17:18  gbazin
-
- * modules/demux/avi/libavi.c: multiline strings are not valid C.
-
-2003-10-20 Monday 15:28  zorglub
-
- Removed an awful debug message
-
-2003-10-20 Monday 12:25  gbazin
-
- * modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced() to ConfigControl and got rid of ConfigData for even more simplifications.
-
-2003-10-20 Monday 10:37  gbazin
-
- * Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic code on win32 as there's no need for pic code on this platform. This should almost reduce the compilation time by a factor of 2 when the mozilla plugin is activated in the build process.
-
-2003-10-20 Monday 01:07  hartman
-
- * even less duplicate entries by id3tags. Dupes are annoying :)
-
-2003-10-20 Monday 00:09  gbazin
-
- * modules/gui/wxwindows/preferences*: beware, casts from strings to char * are allocated on the stack.
-
-2003-10-20 Monday 00:01  hartman
-
- * Added a "demuxed-id3" variable to input.c so id3tags won't be parsed
-   multiple times anymore.
-
-2003-10-19 Sunday 23:38  gbazin
-
- * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build.
-    Small cosmetic fixes to the code.
- * modules/gui/wxwindows/menus.cpp: added a couple of new options.
-
-2003-10-19 Sunday 23:12  hartman
-
- * include/codecs.h: cosmetic fixes.
- * modules/gui/macosx/*:
-   - remove the enqueue option from the open panel. why did i even add it? KISS
-   - better use of name and uri fields of playlist_item_t
-   - when users d&d a CD on VLC, it will now play. This breaks d&d folders
-     located on a CD for now. Not really important but should be fixed later on.
-
-2003-10-19 Sunday 22:52  sigmunau
-
- modules/gui/wxwindows/interface.cpp: oooops
-
-2003-10-19 Sunday 22:41  sigmunau
-
- Factored the code for each of the different types of config options out into
- separate widgets. This makes preferences.cpp much cleaner and opens up
- greater possibilities for the config item controls.
- * Added "browse..." button to CONFIG_ITEM_DIRECTORY
- * Added a slider to CONFIG_ITEM_INTEGER when i_min or i_max differs from 0
- * Made it possible to change CONFIG_ITEM_KEY options with the preferences
- dialog
-
-2003-10-19 Sunday 22:25  gbazin
-
- * modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE.
-
-2003-10-19 Sunday 20:32  asmax
-
- * lalala
-
-2003-10-19 Sunday 20:05  asmax
-
- * tried to implement on-top windows on X11, but doesn't work for me :(
-
-2003-10-19 Sunday 16:53  gbazin
-
- * modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support.
-
-2003-10-19 Sunday 14:02  hartman
-
- * Update portugese brazilian translation
-
-2003-10-19 Sunday 13:39  hartman
-
- * modules/demux/avi/*
-   - print a debug message in case of 0xfffe audio
-     This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio
-   - use c-style comments
- * modules/gui/macosx/info.m:
-   - release your objects when you finished using them.
-
-2003-10-19 Sunday 12:37  gbazin
-
- * modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.
-
-2003-10-19 Sunday 12:20  gbazin
-
- * src/playlist/playlist.c: fixed locking problem.
- * modules/gui/skins/src/skin_main.cpp: fixed division by 0.
-
-2003-10-18 Saturday 22:48  hartman
-
- * id3tag fills the psz_name and psz_author field of playlist_item_t
-
-2003-10-18 Saturday 21:46  hartman
-
- * The SAMI parses did case sensitive tag parsing. However both START, Start
-   and start are legal tags. I added a local_stristr (also sometime known as strcasestr)
-   function to this file. It probably doesn't belong here, anyone is welcome
-   to move it.
-
-2003-10-18 Saturday 20:09  gbazin
-
- * modules/access/dshow/*: fixes and optimizations. Also changed all the parameters into config options.
-
-2003-10-17 Friday 21:28  gbazin
-
- * modules/gui/wxwindows/streamout.cpp: fixed the rtp field.
-
-2003-10-17 Friday 20:21  ipkiss
-
-  * modules/gui/skins/src/banks.cpp: Two events had the same shortcut
-  * doc/skins/events-howto.txt: Updated the doc accordingly
-
-2003-10-17 Friday 18:59  zorglub
-
- * A few sanity checks
-
- * Escape < and > to prevent script injections (could be done easily with crappy playlist items)
-
-2003-10-17 Friday 18:45  gbazin
-
- * Makefile.am: don't forget include/vlc_keys.h in "make dist"
-
-2003-10-17 Friday 18:38  gbazin
-
- * src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibility to timing jitter when decoding the first frame (courtesy of Simon Gittins).
-
-2003-10-17 Friday 18:17  ipkiss
-
-  * modules/gui/skins/*:
-         Added an "Always on top" entry in the system menu (it can also
-         be triggered by Ctrl+T). Implemented on Windows only, but to do
-         that on X11 you just need to write X11Window::ToggleOnTop().
-
-2003-10-17 Friday 16:40  gbazin
-
- * modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config options panel.
- * modules/gui/skins/src/*: use (AOUT_VOLUME_DEFAULT * 2) as max volume.
- * modules/video_output/directx/*: use inheritance for the direct-always-on-top object var.
-    Added Ctrl+left/right arrows as shortcuts for seeking in 1 min chunks.
- * modules/mux/mp4.c: fixed the audio/video sync.
-
-2003-10-16 Thursday 16:04  gbazin
-
- * modules/gui/skins/src/vlcproc.cpp: don't forget to lock the playlist object.
-    Check p_playlist->i_index is != -1 as well.
-
-2003-10-15 Wednesday 22:49  gbazin
-
- * modules/video_filter/*: forward fullscreen event between children and parent.
-
-2003-10-15 Wednesday 12:24  gbazin
-
- * modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc
- * modules/gui/wxwindows/*, modules/gui/wxwindows/*: don't forget to delete all our variables callbacks.
- * modules/gui/wxwindows/dialogs.cpp: don't delete the dialogs provider twice.
- * modules/gui/wxwindows/menus.cpp: small cosmetic changes.
-
-2003-10-15 Wednesday 07:34  gbazin
-
- * modules/control/http.c: small bug fix.
- * mozilla/vlcshell.cpp: win32 fix.
-
-2003-10-14 Tuesday 23:09  gbazin
-
- * src/interface/interface.c: interfaces added on the fly are attached to p_vlc instead of the main interface.
-
-2003-10-14 Tuesday 22:41  gbazin
-
- * modules/gui/wxwindows/*: don't forget to delete the timer.
-    Use wxApp::OnExit() to cleanup the dialogs provider.
-    Added a "Miscellaneous" section to the menu. Added a "Switch interface" and "Add interface" entries to this menu.
- * modules/gui/skins/src/*: dialog providers have object types of VLC_OBJECT_DIALOGS.
-    Don't forget to attach/detach the dialogs provider to its parent intf.
-    Work around a bug in imlib2 when we close the plugin.
- * src/misc/objects.c, include/vlc_objects.h: added VLC_OBJECT_DIALOGS for dialogs providers.
- * src/interface/interface.c, include/vlc_interface.h: added 2 object variables to switch/add interfaces on the fly (intf-switch and intf-add).
-
-2003-10-14 Tuesday 16:46  alexis
-
- New update again !
-
-2003-10-14 Tuesday 07:30  alexis
-
- Spanish translation update.
-
-2003-10-13 Monday 05:48  zorglub
-
- * modules/misc/sap.c: Fixed a stupid option (no-ipv4-sap)
-
- * NEWS: added some more stuff
-
-2003-10-12 Sunday 23:28  hartman
-
- * Updated the pt_BR translation
- * Added the new es language to the preferences
- * Updated same stuff in the NEWS file, new release will still take a long time
- * Updated the subtitle info in the README file.
-
-2003-10-12 Sunday 21:53  hartman
-
- * added a "auto" mode to sub-type. This is because the wxwin intf doesn't
-   like dropdown lists, with no selection. it therefore selects the first item
-   in this case microdvd, which then has the potential that you can save and
-   set this sub-type accidently.
-
-2003-10-12 Sunday 09:49  gbazin
-
- * src/video_output/video_text.h: removed useless file.
-
-2003-10-11 Saturday 22:40  hartman
-
- * src/input/subtitles.c: made the autodetection fuzziness a config option.
- * ALL:
-   use a counter and pass this along to New_Subtitle, so we can add more
-   than one subtitle file. This 'fixes' a problem where all subtitles got the
-   same track_id and therefore were all (un)selected at the same time.
-
-2003-10-11 Saturday 21:08  hartman
-
- * src/misc/charset.c: Fixed a segfault and removed some gcc warnings
-   The day i understand strings and memory in C is going to be a joyful day :)
- * modules/demux/mkv.cpp: fixed an error if there is no ICONV support
-
-2003-10-11 Saturday 14:08  hartman
-
- * removed an undef HAVE_ICONV from this file, and fixed a cast warning.
-
-2003-10-10 Friday 19:42  alexis
-
- Minor fix.
-
-2003-10-10 Friday 17:09  gbazin
-
- * src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers.
- * modules/mux/ogg.c: win32 fix for ogg muxing with several elementary streams.
-
-2003-10-10 Friday 07:33  alexis
-
- Ran toolbox --update-po.
-
-2003-10-10 Friday 07:28  alexis
-
- New spanish translation, by Antonio Javier Varela.
-
- P.S. : it compiles fine, but I can't figure out how to change the
- language on the CVS version of VLC, so I couldn't test it.
-
-2003-10-09 Thursday 19:40  gbazin
-
- * modules/stream_out/transcode.c: yes, I can do it!
-
-2003-10-09 Thursday 19:31  gbazin
-
- * modules/mux/ogg.c, modules/stream_out/transcode.c: better fix for the starting pts problem in the ogg muxer.
-
-2003-10-09 Thursday 18:53  gbazin
-
- * modules/stream_out/transcode.c: couple of fixes.
- * modules/codec/theora.c, modules/mux/ogg.c: proper granulepos generation for theora streams.
- * modules/mux/ogg.c: ignore pts from headers.
-
-2003-10-09 Thursday 18:05  massiot
-
- HOLY SHIT, IS IT TOO DIFFICULT TO COMPILE YOUR SOURCE BEFORE CHECKING
- IT IN ???
-
-2003-10-09 Thursday 12:31  gbazin
-
- * modules/stream_out/transcode.c: fixed resizing with theora encoding.
-
-2003-10-09 Thursday 11:48  gbazin
-
- * modules/codec/theora.c, modules/stream_out/transcode.c: fixed encoder module unloading.
- * modules/mux/ogg.c: fixed packing of OggDS structure.
-
-2003-10-09 Thursday 09:39  gbazin
-
- * modules/stream_out/transcode.c: fixed transcoding.
-
-2003-10-08 Wednesday 23:00  gbazin
-
- * modules/codec/theora.c, modules/stream_out/transcode.c: theora encoding fixes.
-
-2003-10-08 Wednesday 21:03  gbazin
-
- * modules/demux/util/sub.c: fix when no subs specified.
- * modules/video_output/x11/xcommon.c: fixed invalid chroma.
- * modules/codec/a52.c, modules/codec/libmpeg2.c: small cleanup.
-
-2003-10-08 Wednesday 21:01  gbazin
-
- * include/vlc_codec.h: defines decoders/encoders related structures here.
- * include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame.
- * include/vlc/decoder.h: include vlc_codec.h
- * src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types.
- * modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder.
- * src/input/*: some cleanup.
-
-2003-10-08 Wednesday 19:40  gbazin
-
- * include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences.
- * src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support.
- * modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help.
-
-2003-10-08 Wednesday 18:26  gbazin
-
- * modules/misc/sap.c: fixed win32 breakage.
-
-2003-10-08 Wednesday 12:18  zorglub
-
- * Fixed slider values (boundaries were wrong, some values were unreachable)
-
-2003-10-08 Wednesday 11:24  zorglub
-
- Compilation fix
-
-2003-10-08 Wednesday 10:07  zorglub
-
- * modules/misc/httpd.c: added missing sanity checks
-
- * modules/misc/sap.c: added sanity checks and more coding style fixes
-
- * src/video_output/video_output.c:
-   Video filters can now be enabled on the fly (vout is respawned)
-   You need to var_Set( p_vout, "filters", psz_yourvalue)
-       for this
-
- * modules/gui/wxwindows/interface.cpp : Enable the adjust filter on the fly
-
-2003-10-07 Tuesday 21:13  sam
-
-   * bootstrap: Fixed a shell syntax error when pkg-config is not present.
-
-2003-10-07 Tuesday 18:53  sam
-
-   * Only look for kernel32.dll if the target is windows.
-
-2003-10-07 Tuesday 16:54  gbazin
-
- * Makefile.am: forgot to include vlc_block_helper.h
-
-2003-10-07 Tuesday 14:59  gbazin
-
- * modules/mux/mp4.c: Use SoundDescription instead of SoundDescriptionV1.
- * modules/demux/mp4/*: Added support for the "wave" tag used in mov files with aac.
-
-2003-10-07 Tuesday 09:32  gbazin
-
- * src/misc/modules.c: win32 compilation fix.
-
-2003-10-06 Monday 17:41  gbazin
-
- * modules/gui/wxwindows/*: compilation fixes for the unicode version.
-    made the "Extended GUI" option a checkable menuitem.
-
-2003-10-06 Monday 16:23  zorglub
-
- * include/vlc_playlist.h
-   src/playlist/playlist.c:
-      * Implemented a boolean b_enabled to disable a playlist item
-      * Implemented the idea of group (p_item->i_group), that allows
-        to enable/disable and to sort some series of items
-      * Implemented an unused (at the moment), psz_author field
-      * Started to implement a new playlist format to store all of these
-
- * modules/gui/wxwindows/interface.cpp:
-      Added a hiddeable panel to put some important options.
-      (Menu Preferences->Extra GUI)
-      At the moment, we put the adjust filter and aspect ratio, and must
-      decide what options we want here
-
- * modules/gui/wxwindows/playlist.cpp
-   modules/gui/wxwindows/iteminfo.cpp:
-      Added "Enable/disable group button", options to enable/disable selection
-      Added an item info dialog box
-
- * modules/misc/sap.c :
-      Added a sap-group-id option: the SAP playlist items are in a separate group
-      (defaults to 42)
-
- * modules/visualization/visual/effects.c:
-      Minor coding style fixes
-
- Todo:
- -----
-
- * Advanced sort (alphabetical and/or by group)
- * Ability to load 0_6 playlists
- * Really use the libid3tag
-
-2003-10-06 Monday 15:22  gbazin
-
- * src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes.
-
-2003-10-05 Sunday 23:03  gbazin
-
- * src/video_output/video_output.c: fixed a recent patch that had been causing a lot of jerkiness in the video.
-
-2003-10-05 Sunday 21:29  sam
-
-   * configure.ac:
-     + Better BeOS dynamic loader detection.
-   * src/misc/modules.c:
-     + Consistency fixes.
-
-2003-10-05 Sunday 18:09  gbazin
-
- * modules/packetizer/mpeg4audio.c: ported to the new decoder api and added ADTS streams packetization.
-
-2003-10-05 Sunday 15:35  sam
-
-   * src/misc/modules.c, src/misc/modules_plugin.h.in:
-     + As platform-dependant dynamic loader functions are no longer inline,
-       moved them to modules.c which is their real place.
-     + More verbose error messages on some platforms.
-
-2003-10-05 Sunday 14:51  rocky
-
- Add ability to dynamically set debug ouput.
-
-2003-10-05 Sunday 10:54  rocky
-
- Add pf_demux_control setting. Also fix some small typos.
-
-2003-10-05 Sunday 09:27  zorglub
-
- * use the new look also for capabilities and main helps.
-
-2003-10-05 Sunday 00:50  gbazin
-
- * modules/codec/mpeg_audio.c: fixes and improvements.
- * include/vlc_block_helper.h: fix for an offset problem in block_SkipBytes() and block_GetBytes(). (This fixes the problems with the new mpeg_audio decoder/packetizer).
-
-2003-10-04 Saturday 23:52  sigmunau
-
- modules/gui/wxwindows/preferences.cpp:
-  * Increased size of and decreased margins around the section heading. It
-    looks nice now.
-
-2003-10-04 Saturday 18:55  gbazin
-
- * modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein.
- * modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein.
- * modules/LIST: update.
-
-2003-10-04 Saturday 15:51  sigmunau
-
- Further doxygenization.
-
-2003-10-04 Saturday 15:49  sam
-
-   * src/misc/modules_plugin.h.in: Added a missing return value that caused
-     module loading to fail.
-
-2003-10-04 Saturday 15:04  sam
-
-   * src/misc/modules_plugin.h.in: More meaningful errors from the OS X dynamic
-     loader.
-
-2003-10-04 Saturday 14:59  gbazin
-
- * modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse.
-
-2003-10-04 Saturday 12:30  massiot
-
- Fixed dyld commit.
-
-2003-10-04 Saturday 12:25  sam
-
-   * include/modules.h: Fixed the OS X build by adding a required header.
-
-2003-10-04 Saturday 12:04  gbazin
-
- * modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api.
- * modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code).
-
-2003-10-04 Saturday 11:59  gbazin
-
- * modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
-
-2003-10-04 Saturday 11:17  sam
-
-   * configure.ac:
-     + First try to detect the OS X native dynamic linker before falling
-       back to dlfcn.h.
-     + Enhanced the dlopen-style loader detection.
-     + Added a check for HP-UX's shl_* functins.
-   * src/misc/modules_plugin.h.in:
-     + Support for the dylib dynamic loader on OS X.
-     + Support for the shl dynamic loader on HP-UX.
-
-2003-10-04 Saturday 10:54  gbazin
-
- * configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support.
- * modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support.
-
-2003-10-03 Friday 23:31  sigmunau
-
- src/libvlc.h: fixed line length of a string
- modules/gui/wxwindows/preferences.cpp:
-  * slightly modified layout of the window
-    * The help text is now below the controls
-    * Neither heading nor help text is inside wxStaticBox but rather
-      separated from the controls with a simple line.
-  * changed a lot of strech-factors, makes the dialog look generally more tidy
-
-2003-10-03 Friday 18:17  gbazin
-
- * modules/stream_out/transcode.c: get decoder specific info from the audio encoder (useful for MPEG AAC).
-
-2003-10-03 Friday 18:04  jpsaman
-
- Some fixes for file listing and playlist. Do not use this interface yet, it is not useable now.
-
-2003-10-03 Friday 13:35  sam
-
-   * src/misc/win32_specific.c: minor code clean-up.
-
-2003-10-02 Thursday 21:12  gbazin
-
- * modules/codec/cinepak.c: ported the cinepak decoder to the new api.
-
-2003-10-02 Thursday 18:07  hartman
-
- * compilation fix
-
-2003-10-02 Thursday 15:43  jpsaman
-
- Rework in DVB plugin to allow tuning to DVB-T cards.
- - cleanup of messages
- - adding status events messages from frontend
- - separated tuning for DVB-S, DVB-T and DVB-C into seperate functions.
-
-2003-10-02 Thursday 13:31  hartman
-
- * src/libvlc.h:
-   - Removed a dupe.
-   - Added a 'L' commandline shortcut for loop and 'R' for repeat. There
-     already is a 'Z' shortcut for random.
- * modules/codec/subsdec.c: debug info.
-
-2003-10-02 Thursday 10:28  jpsaman
-
- Fix bug for DVB-T tuning. The code always used default upper and lower frequencies from DVB-S for DVB-T, but for DVB-T they could very well be different. Now using --lnb-lof1, --lnb-lof2 and --lnb-slof values are used by default instead. This make it overrideable on the commandline.
-
-2003-10-02 Thursday 00:16  hartman
-
- * Small fix to doxygen comments
-
-2003-10-01 Wednesday 22:44  hartman
-
- * modules/misc/freetype.c: spelling errors
- * src/libvlc.h: spelling error
- * include/ninput.h: There should not yet be a Subtitles section in Doxygen
- * src/input/subtitles.c: Doxygen comments for this file
-
-2003-10-01 Wednesday 22:40  hartman
-
- * Did you know that VCR2 and PIM1 are actually MPEG1 ?
-
-2003-10-01 Wednesday 22:39  hartman
-
- * Added a bunch of fourcc's
- * Added the new cinepak and msrle codecs as well as some other forgotten stuff
-
-2003-10-01 Wednesday 22:19  gbazin
-
- * modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api.
-
-2003-10-01 Wednesday 20:58  jpsaman
-
- Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However:
- - it compiles ;-)
- - will have more UI assets to tweak with, then the old interface had
-   to name a few: supports stream out, camera's through v4l, use preferences,
-   manage playlists, play audio/video local and from a network source
- - is not functional (yet)
-
- So expect more functionality to come in and the necessary bug fixes.
-
-2003-10-01 Wednesday 20:57  hartman
-
- * Fixed some small inconsistancy.
-
-2003-10-01 Wednesday 18:32  gbazin
-
- * modules/codec/a52.c: fixes and simplifications.
-
-2003-10-01 Wednesday 17:44  gbazin
-
- * modules/demux/ogg.c: had mistakenly got rid of the old i_dts = i_stop_date hack for text subtitles.
-
-2003-10-01 Wednesday 12:01  gbazin
-
- * modules/stream_out/transcode.c: get the mp4v vol data from the encoder. This will make the mp4 muxer happy transcoded mp4v.
-
-2003-10-01 Wednesday 03:38  sam
-
-   * Fixed license blurb; these files have always been *GPL*ed.
-
-2003-09-30 Tuesday 20:36  gbazin
-
- * include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;)
-
-2003-09-30 Tuesday 20:23  gbazin
-
- * include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec.
- * include/vlc_block_helper.h: implemented bytestream reading helper functions for chained blocks.
- * modules/codec/a52.c: modified to use the bytestream reading functions.
-   The flexibility added by these functions makes the code simpler and better at detecting synchro code emulations.
-
-2003-09-30 Tuesday 16:41  hartman
-
- * compile before you commit
-
-2003-09-30 Tuesday 16:09  hartman
-
- * src/input/input.c: fixed usage of sub-file variable.
- * modules/misc/freetype.c: i_render_height and not i_window_height.
-
-2003-09-30 Tuesday 15:36  hartman
-
- * Select the subtitle track, if it's specified via the "sub-file" option.
-
-2003-09-29 Monday 22:37  gbazin
-
- * modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them if we close/reopen the stream (chaining).
-   fixes for text subtitles muxing.
- * modules/packetizer/copy.c: support for text subtitles.
-
-2003-09-29 Monday 18:20  gbazin
-
- * include/os_specific.h: oops, fixed my last commit.
-
-2003-09-29 Monday 17:36  gbazin
-
- * include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once.
-  Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance.
-
-2003-09-29 Monday 15:45  sigmunau
-
- Doxyfile:
-  * changed project name from 'vlc' to 'VLC'
-  * excluded src/extras from the documentation
- src/misc/variables.c, include/variables.h:
-  * Doxygen-documented most of the vlc variables code
-
-2003-09-28 Sunday 22:18  gbazin
-
- * modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3 (mplayer can play the file now).
-
-2003-09-28 Sunday 21:54  gbazin
-
- * modules/codec/theora.c: don't forget to delete the sout instance.
- * modules/mux/ogg.c: fix for embedding theora in Ogg.
-
-2003-09-28 Sunday 19:58  gbazin
-
- * modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader().
-
-2003-09-28 Sunday 16:50  gbazin
-
- * modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes.
- * modules/mux/ogg.c: support for inserting/removing elementary streams on the fly (really handy for the --sout-keep option). This will produce a chained Ogg bitstream.
-
-2003-09-27 Saturday 15:33  gbazin
-
- * modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now.
-
-2003-09-27 Saturday 14:32  gbazin
-
- * modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams).
-
-2003-09-27 Saturday 10:09  gbazin
-
- * install-win32: cosmetic changes.
- * configure.ac: forgot one include path for the mozilla plugin.
-
-2003-09-26 Friday 16:10  gbazin
-
- * modules/codec/ffmpeg/*: some chroma conversion routines require libavcodec to be initialised.
-
-2003-09-26 Friday 16:03  gbazin
-
- * modules/video_output/directx/*: some graphics card allow the creation of several overlay surfaces but can only display one at a time.
-
-2003-09-26 Friday 13:32  jpsaman
-
- Updated design of PDA GUI.
-
-2003-09-26 Friday 12:11  jpsaman
-
- Adding files for PDA interface using the opie libaries.
-
-2003-09-26 Friday 11:30  gbazin
-
- * src/misc/modules.c: removed an old win32 hack which was creating more problems than it was solving.
-
-2003-09-25 Thursday 23:09  gbazin
-
- * modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, vorbis audio tracks switching should work better as well.
- * modules/mux/ogg.c: attempt at supporting theora.
-
-2003-09-24 Wednesday 23:45  gbazin
-
- * modules/codec/vorbis.c: wait for the first dated packet before starting decoding anything.
-
-2003-09-24 Wednesday 21:31  gbazin
-
- * include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a --config, --save-config and --reset-config option to the command line.
- * modules/gui/wxwindows/preferences.cpp: fixed breakeage of "Save", "Reset" and SwitchAdvanced().
-
-2003-09-24 Wednesday 16:10  gbazin
-
- * modules/video_output/directx/events.c: fix for the mozilla plugin on vout close.
-  The mozilla plugin seems to be working very well now, except that it doesn't receive mouse and keyboard events yet.
-
-2003-09-24 Wednesday 14:59  fenrir
-
-  * all: set pf_run *only* if we accept this stream.
-
-2003-09-24 Wednesday 10:21  zorglub
-
- * modules/visualization/visual/visual.c: fixed strings
-
- * src/playlist/playlist.c: fixed sorting
-
-2003-09-23 Tuesday 16:07  gbazin
-
- * configure.ac, mozilla/vlcshell.cpp, mozilla/support/npwin.cpp: mozilla plugin for win32 is finally working (well there's still work left).
- * src/misc/modules.c: small clean-up and fixed --plugin-path on win32.
-
-2003-09-22 Monday 21:07  gbazin
-
- * modules/gui/wxwindows/preferences.cpp: compilation fix + cosmetic code clean-up
- (indentations mainly).
-
-2003-09-22 Monday 14:40  zorglub
-
- * modules/gui/wxwindows/preferences.cpp:
-       - Created the "General Settings" section
-       - Added help strings in the two main sections,
-               in the libvlc categories,
-               and in the module capabilities
-
- * modules/gui/wxwindows/playlist.cpp & wxwindows.h
-       -Implemented random, loop and repeat using variables
-       -The eye candy of the dialog box is not very good
-        but I have no idea how to improve it.
-       -Focus on the currently playing item
-
- * src/libvlc.h:
-       - Added help strings for the libvlc categories
-       - Changed a few "advanced" flag
-
- * include/vlc_help.h:
-       - Help strings for the two main sections
-       - Help string for the module capabilities (both by Anil)
-
- * po/*: updated potfiles with the new strings
-
-2003-09-22 Monday 07:29  jpsaman
-
- Removed compatibility tweak for old satellite GUI.
-
-2003-09-22 Monday 06:04  geshp
-
- Changes to Red Hat spec file:
- - Added wxwindows, alsa, and skin support
- - Fixed dependancies, specifically a version conflict of xvidcore
-
-2003-09-22 Monday 03:40  hartman
-
- * modules/gui/macosx/playlist.?: implemented Save Playlist
- * modules/gui/macosx/output.m: updated part of the Stream output dialog
- * modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and
-   sub-autodetect file options to src/input/input.c
- * src/input/input.c: added the moved options and use them to add subtitle
-   tracks.
- * src/libvlc.h: description strings etc for sub-file and sub-autodetect-file
- * src/input/subtitles.c: new subtitles_Detect() largely based on the
-   code used by MPlayer. Adapted for coding style and structure differences.
-
- The autodetect routine can now detect multiple subtitle files and assigns scores
- based on their names. if they much well enough they are sorted based on their
- score. It will then return this set, and they will all be added as SPU tracks
- to the current stream. The (un)selecting of these tracks will need to be fixed
- because they all get assigned the es id 0xFF currently.
-
-2003-09-21 Sunday 18:07  gbazin
-
- * modules/gui/wxwindows/*: got rid of the close button in the fileinfo and playlist dialogs.
-
-2003-09-21 Sunday 17:52  gbazin
-
- * modules/gui/wxwindows/*: we now have only 1 global "Advanced Options" checkbox in the preferences panel instead of 1 for each section (KISS).
-
-2003-09-21 Sunday 11:48  gbazin
-
- * modules/stream_out/duplicate.c: improved last fix.
-
-2003-09-21 Sunday 10:23  gbazin
-
- * include/vlc_common.h: ssize_t is now typedefed in new mingw headers.
- * modules/access/dshow/dshow.cpp: compilation fix related to ssize_t.
- * share/vlc_win32_rc.rc: stringify version number.
- * mozilla/*: compilation fix and cosmetic changes to the .rc.
-
-2003-09-20 Saturday 23:46  gbazin
-
- * modules/stream_out/duplicate.c: fixed array overflow.
-
-2003-09-20 Saturday 22:52  gbazin
-
- * mozilla/vlcshell.cpp: on win32, try to find the location of the vlc plugins from the registry key.
-
-2003-09-20 Saturday 19:37  hartman
-
- * include/vlc/vlc.h:
-   - removed the defines for i_mode concerning random and loop. We use config
-     variables for all of these.
- * src/libvlc.h:
-   - removed the enqueue playlist config option. It's no longer used.
-   - added a repeat option. vlc will keep playing the same playlist_item,
-     until the option is unset.
- * src/playlist/playlist.c:
-   - added a repeat, random and loop variable.
-   - wxwindows should use these as well I think.
- * modules/gui/macosx:
-   - added the INTF_ABOUT_MSG to the about dialog.
-   - implemented the about and repeat items.
-
-2003-09-20 Saturday 17:35  gbazin
-
- * src/input/input_programs.c: p_input->stream.p_selected_program needs to be reset in input_DelProgram().
- * modules/demux/mpeg/ts.c: use dvbpsi_DetachPMT() when a program is deselected.
-
-2003-09-20 Saturday 17:24  geshp
-
- Fixed a typo.
-
-2003-09-20 Saturday 17:19  geshp
-
- Updated for tentative 0.6.3 release.
-
-2003-09-20 Saturday 15:52  gbazin
-
- * configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.
-
-2003-09-20 Saturday 13:52  gbazin
-
- * configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won't yet work).
-  Added a --with-mozilla-sdk-path option (win32 only) to ./configure so you can pass the path of your mozilla sdk tree.
-  You also need to set the XPIDL env var to the the path of the xpidl mozilla compiler when ./configuring.
-
-2003-09-20 Saturday 13:50  fenrir
-
-  * input: added position-offset and time-offset for relative seeking.
-  (Untested)
-
-2003-09-20 Saturday 13:46  hartman
-
- * modules/gui/macosx/*:
-   - implemented the new input variables for control.
-   - reevaltuated the locking mechanisms in the osx intf.
-     a lot of this can now be removed, because of the new input structures,
-     and the vout garbage collector of playlist.
-
-2003-09-20 Saturday 03:38  sam
-
-   * modules/list.sh:
-     + "==" is not valid shell test, use "=" instead.
-     + Set LANG for consistency of sort output.
-   (NB: this really belongs to the toolbox script).
-
-2003-09-20 Saturday 02:47  hartman
-
- * NEWS: updated some entries
- * po/pt_BR.po: Updated by André de Barros Martins Ribeiro <andrerib at_ajato.com.br>
- * src/libvlc.h: Added es (Spanish) to the list of choices.
-
-2003-09-20 Saturday 01:36  hartman
-
- * LIBAVCODEC_BUILD_STR has disappeared from ffmpeg. We now use LIBAVCODEC_BUILD
-   ( Yes it's backwards compatible ).
-
-2003-09-20 Saturday 00:37  fenrir
-
-  * all: clean up.
-         use vout_Request to release the vout (so vout isn't closed when
-         changing playlist item).
-
-2003-09-19 Friday 23:03  hartman
-
- * extras/MacOSX/vlc.pbproj/project.pbxproj: Added a slew of file extensions
-   recognized by VLC
- * modules/code/quicktime.c: Added samr (AMR) to the quicktime decoder.
-   Although it runs on OS X, it only plays back silence for some reason.
-   Might be a problem with one of the converters?
- * modules/gui/macosx/*:
-   - 'fixed' several compiler warnings
-   - removed some old no longer necesarry stuff
-
-2003-09-19 Friday 21:53  fenrir
-
-  * playlist.c : unlock playlist before calling vout_Destroy (for osx)
-  * mp4: send complete atom for amr to the decoder.
-
-2003-09-19 Friday 21:53  hartman
-
- Fix a crasher with strcasecmp and empty strings
-
-2003-09-19 Friday 15:33  fenrir
-
-  * src/misc/objects.c:  change the way  that FIND_ANYWHERE work.  Now we
-  first search  the root of  the object  using p_parent and  not directly
-  using p_vlc. If this first search  failed then we search using p_vlc if
-  it wasn't the  case. (I'm not sure  it's harmless but I  think it's the
-  correct behavour for FIND_ANYWHERE)
-
-  * src/video_output/video_output.c  : we could now  use FIND_ANYWHERE to
-  catch the  playlist (even when the  vlc is exiting. (Hehe, now visual
-  effects won't reopen the vout every playlist item.)
-
-2003-09-19 Friday 15:24  jpsaman
-
- New dvb and old satellite modules now use the *correct* order of unit for tuning to a satellite channel. All information must be supplied in KHz not in MHz !!!
-
-2003-09-19 Friday 13:09  jpsaman
-
- Frequency et al is really specified in KHz and not in Hz. I got an order of magnitude wrong. The same mistake is in the old satellite plugin's and user interface for specifying the frequency. It is specified in MHz instead of the KHz it should be.
-
-2003-09-18 Thursday 21:42  garf
-
-  * fixed some bugs in logo filter
-
-2003-09-18 Thursday 17:54  zorglub
-
- Added some Doxygen doc
-
-2003-09-18 Thursday 17:40  lool
-
-   * doc/Makefile.am: removed references to deleted files "subtitles/*"
-
-2003-09-18 Thursday 17:27  lool
-
-   * po/*: ran "./toolbox --update-po" to get rid of missing files
-     listed in POTFILES.in
-
-2003-09-18 Thursday 17:12  lool
-
-   * po/POTFILES.in: removed reference to deleted file "rtsp.c"
-
-2003-09-18 Thursday 17:04  lool
-
-   * po/POTFILES.in: removed reference to deleted file "encoder.h"
-
-2003-09-18 Thursday 16:46  lool
-
-   * modules/LIST, modules/video_output/Modules.am: removed references to
-     deleted file encoder.c
-
-2003-09-15 Monday 19:31  sam
-
-   * debian/changelog: 0.6.2-3 upload.
-
-2003-09-15 Monday 19:20  sam
-
-   * Updated long descriptions.
-
-2003-09-15 Monday 18:28  sam
-
-   * debian/control: Updated the libxosd build dependency to fix a build
-     issue on Debian s390.
-
-2003-09-15 Monday 18:05  fenrir
-
-  * input: one lock issue.
-
-2003-09-15 Monday 08:33  zorglub
-
- Fix for bad SAP packets with no \0 between headers and payload
-
-2003-09-15 Monday 00:01  fenrir
-
-  * playlist.c: coding and potential deadlock fixes.
-
-2003-09-14 Sunday 16:41  zorglub
-
- * modules/visualisation/visual/visual.c: thou shall not use //
-
- * modules/access/slp.c : do not add udp:@ automatically
-
- * modules/stream_out/announce.c : always use the same service name
-                                 add udp:@ (hack !)
-
-2003-09-14 Sunday 13:54  sigmunau
-
- src/video_output/video_output.c:
-  * if the given vout thread is a filter, then don't sleep untill the display
- date. This reduces the chance of pictures being late when reaching the vout
- if one or more filters are in use
-  * don't include current render time in the render_time sliding mean if it
- is way too large ( as inspired by Simon Gittins ).
-  * weight the current sliding mean tree times more than the current render
- time when calculating the new render time. This should make the code more
- robust to jitter in render time
-
-2003-09-13 Saturday 17:44  fenrir
-
-  * standard : added .ts and .ps
-
-2003-09-13 Saturday 17:42  fenrir
-
-  * src/video_output/video_output.c  : do not use  FIND_ANYWHERE to catch
-  the playlist.  but use FIND_PARENT. vlc_object_find  with FIND_ANYWHERE
-  use p_obj->p_vlc as a starting point  and that doesn't work as playlist
-  is  detach from  vlc before  vout is  destroyed by  the decoders  (when
-  shutting down)  Perhaps vlc_object_find  should be  fixing to  find the
-  root object, but I'm not sure.
-
-  * src/input/*  : move  subtitle handling  from avi  to input.  Now subs
-  should works with all file types _BUT_ won't be in synch if the demuxer
-  doesn't implement a _precise_ DEMUX_GET_TIME.  So only .avi, .mp4 will
-  be ok. Others could works if perfectly cbr.
-   Now  Subtitle  track is  only  selected  when specified  by  sub-file
-  option.(auto-dectected file is always added but not selected by default)
-   Btw, the code could support multiple  subs files, but I don't know how
-  to pass multiple filenames, any ideas ?
-
-  * demux/mpeg/mpga.c : play with es_out_t. I'm investigating for now so
-  don't use that elsewhere.
-
-2003-09-12 Friday 18:34  fenrir
-
-  *  include/stream_output.h  include/vlc_common.h   :  move  TAB_APPEND,
-  TAB_FIND and  TAB_APPEND (could be used  every where now). There  are a
-  bit like  INSERT_ITEM, ...  but not  exactly, perhaps  I should  try to
-  merge them).
-
-  * src/input/input.c : begin to implement es_out_t thing (unsusable now).
-
-2003-09-12 Friday 16:26  fenrir
-
-  * include/input_ext-intf.h : added stream_t member to input_thread_t.
-  * modules/demux/* : use the stream_t from input_thread_t.
-  * include/ninput.h : begin to add new way to register es. (unused for now).
-  (in the long term I want to split input_thread_t and intoduce demux_t and
-  access_t and perhaps something like access_demux_t)
-
-2003-09-11 Thursday 15:34  zorglub
-
- * modules/misc/sap.c: HTTP announcing support
-
-2003-09-11 Thursday 11:50  jpsaman
-
- More modifications to layout of PDA interface.
-
-2003-09-10 Wednesday 22:59  fenrir
-
-  * mpegaudio.c : cosmetics.
-
-2003-09-10 Wednesday 21:56  fenrir
-
-  * all : added mpeg 2.5 support.
-
-2003-09-10 Wednesday 21:54  hartman
-
- * a new option for the text rendering. It sets the fontsize taking into
-   account the window size. This should allow consistent font sizes independant of
-   how large a movie is.
-   The options currently are smaller,small,normal,large,larger.
-   It should be much more userfriendly.
-
-2003-09-10 Wednesday 21:09  fenrir
-
-  * ftp : use atoll.
-
-2003-09-10 Wednesday 21:03  fenrir
-
-  * http: Added 'Connection: Close' in the request. (Help with some http
-          servers).
-          Use atoll. (always defined).
-
-2003-09-10 Wednesday 15:50  zorglub
-
- Removed useless stuff for icecast
-
-2003-09-10 Wednesday 15:03  hartman
-
- * Fixed the subsdec variables
-
-2003-09-10 Wednesday 13:39  zorglub
-
- * Workaround for buggy IceCast servers who identify themselves as HTTP
- and not ICY (who talked about RadioPI ?)
-
-2003-09-10 Wednesday 11:51  fenrir
-
-  * demux/sdp: a msg_Err -> msg_Warn. Btw, it begins to work well (under linux).
-  (MPEG-I/II/4 audio and video, h261 video, some ac3 streams sould work).
-  * demux/* : removed useless include
-
-2003-09-10 Wednesday 11:37  fenrir
-
-  * modules: do not take care of the case for shortcuts (fix #1165).
-  * playlist : use new input variables.
-
-2003-09-10 Wednesday 10:21  zorglub
-
- * visual.c: compilation fix in strings
-
- * playlist.cpp: removed "..." in menu entries as we don't open a box
-
-2003-09-09 Tuesday 23:35  hartman
-
- * modules/visualization/visual/visual.c:
-   Added the current available effects to the longdiscription of the 'visual-list' config option.
-
-2003-09-09 Tuesday 13:51  hartman
-
- Fixed list of muxers. QT and mp4 might need to be disabled at a later point.
-
-2003-09-09 Tuesday 13:28  hartman
-
- We no longer need this.
-
-2003-09-09 Tuesday 12:54  jpsaman
-
- Fix detection of dvb headerfiles and fix GTK2_MAIN selection for PDA interface.
-
-2003-09-09 Tuesday 12:36  hartman
-
- Fix the condition for old faad.
- Incorrect placing of logical operator
-
-2003-09-08 Monday 22:00  zorglub
-
- * modules/visualisation/visual/effects.c
-   modules/visualisation/visual/visual.h:
-       - Change default effect-height
-       - Less scaling in spectrum analyser
-
-2003-09-08 Monday 13:37  fenrir
-
-  * sdp: added --rtsp-tcp option. (rtp over rtsp connection)
-         set b_pace to true when using --rtsp-tcp. (eg DSS server send
-         data to fast)
-
-2003-09-08 Monday 13:09  fenrir
-
-  * sdp: commented out a debug message and added some sort of eof detection.
-
-2003-09-08 Monday 12:48  zorglub
-
- * modules/gui/wxwindows/playlist.cpp
-   modules/gui/wxwindows/wxwindows.h:
-       - give default to the search button when user enters text
-       - case-insensitive search
-
-2003-09-08 Monday 12:02  zorglub
-
- * src/playlist/playlist.c
-        include/playlist.h: playlist sorting
-               (function playlist_Sort( playlist_t * , int type)
-
- * modules/gui/wxwindows/playlist.cpp
-   modules/gui/wxwindows/wxwindows.h :
-       * Implement playlist sorting & reverse sorting
-       * Playlist search
-
-2003-09-08 Monday 11:05  bigben
-
- -pvr.c
-       *reflects a change in ivtv_ioctl_codec struct
-       *adds he bitratemode commandline option (values are vbr and cbr
-
-2003-09-08 Monday 07:38  fenrir
-
-  * sdp: do not register 'rtp' name for access.
-
-2003-09-08 Monday 07:36  fenrir
-
-  * sdp : begin to play rtsp stream (as well as sdp). MPEG4 Audio/Video,
-  mp3/raw audio should work.
-  If you want to try download
-  http://via.ecp.fr/~fenrir/libmtools-2003-09-08.tgz (but you will have to
-  change configure.ac yourself)
-
-2003-09-08 Monday 07:15  fenrir
-
-  * rtsp: useless.
-
-2003-09-08 Monday 00:36  fenrir
-
- * stream : convert a msg_Err into msg_Warn.
-
-2003-09-08 Monday 00:35  fenrir
-
-  * all: clean up.
-
-2003-09-07 Sunday 22:53  fenrir
-
-  configure.ac : added gather stream_out.
-
-2003-09-07 Sunday 22:53  fenrir
-
-  * control: use new variables and 'title*', 'chapter*' ones.
-  * gui/beos: removed not really used STARTED_S, and NOT_STARTED_S input
-  state.
-  * gui/wxwindows: use 'position' and 'time' variables -> seek improved
-  for avi and mp4 and accurate time display :)
-
-2003-09-07 Sunday 22:51  fenrir
-
-  * input: introduce 'position', 'time', 'length', 'state' and 'rate'
-  object variables and begin to use pf_demux_control.
-  * variables: new time type handling.
-
-2003-09-07 Sunday 22:49  fenrir
-
-  * all : set pf_demux_control.
-
-2003-09-07 Sunday 22:48  fenrir
-
-  * all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault
-  is a generic handler)
-  * avi, mp4 : begin to implement a specific pf_demux_control.
-
-2003-09-07 Sunday 22:45  fenrir
-
-  * ninput.h : change control parameters.
-  * variables : changed time variables to signed long long type (I hope
-  it is always more than 64 bits)
-  * input.h : include ninput.h
-
-2003-09-07 Sunday 22:43  fenrir
-
-  * libvlc: removed some unused options.
-            added sout-keep option to keep sout instance across playlist
-            items (usefull with 'gather' stream_out)
-  * stream_output : implement the sout-keep mode.
-  * playlist, video_output, stream_output: vout and sout are now reattached
-  to playlist instead of being destroyed. There are automatically destroy
-  if unused byt the new input (200 ms after access and demuxer have finished
-  their inittialisation step.)
-
-2003-09-07 Sunday 20:12  fenrir
-
-  * gather: try to  gather stream with similar properties (eg mp3), wait for
-  next commits to be usable.
-
-2003-09-07 Sunday 20:08  fenrir
-
-  * file: added an append option. (The default is to overwrite the file)
-
-2003-09-05 Friday 15:55  asmax
-
- * new event VLC_NET to open the network dialog ( "net" keyword in the
-  xml file)
-
-2003-09-05 Friday 00:36  sam
-
-   * debian/control:
-     + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
-       versions were broken on platforms where PIC/non-PIC cannot be mixed in
-       objects (Closes Debian bug #208383).
-     + Set policy to 3.6.1.0.
-
-2003-09-03 Wednesday 11:28  bigben
-
-       * qdsk.c : fix a typo
-       * access.c :
-               - new syntax : dvb:frequency=1234500:fec=3:poalrization=H:program=2499... (all parameters should be parsed
-               - "program" is still untested (anybody with a DVB card to try it ?)
-               - old syntax should still work, with a warning.
-
-2003-09-03 Wednesday 10:23  gbazin
-
- * modules/codec/libmpeg2.c: fixed segfault on exit.
-
-2003-09-03 Wednesday 10:00  zorglub
-
- Added descriptions
- Fixed multiple effects enabling
-
-2003-09-02 Tuesday 22:36  gbazin
-
- * modules/codec/theora.c: oops, introduced a bug in pts calculation.
-
-2003-09-02 Tuesday 22:06  sigmunau
-
- use the configuration system, that is what it is there for
-
-2003-09-02 Tuesday 20:19  gbazin
-
- * ALL: Introduction of a new api for decoders.
-    The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance.
-    Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported.
-
-    Don't hold your breath, there is still much work to do before we reach this goal.
-
- * modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c:
-    Converted to the new api.
-    Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication).
-    New dts and theora packetizers (merged in their respective decoders).
-
-2003-09-02 Tuesday 18:06  gbazin
-
- * src/audio_output/input.c: don't try to play sound if the input pipeline couldn't be created.
-
-2003-09-02 Tuesday 16:00  gbazin
-
- * modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only works with mpeg4 video and audio right now, also currently won't work when transcoding as the DecoderSpecificInfo is not available.
-
-2003-09-02 Tuesday 13:44  sam
-
-   * debian/rules:
-     + Disabled familiar plugin.
-   * debian/changelog:
-     + Updated for 0.6.2 packages.
-
-2003-09-02 Tuesday 13:42  sam
-
-   * modules/gui/skins/src/themeloader.cpp: Added proper CR to error messages.
-
-2003-09-01 Monday 18:30  gbazin
-
- * modules/video_output/x11/xcommon.c: fixed YUY2 overlay.
-
-2003-09-01 Monday 10:18  jpsaman
-
- Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct e-mail addresses.
-
-2003-08-31 Sunday 22:06  gbazin
-
- * modules/access/dshow/*: always try to get the video in I420 chroma if supported.
-    Implemented a ":size=" and ":chroma=" option.
-
-2003-08-31 Sunday 16:01  zorglub
-
- Maybe fixes the crash (can't be sure, as it works on my computer)
-
-2003-08-31 Sunday 15:55  titer
-
-  configure.ac: fixed zeta check
-
-2003-08-30 Saturday 16:34  gbazin
-
- * modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;)
-
-2003-08-30 Saturday 13:59  gbazin
-
- * include/vlc_config.h: removed unused config stuff.
- * include/vlc_interface.h, modules/gui/wxwindows/interface.cpp: new common INTF_ABOUT_MSG message shared by interfaces.
-
-2003-08-30 Saturday 11:59  gbazin
-
- * modules/access/v4l/v4l.c: fixed uninitialized variable.
- * modules/gui/wxwindows/streamout.cpp: cosmetic change in the gui.
-
-2003-08-30 Saturday 02:03  fenrir
-
-  * libavi.c: fixed a dead loop when data are missing.
-
-2003-08-29 Friday 19:50  fenrir
-
-  * all: removed old encoding way.
-
-2003-08-29 Friday 19:49  fenrir
-
-  * asf: you can now add 'title', 'author', 'copyright', 'comment, 'rating'
-   meta data to your file. (use asf{title="my title"} for example)
-  * standard: do not trash access/mux arguments when fixing.
-
-2003-08-29 Friday 18:58  fenrir
-
-  * v4l: removed encoder.h include.
-
-2003-08-29 Friday 18:58  fenrir
-
-  * all: fix some gcc warnings and removed all u8/u16/u32.
-
-2003-08-29 Friday 16:56  zorglub
-
- * effects.c :
-   - added a spectrum analyser
-   options are:
-       -nb :  number of bands , 20 or 80 (80 is default)
-       -separ : how many blank pixels between bands (1 default)
-       -amp : vertical amplification ( 3 default)
-       -peaks: draw peaks ? (default 1)
-
-   - improved options parsing
-
- * fft.c, fft.h :
-       FFT code mainly taken from XMMS (adapted coding style)
-
- * visual.c:
-       Sanity checks (users aren't stupid, are they ? )
-
- * LIST: updated the list
-
-2003-08-29 Friday 01:11  fenrir
-
-  * asf: added stream infos object and fix a bug in packetization.
-  -> it seems that WMP plays it without problem :))) (tested with DIV3+mp3)
-
-2003-08-28 Thursday 21:11  gbazin
-
- * src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter).
- * modules/video_output/x11/xcommon.c: small cosmetic change.
- * modules/access/v4l/v4l.c: clean-up (removed old references to encoders).
-
-2003-08-28 Thursday 21:02  fenrir
-
-  * standard :
-  - when muxer or access or both are missing try to do a guess (based on the
-  other one or the extention).
-  - if both are still missing -> abort.
-  - it forces asfh when using mmsh
-  - it issues a error message with non working couple (like udp/avi, ...)
-  (but it doesn't fail)
-
-2003-08-28 Thursday 19:26  gbazin
-
- * Makefile.am: zip files have a .zip extension ;)
-
-2003-08-28 Thursday 18:44  gbazin
-
- * Makefile.am: grrr, should have tested my last commit ;)
-
-2003-08-28 Thursday 17:46  gbazin
-
- * Makefile.am: added a "package-win32-exe" and "package-win32-zip" rule. "package-win32" will do both.
-
-2003-08-28 Thursday 17:19  sam
-
-   * src/misc/threads.c, include/vlc_threads.h: Removed the pthread wrapper for
-   gprof. If you still want to profile pthread applications using gprof please
-   see http://sam.zoy.org/writings/programming/gprof.html and also consider
-   using oprofile if you are using ia32.
-
-2003-08-28 Thursday 15:59  gbazin
-
- * modules/gui/wxwindows/*, src/playlist/playlist.c, modules/video_output/directx/events.c: got rid of the "Close Menu" popup menu item in the wxwindows interface.
- * modules/gui/wxwindows/*: updated the stream output dialog.
-
-2003-08-27 Wednesday 12:59  gbazin
-
- * modules/access/dshow/dshow.cpp: fixed crash when no dshow devices found.
-
-2003-08-27 Wednesday 12:24  sigmunau
-
- modules/misc/freetype.c:
-  * Cleaned up the outline code. It may even be faster now
-  * Removed some nasty debug messages
- modules/codec/subsdec/subsdec.c:
-  * Removed a nasty debug message
-
-2003-08-27 Wednesday 11:53  gbazin
-
- * modules/gui/wxwindows/*: small clean-up in included headers.
-    Got rid of the verbose checkbox in the messages window (too confusing apparently). Now warning, info and debug messages are only logged if the messages window is opened (errors are always logged).
-
-2003-08-27 Wednesday 11:04  jpsaman
-
- Updating a new PDA interface design.
-
-2003-08-27 Wednesday 08:44  garf
-
-  * oups (forgot to erase a test line)
-
-2003-08-27 Wednesday 08:27  gbazin
-
- * configure.ac, modules/mux/Modules.am: enable the asf muxer.
-
-2003-08-27 Wednesday 07:31  gbazin
-
- * modules/access/dshow/*: handle upside down pictures (a bit hacky though).
-
-2003-08-27 Wednesday 07:21  garf
-
-  * Now the MacOS mozilla plugin is an independant bundle ( searchs no more
-  * in /usr/local/lib/vlc for modules )
-
-2003-08-26 Tuesday 23:14  fenrir
-
-  * asf: fix waveformatex header for mp3 audio.
-
-2003-08-26 Tuesday 23:12  fenrir
-
-  * mpegaudio: set i_bitrate field. (won't work with vbr)
-
-2003-08-26 Tuesday 19:43  hartman
-
- * modules/demux/util/sub.c: fixed the subtitle autodetection.
- * modules/demux/mkv.cpp: set UTF-8 for matroska subtitles.
-
-2003-08-26 Tuesday 19:14  gbazin
-
- * modules/access/dshow/*: bug fixes.
-
-2003-08-26 Tuesday 18:11  fenrir
-
-  * mkv : use stream_*
-
-2003-08-26 Tuesday 18:01  fenrir
-
-  * transcode: use mp1v/mpgv for mpeg1 and mp2v for mpeg2 video encoding.
-  (mpeg2 encoding has been added to vlc)
-
-2003-08-26 Tuesday 01:04  fenrir
-
-  * ts: clean my last commit for SPU. Btw, report any regression.
-
-2003-08-26 Tuesday 00:52  fenrir
-
-  * ts: try to fix too much packets dropping with v4l.
-
-2003-08-26 Tuesday 00:51  fenrir
-
-  * mmsh: a little clean, and fixed 1/2 potential segfaults.
-
-2003-08-26 Tuesday 00:40  fenrir
-
-  * httpd: more mmsh stuff.
-
-2003-08-25 Monday 23:39  fenrir
-
-  asf: fixed some headers errors.
-
-2003-08-25 Monday 23:36  fenrir
-
-  * asf : fix display time.
-
-2003-08-25 Monday 22:57  gbazin
-
- * modules/access/dshow/dshow.cpp: added an "adev" and "vdev" option for the MRL.
-    If not specified, then the default devices are used.
-    (eg. vlc dshow://:vdev="Labtec Webcam":adev="foo")
-
-2003-08-25 Monday 21:45  gbazin
-
- * modules/access/dshow/*: audio is now supported as well.
-
-2003-08-25 Monday 20:47  fenrir
-
-  * mkv: handle Language name.
-         preliminary support for SSA.
-
-2003-08-25 Monday 14:51  garf
-
-  * put the beautiful "no picture" black screen.
-
-2003-08-25 Monday 01:33  fenrir
-
-  * http: added alias "mmsh" to output as mmsh (work only with asfh). Only
-  tested with vlc/mplayer.
-
-2003-08-25 Monday 01:32  fenrir
-
-  * httpd: when using "video/x-ms-asf-stream" we add special headers needed
-  for mmsh protocol.
-
-2003-08-25 Monday 01:31  fenrir
-
-  * asf: added an alias "asfh" : it creates special stream to allow using
- http output as mmsh server (see next commits).
-
-2003-08-24 Sunday 23:22  gbazin
-
- * modules/codec/faad/decoder.c: for some reason my libfaad the frame samplerate to 0. I guess I should update it but anyway a sanity check avoids a segfault in this case.
-
-2003-08-24 Sunday 22:20  fenrir
-
-  * asf: more stuff (bitrate and time).
-
-2003-08-24 Sunday 17:24  gbazin
-
- * NEWS: keeping track of the new features.
-
-2003-08-24 Sunday 16:59  hartman
-
- * changed debug strings to diff between unsupported RTP payload and non-rtp packet
-   see bug 1136
-
-2003-08-24 Sunday 16:38  fenrir
-
-  * asf : asf muxer, not well tested yet.
-
-2003-08-24 Sunday 16:24  fenrir
-
-  * http: added wma/wmv mime type.
-
-2003-08-24 Sunday 15:05  fenrir
-
-  * asf: detect dump of broadcasted asf stream.
-
-2003-08-24 Sunday 14:43  titer
-
-  modules/demux/util/sub.c : compile fix
-
-2003-08-24 Sunday 11:17  gbazin
-
- * configure.ac, modules/access/dshow/: brand new DirectShow input plugin.
-    Much work still needs to be done, like audio support, adding plenty of configuration options, etc... But the video part is already working quite well here.
-
-2003-08-24 Sunday 08:12  hartman
-
- * Large update to the ebuild.
-   - reordered several parts
-   - made it as close to the gentoo ebuild as possible.
-   - fixed several changes/additions since 0.6.1
-
-2003-08-24 Sunday 00:36  fenrir
-
-  * sub.c : fixed a warning.
-
-2003-08-24 Sunday 00:34  hartman
-
- * backwards compatibilty with older faad2 lib
-
-2003-08-24 Sunday 00:29  lool
-
-   * Makefile.am:
-     . cleanups, use of top_builddir where possible, just to feel safer
-     . fixed VLC.app inclusion of AUTHORS, COPYING etc.
-     . propagated previous changes to package-osx
-     . checked both build methods
-
-2003-08-23 Saturday 22:49  fenrir
-
-  * configure.ac : added --enable-goom and --with-goom-tree. Btw, I use a
- special goom tree source as I was unable to use standard goom library.
- (I will provide it once mmx/ppc included)
-  * modules/visualization/Modules.am: added goom
-  * include/vlc_block.h src/misc/block.c: introduce a new data block
-  api (not yet tested, ported from my local new input work).
-
-2003-08-23 Saturday 22:19  fenrir
-
-  * charset: compilation fix.
-
-2003-08-23 Saturday 22:02  hartman
-
- * modules/demux/util/sub.c: Fixed a crash when trying to autodetect files
-   that don't have a . char in their name. Also fixed a problem where the
-   code was trying to open a empty string subtitle after autodetect couldn't
-   find a suitable filename.
-
-2003-08-23 Saturday 21:21  lool
-
-   * was wrongly deleting the extras/ dir
-
-2003-08-23 Saturday 19:20  hartman
-
- * modules/codec/subsdec/subsdec.c: reordered the list of encodings. Should
-   make it easier for users to find their charset now.
- * modules/demux/util/sub.?: try to find filename.subext based on filename.avi
-   Very basic now, but might be become more advanced in the feature. (that's
-   why it's so much code )
-
-2003-08-23 Saturday 17:23  fenrir
-
-  * goom: visual effects using goom. (Not yet enabled)
-
-2003-08-23 Saturday 16:15  fenrir
-
-  * faad: fix SBR handling.
-
-2003-08-23 Saturday 15:35  lool
-
-   * Makefile.am: slight changes of the VLC.app target to generate it in
-                  $(top_builddir) instead of $(srcdir)
-
-2003-08-23 Saturday 14:51  fenrir
-
-  * input: fixed buffer overflow, add sanity check and big big clean up.
- (for the user filter part).
-  For now, when a user filter can't be inserted it is just ignored. (before
- the whole audio chain failed).
-
-2003-08-23 Saturday 14:38  lool
-
-   * src/misc/configuration.c: fix a couple of signed/unsigned warns
-
-2003-08-23 Saturday 14:26  lool
-
-   * missing top static declaration was giving a warning
-
-2003-08-23 Saturday 14:15  fenrir
-
-  * ninput: fix a warning. (bad functions order)
-
-2003-08-23 Saturday 14:14  hartman
-
- * sorry :)
-   fix broken tree
-
-2003-08-23 Saturday 12:59  hartman
-
- * added a vlc_current_charset function. This tries to get the current charset
-   in use by the OS. It's pretty nifty. if available it uses nl_langinfo. Then
-   it falls back to trying setlocale (exept on OSX, where this funtion is useless)
-   and then falls back to LC_ALL, LC_TYPE and LANG environment variables.
-   If only the LANG variable is available (like on osx) it tries a countrycode
-   to charset mapping (making an educated guess ).
-   On windows it retrieves the charset with GetACP().
-   It also has an aliases system to transform incompatible charset description
-   strings to libiconv compatible charset descriptions. If you want you can even
-   retrieve the charset on OS/2.
- * modules/codec/subsdec/subsdec.c: By default we try to open a subtitle file in
-   the systems charset (or language mapped to charset). It's no more than a guess,
-   and if you open Latin1 subs on your Japanese system you will still need to
-   specify the encoding by hand, but it's better then nothing.
- * src/playlist/playlist.c: spelling error in a comment.
-
-2003-08-23 Saturday 12:53  lool
-
-   * added missing .cvsignore
-
-2003-08-23 Saturday 12:47  lool
-
-   * very light typo
-
-2003-08-23 Saturday 11:46  fenrir
-
-  * avi : fixed a lock problem.
-
-2003-08-22 Friday 22:52  fenrir
-
-  *all : multi-pass clean up/cosmetics.
-
-2003-08-22 Friday 20:32  fenrir
-
-  * all: use stream_Seek/Size/Tell wrappers.
-
-2003-08-22 Friday 20:31  fenrir
-
-  * avi: use stream_*, some clean and reordering.
-
-2003-08-22 Friday 20:29  fenrir
-
-  * ninput: added wrappers to stream_Control.
-
-2003-08-22 Friday 14:03  adn
-
- no v4l tab for win32
-
-2003-08-22 Friday 13:38  hartman
-
- * A vflip should flip on the vertical axis and not on the horizontal of course.
-
-2003-08-22 Friday 08:06  asmax
-
- * interface.cpp: fixed a stack corruption which caused a segfault in the
-   wxwindows plugin (in UpdateAcceleratorTable, the table
-   wxAcceleratorEntry entries[6] was filled with _seven_ values ;-)
-   I guess it didn't happen with all compilers because of the way
-   variables are stored on the stack)
- * wxwindows.h: removed a warning
-
-2003-08-21 Thursday 20:29  hartman
-
- * Updated Brazilian translation
-
-2003-08-21 Thursday 16:59  hartman
-
- * Removed the xmga plugin since it was quote "a waste of time and not even finished"
- * Decreased the priority of kde interface because of it's unstable nature
-   and not being maintained status.
-
-2003-08-20 Wednesday 21:59  asmax
-
- * fixed an internal error with stupid gcc2.95
-
-2003-08-20 Wednesday 19:36  babal
-
- - anti-spam
-
-2003-08-20 Wednesday 19:17  adn
-
- * Bitrate options for PVR
- * fix for win32 compilation
-
-2003-08-20 Wednesday 16:22  garf
-
-  * had accidentally deleted the first line of vout.m
-
-2003-08-20 Wednesday 13:08  garf
-
-  * mozilla plugin on MacOSX : scrollbar clipping problem fix
-
-2003-08-20 Wednesday 09:58  garf
-
-  * forgot an -I
-
-2003-08-20 Wednesday 01:18  fenrir
-
-  * stream: less warnings.
-
-2003-08-20 Wednesday 01:10  fenrir
-
-  * avi: fixed playback of others brokens stream.
-  Remember: each time something could be wrong then, with avi, it will be.
-  I hate avi.
-
-2003-08-19 Tuesday 22:28  adn
-
- Oooooooops !
-
-2003-08-19 Tuesday 21:54  adn
-
- SLP Announce :)
-
-2003-08-19 Tuesday 21:20  zorglub
-
- * src/audio_output/input.c: forgot to free something
-
- * modules/visualisation/visual/* :
-       visualization system. It supports multi-effects.
- At the moment:
-       -dummy (guess what ? it does nothing)
-       -scope (adapted and fixed from sam's one)
-       -random (displays random plots)
- Todo:
-       - spectrum analyser
-       - movement effects (rotations, scrolls,...)
-       - blur effect ?
-
-2003-08-19 Tuesday 21:16  adn
-
- Video4Linux / PVR / KFIR unified panel
-
-2003-08-19 Tuesday 18:51  sigmunau
-
- modules/visualization/scope/scope.c:
-  * fixed numerous issues. It now works, but it has some impact on some audio
- streams, especially vorbis
-
-2003-08-19 Tuesday 14:07  garf
-
-  * XPCOM implementation in mozilla plugin on MacOSX (Play, pause, stop
-  *  buttons. Fullscreen disabled ).
-
-2003-08-19 Tuesday 13:20  hartman
-
- * deleted stray i char
-
-2003-08-19 Tuesday 11:26  hartman
-
- * Updated brazilian portuguese translation by Andre de Barros Martins Ribreiro
-   ( your parents couldn't find anything shorter? :)
- * Added this language to the options in the preferences.
-
-2003-08-18 Monday 19:18  fenrir
-
-  * asf: clean up + use stream_* (It's not yet well tested)
-
-2003-08-18 Monday 19:17  fenrir
-
-  * all: added stream_DataPacket
-
-2003-08-18 Monday 17:30  fenrir
-
-  * udp: udp-sout-caching is now also accessible by instance variable
-  "caching".  (ex: udp{caching=ms})
-
-2003-08-18 Monday 17:25  fenrir
-
-  * ts: fix PCR value when using pcr-soft.
-
-2003-08-18 Monday 14:57  sigmunau
-
- Turned the scope plugin into a audio filter that can be inserted with
- --audio-filter. It still seems to have many problems, so I will not eneable
- it yet.
-
-2003-08-18 Monday 13:16  zorglub
-
- * src/audio_output/input.c
-   src/libvlc.h :
-        First try to implement "user audio filters"
-        You can provide a list of audio filters that you want to add to
-        the pipeline (only the "headphone", at that time).
-       (use --audio-filter filter1,filter2,...)
-
-    ***Warning***
-    It seems to work, but no guarantee at all. Perhaps all is bad
-    and the commit should be reverted, as it could break audio output
-
- * modules/codec/libmpeg2.c :
-       Fixed a segfault when vout creation fails
-
-2003-08-18 Monday 06:42  jpsaman
-
- Small fix.
-
-2003-08-18 Monday 00:17  fenrir
-
-  * all: move "wave format tag to fourcc" from demuxers to codecs.h
-  (only one place to keep updated).
-
-2003-08-17 Sunday 23:42  fenrir
-
-  * all: A little clean up.
-
-2003-08-17 Sunday 23:11  sigmunau
-
- modules/misc/freetype.c:
-  * implemented outlineing of the glyphs. Please yell if the performance
- suck, and I will try to make them optional.
-  * fixed centering on RV32 and YUY2
-
-2003-08-17 Sunday 23:02  fenrir
-
-  * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include/vlc_common.h.
-  (Well, Get(D/Q)WBE are just #define to U16/32/64_AT.
-
-2003-08-17 Sunday 20:58  alexis
-
- po/es.po THANKS configure.ac: Spanish translation started by Vicente Jiménez Aguilar.
-
- src/libvlc.h: replaced "VLS" by "streaming server".
-
-2003-08-17 Sunday 20:45  fenrir
-
-  * all: added OggS fourcc. (still unsported but allow dumping)
-
-2003-08-17 Sunday 20:39  fenrir
-
-  * all: removed all u8/u16/.... occurences.
-
-2003-08-17 Sunday 18:44  fenrir
-
-  * avi, dummy: removed useless include.
-
-2003-08-17 Sunday 15:22  sigmunau
-
- modules/misc/freetype.c:
-  * added support for RV32/RV24 chroma
-
-2003-08-17 Sunday 14:14  sigmunau
-
- src/playlist/playlist.c:
-  * small documentation update
-
-2003-08-17 Sunday 14:11  sigmunau
-
- doc/Doxyfile:
-  * Extract documentation on static functions, useful to get the static
- inline functions defined in header files listed. Drawback is that private
- functions in source files are also listed.
-
-2003-08-17 Sunday 13:56  gbazin
-
- * modules/demux/flac.c: few cosmetic changes.
- * modules/codec/flacdec.c: when synchronisation on the bitstream is lost, flush the flac decoder so it can synchronise again (fixes problems on seeking).
-
-2003-08-16 Saturday 21:05  zorglub
-
- * configure.ac : linked stream_out_standard to ws2_32 to fix build
-
- * playlist.cpp : added "Random" and "Loop" checkboxes
-
-2003-08-16 Saturday 16:56  gbazin
-
- * po/pt_BR.po, THANKS: new brazilian portuguese translation, courtesy of André de Barros Martins Ribeiro.
-
-2003-08-15 Friday 13:16  fenrir
-
-  * ffmpeg: added m4cc and M4CC as MPEG4 fourcc.
-
-2003-08-15 Friday 01:58  fenrir
-
-  * pes: fix private stream with mpeg1.
-
-2003-08-14 Thursday 23:37  fenrir
-
-  * ts: use right stream_id for A52 (0xbd -> fix mplayer playback) and add a
-   "registration descriptor" (-> fix xine playback) when using a52.
-
-2003-08-14 Thursday 23:32  fenrir
-
-  * all: added support for a52 in PES private stream, but untested.
-
-2003-08-14 Thursday 20:02  zorglub
-
- * all: as announce calls non-standard functions (SLP), remove it from
- src, and build it in the stream_out_standard module to avoid a link
-
-2003-08-14 Thursday 19:25  sigmunau
-
- First part of code to allow configurable hotkeys.
- include/configuration.h, src/misc/configuration.h:
-  * added a CONFIG_ITEM_KEY
- include/vlc_keys.h:
-  * constants to identify keys
- src/libvlc.h:
-  * provide a set of hotkey config options
- modules/gui/wxwindows/interface.cpp, wxwindows.h:
-  * set the configured hotkeys as accelerator for the appropriate menus
- modules/gui/wxwindows/preferences.cpp:
-  * start to support CONFIG_ITEM_KEY. Options are showed with the right value
-    but any changes made have no effect yet.
-
-2003-08-14 Thursday 18:21  sigmunau
-
- include/video_output.h:
-  * minor cleanup in a comment
-
-2003-08-14 Thursday 18:12  sigmunau
-
- modules/control/lirc/lirc.c:
-  * applied slightly modified patch by  Stephane Mottelet <mottelet@dma.utc.fr>
-  to support next/previous chapter buttons on remote controls
-
-2003-08-14 Thursday 17:50  sigmunau
-
- include/stream_output.h:
-   * use #if 0 and not // to disable code
-
-2003-08-14 Thursday 13:32  garf
-
-  * little bug fix.
-
-2003-08-14 Thursday 13:09  sigmunau
-
- include/vlc/vlc.h:
-    turn playlist command defines into a enum
-
-2003-08-14 Thursday 13:02  sigmunau
-
- vlc_playlist.h:
-    * added a duration field to the playlist item struct
- vlc_playlist.h, playlist.c:
-    * turned playlist_AddName into playlist_AddExt and made it take an extra
-    argument( the duration )
-    * doxygenize comments
- modules/demux/m3u.c, modules/gui/macosx/playlist.m:
-    * use playlist_AddExt
-
-2003-08-14 Thursday 12:38  garf
-
-  * mozilla plugin on MacOSX. Not fully implemented yet.
-  * compiled with mozilla 1.4 (won't probably work with <1.4)
-  * TODO:
-  *     - make XPCOM work (play,pause,stop buttons)
-  *     - fullscreen implementation (quite difficult on MacOSX because only
-  *       the main thread can create windows)
-
-2003-08-14 Thursday 11:47  gbazin
-
- * src/extras/libc.c, nclude/vlc_common.h, modules/mux/mpeg/ts.c: added atoll() to our libc.
- * modules/control/ntservice.c: added a --ntservice-extraintf option to allow the service to spawn additionnal interfaces.
- * include/audio_output.h, modules/audio_output/directx.c: added support for 3F2R audio output in addition to 3F2R/LFE (5.1).
-
-2003-08-14 Thursday 11:25  sigmunau
-
- include/ninput.c, src/input/stream.c:
-    Moved comment blocks to the implementation where appropriate. Changed
-    comments to Doxygen syntax.
-
-2003-08-13 Wednesday 23:26  gbazin
-
- * ALL: bumped version number to 0.6.3-cvs
- * modules/control/ntservice.c: new Windows NT/2K/XP service interface.
-
-2003-08-13 Wednesday 21:15  gbazin
-
- * modules/stream_out/standard.c: fixed segfault on close.
-
-2003-08-13 Wednesday 19:38  gbazin
-
- * include/announce.h, src/stream_output/announce.c, modules/stream_out/standard.c: fixed broken build.
-
-2003-08-13 Wednesday 19:18  gbazin
-
- * ChangeLog: yeah I know... don't laugh.
-
-2003-08-13 Wednesday 18:39  gbazin
-
- * modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish.
- * modules/codec/ffmpeg/video.c: forgot a debug message.
-
-2003-08-13 Wednesday 14:17  zorglub
-
- * configure.ac : we need to define HAVE_SLP_H
-
- * include/announce.h & vlc_common.h: slp_session_t structure definition
-
- * module/stream_out/standard.c & src/stream_output/announce.c :
-     SLP announcing support by vlc
-
-2003-08-13 Wednesday 14:06  fenrir
-
-  * ts.c: commented out useless code and an annoying error message.
-
-2003-08-13 Wednesday 13:54  jpsaman
-
- Fixed segmentation fault in input_SplitBuffer() when input_FillBuffer() could not allocate (actually input_NewBuffer()) another buffer. The code tested for:
- if (!i_size)
- {
-   /* Handle error */
- }
-
- However input_SplitBuffer() returns -1, which results in if (false) here and a segmentation fault will happen when input_ShareBuffer() is called. All constructs of the above form are supicious to produce a segfault in the code!
-
-2003-08-13 Wednesday 13:50  jpsaman
-
- Keep track of ioctl_UnsetDMXFilter
-
-2003-08-13 Wednesday 07:03  titer
-
-  Missing file
-
-2003-08-13 Wednesday 01:50  gbazin
-
- * ChangeLog: guess what ? yeah, yet another update for 0.6.2.
-
-2003-08-13 Wednesday 01:45  gbazin
-
- * modules/access/dvdplay/*: support for dvd menus navigation ("dvd_menus" object variable).
- * modules/gui/wxwindows/menus.cpp: support for dvd menus navigation.
- * src/input/input_programs.c: programs object var was not reset correctly.
-
-2003-08-12 Tuesday 18:34  gbazin
-
- * ChangeLog: re-re-re-updated the changelog for the 0.6.2 release.
-
-2003-08-12 Tuesday 18:25  gbazin
-
- * po/de.po: update of the german translation by Felix Kühne.
-
-2003-08-12 Tuesday 17:01  gbazin
-
- *  modules/codec/ffmpeg/video.[ch]: another temporary workaround.
-
-2003-08-12 Tuesday 15:35  jpsaman
-
- Fixed long problem with tuning to frequencies like; 12669500 Hz which is not possible with the old satellite plugin, because it reads 12669,5 in kHz and could not be expressed.
- * Frequency, symbol rate, LNB_LOF1, LNB_LOF2 and LNB_SLOF are in Hz now. Input methods "dvb", "qpsk", "cable", "terrestrial" use this policy.
- * Added backwards compatibility with access method "satellite" as used by the GUI; frequency and symbol rate are interpreted as kHz.
-
-2003-08-12 Tuesday 14:15  jpsaman
-
- * more cleanup
-
-2003-08-12 Tuesday 12:43  jpsaman
-
- * Audio is verified to work, it was a problem with the test setup and not with the code ;-).
- * Added code to support LNB_LOF1, LNB_LOF2, LNB_SLOF commandline options.
- * Cleanup of code.
-
-2003-08-12 Tuesday 08:19  sam
-
-   * modules/demux/mkv.cpp: support for libmatroska 0.5.0.
-
-2003-08-11 Monday 23:07  gbazin
-
- * share/http/index.html: added "del" and "empty" controls.
-
-2003-08-11 Monday 20:49  gbazin
-
- * ChangeLog: updated changelog for 0.6.2.
-
-2003-08-11 Monday 20:48  gbazin
-
- * modules/stream_out/transcode.c: work around a problem in ffmpeg with mpeg4 encoding.
-
-2003-08-11 Monday 20:19  fenrir
-
-  * copy: removed annoying debug message.
-
-2003-08-11 Monday 20:18  fenrir
-
-  * httpd: added HEAD command support.
-
-2003-08-11 Monday 19:30  gbazin
-
- * ChangeLog, po/*: preparing for the 0.6.2 release
-
-2003-08-11 Monday 18:52  gbazin
-
- * modules/packetizer/mpegvideo.c: oops, fixed typo.
-
-2003-08-11 Monday 17:31  gbazin
-
- * modules/packetizer/mpegvideo.c: small clarification.
- * modules/gui/wxwindows/wxwindows.cpp: don't try to destroy wxWindows objects when wxWindows has already exited.
-
-2003-08-10 Sunday 22:13  fenrir
-
-  * mpegvideo.c: try to set a better value for length. (I am not sure it is
-  the good one but it give far better result). dts/pts/length computation
-  should be verified.
-
-2003-08-10 Sunday 21:26  gbazin
-
- * ALL: preparing for a 0.6.2 release
-
-2003-08-10 Sunday 14:23  gbazin
-
- * modules/mux/mpeg/ts.c: oops.
-
-2003-08-10 Sunday 14:21  gbazin
-
- * modules/demux/mkv.cpp, modules/mux/avi.c, modules/mux/mpeg/ts.c, modules/packetizer/copy.c: thou shalt not use %lld which is not portable.
-
-2003-08-10 Sunday 13:35  gbazin
-
- * modules/access/vcd/vcd.c: a few navigation fixes.
-
-2003-08-10 Sunday 12:45  zorglub
-
- * modules/LIST: Updated all modules
-
- * modules/list.sh: piggy list consistency checker
-  (should probably be added to toolbox or trashed)
-
- * modules/access/slp.c : Fixed service detection
-       (findsrvtypes returns a comma-separated list of services)
-
-2003-08-10 Sunday 10:22  gbazin
-
- * modules/codec/subsdec/subsdec.[c,h]: added --subsdec-align option to specify center, left or right alignment.
- * include/osd.h, modules/misc/freetype.c: support for center alignment.
- * modules/gui/wxwindows/subtitles.cpp: string change.
-
-2003-08-10 Sunday 09:22  gbazin
-
- * include/configuration.h: bug fix for add_string_from_list()
- * modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog.
-
-2003-08-09 Saturday 19:49  gbazin
-
- * modules/codec/ffmpeg/video.c: temporary hack to work around demuxers that set the DTS value in p_pes->i_pts.
- * modules/demux/ogg.c: don't try anymore to send interpolated pts to ffmpeg.
-
-2003-08-09 Saturday 19:39  gbazin
-
- * modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults.
-
-2003-08-09 Saturday 19:14  gbazin
-
- * modules/access/vcd/cdrom.c: switching to YellowMode2 for reading VCDs apparently created problems for some people so the reading is reverted to XAForm2 and only if this one fails we try YellowMode2. Hopefully that will still allow us to read the SVCD DATA track.
-
-2003-08-09 Saturday 14:59  gbazin
-
- * src/stream_output/stream_output.c, include/stream_output.h: added an i_padding field to sout_instance_t so we can allocate sout_buffers with a bit more space than asked for (needed for ffmpeg decoding).
- * modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams.
-    Added support for b frames (bframe=x option) + couple of bug fixes.
-
-2003-08-08 Friday 17:08  gbazin
-
- * modules/codec/ffmpeg/: proper generation of pts in the video decoder + couple of bug fixes + cleanup.
-    The ffmpeg video decoder can now be used to decode mpeg1/2 videos as well.
- * modules/codec/libmpeg2.c: upped priority so it will be used to decode mpeg1/2 videos instead of ffmpeg.
-
-2003-08-08 Friday 16:50  gbazin
-
- * src/input/input_clock.c: reverted the patch that caused the regression in 0.6.1
- * modules/packetizer/copy.c: fixed segfault
- * modules/gui/wxwindows/wxwindows.cpp: compilation fix for wxWindows 2.5 cvs
-
-2003-08-08 Friday 16:41  massiot
-
- * modules/gui/macosx/prefs.m: Localized two strings.
-
-2003-08-06 Wednesday 12:01  jpsaman
-
- Updated my entry.
-
-2003-08-05 Tuesday 11:54  jpsaman
-
- The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'.
-
-2003-08-05 Tuesday 11:52  jpsaman
-
- Added glade2 project file.
-
-2003-08-05 Tuesday 11:51  jpsaman
-
- Removing file.
-
-2003-08-05 Tuesday 11:49  jpsaman
-
- Removing files for Familiar interface (Gtk+1.2 and GPE).
-
-2003-08-05 Tuesday 10:39  jpsaman
-
- Fixed superflous tuning ;-)
-
-2003-08-05 Tuesday 09:35  jpsaman
-
- - Enabled tuning for DVB-C and DVB-T cards.
- - Syncing with old satellite plugin.
- - Cleanup of code.
-
-2003-08-05 Tuesday 08:02  asmax
-
- * VLC_AddTarget had a new prototype
-
-2003-08-05 Tuesday 01:27  fenrir
-
-  * sdp: near implemented basic RTP reading (MPA payload type may work when
- used without RTSP).
-
-2003-08-04 Monday 23:35  gbazin
-
- * src/video_output/video_text.c: removed legacy code that has been rotting for ages.
-
-2003-08-04 Monday 23:31  gbazin
-
- * modules/misc/freetype.c: don't assume input string is in utf8 when calculating its length (better alloc more space than necessary).
-    + cleanup.
-
-2003-08-04 Monday 22:49  fenrir
-
-  * ts: fixed a segfault when removing PCR stream.
-
-2003-08-04 Monday 18:50  fenrir
-
-  * sdp: begun to implement RTP code. (Not yet usefull)
-
-2003-08-04 Monday 12:40  jpsaman
-
- Added a error message that the default values are used.
-
-2003-08-04 Monday 12:34  jpsaman
-
- Tuning succeeds, but have no audio yet. Major cleanup of code.
-
-2003-08-04 Monday 12:34  jpsaman
-
- Fixed missing headerfile.
-
-2003-08-04 Monday 00:48  fenrir
-
-  * sdp: - fixed loading of file > 1024 bytes.
-         - more processing -> now it should extract enough informations to
-         build RTP/RTSP session.
-         (Does not play anything yet)
-
-2003-08-03 Sunday 23:11  gbazin
-
- * src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables).
- * modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec.
- * modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;)
-
-2003-08-03 Sunday 20:25  gbazin
-
- * src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1;
-
-2003-08-03 Sunday 16:36  bigben
-
- * modules/access_out/http.c :
-
- using ability to give parametters to a specific sout module to set user and password fot http access out.
-
- new syntax is '#dst{access=http{user=foo,pass=bar}}
-
- --sout-http-user and --sout-http-pwd parametters have been deleted.
-
-2003-08-03 Sunday 16:22  fenrir
-
-  * sdp: parse 'a=' field.
-
-2003-08-03 Sunday 15:25  fenrir
-
-  * sdp: begining of a SDP parser. It won't let you play anything for
-  now, it just does (incomplete) parsing.
-
-2003-08-03 Sunday 13:49  titer
-
-  configure.ac : added needed linking flags for BeOS/Zeta
-  Makefile.am : cleaned make packages-beos
-
-2003-08-03 Sunday 12:04  fenrir
-
-  * rtsp: mmmh, close the socket.
-
-2003-08-03 Sunday 02:00  fenrir
-
-  rtsp: connect  to an RTSP server,  issue a DESCRIBE command  and return
- the  answer.  It  WON'T  let  you  do  rtsp  as  we  first  need  a  SDP
- parser/demuxer, but it is on the way.
-
-  The idea is to have a generic  SDP demuxer that will work with SDP from
- file, http or rtsp.
-
-2003-08-02 Saturday 19:30  bigben
-
- * modules/access/http.c
-       - Didn't  take into consideration  a little change of  behavior between config_GetPsz and var_Get during my last commit, so that we were sending authentification information even if there wasn't any.
-
-2003-08-02 Saturday 19:16  fenrir
-
-  * ninput : a little developer documentation.
-
-2003-08-02 Saturday 16:43  fenrir
-
-  * all: some helpers functions for pf_demux_control.
-
-2003-08-02 Saturday 15:22  fenrir
-
-  * all: added a pf_demux_control member to input_thread_t. It is currently
-  unused.
-
-2003-08-02 Saturday 14:06  gbazin
-
- * ALL: bumped version number to 0.6.2-cvs
- * modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead.
-
-2003-08-02 Saturday 01:33  fenrir
-
-  * ps: clean up and dvd subtitles support.
-
-2003-08-01 Friday 20:06  gbazin
-
- * modules/mux/mp4.c: support for mov muxing + cleanup.
- * modules/codec/quicktime.c: small cleanup.
-
-2003-08-01 Friday 19:38  fenrir
-
-  * udp: clean up.
-
-2003-08-01 Friday 19:38  fenrir
-
-  ts: large rewrite of the TS muxer to produce better TS and support DVD
-      subtitle.
-      I have added some options:
-         - bmin : minimum bitrate (bits/s) of the TS. Padding is added in
-         case of insuffisant bitrate. (default: disabled).
-         - bmax : maximum bitrate (bit/s) of the TS. It just drops packets
-         to achieve the target. (default: disabled)
-         - pcr : minimum delay between two pcr equal to dts of the video
-         stream (default 100ms)
-         - pcr-soft : minimum delay between two pcr interpolated from the
-         pcr that are equal to dts. (default: none)
-  Remarks:
-   - bmin/bmax allow to create CBR stream.
-   - Bitrate is calculated on a PCR time.
-   - PCR delay cannot be less than length of a frame of the PCR stream.
-   - PCR soft is used to help when using big PCR delay. It is usefull to
-   produce stream with smoother bitrate variation.
-   - Big PCR delay introduce more latency.
-
-  TODO:
-   Test stability, bugs ...
-
-2003-08-01 Friday 18:49  fenrir
-
-  * ts.c: arggg, bad copy/past.
-
-2003-08-01 Friday 18:42  fenrir
-
-  * stream_output.c: fixed a segfault when muxer isn't specified.
-
-2003-08-01 Friday 18:02  fenrir
-
-  * ts: apply patch of Andy Lindsay (fix one memory leak and PMT handling)
-        converted all u8,u16,u32 into uint8_t, uint16_t, uint32_t
-
-2003-08-01 Friday 17:38  fenrir
-
-  * index.html,style.css : remove built-in css file. added link to info.html.
-
-2003-08-01 Friday 17:30  fenrir
-
-  * http: added mime type for .css file.
-
-2003-08-01 Friday 17:21  fenrir
-
-  * info: commit the good file...
-
-2003-08-01 Friday 09:45  sam
-
-   * modules/access/http.c:
-     + Coding style fixes.
-     + Removed a C99-ism.
-
-2003-08-01 Friday 08:24  sam
-
-   * debian/rules:
-     + Activated freetype support.
-   * debian/control:
-     + Added a build-dependency on freetype6-dev.
-     + Added a build-dependency on libdvbpsi2-dev.
-     + We now recommend gnome-vlc | wxvlc.
-     + We now suggest fortune-mod.
-
-2003-08-01 Friday 00:55  fenrir
-
-  * wav: forgot this one.
-
-2003-08-01 Friday 00:40  fenrir
-
-  * configure.ac: audio -> mpga
-  * demux/* : function name consistency.
-
-2003-08-01 Friday 00:37  fenrir
-
-  * mpga: mp3 demuxer written from scratch using ninput.h
-
-2003-08-01 Friday 00:26  fenrir
-
-  * configure.ac: remove old wav and aac directories.
-
-2003-08-01 Friday 00:18  fenrir
-
-  * wav: remove old wav demuxer.
-
-2003-08-01 Friday 00:18  fenrir
-
-  * aac/* remove old aac demuxer.
-
-2003-08-01 Friday 00:16  fenrir
-
-  * Modules.am : added aac.c and wav.c
-  * asf/asf.c: better check for invalid header.
-
-2003-08-01 Friday 00:09  fenrir
-
-  * wav.c : big clean up and use ninput.h
-
-2003-08-01 Friday 00:08  fenrir
-
-  * aac.c : big clean up and use ninput.h
-
-2003-08-01 Friday 00:05  fenrir
-
-  au.c : cleaned up and use ninput.h
-
-2003-08-01 Friday 00:05  gbazin
-
- * src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams.
- * modules/access/dvb/qpsk.c: gettext reserves the use of _("").
- * modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out)
-
-2003-08-01 Friday 00:04  fenrir
-
-  a52sys.c: completely rewritten a52 stream demuxer. Now you should be able
-  to play such file.
-
-2003-08-01 Friday 00:00  fenrir
-
-  * modules.c : include ninput.h
-
-2003-08-01 Friday 00:00  fenrir
-
-  * vlc_common.h: include stdarg.h by default. Required by ninput.h
-  *  ninput.h :  extracted  duplicated  stream functions  from  a lot  of
-  demuxers and do a nice (?) API.
-  * stream.c: implement basic streams  manipulation. It is just a wrapper
-  but it is useful.
-  * all: added a i_ttl field in network_socket_t to allow per connection ttl
- setting (in fact only used by access_out/udp.c.
-
-2003-07-31 Thursday 23:44  fenrir
-
-  * all: added a i_ttl field in network_socket_t to allow per connection ttl
- setting (in fact only used by access_out/udp.c.
-
-2003-07-31 Thursday 23:14  massiot
-
- Fixed a memory leak (thanks Andy Lindsay !).
-
-2003-07-31 Thursday 21:46  gbazin
-
- * src/misc/win32_specific.c: change the mode of stdin to _O_BINARY so we can use stdin to read files (thanks to Steve Li).
- * modules/control/http.c: allow directories of the form "x:\" on win32.
-
-2003-07-31 Thursday 21:18  bigben
-
- * modules/access/http.c :
-       - using new var_Create/var_Get method to get parametters.
-
-2003-07-31 Thursday 20:47  reno
-
- * Make vlc compiling !
-
-2003-07-31 Thursday 19:24  fenrir
-
-  * stream_output: * some clean and fixed a little memory leak.
-                   * give to access and muxers options. Now you can use:
- --sout 'access{option1=value}/mux{a=value,b=value}:/path'. It should also
- works with '#std{access=access{o=v}, mux=...}' (but untested). For now it's
- not used.
-
-2003-07-31 Thursday 19:14  fenrir
-
-  * stream_output: * added some #define for private flags.
-                   * now muxer and access_out also receive options like
-                   stream_out.
-
-2003-07-31 Thursday 19:10  bigben
-
- * modules/access_out/http.c
-        - httpd.c has support for Basic Authentification, so use it !
-          --sout-http-user user --sout-http-pwd password
-
-2003-07-31 Thursday 19:02  fenrir
-
-  * copy.c: Added DVD subtitle support. I still need to commit the TS
- muxer.
-
-2003-07-31 Thursday 18:25  bigben
-
- * Add support for basic authentification in http access.
-
- use :
-
- --http-user user --http-pwd password
-
- or
-
- http://user:password@server/path (2nd parameter overrides the first)
-
-2003-07-31 Thursday 17:03  sigmunau
-
- modules/misc/freetype.c:
-   - calculate and store size information for each line independently.
-   - misc other fixes
-
-2003-07-31 Thursday 15:31  jpsaman
-
- Updated LIST of modules and configuration options for building.
-
-2003-07-31 Thursday 15:30  jpsaman
-
- Adding DVB module to support satellite, cable and terestrial DVB streaming. The status is that tuning works, but have had no success with video/audio yet. (Setting of filters does not seem to work perfectly yet.).
-
-2003-07-31 Thursday 13:06  sam
-
-   * toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in.
-   * po/: Re-ran toolbox --update-po.
-
-2003-07-31 Thursday 12:08  sam
-
-   * Added and fixed .cvsignore files.
-
-2003-07-31 Thursday 11:02  sam
-
-   * Makefile.am: Really put po before ., not . after everything else. Fixed the
-     Mozilla plugin build while preserving the fix for VLC.app.
-
-2003-07-31 Thursday 08:18  zorglub
-
- * modules/control/joystick.c
-       * Allow the user to remap the actions.
-       * Improved the strings (please check)
-       * Prevent 0 seconds seeks
-
- * share/http/*.html
-       * partial HTML validation fixes
-       * Improved the look
-
- * src/stream_output/announce.c
-       * minor fixes (thanks sam)
-
-2003-07-30 Wednesday 21:09  gbazin
-
- * modules/control/http.c: on win32 we store the html interface in "http" not "share/http".
- * src/input/input_programs.c: check for "" descriptions in AddES().
-
-2003-07-30 Wednesday 12:21  jpsaman
-
- Updating design of PDA Gtk2 interface
-
-2003-07-30 Wednesday 12:20  jpsaman
-
- Updating design of PDA Gtk2 interface.
-
-2003-07-30 Wednesday 02:00  fenrir
-
-  * transcode:
-     - added new HQ mode (recent ffmpeg only). hq now accept "simple",
-       "bits" and "rd" as paramters.
-     - automaticaly try stereo mode encoding when failed with more
-       than 2 channels. (eg a52 -> mpga)
-
-2003-07-29 Tuesday 23:55  gbazin
-
- * ChangeLog: update.
-
-2003-07-29 Tuesday 23:50  gbazin
-
- * configure.ac: added the svlc shortcut for the skins.
- * install-win32: removed the custom link in the start menu.
-
-2003-07-29 Tuesday 23:01  gbazin
-
- * ChangeLog: updated the changelog for the release
-
-2003-07-29 Tuesday 22:25  gbazin
-
- * modules/codec/spudec/parse.c: fixed typo found by Meuuh.
-
-2003-07-29 Tuesday 22:20  gbazin
-
- * src/video_output/video_output.c: fixed potential segfault.
- * configure.ac: don't bail out if matroska headers are not found.
-
-2003-07-29 Tuesday 21:56  gbazin
-
- * toolbox: fixed typo in the changelog rule.
-
-2003-07-29 Tuesday 21:46  gbazin
-
- * modules/video_output/directx/events.c: compilation fix.
-
-2003-07-29 Tuesday 21:14  gbazin
-
- * modules/gui/macosx/controls.m: fixed race condition in prev/next commands.
- * modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default.
-     We also lower the priority if there is no DISPLAY env variable.
- * modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles.
- * modules/video_output/directx/events.c: use arrow keys for DVD navigation.
- * modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs.
- * share/vlc_win32_rc.rc: compilation fix.
-
-2003-07-29 Tuesday 18:51  fenrir
-
-  * http.c:  under linux if no directory is specified search "share/http"
- and then DATA_PATH"/http".
-
-2003-07-29 Tuesday 17:42  gbazin
-
- * configure.ac: bumped version number to 0.6.1.
-     Enabled matroska support by default.
- * extras/MacOSX/*: bumped version number to 0.6.1.
- * INSTALL.win32: instructions update.
- * share/Makefile.am: included the html files for the http interface.
- * po/*: ran ./toolbox --update-po.
-
-2003-07-29 Tuesday 09:32  sam
-
-   * modules/video_output/x11/xcommon.c: Hopefully a proper fix for the Mozilla
-     event handling bug.
-
-2003-07-28 Monday 22:46  gbazin
-
- * modules/video_output/x11/xcommon.c: reverted sam's last commit which broke the event reading loop on the video window.
-
-2003-07-28 Monday 21:41  massiot
-
- * configure.ac: Worked around a bug in the OS X linker, with multiply
-   defined symbols and libmp3lame
- * Makefile.am: Build po before . because we need the po files to build
-   VLC.app
- * po/fr.po: French translation courtesy of Jean-Pierre Kuypers
- * OS X interface: cosmetics
-
-2003-07-28 Monday 20:25  jpsaman
-
- Added HuffYuv and A-law codes for low bitrate and CPU load encodings/transcoding
-
-2003-07-28 Monday 20:23  jpsaman
-
- Added NEWS for iPaq port.
-
-2003-07-28 Monday 20:23  jpsaman
-
- Updated build scripts:
- - enabled video4linux for WebCams on handhelds
- - enabled PDA Gtk2 interface instead of familiar interface
- - enabled stream output and transcoding
-
-2003-07-28 Monday 18:02  massiot
-
- * modules/video_output/x11/xcommon.*: endianness patch + arrow keys are
-   now used to browse through the DVD menus.
-
-2003-07-28 Monday 13:19  massiot
-
- * Fixed my last commit.
-
-2003-07-28 Monday 07:16  fenrir
-
-  * rc: Fixed a bug with seek command.
-        Added support of "seek n%" (Usefull when mux_rate is nul )
-
-2003-07-28 Monday 07:05  jpsaman
-
- Added PDA images to Makefile.am
-
-2003-07-27 Sunday 23:58  fenrir
-
-  * sub: does not issue an error message when sub-file is empty.
-
-2003-07-27 Sunday 23:05  hartman
-
- * Brought the new options system to the OSX gui.
-   and some small fixes.
-
-2003-07-27 Sunday 21:35  jpsaman
-
- Gtk2 port of the familiar Linux interface. The name is also changed to PDA so it reflects that it is targeted at handhelds.
-
- The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player.
-
-2003-07-27 Sunday 16:20  gbazin
-
- * modules/audio_output/alsa.c: #ifdef DEBUG -> #ifdef ALSA_DEBUG
-
-2003-07-27 Sunday 16:14  gbazin
-
- * modules/audio_output/alsa.c: bail out if the device is already in use.
-
-2003-07-27 Sunday 15:49  gbazin
-
- * src/input/input_ext-plugins.c: forgot to re-lock a mutex.
-
-2003-07-27 Sunday 14:10  massiot
-
- * src/input/input_clock.c: Fixed two long-standing (> 2 years) bugs
- - there should be fewer resampling, particularly on DVD chapter changes
- - when you unpause a DVD, VLC will wait for the drive to spin up, so you
- won't lose several seconds of movies
-
- * modules/gui/macosx/controls.m: Seeking in paused mode resumes the play
- mode, make the interface take that into account.
-
-2003-07-27 Sunday 12:31  ipkiss
-
-  * All: Removed the win32 plugin; wxwindows rulez :)
-
-2003-07-26 Saturday 18:54  titer
-
-  freetype.c: basic YUY2 rendering (Y only)
-
-2003-07-26 Saturday 15:36  gbazin
-
- * modules/gui/skins/controls/checkbox.cpp: compilation fix.
-
-2003-07-26 Saturday 15:34  fenrir
-
- ffmpeg: fix potential overread for mpeg4 with vol.
-
-2003-07-26 Saturday 14:19  gbazin
-
- * modules/gui/wxwindows/open.cpp: move the "open subtitles" line into the file panel.
-
-2003-07-26 Saturday 14:04  ipkiss
-
-  * modules/gui/skins/controls/checkbox.cpp: Fixed a stupid bug (a return
-    value was always true...)
-
-2003-07-26 Saturday 12:41  gbazin
-
- * modules/gui/wxwindows/open.cpp: workaround design problems in wxSpinCtrl (wxSpinCtrl::GetValue() triggers a value update event).
-
-2003-07-25 Friday 22:50  gbazin
-
- * modules/gui/wxwindows/*: fixed clean-up of the dialogs provider on exit.
- * modules/gui/skins/x11/*: proper initialization of a global var so we can start/exit the skins interface several times.
-
-2003-07-25 Friday 13:24  gbazin
-
- * INSTALL.win32: updated build instructions (btw since the last build changes, mingw+msys can be used again to compile VLC).
- * modules/gui/wxwindows/wxwindows.cpp: oops.
-
-2003-07-25 Friday 11:37  gbazin
-
- * modules/video_output/directx/events.c: a couple of compiler warning fixes.
- * msvc/vlc.dsw: relaced basic_skins plugin with the skins one.
-
-2003-07-25 Friday 11:33  gbazin
-
- * configure.ac: libpng (logo plugin) needs to be linked with zlib.
- * modules/gui/wxwindows/*: a couple of compilation fixes for wxWindows cvs.
-
-2003-07-25 Friday 01:11  hartman
-
- * subsdec now uses the new options code.
-
-2003-07-25 Friday 01:09  hartman
-
- * Updated it.po
-
-2003-07-25 Friday 01:09  hartman
-
- * Largely updated nl.po
- * Updated it.po
-
-2003-07-24 Thursday 23:21  gbazin
-
- * modules/gui/wxwindows/wxwindows.cpp: temporary hack (I hope ;) to fix win32 compilation with wxWindows < 2.5.
-
-2003-07-24 Thursday 22:58  gbazin
-
- * src/misc/modules.c: if module_Need() was passed an interface module name, respect this choice even if vlc was run with a specific interface shortcut.
-
-2003-07-24 Thursday 22:05  sam
-
-   * modules/access/v4l/v4l.c:
-     + Removed my name from this file, I didn't contribute anything major to it.
-     + Added strerror(errno) where adequate, as well as additional debug
-       information, hopefully more useful than "cannot open".
-
-2003-07-24 Thursday 21:50  gbazin
-
- * modules/gui/wxwindows/*: you can now specify input options in the stream output MRL as well.
- * modules/misc/freetype.c: bail out if no font has been specified.
- * modules/demux/util/sub.h: don't forget to detach the demuxsub object.
-
-2003-07-24 Thursday 20:34  sam
-
-   * bootstrap:
-     + Run autopoint with the -f flag.
-     + Remove stamp files in the bootstrap process.
-
-2003-07-24 Thursday 19:30  sigmunau
-
- ignore CR characters wherever they might be.
- A little better line spaceing, but I still don't understand what this is all
- about.
-
-2003-07-24 Thursday 19:07  sigmunau
-
- fixed a nasty code duplication where the same function call was two places
- with just a few lines in between, but in separate #if cases.
-
-2003-07-24 Thursday 18:30  bigben
-
- * "frequency=" is channel frequency in kHz again
-
- * fix  a segfault when "/dev/video0"  or "norm=" were last  arguments of
- the command line
-
-2003-07-24 Thursday 18:27  bigben
-
- * Changes "frequency=" syntax. New syntax is channel frequency in kHz
- * shows a warning if frequency is in "previous syntax range"
-
-2003-07-24 Thursday 17:31  gbazin
-
- * modules/gui/wxwindows/open.cpp: compilation fix.
-
-2003-07-24 Thursday 16:07  gbazin
-
- * modules/gui/wxwindows/*: added support for input options in the open dialog.
-    The stream output and subtitles options use them and you can also add options in the MRL itself.
-
-2003-07-23 Wednesday 23:05  gbazin
-
- * modules/misc/freetype.c, modules/demux/util/sub.c: cleanup.
- * modules/demux/util/sub.h: thou shall do a vlc_object_attach().
- * src/misc/variables.c: added VLC_VAR_FILE and VLC_VAR_DIRECTORY inheritance support.
-
-2003-07-23 Wednesday 22:55  massiot
-
- * Updated po files. STRINGS ARE FROZEN !!!
-
-2003-07-23 Wednesday 22:02  jpsaman
-
- Interface for Familiar v0.7 and GPE. This interface is based on gtk2 libaries.
-
-2003-07-23 Wednesday 22:01  gbazin
-
- * include/variables.h, src/misc/variables.c: you can now use var_Create() directly to create an object variable with an inherited value.
-    eg. var_Create( p_vout, "zoom", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT );
-    Beware, the object in which you create the var must be attached to a parent for this to work (otherwise we can't navigate the parents hierarchy to find the value to inherit).
-
- * src/input/input.c, src/input/input_programs.c, src/video_output/video_output.c: converted more config_GetFoo() into var_Create()/var_Get();
-
-2003-07-23 Wednesday 21:45  hartman
-
- * include/vlc_common.h: MAX_PATH PATH_MAX, we don't wanna bother and use the
-   latter everywhere.
- * modules/demux/util/sub.c: Bring the config options in here to the variable structure.
- * modules/misc/freetype.c: Bring the config options in here to the variable structure.
-   Fix the linespacing. Dnumgis, it works, just define another linespacing :)
-
-2003-07-23 Wednesday 19:11  titer
-
-  freetype.c : use the default BeOS font on BeOS
-
-2003-07-23 Wednesday 17:31  ipkiss
-
-  * modules/gui/skins/src/banks.cpp: removed a useless event I had
-    forgotten
-
-2003-07-23 Wednesday 09:14  asmax
-
- * all: fixed depcomp failure
-
-2003-07-23 Wednesday 07:37  jpsaman
-
- When recv() returns -1 a bug is triggered inside RTPRead() and RTPChoose(). The return value of Read() is then -1. The test "if (!i_ret) return 0;" will be false and the function will continue resulting in segfault while copying from buffers that are in an undetermined state. The correct test is "if (i_ret<0) return 0;".
-
-2003-07-23 Wednesday 01:28  gbazin
-
- * modules/misc/sap.c: oops, compilation fix.
-
-2003-07-23 Wednesday 01:13  gbazin
-
- * ALL: changes to the playlist_Add() and VLC_AddTarget() proto to include a list of options associated with the input.
- * src/input/input.c: parses the input options list before spawning the input and create object variables for these options. Options are of the form "[no[-]]foo[=bar]" where foo is the option name and bar is its value.
- * src/input/input.c, src/input/input_dec.c: use the object var api to get the value of the "sout", "sout-video" and "sout-audio" options.
- * src/libvlc.c: extended the command line parser to parse input options. Input options must always follow the input they apply to and begin with a ':'.
-
- All these changes allow you to specify input specific options.
- eg: ./vlc --no-sout-audio yourvideo.mpeg :sout=udp/http::8080 :sout-audio yourvideo2.mpeg
- Here the ":sout" option will only apply to yourvideo.mpeg.
- "--no-sout-audio" will be a global option so will apply to yourvideo2.mpeg but the global behaviour is overriden by ":sout-audio" for yourvideo.mpeg.
-
- TODO: - the interfaces need to be modified to benefit from the new playlist_Add() api.
-       - only "sout", "sout-video", "sout-audio" implemented for now. To make it work with other options, we need to get rid of all the config_GetFoo() and replace them with var_Create()/var_Change()/var_Get().
-
-2003-07-22 Tuesday 22:02  hartman
-
- * Fix Makefiles for removed .rle fonts
-
-2003-07-22 Tuesday 20:49  hartman
-
- * ALL:
-   - Removed all the RLE subtitle font code.
-   - Removed the .rle and even older .psf font files.
-   - Moved the filesubtitle code from spudec to subsdec.
-   - spudec is again DVD only.
-
-2003-07-22 Tuesday 20:25  bigben
-
- frequency is  nom frequency  in MHz * 16, as  for the  v4l input.
- Breaks compatibility with previous syntax...
-
-2003-07-22 Tuesday 18:06  gbazin
-
- * src/stream_output/stream_output.c: fixed segfault when muxer can't add an elementary stream.
-
-2003-07-22 Tuesday 15:59  gbazin
-
- * src/misc/variables.c: fixed small mem leak (courtesy of Andy Lindsay)
- * modules/gui/wxwindows/interface.cpp: small improvements to the volume control.
-
-2003-07-22 Tuesday 13:58  bigben
-
- * We're finally parsing all parameters (including standard)
- * syntax is now (roughly) the same as for the v4l input
- ex : vlc pvr:/dev/video0:frequency=1242:norm=secam:size=12x42:bitrate=1200,maxbitrate=4200
- * old syntax is still working
- * norm can be "pal", "secam", "ntsc" or any hexa value
-
-2003-07-21 Monday 23:53  fenrir
-
-  * http: added "del" and "empty" control. (for playlist). Corrected
- "previous" command.
-  TODO: doc :(
-
-2003-07-21 Monday 19:45  jpsaman
-
- Forgot this one.
-
-2003-07-21 Monday 19:38  jpsaman
-
- Added missing familiar-playlistb16x16.xpm
-
-2003-07-21 Monday 19:25  jpsaman
-
- Updated build rules for the Sharp Zaurus.
-
-2003-07-21 Monday 19:19  jpsaman
-
- Updated build rules for iPaq.
-
-2003-07-21 Monday 18:24  gbazin
-
- * modules/codec/spudec/spudec.c: disabled RLE font loading as it's not used anymore.
-
-2003-07-21 Monday 17:48  gbazin
-
- * modules/codec/quicktime.c, configure.ac: ported the audio part of the quicktime module to win32.
-
-2003-07-21 Monday 17:29  gbazin
-
- * Makefile.am, install-win32: removed rle fonts from the win32 package and added the necessary files for the http interface.
-
-2003-07-21 Monday 01:38  hartman
-
- * vlc.ebuild: disabled kde, fixed mad and freetype support
- * Makefile.am: added html files for http intf to macosx.
-   windows and beos probably need to do this too.
-
-2003-07-20 Sunday 23:46  gbazin
-
- * modules/misc/freetype.c: set default font on win32. Fixed small memleak as well.
-
-2003-07-20 Sunday 23:30  gbazin
-
- * modules/packetizer/copy.c, modules/stream_out/transcode.c: handle raw RV15, RV16, RV24, RV32,
- GREY.
-
-2003-07-20 Sunday 23:05  sigmunau
-
- removed some c++ style comments, fixed some untrue comments, moved a
- function prototype
-
-2003-07-20 Sunday 22:16  hartman
-
- * Update of language files
-
-2003-07-20 Sunday 22:06  hartman
-
- * bumped up version to 0.6.1-test1
-
-2003-07-20 Sunday 21:41  hartman
-
- * Set the default font on Mac OS X to the system font.
-
-2003-07-20 Sunday 21:28  gbazin
-
- * modules/gui/wxwindows/streamout.cpp: small cosmetic change for the streamout dialog.
-
-2003-07-20 Sunday 20:54  hartman
-
- * removed matrox support, since the modules is broken
-   http://bugs.gentoo.org/show_bug.cgi?id=24910
-
-2003-07-20 Sunday 20:42  ipkiss
-
-  * modules/gui/skins/*: removed useless code
-
-2003-07-20 Sunday 20:33  gbazin
-
- * src/input/input_ext-plugins.c: fixed previous commit.
- * modules/gui/wxwindows/interface.cpp: fixed a couple of bugs.
-
-2003-07-20 Sunday 19:48  hartman
-
- * README.MacOSX.rtf: updated section on subtitles.
- * vlc.ebuild: added amd64 keyword. changed script to use emake again.
-   Removed MODULES from the doc installation.
- * src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs.
- * share/vlc_win32_rc.rc: Changed the Win32 name of VLC from,
-   "An Opensource Media Player" to "VLC media player".
- * other: added the new transcoding codecs, channels option and SAP option
-   to the stream output dialog.
-
-2003-07-20 Sunday 16:56  ipkiss
-
-  * modules/misc/freetype.c: compilation fix for windows
-
-2003-07-20 Sunday 16:26  sigmunau
-
- Draw the text in the U and V planes as well. Removes the transparency effect.
- Also check which chroma is in use and give an error message if it isn't
- supported.
-
- Someone (possibly me) should write some renderer functions for other
- colorspaces.
-
-2003-07-20 Sunday 15:33  gbazin
-
- * Added MPEG 1 to the list of encapsulation methods (useful to produce files playable by WMP).
-
-2003-07-20 Sunday 15:17  gbazin
-
- * src/input/input_ext-plugins.c: in input_FillBuffer(), if we can't immediately allocate a new buffer, try until we manage to get one.
-
-2003-07-20 Sunday 12:34  sigmunau
-
- some cleanup in file info code, add fourccs in hex form ( some users want
- that ), add audio bitrate when available (untested)
-
-2003-07-20 Sunday 12:22  gbazin
-
- * modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file dialogs so only use open file dialogs on win32 in the preferences menu.
- * Makefile.am: removed INSTALL.win32 from the win32 package as it's only useful for developpers anyway.
-
-2003-07-20 Sunday 10:38  gbazin
-
- * modules/gui/wxwindows/*, include/vlc_interface.h: new generic "open file" dialog.
- * modules/gui/skins/*: use the new generic "open file" dialog to load skins.
-
-2003-07-20 Sunday 08:30  zorglub
-
- modules/control/joystick.c: Joystick control module (linux only)
-
- disabled by default, use --enable-joystick & --extraintf joystick
-
- actions are:
-       left-right: variable speed seek
-       up-down: browse the playlist
-       button 1: play/pause
-       button 2: fullscreen
-
-2003-07-19 Saturday 16:33  gbazin
-
- * modules/gui/wxwindows/*: proper characters encoding conversions.
-    Override the popup menu only for the main interface.
-
-2003-07-19 Saturday 15:25  sigmunau
-
- alsa is only available on linux
-
-2003-07-19 Saturday 15:15  sigmunau
-
- Render the glyph for each character only once, and not once for each frame.
- Should speed up things a bit.
-
-2003-07-19 Saturday 15:12  fenrir
-
-  * mp4: parse another box.
-
-2003-07-19 Saturday 14:41  sigmunau
-
- Use proper linespacing
-
-2003-07-19 Saturday 14:22  gbazin
-
- * src/libvlc.c: use UTF-8 internally on win32.
-
-2003-07-19 Saturday 14:14  sigmunau
-
- fix linking with iconv for the spudec module
-
-2003-07-19 Saturday 11:29  sam
-
-   * Makefile.am: Fixed the plugins' target directory location.
-
-2003-07-19 Saturday 00:02  hartman
-
- * NEWS: added some more stuff for the upcoming 0.6.1
- * vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes.
-
-2003-07-18 Friday 23:50  hartman
-
- * add a #include <errno.h>
-
-2003-07-18 Friday 23:41  hartman
-
- * Add -liconv to the ldflags of the spudec module.
- * Add -framework Carbon to the ldflags of the spudec module when Carbon is
-   present. freetype-config unfortunatly omits this on MacOSX.
-
- I think I did this correctly, but it might be wise to review this :)
-
-2003-07-18 Friday 20:52  gbazin
-
- * src/libvlc.h: disabled the encoders config options (encoders are not used anymore, all the encoding is done in the stream output transcode module).
- * src/misc/win32_specific.c: added an --high-priority config option on win32 to increase the priority of the process (default enabled for now so the behaviour isn't changed.)
-
-2003-07-18 Friday 20:16  hartman
-
- * had forgotten to actually activate mozilla :)
-
-2003-07-18 Friday 20:06  gbazin
-
- * modules/audio_output/alsa.c: alsa is now the default audio output.
- * src/misc/configuration.c: removed unnecessary line.
- * modules/gui/skins/parser.*: small cosmetic change.
-
-2003-07-18 Friday 20:00  hartman
-
- * mozilla support enabled
- * added USE mad and libid3tag
- * added mp3lame capability to ffmpeg.
- * updated wxGTK requirements to 2.4.1
-
-2003-07-18 Friday 19:26  titer
-
-  Added 'CDVC' fourcc (another one for DV video)
-
-2003-07-18 Friday 14:18  gbazin
-
- * modules/gui/wxwindows/wxwindows.cpp: oops.
-
-2003-07-18 Friday 13:22  gbazin
-
- *  modules/gui/wxwindows/*: avoid queuing popup menu events while one is already being displayed.
-
-2003-07-18 Friday 11:39  gbazin
-
- * modules/video_output/directx/events.c: closing the video window doesn't doesn't exit vlc anymore, it just stops the current stream.
- * modules/gui/wxwindows/*: fix for popup menu placement.
-
-2003-07-17 Thursday 22:54  gbazin
-
- * src/playlist/playlist.c: fixed recent playlist breakage.
-
-2003-07-17 Thursday 18:58  gbazin
-
- * modules/gui/wxwindows/*: enable popup menu support in the "dialogs provider".
-
-2003-07-17 Thursday 17:30  gbazin
-
- * modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface".
-    Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...).
-    + misc small enhancements.
-
- * modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module).
-    The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs.
-
-2003-07-17 Thursday 16:34  sam
-
-   * Makefile.am: Parse mozilla after . so that the mozilla plugin gets its
-     dependencies right.
-   * src/stream_output/announce.c: Compilation fix.
-
-2003-07-17 Thursday 15:49  sam
-
-   * m4/vlc.m4: Looks like POSIX shell reduces "`eval echo '$'FOO`" to "" even
-     if $FOO contains spaces. Worked around the problem.
-
-2003-07-17 Thursday 14:54  sam
-
-   * configure.ac vlc-config.in.in: Oops, vlc-config needs top_builddir, not
-     top_srcdir.
-
-2003-07-17 Thursday 14:28  sam
-
-   * src/stream_output/announce.c:
-     + Fixed Win32 port.
-     + Speed optimizations in split().
-     + More coding style fixes.
-
-2003-07-17 Thursday 14:10  sam
-
-   * src/stream_output/announce.c:
-     + Coding style fixes.
-     + Use memcpy() instead of for() loops.
-
-2003-07-17 Thursday 13:09  sam
-
-   * mozilla/Makefile.am: Fixed stamp-pic generation, it was created in the
-     current directory but looked for in the parent directory.
-
-2003-07-17 Thursday 13:01  sam
-
-   * debian/compat:
-     + New debhelper file.
-   * debian/control:
-     + Updated debhelper build-dependency to (>= 3.4.4) because we now
-       use debian/compat.
-     + Use ${misc:Depends} everywhere.
-
-2003-07-17 Thursday 12:06  sam
-
-   * mozilla/Makefile.am: Moved mozilla plugin generation directives here.
-   * configure.ac: Propagate $(top_srcdir) to the vlc-config call.
-
-2003-07-17 Thursday 09:25  sigmunau
-
- mozilla/vlcplugin.h: added the video/x-ms-wmv mime type
- mozilla/npvlc_rc.rc: added all the missing types from vlcplugin.h
-
-2003-07-16 Wednesday 21:42  sam
-
-   * Makefile.am: added /usr/lib/mozilla/include/idl to the xpidl include
-     directory, because that's where Gentoo puts it.
-
-2003-07-16 Wednesday 17:19  gbazin
-
- * modules/codec/spudec/spudec.c: oops, proper fix for the proper initialization of the proper iconv handle ;)
-
-2003-07-16 Wednesday 17:17  gbazin
-
- * modules/codec/spudec/spudec.c: proper initialization of the iconv handle.
-
-2003-07-16 Wednesday 16:33  sam
-
-   * mozilla/*: Additional Mozilla 1.4 compilation fixes.
-
-2003-07-16 Wednesday 16:06  sam
-
-   * configure.ac: complain when mozilla-config isn't found.
-
-2003-07-16 Wednesday 15:52  sam
-
-   * bootstrap:
-     + Minor indentation fix.
-   * toolbox:
-     + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
-   * po/*:
-     + Re-ran toolbox --update po.
-
-2003-07-16 Wednesday 15:40  sam
-
-   * debian/changelog:
-     + Prepared my next Debian upload.
-   * debian/control:
-     + Set policy to 3.6.0. No changes required.
-     + Extended the package description.
-
-2003-07-16 Wednesday 15:32  sam
-
-   * modules/access/http.c:
-     + Fixed gcc 3 warnings (type punning).
-   * modules/access/mms/mmstu.c:
-     + Fixed a gcc 3 warning (long constant).
-
-2003-07-16 Wednesday 15:25  sam
-
-   * modules/video_output/x11/xcommon.c: Select events in the video subwindow
-     instead of the base window, because newer versions of Mozilla select
-     ButtonPress for the window it gives us, and XSelectInput only allows
-     one client to select this event.
-
-2003-07-15 Tuesday 18:12  sigmunau
-
- moved Doxyfile to doc/ to make sam happy. Changed Doxyfile so the generated
- documentation does not include information on which headers each file
- includes, since this information isn't correct.
-
- Clarified and doxygenized some of the documentation on subpictures
-
-2003-07-15 Tuesday 18:01  alexis
-
- Update for the spec files.
-
-2003-07-15 Tuesday 16:07  gbazin
-
- * modules/mux/mpeg/ps.c: save pack and system headers for http streaming.
-
-2003-07-15 Tuesday 13:12  gbazin
-
- *  modules/mux/mpeg/ps.c,ps.c: the ps muxer can now create mpeg system (mpeg1) files as well. Also modified the ps muxer to output streams with system headers.
-
-2003-07-14 Monday 22:25  sigmunau
-
-        had to forget something :)
-
-2003-07-14 Monday 21:32  sigmunau
-
- All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances.
-
- include/video_output.h: added some members needed by text renderer modules
- src/video_output/video_output.c: load and unload text renderer module when needed
- src/video_output/video_text.c: implemented some functions to show text on the video
- include/osd.h: exported the functions to show text
- modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module.
- modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module
- configure.ac: changes "osdtext" to "freetype" some places
- modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles
- modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested.
- modules/demux/util/sub.c: remove all traces of the ugly old osdtext module
- modules/misc/dummy/*: added a "text renderer" submodule in the dummy module
- src/misc/modules.c: included osd.h as it seems to be needed to export symbols
-
- final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts.
-
-2003-07-14 Monday 20:36  sigmunau
-
- toolbox: made a --add-include that can be used by doxygen to get proper
-          includes in the .h files, since they are parsed out of context by
-        doxygen
- Doxyfile: misc fixes, use ./toolbox --add-include as filter for sources.
- include/vlc_common.h: doxygenized VLC_COMMON_MEMBERS
-
- With these changes, and a slightly patched version of doxygen (which you can
- get here: http://www.idi.ntnu.no/~sigmunau/doxygen-vlcpatched.tgz ) you should
- be able to get some useful documentation out of the vlc sources.
-
-2003-07-14 Monday 16:10  gbazin
-
- * configure.ac, modules/control/http.c: compilation fix for platforms without ctime_r().
-
-2003-07-13 Sunday 19:58  massiot
-
- * Only allow 4x fast-forward, since 8x won't work on low-end machines,
-   and our dear users report it as a bug.
-
-2003-07-13 Sunday 14:55  gbazin
-
- * modules/gui/skins/*: removed unused GTK2_SKINS code.
-
-2003-07-13 Sunday 13:18  gbazin
-
- * modules/stream_out/transcode.c: implemented some very basic channels downmixing. Was necessary to be able to transcode a52 > stereo to mpga.
-
-2003-07-13 Sunday 12:52  sigmunau
-
- cleanup comments
-
-2003-07-13 Sunday 12:35  massiot
-
- * modules/demux/mpeg: 0x06 stream type can be used for something else
-   than A/52, so disabled it for the moment (we should actually check for
-   the presence of a descriptor).
-
-2003-07-13 Sunday 12:15  massiot
-
- * modules/codec/libmpeg2.c: Fixed a major bug where the picture heap
-   would progressively empty on some DVDs.
-
-2003-07-12 Saturday 13:33  gbazin
-
- * modules/gui/wxwindows/*: added a "simple open" entry to the "File" menu of the interface and playlist. That entry just opens a wxFileDialog().
-
-2003-07-12 Saturday 00:56  fenrir
-
-  * http.c : fix definition conflict under OS X (at least).
-
-2003-07-11 Friday 23:36  gbazin
-
- * modules/gui/wxwindows/streamout.cpp, wxwindows.h: added an audio channels combobox for transcoding.
- * NEWS: update in preparation for 0.6.1.
-
-2003-07-11 Friday 23:14  gbazin
-
- * modules/audio_output/directx.c: 5.1 audio output now works on sblive/audigy as well :)
- * modules/audio_output/waveout.c: fixed the waveOut plugin so works on NT4 as well... that complicates the plugin a bit more than I would have wanted, but hey.
- * modules/gui/wxwindows/messages.cpp: the verbose checkbox is set to the value of the --verbose config option.
-
-2003-07-11 Friday 19:29  fenrir
-
-  * disabled by default. (It's a nice security hole for those)
-
-2003-07-11 Friday 18:21  fenrir
-
-  * index: little fix for refresh url.
-  * browse: example.
-
-2003-07-11 Friday 18:19  fenrir
-
-  * http: * fix for double // under linux.
-          * another useless feature: can browse local files (for sout)
-
-2003-07-11 Friday 11:58  gbazin
-
- * configure.ac: always use the built-in getop on win32 (cygwin's one is buggy).
-     Disable the gtk2/gnome2 interfaces as they are currently unuseable and this option was confusing users more than anything else.
-     Enabled the mp4 muxer (Although it doesn't yet produce streams compatible with quicktime).
-
-2003-07-11 Friday 09:50  gbazin
-
- * include/httpd.h: compilation fix.
- * modules/control/http.c: win32 fixes.
-
-2003-07-11 Friday 08:04  sam
-
-   * po/POTFILES.in: Updated this file from a pristine CVS tree to avoid cruft.
-
-2003-07-11 Friday 07:13  gbazin
-
- * modules/audio_output/alsa.c: enabled 4 and 5.1 channels modes (although stereo stays the default).
-
-2003-07-10 Thursday 23:55  fenrir
-
-  * mmstu: workaround for some streams. (missing 0x11 answer).
-
-2003-07-10 Thursday 22:37  fenrir
-
-  * httpd: fix a segfault.
-
-2003-07-10 Thursday 22:29  fenrir
-
-  * all: samples pages for http interface.
-
-2003-07-10 Thursday 22:24  fenrir
-
-  * http: rework of the http interface.
-
-  There is no more hardcoded html page. The interface recursively parse a
- directory, exporting all  files. All .htm/.html are  parsed, and special
- macro are  used. I will commit  somes samples pages in  share/http and I
- hope documentations.
-
-  TODO: - (re)implement access control in httpd (but in a useable way).
-        - clean login/password management. (for now .access protects
-        a whole directory).
-        - doc ;)
-
-2003-07-10 Thursday 18:29  zorglub
-
- * http: added support for user/pass (--http-user & --http-pass)
-
- * httpd: removed hard-coded user/pass for admin page.
-    (now: --http-admin-pass & --http-admin-user )
-
-2003-07-10 Thursday 11:15  adn
-
- now messages can be saved to a file
-
-2003-07-10 Thursday 07:08  sam
-
-   * vlc.spec.redhat: Renamed this file to vlc.spec again. It's the expected
-     filename in a package.
-
-2003-07-10 Thursday 01:33  fenrir
-
-  * ffmpeg: some clean. Added a mutex to avoid multiple initialisation.
-
-2003-07-10 Thursday 00:47  hartman
-
- * fixed glide header detection
- * added matroska, dvb and pvr USE vars.
- * enabled support for flac.
- * removed libdv support since it's deprecated
- * enabled freetype support if USE=truetype
- * enabled satellite support if USE=dvb
- * added local USE variable pvr to compile with pvr support
- * added local USE variable matroska to compile with experimental matroska
-   support/ebuilds. See also http://forums.gentoo.org/viewtopic.php?t=63722&highlight=matroska.
-
-2003-07-09 Wednesday 22:10  gbazin
-
- * modules/demux/ogg.c: latest change for web radios support did affect the quality of normal
- ogg files. Make the check a bit more strict.
-
-2003-07-09 Wednesday 21:42  gbazin
-
- * modules/gui/wxwindows/interface.cpp: resume after pause was broken recently.
- * src/audio_output/output.c: reverted a recent change that was screwing up the proper scheduling of audio samples after a starvation. That should improve the heavy resampling we currently have after a pause.
- * modules/audio_output/alsa.c: improvements and fixes to the alsa audio output.
-
-2003-07-09 Wednesday 13:52  sam
-
-   * mozilla/vlcshell.cpp: free() requires <stdlib.h>.
-
-2003-07-09 Wednesday 10:59  adn
-
- corrected a newbie notation
-
-2003-07-09 Wednesday 09:30  adn
-
- a "clear" button now allows to clear the messages' text window
-
-2003-07-09 Wednesday 01:31  hartman
-
- * don't sleep while committing.
-
-2003-07-09 Wednesday 01:30  hartman
-
- * Update next/previous item routines. it descends from next chapter to
-   next title to next playlistitem. The old code for this was buggy. This
-   should work better. Especially for CDDA's, since we previously didn't support
-   titles.
-
-2003-07-08 Tuesday 16:21  sam
-
-   * toolbox: we cannot use `printf '\r'` under Cygwin; use a real ^M character
-     instead.
-
-2003-07-08 Tuesday 13:40  sam
-
-   * bootstrap: Removed dashes from makefile variables.
-
-2003-07-08 Tuesday 13:13  sam
-
-   * po/: Updated pofiles using the new toolbox.
-
-2003-07-08 Tuesday 13:09  sam
-
-   * bootstrap:
-     + Removed a useless use of cut.
-     + Do not fail in the "clean" rule if no targets were built.
-   * Makefile.am:
-     + Propagate $(srcdir) to toolbox.
-   * toolbox:
-     + Do not include .moc files in POTFILES.in.
-     + Fixed the generation of MSVC project files (untested).
-
-2003-07-07 Monday 18:14  sam
-
-   * Makefile.am: Do not try to install PIC builtins if --enable-mozilla was
-     not specified.
-
-2003-07-07 Monday 17:01  sam
-
-   * AUTHORS: Added Olivier Aubert.
-   * HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.
-
-2003-07-07 Monday 16:59  sam
-
-   * modules/control/corba/: Olivier Aubert's CORBA plugin. Almost verbatim,
-     compiles cleanly (to build the medicacontrol.so library you need to cd to
-     that directory and "make medicacontrol.so") but untested.
-   * src/playlist/playlist.c: Mostly harmless fix to playlist.c suggested by
-     Olivier.
-
-2003-07-07 Monday 16:53  sam
-
-   * bootstrap: The "clean" rule now also removes generated sources.
-
-2003-07-07 Monday 15:50  gbazin
-
- * modules/gui/wxwindows/streamout.cpp: added vorbis transcoding + fixed default codec selection.
- * modules/stream_out/transcode.c: fixed segfault when muxer doesn't handle an audio codec, fixed mp3 transcoding support.
- * modules/stream_out/standard.c: clean-up.
-
-2003-07-07 Monday 14:56  massiot
-
- Do not link twice with -logg under Darwin.
-
-2003-07-07 Monday 12:04  sam
-
-   * mozilla/: Tried to fix the build with mozilla 1.4. Tested on Debian.
-
-2003-07-07 Monday 07:14  adn
-
- * now spaces are allowed in SAP annouces.
-
-2003-07-06 Sunday 23:14  massiot
-
- Fixed Mac OS X build.
-
-2003-07-06 Sunday 18:20  gbazin
-
- * install-win32: fixed my last commit.
-
-2003-07-06 Sunday 16:35  sigmunau
-
- Makefile.am: pass version strings to windres
- share/vlc_win32_rc.rc: provide some version info in the vlc binary
- If all is well, this should not break msvc build, but binaries built
- with msvc will have version 0.0.0
-
-2003-07-06 Sunday 16:22  gbazin
-
- * INSTALL.win32: added an instruction for using tar to extract the contrib.
- * modules/stream_out/transcode.c: added mp3 fourcc.
-
-2003-07-06 Sunday 16:13  gbazin
-
- * modules/gui/wxwindows/streamout.cpp: clean-up for sap support.
-     Added a couple of transcoding codecs (WMV2, MJPG, mp3).
-     The output filename is now surrounded by quotes and the MRL is updated correctly on codec change.
- * install-win32: start menu shortucts are installed in the "All Users" section.
- * configure.ac: added a --with-ffmpeg-mp3lame option for when ffmpeg was compiled with mp3lame support.
-
-2003-07-05 Saturday 21:31  alexis
-
- es.c: fix typo.
-
-2003-07-05 Saturday 15:35  sam
-
-   * modules/gui/skins/src/skin_main.cpp, modules/gui/wxwindows/wxwindows.cpp:
-     Do not unload the WxWindows plugins on Unix, because they might be linked
-     with Gtk which makes evil use of atexit().
-
-2003-07-05 Saturday 15:00  zorglub
-
- * sap.c: Improved IPv6 multicast detection
-
- * announce.c:
-       - coding style fixes
-       - fixed port detection in IPv6 addresses (with ':' inside)
-
-2003-07-05 Saturday 14:47  sam
-
-   * Makefile.am: "make dist-woody" builds a tarball suitable for a Debian
-     woody package build.
-   * bootstrap:
-     + Remove config.h.in and config.h before running autoheader.
-     + Added "set -e" for better error tracking.
-     + Call autoheader and automake after autoconf so that the first build does
-       not need to call autoheader.
-   * debian/woody-buildpackage:
-     + Removed that script and put the code in toolbox.
-   * debian/control:
-     + Added a build-dependency on libmatroska-dev.
-   * debian/rules:
-     + Activated Matroska support.
-     + Re-enabled dh_installchangelogs.
-
-2003-07-04 Friday 19:00  titer
-
-  logo.c : gcc != 3 compile fix
-
-2003-07-04 Friday 16:35  sam
-
-   * debian/changelog: Changelog for the forthcoming 0.6.0+cvs-20030704-1 Debian
-     upload.
-   * debian/rules: Build builtins in the first compile pass, and build plugins
-     and PIC builtins in the second pass, so that PIC and non-PIC never get
-     messed.
-   * modules/demux/mkv.cpp: Added minor verbosity in a warning message.
-   * modules/gui/kde/preferences.cpp: Fix for woody's KDE.
-   * modules/stream_out/transcode.c: Workaround for woody's vorbisenc.h.
-
-2003-07-04 Friday 15:20  adn
-
- * Added a SAP Announces Button for wxWindows
-
-2003-07-04 Friday 14:56  sam
-
-   * bootstrap:
-     + Disabled a redundant BUILT_SOURCES variable.
-   * debian/woody-buildpackage:
-     + Disable skins for woody (no WxWindows).
-     + Do not build a diff since we always use the pristine tarball.
-
-2003-07-04 Friday 14:26  adn
-
- * bug fix, @ is not necessary in fact ;)
-
-2003-07-04 Friday 14:06  adn
-
- * Fix Bug thanks to Cif: url form was "IP:port" and port 1234 was
-   systematically sent separately.
-
- * Multicast IP form is "@IP" and not "IP". Right ?
-
-2003-07-04 Friday 13:53  sam
-
-   * bootstrap: Recursive rules now check for $(MAKE)'s return value so that
-     build errors are never ignored.
-
-2003-07-04 Friday 12:20  adn
-
- * Added a Miscellaneous Panel in wxwindows stream output.
-
- * Added a SAP Announce button in this panel.
-
-2003-07-03 Thursday 19:25  garf
-
-  * logo.c : a little filter to put a PNG picture on video output (use mouse features :)
-
-2003-07-03 Thursday 12:20  sam
-
-   * debian/rules: Fixed a zshism in a variable's pattern substitution.
-
-2003-07-03 Thursday 11:23  sam
-
-   * bootstrap, Makefile.am: Slightly reduced build verbosity.
-
-2003-07-03 Thursday 09:37  sam
-
-   * Makefile.am: Fixed the installation of plugins that were going one
-     directory too low.
-
-2003-07-03 Thursday 03:35  sam
-
-   * debian/rules: Fixed the package generation on !x86.
-   * .cvsignore: Do not ignore the m4 directory.
-
-2003-07-03 Thursday 02:56  sam
-
-   * Makefile.am:
-     + If a builtin has been rebuilt, rebuild vlc.
-     + Do not rebuild the Mozilla plugin's xpt when the Makefile changes.
-
-2003-07-03 Thursday 00:11  fenrir
-
-  * ps: fix a dead loop with mis-detected file or bad content.
-
-2003-07-02 Wednesday 22:47  sam
-
-   * configure.ac: pass -multiply_defined suppress to the linker under Darwin,
-     thanks to DJ.
-
-2003-07-02 Wednesday 20:01  gbazin
-
- * toolbox: fixed ./toolbox --distclean
-
-2003-07-02 Wednesday 18:44  zorglub
-
- * httpd.c: fixed a french string
-
- * sap.c: use defines
-
-2003-07-02 Wednesday 16:12  sam
-
-   * debian/changelog: Debian-specific changelog for a pending upload.
-
-2003-07-02 Wednesday 14:08  sam
-
-   * bootstrap: Fix for the Mozilla plugin build.
-
-2003-07-02 Wednesday 13:50  sam
-
-   * bootstrap: Guaah. Typo.
-
-2003-07-02 Wednesday 13:32  sam
-
-   * bootstrap: Workaround for an automake1.6 issue. Not a big deal, the code
-     is actually nicer this way.
-
-2003-07-02 Wednesday 11:21  sam
-
-   * bootstrap:
-     + The clean rule properly removes generated objects.
-     + Optimized recursive builds.
-   * debian/rules:
-     + Fixed a typo in the changelog installation.
-
-2003-07-02 Wednesday 09:30  alexis
-
- Updated vlc.spec file for Linux Mandrake.
-
-2003-07-01 Tuesday 21:32  fenrir
-
-  * http: removed a too verbose message, make vim happier.
-
-2003-07-01 Tuesday 19:17  sam
-
-   * configure.ac:
-     + Fixed a == test bashism.
-     + Cosmetic changes.
-   * toolbox, vlc-config.in.in: Cosmetic changes.
-   * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
-
-2003-07-01 Tuesday 18:28  sam
-
-   * vlc-config.in.in: Reverted one of my first Solaris workarounds rendered
-     obsolescent by the latest ones.
-
-2003-07-01 Tuesday 17:46  sam
-
-   * configure.ac: Ooops, got the attribute(packed) check upside-down.
-
-2003-07-01 Tuesday 17:28  sam
-
-   * bootstrap: Fixed detection of older automake version that advertise
-     themselves as 1.[0-5]-* instead of 1.[0-5].*.
-
-2003-07-01 Tuesday 17:14  sam
-
-   * configure.ac: Added a compiler check for __attribute__((__packed__)).
-
-2003-07-01 Tuesday 16:34  sam
-
-   * vlc-config.in.in: Used printf instead of a sed construct, just in case
-     we reach 200 plugins one day, because Solaris (did I mention it sucked?)
-     has a crap sed.
-
-2003-07-01 Tuesday 16:25  sam
-
-   * bootstrap:
-     + Removed the Modules.am generation. To build module/foo/libfoo.so, you
-       now need to cd modules/foo and make libfoo.so.
-     + Workaround for Solaris sed. Which sucks. Did I mention that before?
-
-2003-07-01 Tuesday 15:06  sam
-
-   * configure.ac: Added a --with-v4l option like in VLS.
-
-2003-07-01 Tuesday 14:25  sam
-
-   * m4/vlc.m4: output all modules to vlc-config, not just those who define
-     their LDFLAGS.
-   * bootstrap: use grep >/dev/null 2>&1 instead of grep -q because of retarded
-     systems such as our beloved Solaris.
-   * po/:
-     + Regenerated vlc.pot.
-     + Updated British translation.
-     + Fixed fuzzy entries in the French translation.
-
-2003-07-01 Tuesday 13:13  sam
-
-   * Makefile.am: Gaaaaah, forgot to rename headers again!
-
-2003-07-01 Tuesday 13:12  sam
-
-   * modules/gui/wxwindows/interface.cpp: Display the VLC version in the about
-     dialog (Fixes: #946).
-
-2003-07-01 Tuesday 12:56  sam
-
-   * include/error.h: Renamed this file to include/vlc_error.h to avoid name
-     conflicts. Most headers in that directory should probably be renamed to
-     their vlc_ equivalent.
-
-2003-07-01 Tuesday 12:50  sam
-
-   * Makefile.am:
-     + Forward AM_MAKEFLAGS through recursive makefiles.
-     + Removed the plugins and builtins rules. This causes libintl to be built
-       before the plugins.
-   * bootstrap:
-     + Enabled recursive builds of plugins and builtins.
-   * vlc-config.in.in:
-     + Fixed a typo.
-   * debian/changelog:
-     + Next upload will fix bug #199427.
-
-2003-07-01 Tuesday 12:01  sam
-
-   * toolbox: use awk, not nawk, and fixed syntax to match older awks.
-
-2003-07-01 Tuesday 11:58  sam
-
-   * toolbox: use nawk instead of awk (Fixes: #780).
-
-2003-07-01 Tuesday 11:58  sam
-
-   * HACKING: updated doc to match the new build.
-
-2003-07-01 Tuesday 09:00  adn
-
- * I am just a boulet :(
-
-2003-07-01 Tuesday 08:55  adn
-
- * little fix, sorry !
-
-2003-07-01 Tuesday 08:30  adn
-
- * thanks to Cif, added "Ban", "Unban", "Kick/Ban" options in http administration page
-
- * added a link to return to the main administration page after a kick or ban operation
-
-2003-06-30 Monday 20:44  gbazin
-
- * modules/stream_out/transcode.c: forgot to remove a variable used for debugging.
-
-2003-06-30 Monday 20:08  gbazin
-
- * modules/stream_out/transcode.c: compilation fix.
-
-2003-06-30 Monday 01:52  hartman
-
- * remove debug statements.
-
-2003-06-30 Monday 01:51  hartman
-
- * modules/gui/macosx/controls.m:
- * modules/gui/macosx/intf.m:
-   - Our Next/Previous commands now go from chapter trough title trough playlist.
-   - We weren't checking for titles without chapters, which made using CDDA
-     a little hard.
- * modules/gui/macosx/playlist.m: An improved way to delete selected items.
-   - also fixes a bug where only half the items selected in the playlist got
-     actually deleted.
-
-2003-06-29 Sunday 22:07  gbazin
-
- * modules/visualization/xosd/xosd.c: lowered the module's score.
-
-2003-06-29 Sunday 20:58  gbazin
-
- * configure.ac, modules/mux/ogg.c, modules/stream_out/transcode.c: vorbis transcoding support (the transcoder still doesn't support vorbis decoding though, so no vorbis -> else transcoding)
-
-2003-06-29 Sunday 20:15  sam
-
-   * toolbox: fuck OS X!
-
-2003-06-29 Sunday 19:15  fenrir
-
-  * m3u: remove useless debug messages, fix element insertion.
-
-2003-06-29 Sunday 19:12  sam
-
-   * debian/rules:
-     + Enabled the video4linux input plugin.
-
-2003-06-29 Sunday 19:04  sam
-
-   * toolbox: syntax fix for OS X's retarded sed.
-
-2003-06-29 Sunday 14:57  sam
-
-   * m4/vlc.m4: Prepend LDFLAGS instead of appending them.
-
-2003-06-29 Sunday 14:00  ipkiss
-
-  * fr.po: some new translations + fixes
-
-2003-06-29 Sunday 00:14  hartman
-
- * modules/gui/macosx/playlist.m: 10.1 is archaic. i don't know why i bother ;)
-   finally fixed, confirmed etc.
- * doc/fortunes.txt: one more
-
-2003-06-28 Saturday 23:56  fenrir
-
-  * ffmpeg: disable direct rendering when width or height aren't a multiple
- of 16 (on the fly not only based upon header).
-
-  * httpd: test if INADDR_ANY is bind when requesting a host. (To be able to
- use http interface with http streaming).
-
-2003-06-28 Saturday 21:27  fenrir
-
-  * input: close all vouts (not only the first one).
-
-2003-06-28 Saturday 21:18  fenrir
-
-  video_output.c: should fix playback of file with multiple video track,
- and usage of display in stream output.
-
-2003-06-28 Saturday 21:16  fenrir
-
-  * ffmpeg : do no try to automatically set ffmpeg-truncated (it's broken
-  with .mp4 files)
-
-2003-06-28 Saturday 21:03  hartman
-
- * s/;T;/;D;
-   Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
-
-2003-06-28 Saturday 19:19  fenrir
-
-  * m3u: clean up and fix .m3u parsing. Please *test*.
-
-2003-06-28 Saturday 17:20  fenrir
-
-  * input.c : call input_DelInfo _after_ that all decoders have been
- destroyed as vorbis decoder could add info.
-
-2003-06-28 Saturday 15:27  sam
-
-   * Makefile.am: fixed the location of the intl sources.
-
-2003-06-28 Saturday 14:31  sam
-
-   * configure.ac:
-     + Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl.
-     + Added CVS Id string.
-   * m4/vlc.m4:
-     + Added CVS Id string.
-
-2003-06-28 Saturday 13:04  sam
-
-   * Makefile.am:
-     + Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir).
-     + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because
-       generated files end in $(builddir).
-     + Added -Imozilla to the mozilla plugin link flags.
-     + Look for mozilla/vlcintf.idl in $(srcdir).
-   * configure.ac:
-     + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config.
-   * toolbox:
-     + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}.
-     + Prepend ${srcdir} to header files we handle.
-   * m4/vlc.m4:
-     + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in
-       ${builddir}.
-   * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp:
-     + Include the pixmap with a path relative to the current directory.
-
-    This commit should fix builds that use --srcdir (Closes: #319).
-
-2003-06-28 Saturday 12:07  massiot
-
- * modules/demux/mkv.cpp: Compile fix for OS X.
-
-2003-06-28 Saturday 01:17  sam
-
-   * toolbox:
-     + toolbox --changelog now only generates this year's changelog.
-   * ChangeLog, doc/ChangeLog-*:
-     + Split the changelog into several files, one per year.
-   * debian/rules, vlc.ebuild:
-     + Distribute the new changelog files.
-
-2003-06-28 Saturday 00:29  sam
-
-   * vlc.ebuild:
-     + Apply the same changes to configure as to configure.ac.
-     + Fix autotools timestamps so that the build does not trigger useless
-       autoconf and automake runs. Our snapshots are correctly bootstrapped
-       and do not need extra fiddling.
-
-2003-06-27 Friday 23:31  sam
-
-   * debian/changelog:
-     + Updated to the latest Debian unstable upload.
-   * debian/rules:
-     + Moved the skins interface into the wxvlc package.
-     + Cosmetic fixes.
-   * debian/control:
-     + Updated the description of the wxvlc package.
-   * bootstrap:
-     + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS.
-   * Makefile.am:
-     + Put modules in SUBDIRS, not DIST_SUBDIRS.
-   * .cvsignore:
-     + Ignore vlc-config.in.
-
-2003-06-27 Friday 18:27  sam
-
-   * Makefile.am: create directories before installing stuff in them.
-   * m4/Makefile.am: distribute our generated private.m4 file.
-
-2003-06-27 Friday 17:01  sam
-
-   * configure.ac: link the mkv plugin with -lmatroska_pic -lebml_pic if found.
-
-2003-06-27 Friday 16:26  sam
-
-   * Makefile.am:
-     + Removed trailing / from directory names.
-     + Used dummy instead of "" in the for/do/done loops.
-     + Protected a couple of filenames with double quotes.
-
-2003-06-27 Friday 16:15  gbazin
-
- * configure.ac: fixed matroska detection.
-
-2003-06-27 Friday 14:05  sam
-
-   * m4/vlc.m4: CVS forgot to add this file. I swear.
-
-2003-06-27 Friday 13:50  sam
-
-   * bootstrap:
-     + New build system, using recursive makefiles. Due to the amount of code
-       in VLC, this had become unavoidable.
-     + Removed the check for OS X's stack size, since our automake targets are
-       a lot less hungry now.
-     + Ditto for Solaris's sed.
-     + Since automake-1.6 is faster than 1.7, use it first if both are present.
-   * m4/vlc.m4:
-     + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS
-       and AX_ADD_LDFLAGS macros that do all the magic to detect possible
-       modules and register their flags.
-     + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros.
-     + Some magic to generate vlc-config.
-   * configure.ac:
-     + Moved most code to the AX_ADD_* macros.
-     + Explicitely added all target Makefiles.
-   * modules/**/Modules.am:
-     + Path to sources are now relative to Modules.am's directory level.
-
-2003-06-27 Friday 13:38  sam
-
-   * src/misc/configuration.c: minor fix in a comment.
-   * src/playlist/playlist.c: the -Z mode randomises the first item as well.
-
-2003-06-27 Friday 10:31  zorglub
-
- * modules/demux/m3u.c :
-     Added name support. Only implemented for M3U and B4S playlists at the moment
-
- * src/playlist/playlist.c
-   include/vlc_playlist.h   : Added the playlist_AddName function to add an item with its name without filling an item structure.
-
-2003-06-26 Thursday 19:36  gbazin
-
- * modules/codec/mpeg_video/parser.c: fixed broken file.
-
-2003-06-26 Thursday 18:14  sam
-
-   * modules/demux/util/sub.c,
-     modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif.
-
-2003-06-26 Thursday 16:46  fenrir
-
-  * mkv: more ebml element parsing.
-
-2003-06-26 Thursday 16:04  gbazin
-
- * src/stream_output/announce.c: msvc compilation fix.
-
-2003-06-26 Thursday 14:42  zorglub
-
- * ./modules/demux/m3u.c: added support for Winamp 3 B4S files
-
- Still need to add the support for the Names in all formats (we currently
- only put the URL), but I do not have any ASX, HTML nor PLS sample file
-
-2003-06-26 Thursday 12:19  sam
-
-   * include/video.h: renamed this file to vlc_video.h to avoid name collisions
-     with a couple of modules.
-
-2003-06-25 Wednesday 23:46  sam
-
-   * src/stream_output/announce.c:
-     + Fixed a multiline string.
-     + Coding style fixes.
-
-2003-06-25 Wednesday 21:47  fenrir
-
-  * transcode: fix a potential segfault.
-
-2003-06-25 Wednesday 21:17  asmax
-
- * modules/audio_output/esd: forced sample rate to ESD_DEFAULT_RATE
-   At last closes bug #625 !
-
-2003-06-25 Wednesday 21:03  zorglub
-
- * ./include/announce.h
-   ./src/stream_output/announce.c  : use send instead of sendto.
-
- * ./modules/misc/sap.c : use a define
-
-2003-06-25 Wednesday 20:37  fenrir
-
-  * mkv: a little memory leak.
-
-2003-06-25 Wednesday 19:28  fenrir
-
-  * ts: set a fourcc for PAT/PMT to avoid garbage in logs.
-
-2003-06-25 Wednesday 15:50  fenrir
-
-  * httpd: fix a memory and thread leak.
-
-2003-06-25 Wednesday 14:41  sam
-
-   * Makefile.am: using C++ linkage for vlc under OS X and BeOS.
-
-2003-06-25 Wednesday 09:13  gbazin
-
- * modules/demux/mkv.cpp: compile fix for systems not supporting gmtime_r().
-
-2003-06-25 Wednesday 08:59  massiot
-
- ++
-
-2003-06-25 Wednesday 03:08  sam
-
-   * toolbox:
-     + Disabled useless verbosity.
-     + Fixed some incorrect ">/dev/null 2>&1" semantics.
-
-2003-06-25 Wednesday 00:40  fenrir
-
-  * mpeg_audio.c: fix segfault caused by free bitrate and padding set.
-  (the stream isn't free bitrate) SyncInfo think it's free bitrate but
- return a frame size of 1. Now, I test bitrate.
-
-2003-06-24 Tuesday 23:11  fenrir
-
-  * lalala ;)
-
-2003-06-24 Tuesday 23:00  fenrir
-
-  * mkv : spelling mistakes.
-
-2003-06-24 Tuesday 22:53  fenrir
-
-  * avi: for interleaved file (audio_pos - video_pos < 2Mo), seek upon
-  percent and not time, it's better.
-  Please test.
-
-2003-06-24 Tuesday 22:26  asmax
-
- * all: show/hide the interface with middle-click on the vout
-        (when the last vout is closed, the interface reappears)
-        Works only with the skins interface and X11/Xvideo vouts, but it's
-        very easy to implement (just add a callback on "intf-show" in the
-        interface, and trigger it in the vout)
-
-2003-06-24 Tuesday 19:59  fenrir
-
-  * mkv: remove unnecessary header.
-
-2003-06-24 Tuesday 19:35  fenrir
-
-  * mkv: when seeking, by default, try to reach the file position not the
- time (seek seems better).
-
-2003-06-24 Tuesday 18:42  fenrir
-
-  * mkv: clean up, more input infos, begin to parse Tags element (don't work
-  yet).
-
-2003-06-24 Tuesday 15:50  sam
-
-   * Makefile.am: changed interface.h to vlc_interface.h.
-
-2003-06-24 Tuesday 15:37  sam
-
-   * configure.ac: removed -lstdc++ LDFLAGS, and used CXXFLAGS to force C++
-     linkage instead.
-
-2003-06-24 Tuesday 13:33  sam
-
-   * include/interface.h: renamed this file to vlc_interface.h to avoid name
-     collisions with a couple of plugins.
-
-2003-06-24 Tuesday 11:26  gbazin
-
- * src/stream_output/announce.c: inet_pton() isn't supported on win32 so disabled ipv6 sap announces on win32.
-
- Wouldn't it be possible to use send() instead of sendto() ? That would simplify the code and get rid of this problem.
-
-2003-06-24 Tuesday 09:31  sam
-
-   * modules/**/.cvsignore: added Makefile{,.in.am} to the ignore list, as
-     well as .lo/.la files.
-
-2003-06-24 Tuesday 06:07  fenrir
-
-  * mkv: use b_mute and add meta informations.
-
-2003-06-24 Tuesday 00:50  fenrir
-
-  * avi : don't resynch on key frame for audio stream.
-
-2003-06-24 Tuesday 00:33  fenrir
-
-  * mkv: avoid seeking at the same place (was sooooo slow 'cause of
-           buffer filling)
-         can seek in file without cues (slow)
-         can play file over http and unseekable input.
-
-2003-06-24 Tuesday 00:31  gbazin
-
- * modules/demux/ogg.c: fix for ogg web streams.
-
-2003-06-23 Monday 23:51  gbazin
-
- * modules/packetizer/vorbis.c: vorbis data packetizer for the stream output.
- * modules/mux/ogg.c: cleanup, bug fixes and vorbis support.
- * modules/demux/ogg.c: added vorbis channels info.
- * modules/misc/httpd.c: bug fix for stream header generation.
-
-2003-06-23 Monday 20:35  asmax
-
- * src/playlist/playlist.c: set "intf-change" in SkipItem
- * modules/gui/skin/*: InterfaceRefresh is now triggered by a
-   callback on intf-change
-
-2003-06-23 Monday 17:01  bigben
-
- Copy / paste of code so that the pvr input parse all parameters. Doesn't
- work for the standard (PAL/SECAM/NTSC) yet.
-
-2003-06-23 Monday 16:09  gbazin
-
- * src/misc/modules.c, modules/gui/wxwindows/timer.cpp: fixed 2 nasty bugs.
- * modules/demux/util/id3tag.c: small cleanup.
-
-2003-06-23 Monday 13:45  zorglub
-
- Fixed a segfault that could happen if you have ipv6 support enabled, but no address
-
-2003-06-23 Monday 11:41  zorglub
-
- * Stream output now support IPv6 SAP announces
- * Code cleanup in SAP
-
-2003-06-23 Monday 10:21  sam
-
-   * bootstrap: make errors less obscure when using gettext 0.11.3 or 0.11.4,
-     due to Debian bug #158383 in gettext (upstream bug).
-
-2003-06-23 Monday 00:30  fenrir
-
-  * mkv: fix for blocks using lacing. (Now vorbis plays without any problem)
-
-2003-06-23 Monday 00:18  hartman
-
- * You check it three times and I still managed to miss a link.
-   Ebuild doesn't work in the 0.6.0 release :(
-
-2003-06-22 Sunday 23:22  fenrir
-
-  * mkv: fix vorbis track. But sound quality is horrible ( probably
- timestamps problems)
-
-2003-06-22 Sunday 18:56  gbazin
-
- * doc/Makefile.am: one more like this and I'll become crazy.
-
-2003-06-22 Sunday 18:30  gbazin
-
- * doc/Makefile.am: fixed make dist
-
-2003-06-22 Sunday 18:07  gbazin
-
- * NEWS: added an entry for the experimental matroska demux.
-
-2003-06-22 Sunday 17:52  gbazin
-
- * configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3.
- * modules/gui/skins/src/skin_main.cpp: fixed icon loading.
-
-2003-06-22 Sunday 16:52  gbazin
-
- * configure.ac: really removed -Wdisabled-optimization this time.
-
-2003-06-22 Sunday 16:27  fenrir
-
-  * mkv: fix a double delete.
-
-2003-06-22 Sunday 16:00  gbazin
-
- * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
- the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
-
-2003-06-22 Sunday 15:43  gbazin
-
- * modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
- * include/interface.h: updated comment.
-
-2003-06-22 Sunday 15:30  hartman
-
- * Removed mp4 muxer support (temporarily)
-
-2003-06-22 Sunday 15:07  asmax
-
- * x11/x11_dragdrop.cpp: unbelievable, Xdnd works !!
-
-2003-06-22 Sunday 15:03  hartman
-
- * NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc.
- * vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots
-
-2003-06-22 Sunday 14:36  fenrir
-
-  * mkv: better seeking support.
-
-2003-06-22 Sunday 14:06  gbazin
-
- * configure.ac: compile fix for sunos
-
-2003-06-22 Sunday 13:31  gbazin
-
- * configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default).
- Due to the way matroska headers directly reference ebml headers, you'll have to configure like this:
- CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv
-
-2003-06-22 Sunday 13:27  sigmunau
-
- turned a debug message into a comment
-
-2003-06-22 Sunday 13:06  asmax
-
- * x11/x11_window.cpp: raise a window when clicking on it
-
-2003-06-22 Sunday 12:54  asmax
-
- * at least it compiles now ;)
-
-2003-06-22 Sunday 12:46  asmax
-
- * reverted my previous commit: cannot work as expected
- * src/theme.cpp: fixed a delete[] / free mismatch
-
-2003-06-22 Sunday 12:27  fenrir
-
-  * mkv: basic seek support (only with file with cues, it doesn't search key
-  frame, ...)
-         clean up.
-
-2003-06-22 Sunday 08:49  fenrir
-
-  * faad: can read stream with multiple frames per pes_packet_t (for mkv).
-
-2003-06-22 Sunday 07:39  fenrir
-
-  * mkv.cpp : begin of a matroska demuxer
-   TODO:
-     * seek support
-     * vorbis support (it's a decoder problem, as matroska embded raw
-       vorbis data)
-     * utf8 subtitles handling (probably at the decoder stage too)
-     * clean up.
-     * support of stream other than files.
-     * ...
-
-2003-06-22 Sunday 01:08  sam
-
-   * Makefile.dep: the file that would never die.
-
-2003-06-22 Sunday 00:40  titer
-
-  beos/* : - cleaned the way to mute/unmute
-           - save the volume when exiting
-
-2003-06-22 Sunday 00:00  asmax
-
- * src/theme.cpp, src/event.* : no more VLC_SHOW event
- * src/window.* : replaced p_intf->p_sys->WindowList by a singleton
-   class SkinWindowList (to be tested under windows)
- * removed useless gtk2 files
-
-2003-06-21 Saturday 22:30  hartman
-
- * added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY
- * only set prefs on safe, not earlier.
-
-2003-06-21 Saturday 21:59  sam
-
-   * src/libvlc.c: got rid of type-punning warnings.
-
-2003-06-21 Saturday 20:45  sam
-
-   * THANKS: spelling fixes.
-   * configure.ac:
-     + Added curly braces around variables.
-     + Got rid of the "x$foo" constructs.
-     + Renamed *_plugin conditionals into *_p.
-   * debian/changelog:
-     + Fixed a duplicate entry.
-     + Added an entry for an old Debian upload that fixed #117180.
-   * debian/control:
-     + Added a build dependency on libimlib2-dev for skins.
-   * debian/rules:
-     + Activated support for skins.
-
-2003-06-21 Saturday 17:26  sigmunau
-
- removed a duplicate entry from the NEWS file
-
-2003-06-21 Saturday 17:05  sam
-
-   * .cvsignore:
-     + Removed configure.ac from the ignore list.
-
-2003-06-21 Saturday 17:04  sam
-
-   * configure.ac.in is no more, we can now use configure.ac like normal people,
-     bootstrap generates the proper magic for us.
-
-2003-06-21 Saturday 16:09  sam
-
-   * debian/rules:
-     + Use the -s flag instead of -a so that debhelper properly handles the
-       i386-only plugin packages.
-     + Split the build rule into configure and build.
-
-2003-06-21 Saturday 14:24  gbazin
-
- * modules/access_output/file.c: make the output file writeable by the owner.
-
-2003-06-20 Friday 23:13  hartman
-
- * added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs.
-
-2003-06-20 Friday 21:34  ipkiss
-
-  * ./doc/skins/events-howto.txt: added some events
-  * ./modules/gui/skins/*: fixed my last commit
-
-2003-06-20 Friday 19:50  ipkiss
-
-  * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the
-    "display" attribute of ControlText. It allows to show the title of
-    the current stream, without the full path.
-  * ./doc/skins/*: updated the doc
-
-2003-06-20 Friday 15:34  hartman
-
- * Made the search path configuration options, directory instead of string options.
-
-2003-06-20 Friday 11:42  alexis
-
- modules/misc/sap.c: fix for the default scope of the IPv6 announces.
- python/setup.py: a configuration that should work better.
-
-2003-06-20 Friday 01:27  hartman
-
- * vlc.ebuild: added support for faad2 and skins. See the wiki page for info.
- * README.MacOSX.rtf: More updates because of new prefs dialog.
-
-2003-06-19 Thursday 21:09  gbazin
-
- * modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is
- enabled. ffmpeg doesn't properly release old pictures when frames are skipped.
-
-2003-06-19 Thursday 18:45  gbazin
-
- * modules/access_output/udp.c: removed unnecessary code.
-
-2003-06-19 Thursday 18:44  titer
-
-  beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with
-   a few Dano/Zeta themes
-
-2003-06-19 Thursday 18:22  gbazin
-
- * modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY ==  300 milisec).
-
-2003-06-19 Thursday 13:08  sam
-
-   * ./modules/misc/screensaver.c: the screensaver was disabled way too often
-     because I forgot to reinitialise an index.
-
-2003-06-19 Thursday 12:21  gbazin
-
- * modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float values as spinctrls don't support floats. The advanced checkbox is only displayed if needed. Fixed the play/pause buttons tooltip.
-
-2003-06-19 Thursday 02:14  sam
-
-   * debian/rules:
-     + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
-       so that the rules can be called directly.
-   * debian/control:
-     + Removed leading "a"s from package descriptions.
-     + Set policy to 3.5.10.
-   * debian/copyright:
-     + Removed debian/vlc.copyright.
-
-2003-06-18 Wednesday 12:18  zorglub
-
- SAP can now listen for IPv6 announces
-
- To enable this, start vlc with --sap-ipv6
- To disable IPv4 listening, use --no-sap-ipv4
-
- You can also set the scope of the announces (default is 3)
-
-2003-06-17 Tuesday 21:52  asmax
-
- * moved the ttl help in the right section
-
-2003-06-17 Tuesday 21:07  gbazin
-
- * modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code.
-
-2003-06-17 Tuesday 20:56  asmax
-
- * fixed another compilation issue of python module
-
-2003-06-17 Tuesday 20:47  asmax
-
- * fixed a very old bug preventing the whole thing from working :(
-
-2003-06-17 Tuesday 20:10  hartman
-
- * Fixes to the german translation
-
-2003-06-17 Tuesday 20:03  hartman
-
- * moved the capability definition up one line. the config options follow the capability now. Circumvents a bug with OSX prefs dialog.
-
-2003-06-17 Tuesday 18:13  asmax
-
- * tooltips are now updated during scrolling
-
-2003-06-17 Tuesday 16:09  gbazin
-
- * modules/*: got rid of empty module objects.
- * modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules.
-
-2003-06-17 Tuesday 14:43  hartman
-
- modules/codec/quicktime.c: Disabled all video codecs accept SVQ3
- modules/gui/macosx/intf.m: Fixed an inconsistenty in the translation
- cvS: ----------------------------------------------------------------------
-
-2003-06-17 Tuesday 14:38  hartman
-
- * modules/gui/macosx/output.m: Fixed a bug in the transcoding dialog.
- * extras/MacOSX/Resources/English.lproj/MainMenu.nib:
-   Fixed two cosmetic issues in the stream output dialog.
- * po/de.po: Update german translation courtesy of: Felix Kuhne <FK at aenneburghardt.de>
-
-2003-06-16 Monday 21:55  gbazin
-
- * modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules.
- * include/modules_inner.h: removed unneeded initialization.
-
-2003-06-16 Monday 20:49  gbazin
-
- * modules/codec/ffmpeg/video.c: fixed the last direct rendering bug.
-
-2003-06-16 Monday 20:23  gbazin
-
- * configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code.
-
-2003-06-16 Monday 15:39  zorglub
-
- * SAP can now handle SAP-announced IPv6 streams
-
-2003-06-15 Sunday 22:32  hartman
-
- * NEWS: small corrections
- * modules/codec/ffmpeg: I had disabled IV31 support on intel instead of on ppc
- * modules/codec/quicktime.c: cosmetic fix
-
-2003-06-15 Sunday 15:20  hartman
-
- * Fixed applescript Fullscreen command.
-
-2003-06-15 Sunday 15:16  sigmunau
-
- id3tag.c: Do not try to seek on network streams even if they have b_seekable set to
- true, since this seems to break playback of some streams over http. It also
- takes to much time just to get some fancy metadata
-
-2003-06-15 Sunday 14:00  hartman
-
- * ./po/it.po: Fresh Italien translation, courtesy of by Bruno <allevb at tin.it>
- * ./po/nl.po: New Dutch Translation by /me ;)
- * README.MacOSX.rtf: Updated instructions of Prefence usage.
-
-2003-06-15 Sunday 01:23  massiot
-
- * Removed the ugly dependancy on glibc in the ipv6 module.
- * po/fr.po: French translation courtesy of Jean-Pierre Kuypers.
- * Miscellaneous clean-ups.
-
-2003-06-14 Saturday 22:14  hartman
-
- * We should be compatible with older versions of faad again
-
-2003-06-14 Saturday 22:12  gbazin
-
- * configure.ac.in: old faad2 detection.
-
-2003-06-14 Saturday 21:18  gbazin
-
- * modules/gui/wxwindows/open.cpp: fixed a couple of bugs with the open dialog.
-
-2003-06-14 Saturday 21:06  hartman
-
- * Dramatically improved the ebuild.
-   - To be done before 0.6.0 release: insert correct contrib links for ffmpeg and libmpeg2
-   - fix faad2? currently disabled
-
-2003-06-14 Saturday 18:49  gbazin
-
- * modules/gui/skins/x11/x11_window.cpp: small bugfix for icons support.
-
-2003-06-14 Saturday 16:29  gbazin
-
- * src/misc/configuration.c: in config_SaveConfigFile() don't save options that
- kept their original value (thanks fenrir for the suggestion).
-
-2003-06-14 Saturday 15:43  gbazin
-
- * modules/codec/ffmpeg/*: fix for ffmpeg direct rendering. Direct rendering is now
- enabled by default.
-
-2003-06-14 Saturday 12:32  titer
-
-  beos/VideoOutput.cpp : make the BPopUpMenu stickable
-
-2003-06-14 Saturday 00:49  titer
-
-  include/vlc_threads.h: more BeOS' priorities tuning.
-
-2003-06-13 Friday 21:18  asmax
-
- * X11 skin windows should have an icon now
-
-2003-06-13 Friday 15:54  gbazin
-
- modules/gui/wxwindows/*: fix for the volume control under win32.
-
-2003-06-13 Friday 12:08  gbazin
-
- * modules/misc/network/ipv6.c: fixed multicast support on win32. Well, it is working on Win2k but might require run-time OS version checking to have it woking on XP as well. (you might have to add a multicast route: ipv6 rtu FF00::/8 #intfnum)
-
-2003-06-13 Friday 03:21  sam
-
-   * ./src/misc/messages.c: ouch. when the message queue was full, we were
-     using our va_list twice, which caused crashes on architectures where
-     va_list is a pointer; we now use va_copy whenever possible.
-
-2003-06-13 Friday 00:15  titer
-
-  modules/gui/beos/Interface.cpp : fixed a possible crash
-
-2003-06-12 Thursday 23:03  gbazin
-
- * modules/misc/network/ipv6.c: gave a quick try to implementing ttl for ipv6.
-
-2003-06-12 Thursday 22:27  massiot
-
- * modules/codec/spudec/spudec.c: Take small font by default
-
-2003-06-12 Thursday 22:03  gbazin
-
- * modules/gui/wxwindows/interface.cpp: fixed compile issue.
-
-2003-06-12 Thursday 21:28  gbazin
-
- * modules/gui/wxwindows/*: added a volume control.
-
-2003-06-12 Thursday 15:56  gbazin
-
- * modules/access_output/file.c: win32 compilation fix.
-
-2003-06-12 Thursday 11:37  zorglub
-
- Code cleanup
-
-2003-06-12 Thursday 08:14  gbazin
-
- * share/Makefile.am: fixed my previous fix ;)
-
-2003-06-12 Thursday 06:56  gbazin
-
- * Makefile.am: fixed inclusion of skins in make dist.
-
-2003-06-11 Wednesday 22:46  gbazin
-
- * ALL: bumped version number to 0.6.0-test3 + po updates
-
-2003-06-11 Wednesday 21:46  asmax
-
- * skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" !
- * share/Makefile.am: install skins at make install (closes bug #856)
-
-2003-06-11 Wednesday 21:41  gbazin
-
- * modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32.
-
-2003-06-11 Wednesday 20:36  gbazin
-
- * modules/video_filter/osd_text.c: small compile fix that seems to be needed on
- some platforms.
-
-2003-06-11 Wednesday 18:45  gbazin
-
- * NEWS: updated.
-
-2003-06-11 Wednesday 18:20  gbazin
-
- * modules/audio_output/directx.c: fixed mem leak in 5.1 audio.
-
-2003-06-11 Wednesday 15:53  gbazin
-
- * modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release.
-
-2003-06-11 Wednesday 10:42  gbazin
-
- * modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc.
- * msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old.
- * modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded.
-
-2003-06-10 Tuesday 23:01  massiot
-
- * configure.ac.in: Renamed mpeg_video to mpeg_video_old, so that even
-   people who explicitely set mpeg_video in the previous version will end
-   up with libmpeg2 in 0.6.0.
- * modules/codec/libmpeg2.c: Fixed a potential segfault, especially
-   with DVDs.
- * modules/codec/lpcm.c: Send two PES packets in one aout buffer, because
-   some audio filters (read: coreaudio resampler) don't like too small
-   packets (I know, this is ugly).
-
-2003-06-10 Tuesday 22:42  gbazin
-
- * modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams.
-
-2003-06-10 Tuesday 11:43  gbazin
-
- * configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins.
- * modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose).
- * modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files.
-
-2003-06-10 Tuesday 11:12  massiot
-
- Fixed a potential segfault.
-
-2003-06-09 Monday 22:02  asmax
-
- * x11_api.c: implemented OSAPI_GetNonTransparentColor (needed for fonts !)
-
-2003-06-09 Monday 21:14  asmax
-
- * X11 skins are now loaded from home directory or if it fails, from
-   the share directory
-
-2003-06-09 Monday 19:56  jpsaman
-
- Run opie-vlc and zaurus-vlc as GuiServer. (Didn't I commit this before???).
-
-2003-06-09 Monday 19:51  jpsaman
-
- Updated build packages for test2 release.
-
-2003-06-09 Monday 19:08  asmax
-
- * fixed a segfault in FileInfo when p_info->psz_name == NULL
-   but there are still other segfaults sometimes in FileInfo !!
-
-2003-06-09 Monday 14:04  asmax
-
- * now selection method in the playlist depends on the state of the
-   CTRL button (as expected in a normal playlist !)
-   TODO: - do the same under windows
-         - replace all button constants 1/2 by MOUSE_LEFT/MOUSE_RIGHT
-
-2003-06-09 Monday 12:33  asmax
-
- * repaired basic_skins
- * removed all the compilation warnings
- * fixed LOTS of memory leaks in skins (gibalou, you should try valgrind
-   on wxwindows plugin ;)
-
-2003-06-09 Monday 09:29  massiot
-
- * modules/access/file.c: Fixed a compile issue (thanks michael.mauch at gmx.de)
-
-2003-06-09 Monday 07:16  gbazin
-
- * modules/mux/mpeg/pes.c: allow cases where we don't write a pts.
- * modules/stream_out/display.c: handle cases where we don't have a pts/dts.
-
-2003-06-09 Monday 06:52  gbazin
-
- * modules/gui/skins/src/vlcproc.cpp: the "play" action will trigger the open dialog if the playlist is empty.
-
-2003-06-09 Monday 00:33  massiot
-
- * include/video.h include/video_output.h src/video_output/vout_pictures.c:
-   In vout_CreatePicture() replace i_repeat_first_field by the more useful
-   i_nb_fields
- * modules/gui/macosx/intf.m: Fixed a warning
- * modules/codec/libmpeg2.c include/vout_synchro.h src/video_output/vout_synchro.c:
-   Re-added support for slice-I streams, plus miscellaneous tweakings
-
-2003-06-09 Monday 00:32  asmax
-
- * drag & drop works with gnome file manager now
-
-2003-06-09 Monday 00:07  asmax
-
- * drag & drop for X11 skins. Still mysterious problems but it's better
-   than nothing
-
-2003-06-08 Sunday 18:40  gbazin
-
- * modules/gui/skins/x11/x11_window.cpp: avoid flicker when mapping a window.
- * share/skins/default/theme.xml: playlist is hidden by default.
-
-2003-06-08 Sunday 18:17  asmax
-
- * very beginning of drag and drop support in X11 skins
-
-2003-06-08 Sunday 16:56  gbazin
-
- * modules/gui/skins/*: display the popupmenu when you right click on the interface.
-
-2003-06-08 Sunday 16:04  titer
-
-  Minor fix
-
-2003-06-08 Sunday 15:22  asmax
-
- * share/skins/default/theme.xml: fixed playlist size
- * modules/gui/skins/controls/playlist.cpp: fixed a segfault when deleting
-   items
- * modules/gui/skins/x11/x11_graphics.cpp: implemented DrawRect
-
-2003-06-08 Sunday 12:45  gbazin
-
- * modules/gui/skins/x11/*: fixed transparency problem. XShapeCombineRegion() needs to be called before the window is mapped.
-
-2003-06-08 Sunday 11:33  asmax
-
- * better implementation of timers for X11 skins
-
-2003-06-08 Sunday 00:32  asmax
-
- * x11_font.cpp: fixed font placement
- * x11_window.*: real tooltip windows ! not perfect yet but it looks cool !
- * removed compilation of gtk2 skins module. If you want it back, good luck ;)
-
-2003-06-07 Saturday 19:19  gbazin
-
- * share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist".
-
-2003-06-07 Saturday 19:05  gbazin
-
- * doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts
- and instructions to generate new fonts.
-
-2003-06-07 Saturday 12:19  asmax
-
- * beginning of tooltips (only in the console at the moment ;)
-
-2003-06-07 Saturday 10:18  gbazin
-
- * modules/gui/skins/x11/x11_theme.cpp: removed unnecessary stuff.
-
-2003-06-07 Saturday 03:45  titer
-
-  modules/access/pvr/pvr.c : compile fix
-
-2003-06-07 Saturday 03:25  titer
-
-  missing cvsignore
-
-2003-06-07 Saturday 00:36  asmax
-
- * implemented double click event for X11 skins. The delay is hard-coded
-   (400ms) , maybe it could be stored in the vlc config file
-
-2003-06-06 Friday 23:34  asmax
-
- * got rid of this useless error message
-
-2003-06-06 Friday 21:47  asmax
-
- * x11/x11_window.cpp: fixed clipping and text attributes
-
-2003-06-06 Friday 19:40  asmax
-
- * key shortcuts for X11 skins are now working
-
-2003-06-06 Friday 14:50  gbazin
-
- * modules/gui/skins/src/themeloader.cpp: small fix for tgz skins.
-
-2003-06-06 Friday 13:34  gbazin
-
- * modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown bug (not tested).
-
-2003-06-06 Friday 11:09  gbazin
-
- * modules/misc/network/ipv6.c: oups, ipv6 multicast wasn't enabled on win32. Also fixed the interface name parsing in the MRL.
-
-2003-06-06 Friday 02:48  hartman
-
- * Typo's by me. ( Cool i included a dutch sentence a while ago and noone noticed ?)
-
-2003-06-06 Friday 02:23  hartman
-
- * All: some spelling corrections and description string clarifications.
-   There is a lot of improvement left here.
-
-2003-06-06 Friday 00:38  hartman
-
- * modules/gui/macosx/prefs.?:
-   - Changed modules list to use Default instead of None. probably clearer to
-     users.
-   - Have a warning before resetting the prefs.
-
-2003-06-05 Thursday 22:16  asmax
-
- * x11/x11_timer.* : classes to implement platform-independant timers
- * controls/text.cpp : text scrolling works ! (at least in the main window)
-
-2003-06-05 Thursday 21:22  gbazin
-
- * modules/gui/skins/*, modules/gui/wxwindows/*: added the wxWin popup menu to the skins interface.
-
-2003-06-05 Thursday 11:52  gbazin
-
- * include/vlc_common.h: fixed the I64C() macro for mingw.
- * src/misc/mtime.c: implemented the heuristic described in http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html to test whether the win32 performance counter is reliable. That should fix the clock problems that a few users reported on win32.
-
-2003-06-04 Wednesday 23:17  massiot
-
- VLC 0.6 codename is Trevelyan.
-
-2003-06-04 Wednesday 21:41  titer
-
-  Added a special access module for PVR MPEG-2 encoding boards.
-  It allows to change the frequency and such things quite easily, from VLC.
-  You'll have to --enable-pvr to build it.
-
-2003-06-04 Wednesday 18:47  asmax
-
- * added <unistd.h> or it doesn't compile !
-
-2003-06-04 Wednesday 17:44  gbazin
-
- * modules/gui/skins/x11/x11_api.cpp: implemented OSAPI_GetTime() and OSAPI_RmDir().
-
-2003-06-04 Wednesday 16:44  gbazin
-
- * modules/gui/skins/src/vlcproc.cpp: compilation fix.
-
-2003-06-04 Wednesday 16:03  gbazin
-
- * modules/gui/skins/*: misc fixes and clean-up. There are still thread issues when passing messages between the skins thread and the wxWindows dialogs thread that will need to be fixed.
- * modules/gui/wxwindows/timer.cpp: fixed comment.
-
-2003-06-03 Tuesday 23:17  massiot
-
- * OS X users can now browse the DVD menus with the arrow keys.
-
-2003-06-03 Tuesday 22:21  hartman
-
- * When choosing a autogenerated menuitem, we now create a new thread to
-   do the actual execution of this command. this is a (very ugly) workaround
-   to the problem we were having with the deinterlace menu on osx.
-
-   It works now, but now i'm running into the black screen and continous
-   "late picture skipped (-218000)" again which is also plagueing us when you
-   enter fullscreen with a filter enabled. This ought to be fixed before 0.6.0
-   as well.
-
-2003-06-03 Tuesday 22:20  gbazin
-
- * modules/gui/skins/src/*: oops, forgot to add a bunch of files.
-
-2003-06-03 Tuesday 22:18  gbazin
-
- * configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2.
- * modules/gui/wxwindows/*: fixed bug in sout dialog box.
- * modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins).
-
-2003-06-03 Tuesday 12:06  titer
-
-  modules/gui/beos/* : fixed the screenshot format selection I broke lately
-
-2003-06-02 Monday 16:01  sigmunau
-
- http.c: if the webserver doesn't return 206 the stream is not seekable.
-
-2003-06-02 Monday 12:42  hartman
-
- * modules/codec/libmpeg2.c: fixed a crasher with invalid pictures
- * modules/gui/macosx/playlist.m: better fix for playlists on 10.1
-
-2003-06-01 Sunday 23:48  hartman
-
- * ALL:
-   - Changed the autogenerated menu's in a system working similar to wxWindows.
-   - The deinterlace menu is autogenerated now. However it seems the problem
-     with on the fly filter changes still exists.
-
-2003-06-01 Sunday 22:11  asmax
-
- * modules/gui/skins/x11/x11_api.cpp: fixed OSAPI_GetScreenSize
- * all: added locks around X calls to make them thread safe (will be
-   useful in the next commit ;-)
-
-2003-06-01 Sunday 17:13  asmax
-
- * mouse wheel scroll for X11 skins
-
-2003-06-01 Sunday 16:39  asmax
-
- * configure.ac.in : fixed linking of skins modules
- * modules/gui/skins/*:
-   - fixed the wxwindows bug, due to a huge bug with broadcast events
-   - beginning of fonts in X11 skins
- so, you can test the X11 skins module: it should work now !
-
-2003-06-01 Sunday 00:26  fenrir
-
-  * ts: fix current_next value.
-
-2003-05-31 Saturday 23:41  sam
-
-   * ./debian/vlc.mime: the vlc packages registers with the Debian MIME system.
-
-2003-05-31 Saturday 23:23  ipkiss
-
-  * skins/controls/button.cpp: Fixed a nasty bug.
-  * skins/controls/generic.h: Some public fields are now protected
-  * skins/src/window.cpp:
-     - Added a few debug messages
-     - Invisible controls don't receive events anymore
-
- Note: There are still a few bugs in the code handling the controls and
- their different states, and I think they will be difficult to fix with
- the current code structure. A rewrite of this part of code could be a
- good idea (perhaps using states and transitions between states, like
- Zinf does?).
-
-2003-05-31 Saturday 21:49  fenrir
-
-  * ts: proper fix for both.
-
-2003-05-31 Saturday 16:15  fenrir
-
-  * ts: reverse my last commit (the proper way should be to modify also the
-  muxer but this will break compatibility).
-
-2003-05-31 Saturday 12:24  titer
-
-  * src/input/input_ext-intf.c :  added an input_SetRate function; it is
-    quite more convenient than, e.g, calling input_SetStatus( STATUS_FASTER )
-    two times if you want to switch from 1:1 to 4:1 from the interface.
-    Old functions still work.
-  * modules/gui/beos/VlcWrapper.cpp : use it
-
-2003-05-31 Saturday 01:23  fenrir
-
-  * mjpeg grabbing added, thanks to Paul Forgey <paulf at aphrodite dot com>
-  that had done all the work.
-
- Paul Forgey's notes:
- --------------------
-
- Unfortunatley, the v4l interface shows how much it sucks here.  I can't
- wait for v4l2 to become more common.  Anyway, the mjpeg mechanism
- captures completely differently than the uncompressed frame capture
- mechanism.  This means the code has to split off a bunch to do similar
- things depending on mjpeg being set or not.  For some reason, I can't
- use non v4l2 calls to capture uncompressed frames from the lml33,
- however I do have another bttv card on my system to test that I didn't
- break the non-mjpeg stuff.
-
- The Zoran encoders don't use square pixels.  So the 4:3 (or 16:9)
- picture is going to show up as 720x480.  I don't know my way around the
- code well enough to know how to specify a non-square pixel aspect
- ratio.  If there isn't a way to do it, it would be nice to be able to
- specify as an option the aspect ratio of the sourc.  Either 4:3 or 16:9
- in the case of anamorphic S-Video, which does occur.
-
- I stole the videodev_mjpeg.h header from the lavrec project.  Despite
- the linux kernels having support for the Zoran cards, there doesn't seem
- to be a reliable way to pick up this header, which is probably why
- lavrec did it this way.  Since it only defines ioctl definitions, I
- don't think using it is a legal problem.
-
- I also modified the audio handling a bit.  If the card supports audio,
- great, we'll set the card's parameters as we did before.  But if adev=
- is specified, use it regardless.  The reason to do this is to capture
- audio from the sound card with video coming from, say, a web cam or in
- my case, an encoder card which doesn't have any audio capabilities at
- all.
-
-2003-05-31 Saturday 00:10  fenrir
-
-  * mux/ts.c : allowed sending mjpeg (who said that's ugly ?)
-  * demux/ts.c : fixed an endian problem with such private stream.
-
-2003-05-30 Friday 18:43  titer
-
-  modules/gui/beos/* : fixed "Goto Menu" menuitem enabling
-
-2003-05-30 Friday 17:30  titer
-
-  modules/gui/beos/* : misc fixes & enhancements
-
-2003-05-29 Thursday 21:40  asmax
-
- * X11 skins now use imlib2 -> you need to bootstrap
-   wxwindows dialogs are not supposed to work yet, if they do you are
-   lucky ;)
-
-2003-05-29 Thursday 16:48  asmax
-
- * x11/x11_theme.cpp: better timing for SkinManage
- * src/vlcproc.cpp: hack to make OpenDialog work, but it MUST be
-   changed !
-
-2003-05-28 Wednesday 23:56  asmax
-
- * AT LAST events work in X11 skins !
-
-2003-05-28 Wednesday 03:53  hartman
-
- * src/libvlc.h:
-   - added "en" to the list of languages in the preferences.
-   - added DIV1, DIV2, i263, WMV1 to video encoding options in prefs.
-     FENRIR: is this correct this way?
-
-2003-05-28 Wednesday 00:52  titer
-
-  modules/video_output/x11/xcommon.c : compile fix for gcc != 3
-
-2003-05-27 Tuesday 22:57  gbazin
-
- * install-win32: fixed the nsi script to not include the FAQ.
-
-2003-05-27 Tuesday 22:42  hartman
-
- * Turn mem leaks into warning's instead of errors. Users seem to think that
-   mem leaks will kernel panic there machine or something ;)A
-   This will generate less bugreports, yet keep them visible to those who
-   should and will care.
-
-2003-05-27 Tuesday 22:08  gbazin
-
- * modules/gui/win32/Modules.am: strings.cpp has been removed.
-
-2003-05-27 Tuesday 21:48  gbazin
-
- * ALL: bumped version to 0.6.0-test2
- * Makefile.am: got rid of the faq in the package-win32 target.
-
-2003-05-27 Tuesday 20:43  gbazin
-
- * modules/access/vcd/cdrom.c: On winNT/2K/XP we set the track format to YellowMode2 when issuing raw read requests. Otherwise we can't read the SVCD DATA track which is in Mode2 Form1.
-
-2003-05-27 Tuesday 13:22  titer
-
-  * src/stream_output/announce.c : BeOS compile fix.
-    setsockopt( IP_MULTICAST_TTL ) is done in network/ipvx.c (if supported),
-    so there is no need to do it here again.
-  * modules/gui/beos/* : minor fixes
-
-2003-05-27 Tuesday 11:35  gbazin
-
- * modules/gui/wxwindows/*: fixed context menu problem on win32.
-
-2003-05-27 Tuesday 01:48  hartman
-
- * removed vlc_wraptext
-
-2003-05-26 Monday 19:26  gbazin
-
- * modules/video_output/directx/events.c: fixed breakage.
-
-2003-05-26 Monday 19:06  gbazin
-
- * modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards.
- * modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut.
- * modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered.
- * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts.
-
-2003-05-26 Monday 16:06  gbazin
-
- * modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes.
-
-2003-05-26 Monday 14:59  hartman
-
- * modules/codec/quicktime.c: i had accidently upgraded this plugin to 100
- * modules/demux/avi/avi.c: fixed a spelling error reported by emulynx
- * modules/gui/macosx/intf.?: added a wrapString:toWidth function
- * modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it
-   was ugly. now we use our own, osx method. This fixes tooltips in japanese
-   I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused.
-
-2003-05-26 Monday 13:45  zorglub
-
- * The VLC-integrated SAP server now sends compliant packets. They can
-   only be viewed with the CVS version of VLC
-
-2003-05-26 Monday 02:09  gbazin
-
- * modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready().
-    started to implement X11Region and integrated the wxWindows dialogs.
- * configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
-
-2003-05-26 Monday 02:03  hartman
-
- * modules/gui/macosx/prefs.m: fixed the module selectors.
- * modules/video_filter/crop.c: clarified the use of crop. someone please
-   check, i'm not entirely sure this is correct. Actually i think we should
-   split this up in more then one config item, for GUI preferences clarity.
-   Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or
-   like ffmpeg has which uses left, right, top and bottom offsets.
-
-2003-05-26 Monday 01:25  hartman
-
- * extras/MacOSX/Resources/English.lproj/MainMenu.nib
- * modules/gui/macosx/output.m:
-   - changed the textfields for bitrate into comboboxes with suggested values
-     identical to the ones in wxwindows intf.
-   - changed "bitrate (bps)" into "bitrate (kb/s)
- * modules/gui/macosx/prefs.?:
-   - update the current view when advanced is changed.
-   - module_lists now use the description strings.
-   - always wraptext on tooltips. Currently japanese language is breaking.
-   - we now have sliders for int/float config options with ranges.
-   - fixed a warning message about an un-init'ed module_t.
- * modules/video_filter/adjust.c:
-   - added the ranges to the description strings of the config options.
-   - blur-factor now uses a range as according to it's description string
-     it already should have used this.
-
-2003-05-25 Sunday 23:08  titer
-
-  modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens
-    since the gettext behaviour changed
-
-2003-05-25 Sunday 22:36  titer
-
-  * bootstrap: remove a -shared flag as ./configure already adds it for
-    platforms which need it
-  * configure.ac.in: don't use -shared on BeOS
-
-2003-05-25 Sunday 20:16  gbazin
-
- * configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension.
-
-2003-05-25 Sunday 19:24  gbazin
-
- * modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard.
-
-2003-05-25 Sunday 18:32  sigmunau
-
- convert the strings in the id3tags to utf8 before storing them.
-
-2003-05-25 Sunday 18:02  nitrox
-
- . SAP/SDP packets parsing: ability to parse RFC compliant packets
-   parse_sap returns the SAP header length
-   parse_sdp only parse the SDP payload
-   note that VLC will discard messages from the old miniSAP-server
-   (You have to use CVS version of miniSAP-server)
-   (Messages from the new miniSAP-server will be discarded with old VLC)
-
-2003-05-25 Sunday 17:27  massiot
-
- * We now use UTF-8 internally under Mac OS X. This requires a libiconv-
- enabled version of gettext. (patch courtesy of the DJ)
-
-2003-05-25 Sunday 17:21  titer
-
-  modules/gui/beos/PreferencesWindow.* :
-   * added a BBox around each panel (looks nicer)
-   * now use BSliders for {integer,float}_with_range
-
-2003-05-25 Sunday 15:05  alexis
-
- ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS
- under www.videolan.org/doc/faq/
-
-2003-05-25 Sunday 11:31  gbazin
-
- * src/video_output/video_output.c, modules/video_output/directx/*, modules/video_output/x11/xcommon.c: fullscreen state is now attached to the input, so it will be remembered even if the vout is restarted (switching filters, dvd menus, etc...).
- * modules/video_filter/deinterlace/deinterlace.c: small change.
-
-2003-05-25 Sunday 10:14  gbazin
-
- * modules/codec/ffmpeg/ffmpeg.c: fixed typo.
-
-2003-05-25 Sunday 00:16  gbazin
-
- * modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options.
-
-2003-05-24 Saturday 23:40  gbazin
-
- * src/misc/variables.c, include/variables.h: first pass at object var inheritance.
- * rc/video_output/video_output.c, modules/video_filter/deinterlace/deinterlace.c: fixes to the deinterlace object var.
-
-2003-05-24 Saturday 21:28  asmax
-
- * events aren't perfect yet, but it is better enough to commit
-
-2003-05-24 Saturday 20:54  gbazin
-
- * src/video_output/video_output.c: new "deinterlace" object variable.
- * modules/gui/macosx/prefs.m: compilation fix.
- * modules/gui/wxwindows/menus.cpp: use the "deinterlace" object var.
- * modules/gui/skins/*: couple of fixes.
-
-2003-05-24 Saturday 17:52  gbazin
-
- * modules/gui/skins/*: compilation fixes.
- * modules/gui/wxwindows/*: fixed the open dialog to switch to the requested file/disc/net section.
-
-2003-05-24 Saturday 15:11  titer
-
-  * Makefile.am: minor change in BeOS packages generation
-  * doc/release-howto.txt: remove outdated info about how to build BeOS
-    packages
-
-2003-05-24 Saturday 13:14  gbazin
-
- * configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated.
-
-2003-05-24 Saturday 13:05  massiot
-
- * modules/codec/libmpeg2.c: Fixed synchro with field pictures.
-
-2003-05-24 Saturday 12:55  jpsaman
-
- Added option to run vlc as a Qt Embedded Gui Server. Use --qte-guiserver to enable this feature. The default is to run as a normal GuiClient.
-
-2003-05-24 Saturday 12:53  sam
-
-   * ./po/*: re-ran toolbox --update-po.
-   * ./po/en_GB.po: the British translation is up to date.
-
-2003-05-24 Saturday 12:35  sam
-
-   * ./Makefile.am: used $(srcdir) where necessary (Closes: #319).
-
-2003-05-24 Saturday 12:34  sam
-
-   * ./toolbox: we no longer translate the Borland plugin.
-
-2003-05-24 Saturday 12:10  sam
-
-   * ./configure.ac.in: the help message now says libmad is enabled by
-     default (Closes: #704).
-
-2003-05-24 Saturday 11:53  sam
-
-    * ./modules/access_output/udp.c: if the clock needs to be reset, we do not
-      wait or we will face delay issues as reported in #794. Fix inspired from
-      a suggestion by John Michael Zorko.
-
-2003-05-24 Saturday 02:48  hartman
-
- * modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic.
- * modules/demux/mp4/mp4.c: added SVQ1 for the quicktime decoder.
- * modules/gui/macosx/macosx.m: typo
- * modules/gui/macosx/prefs.m: fix of the module selectors.
- * po/nl.po: i've taken a head start on the translations.
- * src/libvlc.h: removed unused string RT_PRIORITY_TEXT
-
-2003-05-23 Friday 23:53  sigmunau
-
- the http interface should now output valid xhtml 1.0.
-
-2003-05-23 Friday 13:02  hartman
-
- * Updated the informal message to report the ip and port the http intf was
-   started on. This will help ppl to actually use the thing ;)
-
-2003-05-23 Friday 11:41  sam
-
-   * Built-in modules were linked twice in the mozilla plugin; removed the
-     non-PIC ones (Closes Debian bug #194384).
-
-2003-05-23 Friday 00:00  hartman
-
- * vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;)
- * modules/gui/macosx/vout.m: removed some code that was preventing us from
-   using chroma converters.
- * modules/codec/quicktime.c:
-   - added the video decoder. only works with SVQ3 atm, returns Invalid
-     BITMAPHEADER for some reason in all other cases.
-   - did some cleaning up. this might just work under Win32 now aswell,
-     gibalou will do some testing tomorrow ;)
-   - SVQ3 QT degrades faster then the ffmpeg version, but also recovers
-     faster. I'm not yet sure which one i prefer.
-
-2003-05-22 Thursday 22:24  gbazin
-
- * modules/gui/wxwindows/streamout.cpp: fixed typo.
-
-2003-05-22 Thursday 21:42  gbazin
-
- * src/libvlc.h: fixed spelling mistake.
- * modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls.
- * modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.
-
-2003-05-22 Thursday 20:56  hartman
-
- * spelling error in description string
-
-2003-05-22 Thursday 20:45  hartman
-
- * added an ifdef for SVQ3
-
-2003-05-22 Thursday 20:06  asmax
-
- * at last the python module works again !
-  (so stupid: the flag -lavcodec had to be at the *end* of the line !)
-
-2003-05-22 Thursday 18:30  asmax
-
- * started to repair build of python module
-
-2003-05-22 Thursday 16:01  gbazin
-
- * src/audio_output/*, src/input/*: fixed the audio desync option. You can use positive as well as negative values.
-
-2003-05-22 Thursday 15:34  hartman
-
- * modules/control/http.c: strings for the address and the port variable were switched.
-
-2003-05-22 Thursday 14:40  hartman
-
- * fixed a localization issue
-
-2003-05-22 Thursday 14:25  hartman
-
- * modules/gui/macosx/playlist.m: fixed my fix
- * modules/gui/macosx/output.m: removed a debug statement
- * modules/gui/macosx/prefs.m: fixed localizations of the prefs panel.
-
-2003-05-22 Thursday 13:40  hartman
-
- * Fixed an issue that was preventing the use of the playlist in Mac OS 10.1
-
-2003-05-22 Thursday 12:00  gbazin
-
- * INSTALL.win32: added a small note about running vlc under the msvc debugger.
- * modules/gui/wxwindows/*: small fixes.
- * modules/access/vcd/*, modules/access/cdda.c: re-activated autodetection of vcd and cdda on win32.
- * src/misc/cpu.c, src/stream_output/announce.c: msvc fixes.
-
-2003-05-21 Wednesday 21:30  hartman
-
- * modules/gui/macosx/output.m: fixed the stream/transcode dialog. test1
-   version was broken.
- * extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths.
-
-2003-05-21 Wednesday 19:55  hartman
-
- * vlc.ebuild: This ebuild should work if we release a test2.
- * modules/codec/quicktime.c: I added all the audio formats I know QT can handle.
-   except for mp3 ;)
- * modules/codec/ffmpeg: added asv1 (disabled), and enabled IV31 on little endian,
-   since the problems with this decoder are endian specific according to it's creator.
-
-2003-05-21 Wednesday 18:09  jpsaman
-
- Reverting previous --with-libmpeg2-prefix commit. Thanks Gildas for reminding me!
-
-2003-05-21 Wednesday 18:04  jpsaman
-
- More buildscript fixes.
-
-2003-05-21 Wednesday 15:54  gbazin
-
- *  modules/audio_output/directx.c, modules/audio_output/waveout.c: we destroy the audio-device variable if the probing has failed.
-
-2003-05-21 Wednesday 15:40  hartman
-
- * include/main.h
-   src/libvlc.c: Added a quicktime_lock on SYS_DARWIN
- * ALL: QT on OSX is not threadsafe in certain areas. i have found the proces
-   of identifying the right Codec to use for decoding to be one of these areas.
-   So when we do this, only one thread at a time can use QT.
-   Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;)
-
-2003-05-21 Wednesday 13:27  gbazin
-
- * modules/gui/skins/src/vlcproc.cpp: fixed yesterday's breakage.
- * modules/gui/wxwindows/menus.cpp: fixes for menu auto-generation.
- * src/video_output/video_output.c: added a "fullscreen" object variable.
- * modules/video_output/directx/*: added an always-on-top object variable and modified to take into account the fullscreen object variable.
-
-2003-05-21 Wednesday 13:19  sigmunau
-
- removed the desctiption texts of a nonexisting config option
-
-2003-05-21 Wednesday 13:10  sigmunau
-
- removed the --playlist option as it doesn't seem to be used
-
-2003-05-21 Wednesday 10:02  fenrir
-
- * wav: fix a parsing bug.
-
-2003-05-20 Tuesday 23:17  gbazin
-
- * modules/gui/wxwindows/*, modules/gui/skins/src/vlcproc.cpp: The open dialog box now handles multiple files selection.
-
-2003-05-20 Tuesday 21:35  hartman
-
- * ALL: added a quicktime module.
-   - This module provides QDM2 and QDMC sound support on OSX by linking to
-     the native QT libraries. We now have FULL QT trailer support on OSX.
-   - The video part of this decoder is not yet working on OSX.
-   - This can be used for a future win32dll loader system as well.
-
-2003-05-20 Tuesday 20:09  jpsaman
-
- Modified build scripts
-
-2003-05-20 Tuesday 18:53  hartman
-
- * NEWS: updated some OSX info
- * ALL:
-   - added CDDA support
-   - added a "Online Documentation" item to the Help menu
-   - removed some debugging strings
-
-2003-05-20 Tuesday 16:20  zorglub
-
- All: Support for SAP advertising in stream output
-
-       add sap, or sap="Name" in the stream output options
-
-2003-05-20 Tuesday 16:08  sigmunau
-
- kde.cpp: explicitly tell kde with icons to use. Should fix a crash that
- caused AIGALRM.
- kde.cpp, interface.cpp: turn --kdeuirc into --kde-uirc to comply with naming
- conventions
-
-2003-05-20 Tuesday 15:51  hartman
-
- * THANKS: Added Davor Orel who created the OS X icons.
- * modules/gui/macosx/macosx.m: changed a float into a float with range
-
-2003-05-20 Tuesday 15:23  hartman
-
- * Added a Reset prefs option
- * New prefs dialog much like the wxWindows and BeOS one.
-   - translated instances might be broken.
-   - still need sliders for min/max values
-   - improved sizing should be done.
-
-2003-05-20 Tuesday 11:44  titer
-
-  modules/gui/beos/PreferencesWindow.* : cleaning
-
-2003-05-19 Monday 23:36  gbazin
-
- * modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago.
-
-2003-05-19 Monday 21:39  asmax
-
- * a lot of cleaning in X11 skins, but some problems remain with
-   event handling :(
-
-2003-05-19 Monday 21:04  gbazin
-
- * modules/gui/wxwindows/Modules.am: included the 2 new bitmaps.
- * po/*: updated the po files.
-
-2003-05-19 Monday 20:47  gbazin
-
- * Bumped version to 0.6.0-test1
- * modules/access/cdda.c: decreased the priority of the cdda plugin.
-
-2003-05-19 Monday 11:38  gbazin
-
- * src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for when the stream output duplication fails for whatever reasons.
-
-2003-05-19 Monday 09:57  gbazin
-
- * modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.
-
-2003-05-18 Sunday 23:16  fenrir
-
-  * input_program.c: input_DelES destroyed the decoder (if any) without
-  removing this ES from the list of selected ES. So, instead we call
-  input_UnselectES.
-
-2003-05-18 Sunday 22:30  titer
-
-  modules/gui/beos/MessagesWindow.cpp : fixed a minor scrolling issue
-
-2003-05-18 Sunday 20:54  jpsaman
-
- Updated release numbering of packages.
-
-2003-05-18 Sunday 19:46  gbazin
-
- * modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and play faster buttons.
-
- PS: We really need nicer toolbar icons for the wxWindows interface. Anybody would like to design some ?
-
-2003-05-18 Sunday 18:56  hartman
-
- * fixed a few spelling errors, and added a note about QDM2 sound which is still unsupported
-
-2003-05-18 Sunday 17:48  asmax
-
- * added transparency in X11 skins
-
-2003-05-18 Sunday 16:27  gbazin
-
- * modules/gui/wxwindows/*: the open dialog box is created only once and reused when needed. This allows to have the previous settings displayed when you re-open the dialog.
-
-2003-05-18 Sunday 15:44  gbazin
-
- * modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_ReadSectors(), a function that can read multiple sectors at a time.
-   Modified the cdda plugin to read 20 sectors at a time. This was necessary because it was overkill to read the data sectors by sectors and was creating problems under Windows.
-
-2003-05-18 Sunday 12:18  gbazin
-
- * modules/gui/wxwindows/open.cpp: small fixes.
- * modules/access/vcd/cdrom.c: win32 fix for cue file parsing.
- * modules/video_filter/osd_text.c: small win32 fix.
-
-2003-05-18 Sunday 11:25  asmax
-
- * first BMP loader for X11 skins : it can only handle 24bbp uncompressed
-   images, but it works !
-
-2003-05-17 Saturday 23:57  gbazin
-
- * INSTALL.win32: finally updated the instructions on how to build vlc for win32 :)
- * install-win32, Makefile.am: updates for the win32 package.
- * NEWS: added a few missing things.
-
-2003-05-17 Saturday 22:48  gbazin
-
- * modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only 1 choice available.
- * modules/gui/wxwindows/streamout.cpp: small cosmetic changes.
- * modules/gui/wxwindows/open.cpp: added a CD Audio entry.
-
-2003-05-17 Saturday 22:00  gbazin
-
- * include/input_ext-intf.h: forgot this file in my last commit.
- * src/input/input_programs.c: prev/next-chapter and prev/next-title navigation variables are created only when necessary.
-
-2003-05-17 Saturday 20:30  gbazin
-
- * modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir).
-   You can now listen to your favorite CDDAs with vlc, or even stream them :)
-   (Their is not yet any support for jitter correction).
- * modules/codec/araw.c: small clean-up.
-
-2003-05-17 Saturday 18:30  titer
-
-  * modules/gui/beos/MessagesWindow.* : cleaning
-  * modules/gui/beos/PreferencesWindow.* : split the main modules into
-    its categories
-
-2003-05-17 Saturday 15:20  titer
-
-  modules/gui/beos/* : cosmetic
-
-2003-05-17 Saturday 14:36  gbazin
-
- * modules/video_output/directx/events.c: implemented the same shortcuts as in the x11/xvideo output.
-
-2003-05-17 Saturday 11:35  gbazin
-
- * configure.ac.in: removed the encoders from the list of plugins as they are not used currently.
- * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
-
-2003-05-16 Friday 23:02  gbazin
-
- * modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well.
-
-2003-05-15 Thursday 23:05  gbazin
-
- * src/input/input_programs.c: a few fixes to the navigation object variable.
-
-2003-05-15 Thursday 22:27  massiot
-
- * now 0.6.0-cvs
- * ALL: Capitalize all preferences text strings
-
-2003-05-15 Thursday 21:31  gbazin
-
- * src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and next-chapter object variables.
- * modules/gui/wxwindows/menus.cpp: put the above variables into the Navigation menu.
-
-2003-05-15 Thursday 20:45  jpsaman
-
- Added --with-libmpeg2-prefix= option to support cross-compiling for arm-target.
-
-2003-05-15 Thursday 20:28  jpsaman
-
- Updating version to 0.5.4.
- Enable building with libmpeg2.
-
-2003-05-15 Thursday 16:02  sam
-
-   * ./Makefile.am: fixed LDFLAGS when using --enable-gprof.
-
-2003-05-15 Thursday 15:59  gbazin
-
- * modules/gui/wxwindows/*: small fixes and improvements.
-
-2003-05-15 Thursday 15:50  sam
-
-   * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well.
-
-2003-05-15 Thursday 15:35  hartman
-
- * Makefile.am: on make dist move vlc.ebuild
- * vlc.ebuild: small spelling correction
-
-2003-05-15 Thursday 02:02  hartman
-
- * Went trough my maillogs and filled out large parts of the NEWS file.
-   please check and add your own. (i was bored ;)
- * Updated the README.MacOSX.rtf with some more pointers and changed version
-   to 0.6.0
-
-2003-05-15 Thursday 01:33  gbazin
-
- * modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features.
-
-2003-05-15 Thursday 01:23  hartman
-
- * variable callback for the playlist. the input, audio and video still need
-   to be done, waiting for gibalou to work his magic on that ;)
- cvs: ----------------------------------------------------------------------
-
-2003-05-15 Thursday 00:46  hartman
-
- * added vlc.ebuild, vlc.spec.redhat to dist.
- * added all the new icons to the dist.
- * on make dist i would like to do
-   mv vlc.ebuild vlc-${VERSION}.ebuild
-   I don't know how to do this. Who does?
-
-2003-05-15 Thursday 00:32  hartman
-
- * ./vlc.ebuild: a ebuild for the Gentoo Linux distribution.
-   Because of the cvs snapshots of libmpeg2 and ffmpeg, this ebuild will
-   need to be updated before release, to point out the correct links to
-   these libraries.
-
-2003-05-14 Wednesday 21:29  fenrir
-
-  * aac: compilation fix.
-  * libvlc.h : set correct value for sout-a/vcodec
-
-2003-05-14 Wednesday 19:47  hartman
-
- * Resized some elements to allow for better translations.
-
-2003-05-14 Wednesday 17:17  sam
-
-   * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in
-     the extras/ directory.
-
-2003-05-14 Wednesday 14:58  fenrir
-
-  * aac: use extention based detection.
-
-2003-05-14 Wednesday 14:57  hartman
-
- * Forgot one
-
-2003-05-14 Wednesday 14:56  hartman
-
- ALL: Davor won the vote, New icons in place.
-
-2003-05-14 Wednesday 11:15  fenrir
-
-  * ts: do not use DVB reserved pid(s) (thanks Miguel Barreiro Paz)
-
-2003-05-14 Wednesday 09:00  gbazin
-
- * modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp.
-
-2003-05-13 Tuesday 23:41  gbazin
-
- * modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack.
-
-2003-05-13 Tuesday 22:59  gbazin
-
- * modules/gui/wxwindows/*: added a navigation menu in the interface menubar.
- * modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit.
-
-2003-05-13 Tuesday 22:33  gbazin
-
- * modules/gui/wxwindows/*: new subtitles file dialog box.
- * modules/demux/util/sub.c: fixed a few description strings.
- * Makefile.am: small cosmetic change to package-win32 target.
-
-2003-05-13 Tuesday 20:36  asmax
-
- * beginning of event processing in X11 skins
- * graphics should work, but....
-
-2003-05-13 Tuesday 19:25  asmax
-
- * changed OSGraphics constructor (needed for X11)
-
-2003-05-13 Tuesday 14:11  titer
-
-  modules/gui/beos/PreferencesWindow.*:
-   - use BMenuFields for string_from_list config items
-   - cleaning
-
-2003-05-13 Tuesday 12:09  gbazin
-
- * modules/control/rc/rc.c: win32 fixes for the handling of special control keys.
-
-2003-05-13 Tuesday 11:44  gbazin
-
- * modules/gui/wxwindows/preferences.cpp: small fixes.
-
-2003-05-13 Tuesday 11:18  titer
-
-  modules/gui/beos/PreferencesWindow.*: use config_ResetAll()
-
-2003-05-12 Monday 21:55  gbazin
-
- * modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels.
- * modules/gui/wxwindows/open.cpp: small cosmetic changes.
-
-2003-05-12 Monday 19:59  titer
-
-  modules/gui/beos/VlcWrapper.h: compile fix
-
-2003-05-12 Monday 19:11  gbazin
-
- * include/vlc_common.h: small change to shut-up some memory checkers.
-
-2003-05-12 Monday 17:33  gbazin
-
- * modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin.
- * modules/video_output/directx/events.c: fixed non-initialized variable.
- * modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now).
- * src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed.
- * src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()).
- * modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.
-
-2003-05-12 Monday 01:17  hartman
-
- * First set config variable, then add the files (and therefore potentially
-   play them) in the playlist. Otherwise we can be too late.
-
-2003-05-11 Sunday 23:17  hartman
-
- * extras/MacOSX/vlc.pbproj/project.pbxproj:
-   - Add the THANKS file to the Mac OS X application
- * modules/gui/macosx/about.?:
-   - Use c-style comments instead of //
-   - Open the AUTHORS file with the correct Encoding
-   - Display the THANKS file as well
-   - Rotate the scrolling when at the end
- * modules/gui/macosx/intf.m:
-   - put Cocoa into multithreaded mode as soon as possible. Not really
-     causing any problems now, but is cleaner.
- * modules/gui/macosx/prefs.m:
-   - Select the current setting when we create a combobox.
-
-2003-05-11 Sunday 19:09  hartman
-
- * ALL:
-   - removed a bit too much code from the interface files previous commit.
-     Menu's were enabled if there was no input.
-   - removed a NSLog which was used for bugtracking
-
-2003-05-11 Sunday 18:49  hartman
-
- * modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want
- cvs to stop bugging me about it ;)
-
- *.sed
- *.sin
- *.header
- Rules-quot
-
-2003-05-11 Sunday 18:43  gbazin
-
- * src/input/input_programs.c: small bug fix.
- * src/misc/variables.c: compilation fix for MSVC.
-
-2003-05-11 Sunday 18:41  hartman
-
- * forgot one file. see previous intf.m commit for details.
-
-2003-05-11 Sunday 18:40  hartman
-
- * src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout
-   and playlist already have, to be notified of menu changes.
- * src/video_output/video_output.c: Changed a 1 to a VLC_TRUE
- * modules/gui/macosx/intf.?: Interface listens for changes in the input
-   menu's now.
-
-2003-05-11 Sunday 15:55  gbazin
-
- * modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation.
-
-2003-05-11 Sunday 14:33  sigmunau
-
- Added code to render subtitles with the freetype module (disabled by default).
- To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c
- and  modules/codec/spudec/text.c and run with --filter osdtext
-
-2003-05-11 Sunday 13:45  gbazin
-
- * configure.ac.in: fixed the wx-config detection by the skins plugin.
- * modules/gui/wxwindows/*: fixed a couple of breakage.
-
-2003-05-11 Sunday 13:22  gbazin
-
- * modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy.
-
-2003-05-11 Sunday 13:14  sigmunau
-
- use c comment, and not c++
-
-2003-05-11 Sunday 08:42  sigmunau
-
- * osd_test.c: better size calculations. Use VLC_VAR_TIME for precise timing
- (doesn't seem to work)
-
-2003-05-11 Sunday 01:00  massiot
-
- * modules/audio_filter/resampler/coreaudio.c: more accurate frame length
-   calculation
- * modules/audio_output/coreaudio.c: apparently the audio card clock can
-   be screwed, so probe it at every buffer
- * src/audio_output/output.c: Thou shalt not drop buffers
-
-2003-05-10 Saturday 20:49  hartman
-
- * fix titer's language commit. The list needs to end with a NULL, or VLC will
-   no longer start. (it fails on the duplication of the config of this variable)
-
-2003-05-10 Saturday 18:16  fenrir
-
-  * ffmpeg : fix for svq3.
-
-2003-05-10 Saturday 13:52  titer
-
-  POTFILES.in: forgot a file yesterday...
-
-2003-05-10 Saturday 13:40  titer
-
-  * src/libvlc.[ch]: removed --translation to avoid breaking compatibility
-  with old config files; --language is now a string_from_list you can use
-  to specify the language (default is auto-detection).
-
-2003-05-10 Saturday 11:08  gbazin
-
- * src/input/input_programs.c: misc fixes/improvements to the video-es/audio-es/spu-es object variables.
-
-2003-05-10 Saturday 11:05  hartman
-
- * added VP31 fourcc's.
- * disabled the vp31 and iv31 iv32. In it's current state it is too ugly too
-   actually use it. It would generate too many bugreports.
-
-2003-05-10 Saturday 10:32  hartman
-
- * Finished the sout dialog on OSX.
-
-2003-05-09 Friday 23:23  fenrir
-
-  * ffmpeg: now ffmpeg has a SVQ3 decoder, so use it :)
-
-2003-05-09 Friday 22:03  sigmunau
-
- oss.c: give a warning if --spdif is set but the sourndcard don't support it.
-
-2003-05-09 Friday 20:30  massiot
-
- France 1 - Italy 0
-
-2003-05-09 Friday 19:53  fenrir
-
-  * faad: better support of AAC without ESDS.
-
-2003-05-09 Friday 19:30  titer
-
-  Updated POTFILES.in for BeOS' i18n
-
-2003-05-09 Friday 19:29  fenrir
-
- * mp4: fixed mace3/6 decoding. Only mono audio is working on the sample I
- have found.
-
-2003-05-09 Friday 16:01  gbazin
-
- * modules/misc/httpd.c: win32 fixes.
- * modules/control/http.c: fixed a problem with IE that sends POST requests instead of GET ones.
-
-2003-05-09 Friday 02:39  fenrir
-
-  * mmstu: fixed a lookup.
-
-2003-05-09 Friday 01:19  hartman
-
- * modules/gui/macosx/prefs.m:
-   - possibly fixed a crash situation when clicking the OK button (not sure though)
- * modules/gui/macosx/macosx.m:
-   - made the transparency option an advanced option.
-
-2003-05-09 Friday 00:58  titer
-
-  * src/misc/messages.c: forget a defined(SYS_BEOS) in my last commit
-  * src/misc/configuration.c: config_PutPsz now sets the variable to NULL
-    if the string is empty
-  * modules/gui/macosx/prefs.m: remove duplicate (now) code with config_PutPsz
-
-2003-05-09 Friday 00:41  hartman
-
- * modules/gui/macosx/prefs.?:
-   - made the advanced button better.
-   - added missing CONFIG_ITEM_DIRECTORY support
- * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
-   - added the semi 'apple' default of com-, as a hotkey for the prefs.
-
-2003-05-08 Thursday 23:11  hartman
-
- modules/gui/macosx/intf.m: We shouldn't save the config file when the interface closes. This explains a lot of bugreports ;)
-
-2003-05-08 Thursday 19:51  fenrir
-
-  * ftp : updated copyright info.
-
-2003-05-08 Thursday 19:26  fenrir
-
-  * v4l: clean up.
-
-2003-05-08 Thursday 19:21  fenrir
-
-  * v4l: remove __V4L_AUDIO_ (useless)
-
-2003-05-08 Thursday 19:06  titer
-
-  ALL: fixed BeOS-specific warnings (ssize_t is not a int but a long,
- vasprintf if defined but not declared in the system headers...)
-
-2003-05-08 Thursday 17:13  massiot
-
- * modules/gui/macosx: Fixed crashes with the new submenus when used on a
-   localized system
- * Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled
-   the DVD menus by default.
-
-2003-05-08 Thursday 15:58  gbazin
-
- * modules/access/file.c: fixed large file support on win32.
- * src/libvlc.[ch]: made the description of the translation option more explicit.
-
-2003-05-08 Thursday 14:15  titer
-
-  src/libvlc.*: --translation is now a string. Usefull if want to specify
-  a different language than your OS, or if your OS is not localized...
-
-2003-05-08 Thursday 12:09  gbazin
-
- * modules/gui/wxwindows/menus.cpp: misc small fixes.
-
-2003-05-08 Thursday 10:45  titer
-
-  modules/gui/beos/PreferencesWindow.cpp: cosmetic
-
-2003-05-08 Thursday 10:40  titer
-
-  * modules/gui/beos/AudioOutput.cpp: more cleaning
-  * modules/gui/beos/VideoOutput.cpp: in fullscreen, add an item "Show
-    Interface" to the popup
-
-2003-05-08 Thursday 01:16  hartman
-
- ALL: autogenerated menu's for chapter,title,program,audio-es,spu-es and video-es.
-   - video-es seems broken. it always starts with -1 (Disabled) selected.
-   - moved some menuitems to other menu's for gui interface consistency with
-     other gui's.
-   - added a "fit to screen" menuitem.
-
-2003-05-08 Thursday 01:05  titer
-
-  src/misc/beos_specific.cpp:
-      Fixed a very old bug: if the user hit Alt+Q, don't let the be_app
-      exit without any cleaning (that made VLC crash badly)
-
-2003-05-07 Wednesday 23:13  hartman
-
- * changed "Gayscale video output" option back into "Grayscale video output"
-
-2003-05-07 Wednesday 23:07  alexis
-
- Makefile : Minor changes.
-
-2003-05-07 Wednesday 19:20  titer
-
-  modules/gui/beos/AudioOutput.cpp: cleaning
-
-2003-05-07 Wednesday 17:27  titer
-
-  * modules/gui/beos/MessagesWindow.cpp: fixed a nasty bug
-  * modules/gui/beos/PreferencesWindow.*: now you can save preferences
-
-2003-05-07 Wednesday 16:47  titer
-
-  modules/gui/beos/PreferencesWindow.cpp:
-   Misc enhancements
-
-2003-05-07 Wednesday 15:54  gbazin
-
- * modules/gui/wxwindows/*: Fix (use different id numbers for each menus).
-
-2003-05-07 Wednesday 15:44  fenrir
-
-  * ffmpeg: --ffmpeg-truncated is now an int :
-   * -1 -> CODEC_FLAG_TRUNCATED is set only if width == height == 0 (only TS should produce this)
-   * 0  -> disable CODEC_FLAG_TRUNCATED
-   * 1  -> force CODEC_FLAG_TRUNCATED
-
-2003-05-07 Wednesday 14:49  titer
-
-  modules/gui/beos/*: fixed a few things I broke recently (dvd menus,
-                      screenshots...)
-
-2003-05-07 Wednesday 12:23  gbazin
-
- * modules/gui/wxwindows/*: misc fixes.
-
-2003-05-07 Wednesday 02:31  fenrir
-
-  * mp4: raaaah, sometime moov box are masqueraded by a free box, so I look
- at free box content to see if it could be moov box, I hope there won't be
- any misdetection. (Even when there is a spec, nobody follows it :((
-
-2003-05-07 Wednesday 00:28  fenrir
-
-  * ffmpeg: do not use CODEC_FLAG_TRUNCATED by default as it seems buggy
- with valid files. You have to use --ffmpeg-truncated to force it.
-  MPEG-4 in TS won't work unless you use --ffmpeg-truncated :((
-
-2003-05-07 Wednesday 00:18  gbazin
-
- * modules/gui/wxwindows/open.cpp: removed the channels server entry.
-
-2003-05-06 Tuesday 21:01  gbazin
-
- * modules/demux/mpeg/ts.c: fixed my last f*ckage + a bit of clean-up.
-
-2003-05-06 Tuesday 20:12  hartman
-
- * ALL: there were reports of crashes in the menucode. i think it was that
-   the VLCWindow could suddenly disappear (the vout closed) and therefore we
-   could no longer reference it. This should fix that. Also made this code
-   more generic to avoid code duplication.
-
-2003-05-06 Tuesday 16:05  fenrir
-
-  * mp4: fix a segfault and play .3gp with h263 video track.
-
-2003-05-06 Tuesday 14:19  fenrir
-
-  * http: redirect to main page each time we pass arguments. (it's done by
- an html header and not by the http protocol. I know it's bad but it's a
- lot easier ;)
-
-2003-05-06 Tuesday 12:57  fenrir
-
-  * http: fix 'add mrl'.
-
-2003-05-06 Tuesday 02:17  titer
-
-  Makefile.am: fixed BeOS package generation when all modules are built-in
-
-2003-05-06 Tuesday 02:01  fenrir
-
-  * mms: fix for builtin compilation.
-
-2003-05-06 Tuesday 01:15  titer
-
-  configure.ac.in: fixed static linking with libintl and libiconv
-
-2003-05-05 Monday 22:48  gbazin
-
- * modules/demux/mpeg/ts.c: compiler warning fix.
- * src/input/input_programs.c: a "Disable" choice is added by default to "audio-es", "video-es" and "spu-es".
-
-2003-05-05 Monday 22:23  gbazin
-
- * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams.
- * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
-
-2003-05-05 Monday 22:04  hartman
-
- * fixed the autogenerated menu's.
-
-2003-05-05 Monday 21:35  titer
-
-  configure.ac.in: fixed libdvbpsi detection for people who don't have
-    stdint.h but inttypes.h
-
-2003-05-05 Monday 16:29  gbazin
-
- * modules/gui/skins/src/*: forgot a few references to the channels server.
-
-2003-05-05 Monday 16:09  gbazin
-
- * ALL: removed the old channels server stuff (was deprecated).
-
-2003-05-05 Monday 15:52  fenrir
-
-  * bits.h: clean up
-
-2003-05-05 Monday 15:21  sigmunau
-
- implemented VLC_VAR_TIME using two ints
-
-2003-05-05 Monday 14:58  sigmunau
-
- Implemented support for CONFIG_ITEM_DIRECTORY
-
-2003-05-05 Monday 13:15  titer
-
-  Updated NEWS for 0.5.4 release
-
-2003-05-05 Monday 13:06  titer
-
-  modules/gui/beos/*: Partial fix for Preferences resizing
-
-2003-05-05 Monday 13:03  hartman
-
- NEWS: preparing for 0.5.4 release. Please update the NEWS file everyone.
- README.MacOSX.rtf: clarified some things.
-
-2003-05-05 Monday 12:15  gbazin
-
- * modules/gui/skins/src/*: compilation fixes under win32.
-
-2003-05-05 Monday 11:49  sam
-
-   * ./src/video_output/video_output.c: fixed a crash that occurs when the
-     width and height variables are set to their default values.
-
-2003-05-04 Sunday 23:39  gbazin
-
- * src/audio_output/output.c: fixed warning.
-
-2003-05-04 Sunday 23:38  massiot
-
- * First round of capitalization of description strings.
-
-2003-05-04 Sunday 23:03  gbazin
-
- * po/POTFILES.in: added the new modules since 0.5.3
-
-2003-05-04 Sunday 22:42  gbazin
-
- * src/misc/variables.c, ALL: improvements to the object variables api.
-    - added another argument to var_Change().
-    - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
-      that are used to set/get a friendly name to an object variable.
-    - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
-      the number of availabel choices without having to get their value
-      as well.
-    - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
-      a friendly name to the choice value.
-    - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
-      names.
-
- * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
-
-2003-05-04 Sunday 22:33  massiot
-
- * modules/codec/libmpeg2.c: fixed the "main: cannot delete object with
-   children" bug.
-
-2003-05-04 Sunday 18:51  fenrir
-
-  * transcode: follow the same logic for ab than vb. (ie for a small value
- it's used as kb/s for higher ones it's b/s).
- Just a remember, transcode options are:
- acodec= mpga,a52
-     ab (kb/s)
- vcodec= mpgv,mp4v,h263,DIV1,DIV2,DIV3,I420,I422,I444,RV24,YUY2
-     width
-     height
-     vb (kb/s)
-     vt (b/s)
-     deinterlace
-     croptop
-     cropbottom
-     cropleft
-     cropright
-     keyint
-     hq
-     qmin (between 1 and 32)
-     qmax (between 1 and 32)
- only acodec and/or vcodec are mandatories (and it's a good idea to always
- define vb,vt, and/or ab)
-
-2003-05-04 Sunday 15:02  massiot
-
- * modules/audio_output/coreaudio.c: worked around a CoreAudio bug (should
-   fix the "sound drops after half an hour" bug)
- * modules/audio_filter/resampler/coreaudio.c: reenabled the coreaudio
-   resampler which works perfectly fine here
- Please test that I didn't break S/PDIF output on OS X.
-
-2003-05-04 Sunday 12:40  sam
-
-   * ./modules/video_output/sdl.c: avoid crashes at exit due to SDL being
-     linked with svgalib and svgalib using atexit().
-
-2003-05-04 Sunday 10:46  fenrir
-
-  * mpga_audio: should fix an infinite loop when miss-detected free
- bitrate stream.
-
-2003-05-04 Sunday 01:36  massiot
-
- More cleaning of the STATE_INVALID stuff (still not perfect though).
-
-2003-05-03 Saturday 22:25  massiot
-
- Fixed handling of STATE_INVALID states.
-
-2003-05-03 Saturday 18:11  fenrir
-
-  * transcode: added qmin, qmax and hq(high quality) options.
-
-2003-05-03 Saturday 14:33  fenrir
-
-  * transcode: fix cropping code.
-
-2003-05-03 Saturday 14:22  fenrir
-
-  * transcode: fixed video resizing.
-
-2003-05-03 Saturday 13:37  titer
-
-  beos/* : New Preferences window that lets you configure everything.
-           It is not complete yet (see the TODO in PreferencesWindow.cpp)
-
-2003-05-03 Saturday 13:18  fenrir
-
-  * transcode: added two options:
-     - vt : video bitrate tolerance
-     - keyint : number of inter frames between intra frames.
-
-2003-05-03 Saturday 12:36  fenrir
-
-  * v4l: used the same trick than vls to avoid too much resampling.
-
-2003-05-03 Saturday 02:18  fenrir
-
-  * ts: fix a memory leak.
-
-2003-05-03 Saturday 02:09  fenrir
-
- [no log message]
-
-2003-05-03 Saturday 01:52  fenrir
-
-  * v4l: fix a stupid bug that broke audio.
-
-2003-05-03 Saturday 01:12  fenrir
-
-  * all: shut up valgrind ;) (memory leacks and one overead/overwrite).
-
-2003-05-02 Friday 19:37  fenrir
-
-  * transcode: fix about raw audio.
-
-2003-05-02 Friday 17:35  fenrir
-
-  * v4l: audio grabbing part begin to work :)
-
-2003-05-02 Friday 16:25  fenrir
-
-  * transcode: compilation fix.
-
-2003-05-02 Friday 15:53  gbazin
-
- * modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find a way to have flex.c not include unistd.h on win32 and not compile the wxwindows files when SKINS_BASIC is defined.
-
-2003-05-02 Friday 15:36  titer
-
-  Missing files
-
-2003-05-02 Friday 14:51  fenrir
-
-  * transcode: should be able to compress raw audio, need to be cleaned up.
-  u8,s8,s16 big and little endian should be supported but not all tested.
-
-2003-05-02 Friday 12:18  sam
-
-   * ./configure.ac.in: another kludge to avoid linking twice with libavcodec.
-
-2003-05-02 Friday 03:41  fenrir
-
-  * transcode: accept and create raw video(I420,I422,I444,YUY2,RV24).
-
-2003-05-02 Friday 03:40  fenrir
-
-  * rawvideo.c: fix a bug while filling picture.
-
-2003-05-02 Friday 00:33  fenrir
-
-  * copy: added raw audio/video support.
-  * avi: added raw audio support (little endian only).
-
-2003-05-01 Thursday 13:51  ipkiss
-
-  * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compilation of the
-    basic-skins plugin with GTK2
-  * modules/gui/skins/parser/skin.*: small compilation fix, but i don't
-    really understand why it is necessary :)
-
-2003-05-01 Thursday 01:11  hartman
-
- * modules/gui/macosx/macosx.m
-   - added a macosx-float config option
-   - changed 'opaqueness' into 'macosx-opaqueness'
- * modules/gui/macosx/vout.?
-   - let vout respect 'float' on top option.
-   - added a toggle function to toggle float on top.
- ALL:
-   - menuitem and corresponding code for float on top.
-
-2003-04-30 Wednesday 23:58  hartman
-
- ALL: New output dialog that uses the new --sout syntax.
-   - it is not so powerful as --sout (does not allow for multiple unicasts ie)
-   - there is a bug in the transcode settings. not sure what is causing it.
-
-2003-04-30 Wednesday 21:45  fenrir
-
-  * mp4: fix playback of some stream with raw audio. I also split
- big audio chunk. (Avoid 100000 samples at once :(
-
-2003-04-30 Wednesday 21:16  asmax
-
- * enable basic-skins for GTK2 (not tested yet ;)
-
-2003-04-30 Wednesday 19:22  ipkiss
-
-  * ./configure.ac.in:
-     - added a basic-skins plugin, which doesn't make use of wxWindows
-       dialogs (currently only works for win32)
-     - renamed with-wx-config-path in with-skins-wx-config-path for the
-       skins plugin, to avoid problems with the wxwindows plugin
-
-2003-04-30 Wednesday 19:20  gbazin
-
- * modules/access/v4l/v4l.c: fixed breakage for devices supporting I420.
-
-2003-04-30 Wednesday 14:04  hartman
-
- modules/gui/macosx/controls.m: fixed cosmetic issue with deinterlace menu.
-
-2003-04-30 Wednesday 09:11  gbazin
-
- * modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.
-
-2003-04-30 Wednesday 04:13  hartman
-
- modules/access/http.c:
- modules/access/ftp.c:
- * fixed a very serious bug in the atoll code. this contained a never ending while loop.
-   It showed on systems without atoll() (MacOSX) as an inability to view http
-   and ftp streams.
-
-2003-04-29 Tuesday 22:44  fenrir
-
-  all: use /* */ instead of // (we write c code)
-
-2003-04-29 Tuesday 22:38  fenrir
-
-  * stream_output.c: some sanity checks and bypass default behavour of
- module_Need (when I ask for udp I want udp or an error, but not file
- or something else) by adding ",none" when a module name is specified.
-  I will clean up that by adding a flag to module_Need or something like
- that.
-
-2003-04-29 Tuesday 21:32  fenrir
-
-  * stream_output.c: fix segfault when not specifying mux name.
-
-2003-04-29 Tuesday 20:36  ipkiss
-
-  * ./modules/gui/skins/src/theme.cpp: avoid infinite recursion with
-    circular anchoring
-
-2003-04-29 Tuesday 20:29  fenrir
-
-  * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of
- resampling with some files while keeping good synchronisation.
-  Anybody has an idea of the maximum desynchronisation between audio and
- video that still be imperceptible ?
-
-2003-04-29 Tuesday 20:17  hartman
-
- * modules/gui/macosx/playlist.m:
-   - When we delete an item, update playlist with to indicate 'currently playing'
-
-2003-04-29 Tuesday 16:03  gbazin
-
- * modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards.
- * modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported.
-
-2003-04-29 Tuesday 15:40  fenrir
-
-  * file: use - to write on stdout. (but you can only use ts and ps muxer,
- as the others need to seek).
-
-2003-04-29 Tuesday 12:54  gbazin
-
- * modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.
-
-2003-04-28 Monday 23:25  fenrir
-
-  * avi: fixed playback of broken stream....
-
-2003-04-28 Monday 22:44  ipkiss
-
-  * modules/gui/skins/win32/win32_run.cpp: clean exit of wxWindows thread
-
-2003-04-28 Monday 20:46  ipkiss
-
-  * ./modules/gui/skins/src/banks.cpp: fixed a segfault triggered by
-    missing tags in the XML.
-
-2003-04-28 Monday 14:32  asmax
-
- * skeleton of X11 skins
-
-2003-04-28 Monday 14:12  asmax
-
- * skeleton of X11 skins
-
-2003-04-28 Monday 12:25  asmax
-
- * changed Region into SkinRegion to prepare the X11 port
-
-2003-04-28 Monday 12:00  asmax
-
- * fixed compilation under linux
- * added a flag GTK2_SKINS
-
-2003-04-28 Monday 00:18  ipkiss
-
-  * ./modules/gui/skins/*: first attempt at porting the skins to Win9x
-    There is still a lot to do but some things are working.
-
-2003-04-27 Sunday 23:16  gbazin
-
- * src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes.
- * modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format.
- * modules/codec/rawvideo.c: a few fixes.
- * modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now.
-
-2003-04-27 Sunday 17:53  gbazin
-
- * src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until InitThread() has been run.
- * src/video_output/vout_pictures.[ch]: added support for FOURCC I411.
- * modules/codec/rawvideo.c: support for more chroma formats.
-
-2003-04-27 Sunday 15:25  gbazin
-
- * modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility).
-   (I can finaly watch my RGB tarkin samples :))
- * modules/demux/rawdv.c: fixed a couple of compiler warnings.
-
-2003-04-27 Sunday 14:56  gbazin
-
- * modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both selected.
-
-2003-04-27 Sunday 14:11  gbazin
-
- * modules/misc/httpd.c: win32 fix for non-blocking sockets.
-
-2003-04-27 Sunday 13:55  fenrir
-
-  * avi: clean up. Some standard file (ie with 1 RIFF chunk ) has OpenDML
- index, so use it when normal index (idx1 chunk) isn't found.
-
-2003-04-27 Sunday 13:03  fenrir
-
-  * ffmpeg: stop skipping video sometime ;).
-
-2003-04-27 Sunday 11:55  fenrir
-
-  * avi: Support for OpenDML file.
-  Not tested with file size > 2Go, so report status.
-
-2003-04-27 Sunday 03:08  fenrir
-
-  * httpd: added "Cache-Control: no-cache" by default.
-
-2003-04-27 Sunday 02:00  jlj
-
-  * ./configure.ac.in: Added --with-libmpeg2-tree
-
-2003-04-27 Sunday 00:02  gbazin
-
- * modules/control/http.c: fixed buffer allocation problem.
-
-2003-04-26 Saturday 22:06  fenrir
-
-  * video: spelling error.
-
-2003-04-26 Saturday 21:45  fenrir
-
-  * ffmpeg: we always skip video if we have more than 5 second of late video.
- (This should avoid 'decoder stuck' message.)
-
-2003-04-26 Saturday 21:36  gbazin
-
- * modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default).
-
-2003-04-26 Saturday 20:51  fenrir
-
-  * mpegaudio: if the file name end by .mp3, use a stronger dectection.
- (over the first 2ko).
-
-2003-04-26 Saturday 14:54  gbazin
-
- * configure.ac.in: enabled xvid and ffmpeg encoders
- * modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma.
-
-2003-04-26 Saturday 12:26  gbazin
-
- * modules/codec/rawvideo.c: added support for YUY2 and I422 and fixed a bug in FillPicture(). ( The v4l input is working here now :) )
-
-2003-04-25 Friday 21:47  fenrir
-
-  * libmp4: clean up and preliminary work to read mp4 file through http.
-  * mp4: don't return a failed value when recognize a ref file, but use
- a dummy Demux function that return EOF.
-
-2003-04-25 Friday 18:57  fenrir
-
-  * ffmpeg: use bigger split size (~8000 samples) as it avoid too much
- resampling with my samples. Fix a potential divide by 0 (thx meuuh).
-
-2003-04-25 Friday 17:35  fenrir
-
-  *ffmpeg: split huge audio packets as aout didn't like them.
-
-2003-04-25 Friday 17:33  fenrir
-
-  * mms: reduce mtu (avoid too much delay with slow connection)
-
-2003-04-25 Friday 12:37  gbazin
-
- * modules/gui/skins/src/vlcproc.cpp: small compilation fix.
-
-2003-04-24 Thursday 20:49  fenrir
-
-  * mp4: fix a buffer overflow.
-
-2003-04-24 Thursday 20:33  fenrir
-
-  * .cvsignore: forgot this file.
-
-2003-04-24 Thursday 20:26  fenrir
-
-  * asf: fix to play stream over mmsh.
-
-2003-04-24 Thursday 20:24  fenrir
-
-  * mpeg4video.c: use video size when available from bitmapinfoheader.
-
-2003-04-24 Thursday 17:44  gbazin
-
- * src/libvlc.c: forgot to reload the command line options after we reload the main module when the user disables the translation.
-
-2003-04-24 Thursday 16:13  gbazin
-
- * Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist.
-
-2003-04-24 Thursday 15:57  gbazin
-
- * modules/gui/skins/src/themeloader.*: dropped the dependancy on libtar
-    for the .vlt skins support. libtar is still used if present, otherwise
-    we use our small implementation of untar.
-
-2003-04-24 Thursday 14:39  fenrir
-
-  * mp4: select only first enabled track.
-
-2003-04-24 Thursday 14:38  asmax
-
- * get screen size with gtk2
-
-2003-04-23 Wednesday 15:18  titer
-
-  modules/gui/beos/VlcWrapper.cpp: fixed the issue with untranslated
-   strings and "...". i18n seems OK under BeOS now.
-
-2003-04-23 Wednesday 10:29  asmax
-
- * fixed some constructors and destructors
-
-2003-04-22 Tuesday 23:31  gbazin
-
- * modules/codec/libmpeg2.c: make sure there are no more linked pictures
-    left when closing the decoder.
-
-2003-04-22 Tuesday 22:57  ipkiss
-
-  * ./modules/gui/skins/src/theme.cpp: fixed a bug with anchored windows
-
-2003-04-22 Tuesday 22:25  gbazin
-
- * modules/audio_filter/converter/s16tofloat32swab.c:
-    added an #ifdef HAVE_ALLOCA.
-
-2003-04-22 Tuesday 21:45  gbazin
-
- * configure.ac.in: don't link with the math library on win32. It isn't
-    needed and will even screw up things under cygwin with -mno-cygwin.
-
-2003-04-22 Tuesday 19:26  asmax
-
- * output.c: avoid a floating point exception when aout-rate==0
- * gtk2_api.cpp: made valgrind happy ;)
-
-2003-04-22 Tuesday 18:21  ipkiss
-
-  * ./modules/gui/wxwindows/fileinfo.cpp: cosmetic changes
-
-2003-04-22 Tuesday 17:56  asmax
-
- * fixed the volume slider bug
-
-2003-04-22 Tuesday 16:36  titer
-
-  * Makefile.am: fixed 'make package-beos'
-  * modules/gui/beos/*: added _()s so the whole interface is translated
-  * src/libvlc.c: ask gettext for UTF-8 strings (under BeOS only for now)
-    FIXME: currently, untranslated strings are not converted to UTF-8
-
-2003-04-22 Tuesday 16:28  fenrir
-
-  * mp4: fix "mov playlist" handling. (raaah strncpy doesn't add '\0' :(
-
-2003-04-22 Tuesday 12:54  gbazin
-
- * modules/codec/libmpeg2.c: fixed aspect ratio problem.
-
-2003-04-22 Tuesday 11:38  fenrir
-
-  * mp4: preliminary support of "mov playlist(ref) file"
-
-2003-04-22 Tuesday 08:51  fenrir
-
-  * mp4: more mov fields are parsed.
-
-2003-04-21 Monday 22:12  asmax
-
- * changed "Font" into "SkinFont" (see previous commit)
-
-2003-04-21 Monday 21:51  asmax
-
- * changed "Window" into "SkinWindow" to prepare X11 port
-  (Window is already a Xlib type !)
-   *** not tested under win32, please check ! ***
-
-2003-04-21 Monday 18:39  asmax
-
- * at last fixed transparency under linux !!
-
-2003-04-21 Monday 16:55  anil
-
- *All: fixed unwanted fileinfo window refresh under windows.
-
-2003-04-21 Monday 16:22  gbazin
-
- * modules/misc/network/ipv4.c: a bit of cleanup.
-
-2003-04-21 Monday 14:26  asmax
-
- * raise the skin window on top when clicked
- * a bit of code cleaning
-
-2003-04-21 Monday 12:54  gbazin
-
- * configure.ac.in: print an error message if libmpeg2 is not found or too old.
-
-2003-04-21 Monday 12:22  gbazin
-
- * configure.ac.in: the libmpeg2 plugin is now enabled by default when the right version of libmpeg2 is detected (0.3.2 aka cvs).
-
-2003-04-21 Monday 11:47  asmax
-
- * added a preferences button in the default skin
-
-2003-04-21 Monday 03:37  asmax
-
- * fixed the previous commit for linux
-
-2003-04-21 Monday 02:50  asmax
-
- * fixed a timing issue under windows ?
-
-2003-04-21 Monday 02:12  ipkiss
-
-  * we now use a wxwindow dialog to load the skins, so we can get rid
-    of our custom dialog
-
-2003-04-21 Monday 01:47  asmax
-
- * shortcut handling under linux
-
-2003-04-21 Monday 00:54  ipkiss
-
-  * added preferences, file info and stream output dialogs to the skins
-
-2003-04-21 Monday 00:33  massiot
-
- * configure.ac.in : finished disabling the old mpeg_video plug-ins.
-
-2003-04-21 Monday 00:18  asmax
-
- * fixed refresh of the playlist (and a segfault...)
-
-2003-04-20 Sunday 23:42  massiot
-
- * modules/codec/libmpeg2.c: fixed a problem with some frame rates (thx
-   gibalou)
-
-2003-04-20 Sunday 23:09  asmax
-
- * fixed a segfault at exit
-
-2003-04-20 Sunday 22:52  asmax
-
- * a few segfaults but wxwindows works under linux !
-
-2003-04-20 Sunday 22:52  gbazin
-
- * modules/audio_output/file.c: fixed a mismatch in a config name.
-
-2003-04-20 Sunday 21:19  sam
-
-   * ./modules/audio_output/oss.c: code comments.
-
-2003-04-20 Sunday 21:15  sam
-
-   * ./modules/video_output/fb.c: fixed a bug that prevented proper console
-     resetting.
-
-2003-04-20 Sunday 21:14  sam
-
-   * ./mozilla/npvlc_rc.rc: fixed a typo in the MIME types.
-
-2003-04-20 Sunday 20:28  ipkiss
-
-  * added wxwindows Open and Messages dialog boxes into the windows skins
-    (it may break things on linux...)
-
-2003-04-20 Sunday 20:22  asmax
-
- * added wxwindows for skins !!
-
-2003-04-20 Sunday 19:53  gbazin
-
- * configure.ac.in: removed useless --with-ffmpeg=PATH ./configure option.
-
-2003-04-20 Sunday 19:29  fenrir
-
-  * mms/* : begining of a m$-http-for-asf-streaming support.
-  Proxy aren't yet supported. Use mmsh to force it, else mms will try it
- at the end (after mmst and mmsu). Some http url are in fact mmsh but
- not yet auto-detected.
-  *Please report* not working url and any regression for mmst and mmsu.
-
-2003-04-20 Sunday 19:03  jlj
-
-   * ./modules/gui/skins/src/themeloader.cpp: compile fix (include errno.h)
-
-2003-04-20 Sunday 16:45  karibu
-
- * Fixed mouse wheel
-
-2003-04-20 Sunday 16:16  asmax
-
- * fixed the "always on top" bug
-
-2003-04-20 Sunday 15:06  karibu
-
- * Added support of wheel with win32
-
-2003-04-20 Sunday 15:00  karibu
-
- * Fixed support of wheel for playlist with GTK2
- * Added support of whell for slider with GTK2
-
-2003-04-20 Sunday 14:11  gbazin
-
- * configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed my last breakage in the ffmpeg detection code.
-
-2003-04-20 Sunday 13:14  asmax
-
- * enabled scrolling in the playlist with the mouse wheel
-
-2003-04-20 Sunday 12:59  massiot
-
- * The libmpeg2 plug-in is now completely operational ;
- * configure.ac.in : disabled compiling the old mpeg_video plug-in, so :
- DO NOT FORGET TO INSTALL LIBMPEG2 AND COMPILE WITH --enable-libmpeg2
-
-2003-04-20 Sunday 11:57  gbazin
-
- * configure.ac.in, modules/codec/ffmpeg/*, modules/encoder/ffmpeg/*, modules/stream_out/transcode.c: fixed detection of the ffmpeg headers/libs when they are installed in their default location.
-
-2003-04-20 Sunday 01:05  asmax
-
- * fixed a typo with dvbpsi
-
-2003-04-19 Saturday 13:55  hartman
-
- * Added a 'opaqueness' configoption to macosx-vout. Yeah i know, useles.
-   But it's coooooool. http://sidekick.student.utwente.nl/videolan/transparent.jpg
-
-2003-04-19 Saturday 12:39  karibu
-
- * Font fixed
-
-2003-04-19 Saturday 12:33  hartman
-
- * There was a problem where deinterlace could not be turned off via it's
-   corresponding menu. On thy fly filter changes are still not possible.
-
-2003-04-19 Saturday 11:46  asmax
-
- * fixed a segfault
-
-2003-04-19 Saturday 11:16  asmax
-
- * drag&drop works ! (at least with mozilla)
-
-2003-04-19 Saturday 02:34  karibu
-
- * Fixed wrapping for texts
- * Filling GTK2Graphics and GTK2Region destructors
-
-2003-04-19 Saturday 00:12  fenrir
-
-  * mp4: some memory leaks fixed.
-
-2003-04-18 Friday 22:51  sam
-
-   * ./configure.ac.in: workaround for a bug in the OS X ld who sees symbol
-     redefinitions when linking twice with the same static libary.
-
-2003-04-18 Friday 22:43  fenrir
-
-  * mp4.c : begining of a mp4/mov muxer.
-
-  It's far from stable, produce file unplayable by mplayer at least,
- and doesn't yet take care of video/audio synchro.
- Becarefull that the header is written only when closing, and there is
- no way to repair a mp4 file without its header.
-
-2003-04-18 Friday 22:38  fenrir
-
-  * stream_output.c: add a vlc_mutex_lock/unlock ...
-
-2003-04-18 Friday 19:26  titer
-
-  Added a few keyboard shortcuts
-
-2003-04-18 Friday 16:38  titer
-
-  Under BeOS, disable the screensaver if playing in fullscreen.
-
-2003-04-18 Friday 16:10  titer
-
-  beos/*: fixed fullscreen shortcuts
-
-2003-04-18 Friday 16:04  asmax
-
- * network stream now work
- * double-click is now implemented
-
-2003-04-18 Friday 15:25  titer
-
-  ALL: fixed i18n under BeOS
-
-2003-04-17 Thursday 19:56  karibu
-
- * Ask tooney to know ! (fix minor bug)
-
-2003-04-17 Thursday 17:45  asmax
-
- * small fix
-
-2003-04-17 Thursday 16:34  karibu
-
- * Scrolling text now works on linux
-
-2003-04-17 Thursday 16:32  karibu
-
- * Fixed kludge
-
-2003-04-17 Thursday 16:30  karibu
-
- * Added AddEllipse: the slider now works ! :)
-
-2003-04-17 Thursday 16:11  karibu
-
- * Added clip region to graphics
- * Added functionnality to region
-
-2003-04-17 Thursday 15:43  karibu
-
- * Improved font support for linux (just missing underline parameter )
-
-2003-04-17 Thursday 14:18  anil
-
- * oups forgot to commit this one. still the hide/show thing.
-
-2003-04-17 Thursday 14:00  anil
-
- * We now use hide/show for the file info window
-
-2003-04-17 Thursday 13:46  karibu
-
- * Can get size of a text
-
-2003-04-17 Thursday 13:08  karibu
-
- * SkinManage is called by a timer
- * Timer for text control are working badly but it's the first step
-
-2003-04-17 Thursday 10:58  fenrir
-
-  * ffmpeg: remove some #ifdef (you need at least libavcodec build >= 4655)
- and use ffmpeg postprocessing instead of vlc builtins. (It's a lot faster).
-
-2003-04-17 Thursday 10:53  karibu
-
- * Fixed dewtructor
-
-2003-04-17 Thursday 10:42  asmax
-
- * beginning of font support !
-
-2003-04-16 Wednesday 21:50  karibu
-
- * gtk2_theme.cpp: window are not automatically visibled
- * gtk2_window.cpp: removed fading transition delay
- * vlcproc.cpp: removed warning
-
-2003-04-16 Wednesday 21:40  ipkiss
-
-  *  modules/gui/skins/*: we now #include skin files using a relative
-     path, so that MSVC is happy :)
-
-2003-04-16 Wednesday 21:39  karibu
-
- * Removed debug calls
-
-2003-04-16 Wednesday 21:30  karibu
-
- * Can now quit the interface
-
-2003-04-16 Wednesday 19:22  karibu
-
- * gtk2_bitmap.cpp: fixed constructor bug
- * Events work better: controls are working, not still perfectly...
-
-2003-04-16 Wednesday 16:33  fenrir
-
-  * transcode: tried to fix compilation with older libavcodec.
-
-2003-04-16 Wednesday 16:32  fenrir
-
-  * mp4: fix a string format.
-
-2003-04-16 Wednesday 16:20  fenrir
-
-  * mp4: removed empty strings in msg_Dbg.
-
-2003-04-16 Wednesday 15:34  asmax
-
- * small fix
-
-2003-04-16 Wednesday 14:38  asmax
-
- * at last, transpareny WORKS !!!!!
-
-2003-04-16 Wednesday 11:47  gbazin
-
- * modules/misc/dummy/input.c, modules/access/file.c, include/vlc_common.h:
-    msvc compilation fixes.
-
-2003-04-16 Wednesday 00:12  fenrir
-
-  * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
- before first slice).
-  * ffmpeg: use indeo v3 decoder (untested).
-  * stream_ouput.c,libvlc.h : take care of:
-  --sout-acodec,--sout-vcodec : use transcoding. (You can specify bitrate
- using --sout-abitrate and --sout-vbitrate in kilobits/s).
-  --sout-display: to display while streaming.
- (Btw there is a problem with vout and display, it leads to a ref count = -1)
-
-2003-04-15 Tuesday 22:16  asmax
-
-  * remove a small kludge
-  * tried to add transparency, but it doesn't work :(
-
-2003-04-15 Tuesday 20:54  karibu
-
- * GTK2 events work even better
-
-2003-04-15 Tuesday 20:42  karibu
-
- * Fixed GTK2 events
-
-2003-04-15 Tuesday 20:33  karibu
-
- * Events are even better, not yet perfect !
-
-2003-04-15 Tuesday 17:55  ipkiss
-
-  * event broadcasting should work
-
-2003-04-15 Tuesday 16:49  karibu
-
- * Fixed mouse leave notification
-
-2003-04-15 Tuesday 16:47  karibu
-
- * Fixed mouse leaving notification for windows
- * Added mouse leaving notification for gdk
-
-2003-04-15 Tuesday 16:42  karibu
-
- * Fixed mouse events
-
-2003-04-15 Tuesday 15:53  gbazin
-
- * modules/codec/libmpeg2.c: small bugfix.
-
-2003-04-15 Tuesday 14:05  hartman
-
- modules/gui/macosx/controls.m:
-  * present the open dialog when pressing play button instead of 'standard'
-    open dialog, to make users more aware of this dialog and the functions
-    it has.
- ALL:
-  * when opening a file NOT trough the Open dialog, make sure sout and
-    suboptions are reset to ""
-
-2003-04-15 Tuesday 12:40  hartman
-
- * reselect current playlist item when reordering items.
-
-2003-04-15 Tuesday 11:46  ipkiss
-
-  * compilation fix
-
-2003-04-15 Tuesday 01:19  ipkiss
-
-  * basic event handling
-
-2003-04-14 Monday 23:10  sam
-
-   * ./toolbox: the Solaris diff does not understand -q, just replaced it
-     with 2>&1 >/dev/null.
-
-2003-04-14 Monday 23:07  sam
-
-   * ./toolbox: fixed a bashism.
-
-2003-04-14 Monday 22:29  gbazin
-
- * modules/gui/skins/src/event.cpp: fixed another small buffer overrun.
-
-2003-04-14 Monday 22:22  massiot
-
- * Implementation of a frame-dropping algorithm for the libmpeg2 plug-in
-   (incomplete).
-
-2003-04-14 Monday 21:38  asmax
-
- * implemented OSAPI_GetTime() with glib
-
-2003-04-14 Monday 20:17  asmax
-
- * it works event better !!
-
-2003-04-14 Monday 20:07  asmax
-
- * it works !
-
-2003-04-14 Monday 18:10  sam
-
-   * ./configure.ac.in: skins _disabled_ by default on [!win32].
-
-2003-04-14 Monday 18:05  asmax
-
- * better window size
-
-2003-04-14 Monday 17:56  karibu
-
- * Controls coordinate are available
-
-2003-04-14 Monday 17:16  sam
-
-   * ./debian/rules: we now build the static objects twice: once the normal
-     way before we link them with VLC, and once with -fPIC so that they can
-     be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and
-     we don't need it on x86.
-
-2003-04-14 Monday 17:03  asmax
-
- * get the size of a bitmap
-
-2003-04-14 Monday 10:18  asmax
-
- * bad directory
-
-2003-04-14 Monday 10:00  karibu
-
- * Added use of channel server for skins: still experimental
-
-2003-04-14 Monday 03:23  fenrir
-
-  * all: correctly set p_payload_end when using input_NewPacket.(But
- we should perhaps change the behavour of input_NewPacket).
-
-2003-04-14 Monday 03:13  fenrir
-
-  * transcode.c: removed an absolute header path...
-
-2003-04-14 Monday 02:26  fenrir
-
-  * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't
- set p_payload_end to the good value -> some packets are bigger than
- requested).
-
-2003-04-13 Sunday 22:55  asmax
-
- * at last an image !!
-
-2003-04-13 Sunday 22:15  zorglub
-
- * the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds.
- * /doc/faq/Makefile: now use "onehtml" output.
- * /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent
-
-2003-04-13 Sunday 20:07  asmax
-
- * something will be visible soon, be patient...
-  (this silly GDK doesn't know BMP images :(
-
-2003-04-13 Sunday 20:00  fenrir
-
-  * all: new sout scheme. Now a chain of module are created that can
- modify/apply on all streams, --sout has the same behavour expect when
- starting with a '#'.
-
-  With a starting '#' you can specify a chain of modules, it's still
- unstable but a lot more powerfull.
-  You have access to duplicate(that duplicate all stream), transcode
- (using only ffmpeg), standard/std and es (that apply muxers and access),
- and display. You could chain them with ':' and specify options with
- {option1=value,option2=value[,...]}.
-
- ex: * to stream and see the stream to udp/ts:ip
-  --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
-     * to transcode,see and stream
-  --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
-
-  Without a starting '#', the url is converted into '#std{acces=,mux=,url}'
- Test and report bugs :)
-
-2003-04-13 Sunday 19:09  asmax
-
- * should have repaired win32 skins
-
-2003-04-13 Sunday 17:46  asmax
-
- * Gtk2 skins: it doesn't work but it runs without any segfault, so
-   I commit ;)
-   (I probably broke skins under windows....)
-
-2003-04-12 Saturday 22:50  asmax
-
- * now the skin module compiles AND links !
-   (and segfaults... ;)
-
-2003-04-12 Saturday 21:43  asmax
-
- * at last made the skin module compile under linux !
-   It does absolutely nothing, but it compiles ;)
-
-2003-04-12 Saturday 13:17  asmax
-
- * renamed "kernel" into "vlc" ;)
-
-2003-04-12 Saturday 13:06  asmax
-
- * added libraries to please Bill ;)
-
-2003-04-12 Saturday 10:34  asmax
-
- * fixed dependencies and added options
-
-2003-04-12 Saturday 10:01  asmax
-
- * fixed a typo
-
-2003-04-12 Saturday 09:57  asmax
-
- * more options in menuconfig script
-   Only tested under linux; please give feedback if something is wrong
-   Some help should be written in doc/Configure.help; if you know what
-   to write there, please contribute !
-
-2003-04-11 Friday 22:08  videolan
-
- * New message: VLC_NET_ADDUDP, to add an UDP stream to the playlist. Still
-                experimental
-
-2003-04-11 Friday 21:19  videolan
-
- * Fixed bug: When button or checkbox are disabled, the previous control can't
-              take the hand
-
-2003-04-11 Friday 20:45  asmax
-
- * user-friendly(?) build system, based on linux Menuconfig script.
-   Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
-   It's actually a wrapper which calls configure, but only a small number
-   of vlc functionalities has been implemented at the moment.
-   Please try it however ;)
-   (you must have libncurses-dev installed)
-
-2003-04-11 Friday 19:15  sam
-
-   * ./debian/control: changed the libvlc0-dev section to libdevel (to match
-     the Debian installer's override file).
-   * ./debian/woody-buildpackage: updated accordingly.
-
-2003-04-09 Wednesday 20:53  hartman
-
- * All : added an about VLC panel. It scrolls the names and the work of the
-         AUTHORS file.
-
- * AUTHORS: updated my own info
-
-2003-04-09 Wednesday 20:07  jpsaman
-
- Familiar Linux (GPE/GTK+,OPIE) packaging and building scripts.
-
-2003-04-09 Wednesday 19:58  gbazin
-
- * src/libvlc.c: fixed the "color" config option.
- * src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg().
-
-2003-04-09 Wednesday 17:27  sam
-
-   * ./Makefile.am: we call pbxbuilder with the explicit target name, because
-     we might have an additional target one day, such as vlcplugin :)
-   * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin.
-   * ./mozilla/vlcshell.cpp: added required OS X functions.
-
-2003-04-09 Wednesday 16:18  sam
-
-   * ./mozilla/*: moved support files in a separate directory.
-   * ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp
-     that builds with g++ instead of CodeWarrior.
-
-2003-04-09 Wednesday 16:05  sam
-
-   * ./toolbox: implemented toolbox --distclean to clean the tree without
-     having to bootstrap/configure/whatever.
-
-2003-04-09 Wednesday 14:12  hartman
-
- * modules/gui/macosx/*:
-   - when adding multiple files, we sort them alphabetically before adding them.
-     stupid finder ;)
-
- * modules/demux/asf/asf.c:
-   - avoid a duplicate translation of a string
-
-2003-04-09 Wednesday 12:33  sam
-
-   * ./debian/rules: mouahaha, cutting off the branch I was sitting on.
-
-2003-04-09 Wednesday 12:03  sam
-
-   * ./modules/gui/kde/preferences.cpp: KDE 2 backport.
-
-2003-04-09 Wednesday 11:43  sam
-
-   * ./debian/woody-buildpackage: additional error checking.
-
-2003-04-09 Wednesday 10:34  sam
-
-   * ./debian/rules: we now remove spurious woody build files in the clean rule.
-
-2003-04-09 Wednesday 10:17  sam
-
-   * ./debian/rules: fixed a clock skew issue in debian/rules.
-
-2003-04-09 Wednesday 09:59  titer
-
-  v4l.c: compile fix
-
-2003-04-09 Wednesday 09:40  titer
-
-  - fixed my last fix for BeOS/BONE
-  - fixed v4l detection
-
-2003-04-08 Tuesday 22:38  massiot
-
- Now 0.5.4-cvs.
-
-2003-04-08 Tuesday 21:31  massiot
-
- * Updated ChangeLog.
-
-2003-04-08 Tuesday 21:26  gbazin
-
- * modules/audio_output/waveout.c: compilation fix for builtins only build.
-
-2003-04-08 Tuesday 13:22  sam
-
-   * ./debian/changelog: ready for releasable .deb packages.
-
-2003-04-08 Tuesday 08:59  sam
-
-   * ./configure.ac.in: if CoreAudio is too old, disable the coreaudio_resampler
-     module for the moment.
-
-2003-04-08 Tuesday 08:35  massiot
-
- * Fixed the translation option with Mac OS X.
-
-2003-04-08 Tuesday 07:22  sigmunau
-
- modules/video_filter/Modules.am: forgot to add the osdtest module
- modules/video_filter/osd_text.c: fixed a bug in size/place calculations.
- Support gamma correction of the text.
-
-2003-04-08 Tuesday 07:19  alexis
-
- Update spec file for the 0.5.3 release, courtesy of Jason Luka.
-
-2003-04-08 Tuesday 02:06  gbazin
-
- *  modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h:
-     fixed 2 nasty buffer overflows. This fixes the last crashes I've got
-     with the skins interface.
-
-2003-04-07 Monday 21:51  massiot
-
- * Updated ChangeLog
- * src/libvlc.c: Darwin doesn't have a "translation" config variable
-
-2003-04-07 Monday 17:35  gbazin
-
- * po/fr.po: small update.
- * modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :)
-
-2003-04-07 Monday 16:02  gbazin
-
- * modules/audio_output/directx.c, modules/audio_output/waveout.c:
-    cosmetic changes.
-
-2003-04-07 Monday 13:46  gbazin
-
- * src/libvlc.c: fixed the translation config option to also take into
-   account the value in the config file.
-
-2003-04-07 Monday 13:01  gbazin
-
- * src/libvlc.c: reload the main module in case the user asks for the
-    translation to be disabled. That way, the translation will even be
-    disabled in the preferences panel.
-
-2003-04-07 Monday 12:41  hartman
-
- * new dutch translation
- * readded Mac OS X readme file to Mac OS X distribution
- * fixed some errors in the readme
-
-2003-04-07 Monday 11:48  gbazin
-
- * src/misc/configuration.c: what the f??k, configuration variable names
-    and subtypes were being translated.
-
-2003-04-07 Monday 09:25  gbazin
-
- * modules/gui/wxwindows/interface.cpp: removed debug message.
-
-2003-04-06 Sunday 23:44  massiot
-
- * Renamed the "headphone" option to "headphone-opt" to avoid error
- messages "option headphone does not exist". I'm not clever enough to find
- out why it doesn't work when it's named "headphone".
-
-2003-04-06 Sunday 23:21  massiot
-
- * Bumped up revision number to 0.5.3
- * po/* : run --update-po before the release
- * ChangeLog : run --update-changelog
- * toolbox : ChangeLog is UTC
- * OS X : fixed a bug with the deinterlace menu and localizations (thanks
-   Felix)
-
-2003-04-06 Sunday 23:00  hartman
-
- * some small changes/fixes
-
-2003-04-06 Sunday 21:48  gbazin
-
- * po/fr.po: another bunch of updates to the french translation.
-
-2003-04-06 Sunday 20:46  karibu
-
- * Added missing files
-
-2003-04-06 Sunday 20:27  karibu
-
- * Changed default skin files
-
-2003-04-06 Sunday 20:08  sigmunau
-
- Support files that are called .asx and .pls but really are just .m3u files
-
-2003-04-06 Sunday 17:57  ipkiss
-
-  - modules/gui/skins/skin_main.cpp: Try to open the default XML file first
-
-2003-04-06 Sunday 17:48  gbazin
-
- * modules/demux/mp4/mp4.c: fixed an off by one error in array access.
-
-2003-04-06 Sunday 17:16  titer
-
-  Fixed a linkage problem with BeOS/BONE.
-
-2003-04-06 Sunday 17:14  gbazin
-
- * Makefile.am, install-win32: added the default skin to the win32 package.
-
-2003-04-06 Sunday 16:30  gbazin
-
- * modules/gui/wxwindows/messages.cpp: added a verbose checkbox which enables the warning and debug messages (disabled by default).
- * NEWS: updated the NEWS file.
-
-2003-04-06 Sunday 15:43  massiot
-
- * Updated French and German translations courtesy of their maintainers
- * THANKS: added Jean-Pierre Kuypers, French translator
- * NEWS: updated for 0.5.3 release. Please check.
-
-2003-04-06 Sunday 14:12  massiot
-
- Disabled the translation configuration variable on OS X since it doesn't
- work.
-
-2003-04-06 Sunday 13:18  sigmunau
-
- expand info categories by default
-
-2003-04-06 Sunday 10:34  sigmunau
-
- Some simple updates
-
-2003-04-06 Sunday 01:00  massiot
-
- * OS X : create dummy fr.lproj etc. directories, so that the Apple menu and standard file dialogs be translated too
- * modules/gui/wxwindows/open.cpp: fixed a string
- * src/misc/configuration.c: don't yell when a config variable disappears
- * po/de.po po/it.po: new translations by maintainers
-
-2003-04-05 Saturday 12:43  gbazin
-
- * modules/codec/libmpeg2.c: hack to keep libmpeg2 from stealing pictures from the vout when the decoder is closed.
-
-2003-04-05 Saturday 12:32  gbazin
-
- * modules/access/dvdplay/access.c: fixed a bug in dvdNewArea() when i_angle == 0.
- * install-win32: misc improvements to the nsis installer script.
-
-2003-04-04 Friday 19:32  massiot
-
- [no log message]
-
-2003-04-02 Wednesday 23:16  massiot
-
- * Added a new kfir: access module, designed to work around a bug in the
-   kfir driver.
-
-2003-04-02 Wednesday 21:21  sigmunau
-
- Fixed a bug when trying to set 4 channel output
-
-2003-04-02 Wednesday 15:20  massiot
-
- * Fixed a bug with the stream: input plug-in when receiving no data.
-
-2003-04-01 Tuesday 22:29  massiot
-
- * Bumped up revision number to 0.5.3-test2
- * modules/access_output/udp.c: Now supports IPv6 IP addresses (patch
-   courtesy of Alexis Guillard)
- * po/*: Updated po files to send out to the translators
- * Mac OS X port: Cosmetics
-
-2003-04-01 Tuesday 16:13  sam
-
-   * ./debian/control: changed the section of gnome-vlc and kvlc according to
-     new Debian archive sections.
-   * ./debian/woody-buildpackage: updated woody-buildpackage so that packages
-     say "stable".
-
-2003-04-01 Tuesday 16:11  gbazin
-
- * modules/gui/wxwindows/*: misc small improvements and fixes.
-
-2003-04-01 Tuesday 12:24  gbazin
-
- * modules/gui/skins/src/event.cpp: Event::CreateEvent() was trying to free
-    statically allocated strings.
-
-2003-04-01 Tuesday 11:12  massiot
-
- Added Andy Lindsay.
-
-2003-04-01 Tuesday 10:46  massiot
-
- * TS demux patches, courtesy of Andy Lindsay <andy_vl@ananam.com>.
-
-2003-04-01 Tuesday 00:18  gbazin
-
- * modules/gui/wxwindows/*: few modifications to the strings.
-
-2003-03-31 Monday 23:37  sigmunau
-
- made a format-only string untranslateable
-
-2003-03-31 Monday 23:32  sigmunau
-
- Changed a duplicate string, and removed an info string that isn't really
- useful
-
-2003-03-31 Monday 22:39  massiot
-
- * modules/codec/*: Fixed a PTS bug at the initialization of some codecs
- * modules/audio_filter/resampler/coreaudio.c: Set score to 0
-
-2003-03-31 Monday 22:39  gbazin
-
- * po/*: updated the po directory.
-
-2003-03-31 Monday 04:26  fenrir
-
-  * v4l: forgot a munmap.
-
-2003-03-31 Monday 03:46  fenrir
-
-  * v4l: updated, now it should grab (and compress if you want) the video.
- Audio grabbing part is commented out and untested.
-  The syntax is like that:
-   v4l:<device>[:option=value:...]
-  options: channel,norm (pal, ntsc,secam), frequency (not really there is
-           a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga),
-           codec (optional, mpeg1 or mpeg4 and need to have compiled the
-           encoders modules)
-  ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga
-  Please test.
-  * rawvideo.c: a pseudo decoder for raw video (I420).
-  * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video
- synchro problems.
-
-2003-03-30 Sunday 23:35  jlj
-
-  * ALL: Move CoreAudio aout into seperate module.
-
-2003-03-30 Sunday 19:56  gbazin
-
- * modules/gui/wxwindows/*: another bunch of improvements.
-
-2003-03-30 Sunday 18:14  gbazin
-
- * modules/*: sanitization of the modules description strings.
-
-2003-03-30 Sunday 16:26  gbazin
-
- * modules/gui/wxwindows/*: small formating changes.
- * modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions.
-
-2003-03-30 Sunday 15:05  gbazin
-
- * modules/gui/wxwindows/preferences.cpp: we only list the plugins that have config options. That makes things less confusing.
-
-2003-03-30 Sunday 14:24  gbazin
-
- * include/configuration.h: added the add_directory() config macro.
- * modules/gui/wxwindows/preferences.cpp: support for add_string_from_list().
- * ALL: changed some add_string() config options to add_file().
-
-2003-03-30 Sunday 14:09  sigmunau
-
- use add_file and not add_string for the "audiofile-path" option
-
-2003-03-30 Sunday 13:23  gbazin
-
- * modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box.
- * src/misc/configuration.c: added support for CONFIG_ITEM_DIRECTORY.
-
-2003-03-30 Sunday 12:15  sigmunau
-
- enabled the menu-entry to show file info when there is an input
-
-2003-03-30 Sunday 11:59  sigmunau
-
- modules/gui/kde/interface.cpp: removed a debug message
- modules/gui/kde/preferences.cpp: use sliders for integer and float options
- with a range, use combobox for string_from_list options, fixed a layout
- issue and removed some debug messages
-
-2003-03-30 Sunday 11:54  sigmunau
-
- modules/access/dvdplay/dvd.c: removed an unused configuration category
- modules&misc/logger/logger.c: use add_string_from_list for the logmode
- option
-
-2003-03-30 Sunday 11:43  gbazin
-
- * configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all.
- * modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files.
- * include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type.
- * modules/gui/wxwindows/*: the preferences dialog should be fully useable now.
-
-2003-03-30 Sunday 02:58  gbazin
-
- * modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It is almost useable now ;)
-
-2003-03-30 Sunday 01:13  massiot
-
- * Resampler plug-in based on CoreAudio's AudioConverter.
-
-2003-03-29 Saturday 17:10  gbazin
-
- * modules/gui/wxwindows/open.cpp: fixed an event problem on win32.
- * modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on
-    win32 when the wxwindows interface is compiled as a builtin.
-
-2003-03-29 Saturday 14:30  sigmunau
-
- preferences.cpp: Changed the preferences dialog to use a tree of categories
- and plugins, the way wxwindows do it.
- pluginsbox.(cpp|h): removed the "Configure" button from CONFIG_ITEM_MODULE
- widgets, as it isn't needed anymore
-
-2003-03-29 Saturday 13:15  sigmunau
-
- removed an unused configuration category
-
-2003-03-29 Saturday 12:22  gbazin
-
- * modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h:
-    moved the headphone-dim config option to the headphone plugin.
- * modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value.
- * src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.
-
-2003-03-29 Saturday 11:15  gbazin
-
- * modules/gui/wxwindows/*: small fixes to the open and streamout dialogs.
-
-2003-03-29 Saturday 10:35  jpsaman
-
- If --disable-xosd is given then xosdtext is not build.
- If --enable-xose is given then xosdtext is build also.
-
-2003-03-29 Saturday 01:50  gbazin
-
- * modules/gui/wxwindows/*: added demuxdump support to the open dialog.
-
-2003-03-28 Friday 22:09  alexis
-
- New RedHat package file, written by Jason Luka <jason@geshp.com>.
-
-2003-03-28 Friday 17:02  gbazin
-
- * modules/audio_output/waveout.c: compilation fix for --disable-plugins build.
- * src/video_output/*, include/video.h: added a pf_lock/unlock fonction
-    pointer that's used to lock the memory of a picture in vout_RenderPicture
-    when required by the video output plugin.
- * modules/video_output/directx/*: implemented pf_lock/unlock. That will fix
-    the crash when pressing ctrl+alt+del.
-
-2003-03-28 Friday 11:34  sigmunau
-
- added a SetPalette function so "vlc --vout dummy --dummy-chroma RGB2" don't
- segfault.
-
-2003-03-26 Wednesday 22:56  gbazin
-
- * modules/codec/libmpeg2.c: added code to handle 3:2 pulldown.
-
-2003-03-26 Wednesday 21:46  marcari
-
-   * cross-compilation doc : work in progress
-
-2003-03-26 Wednesday 03:13  hartman
-
- * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
- * modules/gui/macosx/open.?
-   - updated the open dialog (now with sheets !!!)
-   - added ogg file stream out
-   - added http file stream out
-   - added file subtitle support for the delay and fps options
- * extras/MacOSX/vlc.pbproj/project.pbxproj
-   - added the .ts file-extension to the application
-
-2003-03-26 Wednesday 01:50  sam
-
-   * ./debian/control: added correct versioned build-dependency on debhelper.
-
-2003-03-26 Wednesday 01:14  sam
-
-   * ./debian/control: added explicit dependencies on vlc to legacy packages
-     to make linda and lintian happier.
-
-2003-03-26 Wednesday 00:56  gbazin
-
- * src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface.
- * modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel.
-
-2003-03-26 Wednesday 00:21  sam
-
-   * ./README.MacOSX.rtf, ./modules/gui/macosx/playlist.h, ./extras/MacOSX/*:
-     added a final newline to a few text files to avoid diff complaints.
-
-2003-03-25 Tuesday 23:51  sam
-
-   * ./modules/demux/util/Modules.am: added missing id3genres.h to make dist.
-
-2003-03-25 Tuesday 23:43  sam
-
-   * ./modules/gui/skins/Modules.am: fixed a typo.
-
-2003-03-25 Tuesday 23:32  sam
-
-   * ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
-   * ./Makefile.am: we distribute ./toolbox.
-
-2003-03-25 Tuesday 23:13  sam
-
-   * ./bootstrap: fixed a syntax error in the generated m4/vlc.m4.
-
-2003-03-25 Tuesday 23:11  sam
-
-   * ./m4/*: updated m4 macros.
-
-2003-03-25 Tuesday 23:06  gbazin
-
- * modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs.
-
-2003-03-25 Tuesday 22:55  sam
-
-   * ./debian/control: bumped up standards version to 0.5.9.0.
-   * ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to
-     work around mozilla-dev's currently broken dependencies.
-   * ./debian/control: we now link against libdvdread3 instead of libdvdread2.
-   * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid
-     linking against both libdvdread2 and libdvdread3.
-
-2003-03-25 Tuesday 17:07  gbazin
-
- * src/input/input.c, src/video_output/video_output.c: when the input thread
-    ends, it will also destroy the vout if one was spawned.
-
-2003-03-25 Tuesday 15:38  gbazin
-
- * src/misc/modules.c: module_Need() now only raises the scores of the
-    plugins matching the given shortcuts list, unless "none" is closing the
-    list (in which case only the plugins matching the list can be selected).
-
-    Which means that users will stop complaining vlc doesn't launch anymore
-    or can't play anything after they have fiddled with their config
-    options :))
-
-2003-03-25 Tuesday 00:43  gbazin
-
- * src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout).
-
-2003-03-24 Monday 23:50  gbazin
-
- * src/video_output/video_output.c, include/video_output.h:
-    take into account the caching delay when dropping frames that are too
-    far into the future.
-
-2003-03-24 Monday 23:04  gbazin
-
- * modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over
- http :)
-
-2003-03-24 Monday 21:58  titer
-
-  configure.ac.in: fixed a BeOS compile issue
-
-2003-03-24 Monday 20:00  gbazin
-
- * modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
-
-2003-03-24 Monday 19:58  hartman
-
- * moved macosx-dmg to extras/MacOSX/macosx-dmg
- * added some macosx files to DIST that were probably missing in the tar ;)
-
-2003-03-24 Monday 19:12  gbazin
-
- * modules/access/*: don't forget to reinitialize the timeout when looping around select().
-
-2003-03-24 Monday 17:15  gbazin
-
- * modules/access/*: pf_read() in access modules is now blocking. We still
-    check regularly for p_input->b_die though. Now the demuxers can safely
-    assume that pf_read() == 0 means EOF.
- * ALL: got rid of the p_input->b_connected flag.
- * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop
-    of "decoder stuck" messages that sometimes happened.
- * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation
-    warnings.
-
-2003-03-24 Monday 15:20  hartman
-
- * more interface support for directories.
-
-2003-03-24 Monday 14:18  hartman
-
- * modules/access/dvd*: changed some errors in warnings because the directory
-   might still be readable by the directory access module.
- * added drag and drop support for directories.
-
-2003-03-24 Monday 13:52  sam
-
-   * ./THANKS: added a translation contributor.
-   * ./po/it.po: fixed this file's format.
-   * ./m4: fixed "make dist" when gettext is too old.
-
-2003-03-24 Monday 13:50  hartman
-
- * Added fourcc 'MSS1' which is equivalent to 'WMV2'
-
-2003-03-24 Monday 01:39  gbazin
-
- * modules/access/directory.c: fixed the directory access plugin.
- * configure.ac.in, modules/access/Modules.am: enabled the directory access plugin.
-
-2003-03-24 Monday 00:12  hartman
-
- * a new directory access module. It parses a directory with dirent and builds
-   a m3u 'file' which it feeds to the m3u demuxer.
-   Problems: - it requires a dir to end with /
-             - if i enabled it, all files would use the m3u demuxer for some
-             strange reason. i've spent a day hunting this down, reboot-
-             strapping and doing who knows what. I'm sick of it now.
-             Someone else can give it a try, if he wants to.
-
-2003-03-23 Sunday 20:41  gbazin
-
- * configure.ac.in: fixed linking problem with the win32 build.
-
-2003-03-23 Sunday 18:10  massiot
-
- Fixed configure script (alcohol isn't the solution).
-
-2003-03-23 Sunday 16:38  sigmunau
-
- modules/video_filter/osd_text.c: A video filter that uses freetpye2 to
- render text on the video
- include/osd.h: some constants useful when interfacing with the osd module
- configure.ac.in: check for freetype2, enabled the osdtext module by default
- Makefile.am: added osd.h, please check that this is correct
- lirc.c: modified to provide feedback when buttons are pressed.
-
- Look at the Feedback() function in lirc.c to see how this module can be used
-
-2003-03-23 Sunday 15:10  yves
-
- better OS detection (RH).
-
-2003-03-23 Sunday 12:12  gbazin
-
- * modules/demux/mpeg/audio.c: sanity check so we don't crash on mpeg audio files with a bad Xing Header.
-
-2003-03-22 Saturday 23:03  sigmunau
-
- Updated a comment
-
-2003-03-22 Saturday 14:39  fenrir
-
-  * sap: clean up.
-
-2003-03-22 Saturday 14:35  gbazin
-
- * modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension.
-
-2003-03-22 Saturday 11:21  gbazin
-
- * modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.
-
-2003-03-22 Saturday 03:14  gbazin
-
- *  modules/gui/wxwindows/*: Added a stream output dialog box.
-
-2003-03-21 Friday 23:59  sigmunau
-
- Updated norwegian translation thanks to  Haakon Meland Eriksen
-
-2003-03-21 Friday 17:14  gbazin
-
- * configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and replaced it with an MCI command.
-
-2003-03-21 Friday 07:54  massiot
-
- Fixed the "locales have disappeared" problem under OS X.
-
-2003-03-21 Friday 02:05  gbazin
-
- * modules/demux/ogg.c: fix for some ogg web radio streams where there
- is a huge gap between the granulepos in the header packets and the data
- packets.
-
-2003-03-21 Friday 00:17  karibu
-
- * slider.cpp: fixed mouse down refresh bug
- * theme.cpp: removed debug text
-
-2003-03-21 Friday 00:00  karibu
-
- * Fixing Parkinson disease bug (it's not funny, it's real life)
-
-2003-03-20 Thursday 21:45  gbazin
-
- * modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug.
-
-2003-03-20 Thursday 10:27  sam
-
-   * ./bootstrap: if pkg-config is not available, we define PKG_CHECK_MODULES
-     ourselves.
-   * ./bootstrap: "make dist" works again, even if gettext is not present.
-
-2003-03-20 Thursday 10:06  sam
-
-   * ./toolbox: fixed a Makefile parsing bug.
-
-2003-03-20 Thursday 09:29  karibu
-
- * Fixing a refresh bug when opening an open file dialog box
-
-2003-03-19 Wednesday 23:54  massiot
-
- * configure.ac.in : Disabled GTK2 and gnome2 plug-in since they break
-   all platforms but GNU/Linux
- * Bumped up revision number to 0.5.3-test1
-
-2003-03-19 Wednesday 18:17  karibu
-
- * Updating doc.
-
-2003-03-19 Wednesday 18:14  karibu
-
- * Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization
-
-2003-03-19 Wednesday 17:40  fenrir
-
-  * gtk_main.c:: added(uncommented) gdk_thread_init for gtk2/gnome2.
- Whitout it I can't even start gtk2 interface.
-
-2003-03-19 Wednesday 17:14  karibu
-
- * button.cpp : Fixing bug when disabling control
- * Checkbox.cpp : adding onmouseover and onmouseout events
- * Updating DTD
- * win32_event.cpp : fixing bug for WINDOW_OPEN event
-
-2003-03-19 Wednesday 15:44  hartman
-
- * INSTALL: added reference to online info on compiling on MacOSX and BeOS
-
- * NEWS: bringing the file to 0.5.3. i have added my work (and some things
-   that I remembered). i trust everyone will enter his own stuff ;)
-
- * README.MacOSX.rtf: fixed some errors
-
- * THANKS: added Olivier Aubert for his vout-clone-list patch
-
-2003-03-19 Wednesday 13:55  hartman
-
- * fix for multiple monitors.
-
-2003-03-19 Wednesday 03:11  karibu
-
- * Fixed skin config save
-
-2003-03-19 Wednesday 02:09  videolan
-
- * Adding onmouseover and onmouseout events to button control
- * Fixing window position at launch time
- * Adding notification when mouse leaves a window
-
-2003-03-18 Tuesday 23:59  massiot
-
- * Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange Motorola encoders
-   do not follow the standard.
-
-2003-03-18 Tuesday 23:51  jlj
-
-   * ./modules/gui/macosx/vout.m: cosmetic.
-
-2003-03-18 Tuesday 23:30  gbazin
-
- * modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of Olivier Aubert.
-    Allows to specify a comma separated list of vout plugins that we want to be used by the clone filter.
- * modules/video_filter/*: don't forget to detach the vout before destroying it.
-
-2003-03-18 Tuesday 22:14  hartman
-
- * modules/gui/macosx/vout.m:
-   Now a complete redesign of the hiding of the mousecursor.
-   - We use higher level functions now (NSCursor).
-   - We only hide if the cursor is over our VLCView
-   - In many exceptions we unhide. This is mainly for multimonitor support.
-
-2003-03-18 Tuesday 21:34  gbazin
-
- * configure.ac.in, m4/*, po/Makefile.in.in: build updated to use gettext 0.11.5 by default.
-    This is necessary for the win32 build because old gettext versions do not work on win32.
-
-2003-03-18 Tuesday 20:38  gbazin
-
- * configure.ac.in: fixed linking problem with the slp plugin on win32.
-
-2003-03-18 Tuesday 20:20  gbazin
-
- * configure.ac.in: use the -O2 gcc option when compiling the skins plugin so that compilation doesn't take ages.
-    Also use -fno-rtti -fno-exceptions to save some bits of space.
-
-2003-03-18 Tuesday 19:37  marcari
-
-   * first draft of the draft
-
-2003-03-18 Tuesday 18:33  ipkiss
-
- Fixed the path in the default skin (thanks gibalou)
-
-2003-03-18 Tuesday 18:25  ipkiss
-
- Fix for skins compilation under cygwin (thanks gibalou)
-
-2003-03-18 Tuesday 04:56  ipkiss
-
- Compilation fixes
-
-2003-03-18 Tuesday 04:08  ipkiss
-
- Compilation fixes and cosmetic changes
-
-2003-03-18 Tuesday 04:07  hartman
-
- * modules/gui/macosx/vout.m:
-   Reworked the mouse hiding routine. we were always hiding the mousecursor
-   on kCGDirectMainDisplay, but this display is always the one with the
-   menubar and not always the one containing our VLCVout.
-   This new code takes the vout, and calculates on which displays (plural
-   because of possible mirroring) it is being shown. It then shows or hides
-   the cursor on all of those displays.
-   This should fix #396.
-
-2003-03-18 Tuesday 02:48  ipkiss
-
-  - doc/skins: some documentation about the skins
-  - doc/skins/curve_maker: files for a VB project for easy Bezier curves
-    creation
-  - share/skins/default: a default skin. It's an awful one made for
-    testing purposes, you'll be warned...
-
-2003-03-18 Tuesday 02:28  hartman
-
- * modules/gui/macosx/info.m: keep the same panel open if track changes.
- * modules/misc/httpd.c: removed an unused int.
-
-2003-03-18 Tuesday 02:21  ipkiss
-
- Keep quiet, explanations will follow.
-
-2003-03-18 Tuesday 01:57  sam
-
-   * ./share/Makefile.am: added the .rle font to the make install rule.
-
-2003-03-18 Tuesday 01:54  sam
-
-   * ./toolbox: fixed a sed syntax error (thanks anil).
-
-2003-03-18 Tuesday 01:34  sam
-
-   * ./modules/Makefile.am: added a missing definition of NULL.
-
-2003-03-18 Tuesday 01:26  sam
-
-   * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
-   * ./toolbox: added --update-glade2 flag.
-
-2003-03-18 Tuesday 01:22  sam
-
-   * ./modules/codec/lpcm.c: fixed two uninitialized variables.
-
-2003-03-18 Tuesday 00:49  gbazin
-
- * src/playlist/playlist.c: fixed misplaced variable declaration.
-
-2003-03-18 Tuesday 00:33  sigmunau
-
- Seek one less time. Should increase performance with access modules where
- seeks are expensive. (Though not enough)
-
-2003-03-18 Tuesday 00:25  jlj
-
-   * ./modules/codec/dts.c: Steve Jobs did not pay me for this bug. Really.
-
-2003-03-17 Monday 23:48  fenrir
-
-  * httpd: increased buffer size.
-
-2003-03-17 Monday 23:42  fenrir
-
-  * all: fixed some stupid bugs.
-
-2003-03-17 Monday 23:13  hartman
-
- * modules/gui/macosx/playlist.m:
-   - fixed a cosmetic issue.
-
-2003-03-17 Monday 21:47  hartman
-
-  * modules/gui/macosx/playlist.?:
-    - rewrite of code
-
-2003-03-17 Monday 18:02  sam
-
-   * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
-     ./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a
-     terminating NULL pointer in the fake argv values we pass to gtk_init().
-   * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now
-     have the "gui-helper" capability.
-   * ./modules/misc/gtk_main.c: paved the way for Gtk2.
-
-2003-03-17 Monday 17:11  sam
-
-   * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not
-     defining its fourcc values like us.
-
-2003-03-17 Monday 17:10  hartman
-
- * src/playlist/playlist.c:
-   - added playlist_Move to move an item in our playlist before the position
-     of a previous item (or end) of our playlist. Keeps index at it's current
-     item.
- * modules/gui/macosx/playlist.?:
-   - Now a reorderable playlist. Thanks to Andrew Stone for example code.
-     This fixes #349 (Finally ;)
-   - True alternating colors in the playlistview. Thanks to Apple Computer
-     for the example code.
-
-2003-03-17 Monday 16:59  sam
-
-   * ./autotools/: moved some autotools executables to this subdirectory to
-     reduce cluttering of the root directory.
-
-2003-03-17 Monday 15:05  sigmunau
-
- fixed up http redirects when there are other items in the playlist.
-
-2003-03-17 Monday 13:49  marcari
-
-   * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc
-
-2003-03-17 Monday 12:14  massiot
-
- Fixed aspect ratio's tooltip.
-
-2003-03-16 Sunday 23:35  fenrir
-
-  * sub: better ssa4 recognition.
-
-2003-03-16 Sunday 20:06  jlj
-
-   * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification.
-
-2003-03-16 Sunday 16:07  fenrir
-
-  * sub.c: added SAMI subtitles support. (Untested and incomplete).
-
-2003-03-16 Sunday 13:11  fenrir
-
-  * asf: when there isn't any stream selected, stop playing.
-
-2003-03-16 Sunday 01:49  fenrir
-
-  * mms: removed some old stuff.
-
-2003-03-16 Sunday 01:37  fenrir
-
-  * mms: it seems that some server doesn't like fake ip 127.0.0.1
- (they refuse the connection), so let give them 192.168.0.1 ...
-
-2003-03-15 Saturday 22:10  jlj
-
- Another attempt at fixing the soundstick issue (unconfirmed).
-
-2003-03-15 Saturday 20:17  lool
-
-   * attempt at a docbook-xml version of the FAQ with XSL
-     customizations, if people want to help or just have a look
-   (use "xsltproc faq-alone.xsl faq-alone.xml" with the
-    docbook-xml-simple package installed or saxon if you feel bored)
-
-2003-03-15 Saturday 19:26  fenrir
-
-  * sout: fix a stupid bug making avi muxer segfaulting.
-
-2003-03-15 Saturday 19:21  jlj
-
- Jeff Moore @ Apple: The HAL specifically won't allow a device that doesn't
-                     have linear PCM as it's current format to be
-                     the default device.
-
-2003-03-15 Saturday 18:44  fenrir
-
-  * ffmpeg: Use truncated frames if supported by codec (only with newer
- libavcodec). This fix mpeg4 in TS with huge bitrate.
-  * sub: clean up. Report any problems.
-
-2003-03-15 Saturday 03:02  fenrir
-
-  * mms: revert some parts.
-
-2003-03-15 Saturday 02:33  fenrir
-
-  * mms: some clean up.
-
-2003-03-15 Saturday 00:09  fenrir
-
-  * httpd: begin to support get/post method (look at admin.html ;)
-
-2003-03-14 Friday 17:14  sam
-
-   * ./doc/fortunes.txt: sigmund++;
-
-2003-03-14 Friday 17:08  lool
-
-   * Meuuh+++;
-
-2003-03-14 Friday 01:23  hartman
-
- * ALL: Bumped version to 0.5.3-cvs
-
- * modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags
-   correctly, but now the name of the file as reported in the playlist info
-   gets displayed incorrectly if it has accents. (going for ID3 at the
-   moment. filenames are named a plenty in the correct way)
-
-2003-03-14 Friday 01:08  jlj
-
-   * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
-                                  issue in InitDevice. Should close #490.
-
-2003-03-14 Friday 00:24  sigmunau
-
- all: info strings are now localized, fixed some typos and inconsistant uses
- of capital letters
-
-2003-03-14 Friday 00:06  massiot
-
- Attempt at fixing the soundstick issue (unconfirmed).
-
-2003-03-13 Thursday 22:45  sigmunau
-
- set a default size for the fileinfo dialog
-
-2003-03-13 Thursday 22:35  sigmunau
-
- Added support for oldstyle id3 genres.
-
-2003-03-13 Thursday 22:24  hartman
-
- * modules/gui/macosx/misc.?
-   - added VLBrushedMetalImageView. This imageview does not respond to
-     mousedrage, so we can still move our window by it's background.
- * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
-   - Changed the container of our background image to the new
-     VLBrushedMetalImageView.
-     This fixes #390
-
-2003-03-13 Thursday 16:20  marcari
-
-  * skeleton of the arm crosscompilation howto
-
-2003-03-13 Thursday 16:09  hartman
-
- * extras/MacOSX/vlc.pbproj/project.pbxproj:
-   - added .qt and .pls file extensions.
-
- * modules/gui/macosx/intf.m:
-   - increased the number of lines the messages dialog can hold to 400.
-
- * added fourcc '3iv1' to .avi and .mov
-   - this is 3ivx D3.5 video.
-   - we cannot read them at however and probably never will. I added them
-     for completeness.
-
- * added fourcc '3iv2' to .avi and ffmpeg
-   - this is 3ivx D4 video
-   - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.
-
- * added fourcc '3ivd' to .avi, .mov and ffmpeg.
-   - this is video which was divx doctored by the 3ivx doctor program.
-   - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.
-
- * added fourcc '3vid' to .avi, .mov and ffmpeg.
-   - this is incorrect encoded DIV3. it is an endianness issue by the encoder.
-   - ffmpeg can decode it however, so it is mapped to MPEG4 v3.
-
-2003-03-13 Thursday 15:50  marcari
-
-  * all: enhancements of the familiar interface includes :
-     - the interface adapts to the screen size/rotation
-     - a playlist
-     - a network tab next to te file tab inside the media tab
-     - MRL-Combo behaviour changed a bit
-     - apply handling in preferences
-
-2003-03-13 Thursday 10:33  ipkiss
-
- We don't segfault anymore when trying to go fullscreen with no input
- (closes #477)
-
-2003-03-12 Wednesday 23:59  marcari
-
-  * all: added s16tofixed32 filter, so that we decode flac with iPaq !
-
-2003-03-12 Wednesday 23:15  titer
-
-  * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
-  * beos_specific.cpp, modules/gui/beos/*: add VLC version number in the
-    "About" window and in the titles of the others windows.
-
-2003-03-12 Wednesday 05:26  sam
-
-   * ./src/stream_output/stream_output.c: Win32 compilation fix.
-   * ./src/misc/modules.c: fixed a pointer indirection bug.
-
-2003-03-12 Wednesday 05:12  sam
-
-   * ./Makefile.am: moved generation of .h files to the toolbox so that we
-     can call "toolbox --update-includes" without running configure.
-   * ./toolbox: de-uglified some shell code.
-
-2003-03-12 Wednesday 04:16  sam
-
-   * ./bootstrap: fixed a conflict issue with recent autopoint versions.
-   * ./toolbox: the MSVC project file generation no longer depends on Makefile.
-
-2003-03-12 Wednesday 00:56  sam
-
-   * ./configure.ac.in: we look for libqt-mt.so before libqt.so.
-
-2003-03-11 Tuesday 23:56  gbazin
-
- * ALL: experimental code for stream (dvd) navigation through object variables.
-
-2003-03-11 Tuesday 23:56  fenrir
-
-  * fix ima4 decoding.
-
-2003-03-11 Tuesday 22:44  sam
-
-   * ./debian/control: added libqt3-compat-headers build-dependency because of
-     strange issues with KDE headers that I'm not sure to fully understand but
-     also honestly completely don't care about.
-
-2003-03-11 Tuesday 21:52  fenrir
-
-  * removed strdupa.
-
-2003-03-11 Tuesday 21:23  sam
-
-   * ./configure.ac.in: quick and dirty workaround for qt3 headers location.
-
-2003-03-11 Tuesday 20:53  sam
-
-   * ./src/stream_output/stream_output.c: fixed a minor format string issue.
-
-2003-03-11 Tuesday 20:40  sam
-
-   * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev.
-
-2003-03-11 Tuesday 20:01  fenrir
-
-  * Added support of vplayer subtitles files.
-
-2003-03-11 Tuesday 19:58  sam
-
-   * ./debian/Makefile.am: removed spurious entries.
-
-2003-03-11 Tuesday 19:57  sam
-
-   * ./debian/control: vlc provides the mp3-decoder metapackage.
-
-2003-03-11 Tuesday 19:30  sam
-
-   * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and
-     vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and
-     vlc-aa legacy packages because they were not in woody.
-   * ./debian/control: tuned the control file to provide smooth upgrades from
-     woody, from sarge, and from the local VideoLAN repository.
-
-2003-03-11 Tuesday 19:14  sam
-
-   * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv
-     packages (because the dependencies are very small), and the vlc-plugin-mad,
-     vlc-plugin-a52 and vlc-plugin-ogg packages (because vlc depends on them
-     anyway).
-   * ./debian/*: changed vlc-plugin-svgalib to x86-only.
-
-2003-03-11 Tuesday 19:02  fenrir
-
-  * all: reworked stream output. Now it handles mutliples outputs from
- one input, just type --sout "<first url>#<second url>#..." (Yes it
- is awfull, but I need suggestion).
-    udp: correctly update sequence number in rtp.
-
-2003-03-11 Tuesday 18:57  fenrir
-
-  * mp4: I have reworked a lot the demuxer. Now it should handle gracefully
- the audio part of mov file. I'm really interested by any regression you
- could find, please _test_ all .mp4/.mov file you have.
-
-2003-03-11 Tuesday 18:57  sam
-
-   * ./debian/control: added the FLAC decoder to the Debian package (sid-only,
-     because the API changed too much since the version in woody).
-
-2003-03-11 Tuesday 18:54  alexis
-
- Added missing files.
-
-2003-03-11 Tuesday 18:16  gbazin
-
- * Makefile.am: Fixed problem with the package-win32 target.
-
-2003-03-11 Tuesday 18:14  fenrir
-
-  * mms: converted a warning into a dbg message.
-
-2003-03-11 Tuesday 17:40  fenrir
-
-  * Clean up. (Sigmund, does it work ?).
-
-2003-03-11 Tuesday 13:52  titer
-
-  modules/misc/network/ipv4.c: BeOS compile fix
-
-2003-03-11 Tuesday 13:12  alexis
-
- Added sout.* and subtitles.*
-
-2003-03-11 Tuesday 07:03  fenrir
-
-  * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported.
- ( I need some samples to do special adpcm support).
-
-2003-03-11 Tuesday 06:58  fenrir
-
-  * adpcm: added IMA4 support.
-
-2003-03-11 Tuesday 06:58  fenrir
-
-  * ffmpeg.h: added missing fourcc.
-  * araw.c: fixed a warning.
-
-2003-03-11 Tuesday 06:45  fenrir
-
-  * wav: Support for alaw/ulaw data. (untested)
-
-2003-03-11 Tuesday 06:14  fenrir
-
-  * Hugly hack: break huge block of samples into smaller ones else
- some avi/mov file with raw audio can't be played, *BUT* it's not the
- good fix (as the problem seems to be elsewhere).
-
-2003-03-11 Tuesday 05:52  fenrir
-
-  * ffmpeg support mace 3/6 audio codec. (quicktime)
-
-2003-03-10 Monday 21:24  alexis
-
- Reverted my previous commit (the bug was coming from my old gettext version)
-
-2003-03-10 Monday 21:01  alexis
-
- Fix so that compilation works with a tarball made with "make dist-all".
-
- Sam, can you check that my fix is OK ?
-
-2003-03-10 Monday 20:08  alexis
-
- vlc.spec: Bumped up version number to 0.5.2
-
-2003-03-10 Monday 19:37  gbazin
-
- * ChangeLog: updated the changelog for the 0.5.2 release.
-
-2003-03-10 Monday 19:30  sam
-
-   * ./toolbox: added --update-changelog flag.
-
-2003-03-10 Monday 18:26  gbazin
-
- * src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.
-
-2003-03-10 Monday 18:17  gbazin
-
- * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
-
-2003-03-10 Monday 17:12  sam
-
-   * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
-
-2003-03-10 Monday 10:41  massiot
-
- Fixed a major bug with 5.1 output and the OSS plug-in.
-
-2003-03-10 Monday 08:23  jlj
-
-   * ./modules/codec/dts.c: minor fix.
-
-2003-03-10 Monday 01:07  fenrir
-
-  * improved seeking and fixed play back when reading from stdin (when
- reported size is null).
-
-2003-03-10 Monday 00:12  gbazin
-
- * modules/access/vcd/cdrom.c: small win32 bugfix.
- * configure.ac.in: on win32 we link ws2_32 with the slp plugin.
-
-2003-03-10 Monday 00:04  massiot
-
- * Bumped up version number to 0.5.2
- * Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
-   configuration variable.
-
-2003-03-09 Sunday 23:39  jlj
-
-   * ./modules/demux/mpeg: DTS support.
-
-2003-03-09 Sunday 20:07  jlj
-
-   * DTS S/PDIF support.
-
-2003-03-09 Sunday 19:44  gbazin
-
- * configure.ac.in: fixed my previous commit.
- * NEWS: added an entry about fixes in the dvd menu support.
-
-2003-03-09 Sunday 19:25  gbazin
-
- * configure.ac.in: don't include the screensaver plugin on win32.
- * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
- * modules/codec/spudec/parse.c: removed unnessecary code.
- * modules/access/dvdplay/access.c: fixed some navigation problems.
-
-2003-03-09 Sunday 16:22  fenrir
-
-  * fixed a really stupid bug with compressed header, improved parsing
- of audio stsd box. (handle qt3+ audio box)
-  (I still need to fix mp4.c to read audio track that aren't mp4a)
-
-2003-03-08 Saturday 01:55  sigmunau
-
- added a down, right gesture to quit vlc and an up, right gesture that swaps
- fullscreen on/off, removed the down gesture as it is now covered by the up,
- right gesture
-
-2003-03-07 Friday 00:53  gbazin
-
- * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
- messages window regularly.
-
-2003-03-06 Thursday 23:52  sigmunau
-
- NEWS: added note about .pls handeling and the http audio fix
-
-2003-03-06 Thursday 23:10  gbazin
-
- * src/audio_output/dec.c, include/aout_internal.h: the aout core was
- automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
- in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
- now fetch this value from the input thread when we create an aout_instance_t.
- This solves problems with the http access plugin.
-
-2003-03-06 Thursday 22:17  hartman
-
- * Updated README on Mac OS X issues.
-
-2003-03-06 Thursday 15:30  sigmunau
-
- the m3u demux now reads the pls files shoutcast uses.
-
-2003-03-06 Thursday 15:24  hartman
-
- * the close window command was reacting irratic because of my meddling
-   with the responder chain. HANDS OFF you little devil ;)
-
-2003-03-06 Thursday 14:40  hartman
-
- * not < but > ;)
-   time to stop for today
-
-2003-03-06 Thursday 12:52  hartman
-
- * fixed an issue with blackbars at certain aspect ratios when you resize
-   the video window. (half, double)
-
-2003-03-06 Thursday 12:05  hartman
-
- ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
-      having two close buttons in one window goes against Apple's UIG.
-
-2003-03-06 Thursday 11:43  hartman
-
- * modules/gui/macosx/applescript.?
- * extras/MacOSX/Resources/vlc.scriptSuite
- * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
-   - moved existing applescript commands to these files
-   - added several control commands. supported are: play/pause, stop,
-     previous, next, fullscreen, mute, volumeUp and volumeDown.
-     These correspond to the existing menuitems. This still requires work
-     in the future to make it more correct AppleScript, but it works for now.
-
- * modules/gui/macosx/controls.?
-   - split up the controls.m into a .m and a .h
-
- * modules/gui/macosx/intf.?
-   - added a getControls method to gain access to the controller object from
-     the AppleScript commands.
-
- * modules/gui/macosx/open.?
-   - removed the applescript support existing here and moved it to applescript.?
-
- * modules/gui/macosx/playlist.m
-   - made the tooltips for the add and remove buttons localizable.
-
- * modules/gui/macosx/vout.m
-   - added a comment on the meaning of otherMouse events.
-
- * ALL:
-   - updated copyright information to include the current year ;)
-
-2003-03-06 Thursday 11:15  fenrir
-
-  * http: lalala, forgot one line :)
-
-2003-03-06 Thursday 11:09  fenrir
-
-  * http: fixed a segfault while using it more than once.
-
-2003-03-06 Thursday 10:15  hartman
-
- * If labels are nil, then it shouldn't disable the entire preference panel.
-   fixes #428 more permenantly. the cause was a missing rt-priority desc.
-
-2003-03-06 Thursday 10:11  jpsaman
-
- More sizing stuff.
-
-2003-03-06 Thursday 09:58  massiot
-
- Fixed a segfault in the OS X preferences panel.
-
-2003-03-06 Thursday 09:27  jpsaman
-
- Updated version number.
-
-2003-03-06 Thursday 00:10  sigmunau
-
- we now insert playlist entries right after the playlist file, and not at the
- end of playlist. Should close bug reported on mailing list by Stepan Roh
- about "redirection".
-
-2003-03-05 Wednesday 22:37  gbazin
-
- * modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;)
- * install-win32: the FAQ wasn't being included in the package.
-
-2003-03-05 Wednesday 19:58  gbazin
-
- * Makefile.am: make package-win32 creates FAQ.htm not faq.htm.
-
-2003-03-05 Wednesday 19:31  gbazin
-
- * modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.
-
-2003-03-05 Wednesday 19:16  hartman
-
- * updated italian translation by Bruno <allevb@tin.it>
-   i had to merge it by hand, because it was pretty outdated.
-
-2003-03-05 Wednesday 17:55  gbazin
-
- * src/input/input_ext-plugins.c: added an msleep() call in case we fail to
-    allocate a new buffer in input_FillBuffer(). This is necessary because
-    the input thread has an high priority and we don't want it to loop
-    without any interruption.
-
-2003-03-05 Wednesday 00:11  massiot
-
- * Fixed LDFLAGS_mp4 variable.
-
-2003-03-05 Wednesday 00:05  sigmunau
-
- added not that gestures are now supported on osx and windows, with a comment
- telling that this isn't really useful yet.
-
-2003-03-04 Tuesday 23:37  massiot
-
- Bumped up to 0.5.2-test3
-
-2003-03-04 Tuesday 23:36  massiot
-
- * Made rt-priority a real-time variable (shut-up sam) and misc attempts
-   to improve responsiveness under OS X
-
-2003-03-04 Tuesday 23:32  hartman
-
- * this code should allow for the use of gestures under OS X.
-
-2003-03-04 Tuesday 22:48  gbazin
-
- * modules/video_output/directx: added support for the mouse gestures interface.
-
-2003-03-04 Tuesday 22:36  hartman
-
- * grrr debug message in the wild.
-
-2003-03-04 Tuesday 22:08  gbazin
-
- * modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
- * NEWS: added a note for the fixed MSVC project files.
-
-2003-03-04 Tuesday 21:54  hartman
-
- * NEWS:
-   - added item on fix of 'clicking' sound between stream changes.
-   - added item on new bandlimited resampler
- * ALL:
-   - bumped up revision number to 0.5.2-test3
-
-2003-03-04 Tuesday 21:12  gbazin
-
- * include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
-    not declared).
- * modules/access/file.c: use _lseeki64 instead of lseek on win32. This
-    should allow seeking on files > 1.2Gb (Hopefully closes #168).
-
-2003-03-04 Tuesday 19:28  gbazin
-
- * modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
-    quality badly + some clean-up.
-    Changed the module priority so it is now the default resampler.
-
-2003-03-04 Tuesday 17:31  hartman
-
- ALL:
-  - the german translation requires two different translations of the word
-    File. I added a _ANS() function to the macosx version that gets the
-    translation of 1:File and strips the first two characters of this
-    alternate translation.
-  - updated all .po files to make sure we don't break anything
-  - committed the March 1 version of the german translation by Felix
-    Kuhne <FK@aenneburghardt.de>
-
-2003-03-04 Tuesday 13:21  massiot
-
- * Fixed a major bug in the LPCM codec.
- * Moved input_ExtractPES to where it belongs, input_ext-dec.c.
-
-2003-03-04 Tuesday 03:27  gbazin
-
- * modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
-    bandlimited interpolation resampler.
-    It is not yet enabled by default because it requires a bit more works
-    (not fully stable yet because of buffer overflows under certain conditions).
-
- * src/audio_output/input.c: the resamplers are now always active (expcept
-    in spdif mode).
-
- * modules/audio_filter/resampler/*: modified the resampler to return the
-    input buffer when no resampling is needed.
-
-2003-03-03 Monday 23:58  hartman
-
- * updated dutch strings.
-
-2003-03-03 Monday 23:48  massiot
-
- * mpeg_video is back as a built-in because it is reproduceably faster than
-   as a plug-in,
- * Another desperate attempt at fixing OS X lock-ups.
-
-2003-03-03 Monday 19:39  hartman
-
- * NEWS:
-   - added remarks on m-audio fixes and other OSX specific fixes.
-   - added improved ID3 detection item
- * README.MacOSX.rtf
-   - updated to reflect M-Audio fixes.
- * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
-   - widened the Browse.. button to allow for the german word: durchsuchen.
-
-2003-03-03 Monday 16:49  gbazin
-
- * ALL: another bunch of fixes for the MSVC build.
-
-2003-03-03 Monday 14:21  gbazin
-
- * ALL: Finally fixed the MSVC project files.
-        Don't include io.h on win32 when not necessary.
-        A few build fixes for MSVC.
-
- * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
-    present.
-
-2003-03-03 Monday 14:19  massiot
-
- * Fixed a bug in LPCM codec.
- * Changed an error into a warning.
-
-2003-03-03 Monday 01:38  fenrir
-
-  * fixed play back of  mms://viptvr.yacast.fr/encoderfranceinfo (asf
- header send over multiples packets).
-
-2003-03-02 Sunday 19:07  gbazin
-
- * configure.ac.in: fixed libid3tag detection.
-
-2003-03-02 Sunday 18:17  fenrir
-
-  * fixed seek flag with broadcasted data.
-
-2003-03-02 Sunday 17:13  fenrir
-
-  * forgot to initialize a variable.
-
-2003-03-02 Sunday 17:12  fenrir
-
-  * fixed a bug.
-
-2003-03-02 Sunday 12:10  gbazin
-
- * NEWS: started filling in the NEWS file for the 0.5.2 release.
-
-2003-03-02 Sunday 02:47  gbazin
-
- * configure.ac.in: Removed unused options.
-    We also don't link with lrt anymore when using GNU-pth (lrt depends on
-    lpthread).
-
-2003-03-02 Sunday 01:35  gbazin
-
- * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
-    for the GNU-pth implementation.
-
-2003-03-01 Saturday 23:26  gbazin
-
- * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
-    implementation and fixed an initialization bug in libvlc.
-
-2003-03-01 Saturday 21:32  ipkiss
-
-  - about.dfm: the layout of the "About" dialog box is slightly different
-  - misc.cpp: toolbar buttons are translated too
-  - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which
-    were rather useless, and added an "Eject disc" menu entry
-    Also hid the caption for all the toolbar buttons
-  - win32.cpp: Added a config option to display or not these captions
-  - preferences.cpp: small modification to support non-advanced mode
-
-2003-03-01 Saturday 19:25  gbazin
-
- * install-win32, Makefile.am: added the html faq to the win32 package.
- * toolbox, msvc/*: few fixes to the msvc project files generation.
-    (compiling plugins won't work yet because there are a few hacks that
-     need to be done in order to compile dlls that use the c-runtime)
-
-2003-02-28 Friday 17:23  fenrir
-
-  * try a workaround for BeOS MediaKit files.
-
-2003-02-28 Friday 10:19  massiot
-
- German translation, courtesy of Felix Kühne <FK@aenneburghardt.de>.
-
-2003-02-28 Friday 04:31  ipkiss
-
- Internationalization now works for the win32 interface (thanks Gildas).
- I've voluntarily disabled the translation of the toolbar buttons
- strings, because it looks really awful...
-
-2003-02-27 Thursday 22:09  ipkiss
-
- A few modifications to get closer to i18n in the win32 interface
-
-2003-02-27 Thursday 16:38  gbazin
-
- * modules/demux/avi/avi.c: compilation fix.
-
-2003-02-27 Thursday 15:07  fenrir
-
-  * httpd: clean up, kick up unused connection (it waits 10s), use select
- to way (instead of a hard coded sleep ;)
-
-2003-02-27 Thursday 13:19  gbazin
-
- * ALL: i18n updates and fixes.
-
-2003-02-27 Thursday 12:44  marcari
-
- * updates for the YOPY ports (thx to Sebastien Chaumat !)
-
-2003-02-27 Thursday 08:19  massiot
-
- * Bumped up revision number to 0.5.2-test2
- * Another attempt at fixing the "VLC is locking up OS X" problem
- * Updated po files
-
-2003-02-26 Wednesday 21:00  asmax
-
- * compilation fixes...
-
-2003-02-26 Wednesday 19:39  gbazin
-
- * configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
-    target, and included the locales in the installer script.
- * src/libvlc.c: on win32 we look for the locales in vlc's directory.
-
-2003-02-26 Wednesday 18:15  massiot
-
- * Added sanity checks for PTS in the future.
-
-2003-02-26 Wednesday 15:47  marcari
-
- * implementation of the 'autoplay file' button callback
- * when clicking a link : follows the link and don't try to open it
- * yopy does not always sees the '.' and '..', so workaround :
-     - all the hidden files are not displayed
-     - the '..' directory is each time added by hand
-
-2003-02-26 Wednesday 15:44  marcari
-
- * small modification for linupy :
-     - added a pixmpa directory
-     - added a set_usize (how do we maximize cleanly a gtk-window ?)
-     - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)
-
-2003-02-26 Wednesday 13:51  gbazin
-
- * src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
-    badly when we reach the end of the stream (decoder stream).
- * modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite
-    loop when the end of the stream was reached.
-
-2003-02-26 Wednesday 12:38  fenrir
-
-  * ts.c: added "ts" shorcut for ts_dvbpsi.
-
-2003-02-26 Wednesday 04:23  babal
-
- - link the headphone channel mixer with the math library
-
-2003-02-25 Tuesday 21:09  gbazin
-
- * modules/codec/libmpeg2.c: fixed pts handling.
-
-2003-02-25 Tuesday 18:26  gbazin
-
- * configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
-    my last commit.
- * po/Makevars: file needed by newer versions of gettext.
-
-2003-02-25 Tuesday 17:17  fenrir
-
-  * stream_output.* : added a flags variable to sout_buffer_t, allowing to
- mark headers.
-  * httpd : added a way to use stream header, and changed the way that
- stream data are stored (allow better client handling).
-  * http : use stream header, and add mime type detection by looking
- at file extention (could be improved).
-  * ogg: fixed a segfault when removing a stream, mark header.
-
-2003-02-25 Tuesday 17:15  gbazin
-
- * configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
-    Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
-    for comparing the performance against our custom decoder as it is currently
-    missing some important features like the synchro stuff.
-
-2003-02-24 Monday 23:28  fenrir
-
-  * stream_output.c : added a sanity check.
-
-2003-02-24 Monday 23:27  fenrir
-
-  * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
- and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
-
-2003-02-24 Monday 17:06  jlj
-
-   * a52tofloat32.c: changed an error into warning.
-
-2003-02-24 Monday 14:40  sigmunau
-
- updated documentation to reflect that input_AccessReinit should be called
- before, and not after a random seek
-
-2003-02-24 Monday 14:14  fenrir
-
-  * all : fix compilation.
-
-2003-02-24 Monday 12:34  fenrir
-
-  * stream_output.c : fixed compilation.
-  * mux/* implemented pf_mux_capacity.
-
-2003-02-24 Monday 11:14  gbazin
-
- * configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
-
-2003-02-24 Monday 11:00  fenrir
-
-  * stream_output.h : add a private parameter to sout_instance_t only used
- by src/stream_output.c (avoid changing every time stream_output.h...)
-
-2003-02-24 Monday 10:45  fenrir
-
-  * stream output: fixed name inconsistency, added a new exported
- functions by muxer.
-  * wav: fixed a warning.
-
-2003-02-24 Monday 09:26  fenrir
-
-  * asf: fix seek for http.
-
-2003-02-24 Monday 09:18  fenrir
-
-  * wav: proper seek handling. (wav file readable over http).
-
-2003-02-23 Sunday 22:35  fenrir
-
-  * enable httpd(by default) and http.
-
-2003-02-23 Sunday 19:07  fenrir
-
-  * all : declaration of http and httpd.
-
-2003-02-23 Sunday 19:05  fenrir
-
-  * modules/access_output/http : http output.
-  * httpd : mini http server (be carefull about security issue...)
-
-2003-02-23 Sunday 18:07  fenrir
-
-  * all : added streaming support for crappy ms video codec into TS.
-  - Only vlc is able to read such TS.
-  - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used.
-  - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be
-    quickly added.
-  - Please test.
-
-2003-02-23 Sunday 16:31  sigmunau
-
- added a demux and decoder for flac files (disabled by default). Works for
- 16bit per sample streams, only tested with stereo
-
-2003-02-23 Sunday 05:53  jlj
-
-   * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes.
-                                  Dynamic device support.
-   * ./modules/gui/macosx: Minor fixes and cosmetic changes.
-
-2003-02-23 Sunday 01:25  massiot
-
- * Destroy audio-device and audio-channels when no output plug-in is
-   available.
-
-2003-02-22 Saturday 16:10  fenrir
-
-  * fix compilation.
-
-2003-02-22 Saturday 14:11  sigmunau
-
-  Fixed seme seeking issues with http access module, fixed an error that
- caused id3v2.4 tags at the end of the file to not work. Added checks to
- avoid seeking off the ends of the file. Should close #325, please confirm
-
-2003-02-21 Friday 22:59  gbazin
-
- * src/audio_output/input.c: fixed buffer allocation bug that was triggered
-    when using "in place" resamplers.
-
-2003-02-21 Friday 16:31  hartman
-
- DJ's first steps in C and vlc decoders ;)
- * modules/audio_filter/converter/mpgatofixed32.c:
-   - fixed an issue that could cause glitches when switching from one stream
-     to another. the buffer wasn't entirely getting 0000 because multiple
-     channels were not taken into account when doing this.
- * ALL:
-   - if float32 then clear the buffer with (float)0
-
-2003-02-21 Friday 15:16  hartman
-
- * previous commit seems to break some things. reverting.
-
-2003-02-21 Friday 14:17  hartman
-
- * (float) 0 the buffer if it cannot be decoded and fixed32.
-   right Meuuh ??? ;)
-
-2003-02-21 Friday 03:49  hartman
-
- * VLC.app should show its version in the Finder now
-   Meeuh, one more place that needs version string updated before a release.
-   might be made automated ?
-
-2003-02-21 Friday 03:22  hartman
-
- * ignore project Builder user files and backup .nib files.
- * vlc.app changed to VLC.app. cvsignore changed to reflect this.
-
-2003-02-21 Friday 02:45  hartman
-
- * If the "show advanced" option has been changed and you press the Apply
-   button, the preferences window is destroyed and created.
-
-2003-02-20 Thursday 18:10  hartman
-
- * prefs obey the advanced option. Apply does not as of yet.
-
-2003-02-20 Thursday 16:07  gbazin
-
- * src/libvlc.h, modules/audio_output: added a global --spdif config option
-    to allow using the spdif output by default if available.
- * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
-    a dos command box.
- * modules/control/rc/rc.c: on win32 enabled the echo mode and the
-    backspace key.
- * modules/codec/mpeg_audio.c: fixed a sync bug.
-
-2003-02-20 Thursday 01:52  sigmunau
-
- * include/configuration.h: added a new flag to the configuration stucture to
- indicate wether it is an "advanced" option or not. The goal with this is to
- hide the user from all the strange options that very seldom needs to be
- changed. added an extra argument to all the add_* macros to indicate wether
- the item is advanced or not.
- * src/libvlc.h: added an "show advanced options" config option default
- disabled
- * src/libvlc.c: the advanced options are not listed by vlc --help and
- friends unless --advanced is used
- * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
- advanced options unless advanced is set
- all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
- using some common sense. Please check and correct
-
- note: All interfaces should still work like they used to, see the change in
- modules/gtk/preferences.c to find out how to "hide" options.
-
- second note: I think I've changed all the modules, but I could not test
- everyone for compilation, expect some broken modules (the fix is to add ",
- VLC_TRUE" as last argument to the add_* I forgot)
-
-2003-02-19 Wednesday 22:08  gbazin
-
- * modules/audio_output/directx.c: forgot to enable channel re-ordering.
- * modules/audio_output/waveout.c: fixed a crash that happened when probing
-    devices supporting S/PDIF. (Should fix 354)
-
-2003-02-19 Wednesday 14:49  hartman
-
- * increased accuracy of positionslider in OSX. although this will not solve
-   all problems this will improve results a bit (by my own experience).
-
-2003-02-19 Wednesday 10:02  gbazin
-
- * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
-    always return 80.
-
-2003-02-18 Tuesday 23:34  gbazin
-
- * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
-    and FOURCC_twos (PCM audio).
-
-2003-02-18 Tuesday 22:40  ipkiss
-
-  * src/misc/modules.c: on Windows, we look for the plugins in vlc's root
-    directory when there is no 'plugins' nor 'modules' subdirectory
-    (may close #306)
-
-2003-02-18 Tuesday 22:33  gbazin
-
- * modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420()
-    and use img_convert() from ffmpeg instead. Also added support for the
-    PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos
-    from media.xiph.org.
-
-2003-02-18 Tuesday 20:54  hartman
-
- * Only update the info window if it is visible
-
-2003-02-18 Tuesday 19:42  gbazin
-
- * modules/demux/rawdv.c: added support for DV audio now that ffmpeg can
-    decode this.
- * modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the
-    necessary fourcc for DV audio.
-
-2003-02-18 Tuesday 18:49  fenrir
-
-  * mpeg_audio.c: removed some fprintf...
-
-2003-02-18 Tuesday 18:33  titer
-
-  * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
-                      multicasting with the stream output
-  * modules/control/: missing cvsignore
-
-2003-02-18 Tuesday 13:13  sam
-
-   * ./mozilla/*: s/VideoLAN Client/VLC/g.
-
-2003-02-18 Tuesday 00:51  fenrir
-
-  * raah, corrected mpeg2-layer3 playback (and streaming). (that my last
- fix had broken :p )
-
-2003-02-18 Tuesday 00:20  hartman
-
- * Changed an Error message. Many people did not understand:
-   no suitable decoder module for fourcc `IV31'
-   I have appended:
-   VLC probably does not support this sound or video format.
-
-2003-02-18 Tuesday 00:17  massiot
-
- * Fixed a segfault in the Japanese preferences panel.
-
-2003-02-17 Monday 23:47  hartman
-
- * Fixed the localization issue on MacOSX.
-
-2003-02-17 Monday 23:10  jpsaman
-
- Juglin with dependencies.
-
-2003-02-17 Monday 22:19  gbazin
-
- * modules/audio_output/directx.c: added multichannel support to the
-    directx plugin.
- * modules/audio_output/waveout.c: fixed quad audio channels detection and
-    a few misplaced debug messages.
- * configure.ac.in: don't link anymore the rc plugin with the winsock lib.
-
-2003-02-17 Monday 22:03  asmax
-
- * added a SAP server, with some kludges because the SAP client in vlc
-   is not RFC-compliant...
-
-2003-02-17 Monday 18:58  hartman
-
- * NEWS: added info about the new 0.5.1a release for OSX.
- * extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision #
-
-2003-02-17 Monday 17:06  massiot
-
- Fixed the "everything is in Japanese" bug. :p
-
-2003-02-17 Monday 16:56  gbazin
-
- * modules/control/rc/rc.c: finally fixed the rc interface under win32 by
-    using WaitForSingleObject() on the console handle and ReadConsoleInput().
-    (Closes #59)
-
-2003-02-17 Monday 14:43  massiot
-
- Now 0.5.2-cvs (estimated release date in two weeks from now).
-
-2003-02-17 Monday 10:52  hartman
-
- * Whoops. i forgot to add these files. sorry everyone.
-
-2003-02-17 Monday 09:47  gbazin
-
- * modules/audio_filter/resampler/linear.c: lowered the priority of the linear
-    resampler so the ugly resampler is once again the default. The quality of
-    the ugly resampler is currently better than the linear one because of a
-    design defect.
-
-2003-02-17 Monday 07:22  sam
-
-   * ./debian/woody-buildpackage: Debian package creation fixes.
-
-2003-02-17 Monday 06:31  sam
-
-   * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file!
-
-2003-02-17 Monday 06:15  sam
-
-   * Updated NEWS and ChangeLog.
-
-2003-02-17 Monday 06:00  sam
-
-   * ./src/misc/modules.c: hmpf, Wine does not complain about "/"s in paths,
-     but Windoze will certainly do.
-
-2003-02-17 Monday 05:50  sam
-
-   * ./src/misc/win32_specific.c: under Win32 we retrieve the executable's
-     directory whenever possible, to use it for the spudec font or to load
-     plugins.
-
-2003-02-17 Monday 04:21  sam
-
-   * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings.
-
-2003-02-17 Monday 00:04  asmax
-
- * added a sample playlist. All fields must be separated with TABs
-
-2003-02-16 Sunday 23:57  asmax
-
- * libvlc binding for python
- * new VideoLAN RTSP Server, using libvlc.
-   Not yet fully rfc2326-compliant, but it works ;)
-
-2003-02-16 Sunday 23:32  hartman
-
- * Added an info panel to show movie info, etc.
-
-2003-02-16 Sunday 17:35  sam
-
-   * ./debian/changelog: updated for 0.5.1.
-   * ./debian/control: vlc-glide is now Architecture: i386 only.
-   * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
-   * ./debian/rules: the deprecated vlc-* packages have a proper link to
-     /usr/share/doc/vlc/.
-
-2003-02-16 Sunday 16:58  ipkiss
-
-  * added an entry for the "subtitles don"t work on windows" problem
-
-2003-02-16 Sunday 16:22  jpsaman
-
- Updated release numbering for all ipk's
-
-2003-02-16 Sunday 16:21  jpsaman
-
- Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320).
-
-2003-02-16 Sunday 14:51  fenrir
-
-  * udp: forgot this file...
-
-2003-02-16 Sunday 14:10  fenrir
-
-  * all: split muxer and access into independant part.
-
-2003-02-16 Sunday 14:03  fenrir
-
-  * Less checks on muxer type.
-
-2003-02-16 Sunday 11:18  fenrir
-
-  * adpcm: added dk3 too.
-
-2003-02-16 Sunday 10:25  sigmunau
-
- Added support for volume up/down buttons.
-
-2003-02-16 Sunday 09:50  fenrir
-
-  * adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me
- somes samples.)
-
-2003-02-16 Sunday 08:56  fenrir
-
-  * all: fix mpeg2 handling.
-
-2003-02-16 Sunday 01:38  titer
-
-  NEWS: updated BeOS info for 0.5.1
-
-2003-02-16 Sunday 01:29  massiot
-
- * modules/gui/macosx/open.m: Removed channel server support
- * po/*: Updated po files just before the 0.5.1 release
- * modules/audio_filter/resampler/linear.c: fixed an initialization bug
-
-2003-02-15 Saturday 20:02  jpsaman
-
- Update iPaq packaging description files for:
- - GPE port
- - Opie port
- - Zaurus
- Updated NEWS file with OPIE port.
-
-2003-02-15 Saturday 13:50  massiot
-
- * Bumped up revision number to 0.5.1
- * Updated French translation
-
-2003-02-15 Saturday 12:57  hartman
-
- * if we are paused in fullscreen, show cursor.
-
-2003-02-15 Saturday 04:43  ipkiss
-
-  - fixed a vicious bug
-
-2003-02-14 Friday 23:07  hartman
-
- * Should fix an issue with multiple monitors and the hiding of the mousecursor
-
-2003-02-14 Friday 18:22  sam
-
-   * ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142).
-   * ./src/libvlc.c: removed unnecessary malloc() calls.
-   * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args.
-
-2003-02-14 Friday 17:00  ipkiss
-
-  * exchanged directx' and waveout's capabilities because the latter
-    seems to be more reliable
-
-2003-02-14 Friday 13:48  jpsaman
-
- Fixed deadlock upon unloading qte_main plugin.
- Cleanup of debug messages.
-
-2003-02-14 Friday 13:44  jpsaman
-
- Tuning package dependencies.
-
-2003-02-14 Friday 13:19  jpsaman
-
- Updated opie control file for packaging.
-
-2003-02-14 Friday 13:01  jpsaman
-
- Small improvement.
-
-2003-02-14 Friday 09:50  gbazin
-
- * modules/audio_output/waveout.c: better buffer management and hopefully
-    fixed the S/PDIF output (Still untested though. Anybody here could test
-    this? ).
-
-2003-02-13 Thursday 21:53  massiot
-
- Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
- meaningful.
-
-2003-02-13 Thursday 17:31  sam
-
-   * ./configure.ac.in: we should look for -lxvidcore, not -lxvid.
-
-2003-02-13 Thursday 14:16  hartman
-
- ALL:
-  - when a new stream is being loaded we select the current title in the
-    playlist.
-  - Cleaned up some of my previous commited code dealing with updating
-    the window title.
-
-2003-02-13 Thursday 02:00  hartman
-
- *ALL: update the title of the window everytime the stream changes.
-
-2003-02-13 Thursday 01:14  hartman
-
- * fixed a small bug
-
-2003-02-13 Thursday 00:09  hartman
-
- * src/playlist/playlist.c:
-   - added an intf-change variable. This is set whenever you add or delete
-     an item in the playlist. You need to unset it yourself.
- * modules/gui/macosx/intf.?:
-   - listen for external playlist changes. update view when playlist changes.
-   - activate/deactivate previous and next buttons and menuitems,
-     whenever the playlist gets changed.
-
-2003-02-12 Wednesday 23:26  jpsaman
-
- Scripts for building and packaging vlc on Zaurus PDA.
-
-2003-02-12 Wednesday 23:26  jpsaman
-
- Updated control files and buildscript for v0.5.1
-
-2003-02-12 Wednesday 23:13  jpsaman
-
- The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.
-
-2003-02-12 Wednesday 23:09  jpsaman
-
- Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.
-
-2003-02-12 Wednesday 23:08  massiot
-
- * Italien translation, courtesy of Bruno <allevb@tin.it>.
-
-2003-02-12 Wednesday 17:13  jobi
-
-     * modules/access/vcd/vcd.*: fixed a warning
-
-2003-02-12 Wednesday 16:58  jobi
-
-     * modules/access/vcd/vcd.c: in entry points, track number should be read
-       as BCD (it should fix #244). Also fixed chapter indexing, so that it
-       correspond to the dvd one.
-
-2003-02-12 Wednesday 14:22  hartman
-
- * modules/gui/macosx/controls.m:
-   - fixed the mute and volumeup volumedown when you use them mixed.
- * src/audio_output/intf.c:
-   - set "saved-volume" on volume up, volume down.
-
-2003-02-12 Wednesday 13:42  massiot
-
- Patch courtesy of gibalou :
- * demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of
- i_continuity_counter,
- * access/udp.c: Fixed win32 behavior when --mtu is set to a too small value,
- * demux/mpeg/ts.c: Fixed detection of PAT/PMT change.
-
-2003-02-12 Wednesday 02:11  ipkiss
-
-  * compilation fix
-  * all files are stored in dos mode, or Borland won't compile some of
-    them...
-
-2003-02-11 Tuesday 18:05  massiot
-
- * 0.5.1 German translation, courtesy of Felix Kühne <FK@aenneburghardt.de>.
-
-2003-02-11 Tuesday 17:20  babal
-
- - Dolby Surround fix
- - support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
-   6.1 since there is a doubt about where should be the Rear Center
-   coefficient in a decoded sample.
-   -> if anybody has an idea or even better a test stream...
-
-2003-02-11 Tuesday 16:19  hartman
-
- * updated dutch strings
-
-2003-02-11 Tuesday 15:35  hartman
-
- ALL: - changed vlc.app into VLC.app
- modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
-      mousecursor.
-
-2003-02-11 Tuesday 15:24  hartman
-
- * Updated ReadMe file
-   - some spelling issues
-   - remark about the current troubles with sound
-   - readded deinterlace remark
-   - Added info on multiple screens and sound devices
-   - updated the bugreporting URL
-   - Changed all occurences of vlc into VLC where appropriate
-
-2003-02-11 Tuesday 11:16  massiot
-
- * modules/codec/lpcm.c: Attempt at supporting all channel configurations,
- * Support for 7 and 7.1 channel configurations.
-
-2003-02-10 Monday 23:50  massiot
-
- * modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
-
-2003-02-10 Monday 23:16  marcari
-
-  * sdl.c : added includes (vlc/aout.h & aout_internal.h)
-     => to make volumeup/down compile
-
-2003-02-10 Monday 23:04  hartman
-
- * the window of the video shows the official document icon, filename and
-   when command-clicked the path if the stream is a local file.
-   this is the expected window behaviour in osx.
-
-2003-02-10 Monday 22:22  massiot
-
- * I ran --update-po for the last time before the 0.5.1 release (and I
- mean it !)
-
-2003-02-10 Monday 22:18  hartman
-
- * The dock should no longer be visible in fullscreen mode.
-
-2003-02-10 Monday 21:56  sam
-
-   * ./debian/rules: added code to avoid timestamp skews in the faad tree.
-
-2003-02-10 Monday 21:54  hartman
-
- * only show last part of of file/url name in the playlist.
-
-2003-02-10 Monday 21:46  sam
-
-   * ./debian/rules: added missing icon in the vlc and wxvlc packages.
-
-2003-02-10 Monday 21:28  hartman
-
- * fixed the black bar issue with window half/normal/double window sizes in
-   OSX. i had forgotten the aspectratio.
-
-2003-02-10 Monday 21:11  sam
-
-   * ./debian/rules: removed Debian kludges that do not really belong to the
-     official VLC tree.
-
-2003-02-10 Monday 20:57  sam
-
-   * ./debian/control: added the "VideoLAN" word in the long description so
-     that "apt-cache search videolan" returns vlc.
-
-2003-02-10 Monday 20:11  sam
-
-   * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
-     dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
-
-2003-02-10 Monday 18:12  sam
-
-   * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
-     gprof, because gcc is unable to build it without -fomit-frame-pointer
-     (Closes: #260).
-
-2003-02-10 Monday 17:43  massiot
-
- * modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
- * Minor fixes.
-
-2003-02-10 Monday 16:53  sam
-
-   * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
-     (partially fixes #260)
-
-2003-02-10 Monday 15:23  titer
-
-   Move the messages update function to another thread. It prevents it from
-  freezing the main window (cannot seek anymore, etc).
-
-2003-02-10 Monday 00:41  hartman
-
- * another proof that the copy command in IE for Mac sucks. stupid stray chars.
-
-2003-02-10 Monday 00:16  massiot
-
- * Enabled the gestures module by default,
- * Run --update-po.
-
-2003-02-10 Monday 00:16  hartman
-
- * restored old deinterlace menu. The on the fly code does not work as long
-   as the vout.m issue exists. but this is better then the current 'dummy'
-   code we have.
-
-2003-02-09 Sunday 23:42  sigmunau
-
-  *: a new mouse gestures interface, currently supporting back, forward, quit
- fullscreen and a nice debug message when you draw a clockwise square. Video
- output modules needs to be modified for this to work, but it should be minor
- in modules supporting dvd navigation.
-
- btw: it should be easy to add new gestures, ideas appreciated
-
-2003-02-09 Sunday 19:28  massiot
-
- * Minor typographic corrections,
- * Fixed a segfault in the Preferences window.
-
-2003-02-09 Sunday 17:10  stippi
-
- modules/gui/beos/PreferenceWindow.h/.cpp
-
-       - added settings for screenshot path and image format
-
-       - removed "Save" button, added "Cancel" and "Revert" buttons
-
-       - added revert functionality
-
-       - changed class design for cleaner functionality,
-               separated ApplyChanges() into more functions
-               to have finer control
-
-       - added more error checking and fixed memory leaks
-               (config_GetPsz() returns char*, not const char*!)
-
-       - all settings are now correctly saved and restored
-
-       - some more cosmetic changes
-
- modules/gui/beos/InterfaceWindow.h/.cpp
-
-       - updated vlc way of saving settings to be on par with BeOS way
-               and made it selectable in the code which way is used.
-               However, the VideoSettings are still only savable in
-               the BeOS way.
-
-       - if dvd menus are used, the navigation menu enables a
-               "Goto Menu" item. Unfortunately, I don't see a clean
-               way to really detect the usage of dvd/dvdold in the
-               currently playing stream. I wouldn't want to see
-               if a playlist item has "dvd:" or "dvdold:" prepended
-               at each interface update.
-
-2003-02-09 Sunday 13:25  fenrir
-
-  * sub.c : begun clean up
-
-2003-02-09 Sunday 12:23  sam
-
-   * ./configure.ac.in: fiddled with linking flags for the KDE plugin.
-
-2003-02-09 Sunday 12:21  sam
-
-   * ./debian/control: made lintian happier with package descriptions.
-   * ./debian/rules: added extra touch calls to prevent autobuilders from
-     launching autoconf/automake.
-
-2003-02-09 Sunday 12:19  sam
-
-   * ./modules/video_filter/transform.c: fixed a stupid typo preventing
-     initialization of the plugin.
-
-2003-02-09 Sunday 12:18  sam
-
-   * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
-
-2003-02-09 Sunday 11:51  titer
-
-  Simplified volume functions
-
-2003-02-09 Sunday 02:01  ipkiss
-
-  * modules/gui/win32/mainframe.cpp: simplifications using the new
-    aout_Volume* API
-
-2003-02-09 Sunday 01:56  massiot
-
- Fixed GTK compilation.
-
-2003-02-09 Sunday 01:50  massiot
-
- * Added Step forward/Step backward feature.
-
-2003-02-09 Sunday 01:13  massiot
-
- * aout_Volume* functions now do their own vlc_object_find() on the
-   audio output. Consequently, the first argument can be any vlc_object_t.
- * modules/gui/macosx/*: greatly simplified volume functions ; you can now
-   call aout_Volume* even when there is no audio output, and the volume
-   will be saved for later use.
-
-2003-02-08 Saturday 22:43  massiot
-
- Fixed previous commit.
-
-2003-02-08 Saturday 22:20  massiot
-
- * src/extras/libc.c: New vlc_wraptext function,
- * modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
- * src/input/input.c: Correctly parse MRL of the type
-   /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
- * modules/access/*: Changed some msg_Warn into msg_Err
- * po/fr.po: Updated French translation,
- * configure.ac.in: Re-enabled Swedish translation,
- * Makefile.am: Do not recompile everything everytime someone changes a .h
-
-2003-02-08 Saturday 21:43  hartman
-
- * window half/normal/double Size commands
-   - black bar issue is not fixed. i removed 'myfix'
-
-2003-02-08 Saturday 20:32  massiot
-
- * modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
- * modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
-
-2003-02-08 Saturday 19:14  asmax
-
- * fixed the encoding
-   (Meuuh you can re-enable swedish ;)
-
-2003-02-08 Saturday 19:10  massiot
-
- * Fixed misc typos in strings,
- * Updated po files,
- * New --buggy-psi options, to supports streams which don't update the
- continuity counter in their PSI packets (walkenizes #sam).
-
-2003-02-08 Saturday 17:26  massiot
-
- * configure.ac.in: Disabled Swedish translation since it doesn't use the
-   right charset,
- * Implemented localization for audio-channels and video-device variables.
-
-2003-02-07 Friday 23:36  marcari
-
- glibc 2.1 port for linupy (linux on a yopy pda)
-
- * modules/access/*.c : added include <sys/time.h> for struct timeval
- * ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)
-
- VLC rulz on Yopy !
-
-2003-02-07 Friday 21:30  hartman
-
- * Resize window fixes
-   - we should not resize the window in fullscreen
-   - fixed the black bars bug in half and double size
-   - position of top left corner should not change
-   - more efficient code
-
-2003-02-07 Friday 20:49  alexis
-
- - FAQ : the first question of the "troubleshooting" section now tells the
- user to delete VLC's configuration file.
-
-2003-02-07 Friday 20:23  hartman
-
- * added half, normal and full size videowindow menuitems.
-   there seems to be a bug though somewhere. you end up with black bars in
-   half and double size.
-
-2003-02-07 Friday 18:43  ipkiss
-
-  * Fixed the "RichEdit line insertion error" bug (closes #246)
-  * Added a popup menu to copy log messages to the clipboard
-
-2003-02-07 Friday 16:51  massiot
-
- Fixed a buffer leak with slice-I streams (thanks sam).
-
-2003-02-07 Friday 09:17  yves
-
- - added missing buildrequires
- - now autodetect on wich system we are:
-   rpm --rebuild should work out of box on rh and previous mdk systems.
- - NO buildrequires on rh-like system. rh does not have a devel policy
- - more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
-
-2003-02-07 Friday 01:32  hartman
-
- * grrr changed the project file by accident. revert
-
-2003-02-07 Friday 01:31  hartman
-
- * When you push backspace or delete in the playlist, it removes the selected item.
-
-2003-02-07 Friday 01:22  fenrir
-
-  * ffmpeg/audio : removed an old error (anyway it was harmless).
-  * mp4 : removed a bad initialisation. Erased all ending spaces.
-  * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
-
-2003-02-07 Friday 01:09  sam
-
-   * ./src/interface/interface.c: interface variable is "intf", not "interface".
-
-2003-02-07 Friday 00:29  sam
-
-   * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
-     declarations. Should fix that later.
-
-2003-02-07 Friday 00:26  sam
-
-   * ./modules/access/dvdplay/demux.c: fixed a minor warning.
-
-2003-02-06 Thursday 23:59  sam
-
-   * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
-     "interface" variable to "dvdplay" (Closes: #178, #210, and probably a
-     bunch of others).
-   * ./src/interface/interface.c: added a safety check to circumvent the bug,
-     allowing a smooth upgrade.
-
-2003-02-06 Thursday 23:55  massiot
-
- Fixed interface freezes in the OS X interface.
-
-2003-02-06 Thursday 23:01  sam
-
-   * ./src/misc/darwin_specific.m: completed our list of known languages and
-     made code simpler to read.
-
-2003-02-06 Thursday 21:56  sam
-
-   * ./debian/rules: build the SLP plugin by default.
-
-2003-02-06 Thursday 21:39  titer
-
-  Tuned BeOS priorities for a better playback on low-end computers.
-
-2003-02-06 Thursday 15:14  massiot
-
- Fixed AFMT_AC3 and AFMT_S16_NE handling.
-
-2003-02-06 Thursday 13:47  hartman
-
- * Changed a failed DecompressSequenceFrameS error into a warning. We don't
-   want to bug users with this when we resize a video.
-
-2003-02-06 Thursday 03:22  sam
-
-   * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
-     in the background to disable xscreensaver the jwz way (Closes: #58).
-
-     It's an interface plugin, trigger with "--extraintf screensaver".
-
-2003-02-06 Thursday 02:37  sam
-
-   * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
-     otherwise we fail with an error when they are not found.
-
-2003-02-06 Thursday 00:45  sam
-
-   * ./doc/faq/faq.sgml: updated config file location for OS X.
-
-2003-02-05 Wednesday 22:48  hartman
-
- * Changed the wrong property in my recent commit. FIXED
-
-2003-02-05 Wednesday 22:11  sam
-
-   * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
-     doing fullscreen or volume up from the popup menu.
-
-2003-02-05 Wednesday 16:23  hartman
-
- * added a "Open CrashLog" button to the messages window in OSX.
-
-2003-02-05 Wednesday 14:58  hartman
-
- * Added AppleScript support
- * We can now handle mms:// etc on a systemwide level.
-   - No way to set this other then trough Explorer Prefs at the moment
-
-2003-02-05 Wednesday 02:31  hartman
-
- * More support for handling URLs. Still need to create the scriptsuite.
-
-2003-02-05 Wednesday 01:36  hartman
-
- * Added a Next and Previous item to the dockmenu
- * Prelimanary support for making VLC the handler of ftp http mms and udp
-   URLs (on a systemwide level)
-
-2003-02-04 Tuesday 21:01  jpsaman
-
- Closes bug #170
-
-2003-02-04 Tuesday 20:45  hartman
-
- * We released an array that was in a autorelease pool. That's not necesarry
-
-2003-02-04 Tuesday 11:51  massiot
-
- * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
-   streams.
-
-2003-02-04 Tuesday 11:07  massiot
-
- * modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
-   (thanks gibalou !).
-
-2003-02-04 Tuesday 10:07  massiot
-
- * modules/access/*: Fixed compilation problems with "struct timeval".
-
-2003-02-03 Monday 21:47  sam
-
-   * ./bootstrap: we don't fail if gettext is too old and there is no
-     ABOUT-NLS in the tree.
-
-2003-02-03 Monday 21:38  massiot
-
- Now developing 0.5.1-cvs.
-
-2003-02-03 Monday 19:45  sam
-
-   * ./debian/woody-buildpackage: enabled build-deps checking.
-
-2003-02-03 Monday 17:18  stippi
-
- modules/gui/beos/InterfaceWindow.h/.cpp
-
-       - improved file loading:
-               - contents of sub folders can optionally be loaded too
-               - files are loaded in expected order from filepanel
-                       _and_ drag'n'drop
-               - file panel accepts folders to load
-       - saving of playlist's display mode
-       - added updating of interface when playlist is modified
-               while nothing is playing
-       - added compatibility for SoundPlay's drag'n'drop message format
-
- modules/gui/beos/ListViews.h/.cpp
-
-       - implemented reversal of playlist
-       - list can display full path or file name only
-       - drag'n'drop interaction with SoundPlay
-
- modules/gui/beos/MediaControlView.cpp
-
-       - cosmetic fix
-
- modules/gui/beos/PlayListWindow.h/.cpp
-
-       - added reverse sort command to edit menu
-       - added view menu, to allow the user to display paths
-               or only names in the list
-
-2003-02-03 Monday 16:07  alexis
-
- Small fix.
-
-2003-02-03 Monday 11:25  alexis
-
- Article format, instead of book format.
- Few typos.
-
-2003-02-03 Monday 02:26  sam
-
-   * ./debian/rules: more Debian Woody fixes. Grrrr!
-
-2003-02-03 Monday 01:32  sam
-
-   * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
-   * ./debian/woody-buildpackage: sed syntax fixed.
-
-2003-02-03 Monday 00:56  sam
-
-   * ./share/Makefile.am: we weren't distributing the font!
-
-2003-02-03 Monday 00:43  sam
-
-   * Updated ChangeLog and pofiles.
-
-2003-02-03 Monday 00:39  sam
-
-   * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
-
-2003-02-03 Monday 00:23  sam
-
-   * ./debian/control: missing build dependencies.
-
-2003-02-03 Monday 00:00  massiot
-
- German translation, croutesy of Felix Kuehne.
-
-2003-02-02 Sunday 23:11  massiot
-
- Worked around a bug with the Screens menu and localization.
-
-2003-02-02 Sunday 20:59  hartman
-
- * OSX version can open .asx files. so we need to let the os know that ;)
-
-2003-02-02 Sunday 20:21  sam
+  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?)
 
-   * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
 
-2003-02-02 Sunday 20:07  sam
+------------------------------------------------------------------------
+r16249 | xtophe | 2006-08-12 01:30:02 +0200 (Sat, 12 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_core.c
+
+Should fix compilation. Not tested
+
+------------------------------------------------------------------------
+r16248 | zorglub | 2006-08-11 15:32:42 +0200 (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-11 08:23:56 +0200 (Fri, 11 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 23:28:56 +0200 (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 21:21:25 +0200 (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 20:26:18 +0200 (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 19:25:30 +0200 (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 16:27:28 +0200 (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 14:51:53 +0200 (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 13:46:19 +0200 (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 20:09:34 +0200 (Wed, 09 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+Fix comments
+------------------------------------------------------------------------
+r16238 | hartman | 2006-08-08 22:39:12 +0200 (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 19:26:02 +0200 (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 18:36:57 +0200 (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 19:12:01 +0200 (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 18:36:30 +0200 (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 18:14:56 +0200 (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 18:10:19 +0200 (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 17:49:56 +0200 (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 17:07:47 +0200 (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 15:53:58 +0200 (Sun, 06 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/item.c
+
+Oh look ! Bananas !
+
+------------------------------------------------------------------------
+r16228 | jpsaman | 2006-08-06 15:43:18 +0200 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+sanity checking
+------------------------------------------------------------------------
+r16227 | jpsaman | 2006-08-06 15:40:11 +0200 (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 15:27:58 +0200 (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 15:25:05 +0200 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+ifdef away compiler warning
+------------------------------------------------------------------------
+r16224 | jpsaman | 2006-08-06 15:24:29 +0200 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/services_discovery/podcast.c
+
+Remove unused variable
+------------------------------------------------------------------------
+r16223 | jpsaman | 2006-08-06 15:24:11 +0200 (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 15:23:47 +0200 (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 15:21:54 +0200 (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 15:21:36 +0200 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+Remove some whitespace
+------------------------------------------------------------------------
+r16219 | jpsaman | 2006-08-06 15:11:49 +0200 (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 15:11:04 +0200 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/resampler/linear.c
+
+Cleanup whitespace
+------------------------------------------------------------------------
+r16217 | jpsaman | 2006-08-06 15:10:27 +0200 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mpeg/m4v.c
+
+Remove unused variable.
+------------------------------------------------------------------------
+r16216 | jpsaman | 2006-08-06 15:09:42 +0200 (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 15:09:24 +0200 (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 14:25:52 +0200 (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 12:30:30 +0200 (Sun, 06 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Coding Style fixes
+------------------------------------------------------------------------
+r16212 | zorglub | 2006-08-06 12:07:35 +0200 (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-06 02:48:05 +0200 (Sun, 06 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+oops in r16209
+
+------------------------------------------------------------------------
+r16210 | ipkiss | 2006-08-05 15:37:06 +0200 (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 20:14:40 +0200 (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 17:17:15 +0200 (Fri, 04 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Some cleanup of whitespace
+------------------------------------------------------------------------
+r16207 | zorglub | 2006-08-04 00:24:42 +0200 (Fri, 04 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 23:57:58 +0200 (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 19:03:26 +0200 (Thu, 03 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/java/src
+
+Fix svn:ignore
+
+------------------------------------------------------------------------
+r16204 | zorglub | 2006-08-03 18:58:10 +0200 (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 17:34:08 +0200 (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 17:27:19 +0200 (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 10:46:47 +0200 (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 09:48:55 +0200 (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-03 08:10:57 +0200 (Thu, 03 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 23:52:28 +0200 (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 21:51:46 +0200 (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 16:11:17 +0200 (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-02 00:09:34 +0200 (Wed, 02 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 17:23:46 +0200 (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 17:11:33 +0200 (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 17:00:50 +0200 (Tue, 01 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_access.h
+
+Syntax error
+
+------------------------------------------------------------------------
+r16191 | courmisch | 2006-08-01 16:54:54 +0200 (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 15:12:48 +0200 (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 12:30:31 +0200 (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 11:22:35 +0200 (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-08-01 00:51:43 +0200 (Tue, 01 Aug 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-08-01 00:21:00 +0200 (Tue, 01 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
+
+* fix layout
+------------------------------------------------------------------------
+r16185 | fkuehne | 2006-08-01 00:15:13 +0200 (Tue, 01 Aug 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 23:07:17 +0200 (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 22:13:08 +0200 (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 21:49:19 +0200 (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 20:09:49 +0200 (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 17:36:36 +0200 (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 14:11:51 +0200 (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 11:31:35 +0200 (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 09:09:53 +0200 (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-31 01:21:58 +0200 (Mon, 31 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-31 00:40:08 +0200 (Mon, 31 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-31 00:35:04 +0200 (Mon, 31 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-31 00:11:36 +0200 (Mon, 31 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-31 00:03:56 +0200 (Mon, 31 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-31 00:00:44 +0200 (Mon, 31 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 23:19:38 +0200 (Sun, 30 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+
+Forgot this
+
+------------------------------------------------------------------------
+r16169 | zorglub | 2006-07-30 22:28:59 +0200 (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 18:41:20 +0200 (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 16:34:21 +0200 (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 15:04:27 +0200 (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 14:22:00 +0200 (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 14:07:45 +0200 (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-30 01:32:05 +0200 (Sun, 30 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-30 00:58:49 +0200 (Sun, 30 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 17:47:08 +0200 (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 17:32:30 +0200 (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 17:07:42 +0200 (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 16:38:38 +0200 (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 15:32:12 +0200 (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 15:31:48 +0200 (Sat, 29 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+One more
+
+------------------------------------------------------------------------
+r16155 | zorglub | 2006-07-29 15:31:32 +0200 (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 15:01:52 +0200 (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 14:25:13 +0200 (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 14:18:48 +0200 (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 21:34:03 +0200 (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 21:05:04 +0200 (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 17:28:31 +0200 (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 17:24:07 +0200 (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 15:28:08 +0200 (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 13:58:58 +0200 (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 13:45:52 +0200 (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 13:16:49 +0200 (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-28 02:01:15 +0200 (Fri, 28 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-28 00:53:41 +0200 (Fri, 28 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-28 00:46:48 +0200 (Fri, 28 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 22:12:41 +0200 (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 21:51:57 +0200 (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 16:51:22 +0200 (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-27 00:48:34 +0200 (Thu, 27 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-27 00:01:37 +0200 (Thu, 27 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 23:59:13 +0200 (Wed, 26 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+add qvlc to the summary
+
+------------------------------------------------------------------------
+r16134 | dionoea | 2006-07-26 23:21:48 +0200 (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 17:13:47 +0200 (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 16:15:08 +0200 (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 15:49:56 +0200 (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 14:04:25 +0200 (Wed, 26 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/po/de.po
+
+Protect the email address
+
+------------------------------------------------------------------------
+r16129 | xtophe | 2006-07-26 12:56:30 +0200 (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-26 00:56:37 +0200 (Wed, 26 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 23:23:01 +0200 (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 14:41:29 +0200 (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 11:37:31 +0200 (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-25 01:00:57 +0200 (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
+
+Grrrr, silly qt4 build system
+
+------------------------------------------------------------------------
+r16123 | xtophe | 2006-07-25 00:56:44 +0200 (Tue, 25 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-25 00:45:26 +0200 (Tue, 25 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 23:45:56 +0200 (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 22:09:22 +0200 (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 19:55:28 +0200 (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-24 00:19:46 +0200 (Mon, 24 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 20:10:04 +0200 (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 19:51:07 +0200 (Sun, 23 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Revert revision 16112
+------------------------------------------------------------------------
+r16114 | jpsaman | 2006-07-23 18:21:35 +0200 (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 13:04:13 +0200 (Sun, 23 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Forward port of revision 16111
+------------------------------------------------------------------------
+r16110 | dionoea | 2006-07-22 17:41:38 +0200 (Sat, 22 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Oops
+
+------------------------------------------------------------------------
+r16109 | dionoea | 2006-07-22 17:33:03 +0200 (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 16:45:25 +0200 (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 23:14:35 +0200 (Fri, 21 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+oups missed that
+
+------------------------------------------------------------------------
+r16106 | fkuehne | 2006-07-21 22:36:29 +0200 (Fri, 21 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* minor layout improvement
+------------------------------------------------------------------------
+r16105 | xtophe | 2006-07-21 17:19:35 +0200 (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 11:42:43 +0200 (Fri, 21 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Qt4 contrib fixes
+
+------------------------------------------------------------------------
+r16103 | zorglub | 2006-07-21 00:16:10 +0200 (Fri, 21 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 21:45:51 +0200 (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 21:30:39 +0200 (Thu, 20 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* compile before you commit
+------------------------------------------------------------------------
+r16100 | fkuehne | 2006-07-20 21:26:33 +0200 (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 21:16:52 +0200 (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 21:06:18 +0200 (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 20:54:26 +0200 (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 17:25:02 +0200 (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 15:44:04 +0200 (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 15:21:16 +0200 (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 10:59:14 +0200 (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-20 00:38:25 +0200 (Thu, 20 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/gradient.c
+
+Add some "const" where relevant
+
+------------------------------------------------------------------------
+r16091 | dionoea | 2006-07-20 00:08:38 +0200 (Thu, 20 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 17:17:23 +0200 (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 14:55:04 +0200 (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 14:54:13 +0200 (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 13:53:51 +0200 (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 13:53:18 +0200 (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 12:59:30 +0200 (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 11:45:02 +0200 (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 11:33:41 +0200 (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 11:01:15 +0200 (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 11:00:32 +0200 (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 10:59:26 +0200 (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-19 01:20:06 +0200 (Wed, 19 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 23:29:05 +0200 (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 23:25:14 +0200 (Tue, 18 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+Fix compilation
+
+------------------------------------------------------------------------
+r16074 | jpsaman | 2006-07-18 23:00:19 +0200 (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 20:57:19 +0200 (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 19:19:10 +0200 (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 19:08:18 +0200 (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 16:45:24 +0200 (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 16:33:18 +0200 (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 11:10:24 +0200 (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 10:48:53 +0200 (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 14:59:46 +0200 (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 10:37:09 +0200 (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 23:22:31 +0200 (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 23:02:33 +0200 (Sun, 16 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Add (verbose) NEWS
+
+------------------------------------------------------------------------
+r16061 | dionoea | 2006-07-16 22:57:09 +0200 (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 21:58:46 +0200 (Sun, 16 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+(Partial?) fix for make dist
+
+------------------------------------------------------------------------
+r16059 | courmisch | 2006-07-16 21:37:56 +0200 (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 21:16:48 +0200 (Sun, 16 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Don't duplicate check for automake 1.7
+
+------------------------------------------------------------------------
+r16052 | courmisch | 2006-07-16 20:10:22 +0200 (Sun, 16 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+Use nice apostrophe
+
+------------------------------------------------------------------------
+r16051 | sam | 2006-07-16 18:06:29 +0200 (Sun, 16 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.c
+
+  * src/libvlc.c: fixed comment.
+------------------------------------------------------------------------
+r16050 | fkuehne | 2006-07-15 21:50:58 +0200 (Sat, 15 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* removed useless include
+------------------------------------------------------------------------
+r16049 | fkuehne | 2006-07-15 21:47:29 +0200 (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 16:53:58 +0200 (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-15 00:58:41 +0200 (Sat, 15 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-15 00:06:57 +0200 (Sat, 15 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/invert.c
+
+Remove unneeded include
+
+------------------------------------------------------------------------
+r16041 | sam | 2006-07-14 23:36:11 +0200 (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 23:33:23 +0200 (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 23:32:43 +0200 (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 13:18:29 +0200 (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-14 00:41:07 +0200 (Fri, 14 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+
+Fix dist
+
+------------------------------------------------------------------------
+r16033 | xtophe | 2006-07-13 22:47:49 +0200 (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 17:31:29 +0200 (Thu, 13 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Really fix goom for fc4
+------------------------------------------------------------------------
+r16030 | sam | 2006-07-13 17:25:56 +0200 (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 17:22:58 +0200 (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 17:13:10 +0200 (Thu, 13 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+Fix live555 compilation in contrib
+------------------------------------------------------------------------
+r16026 | courmisch | 2006-07-13 16:29:00 +0200 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/loader/loader.h
+
+Another extra boilerplate
+
+------------------------------------------------------------------------
+r16025 | courmisch | 2006-07-13 16:19:35 +0200 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Work-around for Winsock
+
+------------------------------------------------------------------------
+r16024 | xtophe | 2006-07-13 15:51:05 +0200 (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 15:41:54 +0200 (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 14:06:22 +0200 (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 13:48:47 +0200 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+  * bootstrap: strip library version from modules.
+
+------------------------------------------------------------------------
+r16020 | zorglub | 2006-07-13 13:21:23 +0200 (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 12:32:06 +0200 (Thu, 13 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+  * modules/control/hotkeys.c: nawak.
+
+------------------------------------------------------------------------
+r16018 | jpsaman | 2006-07-12 20:49:35 +0200 (Wed, 12 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+Removed unused variable pi_gamma
+------------------------------------------------------------------------
+r16017 | jpsaman | 2006-07-12 20:48:21 +0200 (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 17:49:13 +0200 (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 17:38:08 +0200 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+  * src/Makefile.am: fixed sed commands.
+
+------------------------------------------------------------------------
+r16014 | sam | 2006-07-12 17:01:55 +0200 (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 15:54:29 +0200 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+
+  * Updated changelog.
+
+------------------------------------------------------------------------
+r16012 | sam | 2006-07-12 15:51:51 +0200 (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 15:23:26 +0200 (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 15:04:37 +0200 (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 14:34:07 +0200 (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 14:27:06 +0200 (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 13:29:30 +0200 (Wed, 12 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Missing header in EXTRA_DIST
+
+------------------------------------------------------------------------
+r16006 | bigben | 2006-07-11 21:12:18 +0200 (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 12:49:50 +0200 (Tue, 11 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+* fix make dist
+------------------------------------------------------------------------
+r16004 | fkuehne | 2006-07-10 23:30:31 +0200 (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 22:52:57 +0200 (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 20:46:46 +0200 (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 17:01:13 +0200 (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 23:42:12 +0200 (Sat, 08 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Have a module_string less confusing
+
+------------------------------------------------------------------------
+r15999 | xtophe | 2006-07-08 23:20:00 +0200 (Sat, 08 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Clean up
+
+------------------------------------------------------------------------
+r15998 | xtophe | 2006-07-08 23:19:17 +0200 (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 21:13:50 +0200 (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 21:12:11 +0200 (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 21:11:05 +0200 (Sat, 08 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/dec.c
+
+Fix stats collecting
+
+------------------------------------------------------------------------
+r15994 | fkuehne | 2006-07-08 20:32:41 +0200 (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 19:28:51 +0200 (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 18:30:21 +0200 (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 14:51:10 +0200 (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 13:16:46 +0200 (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 13:16:20 +0200 (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 11:31:56 +0200 (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 23:27:14 +0200 (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 22:24:11 +0200 (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-07 01:23:59 +0200 (Fri, 07 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-07 01:19:12 +0200 (Fri, 07 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 22:43:21 +0200 (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 13:15:31 +0200 (Thu, 06 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/ChangeLog-2005
+
+Fix 2005 changelog
+
+------------------------------------------------------------------------
+r15981 | sam | 2006-07-06 12:26:39 +0200 (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 12:09:47 +0200 (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 20:12:55 +0200 (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 13:12:06 +0200 (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 17:23:04 +0200 (Tue, 04 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+link visual plugin against math library
+
+------------------------------------------------------------------------
+r15976 | sam | 2006-07-04 16:06:44 +0200 (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 14:55:43 +0200 (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 14:28:23 +0200 (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 14:26:08 +0200 (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 13:20:02 +0200 (Mon, 03 Jul 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_interaction.h
+
+* you didn't see anything
+------------------------------------------------------------------------
+r15971 | fkuehne | 2006-07-03 12:38:09 +0200 (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 19:47:26 +0200 (Sun, 02 Jul 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/qtl.c
+
+s/Shoutcast/QTL/
+
+------------------------------------------------------------------------
+r15969 | dionoea | 2006-07-02 19:28:15 +0200 (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 11:22:05 +0200 (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 21:23:39 +0200 (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 20:34:03 +0200 (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 12:13:13 +0200 (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 18:34:46 +0200 (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-30 00:04:35 +0200 (Fri, 30 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 22:52:30 +0200 (Thu, 29 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/png.c
+
+* MPNG support
+
+------------------------------------------------------------------------
+r15961 | Trax | 2006-06-29 22:15:57 +0200 (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 19:55:14 +0200 (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 19:31:28 +0200 (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 17:27:26 +0200 (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 15:55:23 +0200 (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-29 00:11:36 +0200 (Thu, 29 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/res.qrc
+
+add the volume icons
+
+------------------------------------------------------------------------
+r15954 | zorglub | 2006-06-28 23:50:59 +0200 (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 22:03:15 +0200 (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 21:02:37 +0200 (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 20:57:20 +0200 (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 17:16:23 +0200 (Wed, 28 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r15948 | zorglub | 2006-06-28 16:36:39 +0200 (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 16:24:22 +0200 (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 16:22:04 +0200 (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 15:16:45 +0200 (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 15:32:30 +0200 (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 12:14:58 +0200 (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 23:11:38 +0200 (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-26 08:26:45 +0200 (Mon, 26 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 19:05:52 +0200 (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 18:29:49 +0200 (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 15:45:38 +0200 (Thu, 22 Jun 2006) | 2 lines
+Changed paths:
+   A /trunk/src/misc/devices.c
+
+Bah, who really needs this ?
+
+------------------------------------------------------------------------
+r15936 | zorglub | 2006-06-22 12:03:32 +0200 (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 16:32:21 +0200 (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 16:22:22 +0200 (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-21 02:09:19 +0200 (Wed, 21 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 22:54:16 +0200 (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 20:57:13 +0200 (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 17:51:23 +0200 (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 16:37:45 +0200 (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 16:33:48 +0200 (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 14:51:29 +0200 (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-20 08:04:43 +0200 (Tue, 20 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 20:33:11 +0200 (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 19:46:20 +0200 (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 19:33:43 +0200 (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 20:42:29 +0200 (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 16:16:51 +0200 (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-17 06:13:04 +0200 (Sat, 17 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-17 00:42:00 +0200 (Sat, 17 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 21:05:55 +0200 (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 23:22:35 +0200 (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-15 00:49:57 +0200 (Thu, 15 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 22:15:23 +0200 (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 22:09:51 +0200 (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 20:31:45 +0200 (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 20:25:51 +0200 (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 16:48:32 +0200 (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 14:05:39 +0200 (Wed, 14 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
 
-   * ./debian/vlc.desktop: removed unnecessary file.
+* control/http: fix "pl.current"
 
-2003-02-02 Sunday 20:01  sam
+------------------------------------------------------------------------
+r15907 | yoann | 2006-06-14 06:43:47 +0200 (Wed, 14 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
+   M /trunk/modules/demux/playlist/xspf.h
 
-   * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
+* demux/playlist/xspf: skeleton for XSPF tree playlist import
 
-2003-02-02 Sunday 20:01  sam
+------------------------------------------------------------------------
+r15906 | yoann | 2006-06-14 04:00:42 +0200 (Wed, 14 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/playlist/xspf.c
 
-   * ./debian/changelog: updated Debian changelog.
+* xpsf.c: ...but <playlist> has... grmbl
 
-2003-02-02 Sunday 19:45  sam
+------------------------------------------------------------------------
+r15905 | yoann | 2006-06-14 03:51:05 +0200 (Wed, 14 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/playlist/xspf.c
 
-   * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
-     --stdout | sed -e 's/^[^0-9]/ /' -e 's/^  *$//' | uniq).
+* xspf.c: <trackList> has no <location> or <title> element
 
-2003-02-02 Sunday 18:57  sam
+------------------------------------------------------------------------
+r15904 | yoann | 2006-06-14 03:46:17 +0200 (Wed, 14 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/xspf.c
 
-   * ./debian/woody-buildpackage: finished Woody build script.
+* demux/playlist/xspf.c: fix a bug introduced by [15757]
+  + cosmetic changes
 
-2003-02-02 Sunday 18:12  sam
+------------------------------------------------------------------------
+r15903 | yoann | 2006-06-14 02:43:00 +0200 (Wed, 14 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
 
-   * ./po/de.po: german translation updates from Felix Kühne.
+* Tree playlist XSPF export
+  Kids, don't try this at home...
 
-2003-02-02 Sunday 18:09  jpsaman
+------------------------------------------------------------------------
+r15902 | fkuehne | 2006-06-13 23:36:37 +0200 (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
 
- Added ffmpeg package to list of depenencies.
+* code and GUI improvements
+------------------------------------------------------------------------
+r15901 | littlejohn | 2006-06-13 17:34:27 +0200 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
 
-2003-02-02 Sunday 17:18  sam
+Java bindings Makefile tested and working on both GNU and Windows.
 
-   * ./debian/woody-buildpackage: added a script to build .debs on woody.
 
-2003-02-02 Sunday 16:08  sam
+------------------------------------------------------------------------
+r15900 | littlejohn | 2006-06-13 15:35:49 +0200 (Tue, 13 Jun 2006) | 5 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
 
-   * ./NEWS: a few updates from gibalou.
+10 PRINT "Remember to include a final endif at the end of Makefile.am."
+20 GOTO 10
 
-2003-02-02 Sunday 11:29  stippi
 
- cosmetic fix (drop mark would reappear if SHIFT was pressed)
 
-2003-02-02 Sunday 09:17  titer
+------------------------------------------------------------------------
+r15899 | littlejohn | 2006-06-13 15:19:46 +0200 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
 
-  '--demuxdump-file -' dumps to standard output.
-   (useful for operating systems which do not have '/dev/stdout'
-    nor mkfifo)
+make buildbot (and ppl) happy with java Makefile.am .
 
-2003-02-02 Sunday 04:17  sam
 
-   * renamed debian/README into debian/README.Debian.
+------------------------------------------------------------------------
+r15898 | littlejohn | 2006-06-13 15:09:37 +0200 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/vlc-graphics-jni.cc
 
-2003-02-02 Sunday 04:07  sam
+another attempt to make java bindings win32 friendly.
 
-   * ./debian: more packaging stuff.
 
-2003-02-02 Sunday 04:01  sam
+------------------------------------------------------------------------
+r15897 | littlejohn | 2006-06-13 12:40:26 +0200 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
 
-   * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
-     of places.
+Corrections in the java bindings Makefile
 
-2003-02-02 Sunday 03:38  sam
 
-   * ./doc/vlc.1: updated manpage.
+------------------------------------------------------------------------
+r15896 | littlejohn | 2006-06-13 11:58:56 +0200 (Tue, 13 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/Makefile.am
 
-2003-02-02 Sunday 03:08  sam
+A first try in making the Makefile crossplatform (gnu/win32)
 
-   * ./po/it.po: ultimate italian fixes by Bruno Vella.
 
-2003-02-02 Sunday 03:03  sam
+------------------------------------------------------------------------
+r15895 | yoann | 2006-06-13 05:04:08 +0200 (Tue, 13 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
 
-   * ./debian/*: tuned packaging.
+* src/input/input.c: use input_AddSubtitles() and fix a bug with the autoselection of autodetected subtitles files.
 
-2003-02-02 Sunday 02:58  massiot
+------------------------------------------------------------------------
+r15894 | damienf | 2006-06-13 01:29:31 +0200 (Tue, 13 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
 
- * Bumped up revision number to 0.5.0
+- x264-svn-win32.patch: synchronized with latest on svn
 
-2003-02-02 Sunday 02:11  sam
+------------------------------------------------------------------------
+r15893 | damienf | 2006-06-13 01:26:38 +0200 (Tue, 13 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-   * ./po/it.po: updated italian translation, courtesy of Bruno Vella.
+- configure.ac: replaced 'av_add_i' with 'av_crc_init' when testing avutil as the former is no longer compiled in lib
 
-2003-02-02 Sunday 01:37  sam
+------------------------------------------------------------------------
+r15892 | damienf | 2006-06-13 01:14:44 +0200 (Tue, 13 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
 
-   * ./po/*: more interface strings harmonization.
+vlcshell.cpp: fixed plugin 'autoplay'
 
-2003-02-02 Sunday 01:23  jobi
+------------------------------------------------------------------------
+r15891 | gbazin | 2006-06-12 22:41:22 +0200 (Mon, 12 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/stats.c
 
-     * NEWS: readded deleted entries, sorry about that.
+* src/misc/stats.c: don't forget to call vlc_object_release() after a stats_HandlerGet().
+------------------------------------------------------------------------
+r15889 | zorglub | 2006-06-12 21:56:25 +0200 (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 21:51:14 +0200 (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 21:32:00 +0200 (Mon, 12 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+* typo consummed -> consumed
+------------------------------------------------------------------------
+r15886 | yoann | 2006-06-12 21:31:33 +0200 (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 21:21:01 +0200 (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 16:47:01 +0200 (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 22:52:08 +0200 (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 21:21:30 +0200 (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 21:03:12 +0200 (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 13:57:05 +0200 (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 13:56:39 +0200 (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 13:21:59 +0200 (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 11:43:20 +0200 (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-11 00:26:29 +0200 (Sun, 11 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-11 00:21:37 +0200 (Sun, 11 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 23:17:13 +0200 (Sat, 10 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+misc/freetype.c: Fix strings
+
+------------------------------------------------------------------------
+r15873 | xtophe | 2006-06-10 23:15:19 +0200 (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 20:13:46 +0200 (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 19:36:22 +0200 (Sat, 10 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/input.c
+
+a vlc_object_release added
+
+
+------------------------------------------------------------------------
+r15870 | littlejohn | 2006-06-10 18:13:38 +0200 (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 17:34:32 +0200 (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 15:58:03 +0200 (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 15:15:15 +0200 (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 12:26:17 +0200 (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 12:13:31 +0200 (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 12:13:10 +0200 (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 12:10:56 +0200 (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 12:10:54 +0200 (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 12:01:40 +0200 (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 11:57:45 +0200 (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-10 00:20:11 +0200 (Sat, 10 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 23:35:13 +0200 (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 22:45:41 +0200 (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 22:44:18 +0200 (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 21:59:22 +0200 (Fri, 09 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+revert 15853 as it brokes things
+
+------------------------------------------------------------------------
+r15854 | zorglub | 2006-06-09 21:17:49 +0200 (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 18:56:13 +0200 (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 16:19:32 +0200 (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 16:17:26 +0200 (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-09 06:38:16 +0200 (Fri, 09 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-09 04:08:08 +0200 (Fri, 09 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-09 02:28:07 +0200 (Fri, 09 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 23:04:24 +0200 (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 23:01:09 +0200 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify.c
+
+Oups
+
+------------------------------------------------------------------------
+r15845 | zorglub | 2006-06-08 22:54:20 +0200 (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 22:43:59 +0200 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/notify.c
+
+Don't hardcode path
+
+------------------------------------------------------------------------
+r15843 | zorglub | 2006-06-08 22:43:12 +0200 (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 21:39:15 +0200 (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 21:18:11 +0200 (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
 
-2003-02-02 Sunday 00:57  jobi
+------------------------------------------------------------------------
+r15840 | zorglub | 2006-06-08 20:59:14 +0200 (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
 
-     * NEWS: VCD entry points and iso files
-     * include/audio_output.h: more proper freebsd compilation fix
-     * modules/audio_output/oss.c: if /dev/dsp is used, use another output.
+------------------------------------------------------------------------
+r15839 | zorglub | 2006-06-08 20:36:09 +0200 (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
 
-2003-02-02 Sunday 00:49  massiot
+Some general clean up
 
- * README.MacOSX.rtf: Typos
- * include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine
- * modules/access/dvdread/input.c: Fixed a long-standing bug when switching
-   titles.
+------------------------------------------------------------------------
+r15838 | gbazin | 2006-06-08 00:20:15 +0200 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-2003-02-02 Sunday 00:46  sam
+* configure.ac: you can do it.
 
-   * ./po/*: more s/vlc/VLC/ changes.
+------------------------------------------------------------------------
+r15837 | gbazin | 2006-06-08 00:02:16 +0200 (Thu, 08 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-2003-02-02 Sunday 00:29  sam
+* configure.ac: libpostproc detection was more broken than I thought.
 
-   * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
-     to come.
+------------------------------------------------------------------------
+r15836 | gbazin | 2006-06-07 23:42:21 +0200 (Wed, 07 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-2003-02-02 Sunday 00:05  sam
+* configure.ac: fix typo in ffmpeg's libpostproc detection.
 
-   * ./NEWS: a few updates (translations, mozilla plugin).
+------------------------------------------------------------------------
+r15835 | littlejohn | 2006-06-07 17:20:08 +0200 (Wed, 07 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/bindings/java/FAQ
+   M /trunk/bindings/java/README
+   A /trunk/bindings/java/THANKS
 
-2003-02-01 Saturday 23:46  massiot
+Suggest to check/set JAVA_HOME if compilation fails
 
- * modules/gui/macosx/*: Fixed localization bugs
- * po/fr.po: Updated French translation
- * extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0
 
-2003-02-01 Saturday 23:41  yves
+------------------------------------------------------------------------
+r15834 | courmisch | 2006-06-07 16:22:15 +0200 (Wed, 07 Jun 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
 
- - ready for general 0.5.0 consumption
- - activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin
- - more wxwindow stuff.
- - fixes here and here.
- - added more doc files like NEWS, THANKS etc.
- - still lacking mozilla plugin :(
+Remove experimental flag from libtool.
+Several people use it and nobody complain it was broken.
+Besides, some stuff seem not to work without it.
 
-2003-02-01 Saturday 23:39  sam
+------------------------------------------------------------------------
+r15833 | fkuehne | 2006-06-07 15:25:23 +0200 (Wed, 07 Jun 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
 
-   * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
-     instead of VLC_Create(), so that its strings are translated (was #92).
+* ugly compilation fix for ffmpeg on PPC-GCC 4.0.0
+------------------------------------------------------------------------
+r15832 | hartman | 2006-06-07 13:33:30 +0200 (Wed, 07 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
 
-2003-02-01 Saturday 23:28  sigmunau
+* fortune
 
-  NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
- with embedded wmp
+------------------------------------------------------------------------
+r15831 | yoann | 2006-06-06 22:46:03 +0200 (Tue, 06 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
 
-2003-02-01 Saturday 23:15  sam
+* use Play icon for play-only hotkey
 
-   * ./AUTHORS: added Garf and updated entries.
+------------------------------------------------------------------------
+r15830 | hartman | 2006-06-06 22:44:28 +0200 (Tue, 06 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/m3u.c
 
-2003-02-01 Saturday 23:08  sam
+* blegh fprintf
 
-   * ./INSTALL.libmad: removed that file; if one does not know how to build
-     and install a library, he'd better not fiddle with VLC.
+------------------------------------------------------------------------
+r15829 | yoann | 2006-06-06 20:34:42 +0200 (Tue, 06 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
 
-2003-02-01 Saturday 22:21  ipkiss
+* try to fix the pause-only hotkey
+  this needs to be tested
 
-  * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)
-  * modules/gui/win32/menu.cpp: removed some ^M chars
+------------------------------------------------------------------------
+r15827 | littlejohn | 2006-06-06 14:51:36 +0200 (Tue, 06 Jun 2006) | 3 lines
+Changed paths:
+   A /trunk/bindings/java/org/videolan/jvlc/Status.java
 
-2003-02-01 Saturday 22:03  babal
+Ops.. i did it again
 
- - Win32 preference dialog box
 
-2003-02-01 Saturday 21:39  ipkiss
+------------------------------------------------------------------------
+r15826 | littlejohn | 2006-06-06 13:35:28 +0200 (Tue, 06 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/video.c
 
-  * Win32 port
+one more object release in video.c
 
-2003-02-01 Saturday 21:24  titer
 
-  BeOS news.
+------------------------------------------------------------------------
+r15825 | littlejohn | 2006-06-06 13:31:55 +0200 (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
 
-2003-02-01 Saturday 21:23  sam
+Java bindings update:
 
-   * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
-     woody specific builds. Will fill them in a moment.
+* more synchronization with playlist and input threads
+* new libvlc functions binded
 
-2003-02-01 Saturday 21:20  massiot
 
- Tarkin, Tremor and Theora are only available when compiling from sources.
+------------------------------------------------------------------------
+r15824 | littlejohn | 2006-06-06 13:17:52 +0200 (Tue, 06 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/input.c
+   M /trunk/src/control/video.c
 
-2003-02-01 Saturday 21:10  massiot
+libvlc compile warnings resolved 
 
- Forgot Tremor.
 
-2003-02-01 Saturday 21:04  jpsaman
+------------------------------------------------------------------------
+r15823 | thresh | 2006-06-06 13:07:40 +0200 (Tue, 06 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences.cpp
 
- Checking in packageing files.
+compile fix
 
-2003-02-01 Saturday 20:59  jpsaman
+------------------------------------------------------------------------
+r15822 | md | 2006-06-06 10:47:00 +0200 (Tue, 06 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
 
- Updated for iPaq port
+make --sout-ts-alignment default enabled (refs: #669)
 
-2003-02-01 Saturday 20:34  massiot
+------------------------------------------------------------------------
+r15821 | littlejohn | 2006-06-05 20:23:56 +0200 (Mon, 05 Jun 2006) | 5 lines
+Changed paths:
+   M /trunk/src/control/input.c
+   M /trunk/src/control/video.c
 
- * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
- * Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
- * src/misc/darwin_specific.m: more generic language detection
- * NEWS: summarized changes from 0.4.6 to 0.5.0
+libvlc input and video update:
+* video.c: added 1 release object in GetVout
+* input.c: added libvlc_get_input_thread helper
 
-2003-02-01 Saturday 19:04  sam
 
-   * ./po/it.po: a few corrections.
+------------------------------------------------------------------------
+r15820 | zorglub | 2006-06-05 18:05:34 +0200 (Mon, 05 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/tree.c
 
-2003-02-01 Saturday 18:54  sam
+Fix playlist crash on quit
 
-   * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable.
-   * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c,
-     ./modules/video_output/x11/xvideo.c: removed the drawable configuration
-     variables which are now deprecated.
+------------------------------------------------------------------------
+r15819 | littlejohn | 2006-06-05 18:01:35 +0200 (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
 
-2003-02-01 Saturday 18:53  sam
+if --enable-java-bindings then check a javac exists
 
-   * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be
-     detached before being destroyed.
 
-2003-02-01 Saturday 18:41  sam
+------------------------------------------------------------------------
+r15818 | littlejohn | 2006-06-05 18:00:27 +0200 (Mon, 05 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/input.c
+   M /trunk/src/control/video.c
 
-   * ./NEWS: added an empty NEWS file.
-   * ./bootstrap: now that we have the NEWS file, --foreign is no longer
-     required when calling automake.
+libvlc: Vout object now released when needed
 
-2003-02-01 Saturday 16:33  massiot
 
- Updated Italian translation courtesy of Bruno Vella.
+------------------------------------------------------------------------
+r15817 | littlejohn | 2006-06-05 17:06:45 +0200 (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
 
-2003-02-01 Saturday 16:20  massiot
+libvlc enhanced:
+* video height/width retrieval
+* input playing status check
 
- sam p0\/\/3r !
 
-2003-02-01 Saturday 12:01  stippi
+------------------------------------------------------------------------
+r15816 | xtophe | 2006-06-05 15:43:48 +0200 (Mon, 05 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/NEWS
 
- Changes done since Feb 28 2003:
+* Work around automake stupid test
+* Add notify plugin
 
-2003-02-01 Saturday 11:48  alexis
+------------------------------------------------------------------------
+r15815 | xtophe | 2006-06-04 23:50:01 +0200 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
- * common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output
- * faq/Makefile: added PS/PDF/RTF targets
- * faq/faq.sgml: SGML enhancements and few modifications
+Libpostproc moved.
 
-2003-02-01 Saturday 09:40  babal
+------------------------------------------------------------------------
+r15814 | djc | 2006-06-04 22:53:54 +0200 (Sun, 04 Jun 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/growl.c
 
- - fixed a compilation issue with C compilers
+OBJECT_INPUT->OBJECT_PLAYLIST
+Thanks to xtophe
 
-2003-02-01 Saturday 01:21  fenrir
+------------------------------------------------------------------------
+r15813 | littlejohn | 2006-06-04 21:26:55 +0200 (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
 
-  * asf : trying to fix pts handling.
+* added video height/width getters in libvlc
+* libvlc playlist play uses locking
+
+
+------------------------------------------------------------------------
+r15812 | courmisch | 2006-06-04 20:43:05 +0200 (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 20:32:14 +0200 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc-config.in.in
+
+Remove spurious warning
+
+------------------------------------------------------------------------
+r15810 | courmisch | 2006-06-04 20:09:30 +0200 (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 20:05:00 +0200 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Another PIC fix
+
+------------------------------------------------------------------------
+r15808 | courmisch | 2006-06-04 19:35:56 +0200 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc-config.in.in
+
+Remove PIC stuff too
+
+------------------------------------------------------------------------
+r15807 | courmisch | 2006-06-04 19:07:19 +0200 (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 17:30:18 +0200 (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 16:17:46 +0200 (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 16:03:54 +0200 (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 15:55:41 +0200 (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 11:00:36 +0200 (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 10:13:00 +0200 (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-04 02:13:40 +0200 (Sun, 04 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-04 02:10:01 +0200 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+.
+
+------------------------------------------------------------------------
+r15798 | ipkiss | 2006-06-04 02:00:34 +0200 (Sun, 04 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * dos/skins/skins2-howto.xml: Small precision
+
+------------------------------------------------------------------------
+r15797 | ipkiss | 2006-06-04 01:57:40 +0200 (Sun, 04 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-04 00:27:19 +0200 (Sun, 04 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 23:44:25 +0200 (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 20:03:40 +0200 (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 14:15:03 +0200 (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 12:45:32 +0200 (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-03 00:56:38 +0200 (Sat, 03 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+Fix Stream title. Patch by Diego "Flameeyes" Petteno
+
+------------------------------------------------------------------------
+r15790 | xtophe | 2006-06-03 00:22:01 +0200 (Sat, 03 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 22:20:21 +0200 (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 21:24:36 +0200 (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 20:41:31 +0200 (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 15:22:58 +0200 (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 13:27:30 +0200 (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-02 08:06:38 +0200 (Fri, 02 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
+
+Todo for prefs widgets
+
+------------------------------------------------------------------------
+r15783 | zorglub | 2006-06-02 08:05:11 +0200 (Fri, 02 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Typo. Thanks to radius on the forum
+
+------------------------------------------------------------------------
+r15782 | damienf | 2006-06-02 01:22:54 +0200 (Fri, 02 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
 
-2003-01-31 Friday 22:35  sam
+- 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
 
-   * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files.
+------------------------------------------------------------------------
+r15781 | xtophe | 2006-06-01 23:28:12 +0200 (Thu, 01 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/video.cpp
 
-2003-01-31 Friday 22:34  sam
+Don't lock the mutex twice
 
-   * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't
-     kept up to date (and almost everything advertised in it was done).
+------------------------------------------------------------------------
+r15780 | zorglub | 2006-06-01 22:42:03 +0200 (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 16:46:26 +0200 (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 15:10:28 +0200 (Thu, 01 Jun 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+caca.c: compile fix
+
+------------------------------------------------------------------------
+r15777 | sam | 2006-06-01 12:34:32 +0200 (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 11:57:01 +0200 (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 11:53:36 +0200 (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-06-01 01:12:09 +0200 (Thu, 01 Jun 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 23:48:31 +0200 (Wed, 31 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/input_manager.cpp
+
+Don't crash
+
+------------------------------------------------------------------------
+r15772 | xtophe | 2006-05-31 23:45:06 +0200 (Wed, 31 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/qt4.cpp
+
+Add a qt shortcut
+
+------------------------------------------------------------------------
+r15771 | xtophe | 2006-05-31 23:34:01 +0200 (Wed, 31 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+[15729] breaks binary compatibility
+
+------------------------------------------------------------------------
+r15770 | zorglub | 2006-05-31 23:24:58 +0200 (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 23:04:26 +0200 (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 22:40:54 +0200 (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 21:57:34 +0200 (Tue, 30 May 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+Typo corretion. Thanks to tango_ on IRC :)
+
+------------------------------------------------------------------------
+r15766 | zorglub | 2006-05-30 21:17:33 +0200 (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-30 08:20:06 +0200 (Tue, 30 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 22:08:14 +0200 (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 20:58:58 +0200 (Mon, 29 May 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+
+Added Diego Petteno to THANKS file.
+------------------------------------------------------------------------
+r15762 | jpsaman | 2006-05-29 20:57:20 +0200 (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 20:46:09 +0200 (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 19:28:15 +0200 (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 15:23:48 +0200 (Mon, 29 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/qt4/Modules.am
+
+Fix a typo
+
+------------------------------------------------------------------------
+r15758 | zorglub | 2006-05-29 08:07:36 +0200 (Mon, 29 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 18:26:13 +0200 (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 15:18:21 +0200 (Sun, 28 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+Fix
+
+------------------------------------------------------------------------
+r15755 | zorglub | 2006-05-28 14:04:19 +0200 (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-28 01:12:26 +0200 (Sun, 28 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-28 01:10:52 +0200 (Sun, 28 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 19:40:15 +0200 (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 19:00:27 +0200 (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 14:49:06 +0200 (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 13:12:22 +0200 (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 13:09:56 +0200 (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 13:08:56 +0200 (Sat, 27 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+Here too
+
+------------------------------------------------------------------------
+r15746 | zorglub | 2006-05-27 13:08:39 +0200 (Sat, 27 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
+
+Re-enable PLAYLIST_GO
+
+------------------------------------------------------------------------
+r15745 | Trax | 2006-05-27 13:07:31 +0200 (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 21:43:32 +0200 (Fri, 26 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+s/cvs/svn for ffmpeg
+
+------------------------------------------------------------------------
+r15743 | xtophe | 2006-05-26 21:00:36 +0200 (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-26 07:41:42 +0200 (Fri, 26 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-26 00:16:27 +0200 (Fri, 26 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 23:44:11 +0200 (Thu, 25 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+* meta fixes
+------------------------------------------------------------------------
+r15738 | zorglub | 2006-05-25 21:58:32 +0200 (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 21:38:45 +0200 (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 20:34:32 +0200 (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 20:27:39 +0200 (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 17:26:51 +0200 (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 16:59:57 +0200 (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 16:52:17 +0200 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+
+Spell fix
+
+------------------------------------------------------------------------
+r15731 | zorglub | 2006-05-25 16:43:53 +0200 (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 16:40:20 +0200 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+
+* Fix id3tag new meta
+
+------------------------------------------------------------------------
+r15729 | zorglub | 2006-05-25 16:24:17 +0200 (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 15:58:28 +0200 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
+
+Sanity checks
+
+------------------------------------------------------------------------
+r15727 | zorglub | 2006-05-25 15:45:33 +0200 (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 15:19:44 +0200 (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 15:04:51 +0200 (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 13:45:32 +0200 (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 12:51:17 +0200 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/mtime.c
+
+Fix overflows
+
+------------------------------------------------------------------------
+r15722 | zorglub | 2006-05-25 12:11:06 +0200 (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 11:54:35 +0200 (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 11:52:57 +0200 (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 11:20:03 +0200 (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 11:19:25 +0200 (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 11:04:19 +0200 (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 10:55:05 +0200 (Thu, 25 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/id3tag.c
+
+Fix m3u unhandled meta
+
+------------------------------------------------------------------------
+r15713 | courmisch | 2006-05-24 22:39:21 +0200 (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 21:35:31 +0200 (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-24 01:05:34 +0200 (Wed, 24 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: Forgot this one.
+
+------------------------------------------------------------------------
+r15710 | Trax | 2006-05-22 23:34:50 +0200 (Mon, 22 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+proper subme integer range
+------------------------------------------------------------------------
+r15709 | xtophe | 2006-05-22 22:06:40 +0200 (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 17:45:01 +0200 (Mon, 22 May 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* fixed a typo
+------------------------------------------------------------------------
+r15707 | xtophe | 2006-05-22 11:42:08 +0200 (Mon, 22 May 2006) | 3 lines
+Changed paths:
+   M /trunk/INSTALL.win32
+
+s/livedotcom/live555
+
+
+------------------------------------------------------------------------
+r15706 | xtophe | 2006-05-22 10:53:17 +0200 (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-22 00:17:25 +0200 (Mon, 22 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+* control/hotkeys.c: Fix Play/Pause hotkey
+
+------------------------------------------------------------------------
+r15704 | dionoea | 2006-05-22 00:01:14 +0200 (Mon, 22 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 23:39:34 +0200 (Sun, 21 May 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Update
+
+------------------------------------------------------------------------
+r15702 | xtophe | 2006-05-21 23:20:06 +0200 (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 23:17:52 +0200 (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 22:00:27 +0200 (Sun, 21 May 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* Fix hal detection
+
+
+------------------------------------------------------------------------
+r15699 | xtophe | 2006-05-21 19:31:06 +0200 (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 15:38:04 +0200 (Sat, 20 May 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* HAL / DBUS / GnomeVFS aren't linux only
+
+
+------------------------------------------------------------------------
+r15697 | courmisch | 2006-05-20 15:17:00 +0200 (Sat, 20 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/libasf.c
+
+Add missing const qualifier
+
+------------------------------------------------------------------------
+r15696 | courmisch | 2006-05-20 15:16:46 +0200 (Sat, 20 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+missing #include
+
+------------------------------------------------------------------------
+r15695 | jpsaman | 2006-05-20 15:10:30 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+
+Use correct datatype in srtncasecmp
+------------------------------------------------------------------------
+r15694 | jpsaman | 2006-05-20 15:05:21 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+Use correct datatype
+------------------------------------------------------------------------
+r15693 | jpsaman | 2006-05-20 14:55:15 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+Use correct types
+------------------------------------------------------------------------
+r15692 | jpsaman | 2006-05-20 13:46:26 +0200 (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 13:45:33 +0200 (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 13:43:35 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/rtsp/rtsp.c
+
+Compare the right datatypes
+------------------------------------------------------------------------
+r15689 | jpsaman | 2006-05-20 13:42:40 +0200 (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 13:41:26 +0200 (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 13:41:08 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/playlist/b4s.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15686 | jpsaman | 2006-05-20 13:40:50 +0200 (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 13:40:35 +0200 (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 13:40:15 +0200 (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 13:39:53 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15682 | jpsaman | 2006-05-20 13:39:32 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15681 | jpsaman | 2006-05-20 13:39:19 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15680 | jpsaman | 2006-05-20 13:38:50 +0200 (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 13:38:26 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Remove unused variables
+------------------------------------------------------------------------
+r15678 | jpsaman | 2006-05-20 13:38:04 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Compiler warning
+------------------------------------------------------------------------
+r15677 | jpsaman | 2006-05-20 13:37:41 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/playlist/thread.c
+
+Add missing vlc_es.h
+------------------------------------------------------------------------
+r15676 | jpsaman | 2006-05-20 13:37:26 +0200 (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 13:37:01 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Compiler warnings
+------------------------------------------------------------------------
+r15674 | jpsaman | 2006-05-20 13:36:38 +0200 (Sat, 20 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Compiler warnings
+------------------------------------------------------------------------
+r15673 | jpsaman | 2006-05-20 12:16:21 +0200 (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 12:00:39 +0200 (Fri, 19 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/mosaic.c
+
+gcc 2.95 compile fix
+
+------------------------------------------------------------------------
+r15669 | xtophe | 2006-05-19 01:00:48 +0200 (Fri, 19 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-19 00:01:31 +0200 (Fri, 19 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 19:50:19 +0200 (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 21:38:53 +0200 (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 13:17:31 +0200 (Wed, 17 May 2006) | 1 line
+Changed paths:
+   M /trunk/po/Makefile.in.in
+
+Fix po/Makefile.in.in
+------------------------------------------------------------------------
+r15661 | zorglub | 2006-05-17 08:04:37 +0200 (Wed, 17 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Forgot to change the deletion function
+
+------------------------------------------------------------------------
+r15660 | yoann | 2006-05-17 04:59:48 +0200 (Wed, 17 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-17 04:31:30 +0200 (Wed, 17 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-17 01:40:52 +0200 (Wed, 17 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix mozilla and xpidl detection
+
+------------------------------------------------------------------------
+r15657 | hartman | 2006-05-17 00:29:39 +0200 (Wed, 17 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 21:25:18 +0200 (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 21:22:02 +0200 (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 20:23:37 +0200 (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 20:09:47 +0200 (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 18:45:57 +0200 (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 18:04:06 +0200 (Tue, 16 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/control/telnet.c
+
+coding style fix
+------------------------------------------------------------------------
+r15650 | jpsaman | 2006-05-16 18:02:56 +0200 (Tue, 16 May 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/dv.c
+
+Fix potential segmentation fault
+------------------------------------------------------------------------
+r15649 | jpsaman | 2006-05-16 18:01:59 +0200 (Tue, 16 May 2006) | 1 line
+Changed paths:
+   M /trunk/po/Makefile.in.in
+
+Fix po installation
+------------------------------------------------------------------------
+r15648 | jpsaman | 2006-05-16 18:01:01 +0200 (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 22:08:30 +0200 (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 16:47:23 +0200 (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 14:50:39 +0200 (Mon, 15 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/win32_specific.c
+
+Last fix for win32 ?
+
+------------------------------------------------------------------------
+r15644 | zorglub | 2006-05-15 14:28:44 +0200 (Mon, 15 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/xosd.c
+
+Should fix Xosd compilation
+
+------------------------------------------------------------------------
+r15643 | zorglub | 2006-05-15 14:26:49 +0200 (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 14:07:26 +0200 (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 11:37:08 +0200 (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-15 07:57:19 +0200 (Mon, 15 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-15 00:16:59 +0200 (Mon, 15 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 23:57:37 +0200 (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 23:51:37 +0200 (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 23:43:22 +0200 (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 23:10:07 +0200 (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 22:40:23 +0200 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+
+Fix ffmpeg linking
+
+------------------------------------------------------------------------
+r15633 | zorglub | 2006-05-14 21:52:42 +0200 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/shout.c
+
+Fix shout compile
+
+------------------------------------------------------------------------
+r15632 | zorglub | 2006-05-14 20:49:50 +0200 (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 20:44:21 +0200 (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 20:30:19 +0200 (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 20:29:00 +0200 (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 20:17:14 +0200 (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 17:27:30 +0200 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Remove non breakable space
+
+------------------------------------------------------------------------
+r15626 | asmax | 2006-05-14 17:21:25 +0200 (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 16:59:12 +0200 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/test/mangle/mangle.py
+
+Be more resilient
+
+------------------------------------------------------------------------
+r15622 | fkuehne | 2006-05-14 16:44:12 +0200 (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 16:36:08 +0200 (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 15:20:04 +0200 (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 15:07:29 +0200 (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 15:06:09 +0200 (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 15:04:48 +0200 (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 14:41:40 +0200 (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 13:57:58 +0200 (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 13:56:38 +0200 (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 13:41:55 +0200 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+toolbox: remove debian and woody references
+
+------------------------------------------------------------------------
+r15608 | courmisch | 2006-05-14 09:01:20 +0200 (Sun, 14 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+== -> =
+
+------------------------------------------------------------------------
+r15607 | dionoea | 2006-05-14 01:16:24 +0200 (Sun, 14 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 23:49:16 +0200 (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 23:22:27 +0200 (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 23:01:05 +0200 (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 22:56:03 +0200 (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 22:22:20 +0200 (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 22:15:00 +0200 (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 22:07:33 +0200 (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 19:54:21 +0200 (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 19:09:21 +0200 (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 13:42:20 +0200 (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 21:26:48 +0200 (Fri, 12 May 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Fix uninstaller (i hope)
+
+------------------------------------------------------------------------
+r15594 | fkuehne | 2006-05-12 19:54:28 +0200 (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 18:27:35 +0200 (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-12 01:02:56 +0200 (Fri, 12 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 23:46:51 +0200 (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 20:56:20 +0200 (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 23:47:22 +0200 (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 23:13:35 +0200 (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 15:30:19 +0200 (Wed, 10 May 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/vlm.c
+
+Readability change
+------------------------------------------------------------------------
+r15584 | jpsaman | 2006-05-10 14:40:41 +0200 (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 12:56:31 +0200 (Wed, 10 May 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+install vlc.desktop at the good place
+
+------------------------------------------------------------------------
+r15582 | xtophe | 2006-05-10 00:49:36 +0200 (Wed, 10 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Typo
+
+------------------------------------------------------------------------
+r15581 | xtophe | 2006-05-10 00:41:16 +0200 (Wed, 10 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 23:21:50 +0200 (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 22:42:28 +0200 (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 16:39:12 +0200 (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 09:52:31 +0200 (Tue, 09 May 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc/libvlc.h
 
-2003-01-31 Friday 18:53  lool
+Playlist item deletion added in libvlc.h for external programs use.
 
-   * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam)
 
-2003-01-31 Friday 16:56  sam
+------------------------------------------------------------------------
+r15576 | damienf | 2006-05-09 01:39:44 +0200 (Tue, 09 May 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/mozilla/Makefile.am
 
-   * ./configure.ac.in: I was told some versions of mingw32 support neither
-     -mms-bitfields nor -fnative-struct.
+- 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)
 
-2003-01-31 Friday 15:24  zorglub
 
- * doc/faq/Makefile: added "text" and "clean" targets.
- * doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice.
- * doc/faq/faq.sgml: Fixed build issues, improved the SGML translation.
- * doc/faq/fdl.sgml: text of the FSF Free Documentation License.
+------------------------------------------------------------------------
+r15575 | xtophe | 2006-05-09 00:48:36 +0200 (Tue, 09 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)
 
-2003-01-31 Friday 13:52  sam
+Dig up .desktop from removed debian folder. Thanks to Flameeyes for noticing.
 
-   * ./src/libvlc.c: strings in the main module are now translated (fixes: #92).
+------------------------------------------------------------------------
+r15574 | xtophe | 2006-05-08 23:51:52 +0200 (Mon, 08 May 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
 
-2003-01-31 Friday 11:38  sam
+suppress reference to debian/
 
-   * ./po/de.po: full german translation, courtesy of Felix Kühne.
+------------------------------------------------------------------------
+r15573 | xtophe | 2006-05-08 22:59:52 +0200 (Mon, 08 May 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL
+   D /trunk/debian
 
-2003-01-31 Friday 11:23  massiot
+The Debian packaging data have been moved to svn.v.o/pkg-multimedia
 
- Fixed a major bug of people who like to declare vars "unsigned int"
- when they can be -1 :p (why haven't we spotted that before ??).
- Closes #152.
+------------------------------------------------------------------------
+r15572 | xtophe | 2006-05-08 22:20:13 +0200 (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
 
-2003-01-31 Friday 10:54  sam
+* : svn:keywords
 
-   * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen
-     while there was no input (Closes: #153).
+------------------------------------------------------------------------
+r15571 | damienf | 2006-05-08 11:46:51 +0200 (Mon, 08 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/wav.c
 
-2003-01-31 Friday 10:51  sam
+wav.c: added 'mlaw' fourcc, same as 'ulaw'
 
-   * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the
-     Audio and Subtitles submenus into the Audio and Video menus.
+------------------------------------------------------------------------
+r15570 | dionoea | 2006-05-08 00:48:27 +0200 (Mon, 08 May 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
 
-2003-01-31 Friday 10:14  sam
+Don't put --intf wx in the desktop VLC shortcut
 
-   * ./src/audio_output/mixer.c: minor cosmetic fix in output message.
+------------------------------------------------------------------------
+r15568 | dionoea | 2006-05-07 22:51:23 +0200 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/menus.cpp
 
-2003-01-31 Friday 09:51  sam
+Crash fix. Thanks to _steven_ on IRC
 
-   * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized
-     variables.
+------------------------------------------------------------------------
+r15567 | xtophe | 2006-05-07 18:53:18 +0200 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
 
-2003-01-31 Friday 09:48  sam
+interactions.*: button order (fix #470)
 
-   * ./configure.ac.in: complain when ALSA headers are not found but
-     --enable-alsa was specified.
+------------------------------------------------------------------------
+r15566 | ipkiss | 2006-05-07 18:02:49 +0200 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
 
-2003-01-31 Friday 06:45  titer
+ * modules/gui/wxwidgets/dialogs/subtitles.cpp: Bigger range for the subtitles delay (useful when a movie is split in 2 files...)
 
-  Minor GUI fixes
+------------------------------------------------------------------------
+r15565 | courmisch | 2006-05-07 18:01:07 +0200 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/acl.c
 
-2003-01-31 Friday 02:53  jlj
+ACL_* documentation
 
-   * ./modules/gui/macosx: Defeated some deadlocks.
-                           World domination ... is at hand.
+------------------------------------------------------------------------
+r15564 | courmisch | 2006-05-07 17:50:09 +0200 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
 
-2003-01-30 Thursday 21:35  babal
+Compile fix
 
- - fixed a segfault occuring when the preference dialog box was destroyed
+------------------------------------------------------------------------
+r15563 | xtophe | 2006-05-07 17:41:37 +0200 (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
 
-2003-01-30 Thursday 20:59  sam
+wx/dilaogs/ : Fix button alignment in dialogs (refs #470)
 
-   * ./src/misc/configuration.c: when an invalid short option is found, use
-     the optopt variable instead of the current value of optind (Closes: #148).
+------------------------------------------------------------------------
+r15562 | xtophe | 2006-05-07 13:44:53 +0200 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Forward-port [15539]
 
-2003-01-30 Thursday 19:14  gbazin
+------------------------------------------------------------------------
+r15561 | zorglub | 2006-05-07 10:51:34 +0200 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+   M /trunk/src/interface/interface.c
 
- * src/video_output/video_output.c: we were still using free instead of
-    vout_DestroySubPicture in one place.
- * modules/codec/spudec/parse.c: we now make sure we don't add several times
-    the same highlight callback.
+Forward-port and adapt [15500]
 
-2003-01-30 Thursday 18:07  lool
+------------------------------------------------------------------------
+r15560 | dionoea | 2006-05-07 00:50:11 +0200 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
 
-   * converted FAQ to SGML
-   * SGML sucks, this is absolutely ugly, please reread
+Add 'GENRE' to the list of vlc_get_meta language independent wrappers.
 
-2003-01-30 Thursday 16:36  gbazin
+------------------------------------------------------------------------
+r15559 | xtophe | 2006-05-07 00:39:02 +0200 (Sun, 07 May 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
 
- * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
-    race condition between spudec and vout. This patch may not be all that
-    nice because it does a lot of vlc_object_find() but it is the only
-    solution I've been able to come-up with.
-    Oh and I didn't fix the memory leak caused by the font when using text
-    subtitles. If the vout changes while the spudec is running then we don't
-    unload this font.
+We release ;)
 
-2003-01-30 Thursday 15:46  hartman
+------------------------------------------------------------------------
+r15553 | dionoea | 2006-05-06 13:50:58 +0200 (Sat, 06 May 2006) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
 
- * modules/gui/macosx/intf.m
-   - fixed a warning about parentheses
+Update ChangeLog
 
-2003-01-30 Thursday 15:39  hartman
+------------------------------------------------------------------------
+r15550 | damienf | 2006-05-06 12:36:58 +0200 (Sat, 06 May 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
 
- * ./modules/gui/macosx/intf.m:
-   - we close the video window after a video is done playing.
+vlc.win32.nsi.in: i need holidays
 
-2003-01-30 Thursday 12:38  gbazin
+------------------------------------------------------------------------
+r15549 | littlejohn | 2006-05-06 12:04:34 +0200 (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
 
- * src/video_output/vout_subpictures.c: fixed a few race conditions that
-    were triggered by the dvdplay plugin.
+Java bindings updated to latest jvlc version.
+SWT components removed until we are able to configure and check for swt-*.jar
+presence.
 
-2003-01-30 Thursday 10:44  massiot
 
- Keep -O2 in --disable-optimizations mode, cause it can't harm...
 
-2003-01-30 Thursday 02:16  gbazin
+------------------------------------------------------------------------
+r15548 | damienf | 2006-05-06 01:41:55 +0200 (Sat, 06 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/vlc.win32.nsi.in
 
- * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in
-     PictureDisplayExtension(). This does also fix problems with the dvdplay
-     plugin and menus with still pictures.
+- vlc.win32.nsi.in: second attempt
 
-2003-01-30 Thursday 00:39  massiot
+------------------------------------------------------------------------
+r15547 | damienf | 2006-05-06 01:09:43 +0200 (Sat, 06 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/vlc.win32.nsi.in
 
- * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension,
- * modules/gui/macosx/intf.m: one of the threads wasn't in real-time
-   priority !!!
- * include/vlc_threads.h: tuned up OS X priorities
+vlc.win32.nsi: libvlc.dll needs be copied into mozilla plugins directory as well.
 
-2003-01-29 Wednesday 21:54  fenrir
+------------------------------------------------------------------------
+r15546 | dionoea | 2006-05-05 22:38:58 +0200 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/services_discovery/shout.c
 
-  * asf : more sanity check for broken files.
+Add "shoutcast" as an alias for "shout".
 
-2003-01-29 Wednesday 18:14  hartman
+------------------------------------------------------------------------
+r15545 | dionoea | 2006-05-05 22:35:43 +0200 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
 
- intf: the slower/faster buttons should not be continious.
- project: the source files were included in the Resources. No more.
+see previous commit
 
-2003-01-29 Wednesday 18:10  sam
+------------------------------------------------------------------------
+r15544 | dionoea | 2006-05-05 22:34:42 +0200 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/video_filter/mosaic.c
 
-   * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
-     the title and chapter dialogs when DVD menus are activated.
+"[PATCH] for changing the mosaic-order in execution time" by Mateus Krepsky Ludwich + a few fixes. Many thanks.
 
-2003-01-29 Wednesday 17:28  gbazin
+------------------------------------------------------------------------
+r15541 | xtophe | 2006-05-05 19:12:15 +0200 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/po/zh_CN.po
 
- * modules/gui/gtk/*: changed the disc open dialog to allow for title and
-    chapter 0. When title or chapter 0 are selected, they do not appear in
-    the MRL.
+Update chinese l10n by  Wei Mingzhi
 
-2003-01-29 Wednesday 17:07  massiot
+------------------------------------------------------------------------
+r15538 | courmisch | 2006-05-05 17:49:54 +0200 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
 
- New nl translation, courtesy of dj hartman.
+We need to include "config.h" somehow before we can use the HAVE_* defines
 
-2003-01-29 Wednesday 15:55  sam
+------------------------------------------------------------------------
+r15537 | xtophe | 2006-05-05 14:02:55 +0200 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-   * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization
-     in case the input dies before we even spawned our dvdplay interface
-     (Closes: #141).
+Hope it really fix it
 
-2003-01-29 Wednesday 15:15  sam
+------------------------------------------------------------------------
+r15536 | xtophe | 2006-05-05 00:36:31 +0200 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-   * ./po/ja.po: updated japanese translations, courtesy of KKI.
+Fix.
 
-2003-01-29 Wednesday 14:03  gbazin
+------------------------------------------------------------------------
+r15535 | xtophe | 2006-05-05 00:00:42 +0200 (Fri, 05 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
- * include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals
-     THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me.
+configure.ac: test a bit more for contribs
 
-2003-01-29 Wednesday 12:59  gbazin
+------------------------------------------------------------------------
+r15534 | damienf | 2006-05-04 23:58:37 +0200 (Thu, 04 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
 
- * modules/demux/ogg.c: bug fix when switching between vorbis channels.
+libvlc.c: removed debug
 
-2003-01-29 Wednesday 11:41  jlj
+------------------------------------------------------------------------
+r15532 | dionoea | 2006-05-04 23:25:07 +0200 (Thu, 04 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
 
-   * ./modules/gui/macosx/controls.m: fixed bug in my previous commit.
+Add undocummented comments to help. Thanks to pieroxy ( http://forum.videolan.org/viewtopic.php?t=19603 )
 
-2003-01-29 Wednesday 11:34  jlj
+------------------------------------------------------------------------
+r15530 | dionoea | 2006-05-02 22:17:33 +0200 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
 
-  * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty
-  * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input
-                        and using p_playlist->p_input instead.
+This should now at least compile
 
-2003-01-29 Wednesday 11:17  gbazin
+------------------------------------------------------------------------
+r15528 | bigben | 2006-05-02 22:07:59 +0200 (Tue, 02 May 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/es.c
 
- * modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin
-     (closes #122).
- * modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user
-     settings (closes #122).
+* 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)
 
-2003-01-29 Wednesday 09:54  sam
 
-   * ./modules/audio_output/arts.c: fixed aRts output and removed debug
-     messages that were lying around.
+------------------------------------------------------------------------
+r15527 | dionoea | 2006-05-02 21:54:29 +0200 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
 
-2003-01-29 Wednesday 00:02  titer
+Untested change to support different AMTUNER modes in dshow input (see http://forum.videolan.org/viewtopic.php?t=19814 )
 
-  enabled changing filters on the fly
+------------------------------------------------------------------------
+r15525 | bigben | 2006-05-02 21:20:28 +0200 (Tue, 02 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
 
-2003-01-28 Tuesday 23:55  massiot
+* Really fix the color depth specification
 
- Not sure the buffer was large enough.
 
-2003-01-28 Tuesday 23:38  fenrir
+------------------------------------------------------------------------
+r15524 | courmisch | 2006-05-02 17:23:39 +0200 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-  * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though.
+Hopefully fix linking of the mosaic plugin
 
-2003-01-28 Tuesday 22:52  sam
+------------------------------------------------------------------------
+r15523 | damienf | 2006-05-02 17:13:28 +0200 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/voutqt.m
 
-   * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139).
+voutqt.m: use kYUVSPixelFormat for MacIntel CPUs
 
-2003-01-28 Tuesday 22:03  sam
+------------------------------------------------------------------------
+r15522 | courmisch | 2006-05-02 16:54:32 +0200 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/mozilla/Makefile.am
 
-   * ./src/video_output/video_output.c: don't try to change aspect ratio if it
-     has been overriden by the user (Closes: #79).
-   * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method".
-   * ./modules/*: fixed a few capitalization issues.
+Mozilla libtool fix from Pavlov Konstantin
 
-2003-01-28 Tuesday 21:18  gbazin
+------------------------------------------------------------------------
+r15520 | damienf | 2006-05-02 11:23:06 +0200 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
 
- * modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select
-    title 0 when using the dvdplay plugin (title 0 = menu).
+Makefile.am: fixed EXTRA_DIST for MacOS X plugin
 
-2003-01-28 Tuesday 21:17  fenrir
+------------------------------------------------------------------------
+r15519 | damienf | 2006-05-02 10:50:18 +0200 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-  * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0.
+- added support for 64 bit version of mozilla SDK, thanks to thresh for the patch
 
-2003-01-28 Tuesday 21:08  sam
+------------------------------------------------------------------------
+r15518 | courmisch | 2006-05-02 08:57:46 +0200 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
 
-   * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in
-     DATA_PATH.
-   * ./modules/gui/wxwindows/*.cpp: fixed minor warnings.
+Avoid code duplication
 
-2003-01-28 Tuesday 21:06  sam
+------------------------------------------------------------------------
+r15517 | ipkiss | 2006-05-02 08:50:30 +0200 (Tue, 02 May 2006) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/default/theme.xml
 
-   * ./debian/*: activated the wxwindows plugin.
+ * forwardport of [15426] and [15516]
 
-2003-01-28 Tuesday 20:02  sam
+------------------------------------------------------------------------
+r15515 | fox | 2006-05-02 00:06:57 +0200 (Tue, 02 May 2006) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/gme.cpp
 
-   * ./toolbox: made a few glade-generated strings non-translatable.
-   * ./po/*: fixed spelling errors in pofiles.
+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)).
 
-2003-01-28 Tuesday 17:14  sam
 
-   * ./debian/control: removed versioned dependency on libxosd.
-   * ./debian/rules: added comments here and there.
+------------------------------------------------------------------------
+r15513 | fox | 2006-05-01 23:20:09 +0200 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mod.c
 
-2003-01-28 Tuesday 17:11  sam
+ Use strrchr to extract the file's extension
 
-   * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
-     use "./toolbox --fix-glade" to generate and fix source files.
-   * ./include/vlc_common.h: fixed compilation warnings.
+------------------------------------------------------------------------
+r15512 | dionoea | 2006-05-01 21:13:45 +0200 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
 
-2003-01-28 Tuesday 16:57  sam
+Win95/98/Me file opening and stat "fix". Thanks to Quovodis for the help (even though we finaly came back to an easy solution).
 
-   * ALL: fixes for various compilation warnings and spelling errors.
+------------------------------------------------------------------------
+r15511 | courmisch | 2006-05-01 17:18:01 +0200 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
 
-2003-01-28 Tuesday 16:52  sam
+- Save one malloc()
+- Return NULL in case of error
 
-   * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of
-     libxosd.
+------------------------------------------------------------------------
+r15510 | dionoea | 2006-05-01 16:47:24 +0200 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
 
-2003-01-28 Tuesday 16:47  hartman
+Hum
 
- ALL: updated deinterlace to work on the fly. there is a but in vout.m:433
-      jlj will need to fix that.
-      there is no feedback to the interface as of yet
+------------------------------------------------------------------------
+r15509 | dionoea | 2006-05-01 16:25:07 +0200 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
 
-2003-01-28 Tuesday 15:59  hartman
+Add some more debug (this is easier than compiling at home).
 
- * ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack
- * ./README.MacOSX.rtf: updated deinterlace and resize info
+------------------------------------------------------------------------
+r15507 | ipkiss | 2006-05-01 15:28:07 +0200 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
 
-2003-01-28 Tuesday 15:05  massiot
+ * skins2/src/generic_layout.cpp: do not draw on top of the embedded vout when
+   resizing
 
- We are now able to parse :
- dvdread:/Volumes/to@to/VIDEO_TS@1,1
- dvdplay:/Volumes/to@to/VIDEO_TS@1,1
- Closes #77
+------------------------------------------------------------------------
+r15506 | dionoea | 2006-05-01 15:18:11 +0200 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
 
-2003-01-28 Tuesday 14:49  sigmunau
+Fix tabs and add some debug.
 
- fixed another possible crash
+------------------------------------------------------------------------
+r15505 | asmax | 2006-05-01 14:12:03 +0200 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
 
-2003-01-28 Tuesday 14:41  gbazin
+* forward port of [15504]
 
- * modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69)
+------------------------------------------------------------------------
+r15503 | fkuehne | 2006-05-01 13:47:19 +0200 (Mon, 01 May 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
 
-2003-01-28 Tuesday 14:00  fenrir
+* forward-port [15502]
+------------------------------------------------------------------------
+r15501 | damienf | 2006-05-01 12:41:00 +0200 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
 
-  * gtk: fixed 'cannot find file.xpm'.
-  * wxwindows: compilation fix for older wxwindows header.
+- unicode.c: possible fix for UTF8 filename support under WinMe/98/95, needs testing though
 
-2003-01-28 Tuesday 13:07  gbazin
+------------------------------------------------------------------------
+r15498 | zorglub | 2006-05-01 10:34:27 +0200 (Mon, 01 May 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
 
- * src/video_output/video_output.c: oops, fixed a bug I just introduced.
+Forwardport [15492]
 
-2003-01-28 Tuesday 13:03  gbazin
+------------------------------------------------------------------------
+r15494 | zorglub | 2006-05-01 00:34:50 +0200 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
 
- * modules/video_filter/deinterlace/deinterlace.c,
-   modules/video_output/x11/xcommon.c: modified debug messages.
+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.
 
-2003-01-28 Tuesday 12:30  gbazin
+------------------------------------------------------------------------
+r15493 | hartman | 2006-05-01 00:08:18 +0200 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
 
- * src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the
- filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on
- the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object
- variables.
- * modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow
- switching deinterlace modes on the fly.
- * modules/gui/gtk/menu.c: updated the deinterlace menu.
- * include/vlc_common.h: compilation fixes for gtk_main and gnome_main.
+* Fix searching in aggregate mode for the RTSP VoD module. (fixes #655)
+  Pausing is still broken.
 
-2003-01-28 Tuesday 12:23  massiot
+------------------------------------------------------------------------
+r15490 | courmisch | 2006-04-30 23:01:54 +0200 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
 
- Do not show the channels menu when the input stream is mono, closing #117.
+Rah forgot to commit this file
 
-2003-01-28 Tuesday 10:05  titer
+------------------------------------------------------------------------
+r15488 | bigben | 2006-04-30 21:26:25 +0200 (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
 
-  * sanity Lock()s
+* 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...
 
-2003-01-28 Tuesday 08:17  titer
 
-  * beos/* : do not forgot to destroy the Messages window, so vlc does
-             lock when exiting
-  * missing cvsignores
+------------------------------------------------------------------------
+r15487 | dionoea | 2006-04-30 21:16:39 +0200 (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 19:51:34 +0200 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
+
+Fix segfault
+
+------------------------------------------------------------------------
+r15478 | damienf | 2006-04-30 19:40:34 +0200 (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 19:40:03 +0200 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+
+Ditto
+
+------------------------------------------------------------------------
+r15476 | zorglub | 2006-04-30 19:39:28 +0200 (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 19:36:48 +0200 (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 19:19:29 +0200 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Also set SO_REUSEADDR here
+
+------------------------------------------------------------------------
+r15473 | courmisch | 2006-04-30 19:16:32 +0200 (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 19:12:50 +0200 (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 18:54:32 +0200 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix memleak
+
+------------------------------------------------------------------------
+r15467 | dionoea | 2006-04-30 18:37:30 +0200 (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 18:31:38 +0200 (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 18:08:32 +0200 (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 17:39:19 +0200 (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 17:30:35 +0200 (Sun, 30 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+
+Build fix
+
+------------------------------------------------------------------------
+r15455 | dionoea | 2006-04-30 17:19:24 +0200 (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 16:44:54 +0200 (Sun, 30 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+
+* forward-port [15453]
+------------------------------------------------------------------------
+r15451 | asmax | 2006-04-30 15:44:20 +0200 (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 15:25:32 +0200 (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 15:12:34 +0200 (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 22:48:44 +0200 (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 22:18:21 +0200 (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 20:33:44 +0200 (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 17:56:15 +0200 (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 17:46:36 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
 
-2003-01-28 Tuesday 08:11  yves
+Another overflow
 
- - new video_output/vout_encoder plugin.
- - new demux/a52sys plugin.
+------------------------------------------------------------------------
+r15439 | courmisch | 2006-04-29 17:34:09 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
 
-2003-01-28 Tuesday 03:46  sam
+Fix likely stack buffer overflow
 
-   * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113).
+------------------------------------------------------------------------
+r15438 | courmisch | 2006-04-29 17:15:30 +0200 (Sat, 29 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/control/http/macro.c
 
-2003-01-28 Tuesday 03:11  sam
+- Don't nul-terminate after snprintf(), it does it already
+- Use strlcpy()
 
-   * ./include/vlc_common.h: removed duplicate macro definitions in the gtk
-     and gnome plugins.
+------------------------------------------------------------------------
+r15437 | courmisch | 2006-04-29 17:11:48 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
 
-2003-01-28 Tuesday 02:53  sam
+Clean up
 
-   * ./configure.ac.in: first step in the world domination roadmap, setting
-     the CVS version to -test4.
+------------------------------------------------------------------------
+r15436 | courmisch | 2006-04-29 17:10:39 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
 
-2003-01-28 Tuesday 02:03  sam
+Use strlcpy
 
-   * ./po/*: spelling fixes.
+------------------------------------------------------------------------
+r15434 | courmisch | 2006-04-29 16:38:39 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
 
-2003-01-28 Tuesday 01:50  hartman
+Also use strlcpy()
 
- ALL: the next and previous buttons first work through the chapters. Only
-      then they turn to the playlist.
+------------------------------------------------------------------------
+r15433 | courmisch | 2006-04-29 16:34:50 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/getaddrinfo.c
+   M /trunk/src/stream_output/sap.c
 
-2003-01-28 Tuesday 00:22  sam
+Use strlcpy()
 
-   * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins.
+------------------------------------------------------------------------
+r15432 | courmisch | 2006-04-29 16:30:49 +0200 (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
 
-2003-01-27 Monday 23:48  massiot
+OpenBSDish strlcpy()
 
- Additional check on p_first_byte_to_mix.
+------------------------------------------------------------------------
+r15430 | zorglub | 2006-04-29 16:23:44 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/po/ru.po
 
-2003-01-27 Monday 23:42  sam
+Update ru.po from rosetta
 
-   * ./bootstrap: removed usage of $^ which is not compatible with BSD or
-     Solaris make.
+------------------------------------------------------------------------
+r15429 | zorglub | 2006-04-29 16:23:41 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/include/variables.h
+   M /trunk/include/vlc_messages.h
 
-2003-01-27 Monday 22:50  sam
+Initialize variables
 
-   * ./src/audio_output/output.c: fixed return with a value in function
-     returning void.
+------------------------------------------------------------------------
+r15428 | courmisch | 2006-04-29 16:23:00 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
 
-2003-01-27 Monday 22:42  sam
+Win32 compile fix
 
-   * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it
-     anyway, do not provide our custom version.
+------------------------------------------------------------------------
+r15425 | courmisch | 2006-04-29 16:07:18 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/misc/threads.c
 
-2003-01-27 Monday 21:44  ipkiss
+Remove some unused configure checks
 
-  * Fixed a segfault (closes #132)
+------------------------------------------------------------------------
+r15424 | courmisch | 2006-04-29 15:59:07 +0200 (Sat, 29 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/access/smb.c
 
-2003-01-27 Monday 21:35  jobi
+Nul terminate
 
-     * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile,
-            at least on FreeBSD 5.0
+Might be a better idea to implement strlcpy()
 
-2003-01-27 Monday 17:41  ipkiss
+------------------------------------------------------------------------
+r15422 | courmisch | 2006-04-29 15:55:07 +0200 (Sat, 29 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/file.c
 
-  * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *)
-    instead of a (vlc_list_t); this modification was needed because BCB
-    doesn't like at all when a function (compiled with mingw32) returns
-    a struct...
-  * ALL: modified the files to take this change into account
-  * modules/gui/win32/menu.cpp: enabled the "Add interface" command
+- Use poll() instead of select() so we don't depend on FD_SETSIZE
+- Clean up
 
-2003-01-27 Monday 16:28  fenrir
+------------------------------------------------------------------------
+r15421 | bigben | 2006-04-29 15:53:49 +0200 (Sat, 29 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
 
-  mms: another memory leak
-  avi: comment out a debug statment.
+* Fix for some strange x drivers that return 8 bits screens as first answer when being requested a Truecolor class one
 
-2003-01-27 Monday 10:29  titer
 
-  Disabled DVD menus by default for 0.5.0
+------------------------------------------------------------------------
+r15419 | courmisch | 2006-04-29 15:38:50 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/smb.c
 
-2003-01-27 Monday 01:42  ipkiss
+Use strncpy() rather than strncat() when the destination is empty
 
-  * The space bar is a hotkey for pause/resume.
+------------------------------------------------------------------------
+r15415 | courmisch | 2006-04-29 15:32:36 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
 
-2003-01-27 Monday 00:08  jlj
+Don't use #ifdef + alloca() when we have something simpler
 
-   * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview
-                                     is now updated on panel BecomeKey.
-   * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel.
+------------------------------------------------------------------------
+r15414 | zorglub | 2006-04-29 15:31:39 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/gui/skins2/vars/time.cpp
 
-2003-01-26 Sunday 22:57  gbazin
+Be sure to write correct time values
 
- * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some
- DVD menus.
+------------------------------------------------------------------------
+r15413 | courmisch | 2006-04-29 15:30:39 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
 
-2003-01-26 Sunday 18:31  babal
+Simplification assuming that sizeof(char) = 1
 
- - menu checkbox outside of title/chapter groupbox
+------------------------------------------------------------------------
+r15412 | courmisch | 2006-04-29 15:30:10 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/voc.c
+   M /trunk/modules/demux/xa.c
 
-2003-01-26 Sunday 18:02  babal
+Fix copyright
 
- - buttons are left aligned and their size comforms to Windows XP visual
-   guidelines
+------------------------------------------------------------------------
+r15411 | dionoea | 2006-04-29 15:12:29 +0200 (Sat, 29 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/default/theme.xml
 
-2003-01-26 Sunday 16:37  gbazin
+Forward port [15410]
 
- * modules/audio_output/waveout.c: multichannel and spdif support (spdif untested).
+------------------------------------------------------------------------
+r15406 | zorglub | 2006-04-28 22:21:42 +0200 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/src/libvlc.h
 
-2003-01-26 Sunday 14:53  hartman
+Set skip-frames to default enabled
 
- * Added myself to list of authors of these files. i had forgotten to do this.
+------------------------------------------------------------------------
+r15405 | courmisch | 2006-04-28 21:43:55 +0200 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
 
-2003-01-26 Sunday 14:52  fenrir
+Compile fix
 
-  * all: raah, clean up glade output.
+------------------------------------------------------------------------
+r15404 | courmisch | 2006-04-28 21:38:52 +0200 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
 
-2003-01-26 Sunday 14:49  fenrir
+Another select() -> poll()
 
-  * added stream output dialog box.
+------------------------------------------------------------------------
+r15403 | courmisch | 2006-04-28 21:31:26 +0200 (Fri, 28 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
 
-2003-01-26 Sunday 13:37  gbazin
+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)
 
- * src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer.
-     (p_input->p_first_byte_to_mix sometimes need to be reset)
- * modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk.
+------------------------------------------------------------------------
+r15401 | bigben | 2006-04-28 19:18:46 +0200 (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 18:32:00 +0200 (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 17:19:10 +0200 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/vlc.win32.nsi.in
+
+Woops
+
+------------------------------------------------------------------------
+r15396 | dionoea | 2006-04-28 16:39:25 +0200 (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 14:30:39 +0200 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Another close-on-exec
+
+------------------------------------------------------------------------
+r15394 | courmisch | 2006-04-28 14:29:00 +0200 (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 14:25:51 +0200 (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 14:22:25 +0200 (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 14:15:27 +0200 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Shoutcast changed
+
+------------------------------------------------------------------------
+r15387 | dionoea | 2006-04-28 14:10:07 +0200 (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 13:38:55 +0200 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   D /trunk/share/skins2/playtree
+
+Remove playtree skin
+
+------------------------------------------------------------------------
+r15384 | dionoea | 2006-04-28 13:37:38 +0200 (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 09:58:18 +0200 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+HA HA ! (Refs:#658)
+
+------------------------------------------------------------------------
+r15382 | dionoea | 2006-04-28 00:31:16 +0200 (Fri, 28 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/shoutcast.c
+
+Ahem...
+
+------------------------------------------------------------------------
+r15381 | dionoea | 2006-04-27 23:23:34 +0200 (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 23:15:18 +0200 (Thu, 27 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/THANKS
+
+Added Rob Casey to THANKS file.
+------------------------------------------------------------------------
+r15379 | courmisch | 2006-04-27 22:18:14 +0200 (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 21:31:20 +0200 (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 21:13:42 +0200 (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 17:47:53 +0200 (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 10:14:45 +0200 (Thu, 27 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+Remove whitespace
+------------------------------------------------------------------------
+r15371 | jpsaman | 2006-04-27 10:13:50 +0200 (Thu, 27 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+Remove whitespace
+------------------------------------------------------------------------
+r15369 | fkuehne | 2006-04-26 23:32:10 +0200 (Wed, 26 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* forward-port [15368]
+------------------------------------------------------------------------
+r15367 | dionoea | 2006-04-26 23:04:47 +0200 (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 19:59:29 +0200 (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 11:56:04 +0200 (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 10:21:52 +0200 (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 19:25:02 +0200 (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 18:47:56 +0200 (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.
 
-2003-01-26 Sunday 12:34  fenrir
 
-  * avi : fix play back for some broken avi
 
-2003-01-26 Sunday 10:36  gbazin
+------------------------------------------------------------------------
+r15355 | zorglub | 2006-04-25 12:17:57 +0200 (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)
 
- * modules/gui/wxwindows/*: Fixed the open dialog on win32.
-     Better slider management in the main interface. Misc other small fixes.
+------------------------------------------------------------------------
+r15353 | ipkiss | 2006-04-24 23:57:04 +0200 (Mon, 24 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
 
-2003-01-26 Sunday 08:28  titer
+ * skins2/parser/interpreter.cpp: Fixed a crash when using an action of the form "foo;"
 
-  Added some colors.
+------------------------------------------------------------------------
+r15352 | fkuehne | 2006-04-24 23:04:54 +0200 (Mon, 24 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
 
-2003-01-26 Sunday 03:55  ipkiss
+* add --enable-pic to x264's configure on PPC as well and check out the latest revisions again
+------------------------------------------------------------------------
+r15350 | dionoea | 2006-04-24 21:41:04 +0200 (Mon, 24 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/shoutcast.c
 
-  * modules/gui/win32: replaced BitBtns with Buttons everywhere, and
-    put "OK" and "Cancel" buttons in an horizontal layout.
-    Also updated a few properties here and there.
+Some more cleaning
 
-2003-01-26 Sunday 02:22  ipkiss
+------------------------------------------------------------------------
+r15349 | xtophe | 2006-04-24 20:29:14 +0200 (Mon, 24 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/shoutcast.c
 
-  * modules/video_output/directx: added a configuration variable and a
-    "normal" one to set the vout window on top of ther windows
-  * modules/gui/win32: the interface can use these variables
-    (almost closes #84)
+shoutcast.c: Memleak hunt.
 
-2003-01-26 Sunday 00:51  sam
+------------------------------------------------------------------------
+r15348 | sam | 2006-04-24 10:53:26 +0200 (Mon, 24 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
 
-   * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu
-     generation.
+  * modules/video_output/caca.c: synced caca output with libcaca-0.99.beta1.
 
-2003-01-25 Saturday 21:34  hartman
+------------------------------------------------------------------------
+r15347 | dionoea | 2006-04-24 02:25:25 +0200 (Mon, 24 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
 
- * changed the bugreporting url
+ * 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')
 
-2003-01-25 Saturday 20:15  titer
+------------------------------------------------------------------------
+r15346 | dionoea | 2006-04-24 00:53:40 +0200 (Mon, 24 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/services_discovery/shout.c
 
-  Added a window to see vlc messages.
+Support for Shoutcast TV. vp3 streams segfault, vp5 and 6 don't play :)
 
-2003-01-25 Saturday 18:42  hartman
+------------------------------------------------------------------------
+r15345 | dionoea | 2006-04-24 00:52:35 +0200 (Mon, 24 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
 
- * ./README.MacOSX.rtf: added two remarks on subtitle support.
- * ./extras/MacOSX/vlc.pbroj/project.pbxproj
-   - Added .wma filetype
-   - Added README, COPYING etc. to resources
- * ALL: Added a Help menu.
+Hack to handle service discovery submodules correctly. This should maybe be changed in other interfaces.
 
-2003-01-25 Saturday 18:09  fenrir
+------------------------------------------------------------------------
+r15344 | dionoea | 2006-04-23 23:17:51 +0200 (Sun, 23 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/vlc.win32.nsi.in
 
-  * faad : clean up.
+Don't remove files added by user when uninstalling
+Fix #525 / Fixes #525
 
-2003-01-25 Saturday 17:57  fenrir
+------------------------------------------------------------------------
+r15342 | bigben | 2006-04-23 22:31:06 +0200 (Sun, 23 Apr 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/screensaver.c
 
-  * all: fixed wrong usage of input_DeletePES.
+* 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
 
-2003-01-25 Saturday 17:21  fenrir
 
-  *mp4: fixed segfault when it fails to start a decoder and has specific
- informations to send.
+------------------------------------------------------------------------
+r15341 | djc | 2006-04-23 22:11:23 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
 
-2003-01-25 Saturday 16:59  fenrir
+Add %T modifier to filename refs: #561
 
-  * ffmpeg: fixed memory leaks.
+------------------------------------------------------------------------
+r15336 | courmisch | 2006-04-23 17:56:41 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/po/ru.po
 
-2003-01-25 Saturday 16:58  fenrir
+Partially updated russian localization by Pavlov Konstantin
 
-  * all : fixed some memory leaks thanks valgrind.
+------------------------------------------------------------------------
+r15334 | courmisch | 2006-04-23 16:41:48 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tls.c
 
-2003-01-25 Saturday 12:42  hartman
+Doxygenization
 
- * README.MacOSX.rtf: Updated Readme for new release. Added section on
-   subtitles and on bugreporting.
- * extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv,
-   .sub and .srt files.
+------------------------------------------------------------------------
+r15333 | bigben | 2006-04-23 16:37:54 +0200 (Sun, 23 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
 
-2003-01-25 Saturday 12:00  hartman
+* 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)
 
- * Reverted back to non metal windows as dictated by Apple's User Interface
-   Guidelines. Only the controller window stays metallic.
 
-2003-01-25 Saturday 03:12  fenrir
+------------------------------------------------------------------------
+r15332 | courmisch | 2006-04-23 16:34:44 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
 
- * avi: no more segfault when we have 'max buffer allocation reached'
- * all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached'
- we cannot send null packet to decoder.
+Use Doxygen syntax for comments
 
-2003-01-25 Saturday 01:03  titer
+------------------------------------------------------------------------
+r15331 | courmisch | 2006-04-23 16:05:03 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/po/en_GB.po
 
-  * store windows sizes in the vlc configuration file
-  * fixed an interface bug when launching a file from the command line
-  * minor fixes or enhancements
+British translation l10n update
 
-2003-01-24 Friday 18:25  hartman
+------------------------------------------------------------------------
+r15330 | courmisch | 2006-04-23 16:00:23 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
 
- * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
+Add missing white space
 
-2003-01-24 Friday 16:19  hartman
+------------------------------------------------------------------------
+r15329 | courmisch | 2006-04-23 15:59:33 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
 
- * code we migh use in the future to change the subfile we use.
-   not very useful now because of the .avi requirement to start/stop before
-   loading/displaying the subs.
+Remove extra white space
 
-2003-01-24 Friday 14:35  hartman
+------------------------------------------------------------------------
+r15327 | courmisch | 2006-04-23 15:54:30 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
 
- ALL: fixed the deinterlace menuiteM
- cvS: ----------------------------------------------------------------------
+Fix a grammar mistake
 
-2003-01-24 Friday 14:34  hartman
+------------------------------------------------------------------------
+r15326 | bigben | 2006-04-23 15:51:04 +0200 (Sun, 23 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
 
- ALL: fixed the deinterlace menuitem
+* Try to fix endianness in the opengl output on unixes
+* RV32 works, I'm not sure of the masks for RV24 and RV16
 
-2003-01-24 Friday 14:13  sam
 
-   * ./doc/bugreport-howto.txt: minor updates.
+------------------------------------------------------------------------
+r15325 | sam | 2006-04-23 15:41:42 +0200 (Sun, 23 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
 
-2003-01-24 Friday 12:01  sam
+  * src/video_output/video_output.c: 4th (and good) attempt at fixing mask
+    shifts.  Thanks to bigben for testing.
 
-   * ./configure.ac.in: removed the --with-bcbuilder flag.
-   * ./INSTALL.win32: updated accordingly.
+------------------------------------------------------------------------
+r15323 | sam | 2006-04-23 15:21:42 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
 
-2003-01-24 Friday 06:31  titer
+  * src/video_output/video_output.c: Fixed RGB mask when the 32nd bit is on.
 
-  * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
-                   BeOS computers (closes #119)
-  * others: removed old printf or unused code.
+------------------------------------------------------------------------
+r15322 | sam | 2006-04-23 15:15:12 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
 
-2003-01-24 Friday 06:21  hartman
+  * Argh, I didn't mean to commit that. Fixed my previous commit (mask types).
 
- * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
-   after 2 seconds.
+------------------------------------------------------------------------
+r15321 | sam | 2006-04-23 15:13:40 +0200 (Sun, 23 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
 
-2003-01-24 Friday 02:31  hartman
+  * include/vlc_video.h: Fixed mask variable types for YUV to RGB conversions.
 
- * when the playlist is selected and you push the spacebar we pause/play
-   the movie. this makes the behaviour more consistent, though the solution
-   is somewhat unclean. We should fix this on a higher level but i don't see
-   how we could/should.
+------------------------------------------------------------------------
+r15316 | asmax | 2006-04-23 01:16:20 +0200 (Sun, 23 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
 
-2003-01-24 Friday 00:57  babal
+* 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...
 
- - added a NULL pointer test
- - cosmetic changes
+------------------------------------------------------------------------
+r15312 | fkuehne | 2006-04-23 00:06:39 +0200 (Sun, 23 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
 
-2003-01-24 Friday 00:53  hartman
+* forward-port [15311]
+------------------------------------------------------------------------
+r15309 | dionoea | 2006-04-22 23:06:41 +0200 (Sat, 22 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/shoutcast.c
+   M /trunk/modules/services_discovery/shout.c
 
- * the volume slider could only be dragged, not clicked. removed some
-   useless code as well.
+ * shout.c : change playlist layout (remove 1 node)
+ * shoutcast.c : remove "debug" printf
 
-2003-01-24 Friday 00:17  hartman
+------------------------------------------------------------------------
+r15301 | dionoea | 2006-04-22 18:39:04 +0200 (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
 
- * made a quick hack to create a resize bar. not sure if we should keep this.
+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.
 
-2003-01-23 Thursday 23:57  gbazin
+Ref #640.
 
- * modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface.
- * modules/gui/wxwindows/popup.cpp: Started implementing the popup menu.
- * modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a
- play/pause button depending on the context.
- * modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.
+------------------------------------------------------------------------
+r15300 | zorglub | 2006-04-22 13:28:39 +0200 (Sat, 22 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/doc/Doxyfile
 
-2003-01-23 Thursday 23:51  massiot
+Use search engine
 
- * Resized elements in the open panel,
- * modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
-   mode is on the primary screen,
- * po/*: Updated po files.
+------------------------------------------------------------------------
+r15297 | xtophe | 2006-04-22 01:48:53 +0200 (Sat, 22 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
 
-2003-01-23 Thursday 22:57  hartman
+Fix error pages
 
- * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   - oops, i enlarged the timeslider by accident. fixed
- * ./modules/gui/macosx/controls.m
-   - fixed a mutex_lock issue
+------------------------------------------------------------------------
+r15296 | xtophe | 2006-04-21 23:33:39 +0200 (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 23:28:36 +0200 (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 22:32:14 +0200 (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 18:25:53 +0200 (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 18:15:15 +0200 (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-20 01:30:20 +0200 (Thu, 20 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 22:33:22 +0200 (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 18:25:01 +0200 (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 15:51:59 +0200 (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 12:13:07 +0200 (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 23:48:37 +0200 (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 23:48:34 +0200 (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 23:24:43 +0200 (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 23:24:42 +0200 (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 23:24:38 +0200 (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 23:24:36 +0200 (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 23:14:38 +0200 (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 19:50:42 +0200 (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-18 00:52:57 +0200 (Tue, 18 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 23:36:36 +0200 (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 23:28:30 +0200 (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 19:15:43 +0200 (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 19:10:12 +0200 (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 19:03:55 +0200 (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 18:29:34 +0200 (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 17:56:21 +0200 (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 17:26:53 +0200 (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 17:23:13 +0200 (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 14:46:51 +0200 (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 17:59:33 +0200 (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-16 00:33:27 +0200 (Sun, 16 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-16 00:21:18 +0200 (Sun, 16 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 18:18:59 +0200 (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 18:06:47 +0200 (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 17:58:24 +0200 (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 17:48:44 +0200 (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 16:18:13 +0200 (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 15:48:34 +0200 (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 13:51:45 +0200 (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-15 02:51:53 +0200 (Sat, 15 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+Add missing itemimage attribute to playtree doc
+
+------------------------------------------------------------------------
+r15229 | hartman | 2006-04-15 02:07:09 +0200 (Sat, 15 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 19:37:06 +0200 (Fri, 14 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+Fix missing #include
+
+------------------------------------------------------------------------
+r15227 | courmisch | 2006-04-14 19:31:27 +0200 (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 19:28:24 +0200 (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 18:47:23 +0200 (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 17:16:23 +0200 (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 16:25:26 +0200 (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 16:16:46 +0200 (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 15:22:44 +0200 (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 14:38:22 +0200 (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 14:30:40 +0200 (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 14:09:26 +0200 (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 13:42:49 +0200 (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 11:37:39 +0200 (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 20:51:38 +0200 (Thu, 13 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* fixed 2 minor typos
+------------------------------------------------------------------------
+r15205 | fkuehne | 2006-04-13 20:51:16 +0200 (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 20:32:12 +0200 (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 16:47:20 +0200 (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 16:43:40 +0200 (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 16:12:20 +0200 (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 15:49:45 +0200 (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 11:04:34 +0200 (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 10:31:33 +0200 (Thu, 13 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+Really fix xml url
+
+------------------------------------------------------------------------
+r15197 | xtophe | 2006-04-13 00:31:19 +0200 (Thu, 13 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+Fix libxml url.
+
+------------------------------------------------------------------------
+r15196 | xtophe | 2006-04-12 23:56:41 +0200 (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 23:22:51 +0200 (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 21:25:59 +0200 (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 19:27:31 +0200 (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 18:54:42 +0200 (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 18:40:47 +0200 (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 18:27:30 +0200 (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 <berens@welcome-soft.de> and myself. More to come.
+------------------------------------------------------------------------
+r15189 | massiot | 2006-04-12 16:26:21 +0200 (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 15:03:37 +0200 (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 13:43:33 +0200 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Package fix
+
+------------------------------------------------------------------------
+r15186 | zorglub | 2006-04-12 12:22:55 +0200 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+   D /trunk/share/http/old/favicon.ico
 
-2003-01-23 Thursday 22:39  hartman
+Remove useless favicon (Refs:#634)
 
- ALL: - made some panels into windows.
-      - made the background picture non editable (removes the text cursor)
-      - added slowmotion button
+------------------------------------------------------------------------
+r15185 | zorglub | 2006-04-12 12:22:19 +0200 (Wed, 12 Apr 2006) | 4 lines
+Changed paths:
+   M /trunk/share/Makefile.am
 
-2003-01-23 Thursday 22:25  hartman
+Don't ship default skin (Refs:#634)
 
- * ./modules/gui/macosx/controls.m
-   - changed the slower button into a slowmotion button
-   - fixed a forgotten mutex_unlock
- * ./modules/gui/macosx/intf.m
-   - added the slowmotion button
-   - some windows shouldn't register in the "Window" menu
- * ./modules/gui/macosx/open.m
-   - allow multiple file selection
+If you think playtree is not ready yet, yell :)
 
-2003-01-23 Thursday 21:47  massiot
+------------------------------------------------------------------------
+r15184 | zorglub | 2006-04-12 10:13:14 +0200 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
 
- * Minor changes to the open panel, added AVI stream output option,
- * modules/gui/macosx/open.m: "Open File" is back,
- * modules/codec/mpeg_video/synchro.c: Fixed a counting bug.
+Document <Playtree> (Closes:#611)
 
-2003-01-23 Thursday 17:18  babal
+------------------------------------------------------------------------
+r15183 | dionoea | 2006-04-12 01:56:54 +0200 (Wed, 12 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
 
- - menus disabled by default
- - cosmetic changes
+"too"!=2=="two"
 
-2003-01-23 Thursday 17:13  massiot
+------------------------------------------------------------------------
+r15182 | dionoea | 2006-04-12 01:51:21 +0200 (Wed, 12 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-12 00:09:20 +0200 (Wed, 12 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 18:35:42 +0200 (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 18:24:46 +0200 (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 18:18:39 +0200 (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 17:59:43 +0200 (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 17:52:29 +0200 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/test/url.c
+
+Even more tests
+
+------------------------------------------------------------------------
+r15175 | courmisch | 2006-04-11 17:47:52 +0200 (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 17:26:28 +0200 (Tue, 11 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Fix missing initializer warning
+
+------------------------------------------------------------------------
+r15173 | zorglub | 2006-04-11 15:57:01 +0200 (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 15:17:20 +0200 (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 15:05:50 +0200 (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 14:37:47 +0200 (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 11:27:46 +0200 (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-11 01:55:28 +0200 (Tue, 11 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 23:32:26 +0200 (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 23:28:43 +0200 (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 23:09:09 +0200 (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 16:41:23 +0200 (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 23:43:47 +0200 (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 23:38:34 +0200 (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 20:33:22 +0200 (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 16:29:26 +0200 (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-09 01:00:14 +0200 (Sun, 09 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/po/zh_CN.po
+
+First Translation update by Wei Mingzhi
+
+------------------------------------------------------------------------
+r15149 | courmisch | 2006-04-08 23:41:53 +0200 (Sat, 08 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+Fix warning
 
- Fixed a segfault with quitting when no audio output plug-in was found
- (closes #108).
+------------------------------------------------------------------------
+r15145 | dionoea | 2006-04-08 23:04:10 +0200 (Sat, 08 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
 
-2003-01-23 Thursday 16:17  ipkiss
+Remove .libs directories when running ./toolbox --distclean
 
-  * use 'dvdold' instead of 'dvd'
+------------------------------------------------------------------------
+r15144 | dionoea | 2006-04-08 19:25:40 +0200 (Sat, 08 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
 
-2003-01-23 Thursday 15:53  sam
+Update libpng to 1.2.8 (includes lots of security fixes). Thanks to MYOB for noticing
+
+------------------------------------------------------------------------
+r15143 | dionoea | 2006-04-08 01:40:17 +0200 (Sat, 08 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
 
-   * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
-     suggestion from lool).
+Rhaaa
 
-2003-01-23 Thursday 15:52  sam
+------------------------------------------------------------------------
+r15142 | dionoea | 2006-04-08 01:38:47 +0200 (Sat, 08 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
 
-   * ./modules/*: warning fixes.
+3rd try
 
-2003-01-23 Thursday 15:50  sam
+------------------------------------------------------------------------
+r15141 | dionoea | 2006-04-08 01:36:46 +0200 (Sat, 08 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
 
-   * ./modules/access/dvdread/input.c: warning fixes and a consistency
-     fix (ilvu_sa cannot be -1).
+Ahem
+
+------------------------------------------------------------------------
+r15140 | dionoea | 2006-04-08 01:33:31 +0200 (Sat, 08 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 23:52:33 +0200 (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 23:45:01 +0200 (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 23:14:52 +0200 (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 20:38:30 +0200 (Fri, 07 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/bookmarks.m
 
-2003-01-23 Thursday 15:07  fenrir
+* don't free a vlc-object. Thanks to Meuuh for pointing this out.
+------------------------------------------------------------------------
+r15135 | massiot | 2006-04-07 19:58:56 +0200 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/strings.c
+
+ * src/misc/strings.c: Missing break; in decode_URI().
 
-  * asf: in fast/slow motion we don't play audio (unless there isn't any
- video). Added some clean up.
+------------------------------------------------------------------------
+r15134 | massiot | 2006-04-07 19:45:35 +0200 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
 
-2003-01-23 Thursday 13:54  massiot
+ * modules/codec/dvbsub.c: add_suppressed -> add_suppressed_integer
 
- Derk-Jan Hartman.
+------------------------------------------------------------------------
+r15133 | massiot | 2006-04-07 19:20:11 +0200 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
 
-2003-01-23 Thursday 13:44  fenrir
+ * modules/codec/dvbsub.c: add_deprecated -> add_suppressed
+
+------------------------------------------------------------------------
+r15132 | courmisch | 2006-04-07 19:17:53 +0200 (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 18:42:18 +0200 (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 18:33:51 +0200 (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 17:33:44 +0200 (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 15:52:32 +0200 (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 14:19:01 +0200 (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 12:59:04 +0200 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/strings.c
+
+Oops again
+
+------------------------------------------------------------------------
+r15125 | dionoea | 2006-04-07 01:02:30 +0200 (Fri, 07 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-07 01:00:24 +0200 (Fri, 07 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+
+typo in a string (line 42)
+
+------------------------------------------------------------------------
+r15123 | dionoea | 2006-04-07 00:41:06 +0200 (Fri, 07 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-07 00:29:15 +0200 (Fri, 07 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 23:20:33 +0200 (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 22:38:43 +0200 (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 22:04:24 +0200 (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 19:54:21 +0200 (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 19:12:32 +0200 (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 18:16:02 +0200 (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 17:53:06 +0200 (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 17:16:05 +0200 (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 17:09:40 +0200 (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 16:46:30 +0200 (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 15:50:12 +0200 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* Fix --with-cyberlink-tree when using contrib
+
+------------------------------------------------------------------------
+r15110 | xtophe | 2006-04-06 11:04:42 +0200 (Thu, 06 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix if statement
+
+------------------------------------------------------------------------
+r15109 | zorglub | 2006-04-06 09:36:57 +0200 (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-06 02:57:01 +0200 (Thu, 06 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 23:50:43 +0200 (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.
 
-  * don't send audio in fast/slow playing speed unless there isn't any video
- stream.
+------------------------------------------------------------------------
+r15106 | zorglub | 2006-04-05 23:01:55 +0200 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/debian/copyright
+   M /trunk/extras/valgrind.suppressions
 
-2003-01-23 Thursday 11:48  massiot
+This commit message is Copyright (C) 2006, Cl?\195?\169ment Stenac.
 
- * modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
- * modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode
-   with MPEG files,
- * src/audio_output/output.c: Fixed dual-mono handling.
+------------------------------------------------------------------------
+r15105 | massiot | 2006-04-05 19:17:22 +0200 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
 
-2003-01-23 Thursday 10:25  gbazin
+ * src/misc/httpd.c: Do not dereference a possibly NULL pointer.
 
- * modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
+------------------------------------------------------------------------
+r15104 | fkuehne | 2006-04-05 13:42:47 +0200 (Wed, 05 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
 
-2003-01-23 Thursday 09:58  sam
+* don't alloc more capacity than necessary
+------------------------------------------------------------------------
+r15103 | fkuehne | 2006-04-05 13:38:53 +0200 (Wed, 05 Apr 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
 
-   * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
-     instead of an error when it can't stat() the device (Closes: #77).
+* 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 11:58:20 +0200 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/http.c
 
-2003-01-23 Thursday 09:53  gbazin
+http.c: Fix string.
 
- * modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
- socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
- read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
- call (someone willing to investigate this ?).
+------------------------------------------------------------------------
+r15101 | dionoea | 2006-04-05 01:01:11 +0200 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
 
-2003-01-23 Thursday 09:00  fenrir
+Remove useless code (or its use was really cryptic)
 
-  * demux: fix segfault while trying to opening files without extention...
+------------------------------------------------------------------------
+r15100 | damienf | 2006-04-05 00:33:50 +0200 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+- compilation fix for unicows on buildbot
+
+------------------------------------------------------------------------
+r15099 | damienf | 2006-04-05 00:22:39 +0200 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-2003-01-23 Thursday 04:50  babal
+- link vlc.exe with libunicows.a if available
+
+------------------------------------------------------------------------
+r15098 | damienf | 2006-04-05 00:19:13 +0200 (Wed, 05 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
 
- - allow the user to choose (and sort) several plugins for the same
-   category.
+- 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 23:21:23 +0200 (Tue, 04 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/skin.dtd
 
-2003-01-23 Thursday 03:33  ipkiss
+Ooops, i forgot to commit this in [14771]
+
+------------------------------------------------------------------------
+r15096 | fkuehne | 2006-04-04 22:41:44 +0200 (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 22:39:52 +0200 (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 22:33:54 +0200 (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 22:18:16 +0200 (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 22:11:39 +0200 (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 22:06:13 +0200 (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 18:42:01 +0200 (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 22:35:24 +0200 (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 20:05:47 +0200 (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 18:41:03 +0200 (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?)
 
-  * The stream output can't use PS with UDP
-  * Added tooltips for the subtitles dialog box
-  * Added a missing "delete"
-  * Added a menu entry to spawn new interfaces (but it's currently
-    disabled, due to a problem with the vlc_list_t struct)
+------------------------------------------------------------------------
+r15084 | xtophe | 2006-04-03 16:06:19 +0200 (Mon, 03 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Comple fix
 
-2003-01-22 Wednesday 22:19  sigmunau
+------------------------------------------------------------------------
+r15083 | xtophe | 2006-04-03 13:43:16 +0200 (Mon, 03 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
+
+Sync debian patch with string review
 
-  added an new config variable that takes an comma separated list of
- interface modules to be loaded in the background when vlc starts. This is
- usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
- module was inserted, as this just needs to be added to this list now.
+------------------------------------------------------------------------
+r15082 | courmisch | 2006-04-03 13:39:35 +0200 (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
 
-2003-01-22 Wednesday 21:42  ipkiss
+- 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.
 
-  * Added a dialog box for subtitles selection
-  * Cosmetic here and there
+------------------------------------------------------------------------
+r15081 | hartman | 2006-04-03 03:39:59 +0200 (Mon, 03 Apr 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/src/misc/charset.c
 
-2003-01-22 Wednesday 19:37  lool
+* Fix FindFallbackEncoding on Mac OS X.
+* More distintinctive debug messages on the selection of charset.
 
-   * modules/visualization/xosd/xosd.c: lower module capability when the
-   DISPLAY environment variable is unset (gtk like behaviour)
+------------------------------------------------------------------------
+r15080 | damienf | 2006-04-03 01:16:01 +0200 (Mon, 03 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-03 00:57:39 +0200 (Mon, 03 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/requests/readme
 
-2003-01-22 Wednesday 18:31  massiot
+Add some examples
 
- Reverse stereo option.
+------------------------------------------------------------------------
+r15077 | xtophe | 2006-04-02 23:15:18 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+typo
+
+------------------------------------------------------------------------
+r15076 | xtophe | 2006-04-02 23:06:13 +0200 (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 21:15:30 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/acl.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r15074 | courmisch | 2006-04-02 21:12:58 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
 
-2003-01-22 Wednesday 17:03  sam
+Big cleanup and fix hundreds of extra warnings
 
-   * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
-     detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
+------------------------------------------------------------------------
+r15073 | courmisch | 2006-04-02 20:36:51 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
 
-2003-01-22 Wednesday 16:41  lool
+Missing ;
 
-   * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
-   xosd_init returns NULL
-   * lib is initialized with configured font
-   * more safety checks
+------------------------------------------------------------------------
+r15072 | damienf | 2006-04-02 20:29:08 +0200 (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 19:16:42 +0200 (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 17:00:59 +0200 (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 16:49:26 +0200 (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 16:28:55 +0200 (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 16:28:18 +0200 (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 15:41:47 +0200 (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 15:34:21 +0200 (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 15:20:55 +0200 (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 15:12:49 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r15053 | dionoea | 2006-04-02 14:27:24 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL.win32
+
+Same as previous commit
+
+------------------------------------------------------------------------
+r15052 | dionoea | 2006-04-02 14:23:41 +0200 (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 14:22:55 +0200 (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 14:17:20 +0200 (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 13:45:32 +0200 (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 13:17:53 +0200 (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 13:11:26 +0200 (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 13:02:32 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/activex/axvlc.idl
+
+ActiveX review by tonsofpcs
+
+------------------------------------------------------------------------
+r15045 | courmisch | 2006-04-02 11:44:19 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/logger.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r15044 | zorglub | 2006-04-02 09:58:36 +0200 (Sun, 02 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-02 01:29:26 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/Modules.am
+
+Oups
+
+------------------------------------------------------------------------
+r15042 | xtophe | 2006-04-02 01:06:11 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
+
+fix again
+
+------------------------------------------------------------------------
+r15041 | xtophe | 2006-04-02 00:44:36 +0200 (Sun, 02 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
+
+Update debian patch
+
+------------------------------------------------------------------------
+r15040 | xtophe | 2006-04-01 23:57:41 +0200 (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 23:46:33 +0200 (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 23:38:18 +0200 (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 22:36:24 +0200 (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 22:33:59 +0200 (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 19:28:29 +0200 (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 17:12:35 +0200 (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 16:16:10 +0200 (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 16:07:46 +0200 (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 13:27:40 +0200 (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 13:03:08 +0200 (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 12:29:32 +0200 (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 12:10:25 +0200 (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 10:40:15 +0200 (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 10:34:48 +0200 (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-04-01 02:25:58 +0200 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/image.c
+
+Hum, this isn't needed anymore.
+
+------------------------------------------------------------------------
+r15018 | dionoea | 2006-04-01 02:18:25 +0200 (Sat, 01 Apr 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-04-01 01:30:46 +0200 (Sat, 01 Apr 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+Fix compile
+
+------------------------------------------------------------------------
+r15016 | xtophe | 2006-04-01 01:07:01 +0200 (Sat, 01 Apr 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-04-01 00:41:22 +0200 (Sat, 01 Apr 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-04-01 00:33:45 +0200 (Sat, 01 Apr 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-04-01 00:23:53 +0200 (Sat, 01 Apr 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 23:37:52 +0200 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Libvlc strings 2nd review (Refs:#438)
+
+------------------------------------------------------------------------
+r15011 | courmisch | 2006-03-31 23:21:49 +0200 (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 23:20:37 +0200 (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 21:34:02 +0200 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/modules/codec/x264.c
+
+X264 (Refs:#438)
+
+------------------------------------------------------------------------
+r15008 | zorglub | 2006-03-31 21:24:33 +0200 (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 18:46:08 +0200 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+
+typo
+
+------------------------------------------------------------------------
+r15006 | zorglub | 2006-03-31 18:39:23 +0200 (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 18:28:03 +0200 (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 18:24:32 +0200 (Fri, 31 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4audio.c
+
+2nd packetizer round (Refs:#438)
+
+------------------------------------------------------------------------
+r15003 | zorglub | 2006-03-31 18:22:19 +0200 (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 18:12:31 +0200 (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 17:51:47 +0200 (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 17:30:32 +0200 (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 17:30:21 +0200 (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 17:28:12 +0200 (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 17:15:07 +0200 (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 17:07:55 +0200 (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 17:06:39 +0200 (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 16:24:32 +0200 (Fri, 31 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+* add bigben's latest additions
+------------------------------------------------------------------------
+r14993 | zorglub | 2006-03-31 15:46:39 +0200 (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 14:51:59 +0200 (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 11:32:09 +0200 (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 10:41:34 +0200 (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-31 00:58:23 +0200 (Fri, 31 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 23:54:07 +0200 (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 19:38:36 +0200 (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 18:37:06 +0200 (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 17:46:31 +0200 (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 16:39:50 +0200 (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 16:31:02 +0200 (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 16:05:13 +0200 (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 16:01:24 +0200 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/style.css
+
+Try dialog width style fix
+
+------------------------------------------------------------------------
+r14980 | courmisch | 2006-03-30 15:57:58 +0200 (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 15:16:06 +0200 (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 12:20:26 +0200 (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 10:40:51 +0200 (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 10:36:49 +0200 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/corba.c
+
+Use the string
+
+------------------------------------------------------------------------
+r14975 | zorglub | 2006-03-30 07:42:08 +0200 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/corba.c
+
+Corba string (Refs:#438)
+
+------------------------------------------------------------------------
+r14974 | zorglub | 2006-03-30 07:37:29 +0200 (Thu, 30 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-30 01:59:40 +0200 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/mosaic.js
+
+Mosaic wizard: audio stuff was missing
+
+------------------------------------------------------------------------
+r14972 | xtophe | 2006-03-30 01:58:40 +0200 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_config_cat.h
+
+include/* : Relecture. refs #438
+
+------------------------------------------------------------------------
+r14971 | dionoea | 2006-03-30 00:40:26 +0200 (Thu, 30 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 22:03:48 +0200 (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 19:45:59 +0200 (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 19:11:32 +0200 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Some more typos
+
+------------------------------------------------------------------------
+r14967 | dionoea | 2006-03-29 18:56:20 +0200 (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 17:03:17 +0200 (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 16:35:58 +0200 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/input
+
+typo
+
+------------------------------------------------------------------------
+r14964 | dionoea | 2006-03-29 16:27:14 +0200 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+First rc interface string review
+
+------------------------------------------------------------------------
+r14963 | zorglub | 2006-03-29 16:02:00 +0200 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/LIST
+
+LIST update (287 modules now)
+
+------------------------------------------------------------------------
+r14962 | zorglub | 2006-03-29 15:49:40 +0200 (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 13:03:00 +0200 (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 12:35:41 +0200 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Fix warnings
+
+------------------------------------------------------------------------
+r14959 | dionoea | 2006-03-29 10:59:52 +0200 (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-29 09:33:35 +0200 (Wed, 29 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-29 08:39:21 +0200 (Wed, 29 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-29 00:34:41 +0200 (Wed, 29 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/snapshot.h
+
+include: first part of the relecture. refs #438
+
+------------------------------------------------------------------------
+r14955 | dionoea | 2006-03-28 23:29:59 +0200 (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 23:00:15 +0200 (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 22:29:28 +0200 (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 19:16:52 +0200 (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 17:50:44 +0200 (Tue, 28 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Fix intf options
+
+------------------------------------------------------------------------
+r14950 | dionoea | 2006-03-28 17:40:43 +0200 (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 17:15:16 +0200 (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 16:02:49 +0200 (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 15:57:36 +0200 (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 15:30:33 +0200 (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 23:44:30 +0200 (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 21:06:33 +0200 (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 18:57:57 +0200 (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 18:48:14 +0200 (Mon, 27 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_url.h
+
+Oops
+
+------------------------------------------------------------------------
+r14941 | courmisch | 2006-03-27 17:35:55 +0200 (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 16:47:05 +0200 (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 16:46:14 +0200 (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 15:28:24 +0200 (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 13:26:50 +0200 (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-27 03:23:54 +0200 (Mon, 27 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 22:50:04 +0200 (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 22:25:07 +0200 (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-26 00:21:31 +0100 (Sun, 26 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-26 00:10:43 +0100 (Sun, 26 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 23:15:33 +0100 (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 20:24:05 +0100 (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 19:54:58 +0100 (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 19:19:53 +0100 (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 19:19:13 +0100 (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 17:52:16 +0100 (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 17:36:51 +0100 (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 17:10:33 +0100 (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 16:39:09 +0100 (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 16:14:38 +0100 (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 15:43:43 +0100 (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 15:43:10 +0100 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/loader/driver.c
+
+Fix previous commit
+
+------------------------------------------------------------------------
+r14919 | courmisch | 2006-03-25 15:37:36 +0100 (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 13:54:27 +0100 (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 13:37:31 +0100 (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 13:28:31 +0100 (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 13:15:49 +0100 (Sat, 25 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcpeer.cpp
+
+Remove debug (Refs:#438)
+
+------------------------------------------------------------------------
+r14914 | jpsaman | 2006-03-25 13:15:42 +0100 (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 12:01:03 +0100 (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 11:57:34 +0100 (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 11:34:38 +0100 (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 11:00:14 +0100 (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 19:26:46 +0100 (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 18:52:47 +0100 (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 15:17:28 +0100 (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 15:16:12 +0100 (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 14:41:15 +0100 (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 14:11:17 +0100 (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 12:05:28 +0100 (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 23:54:31 +0100 (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 23:46:18 +0100 (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 23:19:38 +0100 (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 22:43:34 +0100 (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 22:41:12 +0100 (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 21:25:07 +0100 (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 20:57:20 +0100 (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 23:39:51 +0100 (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 22:01:09 +0100 (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 19:09:55 +0100 (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 18:51:17 +0100 (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 17:38:46 +0100 (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 17:37:24 +0100 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+add requests/readme
+
+------------------------------------------------------------------------
+r14878 | dionoea | 2006-03-22 17:36:48 +0100 (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 17:05:11 +0100 (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 15:14:10 +0100 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/logger.c
+
+logger.c: Compile fix
+
+------------------------------------------------------------------------
+r14875 | zorglub | 2006-03-22 14:38:50 +0100 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r14874 | courmisch | 2006-03-22 13:26:11 +0100 (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 13:14:30 +0100 (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 12:24:45 +0100 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Clean up
+
+------------------------------------------------------------------------
+r14871 | courmisch | 2006-03-22 12:14:24 +0100 (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-22 08:12:10 +0100 (Wed, 22 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+
+Strings review of telnet.c (Refs:#438)
+
+------------------------------------------------------------------------
+r14869 | dionoea | 2006-03-22 01:19:29 +0100 (Wed, 22 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-22 00:41:05 +0100 (Wed, 22 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-22 00:26:17 +0100 (Wed, 22 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 23:08:41 +0100 (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 21:56:51 +0100 (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 21:56:35 +0100 (Tue, 21 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Add 7zip win32 build targets
+
+------------------------------------------------------------------------
+r14858 | courmisch | 2006-03-21 19:20:48 +0100 (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 18:28:09 +0100 (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.
 
-2003-01-22 Wednesday 16:16  lool
+------------------------------------------------------------------------
+r14856 | courmisch | 2006-03-21 18:21:24 +0100 (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 17:42:34 +0100 (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 17:08:35 +0100 (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 16:39:43 +0100 (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 16:34:34 +0100 (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-21 01:45:31 +0100 (Tue, 21 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-21 00:13:39 +0100 (Tue, 21 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 23:34:43 +0100 (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 21:42:23 +0100 (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 21:22:59 +0100 (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 15:40:42 +0100 (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 15:37:41 +0100 (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 15:13:04 +0100 (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 12:18:52 +0100 (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 12:12:04 +0100 (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-20 02:51:45 +0100 (Mon, 20 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-20 02:35:15 +0100 (Mon, 20 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/vlm.js
+
+* also do vlm options fix on sout.
+
+------------------------------------------------------------------------
+r14835 | dionoea | 2006-03-20 02:32:11 +0100 (Mon, 20 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 23:03:20 +0100 (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 19:16:56 +0100 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/caca.c
+
+caca.c: Typo
+
+------------------------------------------------------------------------
+r14829 | hartman | 2006-03-19 19:05:54 +0100 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* sorry about the missing #if
+
+------------------------------------------------------------------------
+r14828 | sam | 2006-03-19 18:17:57 +0100 (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 14:13:09 +0100 (Sun, 19 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/output.m
+
+Forgot that one
+
+
+------------------------------------------------------------------------
+r14826 | bigben | 2006-03-19 14:03:20 +0100 (Sun, 19 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/wizard.m
+
+* fix compilation
+
+
+------------------------------------------------------------------------
+r14825 | bigben | 2006-03-19 13:57:26 +0100 (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
 
-   * modules/access/slp.c: #include <stdlib.h> because of a malloc
 
-2003-01-22 Wednesday 15:16  massiot
+------------------------------------------------------------------------
+r14824 | hartman | 2006-03-19 12:24:16 +0100 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
 
- Less aggressive debug message.
+* fix the liveMedia VERSION_INT (hopefully)
 
-2003-01-22 Wednesday 12:25  sam
+------------------------------------------------------------------------
+r14823 | dionoea | 2006-03-19 02:49:11 +0100 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
 
-   * ./configure.ac.in: fixed multiple static link issues with anal linkers.
+Add iehacks.css to Makefile.am
 
-2003-01-22 Wednesday 10:53  fenrir
+------------------------------------------------------------------------
+r14822 | dionoea | 2006-03-19 02:46:43 +0100 (Sun, 19 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
 
-  * add vout_encoder, not yet the codec parts.
+A bunch of hacks to fix bugs on IE.
 
-2003-01-22 Wednesday 10:44  fenrir
+I really don't like the Sort menu and Services discovery menu code. If
+someone has a better idea feal free to change it.
 
-  * all: modified files for video transcoding. Still needed configure.ac.in
 
-2003-01-22 Wednesday 10:41  fenrir
+------------------------------------------------------------------------
+r14821 | hartman | 2006-03-19 02:28:18 +0100 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
 
-  * added file needed for video transcoding with vlc.
+* fix ifdef
 
-2003-01-22 Wednesday 10:03  massiot
+------------------------------------------------------------------------
+r14820 | xtophe | 2006-03-19 02:27:21 +0100 (Sun, 19 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
 
- 1.12 How do I join an IPv6 multicast stream?
+stream_out/*: String review (refs #438)
 
-2003-01-22 Wednesday 09:54  massiot
+------------------------------------------------------------------------
+r14819 | hartman | 2006-03-19 02:00:13 +0100 (Sun, 19 Mar 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
 
- * configure.ac.in: Re-added a52sys module, which was lost somewhere...
- * Fixed bugs regarding Dolby Surround downmixing.
+* 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.
 
-2003-01-22 Wednesday 04:51  fenrir
+  refs #595
+  refs #329
 
-  * fixed my last fix about bug with non-progressive videos.
 
-2003-01-22 Wednesday 02:39  hartman
+------------------------------------------------------------------------
+r14818 | dionoea | 2006-03-19 01:02:26 +0100 (Sun, 19 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/sout
+
+Fix typo
+
+------------------------------------------------------------------------
+r14817 | jpsaman | 2006-03-19 00:11:31 +0100 (Sun, 19 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Undo r 14546 breakage
+------------------------------------------------------------------------
+r14816 | zorglub | 2006-03-18 23:27:07 +0100 (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 23:18:16 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
 
- ALL: fixed a small bug in the timeslider code
+Apparently fix WX playlist crash (Closes:#205)
 
-2003-01-22 Wednesday 01:48  hartman
+------------------------------------------------------------------------
+r14814 | xtophe | 2006-03-18 19:14:49 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
 
- * ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
-   filetypes.
- * ./modules/gui/macosx/vout.m: Made the video window a textured window
- * All:
-   - fixed several missing object_release bugs, that i had introduced.
-   - updated the play/pause behaviour.
-   - fixed an issue with the volumeslider.
+share/makefile.am: Typo. Thanks to Albert on the forum for the report
 
-2003-01-22 Wednesday 01:40  lool
+------------------------------------------------------------------------
+r14813 | zorglub | 2006-03-18 19:12:47 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
 
-   * added --with-slp
-   * now works under win32
+Don't use %f in es_out (Closes:#587)
 
-2003-01-22 Wednesday 01:13  titer
+------------------------------------------------------------------------
+r14812 | dionoea | 2006-03-18 18:56:10 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/mosaic
 
-  * Fixed title / chapter menus
-  * Clean up
+Add some comments and 'fix' display if the mosaic's width is larger than 600px.
 
-2003-01-22 Wednesday 00:32  fenrir
+------------------------------------------------------------------------
+r14811 | zorglub | 2006-03-18 18:52:31 +0100 (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
 
-  * gtk: fixed a segfault with deinterlace.
+Display IP of client in debug
 
-2003-01-21 Tuesday 21:20  ipkiss
+------------------------------------------------------------------------
+r14810 | dionoea | 2006-03-18 18:45:40 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/mosaic.js
 
-  * Dropped files and files added using the playlist are now enqueued
-    according to the "enqueue" config option
+Spelling fix, again.
 
-2003-01-21 Tuesday 21:19  lool
+------------------------------------------------------------------------
+r14809 | dionoea | 2006-03-18 18:43:36 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/mosaic
 
-   * use of service attributes to get the name of the session, insert it in
-     the playlist
+Spelling fix
 
-2003-01-21 Tuesday 19:49  ipkiss
+------------------------------------------------------------------------
+r14808 | dionoea | 2006-03-18 18:42:37 +0100 (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
 
-  * Added a dialog box for the stream output
+add some help and feedback
 
-2003-01-21 Tuesday 18:43  lool
+------------------------------------------------------------------------
+r14807 | xtophe | 2006-03-18 18:31:31 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
 
-   * added a couple of malloc() checks
+x264.patch: Sync with upstream
 
-2003-01-21 Tuesday 17:34  lool
+------------------------------------------------------------------------
+r14806 | dionoea | 2006-03-18 18:14:54 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
 
-   * now search all srvtypes and add all srvs of all srvtypes to the
-     playlist (requires less configuration information, now zero)
-   * usual cleanup and bug removal
+update NEWS
 
-2003-01-21 Tuesday 17:08  hartman
+------------------------------------------------------------------------
+r14805 | dionoea | 2006-03-18 18:14:19 +0100 (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
 
- ALL: the slider updates the video while it slides.
+Code the mosaic wizard
 
-2003-01-21 Tuesday 17:00  fenrir
+------------------------------------------------------------------------
+r14804 | zorglub | 2006-03-18 17:22:23 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
 
-  * added "use DVD menu" choice.
+Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557)
 
-2003-01-21 Tuesday 16:46  fenrir
+------------------------------------------------------------------------
+r14803 | xtophe | 2006-03-18 16:52:42 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/dshow/dshow.cpp
 
-  * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
- added some sanity checks.
+access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.
 
-2003-01-21 Tuesday 14:26  hartman
+------------------------------------------------------------------------
+r14802 | dionoea | 2006-03-18 16:06:40 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   A /trunk/share/http/images/white_cross_small.png
 
- ALL: fixed my previous osx interface commit. had forgotten to save the files.
+ooops
 
-2003-01-21 Tuesday 14:15  hartman
+------------------------------------------------------------------------
+r14801 | dionoea | 2006-03-18 16:00:52 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+One more image
+
+------------------------------------------------------------------------
+r14800 | dionoea | 2006-03-18 15:37:51 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Add new http interface images
+
+------------------------------------------------------------------------
+r14799 | xtophe | 2006-03-18 13:49:51 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+Typo
+
+------------------------------------------------------------------------
+r14798 | zorglub | 2006-03-18 13:38:38 +0100 (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 12:27:40 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+Thanks
+
+------------------------------------------------------------------------
+r14796 | zorglub | 2006-03-18 12:27:10 +0100 (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 11:30:24 +0100 (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 11:20:01 +0100 (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 11:14:40 +0100 (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 09:51:19 +0100 (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 09:46:59 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/rtp
+
+svn:ignore
+
+------------------------------------------------------------------------
+r14790 | xtophe | 2006-03-18 03:06:16 +0100 (Sat, 18 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-18 02:22:06 +0100 (Sat, 18 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-18 01:51:57 +0100 (Sat, 18 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-18 01:45:55 +0100 (Sat, 18 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-18 01:29:57 +0100 (Sat, 18 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-18 01:17:53 +0100 (Sat, 18 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-18 00:13:47 +0100 (Sat, 18 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-18 00:05:41 +0100 (Sat, 18 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/m3u.c
+
+[14752] improved, by Daniel Stranger.
+
+------------------------------------------------------------------------
+r14782 | jpsaman | 2006-03-17 23:38:47 +0100 (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 23:28:15 +0100 (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 23:01:13 +0100 (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 21:07:25 +0100 (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 18:06:05 +0100 (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 15:40:59 +0100 (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 15:34:06 +0100 (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-17 02:08:13 +0100 (Fri, 17 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 23:45:11 +0100 (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 21:19:54 +0100 (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 18:59:41 +0100 (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 17:59:41 +0100 (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-16 01:38:46 +0100 (Thu, 16 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Workarounds a BeOS segfaulting weirdness
+
+------------------------------------------------------------------------
+r14769 | dionoea | 2006-03-15 20:44:02 +0100 (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 20:33:10 +0100 (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 14:23:31 +0100 (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 14:01:36 +0100 (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-15 02:12:30 +0100 (Wed, 15 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* Ahum.. compile before you commit...
+
+------------------------------------------------------------------------
+r14764 | hartman | 2006-03-15 02:07:29 +0100 (Wed, 15 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-15 01:40:18 +0100 (Wed, 15 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 23:40:33 +0100 (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 22:59:02 +0100 (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 22:52:53 +0100 (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 22:46:18 +0100 (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 22:42:07 +0100 (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 15:38:45 +0100 (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 15:19:37 +0100 (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 14:08:48 +0100 (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 11:01:39 +0100 (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 23:43:25 +0100 (Mon, 13 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/browse.xml
 
- * ./src/input/input_ext_intf.c
-   - FASTER and SLOWER now take into account the current rate.
+Fix browsing directories containing the '&' character
 
-2003-01-21 Tuesday 12:36  fenrir
+------------------------------------------------------------------------
+r14752 | dionoea | 2006-03-13 22:51:36 +0100 (Mon, 13 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/m3u.c
 
-  * gui/gtk : added a subtitle option in open dialog box.
+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).
 
-2003-01-21 Tuesday 12:23  hartman
 
- ALL: The addition of a volume slider required a small redesign of the
-      interface. David Weber was again kind enough to help us.
+------------------------------------------------------------------------
+r14751 | xtophe | 2006-03-13 17:45:00 +0100 (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 11:56:56 +0100 (Mon, 13 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Change Russian charset selection
+
+------------------------------------------------------------------------
+r14749 | courmisch | 2006-03-13 11:52:32 +0100 (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-13 08:12:18 +0100 (Mon, 13 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-13 01:54:40 +0100 (Mon, 13 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 23:52:25 +0100 (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 23:46:34 +0100 (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 22:59:12 +0100 (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 22:42:19 +0100 (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 22:22:34 +0100 (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 18:30:46 +0100 (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 16:06:39 +0100 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/m4
+
+Fix svn:ignore
+
+------------------------------------------------------------------------
+r14739 | zorglub | 2006-03-12 15:24:54 +0100 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+Remove buggy debug
+
+------------------------------------------------------------------------
+r14738 | courmisch | 2006-03-12 13:44:06 +0100 (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 11:41:31 +0100 (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 10:52:42 +0100 (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 10:27:48 +0100 (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 10:12:38 +0100 (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 10:11:49 +0100 (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 10:08:18 +0100 (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-12 00:30:07 +0100 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+fix bluescreen description
+
+------------------------------------------------------------------------
+r14730 | fkuehne | 2006-03-12 00:29:09 +0100 (Sun, 12 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* fix make dist for OSX
+------------------------------------------------------------------------
+r14729 | dionoea | 2006-03-12 00:23:32 +0100 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+add note about XSPF not being in 0.8.5-test1
+
+------------------------------------------------------------------------
+r14728 | dionoea | 2006-03-12 00:21:44 +0100 (Sun, 12 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/THANKS
+
+Thanks and news (see previous commit)
+
+------------------------------------------------------------------------
+r14727 | dionoea | 2006-03-12 00:19:59 +0100 (Sun, 12 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 23:40:56 +0100 (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 22:19:12 +0100 (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 20:35:22 +0100 (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 20:25:33 +0100 (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 20:23:58 +0100 (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 19:34:39 +0100 (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 19:18:14 +0100 (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 18:35:55 +0100 (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 18:19:37 +0100 (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 14:41:49 +0100 (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 14:03:04 +0100 (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-11 02:29:05 +0100 (Sat, 11 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/flac.c
+
+codec/flac.c: fix preparse with flac
+
+------------------------------------------------------------------------
+r14714 | courmisch | 2006-03-11 00:19:18 +0100 (Sat, 11 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 19:21:34 +0100 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+Fix typo
+
+------------------------------------------------------------------------
+r14712 | courmisch | 2006-03-10 19:10:45 +0100 (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 18:57:31 +0100 (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 18:48:57 +0100 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+Remove non-existant files
+
+------------------------------------------------------------------------
+r14709 | courmisch | 2006-03-10 18:35:28 +0100 (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 18:31:15 +0100 (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 18:30:32 +0100 (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 18:21:33 +0100 (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 15:03:58 +0100 (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 13:44:17 +0100 (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 10:31:17 +0100 (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 10:28:45 +0100 (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-10 08:20:41 +0100 (Fri, 10 Mar 2006) | 2 lines
+Changed paths:
+   A /trunk/ChangeLog
+
+Forgot this
+
+------------------------------------------------------------------------
+r14700 | zorglub | 2006-03-10 08:17:31 +0100 (Fri, 10 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 23:57:30 +0100 (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 23:56:37 +0100 (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 23:43:01 +0100 (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 21:05:53 +0100 (Thu, 09 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+libvlc.h: preferences tweaking
+
+------------------------------------------------------------------------
+r14695 | xtophe | 2006-03-09 20:55:40 +0100 (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 16:57:48 +0100 (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 16:55:13 +0100 (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 14:28:48 +0100 (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 14:08:46 +0100 (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 11:56:53 +0100 (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 11:04:01 +0100 (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 10:47:30 +0100 (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 10:31:36 +0100 (Thu, 09 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+* improved the wording a bit
+------------------------------------------------------------------------
+r14686 | titer | 2006-03-09 00:52:35 +0100 (Thu, 09 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-09 00:52:29 +0100 (Thu, 09 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-09 00:32:08 +0100 (Thu, 09 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 23:30:53 +0100 (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 23:03:00 +0100 (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 18:50:44 +0100 (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 18:33:29 +0100 (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 18:25:09 +0100 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src
+
+svn:ignore
+
+------------------------------------------------------------------------
+r14678 | dionoea | 2006-03-08 18:06:59 +0100 (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 14:51:31 +0100 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+
+Missing export
+
+------------------------------------------------------------------------
+r14676 | courmisch | 2006-03-08 14:32:37 +0100 (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 13:25:29 +0100 (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 13:23:34 +0100 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Fix TTL range check
 
-2003-01-21 Tuesday 12:01  hartman
+------------------------------------------------------------------------
+r14673 | courmisch | 2006-03-08 12:52:46 +0100 (Wed, 08 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/variables.c
 
- * Added an 'slowmotion' icon
+Avoid ugly non-const cast
 
-2003-01-21 Tuesday 10:29  massiot
+------------------------------------------------------------------------
+r14672 | courmisch | 2006-03-08 12:32:34 +0100 (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
 
- Fixed two major bugs in the audio output, triggering segfault when going
- to mono mode, and probably at some other places.
+i18n_atof(): locale-agnostic atof()
 
-2003-01-21 Tuesday 00:47  jlj
+------------------------------------------------------------------------
+r14671 | zorglub | 2006-03-08 10:47:45 +0100 (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-08 00:56:32 +0100 (Wed, 08 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-08 00:22:41 +0100 (Wed, 08 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 21:06:53 +0100 (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 19:48:35 +0100 (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 14:30:27 +0100 (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 13:22:19 +0100 (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 13:15:06 +0100 (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 11:29:41 +0100 (Tue, 07 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
 
-   * ./modules/gui/macosx/aout.m: output more debug info
-   * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
-     http://nanocrew.net/vlc/mpslider.png
+ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream
 
-2003-01-20 Monday 20:17  yves
+------------------------------------------------------------------------
+r14662 | dionoea | 2006-03-06 19:55:39 +0100 (Mon, 06 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/vlc.1
 
- - new access/slp plugin.
- - more buildfor_{rh80,mdk{82,90}} stuff.
- - use %%mklibname macro.
- - use %%clean_menus in postun instead of %%update_menus everywhere.
+Add link to online documentation in VLC manpage
+
+------------------------------------------------------------------------
+r14661 | sam | 2006-03-06 18:51:43 +0100 (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 17:06:41 +0100 (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 11:25:12 +0100 (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 11:23:37 +0100 (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 10:42:01 +0100 (Mon, 06 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+src/Makefile: make distcheck happy
+
+------------------------------------------------------------------------
+r14656 | damienf | 2006-03-06 00:49:52 +0100 (Mon, 06 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
 
-2003-01-20 Monday 20:07  fenrir
+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
 
-  * all: begin to up to date the gtk/gnome interface. All comments are
- welcome, and please reports bugs :)
+------------------------------------------------------------------------
+r14655 | xtophe | 2006-03-05 21:08:16 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-2003-01-20 Monday 17:52  massiot
+configure.ac: use the gecko-sdk in the contrib
 
- Used macro instead of hand-made code.
+------------------------------------------------------------------------
+r14654 | xtophe | 2006-03-05 20:37:21 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
 
-2003-01-20 Monday 13:06  fenrir
+contrib/Makefile: Don't put 2 include
 
-  * all: converted some msg_Err into msg_Warn
+------------------------------------------------------------------------
+r14653 | zorglub | 2006-03-05 20:05:07 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
 
-2003-01-20 Monday 13:04  fenrir
+Add some news
 
-  * asf : more msg_Err -> msg_Warn
+------------------------------------------------------------------------
+r14652 | xtophe | 2006-03-05 18:44:04 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
 
-2003-01-20 Monday 13:03  fenrir
+contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
 
-  * aac: some msg_Err -> msg_Warn
+------------------------------------------------------------------------
+r14651 | xtophe | 2006-03-05 17:43:37 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
 
-2003-01-20 Monday 13:01  fenrir
+Update x264 patch.
 
-  * all: changed some msg_Err into msg_Warn.
+------------------------------------------------------------------------
+r14650 | fkuehne | 2006-03-05 17:41:18 +0100 (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
 
-2003-01-20 Monday 10:59  massiot
+* 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 16:47:17 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
 
- Fixed a dozen bugs regarding mono audio files.
+Select item after deleting items from the playlist with KEY_DEL.
 
-2003-01-20 Monday 03:45  hartman
+------------------------------------------------------------------------
+r14648 | fkuehne | 2006-03-05 16:42:51 +0100 (Sun, 05 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.m
 
- * ./extras/MacOSX/vlc.pbproj/project.pbxproj
-   - Added .cue and .ogg to the known filetypes
- ALL:
-   - When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
-   - Preliminary divx filesubtitle support.
+* don't show the statistics-tab if the stats aren't enabled
+------------------------------------------------------------------------
+r14647 | courmisch | 2006-03-05 16:34:21 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
 
-2003-01-20 Monday 02:45  titer
+Don't call textdomain - it is not only useless but harmful (refs #581)
 
-   load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
-  previous commits (closes #100)
+------------------------------------------------------------------------
+r14646 | dionoea | 2006-03-05 16:33:02 +0100 (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
 
-2003-01-20 Monday 02:19  fenrir
+ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
+playtree.hpp: cosmetics
 
-  * mpegvideo.c : raah, removed a debug message...
+------------------------------------------------------------------------
+r14645 | courmisch | 2006-03-05 16:32:49 +0100 (Sun, 05 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
 
-2003-01-20 Monday 02:15  fenrir
+- Call dgettext directly with shared libvlc and libtool
+- Remove vlc_dcgettext in those cases
 
-  * mpegvideo.c : fix dts generation for non-progressive stream.
+------------------------------------------------------------------------
+r14644 | courmisch | 2006-03-05 16:32:01 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_threads_funcs.h
 
-2003-01-20 Monday 00:23  hartman
+Add some ?\226?\128?\156const?\226?\128?\157s
 
- * ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
+------------------------------------------------------------------------
+r14643 | courmisch | 2006-03-05 16:29:52 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
-2003-01-19 Sunday 22:16  jpsaman
+Fix some warnings
 
- New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.
+------------------------------------------------------------------------
+r14642 | dionoea | 2006-03-05 15:58:31 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/release-howto.txt
 
-2003-01-19 Sunday 17:55  ipkiss
+We won't need to warn ECP about releases now.
 
-  * Compilation fix
+------------------------------------------------------------------------
+r14641 | dionoea | 2006-03-05 15:37:35 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
 
-2003-01-19 Sunday 16:57  massiot
+Fix build on Mac (i hope)
 
- Requalified some error messages into warnings.
+------------------------------------------------------------------------
+r14640 | courmisch | 2006-03-05 12:36:59 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-2003-01-19 Sunday 08:28  fenrir
+remove now useless x509-ca-bundle option
 
-  * avi.c : proper way to store fourcc.
+------------------------------------------------------------------------
+r14639 | courmisch | 2006-03-05 12:28:28 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
 
-2003-01-19 Sunday 08:27  fenrir
+Look for Root CA certificates in VLC data dir
 
-  * all: change the way fourcc are stored in bitmapinfoheader.
+------------------------------------------------------------------------
+r14638 | dionoea | 2006-03-05 12:24:59 +0100 (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 12:16:23 +0100 (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 12:10:34 +0100 (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
 
-2003-01-19 Sunday 03:16  sam
+config_GetDataDir(): returns path to VLC installed shared data
 
-   * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
-     the GetProgramPath call, stored the path in p_libvlc instead. Fixes
-     compilation under anything other than OS X.
+------------------------------------------------------------------------
+r14635 | courmisch | 2006-03-05 10:04:07 +0100 (Sun, 05 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Fix compilation AGAIN
 
-2003-01-18 Saturday 20:24  alexis
+------------------------------------------------------------------------
+r14634 | xtophe | 2006-03-04 23:53:51 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
 
- Compilation fix
+fileinfo.*: I should lean C++
 
-2003-01-18 Saturday 13:24  massiot
+------------------------------------------------------------------------
+r14633 | dionoea | 2006-03-04 23:48:20 +0100 (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
 
- Including font-eutopiabold36.rle for DivX and ogg subtitles.
+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 23:06:08 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
 
-2003-01-18 Saturday 04:57  hartman
+Fix node insertion. Thanks to zorglub.
 
- * ./modules/gui/macosx/open.m
-   - .bin files are now opened as disks, instead of as files
+------------------------------------------------------------------------
+r14631 | courmisch | 2006-03-04 23:05:10 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
-2003-01-18 Saturday 04:10  hartman
+Fix off by one bugs
 
- * ./modules/gui/macosx/open.m:
-   - Removed the pretty animation. Wasn't working. This looks better.
-   - fixed a potential memory problem
+------------------------------------------------------------------------
+r14630 | dionoea | 2006-03-04 22:52:53 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
 
-2003-01-17 Friday 23:59  sam
+dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)
 
-   * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
-     the source comments.
+------------------------------------------------------------------------
+r14629 | jpsaman | 2006-03-04 22:17:25 +0100 (Sat, 04 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_messages.h
 
-2003-01-17 Friday 21:46  hartman
+Coding Style fixes
+------------------------------------------------------------------------
+r14628 | jpsaman | 2006-03-04 21:38:01 +0100 (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 21:24:19 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+Remove superfluous dep
+
+------------------------------------------------------------------------
+r14626 | courmisch | 2006-03-04 21:19:15 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+closes #579
+
+------------------------------------------------------------------------
+r14625 | courmisch | 2006-03-04 21:11:01 +0100 (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 21:01:58 +0100 (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 19:42:35 +0100 (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 19:41:08 +0100 (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 19:36:29 +0100 (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 19:07:43 +0100 (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.
 
- * ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
+------------------------------------------------------------------------
+r14619 | dionoea | 2006-03-04 18:32:35 +0100 (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
 
-2003-01-17 Friday 19:36  sam
+------------------------------------------------------------------------
+r14618 | dionoea | 2006-03-04 18:09:04 +0100 (Sat, 04 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
 
-   * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
+Drag and Drop support in wx playlist.
+TODO: merge this playlist code with the gibalou mini playlist code.
+
+------------------------------------------------------------------------
+r14617 | dionoea | 2006-03-04 18:01:14 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
 
-2003-01-17 Friday 19:35  sam
+Humm ... forgot to save before commiting.
 
-   * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
-     navigation fixes from the Gtk+ interface.
+------------------------------------------------------------------------
+r14616 | dionoea | 2006-03-04 18:00:41 +0100 (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
 
-2003-01-17 Friday 19:22  sam
+Code the playlist_TreeMove function.
+zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?
 
-   * ./modules/control/rc/rc.c: boundary checks for chapter navigation.
+------------------------------------------------------------------------
+r14615 | courmisch | 2006-03-04 17:56:05 +0100 (Sat, 04 Mar 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
 
-2003-01-17 Friday 19:17  sam
+- 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
 
-   * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
-     of boundary checks in the handling of title/chapter menus. Title 0 is no
-     longer reachable (Closes: #26).
+------------------------------------------------------------------------
+r14614 | courmisch | 2006-03-04 17:06:27 +0100 (Sat, 04 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
 
-2003-01-17 Friday 18:19  titer
+- Load root certificates from /etc/ssl (currently very slow :( )
+- Cosmetic
+
+------------------------------------------------------------------------
+r14613 | courmisch | 2006-03-04 14:41:41 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+Missed one error case
+
+------------------------------------------------------------------------
+r14612 | courmisch | 2006-03-04 14:36:48 +0100 (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 14:31:59 +0100 (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 13:34:28 +0100 (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 13:20:06 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+libtool: Propagate errors from make (|un)install
+
+------------------------------------------------------------------------
+r14608 | fkuehne | 2006-03-04 12:53:03 +0100 (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 11:46:27 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Cosmetic
+
+------------------------------------------------------------------------
+r14606 | zorglub | 2006-03-04 10:28:06 +0100 (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 10:12:21 +0100 (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 10:00:10 +0100 (Sat, 04 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
+
+Shoud fix #'565
+
+------------------------------------------------------------------------
+r14603 | xtophe | 2006-03-04 01:59:51 +0100 (Sat, 04 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 23:43:22 +0100 (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 22:43:48 +0100 (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 18:29:13 +0100 (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 18:21:16 +0100 (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 18:12:15 +0100 (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 15:37:24 +0100 (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 14:51:04 +0100 (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 14:08:48 +0100 (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 13:19:56 +0100 (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 12:25:18 +0100 (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 12:19:00 +0100 (Fri, 03 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* copy and tabs... sigh.
+
+------------------------------------------------------------------------
+r14591 | hartman | 2006-03-03 12:15:55 +0100 (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 11:40:56 +0100 (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 11:22:18 +0100 (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 10:32:20 +0100 (Fri, 03 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Solaris breakage again
+
+------------------------------------------------------------------------
+r14587 | jpsaman | 2006-03-03 09:52:27 +0100 (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-03 00:40:17 +0100 (Fri, 03 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-03 00:24:37 +0100 (Fri, 03 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 23:39:03 +0100 (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
 
-  Fixed the 'Do not use DVD menus' check box.
+------------------------------------------------------------------------
+r14583 | courmisch | 2006-03-02 23:19:14 +0100 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_httpd.h
+
+Remove outdated comment
 
-2003-01-17 Friday 18:19  jpsaman
+------------------------------------------------------------------------
+r14582 | xtophe | 2006-03-02 21:39:49 +0100 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
 
- Updating slider only once a second now.
+Update lame. Closes #482
 
-2003-01-17 Friday 17:22  massiot
+------------------------------------------------------------------------
+r14581 | xtophe | 2006-03-02 21:38:43 +0100 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/gcrypt.patch
 
- [no log message]
+Fix Gcrypt patch
 
-2003-01-17 Friday 16:18  sam
+------------------------------------------------------------------------
+r14580 | xtophe | 2006-03-02 21:11:51 +0100 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
 
-   * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
-     sent to the parent video output by all filters, and mouse coordinates are
-     translated when necessary (Closes: #15).
+makefile: Fix livedotcom on win32
 
-2003-01-17 Friday 15:26  fenrir
+------------------------------------------------------------------------
+r14579 | xtophe | 2006-03-02 21:10:23 +0100 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
 
-  * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
-  * mpeg4video: removed a bad code dealing with pts discontinuity.
-  * pes.c: try to avoid copying the whole  PES. (the first 64ko
- ins't any more copied :)
+Makefile: use sed -i where possible
 
-2003-01-17 Friday 14:51  lool
+------------------------------------------------------------------------
+r14578 | xtophe | 2006-03-02 21:04:54 +0100 (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
 
-   * added missing static
+all: Update libgcrypt,gpg-error and gnutls (closes #570 )
 
-2003-01-17 Friday 13:54  sam
+------------------------------------------------------------------------
+r14577 | xtophe | 2006-03-02 20:34:31 +0100 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+
+Update x264 patch
 
-   * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
-     calculation in slow-mo.
+------------------------------------------------------------------------
+r14576 | xtophe | 2006-03-02 20:31:36 +0100 (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 19:19:03 +0100 (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 16:52:37 +0100 (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 16:19:32 +0100 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+
+Locale fixes (refs #528) + clean up
 
-2003-01-16 Thursday 23:37  sam
+------------------------------------------------------------------------
+r14572 | courmisch | 2006-03-02 15:27:09 +0100 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/gnutls.c
+
+use intptr_t (refs #574)
+
+------------------------------------------------------------------------
+r14571 | courmisch | 2006-03-02 15:23:03 +0100 (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 15:21:23 +0100 (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 14:54:40 +0100 (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 14:35:43 +0100 (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 14:02:37 +0100 (Thu, 02 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
+dist vlc_url.h
+
+------------------------------------------------------------------------
+r14566 | fkuehne | 2006-03-02 13:15:25 +0100 (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 13:14:52 +0100 (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-02 08:52:53 +0100 (Thu, 02 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 23:21:36 +0100 (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 23:00:37 +0100 (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 22:58:15 +0100 (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 22:41:11 +0100 (Wed, 01 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+Warning Explicit Kludge
+
+------------------------------------------------------------------------
+r14559 | fkuehne | 2006-03-01 22:08:17 +0100 (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 22:05:47 +0100 (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 22:00:49 +0100 (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 20:56:34 +0100 (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 20:11:24 +0100 (Wed, 01 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+* Darwin compilation fix
+------------------------------------------------------------------------
+r14554 | fkuehne | 2006-03-01 18:47:27 +0100 (Wed, 01 Mar 2006) | 1 line
+Changed paths:
+   M /trunk/modules/access/screen/mac.c
+
+* fixed some warnings
+------------------------------------------------------------------------
+r14553 | hartman | 2006-03-01 17:50:08 +0100 (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 14:36:01 +0100 (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 14:23:12 +0100 (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 14:13:03 +0100 (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 12:20:10 +0100 (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 11:41:47 +0100 (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 11:20:50 +0100 (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 10:53:39 +0100 (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-03-01 00:23:42 +0100 (Wed, 01 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+
+Don't preparse folders using input_Preprase
+
+------------------------------------------------------------------------
+r14544 | ipkiss | 2006-02-28 20:12:54 +0100 (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 16:46:46 +0100 (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 16:34:16 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
 
-   * ./Makefile.am: fixed distribution of MSVC files.
+make ZoomCallback work with extended GUI or deinterlace (refs #480)
 
-2003-01-16 Thursday 23:33  babal
+------------------------------------------------------------------------
+r14541 | hartman | 2006-02-28 16:31:04 +0100 (Tue, 28 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
 
- - my previous fix was a bad fix :(
+* 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.
 
-2003-01-16 Thursday 23:25  lool
+------------------------------------------------------------------------
+r14540 | courmisch | 2006-02-28 16:29:42 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
 
-   * configure.ac.in:
-     . renamed access_slp to slp
-     . slp is enabled by default if slp.h is present
-   * modules/access/slp.c:
-     . slp is now an access and a demux and forces the use of itself
-     . cleanups and bug corrections
-     . disappears of the playlist
-       Thanks to fenrir for the help in debugging!
+libtool: fix make distclean
 
-2003-01-16 Thursday 23:00  massiot
+------------------------------------------------------------------------
+r14539 | courmisch | 2006-02-28 16:12:37 +0100 (Tue, 28 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/src/Makefile.am
 
- * Bumped up revision number to 0.5.0-test3,
- * Rearranged fields in the OS X interface to accomodate for translations,
- * modules/access/dvd/ifo.c: fixed a crash with bad streams,
- * Auto-updated po files,
- * Manually updated fr.po.
+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)
 
-2003-01-16 Thursday 21:14  babal
+------------------------------------------------------------------------
+r14538 | courmisch | 2006-02-28 15:52:40 +0100 (Tue, 28 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
 
- - input.c : doesn't even try to use the headphone filter for
-             unsupported format (S/PDIF, ...)
- - m3u.c : support for MRLs
-           better detection of absolute path under Windows
- - configure.ac.in : off_t was defined twice for mingw32
- - fr.po : translation of headphone filter strings
+Fail when trying to advertise a stream with an out-of-scope address
+(avoids spamming the MBONE with incorrect private streams)
 
-2003-01-16 Thursday 20:08  lool
+------------------------------------------------------------------------
+r14537 | courmisch | 2006-02-28 13:58:37 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
 
-   * typo
+Use noinst_ rather than libvlc_ for builtins
 
-2003-01-16 Thursday 15:26  titer
+------------------------------------------------------------------------
+r14536 | dionoea | 2006-02-28 13:45:37 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
 
-  * InterfaceWindow.cpp : fixed DVD drag & drop
-  * PreferencesWindow.* : added the possibility not to use DVD menus
+Use VLC stream functions to load vlm configs. Refs #567
 
-2003-01-16 Thursday 14:40  massiot
+------------------------------------------------------------------------
+r14535 | courmisch | 2006-02-28 13:22:24 +0100 (Tue, 28 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
 
- Swedish is now sv, not se. Thanks yvounet. (c)
+Implement clean with --enable-libtool
+May fix builtins recompilation (theora, flac...)
 
-2003-01-16 Thursday 14:39  yves
+------------------------------------------------------------------------
+r14534 | courmisch | 2006-02-28 12:45:22 +0100 (Tue, 28 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
 
- * codec/mad plugin is replaced by audio_filter/mpgatofixed32.
- * new demux/m4v and mux/avi plugins
+Don't use p_symbols with libtool
+(this commit obviously breaks binary compatibility - clear your plugins)
 
-2003-01-16 Thursday 14:34  sam
+------------------------------------------------------------------------
+r14533 | courmisch | 2006-02-28 10:01:59 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
 
-   * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.
+Fix the work-around for the work-around
 
-2003-01-16 Thursday 14:08  massiot
+------------------------------------------------------------------------
+r14532 | courmisch | 2006-02-28 09:55:43 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
 
- * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
-   I do not have any file to test ; more precise PTS handling when losing
-   sync.
- * src/audio_output/intf.c: fixed a warning.
+Remove debug message
 
-2003-01-16 Thursday 13:58  hartman
+------------------------------------------------------------------------
+r14531 | courmisch | 2006-02-28 09:42:23 +0100 (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
 
- * ALL:
- - integrated play/pause toggled button
- - global shortcut for play/pause by use of spacebar
- - new pause.png
- - removed pause button
- - close button in intf window. register window in Window menuitem.
- - rearranged the menu
- - changed some key-combo's to be more OSX compliant/consistent
- - The time text-field is no longer selectable
- - The faster/slower/ff/stop etc button are only available during playback
- - added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
- - Added Add/Remove buttons to the llaylist.
- - Made the drawer 10 pixels smaller. Looks much better.
- - added a volume slider.
+mv -> mv -f
 
-2003-01-16 Thursday 13:49  hartman
+------------------------------------------------------------------------
+r14530 | courmisch | 2006-02-28 09:39:27 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/Makefile.am
 
- * ./modules/gui/macosx/controls.m:
-   - Added a volumeslider
-   - removed pause button
-   - added a fast forward action (increases speed in time)
-   - changed the play method to allow for a toggled play pause button
-   - volumeUp and VolumeDown take the state of the Mute Menuitem into account
-   - volumeUp and VolumeDown take the volumeSlider into account
- * ./modules/gui/macosx/intf.h:
-   - added references for the volumeslider, new menuitems
- * ./modules/gui/macosx/intf.m:
-   - correct init of volumeslider and other new intf elements
-   - new title for Controller window
-   - the state of buttons is dependant on a movie being played
-   - toggle the play/pause button if a play/pause action is detected.
- * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
- * ./modules/gui/macosx/vout.m:
-   - removed some control keys which were no longer necesarry
-   - give the window the title of the item being played
+Dist demo.sh
 
-2003-01-16 Thursday 13:22  hartman
+------------------------------------------------------------------------
+r14529 | courmisch | 2006-02-28 09:37:44 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
 
- VolumeGet/VolumeSet now work even if no file is playing.
+Missing quotes
 
-2003-01-16 Thursday 12:56  sam
+------------------------------------------------------------------------
+r14528 | courmisch | 2006-02-28 09:16:40 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/demo.sh
 
-   * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
+EOL style
 
-2003-01-16 Thursday 12:49  sam
+------------------------------------------------------------------------
+r14527 | hartman | 2006-02-28 03:03:33 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
 
-   * ./evc/config.h, ./msvc/config.h: proper generation of these files using
-     information from configure.ac.in. Thanks to Stephane van Hardeveld for
-     spotting this.
+* Use stream_UrlNew for vobsub loading instead of fopen. closes #567
 
-2003-01-16 Thursday 09:05  sam
+------------------------------------------------------------------------
+r14526 | hartman | 2006-02-28 02:28:38 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/demo.sh
 
-   * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.
+* demo.sh for Mac OS X VLC command
+
+------------------------------------------------------------------------
+r14525 | dionoea | 2006-02-28 00:24:39 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/demo.sh
+
+Add OpenGL rotating cube and video wall demos
+
+------------------------------------------------------------------------
+r14524 | dionoea | 2006-02-28 00:03:28 +0100 (Tue, 28 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/demo.sh
+
+Small fixes/changes
+
+------------------------------------------------------------------------
+r14523 | dionoea | 2006-02-27 23:47:21 +0100 (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 22:13:56 +0100 (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 22:07:25 +0100 (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 22:06:42 +0100 (Mon, 27 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Silly me
+
+------------------------------------------------------------------------
+r14519 | courmisch | 2006-02-27 21:59:08 +0100 (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 21:48:49 +0100 (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 21:29:39 +0100 (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 21:29:03 +0100 (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 13:46:42 +0100 (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 13:01:58 +0100 (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 22:30:50 +0100 (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 17:33:56 +0100 (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 16:49:54 +0100 (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 16:09:47 +0100 (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 15:48:02 +0100 (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 15:47:06 +0100 (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 15:23:16 +0100 (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 15:20:46 +0100 (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 13:35:30 +0100 (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 13:30:22 +0100 (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 13:29:40 +0100 (Sun, 26 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/m4
+
+svn:ignore libtool stuff
+
+------------------------------------------------------------------------
+r14502 | jpsaman | 2006-02-26 13:18:46 +0100 (Sun, 26 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Implement RTSP VOD connection throtle
+------------------------------------------------------------------------
+r14501 | courmisch | 2006-02-26 12:59:18 +0100 (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 22:11:18 +0100 (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 22:08:46 +0100 (Sat, 25 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+Nice user comment ...
+
+------------------------------------------------------------------------
+r14498 | courmisch | 2006-02-25 21:46:22 +0100 (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 16:50:43 +0100 (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 14:45:07 +0100 (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 23:39:45 +0100 (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 20:11:39 +0100 (Fri, 24 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/make.pl
+
+Remove a bit of noise
+
+------------------------------------------------------------------------
+r14493 | bigben | 2006-02-24 16:00:03 +0100 (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 14:43:10 +0100 (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 11:53:29 +0100 (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 10:55:51 +0100 (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 09:28:12 +0100 (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-24 08:57:54 +0100 (Fri, 24 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 23:59:03 +0100 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Make automake happy
+
+------------------------------------------------------------------------
+r14486 | courmisch | 2006-02-23 23:49:56 +0100 (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 23:08:24 +0100 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Clean up
+
+------------------------------------------------------------------------
+r14484 | courmisch | 2006-02-23 22:47:10 +0100 (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 22:41:05 +0100 (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 21:31:24 +0100 (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 21:20:31 +0100 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+
+Bitrates only
+
+------------------------------------------------------------------------
+r14480 | zorglub | 2006-02-23 21:18:16 +0100 (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 20:41:36 +0100 (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 20:38:14 +0100 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
+
+Linking order fix
+
+------------------------------------------------------------------------
+r14476 | courmisch | 2006-02-23 20:37:58 +0100 (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 20:17:31 +0100 (Thu, 23 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/control/libvlc_audio.c
+
+added missing $Id$
+
+
+------------------------------------------------------------------------
+r14474 | littlejohn | 2006-02-23 19:03:20 +0100 (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 18:32:49 +0100 (Thu, 23 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+   A /trunk/src/control/libvlc_audio.c
 
-2003-01-16 Thursday 09:02  sam
+LibVLC basic audio control API
 
-   * ./include/vlc_common.h: fixed win32 plugin compilation.
 
-2003-01-16 Thursday 09:00  sam
+------------------------------------------------------------------------
+r14472 | oaubert | 2006-02-23 18:02:03 +0100 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlcglue.c
 
-   * ALL: merged more UI strings.
+mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python
 
-2003-01-15 Wednesday 23:55  massiot
+------------------------------------------------------------------------
+r14471 | oaubert | 2006-02-23 17:44:09 +0100 (Thu, 23 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
 
- * Fixed MPEG audio layer III VBR,
- * Mac OS X interface thread gets a real-time priority as well to avoid
-   lock-ups,
- * VLAN error is now a warning.
+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.
 
-2003-01-15 Wednesday 13:58  massiot
+------------------------------------------------------------------------
+r14470 | oaubert | 2006-02-23 17:21:56 +0100 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
 
- Typo.
+mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()
 
-2003-01-15 Wednesday 13:48  sam
+------------------------------------------------------------------------
+r14469 | hartman | 2006-02-23 12:57:38 +0100 (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
 
-   * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
-     events once our window has been properly mapped.
+* make more contribs work with SDK. refs #182
 
-2003-01-15 Wednesday 13:46  massiot
+------------------------------------------------------------------------
+r14468 | courmisch | 2006-02-23 11:43:39 +0100 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/activex/Makefile.am
 
- message queue overflow is now a warning.
+Same fix for activeX
 
-2003-01-15 Wednesday 13:16  sam
+------------------------------------------------------------------------
+r14467 | courmisch | 2006-02-23 11:41:15 +0100 (Thu, 23 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
 
-   * ALL: slightly changed some interface strings so that they are common to
-     all GUIs, thus making the translators' work easier.
+Fix linking with included gettext
 
-2003-01-15 Wednesday 13:14  massiot
+------------------------------------------------------------------------
+r14466 | dionoea | 2006-02-23 00:34:54 +0100 (Thu, 23 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/mozilla/npvlc_rc.rc
+   M /trunk/mozilla/vlcplugin.h
 
- Better recovery on emulated startcode. Still doesn't work with VBR mp3's,
- though.
+Ogg mime type is application/ogg (see RFC 3534)
+Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646
 
-2003-01-15 Wednesday 12:25  massiot
+------------------------------------------------------------------------
+r14465 | dionoea | 2006-02-22 18:28:46 +0100 (Wed, 22 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/mosaic.c
 
- Dutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
- and Jean-Paul Saman <jpsaman@wxs.nl>.
+mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better.
 
-2003-01-15 Wednesday 11:46  titer
+distort.c: change line orders.
 
-  Fixed --with-mad and --with-mad-tree
+------------------------------------------------------------------------
+r14464 | hartman | 2006-02-22 17:27:50 +0100 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
 
-2003-01-15 Wednesday 11:27  massiot
+* Use EnsureUTF8 on the trackname of avi's. (no garentueed charset).
 
- VolumeUp/Down/Mute now work even if no file is playing.
+------------------------------------------------------------------------
+r14463 | hartman | 2006-02-22 17:17:24 +0100 (Wed, 22 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/src/video_output/vout_subpictures.c
 
-2003-01-15 Wednesday 10:58  massiot
+* Scale SSA subs if necessarry.
+* Scale width if only original height is known.
 
- * Totally rewrote the mad plug-in, in order to fix the PTS problems :
- - Now using the low-level API of libmad,
- - Decoding split in parsing & decoding (just like A/52),
- - Should handle dual-mono files correctly,
- * The old mpeg_audio plug-in can no longer work in this scheme and has
-   been disabled. Please _always_ compile with mad from now on.
- * Updated po files.
+------------------------------------------------------------------------
+r14462 | damienf | 2006-02-22 15:04:31 +0100 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/activex/Makefile.am
+   M /trunk/src/Makefile.am
 
-2003-01-15 Wednesday 00:49  jlj
+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
 
-   * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.
+------------------------------------------------------------------------
+r14461 | oaubert | 2006-02-22 14:20:59 +0100 (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)
 
-2003-01-15 Wednesday 00:10  massiot
+mediacontrol-python: rename vlcdebug to vlcwrapper
 
- Updated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.
+------------------------------------------------------------------------
+r14460 | oaubert | 2006-02-22 14:19:29 +0100 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlcdebug.py
 
-2003-01-14 Tuesday 22:44  sam
+vlcdebug.py: add documentation
 
-   * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
-     Steven M. Schultz.
+------------------------------------------------------------------------
+r14459 | oaubert | 2006-02-22 14:15:10 +0100 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/Makefile.am
+   M /trunk/bindings/mediacontrol-python/setup.py
 
-2003-01-14 Tuesday 22:03  titer
+mediacontrol-python: allow to build in a separate builddir
 
-   Fixed playlist behaviour (draging a file replaces the playlist, and
-  draging a file while pressing the 'Shift' key appends it while the
-  current one keeps playing.
+------------------------------------------------------------------------
+r14458 | damienf | 2006-02-22 13:21:23 +0100 (Wed, 22 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/activex/Makefile.am
+   M /trunk/src/Makefile.am
 
-2003-01-14 Tuesday 18:56  sam
+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.
 
-   * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
+------------------------------------------------------------------------
+r14457 | jpsaman | 2006-02-22 11:05:59 +0100 (Wed, 22 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/switcher.c
 
-2003-01-14 Tuesday 16:00  titer
+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 22:30:50 +0100 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
 
-  Now you can save preferences.
+wxstuff
 
-2003-01-14 Tuesday 15:31  titer
+------------------------------------------------------------------------
+r14455 | zorglub | 2006-02-21 22:19:54 +0100 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
 
-  * added a sanity lock
+Add a close button. Put "-" instead of nothing when there is no info
 
-2003-01-14 Tuesday 14:51  massiot
+------------------------------------------------------------------------
+r14454 | zorglub | 2006-02-21 20:51:15 +0100 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/streamdata.cpp
 
- * Fixed dual-mono handling of MPEG audio.
- * rc.c: fixed a warning.
+Fix theora in WX too (Closes:#531)
 
-2003-01-14 Tuesday 14:48  titer
+------------------------------------------------------------------------
+r14453 | fkuehne | 2006-02-21 20:44:47 +0100 (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 20:24:23 +0100 (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 17:38:23 +0100 (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 16:02:16 +0100 (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 13:49:02 +0100 (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 13:16:11 +0100 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Fix minor typo
+
+------------------------------------------------------------------------
+r14445 | courmisch | 2006-02-21 13:14:27 +0100 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/charset.h
+
+Oups, forgot this file
+
+------------------------------------------------------------------------
+r14444 | courmisch | 2006-02-21 13:13:59 +0100 (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 13:13:22 +0100 (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 12:58:05 +0100 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/Makefile
+
+libvlc.a is in src/
+
+------------------------------------------------------------------------
+r14441 | courmisch | 2006-02-21 12:53:49 +0100 (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 12:02:38 +0100 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Build vlc-bundle on BeOS
+
+------------------------------------------------------------------------
+r14438 | xtophe | 2006-02-21 10:07:44 +0100 (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 09:30:16 +0100 (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 22:00:10 +0100 (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 20:53:22 +0100 (Mon, 20 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Fix linking with C++ builtins
+
+------------------------------------------------------------------------
+r14423 | courmisch | 2006-02-20 19:00:28 +0100 (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 13:21:15 +0100 (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-20 00:22:02 +0100 (Mon, 20 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 23:41:29 +0100 (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 23:38:07 +0100 (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 22:20:09 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+Fix linking of C++ plugins
+
+------------------------------------------------------------------------
+r14417 | courmisch | 2006-02-19 21:14:07 +0100 (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 21:02:12 +0100 (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 20:59:47 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Really fix
+
+------------------------------------------------------------------------
+r14414 | courmisch | 2006-02-19 20:47:44 +0100 (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 19:29:08 +0100 (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 18:58:49 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Ahem hem typo
+
+------------------------------------------------------------------------
+r14411 | dionoea | 2006-02-19 18:16:05 +0100 (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 18:14:36 +0100 (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 17:25:27 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+compile can now work from subdirs
+
+------------------------------------------------------------------------
+r14408 | zorglub | 2006-02-19 17:16:56 +0100 (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
 
-  * Added a file panel for subtitles file selection.
+------------------------------------------------------------------------
+r14407 | dionoea | 2006-02-19 17:02:04 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
 
-2003-01-14 Tuesday 04:34  fenrir
+Remove debug message
 
-  * stream_output.c: fix a bug with "null" stream.
+------------------------------------------------------------------------
+r14406 | fkuehne | 2006-02-19 17:01:47 +0100 (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 16:46:44 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+Fix Mozilla plugin on ELF architectures
+
+------------------------------------------------------------------------
+r14404 | asmax | 2006-02-19 16:37:05 +0100 (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 16:21:58 +0100 (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 15:54:57 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/NEWS
+
+* JACK audio output
+
+------------------------------------------------------------------------
+r14401 | courmisch | 2006-02-19 15:54:38 +0100 (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 15:39:53 +0100 (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 15:32:13 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras
+
+More
+
+------------------------------------------------------------------------
+r14398 | zorglub | 2006-02-19 15:31:15 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/src
+
+svn:ignore
+
+------------------------------------------------------------------------
+r14397 | courmisch | 2006-02-19 15:28:50 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix
+
+------------------------------------------------------------------------
+r14396 | courmisch | 2006-02-19 15:15:04 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+Update files list
+
+------------------------------------------------------------------------
+r14395 | courmisch | 2006-02-19 15:13:29 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   D /trunk/lib
+
+Remove unused directory
+
+------------------------------------------------------------------------
+r14394 | courmisch | 2006-02-19 14:45:17 +0100 (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 14:44:29 +0100 (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 14:40:09 +0100 (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 14:36:15 +0100 (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 14:30:20 +0100 (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 14:11:21 +0100 (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 13:13:46 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+Ensure src/misc exists in builddir
+
+------------------------------------------------------------------------
+r14387 | courmisch | 2006-02-19 12:15:01 +0100 (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 10:52:55 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Clean up backported from [12323]
+
+------------------------------------------------------------------------
+r14385 | courmisch | 2006-02-19 10:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+ooups
+
+------------------------------------------------------------------------
+r14384 | courmisch | 2006-02-19 10:03:58 +0100 (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-19 00:10:54 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+update video filter news (again :) )
+
+------------------------------------------------------------------------
+r14382 | dionoea | 2006-02-19 00:08:23 +0100 (Sun, 19 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/rss.c
+
+rss.c: change module shortname
+
+------------------------------------------------------------------------
+r14381 | dionoea | 2006-02-19 00:06:12 +0100 (Sun, 19 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 23:20:59 +0100 (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 23:08:11 +0100 (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 21:49:46 +0100 (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 21:34:32 +0100 (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 21:32:03 +0100 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/util.c
+
+Fix warnings
+
+------------------------------------------------------------------------
+r14375 | jpsaman | 2006-02-18 21:28:47 +0100 (Sat, 18 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/include/vlc_vlm.h
+
+Remove whitespace
+------------------------------------------------------------------------
+r14374 | jpsaman | 2006-02-18 21:26:23 +0100 (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 21:24:27 +0100 (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 21:07:55 +0100 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/resampler/linear.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r14371 | courmisch | 2006-02-18 21:05:50 +0100 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r14370 | courmisch | 2006-02-18 21:04:36 +0100 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/en50221.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r14369 | sam | 2006-02-18 20:18:35 +0100 (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 20:04:19 +0100 (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 20:03:44 +0100 (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 19:53:24 +0100 (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 19:40:04 +0100 (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 18:57:47 +0100 (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 18:01:58 +0100 (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 16:45:35 +0100 (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 09:46:48 +0100 (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 09:37:26 +0100 (Sat, 18 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Fix typo noticed by zorglub
+
+------------------------------------------------------------------------
+r14359 | xtophe | 2006-02-18 00:14:57 +0100 (Sat, 18 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 23:49:12 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Add bluescreen video filter
+
+------------------------------------------------------------------------
+r14357 | dionoea | 2006-02-17 23:44:05 +0100 (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 23:10:56 +0100 (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 18:39:25 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
 
-2003-01-14 Tuesday 01:30  sigmunau
+mediacontrol_audio_video.c: remove debug message
 
- changed the a rule into add and made it work along with others such as play
- even when nothing is currently playing. Added a playlist command to list the
- entries currently in the playlist. plus some cleanups and sanity checks.
+------------------------------------------------------------------------
+r14354 | oaubert | 2006-02-17 18:02:59 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/mediacontrol-python/vlcglue.c
 
-2003-01-13 Monday 23:45  massiot
+vlcglue.c: same bug, specify malloc unit.
 
- Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.
+------------------------------------------------------------------------
+r14353 | oaubert | 2006-02-17 18:02:34 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_util.c
 
-2003-01-13 Monday 20:02  jlj
+mediacontrol_util.c: better safe than sorry, specify the malloc unit.
 
-   * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
+------------------------------------------------------------------------
+r14352 | oaubert | 2006-02-17 17:51:06 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_init.c
 
-2003-01-13 Monday 17:39  fenrir
+src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)
 
-  * adpcm: changed the way that data are read and thus seek will work.
+------------------------------------------------------------------------
+r14351 | hartman | 2006-02-17 17:15:50 +0100 (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
 
-2003-01-13 Monday 17:11  ipkiss
+* 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)
 
-  * MacOSX interface: fixed a stupid bug
-  * Win32 interface: completed support for channel selection
+------------------------------------------------------------------------
+r14350 | oaubert | 2006-02-17 16:28:10 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/control/mediacontrol_audio_video.c
 
-2003-01-13 Monday 16:58  massiot
+mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type
 
- Compilation fix.
+------------------------------------------------------------------------
+r14349 | dionoea | 2006-02-17 15:59:36 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/NEWS
 
-2003-01-13 Monday 15:20  sam
+update NEWS file
 
-   * ./toolbox: toolbox --update-po now automatically extracts strings from
-     the Win32 interface.
+------------------------------------------------------------------------
+r14348 | dionoea | 2006-02-17 15:56:06 +0100 (Fri, 17 Feb 2006) | 9 lines
+Changed paths:
+   M /trunk/modules/video_filter/logo.c
 
-2003-01-13 Monday 15:14  alexis
+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
 
- Fixed typo
+Note:
+The vout-filter segfaults upon destruction but i don't understand why...
+could someone have a look ?
 
-2003-01-13 Monday 14:51  massiot
 
- Do not forget to register aout_ChannelsRestart as the callback for
- audio-device, plus miscellaneous changes.
+------------------------------------------------------------------------
+r14347 | hartman | 2006-02-17 15:33:32 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/aout_internal.h
 
-2003-01-13 Monday 13:28  sam
+* This change should be better then the one in [14346]
 
-   * ./modules/video_output/sdl.c: protected libSDL initialization calls to
-     avoid race conditions and deadlocks.
+------------------------------------------------------------------------
+r14346 | hartman | 2006-02-17 15:20:02 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/aout_internal.h
 
-2003-01-13 Monday 04:46  fenrir
+* stricter aout_BufferFree
 
-  * mux/avi.c: added index creation.
-  * demux/avi.c: fix stream length calculation.
-  * stream_output.c: forgot a return value ...
+------------------------------------------------------------------------
+r14345 | courmisch | 2006-02-17 12:07:57 +0100 (Fri, 17 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
 
-2003-01-13 Monday 02:33  fenrir
+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 11:13:28 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)
 
-  * all: now mux and access_out can request to reserve some memory in front
- of each sout buffer (will prevent some unnecessary memcpy :). Not yet
- really used.
+------------------------------------------------------------------------
+r14343 | zorglub | 2006-02-17 06:50:26 +0100 (Fri, 17 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Fix compilation when VLM is disabled
 
-2003-01-13 Monday 02:30  fenrir
+------------------------------------------------------------------------
+r14342 | zorglub | 2006-02-17 06:46:08 +0100 (Fri, 17 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-17 06:42:13 +0100 (Fri, 17 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 23:07:36 +0100 (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 23:01:39 +0100 (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 22:31:36 +0100 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
 
-  * mp4: added parsing of some mov boxes (alternate movies).
+?
 
-2003-01-13 Monday 01:11  sam
+------------------------------------------------------------------------
+r14337 | massiot | 2006-02-16 22:19:47 +0100 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
 
-   * ./debian/rules: compilation bypasses for the Debian maintainer.
+!
 
-2003-01-12 Sunday 19:08  jpsaman
+------------------------------------------------------------------------
+r14336 | sigmunau | 2006-02-16 22:11:11 +0100 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/real.c
 
- Fixed some paths.
+real.c: fix some crashes
 
-2003-01-12 Sunday 19:08  jpsaman
+------------------------------------------------------------------------
+r14335 | fkuehne | 2006-02-16 21:05:18 +0100 (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 20:31:29 +0100 (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 18:31:31 +0100 (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
 
- Use gtk_main_quit only in one place (the function Manage()).
+[patch] unifying meta-information access, the 2nd by Daniel Str?\195?\164nger
+
+------------------------------------------------------------------------
+r14332 | zorglub | 2006-02-16 08:22:57 +0100 (Thu, 16 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
 
-2003-01-12 Sunday 18:26  fenrir
+Fix a doxygen comment
+
+------------------------------------------------------------------------
+r14331 | zorglub | 2006-02-15 23:31:49 +0100 (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 21:35:51 +0100 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/msn.c
+
+Typo
+
+------------------------------------------------------------------------
+r14329 | courmisch | 2006-02-15 20:59:30 +0100 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/growl.c
+
+Fix warning
+
+------------------------------------------------------------------------
+r14328 | zorglub | 2006-02-15 20:48:07 +0100 (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 20:40:27 +0100 (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 16:06:20 +0100 (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 15:15:10 +0100 (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 15:12:23 +0100 (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 15:11:16 +0100 (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 15:04:41 +0100 (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-15 03:09:01 +0100 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+-lws2_32 on win32...
+
+------------------------------------------------------------------------
+r14320 | djc | 2006-02-15 02:32:26 +0100 (Wed, 15 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
 
-  * avi: partial fix for non interleaved file with incorrect( I'm not sure
- about that) stream descriptor. Now at least video will be played.
+------------------------------------------------------------------------
+r14319 | djc | 2006-02-15 01:39:10 +0100 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Add "send" (-lsocket) dependance to growl module to fix BeOS build
 
-2003-01-12 Sunday 18:25  jlj
+------------------------------------------------------------------------
+r14318 | djc | 2006-02-15 01:15:21 +0100 (Wed, 15 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/growl.c
+
+Takes default TTL (instead of 42...)
 
-   * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
+------------------------------------------------------------------------
+r14317 | djc | 2006-02-15 00:59:50 +0100 (Wed, 15 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
 
-2003-01-12 Sunday 15:38  sigmunau
+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).
 
-  * src/video_output/video_output.c: add a key-pressed variable to p_vout
-  * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
- by reading the key-pressed variable
-  * modules/control/lirc/lirc.c: allow navigation with remote control by
- faking keypresses (closes #38). I think the remotes for dvdplayers usually
- have buttons for "root menu" and "title menu". Whould this be easily
- implemented in vlc?
+msn.c: should fix a refcount issue (*not?\194?\160tested*)
+
+------------------------------------------------------------------------
+r14316 | zorglub | 2006-02-14 23:50:13 +0100 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   A /trunk/src/control/vlm.c
 
-2003-01-12 Sunday 06:39  fenrir
+Missing file
+
+------------------------------------------------------------------------
+r14315 | zorglub | 2006-02-14 23:35:37 +0100 (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 22:41:23 +0100 (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 21:41:27 +0100 (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 18:20:32 +0100 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Safer Win32 code page translation
+
+------------------------------------------------------------------------
+r14311 | xtophe | 2006-02-14 16:38:21 +0100 (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 14:48:43 +0100 (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 13:32:50 +0100 (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 10:57:58 +0100 (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 10:56:42 +0100 (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 10:39:36 +0100 (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-14 08:11:18 +0100 (Tue, 14 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/msn.c
+
+Simplify
+
+------------------------------------------------------------------------
+r14304 | djc | 2006-02-14 02:40:59 +0100 (Tue, 14 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.
 
-  * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
- You have to force this demuxer.
+------------------------------------------------------------------------
+r14303 | sigmunau | 2006-02-13 23:44:24 +0100 (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
 
-2003-01-12 Sunday 04:30  fenrir
+all: parametric equalizer by  Antti Huovilainen (adapted for vlc by me)
 
-  * avi.c: avi muxer. (It produces broken files, but vlc is able to read
- them).
+------------------------------------------------------------------------
+r14302 | dionoea | 2006-02-13 23:09:56 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
 
-2003-01-12 Sunday 04:11  fenrir
+attempt to fix the winCE build
 
-  * some workaround for clock.
+------------------------------------------------------------------------
+r14301 | courmisch | 2006-02-13 22:03:32 +0100 (Mon, 13 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
 
-2003-01-12 Sunday 02:08  titer
+- 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)
 
-  * beos/* : fixed a bug in the progress bar with big files
-  * beos_specific.cpp : fixed the app signature
-  * VlcWrapper.* : removed unused code
+------------------------------------------------------------------------
+r14300 | courmisch | 2006-02-13 21:11:48 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
 
-2003-01-12 Sunday 01:26  sigmunau
+Undo erronously commited debug preprocessing directives
 
-  new rule for remote controls with combined play/pause button (like mine has)
+------------------------------------------------------------------------
+r14299 | xtophe | 2006-02-13 21:06:22 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
 
-2003-01-12 Sunday 00:22  titer
+unicode.c: Fix WinCE build (well for this file only)
 
-  Corrected the list of supported MIME types.
+------------------------------------------------------------------------
+r14298 | courmisch | 2006-02-13 20:14:30 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
 
-2003-01-11 Saturday 20:42  titer
+Replace forbidden characters with underscores when attempting to dump a stream (closes #423)
 
-  * Needed update because variables names changed in the 'adjust' module.
+------------------------------------------------------------------------
+r14297 | courmisch | 2006-02-13 20:13:05 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
 
-2003-01-11 Saturday 20:25  gitan
+Fix typo
 
- * SAP is disabled by default.
+------------------------------------------------------------------------
+r14296 | courmisch | 2006-02-13 17:53:46 +0100 (Mon, 13 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_output/x11/xcommon.c
 
-2003-01-11 Saturday 19:33  stippi
+- 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)
 
- fixed flickering of skip buttons (and consequently crashing if you pressed them)
+------------------------------------------------------------------------
+r14295 | xtophe | 2006-02-13 17:37:42 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
 
-2003-01-11 Saturday 18:31  fenrir
+unicode.c: Fix logic to set use_iconv
 
-  * avi: fix my last fix :)
+------------------------------------------------------------------------
+r14294 | xtophe | 2006-02-13 16:22:59 +0100 (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 14:31:01 +0100 (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 14:23:20 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+Fix windows build
+
+------------------------------------------------------------------------
+r14291 | courmisch | 2006-02-13 14:16:08 +0100 (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 12:49:38 +0100 (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 12:19:04 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
+
+Fix typo
+
+------------------------------------------------------------------------
+r14288 | courmisch | 2006-02-13 12:15:59 +0100 (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 11:47:43 +0100 (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 11:47:12 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+getcwd() unicode fix
+
+------------------------------------------------------------------------
+r14285 | hartman | 2006-02-13 11:31:57 +0100 (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 11:30:30 +0100 (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 10:54:15 +0100 (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 09:36:52 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Some WinCE fixes
+
+------------------------------------------------------------------------
+r14281 | courmisch | 2006-02-13 09:30:55 +0100 (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-13 08:18:42 +0100 (Mon, 13 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-13 03:36:14 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* It's POSTPROC, not POSPROC
+
+------------------------------------------------------------------------
+r14278 | courmisch | 2006-02-12 23:45:04 +0100 (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 22:39:09 +0100 (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 22:22:20 +0100 (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 22:12:12 +0100 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+utfeightize psz_homedir
+
+------------------------------------------------------------------------
+r14274 | ipkiss | 2006-02-12 22:11:14 +0100 (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 22:05:53 +0100 (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 20:57:48 +0100 (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 20:55:38 +0100 (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 20:51:12 +0100 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Cosmetic fix
+
+------------------------------------------------------------------------
+r14269 | courmisch | 2006-02-12 20:48:50 +0100 (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 19:20:54 +0100 (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 18:38:36 +0100 (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 18:31:53 +0100 (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 18:31:39 +0100 (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 18:14:07 +0100 (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 18:04:45 +0100 (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 17:36:41 +0100 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+ BeOS fix
+
+------------------------------------------------------------------------
+r14261 | titer | 2006-02-12 17:02:08 +0100 (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 16:48:57 +0100 (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 16:30:40 +0100 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/testsuite/Modules.am
+
+Fix distcheck
+
+------------------------------------------------------------------------
+r14258 | zorglub | 2006-02-12 16:28:56 +0100 (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 15:22:08 +0100 (Sun, 12 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/utils/var_tree.cpp
+
+Remove debug
+
+------------------------------------------------------------------------
+r14256 | courmisch | 2006-02-12 12:39:00 +0100 (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 12:18:43 +0100 (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 23:05:14 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/charset.c
+
+Remove always true condition
+
+------------------------------------------------------------------------
+r14253 | courmisch | 2006-02-11 23:04:54 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+
+Fix previous commit
+
+------------------------------------------------------------------------
+r14252 | courmisch | 2006-02-11 22:46:06 +0100 (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 22:20:24 +0100 (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 21:41:57 +0100 (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 21:17:20 +0100 (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 19:40:13 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Fix invalid debug message
+
+------------------------------------------------------------------------
+r14247 | zorglub | 2006-02-11 19:11:29 +0100 (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 19:01:42 +0100 (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 18:55:28 +0100 (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 18:50:46 +0100 (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 18:42:40 +0100 (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 18:30:48 +0100 (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 18:28:27 +0100 (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 18:27:09 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+Fix typo
+
+------------------------------------------------------------------------
+r14239 | courmisch | 2006-02-11 18:00:08 +0100 (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 17:10:43 +0100 (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 16:49:24 +0100 (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)
 
-2003-01-11 Saturday 18:10  fenrir
+------------------------------------------------------------------------
+r14236 | zorglub | 2006-02-11 16:21:21 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+only round width and scale height accordingly
 
-  * asf: prevent some segfault with broken file. (partially fix bug 72)
-  * avi: respect frame size (for audio codec) and close bug 75.
-  * ffmpeg: can now read multiples audio frames from the same buffer.
+------------------------------------------------------------------------
+r14235 | courmisch | 2006-02-11 16:13:56 +0100 (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 16:12:06 +0100 (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 15:53:44 +0100 (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 15:50:37 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Round scaled sizes to 16 (Closes:#524)
 
-2003-01-11 Saturday 17:23  ipkiss
+------------------------------------------------------------------------
+r14231 | zorglub | 2006-02-11 15:26:53 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
 
-  * Fixed my previous commit (thanks fenrir)
+Don't crash in record filter (Closes:#542)
 
-2003-01-11 Saturday 14:09  ipkiss
+------------------------------------------------------------------------
+r14230 | zorglub | 2006-02-11 15:14:18 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
 
-  * compilation fix
+Don't make image when we are not interested in the item
 
-2003-01-10 Friday 17:30  lool
+------------------------------------------------------------------------
+r14229 | zorglub | 2006-02-11 15:08:44 +0100 (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
 
-   * re-included playlist.h (got confused with vlc-playlist.h)
+Handle Page up / Page down (Refs:#477)
 
-2003-01-10 Friday 17:01  titer
+------------------------------------------------------------------------
+r14228 | courmisch | 2006-02-11 14:40:43 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/src/stream_output/sap.c
 
-  Thread priority management on BeOS.
+Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)
 
-2003-01-10 Friday 16:21  titer
+------------------------------------------------------------------------
+r14227 | courmisch | 2006-02-11 14:39:03 +0100 (Sat, 11 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
 
-  Definitively fixed sync (I hope).
+- 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)
 
-2003-01-10 Friday 13:21  massiot
+------------------------------------------------------------------------
+r14226 | courmisch | 2006-02-11 12:58:34 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
 
- Fixed liba52 detection using --with-a52.
+Simplify [12964]
 
-2003-01-10 Friday 12:34  asmax
+------------------------------------------------------------------------
+r14225 | fkuehne | 2006-02-11 12:34:31 +0100 (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
 
- * fixed previous commit (didn't work everytime)
+* 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 11:49:30 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
 
-2003-01-10 Friday 11:02  asmax
+SAP hop limit should always be 255 as per its specification - refs #404
 
- * enable the network channel box when selecting network channel input
-   (gnome interface)
+------------------------------------------------------------------------
+r14223 | courmisch | 2006-02-11 11:47:42 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
 
-2003-01-10 Friday 10:01  lool
+Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)
 
-   * removed an useless inclusion
+------------------------------------------------------------------------
+r14222 | courmisch | 2006-02-11 11:42:48 +0100 (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
 
-2003-01-10 Friday 09:28  lool
+Implement IPv6 multicast output interface selection (closes #491)
+
+------------------------------------------------------------------------
+r14221 | hartman | 2006-02-11 04:04:42 +0100 (Sat, 11 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. 
 
-   * access_slp LD options
+------------------------------------------------------------------------
+r14220 | hartman | 2006-02-11 02:37:30 +0100 (Sat, 11 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-11 01:07:40 +0100 (Sat, 11 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-11 01:01:55 +0100 (Sat, 11 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-11 00:39:53 +0100 (Sat, 11 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 23:56:32 +0100 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/testsuite/Modules.am
+
+Revert brocken commit [14215]
+
+------------------------------------------------------------------------
+r14215 | xtophe | 2006-02-10 23:24:20 +0100 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/testsuite/Modules.am
+
+Unbreack distcheck. First step
+
+------------------------------------------------------------------------
+r14214 | hartman | 2006-02-10 23:03:34 +0100 (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 22:46:17 +0100 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcd/vcd.c
+
+* fprintf -> msg_Dbg
+
+------------------------------------------------------------------------
+r14212 | zorglub | 2006-02-10 22:14:12 +0100 (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 20:56:59 +0100 (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 20:53:09 +0100 (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 18:24:25 +0100 (Fri, 10 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+Use correct Transport answer
+------------------------------------------------------------------------
+r14208 | xtophe | 2006-02-10 18:24:14 +0100 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-2003-01-10 Friday 09:25  lool
+configure.ac: Test glide even when the user specify it
+
+------------------------------------------------------------------------
+r14207 | courmisch | 2006-02-10 17:46:07 +0100 (Fri, 10 Feb 2006) | 4 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
 
-   * New entries:
-     2.16 NO VIDEO!! or NO AUDIO !!
-     3.3.4 Does VLC support DVD from all zones?
-     3.3.5 How can I take screenshots?
-     5. Miscellaneous
-     5.1 How may I help your project?
-     5.2 Why are your mailing-lists and your website in english?
+- Use OS default TTL when not overriden
+- Clean up
+(refs #404)
+
+------------------------------------------------------------------------
+r14206 | courmisch | 2006-02-10 17:34:41 +0100 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv6.c
 
-2003-01-10 Friday 08:04  yves
+Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow
+
+------------------------------------------------------------------------
+r14205 | dionoea | 2006-02-10 17:30:20 +0100 (Fri, 10 Feb 2006) | 3 lines
+Changed paths:
+   M /trunk/mozilla/vlcshell.cpp
 
- * vlc.spec: new packetizer/mpeg4audio plugin added.
+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 17:25:57 +0100 (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
 
-2003-01-10 Friday 06:16  lool
+gcc 4.1 compile fix from marvin24 #?\194?\160gmx.de
+
+------------------------------------------------------------------------
+r14203 | sigmunau | 2006-02-10 16:05:45 +0100 (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
 
-   * removed VLC_GO to avoid skipping to the last program
+vlc vod server can now serve about 5 seconds of video to amino stbs
+
+------------------------------------------------------------------------
+r14202 | jpsaman | 2006-02-10 15:51:10 +0100 (Fri, 10 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
 
-2003-01-10 Friday 04:58  lool
+Also add support for x-playNow in RtspCallback.
+------------------------------------------------------------------------
+r14201 | jpsaman | 2006-02-10 15:44:19 +0100 (Fri, 10 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+sanity check
+------------------------------------------------------------------------
+r14200 | jpsaman | 2006-02-10 15:43:05 +0100 (Fri, 10 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Indentation and coding style fixes
+------------------------------------------------------------------------
+r14199 | jpsaman | 2006-02-10 14:51:11 +0100 (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 13:58:55 +0100 (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-10 03:53:57 +0100 (Fri, 10 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/quicktime.c
+
+* Fix the QT video decoder. refs #345
+
+------------------------------------------------------------------------
+r14196 | xtophe | 2006-02-09 13:31:17 +0100 (Thu, 09 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/zsh.cpp
+
+Remove debug.
+
+------------------------------------------------------------------------
+r14195 | courmisch | 2006-02-09 13:06:02 +0100 (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 17:26:56 +0100 (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 11:39:33 +0100 (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 11:33:46 +0100 (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-08 00:03:45 +0100 (Wed, 08 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/win32text.c
+
+Typo.
+
+------------------------------------------------------------------------
+r14190 | zorglub | 2006-02-07 22:08:32 +0100 (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 21:41:17 +0100 (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 18:08:18 +0100 (Tue, 07 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_osd.h
+
+looks like this was retrocommited :)
+
+------------------------------------------------------------------------
+r14187 | courmisch | 2006-02-07 17:37:40 +0100 (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 17:24:30 +0100 (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 17:07:58 +0100 (Tue, 07 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/win32text.c
+
+* Fix win32 text renderer.
+
+------------------------------------------------------------------------
+r14184 | hartman | 2006-02-07 16:18:06 +0100 (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 16:09:21 +0100 (Tue, 07 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_osd.h
+
+* dos2unix of vlc_osd.h
+
+------------------------------------------------------------------------
+r14182 | rocky | 2006-02-06 16:30:30 +0100 (Mon, 06 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
+
+minor corrections
+------------------------------------------------------------------------
+r14181 | rocky | 2006-02-06 13:41:12 +0100 (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 13:07:40 +0100 (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 23:14:00 +0100 (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 23:02:12 +0100 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
 
-   * configure.ac.in, modules/access/slp.c: New SLP access module,
-         see <http://www.openslp.org/>
+sout-standard-url is deprecated
 
-2003-01-10 Friday 01:09  ipkiss
+------------------------------------------------------------------------
+r14177 | dionoea | 2006-02-05 23:01:23 +0100 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
 
-  * ./modules/gui/win32: fixed a bug in the preferences (closes #60)
+Deprecated options handling
 
-2003-01-09 Thursday 23:43  massiot
+------------------------------------------------------------------------
+r14176 | courmisch | 2006-02-05 21:52:29 +0100 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
 
- * OS X: Fixed a segfault with empty configuration strings (closes #65),
- * cosmetic messages cleanups.
+Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)
 
-2003-01-09 Thursday 22:30  lool
+------------------------------------------------------------------------
+r14175 | zorglub | 2006-02-05 14:38:05 +0100 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
 
-   * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)
+Show sliders for stream with no time info but position info (Closes:#484)
 
-2003-01-09 Thursday 18:23  fenrir
+------------------------------------------------------------------------
+r14174 | hartman | 2006-02-05 13:47:47 +0100 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
 
-  * avi: read less data at once as it seems to give better sound. (I thinks
- it's more a workaround that a true fix).
+* Added YVYU blending and fixed UYVY blending.
 
-2003-01-09 Thursday 18:06  sam
+------------------------------------------------------------------------
+r14173 | hartman | 2006-02-05 13:43:38 +0100 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_yuy2.h
+   M /trunk/modules/video_chroma/i422_yuy2.h
 
-   * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.
+* Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
 
-2003-01-09 Thursday 17:47  sam
+------------------------------------------------------------------------
+r14172 | zorglub | 2006-02-05 12:09:13 +0100 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
 
-   * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
-     instead of i_pitch for pixel access (Closes: #30).
+Add a "Close" button to the errors window and fix the "Stop showing errors" string
 
-2003-01-09 Thursday 16:26  sam
+------------------------------------------------------------------------
+r14171 | zorglub | 2006-02-05 12:05:21 +0100 (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
 
-   * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
-     closes #30).
+Some WX VLM dialog improvements
 
-2003-01-09 Thursday 15:38  sam
+------------------------------------------------------------------------
+r14170 | hartman | 2006-02-05 00:46:28 +0100 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
 
-   * ./modules/video_filter/adjust.c: rehandled code and enhanced the
-     config variables descriptions.
+* Hopefully added UYVY blending for YUVA and YUVP. (Untested)
 
-2003-01-09 Thursday 14:05  sam
+------------------------------------------------------------------------
+r14169 | xtophe | 2006-02-05 00:26:40 +0100 (Sun, 05 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/Modules.am
 
-   * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.
+Include the bitmaps in tarball
+
+------------------------------------------------------------------------
+r14168 | zorglub | 2006-02-04 23:57:01 +0100 (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
 
-2003-01-09 Thursday 14:00  sam
+Better fix
+
+------------------------------------------------------------------------
+r14167 | hartman | 2006-02-04 23:56:34 +0100 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
 
-   * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
-     now use the visible pitch of a picture, not its total pitch (Closes: #29).
+* Use UYVY fourcc instead of Y422, since i believe it's more common.
+
+------------------------------------------------------------------------
+r14166 | dionoea | 2006-02-04 23:53:09 +0100 (Sat, 04 Feb 2006) | 5 lines
+Changed paths:
+   M /trunk/src/misc/update.c
 
-2003-01-09 Thursday 10:12  sam
+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)
 
-   * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
-     according to the playing rate.
 
-2003-01-08 Wednesday 23:15  massiot
+------------------------------------------------------------------------
+r14165 | dionoea | 2006-02-04 23:34:40 +0100 (Sat, 04 Feb 2006) | 7 lines
+Changed paths:
+   M /trunk/src/interface/interaction.c
 
- Do not bail out when no *.gmo exists.
+prevent some more segfaults.
 
-2003-01-08 Wednesday 16:40  lool
+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 20:54:37 +0100 (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 20:48:38 +0100 (Sat, 04 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Weed some dead code
+------------------------------------------------------------------------
+r14162 | zorglub | 2006-02-04 20:28:20 +0100 (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 19:16:13 +0100 (Sat, 04 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/misc/rtsp.c
+
+fprintf die die
+------------------------------------------------------------------------
+r14160 | zorglub | 2006-02-04 18:08:44 +0100 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+Memleak
+
+------------------------------------------------------------------------
+r14159 | zorglub | 2006-02-04 18:05:14 +0100 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   A /trunk/extras/valgrind.suppressions
+
+Valgrind errors suppression file
+
+------------------------------------------------------------------------
+r14158 | zorglub | 2006-02-04 18:03:40 +0100 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_symbols.h
+
+Missing file
+
+------------------------------------------------------------------------
+r14157 | zorglub | 2006-02-04 17:26:23 +0100 (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 16:28:36 +0100 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+Fix memleak
+
+------------------------------------------------------------------------
+r14155 | zorglub | 2006-02-04 14:56:07 +0100 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/hashtables.c
+
+Fix stupid bug
+
+------------------------------------------------------------------------
+r14154 | zorglub | 2006-02-04 13:50:41 +0100 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/hashtables.c
+
+Don't read uninitialized values
+
+------------------------------------------------------------------------
+r14153 | zorglub | 2006-02-04 12:04:42 +0100 (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 10:24:50 +0100 (Sat, 04 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/hashtables.c
+
+Don't check the full string
+
+------------------------------------------------------------------------
+r14151 | zorglub | 2006-02-04 01:08:50 +0100 (Sat, 04 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-04 00:52:45 +0100 (Sat, 04 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 20:53:47 +0100 (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 16:10:12 +0100 (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 15:07:41 +0100 (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 10:54:22 +0100 (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-03 01:13:11 +0100 (Fri, 03 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-03 00:54:03 +0100 (Fri, 03 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-03 00:35:12 +0100 (Fri, 03 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/Doxyfile
+
+update Doxyfile using "doxygen -u"
+
+------------------------------------------------------------------------
+r14142 | dionoea | 2006-02-03 00:31:42 +0100 (Fri, 03 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-03 00:04:59 +0100 (Fri, 03 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 20:00:08 +0100 (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 19:06:20 +0100 (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 18:44:07 +0100 (Thu, 02 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/update.c
+
+remove old uneeded #include
+
+------------------------------------------------------------------------
+r14137 | dionoea | 2006-02-02 18:29:06 +0100 (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 17:36:48 +0100 (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 12:59:15 +0100 (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 11:59:17 +0100 (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-02 04:22:52 +0100 (Thu, 02 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-02 03:44:31 +0100 (Thu, 02 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 21:51:18 +0100 (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 21:24:23 +0100 (Wed, 01 Feb 2006) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/mpegvideo.c
+
+Fixed a memleak
+------------------------------------------------------------------------
+r14129 | courmisch | 2006-02-01 21:04:09 +0100 (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 20:52:29 +0100 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/bindings/python/vlcglue.h
+
+One more
+
+------------------------------------------------------------------------
+r14127 | courmisch | 2006-02-01 20:49:08 +0100 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/developer2
+
+svn:ignore built doc
+
+------------------------------------------------------------------------
+r14126 | courmisch | 2006-02-01 20:47:14 +0100 (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 20:44:56 +0100 (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 20:40:01 +0100 (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 20:32:40 +0100 (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 20:21:41 +0100 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/share/skins2
+
+svn:ignore built skins
+
+------------------------------------------------------------------------
+r14121 | courmisch | 2006-02-01 20:20:17 +0100 (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 19:13:49 +0100 (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 19:08:49 +0100 (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 19:06:48 +0100 (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 19:02:40 +0100 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wince/preferences.cpp
+
+Translate french comment
+
+------------------------------------------------------------------------
+r14116 | courmisch | 2006-02-01 19:01:03 +0100 (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 18:44:04 +0100 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsc.c
+
+Fix warnings
+
+------------------------------------------------------------------------
+r14114 | courmisch | 2006-02-01 18:41:29 +0100 (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 17:52:42 +0100 (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 17:27:57 +0100 (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 16:40:53 +0100 (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 16:28:42 +0100 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+Simpler use of HAVE_ASSERT
+
+------------------------------------------------------------------------
+r14109 | courmisch | 2006-02-01 16:27:59 +0100 (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 15:57:12 +0100 (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 15:39:05 +0100 (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 14:28:59 +0100 (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 14:10:55 +0100 (Wed, 01 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r14104 | sam | 2006-02-01 14:01:06 +0100 (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 13:44:16 +0100 (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 13:22:52 +0100 (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 13:16:42 +0100 (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 13:06:56 +0100 (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 12:45:18 +0100 (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 12:20:52 +0100 (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 10:57:37 +0100 (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-02-01 04:36:40 +0100 (Wed, 01 Feb 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 23:17:30 +0100 (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 21:38:35 +0100 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+add missing images
+
+------------------------------------------------------------------------
+r14093 | hartman | 2006-01-31 21:27:25 +0100 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+* SYS_DARWIN -> __ppc__ || __ppc64__
+
+------------------------------------------------------------------------
+r14092 | hartman | 2006-01-31 21:00:49 +0100 (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 20:50:50 +0100 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/browse
+   M /trunk/share/http/js/functions.js
 
-   * typos
-   * mentionned Redhat because it disables DMA
+misc IE and windows fixes or workarounds.
 
-2003-01-08 Wednesday 16:40  fenrir
+------------------------------------------------------------------------
+r14090 | dionoea | 2006-01-31 17:39:10 +0100 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/dialogs/sout
 
-  * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
- muxer with libdvbpsi.
-  * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
- (only in ts_dvbpsi demuxer).
+default show full sout interface
 
-2003-01-08 Wednesday 15:13  titer
+------------------------------------------------------------------------
+r14089 | sigmunau | 2006-01-31 17:27:50 +0100 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/modules_inner.h
 
-  Partial fix for video/audio sync.
+fixed the smallest and most elusive leak yet
 
-2003-01-08 Wednesday 14:59  sam
+------------------------------------------------------------------------
+r14088 | sigmunau | 2006-01-31 16:18:45 +0100 (Tue, 31 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
 
-   * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
-     display.
+vlm.c: fixed minor memleak
 
-2003-01-08 Wednesday 14:31  lool
+------------------------------------------------------------------------
+r14087 | sigmunau | 2006-01-31 16:11:08 +0100 (Tue, 31 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/misc/logger.c
 
-   * Mentionned the inclusion of the contrib dir
+logger.c: put in header prefix for syslog output (still missing for text 
+and html)
 
-2003-01-08 Wednesday 14:00  sigmunau
+------------------------------------------------------------------------
+r14086 | courmisch | 2006-01-31 11:48:47 +0100 (Tue, 31 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
 
- use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
- a minor change in argumets passed to nsis
+Generate correct originating address in SAP header
+in case of IPv4 advertisement on a IPv6-enabled OS
 
-2003-01-08 Wednesday 13:52  titer
+------------------------------------------------------------------------
+r14085 | courmisch | 2006-01-30 23:02:47 +0100 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
 
-  Use pf_memcpy and pf_memset.
+Fix error handling in (From|To)Locale
 
-2003-01-08 Wednesday 12:13  lool
+------------------------------------------------------------------------
+r14084 | dionoea | 2006-01-30 22:47:38 +0100 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
 
-   * New entries:
-     4. Legal concerns
-     4.1 May I use the VideoLAN logo?
-     4.2 May I reditribute VLC?
+fix nasm url
 
-2003-01-08 Wednesday 10:50  massiot
+------------------------------------------------------------------------
+r14083 | hartman | 2006-01-30 19:14:05 +0100 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
 
- * Added --no-spdif option (just like in OSS) and fixed a localization bug.
+* Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.
 
-2003-01-08 Wednesday 10:46  fenrir
+------------------------------------------------------------------------
+r14082 | courmisch | 2006-01-30 18:44:38 +0100 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
 
-  * mp4.c: allowed multiple moov headers by taking the first one
- (multiple moov headers is strictly forbidden but I 've seen such file)
+Remove .vlt with mostlyclean
 
-2003-01-08 Wednesday 10:43  fenrir
+------------------------------------------------------------------------
+r14081 | courmisch | 2006-01-30 18:39:42 +0100 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Add missing file
+
+------------------------------------------------------------------------
+r14080 | courmisch | 2006-01-30 18:38:27 +0100 (Mon, 30 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Hopefully fixes .vlt build
+
+------------------------------------------------------------------------
+r14079 | dionoea | 2006-01-30 18:33:05 +0100 (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 17:59:29 +0100 (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 17:07:35 +0100 (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 13:20:37 +0100 (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 12:13:11 +0100 (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 23:58:42 +0100 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Should fix skins stuff build
+
+------------------------------------------------------------------------
+r14073 | zorglub | 2006-01-29 23:47:31 +0100 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+
+Should fix CDDA build
+
+------------------------------------------------------------------------
+r14072 | hartman | 2006-01-29 23:11:04 +0100 (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 22:45:13 +0100 (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 20:13:35 +0100 (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 20:04:07 +0100 (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 18:33:55 +0100 (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 18:00:31 +0100 (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 17:44:04 +0100 (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 16:25:07 +0100 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+* FORTUNE !!!! :D
+
+------------------------------------------------------------------------
+r14064 | dionoea | 2006-01-29 15:26:57 +0100 (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 15:19:37 +0100 (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 12:38:15 +0100 (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 12:01:37 +0100 (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 11:36:46 +0100 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+Remove debug messages
+
+------------------------------------------------------------------------
+r14059 | courmisch | 2006-01-29 11:35:30 +0100 (Sun, 29 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/network/tcp.c
+
+Remove erroneous debug message
+
+
+------------------------------------------------------------------------
+r14058 | courmisch | 2006-01-29 10:11:11 +0100 (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
 
-  * faad: fixed a segfault when faad initialisation failed.(anyway it
- doesn't solve the real problem).
+------------------------------------------------------------------------
+r14057 | courmisch | 2006-01-29 10:03:15 +0100 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
 
-2003-01-08 Wednesday 10:41  fenrir
+Fix output stream leak in case of Avahi error
 
-  * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
- an vol header. (In fact reverse an prevous commit)
+------------------------------------------------------------------------
+r14056 | courmisch | 2006-01-29 10:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
 
-2003-01-08 Wednesday 10:40  fenrir
+Clean up
 
-  * file.c: removed an useless debug message.
+------------------------------------------------------------------------
+r14055 | dionoea | 2006-01-29 01:11:22 +0100 (Sun, 29 Jan 2006) | 6 lines
+Changed paths:
+   M /trunk/modules/control/http/mvar.c
+   M /trunk/src/misc/vlm.c
 
-2003-01-08 Wednesday 10:38  fenrir
+modules/control/http/mvar.c : explore vlm_message_t trees all the way
+                              (instead of stoping after a depth of 2)
 
-  * all: added a new function (sout_BufferChain) and allowed dummy
- stream input creation (with "null" fourcc).
+src/misc/vlm.c : minor instance information reporting change
 
-2003-01-08 Wednesday 10:34  fenrir
 
-  * pes.c, ps.c: a52 stream should now work.
-  * ts.c: added support for libdvbpsi (like ts demux, two modules are
- generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt
- without libdvbpsi. More works to add mpeg4 support (now I generate IOD
- and SL descriptor).
+------------------------------------------------------------------------
+r14054 | xtophe | 2006-01-29 00:51:57 +0100 (Sun, 29 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-2003-01-08 Wednesday 10:26  fenrir
+confihure.ac: don't overwrite user options even if we have contrib
 
-  * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
-  * mpeg4video.c: I 've rewritten it
+------------------------------------------------------------------------
+r14053 | zorglub | 2006-01-28 23:31:23 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
 
-2003-01-08 Wednesday 03:01  ipkiss
+Don't check syslog value if we don't have syslog.h
 
-  * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
-    forgets to declare 'add_category_hint'
-  * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p
+------------------------------------------------------------------------
+r14052 | damienf | 2006-01-28 23:05:18 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
 
-2003-01-08 Wednesday 02:32  titer
+ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
 
-  Minor GUI fixes in the prefs window.
+------------------------------------------------------------------------
+r14051 | damienf | 2006-01-28 21:42:36 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
 
-2003-01-08 Wednesday 02:16  ipkiss
+cdda.c: don't forget to include <errno.h> when using errno
 
-  * Added sound volume management and changed a bit the menus
-  * Added audio channels selection, but it's currently disabled since
-    it's quite buggy :)
+------------------------------------------------------------------------
+r14050 | zorglub | 2006-01-28 19:53:58 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
 
-2003-01-08 Wednesday 02:09  titer
+Get stats on block inputs (Refs:#473)
 
-  Fixed language and subtitle selection.
+------------------------------------------------------------------------
+r14049 | zorglub | 2006-01-28 19:49:32 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-2003-01-08 Wednesday 00:41  massiot
+Link cdda with iconv on osx
 
- * New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
- * Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
+------------------------------------------------------------------------
+r14048 | dionoea | 2006-01-28 19:44:54 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
 
-2003-01-07 Tuesday 21:49  fenrir
+ misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.
 
-  * all: I have added two new variables in es_descriptor_t and
- decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
- a replacement of p_demux_data as this variable is used by
- some demuxers in another way. This way, I will be able to add
- preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
- demuxer so if somebody wants ...)
+------------------------------------------------------------------------
+r14047 | xtophe | 2006-01-28 19:43:13 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
 
-2003-01-07 Tuesday 15:12  jobi
+win32 rules: make it more dirty to be able to produce debug package
 
-   * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
-     file/ts_dvbpsi:) with TS streams that don't start with 0x47
+------------------------------------------------------------------------
+r14046 | zorglub | 2006-01-28 19:11:12 +0100 (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
 
-2003-01-07 Tuesday 15:12  massiot
+Add CDDB support to CDDA module (Refs:#459)
 
- Fixed another very nasty localization bug.
+------------------------------------------------------------------------
+r14045 | dionoea | 2006-01-28 17:10:26 +0100 (Sat, 28 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/share/http/index.html
 
-2003-01-07 Tuesday 14:58  massiot
+add warning about javascript support being needed if the browser doesn't
+support javascript.
 
- New "spdif" setting, allowing to permanently disable S/PDIF detection.
+------------------------------------------------------------------------
+r14044 | dionoea | 2006-01-28 17:05:50 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/vlm.js
 
-2003-01-07 Tuesday 14:38  massiot
+make sure that local variables are local variables.
 
- Removed unused options in the aout.
+------------------------------------------------------------------------
+r14043 | sigmunau | 2006-01-28 15:41:33 +0100 (Sat, 28 Jan 2006) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
 
-2003-01-07 Tuesday 13:26  sam
+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
 
-   * minor updates to pofiles.
+------------------------------------------------------------------------
+r14042 | zorglub | 2006-01-28 15:25:56 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
 
-2003-01-06 Monday 22:57  massiot
+Fix refcount problem
+
+------------------------------------------------------------------------
+r14041 | sigmunau | 2006-01-28 14:30:33 +0100 (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 12:49:22 +0100 (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 12:38:49 +0100 (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 12:36:30 +0100 (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 12:32:05 +0100 (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 12:18:39 +0100 (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 11:58:48 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/rrd-howto.txt
+
+Improve doc
+
+------------------------------------------------------------------------
+r14034 | zorglub | 2006-01-28 11:56:47 +0100 (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 11:45:13 +0100 (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 21:35:42 +0100 (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 19:28:45 +0100 (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 15:19:52 +0100 (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 15:11:55 +0100 (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 14:54:47 +0100 (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 14:48:28 +0100 (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 13:58:05 +0100 (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 10:48:54 +0100 (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-27 00:13:34 +0100 (Fri, 27 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 21:33:25 +0100 (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 21:27:37 +0100 (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 21:22:00 +0100 (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 21:08:33 +0100 (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 20:51:06 +0100 (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 18:29:07 +0100 (Thu, 26 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/udp.c
+
+Fix UDP broadcast
+
+------------------------------------------------------------------------
+r14017 | sigmunau | 2006-01-26 18:14:09 +0100 (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 18:05:57 +0100 (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 17:51:47 +0100 (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-25 00:06:43 +0100 (Wed, 25 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-25 00:02:35 +0100 (Wed, 25 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: No X11 on win32
+
+------------------------------------------------------------------------
+r14012 | zorglub | 2006-01-24 23:42:16 +0100 (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 23:25:15 +0100 (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 13:09:06 +0100 (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 10:53:53 +0100 (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-24 06:52:40 +0100 (Tue, 24 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 22:21:19 +0100 (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 22:10:49 +0100 (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 20:09:22 +0100 (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 16:35:02 +0100 (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 13:00:00 +0100 (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-23 02:04:16 +0100 (Mon, 23 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+oops, last commit wasn't meant to happen
+
+------------------------------------------------------------------------
+r14001 | dionoea | 2006-01-23 02:02:54 +0100 (Mon, 23 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-23 01:34:33 +0100 (Mon, 23 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-23 01:23:14 +0100 (Mon, 23 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 23:54:57 +0100 (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 23:52:20 +0100 (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 23:49:01 +0100 (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)
 
- Fixed a compilation issue.
 
-2003-01-06 Monday 22:07  massiot
+------------------------------------------------------------------------
+r13995 | hartman | 2006-01-22 23:27:29 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
+
+* Stupid subtitles with their lack of proper specifications and implementations.....
 
- * Bumped up revision number to 0.5.0-test2,
- * MacOS X port: new error dialog displaying error messages,
- * Updated localization files,
- * Comestic fixes.
+------------------------------------------------------------------------
+r13994 | hartman | 2006-01-22 23:20:19 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
+
+* The vobsub param is Delay, not delay.
 
-2003-01-06 Monday 20:08  yves
+------------------------------------------------------------------------
+r13993 | xtophe | 2006-01-22 19:13:59 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
 
- - Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
- - removed access/rtp plugin (merged in access/udp).
- - removed codec/imdct and codec/downmix plugins (deprecated).
- - libvlc0-devel provides libvlc-devel.
- - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
-   ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
+Fix the win* package rules for the http intf.
+
+------------------------------------------------------------------------
+r13992 | xtophe | 2006-01-22 19:10:53 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/ntservice.c
+
+missing in [13991].
+
+------------------------------------------------------------------------
+r13991 | zorglub | 2006-01-22 18:12:24 +0100 (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
 
-2003-01-06 Monday 15:39  ipkiss
+* add global options to enable file-logging and syslog (Refs:#508)
+
+
+------------------------------------------------------------------------
+r13990 | zorglub | 2006-01-22 18:10:57 +0100 (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 17:45:40 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-  * modules/gui/win32/network.cpp: added support for ftp and mms
-  * modules/gui/win32/disc.cpp: cosmetic
+add "oc" to the language list
 
-2003-01-06 Monday 02:45  massiot
+------------------------------------------------------------------------
+r13988 | dionoea | 2006-01-22 17:44:54 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+same thing for wince
+
+------------------------------------------------------------------------
+r13987 | dionoea | 2006-01-22 17:42:55 +0100 (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 17:35:59 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/network/httpd.c
+
+Less HTTPd debugging
+
+------------------------------------------------------------------------
+r13985 | xtophe | 2006-01-22 17:18:39 +0100 (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 17:18:38 +0100 (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 17:18:02 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/http/requests/vlm.xml
+
+fix cut & paste error.
+
+------------------------------------------------------------------------
+r13982 | zorglub | 2006-01-22 17:01:30 +0100 (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 16:59:52 +0100 (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 13:52:13 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/rules
+
+  * debian/*: new Debian upload.
 
- MacOS X port :
- * New "stream output" area in the open panel.
+------------------------------------------------------------------------
+r13979 | dionoea | 2006-01-22 12:25:48 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
 
-2003-01-06 Monday 00:37  garf
+oops, i forgot to commit this
 
-  * added a i_min, i_max, f_min and f_max in module_config_t structure
-  * added a add_integer_with_range() and add_float_with_range()
-  * gtk interface: now uses a slider when a min or a max is specified
+------------------------------------------------------------------------
+r13978 | ipkiss | 2006-01-22 12:12:33 +0100 (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.
 
-2003-01-05 Sunday 21:03  sigmunau
+------------------------------------------------------------------------
+r13977 | sam | 2006-01-22 11:48:06 +0100 (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).
 
-  modules/demux/asf/*: added some file info code
-  modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
- these cause to much trubble
+------------------------------------------------------------------------
+r13976 | dionoea | 2006-01-22 02:38:28 +0100 (Sun, 22 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)
 
-2003-01-05 Sunday 20:45  massiot
+ vlm.html : vlm web interface. What works: sending broadcast and vod creation
+            commands
 
Fixed the "stream has changed" bug.
js/vlm.js : add code to handle sending vlm commands.
 
-2003-01-05 Sunday 16:23  massiot
+ requests/vlm_cmd.xml : used to send a vlm command and get the resulting
+                        error message
 
- MacOS X port :
- * Fixed a segfault in the "Close Window" code,
- * Fullscreen state is now retained between files,
- * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
+ 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 .
 
-2003-01-05 Sunday 13:39  gbazin
+ dialogs/* : dialogs' code which is used as building blocks for the
+             main pages. (in order to avoid code duplication)
 
- * modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
- the audio output thread. That should make Win9x/Me happier.
+ 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.
 
-2003-01-05 Sunday 03:21  jlj
 
-   MacOS X port:
-   * replaced playlist panel with drawer.
-   * implemented context menu for playlist tableview.
+------------------------------------------------------------------------
+r13975 | dionoea | 2006-01-22 01:11:00 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
+
+remove dirty debug messages.
+
+------------------------------------------------------------------------
+r13974 | dionoea | 2006-01-22 01:09:06 +0100 (Sun, 22 Jan 2006) | 8 lines
+Changed paths:
+   M /trunk/modules/control/http/rpn.c
 
-2003-01-05 Sunday 02:39  massiot
+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.
 
- * Added the possibility to select DVD menus with VIDEO_TS folder in the
-   OS X open panel.
+For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
 
-2003-01-05 Sunday 01:55  massiot
 
- * Added a Close Window and a close box to our QuickTime video output.
+------------------------------------------------------------------------
+r13973 | hartman | 2006-01-22 00:33:56 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/quicktime.c
 
-2003-01-04 Saturday 23:49  gbazin
+* Compile fix
 
- * configure.ac.in: fixed typo in wxWindows headers detection code.
+------------------------------------------------------------------------
+r13972 | hartman | 2006-01-22 00:05:00 +0100 (Sun, 22 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/quicktime.c
 
-2003-01-04 Saturday 17:14  titer
+* Some cleanup to the QT decoder. Still doesn't function. 
 
-  We now check if the BSoundPlayer's buffer size is not the one we
-  were expecting.
+------------------------------------------------------------------------
+r13971 | dionoea | 2006-01-21 23:05:31 +0100 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
 
-2003-01-04 Saturday 16:27  gbazin
+this looks better (thanks to Dnumgis for noticing)
 
- * src/audio_output/output.c: don't forget to free the audio buffer when
- we are trashing it.
+------------------------------------------------------------------------
+r13970 | hartman | 2006-01-21 22:29:07 +0100 (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 21:46:09 +0100 (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 21:38:05 +0100 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/vobsub.c
 
-2003-01-04 Saturday 13:50  jpsaman
+* One more fix for vobsubs with negative times
 
- Cosmetic changes.
+------------------------------------------------------------------------
+r13967 | dionoea | 2006-01-21 21:30:57 +0100 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
 
-2003-01-04 Saturday 13:30  jpsaman
+Fortune !
 
- Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.
+------------------------------------------------------------------------
+r13966 | zorglub | 2006-01-21 18:59:14 +0100 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+   M /trunk/src/playlist/item-ext.c
 
-2003-01-04 Saturday 04:11  jlj
+Add an "auto-preparse" option (default TRUE) - Refs:#192
 
-   MacOS X port:
-   * main window controls are back. based on suggestion by Dan Macpherson.
+------------------------------------------------------------------------
+r13965 | courmisch | 2006-01-21 18:55:45 +0100 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
-2003-01-04 Saturday 00:21  jpsaman
+Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
 
- Updating slider status uses no longer FPU calculations when compiled for strongarm1100.
+------------------------------------------------------------------------
+r13964 | zorglub | 2006-01-21 18:54:02 +0100 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
 
-2003-01-03 Friday 23:58  jpsaman
+Don't bother creating an input thread for non-file 
 
- Updated package release number
+------------------------------------------------------------------------
+r13963 | zorglub | 2006-01-21 18:50:55 +0100 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
 
-2003-01-03 Friday 21:38  jlj
+Don't preparse if we are about to play - Refs:#192
 
-   * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)
+------------------------------------------------------------------------
+r13962 | zorglub | 2006-01-21 18:44:07 +0100 (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
 
-2003-01-03 Friday 20:55  jpsaman
+Preparse items added through the directory access or directly to the interface (Refs:#192)
 
- Slider functionality for Familiar interface.
+------------------------------------------------------------------------
+r13961 | sam | 2006-01-21 17:49:53 +0100 (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
 
-2003-01-03 Friday 14:44  sam
+  * modules/codec/spudec: fixed various (innocuous) buffer overflows and
+    paved the way for private SPU commands.
 
-   * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
-     support in the Gtk+ and GNOME interfaces.
+------------------------------------------------------------------------
+r13960 | zorglub | 2006-01-21 17:44:36 +0100 (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
 
-2003-01-03 Friday 13:07  massiot
+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).
 
- * modules/access/file.c: we now regularly check the size of the file, in
-   case it is being downloaded.
+Refs:#192
 
-2003-01-03 Friday 00:11  massiot
+------------------------------------------------------------------------
+r13959 | zorglub | 2006-01-21 17:37:34 +0100 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
 
- Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
- it).
+Don't block item name (Closes:#506)
 
-2003-01-03 Friday 00:03  jlj
+------------------------------------------------------------------------
+r13958 | zorglub | 2006-01-21 15:14:36 +0100 (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
 
-   * ./src/misc/darwin_specific.m:
-     Fixed (really!) segfault. Don't release o_lang objects, they're managed
-     by NSUserDefaults.
+Audio - Refs:#473
 
-2003-01-02 Thursday 23:50  massiot
+------------------------------------------------------------------------
+r13957 | zorglub | 2006-01-21 14:49:42 +0100 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/unzip/unzip.c
 
- Cosmetic.
+Get rid of warning
 
-2003-01-02 Thursday 23:09  massiot
+------------------------------------------------------------------------
+r13956 | xtophe | 2006-01-21 00:37:23 +0100 (Sat, 21 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/INSTALL.win32
 
- MacOS X port :
- * Fixed the Device submenu,
- * There is still a segfault in darwin_specific.m.
+Install.win32: Add path for pkg-config
 
-2003-01-02 Thursday 22:49  jlj
+------------------------------------------------------------------------
+r13955 | xtophe | 2006-01-20 19:50:48 +0100 (Fri, 20 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
-   * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.
+Fix X includes detection.
 
-2003-01-02 Thursday 20:48  gbazin
+------------------------------------------------------------------------
+r13954 | oaubert | 2006-01-20 12:59:13 +0100 (Fri, 20 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/svg.c
 
- * modules/codec/*: reverted my previous patch that explicitly set
- i_bytes_per_frame and i_frame_length in each audio decoder.
- * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
- and i_frame_length.
+svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
 
-2003-01-01 Wednesday 11:14  jlj
+------------------------------------------------------------------------
+r13953 | damienf | 2006-01-20 01:31:44 +0100 (Fri, 20 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/plugin/Info.plist
+   M /trunk/mozilla/Makefile.am
 
-   * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep.
-   * ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being
-                                   released twice) and memory leak.
+all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
 
-     Bonne Année!
+------------------------------------------------------------------------
+r13952 | hartman | 2006-01-19 17:10:14 +0100 (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 13:47:08 +0100 (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 10:01:34 +0100 (Thu, 19 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Oops. I shall read the diff before commiting
+
+------------------------------------------------------------------------
+r13949 | xtophe | 2006-01-19 01:01:17 +0100 (Thu, 19 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 13:08:03 +0100 (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-18 02:39:30 +0100 (Wed, 18 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 16:38:42 +0100 (Tue, 17 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/activex/README.TXT
+
+README.TXT: updated documentation
+
+
+------------------------------------------------------------------------
+r13945 | oaubert | 2006-01-17 12:58:26 +0100 (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 11:26:59 +0100 (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 11:19:03 +0100 (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 22:32:56 +0100 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+Whitespace cleanup
+------------------------------------------------------------------------
+r13941 | hartman | 2006-01-16 21:22:40 +0100 (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 20:44:18 +0100 (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 20:01:58 +0100 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/control/mediacontrol_core.c
+
+Codingstyle fixes
+------------------------------------------------------------------------
+r13938 | jpsaman | 2006-01-16 20:01:24 +0100 (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 20:00:22 +0100 (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 19:58:15 +0100 (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 19:50:48 +0100 (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 19:03:14 +0100 (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 19:01:38 +0100 (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 18:49:34 +0100 (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 18:48:33 +0100 (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 18:45:11 +0100 (Mon, 16 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+Fix identation
+------------------------------------------------------------------------
+r13929 | jpsaman | 2006-01-16 18:44:38 +0100 (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 18:42:57 +0100 (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 17:56:40 +0100 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/mozilla/Makefile.am
+
+hopefully, this will fix previous commit
+
+------------------------------------------------------------------------
+r13926 | damienf | 2006-01-16 17:35:19 +0100 (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 16:45:07 +0100 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/po/ka.po
+
+Fix
+
+------------------------------------------------------------------------
+r13924 | hartman | 2006-01-16 15:37:46 +0100 (Mon, 16 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* stupid tabs in Makefiles....
+
+------------------------------------------------------------------------
+r13923 | xtophe | 2006-01-16 15:37:08 +0100 (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 15:33:06 +0100 (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-16 02:54:55 +0100 (Mon, 16 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 23:21:21 +0100 (Sun, 15 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/stats.c
+
+Fix
+
+------------------------------------------------------------------------
+r13919 | zorglub | 2006-01-15 23:10:41 +0100 (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 21:52:30 +0100 (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 21:33:26 +0100 (Sun, 15 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+Free
+
+------------------------------------------------------------------------
+r13916 | zorglub | 2006-01-15 21:29:38 +0100 (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 20:04:43 +0100 (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 19:13:34 +0100 (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 18:30:45 +0100 (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 21:03:43 +0100 (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 13:37:19 +0100 (Sat, 14 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Inversion
+
+------------------------------------------------------------------------
+r13910 | zorglub | 2006-01-14 11:57:44 +0100 (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 10:36:16 +0100 (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-14 01:03:13 +0100 (Sat, 14 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-14 00:01:34 +0100 (Sat, 14 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/stats.c
+
+Fix stats crash
+
+------------------------------------------------------------------------
+r13906 | courmisch | 2006-01-13 13:16:06 +0100 (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-13 00:10:04 +0100 (Fri, 13 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 22:21:36 +0100 (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 22:06:07 +0100 (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 17:08:50 +0100 (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-12 00:26:53 +0100 (Thu, 12 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+Fix a corner case
+
+------------------------------------------------------------------------
+r13900 | xtophe | 2006-01-11 23:30:31 +0100 (Wed, 11 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+Fix the package-win32 target
+
+------------------------------------------------------------------------
+r13899 | courmisch | 2006-01-11 22:13:50 +0100 (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 21:47:45 +0100 (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 21:00:58 +0100 (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 15:32:43 +0100 (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 14:02:54 +0100 (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 14:01:50 +0100 (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 13:58:26 +0100 (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 10:23:31 +0100 (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 23:47:27 +0100 (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 23:40:29 +0100 (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 10:52:34 +0100 (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-10 01:26:35 +0100 (Tue, 10 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-10 00:39:47 +0100 (Tue, 10 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 23:04:18 +0100 (Mon, 09 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+oops
+
+------------------------------------------------------------------------
+r13885 | dionoea | 2006-01-09 23:01:57 +0100 (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 21:57:53 +0100 (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 22:16:49 +0100 (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 21:53:51 +0100 (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 17:32:33 +0100 (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 16:50:35 +0100 (Sun, 08 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+
+Lalala
+
+------------------------------------------------------------------------
+r13879 | zorglub | 2006-01-08 16:48:41 +0100 (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-08 02:32:50 +0100 (Sun, 08 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-08 00:08:42 +0100 (Sun, 08 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 23:01:17 +0100 (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 17:21:47 +0100 (Sat, 07 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/Makefile
+
+Add a package-win32 target
+
+------------------------------------------------------------------------
+r13874 | sam | 2006-01-06 16:16:25 +0100 (Fri, 06 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+
+  fortune.
+
+------------------------------------------------------------------------
+r13873 | damienf | 2006-01-06 13:31:19 +0100 (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 10:37:13 +0100 (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 23:53:46 +0100 (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 23:48:30 +0100 (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 22:56:34 +0100 (Thu, 05 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/stats.c
+
+Remove extra debug
+
+------------------------------------------------------------------------
+r13868 | damienf | 2006-01-05 22:33:20 +0100 (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 18:13:19 +0100 (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 18:03:12 +0100 (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-05 02:56:12 +0100 (Thu, 05 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+More message queue WinCE fixes
+------------------------------------------------------------------------
+r13864 | hartman | 2006-01-05 02:01:30 +0100 (Thu, 05 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+message queues WinCE compile fix
+------------------------------------------------------------------------
+r13863 | hartman | 2006-01-05 00:34:52 +0100 (Thu, 05 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+Another message queue compile fix
+------------------------------------------------------------------------
+r13862 | zorglub | 2006-01-05 00:22:24 +0100 (Thu, 05 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_messages.h
+
+Forgot this file
+
+------------------------------------------------------------------------
+r13861 | zorglub | 2006-01-05 00:11:33 +0100 (Thu, 05 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+compile fix
+
+------------------------------------------------------------------------
+r13860 | hartman | 2006-01-05 00:02:44 +0100 (Thu, 05 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 23:29:53 +0100 (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 23:24:20 +0100 (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 22:53:52 +0100 (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 22:33:55 +0100 (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 21:29:02 +0100 (Tue, 03 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Fix invalid return
+
+------------------------------------------------------------------------
+r13854 | xtophe | 2006-01-03 17:37:05 +0100 (Tue, 03 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Missing headder in tarball
+
+------------------------------------------------------------------------
+r13853 | xtophe | 2006-01-03 16:16:01 +0100 (Tue, 03 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Typo
+
+------------------------------------------------------------------------
+r13852 | fkuehne | 2006-01-03 13:50:15 +0100 (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 19:25:01 +0100 (Mon, 02 Jan 2006) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/image.c
+
+* fixed preferences
+------------------------------------------------------------------------
+r13850 | sam | 2006-01-02 11:52:50 +0100 (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 11:41:38 +0100 (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 11:06:36 +0100 (Mon, 02 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+Fix spelling error
+
+------------------------------------------------------------------------
+r13847 | sam | 2006-01-02 10:01:27 +0100 (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 14:39:21 +0100 (Sun, 01 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/extras/make.pl
+
+Improve output
+
+------------------------------------------------------------------------
+r13841 | hartman | 2005-12-31 16:05:12 +0100 (Sat, 31 Dec 2005) | 1 line
+Changed paths:
+   M /trunk/src/input/stream.c
+
+Fix an issue with AStreamRefillStream and mp4 indexes
+------------------------------------------------------------------------