]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* ALL: extention -> extension
[vlc] / ChangeLog
index 1c9ae8305ca5dc0d1a3363c1a8a2b5a266ad96b5..e48a23f11f318d10c68534f0bdb01774ef5f24b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ------------------------------------------------------------------------
-r10979 | gbazin | 2005-05-12 14:18:38 +0200 (jeu, 12 mai 2005) | 1 line
+r15049 | fkuehne | 2006-04-02 13:45:32 +0200 (Sun, 02 Apr 2006) | 1 line
 Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/playlist/services_discovery.c
+   M /trunk/modules/gui/macosx/extended.m
 
-* src/libvlc.c, src/playlist/services_discovery.c: fixed --services-discovery and --extraintf to use the new modules list syntax.
+* merge most corrections by Steven Sheehy (taken from [15039], refs #438)
 ------------------------------------------------------------------------
-r10978 | djc | 2005-05-12 02:12:44 +0200 (jeu, 12 mai 2005) | 2 lines
+r15048 | zorglub | 2006-04-02 13:17:53 +0200 (Sun, 02 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk
+   M /trunk/ChangeLog
+   M /trunk/INSTALL.win32
+   M /trunk/NEWS
+   M /trunk/loader
 
-Change , to : in MacOSX preferences. Refs #111
+Update NEWS, ChangeLog, and INSTALL.win32
 
 ------------------------------------------------------------------------
-r10977 | damienf | 2005-05-11 18:59:28 +0200 (mer, 11 mai 2005) | 2 lines
+r15047 | zorglub | 2006-04-02 13:11:26 +0200 (Sun, 02 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/test.html
+   M /trunk
+   M /trunk/activex/axvlc.idl
 
-test.html: improved user feedback, especially for live stream
+2nd activeX review (Refs:#438)
 
 ------------------------------------------------------------------------
-r10976 | damienf | 2005-05-11 18:56:46 +0200 (mer, 11 mai 2005) | 6 lines
+r15046 | zorglub | 2006-04-02 13:02:32 +0200 (Sun, 02 Apr 2006) | 2 lines
 Changed paths:
+   M /trunk
    M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-   M /trunk/include/variables.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/libvlc.c
-
-src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h
-
-vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API.
 
-main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
+ActiveX review by tonsofpcs
 
 ------------------------------------------------------------------------
-r10975 | bigben | 2005-05-11 17:44:28 +0200 (mer, 11 mai 2005) | 5 lines
+r15045 | courmisch | 2006-04-02 11:44:19 +0200 (Sun, 02 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Transmit keyboard events from the arrow and enter key to the main controller, so that playlist navigation with the keyboard is possible.
-* This doesn't conflict with dvd menu navigation.
-* If these keys are set to an action that is handled by Cocoa, this action will have priority.
-
+   M /trunk/modules/misc/logger.c
 
-------------------------------------------------------------------------
-r10974 | gbazin | 2005-05-11 17:34:24 +0200 (mer, 11 mai 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
+Remove unused variable
 
-* src/*, modules/gui/wxwindows/*: audio/video/sub-filter config options are now a colon (':') separated list of filters to keep the same syntax as the stream output.
 ------------------------------------------------------------------------
-r10973 | hartman | 2005-05-11 15:50:49 +0200 (mer, 11 mai 2005) | 2 lines
+r15044 | zorglub | 2006-04-02 09:58:36 +0200 (Sun, 02 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* vout.m: small codefixes that were not 100% problems.
+   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
 
-------------------------------------------------------------------------
-r10972 | gbazin | 2005-05-11 15:18:00 +0200 (mer, 11 mai 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
+WX Strings review by Steven Sheehy (Refs:#438)
 
-* Makefile.am: fixed build problem.
 ------------------------------------------------------------------------
-r10971 | djc | 2005-05-11 14:19:05 +0200 (mer, 11 mai 2005) | 3 lines
+r15043 | xtophe | 2006-04-02 01:29:26 +0200 (Sun, 02 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-Change the searchField in NSSearchField when macos >= 10.3
-Move MACOS_VERSION macro to intf.h
+   M /trunk/modules/codec/Modules.am
 
-------------------------------------------------------------------------
-r10970 | gbazin | 2005-05-11 13:30:12 +0200 (mer, 11 mai 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
+Oups
 
-* configure.ac, Makefile.am: fixes for WinCE build.
 ------------------------------------------------------------------------
-r10969 | hartman | 2005-05-11 12:19:28 +0200 (mer, 11 mai 2005) | 2 lines
+r15042 | xtophe | 2006-04-02 01:06:11 +0200 (Sun, 02 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
 
-* Use a newer liveMedia version. November one is a bit old.
+fix again
 
 ------------------------------------------------------------------------
-r10968 | djc | 2005-05-11 11:59:41 +0200 (mer, 11 mai 2005) | 2 lines
+r15041 | xtophe | 2006-04-02 00:44:36 +0200 (Sun, 02 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
 
-Use new selectors only if they exist...
+Update debian patch
 
 ------------------------------------------------------------------------
-r10967 | djc | 2005-05-11 11:42:34 +0200 (mer, 11 mai 2005) | 2 lines
+r15040 | xtophe | 2006-04-01 23:57:41 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
+   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
 
-*: remove fprintf debug messages
+Run update-po and update Spanish translation by Javier Varela.
 
 ------------------------------------------------------------------------
-r10966 | djc | 2005-05-11 11:37:49 +0200 (mer, 11 mai 2005) | 3 lines
+r15039 | zorglub | 2006-04-01 23:46:33 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk
+   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
 
-Preferences panel can be viewed on X.2. Closes #104.
-+ fix hotkeys widget with macos < 10.3
+String fixes to extrapanel. Thanks to Steven on IRC
 
 ------------------------------------------------------------------------
-r10965 | gbazin | 2005-05-11 09:05:09 +0200 (mer, 11 mai 2005) | 1 line
+r15032 | xtophe | 2006-04-01 23:38:18 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/evc/config.h.in
-   M /trunk/msvc/config.h.in
+   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)
 
-* ms(e)vc/config.h.in: define HAVE_DYNAMIC_PLUGINS.
 ------------------------------------------------------------------------
-r10964 | djc | 2005-05-11 01:08:52 +0200 (mer, 11 mai 2005) | 2 lines
+r15031 | dionoea | 2006-04-01 22:36:24 +0200 (Sat, 01 Apr 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/configure.ac
 
-Fix a bug in playlist + delete updateVolumeSlider (closes #93)
+Commit SSE/SSE2 detection fix when VLC is compiled with mingw32.
+fix #616/fixes #616
 
 ------------------------------------------------------------------------
-r10963 | dionoea | 2005-05-11 00:05:54 +0200 (mer, 11 mai 2005) | 3 lines
+r15030 | sam | 2006-04-01 22:33:59 +0200 (Sat, 01 Apr 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/video_filter/deinterlace.c
 
-check if pointers are NULL (Closes #86 -> we can release test1)
-event reporting in wxwin32 seems to be different than in wxgtk
+  * 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.
 
 ------------------------------------------------------------------------
-r10962 | zorglub | 2005-05-10 23:19:08 +0200 (mar, 10 mai 2005) | 2 lines
+r15029 | dionoea | 2006-04-01 19:28:29 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/item-ext.c
+   M /trunk/share/http/js/vlm.js
 
-Fix playlist behaviour with delete in HTTP intf (Closes #105)
+Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png"
 
 ------------------------------------------------------------------------
-r10961 | xtophe | 2005-05-10 21:31:07 +0200 (mar, 10 mai 2005) | 4 lines
+r15028 | fkuehne | 2006-04-01 17:12:35 +0200 (Sat, 01 Apr 2006) | 1 line
 Changed paths:
-   M /trunk/share/http/index.html
-
-* Work around for the lag (close #3)
-* Change the playlist because at least FX and IE don't like cascading forms
-* control=sout is not a valid control
+   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.
 ------------------------------------------------------------------------
-r10960 | djc | 2005-05-10 18:18:43 +0200 (mar, 10 mai 2005) | 2 lines
+r15027 | fkuehne | 2006-04-01 16:16:10 +0200 (Sat, 01 Apr 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-Should fix prolems during launch of VLC on xserve...
+   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
 ------------------------------------------------------------------------
-r10956 | hartman | 2005-05-10 15:35:27 +0200 (mar, 10 mai 2005) | 1 line
+r15026 | fkuehne | 2006-04-01 16:07:46 +0200 (Sat, 01 Apr 2006) | 1 line
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/modules/demux/real.c
 
-compile gpg-error without nls support because it isn't really used by VLC and it complicates the contrib system. (this should fix the OSX 10.2 compile). Also switch back to ffmpeg CVS
+* show meta information for real streams (only Title, Author, Copyright, Comment for now)
 ------------------------------------------------------------------------
-r10955 | dionoea | 2005-05-10 15:02:11 +0200 (mar, 10 mai 2005) | 4 lines
+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
 
- * show number of broadcast and vod media items within show command
-When we end the feature freeze, we'll have to complete the show command to
-show (for example) the number of clients connected
-
+* 2nd review of /src/* \ libvlc.h (refs #438)
 ------------------------------------------------------------------------
-r10954 | dionoea | 2005-05-10 14:56:02 +0200 (mar, 10 mai 2005) | 2 lines
+r15024 | courmisch | 2006-04-01 13:03:08 +0200 (Sat, 01 Apr 2006) | 3 lines
 Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
+   M /trunk/modules/control/http/http.c
 
-change version number to 0.8.2-svn2 (0.8.2.svn broke the windows build)
+- Don't assume builddir = srcdir
+- Fix minor memleak
 
 ------------------------------------------------------------------------
-r10953 | courmisch | 2005-05-10 13:39:32 +0200 (mar, 10 mai 2005) | 4 lines
+r15023 | littlejohn | 2006-04-01 12:29:32 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access_output/file.c
+   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
 
-Support for large files in stream output
-Closes #48
-Closes Debian #306110
+Copyright year moved from 2004 to 2006
 
 ------------------------------------------------------------------------
-r10952 | gbazin | 2005-05-10 12:38:35 +0200 (mar, 10 mai 2005) | 1 line
+r15022 | fkuehne | 2006-04-01 12:10:25 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/stream_out/switcher.c
+   M /trunk/modules/gui/macosx/wizard.m
 
-* modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new ffmpeg versions (use native timebase).
+* remove the extension of the input file before adding the new one
+* some minor string corrections and output changes
 ------------------------------------------------------------------------
-r10951 | fkuehne | 2005-05-10 09:30:52 +0200 (mar, 10 mai 2005) | 1 line
+r15021 | courmisch | 2006-04-01 10:40:15 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/src/misc/unicode.c
 
-* there seem to be problems with SourceForge's heanet-mirror, using switch (located in CH) instead now
-------------------------------------------------------------------------
-r10950 | fkuehne | 2005-05-09 22:00:43 +0200 (lun, 09 mai 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
+More useless code - at least at do try to understand what I commit
 
-* changed the download-location of libtheora to our server since their own refuses to work once again
 ------------------------------------------------------------------------
-r10949 | fkuehne | 2005-05-09 21:29:48 +0200 (lun, 09 mai 2005) | 1 line
+r15020 | courmisch | 2006-04-01 10:34:48 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/src/misc/unicode.c
+
+Fixes are cool when they actually fix something
 
-* updated GnuTLS to 1.2.3, fixes #95 on BeOS and OSX
 ------------------------------------------------------------------------
-r10948 | dionoea | 2005-05-09 21:23:39 +0200 (lun, 09 mai 2005) | 3 lines
+r15019 | dionoea | 2006-04-01 02:25:58 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/src/libvlc.h
+   M /trunk/src/misc/image.c
 
- * change snapshot hotkey for non OS X users to ctrl-alt-s (instead of
-   ctrl-s which is also used for changing skins)
+Hum, this isn't needed anymore.
 
 ------------------------------------------------------------------------
-r10947 | courmisch | 2005-05-09 21:01:25 +0200 (lun, 09 mai 2005) | 3 lines
+r15018 | dionoea | 2006-04-01 02:18:25 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/net.c
+   M /trunk/src/misc/unicode.c
 
-Don't print an error message when attempting to recv returns EAGAIN
-(can only happens if we're using SSL and it is a not an error situation)
+Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better.
 
 ------------------------------------------------------------------------
-r10946 | bigben | 2005-05-09 20:59:11 +0200 (lun, 09 mai 2005) | 3 lines
+r15017 | xtophe | 2006-04-01 01:30:46 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/equalizer.m
-
-* Fixes initialization when a preset is saved in the prefs or provided from command line. Could be cleaner, but it seems at least to work.
+   M /trunk/modules/access/dshow/dshow.cpp
 
+Fix compile
 
 ------------------------------------------------------------------------
-r10945 | courmisch | 2005-05-09 20:31:29 +0200 (lun, 09 mai 2005) | 2 lines
+r15016 | xtophe | 2006-04-01 01:07:01 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
+   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
 
-Encode URL if needed (should fix Debian bug #279735)
+Access/*: Second lecture (refs #438)
 
 ------------------------------------------------------------------------
-r10944 | courmisch | 2005-05-09 20:23:32 +0200 (lun, 09 mai 2005) | 2 lines
+r15015 | dionoea | 2006-04-01 00:41:22 +0200 (Sat, 01 Apr 2006) | 3 lines
 Changed paths:
-   M /trunk/include/network.h
+   M /trunk/src/misc/image.c
 
-Fix C++ compilation
+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: )
 
 ------------------------------------------------------------------------
-r10943 | bigben | 2005-05-09 19:00:15 +0200 (lun, 09 mai 2005) | 3 lines
+r15014 | ipkiss | 2006-04-01 00:33:45 +0200 (Sat, 01 Apr 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/equalizer.m
-
-* Fix some variable initilization bugs
+   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/
 
 ------------------------------------------------------------------------
-r10942 | fkuehne | 2005-05-09 18:46:13 +0200 (lun, 09 mai 2005) | 1 line
+r15013 | fkuehne | 2006-04-01 00:23:53 +0200 (Sat, 01 Apr 2006) | 1 line
 Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
+   M /trunk/modules/gui/macosx/wizard.m
 
-* fix the compilation which were accidentally broken in r10922
+* do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others
 ------------------------------------------------------------------------
-r10941 | sam | 2005-05-09 18:22:10 +0200 (lun, 09 mai 2005) | 3 lines
+r15012 | dionoea | 2006-03-31 23:37:52 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
+   M /trunk/src/libvlc.h
 
-  * Changed temporary version to 0.8.2.svn. Sorry about that, but it
-    conflicts with the version in Debian which I am unable to change.
+Libvlc strings 2nd review (Refs:#438)
 
 ------------------------------------------------------------------------
-r10940 | fkuehne | 2005-05-09 17:55:46 +0200 (lun, 09 mai 2005) | 1 line
+r15011 | courmisch | 2006-03-31 23:21:49 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/bootstrap
+   M /trunk/src/input/subtitles.c
+
+Probably a fix for crap compilers
 
-* fix to the svn-recognition
 ------------------------------------------------------------------------
-r10939 | dionoea | 2005-05-09 11:46:31 +0200 (lun, 09 mai 2005) | 6 lines
+r15010 | courmisch | 2006-03-31 23:20:37 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/share/http/index.html
-   M /trunk/share/http/style.css
-
-index.html : fix « Weird URLs
-  (?control=stop&control=seek&control=seek&seek_value=&control=seek) »
-
-style.css : small esthetic fix
+   M /trunk/src/input/subtitles.c
 
+Fix an old overflow and two recent bugs introduced by me
 
 ------------------------------------------------------------------------
-r10938 | djc | 2005-05-09 04:11:31 +0200 (lun, 09 mai 2005) | 2 lines
+r15009 | zorglub | 2006-03-31 21:34:02 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk
+   M /trunk/modules/codec/x264.c
 
-Change gpgerror to gpg-error and add $(INSTALL_NAME) to it
+X264 (Refs:#438)
 
 ------------------------------------------------------------------------
-r10937 | dionoea | 2005-05-09 03:58:09 +0200 (lun, 09 mai 2005) | 2 lines
+r15008 | zorglub | 2006-03-31 21:24:33 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+   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
 
-fix a segfault (i didn't know strstr segfaulted when the haystak was NULL ...)
+Skins strings (Refs:#438)
 
 ------------------------------------------------------------------------
-r10936 | djc | 2005-05-09 01:58:04 +0200 (lun, 09 mai 2005) | 2 lines
+r15007 | xtophe | 2006-03-31 18:46:08 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/include/vlc_config_cat.h
 
-This should fix libs dependences
+typo
 
 ------------------------------------------------------------------------
-r10935 | djc | 2005-05-09 00:56:34 +0200 (lun, 09 mai 2005) | 2 lines
+r15006 | zorglub | 2006-03-31 18:39:23 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs_widgets.m
+   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
 
-Fix hotkeys view in macosx.3 + UTF8 strings in module list
+Muxers (Refs:#438)
 
 ------------------------------------------------------------------------
-r10934 | fkuehne | 2005-05-08 21:55:18 +0200 (dim, 08 mai 2005) | 1 line
+r15005 | xtophe | 2006-03-31 18:28:03 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   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
 
-* let's build libtwolame by default on OSX and Linux; we might want to disable the original lame in the final release
-------------------------------------------------------------------------
-r10933 | robux4 | 2005-05-08 16:14:20 +0200 (dim, 08 mai 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+codec 2nd round exept fo x264 (refs #438)
 
-contrib: make the SVN vs release build really work on OS X
 ------------------------------------------------------------------------
-r10932 | robux4 | 2005-05-08 16:14:12 +0200 (dim, 08 mai 2005) | 1 line
+r15004 | zorglub | 2006-03-31 18:24:32 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/bootstrap
+   M /trunk/modules/packetizer/mpeg4audio.c
+
+2nd packetizer round (Refs:#438)
 
-contrib: make the SVN vs release build really work on OS X
 ------------------------------------------------------------------------
-r10931 | bigben | 2005-05-08 15:56:18 +0200 (dim, 08 mai 2005) | 3 lines
+r15003 | zorglub | 2006-03-31 18:22:19 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-get rid of windows style line breaks
+   M /trunk/include/vlc_config_cat.h
+   M /trunk/modules/visualization/visual/visual.c
 
+vlc_config_cat.h 2nd round (Refs:#438)
 
 ------------------------------------------------------------------------
-r10930 | robux4 | 2005-05-08 13:11:08 +0200 (dim, 08 mai 2005) | 1 line
+r15002 | fkuehne | 2006-03-31 18:12:31 +0200 (Fri, 31 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
+   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
 
-contrib: improve the detection of SVN
+* 2nd review of video* and control/telnet.c
 ------------------------------------------------------------------------
-r10929 | robux4 | 2005-05-08 12:45:37 +0200 (dim, 08 mai 2005) | 1 line
+r15001 | littlejohn | 2006-03-31 17:51:47 +0200 (Fri, 31 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/bindings/java/VlcClient.java
 
-contrib: use SVN only if a client is available
-------------------------------------------------------------------------
-r10928 | dionoea | 2005-05-08 12:42:32 +0200 (dim, 08 mai 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+Makefile typo fixed
+VlcClient.java and VlcClient class now match.
 
-check if equalizer and equalizer-2pass are enabled upon panel creation
 
 ------------------------------------------------------------------------
-r10927 | dionoea | 2005-05-08 12:20:24 +0200 (dim, 08 mai 2005) | 3 lines
+r15000 | zorglub | 2006-03-31 17:30:32 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/stream_out/bridge.c
 
-* disable equalizer commands in the extended GUI if the equalizer isn't
-  enabled.
+Be a bit more verbose (Refs:#438)
 
 ------------------------------------------------------------------------
-r10926 | robux4 | 2005-05-08 11:29:18 +0200 (dim, 08 mai 2005) | 1 line
+r14999 | zorglub | 2006-03-31 17:30:21 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/msvc/vlc.dsw
+   M /trunk/modules/services_discovery/sap.c
 
-MSVC build: only keep the plugins that compile out of the box
-------------------------------------------------------------------------
-r10925 | robux4 | 2005-05-08 11:14:15 +0200 (dim, 08 mai 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+Additional string fixes (Refs:#438)
 
-contrib: build libebml/libmatroska from SVN
 ------------------------------------------------------------------------
-r10924 | zorglub | 2005-05-08 09:40:39 +0200 (dim, 08 mai 2005) | 2 lines
+r14998 | littlejohn | 2006-03-31 17:28:12 +0200 (Fri, 31 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/BUGS
-   M /trunk/TODO
-
-Clean BUGS and TODO
+   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
 
-------------------------------------------------------------------------
-r10923 | robux4 | 2005-05-07 22:52:48 +0200 (sam, 07 mai 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+Makefile updated for new java bindings classes.
+copyright and svn:id fixed for new classes
 
-mkv.cpp: code cleaning
 ------------------------------------------------------------------------
-r10922 | fkuehne | 2005-05-07 22:02:48 +0200 (sam, 07 mai 2005) | 6 lines
+r14997 | fkuehne | 2006-03-31 17:15:07 +0200 (Fri, 31 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/gui/macosx/controls.m
-
-* controls.m: added l10n of the volume-string shown when changing the volume
-* vcdx/vcdplayer.c: disabled l10n of various error messages
-* vcdx/vcd.c: disabled l10n of 2 debug masks. They are horribly to translate and used by advanced users only, who should speak English well enough for this purpose
-* rest: disabled l10n of various strings or debug masks which cannot be translated
+   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
 
-more to come
+* 2nd review of modules/audio* (refs #438)
 ------------------------------------------------------------------------
-r10921 | courmisch | 2005-05-07 21:09:11 +0200 (sam, 07 mai 2005) | 2 lines
+r14996 | littlejohn | 2006-03-31 17:07:55 +0200 (Fri, 31 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/configure.ac
+   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
 
-Do not attempt to run "--cflags" and "--idlflags" which are non-existant commands
 
 ------------------------------------------------------------------------
-r10920 | robux4 | 2005-05-07 20:19:32 +0200 (sam, 07 mai 2005) | 1 line
+r14995 | littlejohn | 2006-03-31 17:06:39 +0200 (Fri, 31 Mar 2006) | 8 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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
+
 
-mkv.cpp: improve the button logic and fix the LinkPGC DVD command (stay in the current segment)
 ------------------------------------------------------------------------
-r10919 | robux4 | 2005-05-07 18:38:20 +0200 (sam, 07 mai 2005) | 1 line
+r14994 | fkuehne | 2006-03-31 16:24:32 +0200 (Fri, 31 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/NEWS
 
-mkv.cpp: better handling of quitting an ordered edition, add support for the LinkCN DVD command
+* add bigben's latest additions
 ------------------------------------------------------------------------
-r10918 | djc | 2005-05-07 18:34:25 +0200 (sam, 07 mai 2005) | 2 lines
+r14993 | zorglub | 2006-03-31 15:46:39 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
+   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
 
-Typo
+Codecs (except x264). Refs:#438
 
 ------------------------------------------------------------------------
-r10917 | djc | 2005-05-07 18:12:31 +0200 (sam, 07 mai 2005) | 2 lines
+r14992 | zorglub | 2006-03-31 14:51:59 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
+   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
 
-Add a notice if advanced items are not shown
+wxWidgets strings (Refs:#438)
 
 ------------------------------------------------------------------------
-r10916 | robux4 | 2005-05-07 17:08:54 +0200 (sam, 07 mai 2005) | 1 line
+r14991 | littlejohn | 2006-03-31 11:32:09 +0200 (Fri, 31 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/control/playlist.c
+
+Playlist control: libvlc_playlist_pause added
 
-mkv.cpp: process the LinkPGCN DVD command correctly
-------------------------------------------------------------------------
-r10915 | robux4 | 2005-05-07 16:33:16 +0200 (sam, 07 mai 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
 
-mkv.cpp: make the DVD command interpretor global to the demuxer, interpret the command when a button is clicked
 ------------------------------------------------------------------------
-r10914 | djc | 2005-05-07 11:27:53 +0200 (sam, 07 mai 2005) | 2 lines
+r14990 | zorglub | 2006-03-31 10:41:34 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
+   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
 
-Fix a refcount error
+Let's be proactive
 
 ------------------------------------------------------------------------
-r10913 | zorglub | 2005-05-07 08:18:17 +0200 (sam, 07 mai 2005) | 2 lines
+r14989 | xtophe | 2006-03-31 00:58:23 +0200 (Fri, 31 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/NEWS
+   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
 
-Document SAP syntax change
+String review in codec. 1st part. ffmpeg.h to be improve. refs #438
 
 ------------------------------------------------------------------------
-r10912 | djc | 2005-05-07 03:12:16 +0200 (sam, 07 mai 2005) | 4 lines
+r14988 | bigben | 2006-03-30 23:54:07 +0200 (Thu, 30 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
+   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...
 
-*: fix alignment of widgets.
-- What shall we do for files and module list ?
-- Why is there a space after "Audio viualization" in src/libvlc.h ?
 
 ------------------------------------------------------------------------
-r10911 | djc | 2005-05-06 20:54:09 +0200 (ven, 06 mai 2005) | 2 lines
+r14987 | fkuehne | 2006-03-30 19:38:36 +0200 (Thu, 30 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk/Makefile.am
 
-*: remove useless code
+* 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.
 ------------------------------------------------------------------------
-r10910 | djc | 2005-05-06 20:15:50 +0200 (ven, 06 mai 2005) | 2 lines
+r14986 | courmisch | 2006-03-30 18:37:06 +0200 (Thu, 30 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk/modules/demux/mp4/mp4.c
 
-*: fix problems about advanced button
+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)
 
 ------------------------------------------------------------------------
-r10909 | fkuehne | 2005-05-06 19:42:56 +0200 (ven, 06 mai 2005) | 1 line
+r14985 | zorglub | 2006-03-30 17:46:31 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
+   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)
 
-* sorry, forgot to give svn the playlist.m from the previous commit... tztz
 ------------------------------------------------------------------------
-r10908 | fkuehne | 2005-05-06 19:41:09 +0200 (ven, 06 mai 2005) | 2 lines
+r14984 | oaubert | 2006-03-30 16:39:50 +0200 (Thu, 30 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/gui/ncurses.c
+   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
 
-* playlist.m: use stringWithUTF8String instead of stringWithCString when creating the Services-Discovery-menus to show UTF8-encoded strings properly
-* ncurses.c: don't localise "Ncurses"
 ------------------------------------------------------------------------
-r10907 | fkuehne | 2005-05-06 18:40:01 +0200 (ven, 06 mai 2005) | 2 lines
+r14983 | oaubert | 2006-03-30 16:31:02 +0200 (Thu, 30 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/objects.nib
-   M /trunk/modules/gui/macosx/equalizer.m
+   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
 
-* equalizer.m: use preset_list_text instead of preset_list when creating the popup-entries to enable l10n of the presets
-* MainMenu.nib: made the equaliser's popup a wider so it fits all l10ns
 ------------------------------------------------------------------------
-r10906 | robux4 | 2005-05-06 18:12:53 +0200 (ven, 06 mai 2005) | 1 line
+r14982 | dionoea | 2006-03-30 16:05:13 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/THANKS
+
+Many thanks to Albert on the forums for his help with the http interface
 
-mkv.cpp: minor enhancements/cleanings of the button handling code
 ------------------------------------------------------------------------
-r10905 | robux4 | 2005-05-06 16:51:18 +0200 (ven, 06 mai 2005) | 1 line
+r14981 | dionoea | 2006-03-30 16:01:24 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/share/http/style.css
+
+Try dialog width style fix
 
-mkv.cpp: support highlighting a button when clicked (but the alpha channel doesn't seem to work)
 ------------------------------------------------------------------------
-r10904 | sigmunau | 2005-05-05 23:39:10 +0200 (jeu, 05 mai 2005) | 2 lines
+r14980 | courmisch | 2006-03-30 15:57:58 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/BUGS
-   M /trunk/TODO
+   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
 
-BUGS,TODO: Remove stuff that has been added to Trac
+Cosmetic, Fix my name
 
 ------------------------------------------------------------------------
-r10903 | bigben | 2005-05-05 21:34:56 +0200 (jeu, 05 mai 2005) | 4 lines
+r14979 | damienf | 2006-03-30 15:16:06 +0200 (Thu, 30 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/BUGS
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
+   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
 
-* playlist.* support for DnD from Finder
-* BUGS: remove OSX playlist (anyone sees some more issue here readd it with a description...)
+- 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
 
 
 ------------------------------------------------------------------------
-r10902 | fkuehne | 2005-05-05 20:53:17 +0200 (jeu, 05 mai 2005) | 1 line
+r14978 | damienf | 2006-03-30 12:20:26 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/vlm.c
+   M /trunk/modules/video_output/opengl.c
 
-* add the option keyword to the help of vlm and the streaming howto -- patch by Christophe Mutricy
-------------------------------------------------------------------------
-r10901 | fkuehne | 2005-05-05 20:23:53 +0200 (jeu, 05 mai 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
+opengl.c: fixed string declaration over multiple lines
 
-* compilation fix
 ------------------------------------------------------------------------
-r10900 | fkuehne | 2005-05-05 20:02:30 +0200 (jeu, 05 mai 2005) | 1 line
+r14977 | zorglub | 2006-03-30 10:40:51 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/po/es.po
+   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
 
-* update to the Spanish translation by Javier Varela (99% complete now)
-------------------------------------------------------------------------
-r10899 | fkuehne | 2005-05-05 19:03:43 +0200 (jeu, 05 mai 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+Video filters and outputs strings (Refs:#438)
 
-* use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed
 ------------------------------------------------------------------------
-r10898 | djc | 2005-05-05 18:48:22 +0200 (jeu, 05 mai 2005) | 3 lines
+r14976 | zorglub | 2006-03-30 10:36:49 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk/modules/control/corba/corba.c
 
-- added macosx version detection at runtime with /System/Library/CoreServices/SystemVersion.plist file
-- wrapped code
+Use the string
 
 ------------------------------------------------------------------------
-r10897 | djc | 2005-05-05 12:57:55 +0200 (jeu, 05 mai 2005) | 5 lines
+r14975 | zorglub | 2006-03-30 07:42:08 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-Added widget, fix save, etc.
-Known bugs: changing advanced view, detection of MacOS X version at
-            runtime and many others...
+   M /trunk/modules/control/corba/corba.c
 
+Corba string (Refs:#438)
 
 ------------------------------------------------------------------------
-r10896 | asmax | 2005-05-04 22:52:43 +0200 (mer, 04 mai 2005) | 7 lines
+r14974 | zorglub | 2006-03-30 07:37:29 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/skin.dtd
+   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
 
-* skin.dtd: added an attribute "resize" in the "Image" element, to define
-  the method used to resize the image, which can be "mosaic" (the default)
-  or "scale". Note that the previous behaviour was always "scale" before,
-  but mosaic is much much faster, so use scale method only for fun ;)
-* skins2/*: support of the new mosaic method; playlist resize with this
-  method is significantly faster!
+Access strings (Refs:#438)
 
 ------------------------------------------------------------------------
-r10895 | sam | 2005-05-04 16:43:00 +0200 (mer, 04 mai 2005) | 2 lines
+r14973 | dionoea | 2006-03-30 01:59:40 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/modules.c
+   M /trunk/share/http/js/mosaic.js
 
-  * do not use a dynamic linker if no plugin support was detected/requested.
+Mosaic wizard: audio stuff was missing
 
 ------------------------------------------------------------------------
-r10894 | bigben | 2005-05-04 01:18:04 +0200 (mer, 04 mai 2005) | 3 lines
+r14972 | xtophe | 2006-03-30 01:58:40 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/BUGS
-
-Forgot this one...
+   M /trunk/include/vlc_config_cat.h
 
+include/* : Relecture. refs #438
 
 ------------------------------------------------------------------------
-r10893 | bigben | 2005-05-04 01:14:39 +0200 (mer, 04 mai 2005) | 3 lines
+r14971 | dionoea | 2006-03-30 00:40:26 +0200 (Thu, 30 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/BUGS
-
-One more bug
+   M /trunk/src/misc/unicode.c
 
+Fix windows drive listing. (We have wrappers arround wrappers ... neat :p )
 
 ------------------------------------------------------------------------
-r10892 | bigben | 2005-05-04 01:04:10 +0200 (mer, 04 mai 2005) | 3 lines
+r14970 | bigben | 2006-03-29 22:03:48 +0200 (Wed, 29 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/BUGS
+   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
 
-some more bugs...
+* 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
 
 
 ------------------------------------------------------------------------
-r10891 | bigben | 2005-05-04 00:44:17 +0200 (mer, 04 mai 2005) | 5 lines
+r14969 | dionoea | 2006-03-29 19:45:59 +0200 (Wed, 29 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item->node correspondance in the playlist
-* A side effect of this fix seems to be that adding a directory, deleting it and adding a new playlist item doesn't seem to crash VLC anymore
-* Make the currently playling item, as well as its parent items bold 
+   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
 
 ------------------------------------------------------------------------
-r10887 | fkuehne | 2005-05-03 22:10:10 +0200 (mar, 03 mai 2005) | 1 line
+r14968 | dionoea | 2006-03-29 19:11:32 +0200 (Wed, 29 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/darwin_specific.m
+   M /trunk/modules/control/rc.c
+
+Some more typos
 
-* aded the new Catalan translation
 ------------------------------------------------------------------------
-r10885 | courmisch | 2005-05-03 13:07:20 +0200 (mar, 03 mai 2005) | 2 lines
+r14967 | dionoea | 2006-03-29 18:56:20 +0200 (Wed, 29 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/iso-639_def.h
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/http/mvar.c
 
-Enable catalan translation
+Fix typos. Thanks to tumu
 
 ------------------------------------------------------------------------
-r10884 | courmisch | 2005-05-03 12:55:49 +0200 (mar, 03 mai 2005) | 2 lines
+r14966 | dionoea | 2006-03-29 17:03:17 +0200 (Wed, 29 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/po/POTFILES.in
+   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
 
-Fixes no longer existing files
+Control interfaces first string review.
 
 ------------------------------------------------------------------------
-r10883 | courmisch | 2005-05-03 12:47:17 +0200 (mar, 03 mai 2005) | 3 lines
+r14965 | xtophe | 2006-03-29 16:35:58 +0200 (Wed, 29 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/THANKS
-   A /trunk/po/ca.po
+   M /trunk/share/http/dialogs/input
 
-Initial Catalan translation by
-Lorena Gomes and Xènia Albà Cantero
+typo
 
 ------------------------------------------------------------------------
-r10882 | courmisch | 2005-05-03 12:43:27 +0200 (mar, 03 mai 2005) | 2 lines
+r14964 | dionoea | 2006-03-29 16:27:14 +0200 (Wed, 29 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/po/zh_TW.po
+   M /trunk/modules/control/rc.c
 
-.po are not executable
+First rc interface string review
 
 ------------------------------------------------------------------------
-r10879 | fkuehne | 2005-05-02 20:36:58 +0200 (lun, 02 mai 2005) | 1 line
+r14963 | zorglub | 2006-03-29 16:02:00 +0200 (Wed, 29 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/modules/LIST
+
+LIST update (287 modules now)
 
-* fixed icons for bin, AIFF, WAV
 ------------------------------------------------------------------------
-r10873 | rocky | 2005-05-02 11:01:55 +0200 (lun, 02 mai 2005) | 9 lines
+r14962 | zorglub | 2006-03-29 15:49:40 +0200 (Wed, 29 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-
-gcc 3.4.3 gave this error: 
+   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
 
-  src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const':
-  src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id
-  src/ft2_font.cpp:172: note: try removing the parentheses around the type-id
+Access strings (Refs:#438)
 
-Follow the suggestion.
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r10872 | fenrir | 2005-05-02 09:25:15 +0200 (lun, 02 mai 2005) | 2 lines
+r14960 | courmisch | 2006-03-29 12:35:41 +0200 (Wed, 29 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/src/misc/modules.c
 
- * playlist: fix Playlist::OnKeyDown (added event.Skip when needed).
+Fix warnings
 
 ------------------------------------------------------------------------
-r10871 | bigben | 2005-05-02 01:04:18 +0200 (lun, 02 mai 2005) | 3 lines
+r14959 | dionoea | 2006-03-29 10:59:52 +0200 (Wed, 29 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* Hopefully fixes --aspect-ratio computation when giving float values as argument
+   M /trunk/THANKS
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
+fix #578. patch by Steven Sheehy. thanks.
 
 ------------------------------------------------------------------------
-r10869 | asmax | 2005-05-01 23:36:53 +0200 (dim, 01 mai 2005) | 4 lines
+r14958 | fkuehne | 2006-03-29 09:33:35 +0200 (Wed, 29 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   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
 
-* ft2_font.cpp: added a cache for glyphs rendered with freetype, because
-  freetype is so slooow: now FT2Font::drawString() is about 100 times faster
-  in average !
+* 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
 ------------------------------------------------------------------------
-r10863 | asmax | 2005-05-01 17:17:40 +0200 (dim, 01 mai 2005) | 3 lines
+r14956 | xtophe | 2006-03-29 00:34:41 +0200 (Wed, 29 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_stream.h
+   M /trunk/include/snapshot.h
 
-* vlc_stream.h: added missing extern "C" (prevented compilation of skins2
-  module in builtin mode)
+include: first part of the relecture. refs #438
 
 ------------------------------------------------------------------------
-r10862 | rocky | 2005-05-01 16:48:08 +0200 (dim, 01 mai 2005) | 6 lines
+r14955 | dionoea | 2006-03-28 23:29:59 +0200 (Tue, 28 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/share/http/requests/status.xml
 
-fix next/previous chapter in disc mode 
-fix updating meta (caused by a recent change of mine)
+Export stats in http interface
 
-vcdx/access.c: hack to try to fix still-handling problem
+------------------------------------------------------------------------
+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
 
 ------------------------------------------------------------------------
-r10861 | asmax | 2005-05-01 15:19:04 +0200 (dim, 01 mai 2005) | 4 lines
+r14953 | zorglub | 2006-03-28 22:29:28 +0200 (Tue, 28 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/os_graphics.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
+   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
 
-* os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha
-  blending only when it is useful (i.e. when drawing antialiased text)
-* x11/*: optimized drawBitmap when alpha blending is not used: 5 times faster
+String fixes in src (Refs:#438)
 
 ------------------------------------------------------------------------
-r10860 | ipkiss | 2005-05-01 13:15:42 +0200 (dim, 01 mai 2005) | 3 lines
+r14952 | dionoea | 2006-03-28 19:16:52 +0200 (Tue, 28 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/share/http/js/mosaic.js
 
- * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was
-   missing in the doc
+Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip
 
 ------------------------------------------------------------------------
-r10859 | rocky | 2005-05-01 10:56:03 +0200 (dim, 01 mai 2005) | 3 lines
+r14951 | zorglub | 2006-03-28 17:50:44 +0200 (Tue, 28 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.h
-
-Work on audio control access. 
+   M /trunk/src/libvlc.h
 
+Fix intf options
 
 ------------------------------------------------------------------------
-r10858 | rocky | 2005-05-01 04:43:17 +0200 (dim, 01 mai 2005) | 3 lines
+r14950 | dionoea | 2006-03-28 17:40:43 +0200 (Tue, 28 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Correct up audio-control stop command.
+   M /trunk/Makefile.am
 
+Hum ... we still want to strip when using wince
 
 ------------------------------------------------------------------------
-r10857 | rocky | 2005-05-01 04:16:02 +0200 (dim, 01 mai 2005) | 2 lines
+r14949 | zorglub | 2006-03-28 17:15:16 +0200 (Tue, 28 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
 
-Compatability for different versions of libcdio from 0.71-0.74cvs
+Update update checker debian patch
 
 ------------------------------------------------------------------------
-r10856 | rocky | 2005-05-01 04:06:58 +0200 (dim, 01 mai 2005) | 4 lines
+r14948 | dionoea | 2006-03-28 16:02:49 +0200 (Tue, 28 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-A couple more fixes. One to set meta information when in disc mode.
-Another to pause audio control playing.
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
+Fix update dialog layout in Windows
 
 ------------------------------------------------------------------------
-r10855 | rocky | 2005-05-01 02:34:39 +0200 (dim, 01 mai 2005) | 11 lines
+r14947 | zorglub | 2006-03-28 15:57:36 +0200 (Tue, 28 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-
-Fix some bugs when playlist not in disc but track mode:
-  play_item initialization accidently lost.
-  Probably need a vlc_object release of the playlist.
-
-Adjust comments which were wrong because of cut and paste artifacts.
-
-Some changes that may help debugging. 
-
-First attempt at playing via audio controls - mostly not working. 
+   M /trunk/include/codecs.h
+   M /trunk/include/network.h
+   M /trunk/include/vlc_interface.h
 
+Strings in include/ (Refs:#438)
 
 ------------------------------------------------------------------------
-r10854 | massiot | 2005-04-29 17:57:24 +0200 (ven, 29 avr 2005) | 5 lines
+r14946 | dionoea | 2006-03-28 15:30:33 +0200 (Tue, 28 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/modules/codec/Modules.am
-   D /trunk/modules/codec/toolame.c
-   A /trunk/modules/codec/twolame.c (from /trunk/modules/codec/toolame.c:10731)
+   M /trunk/Makefile.am
 
-* ALL: We are now using libtwolame instead of libtoolame. The reason is that
-  twolame is thread-safe and maintained. Update your batch files for
-  --enable-twolame instead of --enable-toolame. See http://twolame.sf.net
-  for more information.
+Don't strip windows builds when running make package-win-common-devel
 
 ------------------------------------------------------------------------
-r10853 | fenrir | 2005-04-29 09:37:20 +0200 (ven, 29 avr 2005) | 3 lines
+r14945 | zorglub | 2006-03-27 23:44:30 +0200 (Mon, 27 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access_filter/record.c
+   M /trunk/src/libvlc.h
 
- * record: use add_directory (instead of add_string) + parse the name to
- remove the uri/path part.
+Strings review for libvlc.h (Refs:#438)
 
 ------------------------------------------------------------------------
-r10852 | robux4 | 2005-04-28 23:15:08 +0200 (jeu, 28 avr 2005) | 1 line
+r14944 | fkuehne | 2006-03-27 21:06:33 +0200 (Mon, 27 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/x264-svn.patch
 
-mkv.cpp: add preliminary code to support the UI hooks
+* fix x264 compilation
 ------------------------------------------------------------------------
-r10851 | damienf | 2005-04-28 15:58:54 +0200 (jeu, 28 avr 2005) | 2 lines
+r14943 | courmisch | 2006-03-27 18:57:57 +0200 (Mon, 27 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_common.h
+   M /trunk/modules/control/http/util.c
 
-bad, bad developer ...
+Remove superfluous (as in implied by the previous one) condition
 
 ------------------------------------------------------------------------
-r10850 | damienf | 2005-04-28 15:36:54 +0200 (jeu, 28 avr 2005) | 4 lines
+r14942 | courmisch | 2006-03-27 18:48:14 +0200 (Mon, 27 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-- added dshow-fps option to configure capture framerate
-- added support for IAMStreamConfig interface to configure user settings on capture pin media type
+   M /trunk/include/vlc_url.h
 
+Oops
 
 ------------------------------------------------------------------------
-r10849 | damienf | 2005-04-28 15:30:02 +0200 (jeu, 28 avr 2005) | 4 lines
+r14941 | courmisch | 2006-03-27 17:35:55 +0200 (Mon, 27 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access_filter/record.c
-
-vlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
-record.c: make it compile under mingw32, needs review
+   M /trunk/src/input/subtitles.c
 
+- Use utf_8scandir() and some cleanup
+- Fix double free()
 
 ------------------------------------------------------------------------
-r10848 | gbazin | 2005-04-28 10:18:53 +0200 (jeu, 28 avr 2005) | 1 line
+r14940 | courmisch | 2006-03-27 16:47:05 +0200 (Mon, 27 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access_filter/record.c
+   M /trunk/src/misc/strings.c
+
+Fix lame encoded URL decoder (closes #613)
 
-* modules/access_filter/record.c: compilation fix.
 ------------------------------------------------------------------------
-r10847 | fenrir | 2005-04-28 09:45:51 +0200 (jeu, 28 avr 2005) | 2 lines
+r14939 | courmisch | 2006-03-27 16:46:14 +0200 (Mon, 27 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/es_out.c
+   M /trunk/modules/control/http/mvar.c
 
- * es_out: oops, make EsOutProgramDel returning an error code.
+Use utf8_scandir instead of scandir
 
 ------------------------------------------------------------------------
-r10846 | fenrir | 2005-04-28 09:43:09 +0200 (jeu, 28 avr 2005) | 2 lines
+r14938 | courmisch | 2006-03-27 15:28:24 +0200 (Mon, 27 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/access_filter/record.c
+   M /trunk/include/vlc_url.h
 
- * record: grrr, support for system that doesn't have localtime_r.
+Support URL-escape non-ASCII characters properly as far as possible
+(ie. all characters from the Basic Multilingual Plane from Unicode)
 
 ------------------------------------------------------------------------
-r10845 | fenrir | 2005-04-28 09:26:04 +0200 (jeu, 28 avr 2005) | 3 lines
+r14937 | courmisch | 2006-03-27 13:26:50 +0200 (Mon, 27 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_es_out.h
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/es_out.c
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
 
- es_out*: added ES_OUT_DEL_GROUP
- ts.c: use ES_OUT_DEL_GROUP to remove old program.
+utf8_scandir: Unicode wrapper for scandir()
 
 ------------------------------------------------------------------------
-r10844 | gbazin | 2005-04-27 14:59:38 +0200 (mer, 27 avr 2005) | 1 line
+r14936 | dionoea | 2006-03-27 03:23:54 +0200 (Mon, 27 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/es_out.c
+   M /trunk/mozilla/npvlc_rc.rc
+   M /trunk/mozilla/vlcplugin.h
+
+Add audio/wav and audio/x-wav to available mime types
 
-* src/input/es_out.c: reverted previous patch since it creates problems with the DVB access plugin.
 ------------------------------------------------------------------------
-r10843 | gbazin | 2005-04-27 13:40:11 +0200 (mer, 27 avr 2005) | 1 line
+r14935 | fkuehne | 2006-03-26 22:50:04 +0200 (Sun, 26 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/src/input/es_out.c
+   M /trunk/modules/gui/macosx/controls.m
 
-* src/input/es_out.c: cleanup empty programs.
+* accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S)
 ------------------------------------------------------------------------
-r10842 | courmisch | 2005-04-27 12:19:51 +0200 (mer, 27 avr 2005) | 2 lines
+r14934 | courmisch | 2006-03-26 22:25:07 +0200 (Sun, 26 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/access_filter/record.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/util.c
 
-Fix errno undefined error
+- Use iconv transliteration instead of custom code
+- Supposedly fix a memleak
+- Fix a few warnings
 
 ------------------------------------------------------------------------
-r10841 | sigmunau | 2005-04-26 23:35:03 +0200 (mar, 26 avr 2005) | 5 lines
+r14933 | hartman | 2006-03-26 00:21:31 +0100 (Sun, 26 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/var.c
+   M /trunk/src/video_output/vout_subpictures.c
 
-input/var.c: don't try to update the "rate" variable directly in callback
-for "rate-faster" and "rate-slower". input_ControlPush will handle it. This
-fixes a race condition when "rate" ends up at a different value than
-p_input->i_rate
+* 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
 
 ------------------------------------------------------------------------
-r10840 | bigben | 2005-04-26 23:34:46 +0200 (mar, 26 avr 2005) | 3 lines
+r14932 | xtophe | 2006-03-26 00:10:43 +0100 (Sun, 26 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-
-Compiles mkv.cpp in -O1 on darwin to work around a gcc bug.
+   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
 
 ------------------------------------------------------------------------
-r10839 | sam | 2005-04-26 22:17:50 +0200 (mar, 26 avr 2005) | 2 lines
+r14931 | damienf | 2006-03-25 23:15:33 +0100 (Sat, 25 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/audio_output/esd.c
+   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
 
-  * support for --esdserver. doesn't seem to work yet, though...
+- 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
 
 ------------------------------------------------------------------------
-r10838 | titer | 2005-04-26 21:45:32 +0200 (mar, 26 avr 2005) | 2 lines
+r14930 | zorglub | 2006-03-25 20:24:05 +0100 (Sat, 25 Mar 2006) | 9 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   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
 
- fixed ebml/matroska build with gcc 4
+* 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)
 
 ------------------------------------------------------------------------
-r10835 | robux4 | 2005-04-26 21:04:18 +0200 (mar, 26 avr 2005) | 2 lines
+r14929 | fkuehne | 2006-03-25 19:54:58 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/macosx/prefs.m
 
-mkv.cpp: added the thread to support VOB buttons
-+ code cleaning
+* 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
 ------------------------------------------------------------------------
-r10834 | fkuehne | 2005-04-26 20:59:56 +0200 (mar, 26 avr 2005) | 1 line
+r14928 | fkuehne | 2006-03-25 19:19:53 +0100 (Sat, 25 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/src/libvlc.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
 
-* fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD ctrl-v/ctrl-b now, as '[' and ']' are unaccessible on German keyboards
+* update the info panel when switching the currently played p_item
 ------------------------------------------------------------------------
-r10833 | bigben | 2005-04-26 19:33:24 +0200 (mar, 26 avr 2005) | 3 lines
+r14927 | zorglub | 2006-03-25 19:19:13 +0100 (Sat, 25 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/video_output.c
 
-Add a checkbox to enable timeshifting in the open network panel
+*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.
 
 
 ------------------------------------------------------------------------
-r10832 | robux4 | 2005-04-26 19:16:32 +0200 (mar, 26 avr 2005) | 1 line
+r14926 | asmax | 2006-03-25 17:52:16 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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 !
 
-mkv.cpp: do an EnterAndLeave before seeking in Matroska Script
 ------------------------------------------------------------------------
-r10831 | gbazin | 2005-04-26 16:27:47 +0200 (mar, 26 avr 2005) | 1 line
+r14925 | asmax | 2006-03-25 17:36:51 +0100 (Sat, 25 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/xcommon.c
+   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.
 
-* modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys.
 ------------------------------------------------------------------------
-r10830 | gbazin | 2005-04-26 16:16:14 +0200 (mar, 26 avr 2005) | 1 line
+r14924 | zorglub | 2006-03-25 17:10:33 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
+   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)
 
-* include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output.c: added a lock to the playlist garbage collector to avoid a race condition with the vout creation/destruction.
 ------------------------------------------------------------------------
-r10829 | robux4 | 2005-04-26 15:59:11 +0200 (mar, 26 avr 2005) | 1 line
+r14923 | zorglub | 2006-03-25 16:39:09 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mpeg/mpga.c
+
+Retry syncing mpeg audio stream if it failed on first block (Closes:#609)
 
-mkv.cpp: avoid leaving the same item in cascade
 ------------------------------------------------------------------------
-r10828 | gbazin | 2005-04-26 15:07:43 +0200 (mar, 26 avr 2005) | 1 line
+r14922 | xtophe | 2006-03-25 16:14:38 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/x264.c
+   M /trunk/src/misc/configuration.c
+
+misc/configuration.c: Use the proper directory separator
 
-* modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid.
 ------------------------------------------------------------------------
-r10827 | gbazin | 2005-04-26 14:44:03 +0200 (mar, 26 avr 2005) | 1 line
+r14921 | courmisch | 2006-03-25 15:43:43 +0100 (Sat, 25 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   M /trunk/configure.ac
+   M /trunk/loader/Makefile.am
+
+Switch loader to libtool
+(it only works on platforms where libtool works anyway)
 
-* modules/stream_out/transcode.c: lowered the hurry-up treshold a bit.
 ------------------------------------------------------------------------
-r10826 | gbazin | 2005-04-26 14:40:02 +0200 (mar, 26 avr 2005) | 1 line
+r14920 | courmisch | 2006-03-25 15:43:10 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   M /trunk/loader/driver.c
+
+Fix previous commit
 
-* modules/stream_out/transcode.c: new hurry-up option that drops video frames if encoder is late.
 ------------------------------------------------------------------------
-r10825 | gbazin | 2005-04-26 12:51:32 +0200 (mar, 26 avr 2005) | 1 line
+r14919 | courmisch | 2006-03-25 15:37:36 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/x264.c
+   M /trunk/loader/driver.c
+   M /trunk/loader/win32.c
+
+Fix duplicate symbol
 
-* modules/codec/x264.c: use proper default value for subpel.
 ------------------------------------------------------------------------
-r10824 | gbazin | 2005-04-26 12:50:06 +0200 (mar, 26 avr 2005) | 1 line
+r14918 | fkuehne | 2006-03-25 13:54:27 +0100 (Sat, 25 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/codec/x264.c
+   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
 
-* modules/codec/x264.c: crop the video if its size isn't a multiple of 16 (will have to be changed to use the visible size values).
+* another 1st string review, refs #438
 ------------------------------------------------------------------------
-r10823 | gbazin | 2005-04-26 12:14:19 +0200 (mar, 26 avr 2005) | 1 line
+r14917 | courmisch | 2006-03-25 13:37:31 +0100 (Sat, 25 Mar 2006) | 6 lines
 Changed paths:
-   M /trunk/modules/codec/x264.c
+   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.
 
-* modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_BSUB16x16.
 ------------------------------------------------------------------------
-r10822 | gbazin | 2005-04-26 11:37:26 +0200 (mar, 26 avr 2005) | 1 line
+r14916 | fkuehne | 2006-03-25 13:28:31 +0100 (Sat, 25 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/include/vlc_config_cat.h
 
-* modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts.
+* 1st string review, refs #438
 ------------------------------------------------------------------------
-r10821 | gbazin | 2005-04-26 11:22:04 +0200 (mar, 26 avr 2005) | 1 line
+r14915 | zorglub | 2006-03-25 13:15:49 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/mozilla/vlcpeer.cpp
+
+Remove debug (Refs:#438)
 
-* modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R.
 ------------------------------------------------------------------------
-r10820 | gbazin | 2005-04-26 10:44:14 +0200 (mar, 26 avr 2005) | 1 line
+r14914 | jpsaman | 2006-03-25 13:15:42 +0100 (Sat, 25 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/ts.c
 
-* modules/demux/mkv.cpp: itoa -> sprintf.
+Drop support for VLS specific LPCB because it conflicts with standards. Closes #610
 ------------------------------------------------------------------------
-r10819 | fenrir | 2005-04-26 10:42:19 +0200 (mar, 26 avr 2005) | 2 lines
+r14913 | asmax | 2006-03-25 12:01:03 +0100 (Sat, 25 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/share/skins2/skin.dtd
 
- * all: added set_shortname.
+* 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...
 
 ------------------------------------------------------------------------
-r10818 | fenrir | 2005-04-26 10:34:54 +0200 (mar, 26 avr 2005) | 2 lines
+r14912 | zorglub | 2006-03-25 11:57:34 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   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
 
- * wxwindows: added a cast to avoid a compiler error (conversion from void*).
+Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily
 
 ------------------------------------------------------------------------
-r10817 | gbazin | 2005-04-26 10:25:33 +0200 (mar, 26 avr 2005) | 1 line
+r14911 | zorglub | 2006-03-25 11:34:38 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/misc/dummy/dummy.c
+   M /trunk/modules/misc/win32text.c
+
+Finish strings review in misc/ (Refs:#438)
 
-* configure.ac: add access_filter_record to the build.
 ------------------------------------------------------------------------
-r10816 | fenrir | 2005-04-26 09:28:07 +0200 (mar, 26 avr 2005) | 3 lines
+r14910 | zorglub | 2006-03-25 11:00:14 +0100 (Sat, 25 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/access_filter/Modules.am
-   A /trunk/modules/access_filter/record.c
-   M /trunk/src/libvlc.h
+   M /trunk/modules/services_discovery/hal.c
+   M /trunk/modules/services_discovery/podcast.c
+   M /trunk/modules/services_discovery/sap.c
 
- * all: added a new access_filter module: record + one hotkey to start/stop
- recording (simple dumping). (Usefull for dvb/udp/mp3 radio stream).
+Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438)
 
 ------------------------------------------------------------------------
-r10815 | fenrir | 2005-04-26 09:24:39 +0200 (mar, 26 avr 2005) | 2 lines
+r14909 | xtophe | 2006-03-24 19:26:46 +0100 (Fri, 24 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/services_discovery/sap.c
 
- * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
+sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces.
 
 ------------------------------------------------------------------------
-r10814 | fenrir | 2005-04-26 09:23:56 +0200 (mar, 26 avr 2005) | 3 lines
+r14908 | xtophe | 2006-03-24 18:52:47 +0100 (Fri, 24 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/mux/mpjpeg.c
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
 
- * all: warning fixes.
- * mpjpeg.c: use sout_CfgParse !
+wxwidgets.c: missing from [14902] commit
 
 ------------------------------------------------------------------------
-r10813 | fenrir | 2005-04-26 09:21:31 +0200 (mar, 26 avr 2005) | 4 lines
+r14907 | dionoea | 2006-03-24 15:17:28 +0100 (Fri, 24 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/ts.c
+   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
 
- * asf, b4s: warning fixes.
- * ts: - set BLOCK_FLAG_CORRUPTED on transport_error_indicator.
-       - better support of EIT + VLC_META_NOW_PLAYING.
+Use the "charset" variable
 
 ------------------------------------------------------------------------
-r10812 | fenrir | 2005-04-26 09:19:10 +0200 (mar, 26 avr 2005) | 2 lines
+r14906 | dionoea | 2006-03-24 15:16:12 +0100 (Fri, 24 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_input.h
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/http.h
+   M /trunk/modules/control/http/util.c
 
- * vlc_input.h: added INPUT_DEL_INFO.
+try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work.
 
 ------------------------------------------------------------------------
-r10811 | fenrir | 2005-04-26 09:17:42 +0200 (mar, 26 avr 2005) | 4 lines
+r14905 | dionoea | 2006-03-24 14:41:15 +0100 (Fri, 24 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/control.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
+   M /trunk/share/http/js/functions.js
 
- * control: added INPUT_DEL_INFO.
- * input: allow chaining of access_filter (like filter1:filter2 ...)
- * es_out: support VLC_META_NOW_PLAYING for multi-program stream.
+Fix windows browser bug: first directory or filename character was removed.
 
 ------------------------------------------------------------------------
-r10810 | djc | 2005-04-26 03:43:00 +0200 (mar, 26 avr 2005) | 4 lines
+r14904 | dionoea | 2006-03-24 14:11:17 +0100 (Fri, 24 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Change location of speex to http://us.speex.org/download/
-(fix a 302 message...)
+   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)
 
 ------------------------------------------------------------------------
-r10809 | sigmunau | 2005-04-26 01:19:19 +0200 (mar, 26 avr 2005) | 2 lines
+r14903 | zorglub | 2006-03-24 12:05:28 +0100 (Fri, 24 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/zsh.cpp
+   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
 
-extras/zsh.cpp: completion for module_cat and module_cat_list
+Strings review in visualization/ (Refs:#438)
 
 ------------------------------------------------------------------------
-r10808 | sigmunau | 2005-04-26 00:27:41 +0200 (mar, 26 avr 2005) | 2 lines
+r14902 | xtophe | 2006-03-23 23:54:31 +0100 (Thu, 23 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/extras/zsh.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
-extras/zsh.cpp: allow completion of --option=value syntax
+wx/interfaces.cpp: Add an option to display tool bar buton name. 
+                  Warning hack inside.
+                  refs #495 close it for linux and win32
+                  
 
 ------------------------------------------------------------------------
-r10807 | sigmunau | 2005-04-26 00:14:48 +0200 (mar, 26 avr 2005) | 3 lines
+r14901 | dionoea | 2006-03-23 23:46:18 +0100 (Thu, 23 Mar 2006) | 2 lines
 Changed paths:
-   A /trunk/extras/Makefile
-   M /trunk/extras/zsh.cpp
+   M /trunk/modules/control/http/http.c
 
-extras/Makefile: A very very simple makefile to build the zsh stuff
-extras/zsh.cpp: Support for completing simple url as well
+use p_playlist->p_input
 
 ------------------------------------------------------------------------
-r10804 | robux4 | 2005-04-25 21:19:06 +0200 (lun, 25 avr 2005) | 1 line
+r14900 | bigben | 2006-03-23 23:19:38 +0100 (Thu, 23 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/macosx/intf.m
 
-mkv.cpp: add support for new DVD commands, add more debug messages
-------------------------------------------------------------------------
-r10803 | sigmunau | 2005-04-25 19:16:37 +0200 (lun, 25 avr 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/zsh.cpp
+* 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
 
-zsh.cpp: allow completion of submodules as well for module-type options
-(this allows -A and -V to complete the dummy module
 
 ------------------------------------------------------------------------
-r10802 | zorglub | 2005-04-24 22:44:36 +0200 (dim, 24 avr 2005) | 2 lines
+r14899 | hartman | 2006-03-23 22:43:34 +0100 (Thu, 23 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/extras/contrib/src/packages.mak
 
-Fix crash if we don't have freetype or subsdec
+* stupid mars.org being offline all the time. Pull files from our own download servers.
 
 ------------------------------------------------------------------------
-r10801 | sigmunau | 2005-04-24 20:46:19 +0200 (dim, 24 avr 2005) | 2 lines
+r14898 | xtophe | 2006-03-23 22:41:12 +0100 (Thu, 23 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/TODO
+   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
 
-TODO: Added some of my personal wishes
+services_discovery/*: String review (refs #438) and suppress the sap-addr option
 
 ------------------------------------------------------------------------
-r10800 | robux4 | 2005-04-24 20:45:35 +0200 (dim, 24 avr 2005) | 1 line
+r14897 | hartman | 2006-03-23 21:25:07 +0100 (Thu, 23 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/stream_out/rtp.c
+
+* Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>.
+
 
-mkv.cpp: Fix a problem when entering a chapter after the previous chapter produced a seek in the code
 ------------------------------------------------------------------------
-r10799 | robux4 | 2005-04-24 20:33:37 +0200 (dim, 24 avr 2005) | 1 line
+r14896 | bigben | 2006-03-23 20:57:20 +0100 (Thu, 23 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* Use the correct limit when looping
+
 
-mkv.cpp: added support for the "GotoAndPlay()" Matroska Script command
 ------------------------------------------------------------------------
-r10798 | zorglub | 2005-04-24 20:01:21 +0200 (dim, 24 avr 2005) | 2 lines
+r14895 | xtophe | 2006-03-22 23:39:51 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   A /trunk/BUGS
+   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
 
-Added file about known bugs
+String Review. refs #438
 
 ------------------------------------------------------------------------
-r10797 | zorglub | 2005-04-24 19:56:00 +0200 (dim, 24 avr 2005) | 2 lines
+r14886 | jpsaman | 2006-03-22 22:01:09 +0100 (Wed, 22 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Also delete nodes when deleting selection
+   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
 ------------------------------------------------------------------------
-r10796 | robux4 | 2005-04-24 17:55:30 +0200 (dim, 24 avr 2005) | 1 line
+r14882 | fkuehne | 2006-03-22 19:09:55 +0100 (Wed, 22 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/Makefile.am
 
-mkv.cpp: support the CallSS VTSM DVD command and cleaner jump between chapters & segments
+* copy the http-intf-readme to the OSX-bundle as well
 ------------------------------------------------------------------------
-r10795 | zorglub | 2005-04-24 17:54:03 +0200 (dim, 24 avr 2005) | 2 lines
+r14881 | sam | 2006-03-22 18:51:17 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda.c
+   M /trunk/modules/video_output/caca.c
 
-Don't forget to update the status bar on track change
+  * modules/video_output/caca.c: Compilation fixes.
 
 ------------------------------------------------------------------------
-r10791 | sigmunau | 2005-04-24 16:48:07 +0200 (dim, 24 avr 2005) | 2 lines
+r14880 | dionoea | 2006-03-22 17:38:46 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/Makefile.am
 
-sap.c: clean up playlist handling
+Add share/http/requests/readme to win target
 
 ------------------------------------------------------------------------
-r10788 | sigmunau | 2005-04-24 16:36:27 +0200 (dim, 24 avr 2005) | 3 lines
+r14879 | dionoea | 2006-03-22 17:37:24 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/playlist.c
+   M /trunk/share/Makefile.am
 
-playlist.c: fixed a nasty corruption on exit with more than one sd module
-running
+add requests/readme
 
 ------------------------------------------------------------------------
-r10787 | robux4 | 2005-04-24 10:08:06 +0200 (dim, 24 avr 2005) | 1 line
+r14878 | dionoea | 2006-03-22 17:36:48 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   A /trunk/share/http/requests/readme
+
+List and explain available commands / requests
 
-mkv.cpp: clean the way chapters are presented/handled internally
 ------------------------------------------------------------------------
-r10785 | zorglub | 2005-04-24 01:15:09 +0200 (dim, 24 avr 2005) | 2 lines
+r14877 | courmisch | 2006-03-22 17:05:11 +0100 (Wed, 22 Mar 2006) | 10 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/modules/codec/subsdec.c
 
-Remove invert selection and select all (I simply can't figure how to do that)
+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
 
 ------------------------------------------------------------------------
-r10784 | zorglub | 2005-04-24 01:05:35 +0200 (dim, 24 avr 2005) | 2 lines
+r14876 | xtophe | 2006-03-22 15:14:10 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/misc/logger.c
 
-Delete selection (either by menu or key)
+logger.c: Compile fix
 
 ------------------------------------------------------------------------
-r10783 | sigmunau | 2005-04-24 00:37:22 +0200 (dim, 24 avr 2005) | 2 lines
+r14875 | zorglub | 2006-03-22 14:38:50 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/packetizer/h264.c
+   M /trunk/modules/misc/freetype.c
 
-packetizer/h264.c: fix divition by zero for some streams
+Compile fix
 
 ------------------------------------------------------------------------
-r10782 | zorglub | 2005-04-24 00:30:11 +0200 (dim, 24 avr 2005) | 2 lines
+r14874 | courmisch | 2006-03-22 13:26:11 +0100 (Wed, 22 Mar 2006) | 6 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/unicode.c
 
-Fix disc buttons
+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.
 
 ------------------------------------------------------------------------
-r10781 | zorglub | 2005-04-24 00:13:35 +0200 (dim, 24 avr 2005) | 2 lines
+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
 
-Take logger back to control modules
+Strings review in misc/ except dummy and win32text (Refs:#438)
 
 ------------------------------------------------------------------------
-r10780 | sigmunau | 2005-04-23 20:58:19 +0200 (sam, 23 avr 2005) | 3 lines
+r14872 | courmisch | 2006-03-22 12:24:45 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   A /trunk/extras/zsh.cpp
+   M /trunk/src/misc/unicode.c
 
-extras/zsh.cpp: hacky c++ program that generate a zsh completion rule for vlc.
-todo: MODULE_CAT and MODULE_CAT_LIST options. Better mrl completion. :option=value syntax. sout completion
+Clean up
 
 ------------------------------------------------------------------------
-r10779 | sigmunau | 2005-04-23 20:38:01 +0200 (sam, 23 avr 2005) | 2 lines
+r14871 | courmisch | 2006-03-22 12:14:24 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/libvlc.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/extras/libc.c
 
-libvlc.h: move -A back to --aout where it belongs
+Clean up vlc_iconv prototype
 
 ------------------------------------------------------------------------
-r10778 | robux4 | 2005-04-23 18:54:18 +0200 (sam, 23 avr 2005) | 1 line
+r14870 | zorglub | 2006-03-22 08:12:10 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/control/telnet.c
+
+Strings review of telnet.c (Refs:#438)
 
-mkv.cpp: refine the way segments/chapters are presented and handled (switching now works from everywhere)
 ------------------------------------------------------------------------
-r10777 | robux4 | 2005-04-23 17:13:47 +0200 (sam, 23 avr 2005) | 1 line
+r14869 | dionoea | 2006-03-22 01:19:29 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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.
 
-mkv.cpp: only display the DVD title info in the Title selection
 ------------------------------------------------------------------------
-r10776 | robux4 | 2005-04-23 16:08:01 +0200 (sam, 23 avr 2005) | 1 line
+r14868 | dionoea | 2006-03-22 00:41:05 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/misc/msn.c
+
+Also update now playing info when playing a new item.
 
-mkv.cpp: use the title feature to display the segment hierarchy
 ------------------------------------------------------------------------
-r10775 | zorglub | 2005-04-23 14:33:13 +0200 (sam, 23 avr 2005) | 2 lines
+r14867 | dionoea | 2006-03-22 00:26:17 +0100 (Wed, 22 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda.c
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/mosaic.js
+   M /trunk/share/http/js/vlm.js
 
-Give a fine name when playing audio CD
+Some more IE (crap) fixes
 
 ------------------------------------------------------------------------
-r10774 | robux4 | 2005-04-23 12:41:52 +0200 (sam, 23 avr 2005) | 1 line
+r14861 | bigben | 2006-03-21 23:08:41 +0100 (Tue, 21 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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
+
 
-mkv.cpp: allow the chapter codecs to display chapter strings too (used to know where the DVD titles are)
 ------------------------------------------------------------------------
-r10773 | sigmunau | 2005-04-23 12:30:56 +0200 (sam, 23 avr 2005) | 3 lines
+r14860 | bigben | 2006-03-21 21:56:51 +0100 (Tue, 21 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   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
 
-ffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
-people desides to increase their build number again
 
 ------------------------------------------------------------------------
-r10772 | courmisch | 2005-04-23 12:25:36 +0200 (sam, 23 avr 2005) | 2 lines
+r14859 | dionoea | 2006-03-21 21:56:35 +0100 (Tue, 21 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/Makefile.am
 
-- enable sap-ipv6 by default
+Add 7zip win32 build targets
 
 ------------------------------------------------------------------------
-r10771 | ipkiss | 2005-04-23 00:35:51 +0200 (sam, 23 avr 2005) | 2 lines
+r14858 | courmisch | 2006-03-21 19:20:48 +0100 (Tue, 21 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
 
-Updated skins2 doc.
+I knew I was foolish to expect wxWidgets to work properly.
 
 ------------------------------------------------------------------------
-r10770 | ipkiss | 2005-04-23 00:25:10 +0200 (sam, 23 avr 2005) | 3 lines
+r14857 | courmisch | 2006-03-21 18:28:09 +0100 (Tue, 21 Mar 2006) | 9 lines
 Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   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.
 
- * skins2: Added support for multiple actions (separated by ";"),
-           wherever one action was allowed
+So lets see if it works, and revert commit it tomorrow if it sucks.
 
 ------------------------------------------------------------------------
-r10769 | fkuehne | 2005-04-22 23:36:07 +0200 (ven, 22 avr 2005) | 1 line
+r14856 | courmisch | 2006-03-21 18:21:24 +0100 (Tue, 21 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/po/es.po
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+Attempt to fix Unicode wxWidgets interface on Win32
 
-* update to the Spanish translation by Antonio Javier Varela Calvo
 ------------------------------------------------------------------------
-r10768 | robux4 | 2005-04-22 13:47:02 +0200 (ven, 22 avr 2005) | 1 line
+r14855 | courmisch | 2006-03-21 17:42:34 +0100 (Tue, 21 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   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
 
-contrib: try to allow make src for Linux too
 ------------------------------------------------------------------------
-r10767 | fenrir | 2005-04-22 10:05:03 +0200 (ven, 22 avr 2005) | 2 lines
+r14854 | courmisch | 2006-03-21 17:08:35 +0100 (Tue, 21 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/src/video_output/vout_synchro.c
+   M /trunk/bootstrap
 
- vout_synchro: less verbose.
+libtool: Compile builtins as convenience libraries rather than static ones
+Might fix PIC linking issues on amd64
 
 ------------------------------------------------------------------------
-r10765 | robux4 | 2005-04-21 23:09:15 +0200 (jeu, 21 avr 2005) | 1 line
+r14853 | courmisch | 2006-03-21 16:39:43 +0100 (Tue, 21 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+A bit explanation of the wxWidgets string conversion mess won't harm
 
-mkv.cpp: Enter/Leave on subchapters too
 ------------------------------------------------------------------------
-r10764 | robux4 | 2005-04-21 22:29:42 +0200 (jeu, 21 avr 2005) | 1 line
+r14852 | courmisch | 2006-03-21 16:34:34 +0100 (Tue, 21 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+Fix G++ 4.1 compilation problem
+reported by Diego 'Flameeyes' Petten?\195?\178
 
-contrib: no need to patch libebml anymore
 ------------------------------------------------------------------------
-r10763 | robux4 | 2005-04-21 22:21:08 +0200 (jeu, 21 avr 2005) | 1 line
+r14851 | dionoea | 2006-03-21 01:45:31 +0100 (Tue, 21 Mar 2006) | 2 lines
 Changed paths:
-   D /trunk/extras/contrib/src/Patches/libebml.patch
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/share/http/requests/status.xml
+
+looks like someone renamed vlc_obj_exists to vlc_object_exists.
 
-contrib: update to the latest libebml/libmatroska packages
 ------------------------------------------------------------------------
-r10762 | robux4 | 2005-04-21 22:12:12 +0200 (jeu, 21 avr 2005) | 1 line
+r14847 | zorglub | 2006-03-21 00:13:39 +0100 (Tue, 21 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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
 
-mkv.cpp: add a notice about the gcc bug on Darwin
 ------------------------------------------------------------------------
-r10761 | robux4 | 2005-04-21 14:29:55 +0200 (jeu, 21 avr 2005) | 1 line
+r14846 | ipkiss | 2006-03-20 23:34:43 +0100 (Mon, 20 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: Fixed typos.
 
-mkv.cpp: minor improvements
 ------------------------------------------------------------------------
-r10760 | gbazin | 2005-04-21 14:09:23 +0200 (jeu, 21 avr 2005) | 1 line
+r14845 | fkuehne | 2006-03-20 21:42:23 +0100 (Mon, 20 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/README.MacOSX.rtf
 
-* modules/gui/wxwindows/timer.cpp: fixed interface flickering.
+* the transitional phase of our osx-aout-modules is over :)
 ------------------------------------------------------------------------
-r10759 | courmisch | 2005-04-21 11:15:46 +0200 (jeu, 21 avr 2005) | 3 lines
+r14843 | dionoea | 2006-03-20 21:22:59 +0100 (Mon, 20 Mar 2006) | 6 lines
 Changed paths:
-   M /trunk/src/playlist/view.c
+   M /trunk/src/misc/vlm.c
+
+fix #478.
 
-Handle failed allocation
-(I don't remember why I coded that, but it was left in my trunk)
+You need to escape (with \):
+* quotes that are part of a file's name or option's value
+* backslashes
 
 ------------------------------------------------------------------------
-r10758 | courmisch | 2005-04-21 11:09:34 +0200 (jeu, 21 avr 2005) | 4 lines
+r14842 | damienf | 2006-03-20 15:40:42 +0100 (Mon, 20 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/activex/plugin.cpp
 
-Applied patch for support of the IP_MULTICAST_IF
-by isteinmann (at) bluewin.ch
-with fixes
+plugin.cpp: as usual,I forgot to disable my own debug
 
 ------------------------------------------------------------------------
-r10757 | robux4 | 2005-04-20 23:04:49 +0200 (mer, 20 avr 2005) | 1 line
+r14841 | damienf | 2006-03-20 15:37:41 +0100 (Mon, 20 Mar 2006) | 7 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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
 
-mkv.cpp: the JumpTT command now works !!!!!!
 ------------------------------------------------------------------------
-r10756 | fkuehne | 2005-04-20 22:58:15 +0200 (mer, 20 avr 2005) | 1 line
+r14840 | fkuehne | 2006-03-20 15:13:04 +0100 (Mon, 20 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/Makefile.am
 
-* fixed download-location of libvorbis
+* 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...)
 ------------------------------------------------------------------------
-r10755 | robux4 | 2005-04-20 21:45:41 +0200 (mer, 20 avr 2005) | 1 line
+r14839 | massiot | 2006-03-20 12:18:52 +0100 (Mon, 20 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.
 
-mkv.cpp: finding the segment matching the Title for JumpTT works
 ------------------------------------------------------------------------
-r10754 | gbazin | 2005-04-20 16:57:22 +0200 (mer, 20 avr 2005) | 1 line
+r14838 | massiot | 2006-03-20 12:12:04 +0100 (Mon, 20 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/control/http/http.c
+   M /trunk/modules/control/http/http.h
+
+ * modules/control/http: Content-Type should be case-insensitive.
 
-* modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle VideoXL support.
 ------------------------------------------------------------------------
-r10753 | gbazin | 2005-04-20 16:55:46 +0200 (mer, 20 avr 2005) | 1 line
+r14837 | dionoea | 2006-03-20 02:51:45 +0100 (Mon, 20 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
+   M /trunk/share/http/dialogs/mosaic
+   M /trunk/share/http/js/functions.js
+
+mosaic wizard: change layout & make VLM command batch display optional.
 
-* modules/demux/avi: pass on video palette.
 ------------------------------------------------------------------------
-r10752 | dionoea | 2005-04-20 16:39:29 +0200 (mer, 20 avr 2005) | 4 lines
+r14836 | dionoea | 2006-03-20 02:35:15 +0100 (Mon, 20 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/vlc.win32.nsi
+   M /trunk/share/http/js/vlm.js
 
-change pointed out by 'acehole' in the forums so that automaticaly opening
-a file with VLC will use the whole file name and not the 8.3 format. That
-makes automatic subtitle loading work.
+* also do vlm options fix on sout.
 
 ------------------------------------------------------------------------
-r10751 | gbazin | 2005-04-20 12:44:42 +0200 (mer, 20 avr 2005) | 1 line
+r14835 | dionoea | 2006-03-20 02:32:11 +0100 (Mon, 20 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
+   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
 
-* modules/codec/ffmpeg: added support for Apple QuickDraw, QPEG, IBM Ultimotion, LOCO, Winnov WNV1, Autodesc RLE and Indeo V2 video codecs.
 ------------------------------------------------------------------------
-r10750 | gbazin | 2005-04-20 12:41:11 +0200 (mer, 20 avr 2005) | 1 line
+r14834 | hartman | 2006-03-19 23:03:20 +0100 (Sun, 19 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/livedotcom.cpp
+
+* Fix AMR from liveMedia decoding. Patch by Alex Antropoff <alant at transtelecom dot md>
 
-* modules/demux/mp4: support for QuickDraw video tracks.
 ------------------------------------------------------------------------
-r10749 | robux4 | 2005-04-19 23:15:46 +0200 (mar, 19 avr 2005) | 1 line
+r14830 | xtophe | 2006-03-19 19:16:56 +0100 (Sun, 19 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/video_output/caca.c
+
+caca.c: Typo
 
-mkv.cpp: fix a gcc warning
 ------------------------------------------------------------------------
-r10748 | robux4 | 2005-04-19 22:05:59 +0200 (mar, 19 avr 2005) | 1 line
+r14829 | hartman | 2006-03-19 19:05:54 +0100 (Sun, 19 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/livedotcom.cpp
+
+* sorry about the missing #if
 
-mkv.cpp: preliminary support for the JumpTT command
 ------------------------------------------------------------------------
-r10747 | robux4 | 2005-04-19 21:46:59 +0200 (mar, 19 avr 2005) | 1 line
+r14828 | sam | 2006-03-19 18:17:57 +0100 (Sun, 19 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/video_output/caca.c
+
+  * Support for newer libcaca/libcucul versions.
 
-mkv.cpp: fix various memory management problems
 ------------------------------------------------------------------------
-r10746 | fenrir | 2005-04-19 18:03:11 +0200 (mar, 19 avr 2005) | 6 lines
+r14827 | bigben | 2006-03-19 14:13:09 +0100 (Sun, 19 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/gui/macosx/output.m
 
-  *deinterlace: added a new deinterlace method (called 'x' as experimental until I find
-  a better name ;).
-   It applies a edge oriented interpolation on interlaced video part only (it works on
-   a 8x8 block basis). It works pretty well except where there is a lot of small details.
+Forgot that one
 
 
 ------------------------------------------------------------------------
-r10745 | fenrir | 2005-04-19 17:59:57 +0200 (mar, 19 avr 2005) | 2 lines
+r14826 | bigben | 2006-03-19 14:03:20 +0100 (Sun, 19 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/src/input/decoder.c
+   M /trunk/modules/gui/macosx/wizard.m
+
+* fix compilation
 
- * decoder: fix a crash with delete spu.
 
 ------------------------------------------------------------------------
-r10744 | fenrir | 2005-04-19 17:56:06 +0200 (mar, 19 avr 2005) | 4 lines
+r14825 | bigben | 2006-03-19 13:57:26 +0100 (Sun, 19 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
+   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
 
- * dvb: read more TS blocks at once. We start reading only 2 ts packets (needed to avoid
-long delay because we only receive PAT at the start), but we increase each time we read
-data until 20. This decrease the load (more than 50% for me) while kepping low start up delay.
+* First string review of the OSX interface
 
-------------------------------------------------------------------------
-r10743 | robux4 | 2005-04-19 16:44:44 +0200 (mar, 19 avr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
 
-mkv.cpp: compilation fixes
 ------------------------------------------------------------------------
-r10742 | robux4 | 2005-04-19 16:25:30 +0200 (mar, 19 avr 2005) | 1 line
+r14824 | hartman | 2006-03-19 12:24:16 +0100 (Sun, 19 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/livedotcom.cpp
 
-mkv.cpp: start calling the interpretor
-------------------------------------------------------------------------
-r10741 | gbazin | 2005-04-19 15:38:23 +0200 (mar, 19 avr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
+* fix the liveMedia VERSION_INT (hopefully)
 
-* modules/demux/ts.c: got rid of some useless code and fixed a memory leak at the same time.
 ------------------------------------------------------------------------
-r10740 | robux4 | 2005-04-19 14:38:49 +0200 (mar, 19 avr 2005) | 1 line
+r14823 | dionoea | 2006-03-19 02:49:11 +0100 (Sun, 19 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/share/Makefile.am
 
-mkv.cpp: initial support for GPRM and SPRM DVD registers
-------------------------------------------------------------------------
-r10739 | robux4 | 2005-04-19 13:33:14 +0200 (mar, 19 avr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+Add iehacks.css to Makefile.am
 
-mkv.cpp: demux_sys_t needs to keep the same name
 ------------------------------------------------------------------------
-r10738 | robux4 | 2005-04-19 13:17:22 +0200 (mar, 19 avr 2005) | 1 line
+r14822 | dionoea | 2006-03-19 02:46:43 +0100 (Sun, 19 Mar 2006) | 6 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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
 
-mkv.cpp: changed the name of classes and prepare the DVD interpretor
-------------------------------------------------------------------------
-r10737 | gbazin | 2005-04-19 10:39:31 +0200 (mar, 19 avr 2005) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/gui/wxwindows/interface.cpp
+A bunch of hacks to fix bugs on IE.
 
-* include/vlc_keys.h: Added Insert and Delete hotkeys.
-* modules/gui/wxwindows/interface.cpp: Fixed End hotkey + added Insert/Delete.
+I really don't like the Sort menu and Services discovery menu code. If
+someone has a better idea feal free to change it.
 
-Patch by Greg Hazel (ghazel at gmail dot com)
 
 ------------------------------------------------------------------------
-r10736 | courmisch | 2005-04-19 10:20:30 +0200 (mar, 19 avr 2005) | 2 lines
+r14821 | hartman | 2006-03-19 02:28:18 +0100 (Sun, 19 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/demux/livedotcom.cpp
 
-Don't enable externrun module in -hopefully- upcoming 0.8.2
+* fix ifdef
 
 ------------------------------------------------------------------------
-r10735 | ipkiss | 2005-04-18 23:21:09 +0200 (lun, 18 avr 2005) | 5 lines
+r14820 | xtophe | 2006-03-19 02:27:21 +0100 (Sun, 19 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+   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
 
- * skins2: Fixed 2 bugs related with embedded vout and skins switching:
-    - win32: fixed the 'vout_directx private error: out of memory' error
-      (thanks to Trax` for pointing it out)
-    - x11: it's now possible to use the embedded vout after changing skin
+stream_out/*: String review (refs #438)
 
 ------------------------------------------------------------------------
-r10733 | jpsaman | 2005-04-18 20:13:37 +0200 (lun, 18 avr 2005) | 2 lines
+r14819 | hartman | 2006-03-19 02:00:13 +0100 (Sun, 19 Mar 2006) | 8 lines
 Changed paths:
-   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/demux/livedotcom.cpp
+
+* Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports.
+  Seems to work for WM RTSP. No support yet for Kasenna,
+  since I don't have proper access to one at this moment.
+
+  refs #595
+  refs #329
 
-Fix deadlock while quiting VLC. It can get stuck in the playlist. Stopping the playlist first resolves this problem.
 
 ------------------------------------------------------------------------
-r10731 | gbazin | 2005-04-18 17:32:31 +0200 (lun, 18 avr 2005) | 1 line
+r14818 | dionoea | 2006-03-19 01:02:26 +0100 (Sun, 19 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/share/http/dialogs/sout
+
+Fix typo
 
-* modules/mux/mpeg/*: new --sout-ps-pes-max-size option.
 ------------------------------------------------------------------------
-r10730 | gbazin | 2005-04-18 16:49:29 +0200 (lun, 18 avr 2005) | 1 line
+r14817 | jpsaman | 2006-03-19 00:11:31 +0100 (Sun, 19 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/src/Makefile.am
 
-* modules/gui/wxwindows/*: workaround uninitialization bug in wxWidgets -> re-enabled on-the-fly interface switching.
+Undo r 14546 breakage
 ------------------------------------------------------------------------
-r10729 | damienf | 2005-04-18 14:58:14 +0200 (lun, 18 avr 2005) | 2 lines
+r14816 | zorglub | 2006-03-18 23:27:07 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
 
-- make use of cygwin rebase to optimize DLL loading, if present
+Don't expand WX Tree root - Patch by Alexander Gall. Thanks
 
 ------------------------------------------------------------------------
-r10728 | damienf | 2005-04-18 13:51:57 +0200 (lun, 18 avr 2005) | 2 lines
+r14815 | zorglub | 2006-03-18 23:18:16 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/plugin.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
 
-- previously checked in this file to work only within my debug environment
+Apparently fix WX playlist crash (Closes:#205)
 
 ------------------------------------------------------------------------
-r10727 | damienf | 2005-04-18 13:35:18 +0200 (lun, 18 avr 2005) | 4 lines
+r14814 | xtophe | 2006-03-18 19:14:49 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/activex/README.TXT
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.cpp
+   M /trunk/share/Makefile.am
 
-- source cleanup
-- few bugs fixed
-- added suport to Ole Extent measurments to improve compatibilty
+share/makefile.am: Typo. Thanks to Albert on the forum for the report
 
 ------------------------------------------------------------------------
-r10726 | gbazin | 2005-04-18 12:42:30 +0200 (lun, 18 avr 2005) | 1 line
+r14813 | zorglub | 2006-03-18 19:12:47 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/src/input/es_out.c
 
-* modules/gui/wxwindows/interface.cpp: fixed special hotkeys with modifiers on win32.
-------------------------------------------------------------------------
-r10725 | gbazin | 2005-04-18 12:02:42 +0200 (lun, 18 avr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+Don't use %f in es_out (Closes:#587)
 
-* modules/gui/wxwindows/wxwindows.cpp: don't use the saved positions/sizes when acting as a dialog provider.
 ------------------------------------------------------------------------
-r10724 | courmisch | 2005-04-18 10:37:59 +0200 (lun, 18 avr 2005) | 2 lines
+r14812 | dionoea | 2006-03-18 18:56:10 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/share/http/dialogs/mosaic
 
-add -lz to build gnutls (see if it doesn't break)
+Add some comments and 'fix' display if the mosaic's width is larger than 600px.
 
 ------------------------------------------------------------------------
-r10715 | courmisch | 2005-04-17 20:00:31 +0200 (dim, 17 avr 2005) | 2 lines
+r14811 | zorglub | 2006-03-18 18:52:31 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/item-ext.c
+   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
 
-Msg_Info => Msg_Dbg
+Display IP of client in debug
 
 ------------------------------------------------------------------------
-r10713 | sigmunau | 2005-04-17 15:03:09 +0200 (dim, 17 avr 2005) | 2 lines
+r14810 | dionoea | 2006-03-18 18:45:40 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/share/http/js/mosaic.js
 
-wx/playlist.cpp: removed a stray wxMutexGuiLeave
+Spelling fix, again.
 
 ------------------------------------------------------------------------
-r10712 | sigmunau | 2005-04-17 15:00:51 +0200 (dim, 17 avr 2005) | 3 lines
+r14809 | dionoea | 2006-03-18 18:43:36 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/share/http/dialogs/mosaic
 
-demux/playlist: fix a crash when shoutcast discovery correctly is not
-autoplayed
+Spelling fix
 
 ------------------------------------------------------------------------
-r10711 | sigmunau | 2005-04-17 14:59:23 +0200 (dim, 17 avr 2005) | 2 lines
+r14808 | dionoea | 2006-03-18 18:42:37 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/shout.c
+   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
 
-shout.c: fix some potential problems
+add some help and feedback
 
 ------------------------------------------------------------------------
-r10710 | sigmunau | 2005-04-17 14:58:33 +0200 (dim, 17 avr 2005) | 2 lines
+r14807 | xtophe | 2006-03-18 18:31:31 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/messages.c
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
 
-minor memleak fixes
+x264.patch: Sync with upstream
 
 ------------------------------------------------------------------------
-r10709 | sigmunau | 2005-04-17 14:36:34 +0200 (dim, 17 avr 2005) | 4 lines
+r14806 | dionoea | 2006-03-18 18:14:54 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
+   M /trunk/NEWS
 
-playlist.c: shut up a compiler warning
-item-ext.c: reverted a recent change in GetPositionById than caused
-old-style playlist to malfunction (visible in rc interface at least)
+update NEWS
 
 ------------------------------------------------------------------------
-r10707 | jpsaman | 2005-04-16 16:10:00 +0200 (sam, 16 avr 2005) | 3 lines
+r14805 | dionoea | 2006-03-18 18:14:19 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/mozilla/Makefile.am
+   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
 
-Make compilation of mozilla plugin easier on different distributions. Removed fixed include paths from mozilla/Makefile.am. XPIDL_INCL is automatically determined from ${MOZILLA_CONFIG}. 
-Configure and compile with XPIDL=<path_to_xpidl> application of your mozilla version, eg for mozilla-1.7.6 use: XPIDL=/usr/lib/mozilla-1.7.6/xpidl ./configure <rest of line> && make
+Code the mosaic wizard
 
 ------------------------------------------------------------------------
-r10706 | courmisch | 2005-04-16 14:30:45 +0200 (sam, 16 avr 2005) | 2 lines
+r14804 | zorglub | 2006-03-18 17:22:23 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/threads.c
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
 
-Clean up thread_{begin,end}
+Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557)
 
 ------------------------------------------------------------------------
-r10705 | courmisch | 2005-04-16 14:24:32 +0200 (sam, 16 avr 2005) | 2 lines
+r14803 | xtophe | 2006-03-18 16:52:42 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/objects.c
+   M /trunk/THANKS
+   M /trunk/modules/access/dshow/dshow.cpp
 
-- fix invalid free of root object
+access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.
 
 ------------------------------------------------------------------------
-r10704 | courmisch | 2005-04-16 12:53:36 +0200 (sam, 16 avr 2005) | 2 lines
+r14802 | dionoea | 2006-03-18 16:06:40 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/modules.c
+   A /trunk/share/http/images/white_cross_small.png
 
-Small mem leak
+ooops
 
 ------------------------------------------------------------------------
-r10703 | courmisch | 2005-04-16 12:33:13 +0200 (sam, 16 avr 2005) | 2 lines
+r14801 | dionoea | 2006-03-18 16:00:52 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/share/Makefile.am
 
-Clean up
+One more image
 
 ------------------------------------------------------------------------
-r10702 | gbazin | 2005-04-16 12:01:18 +0200 (sam, 16 avr 2005) | 1 line
+r14800 | dionoea | 2006-03-18 15:37:51 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/configuration.c
+   M /trunk/share/Makefile.am
+
+Add new http interface images
 
-* src/misc/configuration.c: YAF (yet another fix).
 ------------------------------------------------------------------------
-r10701 | sigmunau | 2005-04-16 11:56:26 +0200 (sam, 16 avr 2005) | 2 lines
+r14799 | xtophe | 2006-03-18 13:49:51 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/demux/ts.c
 
-wx/playlist.cpp: invalidate the FindItem cache when needed (should fix some random crashes)
+Typo
 
 ------------------------------------------------------------------------
-r10700 | courmisch | 2005-04-16 11:06:48 +0200 (sam, 16 avr 2005) | 2 lines
+r14798 | zorglub | 2006-03-18 13:38:38 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/visualization/galaktos/init_cond.c
+   M /trunk/modules/visualization/galaktos/preset.c
 
-Force conversion from UTF-8 when announce is incorrectly encoded
+%f in galaktos (Closes:#585)
 
 ------------------------------------------------------------------------
-r10699 | gbazin | 2005-04-16 02:01:38 +0200 (sam, 16 avr 2005) | 1 line
+r14797 | zorglub | 2006-03-18 12:27:40 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/THANKS
+
+Thanks
 
-* modules/gui/wxwindows/video.cpp: fixes.
 ------------------------------------------------------------------------
-r10698 | gbazin | 2005-04-16 00:35:21 +0200 (sam, 16 avr 2005) | 1 line
+r14796 | zorglub | 2006-03-18 12:27:10 +0100 (Sat, 18 Mar 2006) | 7 lines
 Changed paths:
-   M /trunk/src/misc/modules.c
+   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
+
 
-* src/misc/modules.c: added sub-version number to cache data (used to detect cache layout changes in the development version).
 ------------------------------------------------------------------------
-r10697 | sigmunau | 2005-04-16 00:32:04 +0200 (sam, 16 avr 2005) | 2 lines
+r14795 | zorglub | 2006-03-18 11:30:24 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/view.c
+   M /trunk/src/misc/vlm.c
 
-playlist: fixed two more occurences of the previous error
+Don't use %f in VLM, except for display (Closes:#588)
 
 ------------------------------------------------------------------------
-r10696 | sigmunau | 2005-04-16 00:28:24 +0200 (sam, 16 avr 2005) | 2 lines
+r14794 | zorglub | 2006-03-18 11:20:01 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/item-ext.c
+   M /trunk/modules/audio_filter/equalizer.c
 
-playlist/item-ext.c: fixed off-by-one error causing a crash in ItemGetById
+Don't use %f in equalizer (Closes:#586)
 
 ------------------------------------------------------------------------
-r10695 | zorglub | 2005-04-16 00:21:08 +0200 (sam, 16 avr 2005) | 2 lines
+r14793 | zorglub | 2006-03-18 11:14:40 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/playlist.c
+   M /trunk/modules/control/http/macro.c
+   M /trunk/modules/control/http/rpn.c
 
-Fix next
+Don't use %f in HTTP interface (Closes:#584)
 
 ------------------------------------------------------------------------
-r10694 | gbazin | 2005-04-16 00:17:04 +0200 (sam, 16 avr 2005) | 1 line
+r14792 | courmisch | 2006-03-18 09:51:19 +0100 (Sat, 18 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/misc/network/ipv4.c
+
+- Avoid using gethostbyname() which is not thread-safe
+- Code simplification
 
-* modules/gui/wxwindows/timer.cpp: cleanup.
 ------------------------------------------------------------------------
-r10693 | gbazin | 2005-04-16 00:08:02 +0200 (sam, 16 avr 2005) | 1 line
+r14791 | courmisch | 2006-03-18 09:46:59 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/mux/rtp
+
+svn:ignore
 
-* modules/gui/wxwindows: bunch of small improvements to the embedded mode + enabled saving size with --wxwin-autosize.
 ------------------------------------------------------------------------
-r10692 | courmisch | 2005-04-15 23:56:14 +0200 (ven, 15 avr 2005) | 3 lines
+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
 
-- demux with much bigger buffers to avoid performance issue
-- fix silences handling
+All: string review (refs: #438)
 
 ------------------------------------------------------------------------
-r10691 | gbazin | 2005-04-15 22:58:06 +0200 (ven, 15 avr 2005) | 1 line
+r14789 | dionoea | 2006-03-18 02:22:06 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/configuration.c
+   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.
 
-* src/misc/configuration.c: fixed a few recent bugs.
 ------------------------------------------------------------------------
-r10690 | massiot | 2005-04-15 22:01:19 +0200 (ven, 15 avr 2005) | 3 lines
+r14788 | dionoea | 2006-03-18 01:51:57 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/stream_out/Modules.am
-   M /trunk/modules/stream_out/bridge.c
-   A /trunk/modules/stream_out/mosaic_bridge.c (from /trunk/modules/video_output/picture.c:10669)
-   M /trunk/modules/video_filter/Modules.am
-   M /trunk/modules/video_filter/mosaic.c
-   A /trunk/modules/video_filter/mosaic.h (from /trunk/modules/video_output/picture.h:10654)
-   M /trunk/modules/video_output/Modules.am
-   D /trunk/modules/video_output/picture.c
-   D /trunk/modules/video_output/picture.h
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/playlist.xml
 
- * ALL: converted the video output module "picture" to a stream output
-   module "mosaic-bridge".
+Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items.
 
 ------------------------------------------------------------------------
-r10689 | massiot | 2005-04-15 21:51:23 +0200 (ven, 15 avr 2005) | 2 lines
+r14787 | dionoea | 2006-03-18 01:45:55 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_video.h
+   M /trunk/modules/control/http/util.c
 
- * include/vlc_video.h: Added a p_next pointer to link pictures.
+Export the fact that a playlist item is read only or can be deleted
 
 ------------------------------------------------------------------------
-r10688 | massiot | 2005-04-15 21:02:14 +0200 (ven, 15 avr 2005) | 2 lines
+r14786 | dionoea | 2006-03-18 01:29:57 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   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
 
- * configure.ac: Support for x86_64 architecture.
+Add services discovery handling in http interface.
 
 ------------------------------------------------------------------------
-r10687 | massiot | 2005-04-15 20:06:51 +0200 (ven, 15 avr 2005) | 2 lines
+r14785 | dionoea | 2006-03-18 01:17:53 +0100 (Sat, 18 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/cpu.c
+   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
 
- * ALL: x86-64 fixes.
+* 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.
 
 ------------------------------------------------------------------------
-r10686 | titer | 2005-04-15 18:56:51 +0200 (ven, 15 avr 2005) | 2 lines
+r14784 | dionoea | 2006-03-18 00:13:47 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk
-   M /trunk/extras/contrib/src
+   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
 
- More to ignore
+Add small "close/hide" buttons on some of the dialogs
 
 ------------------------------------------------------------------------
-r10685 | gbazin | 2005-04-15 17:22:17 +0200 (ven, 15 avr 2005) | 1 line
+r14783 | dionoea | 2006-03-18 00:05:41 +0100 (Sat, 18 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/demux/m3u.c
+
+[14752] improved, by Daniel Stranger.
 
-* modules/gui/wxwindows: disable last commit for now since we don't seem to be able to retrieve the right size values.
 ------------------------------------------------------------------------
-r10684 | gbazin | 2005-04-15 17:13:02 +0200 (ven, 15 avr 2005) | 1 line
+r14782 | jpsaman | 2006-03-17 23:38:47 +0100 (Fri, 17 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/share/http/dialogs/playlist
 
-* modules/gui/wxwindows: save size of video window when in non-autosize mode.
+Revert revision 14781 the sort button was already there.
 ------------------------------------------------------------------------
-r10683 | courmisch | 2005-04-15 16:53:59 +0200 (ven, 15 avr 2005) | 3 lines
+r14781 | jpsaman | 2006-03-17 23:28:15 +0100 (Fri, 17 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-support for non-global statically defined SAP IPv4 multicast addresses
-(Trivial patch)
+   M /trunk/share/http/dialogs/playlist
 
+Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch
 ------------------------------------------------------------------------
-r10682 | gbazin | 2005-04-15 16:31:58 +0200 (ven, 15 avr 2005) | 1 line
+r14780 | dionoea | 2006-03-17 23:01:13 +0100 (Fri, 17 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/modules.c
+   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.
 
-* src/misc/modules.c: oups, stupid bug.
 ------------------------------------------------------------------------
-r10681 | gbazin | 2005-04-15 16:01:27 +0200 (ven, 15 avr 2005) | 1 line
+r14779 | fkuehne | 2006-03-17 21:07:25 +0100 (Fri, 17 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
+   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
 
-* src/misc/configuration.c, ALL: support for auto-saveable config options (saved automatically on exit).
+* don't overwrite existing files
 ------------------------------------------------------------------------
-r10680 | gbazin | 2005-04-15 12:38:01 +0200 (ven, 15 avr 2005) | 1 line
+r14778 | xtophe | 2006-03-17 18:06:05 +0100 (Fri, 17 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk
+   M /trunk/extras
+   M /trunk/src/test
+
+Add a few svn:ignore
 
-* modules/gui/wxwindows/timer.cpp: reduced the one shot timers length.
 ------------------------------------------------------------------------
-r10679 | gbazin | 2005-04-15 12:30:56 +0200 (ven, 15 avr 2005) | 1 line
+r14777 | jpsaman | 2006-03-17 15:40:59 +0100 (Fri, 17 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
+   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
 
-* modules/gui/wxwindows/video.cpp: only set background color when necessary.
+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>
 ------------------------------------------------------------------------
-r10678 | gbazin | 2005-04-15 11:58:33 +0200 (ven, 15 avr 2005) | 1 line
+r14776 | jpsaman | 2006-03-17 15:34:06 +0100 (Fri, 17 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/control/http/rpn.c
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/status.xml
 
-* modules/gui/wxwindows: small cleanup + renamed wxwin-size-to-video into wxwin-autosize.
+Implement sort functionality on http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
 ------------------------------------------------------------------------
-r10677 | zorglub | 2005-04-15 11:34:29 +0200 (ven, 15 avr 2005) | 2 lines
+r14775 | damienf | 2006-03-17 02:08:13 +0100 (Fri, 17 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/mozilla/Makefile.am
+   M /trunk/mozilla/npvlc_rc.rc
 
-Allow resizing of video when autofit is enabled
+Makefile.am: fixed linking of mozilla plugin
+npvlc_rc.rc: fixed description and suffixes columns
 
 ------------------------------------------------------------------------
-r10676 | gbazin | 2005-04-15 11:13:24 +0200 (ven, 15 avr 2005) | 1 line
+r14774 | hartman | 2006-03-16 23:45:11 +0100 (Thu, 16 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/demux/livedotcom.cpp
+
+* G726 settings for liveMedia refs #601
 
-* modules/gui/wxwindows/video.cpp: some fixes for the recent breakage.
 ------------------------------------------------------------------------
-r10675 | robux4 | 2005-04-14 23:49:34 +0200 (jeu, 14 avr 2005) | 1 line
+r14773 | xtophe | 2006-03-16 21:19:54 +0100 (Thu, 16 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/style.css
+
+Reimplement [14768] with a CSS. Patch by Laurent Mutricy.
 
-mkv.cpp: preliminary support for segments with no content, only chapter commands
 ------------------------------------------------------------------------
-r10673 | robux4 | 2005-04-13 23:06:16 +0200 (mer, 13 avr 2005) | 2 lines
+r14772 | dionoea | 2006-03-16 18:59:41 +0100 (Thu, 16 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+
+hum, forgot to set the default value
 
-mkv.cpp: store the chapter codec data for later use
-code cleaning
 ------------------------------------------------------------------------
-r10672 | robux4 | 2005-04-13 22:03:49 +0200 (mer, 13 avr 2005) | 1 line
+r14771 | dionoea | 2006-03-16 17:59:41 +0100 (Thu, 16 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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.
+
 
-mkv.cpp: stronger type checking
 ------------------------------------------------------------------------
-r10671 | zorglub | 2005-04-13 21:31:45 +0200 (mer, 13 avr 2005) | 2 lines
+r14770 | titer | 2006-03-16 01:38:46 +0100 (Thu, 16 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/playlist.c
+   M /trunk/configure.ac
 
-Don't autoplay SAP items
+Workarounds a BeOS segfaulting weirdness
 
 ------------------------------------------------------------------------
-r10670 | zorglub | 2005-04-13 19:43:12 +0200 (mer, 13 avr 2005) | 10 lines
+r14769 | dionoea | 2006-03-15 20:44:02 +0100 (Wed, 15 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-* Playlist :
-  - fix crash when deleting current item
-  - SAP: don't store pointers
-  - don't pass pointers to interface in item-appended
-  - remove VIEW_SIMPLE that was confusing and bug-generating
+   M /trunk/share/http/dialogs/footer
 
-* wx: 
-  - Fix open layout
-  - Fix slider behaviour, patch by Greg Hazel
+change "videolan.org" to "VideoLAN website"
 
 ------------------------------------------------------------------------
-r10669 | fenrir | 2005-04-13 10:27:34 +0200 (mer, 13 avr 2005) | 2 lines
+r14768 | dionoea | 2006-03-15 20:33:10 +0100 (Wed, 15 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/mpeg/csa.c
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/status.xml
 
- * csa: decrypt only when payload >= 8 bytes.
+"[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy
 
 ------------------------------------------------------------------------
-r10668 | gbazin | 2005-04-13 09:27:37 +0200 (mer, 13 avr 2005) | 1 line
+r14767 | dionoea | 2006-03-15 14:23:31 +0100 (Wed, 15 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/po/de.po
+   M /trunk/share/http/js/functions.js
+
+Fix browsing when file/folder name is using a quote (').
 
-* po/de.po: small fix.
 ------------------------------------------------------------------------
-r10667 | fkuehne | 2005-04-13 00:48:27 +0200 (mer, 13 avr 2005) | 4 lines
+r14766 | dionoea | 2006-03-15 14:01:36 +0100 (Wed, 15 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/po/de.po
-   M /trunk/src/libvlc.h
+   M /trunk/THANKS
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/status.xml
 
-* src/libvlc.h: added Chinese Traditional to the list of languages
-* modules/access/v4l/v4l.c: fixed l10n-strings (we use American English in l10n-strings)
-* de.po: first update to the German translation
+"[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy.
 
 ------------------------------------------------------------------------
-r10666 | fkuehne | 2005-04-13 00:47:36 +0200 (mer, 13 avr 2005) | 1 line
+r14765 | hartman | 2006-03-15 02:12:30 +0100 (Wed, 15 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/toolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/demux/livedotcom.cpp
+
+* Ahum.. compile before you commit...
 
-* ALL:  removed l10n of various untranslatable strings such as 'ffmpeg' or 'Vorbis'
 ------------------------------------------------------------------------
-r10665 | zorglub | 2005-04-12 23:55:32 +0200 (mar, 12 avr 2005) | 8 lines
+r14764 | hartman | 2006-03-15 02:07:29 +0100 (Wed, 15 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc/playlist/m3u.c
-
-* Patch by Gregory Hazel :
-  - Fix gui flickering on video size change
-  - provide a no-auto-resize mode 
+   M /trunk/modules/demux/livedotcom.cpp
 
-* Patch by Christophe Mutricy : fix M3U export
+* 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.
 
-Thanks to both !
+  See also: http://forum.videolan.org/viewtopic.php?t=18287&start=0&postdays=0&postorder=asc&highlight=g726
 
 ------------------------------------------------------------------------
-r10664 | fkuehne | 2005-04-12 23:11:46 +0200 (mar, 12 avr 2005) | 1 line
+r14763 | hartman | 2006-03-15 01:40:18 +0100 (Wed, 15 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/po/Makefile.in.in
+   M /trunk/src/misc/charset.c
+
+* Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding
 
-* sorry, this file wasn't supposed to be commited in r10663, reverted to r10352
 ------------------------------------------------------------------------
-r10663 | fkuehne | 2005-04-12 23:08:00 +0200 (mar, 12 avr 2005) | 1 line
+r14762 | xtophe | 2006-03-14 23:40:33 +0100 (Tue, 14 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/po/Makefile.in.in
+   M /trunk/configure.ac
+   A /trunk/modules/mux/rtp/Modules.am
    M /trunk/po/POTFILES.in
-   M /trunk/po/bn.po
+   M /trunk/po/ca.po
    M /trunk/po/da.po
    M /trunk/po/de.po
-   M /trunk/po/el.po
    M /trunk/po/en_GB.po
    M /trunk/po/es.po
    M /trunk/po/fr.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
    M /trunk/po/it.po
    M /trunk/po/ja.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
    M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.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/tet.po
-   M /trunk/po/tl.po
+   M /trunk/po/tr.po
    M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
    M /trunk/po/zh_TW.po
 
-* updated the po-files on request by Jonas Larsen
-------------------------------------------------------------------------
-r10662 | fkuehne | 2005-04-12 20:51:14 +0200 (mar, 12 avr 2005) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/zh_TW.po
-   M /trunk/src/misc/darwin_specific.m
+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
 
-* added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com>
 ------------------------------------------------------------------------
-r10661 | bigben | 2005-04-12 20:46:26 +0200 (mar, 12 avr 2005) | 3 lines
+r14761 | hartman | 2006-03-14 22:59:02 +0100 (Tue, 14 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-Update the info displayed in the playlist when you change the play mode in the menu (had this ever worked ?)
-
+   M /trunk/modules/stream_out/rtp.c
 
-------------------------------------------------------------------------
-r10660 | gbazin | 2005-04-12 20:15:33 +0200 (mar, 12 avr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
+* We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct.
 
-* ALL: fixed a handful of bugs and memory leaks.
 ------------------------------------------------------------------------
-r10659 | hartman | 2005-04-12 18:43:55 +0200 (mar, 12 avr 2005) | 2 lines
+r14760 | xtophe | 2006-03-14 22:52:53 +0100 (Tue, 14 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/extras/contrib
+   M /trunk/extras/contrib/Makefile
+   M /trunk/extras/contrib/src
 
-* Fix two cases where p_playlist->status.p_item was NULL (this fixes last issues with adding shoutcast SD to OSX playlist)
+contrib/Makefile: fix the rights on the bin directory
+some more svn:ignore
 
 ------------------------------------------------------------------------
-r10658 | hartman | 2005-04-12 18:20:55 +0200 (mar, 12 avr 2005) | 2 lines
+r14759 | courmisch | 2006-03-14 22:46:18 +0100 (Tue, 14 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/misc/xml/xtag.c
+   M /trunk/modules/stream_out/rtp.c
 
-* Now works with http 1.0. Someone better check this to make sure I didn't mess up. :D
+Whoops. Disable by default for now.
+Maybe the option name could be made better.
 
 ------------------------------------------------------------------------
-r10657 | courmisch | 2005-04-12 16:43:01 +0200 (mar, 12 avr 2005) | 2 lines
+r14758 | courmisch | 2006-03-14 22:42:07 +0100 (Tue, 14 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/THANKS
+   M /trunk/modules/stream_out/rtp.c
 
-Simplifying
+Apply RFC3016 RTP packetizer patch from Alex Antropoff
+
+The new format is disabled by default,
+so we have little risks of regression.
 
 ------------------------------------------------------------------------
-r10656 | hartman | 2005-04-12 16:41:47 +0200 (mar, 12 avr 2005) | 5 lines
+r14757 | dionoea | 2006-03-14 15:38:45 +0100 (Tue, 14 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/TODO
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/video_filter/mosaic.c
 
-* fixed fullscreen on osx with multiple vouts. 
-* different way to remember fullscreen state.
-* update the playlist on item-append and item-deleted calls.
-* fixed video-on-top with opengl vouts on OSX.
+Fix unsigned int vs int compilation warning.
 
 ------------------------------------------------------------------------
-r10655 | bigben | 2005-04-12 16:31:14 +0200 (mar, 12 avr 2005) | 4 lines
+r14756 | dionoea | 2006-03-14 15:19:37 +0100 (Tue, 14 Mar 2006) | 12 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-
-* intf.* : try to restore an a bit more intelligent behavior for the playlist toggle button (remeber previous state, for instance)
-* misc.* : get rid of unused code.
+   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.
 
-------------------------------------------------------------------------
-r10654 | gbazin | 2005-04-12 16:11:04 +0200 (mar, 12 avr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
+This allows creation of mosaics like :
+AAAAAABBB
+A    ABBB
+A    ACCC
+AAAAAACCC
+(where A, B and C are 3 sub streams)
 
-* modules/video_output/opengl.c: fixed snapshots in opengl mode.
-------------------------------------------------------------------------
-r10653 | gbazin | 2005-04-12 16:09:12 +0200 (mar, 12 avr 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
 
-* src/video_output/vout_subpictures.c: fixed recent breakage with aspect-ratio and subpictures.
 ------------------------------------------------------------------------
-r10652 | bigben | 2005-04-12 15:19:23 +0200 (mar, 12 avr 2005) | 5 lines
+r14755 | dionoea | 2006-03-14 14:08:48 +0100 (Tue, 14 Mar 2006) | 7 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/src/misc/block.c
 
-Rempaces 95 by [o_window minSize].height everywhere. That fixes some visual bugs ans should help keep consistancy.
+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)
 
-Please test if I didn't break anything...
+Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing.
 
 
 ------------------------------------------------------------------------
-r10651 | dionoea | 2005-04-12 00:53:55 +0200 (mar, 12 avr 2005) | 2 lines
+r14754 | xtophe | 2006-03-14 11:01:39 +0100 (Tue, 14 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/shout.c
+   M /trunk/debian/patches/20_no-wx-updates.dpatch
 
-add option to select the limit of shoutcast streams to be displayed
+debian/patches: Fix the debian package creation
 
 ------------------------------------------------------------------------
-r10650 | sigmunau | 2005-04-11 23:53:33 +0200 (lun, 11 avr 2005) | 3 lines
+r14753 | dionoea | 2006-03-13 23:43:25 +0100 (Mon, 13 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/TODO
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/view.c
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/requests/browse.xml
 
-all: remove items from pp_all_items when needed. Hopefully gives a more
-stable playlist
+Fix browsing directories containing the '&' character
 
 ------------------------------------------------------------------------
-r10649 | robux4 | 2005-04-11 22:07:05 +0200 (lun, 11 avr 2005) | 1 line
+r14752 | dionoea | 2006-03-13 22:51:36 +0100 (Mon, 13 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/m3u.c
 
-mkv.cpp: store the translation between segment IDs for each chapter codec
-------------------------------------------------------------------------
-r10648 | zorglub | 2005-04-11 19:43:08 +0200 (lun, 11 avr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
+Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
+which works using mmst but not mmsh (VLC only tried mmsh previously).
 
-Remove bridge from preferences panel + fix description, patch by Chritophe Mutricy
 
 ------------------------------------------------------------------------
-r10647 | titer | 2005-04-11 17:35:41 +0200 (lun, 11 avr 2005) | 2 lines
+r14751 | xtophe | 2006-03-13 17:45:00 +0100 (Mon, 13 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
+   M /trunk/extras/contrib/src/packages.mak
 
- beos/PreferencesWindow*: fixed widgets
+Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies)
 
 ------------------------------------------------------------------------
-r10646 | damienf | 2005-04-11 16:29:18 +0200 (lun, 11 avr 2005) | 2 lines
+r14750 | courmisch | 2006-03-13 11:56:56 +0100 (Mon, 13 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/src/misc/charset.c
 
--added "pmt-program" variable to configure PMT program number
+Change Russian charset selection
 
 ------------------------------------------------------------------------
-r10645 | hartman | 2005-04-11 16:13:41 +0200 (lun, 11 avr 2005) | 2 lines
+r14749 | courmisch | 2006-03-13 11:52:32 +0100 (Mon, 13 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/time.c
+   M /trunk/src/misc/charset.c
 
-* included wrong time.h
+Candidate language to likely non-UTF8 code page functions
 
 ------------------------------------------------------------------------
-r10644 | sigmunau | 2005-04-11 14:04:14 +0200 (lun, 11 avr 2005) | 2 lines
+r14748 | zorglub | 2006-03-13 08:12:18 +0100 (Mon, 13 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/TODO
-
-TODO: Added some todo items related to playlist that should be done, but I don't have time to do right now.
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
 
-------------------------------------------------------------------------
-r10643 | hartman | 2005-04-11 01:05:44 +0200 (lun, 11 avr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/time.c
+Add a tristate for WX playlist mode (normal/embedded/both).
 
-* include time.h when using it.
+For the moment, defaults to normal. (Closes:#494)
 
 ------------------------------------------------------------------------
-r10642 | hartman | 2005-04-11 00:29:35 +0200 (lun, 11 avr 2005) | 6 lines
+r14747 | hartman | 2006-03-13 01:54:40 +0100 (Mon, 13 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* Fix for the disabled menu's under Tiger.
-
-Apparently menu's got smarter in Tiger. As a workaround for the old version, you should first open the Help menu and then drag to the other menu's.
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/x264_svn.patch
 
-This still isn't the correct way to fix it. We should attach a callback function to the autogenerated menu's and have the callback function update the menu. (but this will work for now).
+* Fix x264 compilation on Darwin
 
 ------------------------------------------------------------------------
-r10641 | zorglub | 2005-04-10 20:40:52 +0200 (dim, 10 avr 2005) | 10 lines
+r14746 | courmisch | 2006-03-12 23:52:25 +0100 (Sun, 12 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/view.c
-
-* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com>
-
-I only changed two things in the patch 
-* added a check for wx2.4 that does not seem to have sizer->Detach
-* commented out the wxCheckVersion in open.cpp, which broke layouting under wx2.5.3
-  (what was the intended behaviour ?)
-
-* Added core support for a sorted by genre view
+   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)
 
 ------------------------------------------------------------------------
-r10640 | titer | 2005-04-10 20:18:22 +0200 (dim, 10 avr 2005) | 2 lines
+r14745 | xtophe | 2006-03-12 23:46:34 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
+   M /trunk/extras/contrib/src/Makefile
 
- beos/*: first pass at fixing the BeOS prefs
+Missing in the previous commit + don't extract gecko-sdk each time
 
 ------------------------------------------------------------------------
-r10639 | sigmunau | 2005-04-10 19:48:41 +0200 (dim, 10 avr 2005) | 2 lines
+r14744 | xtophe | 2006-03-12 22:59:12 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/src/input/input.c
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/libshout-win32.patch
 
-fixed three major problems pointed to by Trax
+shout: Other approach.
 
 ------------------------------------------------------------------------
-r10638 | courmisch | 2005-04-10 18:13:40 +0200 (dim, 10 avr 2005) | 2 lines
+r14743 | zorglub | 2006-03-12 22:42:19 +0100 (Sun, 12 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
+   A /trunk/test/mangle
+   A /trunk/test/mangle/VLCUtil.py
+   A /trunk/test/mangle/mangle.py
+
+File mangler 
 
-Fix invalid free() on exit
+This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)
 
 ------------------------------------------------------------------------
-r10637 | courmisch | 2005-04-10 18:12:57 +0200 (dim, 10 avr 2005) | 2 lines
+r14742 | xtophe | 2006-03-12 22:22:34 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/xml/xtag.c
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/libshout-win32.patch
 
-Fix a segmentation fault in case of error
+Add libshout on win32
 
 ------------------------------------------------------------------------
-r10636 | sigmunau | 2005-04-10 16:44:52 +0200 (dim, 10 avr 2005) | 2 lines
+r14741 | xtophe | 2006-03-12 18:30:46 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/item-ext.c
+   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
 
-playlist/item-ext.c: more elegant binary search in playlist_ItemGetById()
+po/*: Mea Culpa. make update-po should be run on a clean tree
 
 ------------------------------------------------------------------------
-r10635 | sigmunau | 2005-04-10 16:42:39 +0200 (dim, 10 avr 2005) | 2 lines
+r14740 | zorglub | 2006-03-12 16:06:39 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/m4
 
-wx/playlist.cpp: reintroduced the caching in FindItem, giving unknown speed increases
+Fix svn:ignore
 
 ------------------------------------------------------------------------
-r10634 | titer | 2005-04-10 16:00:40 +0200 (dim, 10 avr 2005) | 2 lines
+r14739 | zorglub | 2006-03-12 15:24:54 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/externrun.c
+   M /trunk/modules/demux/nsv.c
 
- externrun.c: compile fix
+Remove buggy debug
 
 ------------------------------------------------------------------------
-r10633 | sigmunau | 2005-04-10 14:46:30 +0200 (dim, 10 avr 2005) | 2 lines
+r14738 | courmisch | 2006-03-12 13:44:06 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/shout.c
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
 
-shout.c: set svn properties, fixed copyright, author and a string
+Always link libintl through libvlc on Win32
 
 ------------------------------------------------------------------------
-r10632 | sigmunau | 2005-04-10 13:55:16 +0200 (dim, 10 avr 2005) | 3 lines
+r14737 | courmisch | 2006-03-12 11:41:31 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/services_discovery/Modules.am
-   A /trunk/modules/services_discovery/shout.c
+   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
 
-demux/playlist/*: Added a special "shoutcast" mode to b4s parser
-rest: new services discovery module to get channels from shoutcast
+Propagate changes from previous commit
 
 ------------------------------------------------------------------------
-r10631 | sigmunau | 2005-04-10 13:52:24 +0200 (dim, 10 avr 2005) | 2 lines
+r14736 | courmisch | 2006-03-12 10:52:42 +0100 (Sun, 12 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/Makefile.am
+   M /trunk/src/libvlc.c
 
-src/playlist/item-ext.c: fixed a recent bug in playlist_ItemGetById
+ * 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
 
 ------------------------------------------------------------------------
-r10630 | sigmunau | 2005-04-10 13:03:57 +0200 (dim, 10 avr 2005) | 3 lines
+r14735 | jpsaman | 2006-03-12 10:27:48 +0100 (Sun, 12 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/sort.c
-
-playlist: support for sorting a node based on numerical iterpretation of the
-title
+   M /trunk/src/control/vlm.c
 
+Fix compiler warning: Add missing include
 ------------------------------------------------------------------------
-r10629 | sigmunau | 2005-04-10 10:19:49 +0200 (dim, 10 avr 2005) | 3 lines
+r14734 | zorglub | 2006-03-12 10:12:38 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
-playlist/item.c, include/vlc_playlist.h: introduced playlist_ItemCopy
-playlist/item-ext.c: O(log(N)) playlist_GetItemById()
+Disable update checker in Win32 until it's fixed
 
 ------------------------------------------------------------------------
-r10628 | rocky | 2005-04-10 03:51:44 +0200 (dim, 10 avr 2005) | 6 lines
+r14733 | zorglub | 2006-03-12 10:11:49 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Crash on quit fixed.
-Add Track length mode. 
-Entry slider fixed update fixed.
-Some small memory leaks fixed.
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
 
+Revert [14732]
 
 ------------------------------------------------------------------------
-r10627 | hartman | 2005-04-10 01:36:48 +0200 (dim, 10 avr 2005) | 2 lines
+r14732 | zorglub | 2006-03-12 10:08:18 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/gcrypt.patch
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
 
-* gcc 4.0 fixes for libgcrypt
+Might fix a bit update layout in win32
 
 ------------------------------------------------------------------------
-r10626 | hartman | 2005-04-10 01:31:47 +0200 (dim, 10 avr 2005) | 2 lines
+r14731 | dionoea | 2006-03-12 00:30:07 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/NEWS
 
-* Fix vlc compilation on gcc-4.0 (only one patch how easy was that)
+fix bluescreen description
 
 ------------------------------------------------------------------------
-r10625 | gbazin | 2005-04-09 18:55:47 +0200 (sam, 09 avr 2005) | 1 line
+r14730 | fkuehne | 2006-03-12 00:29:09 +0100 (Sun, 12 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/src/input/access.c
+   M /trunk/Makefile.am
 
-* src/input/access.c: fixed segfaults.
+* fix make dist for OSX
 ------------------------------------------------------------------------
-r10624 | hartman | 2005-04-09 18:02:45 +0200 (sam, 09 avr 2005) | 2 lines
+r14729 | dionoea | 2006-03-12 00:23:32 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/NEWS
 
-* Fix a spelling error of a define
+add note about XSPF not being in 0.8.5-test1
 
 ------------------------------------------------------------------------
-r10623 | rocky | 2005-04-09 17:36:41 +0200 (sam, 09 avr 2005) | 9 lines
+r14728 | dionoea | 2006-03-12 00:21:44 +0100 (Sun, 12 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-
-Fix bugs in disc-view slider. (May still have a couple left)
-
-Fix bug in paranoia mode. Now allow two kinds of paranoia - overlap and full.
-
-libcddb 0.96 has regexp memory leaks in - 1.0.0 won't. Be leak free if using
-1.0.0.
-
+   M /trunk/NEWS
+   M /trunk/THANKS
 
+Thanks and news (see previous commit)
 
 ------------------------------------------------------------------------
-r10622 | sigmunau | 2005-04-09 17:15:57 +0200 (sam, 09 avr 2005) | 2 lines
+r14727 | dionoea | 2006-03-12 00:19:59 +0100 (Sun, 12 Mar 2006) | 11 lines
 Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-playlist.c: removed a stray mutex_unlock
+   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
 
-------------------------------------------------------------------------
-r10621 | sigmunau | 2005-04-09 16:57:23 +0200 (sam, 09 avr 2005) | 10 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+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
 
-wx/playlist: never store the pointer to p_item when the playlist lock isn't
-held. store p_playlist in wxvlc::Playlist since the class can't work without
-p_playlist anyway. Strictly lock playlist when needed.
+src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string
+handling functions.
 
-adds a lot of playlist_ItemGetById, and removes a lot of vlc_object_find
-VLC_OBJECT_PLAYLIST).
+modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use
+these string handling functions.
 
-This should fix a lot of potential deadlocks and crashes, including a few I
-could reproduce
 
 ------------------------------------------------------------------------
-r10620 | courmisch | 2005-04-09 16:54:44 +0200 (sam, 09 avr 2005) | 2 lines
+r14726 | xtophe | 2006-03-11 23:40:56 +0100 (Sat, 11 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/misc/gnutls.c
+   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
 
-Client should now be able to authenticate
+ka.po: new update by Alexander Dibebulize.
+All: Run make update-po
 
 ------------------------------------------------------------------------
-r10619 | sigmunau | 2005-04-09 16:53:38 +0200 (sam, 09 avr 2005) | 5 lines
+r14725 | dionoea | 2006-03-11 22:19:12 +0100 (Sat, 11 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_playlist.h
    M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
 
-playlist: added a pp_all_items to playlist_t allowing GetItemById to return
-nodes as well as items.
-made playlist_Control not take the playlist lock, and created a
-playlist_LockControl that does the same but takes the lock
+Check that destination node is really a node.
 
 ------------------------------------------------------------------------
-r10618 | gbazin | 2005-04-09 16:43:02 +0200 (sam, 09 avr 2005) | 1 line
+r14724 | courmisch | 2006-03-11 20:35:22 +0100 (Sat, 11 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   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)
 
-* modules/gui/wxwindows/dialogs.cpp: fixed open directory dialog.
 ------------------------------------------------------------------------
-r10617 | zorglub | 2005-04-09 16:02:55 +0200 (sam, 09 avr 2005) | 2 lines
+r14723 | courmisch | 2006-03-11 20:25:33 +0100 (Sat, 11 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+   M /trunk/modules/codec/subsdec.c
 
-Fix addition of several filters
+- Fix memleak when not using Mac OS
+- Error handling clean up
 
 ------------------------------------------------------------------------
-r10616 | courmisch | 2005-04-09 14:30:34 +0200 (sam, 09 avr 2005) | 2 lines
+r14722 | zorglub | 2006-03-11 20:23:58 +0100 (Sat, 11 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/tls.c
+   M /trunk/modules/misc/logger.c
 
-- optional SSL hostname verification
+Don't use %f in RRD output (Closes:#582)
 
 ------------------------------------------------------------------------
-r10615 | gbazin | 2005-04-09 13:27:23 +0200 (sam, 09 avr 2005) | 5 lines
+r14721 | zorglub | 2006-03-11 19:34:39 +0100 (Sat, 11 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/util/Modules.am
-   D /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/src/input/demux.c
+   M /trunk/po/fr.po
 
-* src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags have a tendency to mess probing).
-* modules/demux/flac.c, modules/demux/mpeg/m4a.c,mpga.c: update id3tag parsing.
-* modules/demux/util/id3tag.c: id3tag parsing doesn't need to skip the id3tag header anymore.
-* modules/demux/util/id3.c: module removed because id3tag header skipping isn't needed anymore.
+A number of fixes spotted by S?\195?\169bastien Raud < s d0t raud att yahoo d0t fr >
+Thanks.
 
 ------------------------------------------------------------------------
-r10614 | gbazin | 2005-04-09 13:15:18 +0200 (sam, 09 avr 2005) | 1 line
+r14720 | zorglub | 2006-03-11 19:18:14 +0100 (Sat, 11 Mar 2006) | 7 lines
 Changed paths:
-   M /trunk/modules/demux/Modules.am
-   D /trunk/modules/demux/aac.c
+   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) 
 
-* modules/demux/aac.c: removed deprecated aac demux (replaced by the m4a demux which uses the m4a packetizer).
 ------------------------------------------------------------------------
-r10613 | courmisch | 2005-04-09 13:03:56 +0200 (sam, 09 avr 2005) | 2 lines
+r14719 | zorglub | 2006-03-11 18:35:55 +0100 (Sat, 11 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/gnutls.c
+   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
 
-Client-side server credentials verification
+Strings (Refs:#438)
 
 ------------------------------------------------------------------------
-r10612 | gbazin | 2005-04-09 11:53:06 +0200 (sam, 09 avr 2005) | 1 line
+r14718 | fkuehne | 2006-03-11 18:19:37 +0100 (Sat, 11 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/demux/ty.c
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
 
-* modules/demux/ty.c: fixed probing bug.
+* updated the copyright-string
 ------------------------------------------------------------------------
-r10611 | courmisch | 2005-04-09 11:27:27 +0200 (sam, 09 avr 2005) | 2 lines
+r14717 | zorglub | 2006-03-11 14:41:49 +0100 (Sat, 11 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/misc/win32text.c
+   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
 
-Not an executable
+Change some button orders
+Hide the "OK" button in the preferences (keep "Save")
 
 ------------------------------------------------------------------------
-r10610 | gbazin | 2005-04-09 11:26:41 +0200 (sam, 09 avr 2005) | 1 line
+r14716 | zorglub | 2006-03-11 14:03:04 +0100 (Sat, 11 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/mux/mpeg/pes.c
+
+Fix crash in TS muxer. Patch by Alex Antropoff.
+Thanks.
+
+Closes: #552
 
-* configure.ac: don't include externrun in the wince build.
 ------------------------------------------------------------------------
-r10609 | hartman | 2005-04-09 11:02:36 +0200 (sam, 09 avr 2005) | 1 line
+r14715 | xtophe | 2006-03-11 02:29:05 +0100 (Sat, 11 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Patches/libebml.patch
+   M /trunk/modules/codec/flac.c
+
+codec/flac.c: fix preparse with flac
 
-* fix libebml patch
 ------------------------------------------------------------------------
-r10608 | courmisch | 2005-04-09 10:07:50 +0200 (sam, 09 avr 2005) | 2 lines
+r14714 | courmisch | 2006-03-11 00:19:18 +0100 (Sat, 11 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/externrun.c
+   M /trunk/modules/access/ftp.c
 
-Cosmetic fixes
+Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused
 
 ------------------------------------------------------------------------
-r10607 | courmisch | 2005-04-09 10:06:00 +0200 (sam, 09 avr 2005) | 7 lines
+r14713 | courmisch | 2006-03-10 19:21:34 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/externrun.c
+   M /trunk/src/Makefile.am
 
-- <unistd.h> is needed for fork and execl
-- use execlp instead of execl
-- perform process replacement in the child process, not the parent
-- wait for process termination (to avoid zombies)
-- do not return value from void function
-- more verbose
+Fix typo
 
 ------------------------------------------------------------------------
-r10606 | courmisch | 2005-04-09 09:42:21 +0200 (sam, 09 avr 2005) | 3 lines
+r14712 | courmisch | 2006-03-10 19:10:45 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/Makefile.am
+   M /trunk/src/Makefile.am
 
-- remove externrun directory
-- struct addrinfo check
+Test distcheck with libtool when using libtool so I can test
 
 ------------------------------------------------------------------------
-r10605 | courmisch | 2005-04-09 09:38:56 +0200 (sam, 09 avr 2005) | 2 lines
+r14711 | courmisch | 2006-03-10 18:57:31 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/Modules.am
-   D /trunk/modules/misc/externrun
-   A /trunk/modules/misc/externrun.c (from /trunk/modules/misc/externrun/externrun.c:10604)
+   M /trunk/configure.ac
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
 
-Removed useless subdirectory
+Remove broken lldiv check and only use lldiv replacement on BeOS
 
 ------------------------------------------------------------------------
-r10604 | courmisch | 2005-04-09 09:34:12 +0200 (sam, 09 avr 2005) | 2 lines
+r14710 | courmisch | 2006-03-10 18:48:57 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/externrun/externrun.c
+   M /trunk/po/POTFILES.in
 
-tab fixes (cosmetic)
+Remove non-existant files
 
 ------------------------------------------------------------------------
-r10603 | hartman | 2005-04-09 02:22:50 +0200 (sam, 09 avr 2005) | 1 line
+r14709 | courmisch | 2006-03-10 18:35:28 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
+   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
 
-* Updated the contrib system to work with the new id gcc-4 returns for Tiger
 ------------------------------------------------------------------------
-r10602 | hartman | 2005-04-09 01:47:49 +0200 (sam, 09 avr 2005) | 1 line
+r14708 | courmisch | 2006-03-10 18:31:15 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libebml.patch
-   M /trunk/extras/contrib/src/Patches/mpeg2dec.patch
+   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
 
-* gcc-4.0 fixes to the contribs
 ------------------------------------------------------------------------
-r10601 | hartman | 2005-04-08 22:28:23 +0200 (ven, 08 avr 2005) | 2 lines
+r14707 | courmisch | 2006-03-10 18:30:32 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/Makefile
+   M /trunk/Makefile.am
+   A /trunk/src/vlc.c (from /trunk/src/vlc.c:14500)
+   D /trunk/vlc.c
 
-* Disable "make bin" in the contrib system and give a warning.
+Same as previous commit - for VLC
 
 ------------------------------------------------------------------------
-r10600 | sylv | 2005-04-08 22:22:45 +0200 (ven, 08 avr 2005) | 1 line
+r14706 | courmisch | 2006-03-10 18:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/dummy/input.c
-   A /trunk/modules/misc/externrun
-   A /trunk/modules/misc/externrun/Modules.am
-   A /trunk/modules/misc/externrun/externrun.c
+   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
 
-An interface to run extern programs (such as shutdown)
 ------------------------------------------------------------------------
-r10599 | courmisch | 2005-04-08 22:04:59 +0200 (ven, 08 avr 2005) | 3 lines
+r14705 | xtophe | 2006-03-10 15:03:58 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/httpd.c
+   M /trunk/Makefile.am
 
-- Simplify check for getnameinfo
-- Added check for getaddrinfo
+Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball
 
 ------------------------------------------------------------------------
-r10598 | courmisch | 2005-04-08 22:01:59 +0200 (ven, 08 avr 2005) | 2 lines
+r14704 | dionoea | 2006-03-10 13:44:17 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/net.c
+   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
 
-Fix invalid abusive pointer usage (heck, there was a warning!)
+run make update-po
 
 ------------------------------------------------------------------------
-r10597 | massiot | 2005-04-08 19:55:29 +0200 (ven, 08 avr 2005) | 3 lines
+r14703 | courmisch | 2006-03-10 10:31:17 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/network/tcp.c
 
- * src/stream_output/stream_output.c : Print a debug message when a packet
-   arrives too late to the mux.
+Clean up ListenTCP error handling (refs #320)
 
 ------------------------------------------------------------------------
-r10596 | massiot | 2005-04-08 19:52:23 +0200 (ven, 08 avr 2005) | 4 lines
+r14702 | courmisch | 2006-03-10 10:28:45 +0100 (Fri, 10 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/ts.c
+   M /trunk/include/vlc_symbols.h
 
- * modules/demux/ts.c : Removed unused sysid option. VBI descriptor and
-   VBI teletext descriptor should not set the codec because they only
-   add information on a teletext stream.
+Someone forgot to add an exported symbol
+(p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool)
 
 ------------------------------------------------------------------------
-r10595 | massiot | 2005-04-08 19:44:14 +0200 (ven, 08 avr 2005) | 4 lines
+r14701 | zorglub | 2006-03-10 08:20:41 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   A /trunk/ChangeLog
 
- * modules/stream_out/transcode.c : Cleaned up the downmixing/upmixing
-   facilities. Fixed a few incoherences with
-   i_original_channels/i_physical_channels.
+Forgot this
 
 ------------------------------------------------------------------------
-r10594 | massiot | 2005-04-08 19:42:46 +0200 (ven, 08 avr 2005) | 4 lines
+r14700 | zorglub | 2006-03-10 08:17:31 +0100 (Fri, 10 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/stream_out/bridge.c
+   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
 
- * modules/stream_out/bridge.c : Fixed a segfault ; delete an input stream
-   when there is no packet coming (fixes a "packet sent too late" issue
-   with the ts muxer).
+Test1
 
 ------------------------------------------------------------------------
-r10593 | massiot | 2005-04-08 19:39:18 +0200 (ven, 08 avr 2005) | 2 lines
+r14699 | courmisch | 2006-03-09 23:57:30 +0100 (Thu, 09 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/access/udp.c
+   M /trunk/src/network/tcp.c
 
- * modules/access/udp.c : Fixed a segfault.
+- Clean up error message generation with TCP outgoing connections
+- Fix memleak in case of connection failure
 
 ------------------------------------------------------------------------
-r10592 | massiot | 2005-04-08 18:38:59 +0200 (ven, 08 avr 2005) | 3 lines
+r14698 | courmisch | 2006-03-09 23:56:37 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   M /trunk/include/network.h
+   M /trunk/src/Makefile.am
+   A /trunk/src/network/net_error.c
 
- * modules/audio_filter/converter/mpgatofixed32 : Fixed a major bug with
-   downmixing ; completed downmixing options.
+Common socket error handling
 
 ------------------------------------------------------------------------
-r10591 | massiot | 2005-04-08 18:28:16 +0200 (ven, 08 avr 2005) | 3 lines
+r14697 | courmisch | 2006-03-09 23:43:01 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/src/Makefile.am
 
- * modules/mux/mpeg/ts.c : Reduced the PES and TS overhead for low bitrate
-   mpga streams.
+Fix make core on Win32 with shared libvlc
 
 ------------------------------------------------------------------------
-r10590 | massiot | 2005-04-08 18:20:56 +0200 (ven, 08 avr 2005) | 2 lines
+r14696 | xtophe | 2006-03-09 21:05:53 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_block.h
+   M /trunk/src/libvlc.h
 
- * include/vlc_block.h : Added calculation of i_length in block_ChainGather.
+libvlc.h: preferences tweaking
 
 ------------------------------------------------------------------------
-r10589 | hartman | 2005-04-08 18:11:50 +0200 (ven, 08 avr 2005) | 2 lines
+r14695 | xtophe | 2006-03-09 20:55:40 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/modules/misc/logger.c
+   M /trunk/src/libvlc.h
 
-* type in mpeg2dec configure line
+all: move the logger option from video to interface and advanced
 
 ------------------------------------------------------------------------
-r10588 | hartman | 2005-04-07 16:36:24 +0200 (jeu, 07 avr 2005) | 2 lines
+r14694 | hartman | 2006-03-09 16:57:48 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/modules/gui/macosx/vout.m
 
-* More dylib issues (gcrypt and libcdio)
+* Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.
 
 ------------------------------------------------------------------------
-r10587 | hartman | 2005-04-07 12:28:59 +0200 (jeu, 07 avr 2005) | 2 lines
+r14693 | hartman | 2006-03-09 16:55:13 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/src/misc/messages.c
 
-* Fix a missing playlist release in the OSX playlist
+* Don't crash if we want to msg_Dbg on an object that doesn't exist.
 
 ------------------------------------------------------------------------
-r10586 | courmisch | 2005-04-07 11:39:25 +0200 (jeu, 07 avr 2005) | 2 lines
+r14692 | courmisch | 2006-03-09 14:28:48 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/xa.c
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
 
-Minor cleanup
+Use the fine stack as we can
 
 ------------------------------------------------------------------------
-r10585 | rocky | 2005-04-07 06:58:36 +0200 (jeu, 07 avr 2005) | 4 lines
+r14691 | courmisch | 2006-03-09 14:08:46 +0100 (Thu, 09 Mar 2006) | 15 lines
 Changed paths:
-   M /trunk/modules/codec/dvbsub.c
+   M /trunk/src/misc/configuration.c
+
+As a work-around, accept both decimal separators when...
+deserializing floats from configuration (fixes #589)
 
-Keep behavior same as it was before aspect-ratio fix - the safe, conservative
-thing to do.
+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).
 
 ------------------------------------------------------------------------
-r10584 | hartman | 2005-04-07 01:04:23 +0200 (jeu, 07 avr 2005) | 2 lines
+r14690 | courmisch | 2006-03-09 11:56:53 +0100 (Thu, 09 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/libpng.patch
+   M /trunk/modules/misc/rtsp.c
 
-* Disable building of shared lib of libpng on OSX. it's broken
+Revert [14683]
+You can definitely declare variable at the beginning of a nested block with gcc 2.95
 
 ------------------------------------------------------------------------
-r10583 | hartman | 2005-04-07 00:33:37 +0200 (jeu, 07 avr 2005) | 2 lines
+r14689 | fkuehne | 2006-03-09 11:04:01 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fixed gnutls and cdio dylib installation
+   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
 ------------------------------------------------------------------------
-r10582 | hartman | 2005-04-06 23:49:23 +0200 (mer, 06 avr 2005) | 2 lines
+r14688 | jpsaman | 2006-03-09 10:47:30 +0100 (Thu, 09 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/video_output/Modules.am
+   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
 
-* modules/video_output/Modules: Added picture.h to MAKE_DIST
+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
 ------------------------------------------------------------------------
-r10581 | zorglub | 2005-04-06 21:43:34 +0200 (mer, 06 avr 2005) | 2 lines
+r14686 | titer | 2006-03-09 00:52:35 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/playlist.c
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
 
-Fix next/previous in skins2 playlist
+ Force lldiv emulation on BeOS
 
 ------------------------------------------------------------------------
-r10580 | djc | 2005-04-06 17:13:54 +0200 (mer, 06 avr 2005) | 2 lines
+r14685 | damienf | 2006-03-09 00:52:29 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
 
-Use VLC-release.app instead of VLC.app for package-macosx target
+all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)
 
 ------------------------------------------------------------------------
-r10579 | djc | 2005-04-06 17:12:52 +0200 (mer, 06 avr 2005) | 3 lines
+r14684 | titer | 2006-03-09 00:32:08 +0100 (Thu, 09 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
 
-Include http/*.png and http/*.ico in windows packages
--- xtophe
+ Emulate C99's lldiv() if necessary
 
 ------------------------------------------------------------------------
-r10578 | djc | 2005-04-06 16:36:57 +0200 (mer, 06 avr 2005) | 4 lines
+r14683 | xtophe | 2006-03-08 23:30:53 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-
-Add a new target, VLC.app which make links to files instead of copies.
-The old VLC.app target has been renamed VLC-release.app
+   M /trunk/modules/misc/rtsp.c
 
+rtsp.c: BeOS fix. variables can't be declared in the middle of the function.
 
 ------------------------------------------------------------------------
-r10577 | robux4 | 2005-04-06 16:29:01 +0200 (mer, 06 avr 2005) | 1 line
+r14682 | hartman | 2006-03-08 23:03:00 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/src/Patches/x264_svn.patch
+
+* one part of x264 patch fixed upstream
 
-mkv.cpp: prepare for chapter codecs
 ------------------------------------------------------------------------
-r10576 | damienf | 2005-04-06 13:23:52 +0200 (mer, 06 avr 2005) | 2 lines
+r14681 | damienf | 2006-03-08 18:50:44 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   A /trunk/activex/viewobject.cpp
-   A /trunk/activex/viewobject.h
+   M /trunk/extras/contrib/src/Makefile
 
-- all: intitial offscreen drawing support (mostly for printing). Unfortunately, video output cannot be printed at this stage, and to support it, interfacing with a video filter such as the 'snapshot' filter is required to do a still capture.
+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
 
 ------------------------------------------------------------------------
-r10575 | robux4 | 2005-04-06 11:40:16 +0200 (mer, 06 avr 2005) | 1 line
+r14680 | courmisch | 2006-03-08 18:33:29 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/gnutls-win32.patch
+
+Winsock non-blocking kludge for GnuTLS (refs #538)
 
-mkv.cpp: even less warnings
 ------------------------------------------------------------------------
-r10574 | fenrir | 2005-04-06 11:35:45 +0200 (mer, 06 avr 2005) | 2 lines
+r14679 | courmisch | 2006-03-08 18:25:09 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/packetizer/h264.c
+   M /trunk/extras/contrib/src
 
- * h264: less debug.
+svn:ignore
 
 ------------------------------------------------------------------------
-r10573 | fenrir | 2005-04-06 11:31:38 +0200 (mer, 06 avr 2005) | 2 lines
+r14678 | dionoea | 2006-03-08 18:06:59 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/packetizer/h264.c
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
 
- * h264: bug fix (give valid date + split at the right place).
+modules/misc/rtsp.c is using us_strtod
 
 ------------------------------------------------------------------------
-r10572 | robux4 | 2005-04-06 11:31:09 +0200 (mer, 06 avr 2005) | 1 line
+r14677 | courmisch | 2006-03-08 14:51:31 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/include/charset.h
+
+Missing export
 
-mkv.cpp: cleaner duration computation
 ------------------------------------------------------------------------
-r10571 | robux4 | 2005-04-06 11:26:39 +0200 (mer, 06 avr 2005) | 1 line
+r14676 | courmisch | 2006-03-08 14:32:37 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/misc/rtsp.c
+
+Don't use C (de)serialization for float numbers (closes #583)
 
-mkv.cpp: less warning
 ------------------------------------------------------------------------
-r10570 | gbazin | 2005-04-06 10:27:13 +0200 (mer, 06 avr 2005) | 1 line
+r14675 | courmisch | 2006-03-08 13:25:29 +0100 (Wed, 08 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
+   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)
 
-* modules/gui/wince: bunch of fixes.
 ------------------------------------------------------------------------
-r10569 | robux4 | 2005-04-05 23:16:04 +0200 (mar, 05 avr 2005) | 1 line
+r14674 | courmisch | 2006-03-08 13:23:34 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/stream_out/rtp.c
+
+Fix TTL range check
 
-mkv.cpp: the return of the family preloading
 ------------------------------------------------------------------------
-r10568 | gbazin | 2005-04-05 22:50:10 +0200 (mar, 05 avr 2005) | 1 line
+r14673 | courmisch | 2006-03-08 12:52:46 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/win32text.c
+   M /trunk/src/misc/variables.c
+
+Avoid ugly non-const cast
 
-* modules/misc/win32text.c: text renderer using the win32 TextOut API.
 ------------------------------------------------------------------------
-r10567 | robux4 | 2005-04-05 22:49:37 +0200 (mar, 05 avr 2005) | 1 line
+r14672 | courmisch | 2006-03-08 12:32:34 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/include/charset.h
+   M /trunk/src/Makefile.am
+   M /trunk/src/misc/charset.c
+   A /trunk/src/test
+   A /trunk/src/test/i18n_atof.c
+
+i18n_atof(): locale-agnostic atof()
 
-mkv.cpp: clean & fix seeking inside virtual_segment_t
 ------------------------------------------------------------------------
-r10563 | sigmunau | 2005-04-05 19:50:40 +0200 (mar, 05 avr 2005) | 2 lines
+r14671 | zorglub | 2006-03-08 10:47:45 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/gui/wxwidgets/streamdata.h
 
-wx: last bunch of changes for now. The rest must be fixed by someone with msvc
+Fix wizard matrix on win32. Closes:#531
 
 ------------------------------------------------------------------------
-r10562 | sigmunau | 2005-04-05 19:21:53 +0200 (mar, 05 avr 2005) | 2 lines
+r14670 | hartman | 2006-03-08 00:56:32 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
 
-wx: bunch more event function parameter changes
+* Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.
 
 ------------------------------------------------------------------------
-r10561 | sigmunau | 2005-04-05 18:46:31 +0200 (mar, 05 avr 2005) | 2 lines
+r14669 | hartman | 2006-03-08 00:22:41 +0100 (Wed, 08 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/src/input/input.c
 
-wx: (hopefully) fixed a compilation error, reported by robux
+* Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail.
 
 ------------------------------------------------------------------------
-r10560 | gbazin | 2005-04-05 17:32:26 +0200 (mar, 05 avr 2005) | 1 line
+r14668 | courmisch | 2006-03-07 21:06:53 +0100 (Tue, 07 Mar 2006) | 7 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   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
 
-* modules/gui/wxwindows/dialogs.cpp: fixed add directory.
 ------------------------------------------------------------------------
-r10559 | gbazin | 2005-04-05 15:15:39 +0200 (mar, 05 avr 2005) | 1 line
+r14667 | dionoea | 2006-03-07 19:48:35 +0100 (Tue, 07 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   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.
 
-* modules/gui/wxwindows/wxwindows.h: forgot this file.
 ------------------------------------------------------------------------
-r10558 | gbazin | 2005-04-05 15:15:07 +0200 (mar, 05 avr 2005) | 1 line
+r14666 | xtophe | 2006-03-07 14:30:27 +0100 (Tue, 07 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
+   M /trunk/HACKING
+
+HACKING: Add a note about the module cache and vlc --list
 
-* modules/gui/wxwindows/*: added subtitles options to the stream output dialog + add open directory menu to interface.
 ------------------------------------------------------------------------
-r10557 | gbazin | 2005-04-05 14:35:43 +0200 (mar, 05 avr 2005) | 1 line
+r14665 | damienf | 2006-03-07 13:22:19 +0100 (Tue, 07 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/extras/contrib/src/Makefile
+
+Makefile: don't forget to chmod a+x gecko-sdk/bin/*
 
-* modules/gui/wxwindows/open.cpp: fixed timeshift checkbox.
 ------------------------------------------------------------------------
-r10556 | gbazin | 2005-04-05 12:28:36 +0200 (mar, 05 avr 2005) | 1 line
+r14664 | damienf | 2006-03-07 13:15:06 +0100 (Tue, 07 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+all: updating mozilla SDK for cygwin builds
 
-* modules/demux/util/id3tag.c: fixed memory leak.
 ------------------------------------------------------------------------
-r10555 | gbazin | 2005-04-05 12:23:10 +0200 (mar, 05 avr 2005) | 1 line
+r14663 | xtophe | 2006-03-07 11:29:41 +0100 (Tue, 07 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/flac.c
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
+
+ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream
 
-* modules/demux/flac.c: fixed last commit.
 ------------------------------------------------------------------------
-r10554 | gbazin | 2005-04-05 11:56:39 +0200 (mar, 05 avr 2005) | 1 line
+r14662 | dionoea | 2006-03-06 19:55:39 +0100 (Mon, 06 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/vlm.c
+   M /trunk/doc/vlc.1
+
+Add link to online documentation in VLC manpage
 
-* src/misc/vlm.c: misc small fixes in config file saving/loading.
 ------------------------------------------------------------------------
-r10552 | fenrir | 2005-04-05 10:08:26 +0200 (mar, 05 avr 2005) | 2 lines
+r14661 | sam | 2006-03-06 18:51:43 +0100 (Mon, 06 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/http.c
+   M /trunk/extras/contrib/src/Makefile
 
* http.c: force nsv when using unsv:// and mime is misc/ultravox.
 * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.
 
 ------------------------------------------------------------------------
-r10551 | hartman | 2005-04-05 03:20:19 +0200 (mar, 05 avr 2005) | 2 lines
+r14660 | damienf | 2006-03-06 17:06:41 +0100 (Mon, 06 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/flac.c
+   M /trunk/extras/contrib/src/Makefile
 
-* rewind the stream to 0 if we found an id3 tag, but the flac demuxer ISNT the correct one. Same should be done for mp3 demuxer and any other demux that launches id3 module. But not today :D
+Makefile: fix for MacIntel package build
 
 ------------------------------------------------------------------------
-r10550 | hartman | 2005-04-05 03:17:52 +0200 (mar, 05 avr 2005) | 5 lines
+r14659 | courmisch | 2006-03-06 11:25:12 +0100 (Mon, 06 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
+   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
 
-* parsed info by mp3 is not retained between demux module probes since vlc_meta was introduced. so remove the old logic
-This should fix the id3 parsing when you open an mp3.
+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)
 
 ------------------------------------------------------------------------
-r10549 | zorglub | 2005-04-05 01:57:50 +0200 (mar, 05 avr 2005) | 2 lines
+r14657 | xtophe | 2006-03-06 10:42:01 +0100 (Mon, 06 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
+   M /trunk/src/Makefile.am
 
-Fix crash in subpictures rendering
+src/Makefile: make distcheck happy
 
 ------------------------------------------------------------------------
-r10548 | hartman | 2005-04-05 01:54:54 +0200 (mar, 05 avr 2005) | 5 lines
+r14656 | damienf | 2006-03-06 00:49:52 +0100 (Mon, 06 Mar 2006) | 6 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/src/Makefile
 
-* fixed the item addition and auto-playback of items when adding them to the OSX intf.
-inserting at a certain position is not yet possible.
+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
 
-This part of the osx code could also use a tad of cleaning up.
+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
 
 ------------------------------------------------------------------------
-r10547 | hartman | 2005-04-05 01:50:07 +0200 (mar, 05 avr 2005) | 2 lines
+r14655 | xtophe | 2006-03-05 21:08:16 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/nsv.c
+   M /trunk/configure.ac
 
-* added AACP fcc and map it to mp4a.
+configure.ac: use the gecko-sdk in the contrib
 
 ------------------------------------------------------------------------
-r10546 | zorglub | 2005-04-05 01:48:08 +0200 (mar, 05 avr 2005) | 3 lines
+r14654 | xtophe | 2006-03-05 20:37:21 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/video_widgets.c
+   M /trunk/extras/contrib/Makefile
 
-Fix OSD (text & widgets) aspect ratio
-put category in HTTP interface options
+contrib/Makefile: Don't put 2 include
 
 ------------------------------------------------------------------------
-r10545 | sigmunau | 2005-04-05 00:41:02 +0200 (mar, 05 avr 2005) | 3 lines
+r14653 | zorglub | 2006-03-05 20:05:07 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/src/input/es_out.c
+   M /trunk/NEWS
 
-es_out.c: add frame rate to stream and media info dialog when available
-avi.c: make frame rate info available
+Add some news
 
 ------------------------------------------------------------------------
-r10544 | robux4 | 2005-04-04 23:08:21 +0200 (lun, 04 avr 2005) | 1 line
+r14652 | xtophe | 2006-03-05 18:44:04 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/Makefile
 
-mkv.cpp: better handling of broken files
-------------------------------------------------------------------------
-r10543 | robux4 | 2005-04-04 20:25:09 +0200 (lun, 04 avr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
 
-mkv.cpp: fix playback of files with chapters
 ------------------------------------------------------------------------
-r10542 | hartman | 2005-04-04 16:56:40 +0200 (lun, 04 avr 2005) | 2 lines
+r14651 | xtophe | 2006-03-05 17:43:37 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
 
-* Fix make dist, which was broken due to ebuild removal
+Update x264 patch.
 
 ------------------------------------------------------------------------
-r10541 | sigmunau | 2005-04-04 13:55:39 +0200 (lun, 04 avr 2005) | 3 lines
+r14650 | fkuehne | 2006-03-05 17:41:18 +0100 (Sun, 05 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-
-wx/Modules.am: added all the bitmaps to make dist. Sorted the list for
-easier validation
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/playlistinfo.m
 
+* make sure that the timer which is updating the stats-tab is stopped when the panel is closed
+* fixed a minor memory leak (the timer wasn't released after invalidating it)
+* VLCInfo is o_info_window's delegate now
 ------------------------------------------------------------------------
-r10540 | oaubert | 2005-04-04 11:57:17 +0200 (lun, 04 avr 2005) | 2 lines
+r14649 | dionoea | 2006-03-05 16:47:17 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/svg.c
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
 
-svg.c: do not subsample U and V planes in RGB->YUVA conversion.
+Select item after deleting items from the playlist with KEY_DEL.
 
 ------------------------------------------------------------------------
-r10539 | zorglub | 2005-04-04 08:54:13 +0200 (lun, 04 avr 2005) | 2 lines
+r14648 | fkuehne | 2006-03-05 16:42:51 +0100 (Sun, 05 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Timeshift checkbox in open dialog
+   M /trunk/modules/gui/macosx/playlistinfo.m
 
+* don't show the statistics-tab if the stats aren't enabled
 ------------------------------------------------------------------------
-r10538 | rocky | 2005-04-04 03:40:11 +0200 (lun, 04 avr 2005) | 9 lines
+r14647 | courmisch | 2006-03-05 16:34:21 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-Subtitle (subpicture) aspect ratio had been ignored. Use it now.
-Aspect ration in subtitle means use underlying video aspect ratio.
-
-WARNING: Since this parameter was ignored before probably there are a
-number of image subtitle that have set this incorrectly. DVD's seemed
-to be a case in point and that'd been fixed. Fixing other subtitles
-should just be a matter of setting the i_aspect parameter correctly.
+   M /trunk/src/libvlc.c
 
+Don't call textdomain - it is not only useless but harmful (refs #581)
 
 ------------------------------------------------------------------------
-r10537 | zorglub | 2005-04-03 23:36:12 +0200 (dim, 03 avr 2005) | 2 lines
+r14646 | dionoea | 2006-03-05 16:33:02 +0100 (Sun, 05 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/vars/playtree.hpp
 
-Only show category and artist-sorted views
+ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
+playtree.hpp: cosmetics
 
 ------------------------------------------------------------------------
-r10534 | sigmunau | 2005-04-03 22:26:43 +0200 (dim, 03 avr 2005) | 2 lines
+r14645 | courmisch | 2006-03-05 16:32:49 +0100 (Sun, 05 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/include/vlc_common.h
+   M /trunk/src/extras/libc.c
 
-b4s.c: fixed forcing of this plugin. Use "b4s-open"
+- Call dgettext directly with shared libvlc and libtool
+- Remove vlc_dcgettext in those cases
 
 ------------------------------------------------------------------------
-r10533 | robux4 | 2005-04-03 21:00:30 +0200 (dim, 03 avr 2005) | 1 line
+r14644 | courmisch | 2006-03-05 16:32:01 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/include/vlc_threads_funcs.h
 
-mkv.cpp: chapter merging works + small fixes
-------------------------------------------------------------------------
-r10532 | robux4 | 2005-04-03 20:12:54 +0200 (dim, 03 avr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+Add some ?\226?\128?\156const?\226?\128?\157s
 
-mkv.cpp: oops, the first segment wasn't played. closing playback is faster too.
 ------------------------------------------------------------------------
-r10531 | robux4 | 2005-04-03 18:27:13 +0200 (dim, 03 avr 2005) | 1 line
+r14643 | courmisch | 2006-03-05 16:29:52 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
-mkv.cpp: make editions children of chapters
-------------------------------------------------------------------------
-r10530 | gbazin | 2005-04-03 18:13:59 +0200 (dim, 03 avr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/xml/libxml.c
+Fix some warnings
 
-* modules/misc/xml/libxml.c: handle XML_READER_TEXT in ReaderNodeType().
 ------------------------------------------------------------------------
-r10527 | ipkiss | 2005-04-03 14:56:25 +0200 (dim, 03 avr 2005) | 5 lines
+r14642 | dionoea | 2006-03-05 15:58:31 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/skin.dtd
+   M /trunk/doc/release-howto.txt
 
- * skins2: Text control now accepts lefttop and rightbottom attributes, like
-   most other controls. The text is not really resized though (only cropped
-   when needed).
-   The change in the DTD is backwards-compatible.
+We won't need to warn ECP about releases now.
 
 ------------------------------------------------------------------------
-r10526 | hartman | 2005-04-03 13:23:21 +0200 (dim, 03 avr 2005) | 2 lines
+r14641 | dionoea | 2006-03-05 15:37:35 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/src/misc/configuration.c
 
-* better support for multiple display selection on OS X. (Remembers last selection of screen between vouts)
+Fix build on Mac (i hope)
 
 ------------------------------------------------------------------------
-r10525 | gbazin | 2005-04-03 11:11:32 +0200 (dim, 03 avr 2005) | 1 line
+r14640 | courmisch | 2006-03-05 12:36:59 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/vlm.c
+   M /trunk/configure.ac
 
-* src/misc/vlm.c: config file written with CR+LF on win32.
-------------------------------------------------------------------------
-r10524 | gbazin | 2005-04-02 23:36:06 +0200 (sam, 02 avr 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_xml.h
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
+remove now useless x509-ca-bundle option
 
-* modules/misc/xml/*, include/vlc_xml.h: new xml_ReaderUseDTD() api to enable/disable DTD validation.
 ------------------------------------------------------------------------
-r10523 | gbazin | 2005-04-02 21:16:29 +0200 (sam, 02 avr 2005) | 1 line
+r14639 | courmisch | 2006-03-05 12:28:28 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/misc/gnutls.c
+
+Look for Root CA certificates in VLC data dir
 
-* modules/demux/playlist/b4s.c: misc fixes.
 ------------------------------------------------------------------------
-r10522 | sigmunau | 2005-04-02 19:38:06 +0200 (sam, 02 avr 2005) | 2 lines
+r14638 | dionoea | 2006-03-05 12:24:59 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/access.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
 
-access.c: fixed crash with preparse
+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.
 
 ------------------------------------------------------------------------
-r10521 | sigmunau | 2005-04-02 18:12:26 +0200 (sam, 02 avr 2005) | 2 lines
+r14637 | dionoea | 2006-03-05 12:16:23 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
 
-wx: use the documented Move method rather than the undocumented SetPosition
+Remove uneeded include (since playlist DnD is now different from the main controler's DnD)
 
 ------------------------------------------------------------------------
-r10520 | sigmunau | 2005-04-02 15:58:03 +0200 (sam, 02 avr 2005) | 3 lines
+r14636 | courmisch | 2006-03-05 12:10:34 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   A /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/include/configuration.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/misc/configuration.c
 
-new b4s demuxer for winamp b4s playlists. Uses xml parser modules. Only
-works with xtag for now due to lack of a DTD
+config_GetDataDir(): returns path to VLC installed shared data
 
 ------------------------------------------------------------------------
-r10519 | sigmunau | 2005-04-02 15:56:03 +0200 (sam, 02 avr 2005) | 4 lines
+r14635 | courmisch | 2006-03-05 10:04:07 +0100 (Sun, 05 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/xml/xtag.c
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
 
-xtag.c: Don't create pcdata elements outside the root element. try harder to
-read entire stream. make xml_ReaderValue return pcdata when available. Added
-some more debug printfs when XTAG_DEBUG is defined.
+Fix compilation AGAIN
 
 ------------------------------------------------------------------------
-r10518 | sigmunau | 2005-04-02 15:10:53 +0200 (sam, 02 avr 2005) | 2 lines
+r14634 | xtophe | 2006-03-04 23:53:51 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/http.c
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
 
-http.c: fixed out of buffer write with ICY meta
+fileinfo.*: I should lean C++
 
 ------------------------------------------------------------------------
-r10517 | gbazin | 2005-04-02 14:04:37 +0200 (sam, 02 avr 2005) | 1 line
+r14633 | dionoea | 2006-03-04 23:48:20 +0100 (Sat, 04 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/src/misc/configuration.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
+
+playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions).
+interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale
 
-* src/misc/configuration.c: removed annoying debug message.
 ------------------------------------------------------------------------
-r10516 | sigmunau | 2005-04-02 12:20:22 +0200 (sam, 02 avr 2005) | 2 lines
+r14632 | dionoea | 2006-03-04 23:06:08 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/xml/libxml.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
 
-libxml.c: include header for stream, since api changes.
+Fix node insertion. Thanks to zorglub.
 
 ------------------------------------------------------------------------
-r10515 | robux4 | 2005-04-02 11:59:34 +0200 (sam, 02 avr 2005) | 1 line
+r14631 | courmisch | 2006-03-04 23:05:10 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
-mkv.cpp: store the segment duration in microseconds too
-------------------------------------------------------------------------
-r10514 | robux4 | 2005-04-02 11:25:31 +0200 (sam, 02 avr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+Fix off by one bugs
 
-mkv.cpp: the segment start time is now an integer in microseconds
 ------------------------------------------------------------------------
-r10512 | sigmunau | 2005-04-02 00:39:10 +0200 (sam, 02 avr 2005) | 2 lines
+r14630 | dionoea | 2006-03-04 22:52:53 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_xml.h
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
 
-all: ported xml parsers to stream_t
+dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)
 
 ------------------------------------------------------------------------
-r10511 | sigmunau | 2005-04-02 00:32:18 +0200 (sam, 02 avr 2005) | 2 lines
+r14629 | jpsaman | 2006-03-04 22:17:25 +0100 (Sat, 04 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/src/input/stream.c
-
-stream.c: fixed stream_Delete() for streams opened by stream_UrlNew()
+   M /trunk/include/vlc_messages.h
 
+Coding Style fixes
 ------------------------------------------------------------------------
-r10510 | sigmunau | 2005-04-02 00:23:22 +0200 (sam, 02 avr 2005) | 2 lines
+r14628 | jpsaman | 2006-03-04 21:38:01 +0100 (Sat, 04 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/include/vlc_stream.h
-   M /trunk/src/input/stream.c
-
-fixed a few problems with stream_UrlNew
+   M /trunk/include/vlc_messages.h
 
+Fix wrong define, luckily this one wasn't used yet.
 ------------------------------------------------------------------------
-r10509 | titer | 2005-04-02 00:01:24 +0200 (sam, 02 avr 2005) | 5 lines
+r14627 | courmisch | 2006-03-04 21:24:19 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/src/video_output/vout_intf.c
+   M /trunk/bootstrap
 
- vout_intf.c: write snapshots on Desktop on BeOS
- beos/*: use B_KEY_DOWN/B_KEY_UP messages instead of KeyDown()/KeyUp()
-   so we can have access to the key code and be more reliable (fixes a
-   bunch of hotkeys). Fixed snapshots (missing pf_control)
+Remove superfluous dep
 
 ------------------------------------------------------------------------
-r10508 | courmisch | 2005-04-01 23:57:09 +0200 (ven, 01 avr 2005) | 3 lines
+r14626 | courmisch | 2006-03-04 21:19:15 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
 
-- Fix playlist deadlock between Timer and Playlist stuff
-There are still other deadlocks in wx though
+closes #579
 
 ------------------------------------------------------------------------
-r10507 | sigmunau | 2005-04-01 20:37:31 +0200 (ven, 01 avr 2005) | 4 lines
+r14625 | courmisch | 2006-03-04 21:11:01 +0100 (Sat, 04 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/include/vlc_stream.h
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
+   M /trunk/configure.ac
+   M /trunk/modules/misc/gnutls.c
 
-added a stream_UrlNew to open a general purpos stream_t from a url.
-added a pf_destroy to stream_t, changed all various stream_FooDestroy to
-stream_Delete
+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)
 
 ------------------------------------------------------------------------
-r10506 | sigmunau | 2005-04-01 20:15:51 +0200 (ven, 01 avr 2005) | 2 lines
+r14624 | jpsaman | 2006-03-04 21:01:58 +0100 (Sat, 04 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/access_filter
-
-set svn:ignore
+   M /trunk/modules/control/telnet.c
 
+Do not print extra STRING_CR on successfull command.
 ------------------------------------------------------------------------
-r10505 | sigmunau | 2005-04-01 19:19:34 +0200 (ven, 01 avr 2005) | 2 lines
+r14623 | dionoea | 2006-03-04 19:42:35 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/src/playlist/item-ext.c
 
-wxwindows.cpp: compile fixes
+item-ext.c: detach from all parent nodes (fixed)
 
 ------------------------------------------------------------------------
-r10504 | robux4 | 2005-04-01 19:14:58 +0200 (ven, 01 avr 2005) | 1 line
+r14622 | dionoea | 2006-03-04 19:41:08 +0100 (Sat, 04 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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.
 
-mkv.cpp: oops
 ------------------------------------------------------------------------
-r10503 | robux4 | 2005-04-01 18:49:59 +0200 (ven, 01 avr 2005) | 2 lines
+r14621 | xtophe | 2006-03-04 19:36:29 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
 
-mkv.cpp: moved seek code in classes, improved support for cue-less files, improved cursor behaviour when seeking
+fileinfo.hpp: we need to use b_stats in Update()
 
 ------------------------------------------------------------------------
-r10502 | fenrir | 2005-04-01 18:00:32 +0200 (ven, 01 avr 2005) | 2 lines
+r14620 | xtophe | 2006-03-04 19:07:43 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
 
- * wxwin: at start up, restore last size+position+state of windows.
+fileinfo.*: Don't show stats when they qre disable.
 
 ------------------------------------------------------------------------
-r10501 | courmisch | 2005-04-01 17:47:38 +0200 (ven, 01 avr 2005) | 2 lines
+r14619 | dionoea | 2006-03-04 18:32:35 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
 
-Yet another leak
+add "Add node" function to node contextual menu
 
 ------------------------------------------------------------------------
-r10500 | courmisch | 2005-04-01 17:29:23 +0200 (ven, 01 avr 2005) | 2 lines
+r14618 | dionoea | 2006-03-04 18:09:04 +0100 (Sat, 04 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/playlist/services_discovery.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
 
-Mem leaks
+Drag and Drop support in wx playlist.
+TODO: merge this playlist code with the gibalou mini playlist code.
 
 ------------------------------------------------------------------------
-r10499 | sigmunau | 2005-04-01 16:39:36 +0200 (ven, 01 avr 2005) | 2 lines
+r14617 | dionoea | 2006-03-04 18:01:14 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/src/playlist/item-ext.c
 
-wx/*: fix a few string additions
+Humm ... forgot to save before commiting.
 
 ------------------------------------------------------------------------
-r10498 | damienf | 2005-04-01 15:50:37 +0200 (ven, 01 avr 2005) | 2 lines
+r14616 | dionoea | 2006-03-04 18:00:41 +0100 (Sat, 04 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/activex/README.TXT
-   M /trunk/activex/test.html
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/playlist/item-ext.c
 
-Documentation/Example update
+Code the playlist_TreeMove function.
+zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?
 
 ------------------------------------------------------------------------
-r10497 | sigmunau | 2005-04-01 15:28:54 +0200 (ven, 01 avr 2005) | 2 lines
+r14615 | courmisch | 2006-03-04 17:56:05 +0100 (Sat, 04 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/demux/flac.c
+   M /trunk/modules/misc/gnutls.c
 
-demux/flac.c: support flac files with id3 tag. closes #2015
+- 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
 
 ------------------------------------------------------------------------
-r10496 | gbazin | 2005-04-01 12:35:44 +0200 (ven, 01 avr 2005) | 1 line
+r14614 | courmisch | 2006-03-04 17:06:27 +0100 (Sat, 04 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/modules/misc/gnutls.c
+
+- Load root certificates from /etc/ssl (currently very slow :( )
+- Cosmetic
 
-* modules/gui/wxwindows: re-implemented the mute control.
 ------------------------------------------------------------------------
-r10495 | courmisch | 2005-04-01 10:02:28 +0200 (ven, 01 avr 2005) | 3 lines
+r14613 | courmisch | 2006-03-04 14:41:41 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/misc/gnutls.c
 
-- invalid free removed (might be the reason why sap discovery was so unstable)
-- 7 memleaks fixed
+Missed one error case
 
 ------------------------------------------------------------------------
-r10494 | dionoea | 2005-03-31 23:36:30 +0200 (jeu, 31 mar 2005) | 2 lines
+r14612 | courmisch | 2006-03-04 14:36:48 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/misc/gnutls.c
 
-remove two debug fprintfs
+(safe) directory recursion when looking for CA certificates
 
 ------------------------------------------------------------------------
-r10493 | dionoea | 2005-03-31 23:23:36 +0200 (jeu, 31 mar 2005) | 2 lines
+r14611 | courmisch | 2006-03-04 14:31:59 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/configure.ac
 
- * small fixes (the icon change should now work under windows)
+Don't BUILD_PIC when the platform doesn't need PIC
 
 ------------------------------------------------------------------------
-r10488 | dionoea | 2005-03-31 19:02:44 +0200 (jeu, 31 mar 2005) | 4 lines
+r14610 | courmisch | 2006-03-04 13:34:28 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   A /trunk/modules/gui/wxwindows/bitmaps/speaker_mute.xpm
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/bootstrap
 
-change the speaker into a mute/unmute button
-(only works if something is playing ... and we have to fix the bug where
-the image doesn't get updated like for the play/pause button)
+Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
 
 ------------------------------------------------------------------------
-r10487 | sigmunau | 2005-03-31 17:46:38 +0200 (jeu, 31 mar 2005) | 2 lines
+r14609 | courmisch | 2006-03-04 13:20:06 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/input.c
+   M /trunk/bootstrap
 
-input.c: fixed a possible locking problem in vlc_input_item_GetInfo
+libtool: Propagate errors from make (|un)install
 
 ------------------------------------------------------------------------
-r10486 | gbazin | 2005-03-31 01:48:41 +0200 (jeu, 31 mar 2005) | 1 line
+r14608 | fkuehne | 2006-03-04 12:53:03 +0100 (Sat, 04 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/video_output/wingdi.c
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+   M /trunk/modules/gui/macosx/playlistinfo.m
 
-* modules/video_output/wingdi.c: bunch of fixes and improvements.
+* fix the table on the second tab and added an extra check to prevent a crash in rare situations
 ------------------------------------------------------------------------
-r10485 | gbazin | 2005-03-31 01:47:41 +0200 (jeu, 31 mar 2005) | 1 line
+r14607 | courmisch | 2006-03-04 11:46:27 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wince/Modules.am
-   A /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
+   M /trunk/src/network/httpd.c
+
+Cosmetic
 
-* modules/gui/wince: added dialogs provider + another massive cleanup + updates.
 ------------------------------------------------------------------------
-r10484 | sigmunau | 2005-03-31 00:45:13 +0200 (jeu, 31 mar 2005) | 3 lines
+r14606 | zorglub | 2006-03-04 10:28:06 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/src/input/input.c
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
 
-input.c: doxygenize vlc_input_item_GetInfo
-wx/timer.cpp: show Now Playing in statusbar if available
+Don't prepend :sout= to sout string in VLM dialog (Refs:#530)
 
 ------------------------------------------------------------------------
-r10483 | sigmunau | 2005-03-30 23:21:40 +0200 (mer, 30 mar 2005) | 4 lines
+r14605 | zorglub | 2006-03-04 10:12:21 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
 
-wxwindows/preferences_widgets.cpp: ModuleCatList widget now add modules in
-the order of selection, patch by  Christophe Mutricy < xtophe -at-
-nxtelevision dott com >
+Fix ordering of widgets in sout panel (Closes:#469)
 
 ------------------------------------------------------------------------
-r10482 | sigmunau | 2005-03-30 23:16:51 +0200 (mer, 30 mar 2005) | 2 lines
+r14604 | zorglub | 2006-03-04 10:00:10 +0100 (Sat, 04 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/access/http.c
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
 
-vlc_meta.h: introduced VLC_META_NOW_PLAYING. http.c: use NOW_PLAYING for song title.
+Shoud fix #'565
 
 ------------------------------------------------------------------------
-r10481 | dionoea | 2005-03-30 19:43:17 +0200 (mer, 30 mar 2005) | 2 lines
+r14603 | xtophe | 2006-03-04 01:59:51 +0100 (Sat, 04 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
 
-include errno.h (for non debug builds)
+wx/dialogs/open.cpp: Fix the caching option. Closes #575
+-This line, and those below, will be ignored--
 
-------------------------------------------------------------------------
-r10480 | robux4 | 2005-03-29 22:54:52 +0200 (mar, 29 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+M    open.cpp
 
-mkv.cpp: make gcc happier
 ------------------------------------------------------------------------
-r10479 | gbazin | 2005-03-29 22:04:44 +0200 (mar, 29 mar 2005) | 1 line
+r14602 | courmisch | 2006-03-03 23:43:22 +0100 (Fri, 03 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/misc/rtsp.c
+
+Fix error code when server is overloaded
 
-* configure.ac: added access_filter_timeshift to the build.
 ------------------------------------------------------------------------
-r10478 | fenrir | 2005-03-29 18:01:23 +0200 (mar, 29 mar 2005) | 8 lines
+r14601 | jpsaman | 2006-03-03 22:43:48 +0100 (Fri, 03 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_config_cat.h
-   A /trunk/modules/access_filter
-   A /trunk/modules/access_filter/Modules.am
-   A /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
- * access.* input/*: added access_filter architecture (same API as a
- standard access_t except that it reads from an access_t).
-
- * timeshift.c: timeshift access filter. It works with udp/dvb streams (tested
- under linux/windows).
- It allows to pause and to fast/slow forward. To try it, use
- --access-filter timeshift.
+   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.
 ------------------------------------------------------------------------
-r10477 | gbazin | 2005-03-29 17:22:12 +0200 (mar, 29 mar 2005) | 1 line
+r14600 | fkuehne | 2006-03-03 18:29:13 +0100 (Fri, 03 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
+   M /trunk/Makefile.am
 
-* modules/gui/wince: new open directory menu (win32 only for now)
+* added a couple of OSX-intf-files which were added after the last release
 ------------------------------------------------------------------------
-r10476 | gbazin | 2005-03-29 14:17:43 +0200 (mar, 29 mar 2005) | 1 line
+r14599 | fkuehne | 2006-03-03 18:21:16 +0100 (Fri, 03 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
+   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
 
-* modules/gui/wince/interface.cpp: fixed menus handling.
+*.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
 ------------------------------------------------------------------------
-r10475 | gbazin | 2005-03-29 12:08:03 +0200 (mar, 29 mar 2005) | 1 line
+r14598 | fkuehne | 2006-03-03 18:12:15 +0100 (Fri, 03 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/demux/ts.c
+   M /trunk/modules/gui/macosx/vout.m
 
-* modules/demux/ts.c: use EIT support in libdvbpsi if available.
+* fixed a signed vs unsinged warning
 ------------------------------------------------------------------------
-r10474 | damienf | 2005-03-29 10:48:45 +0200 (mar, 29 mar 2005) | 2 lines
+r14597 | dionoea | 2006-03-03 15:37:24 +0100 (Fri, 03 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/src/libvlc.c
+   M /trunk/modules/video_output/image.c
 
-VLC_TimeSet: fixed overflow conversion from seconds to microseconds, this now allow to seek beyond 36 minutes
+image.c: add --image-out-replace option. If enabled, the image vout will
+always overwrite the same file.
 
 ------------------------------------------------------------------------
-r10473 | fenrir | 2005-03-29 10:17:17 +0200 (mar, 29 mar 2005) | 2 lines
+r14596 | fkuehne | 2006-03-03 14:51:04 +0100 (Fri, 03 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: do not include eit.h if TS_USE_DVB_SI is 0.
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
 
+* added a NSTimer to update the statistics every second
 ------------------------------------------------------------------------
-r10472 | hartman | 2005-03-29 01:57:02 +0200 (mar, 29 mar 2005) | 2 lines
+r14595 | xtophe | 2006-03-03 14:08:48 +0100 (Fri, 03 Mar 2006) | 2 lines
 Changed paths:
-   D /trunk/vlc-cvs.ebuild
-   D /trunk/vlc.ebuild
+   M /trunk/extras/contrib/src/Makefile
 
-* Remove the ebuilds. Maintaining them downstream is easier. Current ebuilds are outdated and Gentoo is keeping them OK atm.
+Makefile: We need autogen on win32
 
 ------------------------------------------------------------------------
-r10471 | hartman | 2005-03-29 01:31:02 +0200 (mar, 29 mar 2005) | 2 lines
+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/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* New menu-items referencing forum
+   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.
 ------------------------------------------------------------------------
-r10470 | hartman | 2005-03-29 01:24:21 +0200 (mar, 29 mar 2005) | 2 lines
+r14593 | hartman | 2006-03-03 12:25:18 +0100 (Fri, 03 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/stream_out/standard.c
+   M /trunk/extras/contrib/src/Makefile
 
-* Spelling correction
+* Disable INSTALL_NAME now gpg-error isn't shared.
 
 ------------------------------------------------------------------------
-r10469 | hartman | 2005-03-29 01:23:51 +0200 (mar, 29 mar 2005) | 2 lines
+r14592 | hartman | 2006-03-03 12:19:00 +0100 (Fri, 03 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-
-* Changed video-fiter to vout-filter, because video-filter will in the future be used for new style filters.
+   M /trunk/extras/contrib/src/Makefile
 
-------------------------------------------------------------------------
-r10463 | robux4 | 2005-03-28 21:12:14 +0200 (lun, 28 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+* copy and tabs... sigh.
 
-mkv.cpp: compilation fixes for gcc
 ------------------------------------------------------------------------
-r10462 | robux4 | 2005-03-28 21:07:18 +0200 (lun, 28 mar 2005) | 1 line
+r14591 | hartman | 2006-03-03 12:15:55 +0100 (Fri, 03 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/src/Makefile
 
-mkv.cpp: seeking in linked files now works
-------------------------------------------------------------------------
-r10461 | robux4 | 2005-03-28 17:48:16 +0200 (lun, 28 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+* Lets avoid autogen where we can
 
-mkv.cpp: compute the correct duration even when some linked segments are missing
 ------------------------------------------------------------------------
-r10460 | robux4 | 2005-03-28 17:00:21 +0200 (lun, 28 mar 2005) | 1 line
+r14590 | hartman | 2006-03-03 11:40:56 +0100 (Fri, 03 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/live-osx.patch
 
-mkv.cpp: handle missing linked segments (seg->missing->seg)
-------------------------------------------------------------------------
-r10459 | robux4 | 2005-03-28 16:12:58 +0200 (lun, 28 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+* Fix liveMedia on all platforms now hopefully
 
-mkv.cpp: major rewrite to handle hard-linked segments easily though a virtual segment
 ------------------------------------------------------------------------
-r10458 | fkuehne | 2005-03-28 14:30:15 +0200 (lun, 28 mar 2005) | 1 line
+r14589 | hartman | 2006-03-03 11:22:18 +0100 (Fri, 03 Mar 2006) | 2 lines
 Changed paths:
    M /trunk/extras/contrib/src/packages.mak
 
-* changed the download location of libdvdread to download.videolan.org because www.dtek.chalmers.se keeps refusing any connections
-------------------------------------------------------------------------
-r10457 | fkuehne | 2005-03-28 13:29:34 +0200 (lun, 28 mar 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
+* www.live555.com seems unreachable. use live555.com
 
-* fixed download-location of pkgconfig
 ------------------------------------------------------------------------
-r10456 | robux4 | 2005-03-28 13:07:41 +0200 (lun, 28 mar 2005) | 1 line
+r14588 | courmisch | 2006-03-03 10:32:20 +0100 (Fri, 03 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/configure.ac
 
-mkv.cpp: no more crash on linked segments or multi-segment files
-------------------------------------------------------------------------
-r10455 | fkuehne | 2005-03-28 12:32:40 +0200 (lun, 28 mar 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
+Solaris breakage again
 
-* updated the location of vlc.scriptTerminology
-* removed the linkage to it in all localisations since it is a global entity now
 ------------------------------------------------------------------------
-r10454 | fkuehne | 2005-03-28 02:16:43 +0200 (lun, 28 mar 2005) | 1 line
+r14587 | jpsaman | 2006-03-03 09:52:27 +0100 (Fri, 03 Mar 2006) | 1 line
 Changed paths:
-   D /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
+   M /trunk/modules/demux/livedotcom.cpp
 
-* sorry, forgot that in the previous commit
+Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
 ------------------------------------------------------------------------
-r10453 | fkuehne | 2005-03-28 02:14:03 +0200 (lun, 28 mar 2005) | 3 lines
+r14586 | xtophe | 2006-03-03 00:40:17 +0100 (Fri, 03 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
-   A /trunk/extras/MacOSX/Resources/vlc.scriptTerminology (from /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology:10452)
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/extras/contrib/src/Makefile
+
+explicit hack. please underage hackers do not look
+fix lame 
 
-* vlc.scriptSuite: updated to the plist-xml-format and fixed a bug in the prev-method
-* vlc.scriptTerminology: updated to the plist-xml-format and removed the 'localisable'-flag for the terminology in Xcode since we don't localise it and Apple won't support any other AS-dialects than English in the future --> moved out of English.lproj
-* vlc.pbproj: removed localisable-flag for vlc.scriptTerminology
 ------------------------------------------------------------------------
-r10452 | markfm | 2005-03-27 19:49:24 +0200 (dim, 27 mar 2005) | 2 lines
+r14585 | xtophe | 2006-03-03 00:24:37 +0100 (Fri, 03 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/asf.c
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
 
-mux/asf.c new --sout-asf-packet-size  switch.  It defaults to 4096, current VLC design, but note that MS' documentation (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform95/htm/iwmpacketsizesetmaxpacketsize.asp) has: "By default, the maximum packet size is 1400 bytes (chosen because it is below the 1500-byte Ethernet maximum transition unit (MTU) plus the generic routing encapsulation (GRE) tunneling header size)."
+Fix MacOS-Intel compilation
 
 ------------------------------------------------------------------------
-r10451 | robux4 | 2005-03-27 16:16:21 +0200 (dim, 27 mar 2005) | 1 line
+r14584 | courmisch | 2006-03-02 23:39:03 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/include/vlc_httpd.h
+   M /trunk/include/vlc_symbols.h
+   M /trunk/src/network/httpd.c
 
-mkv.cpp: hard-linked segments can now play in order (crash to solve)
-------------------------------------------------------------------------
-r10450 | robux4 | 2005-03-27 11:28:50 +0200 (dim, 27 mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/po/fr.po
+Code reuse
 
-mkv.cpp: new options for the demuxer
-fr.po: small translation fix
 ------------------------------------------------------------------------
-r10438 | oaubert | 2005-03-26 20:29:32 +0100 (sam, 26 mar 2005) | 5 lines
+r14583 | courmisch | 2006-03-02 23:19:14 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_output/snapshot.c
+   M /trunk/include/vlc_httpd.h
 
-snapshot.c:
- * added some comments
- * updated module description
- * try to fix timestamping
+Remove outdated comment
 
 ------------------------------------------------------------------------
-r10437 | oaubert | 2005-03-26 20:22:40 +0100 (sam, 26 mar 2005) | 3 lines
+r14582 | xtophe | 2006-03-02 21:39:49 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/svg.c
+   M /trunk/extras/contrib/src/packages.mak
 
-svg.c: updated to the latest changes in the text renderer API (tested
-       with the vlc-0.8.1.svn20050314 debian package)
+Update lame. Closes #482
 
 ------------------------------------------------------------------------
-r10436 | robux4 | 2005-03-26 10:18:54 +0100 (sam, 26 mar 2005) | 1 line
+r14581 | xtophe | 2006-03-02 21:38:43 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/src/Patches/gcrypt.patch
+
+Fix Gcrypt patch
 
-mkv.cpp: avoid gcc warnings
 ------------------------------------------------------------------------
-r10435 | robux4 | 2005-03-25 22:59:25 +0100 (ven, 25 mar 2005) | 1 line
+r14580 | xtophe | 2006-03-02 21:11:51 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/src/Makefile
+
+makefile: Fix livedotcom on win32
 
-mkv.cpp: play all loaded segments sequentially and don't crash
 ------------------------------------------------------------------------
-r10434 | robux4 | 2005-03-25 22:33:47 +0100 (ven, 25 mar 2005) | 1 line
+r14579 | xtophe | 2006-03-02 21:10:23 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/src/Makefile
+
+Makefile: use sed -i where possible
 
-mkv.cpp: the first Cluster was lost due to preloading
 ------------------------------------------------------------------------
-r10431 | fkuehne | 2005-03-25 19:17:15 +0100 (ven, 25 mar 2005) | 1 line
+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
 
-* updated the libcaca-download-location and updated the used libdvbpsi-version to a snapshot created today
+all: Update libgcrypt,gpg-error and gnutls (closes #570 )
+
 ------------------------------------------------------------------------
-r10430 | titer | 2005-03-25 13:02:14 +0100 (ven, 25 mar 2005) | 2 lines
+r14577 | xtophe | 2006-03-02 20:34:31 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/video_output/opengl.c
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
 
- Fix for thread-unsafe OpenGL implementations (OS X...)
+Update x264 patch
 
 ------------------------------------------------------------------------
-r10429 | fenrir | 2005-03-25 10:16:24 +0100 (ven, 25 mar 2005) | 7 lines
+r14576 | xtophe | 2006-03-02 20:31:36 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/es_out.c
-
- * vlc_meta.h: added a few const
- * es_out: added ES_OUT_SET_GROUP_META to add on the fly meta for a program
- (it's not yet really clean).
- * demux/ts: parse SI tables of DVB (channel names + events), it needs last
- libdvbpsi svn (set TS_USE_DVB_SI to 1 in modules/demux/ts.c to use it).
+   M /trunk/configure.ac
 
+configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall
 
 ------------------------------------------------------------------------
-r10428 | fenrir | 2005-03-25 09:58:46 +0100 (ven, 25 mar 2005) | 6 lines
+r14575 | courmisch | 2006-03-02 19:19:03 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/input.c
-
- input.c: - fixed bug in chapter prev/next. (INPUT_GET/SET_* cannot be used with
- access2_Control/demux2_Control, use the right ACCESS_XXX/DEMUX_XXX/)
-          - do not create sout when uri start by 'vlc:'. It is needed to use
- the special vlc access with sout (ex: vlc in --sout out vlc:quit).
+   M /trunk/include/vlc_common.h
+   M /trunk/src/misc/objects.c
 
+Minor clean up
 
 ------------------------------------------------------------------------
-r10427 | titer | 2005-03-24 17:05:55 +0100 (jeu, 24 mar 2005) | 2 lines
+r14574 | fkuehne | 2006-03-02 16:52:37 +0100 (Thu, 02 Mar 2006) | 6 lines
 Changed paths:
-   M /trunk/modules/demux/nuv.c
+   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
 
- nuv.c: compile fix (for big endian platforms)
+* 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.
 ------------------------------------------------------------------------
-r10424 | robux4 | 2005-03-23 23:11:17 +0100 (mer, 23 mar 2005) | 1 line
+r14573 | courmisch | 2006-03-02 16:19:32 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/access_output/file.c
 
-mkv.cpp: fix the pb of switching when seeking was used. Still some memory leaks issues :(
-------------------------------------------------------------------------
-r10423 | robux4 | 2005-03-23 22:31:18 +0100 (mer, 23 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+Locale fixes (refs #528) + clean up
 
-mkv.cpp: prepare for more segment switching features
 ------------------------------------------------------------------------
-r10420 | robux4 | 2005-03-23 22:08:40 +0100 (mer, 23 mar 2005) | 1 line
+r14572 | courmisch | 2006-03-02 15:27:09 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/misc/gnutls.c
+
+use intptr_t (refs #574)
 
-mkv.cpp: segment switching almost work and doesn't crash
 ------------------------------------------------------------------------
-r10418 | damienf | 2005-03-23 20:16:06 +0100 (mer, 23 mar 2005) | 4 lines
+r14571 | courmisch | 2006-03-02 15:23:03 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/test.html
-
-- added a slider to control VLC playback from HTML.
+   M /trunk/modules/access_output/file.c
 
-NOTE: the slider is actually another ActiveX control but it could be replaced by a javascript equivalent if one wants a better looking slider.
+Don't try to be more clever than umask()
 
 ------------------------------------------------------------------------
-r10417 | massiot | 2005-03-23 19:39:46 +0100 (mer, 23 mar 2005) | 3 lines
+r14570 | courmisch | 2006-03-02 15:21:23 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
    M /trunk/configure.ac
-   M /trunk/modules/stream_out/Modules.am
-   A /trunk/modules/stream_out/bridge.c
 
-* modules/stream_out/bridge.c: New bridge-in/bridge-out modules to bridge
-  ES packets between different inputs.
+Fix getaddrinfo check failure because of autoconf's cache
 
 ------------------------------------------------------------------------
-r10416 | massiot | 2005-03-23 19:30:15 +0100 (mer, 23 mar 2005) | 3 lines
+r14569 | courmisch | 2006-03-02 14:54:40 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/audio_output/waveout.c
 
-* modules/mux/mpeg/ts.c: New --sout-ts-es-id-pid which allows to use
-  the ES ID as TS PID (contrary of --ts-es-id-pid).
+Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)
 
 ------------------------------------------------------------------------
-r10415 | massiot | 2005-03-23 19:26:01 +0100 (mer, 23 mar 2005) | 3 lines
+r14568 | courmisch | 2006-03-02 14:35:43 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
+   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
 
-* modules/mux/mpeg/ts.c, modules/demux/ts.c: Fixed IOD descriptor
-(patch courtesy of Nico Sabbi)
+Unused header inclusion syndrome
 
 ------------------------------------------------------------------------
-r10414 | fenrir | 2005-03-23 18:00:15 +0100 (mer, 23 mar 2005) | 3 lines
+r14567 | courmisch | 2006-03-02 14:02:37 +0100 (Thu, 02 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/nuv.c
+   M /trunk/src/Makefile.am
 
- * all: added a nuv demuxer (limited to mpeg4 video and mp3 audio).
- (Seek is slow, I don't support index yet).
+dist vlc_url.h
 
 ------------------------------------------------------------------------
-r10413 | fenrir | 2005-03-23 17:58:24 +0100 (mer, 23 mar 2005) | 2 lines
+r14566 | fkuehne | 2006-03-02 13:15:25 +0100 (Thu, 02 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * dvb: fix report of error in FrontendPoll (please report any problem).
+   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]
 ------------------------------------------------------------------------
-r10408 | jpsaman | 2005-03-22 21:17:30 +0100 (mar, 22 mar 2005) | 2 lines
+r14565 | fkuehne | 2006-03-02 13:14:52 +0100 (Thu, 02 Mar 2006) | 5 lines
 Changed paths:
-   M /trunk/src/audio_output/intf.c
+   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)
 
-Variable name consistency across the file
+* update.m: use mtime() instead of NSCalenderDate for the time-stamp
 
+* sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)
 ------------------------------------------------------------------------
-r10406 | markfm | 2005-03-22 14:29:30 +0100 (mar, 22 mar 2005) | 2 lines
+r14564 | courmisch | 2006-03-02 08:52:53 +0100 (Thu, 02 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   M /trunk/bootstrap
+   M /trunk/src/Makefile.am
 
-reintroduce nearbyint, but use the 1001 multiplier.  adding 0.5 wasn't transforming 29.97 fps properly, and the earlier nearbyint was a hack for mpeg1/2.  the preceding mods were all partially right, partially wrong -- needed to combine the two change concepts. 
+libtool:
+ - Don't link builtins against anything (dependencies are linked in libvlc)
+ - Don't mangle name of underlying libraries
 
 ------------------------------------------------------------------------
-r10405 | gbazin | 2005-03-22 10:53:11 +0100 (mar, 22 mar 2005) | 1 line
+r14563 | fkuehne | 2006-03-01 23:21:36 +0100 (Wed, 01 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/gui/macosx/update.h
+   M /trunk/modules/gui/macosx/update.m
 
-* modules/stream_out/transcode.c: reverted previous commit which didn't belong here and was also completely wrong.
+* 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
 ------------------------------------------------------------------------
-r10401 | ipkiss | 2005-03-21 20:24:06 +0100 (lun, 21 mar 2005) | 2 lines
+r14562 | dionoea | 2006-03-01 23:00:37 +0100 (Wed, 01 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/THANKS
 
- * skins2: added vlc.volumeUp() and vlc.volumeDown() actions
+Add/Change x264 options. Patch by Dennis van Amerongen
 
 ------------------------------------------------------------------------
-r10400 | hartman | 2005-03-21 15:02:07 +0100 (lun, 21 mar 2005) | 4 lines
+r14561 | dionoea | 2006-03-01 22:58:15 +0100 (Wed, 01 Mar 2006) | 22 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/codec/x264.c
 
-* Patch to reenable sap-timeout functionality (Bug 2007) By Dermot McGahon, dermot at lincor dot com
-  Modified by me.
-* also restored some indentation of this file.
+Add/Change x264 options. Patch by Dennis van Amerongen
 
-------------------------------------------------------------------------
-r10399 | fkuehne | 2005-03-20 20:51:52 +0100 (dim, 20 mar 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
+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)."
 
-* removed my ftime-replacement for OSX again
 
-Thanks for the ftime-fix gibalou :)
 ------------------------------------------------------------------------
-r10398 | gbazin | 2005-03-20 20:42:29 +0100 (dim, 20 mar 2005) | 1 line
+r14560 | xtophe | 2006-03-01 22:41:11 +0100 (Wed, 01 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/vlm.c
+   M /trunk/extras/contrib/Makefile
+
+Warning Explicit Kludge
 
-* src/misc/vlm.c: only use ftime() on win32.
 ------------------------------------------------------------------------
-r10397 | fkuehne | 2005-03-20 19:19:01 +0100 (dim, 20 mar 2005) | 1 line
+r14559 | fkuehne | 2006-03-01 22:08:17 +0100 (Wed, 01 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/src/misc/vlm.c
+   M /trunk/modules/gui/macosx/update.h
+   M /trunk/modules/gui/macosx/update.m
 
-* ftime does not exist on OSX, so we need to implement it ourselves
+* removed unused, useless variable
 ------------------------------------------------------------------------
-r10396 | markfm | 2005-03-20 18:48:27 +0100 (dim, 20 mar 2005) | 2 lines
+r14558 | fkuehne | 2006-03-01 22:05:47 +0100 (Wed, 01 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/gui/macosx/interaction.m
+   M /trunk/modules/gui/macosx/update.h
+   M /trunk/modules/gui/macosx/update.m
 
-transcode -- round fps to full integer value (eg, 25, 30) for ffmpeg mpeg1/2
+* 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.
 ------------------------------------------------------------------------
-r10395 | asmax | 2005-03-20 16:58:04 +0100 (dim, 20 mar 2005) | 2 lines
+r14557 | hartman | 2006-03-01 22:00:49 +0100 (Wed, 01 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
 
-- all: use fribidi in skins2 text rendering if available
+* Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)
 
 ------------------------------------------------------------------------
-r10394 | gbazin | 2005-03-19 19:42:27 +0100 (sam, 19 mar 2005) | 1 line
+r14556 | fkuehne | 2006-03-01 20:56:34 +0100 (Wed, 01 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/codec/dvbsub.c
+   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
 
-* modules/codec/dvbsub.c: first implementation of dvb text subtitles encoding/decoding (a few things are still to be done).
+* more systray related ifndefs for the Darwin platform
 ------------------------------------------------------------------------
-r10393 | markfm | 2005-03-19 18:37:10 +0100 (sam, 19 mar 2005) | 2 lines
+r14555 | fkuehne | 2006-03-01 20:11:24 +0100 (Wed, 01 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-transcode nit -- use nearbyint to get accurate conversion of user-supplied fps
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
+* Darwin compilation fix
 ------------------------------------------------------------------------
-r10392 | zorglub | 2005-03-19 18:23:51 +0100 (sam, 19 mar 2005) | 2 lines
+r14554 | fkuehne | 2006-03-01 18:47:27 +0100 (Wed, 01 Mar 2006) | 1 line
 Changed paths:
-   M /trunk/share/Makefile.am
-   M /trunk/share/http/index.html
-
-HTTP interface patch by Christophe Mutricy (and no fixes by me)
+   M /trunk/modules/access/screen/mac.c
 
+* fixed some warnings
 ------------------------------------------------------------------------
-r10391 | gbazin | 2005-03-19 13:20:57 +0100 (sam, 19 mar 2005) | 1 line
+r14553 | hartman | 2006-03-01 17:50:08 +0100 (Wed, 01 Mar 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
+   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.
+
 
-* modules/codec/ffmpeg/video_filter.c: fixed resampling check.
 ------------------------------------------------------------------------
-r10387 | sam | 2005-03-19 09:34:30 +0100 (sam, 19 mar 2005) | 2 lines
+r14552 | hartman | 2006-03-01 14:36:01 +0100 (Wed, 01 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/doc/vlc.1
+   M /trunk/modules/misc/rtsp.c
+   M /trunk/modules/stream_out/rtp.c
 
-  * doc/vlc.1: spelling
+* trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
+  - apparently DSS is casesensitive on trackID.
 
 ------------------------------------------------------------------------
-r10386 | djc | 2005-03-18 17:44:16 +0100 (ven, 18 mar 2005) | 2 lines
+r14551 | hartman | 2006-03-01 14:23:12 +0100 (Wed, 01 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/share/Makefile.am
+   M /trunk/extras/contrib/src/Makefile
+   D /trunk/extras/contrib/src/Patches/libcddb.patch
+   M /trunk/extras/contrib/src/packages.mak
 
-favicon.ico instead of favico.ico...
+* Update the CDDB version from 0.9.6 to 1.2.1
 
 ------------------------------------------------------------------------
-r10385 | djc | 2005-03-18 15:43:38 +0100 (ven, 18 mar 2005) | 3 lines
+r14550 | hartman | 2006-03-01 14:13:03 +0100 (Wed, 01 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/share/Makefile.am
+   M /trunk/THANKS
+   M /trunk/modules/access/cdda/info.c
 
-Add cone_+-, and favico.ico to Makefile.am, as suggest xtophe
-Not tested...
+* Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>. 
+ - added him to THANKS as well.
 
 ------------------------------------------------------------------------
-r10384 | gbazin | 2005-03-18 08:44:20 +0100 (ven, 18 mar 2005) | 1 line
+r14549 | courmisch | 2006-03-01 12:20:10 +0100 (Wed, 01 Mar 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   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
 
-* modules/stream_out/transcode.c: convert audio to fl32 first if needed.
 ------------------------------------------------------------------------
-r10383 | markfm | 2005-03-18 02:59:44 +0100 (ven, 18 mar 2005) | 2 lines
+r14548 | courmisch | 2006-03-01 11:41:47 +0100 (Wed, 01 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/configure.ac
 
-ps.c -- add i_rate_bound (MPEG spec 13818 requires rate_bound >= that of any packet in the stream) (I'm not positive, but program_mux_rate, based on instant_rate, should also possibly change.  Per 2.5.3.4 of the spec,it sounds like it might be the forward-looking rate; reporting a last-second value based on P frames,if the forward packets have an I frame, might not be correct [specs are a pain])
+Try to fix getaddrinfo et al. detection on Solaris
 
 ------------------------------------------------------------------------
-r10382 | gbazin | 2005-03-18 00:34:04 +0100 (ven, 18 mar 2005) | 1 line
+r14547 | courmisch | 2006-03-01 11:20:50 +0100 (Wed, 01 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
+   M /trunk/configure.ac
+
+Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4
 
-* modules/audio_filter/resampler/linear.c: ported linear resampler to audio filter 2 architecture. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup and fixes by me.
 ------------------------------------------------------------------------
-r10381 | gbazin | 2005-03-18 00:31:38 +0100 (ven, 18 mar 2005) | 1 line
+r14546 | courmisch | 2006-03-01 10:53:39 +0100 (Wed, 01 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/Makefile.am
+
+Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)
 
-* modules/stream_out/transcode.c: simplifications + more extensive audio filter searches for conversions.
 ------------------------------------------------------------------------
-r10380 | gbazin | 2005-03-17 22:50:29 +0100 (jeu, 17 mar 2005) | 1 line
+r14545 | zorglub | 2006-03-01 00:23:42 +0100 (Wed, 01 Mar 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/araw.c
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+
+Don't preparse folders using input_Preprase
 
- modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup by me.
 ------------------------------------------------------------------------
-r10379 | gbazin | 2005-03-17 21:39:52 +0100 (jeu, 17 mar 2005) | 3 lines
+r14544 | ipkiss | 2006-02-28 20:12:54 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/stream_out/transcode.c
+   M /trunk/doc/skins/skins2-howto.xml
 
-* modules/stream_out/transcode.c: prepare transcoder to use resampling/downmixing audio filters.
-* modules/audio_filter/*: set the output format to what's really being output.
+ * doc/skins/skins2-howto.xml: fixed a typo
 
 ------------------------------------------------------------------------
-r10378 | gbazin | 2005-03-17 20:16:15 +0100 (jeu, 17 mar 2005) | 3 lines
+r14543 | md | 2006-02-28 16:46:46 +0100 (Tue, 28 Feb 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/video_output/picture.c
-   M /trunk/src/misc/image.c
    M /trunk/src/video_output/vout_intf.c
 
-* src/misc/image.c, src/video_output/vout_intf.c: handle aspect ratio changes in image_Convert() as well.
-* modules/video_output/picture.c: set all the fields of fmt_in for image_Convert().
+* 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 
 
 ------------------------------------------------------------------------
-r10377 | massiot | 2005-03-17 17:59:16 +0100 (jeu, 17 mar 2005) | 2 lines
+r14542 | md | 2006-02-28 16:34:16 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/stream_out/switcher.c
+   M /trunk/src/video_output/vout_intf.c
 
-* modules/stream_out/switcher.c: Fixed aspect ratio.
+make ZoomCallback work with extended GUI or deinterlace (refs #480)
 
 ------------------------------------------------------------------------
-r10376 | gbazin | 2005-03-17 14:55:11 +0100 (jeu, 17 mar 2005) | 1 line
+r14541 | hartman | 2006-02-28 16:31:04 +0100 (Tue, 28 Feb 2006) | 5 lines
 Changed paths:
-   M /trunk/src/video_output/vout_intf.c
+   M /trunk/modules/stream_out/rtp.c
+
+* Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
+- commented a few fprintf, and changed some to msg_Dbg where possible.
+- fixed a couple of spelling errors.
+- this module really needs a big cleanup and merging with the other SDP and RTSP code.
 
-* src/video_output/vout_intf.c: small cleanup.
 ------------------------------------------------------------------------
-r10375 | gbazin | 2005-03-17 14:14:04 +0100 (jeu, 17 mar 2005) | 1 line
+r14540 | courmisch | 2006-02-28 16:29:42 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/image.c
-   M /trunk/src/video_output/vout_intf.c
+   M /trunk/bootstrap
+
+libtool: fix make distclean
 
-* src/video_output/vout_intf.c, src/misc/image.c: proper aspect ratio for snapshots.
 ------------------------------------------------------------------------
-r10374 | gbazin | 2005-03-17 14:12:10 +0100 (jeu, 17 mar 2005) | 1 line
+r14539 | courmisch | 2006-02-28 16:12:37 +0100 (Tue, 28 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/bootstrap
+   M /trunk/src/Makefile.am
+
+With libtool, compile builtins as lib*_builtin.la to avoid name collision
+with actual system library (seems to fix weird compilation problem with
+flac and theora builtins)
 
-* modules/codec/ffmpeg/video_filter.c: resampling fix for when source or dest is not in I420 format.
 ------------------------------------------------------------------------
-r10373 | robux4 | 2005-03-17 13:13:12 +0100 (jeu, 17 mar 2005) | 1 line
+r14538 | courmisch | 2006-02-28 15:52:40 +0100 (Tue, 28 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/stream_output/sap.c
+
+Fail when trying to advertise a stream with an out-of-scope address
+(avoids spamming the MBONE with incorrect private streams)
 
-mkv.cpp: allow seamless transition between segments
 ------------------------------------------------------------------------
-r10372 | gbazin | 2005-03-17 09:20:53 +0100 (jeu, 17 mar 2005) | 1 line
+r14537 | courmisch | 2006-02-28 13:58:37 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   M /trunk/bootstrap
+
+Use noinst_ rather than libvlc_ for builtins
 
-* modules/audio_filter/converter/mpgatofixed32.c: added downmixing from stereo to mono.
 ------------------------------------------------------------------------
-r10371 | gbazin | 2005-03-17 08:35:35 +0100 (jeu, 17 mar 2005) | 1 line
+r14536 | dionoea | 2006-02-28 13:45:37 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/src/misc/vlm.c
+
+Use VLC stream functions to load vlm configs. Refs #567
 
-* modules/codec/ffmpeg/encoder.c: reverted commit 10351 which breaks aspect ratio encoding.
 ------------------------------------------------------------------------
-r10370 | gbazin | 2005-03-17 00:38:51 +0100 (jeu, 17 mar 2005) | 1 line
+r14535 | courmisch | 2006-02-28 13:22:24 +0100 (Tue, 28 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/wince.h
+   M /trunk/bootstrap
+
+Implement clean with --enable-libtool
+May fix builtins recompilation (theora, flac...)
 
-* modules/gui/wince: better volume slider behaviour.
 ------------------------------------------------------------------------
-r10369 | gbazin | 2005-03-17 00:10:08 +0100 (jeu, 17 mar 2005) | 1 line
+r14534 | courmisch | 2006-02-28 12:45:22 +0100 (Tue, 28 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/audio_output/waveout.c
+   M /trunk/configure.ac
+
+Don't use p_symbols with libtool
+(this commit obviously breaks binary compatibility - clear your plugins)
 
-* modules/audio_output/waveout.c: change global volume on WinCE.
 ------------------------------------------------------------------------
-r10368 | gbazin | 2005-03-16 22:53:15 +0100 (mer, 16 mar 2005) | 1 line
+r14533 | courmisch | 2006-02-28 10:01:59 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
+   M /trunk/bootstrap
+
+Fix the work-around for the work-around
 
-* src/libvlc.[c,h]: new --(no-)fpu option (mainly for debugging purposes).
 ------------------------------------------------------------------------
-r10367 | robux4 | 2005-03-16 22:46:57 +0100 (mer, 16 mar 2005) | 1 line
+r14532 | courmisch | 2006-02-28 09:55:43 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/network/udp.c
+
+Remove debug message
 
-mkv.cpp: faster code with newer libs
 ------------------------------------------------------------------------
-r10366 | gbazin | 2005-03-16 22:38:19 +0100 (mer, 16 mar 2005) | 1 line
+r14531 | courmisch | 2006-02-28 09:42:23 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/activex/Makefile.am
+   M /trunk/bootstrap
+   M /trunk/mozilla/Makefile.am
+   M /trunk/src/Makefile.am
+
+mv -> mv -f
 
-* configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed point support.
 ------------------------------------------------------------------------
-r10365 | robux4 | 2005-03-16 22:26:43 +0100 (mer, 16 mar 2005) | 1 line
+r14530 | courmisch | 2006-02-28 09:39:27 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/doc/Makefile.am
+
+Dist demo.sh
 
-mkv.cpp: seeking is not only based on video
 ------------------------------------------------------------------------
-r10364 | gbazin | 2005-03-16 22:25:53 +0100 (mer, 16 mar 2005) | 1 line
+r14529 | courmisch | 2006-02-28 09:37:44 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/bootstrap
+
+Missing quotes
 
-* modules/audio_filter/converter/a52tofloat32.c: support for fixed point version of liba52.
 ------------------------------------------------------------------------
-r10363 | robux4 | 2005-03-16 22:04:32 +0100 (mer, 16 mar 2005) | 1 line
+r14528 | courmisch | 2006-02-28 09:16:40 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/doc/demo.sh
+
+EOL style
 
-mkv.cpp: store silent tracks info
 ------------------------------------------------------------------------
-r10362 | jpsaman | 2005-03-16 22:02:05 +0100 (mer, 16 mar 2005) | 2 lines
+r14527 | hartman | 2006-02-28 03:03:33 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/demux/vobsub.c
 
-Quick patch to make pda.c inteface compile again. It disables the management of the slider on the GUI.
+* Use stream_UrlNew for vobsub loading instead of fopen. closes #567
 
 ------------------------------------------------------------------------
-r10361 | robux4 | 2005-03-16 21:32:38 +0100 (mer, 16 mar 2005) | 1 line
+r14526 | hartman | 2006-02-28 02:28:38 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/doc/demo.sh
+
+* demo.sh for Mac OS X VLC command
 
-mkv.cpp: more code rearranging
 ------------------------------------------------------------------------
-r10360 | titer | 2005-03-16 16:49:18 +0100 (mer, 16 mar 2005) | 2 lines
+r14525 | dionoea | 2006-02-28 00:24:39 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/doc/demo.sh
 
- macosx/voutgl.m: fixed --macosx-stretch in GL provider
+Add OpenGL rotating cube and video wall demos
 
 ------------------------------------------------------------------------
-r10359 | damienf | 2005-03-16 14:08:13 +0100 (mer, 16 mar 2005) | 4 lines
+r14524 | dionoea | 2006-02-28 00:03:28 +0100 (Tue, 28 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/main.cpp
-   M /trunk/activex/plugin.cpp
+   M /trunk/doc/demo.sh
+
+Small fixes/changes
 
-main.cpp: fixed bug regarding TypeLib registration
-plugin.cpp: some minor cleanup
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r10358 | gbazin | 2005-03-16 13:12:20 +0100 (mer, 16 mar 2005) | 1 line
+r14522 | hartman | 2006-02-27 22:13:56 +0100 (Mon, 27 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/vlm.c
+   M /trunk/extras/contrib/src/Makefile
+
+* iconv is already provided on 10.3 and 10.4, so we don't need to install it.
 
-* src/misc/vlm.c: couple of fixes pointed out by johnluo.
 ------------------------------------------------------------------------
-r10357 | gbazin | 2005-03-16 12:38:16 +0100 (mer, 16 mar 2005) | 1 line
+r14521 | courmisch | 2006-02-27 22:07:25 +0100 (Mon, 27 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/directory.c
+   M /trunk/modules/misc/gnutls.c
+
+Fix warning on 64 bits systems
 
-* modules/access/directory.c: fixed a bunch of bugs.
 ------------------------------------------------------------------------
-r10356 | gbazin | 2005-03-16 12:11:08 +0100 (mer, 16 mar 2005) | 1 line
+r14520 | courmisch | 2006-02-27 22:06:42 +0100 (Mon, 27 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/ty.c
+   M /trunk/modules/misc/rtsp.c
+
+Silly me
 
-* modules/demux/ty.c: fixed segfault while probing.
 ------------------------------------------------------------------------
-r10355 | courmisch | 2005-03-16 11:51:10 +0100 (mer, 16 mar 2005) | 2 lines
+r14519 | courmisch | 2006-02-27 21:59:08 +0100 (Mon, 27 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/ty.c
+   M /trunk/activex/Makefile.am
+   M /trunk/bootstrap
+   M /trunk/mozilla/Makefile.am
+   M /trunk/src/Makefile.am
 
-- TY should have a lower priority than PS
+Work-around libtool's work-around which adds .exe on Cygwin 
 
 ------------------------------------------------------------------------
-r10354 | gbazin | 2005-03-16 10:48:22 +0100 (mer, 16 mar 2005) | 1 line
+r14518 | courmisch | 2006-02-27 21:48:49 +0100 (Mon, 27 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/view.c
+   M /trunk/modules/access/gnomevfs.c
+   M /trunk/modules/misc/rtsp.c
+
+Compile fixes
 
-* src/playlist/*: shut up a couple of compiler warnings.
 ------------------------------------------------------------------------
-r10353 | hartman | 2005-03-16 01:16:03 +0100 (mer, 16 mar 2005) | 6 lines
+r14517 | courmisch | 2006-02-27 21:29:39 +0100 (Mon, 27 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/directory.c
+   M /trunk/bootstrap
 
-* New ignore-filetypes option for the directory module.
-  - you can specify a comma-seperated list of file-extensions. Files of this type will not be added to the
-    playlist when the directory module parses directory contents.
-    This prevents duplication of playlist items (both m3u and the real files were being played, or both .bin and .cue were added, therfore playing the same movie twice) and the adding of items that are not really useful to VLC as seperate playlist items.
-  - By default are ignored the following: m3u,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue
+Don't loop infinitely when then is no plugin to install (libtool-only)
 
 ------------------------------------------------------------------------
-r10352 | fkuehne | 2005-03-15 20:53:17 +0100 (mar, 15 mar 2005) | 3 lines
+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/Makefile.in.in
    M /trunk/po/POTFILES.in
-   M /trunk/po/bn.po
+   M /trunk/po/ca.po
    M /trunk/po/da.po
    M /trunk/po/de.po
-   M /trunk/po/el.po
    M /trunk/po/en_GB.po
    M /trunk/po/es.po
    M /trunk/po/fr.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
    M /trunk/po/it.po
    M /trunk/po/ja.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
+   M /trunk/po/ka.po
+   M /trunk/po/ko.po
    M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.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/tet.po
-   M /trunk/po/tl.po
+   M /trunk/po/tr.po
    M /trunk/po/vlc.pot
+   M /trunk/po/zh_CN.po
+   M /trunk/po/zh_TW.po
+
+po/*: run make update-po.
 
-* *.po: updated the po-files
-* da.po: additions to the Danish translation by Jonas Larsen
-* Makefile.in.in: small fix, so msgmerge is found properly if it is installed in extras/contrib
 ------------------------------------------------------------------------
-r10351 | massiot | 2005-03-15 19:59:48 +0100 (mar, 15 mar 2005) | 2 lines
+r14513 | dionoea | 2006-02-26 22:30:50 +0100 (Sun, 26 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/video_filter/distort.c
 
-* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.
+distort.c:
+* new psychedelic FOSDEM demo filter. enjoy :)
+* misc changes          
 
 ------------------------------------------------------------------------
-r10350 | massiot | 2005-03-15 19:55:17 +0100 (mar, 15 mar 2005) | 2 lines
+r14512 | fkuehne | 2006-02-26 17:33:56 +0100 (Sun, 26 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
-* modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.
+   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
 ------------------------------------------------------------------------
-r10349 | massiot | 2005-03-15 19:52:52 +0100 (mar, 15 mar 2005) | 2 lines
+r14511 | jpsaman | 2006-02-26 16:49:54 +0100 (Sun, 26 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/include/vout_synchro.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_synchro.c
-
-* src/video_output/vout_synchro.c: New --quiet-synchro config option.
+   M /trunk/modules/misc/rtsp.c
 
+Rename --rtsp-throtle to --rtsp-throtle-users
 ------------------------------------------------------------------------
-r10348 | sigmunau | 2005-03-15 18:18:58 +0100 (mar, 15 mar 2005) | 2 lines
+r14510 | courmisch | 2006-02-26 16:09:47 +0100 (Sun, 26 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/video_filter/wall.c
+   M /trunk/src/Makefile.am
 
-wall.c: fix alignment when rows or cols are 2 or less.
+Put some dependencies on stamp-builtins to force rebuild when the
+tree configuration is modified
 
 ------------------------------------------------------------------------
-r10347 | gbazin | 2005-03-15 14:44:31 +0100 (mar, 15 mar 2005) | 1 line
+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)
 
-* configure.ac: proper LDFLAGS on win32 for the wince gui.
 ------------------------------------------------------------------------
-r10346 | gbazin | 2005-03-15 14:38:28 +0100 (mar, 15 mar 2005) | 1 line
+r14508 | zorglub | 2006-02-26 15:47:06 +0100 (Sun, 26 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/audio_output/waveout.c
+   M /trunk/src/control/libvlc_audio.c
+
+Remove ref to volume_get
 
-* modules/audio_output/waveout.c: use hardware volume control.
 ------------------------------------------------------------------------
-r10345 | gbazin | 2005-03-15 14:21:54 +0100 (mar, 15 mar 2005) | 1 line
+r14507 | zorglub | 2006-02-26 15:23:16 +0100 (Sun, 26 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/audio_output/intf.c
+   M /trunk/modules/gui/wxwidgets/menus.cpp
+
+Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK
 
-* src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants an updated value.
 ------------------------------------------------------------------------
-r10344 | gbazin | 2005-03-15 12:40:27 +0100 (mar, 15 mar 2005) | 1 line
+r14506 | fkuehne | 2006-02-26 15:20:46 +0100 (Sun, 26 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/NEWS
 
-* configure.ac: getnameinfo/getaddrinfo/freeaddrinfo are not available on win32 (except on XP/2003 so if we want to use them we'll have to load them dynamically).
+* added some news. feel free to improve the wording :)
 ------------------------------------------------------------------------
-r10343 | anil | 2005-03-15 12:29:46 +0100 (mar, 15 mar 2005) | 2 lines
+r14505 | fkuehne | 2006-02-26 13:35:30 +0100 (Sun, 26 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* display useful information in the tooltip
+   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.
 ------------------------------------------------------------------------
-r10342 | djc | 2005-03-15 01:02:16 +0100 (mar, 15 mar 2005) | 2 lines
+r14504 | zorglub | 2006-02-26 13:30:22 +0100 (Sun, 26 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/libvlc_audio.c
 
-Work on MacOS preferences. Need to be completed, improved, and debugged...
+Cosmetics. 
+Add toggle_mute
 
 ------------------------------------------------------------------------
-r10341 | hartman | 2005-03-15 00:53:58 +0100 (mar, 15 mar 2005) | 2 lines
+r14503 | zorglub | 2006-02-26 13:29:40 +0100 (Sun, 26 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/m4
 
-* macosx: simplify volume update method for scrollfield usage.
+svn:ignore libtool stuff
 
 ------------------------------------------------------------------------
-r10340 | ANIL | 2005-03-15 00:39:53 +0100 (mar, 15 mar 2005) | 3 lines
+r14502 | jpsaman | 2006-02-26 13:18:46 +0100 (Sun, 26 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)
-
+   M /trunk/modules/misc/rtsp.c
 
+Implement RTSP VOD connection throtle
 ------------------------------------------------------------------------
-r10339 | hartman | 2005-03-15 00:12:06 +0100 (mar, 15 mar 2005) | 4 lines
+r14501 | courmisch | 2006-02-26 12:59:18 +0100 (Sun, 26 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/NEWS
-   M /trunk/TODO
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
+   M /trunk/Makefile.am
+   D /trunk/src/vlc.c
+   A /trunk/vlc.c (from /trunk/src/vlc.c:14498)
 
-* Renamed --filter to --video-filter for reasons of consistency. Please check functionality.
-* Added a notice of this to news
-* Another request from the forum.
+Move vlc.c to . to fix distclean (Automake limitation)
 
 ------------------------------------------------------------------------
-r10338 | hartman | 2005-03-14 23:14:46 +0100 (lun, 14 mar 2005) | 4 lines
+r14500 | dionoea | 2006-02-25 22:11:18 +0100 (Sat, 25 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
+   M /trunk/src/misc/win32_specific.c
 
-* More descriptions of the VLC commandline syntax when running --help.
-* Added --advanced to the "Help Options" as well. It's "duplicate", but it's easier to find now for cli users.
-* Restored some add_category_hint so the cli help shows the proper categories again.
+Revert [14452] as it broke the mozilla plugin. We need to find another way
+to fix that.
 
 ------------------------------------------------------------------------
-r10336 | fenrir | 2005-03-14 18:02:45 +0100 (lun, 14 mar 2005) | 3 lines
+r14499 | dionoea | 2006-02-25 22:08:46 +0100 (Sat, 25 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4.c: do not unselect ES at the end.
+   M /trunk/doc/fortunes.txt
 
+Nice user comment ...
 
 ------------------------------------------------------------------------
-r10335 | sam | 2005-03-14 15:38:44 +0100 (lun, 14 mar 2005) | 2 lines
+r14498 | courmisch | 2006-02-25 21:46:22 +0100 (Sat, 25 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/debian/Makefile.am
+   M /trunk/Makefile.am
 
-  * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.
+Attempt to fix core and all targets with more than one job
 
 ------------------------------------------------------------------------
-r10334 | sam | 2005-03-14 14:54:04 +0100 (lun, 14 mar 2005) | 2 lines
+r14497 | fkuehne | 2006-02-25 16:50:43 +0100 (Sat, 25 Feb 2006) | 5 lines
 Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/copyright
-   M /trunk/debian/gnome-vlc.desktop
-   M /trunk/debian/gvlc.desktop
-   M /trunk/debian/patches/00list
-   D /trunk/debian/patches/20_ffmpeg.dpatch
-   M /trunk/debian/rules
-   M /trunk/debian/vlc.mime
-
-  * Updated Debian packaging information.
+   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
 ------------------------------------------------------------------------
-r10333 | gbazin | 2005-03-14 14:21:26 +0100 (lun, 14 mar 2005) | 1 line
+r14496 | fkuehne | 2006-02-25 14:45:07 +0100 (Sat, 25 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/src/input/input.c
+   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
 
-* src/input/input.c: use a low priority input thread when in b_out_pace_control && b_can_pace_control mode (avoids using all the cpu time).
+* slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework
 ------------------------------------------------------------------------
-r10332 | sam | 2005-03-14 14:02:16 +0100 (lun, 14 mar 2005) | 2 lines
+r14495 | courmisch | 2006-02-24 23:39:45 +0100 (Fri, 24 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/stream_out/switcher.c
+   M /trunk/Makefile.am
 
-  * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.
+Fix Win32 packaging targets inter-dependencies
+(otherwise unusable with more than one make job)
 
 ------------------------------------------------------------------------
-r10331 | anil | 2005-03-14 11:56:55 +0100 (lun, 14 mar 2005) | 9 lines
+r14494 | zorglub | 2006-02-24 20:11:39 +0100 (Fri, 24 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/activex
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* activex: updated svn:ignore property
+   M /trunk/extras/make.pl
 
-* wxwindows: systray integration, with a basic popup menu, tested under
-  WinXP and Gnome (introduces two new options, wxwin-taskbar and
-  wxwin-systray).
-
-  The icon looks ok under windows but not so good with some gnome-panel
-  sizes.
+Remove a bit of noise
 
 ------------------------------------------------------------------------
-r10330 | sam | 2005-03-14 11:49:41 +0100 (lun, 14 mar 2005) | 2 lines
+r14493 | bigben | 2006-02-24 16:00:03 +0100 (Fri, 24 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/activex/Makefile.am
+   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)
 
-  * activex/Makefile.am: use "rm -f", not "-rm".
 
 ------------------------------------------------------------------------
-r10329 | sam | 2005-03-14 11:38:45 +0100 (lun, 14 mar 2005) | 3 lines
+r14492 | courmisch | 2006-02-24 14:43:10 +0100 (Fri, 24 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/src/libvlc.h
 
-  * configure.ac: allow to specify another name for the wx-config script, for
-    systems with both 2.4 and 2.5.
+Remove abusive line feeds to fix vlc --help-verbose --advanced  -H layout.
 
 ------------------------------------------------------------------------
-r10328 | sigmunau | 2005-03-14 11:32:47 +0100 (lun, 14 mar 2005) | 2 lines
+r14491 | xtophe | 2006-02-24 11:53:29 +0100 (Fri, 24 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/corba/Modules.am
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
 
-corba/Modules.am: include missing files in dist. Fixes #1977
+ALL: Don't use character which are different in utf8 and latin*
 
 ------------------------------------------------------------------------
-r10327 | sigmunau | 2005-03-14 10:18:42 +0100 (lun, 14 mar 2005) | 2 lines
+r14490 | djc | 2006-02-24 10:55:51 +0100 (Fri, 24 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/TODO
+   M /trunk/modules/video_filter/distort.c
 
-TODO: remove recently fixed subtitle-related items
+Simple Hough transform to detect lines in video
+Needs a lot of optimizations...
 
 ------------------------------------------------------------------------
-r10326 | hartman | 2005-03-14 00:32:30 +0100 (lun, 14 mar 2005) | 2 lines
+r14489 | courmisch | 2006-02-24 09:28:12 +0100 (Fri, 24 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/TODO
+   M /trunk/extras/contrib/src/Makefile
 
-* Add some TODOs from the Requests forum.
+Silly libgpg-error's autogen doesn't call libtoolize
 
 ------------------------------------------------------------------------
-r10325 | djc | 2005-03-14 00:19:12 +0100 (lun, 14 mar 2005) | 3 lines
+r14488 | courmisch | 2006-02-24 08:57:54 +0100 (Fri, 24 Feb 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/mozilla/Makefile.am
 
-Added setScrollField: and resetScrollField to manage the scroll field.
+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?).
 
 ------------------------------------------------------------------------
-r10324 | hartman | 2005-03-14 00:10:01 +0100 (lun, 14 mar 2005) | 3 lines
+r14487 | courmisch | 2006-02-23 23:59:03 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/Makefile.am
+   M /trunk/mozilla/Makefile.am
 
-* axvlc.reg was removed from the source tree in r9968, but not removed from the Makefile.am
-This was breaking make dist, and therefore the SVN .tar.gz snapshots
+Make automake happy
 
 ------------------------------------------------------------------------
-r10323 | robux4 | 2005-03-13 20:53:20 +0100 (dim, 13 mar 2005) | 1 line
+r14486 | courmisch | 2006-02-23 23:49:56 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/mozilla/Makefile.am
 
-mkv.cpp: use the same technique for the main segment as for the additional segments (this way we know the others work too)
-------------------------------------------------------------------------
-r10322 | robux4 | 2005-03-13 15:09:31 +0100 (dim, 13 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+Support for building Mozilla plugin with libtool + clean up
 
-mkv.cpp: segment preloading now works
 ------------------------------------------------------------------------
-r10321 | courmisch | 2005-03-13 14:29:45 +0100 (dim, 13 mar 2005) | 2 lines
+r14485 | courmisch | 2006-02-23 23:08:24 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/demux/xa.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/tls.c
+   M /trunk/mozilla/Makefile.am
 
-Fix my email address
+Clean up
 
 ------------------------------------------------------------------------
-r10320 | courmisch | 2005-03-13 10:31:00 +0100 (dim, 13 mar 2005) | 2 lines
+r14484 | courmisch | 2006-02-23 22:47:10 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   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
 
-- Fix getnameinfo detection on Win32
+shame on me ... *cough* *cough*
 
 ------------------------------------------------------------------------
-r10319 | titer | 2005-03-13 06:56:32 +0100 (dim, 13 mar 2005) | 2 lines
+r14481 | zorglub | 2006-02-23 21:20:31 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
 
- dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins
+Bitrates only
 
 ------------------------------------------------------------------------
-r10318 | titer | 2005-03-12 19:34:36 +0100 (sam, 12 mar 2005) | 3 lines
+r14480 | zorglub | 2006-02-23 21:18:16 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/src/video_output/vout_subpictures.c
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
 
- Renamed the "contrast" variable used between dvdnav and the video output
- so it doesn't conflict with the one from the adjust filter
+Display bitrates in kbps
 
 ------------------------------------------------------------------------
-r10317 | titer | 2005-03-12 18:52:33 +0100 (sam, 12 mar 2005) | 8 lines
+r14478 | courmisch | 2006-02-23 20:41:36 +0100 (Thu, 23 Feb 2006) | 8 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-   M /trunk/extras/contrib/src/Patches/libdvdread.patch
+   M /trunk/Makefile.am
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+   M /trunk/modules/video_filter/Modules.am
+   M /trunk/src/Makefile.am
 
- dvdnav.patch: prefixed all non-static functions in the included libdvdread.
-  This fixes dvdsimple on OS X (either it crashed complaining about
-  multiple definitions in the dvdnav and dvdread plugins, or it tried
-  to use the libdvdread routines from the dvdnav plugin even though
-  the dvdread access is used, but this modified libdvdread doesn't
-  seem to be binary compatible... big mess here)
- ALL: fixed a minor libdvdread bug + cleaned the BeOS patch
+_Experimental_ *optional* libtool support (--enable-libtool)
 
-------------------------------------------------------------------------
-r10316 | courmisch | 2005-03-12 18:47:43 +0100 (sam, 12 mar 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
+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.
 
-Fixed stupid bug (C) me, yesterday (variable name conflict)
+Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
+use --enable-shared-libvlc for now.
 
 ------------------------------------------------------------------------
-r10315 | massiot | 2005-03-12 15:31:10 +0100 (sam, 12 mar 2005) | 2 lines
+r14477 | courmisch | 2006-02-23 20:38:14 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/doc/fortunes.txt
+   M /trunk/activex/Makefile.am
 
-fortuuuuune
+Linking order fix
 
 ------------------------------------------------------------------------
-r10314 | robux4 | 2005-03-12 12:12:00 +0100 (sam, 12 mar 2005) | 1 line
+r14476 | courmisch | 2006-02-23 20:37:58 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/misc/modules.c
 
-mkv.cpp: know your parents better
-------------------------------------------------------------------------
-r10313 | robux4 | 2005-03-12 11:20:18 +0100 (sam, 12 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+Recurse within hidden directories for module search
 
-mkv.cpp: better segment initialisation
 ------------------------------------------------------------------------
-r10312 | robux4 | 2005-03-12 11:01:45 +0100 (sam, 12 mar 2005) | 1 line
+r14475 | littlejohn | 2006-02-23 20:17:31 +0100 (Thu, 23 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/control/libvlc_audio.c
+
+added missing $Id$
+
 
-mkv.cpp: don't keep segments already found elsewhere
 ------------------------------------------------------------------------
-r10311 | robux4 | 2005-03-12 10:35:29 +0100 (sam, 12 mar 2005) | 1 line
+r14474 | littlejohn | 2006-02-23 19:03:20 +0100 (Thu, 23 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/include/vlc/libvlc.h
+
+Header modified to include libvlc audio control functions
+
 
-mkv.cpp: more code reorganisation for segment preloading
 ------------------------------------------------------------------------
-r10310 | anil | 2005-03-11 23:36:40 +0100 (ven, 11 mar 2005) | 6 lines
+r14473 | littlejohn | 2006-02-23 18:32:49 +0100 (Thu, 23 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/ts.c
+   M /trunk/src/Makefile.am
+   A /trunk/src/control/libvlc_audio.c
 
-* configure.ac: alsa is now really default enabled
-* modules/demux/*: typo and user-friendly description
-* modules/access/*: less vlc warnings
-* modules/codec/subsdec.c: subtitles justification is no longer "advanced"
+LibVLC basic audio control API
 
 
 ------------------------------------------------------------------------
-r10309 | zorglub | 2005-03-11 22:49:19 +0100 (ven, 11 mar 2005) | 2 lines
+r14472 | oaubert | 2006-02-23 18:02:03 +0100 (Thu, 23 Feb 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/mpeg/h264.c
-   M /trunk/modules/misc/dummy/dummy.c
+   M /trunk/bindings/mediacontrol-python/vlcglue.c
 
-String fixes by Christophe Mutricy
+mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python
 
 ------------------------------------------------------------------------
-r10308 | courmisch | 2005-03-11 21:04:58 +0100 (ven, 11 mar 2005) | 2 lines
+r14471 | oaubert | 2006-02-23 17:44:09 +0100 (Thu, 23 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/src/misc/httpd.c
+   M /trunk/src/video_output/vout_intf.c
 
-- Fix bug #1854
+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.
 
 ------------------------------------------------------------------------
-r10307 | courmisch | 2005-03-11 20:57:28 +0100 (ven, 11 mar 2005) | 3 lines
+r14470 | oaubert | 2006-02-23 17:21:56 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/src/control/mediacontrol_audio_video.c
 
-- Check for gai_strerror
-  (stupid Winsock2 has getnameinfo but not gai_strerror)
+mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()
 
 ------------------------------------------------------------------------
-r10302 | courmisch | 2005-03-11 14:41:51 +0100 (ven, 11 mar 2005) | 2 lines
+r14469 | hartman | 2006-02-23 12:57:38 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/Makefile.am
+   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
 
-- Fix building axvlc from subdirectory
+* make more contribs work with SDK. refs #182
 
 ------------------------------------------------------------------------
-r10301 | andrep | 2005-03-11 14:38:38 +0100 (ven, 11 mar 2005) | 3 lines
+r14468 | courmisch | 2006-02-23 11:43:39 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-* mozilla/vlcshell.cpp: handle Mozilla plugin output window resizing in X11 (patch thanks to Conrad Parker, conrad AT metadecks DOT org), and annotate #endifs with the #ifdef that it closes
+   M /trunk/activex/Makefile.am
 
+Same fix for activeX
 
 ------------------------------------------------------------------------
-r10300 | dionoea | 2005-03-11 14:13:45 +0100 (ven, 11 mar 2005) | 2 lines
+r14467 | courmisch | 2006-02-23 11:41:15 +0100 (Thu, 23 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_output/picture.c
+   M /trunk/Makefile.am
 
- * change $Id thing ... r10300
+Fix linking with included gettext
 
 ------------------------------------------------------------------------
-r10299 | robux4 | 2005-03-11 13:41:41 +0100 (ven, 11 mar 2005) | 1 line
+r14466 | dionoea | 2006-02-23 00:34:54 +0100 (Thu, 23 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/mozilla/npvlc_rc.rc
+   M /trunk/mozilla/vlcplugin.h
+
+Ogg mime type is application/ogg (see RFC 3534)
+Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646
 
-mkv.cpp: preload linked segments too
 ------------------------------------------------------------------------
-r10297 | robux4 | 2005-03-11 11:44:36 +0100 (ven, 11 mar 2005) | 1 line
+r14465 | dionoea | 2006-02-22 18:28:46 +0100 (Wed, 22 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/mosaic.c
 
-mkv.cpp: remove an unused variable
-------------------------------------------------------------------------
-r10296 | sigmunau | 2005-03-11 10:54:47 +0100 (ven, 11 mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
+mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better.
 
-alsa.c: removed a printf, shut up a compiler warning
+distort.c: change line orders.
 
 ------------------------------------------------------------------------
-r10292 | jpsaman | 2005-03-11 10:49:38 +0100 (ven, 11 mar 2005) | 2 lines
+r14464 | hartman | 2006-02-22 17:27:50 +0100 (Wed, 22 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/demux/avi/avi.c
 
-Removed unneeded VLC_OBJECT() cast and another segfault fix.
+* Use EnsureUTF8 on the trackname of avi's. (no garentueed charset).
 
 ------------------------------------------------------------------------
-r10290 | sigmunau | 2005-03-11 09:56:58 +0100 (ven, 11 mar 2005) | 2 lines
+r14463 | hartman | 2006-02-22 17:17:24 +0100 (Wed, 22 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-wxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/src/video_output/vout_subpictures.c
 
-------------------------------------------------------------------------
-r10289 | gbazin | 2005-03-11 09:18:14 +0100 (ven, 11 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/stream_out/transcode.c
+* Scale SSA subs if necessarry.
+* Scale width if only original height is known.
 
-* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.
 ------------------------------------------------------------------------
-r10288 | courmisch | 2005-03-11 09:13:00 +0100 (ven, 11 mar 2005) | 4 lines
+r14462 | damienf | 2006-02-22 15:04:31 +0100 (Wed, 22 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/ty.c
+   M /trunk/Makefile.am
+   M /trunk/activex/Makefile.am
+   M /trunk/src/Makefile.am
 
-Tivo file demuxer
-based on patch from Neal Symms <nsymms # redwar.us>
-with minor cleanups
+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
 
 ------------------------------------------------------------------------
-r10287 | zorglub | 2005-03-11 08:52:18 +0100 (ven, 11 mar 2005) | 3 lines
+r14461 | oaubert | 2006-02-22 14:20:59 +0100 (Wed, 22 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/src/input/access.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
+   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)
 
-Reduce the global verbosity
-Change some message severities
+mediacontrol-python: rename vlcdebug to vlcwrapper
 
 ------------------------------------------------------------------------
-r10285 | zorglub | 2005-03-10 23:30:16 +0100 (jeu, 10 mar 2005) | 2 lines
+r14460 | oaubert | 2006-02-22 14:19:29 +0100 (Wed, 22 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda/info.c
+   M /trunk/bindings/mediacontrol-python/vlcdebug.py
 
-Fix locking
+vlcdebug.py: add documentation
 
 ------------------------------------------------------------------------
-r10284 | zorglub | 2005-03-10 23:18:47 +0100 (jeu, 10 mar 2005) | 2 lines
+r14459 | oaubert | 2006-02-22 14:15:10 +0100 (Wed, 22 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/NEWS
+   M /trunk/bindings/mediacontrol-python/Makefile.am
+   M /trunk/bindings/mediacontrol-python/setup.py
 
-Update news
+mediacontrol-python: allow to build in a separate builddir
 
 ------------------------------------------------------------------------
-r10282 | jpsaman | 2005-03-10 22:16:32 +0100 (jeu, 10 mar 2005) | 2 lines
+r14458 | damienf | 2006-02-22 13:21:23 +0100 (Wed, 22 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   M /trunk/Makefile.am
+   M /trunk/activex/Makefile.am
+   M /trunk/src/Makefile.am
 
-Same mistake here: Pass real VLC_OBJECT's to msg_*
+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.
 
 ------------------------------------------------------------------------
-r10280 | jpsaman | 2005-03-10 22:12:28 +0100 (jeu, 10 mar 2005) | 2 lines
+r14457 | jpsaman | 2006-02-22 11:05:59 +0100 (Wed, 22 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-
-Another one. Use real VLC_OBJECT's in msg_*
+   M /trunk/modules/stream_out/switcher.c
 
+Use include <file.h> for include files that can be found on the include path as provided to the compiler.
 ------------------------------------------------------------------------
-r10278 | jpsaman | 2005-03-10 22:09:14 +0100 (jeu, 10 mar 2005) | 2 lines
+r14456 | zorglub | 2006-02-21 22:30:50 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
 
-Use VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.
+wxstuff
 
 ------------------------------------------------------------------------
-r10277 | courmisch | 2005-03-10 21:42:52 +0100 (jeu, 10 mar 2005) | 2 lines
+r14455 | zorglub | 2006-02-21 22:19:54 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
 
-- Require certificate from the client if one CA cert specified
+Add a close button. Put "-" instead of nothing when there is no info
 
 ------------------------------------------------------------------------
-r10276 | courmisch | 2005-03-10 21:04:04 +0100 (jeu, 10 mar 2005) | 2 lines
+r14454 | zorglub | 2006-02-21 20:51:15 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/gui/wxwidgets/streamdata.cpp
 
-- Release certificate creds after terminating session
+Fix theora in WX too (Closes:#531)
 
 ------------------------------------------------------------------------
-r10268 | gbazin | 2005-03-10 20:23:10 +0100 (jeu, 10 mar 2005) | 1 line
+r14453 | fkuehne | 2006-02-21 20:44:47 +0100 (Tue, 21 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/gui/macosx/wizard.m
 
-* configure.ac: only include stream_out_switcher if --enable-sout is specified.
+* fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now.
 ------------------------------------------------------------------------
-r10265 | robux4 | 2005-03-10 19:20:02 +0100 (jeu, 10 mar 2005) | 1 line
+r14452 | dionoea | 2006-02-21 20:24:23 +0100 (Tue, 21 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/misc/win32_specific.c
 
-mkv.cpp: support preloading in the same family
-------------------------------------------------------------------------
-r10264 | massiot | 2005-03-10 18:23:43 +0100 (jeu, 10 mar 2005) | 12 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/fake.c
-   M /trunk/modules/stream_out/Modules.am
-   A /trunk/modules/stream_out/switcher.c
-
-* modules/stream_out/switcher.c: New module allowing to replace an MPEG2
-  video by a fixed panel (format .uyvy). Specify panel files with
-  --sout-switcher-files=toto.uyvy,tata.uyvy,titi.uyvy and the size of
-  pictures with --sout-switcher-sizes=720x576,720x576,480x576.
-  --sout-switcher-port=4242 opens up a UDP port. echo 1 | nc -u localhost 4242
-  switches to panel #1 (0 is the live video, -1 disables all output).
-  The audio is blanked out when a panel is active. --sout-switcher-command
-  specifies the first command to run on start-up.
-* modules/access/fake.c: Fake video input simulating a video at x fps.
-  Use it to switch between fixed panels with the switcher when you have
-  no video.
-
-------------------------------------------------------------------------
-r10263 | robux4 | 2005-03-10 18:19:28 +0100 (jeu, 10 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+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 ....
 
-mkv.cpp: move the segment metadata preloading in another function (to be used elsewhere too)
-------------------------------------------------------------------------
-r10262 | robux4 | 2005-03-10 17:41:43 +0100 (jeu, 10 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
 
-mkv.cpp: parse the Segment Info properly
 ------------------------------------------------------------------------
-r10261 | dionoea | 2005-03-10 17:00:49 +0100 (jeu, 10 mar 2005) | 2 lines
+r14450 | damienf | 2006-02-21 17:38:23 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/video_filter/mosaic.c
-
- * mosaic alignment (works like --marq-position) and callback
+   M /trunk/activex/vlccontrol.cpp
 
-------------------------------------------------------------------------
-r10260 | robux4 | 2005-03-10 16:40:45 +0100 (jeu, 10 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem
 
-mkv.cpp: store the prev/next UID for later use
 ------------------------------------------------------------------------
-r10259 | zorglub | 2005-03-10 14:42:45 +0100 (jeu, 10 mar 2005) | 2 lines
+r14448 | courmisch | 2006-02-21 16:02:16 +0100 (Tue, 21 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/access/vcdx/access.c
+   M /trunk/src/Makefile.am
 
-Fix refcount problems + fix a part of coding style problems
+Don't rebuild static libvlc when not needed
+Yet to find a solution for the same problem with shared libvlc
 
 ------------------------------------------------------------------------
-r10258 | gbazin | 2005-03-10 14:37:29 +0100 (jeu, 10 mar 2005) | 1 line
+r14447 | courmisch | 2006-02-21 13:49:02 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
+   M /trunk/src/misc/unicode.c
+
+Favor libiconv over Win32 API for *Locale
 
-* modules/misc/freetype.c: better outlining algorithm + generate 16 colors (instead of 256) palettized YUV.
 ------------------------------------------------------------------------
-r10257 | zorglub | 2005-03-10 14:05:43 +0100 (jeu, 10 mar 2005) | 8 lines
+r14446 | courmisch | 2006-02-21 13:16:11 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/picture.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/libvlc.h
+   M /trunk/src/misc/unicode.c
 
-More prefs fixes
-- String fixes
-- Sort some large panels
-- Change some advanced flags
-- Fix & move audio-channel-mixer
-- hide picture vout
-- Remove saved-volume, replaced by a variable
+Fix minor typo
 
 ------------------------------------------------------------------------
-r10255 | courmisch | 2005-03-10 12:19:29 +0100 (jeu, 10 mar 2005) | 3 lines
+r14445 | courmisch | 2006-02-21 13:14:27 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/voc.c
+   M /trunk/include/charset.h
 
-- Fix unitialized variable in demux control helper
-There's still a segfault somewhere (occurs after many seeks but I can't reproduce it with a debugger)
+Oups, forgot this file
 
 ------------------------------------------------------------------------
-r10254 | courmisch | 2005-03-10 12:00:41 +0100 (jeu, 10 mar 2005) | 2 lines
+r14444 | courmisch | 2006-02-21 13:13:59 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/voc.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/messages.c
 
-Support block type 2 (and some others as well)
+Convert to local encoding before printing on console (closes #556)
 
 ------------------------------------------------------------------------
-r10253 | courmisch | 2005-03-10 11:58:02 +0100 (jeu, 10 mar 2005) | 4 lines
+r14443 | courmisch | 2006-02-21 13:13:22 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/access/http.c
+   M /trunk/src/misc/unicode.c
 
-- include/network.h: new vlc_UrlEncode and vlc_UrlIsNotEncoded helpers function
-- modules/access/http.c: do not choke when there's a space in a URL
-  (should probably be done for some others)
+Use //translit when converting to an non-Unicode charset
 
 ------------------------------------------------------------------------
-r10250 | courmisch | 2005-03-10 10:56:07 +0100 (jeu, 10 mar 2005) | 2 lines
+r14442 | adn | 2006-02-21 12:58:05 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/gnutls.c
+   M /trunk/extras/Makefile
 
-gnutls.c: add shortname
+libvlc.a is in src/
 
 ------------------------------------------------------------------------
-r10249 | zorglub | 2005-03-10 10:47:20 +0100 (jeu, 10 mar 2005) | 2 lines
+r14441 | courmisch | 2006-02-21 12:53:49 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
+   M /trunk/src/misc/unicode.c
 
-Should fix compile
+A few utf8 *printf wrappers (refs #556)
 
 ------------------------------------------------------------------------
-r10245 | courmisch | 2005-03-10 09:27:21 +0100 (jeu, 10 mar 2005) | 2 lines
+r14440 | courmisch | 2006-02-21 12:02:38 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/tls.c
+   M /trunk/Makefile.am
 
-Missing properties
+Build vlc-bundle on BeOS
 
 ------------------------------------------------------------------------
-r10244 | courmisch | 2005-03-10 09:23:03 +0100 (jeu, 10 mar 2005) | 2 lines
+r14438 | xtophe | 2006-02-21 10:07:44 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/gnutls.c
+   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
 
-- Fix GnuTLS version detection
+Thou shalt use a clean tree for po stuffs.
 
 ------------------------------------------------------------------------
-r10243 | zorglub | 2005-03-10 01:17:33 +0100 (jeu, 10 mar 2005) | 7 lines
+r14437 | courmisch | 2006-02-21 09:30:16 +0100 (Tue, 21 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/src/libvlc.h
-
-Preferences update :
-- Sorted marq options
-- A52 & DTS are audio decoders
-- Moved freetype to subtitles/OSD
+   M /trunk/mozilla/Makefile.am
 
-(last 2 suggested by Anil)
+Attempt to fix #555 for mozilla plugin as well (refs #555)
 
 ------------------------------------------------------------------------
-r10242 | robux4 | 2005-03-09 22:45:02 +0100 (mer, 09 mar 2005) | 1 line
+r14427 | fkuehne | 2006-02-20 22:00:10 +0100 (Mon, 20 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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
 
-mkv.cpp: cleaner handling of some tables (now vectors)
+* first update of the po-files
 ------------------------------------------------------------------------
-r10241 | zorglub | 2005-03-09 22:06:09 +0100 (mer, 09 mar 2005) | 2 lines
+r14425 | courmisch | 2006-02-20 20:53:22 +0100 (Mon, 20 Feb 2006) | 2 lines
 Changed paths:
-   A /trunk/modules/gui/wxwindows/bitmaps/advanced.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/audio.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/codec.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/intf.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/video.xpm
-   M /trunk/modules/gui/wxwindows/preferences.cpp
+   M /trunk/Makefile.am
 
-Preferences icons
+Fix linking with C++ builtins
 
 ------------------------------------------------------------------------
-r10240 | gbazin | 2005-03-09 20:57:28 +0100 (mer, 09 mar 2005) | 1 line
+r14423 | courmisch | 2006-02-20 19:00:28 +0100 (Mon, 20 Feb 2006) | 8 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
+   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>
 
-* modules/codec/ffmpeg/video.c: take input rate into account when interpolating next pts.
 ------------------------------------------------------------------------
-r10239 | zorglub | 2005-03-09 19:05:30 +0100 (mer, 09 mar 2005) | 2 lines
+r14422 | hartman | 2006-02-20 13:21:15 +0100 (Mon, 20 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/access/vcd/cdrom.c
+   M /trunk/modules/access/vcd/cdrom_internals.h
 
-Don't switch interfaces under linux
+* 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>.
 
 ------------------------------------------------------------------------
-r10238 | hartman | 2005-03-09 17:00:03 +0100 (mer, 09 mar 2005) | 3 lines
+r14421 | xtophe | 2006-02-20 00:22:02 +0100 (Mon, 20 Feb 2006) | 2 lines
 Changed paths:
    M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
+   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
 
-* added glib libIDL and mozilla sources (not built by default, edit contrib/src/Makefile)
-* upgraded libcdio to 0.7.2 (not that it makes much difference :) )
+ffmpeg-cvs.patch: fix upstream
 
 ------------------------------------------------------------------------
-r10237 | courmisch | 2005-03-09 14:07:26 +0100 (mer, 09 mar 2005) | 2 lines
+r14420 | fkuehne | 2006-02-19 23:41:29 +0100 (Sun, 19 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/kde/preferences.cpp
-
-string rationalization (yeah, I know the KDE interface is not used)
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
 
+* fixed keywords and encoding
 ------------------------------------------------------------------------
-r10236 | sigmunau | 2005-03-09 13:58:13 +0100 (mer, 09 mar 2005) | 2 lines
+r14419 | fkuehne | 2006-02-19 23:38:07 +0100 (Sun, 19 Feb 2006) | 7 lines
 Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/vout_subpictures.c
+   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
 
-all: correctly align multiline strings when not left-aligned
+* 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
 
-------------------------------------------------------------------------
-r10235 | gbazin | 2005-03-09 13:52:47 +0100 (mer, 09 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
+* WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days
 
-* modules/mux/mpeg/ps.c: small cleanup.
+As usual, comments on the implementation and the GUI-design are welcome :)
 ------------------------------------------------------------------------
-r10234 | gbazin | 2005-03-09 13:39:36 +0100 (mer, 09 mar 2005) | 1 line
+r14418 | courmisch | 2006-02-19 22:20:09 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
+   M /trunk/include/vlc_common.h
 
-* modules/demux/ps.[c,h]: fixed PSM parsing bug.
-------------------------------------------------------------------------
-r10233 | gbazin | 2005-03-09 13:17:01 +0100 (mer, 09 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
+Fix linking of C++ plugins
 
-* modules/mux/mpeg/ps.c: correct PSM size.
 ------------------------------------------------------------------------
-r10232 | courmisch | 2005-03-09 12:54:36 +0100 (mer, 09 mar 2005) | 2 lines
+r14417 | courmisch | 2006-02-19 21:14:07 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/voc.c
+   M /trunk/Makefile.am
 
-Handle VOC files with multiple blocks properly
+Share most of binary packaging script between WinCE and Win32
 
 ------------------------------------------------------------------------
-r10231 | gbazin | 2005-03-09 12:43:02 +0100 (mer, 09 mar 2005) | 1 line
+r14416 | courmisch | 2006-02-19 21:02:12 +0100 (Sun, 19 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
+   M /trunk/Makefile.am
 
-* src/video_output/vout_subpictures.c: pass on video output size changes to the text renderer.
-------------------------------------------------------------------------
-r10230 | gbazin | 2005-03-09 12:42:05 +0100 (mer, 09 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
+Include libvlc.dll when packaging
+(Hmm, there is a nice code duplication between win32 and winCE here)
 
-* modules/misc/freetype.c: handle size change properly.
 ------------------------------------------------------------------------
-r10229 | gbazin | 2005-03-09 11:46:45 +0100 (mer, 09 mar 2005) | 1 line
+r14415 | courmisch | 2006-02-19 20:59:47 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/Makefile.am
 
-* modules/video_filter/mosaic.c: compilation fix.
-------------------------------------------------------------------------
-r10228 | gbazin | 2005-03-09 11:18:27 +0100 (mer, 09 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
+Really fix
 
-* modules/misc/freetype.c: don't display only the last line.
 ------------------------------------------------------------------------
-r10227 | courmisch | 2005-03-09 10:03:32 +0100 (mer, 09 mar 2005) | 2 lines
+r14414 | courmisch | 2006-02-19 20:47:44 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/voc.c
+   M /trunk/Makefile.am
 
-- seeking in .VOC file
+Attempt to fix vlc linkage with static libvlc
 
 ------------------------------------------------------------------------
-r10226 | gbazin | 2005-03-09 01:59:09 +0100 (mer, 09 mar 2005) | 1 line
+r14413 | courmisch | 2006-02-19 19:29:08 +0100 (Sun, 19 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
+   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)
 
-* modules/mux/mpeg/ps.c: shut-up valgrind warning.
 ------------------------------------------------------------------------
-r10225 | titer | 2005-03-09 01:43:46 +0100 (mer, 09 mar 2005) | 2 lines
+r14412 | courmisch | 2006-02-19 18:58:49 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_common.h
+   M /trunk/configure.ac
 
- vlc_common.h: define INT64_MIN/INT64_MAX if necessary
+Ahem hem typo
 
 ------------------------------------------------------------------------
-r10224 | gbazin | 2005-03-09 01:31:19 +0100 (mer, 09 mar 2005) | 1 line
+r14411 | dionoea | 2006-02-19 18:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/ps.h
+   M /trunk/modules/video_filter/rss.c
 
-* modules/demux/ps.h: support for mp4v/mp4a/h264 + parse language descriptor in PSM.
-------------------------------------------------------------------------
-r10223 | gbazin | 2005-03-09 01:30:09 +0100 (mer, 09 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
+rss.c: add some Atom stuff and some extra checks.
 
-*  modules/mux/mpeg/ps.c: Write a PSM + support for mp4v/mp4a/h264.
 ------------------------------------------------------------------------
-r10222 | titer | 2005-03-09 01:18:15 +0100 (mer, 09 mar 2005) | 3 lines
+r14410 | courmisch | 2006-02-19 18:14:36 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/Makefile.am
 
- video_filter/mosaic.c: compile fix (use INT_MAX since INT32_MAX isn't
-         always defined)
+Dionoea: here is "make core", your portable "make vlc" replacement
 
 ------------------------------------------------------------------------
-r10221 | rocky | 2005-03-09 00:52:01 +0100 (mer, 09 mar 2005) | 3 lines
+r14409 | zorglub | 2006-02-19 17:25:27 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
    M /trunk/configure.ac
 
-VCDX depends on libiso9660. Up libcdio version to 0.72. 
-
+compile can now work from subdirs
 
 ------------------------------------------------------------------------
-r10220 | hartman | 2005-03-09 00:25:11 +0100 (mer, 09 mar 2005) | 3 lines
+r14408 | zorglub | 2006-02-19 17:16:56 +0100 (Sun, 19 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
+   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
 
-* TEST: removing #include <jis.h> from the mozilla plugin to see if we really require Java support.
-  if this breaks the linux or win32 mozilla plugin then it should be restored.
+* Show meta-information separately
+* Collect more meta-information in id3
 
 ------------------------------------------------------------------------
-r10219 | gbazin | 2005-03-09 00:21:40 +0100 (mer, 09 mar 2005) | 1 line
+r14407 | dionoea | 2006-02-19 17:02:04 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
+   M /trunk/modules/control/http/mvar.c
+
+Remove debug message
 
-* modules/packetizer/mpeg4video.c: fixed segfault
 ------------------------------------------------------------------------
-r10218 | robux4 | 2005-03-08 22:43:42 +0100 (mar, 08 mar 2005) | 1 line
+r14406 | fkuehne | 2006-02-19 17:01:47 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/macosx/interaction.h
+   M /trunk/modules/gui/macosx/interaction.m
 
-mkv.cpp: keep the interresting segments somewhere in memory (not functional yet)
+* 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)
 ------------------------------------------------------------------------
-r10217 | gbazin | 2005-03-08 21:17:43 +0100 (mar, 08 mar 2005) | 1 line
+r14405 | courmisch | 2006-02-19 16:46:44 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/mozilla/Makefile.am
+
+Fix Mozilla plugin on ELF architectures
 
-* modules/mux/mpeg/ps.c: use instant bitrate to calculate program_mux_rate.
 ------------------------------------------------------------------------
-r10216 | courmisch | 2005-03-08 19:43:51 +0100 (mar, 08 mar 2005) | 2 lines
+r14404 | asmax | 2006-02-19 16:37:05 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
 
-Strings rationalization
+* all: new skin variable "vlc.isFullscreen" (guess what it does ;)
 
 ------------------------------------------------------------------------
-r10215 | courmisch | 2005-03-08 19:34:00 +0100 (mar, 08 mar 2005) | 2 lines
+r14403 | courmisch | 2006-02-19 16:21:58 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/src/Makefile.am
 
-Fix max UDP port number
+Really fix libintl linking
 
 ------------------------------------------------------------------------
-r10214 | gbazin | 2005-03-08 19:10:49 +0100 (mar, 08 mar 2005) | 1 line
+r14402 | asmax | 2006-02-19 15:54:57 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/AUTHORS
+   M /trunk/NEWS
+
+* JACK audio output
 
-* modules/video_output/x11/xcommon.c: don't abort on X_SetInputFocus error which isn't fatal.
 ------------------------------------------------------------------------
-r10213 | courmisch | 2005-03-08 18:31:31 +0100 (mar, 08 mar 2005) | 8 lines
+r14401 | courmisch | 2006-02-19 15:54:38 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/src/Makefile.am
 
-Same fix for non-constant string.
-
-The playlist works fine again (with ASCII/Latin locale charset).
-When in UTF8, it might be a good idea to check for invalid bytes
-sequences and replace them with question mark - at the moment
-wxWidgets still leave the whole text blank which result in blank
-playlist item in the playlist.
+Attempt to fix linking with "included" gettext
 
 ------------------------------------------------------------------------
-r10212 | courmisch | 2005-03-08 18:11:08 +0100 (mar, 08 mar 2005) | 9 lines
+r14400 | dionoea | 2006-02-19 15:39:53 +0100 (Sun, 19 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Fix conversion from locale to wxWidgets' Unicode
-(the documentation for wxWidgets 2.5.3 is wrong :
- wxConvCurrent (which does not work) does not point
- to wxConvLibc nor wxConvLocal (which both work))
+   M /trunk/modules/misc/msn.c
 
-It is now possible to use wxvlc with non UTF-8 locale.
-Previously, any text item with non-ASCII character in it would be
-blank.
+Fix msn plugin.
+Note to zorglub: please test changes before commiting.
 
 ------------------------------------------------------------------------
-r10211 | massiot | 2005-03-08 17:50:19 +0100 (mar, 08 mar 2005) | 2 lines
+r14399 | zorglub | 2006-02-19 15:32:13 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/extras
 
-* modules/codec/ffmpeg/video_filter.c: Fixed a regression with b_resize_first.
+More
 
 ------------------------------------------------------------------------
-r10210 | courmisch | 2005-03-08 17:29:30 +0100 (mar, 08 mar 2005) | 2 lines
+r14398 | zorglub | 2006-02-19 15:31:15 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk
+   M /trunk/src
 
-Fix UDP unicast access when both IPv6 and non-default port are used
+svn:ignore
 
 ------------------------------------------------------------------------
-r10209 | courmisch | 2005-03-08 14:54:11 +0100 (mar, 08 mar 2005) | 2 lines
+r14397 | courmisch | 2006-02-19 15:28:50 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
    M /trunk/configure.ac
 
-Enable voc demux
+Fix
 
 ------------------------------------------------------------------------
-r10208 | courmisch | 2005-03-08 14:53:36 +0100 (mar, 08 mar 2005) | 2 lines
+r14396 | courmisch | 2006-02-19 15:15:04 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/voc.c
+   M /trunk/po/POTFILES.in
 
-Creative Voice File demux
+Update files list
 
 ------------------------------------------------------------------------
-r10207 | gbazin | 2005-03-08 14:16:38 +0100 (mar, 08 mar 2005) | 1 line
+r14395 | courmisch | 2006-02-19 15:13:29 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/Makefile.am
+   D /trunk/lib
+
+Remove unused directory
 
-* modules/codec/ffmpeg/video_filter.c: a few fixes and cleanup.
 ------------------------------------------------------------------------
-r10206 | gbazin | 2005-03-08 14:15:56 +0100 (mar, 08 mar 2005) | 3 lines
+r14394 | courmisch | 2006-02-19 14:45:17 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/transcode.c
+   M /trunk/mozilla/Makefile.am
 
-* modules/services_discovery/sap.c, modules/codec/x264.c: fixed small mem leaks.
-* modules/stream_out/transcode.c: fixed segfault.
+Link Mozilla plugin against shared library when built
 
 ------------------------------------------------------------------------
-r10205 | gbazin | 2005-03-08 11:58:49 +0100 (mar, 08 mar 2005) | 1 line
+r14393 | zorglub | 2006-02-19 14:44:29 +0100 (Sun, 19 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
+   M /trunk/include/vlc_messages.h
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+   M /trunk/modules/gui/skins2/utils/var_tree.cpp
 
-* modules/misc/freetype.c, modules/video_filter/marq.c, time.c: a few fixes.
-------------------------------------------------------------------------
-r10204 | gbazin | 2005-03-08 11:15:36 +0100 (mar, 08 mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
+Fix a warning
+Add some timing to playlist 
 
-* configure.ac: packetizers are not only useful with the stream output.
 ------------------------------------------------------------------------
-r10203 | robux4 | 2005-03-08 10:06:27 +0100 (mar, 08 mar 2005) | 1 line
+r14392 | courmisch | 2006-02-19 14:40:09 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/input.c
+   M /trunk/activex/Makefile.am
+   M /trunk/bindings/mediacontrol-python/setup.py
+   M /trunk/mozilla/Makefile.am
 
-input.c: allow "intelligent" previous-chapter behaviour for access sources too
-------------------------------------------------------------------------
-r10202 | gbazin | 2005-03-08 02:54:55 +0100 (mar, 08 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/dummy/renderer.c
+Propagate libvlc move in plugins
 
-* modules/misc/dummy/renderer.c: forgot to commit this file with the text renderer api change.
 ------------------------------------------------------------------------
-r10201 | gbazin | 2005-03-08 02:38:33 +0100 (mar, 08 mar 2005) | 1 line
+r14391 | zorglub | 2006-02-19 14:36:15 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/es_out.c
+   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
 
-* src/input/es_out.c: fixed another small mem leak.
 ------------------------------------------------------------------------
-r10200 | gbazin | 2005-03-08 02:24:27 +0100 (mar, 08 mar 2005) | 1 line
+r14390 | courmisch | 2006-02-19 14:30:20 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/es_out.c
+   M /trunk/configure.ac
+
+Fix a bug whereby --disable-shared-libvlc would actually enable it
 
-* src/input/es_out.c: fixed small mem leak.
 ------------------------------------------------------------------------
-r10199 | gbazin | 2005-03-08 02:23:54 +0100 (mar, 08 mar 2005) | 3 lines
+r14389 | courmisch | 2006-02-19 14:11:21 +0100 (Sun, 19 Feb 2006) | 7 lines
 Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/src/video_output/vout_subpictures.c
+   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
 
-* include/vlc_filter.h, vlc_video.h, src/video_output/vout_subpictures.c: new simpler and more powerful text renderer api.
-* modules/misc/freetype.c: rewrite to the new api + outputs YUVP subpicture regions now.
+- 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
 
 ------------------------------------------------------------------------
-r10198 | hartman | 2005-03-08 00:54:51 +0100 (mar, 08 mar 2005) | 2 lines
+r14388 | courmisch | 2006-02-19 13:13:46 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/toolbox
 
-* Fix udp->tcp rollover when using multicast in rtsp. now bail after 36 seconds in case of multicast, .9 seconds otherwise. Bail after 3secs of no longer receiving data (multicast or unicast).
+Ensure src/misc exists in builddir
 
 ------------------------------------------------------------------------
-r10197 | hartman | 2005-03-07 23:30:55 +0100 (lun, 07 mar 2005) | 2 lines
+r14387 | courmisch | 2006-02-19 12:15:01 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/modules/video_filter/rss.c
 
-* dirty patch to tell vlc (on osx) that it needs -liconv when it links to libcdio. This should be fixed in the libcdio pkgconfig, but i'm tired of figuring out how to patch libcdio to do this.
+LoadImage is a macro on Win32 API - you can't use as a function name as is
 
 ------------------------------------------------------------------------
-r10196 | robux4 | 2005-03-07 23:05:54 +0100 (lun, 07 mar 2005) | 1 line
+r14386 | courmisch | 2006-02-19 10:52:55 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/Makefile.am
+
+Clean up backported from [12323]
 
-mkv.cpp: prepare the code to handle seemless segment switching
 ------------------------------------------------------------------------
-r10195 | dionoea | 2005-03-07 21:50:13 +0100 (lun, 07 mar 2005) | 3 lines
+r14385 | courmisch | 2006-02-19 10:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/bootstrap
 
- * add a mutex so the callbacks don't change anything while the filter is
-   doing something
+ooups
 
 ------------------------------------------------------------------------
-r10194 | gbazin | 2005-03-07 21:36:18 +0100 (lun, 07 mar 2005) | 1 line
+r14384 | courmisch | 2006-02-19 10:03:58 +0100 (Sun, 19 Feb 2006) | 24 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
+   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
+
 
-* modules/misc/freetype.c: replaced pi_gamma with an (almost) equivalent that doesn't use floats.
 ------------------------------------------------------------------------
-r10193 | courmisch | 2005-03-07 21:21:24 +0100 (lun, 07 mar 2005) | 2 lines
+r14383 | dionoea | 2006-02-19 00:10:54 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/wav.c
+   M /trunk/NEWS
 
-Fixes a compiler warning
+update video filter news (again :) )
 
 ------------------------------------------------------------------------
-r10192 | robux4 | 2005-03-07 21:16:52 +0100 (lun, 07 mar 2005) | 1 line
+r14382 | dionoea | 2006-02-19 00:08:23 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/src/input/control.c
-   M /trunk/src/input/input.c
+   M /trunk/modules/video_filter/rss.c
+
+rss.c: change module shortname
 
-make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME
 ------------------------------------------------------------------------
-r10191 | robux4 | 2005-03-07 21:13:56 +0100 (lun, 07 mar 2005) | 1 line
+r14381 | dionoea | 2006-02-19 00:06:12 +0100 (Sun, 19 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/modules/video_filter/rss.c
+
+rss.c: add 'support' for Atom feeds.
 
-audio.c: fix a compiler portability issue
 ------------------------------------------------------------------------
-r10190 | courmisch | 2005-03-07 20:59:38 +0100 (lun, 07 mar 2005) | 3 lines
+r14380 | dionoea | 2006-02-18 23:20:59 +0100 (Sat, 18 Feb 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/video_filter/rss.c
 
-- Don't crash when transcoding is enabled
-- Some cleanup
+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>
 
 ------------------------------------------------------------------------
-r10189 | gbazin | 2005-03-07 20:41:34 +0100 (lun, 07 mar 2005) | 1 line
+r14379 | dionoea | 2006-02-18 23:08:11 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
+   M /trunk/include/vlc_osd.h
+
+Comment lines now fit on a 80 char wide screen
 
-* modules/gui/wince/interface.cpp: compilation fix.
 ------------------------------------------------------------------------
-r10188 | gbazin | 2005-03-07 20:35:11 +0100 (lun, 07 mar 2005) | 1 line
+r14378 | courmisch | 2006-02-18 21:49:46 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
+   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
 
-* modules/misc/freetype.c: removed debug messages.
 ------------------------------------------------------------------------
-r10187 | massiot | 2005-03-07 20:28:52 +0100 (lun, 07 mar 2005) | 8 lines
+r14377 | courmisch | 2006-02-18 21:34:32 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_spu.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
-   M /trunk/modules/video_output/picture.h
-   M /trunk/src/video_output/vout_subpictures.c
+   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
 
-* src/video_output/vout_subpictures.c: New function spu_MakeRegion which
-  reuses a given picture_t without allocating a new one.
-* modules/video_output/picture.c: New --picture-height and width options
-  to do the scaling in the vout thread. Misc bug corrections.
-* modules/video_filter/mosaic.c: Less overhead.
-* modules/codec/ffmpeg/video_filter.c: Do the scaling before the conversion
-  in case the original size is bigger than the destination.
+All: missing #include "charset.h"
 
 ------------------------------------------------------------------------
-r10186 | gbazin | 2005-03-07 19:34:21 +0100 (lun, 07 mar 2005) | 1 line
+r14376 | courmisch | 2006-02-18 21:32:03 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/control/http/util.c
+
+Fix warnings
 
-* modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420 is the same as I420 (we could convert to have the exact chroma but that would be slower).
 ------------------------------------------------------------------------
-r10185 | gbazin | 2005-03-07 19:04:24 +0100 (lun, 07 mar 2005) | 1 line
+r14375 | jpsaman | 2006-02-18 21:28:47 +0100 (Sat, 18 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/include/vlc_vlm.h
 
-* configure.ac: fixed typo.
+Remove whitespace
 ------------------------------------------------------------------------
-r10184 | gbazin | 2005-03-07 18:52:05 +0100 (lun, 07 mar 2005) | 1 line
+r14374 | jpsaman | 2006-02-18 21:26:23 +0100 (Sat, 18 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
+   M /trunk/src/misc/vlm.c
 
-* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_pictures.c: fixed JPEG encoding.
+Use #include <vlc_vlm.h> instead of local include directive
 ------------------------------------------------------------------------
-r10183 | gbazin | 2005-03-07 17:33:56 +0100 (lun, 07 mar 2005) | 1 line
+r14373 | jpsaman | 2006-02-18 21:24:27 +0100 (Sat, 18 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/configure.ac
 
-* modules/access/dshow: flush the capture pin's buffers when the capture filter is stopped (instead of doing it in the pin's destructor).
+Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
 ------------------------------------------------------------------------
-r10182 | courmisch | 2005-03-07 16:04:53 +0100 (lun, 07 mar 2005) | 2 lines
+r14372 | courmisch | 2006-02-18 21:07:55 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/xa.c
+   M /trunk/modules/audio_filter/resampler/linear.c
 
-propset
+Remove unused variable
 
 ------------------------------------------------------------------------
-r10181 | courmisch | 2005-03-07 16:02:33 +0100 (lun, 07 mar 2005) | 2 lines
+r14371 | courmisch | 2006-02-18 21:05:50 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/xa.c
+   M /trunk/modules/access_output/udp.c
 
-Allow seeking
+Remove unused variable
 
 ------------------------------------------------------------------------
-r10180 | gbazin | 2005-03-07 15:37:39 +0100 (lun, 07 mar 2005) | 1 line
+r14370 | courmisch | 2006-02-18 21:04:36 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wince/wince_rc.rc
+   M /trunk/modules/access/dvb/en50221.c
+
+Fix warning
 
-* modules/gui/wince: fixed bunch of bugs and memory leaks.
 ------------------------------------------------------------------------
-r10179 | courmisch | 2005-03-07 14:28:08 +0100 (lun, 07 mar 2005) | 2 lines
+r14369 | sam | 2006-02-18 20:18:35 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/xa.c
+   M /trunk/modules/demux/mp4/drms.c
 
-typo fix
+  * modules/demux/mp4/drms.c: mostly cosmetic changes.
 
 ------------------------------------------------------------------------
-r10178 | courmisch | 2005-03-07 14:26:33 +0100 (lun, 07 mar 2005) | 2 lines
+r14368 | fkuehne | 2006-02-18 20:04:19 +0100 (Sat, 18 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/demux/xa.c
-
-Cosmetic cleanup (pointed out by fenrir)
+   M /trunk/modules/gui/macosx/Modules.am
 
+* forgot that one in [14365]
 ------------------------------------------------------------------------
-r10177 | courmisch | 2005-03-07 14:12:51 +0100 (lun, 07 mar 2005) | 2 lines
+r14367 | dionoea | 2006-02-18 20:03:44 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/xa.c
+   M /trunk/src/misc/image.c
 
-Fix email address
+do everything with the stream functions (no more fopen)
 
 ------------------------------------------------------------------------
-r10176 | courmisch | 2005-03-07 14:10:29 +0100 (lun, 07 mar 2005) | 2 lines
+r14366 | fkuehne | 2006-02-18 19:53:24 +0100 (Sat, 18 Feb 2006) | 1 line
 Changed paths:
-   A /trunk/modules/demux/xa.c
-
-Forgotten new file from previous commit
+   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
 ------------------------------------------------------------------------
-r10175 | courmisch | 2005-03-07 14:05:06 +0100 (lun, 07 mar 2005) | 4 lines
+r14365 | fkuehne | 2006-02-18 19:40:04 +0100 (Sat, 18 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/demux/Modules.am
-
-- XA file demux
-- EA ADPCM decoder (Maxis games)
-(- corner case memleak in adpcm decoder)
+   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
 ------------------------------------------------------------------------
-r10174 | andrep | 2005-03-07 14:00:48 +0100 (lun, 07 mar 2005) | 4 lines
+r14364 | dionoea | 2006-02-18 18:57:47 +0100 (Sat, 18 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/src/misc/image.c
 
-* configure.ac: Link against dependent static libraries successfully on
-  Mac OS X
+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)
 
 
 ------------------------------------------------------------------------
-r10173 | damienf | 2005-03-07 11:40:23 +0100 (lun, 07 mar 2005) | 4 lines
+r14363 | dionoea | 2006-02-18 18:01:58 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/main.cpp
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-
-- activate (make visible) as soon as embedded into a container, no longer wait for container to do the activation
+   M /trunk/modules/video_filter/rss.c
 
-This fixes an annoying Internet Explorer optimization which would make the activex control invisible till a user moves the mouse over it
+use EnsureUTF8 on output string
 
 ------------------------------------------------------------------------
-r10172 | markfm | 2005-03-07 03:52:05 +0100 (lun, 07 mar 2005) | 2 lines
+r14362 | dionoea | 2006-02-18 16:45:35 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/video_filter/rss.c
 
-Fix mpeg ps time output, making it seekable.  There may still be an error in there -- a test file reports 11:57 on VLC, 15:42 minutes on WMP, though it plays OK on both, seekable to the end.
+Remove white characters at begining and end of element values.
 
 ------------------------------------------------------------------------
-r10171 | titer | 2005-03-07 01:54:26 +0100 (lun, 07 mar 2005) | 2 lines
+r14361 | courmisch | 2006-02-18 09:46:48 +0100 (Sat, 18 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
+   M /trunk/configure.ac
 
- misc/freetype.c: compile fix
+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
 
 ------------------------------------------------------------------------
-r10170 | gbazin | 2005-03-06 20:37:26 +0100 (dim, 06 mar 2005) | 1 line
+r14360 | courmisch | 2006-02-18 09:37:26 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/configure.ac
+
+Fix typo noticed by zorglub
 
-* modules/codec/ffmpeg/audio.c: fix for ALAC support.
 ------------------------------------------------------------------------
-r10169 | gbazin | 2005-03-06 19:46:43 +0100 (dim, 06 mar 2005) | 1 line
+r14359 | xtophe | 2006-02-18 00:14:57 +0100 (Sat, 18 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/flac.c
+   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
+
+Update the x264 patch.
 
-* modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore.
 ------------------------------------------------------------------------
-r10168 | dionoea | 2005-03-06 19:10:51 +0100 (dim, 06 mar 2005) | 2 lines
+r14358 | dionoea | 2006-02-17 23:49:12 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/rc.c
+   M /trunk/NEWS
 
-remove useless --rc-extend option in favor of the longhelp command
+Add bluescreen video filter
 
 ------------------------------------------------------------------------
-r10167 | gbazin | 2005-03-06 18:54:34 +0100 (dim, 06 mar 2005) | 1 line
+r14357 | dionoea | 2006-02-17 23:44:05 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/share/http/js/vlm.js
+
+Show current item number for each of the instances
 
-* modules/codec/ffmpeg: support for libavcodec's flac decoder.
 ------------------------------------------------------------------------
-r10166 | gbazin | 2005-03-06 18:53:49 +0100 (dim, 06 mar 2005) | 1 line
+r14356 | dionoea | 2006-02-17 23:10:56 +0100 (Fri, 17 Feb 2006) | 6 lines
 Changed paths:
-   M /trunk/src/input/es_out.c
+   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
 
-* src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
 ------------------------------------------------------------------------
-r10165 | dionoea | 2005-03-06 17:39:27 +0100 (dim, 06 mar 2005) | 2 lines
+r14355 | oaubert | 2006-02-17 18:39:25 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/rc.c
+   M /trunk/src/control/mediacontrol_audio_video.c
 
- * mosaic call back help
+mediacontrol_audio_video.c: remove debug message
 
 ------------------------------------------------------------------------
-r10164 | markfm | 2005-03-06 17:27:35 +0100 (dim, 06 mar 2005) | 2 lines
+r14354 | oaubert | 2006-02-17 18:02:59 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/rc.c
+   M /trunk/bindings/mediacontrol-python/vlcglue.c
 
-enable rc logo-file on the fly
+vlcglue.c: same bug, specify malloc unit.
 
 ------------------------------------------------------------------------
-r10163 | gbazin | 2005-03-06 17:25:02 +0100 (dim, 06 mar 2005) | 1 line
+r14353 | oaubert | 2006-02-17 18:02:34 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/src/control/mediacontrol_util.c
+
+mediacontrol_util.c: better safe than sorry, specify the malloc unit.
 
-* modules/demux/mp4, modules/codec/ffmpeg: support for Apple Lossless Audio Codec.
 ------------------------------------------------------------------------
-r10162 | markfm | 2005-03-06 15:48:14 +0100 (dim, 06 mar 2005) | 2 lines
+r14352 | oaubert | 2006-02-17 17:51:06 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/control/mediacontrol_init.c
 
-transcode -- prevent user error, limit mp3 channels to max of 2
+src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)
 
 ------------------------------------------------------------------------
-r10161 | gbazin | 2005-03-06 14:55:48 +0100 (dim, 06 mar 2005) | 1 line
+r14351 | hartman | 2006-02-17 17:15:50 +0100 (Fri, 17 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/src/video_output/video_output.c
+   M /trunk/include/aout_internal.h
+   M /trunk/modules/audio_filter/resampler/linear.c
+   M /trunk/modules/demux/mp4/mp4.c
+
+* Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
+  This might explain the audio-core crashes we have seen in the past on Mac OS X 
+* Fix issues with platforms which don't have alloca() (defined)
 
-* src/video_output/video_output.c: revert commit 10160 which breaks direct-rendering.
 ------------------------------------------------------------------------
-r10160 | robux4 | 2005-03-06 14:44:17 +0100 (dim, 06 mar 2005) | 4 lines
+r14350 | oaubert | 2006-02-17 16:28:10 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/video_output/video_output.c
+   M /trunk/src/control/mediacontrol_audio_video.c
 
-video_output.c: use the visible dimensions and not the pixel dimensions
+mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type
 
-if this create some memory leaks, it should be corrected elsewhere
-this solves the HDTV grey line bug
 ------------------------------------------------------------------------
-r10159 | courmisch | 2005-03-06 12:07:41 +0100 (dim, 06 mar 2005) | 2 lines
+r14349 | dionoea | 2006-02-17 15:59:36 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/gnutls.c
+   M /trunk/NEWS
 
-Fixes segfault
+update NEWS file
 
 ------------------------------------------------------------------------
-r10158 | hartman | 2005-03-06 11:53:18 +0100 (dim, 06 mar 2005) | 2 lines
+r14348 | dionoea | 2006-02-17 15:56:06 +0100 (Fri, 17 Feb 2006) | 9 lines
 Changed paths:
-   M /trunk/TODO
+   M /trunk/modules/video_filter/logo.c
+
+Logo filter(s) now takes a list of images, delays and alpha as input and
+loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...]
+Idea (and some parts of the code) by markfm
+
+Note:
+The vout-filter segfaults upon destruction but i don't understand why...
+could someone have a look ?
 
-* added statistics, blue/green wall filter and goom effect video filter to the TODO list
 
 ------------------------------------------------------------------------
-r10157 | robux4 | 2005-03-06 11:36:49 +0100 (dim, 06 mar 2005) | 1 line
+r14347 | hartman | 2006-02-17 15:33:32 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/include/aout_internal.h
+
+* This change should be better then the one in [14346]
 
-mkv.cpp: support aspect ratio for video tracks
 ------------------------------------------------------------------------
-r10156 | courmisch | 2005-03-06 10:06:09 +0100 (dim, 06 mar 2005) | 4 lines
+r14346 | hartman | 2006-02-17 15:20:02 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/gnutls.c
+   M /trunk/include/aout_internal.h
 
-- support for client certificate verification from SSL server
-  (= sort of server-side support for secure VoD)
-- fixes global mutex name
+* stricter aout_BufferFree
 
 ------------------------------------------------------------------------
-r10154 | gbazin | 2005-03-05 19:07:49 +0100 (sam, 05 mar 2005) | 1 line
+r14345 | courmisch | 2006-02-17 12:07:57 +0100 (Fri, 17 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/video_output/wingdi.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+
+Minor change so that 50 is actually the number of items to be updated at a time
+(rather than 50 + 2)
 
-* modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video window looses the focus.
 ------------------------------------------------------------------------
-r10153 | gbazin | 2005-03-05 19:05:42 +0100 (sam, 05 mar 2005) | 1 line
+r14344 | courmisch | 2006-02-17 11:13:28 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.h
+   M /trunk/configure.ac
+
+Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)
 
-* modules/gui/wince/*: improvements to the WinCE interface.
 ------------------------------------------------------------------------
-r10152 | gbazin | 2005-03-05 19:02:56 +0100 (sam, 05 mar 2005) | 1 line
+r14343 | zorglub | 2006-02-17 06:50:26 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
+   M /trunk/src/misc/vlm.c
+
+Fix compilation when VLM is disabled
 
-* src/input/stream.c: check return value of malloc/realloc.
 ------------------------------------------------------------------------
-r10151 | courmisch | 2005-03-05 19:01:05 +0100 (sam, 05 mar 2005) | 2 lines
+r14342 | zorglub | 2006-02-17 06:46:08 +0100 (Fri, 17 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/access/v4l/v4l.c
+
+Don't disable audio if V4L video dev does not have an audio dev too. Closes:#254
 
-Memleak fixed
+Thanks to Timothy Lee < timothy d0t lee @t siriushk d0t c0m > for the patch.
 
 ------------------------------------------------------------------------
-r10150 | gbazin | 2005-03-05 18:54:19 +0100 (sam, 05 mar 2005) | 1 line
+r14341 | zorglub | 2006-02-17 06:42:13 +0100 (Fri, 17 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/vlm.c
+
+Fix some bugs
 
-* modules/demux/*: removed useless probing messages.
 ------------------------------------------------------------------------
-r10149 | sigmunau | 2005-03-05 18:49:33 +0100 (sam, 05 mar 2005) | 3 lines
+r14340 | sam | 2006-02-16 23:07:36 +0100 (Thu, 16 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
+   M /trunk/extras/contrib/README
 
-freetype.c: fix rendering with X11 vout. Do not ask me why this is
-necessary, and even less ask me why the vout used make a difference
+  * extras/contrib/README: keep track of what patches have been contributed
+    back to the upstream authors so far.
 
 ------------------------------------------------------------------------
-r10148 | courmisch | 2005-03-05 18:46:10 +0100 (sam, 05 mar 2005) | 3 lines
+r14339 | sam | 2006-02-16 23:01:39 +0100 (Thu, 16 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/access/http.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/tls.c
+   M /trunk/extras/contrib/src/Patches/x264.patch
 
-- TLS API cleanup
-- some minor fixes as well
+  * extras/contrib/src/Patches/x264.patch: removed the exp2f/sqrtf part of
+    this patch, I committed it upstream instead.
 
 ------------------------------------------------------------------------
-r10147 | gbazin | 2005-03-05 18:18:30 +0100 (sam, 05 mar 2005) | 1 line
+r14338 | massiot | 2006-02-16 22:31:36 +0100 (Thu, 16 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/screen/x11.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/control/http.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interface.c
+   M /trunk/doc/fortunes.txt
+
+?
 
-* ALL: a few fixes.
 ------------------------------------------------------------------------
-r10146 | gbazin | 2005-03-05 18:06:35 +0100 (sam, 05 mar 2005) | 1 line
+r14337 | massiot | 2006-02-16 22:19:47 +0100 (Thu, 16 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/doc/fortunes.txt
+
+!
 
-* modules/gui/wxwindows/timer.cpp: release input when interface is exiting.
 ------------------------------------------------------------------------
-r10145 | gbazin | 2005-03-05 17:49:15 +0100 (sam, 05 mar 2005) | 1 line
+r14336 | sigmunau | 2006-02-16 22:11:11 +0100 (Thu, 16 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
+   M /trunk/modules/demux/real.c
+
+real.c: fix some crashes
 
-* include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be more flexible.
 ------------------------------------------------------------------------
-r10144 | robux4 | 2005-03-05 15:02:39 +0100 (sam, 05 mar 2005) | 1 line
+r14335 | fkuehne | 2006-02-16 21:05:18 +0100 (Thu, 16 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/access/dvdread.c
+   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
 
-dvdread.c: fix the title duration & time reports
+* 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)
 ------------------------------------------------------------------------
-r10143 | sigmunau | 2005-03-05 14:42:09 +0100 (sam, 05 mar 2005) | 4 lines
+r14334 | dionoea | 2006-02-16 20:31:29 +0100 (Thu, 16 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/vout_subpictures.c
+   M /trunk/modules/demux/playlist/podcast.c
 
-All: change of text-renderer api. Now pf_render_text takes a subpicture and
-a subpicture region, and returns a new region in the given subpicture.
-freetype.c: additional cleanup (coding style, cosmetics)
+Move podcast meta info to "Podcast Info" category
 
 ------------------------------------------------------------------------
-r10142 | robux4 | 2005-03-05 13:55:02 +0100 (sam, 05 mar 2005) | 2 lines
+r14333 | dionoea | 2006-02-16 18:31:31 +0100 (Thu, 16 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/THANKS
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/demux/playlist/b4s.c
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/podcast.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
+   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
+   M /trunk/modules/misc/msn.c
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/services_discovery/daap.c
+   M /trunk/src/input/es_out.c
    M /trunk/src/input/input.c
+   M /trunk/src/playlist/sort.c
+
+[patch] unifying meta-information access, the 2nd by Daniel Str?\195?\164nger
 
-input.c, vlc_demux.h: allow seeking back in the same chapter
-mkv.cpp: handle the new DEMUX_GET_SEEKPOINT_TIME
 ------------------------------------------------------------------------
-r10141 | courmisch | 2005-03-05 12:06:26 +0100 (sam, 05 mar 2005) | 3 lines
+r14332 | zorglub | 2006-02-16 08:22:57 +0100 (Thu, 16 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/demux/mkv.cpp
 
-Unbreak streaming wizard in Unicode compile
-(DO NOT use c_str() !!!)
+Fix a doxygen comment
 
 ------------------------------------------------------------------------
-r10140 | courmisch | 2005-03-05 11:55:32 +0100 (sam, 05 mar 2005) | 2 lines
+r14331 | zorglub | 2006-02-15 23:31:49 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/po/fr.po
+   M /trunk/include/vlc/libvlc.h
+   M /trunk/src/control/vlm.c
+   M /trunk/test/native/libvlc.c
 
-UTF8 fixes
+More VLM API stuff
 
 ------------------------------------------------------------------------
-r10139 | courmisch | 2005-03-04 19:19:33 +0100 (ven, 04 mar 2005) | 2 lines
+r14330 | zorglub | 2006-02-15 21:35:51 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/http.c
+   M /trunk/modules/misc/msn.c
 
-Fixed memleak
+Typo
 
 ------------------------------------------------------------------------
-r10138 | robux4 | 2005-03-04 19:01:39 +0100 (ven, 04 mar 2005) | 1 line
+r14329 | courmisch | 2006-02-15 20:59:30 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/misc/growl.c
+
+Fix warning
 
-mkv.cpp: chapters are visible by default
 ------------------------------------------------------------------------
-r10137 | courmisch | 2005-03-04 17:51:51 +0100 (ven, 04 mar 2005) | 2 lines
+r14328 | zorglub | 2006-02-15 20:48:07 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/misc/gnutls.c
+   M /trunk/modules/misc/growl.c
+   M /trunk/modules/misc/msn.c
 
-TLS session resumption support
+Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)
 
 ------------------------------------------------------------------------
-r10136 | courmisch | 2005-03-04 16:20:03 +0100 (ven, 04 mar 2005) | 2 lines
+r14327 | djc | 2006-02-15 20:40:27 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/po/fr.po
+   M /trunk/modules/misc/growl.c
 
-Fixes translation of encryption
+Stupid me... don't do twice hton*
 
 ------------------------------------------------------------------------
-r10135 | courmisch | 2005-03-04 14:26:14 +0100 (ven, 04 mar 2005) | 2 lines
+r14326 | oaubert | 2006-02-15 16:06:20 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/bindings/mediacontrol-python/setup.py
 
-Add HTTP/SSL
+mediacontrol-python/setup.py: do not use PIC libraries on win32 and darwin-ppc
 
 ------------------------------------------------------------------------
-r10134 | yoann | 2005-03-04 13:55:48 +0100 (ven, 04 mar 2005) | 2 lines
+r14325 | oaubert | 2006-02-15 15:15:10 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/doc/vlm.txt
-   M /trunk/src/misc/vlm.c
+   M /trunk/src/control/mediacontrol_init.c
 
-* update VLM help about inputdel
+src/control/mediacontrol_init.c: check return values of VLC_Create and VLC_Init
 
 ------------------------------------------------------------------------
-r10133 | courmisch | 2005-03-04 13:44:14 +0100 (ven, 04 mar 2005) | 6 lines
+r14324 | oaubert | 2006-02-15 15:12:23 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/TODO
-   M /trunk/configure.ac
+   M /trunk/bindings/mediacontrol-python/vlcglue.c
 
-- check for gnutls rewritten : now works with mingw32
+mediacontrol-python/vlcglue.c: check the return value of VLC_Create
 
-Precompiled static libraries for gnutls can be found there :
-ftp://ftp.gnutls.org/pub/gnutls/win32
+------------------------------------------------------------------------
+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
 
 ------------------------------------------------------------------------
-r10132 | yoann | 2005-03-04 13:28:18 +0100 (ven, 04 mar 2005) | 3 lines
+r14322 | oaubert | 2006-02-15 15:04:41 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/vlm/index.html
+   M /trunk/modules/misc/svg.c
 
-* modules/control/http.c: elements are now one level more recursive (if needed)
-* share/http/vlm/index.html: we now display the state of media instances
+misc/svg.c: use char* instead of byte_t* to avoid warnings
 
 ------------------------------------------------------------------------
-r10131 | markfm | 2005-03-04 13:12:11 +0100 (ven, 04 mar 2005) | 2 lines
+r14321 | djc | 2006-02-15 03:09:01 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/video_filter/logo.c
+   M /trunk/configure.ac
 
-Make logo-x, logo-y operate relative to upper left corner.  logo-x/-y/-position/-transparency accessible via rc
+-lws2_32 on win32...
 
 ------------------------------------------------------------------------
-r10130 | gbazin | 2005-03-04 13:08:43 +0100 (ven, 04 mar 2005) | 1 line
+r14320 | djc | 2006-02-15 02:32:26 +0100 (Wed, 15 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/configure.ac
+   M /trunk/modules/misc/growl.c
+
+configure.ac: try to fix beos build
+growl.c: add --growl-ttl option
 
-* modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise you're bound to access an invalid pointer later on.
 ------------------------------------------------------------------------
-r10129 | gbazin | 2005-03-04 12:13:42 +0100 (ven, 04 mar 2005) | 1 line
+r14319 | djc | 2006-02-15 01:39:10 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_spu.h
+   M /trunk/configure.ac
+
+Add "send" (-lsocket) dependance to growl module to fix BeOS build
 
-* ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.
 ------------------------------------------------------------------------
-r10128 | markfm | 2005-03-04 02:57:52 +0100 (ven, 04 mar 2005) | 2 lines
+r14318 | djc | 2006-02-15 01:15:21 +0100 (Wed, 15 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
+   M /trunk/modules/misc/growl.c
 
-time/marq -- correct positioning so that x-y are always referenced to upper left corner
+Takes default TTL (instead of 42...)
 
 ------------------------------------------------------------------------
-r10127 | gbazin | 2005-03-03 23:55:34 +0100 (jeu, 03 mar 2005) | 1 line
+r14317 | djc | 2006-02-15 00:59:50 +0100 (Wed, 15 Feb 2006) | 6 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
+   M /trunk/configure.ac
+   M /trunk/modules/misc/Modules.am
+   A /trunk/modules/misc/growl.c (from /trunk/modules/misc/msn.c:14311)
+   M /trunk/modules/misc/msn.c
+
+Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
+It is built by default since it sends notifications to network (perhaps
+we should only build it on macos).
+
+msn.c: should fix a refcount issue (*not?\194?\160tested*)
 
-* modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail dot com).
 ------------------------------------------------------------------------
-r10126 | robux4 | 2005-03-03 22:58:46 +0100 (jeu, 03 mar 2005) | 1 line
+r14316 | zorglub | 2006-02-14 23:50:13 +0100 (Tue, 14 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   A /trunk/src/control/vlm.c
+
+Missing file
 
-mkv.cpp: fix stuttering issue on timestamp (could be cleaner)
 ------------------------------------------------------------------------
-r10125 | courmisch | 2005-03-03 22:56:04 +0100 (jeu, 03 mar 2005) | 4 lines
+r14315 | zorglub | 2006-02-14 23:35:37 +0100 (Tue, 14 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/http.c
+   M /trunk/src/control/core.c
+   M /trunk/test/NativeLibvlcTest.py
+   M /trunk/test/PyMediaControlVariablesTest.py
+   M /trunk/test/native/libvlc.c
 
-- Specify a charset (according to locale) for HTML pages in Content-Type
-  (needed when some playlist items name are not ASCII)
-- Remove unused variable
+Fix some bugs
 
 ------------------------------------------------------------------------
-r10124 | sigmunau | 2005-03-03 21:07:50 +0100 (jeu, 03 mar 2005) | 2 lines
+r14314 | zorglub | 2006-02-14 22:41:23 +0100 (Tue, 14 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/TODO
+   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
 
-TODO: Update with recent work.
+* Beginning of VLM API
+* Some test work
+* Export vlm_MediaSearch
 
 ------------------------------------------------------------------------
-r10123 | zorglub | 2005-03-03 19:30:07 +0100 (jeu, 03 mar 2005) | 2 lines
+r14313 | courmisch | 2006-02-14 21:41:27 +0100 (Tue, 14 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/misc/unicode.c
 
-Handle module variables in sout options parser
+(Win32) Support stat() for file names outside ANSI Code Page
 
 ------------------------------------------------------------------------
-r10122 | zorglub | 2005-03-03 18:35:26 +0100 (jeu, 03 mar 2005) | 2 lines
+r14312 | courmisch | 2006-02-14 18:20:32 +0100 (Tue, 14 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/ncurses.c
+   M /trunk/src/misc/unicode.c
 
-Compile fix
+Safer Win32 code page translation
 
 ------------------------------------------------------------------------
-r10121 | courmisch | 2005-03-03 16:19:30 +0100 (jeu, 03 mar 2005) | 2 lines
+r14311 | xtophe | 2006-02-14 16:38:21 +0100 (Tue, 14 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/httpd.c
+   M /trunk/modules/audio_filter/param_eq.c
 
-Fixes invalid memory access in case of TLS handshake failure
+param_eq.c: eol style
 
 ------------------------------------------------------------------------
-r10120 | gbazin | 2005-03-03 15:45:52 +0100 (jeu, 03 mar 2005) | 1 line
+r14310 | titer | 2006-02-14 14:48:43 +0100 (Tue, 14 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
+
+FFmpeg forgets to create include/postproc/
 
-* modules/video_output/directx/directx.c: compilation fix.
 ------------------------------------------------------------------------
-r10119 | gbazin | 2005-03-03 15:15:48 +0100 (jeu, 03 mar 2005) | 1 line
+r14309 | dionoea | 2006-02-14 13:32:50 +0100 (Tue, 14 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
+   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
 
-* modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.
 ------------------------------------------------------------------------
-r10118 | gbazin | 2005-03-03 14:19:26 +0100 (jeu, 03 mar 2005) | 1 line
+r14308 | courmisch | 2006-02-14 10:57:58 +0100 (Tue, 14 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/codec/x264.c
+   M /trunk/modules/gui/ncurses.c
+
+- Partial fix for reading characters with multibyte local encoding (refs #548)
+- Fix memory leak
 
-*  modules/codec/x264.c: compilation fix for new libx264.
 ------------------------------------------------------------------------
-r10117 | gbazin | 2005-03-03 09:34:15 +0100 (jeu, 03 mar 2005) | 1 line
+r14307 | courmisch | 2006-02-14 10:56:42 +0100 (Tue, 14 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
+   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)
 
-* modules/gui/wince: try to save up a bit on memory usage.
 ------------------------------------------------------------------------
-r10116 | gbazin | 2005-03-03 09:24:14 +0100 (jeu, 03 mar 2005) | 1 line
+r14306 | xtophe | 2006-02-14 10:39:36 +0100 (Tue, 14 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/audio_filter/param_eq.c
+
+param-eq.c: Svn keyword
 
-* configure.ac: new --enable-optimize-memory option.
 ------------------------------------------------------------------------
-r10115 | gbazin | 2005-03-03 09:14:23 +0100 (jeu, 03 mar 2005) | 1 line
+r14305 | zorglub | 2006-02-14 08:11:18 +0100 (Tue, 14 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/stream.c
+   M /trunk/modules/misc/msn.c
+
+Simplify
 
-* src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is defined.
 ------------------------------------------------------------------------
-r10114 | gbazin | 2005-03-03 09:13:30 +0100 (jeu, 03 mar 2005) | 1 line
+r14304 | djc | 2006-02-14 02:40:59 +0100 (Tue, 14 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/include/vlc_config.h
+   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.
 
-* include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined.
 ------------------------------------------------------------------------
-r10113 | courmisch | 2005-03-03 09:11:31 +0100 (jeu, 03 mar 2005) | 2 lines
+r14303 | sigmunau | 2006-02-13 23:44:24 +0100 (Mon, 13 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/configure.ac
+   M /trunk/modules/audio_filter/Modules.am
+   A /trunk/modules/audio_filter/param_eq.c
 
-- Fixed a typo. Skins2 wouldn't compile
+all: parametric equalizer by  Antti Huovilainen (adapted for vlc by me)
 
 ------------------------------------------------------------------------
-r10112 | zorglub | 2005-03-03 07:58:04 +0100 (jeu, 03 mar 2005) | 5 lines
+r14302 | dionoea | 2006-02-13 23:09:56 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/configuration.c
+
+attempt to fix the winCE build
+
+------------------------------------------------------------------------
+r14301 | courmisch | 2006-02-13 22:03:32 +0100 (Mon, 13 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/toolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/subtitle.c
    M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/es.c
+
+- Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
+- Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)
+
+------------------------------------------------------------------------
+r14300 | courmisch | 2006-02-13 21:11:48 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+Undo erronously commited debug preprocessing directives
+
+------------------------------------------------------------------------
+r14299 | xtophe | 2006-02-13 21:06:22 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+unicode.c: Fix WinCE build (well for this file only)
+
+------------------------------------------------------------------------
+r14298 | courmisch | 2006-02-13 20:14:30 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+
+Replace forbidden characters with underscores when attempting to dump a stream (closes #423)
+
+------------------------------------------------------------------------
+r14297 | courmisch | 2006-02-13 20:13:05 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/timeshift.c
+
+Fix typo
+
+------------------------------------------------------------------------
+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
+
+- Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392)
+- Move view port and cursor to a sane position
+- Check for VidMode extensions (libXxf86vm)
+
+------------------------------------------------------------------------
+r14295 | xtophe | 2006-02-13 17:37:42 +0100 (Mon, 13 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/misc/unicode.c
+
+unicode.c: Fix logic to set use_iconv
+
+------------------------------------------------------------------------
+r14294 | xtophe | 2006-02-13 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/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/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
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/libvlc.h
 
-Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
+Another bunch of Unicode file names fixes (refs #528)
 
-+ put access and demux in the right place
+------------------------------------------------------------------------
+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
 
 ------------------------------------------------------------------------
-r10111 | titer | 2005-03-03 06:22:01 +0100 (jeu, 03 mar 2005) | 2 lines
+r14281 | courmisch | 2006-02-13 09:30:55 +0100 (Mon, 13 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
+   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
 
- video_filter/mosaic.c: compile fix
+All Unicode fixes for fopen() (refs #528)
 
 ------------------------------------------------------------------------
-r10110 | gbazin | 2005-03-03 00:05:08 +0100 (jeu, 03 mar 2005) | 1 line
+r14280 | ipkiss | 2006-02-13 08:18:42 +0100 (Mon, 13 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/include/vlc_config.h
+   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
 
-* include/vlc_config.h: removed deprecated stuff.
 ------------------------------------------------------------------------
-r10109 | gbazin | 2005-03-03 00:04:05 +0100 (jeu, 03 mar 2005) | 1 line
+r14279 | hartman | 2006-02-13 03:36:14 +0100 (Mon, 13 Feb 2006) | 2 lines
 Changed paths:
    M /trunk/configure.ac
 
-* configure.ac: remove unnecessary modules from WinCE build.
+* 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
+
 ------------------------------------------------------------------------
-r10108 | gbazin | 2005-03-03 00:01:22 +0100 (jeu, 03 mar 2005) | 1 line
+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.
 
-* configure.ac: vlc-config has to be generated by configure.
 ------------------------------------------------------------------------
-r10107 | robux4 | 2005-03-02 22:08:18 +0100 (mer, 02 mar 2005) | 1 line
+r14275 | courmisch | 2006-02-12 22:12:12 +0100 (Sun, 12 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/misc/configuration.c
+
+utfeightize psz_homedir
 
-mkv.cpp: update the seekpoint location after a manual seek
 ------------------------------------------------------------------------
-r10106 | robux4 | 2005-03-02 21:58:24 +0100 (mer, 02 mar 2005) | 1 line
+r14274 | ipkiss | 2006-02-12 22:11:14 +0100 (Sun, 12 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins/skins2-howto.xml: Documented the DVD-related actions
 
-mkv.cpp: handle EOF correctly for ordered chapters
 ------------------------------------------------------------------------
-r10104 | courmisch | 2005-03-02 20:45:39 +0100 (mer, 02 mar 2005) | 3 lines
+r14273 | ipkiss | 2006-02-12 22:05:53 +0100 (Sun, 12 Feb 2006) | 8 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/TODO
+   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
 
-- Add dependency of update-includes on vlc-config
-- TODO: SSL on Windows
+ * 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()
 
 ------------------------------------------------------------------------
-r10103 | dionoea | 2005-03-02 18:57:22 +0100 (mer, 02 mar 2005) | 4 lines
+r14272 | courmisch | 2006-02-12 20:57:48 +0100 (Sun, 12 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/include/charset.h
+   M /trunk/include/vlc_symbols.h
 
-remove debug messages, correct automatic positioning when an mosaic-order
-is specified
+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)
 
 ------------------------------------------------------------------------
-r10102 | robux4 | 2005-03-02 17:53:16 +0100 (mer, 02 mar 2005) | 1 line
+r14270 | courmisch | 2006-02-12 20:51:12 +0100 (Sun, 12 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/misc/unicode.c
+
+Cosmetic fix
 
-mkv.cpp: fix a gcc compilation error
 ------------------------------------------------------------------------
-r10101 | robux4 | 2005-03-02 17:47:31 +0100 (mer, 02 mar 2005) | 1 line
+r14269 | courmisch | 2006-02-12 20:48:50 +0100 (Sun, 12 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/objectsafety.cpp
-   M /trunk/activex/objectsafety.h
-   M /trunk/activex/olecontrol.cpp
-   M /trunk/activex/olecontrol.h
-   M /trunk/activex/oleinplaceactiveobject.cpp
-   M /trunk/activex/oleinplaceactiveobject.h
-   M /trunk/activex/oleinplaceobject.cpp
-   M /trunk/activex/oleinplaceobject.h
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/oleobject.h
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persistpropbag.h
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststorage.h
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/provideclassinfo.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-   M /trunk/evc/errno.h
-   M /trunk/evc/modules_builtin_evc.h
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/beos_specific.h
+   M /trunk/configure.ac
    M /trunk/include/charset.h
-   M /trunk/include/codecs.h
-   M /trunk/include/configuration.h
-   M /trunk/include/darwin_specific.h
-   M /trunk/include/intf_eject.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/mmx.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/mtime.h
-   M /trunk/include/network.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/osd.h
-   M /trunk/include/snapshot.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/variables.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/aout.h
-   M /trunk/include/vlc/decoder.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc/sout.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc/vout.h
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_bits.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_error.h
-   M /trunk/include/vlc_es.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_image.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_spu.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/include/vlc_tls.h
-   M /trunk/include/vlc_video.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/include/vlc_vod.h
-   M /trunk/include/vlc_xml.h
-   M /trunk/include/vout_synchro.h
-   M /trunk/include/win32_specific.h
-   M /trunk/lxdialog/checklist.c
-   M /trunk/lxdialog/colors.h
-   M /trunk/lxdialog/dialog.h
-   M /trunk/lxdialog/inputbox.c
-   M /trunk/lxdialog/lxdialog.c
-   M /trunk/lxdialog/menubox.c
-   M /trunk/lxdialog/msgbox.c
-   M /trunk/lxdialog/textbox.c
-   M /trunk/lxdialog/util.c
-   M /trunk/lxdialog/yesno.c
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/access.h
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/callback.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/common.h
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/mms/mmstu.h
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/pvr/videodev2.h
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/satellite/dvb.c
-   M /trunk/modules/access/satellite/dvb.h
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/access/screen/beos.cpp
-   M /trunk/modules/access/screen/mac.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/screen/screen.h
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/modules/access/screen/x11.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/v4l/videodev_mjpeg.h
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/access/vcd/cdrom_internals.h
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcd.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/equalizer_presets.h
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.h
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/browser_open.h
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/cmml/history.c
-   M /trunk/modules/codec/cmml/history.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/cmml/xarray.c
-   M /trunk/modules/codec/cmml/xarray.h
-   M /trunk/modules/codec/cmml/xlist.c
-   M /trunk/modules/codec/cmml/xlist.h
-   M /trunk/modules/codec/cmml/xstrcat.h
-   M /trunk/modules/codec/cmml/xtag.c
-   M /trunk/modules/codec/cmml/xtag.h
-   M /trunk/modules/codec/cmml/xurl.c
-   M /trunk/modules/codec/cmml/xurl.h
-   M /trunk/modules/codec/cvdsub.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mash.cpp
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/png.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/toolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/corba/mediacontrol-core.c
-   M /trunk/modules/control/corba/mediacontrol-core.h
-   M /trunk/modules/control/corba/mediacontrol-init.c
-   M /trunk/modules/control/corba/mediacontrol-plugin.c
-   M /trunk/modules/control/gestures.c
+   M /trunk/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/control/http.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drms.h
-   M /trunk/modules/demux/mp4/drmstables.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Bitmaps.h
-   M /trunk/modules/gui/beos/DrawingTidbits.cpp
-   M /trunk/modules/gui/beos/DrawingTidbits.h
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/TransportButton.cpp
-   M /trunk/modules/gui/beos/TransportButton.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/control.c
-   M /trunk/modules/gui/gtk/control.h
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/display.h
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gnome_callbacks.c
-   M /trunk/modules/gui/gtk/gnome_callbacks.h
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gnome_interface.h
-   M /trunk/modules/gui/gtk/gnome_support.c
-   M /trunk/modules/gui/gtk/gnome_support.h
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.h
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/gtk_interface.h
-   M /trunk/modules/gui/gtk/gtk_support.c
-   M /trunk/modules/gui/gtk/gtk_support.h
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/gtk/menu.h
-   M /trunk/modules/gui/gtk/modules.c
-   M /trunk/modules/gui/gtk/modules.h
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/modules/gui/gtk/open.h
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/gtk/playlist.h
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/gtk/preferences.h
-   M /trunk/modules/gui/gtk/sout.c
-   M /trunk/modules/gui/gtk2/gnome2.c
-   M /trunk/modules/gui/gtk2/gnome2_callbacks.c
-   M /trunk/modules/gui/gtk2/gnome2_callbacks.h
-   M /trunk/modules/gui/gtk2/gnome2_interface.c
-   M /trunk/modules/gui/gtk2/gnome2_interface.h
-   M /trunk/modules/gui/gtk2/gnome2_support.c
-   M /trunk/modules/gui/gtk2/gnome2_support.h
-   M /trunk/modules/gui/gtk2/gtk2.c
-   M /trunk/modules/gui/gtk2/gtk2_callbacks.c
-   M /trunk/modules/gui/gtk2/gtk2_callbacks.h
-   M /trunk/modules/gui/gtk2/gtk2_interface.c
-   M /trunk/modules/gui/gtk2/gtk2_interface.h
-   M /trunk/modules/gui/gtk2/gtk2_support.c
-   M /trunk/modules/gui/gtk2/gtk2_support.h
-   M /trunk/modules/gui/kde/QConfigItem.cpp
-   M /trunk/modules/gui/kde/QConfigItem.h
-   M /trunk/modules/gui/kde/common.h
-   M /trunk/modules/gui/kde/disc.cpp
-   M /trunk/modules/gui/kde/disc.h
-   M /trunk/modules/gui/kde/info.cpp
-   M /trunk/modules/gui/kde/info.h
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/kde/interface.h
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/kde/languagemenu.cpp
-   M /trunk/modules/gui/kde/languagemenu.h
-   M /trunk/modules/gui/kde/menu.cpp
-   M /trunk/modules/gui/kde/menu.h
-   M /trunk/modules/gui/kde/messages.cpp
-   M /trunk/modules/gui/kde/messages.h
-   M /trunk/modules/gui/kde/net.cpp
-   M /trunk/modules/gui/kde/net.h
-   M /trunk/modules/gui/kde/pluginsbox.cpp
-   M /trunk/modules/gui/kde/pluginsbox.h
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/kde/preferences.h
-   M /trunk/modules/gui/kde/slider.cpp
-   M /trunk/modules/gui/kde/slider.h
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.h
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/pda/pda_interface.h
-   M /trunk/modules/gui/pda/pda_support.c
-   M /trunk/modules/gui/pda/pda_support.h
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/qt/intf.h
-   M /trunk/modules/gui/qt/qt.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/events/evt_input.cpp
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/logger.cpp
-   M /trunk/modules/gui/skins2/src/os_factory.cpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
    M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vout_window.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_list.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.h
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/streamdata.h
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/dummy.h
-   M /trunk/modules/misc/dummy/encoder.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/memcpy/fastmemcpy.h
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/modules/misc/playlist/export.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/testsuite/playlist.c
-   M /trunk/modules/misc/testsuite/test1.c
-   M /trunk/modules/misc/testsuite/test2.cpp
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/misc/xml/libxml.c
+
+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
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/bits.h
-   M /trunk/modules/mux/mpeg/csa.c
-   M /trunk/modules/mux/mpeg/csa.h
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/wav.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/announce.c
-   M /trunk/modules/stream_out/announce.h
-   M /trunk/modules/stream_out/description.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/getvlc.h
-   M /trunk/modules/stream_out/transrate/putvlc.h
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/stream_out/transrate/transrate.h
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_rgb_c.h
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/scale.c
-   M /trunk/modules/video_filter/swscale/common.h
-   M /trunk/modules/video_filter/swscale/filter.c
-   M /trunk/modules/video_filter/swscale/rgb2rgb.c
-   M /trunk/modules/video_filter/swscale/rgb2rgb.h
-   M /trunk/modules/video_filter/swscale/rgb2rgb_template.c
-   M /trunk/modules/video_filter/swscale/swscale.c
-   M /trunk/modules/video_filter/swscale/swscale.h
-   M /trunk/modules/video_filter/swscale/swscale_altivec_template.c
-   M /trunk/modules/video_filter/swscale/swscale_internal.h
-   M /trunk/modules/video_filter/swscale/swscale_template.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb_template.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/mga.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/picture.c
-   M /trunk/modules/video_output/picture.h
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization/galaktos/PCM.c
-   M /trunk/modules/visualization/galaktos/PCM.h
-   M /trunk/modules/visualization/galaktos/beat_detect.c
-   M /trunk/modules/visualization/galaktos/beat_detect.h
-   M /trunk/modules/visualization/galaktos/builtin_funcs.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.h
-   M /trunk/modules/visualization/galaktos/common.h
-   M /trunk/modules/visualization/galaktos/compare.h
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_shape.h
-   M /trunk/modules/visualization/galaktos/custom_shape_types.h
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/custom_wave.h
-   M /trunk/modules/visualization/galaktos/custom_wave_types.h
-   M /trunk/modules/visualization/galaktos/engine_vars.c
-   M /trunk/modules/visualization/galaktos/engine_vars.h
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/eval.h
-   M /trunk/modules/visualization/galaktos/expr_types.h
-   M /trunk/modules/visualization/galaktos/fatal.h
-   M /trunk/modules/visualization/galaktos/fftsg.c
-   M /trunk/modules/visualization/galaktos/func.c
-   M /trunk/modules/visualization/galaktos/func.h
-   M /trunk/modules/visualization/galaktos/func_types.h
-   M /trunk/modules/visualization/galaktos/idle_preset.h
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/init_cond.h
-   M /trunk/modules/visualization/galaktos/init_cond_types.h
-   M /trunk/modules/visualization/galaktos/interface_types.h
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/main.h
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/param.h
-   M /trunk/modules/visualization/galaktos/param_types.h
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/parser.h
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.h
-   M /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.h
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
-   M /trunk/modules/visualization/galaktos/per_point_types.h
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/galaktos/plugin.h
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/preset.h
-   M /trunk/modules/visualization/galaktos/preset_types.h
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/splaytree.h
-   M /trunk/modules/visualization/galaktos/splaytree_types.h
-   M /trunk/modules/visualization/galaktos/tree_types.c
-   M /trunk/modules/visualization/galaktos/tree_types.h
-   M /trunk/modules/visualization/galaktos/video_init.c
-   M /trunk/modules/visualization/galaktos/video_init.h
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/fft.c
-   M /trunk/modules/visualization/visual/fft.h
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-   M /trunk/modules/visualization/xosd.c
-   M /trunk/mozilla/support/classinfo.h
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/support/npunix.c
-   M /trunk/mozilla/support/npwin.cpp
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/msvc/modules_builtin_msvc.h
-   M /trunk/python/vlcmodule.c
-   M /trunk/share/newres.h
-   M /trunk/share/resource.h
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/extras/dirent.c
-   M /trunk/src/extras/getopt.c
-   M /trunk/src/extras/getopt.h
-   M /trunk/src/extras/getopt1.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
+
+* 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
-   M /trunk/src/input/var.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.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
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/block.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)
+
+------------------------------------------------------------------------
+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
+
+------------------------------------------------------------------------
+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
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/error.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/tls.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/misc/xml.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/view.c
-   M /trunk/src/stream_output/announce.c
+
+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)
+
+------------------------------------------------------------------------
+r14231 | zorglub | 2006-02-11 15:26:53 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/access_filter/record.c
+
+Don't crash in record filter (Closes:#542)
+
+------------------------------------------------------------------------
+r14230 | zorglub | 2006-02-11 15:14:18 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
+
+Don't make image when we are not interested in the item
+
+------------------------------------------------------------------------
+r14229 | zorglub | 2006-02-11 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
+
+Handle Page up / Page down (Refs:#477)
+
+------------------------------------------------------------------------
+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
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/src/video_output/vout_synchro.c
-   M /trunk/src/vlc.c
 
-Avoid \r\n problems between platforms
+Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)
+
 ------------------------------------------------------------------------
-r10100 | robux4 | 2005-03-02 17:19:56 +0100 (mer, 02 mar 2005) | 1 line
+r14227 | courmisch | 2006-02-11 14:39:03 +0100 (Sat, 11 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/stream_out/rtp.c
+
+- Fix typo in previous commit
+- Enforce a default TTL value (one) in SDP if there is none - refs #404
+  (it should at least be fine for IPv4 usage)
 
-mkv.cpp: ordered chapters now functional !
 ------------------------------------------------------------------------
-r10099 | robux4 | 2005-03-02 17:16:56 +0100 (mer, 02 mar 2005) | 2 lines
+r14226 | courmisch | 2006-02-11 12:58:34 +0100 (Sat, 11 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/src/input/es_out.c
+   M /trunk/modules/stream_out/rtp.c
+
+Simplify [12964]
 
-video.c: don't display pre-rolled pictures
-es_out.c: handle the pre-roll earlier
 ------------------------------------------------------------------------
-r10098 | damienf | 2005-03-02 14:45:45 +0100 (mer, 02 mar 2005) | 3 lines
+r14225 | fkuehne | 2006-02-11 12:34:31 +0100 (Sat, 11 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/activex/main.cpp
-   M /trunk/vlc.win32.nsi
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/wizard.h
+   M /trunk/modules/gui/macosx/wizard.m
+
+* added an option to keep the selections in the wizard for a single session. It's enabled by default. (refs #522)
+------------------------------------------------------------------------
+r14224 | courmisch | 2006-02-11 11:49:30 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+SAP hop limit should always be 255 as per its specification - refs #404
+
+------------------------------------------------------------------------
+r14223 | courmisch | 2006-02-11 11:47:42 +0100 (Sat, 11 Feb 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)
+
+------------------------------------------------------------------------
+r14222 | courmisch | 2006-02-11 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
+
+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. 
+
+------------------------------------------------------------------------
+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
+
+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
+
+- 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
+
+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
+
+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
+
+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
 
-- install axvlc.dll within the VLC directory, rather than WINDOWS
-- DllRegisterServer modified to use current DLL path when registering control
+vlc vod server can now serve about 5 seconds of video to amino stbs
 
 ------------------------------------------------------------------------
-r10097 | gbazin | 2005-03-02 12:00:16 +0100 (mer, 02 mar 2005) | 1 line
+r14202 | jpsaman | 2006-02-10 15:51:10 +0100 (Fri, 10 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/codec/theora.c
+   M /trunk/modules/misc/rtsp.c
 
-* modules/codec/theora.c: sanity check for invalid theora header.
+Also add support for x-playNow in RtspCallback.
 ------------------------------------------------------------------------
-r10096 | robux4 | 2005-03-02 11:34:01 +0100 (mer, 02 mar 2005) | 1 line
+r14201 | jpsaman | 2006-02-10 15:44:19 +0100 (Fri, 10 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/livedotcom.cpp
 
-mkv.cpp: correct use of the default chapter edition
+sanity check
 ------------------------------------------------------------------------
-r10095 | courmisch | 2005-03-02 11:27:35 +0100 (mer, 02 mar 2005) | 2 lines
+r14200 | jpsaman | 2006-02-10 15:43:05 +0100 (Fri, 10 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/vlc-config.in.in
-
-Unbreak make vlc from subdir
+   M /trunk/src/network/httpd.c
 
+Indentation and coding style fixes
 ------------------------------------------------------------------------
-r10094 | gbazin | 2005-03-02 11:01:39 +0100 (mer, 02 mar 2005) | 1 line
+r14199 | jpsaman | 2006-02-10 14:51:11 +0100 (Fri, 10 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/misc/rtsp.c
+
+Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.
 
-* modules/stream_out/transcode.c: added a missing vlc_object_destroy().
 ------------------------------------------------------------------------
-r10093 | dionoea | 2005-03-02 00:24:08 +0100 (mer, 02 mar 2005) | 9 lines
+r14198 | hartman | 2006-02-10 13:58:55 +0100 (Fri, 10 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
-   M /trunk/modules/video_output/picture.h
-
-Add options to give a specific channel order in mosaic
+   M /trunk/configure.ac
 
- * picture.* : add picture-id option. its a string that identifies the
-               video.
- * mosaic.c : add mosaic-order option. its a comma separated list of
-              picture-ids. Any picture who's id isn't found in the list
-              will be placed after skiping the necessary number of
-              slots needed to place all pictures defined in this list.
+* disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.
 
 ------------------------------------------------------------------------
-r10092 | dionoea | 2005-03-02 00:21:22 +0100 (mer, 02 mar 2005) | 2 lines
+r14197 | hartman | 2006-02-10 03:53:57 +0100 (Fri, 10 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/codec/quicktime.c
 
- * change copyright date 
+* Fix the QT video decoder. refs #345
 
 ------------------------------------------------------------------------
-r10091 | courmisch | 2005-03-01 22:24:25 +0100 (mar, 01 mar 2005) | 2 lines
+r14196 | xtophe | 2006-02-09 13:31:17 +0100 (Thu, 09 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/toolbox
-   M /trunk/vlc-config.in.in
+   M /trunk/extras/zsh.cpp
 
-- build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir
+Remove debug.
 
 ------------------------------------------------------------------------
-r10090 | titer | 2005-03-01 21:56:17 +0100 (mar, 01 mar 2005) | 3 lines
+r14195 | courmisch | 2006-02-09 13:06:02 +0100 (Thu, 09 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+   M /trunk/src/network/rootwrap.c
 
- ffmpeg.patch.cvs: workaround buggy lrintf detection when cross compiling
-  (fixes WMA decoding in BeOS nightly builds)
+Check for AF_INET6 all the time
 
 ------------------------------------------------------------------------
-r10089 | courmisch | 2005-03-01 21:28:37 +0100 (mar, 01 mar 2005) | 4 lines
+r14194 | dionoea | 2006-02-08 17:26:56 +0100 (Wed, 08 Feb 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
+   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.
 
-- fix is_mult call in case of Unicode build (c_str => mb_str)
-- fix IPv6 multicast address range
-- more strict IPv4 multicast address range
 
 ------------------------------------------------------------------------
-r10088 | hartman | 2005-03-01 19:39:19 +0100 (mar, 01 mar 2005) | 2 lines
+r14193 | sigmunau | 2006-02-08 11:39:33 +0100 (Wed, 08 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/lirc.c
+   M /trunk/modules/access_output/udp.c
 
-* Fix compile issue on lirc.c
+access_output/udp.c: Attach the writer thread. Fixes missing headers.
 
 ------------------------------------------------------------------------
-r10087 | massiot | 2005-03-01 19:26:29 +0100 (mar, 01 mar 2005) | 3 lines
+r14192 | djc | 2006-02-08 11:33:46 +0100 (Wed, 08 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_output/picture.c
+   M /trunk/modules/gui/macosx/interaction.m
 
-* modules/video_output/picture.c: Changed the order of the commands to avoid
-  holding p_picture_vout->lock for too long.
+Fix message advice (use description.widgets instead of only description)
 
 ------------------------------------------------------------------------
-r10086 | robux4 | 2005-03-01 18:41:36 +0100 (mar, 01 mar 2005) | 1 line
+r14191 | xtophe | 2006-02-08 00:03:45 +0100 (Wed, 08 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/misc/win32text.c
+
+Typo.
 
-mkv.cpp: better handling of the seekpoint numbers
 ------------------------------------------------------------------------
-r10085 | massiot | 2005-03-01 18:30:50 +0100 (mar, 01 mar 2005) | 3 lines
+r14190 | zorglub | 2006-02-07 22:08:32 +0100 (Tue, 07 Feb 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/stream_out/transcode.c
+   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
 
-* modules/stream_out/transcode.c: Fixed --sout-transcode-threads=1 option
-  (what the hell is i_duplicate ?)
+* get/set/toggle fullscreen 
+* Fix a bug in playlist_play
 
-------------------------------------------------------------------------
-r10084 | robux4 | 2005-03-01 18:28:15 +0100 (mar, 01 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+(Refs:#457)
 
-mkv.cpp: update the current chapter during playback
 ------------------------------------------------------------------------
-r10083 | dionoea | 2005-03-01 18:16:30 +0100 (mar, 01 mar 2005) | 2 lines
+r14189 | sigmunau | 2006-02-07 21:41:17 +0100 (Tue, 07 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
+   M /trunk/modules/access_output/udp.c
 
- * fix placement calculation when vborder or hborder are non zero
+access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot
 
 ------------------------------------------------------------------------
-r10082 | gbazin | 2005-03-01 17:26:21 +0100 (mar, 01 mar 2005) | 3 lines
+r14188 | dionoea | 2006-02-07 18:08:18 +0100 (Tue, 07 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/src/audio_output/common.c
+   M /trunk/include/vlc_osd.h
 
-* modules/codec/lpcm.c: support for 20/24 bits LPCM.
-* modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.
+looks like this was retrocommited :)
 
 ------------------------------------------------------------------------
-r10081 | dionoea | 2005-03-01 16:33:51 +0100 (mar, 01 mar 2005) | 2 lines
+r14187 | courmisch | 2006-02-07 17:37:40 +0100 (Tue, 07 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
-   M /trunk/modules/video_output/picture.h
+   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
 
- * add svn Id support and some copyright info in picture.h
+* Fix win32 text renderer.
 
 ------------------------------------------------------------------------
-r10080 | markfm | 2005-03-01 16:22:47 +0100 (mar, 01 mar 2005) | 2 lines
+r14184 | hartman | 2006-02-07 16:18:06 +0100 (Tue, 07 Feb 2006) | 12 lines
 Changed paths:
-   M /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_osd.h
    M /trunk/include/vlc_video.h
-   M /trunk/modules/control/rc.c
+   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
 
-dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_t, new marq-size and time-size shortcuts, accessible from rc
+* 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.
 
-------------------------------------------------------------------------
-r10079 | robux4 | 2005-03-01 16:01:48 +0100 (mar, 01 mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+refs #82
+
+not supported are style runs (styles on substrings).
 
-mkv.cpp: fix the chapter/edition ending time
-------------------------------------------------------------------------
-r10078 | zorglub | 2005-03-01 14:31:32 +0100 (mar, 01 mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/item.c
 
-Fix playlist export
-Remove extra SAP debug
 
 ------------------------------------------------------------------------
-r10077 | hartman | 2005-03-01 10:28:37 +0100 (mar, 01 mar 2005) | 4 lines
+r14183 | hartman | 2006-02-07 16:09:21 +0100 (Tue, 07 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/NEWS
-   M /trunk/doc/lirc/example.lircrc
-   M /trunk/modules/control/lirc.c
+   M /trunk/include/vlc_osd.h
 
-* simplified the lirc code to listen for key-* strings which we can directly use to trigger hotkeys.
-* updated the example.lircrc with new required strings
-* added a notice to NEWS about changed lirc syntax.
+* dos2unix of vlc_osd.h
 
 ------------------------------------------------------------------------
-r10076 | gbazin | 2005-03-01 08:53:04 +0100 (mar, 01 mar 2005) | 2 lines
+r14182 | rocky | 2006-02-06 16:30:30 +0100 (Mon, 06 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/modules/control/Modules.am
-   D /trunk/modules/control/rtci.c
-
-* modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF from the last commit.
+   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
 
+minor corrections
 ------------------------------------------------------------------------
-r10075 | markfm | 2005-03-01 00:40:59 +0100 (mar, 01 mar 2005) | 2 lines
+r14181 | rocky | 2006-02-06 13:41:12 +0100 (Mon, 06 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/Modules.am
+   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
 
-Remove rtci.c from modules/control (implementation on hold)
+Revise. perhaps a little more detail too.
 
 ------------------------------------------------------------------------
-r10074 | gbazin | 2005-02-28 21:51:32 +0100 (lun, 28 fév 2005) | 1 line
+r14180 | dionoea | 2006-02-06 13:07:40 +0100 (Mon, 06 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
+   M /trunk/src/stream_output/stream_output.c
 
-* modules/gui/wince: added a popup menu for the main interface.
-------------------------------------------------------------------------
-r10073 | gbazin | 2005-02-28 19:23:26 +0100 (lun, 28 fév 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
+Remove useless lines (which came from a missunderstanding of how it worked)
 
-* modules/gui/wince: usual bunch of cleanup + updates.
 ------------------------------------------------------------------------
-r10072 | dionoea | 2005-02-28 16:54:07 +0100 (lun, 28 fév 2005) | 5 lines
+r14179 | dionoea | 2006-02-05 23:14:00 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/rtci.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
+   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
 
- * mosaic.c, rc.c, rtci.c : callbacks to change mosaic sub filter
-                            parameters on the fly
- * mosaic.c : center image in rectangle when keep aspect ratio is enabled
- * picture.c : remove debug message
+sout-standard-url is deprecated
 
 ------------------------------------------------------------------------
-r10071 | gbazin | 2005-02-28 15:40:27 +0100 (lun, 28 fév 2005) | 1 line
+r14178 | dionoea | 2006-02-05 23:02:12 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wince/wince_rc.rc
+   M /trunk/modules/stream_out/standard.c
+
+sout-standard-url is deprecated
 
-* modules/gui/wince: some more cleanup.
 ------------------------------------------------------------------------
-r10070 | markfm | 2005-02-28 13:48:26 +0100 (lun, 28 fév 2005) | 2 lines
+r14177 | dionoea | 2006-02-05 23:01:23 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/marq.c
+   M /trunk/src/stream_output/stream_output.c
 
-Make sure the files are in Unix format
+Deprecated options handling
 
 ------------------------------------------------------------------------
-r10069 | fkuehne | 2005-02-27 23:57:36 +0100 (dim, 27 fév 2005) | 1 line
+r14176 | courmisch | 2006-02-05 21:52:29 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/src/input/subtitles.c
 
-* removed prefs_widgets.h, prefs_widgets.m, playlistinfo.h, playlistinfo.m, equalizer.m, equalizer.h, voutgl.m, voutqt.m from the build target, so they don't get copied in the Resources-folder of the binary bundle
-------------------------------------------------------------------------
-r10068 | robux4 | 2005-02-27 20:34:39 +0100 (dim, 27 fév 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)
 
-More ordered chapters code, still not functional
 ------------------------------------------------------------------------
-r10067 | markfm | 2005-02-27 20:30:11 +0100 (dim, 27 fév 2005) | 2 lines
+r14175 | zorglub | 2006-02-05 14:38:05 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_filter.h
+   M /trunk/modules/gui/wxwidgets/input_manager.cpp
 
-vlc_filter.h -- update pf_render_string for additional RenderText parameters.
+Show sliders for stream with no time info but position info (Closes:#484)
 
 ------------------------------------------------------------------------
-r10066 | markfm | 2005-02-27 20:14:41 +0100 (dim, 27 fév 2005) | 2 lines
+r14174 | hartman | 2006-02-05 13:47:47 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/video_filter/blend.c
 
-freetype.c -- set default font color (white)
+* Added YVYU blending and fixed UYVY blending.
 
 ------------------------------------------------------------------------
-r10065 | markfm | 2005-02-27 18:25:12 +0100 (dim, 27 fév 2005) | 2 lines
+r14173 | hartman | 2006-02-05 13:43:38 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/src/video_output/vout_subpictures.c
+   M /trunk/modules/video_chroma/i420_yuy2.h
+   M /trunk/modules/video_chroma/i422_yuy2.h
 
-freetype and rc extensions.  i_font_color and i_font_opacity added to subpictures, allowing per-object control (defaulting to freetype).  marq and time updated to allow font color and opacity control.  rc update to allow OTF control of all marq and time options.
+* Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
 
 ------------------------------------------------------------------------
-r10064 | andrep | 2005-02-27 06:51:32 +0100 (dim, 27 fév 2005) | 28 lines
+r14172 | zorglub | 2006-02-05 12:09:13 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
-* modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla plugin lives again!
-
-
-Some details:
-
-* This was mostly taken verbatim from revision:5717 (before the vout
-  Mozilla support was removed), though it's been edited pretty thoroughly,
-  and is now much more commented.
-
-* The "normal" vout display should be completely unaffected, since the
-  plugin-relevant code paths are only taken when p_vout->p_sys->b_embedded is
-  set to VLC_TRUE.  (I've tested the normal VLC.app, and it seems fine.)
-
-* There are still some problems with the plugin when the Mozilla window is
-  resized a lot.  I suspect this is due to threading issues with
-  QuickDraw, but I don't know enough about QuickDraw to be sure.  Help
-  with this would be very welcome.
-
-* The original patch in revision:5717 optimised the plugin display
-  slightly, by using a mask (clipping region) so that QuickDraw only
-  updated the plugin's area of the dirty region.  I elected not to use
-  a mask, since I thought the extra code complexity (i.e. lots more if()
-  branches) isn't worth the incremental speedup.  (If, in fact, there was
-  a speedup at all -- the extra overhead induced by calculating the
-  intersection of the dirty region with the mask may have offset any
-  benefits: only benchmarks will tell ...)
+   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
 
+Add a "Close" button to the errors window and fix the "Stop showing errors" string
 
 ------------------------------------------------------------------------
-r10063 | gbazin | 2005-02-26 20:28:41 +0100 (sam, 26 fév 2005) | 1 line
+r14171 | zorglub | 2006-02-05 12:05:21 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wince/wince_rc.rc
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
+   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
+
+Some WX VLM dialog improvements
 
-* modules/gui/wince: some more code cleanup + fixes.
 ------------------------------------------------------------------------
-r10062 | zorglub | 2005-02-26 16:41:22 +0100 (sam, 26 fév 2005) | 4 lines
+r14170 | hartman | 2006-02-05 00:46:28 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/mpjpeg.c
+   M /trunk/modules/video_filter/blend.c
 
-* Allow all MJPEG fourcc
-* Announce content-length
-* Allow  boundary string customization
+* Hopefully added UYVY blending for YUVA and YUVP. (Untested)
 
 ------------------------------------------------------------------------
-r10061 | fenrir | 2005-02-25 17:05:22 +0100 (ven, 25 fév 2005) | 3 lines
+r14169 | xtophe | 2006-02-05 00:26:40 +0100 (Sun, 05 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* ts: if no dts but there is a pts then dts == pts.
+   M /trunk/modules/gui/wxwidgets/Modules.am
 
+Include the bitmaps in tarball
 
 ------------------------------------------------------------------------
-r10060 | gbazin | 2005-02-25 09:33:38 +0100 (ven, 25 fév 2005) | 1 line
+r14168 | zorglub | 2006-02-04 23:57:01 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wince/wince_rc.rc
+   M /trunk/modules/gui/wxwidgets/dialogs.cpp
+   M /trunk/modules/services_discovery/shout.c
+   M /trunk/src/interface/interaction.c
+
+Better fix
 
-* ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.
 ------------------------------------------------------------------------
-r10059 | dionoea | 2005-02-25 00:31:56 +0100 (ven, 25 fév 2005) | 2 lines
+r14167 | hartman | 2006-02-04 23:56:34 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/po/da.po
+   M /trunk/modules/video_output/opengl.c
 
-Updated danish translation by Jonas Larsen (E-bola)
+* Use UYVY fourcc instead of Y422, since i believe it's more common.
 
 ------------------------------------------------------------------------
-r10058 | robux4 | 2005-02-24 18:13:22 +0100 (jeu, 24 fév 2005) | 1 line
+r14166 | dionoea | 2006-02-04 23:53:09 +0100 (Sat, 04 Feb 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/misc/update.c
 
-fill more data in the chapter classes
-------------------------------------------------------------------------
-r10057 | gbazin | 2005-02-24 16:19:05 +0100 (jeu, 24 fév 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.h
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.h
+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/gui/wince: cleanup + ported to win32 (but not tried yet ;).
-------------------------------------------------------------------------
-r10056 | robux4 | 2005-02-24 14:39:38 +0100 (jeu, 24 fév 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
 
-mkv.cpp: add more code to support ordered chapters
 ------------------------------------------------------------------------
-r10055 | hartman | 2005-02-24 01:07:30 +0100 (jeu, 24 fév 2005) | 2 lines
+r14165 | dionoea | 2006-02-04 23:34:40 +0100 (Sat, 04 Feb 2006) | 7 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/src/interface/interaction.c
 
-* start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.
+prevent some more segfaults.
 
-------------------------------------------------------------------------
-r10054 | hartman | 2005-02-23 23:28:36 +0100 (mer, 23 fév 2005) | 2 lines
-Changed paths:
-   A /trunk/extras/contrib/src/Patches/goom.patch
+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.
 
-* Forgot to commit the goom2k4 patch
 
 ------------------------------------------------------------------------
-r10053 | hartman | 2005-02-23 21:15:28 +0100 (mer, 23 fév 2005) | 2 lines
+r14164 | xtophe | 2006-02-04 20:54:37 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
+   M /trunk/src/misc/update.c
 
-* freetype.c: fix for blurry subs? someone please confirm
+Remove C++ism to please gcc2.95 and BeOS
 
 ------------------------------------------------------------------------
-r10052 | zorglub | 2005-02-23 18:25:46 +0100 (mer, 23 fév 2005) | 2 lines
+r14163 | jpsaman | 2006-02-04 20:48:38 +0100 (Sat, 04 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/TODO
-   M /trunk/configure.ac
-
-Re-enable directory
+   M /trunk/src/network/httpd.c
 
+Weed some dead code
 ------------------------------------------------------------------------
-r10051 | hartman | 2005-02-23 17:27:01 +0100 (mer, 23 fév 2005) | 2 lines
+r14162 | zorglub | 2006-02-04 20:28:20 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/include/vlc_messages.h
 
-* Fix setRepresentedFilename in case p_access not present (ie. in case of access_demux)
+Don't fail with no-debug
 
 ------------------------------------------------------------------------
-r10050 | hartman | 2005-02-23 16:26:27 +0100 (mer, 23 fév 2005) | 2 lines
+r14161 | jpsaman | 2006-02-04 19:16:13 +0100 (Sat, 04 Feb 2006) | 1 line
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Lets use the final version of goom2k4
+   M /trunk/modules/misc/rtsp.c
 
+fprintf die die
 ------------------------------------------------------------------------
-r10049 | gbazin | 2005-02-23 15:52:09 +0100 (mer, 23 fév 2005) | 1 line
+r14160 | zorglub | 2006-02-04 18:08:44 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/messages.c
+
+Memleak
 
-* src/misc/modules.c: MSVC compilation fix.
 ------------------------------------------------------------------------
-r10048 | hartman | 2005-02-23 15:37:56 +0100 (mer, 23 fév 2005) | 3 lines
+r14159 | zorglub | 2006-02-04 18:05:14 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
+   A /trunk/extras/valgrind.suppressions
 
-* Let's break the prefs again for OSX
-  now to get it working. There is a semi-todo/design list in prefs.m.
+Valgrind errors suppression file
 
 ------------------------------------------------------------------------
-r10047 | damienf | 2005-02-23 15:26:47 +0100 (mer, 23 fév 2005) | 2 lines
+r14158 | zorglub | 2006-02-04 18:03:40 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/axvlc.inf
+   M /trunk/include/vlc_symbols.h
 
-- changed sample axvlc.inf to use VLC NSI installer
+Missing file
 
 ------------------------------------------------------------------------
-r10046 | damienf | 2005-02-23 15:09:40 +0100 (mer, 23 fév 2005) | 5 lines
+r14157 | zorglub | 2006-02-04 17:26:23 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/vlc.win32.nsi
-
-- inserted uninstall entry for activex plugin
-- fixed autoplay for DVD and CD
+   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
 
-caveat for CD, the cdda plugin must be fixed to allow for a MRL of the form cdda:D:\ (needs to support the trailing backslash)
+Stop using strings to index stats, use integers. The list is not sorted yet, though
 
 ------------------------------------------------------------------------
-r10045 | hartman | 2005-02-23 14:53:28 +0100 (mer, 23 fév 2005) | 2 lines
+r14156 | zorglub | 2006-02-04 16:28:36 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
+   M /trunk/src/playlist/playlist.c
 
-* Update copyright to 2005 where appropriate.
+Fix memleak
 
 ------------------------------------------------------------------------
-r10044 | robux4 | 2005-02-23 13:13:17 +0100 (mer, 23 fév 2005) | 1 line
+r14155 | zorglub | 2006-02-04 14:56:07 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/misc/hashtables.c
+
+Fix stupid bug
 
-mkv.cpp: I was wrong, the dirent export works
 ------------------------------------------------------------------------
-r10043 | robux4 | 2005-02-23 12:48:25 +0100 (mer, 23 fév 2005) | 1 line
+r14154 | zorglub | 2006-02-04 13:50:41 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/misc/hashtables.c
+
+Don't read uninitialized values
 
-mkv.cpp: fix dirent issue with the recent "fixes"
 ------------------------------------------------------------------------
-r10042 | hartman | 2005-02-23 12:37:04 +0100 (mer, 23 fév 2005) | 3 lines
+r14153 | zorglub | 2006-02-04 12:04:42 +0100 (Sat, 04 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/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
 
-* hooked up the Playlist window menuitem to an action
-* added com-shift-E and com-shift-M keycombo's for Equalizer window and Messages window
+* Avoid useless stats_Get calls
+* Reduce vlc_object_find calls
 
 ------------------------------------------------------------------------
-r10041 | sigmunau | 2005-02-23 11:33:07 +0100 (mer, 23 fév 2005) | 2 lines
+r14152 | zorglub | 2006-02-04 10:24:50 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/wall.c
+   M /trunk/src/misc/hashtables.c
 
-wall.c: user-configurable aspect-ratio for the displays
+Don't check the full string
 
 ------------------------------------------------------------------------
-r10040 | sigmunau | 2005-02-23 11:11:33 +0100 (mer, 23 fév 2005) | 3 lines
+r14151 | zorglub | 2006-02-04 01:08:50 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/wall.c
+   M /trunk/include/stream_output.h
+   M /trunk/src/stream_output/stream_output.c
 
-wall.c: shut up two compiler warnings. Fix two (only one actually
-experienced) rounding errors causing invalid reads and green lines.
+AccessOutWrite is called very often, especially for TS. Don't store stats on each call
 
 ------------------------------------------------------------------------
-r10039 | sigmunau | 2005-02-23 10:12:31 +0100 (mer, 23 fév 2005) | 9 lines
+r14150 | zorglub | 2006-02-04 00:52:45 +0100 (Sat, 04 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-wall.c: set the total output aspect ratio to the device aspect ratio, even
-if size constrains stoped us from making the parts have that aspect ratio.
-This causes a slight stretch of the image in some direction but should
-totally remove black lines between the elements.
-todo:
- * make device aspect ratio configureable (easy)
- * handle anamorphic input video (medium)
+   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
 
 ------------------------------------------------------------------------
-r10038 | gbazin | 2005-02-23 09:09:46 +0100 (mer, 23 fév 2005) | 1 line
+r14149 | zorglub | 2006-02-03 20:53:47 +0100 (Fri, 03 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   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)
 
-* configure.ac: wince interface moved to builtins.
 ------------------------------------------------------------------------
-r10037 | markfm | 2005-02-23 04:37:45 +0100 (mer, 23 fév 2005) | 2 lines
+r14148 | sigmunau | 2006-02-03 16:10:12 +0100 (Fri, 03 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/access/dvb/linux_dvb.c
 
-freetype.c  Correct color mapping, make color choice a 16-item pick list, add on-the-fly capability (independent color/opacity for time, marquee, etc.)
+linux_dvb.c: initialize a variable
 
 ------------------------------------------------------------------------
-r10036 | hartman | 2005-02-22 23:11:26 +0100 (mar, 22 fév 2005) | 2 lines
+r14147 | sigmunau | 2006-02-03 15:07:41 +0100 (Fri, 03 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/stream_output/stream_output.c
 
-* renamed sap module from "SAP interface" to "SAP announces"
+fix --no-stats in a few cases (there are more remaining)
 
 ------------------------------------------------------------------------
-r10035 | djc | 2005-02-22 18:27:04 +0100 (mar, 22 fév 2005) | 4 lines
+r14146 | xtophe | 2006-02-03 10:54:22 +0100 (Fri, 03 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-We use setRepresentedFilename if access is File.
-Title is found in input instead of playlist (fix a small vlm bug...).
+   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.
 
 ------------------------------------------------------------------------
-r10034 | gbazin | 2005-02-22 16:53:42 +0100 (mar, 22 fév 2005) | 1 line
+r14145 | xtophe | 2006-02-03 01:13:11 +0100 (Fri, 03 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+
+Seems that the widget return the path in local encoding
 
-* configure.ac: fixed typo + removed some plugins from the WinCE build.
 ------------------------------------------------------------------------
-r10033 | damienf | 2005-02-22 16:35:01 +0100 (mar, 22 fév 2005) | 2 lines
+r14144 | dionoea | 2006-02-03 00:54:03 +0100 (Fri, 03 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/src/misc/update.c
 
-- changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in)
+fix download (it didn't download the last (file size)%(1<<10) bytes)
 
 ------------------------------------------------------------------------
-r10032 | gbazin | 2005-02-22 14:13:29 +0100 (mar, 22 fév 2005) | 1 line
+r14143 | dionoea | 2006-02-03 00:35:12 +0100 (Fri, 03 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/doc/Doxyfile
 
-* modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain why the check is triggered though).
-------------------------------------------------------------------------
-r10031 | gbazin | 2005-02-22 13:50:43 +0100 (mar, 22 fév 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/threads.c
+update Doxyfile using "doxygen -u"
 
-* src/misc/threads.c: print thread timing statistics on thread destruction (Win32 only).
 ------------------------------------------------------------------------
-r10030 | damienf | 2005-02-22 12:13:11 +0100 (mar, 22 fév 2005) | 2 lines
+r14142 | dionoea | 2006-02-03 00:31:42 +0100 (Fri, 03 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/vlc.win32.nsi
+   M /trunk/include/vlc_interaction.h
+   M /trunk/include/vlc_update.h
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
 
-added ActiveX control to the VLC installer
+include/* : fix doxygen comments
+modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up
 
 ------------------------------------------------------------------------
-r10029 | gbazin | 2005-02-21 21:32:36 +0100 (lun, 21 fév 2005) | 1 line
+r14141 | dionoea | 2006-02-03 00:04:59 +0100 (Fri, 03 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/ogg.c
+   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 )
 
-* modules/demux/ogg.c: added support for new Ogg mapping for FLAC.
 ------------------------------------------------------------------------
-r10028 | gbazin | 2005-02-21 20:16:22 +0100 (lun, 21 fév 2005) | 1 line
+r14140 | dionoea | 2006-02-02 20:00:08 +0100 (Thu, 02 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+
+lets hope that this fixes the win32 build
 
-* modules/codec/vorbis.c: uninitialized variable.
 ------------------------------------------------------------------------
-r10027 | gbazin | 2005-02-21 20:15:33 +0100 (lun, 21 fév 2005) | 1 line
+r14139 | dionoea | 2006-02-02 19:06:20 +0100 (Thu, 02 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   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)
 
-* configure.ac: mux_ts was moved to builtins by mistake.
 ------------------------------------------------------------------------
-r10025 | gbazin | 2005-02-21 18:51:53 +0100 (lun, 21 fév 2005) | 1 line
+r14138 | dionoea | 2006-02-02 18:44:07 +0100 (Thu, 02 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/src/misc/update.c
+
+remove old uneeded #include
 
-* modules/misc/network/ipv4.c: multicast support for WinCE.
 ------------------------------------------------------------------------
-r10024 | gbazin | 2005-02-21 18:50:54 +0100 (lun, 21 fév 2005) | 1 line
+r14137 | dionoea | 2006-02-02 18:29:06 +0100 (Thu, 02 Feb 2006) | 9 lines
 Changed paths:
-   M /trunk/modules/access/directory.c
+   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/misc/modules.c, modules/access/directory.c: Win32 fixes (GetFileAttributes() returns -1 on error).
-------------------------------------------------------------------------
-r10023 | djc | 2005-02-21 17:12:14 +0100 (lun, 21 fév 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
+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)
 
-Do not use setTitleWithRepresentedFilename if input is not a file.
+modules/gui/wxwidgets/* : update pannel.
 
 
 ------------------------------------------------------------------------
-r10022 | sigmunau | 2005-02-21 16:58:02 +0100 (lun, 21 fév 2005) | 3 lines
+r14136 | dionoea | 2006-02-02 17:36:48 +0100 (Thu, 02 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/wall.c
+   M /trunk/src/interface/interaction.c
 
-wall.c: handle some rounding error causing a integer overflow. more window
-size constrain fixes
+Make sure that the progress bar dialog exists before updating its status.
 
 ------------------------------------------------------------------------
-r10021 | dionoea | 2005-02-21 16:23:46 +0100 (lun, 21 fév 2005) | 3 lines
+r14135 | sigmunau | 2006-02-02 12:59:15 +0100 (Thu, 02 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
+   M /trunk/src/input/es_out.c
 
- * picture.c : slightly cleaner picture_t freeing
- * mosaic.c : add a switch to keep aspect ratio when resizing
+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.
 
 ------------------------------------------------------------------------
-r10020 | gbazin | 2005-02-21 14:50:17 +0100 (lun, 21 fév 2005) | 1 line
+r14134 | courmisch | 2006-02-02 11:59:17 +0100 (Thu, 02 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/include/vlc_common.h
+   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
 
-* include/vlc_common.h: compilation fix.
 ------------------------------------------------------------------------
-r10019 | dionoea | 2005-02-21 14:39:01 +0100 (lun, 21 fév 2005) | 2 lines
+r14133 | hartman | 2006-02-02 04:22:52 +0100 (Thu, 02 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
+   M /trunk/src/input/subtitles.c
 
- * update the copyright dates
+* Forgot to add the path seperator. truly fixes the bug. refs #463
 
 ------------------------------------------------------------------------
-r10018 | gbazin | 2005-02-21 14:35:15 +0100 (lun, 21 fév 2005) | 1 line
+r14132 | hartman | 2006-02-02 03:44:31 +0100 (Thu, 02 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/directory.c
+   M /trunk/extras/contrib/src/Makefile
+
+* Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
 
-* configure.ac, modules/access/directory.c: enabled the directory access module on WinCE.
 ------------------------------------------------------------------------
-r10017 | dionoea | 2005-02-21 14:13:52 +0100 (lun, 21 fév 2005) | 31 lines
+r14131 | hartman | 2006-02-01 21:51:18 +0100 (Wed, 01 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/Modules.am
-   A /trunk/modules/video_output/picture.c
-   A /trunk/modules/video_output/picture.h
-
-Basic mosaic, video blending modules
- * picture.c picture.h : vout that copies the rendered image in a libvlc
-                         object.
- * mosaic.c : sub filter that takes all the images created by the picture
-              module and blends them over the current video
-
-I think i still have loads of things to fix (like memleaks)
-
-Simple vlm configuration file to see this work :
-<<<<
-new chan1 broadcast enabled
-setup chan1 input somevideo1.avi
-setup chan1 option vout=picture
-
-new chan2 broadcast enabled
-setup chan2 input somevideo2.avi
-setup chan2 option vout=picture
-
-new bg broadcast enabled
-setup bg input somevideo0.avi
-setup bg option sub-filter=mosaic
+   M /trunk/src/input/subtitles.c
 
-control bg play
-control chan1 play
-control chan2 play
->>>>
+* 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
 
-You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf
+------------------------------------------------------------------------
+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
 
 ------------------------------------------------------------------------
-r10016 | gbazin | 2005-02-21 14:07:54 +0100 (lun, 21 fév 2005) | 1 line
+r14128 | courmisch | 2006-02-01 20:52:29 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   D /trunk/src/extras/dirent.h
+   M /trunk/bindings/python/vlcglue.h
+
+One more
 
-* src/extras/dirent.h: removed useless file.
 ------------------------------------------------------------------------
-r10015 | yoann | 2005-02-21 14:06:08 +0100 (lun, 21 fév 2005) | 2 lines
+r14127 | courmisch | 2006-02-01 20:49:08 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/vlm.c
+   M /trunk/doc/developer2
 
-* src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)
+svn:ignore built doc
 
 ------------------------------------------------------------------------
-r10014 | gbazin | 2005-02-21 14:00:20 +0100 (lun, 21 fév 2005) | 1 line
+r14126 | courmisch | 2006-02-01 20:47:14 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/src/extras/dirent.c
-   M /trunk/src/input/subtitles.c
+   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
 
-* src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.
 ------------------------------------------------------------------------
-r10013 | sigmunau | 2005-02-21 13:03:28 +0100 (lun, 21 fév 2005) | 3 lines
+r14125 | courmisch | 2006-02-01 20:44:56 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/wall.c
+   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
 
-wall.c: create properly sized (multiple of two each way) windows. set
-correct output resolution on the created windows
+Uniformize developer doc encoding
 
 ------------------------------------------------------------------------
-r10012 | fenrir | 2005-02-21 10:10:53 +0100 (lun, 21 fév 2005) | 6 lines
+r14124 | courmisch | 2006-02-01 20:40:01 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
+   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
 
- * livedotcom: automatic TCP rollover when no data was received in 900ms and
- auto eof when no more data received in 3s (not tested a lot, so please report
- any problem).
-  Do not set dts for video stream (make libmpeg2 happy).
+Additionnal conversions
 
 ------------------------------------------------------------------------
-r10011 | fenrir | 2005-02-21 10:05:11 +0100 (lun, 21 fév 2005) | 2 lines
+r14123 | courmisch | 2006-02-01 20:32:40 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/LIST
+   M /trunk/modules/gui/wince/preferences_widgets.h
 
- * all: woops (debug messages left).
+French -> English
 
 ------------------------------------------------------------------------
-r10010 | fenrir | 2005-02-21 10:03:07 +0100 (lun, 21 fév 2005) | 11 lines
+r14122 | courmisch | 2006-02-01 20:21:41 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
- * block: added 
-    - BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
- BLOCK_FLAG_DISCONTINUITY in that case)
-    - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
- * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
- * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
- (untested).
- * mp4: added support for CTTS table (pts, needed for h264+bframe).
- * decoders: for now handle discontinuity and corrupted block the same way.
+   M /trunk/share/skins2
 
+svn:ignore built skins
 
 ------------------------------------------------------------------------
-r10009 | robux4 | 2005-02-21 09:07:34 +0100 (lun, 21 fév 2005) | 1 line
+r14121 | courmisch | 2006-02-01 20:20:17 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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
 
-mkv.cpp: prepare code for multiple editions and ordered editions
 ------------------------------------------------------------------------
-r10008 | robux4 | 2005-02-21 08:52:19 +0100 (lun, 21 fév 2005) | 1 line
+r14120 | hartman | 2006-02-01 19:13:49 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/gui/macosx/voutgl.m
+
+* Enable OpenGL without Acceleration on Mac OSX. (Fallback option)
 
-mkv.cpp: do not spread gcc problems to other compilers
 ------------------------------------------------------------------------
-r10007 | yoann | 2005-02-21 00:22:21 +0100 (lun, 21 fév 2005) | 2 lines
+r14119 | courmisch | 2006-02-01 19:08:49 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/vlm.c
+   M /trunk/mozilla/support/npmac.cpp
 
-* src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media
+That one wasn't even Latin-1
 
 ------------------------------------------------------------------------
-r10004 | gbazin | 2005-02-20 22:38:36 +0100 (dim, 20 fév 2005) | 1 line
+r14118 | courmisch | 2006-02-01 19:06:48 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
+   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
 
-* modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.
 ------------------------------------------------------------------------
-r10003 | gbazin | 2005-02-20 22:26:14 +0100 (dim, 20 fév 2005) | 1 line
+r14117 | courmisch | 2006-02-01 19:02:40 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/gui/wince/preferences.cpp
+
+Translate french comment
 
-* configure.ac: WinCE build fix.
 ------------------------------------------------------------------------
-r10002 | zorglub | 2005-02-20 21:56:05 +0100 (dim, 20 fév 2005) | 2 lines
+r14116 | courmisch | 2006-02-01 19:01:03 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/demux/m3u.c
 
-Add sdp meta-data to playlist
+Encode non-ASCII characters outside comments
 
 ------------------------------------------------------------------------
-r10001 | yoann | 2005-02-20 21:54:03 +0100 (dim, 20 fév 2005) | 1 line
+r14115 | courmisch | 2006-02-01 18:44:04 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/vlm.c
+   M /trunk/modules/demux/nsc.c
+
+Fix warnings
 
-* src/misc/vlm.c: addded 'inputdel' setup command
 ------------------------------------------------------------------------
-r9999 | gbazin | 2005-02-20 21:53:01 +0100 (dim, 20 fév 2005) | 1 line
+r14114 | courmisch | 2006-02-01 18:41:29 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   A /trunk/INSTALL.wince
+   M /trunk/modules/codec/quicktime.c
+
+Fix a bunch of warnings involving mix between uint32_t and long
 
-* INSTALL.wince: preliminary build instructions for the WinCE port of VLC.
 ------------------------------------------------------------------------
-r9998 | gbazin | 2005-02-20 21:47:04 +0100 (dim, 20 fév 2005) | 1 line
+r14113 | hartman | 2006-02-01 17:52:42 +0100 (Wed, 01 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/gui/wince/wince_rc.rc
-   M /trunk/src/misc/httpd.c
+   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.
+
 
-* src/misc/httpd.c,  modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.
 ------------------------------------------------------------------------
-r9994 | markfm | 2005-02-20 17:05:39 +0100 (dim, 20 fév 2005) | 2 lines
+r14112 | sam | 2006-02-01 17:27:57 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/demux/mp4/drms.c
+   M /trunk/modules/demux/mp4/libmp4.c
 
-freetype.c  Change opacity to 0...255, add --freetype-color hex_RGB shortcut
+  * modules/demux/mp4: more explicit error messages for DRMS failures.
 
 ------------------------------------------------------------------------
-r9991 | gbazin | 2005-02-20 16:37:23 +0100 (dim, 20 fév 2005) | 1 line
+r14111 | courmisch | 2006-02-01 16:40:53 +0100 (Wed, 01 Feb 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/video_output/wingdi.c
+   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.
 
-* modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).
 ------------------------------------------------------------------------
-r9990 | gbazin | 2005-02-20 16:16:12 +0100 (dim, 20 fév 2005) | 1 line
+r14110 | courmisch | 2006-02-01 16:28:42 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
+   M /trunk/src/libvlc.c
+
+Simpler use of HAVE_ASSERT
 
-* modules/gui/wince: misc small fixes.
 ------------------------------------------------------------------------
-r9989 | titer | 2005-02-20 15:12:34 +0100 (dim, 20 fév 2005) | 2 lines
+r14109 | courmisch | 2006-02-01 16:27:59 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/marq.c
+   M /trunk/configure.ac
 
- video_filter/marq.c: converted to unix file format
+Define NDEBUG when --enable-debug is not specified
 
 ------------------------------------------------------------------------
-r9988 | sigmunau | 2005-02-20 14:27:11 +0100 (dim, 20 fév 2005) | 9 lines
+r14108 | sam | 2006-02-01 15:57:12 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-wall.c: try to make all windows in a given aspect ratio for proper
-fullscreen. Collect the "blackness" on the far left/right/top/bottom.
-todo:
-* Make window aspect-ratio configureable
-* handle anamorphic input
-* constain the sizes of the windows to legal values
-* handle some rounding errors
+   M /trunk/Makefile.am
 
+  * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
 
 ------------------------------------------------------------------------
-r9987 | markfm | 2005-02-20 01:12:15 +0100 (dim, 20 fév 2005) | 2 lines
+r14107 | xtophe | 2006-02-01 15:39:05 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/freetype.c
+   M /trunk/configure.ac
+   M /trunk/src/libvlc.c
 
-freetype.c  add --freetype-opacity (0..100%), to control text transparency
+Test for assert() in configure.
 
 ------------------------------------------------------------------------
-r9986 | markfm | 2005-02-19 13:27:18 +0100 (sam, 19 fév 2005) | 2 lines
+r14106 | courmisch | 2006-02-01 14:28:59 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/marq.c
+   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
 
-marq.c -- allow relative positioning, like logo, via --marq-pos
+Fixed some warnings
 
 ------------------------------------------------------------------------
-r9985 | titer | 2005-02-19 02:58:57 +0100 (sam, 19 fév 2005) | 4 lines
+r14105 | courmisch | 2006-02-01 14:10:55 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
+   M /trunk/src/input/stream.c
 
- configure.ac: added --disable/enable-hal
- Makefile.am: in package-beos, use $(STRIP) instead of strip since we
-   might be cross-compiling
+Remove unused variable
 
 ------------------------------------------------------------------------
-r9984 | titer | 2005-02-19 02:46:28 +0100 (sam, 19 fév 2005) | 5 lines
+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
 
- demux/mkv.cpp: be gcc 2.9x friendly:
-  + careful when using std::string's compare, it has changed with gcc 3,
-    you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif
-  + gcc 2.9x doesn't know at() for vectors, use iterators instead
+  * Got rid of SYS_DARWIN everywhere.
 
 ------------------------------------------------------------------------
-r9983 | sigmunau | 2005-02-19 00:37:25 +0100 (sam, 19 fév 2005) | 2 lines
+r14103 | sam | 2006-02-01 13:44:16 +0100 (Wed, 01 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/video_filter/wall.c
+   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
 
-wall.c: reverted previous commit, new proper fix
+  * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
+    __ppc64__ (meaning PowerPC).
 
 ------------------------------------------------------------------------
-r9982 | titer | 2005-02-18 23:48:11 +0100 (ven, 18 fév 2005) | 4 lines
+r14102 | sam | 2006-02-01 13:22:52 +0100 (Wed, 01 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/extras/contrib/README
-   M /trunk/extras/contrib/bootstrap
    M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
 
- contrib/*: enhanced contrib system to support cross-compilations.
-   Give an argument to bootstrap to use it (for example
-   `./bootstrap i586-pc-beos')
+  * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
+    with --disable-decoder.
 
 ------------------------------------------------------------------------
-r9981 | titer | 2005-02-18 17:13:11 +0100 (ven, 18 fév 2005) | 2 lines
+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
 
- contrib/src/Makefile: fixed fribidi build on OS X != 10.2
+  * 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.
 
 ------------------------------------------------------------------------
-r9980 | titer | 2005-02-18 16:18:29 +0100 (ven, 18 fév 2005) | 2 lines
+r14100 | xtophe | 2006-02-01 13:06:56 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_output/opengl.c
+   M /trunk/extras/contrib/src/Patches/tremor.patch
 
- opengl.c: higher priority on OS X
+  * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.
 
 ------------------------------------------------------------------------
-r9979 | sigmunau | 2005-02-18 16:13:08 +0100 (ven, 18 fév 2005) | 2 lines
+r14099 | sam | 2006-02-01 12:45:18 +0100 (Wed, 01 Feb 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/wall.c
+   M /trunk/extras/contrib/src/Makefile
 
-wall.c: do not assume all windows are equal width if they are not.
+  * extras/contrib/src/Makefile: --disable-codec no longer exists.
 
 ------------------------------------------------------------------------
-r9978 | titer | 2005-02-18 16:11:21 +0100 (ven, 18 fév 2005) | 4 lines
+r14098 | sam | 2006-02-01 12:20:52 +0100 (Wed, 01 Feb 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/Makefile.am
 
- macosx/voutgl.m: fixed another crash (hopefully the last one).
-   Looks like OS X delayed the window destruction, causing the crash
-   since reshape tries to use p_vout after it's been freed.
+  * 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.
 
 ------------------------------------------------------------------------
-r9977 | robux4 | 2005-02-18 16:07:57 +0100 (ven, 18 fév 2005) | 1 line
+r14097 | sam | 2006-02-01 10:57:37 +0100 (Wed, 01 Feb 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   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.
 
-mkv.cpp: handle seeking the way it's supposed to work (in the future)
 ------------------------------------------------------------------------
-r9976 | titer | 2005-02-18 15:01:21 +0100 (ven, 18 fév 2005) | 3 lines
+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
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/video_output/opengl.c
 
- video_output/opengl.c: fixed a (OS X only) segfault
- macosx/vout*.m: cleaning
+* A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess... 
 
 ------------------------------------------------------------------------
-r9975 | gbazin | 2005-02-18 11:49:08 +0100 (ven, 18 fév 2005) | 1 line
+r14095 | hartman | 2006-01-31 23:17:30 +0100 (Tue, 31 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
+   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.
 
-* Makefile.am: fixed package-win32 target
 ------------------------------------------------------------------------
-r9974 | gbazin | 2005-02-18 11:16:13 +0100 (ven, 18 fév 2005) | 1 line
+r14094 | dionoea | 2006-01-31 21:38:35 +0100 (Tue, 31 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/share/Makefile.am
+
+add missing images
 
-* modules/gui/wxwindows/streamout.cpp: Added an sout-all checkbox + removed the RTP output line which was cluttering the dialog box more than anything else.
 ------------------------------------------------------------------------
-r9972 | fkuehne | 2005-02-17 21:43:16 +0100 (jeu, 17 fév 2005) | 1 line
+r14093 | hartman | 2006-01-31 21:27:25 +0100 (Tue, 31 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/codec/libmpeg2.c
+
+* SYS_DARWIN -> __ppc__ || __ppc64__
 
-* mirrored the 'services discovery' menu in the file menu -- the flags indicating the running services are partially broken (you do only see them at the same position as you activated the service). I'll fix that after the WE
 ------------------------------------------------------------------------
-r9971 | robux4 | 2005-02-17 21:12:53 +0100 (jeu, 17 fév 2005) | 1 line
+r14092 | hartman | 2006-01-31 21:00:49 +0100 (Tue, 31 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+* Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check
 
-mkv.cpp: fix the update of the timecode and position bar after seeking
 ------------------------------------------------------------------------
-r9970 | hartman | 2005-02-17 18:30:36 +0100 (jeu, 17 fév 2005) | 5 lines
+r14091 | dionoea | 2006-01-31 20:50:50 +0100 (Tue, 31 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/share/http/dialogs/browse
+   M /trunk/share/http/js/functions.js
 
-* playlist.m:
-  - Make sure cd/dvd's can be D&D and recognized. (cdda autodetection still fails)
-  - Make sure disk names are retrieved when opening cd/dvd's
-* macosx.m: Give the submodules proper descriptions.
+misc IE and windows fixes or workarounds.
 
 ------------------------------------------------------------------------
-r9969 | robux4 | 2005-02-17 13:39:40 +0100 (jeu, 17 fév 2005) | 1 line
+r14090 | dionoea | 2006-01-31 17:39:10 +0100 (Tue, 31 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/share/http/dialogs/sout
+
+default show full sout interface
 
-mkv.cpp: more debug and checks
 ------------------------------------------------------------------------
-r9968 | damienf | 2005-02-17 13:08:11 +0100 (jeu, 17 fév 2005) | 2 lines
+r14089 | sigmunau | 2006-01-31 17:27:50 +0100 (Tue, 31 Jan 2006) | 2 lines
 Changed paths:
-   D /trunk/activex/axvlc.reg
+   M /trunk/include/modules_inner.h
 
-no longer necessary, thanks to self-registration 
+fixed the smallest and most elusive leak yet
 
 ------------------------------------------------------------------------
-r9967 | damienf | 2005-02-17 13:06:01 +0100 (jeu, 17 fév 2005) | 3 lines
+r14088 | sigmunau | 2006-01-31 16:18:45 +0100 (Tue, 31 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/README.TXT
-   M /trunk/activex/axvlc.idl
-   A /trunk/activex/axvlc.inf
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/test.html
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/configure.ac
+   M /trunk/src/misc/vlm.c
 
-- miscelleanous fixes and improvements
-- self registration (Internet installation now possible)
+vlm.c: fixed minor memleak
 
 ------------------------------------------------------------------------
-r9966 | robux4 | 2005-02-17 11:27:41 +0100 (jeu, 17 fév 2005) | 1 line
+r14087 | sigmunau | 2006-01-31 16:11:08 +0100 (Tue, 31 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/misc/logger.c
+
+logger.c: put in header prefix for syslog output (still missing for text 
+and html)
 
-mkv.cpp: finer granularity for seeking (useful for long files)
 ------------------------------------------------------------------------
-r9965 | hartman | 2005-02-17 02:53:50 +0100 (jeu, 17 fév 2005) | 2 lines
+r14086 | courmisch | 2006-01-31 11:48:47 +0100 (Tue, 31 Jan 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/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/src/stream_output/sap.c
 
-* Finally fixed the issue with resizing the controller and the broken playlist view that was the result of this resize. Estimated 60 hours spent to work around a stupid autoresize bug in the AppKit of Cocoa.
+Generate correct originating address in SAP header
+in case of IPv4 advertisement on a IPv6-enabled OS
 
 ------------------------------------------------------------------------
-r9961 | robux4 | 2005-02-16 23:01:41 +0100 (mer, 16 fév 2005) | 1 line
+r14085 | courmisch | 2006-01-30 23:02:47 +0100 (Mon, 30 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/demux/wav.c
+   M /trunk/src/libvlc.c
+
+Fix error handling in (From|To)Locale
 
-avoid \r\n problems
 ------------------------------------------------------------------------
-r9960 | robux4 | 2005-02-16 22:16:34 +0100 (mer, 16 fév 2005) | 1 line
+r14084 | dionoea | 2006-01-30 22:47:38 +0100 (Mon, 30 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/src/packages.mak
+
+fix nasm url
 
-mkv.cpp: use time-based seeking whenever possible
 ------------------------------------------------------------------------
-r9959 | fkuehne | 2005-02-16 19:00:06 +0100 (mer, 16 fév 2005) | 1 line
+r14083 | hartman | 2006-01-30 19:14:05 +0100 (Mon, 30 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   A /trunk/po/ne.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.
 
-* ALL:  added Nepali as the last of Simos Xenitellis' list of languages
 ------------------------------------------------------------------------
-r9958 | gbazin | 2005-02-16 16:35:35 +0100 (mer, 16 fév 2005) | 1 line
+r14082 | courmisch | 2006-01-30 18:44:38 +0100 (Mon, 30 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/share/Makefile.am
+
+Remove .vlt with mostlyclean
 
-* modules/misc/network/ipv4.c: WinCE fix.
 ------------------------------------------------------------------------
-r9957 | gbazin | 2005-02-16 16:34:53 +0100 (mer, 16 fév 2005) | 1 line
+r14081 | courmisch | 2006-01-30 18:39:42 +0100 (Mon, 30 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/extras/libc.c
+   M /trunk/share/Makefile.am
+
+Add missing file
 
-* src/extras/libc.c: fixed vlc_strncasecmp().
 ------------------------------------------------------------------------
-r9956 | hartman | 2005-02-16 14:49:41 +0100 (mer, 16 fév 2005) | 2 lines
+r14080 | courmisch | 2006-01-30 18:38:27 +0100 (Mon, 30 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
+   M /trunk/share/Makefile.am
 
-* forgot to commit this yesterday after the --spu-foo renames
+Hopefully fixes .vlt build
 
 ------------------------------------------------------------------------
-r9955 | gbazin | 2005-02-16 09:29:47 +0100 (mer, 16 fév 2005) | 1 line
+r14079 | dionoea | 2006-01-30 18:33:05 +0100 (Mon, 30 Jan 2006) | 9 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/Modules.am
-   M /trunk/modules/video_output/wingdi.c
+   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 (*)
+
 
-* configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE.
 ------------------------------------------------------------------------
-r9954 | gbazin | 2005-02-16 01:48:12 +0100 (mer, 16 fév 2005) | 1 line
+r14078 | courmisch | 2006-01-30 17:59:29 +0100 (Mon, 30 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/share/Makefile.am
+
+Don't distribute generated files - fixes build
 
-* configure.ac: fixed typo.
 ------------------------------------------------------------------------
-r9953 | gbazin | 2005-02-16 01:34:27 +0100 (mer, 16 fév 2005) | 1 line
+r14077 | hartman | 2006-01-30 17:07:35 +0100 (Mon, 30 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wince/Modules.am
-   D /trunk/modules/gui/wince/wince.rc
-   A /trunk/modules/gui/wince/wince_rc.rc (from /trunk/modules/gui/wince/wince.rc:9946)
+   M /trunk/extras/contrib/src/Makefile
+
+* Fix the mactel contrib of x264
 
-* modules/gui/wince: compile the resource file as well.
 ------------------------------------------------------------------------
-r9952 | gbazin | 2005-02-15 23:44:28 +0100 (mar, 15 fév 2005) | 1 line
+r14076 | sigmunau | 2006-01-30 13:20:37 +0100 (Mon, 30 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/ts.c
+   M /trunk/src/misc/vlm.c
+
+vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there
 
-*  modules/demux/ts.c: WinCE fix.
 ------------------------------------------------------------------------
-r9951 | hartman | 2005-02-15 23:37:57 +0100 (mar, 15 fév 2005) | 2 lines
+r14075 | sigmunau | 2006-01-30 12:13:11 +0100 (Mon, 30 Jan 2006) | 5 lines
 Changed paths:
-   M /trunk/src/libvlc.h
+   M /trunk/src/misc/messages.c
 
-* correction of the description of audio-language
+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
 
 ------------------------------------------------------------------------
-r9950 | gbazin | 2005-02-15 23:36:56 +0100 (mar, 15 fév 2005) | 1 line
+r14074 | zorglub | 2006-01-29 23:58:42 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/share/Makefile.am
+
+Should fix skins stuff build
 
-* configure.ac: don't compile mux_ts if --disable-sout is specified.
 ------------------------------------------------------------------------
-r9949 | gbazin | 2005-02-15 23:28:31 +0100 (mar, 15 fév 2005) | 1 line
+r14073 | zorglub | 2006-01-29 23:47:31 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/access/cdda.c
+
+Should fix CDDA build
 
-* configure.ac: another wince build fix.
 ------------------------------------------------------------------------
-r9948 | gbazin | 2005-02-15 23:10:26 +0100 (mar, 15 fév 2005) | 1 line
+r14072 | hartman | 2006-01-29 23:11:04 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/vlc.c
+   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)
 
-* configure.ac, src/vlc.c: WinCE build fixes.
 ------------------------------------------------------------------------
-r9947 | gbazin | 2005-02-15 23:01:17 +0100 (mar, 15 fév 2005) | 1 line
+r14071 | zorglub | 2006-01-29 22:45:13 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/libvlc.c
+   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
 
-* src/libvlc.c: fixed small memory leak.
 ------------------------------------------------------------------------
-r9946 | gbazin | 2005-02-15 22:56:54 +0100 (mar, 15 fév 2005) | 1 line
+r14064 | dionoea | 2006-01-29 15:26:57 +0100 (Sun, 29 Jan 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wince/wince.rc
+   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)
 
-* modules/gui/wince: WinCE build fixes.
 ------------------------------------------------------------------------
-r9945 | gbazin | 2005-02-15 22:40:17 +0100 (mar, 15 fév 2005) | 1 line
+r14063 | dionoea | 2006-01-29 15:19:37 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/control/telnet.c
+
+Prompt for password again after displaying "Wrong password."
 
-* configure.ac: fixed typo.
 ------------------------------------------------------------------------
-r9944 | gbazin | 2005-02-15 22:26:24 +0100 (mar, 15 fév 2005) | 1 line
+r14062 | zorglub | 2006-01-29 12:38:15 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc/vlc.h
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/misc/stats.c
+
+Fix warnings
 
-* include/vlc/vlc.h: WinCE build fix.
 ------------------------------------------------------------------------
-r9943 | gbazin | 2005-02-15 22:22:47 +0100 (mar, 15 fév 2005) | 1 line
+r14061 | dionoea | 2006-01-29 12:01:37 +0100 (Sun, 29 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/m4/vlc.m4
+   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.
 
-* m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.
 ------------------------------------------------------------------------
-r9942 | gbazin | 2005-02-15 22:21:17 +0100 (mar, 15 fév 2005) | 1 line
+r14060 | courmisch | 2006-01-29 11:36:46 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/win32_specific.c
+   M /trunk/modules/gui/wxwidgets/interface.cpp
+
+Remove debug messages
 
-* ALL: WinCE build fixes.
 ------------------------------------------------------------------------
-r9941 | gbazin | 2005-02-15 22:11:27 +0100 (mar, 15 fév 2005) | 1 line
+r14059 | courmisch | 2006-01-29 11:35:30 +0100 (Sun, 29 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/src/network/tcp.c
+
+Remove erroneous debug message
+
 
-* configure.ac: forgot to save this change.
 ------------------------------------------------------------------------
-r9940 | gbazin | 2005-02-15 22:09:09 +0100 (mar, 15 fév 2005) | 1 line
+r14058 | courmisch | 2006-01-29 10:11:11 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
+   M /trunk/modules/access_output/http.c
+
+use vlc-https instead of vlc-http when using TLS
 
-* configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.
 ------------------------------------------------------------------------
-r9939 | gbazin | 2005-02-15 21:44:22 +0100 (mar, 15 fév 2005) | 1 line
+r14057 | courmisch | 2006-01-29 10:03:15 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/messages.cpp
+   M /trunk/modules/access_output/http.c
+
+Fix output stream leak in case of Avahi error
 
-* modules/gui/wxwindows/messages.cpp: fixed insertion point in messages window.
 ------------------------------------------------------------------------
-r9938 | hartman | 2005-02-15 21:29:29 +0100 (mar, 15 fév 2005) | 5 lines
+r14056 | courmisch | 2006-01-29 10:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/NEWS
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
+   M /trunk/modules/access_output/http.c
+
+Clean up
+
+------------------------------------------------------------------------
+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
+
+modules/control/http/mvar.c : explore vlm_message_t trees all the way
+                              (instead of stoping after a depth of 2)
+
+src/misc/vlm.c : minor instance information reporting change
 
-* renamed --spu-track to --sub-track
-* renamed --spumargin to --sub-margin
-* renamed --spu-language to --sub-language
-* added note to NEWS about changed names of options
 
 ------------------------------------------------------------------------
-r9937 | hartman | 2005-02-15 21:03:09 +0100 (mar, 15 fév 2005) | 2 lines
+r14054 | xtophe | 2006-01-29 00:51:57 +0100 (Sun, 29 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
+   M /trunk/configure.ac
 
-* Added the new languages to the prefs and the OSX environment.
+confihure.ac: don't overwrite user options even if we have contrib
 
 ------------------------------------------------------------------------
-r9936 | hartman | 2005-02-15 18:34:40 +0100 (mar, 15 fév 2005) | 2 lines
+r14053 | zorglub | 2006-01-28 23:31:23 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/activex
+   M /trunk/src/libvlc.c
 
-* Set svn:ignore on activex dir.
+Don't check syslog value if we don't have syslog.h
 
 ------------------------------------------------------------------------
-r9935 | hartman | 2005-02-15 18:33:58 +0100 (mar, 15 fév 2005) | 4 lines
+r14052 | damienf | 2006-01-28 23:05:18 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
 
-* renamed audio-channel to audio-track so ppl don't confuse it with audio-channels
-* renamed spu-channel to spu-track
-* "Tracks settings" should be "Track settings"
+ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
 
 ------------------------------------------------------------------------
-r9934 | courmisch | 2005-02-15 14:55:08 +0100 (mar, 15 fév 2005) | 2 lines
+r14051 | damienf | 2006-01-28 21:42:36 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/inplace.bmp
-   M /trunk/evc/errno.h
-   M /trunk/extras/MacOSX/Resources/about_bg.png
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rtci.c
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-   M /trunk/modules/gui/skins2/vars/volume.hpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
-   M /trunk/modules/gui/wince/wince.rc
-   M /trunk/modules/video_output/wingdi.c
+   M /trunk/modules/access/cdda.c
 
-Remove bogus executable permissions
+cdda.c: don't forget to include <errno.h> when using errno
 
 ------------------------------------------------------------------------
-r9933 | dionoea | 2005-02-14 22:41:21 +0100 (lun, 14 fév 2005) | 5 lines
+r14050 | zorglub | 2006-01-28 19:53:58 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/doc/vlc.1
+   M /trunk/src/input/stream.c
 
- * small man page update. It'd be nice to the http://videolan.org/doc
-  url somewhere but i don't know where man page conventions would put
-  that.
+Get stats on block inputs (Refs:#473)
+
+------------------------------------------------------------------------
+r14049 | zorglub | 2006-01-28 19:49:32 +0100 (Sat, 28 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
 
+Link cdda with iconv on osx
 
 ------------------------------------------------------------------------
-r9932 | robux4 | 2005-02-14 22:31:18 +0100 (lun, 14 fév 2005) | 1 line
+r14048 | dionoea | 2006-01-28 19:44:54 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/src/misc/vlm.c
+
+ misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.
 
-mkv.cpp: don't wait for frames that won't be displayed when seeking
 ------------------------------------------------------------------------
-r9931 | robux4 | 2005-02-14 22:00:52 +0100 (lun, 14 fév 2005) | 1 line
+r14047 | xtophe | 2006-01-28 19:43:13 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/Makefile.am
+
+win32 rules: make it more dirty to be able to produce debug package
 
-mkv.cpp: try to decode H.264 with the avc1 FourCC (same as used for the MP4 source)
 ------------------------------------------------------------------------
-r9929 | gbazin | 2005-02-14 11:12:19 +0100 (lun, 14 fév 2005) | 1 line
+r14046 | zorglub | 2006-01-28 19:11:12 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/configure.ac
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
+
+Add CDDB support to CDDA module (Refs:#459)
 
-* modules/access/mms: fixed recent breakage.
 ------------------------------------------------------------------------
-r9928 | gbazin | 2005-02-14 10:38:51 +0100 (lun, 14 fév 2005) | 3 lines
+r14045 | dionoea | 2006-01-28 17:10:26 +0100 (Sat, 28 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/share/http/index.html
 
-* modules/demux/mkv.cpp: fix for chapters seeking + support for more chapter elements, like hidden chapters. Patch by Steve Lhomme (steve dot lhomme at free dot fr).
-* include/vlc_input.h: added an i_level member to seekpoint_t for nested chapters (patch by Steve Lhomme).
+add warning about javascript support being needed if the browser doesn't
+support javascript.
 
 ------------------------------------------------------------------------
-r9927 | markfm | 2005-02-13 23:16:48 +0100 (dim, 13 fév 2005) | 2 lines
+r14044 | dionoea | 2006-01-28 17:05:50 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/vlm.js
 
-wizard.cpp -- Change video and audio codec comboboxes to wxCB_DROPDOWN| wxCB_READONLY
+make sure that local variables are local variables.
 
 ------------------------------------------------------------------------
-r9926 | markfm | 2005-02-13 17:16:15 +0100 (dim, 13 fév 2005) | 2 lines
+r14043 | sigmunau | 2006-01-28 15:41:33 +0100 (Sat, 28 Jan 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/misc/freetype.c
 
-wizard.cpp -- change checkboxes to use wxALIGN_CENTER_VERTICAL|wxALL instead of wxLEFT (alignment fix)
+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
 
 ------------------------------------------------------------------------
-r9924 | fkuehne | 2005-02-12 13:41:00 +0100 (sam, 12 fév 2005) | 1 line
+r14042 | zorglub | 2006-01-28 15:25:56 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ebml.patch
-   D /trunk/extras/contrib/src/Patches/matroska.patch
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+
+Fix refcount problem
 
-* all: updated the used Matroska/Ebml versions to 0.7.5 / 0.7.3, removed the old patches and changed their URLs to the official server instead of the VideoLAN-one
 ------------------------------------------------------------------------
-r9923 | fkuehne | 2005-02-12 12:46:32 +0100 (sam, 12 fév 2005) | 1 line
+r14041 | sigmunau | 2006-01-28 14:30:33 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/bn.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/my.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/tl.po
-   M /trunk/po/vlc.pot
+   M /trunk/src/interface/interaction.c
+
+interaction.c: Don't crash in certain condition
 
-* all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po)
 ------------------------------------------------------------------------
-r9922 | gbazin | 2005-02-12 12:00:56 +0100 (sam, 12 fév 2005) | 6 lines
+r14040 | sigmunau | 2006-01-28 12:49:22 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/control/telnet.c
 
-* modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable clock synchro 
-algorithm for http/mms/rtsp by default for now since our algo was designed for local network 
-streaming of MPEG over UDP in mind and doesn't work well in other cases.
-You can still use the --clock-synchro config option to override this.
-Hopefully this commit will be reverted once the clock synchro has been re-written.
+telnet.c: a few more minor (potensial) memleaks
 
 ------------------------------------------------------------------------
-r9921 | fkuehne | 2005-02-12 11:38:14 +0100 (sam, 12 fév 2005) | 1 line
+r14039 | zorglub | 2006-01-28 12:38:49 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   A /trunk/po/bn.po
-   A /trunk/po/hi.po
-   A /trunk/po/my.po
-   A /trunk/po/ps.po
-   A /trunk/po/tet.po
-   A /trunk/po/tl.po
+   M /trunk/Makefile.am
+   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
+   M /trunk/share/Makefile.am
+
+Fixes for prehistoric build system
 
-sorry for the previous commit. here are the new po-files.
 ------------------------------------------------------------------------
-r9920 | fkuehne | 2005-02-12 11:33:45 +0100 (sam, 12 fév 2005) | 1 line
+r14038 | sigmunau | 2006-01-28 12:36:30 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
+   M /trunk/modules/control/telnet.c
+
+telnet.c: fix a very minor memleak in Open
 
-* all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team
 ------------------------------------------------------------------------
-r9919 | gbazin | 2005-02-11 13:36:22 +0100 (ven, 11 fév 2005) | 1 line
+r14037 | sigmunau | 2006-01-28 12:32:05 +0100 (Sat, 28 Jan 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/access/dvdnav.c
+   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
 
-* modules/access/dvdnav.c: fixed typo.
 ------------------------------------------------------------------------
-r9918 | damienf | 2005-02-11 12:39:04 +0100 (ven, 11 fév 2005) | 1 line
+r14036 | zorglub | 2006-01-28 12:18:39 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   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> :)
 
-GCC 3.3.3 has strong type checking
 ------------------------------------------------------------------------
-r9917 | gbazin | 2005-02-11 11:57:03 +0100 (ven, 11 fév 2005) | 1 line
+r14035 | zorglub | 2006-01-28 11:58:48 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/doc/rrd-howto.txt
+
+Improve doc
 
-* modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.
 ------------------------------------------------------------------------
-r9916 | zorglub | 2005-02-11 11:30:09 +0100 (ven, 11 fév 2005) | 2 lines
+r14034 | zorglub | 2006-01-28 11:56:47 +0100 (Sat, 28 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/THANKS
+   A /trunk/doc/rrd-howto.txt
+   M /trunk/modules/misc/logger.c
 
-Added Steve Lhomme to the list of contributors. Thanks :)
+RRD output (Refs:#473)
+This is a quick hack, which should in the end be merged in a way to expose stats
 
 ------------------------------------------------------------------------
-r9915 | gbazin | 2005-02-11 11:03:50 +0100 (ven, 11 fév 2005) | 4 lines
+r14033 | zorglub | 2006-01-28 11:45:13 +0100 (Sat, 28 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/msvc/plugins.dsp.in
-   M /trunk/msvc/vlc.dsp.in
+   M /trunk/include/vlc_messages.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/src/misc/stats.c
+   M /trunk/src/playlist/playlist.c
 
-* msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
-  Here is a patch to have the same file names and locations as the mingw32 build.
-  It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...
+Compute global input/output stats (Refs:#473)
 
 ------------------------------------------------------------------------
-r9914 | gbazin | 2005-02-10 15:45:34 +0100 (jeu, 10 fév 2005) | 1 line
+r14032 | zorglub | 2006-01-27 21:35:42 +0100 (Fri, 27 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
+   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
 
-* src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.
 ------------------------------------------------------------------------
-r9913 | gbazin | 2005-02-10 14:43:10 +0100 (jeu, 10 fév 2005) | 1 line
+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)
 
-* src/libvlc.c: help now prints the list of integer values.
 ------------------------------------------------------------------------
-r9912 | gbazin | 2005-02-10 14:26:52 +0100 (jeu, 10 fév 2005) | 1 line
+r14030 | sam | 2006-01-27 15:19:52 +0100 (Fri, 27 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
+   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.
 
-* src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.
 ------------------------------------------------------------------------
-r9911 | gbazin | 2005-02-10 12:58:12 +0100 (jeu, 10 fév 2005) | 1 line
+r14029 | dionoea | 2006-01-27 15:11:55 +0100 (Fri, 27 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   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)
 
-* modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).
 ------------------------------------------------------------------------
-r9910 | gbazin | 2005-02-10 12:56:54 +0100 (jeu, 10 fév 2005) | 1 line
+r14028 | dionoea | 2006-01-27 14:54:47 +0100 (Fri, 27 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   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
 
-* modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.
 ------------------------------------------------------------------------
-r9909 | gbazin | 2005-02-10 11:32:54 +0100 (jeu, 10 fév 2005) | 1 line
+r14027 | dionoea | 2006-01-27 14:48:28 +0100 (Fri, 27 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   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
 
-* modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default playlist size.
 ------------------------------------------------------------------------
-r9908 | gbazin | 2005-02-09 14:52:40 +0100 (mer, 09 fév 2005) | 1 line
+r14026 | dionoea | 2006-01-27 13:58:05 +0100 (Fri, 27 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
+   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.
 
-* modules/gui/wxwindows/interface.cpp: toolbar flickering fix.
 ------------------------------------------------------------------------
-r9907 | gbazin | 2005-02-09 11:45:26 +0100 (mer, 09 fév 2005) | 1 line
+r14025 | sam | 2006-01-27 10:48:54 +0100 (Fri, 27 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/extras/contrib/src/Makefile
+
+  * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
+    commit.
 
-* modules/demux/mkv.cpp: compilation fixes.
 ------------------------------------------------------------------------
-r9906 | gbazin | 2005-02-09 11:09:41 +0100 (mer, 09 fév 2005) | 3 lines
+r14024 | sam | 2006-01-27 00:13:34 +0100 (Fri, 27 Jan 2006) | 17 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/mkv.cpp
+   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:
 
-* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file.
-This will be useful to find segments corresponding to the different titles/domains (as in DVDs).
+    ./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.
 
 ------------------------------------------------------------------------
-r9905 | gbazin | 2005-02-09 10:37:08 +0100 (mer, 09 fév 2005) | 1 line
+r14023 | sam | 2006-01-26 21:33:25 +0100 (Thu, 26 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/extras/libc.c
+   M /trunk/extras/contrib/bootstrap
+
+  * extras/contrib/bootstrap: support i686-apple-darwin8.
 
-* src/extras/libc.c: removed unused vlc_seek().
 ------------------------------------------------------------------------
-r9904 | fenrir | 2005-02-08 18:05:37 +0100 (mar, 08 fév 2005) | 2 lines
+r14022 | sam | 2006-01-26 21:27:37 +0100 (Thu, 26 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/ts.c
+   M /trunk/modules/visualization/visual/visual.c
 
- * ts: correct use of descriptor 0x5 (for ac3 and lpcm too).
+  * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
+    name, renamed it into SSECT_TEXT (for "spectral section").
 
 ------------------------------------------------------------------------
-r9903 | fenrir | 2005-02-08 18:02:49 +0100 (mar, 08 fév 2005) | 2 lines
+r14021 | sam | 2006-01-26 21:22:00 +0100 (Thu, 26 Jan 2006) | 4 lines
 Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/src/input/stream.c
+   M /trunk/configure.ac
 
- * all: better support for MBR mms stream (display only received streams).
+  * 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.
 
 ------------------------------------------------------------------------
-r9902 | fenrir | 2005-02-08 18:00:18 +0100 (mar, 08 fév 2005) | 13 lines
+r14020 | sam | 2006-01-26 21:08:33 +0100 (Thu, 26 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
+   M /trunk/src/misc/cpu.c
 
- * all: added a --audio-language and --spu-language to select tracks based
- on language code.
- Both options accepts a list (comma separated) of country code(2/3 letters)
-or name (english/native).
- For demuxers that doesn't provide language info, they are ignored.
+  * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
+    properly detect CPU features on a MacIntel.
 
- Support for dvdnav isn't complete (only first language is tried) and untested.
+------------------------------------------------------------------------
+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
 
- Ex: --spu-language en,fr will try to select english track and if none
- then french one (and if none, no subtitle).
- (you can also use --spu-language english,french or english,francais)
+  * 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.
 
 ------------------------------------------------------------------------
-r9901 | fenrir | 2005-02-08 17:45:47 +0100 (mar, 08 fév 2005) | 2 lines
+r14018 | courmisch | 2006-01-26 18:29:07 +0100 (Thu, 26 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/http.c
+   M /trunk/src/network/udp.c
 
- * http: add a redirect from */index.html to */
+Fix UDP broadcast
 
 ------------------------------------------------------------------------
-r9900 | zorglub | 2005-02-08 17:38:18 +0100 (mar, 08 fév 2005) | 3 lines
+r14017 | sigmunau | 2006-01-26 18:14:09 +0100 (Thu, 26 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/demux/ts.c
 
-Include missing images to dist
-Autofocus the OK button in bookmark edit
+modules/demux/ts.c: Fixed a very very minor memleak
 
 ------------------------------------------------------------------------
-r9898 | jpsaman | 2005-02-08 15:33:40 +0100 (mar, 08 fév 2005) | 2 lines
+r14016 | sigmunau | 2006-01-26 18:05:57 +0100 (Thu, 26 Jan 2006) | 5 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/modules/access_output/udp.c
 
-Run makensis installer on Linux without wine to produce Windows installer package. NSIS 204 needs a patch for installation under Linux, it will be uploaded to contrib directory.
+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
 
 ------------------------------------------------------------------------
-r9897 | gbazin | 2005-02-08 15:18:05 +0100 (mar, 08 fév 2005) | 1 line
+r14015 | sigmunau | 2006-01-26 17:51:47 +0100 (Thu, 26 Jan 2006) | 5 lines
 Changed paths:
-   M /trunk/include/vlc_common.h
+   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
 
-* include/vlc_common.h: avoid compiler warnings.
 ------------------------------------------------------------------------
-r9893 | markfm | 2005-02-08 03:32:44 +0100 (mar, 08 fév 2005) | 2 lines
+r14014 | xtophe | 2006-01-25 00:06:43 +0100 (Wed, 25 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/configure.ac
 
-preferences_widgets -- Delete spinctrl hack for WIN32 (not needed with updated wxwidgets).  People using Cygwin:  either need a new contrib set, else compile wxwidgets CVS, at least the 6 Feb version.
+configure.ac: Use AC_PATH_XTRA. 
+             Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...
 
 ------------------------------------------------------------------------
-r9892 | courmisch | 2005-02-07 23:34:21 +0100 (lun, 07 fév 2005) | 2 lines
+r14013 | xtophe | 2006-01-25 00:02:35 +0100 (Wed, 25 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
+   M /trunk/configure.ac
 
-fix two memleaks and remove a bogus net_Close()
+configure.ac: No X11 on win32
 
 ------------------------------------------------------------------------
-r9891 | courmisch | 2005-02-07 21:34:08 +0100 (lun, 07 fév 2005) | 2 lines
+r14012 | zorglub | 2006-01-24 23:42:16 +0100 (Tue, 24 Jan 2006) | 14 lines
 Changed paths:
-   M /trunk/modules/stream_out/standard.c
+   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 );
 
-- Fixes a segmentation fault in sout_AnnounceSessionDestroy
+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
 
 ------------------------------------------------------------------------
-r9890 | gbazin | 2005-02-07 11:44:49 +0100 (lun, 07 fév 2005) | 2 lines
+r14011 | dionoea | 2006-01-24 23:25:15 +0100 (Tue, 24 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/include/modules_inner.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
 
-* include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me.
+use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
+full of \n)
 
 ------------------------------------------------------------------------
-r9889 | courmisch | 2005-02-06 19:31:58 +0100 (dim, 06 fév 2005) | 2 lines
+r14010 | sam | 2006-01-24 13:09:06 +0100 (Tue, 24 Jan 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/access/smb.c
+   M /trunk/Makefile.am
+   M /trunk/bindings/java/Makefile.am
+   M /trunk/configure.ac
 
-Compile fix, unbreak smb access on Linux
+  * 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.
 
 ------------------------------------------------------------------------
-r9888 | zorglub | 2005-02-06 18:55:47 +0100 (dim, 06 fév 2005) | 3 lines
+r14009 | xtophe | 2006-01-24 10:53:53 +0100 (Tue, 24 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/services_discovery/daap.c
+   M /trunk/vlc.win32.nsi
 
-* wx: Ensure that callbacks are not registered twice
-* DAAP: don't crash if connection to host timeouts
+Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)
 
 ------------------------------------------------------------------------
-r9887 | zorglub | 2005-02-06 17:54:12 +0100 (dim, 06 fév 2005) | 3 lines
+r14008 | hartman | 2006-01-24 06:52:40 +0100 (Tue, 24 Jan 2006) | 4 lines
 Changed paths:
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/src/input/var.c
+   M /trunk/modules/demux/ps.c
 
-Fix subtitle delay < 0 
-DAAP compile fix
+* 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.
 
 ------------------------------------------------------------------------
-r9886 | courmisch | 2005-02-06 17:12:35 +0100 (dim, 06 fév 2005) | 2 lines
+r14007 | zorglub | 2006-01-23 22:21:19 +0100 (Mon, 23 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   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
 
-- Fix previous buggy commit
+Gather some sout stats (Refs:#473)
 
 ------------------------------------------------------------------------
-r9885 | courmisch | 2005-02-06 17:02:24 +0100 (dim, 06 fév 2005) | 3 lines
+r14006 | hartman | 2006-01-23 22:10:49 +0100 (Mon, 23 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
+   M /trunk/modules/demux/mp4/libmp4.c
 
-- Fix building of vlc-config
-  VLC can now be built in a subdirectory
+* Don't crash if the hdlr in a mov has no name.
+* spelling correction and debug for out of bound child boxes.
 
 ------------------------------------------------------------------------
-r9884 | zorglub | 2005-02-06 13:05:43 +0100 (dim, 06 fév 2005) | 8 lines
+r14005 | zorglub | 2006-01-23 20:09:22 +0100 (Mon, 23 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/view.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/control/showintf.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
 
-* wx : simplify some code, remove some useless duplications
-       hopefully prevent deadlocks
+Add global options for netsync and showintf and hide them from interface (Closes:#508)
 
-* API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care.
+------------------------------------------------------------------------
+r14004 | xtophe | 2006-01-23 16:35:02 +0100 (Mon, 23 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
 
-* SAP/DAAP : Ensure that the  node gets removed on quit
-* HAL : Remove the node on quit and fix f**age of the Close function
+http.c: add an option to disable bonjour (closes #509).
+       Please review and improve the option text and longtext strings. 
 
 ------------------------------------------------------------------------
-r9883 | courmisch | 2005-02-05 15:40:38 +0100 (sam, 05 fév 2005) | 3 lines
+r14003 | damienf | 2006-01-23 13:00:00 +0100 (Mon, 23 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/stream_output/sap.c
+   M /trunk/activex/oleobject.cpp
+   M /trunk/activex/plugin.cpp
+   M /trunk/activex/vlccontrol.cpp
 
-* convert SAP announce name & group from locale to UTF-8
-* fix bug in previous SAP commit
+plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
+vlccontrol.cpp: fixed small mem leak
 
 ------------------------------------------------------------------------
-r9882 | sigmunau | 2005-02-05 13:33:27 +0100 (sam, 05 fév 2005) | 2 lines
+r14002 | dionoea | 2006-01-23 02:04:16 +0100 (Mon, 23 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/control.c
+   M /trunk/modules/codec/dvbsub.c
 
-input/control.c: fix diviton by zero on selection bytebased bookmarks in live streams
+oops, last commit wasn't meant to happen
 
 ------------------------------------------------------------------------
-r9881 | andrep | 2005-02-04 17:13:11 +0100 (ven, 04 fév 2005) | 3 lines
+r14001 | dionoea | 2006-01-23 02:02:54 +0100 (Mon, 23 Jan 2006) | 16 lines
 Changed paths:
-   M /trunk/modules/video_filter/scale.c
+   M /trunk/modules/codec/dvbsub.c
 
-* modules/video_filter/scale.c: Guard against p_pic->pf_release being NULL, which can happen e.g. if an unknown chroma is passed to the video output/filter
+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 )
 
-------------------------------------------------------------------------
-r9880 | courmisch | 2005-02-04 13:35:15 +0100 (ven, 04 fév 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+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 )
 
-Attempts to recode SAP announces from UTF-8 to user's charset
-(will fix improperly encoded playlist items when the user's charset
-does not match the SAP announcer's one, provided all SAP announce be
-made into UTF-8)
 
 ------------------------------------------------------------------------
-r9879 | courmisch | 2005-02-04 13:14:52 +0100 (ven, 04 fév 2005) | 2 lines
+r14000 | hartman | 2006-01-23 01:34:33 +0100 (Mon, 23 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/modules/misc/freetype.c
 
-* Mem leak fixed
+* 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
 
 ------------------------------------------------------------------------
-r9876 | titer | 2005-02-03 21:47:50 +0100 (jeu, 03 fév 2005) | 2 lines
+r13999 | dionoea | 2006-01-23 01:23:14 +0100 (Mon, 23 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
+   M /trunk/share/http/dialogs/vlm
+   M /trunk/share/http/js/functions.js
+   M /trunk/share/http/js/vlm.js
 
- beos/VideoOutput.cpp: added yet another overlay mode (minimum VRAM usage)
+ dialogs/vlm, js/vlm.js : add schedule support
+ * : some code cleanup.
 
 ------------------------------------------------------------------------
-r9875 | gbazin | 2005-02-03 13:11:28 +0100 (jeu, 03 fév 2005) | 1 line
+r13998 | hartman | 2006-01-22 23:54:57 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
+   M /trunk/modules/demux/mkv.cpp
+
+* Pass along the SSA header in mkv files to the decoder.
 
-* modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only the DTS is available.
 ------------------------------------------------------------------------
-r9873 | gbazin | 2005-02-02 16:54:00 +0100 (mer, 02 fév 2005) | 1 line
+r13997 | dionoea | 2006-01-22 23:52:20 +0100 (Sun, 22 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
+   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 ?
 
-* modules/packetizer/mpeg4video.c: proper PTS/DTS calculation.
 ------------------------------------------------------------------------
-r9872 | bigben | 2005-02-01 18:14:29 +0100 (mar, 01 fév 2005) | 3 lines
+r13996 | sigmunau | 2006-01-22 23:49:01 +0100 (Sun, 22 Jan 2006) | 14 lines
 Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
+   M /trunk/modules/misc/freetype.c
 
-Typo lalalala
+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)
 
 
 ------------------------------------------------------------------------
-r9871 | oaubert | 2005-02-01 17:46:22 +0100 (mar, 01 fév 2005) | 2 lines
+r13995 | hartman | 2006-01-22 23:27:29 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/misc/svg.c
+   M /trunk/modules/demux/vobsub.c
 
-svg.c: ported the code for vlc 0.8.1 (as a video filter)
+* Stupid subtitles with their lack of proper specifications and implementations.....
 
 ------------------------------------------------------------------------
-r9870 | andrep | 2005-02-01 17:02:40 +0100 (mar, 01 fév 2005) | 1 line
+r13994 | hartman | 2006-01-22 23:20:19 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/theora.c
+   M /trunk/modules/demux/vobsub.c
+
+* The vobsub param is Delay, not delay.
 
-* modules/codec/theora.c: correctly display x-offset video
 ------------------------------------------------------------------------
-r9869 | hartman | 2005-02-01 14:48:53 +0100 (mar, 01 fév 2005) | 2 lines
+r13993 | xtophe | 2006-01-22 19:13:59 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/Makefile.am
 
-* Fix theora contrib
+Fix the win* package rules for the http intf.
 
 ------------------------------------------------------------------------
-r9866 | markfm | 2005-02-01 03:11:02 +0100 (mar, 01 fév 2005) | 2 lines
+r13992 | xtophe | 2006-01-22 19:10:53 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/control/ntservice.c
 
-wizard update -- set default vbitrate, abitrate (courtesy of zorglub), make boxes wxCB_READONLY to restrict choices
+missing in [13991].
 
 ------------------------------------------------------------------------
-r9863 | gbazin | 2005-01-31 12:41:03 +0100 (lun, 31 jan 2005) | 1 line
+r13991 | zorglub | 2006-01-22 18:12:24 +0100 (Sun, 22 Jan 2006) | 6 lines
 Changed paths:
-   M /trunk/configure.ac
+   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
 
-* configure.ac: hopefully the final fix for the c++ build.
-------------------------------------------------------------------------
-r9862 | gbazin | 2005-01-31 11:07:27 +0100 (lun, 31 jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/src/misc/vlm.c
+* Make ParseOption (from input) a global service (var_OptionParse)
+* Add i_options/pp_options to intf_Create
 
-* src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme (steve dot lhomme at free dot fr).
-------------------------------------------------------------------------
-r9861 | markfm | 2005-01-30 15:26:47 +0100 (dim, 30 jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+* add global options to enable file-logging and syslog (Refs:#508)
 
-wxwindows update for WIN32 wxSpinCtrl, restrict range to valid integer (-32768, 32767)
 
 ------------------------------------------------------------------------
-r9860 | zorglub | 2005-01-30 14:23:18 +0100 (dim, 30 jan 2005) | 2 lines
+r13990 | zorglub | 2006-01-22 18:10:57 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/include/modules.h
 
-Uninitialized values
+Add a psz_help field to module_t (Refs:#413)
 
 ------------------------------------------------------------------------
-r9859 | sam | 2005-01-30 12:41:23 +0100 (dim, 30 jan 2005) | 2 lines
+r13989 | dionoea | 2006-01-22 17:45:40 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
    M /trunk/configure.ac
 
-  * configure.ac: Scrogneugneu, fixed the C++ build.
+add "oc" to the language list
 
 ------------------------------------------------------------------------
-r9858 | rocky | 2005-01-30 04:31:51 +0100 (dim, 30 jan 2005) | 2 lines
+r13988 | dionoea | 2006-01-22 17:44:54 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda/access.c
+   M /trunk/Makefile.am
 
-Use cdio-native name for paranoia read.
+same thing for wince
 
 ------------------------------------------------------------------------
-r9854 | zorglub | 2005-01-29 17:32:14 +0100 (sam, 29 jan 2005) | 2 lines
+r13987 | dionoea | 2006-01-22 17:42:55 +0100 (Sun, 22 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/Makefile.am
 
-H264 support in mkv, patch by Steve Lhomme
+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 ?
 
 ------------------------------------------------------------------------
-r9853 | markfm | 2005-01-29 17:15:16 +0100 (sam, 29 jan 2005) | 2 lines
+r13986 | zorglub | 2006-01-22 17:35:59 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/src/network/httpd.c
 
-preferences wxSpinCtrl hack for WIN32 (make up arrow increase value)
+Less HTTPd debugging
 
 ------------------------------------------------------------------------
-r9852 | zorglub | 2005-01-29 16:22:53 +0100 (sam, 29 jan 2005) | 4 lines
+r13985 | xtophe | 2006-01-22 17:18:39 +0100 (Sun, 22 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/LIST
-   M /trunk/modules/misc/logger.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_subpictures.c
+   A /trunk/share/http/.hosts (from /trunk/share/http-old/.hosts:13982)
+   M /trunk/share/http/dialogs/.hosts
 
-* A few string and organization fixes in preferences
-* Update the LIST
-* Coding style fixes
+.hosts: Provide a template .hosts.
+dialogs/.hosts: Explanation about the empty file. 
 
 ------------------------------------------------------------------------
-r9851 | sam | 2005-01-29 15:49:34 +0100 (sam, 29 jan 2005) | 2 lines
+r13984 | dionoea | 2006-01-22 17:18:38 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/share/http/requests/vlm.xml
 
-  * configure.ac: Finished support for C++-disabled systems.
+fix cut & paste error (bis).
 
 ------------------------------------------------------------------------
-r9850 | sigmunau | 2005-01-29 15:12:32 +0100 (sam, 29 jan 2005) | 2 lines
+r13983 | dionoea | 2006-01-22 17:18:02 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/share/http/requests/vlm.xml
 
-wizard.cpp: Layout fixes on the input page
+fix cut & paste error.
 
 ------------------------------------------------------------------------
-r9849 | sigmunau | 2005-01-29 14:28:14 +0100 (sam, 29 jan 2005) | 5 lines
+r13982 | zorglub | 2006-01-22 17:01:30 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/access/vcdx/Modules.am
 
-wxwindows/wizard.cpp: run Layout() on the sizers when changing output method
-in the streaming method page of the wizard, in order to properly show all
-text. Hardcode the top spacing in order to prevent controls from moving
-around on Layout(). reported by markfm
+Fix build of vcdx module
 
 ------------------------------------------------------------------------
-r9848 | sigmunau | 2005-01-29 13:41:35 +0100 (sam, 29 jan 2005) | 5 lines
+r13981 | dionoea | 2006-01-22 16:59:52 +0100 (Sun, 22 Jan 2006) | 7 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   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
 
-wxwindows/wizard.cpp: fixed a crash when pressing Ok in Open-dialog without
-actually selecting anything (reported by Trax)
-both: fix a compiler warning (c++ likes function that don't change their
-parameters to declare them const)
+ 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)
+       
 
 ------------------------------------------------------------------------
-r9846 | sam | 2005-01-28 16:37:09 +0100 (ven, 28 jan 2005) | 2 lines
+r13980 | sam | 2006-01-22 13:52:13 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/rules
 
-  * configure.ac: Attempt to work without a C++ compiler.
+  * debian/*: new Debian upload.
 
 ------------------------------------------------------------------------
-r9845 | gbazin | 2005-01-28 15:17:38 +0100 (ven, 28 jan 2005) | 1 line
+r13979 | dionoea | 2006-01-22 12:25:48 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/share/Makefile.am
+
+oops, i forgot to commit this
 
-* Makefile.am: include the activex plugin in package-win32-base.
 ------------------------------------------------------------------------
-r9844 | hartman | 2005-01-28 02:04:58 +0100 (ven, 28 jan 2005) | 2 lines
+r13978 | ipkiss | 2006-01-22 12:12:33 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/cdda/access.c
+   M /trunk/doc/skins/skins2-howto.xml
 
-* cdda/access.c: removed #include <cdio/cdda.h> since it's a new header that isn't always available and wasn't version ifdef'ed. An already version ifdef'ed include already exists in cdda/cdda.h
+ * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.
 
 ------------------------------------------------------------------------
-r9843 | hartman | 2005-01-28 01:44:31 +0100 (ven, 28 jan 2005) | 2 lines
+r13977 | sam | 2006-01-22 11:48:06 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/debian/vlc.mime
 
-* Two small bugs in the OSX intf
+  * debian/vlc.mime: put flags after the command, as per mailcap(5).
 
 ------------------------------------------------------------------------
-r9842 | hartman | 2005-01-27 23:33:15 +0100 (jeu, 27 jan 2005) | 2 lines
+r13976 | dionoea | 2006-01-22 02:38:28 +0100 (Sun, 22 Jan 2006) | 23 lines
 Changed paths:
-   M /trunk/src/video_output/video_output.c
+   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
 
-* src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare itself ready :(
+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)
 
-------------------------------------------------------------------------
-r9841 | hartman | 2005-01-27 22:56:34 +0100 (jeu, 27 jan 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
+ vlm.html : vlm web interface. What works: sending broadcast and vod creation
+            commands
 
-* src/playlist/playlist.c: Don't touch object_lock vlc_object_create and vlc_object_destroy already take care of it.
+ js/vlm.js : add code to handle sending vlm commands.
 
-------------------------------------------------------------------------
-r9840 | gbazin | 2005-01-27 18:05:25 +0100 (jeu, 27 jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
+ requests/vlm_cmd.xml : used to send a vlm command and get the resulting
+                        error message
+
+ requests/vlm.xml : export the full vlm media/schedules "tree". I still need
+                    to parse that in js/vlm.js in order to display it in
+                    dialogs/vlm .
+
+ dialogs/* : dialogs' code which is used as building blocks for the
+             main pages. (in order to avoid code duplication)
+
+ mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
+            page. nothing works and it's almost empty but i didn't feel like
+            sorting through the commited files.
 
-* modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles data that doesn't match our subtitles page id.
-------------------------------------------------------------------------
-r9839 | gbazin | 2005-01-27 17:44:31 +0100 (jeu, 27 jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
 
-* modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects multiple tracks streams).
 ------------------------------------------------------------------------
-r9838 | gbazin | 2005-01-27 16:44:34 +0100 (jeu, 27 jan 2005) | 1 line
+r13975 | dionoea | 2006-01-22 01:11:00 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/smb.c
+   M /trunk/modules/control/http/rpn.c
+
+remove dirty debug messages.
 
-* modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing.
 ------------------------------------------------------------------------
-r9837 | hartman | 2005-01-27 15:03:48 +0100 (jeu, 27 jan 2005) | 2 lines
+r13974 | dionoea | 2006-01-22 01:09:06 +0100 (Sun, 22 Jan 2006) | 8 lines
 Changed paths:
-   M /trunk/extras/contrib/Makefile
+   M /trunk/modules/control/http/rpn.c
+
+new "vlm_cmd" (or "vlm_command") rpn function.
+
+Since vlm commands are often full of spaces, you need to use the ";"
+command delimiter to mark the end of a command.
+
+For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
 
-* contrib/Makefile: use tabs, not spaces in Makefile
 
 ------------------------------------------------------------------------
-r9836 | gbazin | 2005-01-27 13:51:21 +0100 (jeu, 27 jan 2005) | 1 line
+r13973 | hartman | 2006-01-22 00:33:56 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/smb.c
+   M /trunk/modules/codec/quicktime.c
+
+* Compile fix
 
-* modules/access/smb.c: new SMB/CIFS access module using libsmbclient.
 ------------------------------------------------------------------------
-r9835 | sigmunau | 2005-01-27 12:50:39 +0100 (jeu, 27 jan 2005) | 2 lines
+r13972 | hartman | 2006-01-22 00:05:00 +0100 (Sun, 22 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/codec/quicktime.c
 
-mkc.cpp: fix crash on invalid tracks
+* Some cleanup to the QT decoder. Still doesn't function. 
 
 ------------------------------------------------------------------------
-r9834 | fkuehne | 2005-01-27 02:14:24 +0100 (jeu, 27 jan 2005) | 1 line
+r13971 | dionoea | 2006-01-21 23:05:31 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+
+this looks better (thanks to Dnumgis for noticing)
 
-* VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re-added it again.
 ------------------------------------------------------------------------
-r9833 | fkuehne | 2005-01-27 01:49:46 +0100 (jeu, 27 jan 2005) | 2 lines
+r13970 | hartman | 2006-01-21 22:29:07 +0100 (Sat, 21 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/modules/audio_output/auhal.c
+
+* workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
+  Grmbl @ Digidesign coders...
 
-* contrib/Makefile: remove the BUILDDIRS on clean-src as well to prevent the disposal of outdated stuff and its mixture with newer libraries
-* contrib/src/Makefile: touch .aclocal after copying the aclocal files, so this isn't done everytime make runs
 ------------------------------------------------------------------------
-r9832 | gbazin | 2005-01-26 17:12:37 +0100 (mer, 26 jan 2005) | 1 line
+r13969 | dionoea | 2006-01-21 21:46:09 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/stream.c
-   M /trunk/src/libvlc.h
+   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
+
+looks nicer this way
 
-* src/libvlc.h, src/input/stream.c: new --input-list option which allows you to specify a list of inputs which will be concatenated to the main MRL during playback (for splitted streams). Note that this deprecates the --file-cat option which was specific to the file access plugin while the new option should be generic.
 ------------------------------------------------------------------------
-r9831 | rocky | 2005-01-26 14:05:14 +0100 (mer, 26 jan 2005) | 5 lines
+r13968 | hartman | 2006-01-21 21:38:05 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
+   M /trunk/modules/demux/vobsub.c
 
-configure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
-cdda/*: add basic cd-paranoia mode via libcdio.
-vcdx/*: changes dictated by new regime
+* One more fix for vobsubs with negative times
 
 ------------------------------------------------------------------------
-r9830 | gbazin | 2005-01-26 09:18:46 +0100 (mer, 26 jan 2005) | 1 line
+r13967 | dionoea | 2006-01-21 21:30:57 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_output/Modules.am
-   M /trunk/modules/video_output/wingdi.c
+   M /trunk/doc/fortunes.txt
+
+Fortune !
 
-* modules/video_output/wingdi.c: improvements + embedded support + GAPI support for WinCE. Needs some more work as well for fullscreen support.
 ------------------------------------------------------------------------
-r9826 | fenrir | 2005-01-25 15:15:08 +0100 (mar, 25 jan 2005) | 2 lines
+r13966 | zorglub | 2006-01-21 18:59:14 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/es_out.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/playlist/item-ext.c
 
- * es_out: fix program change on the fly.
+Add an "auto-preparse" option (default TRUE) - Refs:#192
 
 ------------------------------------------------------------------------
-r9824 | dionoea | 2005-01-25 00:42:14 +0100 (mar, 25 jan 2005) | 2 lines
+r13965 | courmisch | 2006-01-21 18:55:45 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/video_output/vout_intf.c
+   M /trunk/modules/gui/wxwidgets/interface.cpp
 
- * remove unused home_dir from fprintf style function
+Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
 
 ------------------------------------------------------------------------
-r9823 | dionoea | 2005-01-24 23:57:09 +0100 (lun, 24 jan 2005) | 4 lines
+r13964 | zorglub | 2006-01-21 18:54:02 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
- * under windows, default directory to save snapshots is now the user's
-   My Pictures (or Mes Images ... depending on locale) directory
+   M /trunk/src/playlist/playlist.c
 
+Don't bother creating an input thread for non-file 
 
 ------------------------------------------------------------------------
-r9822 | hartman | 2005-01-24 21:46:20 +0100 (lun, 24 jan 2005) | 7 lines
+r13963 | zorglub | 2006-01-21 18:50:55 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/rtci.c
+   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
 
-* modules/control/rc.c:
- - New commands fastforward and rewind for VOD trickplay
- - New command goto <index> for better playlist control
- - Playlist parent item (category) now appended to output
- Patch by Dermot McGahon
-* modules/control/rtci.c: ported patch to rtci as well.
+Don't preparse if we are about to play - Refs:#192
 
 ------------------------------------------------------------------------
-r9821 | hartman | 2005-01-24 21:44:53 +0100 (lun, 24 jan 2005) | 2 lines
+r13962 | zorglub | 2006-01-21 18:44:07 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/http.c
+   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
 
-* Rename a TIME_ABSOLUTE define because it's already defined in the Mach kernel headers.
+Preparse items added through the directory access or directly to the interface (Refs:#192)
 
 ------------------------------------------------------------------------
-r9820 | djc | 2005-01-24 15:19:40 +0100 (lun, 24 jan 2005) | 2 lines
+r13961 | sam | 2006-01-21 17:49:53 +0100 (Sat, 21 Jan 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/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/spudec/spudec.c
+   M /trunk/modules/codec/spudec/spudec.h
 
-Added a Service Discovery sub menu in playlist contextual menu.
+  * modules/codec/spudec: fixed various (innocuous) buffer overflows and
+    paved the way for private SPU commands.
 
 ------------------------------------------------------------------------
-r9817 | zorglub | 2005-01-23 22:07:24 +0100 (dim, 23 jan 2005) | 2 lines
+r13960 | zorglub | 2006-01-21 17:44:36 +0100 (Sat, 21 Jan 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/access/directory.c
+   M /trunk/src/playlist/playlist.c
+
+Enqueue the item ID instead of pointer for preparse
+Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).
 
-Fix breakage in transcode file selection
+Refs:#192
 
 ------------------------------------------------------------------------
-r9816 | yoann | 2005-01-23 21:58:48 +0100 (dim, 23 jan 2005) | 2 lines
+r13959 | zorglub | 2006-01-21 17:37:34 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/src/playlist/item.c
 
-* wxwindows/playlist.cpp: Menu and toolbar are no longer dockable
+Don't block item name (Closes:#506)
 
 ------------------------------------------------------------------------
-r9815 | yoann | 2005-01-23 18:53:40 +0100 (dim, 23 jan 2005) | 2 lines
+r13958 | zorglub | 2006-01-21 15:14:36 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/src/misc/vlm.c
+   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/vlm.c: start exporting some VLM control functions
+Audio - Refs:#473
 
 ------------------------------------------------------------------------
-r9814 | gbazin | 2005-01-23 13:26:01 +0100 (dim, 23 jan 2005) | 1 line
+r13957 | zorglub | 2006-01-21 14:49:42 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/gui/skins2/unzip/unzip.c
+
+Get rid of warning
 
-* modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.
 ------------------------------------------------------------------------
-r9813 | zorglub | 2005-01-23 12:06:17 +0100 (dim, 23 jan 2005) | 2 lines
+r13956 | xtophe | 2006-01-21 00:37:23 +0100 (Sat, 21 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/NEWS
+   M /trunk/INSTALL.win32
 
-Update NEWS
+Install.win32: Add path for pkg-config
 
 ------------------------------------------------------------------------
-r9811 | gbazin | 2005-01-22 21:35:24 +0100 (sam, 22 jan 2005) | 1 line
+r13955 | xtophe | 2006-01-20 19:50:48 +0100 (Fri, 20 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/blend.c
+   M /trunk/configure.ac
+
+Fix X includes detection.
 
-* modules/video_filter/blend.c: chroma fixes for the YUY2 blending.
 ------------------------------------------------------------------------
-r9810 | andrep | 2005-01-22 18:50:11 +0100 (sam, 22 jan 2005) | 3 lines
+r13954 | oaubert | 2006-01-20 12:59:13 +0100 (Fri, 20 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-* mozilla/vlcshell.cpp: Fix compilation on Mac OS X
+   M /trunk/modules/misc/svg.c
 
+svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
 
 ------------------------------------------------------------------------
-r9809 | andrep | 2005-01-22 18:48:45 +0100 (sam, 22 jan 2005) | 2 lines
+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
 
-* mozilla/Makefile.am: Fix build of Mozilla plugin on Mac OS X when using a separate build directory
+all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
 
 ------------------------------------------------------------------------
-r9808 | fkuehne | 2005-01-22 16:13:01 +0100 (sam, 22 jan 2005) | 1 line
+r13952 | hartman | 2006-01-19 17:10:14 +0100 (Thu, 19 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/po/el.po
+   M /trunk/modules/audio_output/auhal.c
+
+* auhal.c: Another workaround for devices not supporting hogmode
 
-* initial translation to Greek by Simos Xenitellis
 ------------------------------------------------------------------------
-r9806 | hartman | 2005-01-22 02:57:49 +0100 (sam, 22 jan 2005) | 2 lines
+r13951 | sigmunau | 2006-01-19 13:47:08 +0100 (Thu, 19 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/access/dvb/linux_dvb.c
 
-* playlist.m: fix a locking issue
+linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock
 
 ------------------------------------------------------------------------
-r9805 | yoann | 2005-01-21 22:49:28 +0100 (ven, 21 jan 2005) | 2 lines
+r13950 | xtophe | 2006-01-19 10:01:34 +0100 (Thu, 19 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/ncurses.c
+   M /trunk/configure.ac
 
-* modules/gui/ncurses.c: incremental search works now with tree playlist.
+Oops. I shall read the diff before commiting
 
 ------------------------------------------------------------------------
-r9804 | hartman | 2005-01-21 21:12:05 +0100 (ven, 21 jan 2005) | 4 lines
+r13949 | xtophe | 2006-01-19 01:01:17 +0100 (Thu, 19 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/configure.ac
 
-* contrib Makefile
-  added a .aclocal change to copy the m4 from extras/contrib/share/aclocal to
-  the vlc m4 dir. No more complete bootstrap after a simple configure.ac or Makefile.am change. :)
+configure.ac: Try harder to find the X headers and libs.
 
 ------------------------------------------------------------------------
-r9803 | hartman | 2005-01-21 20:26:08 +0100 (ven, 21 jan 2005) | 2 lines
+r13948 | xtophe | 2006-01-18 13:08:03 +0100 (Wed, 18 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/video_filter/blend.c
+   M /trunk/include/vlc_interaction.h
+   M /trunk/src/interface/interaction.c
+   M /trunk/src/misc/stats.c
 
-* blend.c: Fix YUVP -> YUY2 blend. YUVP is actually YVUP and this was not accounted for in the YUY2 blend routine. This resulted in incorrect colors in some DVD menu's for instance.
+Copyright dates and svn properties
 
 ------------------------------------------------------------------------
-r9802 | fenrir | 2005-01-21 18:02:39 +0100 (ven, 21 jan 2005) | 1 line
+r13947 | hartman | 2006-01-18 02:39:30 +0100 (Wed, 18 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/demux/ts.c
+   M /trunk/modules/audio_output/auhal.c
+
+* auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.
 
-ts: fix --ts-extra-pmt.
 ------------------------------------------------------------------------
-r9801 | massiot | 2005-01-21 16:22:45 +0100 (ven, 21 jan 2005) | 3 lines
+r13946 | damienf | 2006-01-17 16:38:42 +0100 (Tue, 17 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/activex/README.TXT
+
+README.TXT: updated documentation
 
-* modules/access/pvr/pvr.c: Fixed width/height selection with latest ivtv
-  drivers.
 
 ------------------------------------------------------------------------
-r9800 | fkuehne | 2005-01-21 15:57:23 +0100 (ven, 21 jan 2005) | 1 line
+r13945 | oaubert | 2006-01-17 12:58:26 +0100 (Tue, 17 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/include/mediacontrol_internal.h
+
+mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)
 
-* small fix to the handling of the new nib-files (we are using the >= 10.2 format for the new ones, so 'objects.nib' is called 'keyedobjects.nib')
 ------------------------------------------------------------------------
-r9799 | damienf | 2005-01-21 14:52:11 +0100 (ven, 21 jan 2005) | 3 lines
+r13944 | oaubert | 2006-01-17 11:26:59 +0100 (Tue, 17 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/test.html
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/vlccontrol.cpp
-
-ActiveX: misc fixes & improvements
+   M /trunk/include/mediacontrol_internal.h
+   M /trunk/include/vlc/mediacontrol.h
 
+mediacontrol API: proper fix for mediacontrol_Instance forward declaration
 
 ------------------------------------------------------------------------
-r9798 | hartman | 2005-01-21 14:41:52 +0100 (ven, 21 jan 2005) | 2 lines
+r13943 | damienf | 2006-01-17 11:19:03 +0100 (Tue, 17 Jan 2006) | 7 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/modules/access/dshow/dshow.cpp
 
-* Add the new Nibs to MAKE_DIST
+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.
 
 ------------------------------------------------------------------------
-r9797 | gbazin | 2005-01-21 11:53:29 +0100 (ven, 21 jan 2005) | 1 line
+r13942 | jpsaman | 2006-01-16 22:32:56 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/modules/mux/asf.c
+   M /trunk/modules/stream_out/transcode.c
 
-* modules/mux/asf.c: for mpeg audio, i_bitspersample needs to be set to 0.
+Whitespace cleanup
 ------------------------------------------------------------------------
-r9796 | hartman | 2005-01-20 21:51:36 +0100 (jeu, 20 jan 2005) | 7 lines
+r13941 | hartman | 2006-01-16 21:22:40 +0100 (Mon, 16 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/access/rtsp/access.c
 
-OS X intf work
-- don't use bool. it's BOOL
-- use GNU style C and hungarian notation
-- fix the issue with GUI crashes in playlistview
-- default is now category view (for experimentation until we have a SD menu)
-- experiment with NSViews to fix the 'drawer' issue (not working though)
+* Real RTSP sometimes uses pnm://
 
 ------------------------------------------------------------------------
-r9795 | sigmunau | 2005-01-20 20:58:02 +0100 (jeu, 20 jan 2005) | 2 lines
+r13940 | damienf | 2006-01-16 20:44:18 +0100 (Mon, 16 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/sap.c
+   M /trunk/mozilla/Makefile.am
 
-sap.c: fix too early free in demux 
+Makefile.am: thou shalt test thy changes (self flagellation in progress)
 
 ------------------------------------------------------------------------
-r9794 | sigmunau | 2005-01-20 20:27:56 +0100 (jeu, 20 jan 2005) | 2 lines
+r13939 | jpsaman | 2006-01-16 20:01:58 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-alsa.c: Enumerate available audio devices (Code gratefully borrowed from xmms)
+   M /trunk/src/control/mediacontrol_core.c
 
+Codingstyle fixes
 ------------------------------------------------------------------------
-r9793 | gbazin | 2005-01-20 16:28:56 +0100 (jeu, 20 jan 2005) | 1 line
+r13938 | jpsaman | 2006-01-16 20:01:24 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/src/audio_output/output.c
+   M /trunk/include/vlc_symbols.h
 
-* src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch courtesy of  )
+Define vlc_curent_object in include/vlc_objects.h
 ------------------------------------------------------------------------
-r9792 | gbazin | 2005-01-20 15:30:17 +0100 (jeu, 20 jan 2005) | 1 line
+r13937 | jpsaman | 2006-01-16 20:00:22 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/modules/mux/asf.c
+   M /trunk/extras/zsh.cpp
+   M /trunk/include/vlc_objects.h
+   M /trunk/src/control/core.c
 
-* modules/mux/asf.c: another fix for WMA support.
+Define vlc_curent_object in include/vlc_objects.h
 ------------------------------------------------------------------------
-r9791 | massiot | 2005-01-20 14:34:48 +0100 (jeu, 20 jan 2005) | 3 lines
+r13936 | jpsaman | 2006-01-16 19:58:15 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/src/input/es_out.c
+   M /trunk/include/mediacontrol_internal.h
+   M /trunk/include/vlc/mediacontrol.h
 
-* src/input/es_out.c: Improved the kludge for teletext streams without
-  appropriate PTS.
+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
 ------------------------------------------------------------------------
-r9790 | gbazin | 2005-01-20 14:18:34 +0100 (jeu, 20 jan 2005) | 1 line
+r13934 | jpsaman | 2006-01-16 19:03:14 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/modules/mux/asf.c
+   M /trunk/include/vlc/libvlc.h
 
-* modules/mux/asf.c: compiler warnings are there for a reason ;)
+Define libvlc_exception_raise() in the proper place
 ------------------------------------------------------------------------
-r9789 | gbazin | 2005-01-20 13:32:53 +0100 (jeu, 20 jan 2005) | 3 lines
+r13933 | damienf | 2006-01-16 19:01:38 +0100 (Mon, 16 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
+   M /trunk/mozilla/Makefile.am
 
-* modules/mux/asf.c: only add an audio error correction field in the case of WMA.
-* include/codecs.h: added a couple more audio tags.
+Makefile.am: should fix compilation (or non-compilation) on all platforms
 
 ------------------------------------------------------------------------
-r9788 | gbazin | 2005-01-20 13:11:03 +0100 (jeu, 20 jan 2005) | 1 line
+r13932 | jpsaman | 2006-01-16 18:49:34 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/modules/gui/skins2/x11/x11_popup.cpp
 
-* configure.ac: oops, forgot something.
+Compiler warning about a missing return statement in a non-void function.
 ------------------------------------------------------------------------
-r9787 | gbazin | 2005-01-20 13:03:58 +0100 (jeu, 20 jan 2005) | 1 line
+r13931 | jpsaman | 2006-01-16 18:48:33 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/configure.ac
+   M /trunk/modules/gui/skins2/unzip/unzip.c
 
-* configure.ac, activex/Makefile.am: conditional compile of the activex plugin.
+Use brackets to avoid ambiguos else
 ------------------------------------------------------------------------
-r9786 | gbazin | 2005-01-20 11:10:30 +0100 (jeu, 20 jan 2005) | 1 line
+r13930 | jpsaman | 2006-01-16 18:45:11 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/configure.ac
+   M /trunk/src/video_output/vout_intf.c
 
-* configure.ac, activex/Makefile.am: small fixes to the activex plugin build.
+Fix identation
 ------------------------------------------------------------------------
-r9784 | zorglub | 2005-01-19 23:33:16 +0100 (mer, 19 jan 2005) | 3 lines
+r13929 | jpsaman | 2006-01-16 18:44:38 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/TODO
-   M /trunk/configure.ac
-
-autoconf build fix
-one todo item less !
+   M /trunk/src/control/playlist.c
 
+return NULL properly in libvlc_playlist_get_input()
 ------------------------------------------------------------------------
-r9783 | bigben | 2005-01-19 23:28:47 +0100 (mer, 19 jan 2005) | 4 lines
+r13928 | jpsaman | 2006-01-16 18:42:57 +0100 (Mon, 16 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/modules/control/showintf.c
-
-Add a category to the showintf control interface, so that it gets displayed in the prefs...
-
-
+   M /trunk/src/input/input.c
 
+Fix segmentation fault in core and use of non-initialised variable compiler warning.
 ------------------------------------------------------------------------
-r9780 | massiot | 2005-01-19 19:30:33 +0100 (mer, 19 jan 2005) | 2 lines
+r13927 | damienf | 2006-01-16 17:56:40 +0100 (Mon, 16 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
+   M /trunk/mozilla/Makefile.am
 
-* include/vlc_threads_funcs.h: More %d -> %u
+hopefully, this will fix previous commit
 
 ------------------------------------------------------------------------
-r9779 | damienf | 2005-01-19 18:14:16 +0100 (mer, 19 jan 2005) | 3 lines
+r13926 | damienf | 2006-01-16 17:35:19 +0100 (Mon, 16 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/activex
-   A /trunk/activex/Makefile.am
-   A /trunk/activex/README.TXT
-   A /trunk/activex/axvlc.def
-   A /trunk/activex/axvlc.idl
-   A /trunk/activex/axvlc.reg
-   A /trunk/activex/axvlc.tlb
-   A /trunk/activex/axvlc_idl.c
-   A /trunk/activex/axvlc_idl.h
-   A /trunk/activex/axvlc_rc.rc
-   A /trunk/activex/connectioncontainer.cpp
-   A /trunk/activex/connectioncontainer.h
-   A /trunk/activex/inplace.bmp
-   A /trunk/activex/main.cpp
-   A /trunk/activex/objectsafety.cpp
-   A /trunk/activex/objectsafety.h
-   A /trunk/activex/olecontrol.cpp
-   A /trunk/activex/olecontrol.h
-   A /trunk/activex/oleinplaceactiveobject.cpp
-   A /trunk/activex/oleinplaceactiveobject.h
-   A /trunk/activex/oleinplaceobject.cpp
-   A /trunk/activex/oleinplaceobject.h
-   A /trunk/activex/oleobject.cpp
-   A /trunk/activex/oleobject.h
-   A /trunk/activex/persistpropbag.cpp
-   A /trunk/activex/persistpropbag.h
-   A /trunk/activex/persiststorage.cpp
-   A /trunk/activex/persiststorage.h
-   A /trunk/activex/persiststreaminit.cpp
-   A /trunk/activex/persiststreaminit.h
-   A /trunk/activex/plugin.cpp
-   A /trunk/activex/plugin.h
-   A /trunk/activex/provideclassinfo.cpp
-   A /trunk/activex/provideclassinfo.h
-   A /trunk/activex/test.html
-   A /trunk/activex/utils.cpp
-   A /trunk/activex/utils.h
-   A /trunk/activex/vlccontrol.cpp
-   A /trunk/activex/vlccontrol.h
-   M /trunk/configure.ac
-
-Initial version of ActiveX plugin for VLC
+   M /trunk/mozilla/Makefile.am
+   M /trunk/mozilla/vlcshell.cpp
 
+all: fixed mozilla plugin compilation for MacOS X
 
 ------------------------------------------------------------------------
-r9776 | hartman | 2005-01-18 22:51:00 +0100 (mar, 18 jan 2005) | 2 lines
+r13925 | xtophe | 2006-01-16 16:45:07 +0100 (Mon, 16 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/po/ka.po
 
-* fix libcddb build under 10.2
+Fix
 
 ------------------------------------------------------------------------
-r9775 | gbazin | 2005-01-18 20:24:06 +0100 (mar, 18 jan 2005) | 1 line
+r13924 | hartman | 2006-01-16 15:37:46 +0100 (Mon, 16 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/po/el.po
+   M /trunk/extras/contrib/src/Makefile
 
-* po/el.po: the build process needs a valid file.
-------------------------------------------------------------------------
-r9774 | fkuehne | 2005-01-18 18:26:51 +0100 (mar, 18 jan 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/po/el.po
+* stupid tabs in Makefiles....
 
-* BOTH: added modern Greek to the list of available languages
-* configure.ac: updated the copyright string to 2005
 ------------------------------------------------------------------------
-r9773 | gbazin | 2005-01-18 15:36:26 +0100 (mar, 18 jan 2005) | 5 lines
+r13923 | xtophe | 2006-01-16 15:37:08 +0100 (Mon, 16 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/mux/asf.c
+   M /trunk/po/ka.po
 
-* modules/mux/asf.c:
-  - add an audio error correction field to the stream properties object.
-    This is mandated by the spec and makes some versions of WMP a lot happier about playing our files.
-  - only put an header extension object when necessary.
+Update of the Georgian localization. Thanks to Alexander Didebulidze
 
 ------------------------------------------------------------------------
-r9772 | hartman | 2005-01-18 04:02:07 +0100 (mar, 18 jan 2005) | 2 lines
+r13922 | hartman | 2006-01-16 15:33:06 +0100 (Mon, 16 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/extras/contrib/src/Makefile
 
-* fix author field of OSX info dialog
+* Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.
 
 ------------------------------------------------------------------------
-r9771 | hartman | 2005-01-18 03:56:18 +0100 (mar, 18 jan 2005) | 2 lines
+r13921 | hartman | 2006-01-16 02:54:55 +0100 (Mon, 16 Jan 2006) | 7 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
+   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
 
-* fix OSX info dialog lockup due to changed info accessor methods.
 
 ------------------------------------------------------------------------
-r9770 | hartman | 2005-01-18 03:17:01 +0100 (mar, 18 jan 2005) | 2 lines
+r13920 | zorglub | 2006-01-15 23:21:21 +0100 (Sun, 15 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   M /trunk/src/misc/stats.c
 
-* fix libopendaap on 10.2
+Fix
 
 ------------------------------------------------------------------------
-r9769 | hartman | 2005-01-18 02:19:54 +0100 (mar, 18 jan 2005) | 2 lines
+r13919 | zorglub | 2006-01-15 23:10:41 +0100 (Sun, 15 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libcddb.patch
-   M /trunk/extras/contrib/src/packages.mak
+   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
 
-* finally fixed CDDB contrib
+Fix some memleaks
 
 ------------------------------------------------------------------------
-r9768 | hartman | 2005-01-18 00:38:27 +0100 (mar, 18 jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libcddb.patch
+r13918 | hartman | 2006-01-15 21:52:30 +0100 (Sun, 15 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
 
-* newer libcddb
+* Fix free of the directory listing of the subtitle scan.
 
 ------------------------------------------------------------------------
-r9767 | hartman | 2005-01-17 23:37:20 +0100 (lun, 17 jan 2005) | 2 lines
+r13917 | zorglub | 2006-01-15 21:33:26 +0100 (Sun, 15 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/vcdimager.patch
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/src/misc/objects.c
 
-* Add libcddb, libcdio and vcdimager again to see if it works better on OSX by now
+Free
 
 ------------------------------------------------------------------------
-r9764 | hartman | 2005-01-17 20:42:13 +0100 (lun, 17 jan 2005) | 2 lines
+r13916 | zorglub | 2006-01-15 21:29:38 +0100 (Sun, 15 Jan 2006) | 4 lines
 Changed paths:
-   M /trunk/src/libvlc.h
+   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)
 
-* libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle delay is h and j, both without modifiers)
+To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
 
 ------------------------------------------------------------------------
-r9763 | hartman | 2005-01-17 20:40:03 +0100 (lun, 17 jan 2005) | 2 lines
+r13915 | zorglub | 2006-01-15 20:04:43 +0100 (Sun, 15 Jan 2006) | 2 lines
 Changed paths:
-   A /trunk/extras/contrib/src/Patches/daap.patch
+   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
 
-* libopendaap patch
+Layout stuff
 
 ------------------------------------------------------------------------
-r9762 | hartman | 2005-01-17 20:38:51 +0100 (lun, 17 jan 2005) | 2 lines
+r13914 | zorglub | 2006-01-15 19:13:34 +0100 (Sun, 15 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/services_discovery/daap.c
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/stats.c
+
+Fix calculation for demux bitrate (Refs:#473)
 
-* daap.c: host_t is already defined in Darwin's mach headers. renamed to dhost_t
 
 ------------------------------------------------------------------------
-r9761 | hartman | 2005-01-17 20:37:38 +0100 (lun, 17 jan 2005) | 3 lines
+r13913 | zorglub | 2006-01-15 18:30:45 +0100 (Sun, 15 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/toolbox
+   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
 
-* Added the contrib system to MAKE_DIST
-* cleaned up some alignment in configure --help
+Show stats in interface (Refs:#473)
 
 ------------------------------------------------------------------------
-r9760 | hartman | 2005-01-17 20:35:54 +0100 (lun, 17 jan 2005) | 2 lines
+r13912 | damienf | 2006-01-14 21:03:43 +0100 (Sat, 14 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
 
-* added libopendaap to contrib system
+updated patch for latest CVS
 
 ------------------------------------------------------------------------
-r9759 | zorglub | 2005-01-17 19:36:52 +0100 (lun, 17 jan 2005) | 2 lines
+r13911 | xtophe | 2006-01-14 13:37:19 +0100 (Sat, 14 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/src/libvlc.h
 
-Cache last FindItem request to speed up bulk-addings
+Inversion
 
 ------------------------------------------------------------------------
-r9758 | zorglub | 2005-01-17 19:14:50 +0100 (lun, 17 jan 2005) | 3 lines
+r13910 | zorglub | 2006-01-14 11:57:44 +0100 (Sat, 14 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/src/playlist/item-ext.c
+   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
 
-* DAAP : really include meta information, and don't crash on new hosts
-
+Add an option to disable stats (Refs:#473)
 
 ------------------------------------------------------------------------
-r9757 | gbazin | 2005-01-17 18:01:21 +0100 (lun, 17 jan 2005) | 1 line
+r13909 | jpsaman | 2006-01-14 10:36:16 +0100 (Sat, 14 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/modules/mux/asf.c
+   M /trunk/modules/access/dshow/common.h
+   M /trunk/modules/access/dshow/dshow.cpp
 
-* modules/mux/asf.c: properly write the ES type.
+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.
 ------------------------------------------------------------------------
-r9756 | fkuehne | 2005-01-17 17:48:05 +0100 (lun, 17 jan 2005) | 1 line
+r13908 | hartman | 2006-01-14 01:03:13 +0100 (Sat, 14 Jan 2006) | 4 lines
 Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
+   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.
 
-* changedthe GNU-mirror to ftp.belnet.be -- Gettext is download from the GNU-mirror again
 ------------------------------------------------------------------------
-r9755 | hartman | 2005-01-17 17:30:34 +0100 (lun, 17 jan 2005) | 2 lines
+r13907 | zorglub | 2006-01-14 00:01:34 +0100 (Sat, 14 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/po/POTFILES.in
+   M /trunk/src/misc/stats.c
 
-* Fix pot-update after playlist/info.c removal
+Fix stats crash
 
 ------------------------------------------------------------------------
-r9754 | yoann | 2005-01-17 12:47:41 +0100 (lun, 17 jan 2005) | 2 lines
+r13906 | courmisch | 2006-01-13 13:16:06 +0100 (Fri, 13 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
+   M /trunk/modules/access/vcdx/Modules.am
+   M /trunk/po/POTFILES.in
 
-* wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)
+Partial distcheck fix
 
 ------------------------------------------------------------------------
-r9751 | gbazin | 2005-01-16 20:14:31 +0100 (dim, 16 jan 2005) | 1 line
+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
-
-* modules/codec/x264.c: updated to support recent x264.
-------------------------------------------------------------------------
-r9750 | zorglub | 2005-01-16 16:57:01 +0100 (dim, 16 jan 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-Todo update
-
-------------------------------------------------------------------------
-r9749 | zorglub | 2005-01-16 15:44:26 +0100 (dim, 16 jan 2005) | 4 lines
-Changed paths:
+   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/src/playlist/view.c
-
-* DAAP: add meta-information, delete hosts when they leave
-* SAP : coding style fixes
-* Some fogotten playlist_*Info
-
-------------------------------------------------------------------------
-r9748 | zorglub | 2005-01-16 15:10:47 +0100 (dim, 16 jan 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/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
-   D /trunk/src/playlist/info.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
 
-Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
+FSF address change.
 
 ------------------------------------------------------------------------
-r9746 | sam | 2005-01-15 05:41:24 +0100 (sam, 15 jan 2005) | 2 lines
+r13904 | zorglub | 2006-01-12 22:21:36 +0100 (Thu, 12 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/ChangeLog
-   A /trunk/doc/ChangeLog-2004
-   M /trunk/doc/Makefile.am
+   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
 
-  * Moved 2004 changelog to doc/.
+Support for moving averages (Refs:#473)
+Get input bitrate
 
 ------------------------------------------------------------------------
-r9745 | titer | 2005-01-15 04:02:57 +0100 (sam, 15 jan 2005) | 2 lines
+r13903 | jpsaman | 2006-01-12 22:06:07 +0100 (Thu, 12 Jan 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/video_filter/motiondetect.c
+   M /trunk/modules/access/dshow/dshow.cpp
 
- motiondetect.c: gcc < 3 compile fix
+Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.
 
-------------------------------------------------------------------------
-r9744 | yoann | 2005-01-15 01:42:23 +0100 (sam, 15 jan 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+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.
 
-* modules/gui/wxwindows/playlist.cpp: when duration is not known, don't display (--:--:--)
 
 ------------------------------------------------------------------------
-r9743 | yoann | 2005-01-14 19:01:36 +0100 (ven, 14 jan 2005) | 3 lines
+r13902 | dionoea | 2006-01-12 17:08:50 +0100 (Thu, 12 Jan 2006) | 9 lines
 Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/gui/ncurses.c
+   M /trunk/src/libvlc.h
+   M /trunk/vlc.win32.nsi
 
-* modules/access/directory.c: fix a segfault when reading an empty directory
-* modules/gui/ncurses.c: fix a segfault when playlist is empty
+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.
 
-------------------------------------------------------------------------
-r9742 | yoann | 2005-01-14 17:14:01 +0100 (ven, 14 jan 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
+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)
 
-* modules/gui/ncurses.c: support for tree playlist in ncurses interface
-  use 'v' to toggle view
 
 ------------------------------------------------------------------------
-r9741 | gbazin | 2005-01-14 14:15:52 +0100 (ven, 14 jan 2005) | 1 line
+r13901 | zorglub | 2006-01-12 00:26:53 +0100 (Thu, 12 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/demux/wav.c
+   M /trunk/src/misc/messages.c
+
+Fix a corner case
 
-* include/codecs.h, modules/demux/wav.c: patch by Matthew Romaine to handle WAVEFORMATEXTENSIBLE files more robustly.
 ------------------------------------------------------------------------
-r9740 | hartman | 2005-01-14 13:11:57 +0100 (ven, 14 jan 2005) | 2 lines
+r13900 | xtophe | 2006-01-11 23:30:31 +0100 (Wed, 11 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/http.c
+   M /trunk/extras/contrib/Makefile
 
-* so the ogg vorbis fix broke shoutcast streams :) fixing again.... (tested with all audio streams i know off)
+Fix the package-win32 target
 
 ------------------------------------------------------------------------
-r9739 | djc | 2005-01-14 00:28:36 +0100 (ven, 14 jan 2005) | 18 lines
+r13899 | courmisch | 2006-01-11 22:13:50 +0100 (Wed, 11 Jan 2006) | 3 lines
 Changed paths:
    M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/motiondetect.c
-
-Added simple motion detect filter.
-This filter uses a description file which follows this format :
-x1,y1,x2,y2,level,downspeed,upspeed,mrl
-...
-where x1,y1,x2,y2 describe a sensible rectangle, level is the minimum difference for an active pixel, downspeed an upspeed are to integers.
-mrl is a mrl to go when the filter has detected movement in the rectangle.
 
-This is fun with vlm. For example, you should try to launch vlc normaly with vlm and then type :
-new camera broadcast
-setup camera enabled
-setup camera input mrl to your camera
-setup camera option filter=motiondetect,transform
-#setup camera option transform-type=vflip
-#indeed, I did not reach to make this working
-control camera play
-
-Have fun ;)
+Dirty check for the XML parser used by CyberLink (closes #451)
+(if only we had a cleaner UPnP stack)
 
 ------------------------------------------------------------------------
-r9738 | massiot | 2005-01-13 20:03:03 +0100 (jeu, 13 jan 2005) | 3 lines
+r13898 | asmax | 2006-01-11 21:47:45 +0100 (Wed, 11 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/access_output/udp.c
+   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
 
-* modules/access_out/udp.c: Issue a warning when two PCRs are put inside a
-  single UDP frame (may disturb some decoders).
+* builder.cpp: the "visible" attribute is now taken into account for all images
+* ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls
 
 ------------------------------------------------------------------------
-r9737 | massiot | 2005-01-13 20:02:04 +0100 (jeu, 13 jan 2005) | 2 lines
+r13897 | zorglub | 2006-01-11 21:00:58 +0100 (Wed, 11 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/misc/threads.c
+   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
 
-* src/misc/threads.c: thread_id is in fact an _unsigned_ int.
+Misc stats work (Refs:#473)
 
 ------------------------------------------------------------------------
-r9736 | massiot | 2005-01-13 20:01:22 +0100 (jeu, 13 jan 2005) | 3 lines
+r13896 | sigmunau | 2006-01-11 15:32:43 +0100 (Wed, 11 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/input/es_out.c
+   M /trunk/src/misc/vlm.c
 
-* src/input/es_out.c: EN 300 472 allows the PTS of teletext streams to be
-  invalid.
+vlm.c: Print an error message about what went wrong during vlm-conf loading
 
 ------------------------------------------------------------------------
-r9735 | zorglub | 2005-01-13 19:45:11 +0100 (jeu, 13 jan 2005) | 16 lines
+r13895 | oaubert | 2006-01-11 14:02:54 +0100 (Wed, 11 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/services_discovery/Modules.am
-   A /trunk/modules/services_discovery/daap.c
-
-* DAAP (iTunes shares) services discovery and access module using libopendaap
-
-http://crazney.net/programs/itunes/libopendaap.html
-
-Problems : 
-   - At the moment, the file is downloaded entirely in memory before being
-     played.
-     The library offers another possibility : download the file on
-     demand to a pipe, but I don't think it would be a very good idea
-     (portability issues ? where to download to ?).
-     I hope a "download on demand to memory" feature will be added
-   - Sometimes, it looses connection to the peers.
-
-* Increased wx playlist font size
+   M /trunk/src/control/mediacontrol_audio_video.c
 
+mediacontrol_audio_video.c: use the new snapshot-path functionality
 
 ------------------------------------------------------------------------
-r9734 | gbazin | 2005-01-13 12:25:58 +0100 (jeu, 13 jan 2005) | 1 line
+r13894 | oaubert | 2006-01-11 14:01:50 +0100 (Wed, 11 Jan 2006) | 4 lines
 Changed paths:
-   M /trunk/src/misc/configuration.c
+   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.
 
-* src/misc/configuration.c: fix config_GetType() to handle the new CONFIG_ITEM_MODULE_foo types.
 ------------------------------------------------------------------------
-r9733 | gbazin | 2005-01-13 10:37:43 +0100 (jeu, 13 jan 2005) | 1 line
+r13893 | xtophe | 2006-01-11 13:58:26 +0100 (Wed, 11 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/theora.c
+   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
+
+Small whitespace fix
 
-* modules/codec/theora.c: remove the need for theora_packet_iskeyframe().
 ------------------------------------------------------------------------
-r9732 | hartman | 2005-01-13 00:51:02 +0100 (jeu, 13 jan 2005) | 2 lines
+r13892 | xtophe | 2006-01-11 10:23:31 +0100 (Wed, 11 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+   M /trunk/extras/contrib/src/Makefile
 
-* <cough> broken patch </cough>
+Don't use portaudio by default until it get fixed
 
 ------------------------------------------------------------------------
-r9731 | yoann | 2005-01-12 17:24:44 +0100 (mer, 12 jan 2005) | 4 lines
+r13891 | dionoea | 2006-01-10 23:47:27 +0100 (Tue, 10 Jan 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
+   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.
 
-* modules/gui/wxwindows/interface.cpp: Add new buttons for DVDs and CDs:
-  - Menu, Previous Chapter, Next Chapter for DVDs
-  - Previous Track, Next Track for CDs
 
 ------------------------------------------------------------------------
-r9730 | hartman | 2005-01-12 17:07:20 +0100 (mer, 12 jan 2005) | 2 lines
+r13890 | hartman | 2006-01-10 23:40:29 +0100 (Tue, 10 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+   M /trunk/src/video_output/vout_intf.c
 
-* part of patch was applied upstream. Adapt....
+* Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)
 
 ------------------------------------------------------------------------
-r9729 | gbazin | 2005-01-12 15:27:35 +0100 (mer, 12 jan 2005) | 1 line
+r13889 | oaubert | 2006-01-10 10:52:34 +0100 (Tue, 10 Jan 2006) | 2 lines
 Changed paths:
-   A /trunk/modules/gui/wince/wince.rc
+   M /trunk/modules/control/corba/Modules.am
+
+Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c
 
-* modules/gui/wince/wince.rc: forgot to commit this file with the wince interface.
 ------------------------------------------------------------------------
-r9728 | zorglub | 2005-01-12 10:19:10 +0100 (mer, 12 jan 2005) | 2 lines
+r13888 | dionoea | 2006-01-10 01:26:35 +0100 (Tue, 10 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
+   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
 
-Put callbacks after rebuild, avoids deadlock in rebuild
+make update-po . This hopefully fixes make dist
 
 ------------------------------------------------------------------------
-r9727 | fkuehne | 2005-01-11 18:42:08 +0100 (mar, 11 jan 2005) | 1 line
+r13887 | dionoea | 2006-01-10 00:39:47 +0100 (Tue, 10 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/modules/control/corba/Modules.am
+
+../../src/control/plugin.c doesn't exist anymore (this should fix make dist)
 
-* changed the download-link of gettext temporarily to the videolan-main-server, since the current GNU-mirror does not provide the 0.14.1-release. The responsible admin is contacted.
 ------------------------------------------------------------------------
-r9726 | zorglub | 2005-01-11 17:52:42 +0100 (mar, 11 jan 2005) | 3 lines
+r13886 | dionoea | 2006-01-09 23:04:18 +0100 (Mon, 09 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/access/directory.c
-   A /trunk/modules/gui/wxwindows/bitmaps/type_afile.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_cdda.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/type_directory.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/type_disc.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/type_net.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_node.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_vfile.xpm
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/view.c
+   M /trunk/src/libvlc.h
 
-Add some icons
-Fix autoswitching to category view
+oops
 
 ------------------------------------------------------------------------
-r9725 | hartman | 2005-01-11 17:36:12 +0100 (mar, 11 jan 2005) | 2 lines
+r13885 | dionoea | 2006-01-09 23:01:57 +0100 (Mon, 09 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Patches/theora.patch
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/THANKS
+   A /trunk/po/oc.po
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
 
-* newer theora: alpha4 version. new location, new patch
+Occitan localization. Many thanks to laurent jonqueres
 
 ------------------------------------------------------------------------
-r9724 | massiot | 2005-01-11 17:32:50 +0100 (mar, 11 jan 2005) | 3 lines
+r13884 | xtophe | 2006-01-09 21:57:53 +0100 (Mon, 09 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   A /trunk/po/ka.po
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
 
-* modules/access/dvb: Fixed numerous bugs related to the CAM configuration.
-  Reconfigure the frontend if no lock is acquired in 10s.
+Add Georgian localization. Thanks to Alexander Didebulidze.
 
 ------------------------------------------------------------------------
-r9723 | hartman | 2005-01-11 17:17:44 +0100 (mar, 11 jan 2005) | 2 lines
+r13883 | asmax | 2006-01-08 22:16:49 +0100 (Sun, 08 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/http.c
+   M /trunk/modules/audio_output/jack.c
 
-* fix ogg streams.
+* jack.c: better handling of buffer underruns
 
 ------------------------------------------------------------------------
-r9722 | andrep | 2005-01-11 17:04:09 +0100 (mar, 11 jan 2005) | 3 lines
+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
 
-* configure.ac: Require libtheora 1.0alpha4
-
+* New audio output module to support the JACK Audio Connection Kit
 
 ------------------------------------------------------------------------
-r9721 | andrep | 2005-01-11 14:19:20 +0100 (mar, 11 jan 2005) | 3 lines
+r13881 | zorglub | 2006-01-08 17:32:33 +0100 (Sun, 08 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/codec/cmml/intf.c
-
-* cmml/intf.c: Fix refcount leak on main interface (thanks to gibalou for help)
+   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
 
 ------------------------------------------------------------------------
-r9720 | gbazin | 2005-01-11 13:02:57 +0100 (mar, 11 jan 2005) | 1 line
+r13879 | zorglub | 2006-01-08 16:48:41 +0100 (Sun, 08 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   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
 
-* modules/gui/wxwindows/preferences_widgets.cpp: added update event for IntegerListConfigControl.
 ------------------------------------------------------------------------
-r9719 | hartman | 2005-01-11 12:51:03 +0100 (mar, 11 jan 2005) | 4 lines
+r13878 | hartman | 2006-01-08 02:32:50 +0100 (Sun, 08 Jan 2006) | 5 lines
 Changed paths:
-   M /trunk/modules/access/http.c
-
-* NSV uses a different mime type for audio only streams. Force the right demuxer...
-(we are very much approaching the point where we need a proper mimetype match table within the code)
+   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
 
 ------------------------------------------------------------------------
-r9718 | andrep | 2005-01-11 10:17:56 +0100 (mar, 11 jan 2005) | 4 lines
+r13877 | hartman | 2006-01-08 00:08:42 +0100 (Sun, 08 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* theora.c: Eliminate display artifacts when the very first frame of the
-  stream isn't a keyframe
+   M /trunk/modules/access/file.c
 
+* Compile fix for OSes without F_RDAHEAD and F_NOCACHE
 
 ------------------------------------------------------------------------
-r9717 | andrep | 2005-01-11 09:58:06 +0100 (mar, 11 jan 2005) | 3 lines
+r13876 | hartman | 2006-01-07 23:01:17 +0100 (Sat, 07 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* theora.c: Fixed weird display artifacts when seeking on Theora videos
+   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.
 
 ------------------------------------------------------------------------
-r9716 | bigben | 2005-01-10 22:08:45 +0100 (lun, 10 jan 2005) | 5 lines
+r13875 | xtophe | 2006-01-07 17:21:47 +0100 (Sat, 07 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
+   M /trunk/extras/contrib/Makefile
 
-* End of the implementation of the v4l-*options
+Add a package-win32 target
 
-If somebody who has a v4l device could actually test that... (at least if the default values for the options make sense).
+------------------------------------------------------------------------
+r13874 | sam | 2006-01-06 16:16:25 +0100 (Fri, 06 Jan 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
 
+  fortune.
 
 ------------------------------------------------------------------------
-r9715 | fkuehne | 2005-01-10 18:37:01 +0100 (lun, 10 jan 2005) | 1 line
+r13873 | damienf | 2006-01-06 13:31:19 +0100 (Fri, 06 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
+   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
 
-* changed the GNU mirror once again, since the Irish one I choose previously is as bad as the GNU-main server -- let's use the LEO-server of the technical university of Munich (Germany), which is highly reliable (also an OpenOffice, Gentoo, Debian mirror)
 ------------------------------------------------------------------------
-r9714 | sam | 2005-01-10 12:09:35 +0100 (lun, 10 jan 2005) | 2 lines
+r13872 | xtophe | 2006-01-06 10:37:13 +0100 (Fri, 06 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/doc/Doxyfile
+   M /trunk/doc/Doxyfile.skins2
 
-  * configure.ac: -lfreetype requires -lm.
+Produce include graphs.
 
 ------------------------------------------------------------------------
-r9713 | bigben | 2005-01-09 23:45:24 +0100 (dim, 09 jan 2005) | 6 lines
+r13871 | xtophe | 2006-01-05 23:53:46 +0100 (Thu, 05 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/v4l/v4l.c
-
-* v4l.c:
-       - Add --v4l-* options for all the parametters that can be set from the MRL, so we have a complete Panel in the wx interface and some doc in the command line
-       - Only declaration for now, options don't make anything yet
-* pvr.c: describe height as height, not width
+   D /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch.bak
 
+this file was here by error
 
 ------------------------------------------------------------------------
-r9711 | asmax | 2005-01-09 20:46:39 +0100 (dim, 09 jan 2005) | 2 lines
+r13870 | damienf | 2006-01-05 23:48:30 +0100 (Thu, 05 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/macosx
-   A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_window.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_window.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.cpp
+   M /trunk/modules/video_output/directx/directx.c
 
-- all: skeleton for a MacOSX port of skins2 (happy new year ;)
+directx.c: some improvement on overlay initial grey flickering
 
 ------------------------------------------------------------------------
-r9710 | asmax | 2005-01-08 18:49:22 +0100 (sam, 08 jan 2005) | 4 lines
+r13869 | zorglub | 2006-01-05 22:56:34 +0100 (Thu, 05 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/src/playlist/playlist.c
+   M /trunk/src/misc/stats.c
 
-- playlist.c: avoid a segfault when playlist_ViewFind() returns NULL.
- Anyway I guess it should not happen so there is a bug in the playlist
- code but I have no time to understand it...
+Remove extra debug
 
 ------------------------------------------------------------------------
-r9709 | ipkiss | 2005-01-07 22:08:25 +0100 (ven, 07 jan 2005) | 2 lines
+r13868 | damienf | 2006-01-05 22:33:20 +0100 (Thu, 05 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/TODO
+   M /trunk/src/misc/messages.c
 
- * TODO: Added little hints for the OS X port of the skins
+messages.c: message bank lock is still in use and still needs initializing :)
 
 ------------------------------------------------------------------------
-r9708 | massiot | 2005-01-07 21:21:59 +0100 (ven, 07 jan 2005) | 12 lines
+r13867 | damienf | 2006-01-05 18:13:19 +0100 (Thu, 05 Jan 2006) | 2 lines
 Changed paths:
    M /trunk/configure.ac
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/demux/ts.c
 
-* modules/access/dvb:
-  - Rewrote QPSK frontend tuning functions, after reading the doc - it
-    should hopefully fix the infamous "Operation not permitted" problem.
-  - Permanently monitor the frontend status, and reinit it if it crashes.
-  - New --dvb-high-voltage option for very long cables.
-  - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer
-    need the --ts-capmt-sysid option because the sysid is determined
-    automatically from the CAM.
-  - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug
-    with Aston professional CAMs which all of sudden stop descrambling
-    a program after a few days.
+configure.ac: fix previous commit when mozilla is not available
 
 ------------------------------------------------------------------------
-r9707 | massiot | 2005-01-07 21:04:46 +0100 (ven, 07 jan 2005) | 3 lines
+r13866 | damienf | 2006-01-05 18:03:12 +0100 (Thu, 05 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/configure.ac
 
-* modules/access_output/udp.c: When using --udp-group, do not send two PCRs
-  at once. This requires the export of the PCR block_flag.
+configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)
 
 ------------------------------------------------------------------------
-r9706 | massiot | 2005-01-07 20:57:00 +0100 (ven, 07 jan 2005) | 3 lines
+r13865 | hartman | 2006-01-05 02:56:12 +0100 (Thu, 05 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/modules/access/udp.c
-
-* modules/access/udp.c: When udp is invoked as 'rtp:', only consider RTP
-  packets.
+   M /trunk/src/misc/messages.c
 
+More message queue WinCE fixes
 ------------------------------------------------------------------------
-r9705 | massiot | 2005-01-07 20:55:48 +0100 (ven, 07 jan 2005) | 2 lines
+r13864 | hartman | 2006-01-05 02:01:30 +0100 (Thu, 05 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-* modules/access/pvr/pvr.c: Added --pvr-caching option.
+   M /trunk/src/misc/messages.c
 
+message queues WinCE compile fix
 ------------------------------------------------------------------------
-r9702 | gbazin | 2005-01-07 15:05:03 +0100 (ven, 07 jan 2005) | 1 line
+r13863 | hartman | 2006-01-05 00:34:52 +0100 (Thu, 05 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/modules/audio_output/waveout.c
+   M /trunk/modules/demux/mkv.cpp
 
-* modules/audio_output/waveout.c: increase the audio buffer size under WinCE.
+Another message queue compile fix
 ------------------------------------------------------------------------
-r9701 | gbazin | 2005-01-07 10:54:01 +0100 (ven, 07 jan 2005) | 1 line
+r13862 | zorglub | 2006-01-05 00:22:24 +0100 (Thu, 05 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/include/aout_internal.h
+   M /trunk/include/vlc_messages.h
+
+Forgot this file
 
-* include/aout_internal.h: fixed old memory leak when alloca() isn't available.
 ------------------------------------------------------------------------
-r9700 | gbazin | 2005-01-07 01:19:43 +0100 (ven, 07 jan 2005) | 1 line
+r13861 | zorglub | 2006-01-05 00:11:33 +0100 (Thu, 05 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/evc/vlc.vcw
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
 
+compile fix
 
 ------------------------------------------------------------------------
-r9699 | gbazin | 2005-01-07 01:19:09 +0100 (ven, 07 jan 2005) | 1 line
+r13860 | hartman | 2006-01-05 00:02:44 +0100 (Thu, 05 Jan 2006) | 4 lines
 Changed paths:
    M /trunk/configure.ac
 
-* configure.ac: added wince plugin to the build system.
-------------------------------------------------------------------------
-r9698 | gbazin | 2005-01-07 00:52:00 +0100 (ven, 07 jan 2005) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/wince
-   A /trunk/modules/gui/wince/Modules.am
-   A /trunk/modules/gui/wince/bitmaps
-   A /trunk/modules/gui/wince/bitmaps/toolbar1.bmp
-   A /trunk/modules/gui/wince/bitmaps/toolbar2.bmp
-   A /trunk/modules/gui/wince/bitmaps/toolbar3.bmp
-   A /trunk/modules/gui/wince/bitmaps/vlc16x16.ico
-   A /trunk/modules/gui/wince/fileinfo.cpp
-   A /trunk/modules/gui/wince/interface.cpp
-   A /trunk/modules/gui/wince/iteminfo.cpp
-   A /trunk/modules/gui/wince/menus.cpp
-   A /trunk/modules/gui/wince/messages.cpp
-   A /trunk/modules/gui/wince/open.cpp
-   A /trunk/modules/gui/wince/playlist.cpp
-   A /trunk/modules/gui/wince/preferences.cpp
-   A /trunk/modules/gui/wince/preferences_widgets.cpp
-   A /trunk/modules/gui/wince/preferences_widgets.h
-   A /trunk/modules/gui/wince/subtitles.cpp
-   A /trunk/modules/gui/wince/timer.cpp
-   A /trunk/modules/gui/wince/video.cpp
-   A /trunk/modules/gui/wince/wince.cpp
-   A /trunk/modules/gui/wince/wince.h
-
-* modules/gui/wince/*: New Windows CE interface by Cedric Marodon <cedric_marodon at yahoo dot fr> (ported from the vlcpocketpc project by myself after some heavy code cleanup).
-
-------------------------------------------------------------------------
-r9697 | fkuehne | 2005-01-07 00:40:18 +0100 (ven, 07 jan 2005) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
+* I actually read the doc on AC_ARG_WITH this time :D
+  this and [13857] [13858] refs #182
 
-* ALL: updated the po-files
-* da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
-* de.po: got some stuff in sync to the German translation of play-howto
-------------------------------------------------------------------------
-r9696 | gbazin | 2005-01-06 23:05:22 +0100 (jeu, 06 jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
 
-* modules/codec/vorbis.c: fixed tremor output.
 ------------------------------------------------------------------------
-r9695 | fkuehne | 2005-01-06 20:54:24 +0100 (jeu, 06 jan 2005) | 1 line
+r13859 | zorglub | 2006-01-04 23:29:53 +0100 (Wed, 04 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
+   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 
 
-* fixed wrong grammar ('1 items in list')
 ------------------------------------------------------------------------
-r9694 | fkuehne | 2005-01-06 18:58:07 +0100 (jeu, 06 jan 2005) | 4 lines
+r13858 | hartman | 2006-01-04 23:24:20 +0100 (Wed, 04 Jan 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/objects.nib
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
+   M /trunk/configure.ac
 
-* controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
-* controls.h: removed "o_open"
-* intf.*, open.*: make sure the open-nib is loaded only once, don't load it at launch time but dynamic and do it in VLCMain, so VLCOpen does not know about it anymore
-* MainMenu.nib: we don't need instances of VLCOpen and VLCOutput anymore
+Fix the Mac OS X SDK configure check
 ------------------------------------------------------------------------
-r9693 | titer | 2005-01-06 16:15:24 +0100 (jeu, 06 jan 2005) | 2 lines
+r13857 | hartman | 2006-01-04 22:53:52 +0100 (Wed, 04 Jan 2006) | 8 lines
 Changed paths:
-   M /trunk/modules/control/http.c
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   D /trunk/extras/MacOSX/macosx-dmg
 
- control/http.c: gcc < 3 compile fix
+* 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
 
-------------------------------------------------------------------------
-r9692 | gbazin | 2005-01-05 23:45:36 +0100 (mer, 05 jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/file.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/modules.c
 
-* src/misc/modules.c,cpu.c, modules/access/file.c: WinCE fixes.
 ------------------------------------------------------------------------
-r9691 | gbazin | 2005-01-05 23:42:57 +0100 (mer, 05 jan 2005) | 1 line
+r13856 | jpsaman | 2006-01-03 22:33:55 +0100 (Tue, 03 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/src/input/stream.c
+   M /trunk/share/osdmenu/default.cfg
+   M /trunk/share/osdmenu/dvd.cfg
 
-* src/input/stream.c: decrease memory requirements for WinCE.
+Forward/Backward jump is set to jump-medium
 ------------------------------------------------------------------------
-r9690 | gbazin | 2005-01-05 23:24:30 +0100 (mer, 05 jan 2005) | 1 line
+r13855 | zorglub | 2006-01-03 21:29:02 +0100 (Tue, 03 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/toolbox
+   M /trunk/src/input/input.c
 
-* toolbox: added an evc ARMV4 target.
-------------------------------------------------------------------------
-r9689 | gbazin | 2005-01-05 23:23:13 +0100 (mer, 05 jan 2005) | 1 line
-Changed paths:
-   M /trunk/evc/libvlc.vcp.in
-   M /trunk/evc/plugins.vcp.in
-   M /trunk/evc/vlc.vcp.in
+Fix invalid return
 
-* evc/*: added an ARMV4 target.
 ------------------------------------------------------------------------
-r9688 | gbazin | 2005-01-05 22:14:53 +0100 (mer, 05 jan 2005) | 1 line
+r13854 | xtophe | 2006-01-03 17:37:05 +0100 (Tue, 03 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.ac
+   M /trunk/Makefile.am
+
+Missing headder in tarball
 
-* configure.ac: fix Dirac detection (patch by Anuradha Suraparaju).
 ------------------------------------------------------------------------
-r9687 | djc | 2005-01-05 01:19:09 +0100 (mer, 05 jan 2005) | 8 lines
+r13853 | xtophe | 2006-01-03 16:16:01 +0100 (Tue, 03 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/modules/control/http.c
-   A /trunk/share/http/cone_minus.png
-   A /trunk/share/http/cone_plus.png
-   M /trunk/share/http/index.html
-   M /trunk/share/http/style.css
-
-Work to support new playlist in http interface.
-+ correct a bug in the <vlc id="foreach" param1="integer" /> macro
-+ add a <vlc id="stack" /> to print the rpn stack in debug messages
-+ add the != operator in rpn evaluation
-
-Compatibility with old pages should be respected...
+   M /trunk/src/libvlc.h
 
+Typo
 
 ------------------------------------------------------------------------
-r9686 | fkuehne | 2005-01-04 00:01:42 +0100 (mar, 04 jan 2005) | 1 line
+r13852 | fkuehne | 2006-01-03 13:50:15 +0100 (Tue, 03 Jan 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/objects.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
+   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
 
-* seperated the open, sout and sub-open dialogues from the main nib
+* added RTP uni-/multicast to the wizard
 ------------------------------------------------------------------------
-r9685 | fkuehne | 2005-01-03 21:10:38 +0100 (lun, 03 jan 2005) | 1 line
+r13851 | fkuehne | 2006-01-02 19:25:01 +0100 (Mon, 02 Jan 2006) | 1 line
 Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/video_output/image.c
 
-* declared the shared instance properly (forgot that yesterday)
+* fixed preferences
 ------------------------------------------------------------------------
-r9684 | djc | 2005-01-02 23:45:36 +0100 (dim, 02 jan 2005) | 2 lines
+r13850 | sam | 2006-01-02 11:52:50 +0100 (Mon, 02 Jan 2006) | 4 lines
 Changed paths:
-   M /trunk/src/playlist/sort.c
+   M /trunk/modules/video_output/image.c
 
-Fix a bug when shuffling playlist with 1 item
+  * modules/video_output/image.c:
+    + Implemented support for --image-out-format.
+    + Added support for JPEG output. Still defaults to PNG.
 
 ------------------------------------------------------------------------
-r9683 | fkuehne | 2005-01-02 21:01:50 +0100 (dim, 02 jan 2005) | 2 lines
+r13849 | sam | 2006-01-02 11:41:38 +0100 (Mon, 02 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/da.po
+   M /trunk/src/video_output/video_output.c
 
-* po/da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
-* THANKS: added Morten Brix Pedersen
-------------------------------------------------------------------------
-r9682 | fkuehne | 2005-01-02 19:58:53 +0100 (dim, 02 jan 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
+  * src/video_output/video_output.c: do not drop late frames at the video
+    output level when --no-skip-frames was specified.
 
-* moved the preferences-window to a seperate nib-file
 ------------------------------------------------------------------------
-r9681 | fkuehne | 2005-01-01 19:13:51 +0100 (sam, 01 jan 2005) | 2 lines
+r13848 | courmisch | 2006-01-02 11:06:36 +0100 (Mon, 02 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/THANKS
+   M /trunk/po/fr.po
 
-* give credit to Jonas Larsen for creating the Danish l10n
-* replace all "@" with " at "
-------------------------------------------------------------------------
-r9680 | fkuehne | 2005-01-01 18:54:05 +0100 (sam, 01 jan 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+Fix spelling error
 
-* build libiconv without i18n-support, so it can be compiled without gettext -- gettext will be compiled afterwards, so it can take advantage of libiconv
 ------------------------------------------------------------------------
-r9679 | fkuehne | 2005-01-01 17:29:51 +0100 (sam, 01 jan 2005) | 1 line
+r13847 | sam | 2006-01-02 10:01:27 +0100 (Mon, 02 Jan 2006) | 3 lines
 Changed paths:
-   M /trunk/extras/contrib/src/Makefile
+   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.
 
-* make sure gettext is built before libiconv, since it is needed for its compilation
 ------------------------------------------------------------------------
-r9678 | fkuehne | 2005-01-01 16:41:08 +0100 (sam, 01 jan 2005) | 2 lines
+r13842 | zorglub | 2006-01-01 14:39:21 +0100 (Sun, 01 Jan 2006) | 2 lines
 Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/extras/make.pl
+
+Improve output
 
-* use "heanet.dl.sourceforge.net" for downloading FreeType, since www.freetype.org does not respond
-* use "ftp.heanet.ie" instead of "ftp.gnu.org" as GNU mirror, since the main-server does not respond (I'll revoke this change, when the main-server is usable again)
 ------------------------------------------------------------------------
-r9677 | zorglub | 2004-12-29 17:15:50 +0100 (mer, 29 déc 2004) | 2 lines
+r13841 | hartman | 2005-12-31 16:05:12 +0100 (Sat, 31 Dec 2005) | 1 line
 Changed paths:
-   M /trunk/modules/video_output/image.c
-
-Reuse the encoder
+   M /trunk/src/input/stream.c
 
+Fix an issue with AStreamRefillStream and mp4 indexes
 ------------------------------------------------------------------------