]> git.sesse.net Git - vlc/blobdiff - ChangeLog
- ordered device supported media types using an arbitrary fourcc preference priority...
[vlc] / ChangeLog
index 4f6d726a0a0c7f88f8a6b1c38291f6a1b87cb620..7e104d20ce38a25212cdd2547b3beec727d5f643 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9029,3 +9029,6742 @@ Changed paths:
 
 
 ------------------------------------------------------------------------
+r7004 | sam | 2004-03-07 18:26:50 +0100 (Sun, 07 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/doc/ChangeLog-1999
+   M /trunk/doc/ChangeLog-2000
+   M /trunk/doc/ChangeLog-2001
+   M /trunk/doc/ChangeLog-2002
+   M /trunk/doc/ChangeLog-2003
+   M /trunk/toolbox
+
+  * toolbox:
+    + Removed --changelog from the help message.
+    + Output a warning asking to use "svn log" when --changelog is called.
+  * Regenerated SVN changelogs.
+
+------------------------------------------------------------------------
+r7005 | ipkiss | 2004-03-07 19:49:37 +0100 (Sun, 07 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/utils/var_text.cpp
+   A /trunk/modules/gui/skins2/vars/stream.cpp
+   A /trunk/modules/gui/skins2/vars/stream.hpp
+
+ * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)
+
+------------------------------------------------------------------------
+r7006 | fenrir | 2004-03-07 20:03:23 +0100 (Sun, 07 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4.c: added support for SVQ1.
+
+------------------------------------------------------------------------
+r7007 | gbazin | 2004-03-07 23:34:22 +0100 (Sun, 07 Mar 2004) | 7 lines
+Changed paths:
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_es.h
+   M /trunk/modules/codec/faad.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/demux/ps.h
+   M /trunk/modules/demux/ts.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/input/input_programs.c
+
+* include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames.
+* include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames.
+* modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
+* modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
+* src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
+* src/input/es_out.c: removed useless stuff.
+
+------------------------------------------------------------------------
+r7008 | rocky | 2004-03-08 03:08:41 +0100 (Mon, 08 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/INSTALL.win32
+
+Some small spelling errors and clarification based on recent events.
+------------------------------------------------------------------------
+r7009 | rocky | 2004-03-08 03:39:04 +0100 (Mon, 08 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/INSTALL.win32
+
+Update MinGW release number
+------------------------------------------------------------------------
+r7010 | rocky | 2004-03-08 04:20:19 +0100 (Mon, 08 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/INSTALL.win32
+
+Yet another spelling correction
+------------------------------------------------------------------------
+r7011 | sam | 2004-03-08 11:21:34 +0100 (Mon, 08 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access
+   M /trunk/modules/access/dshow
+   M /trunk/modules/access/dvb
+   M /trunk/modules/access/dvd
+   M /trunk/modules/access/dvdplay
+   M /trunk/modules/access/dvdread
+   M /trunk/modules/access/mms
+   M /trunk/modules/access/pvr
+   M /trunk/modules/access/satellite
+   M /trunk/modules/access/v4l
+   M /trunk/modules/access/vcd
+   M /trunk/modules/access_output
+   M /trunk/modules/audio_filter
+   M /trunk/modules/audio_filter/channel_mixer
+   M /trunk/modules/audio_filter/converter
+   M /trunk/modules/audio_filter/resampler
+   M /trunk/modules/audio_mixer
+   M /trunk/modules/audio_output
+   M /trunk/modules/codec
+   M /trunk/modules/codec/ffmpeg
+   M /trunk/modules/codec/ffmpeg/postprocessing
+   M /trunk/modules/codec/ogt
+   M /trunk/modules/codec/spudec
+   M /trunk/modules/control
+   M /trunk/modules/control/corba
+   M /trunk/modules/control/telnet
+   M /trunk/modules/demux
+   M /trunk/modules/demux/asf
+   M /trunk/modules/demux/avi
+   M /trunk/modules/demux/mp4
+   M /trunk/modules/demux/mpeg
+   M /trunk/modules/demux/playlist
+   M /trunk/modules/demux/util
+   M /trunk/modules/gui
+   M /trunk/modules/gui/beos
+   M /trunk/modules/gui/gtk
+   M /trunk/modules/gui/gtk2
+   M /trunk/modules/gui/kde
+   M /trunk/modules/gui/macosx
+   M /trunk/modules/gui/ncurses
+   M /trunk/modules/gui/pda
+   M /trunk/modules/gui/qnx
+   M /trunk/modules/gui/qt
+   M /trunk/modules/gui/skins
+   M /trunk/modules/gui/skins/controls
+   M /trunk/modules/gui/skins/parser
+   M /trunk/modules/gui/skins/src
+   M /trunk/modules/gui/skins/win32
+   M /trunk/modules/gui/skins/x11
+   M /trunk/modules/gui/skins2
+   M /trunk/modules/gui/wxwindows
+   M /trunk/modules/misc
+   M /trunk/modules/misc/dummy
+   M /trunk/modules/misc/memcpy
+   M /trunk/modules/misc/network
+   M /trunk/modules/misc/playlist
+   M /trunk/modules/misc/testsuite
+   M /trunk/modules/mux
+   M /trunk/modules/mux/mpeg
+   M /trunk/modules/packetizer
+   M /trunk/modules/stream_out
+   M /trunk/modules/stream_out/transrate
+   M /trunk/modules/video_chroma
+   M /trunk/modules/video_filter
+   M /trunk/modules/video_output
+   M /trunk/modules/video_output/directx
+   M /trunk/modules/video_output/qte
+   M /trunk/modules/video_output/x11
+   M /trunk/modules/visualization
+   M /trunk/modules/visualization/visual
+   M /trunk/mozilla
+
+  * Added '*.a' to the svn:ignore properties.
+
+------------------------------------------------------------------------
+r7012 | garf | 2004-03-08 11:22:13 +0100 (Mon, 08 Mar 2004) | 3 lines
+Changed paths:
+   A /trunk/doc/vlm.txt
+
+ * a little VLM documentation. It may be hard to understand, so I'm
+   waiting for suggestions.
+
+------------------------------------------------------------------------
+r7013 | gbazin | 2004-03-08 12:00:26 +0100 (Mon, 08 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/telnet/vlm.c
+
+* configure.ac: check for localtime_r().
+* modules/control/telnet/vlm.c: portability fixes.
+
+------------------------------------------------------------------------
+r7014 | gbazin | 2004-03-08 14:54:49 +0100 (Mon, 08 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* ffmpeg/video.c: got rid of the --ffmpeg-truncated option.
+
+------------------------------------------------------------------------
+r7015 | bigben | 2004-03-08 16:22:58 +0100 (Mon, 08 Mar 2004) | 9 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/vout.m
+
+                                                                                                                             
+- *.nib, playlist.*
+
+begining of playlist item propieties box (only modification of uro, name and autt
+hor at this time)
+
+- vout.m : remove an unused variable
+
+
+------------------------------------------------------------------------
+r7016 | gbazin | 2004-03-08 16:55:49 +0100 (Mon, 08 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+* src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCallBack().
+
+------------------------------------------------------------------------
+r7017 | gbazin | 2004-03-08 18:08:46 +0100 (Mon, 08 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/net.c
+
+* src/misc/net.c: fixes a few corner cases. 
+
+------------------------------------------------------------------------
+r7018 | gbazin | 2004-03-09 15:50:46 +0100 (Tue, 09 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/vout.h
+
+* modules/video_output/directx/*: take care of hardware overlay alignment constraints.
+
+------------------------------------------------------------------------
+r7019 | gbazin | 2004-03-09 16:26:17 +0100 (Tue, 09 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/telnet/vlm.c
+
+* configure.ac: the telnet module needs -lws2_32 on win32.
+* modules/control/telnet/vlm.c: include <time.h>.
+
+------------------------------------------------------------------------
+r7020 | jpsaman | 2004-03-09 21:32:17 +0100 (Tue, 09 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/ipkg/Makefile.am
+   D /trunk/ipkg/rules.gpe
+
+Removing old cruft.
+------------------------------------------------------------------------
+r7021 | jpsaman | 2004-03-09 21:32:49 +0100 (Tue, 09 Mar 2004) | 1 line
+Changed paths:
+   D /trunk/ipkg/rules
+   A /trunk/ipkg/rules.gpe (from /trunk/ipkg/rules:7019)
+
+Renaming rules to rules.gpe
+------------------------------------------------------------------------
+r7022 | gbazin | 2004-03-09 21:46:43 +0100 (Tue, 09 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/access_output/http.c
+   M /trunk/src/misc/httpd.c
+
+* include/vlc_common.h: free tab if empty in TAB_REMOVE().
+* src/misc/httpd.c: fixed a few memory leaks and coding style changes.
+* modules/access_output/http.c: a few coding style changes.
+
+------------------------------------------------------------------------
+r7023 | fenrir | 2004-03-10 13:02:58 +0100 (Wed, 10 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/include/input_ext-plugins.h
+   M /trunk/modules/stream_out/display.c
+
+ * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder.
+ * modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder
+ (fixed dead lock and no more duplicated stream in audio/video menu).
+
+
+------------------------------------------------------------------------
+r7024 | gbazin | 2004-03-10 14:28:07 +0100 (Wed, 10 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/INSTALL.win32
+
+* INSTALL.win32: added a section about the "make package-win32" rules.
+
+------------------------------------------------------------------------
+r7025 | gbazin | 2004-03-10 18:10:40 +0100 (Wed, 10 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+* modules/access/file.c:
+   + implemented a --file-cat config option that accepts a coma separated list of file names.
+     This option allows opening splitted files as a single (concatenated) input.
+
+------------------------------------------------------------------------
+r7026 | fenrir | 2004-03-10 18:23:16 +0100 (Wed, 10 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+ * httpd: fixed a big mem leak for http streaming.
+
+------------------------------------------------------------------------
+r7027 | fenrir | 2004-03-10 22:54:28 +0100 (Wed, 10 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_meta.h
+
+ * stream_output.h: added a vlc_meta_t field to sout_instance_t,
+ this way meta data will be available for stream_outs and muxers.
+ The only 'problem' is that it will be available for sure only after
+ that the first data packet is received by the stream output.
+
+------------------------------------------------------------------------
+r7028 | fenrir | 2004-03-10 22:55:25 +0100 (Wed, 10 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/stream_output/stream_output.c
+
+ * input, stream_output: handle sout_instance_t->p_meta.
+
+------------------------------------------------------------------------
+r7029 | fenrir | 2004-03-11 00:20:54 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4: added partial support for udta meta data.
+
+------------------------------------------------------------------------
+r7030 | fenrir | 2004-03-11 00:41:36 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output.c: delete meta informations after the stream out chain.
+
+------------------------------------------------------------------------
+r7031 | fenrir | 2004-03-11 00:49:01 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4.c: more udta informations (title, author, artists).
+
+------------------------------------------------------------------------
+r7032 | sigmunau | 2004-03-11 08:54:56 +0100 (Thu, 11 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/telnet/Modules.am
+
+modules/control/telnet/Modules.am:
+ * added vlm.h to sources. Should put it in the daily snapshots.
+
+------------------------------------------------------------------------
+r7033 | gbazin | 2004-03-11 08:59:05 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+* modules/mux/mp4.c: support for a few more user data atoms.
+
+------------------------------------------------------------------------
+r7034 | rocky | 2004-03-11 09:00:34 +0100 (Thu, 11 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
+------------------------------------------------------------------------
+r7035 | rocky | 2004-03-11 09:02:55 +0100 (Thu, 11 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
+------------------------------------------------------------------------
+r7036 | gbazin | 2004-03-11 09:06:31 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda
+
+* modules/access/cdda: proper svn:ignore
+
+------------------------------------------------------------------------
+r7037 | rocky | 2004-03-11 09:22:25 +0100 (Thu, 11 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcdplayer.c
+
+Change to facilitate compiling -mno-cygwin on cygwin and possibly other 
+OS builds.
+
+
+------------------------------------------------------------------------
+r7038 | rocky | 2004-03-11 09:28:21 +0100 (Thu, 11 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+libcdio and libvcdinfo can use stdbool.h
+
+
+------------------------------------------------------------------------
+r7039 | rocky | 2004-03-11 10:16:18 +0100 (Thu, 11 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+
+-lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
+ the right way to add. Someone understanding configure.ac (and cygwin)
+ should doublecheck.
+
+
+------------------------------------------------------------------------
+r7040 | gbazin | 2004-03-11 13:33:16 +0100 (Thu, 11 Mar 2004) | 12 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h, src/input/input.c:
+   + added --meta-title/author/artist/genre/copyright/description/date/url config options.
+     This allows the user to specify/override metadata information for an input.
+
+* include/vlc_meta.h:
+   + vlc_meta_Merge( dest, src ) helper function.
+
+* modules/demux/mp4/*:
+   + Fixed a couple of mem-leaks.
+   + Support for "description" metadata.
+
+
+------------------------------------------------------------------------
+r7041 | gbazin | 2004-03-11 17:48:27 +0100 (Thu, 11 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/src/input/input_ext-plugins.c
+   M /trunk/src/input/stream.c
+
+* input/input_ext-plugins.c:
+   + access plugins are allowed to return less data than requested (mtu size) so we need to make sure input_Peek()/input_SplitBuffer() will still return the required amount of data.
+* input/stream.c:
+   + optimized stream_Read().
+
+------------------------------------------------------------------------
+r7042 | fenrir | 2004-03-11 18:32:29 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/include/vlc_block.h
+   M /trunk/include/vlc_common.h
+
+ * stream_output.h: removed sout_buffer_t and use block_t instead.
+
+------------------------------------------------------------------------
+r7043 | fenrir | 2004-03-11 18:33:39 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input_dec.c
+
+ * input_dec: sout uses block_t.
+
+------------------------------------------------------------------------
+r7044 | fenrir | 2004-03-11 18:34:25 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output: sout_buffer_t -> block_t.
+
+------------------------------------------------------------------------
+r7045 | fenrir | 2004-03-11 18:35:28 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/dummy.c
+   M /trunk/modules/access_output/file.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/udp.c
+
+ * access_output: sout_buffer_t -> block_t.
+
+------------------------------------------------------------------------
+r7046 | fenrir | 2004-03-11 18:36:43 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/display.c
+   M /trunk/modules/stream_out/dummy.c
+   M /trunk/modules/stream_out/duplicate.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/stream_out/gather.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/stream_out/transrate/frame.c
+   M /trunk/modules/stream_out/transrate/transrate.c
+   M /trunk/modules/stream_out/transrate/transrate.h
+
+ * stream_out: sout_buffer_t -> block_t.
+
+------------------------------------------------------------------------
+r7047 | fenrir | 2004-03-11 18:37:50 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/avi.c
+   M /trunk/modules/mux/dummy.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/modules/mux/mpeg/pes.c
+   M /trunk/modules/mux/mpeg/pes.h
+   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/mux/ogg.c
+
+ * mux: sout_buffer_t -> block_t.
+
+------------------------------------------------------------------------
+r7048 | fenrir | 2004-03-11 18:38:36 +0100 (Thu, 11 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/block.c
+
+ * block: a little pre header + padding.
+
+------------------------------------------------------------------------
+r7049 | ipkiss | 2004-03-11 20:41:51 +0100 (Thu, 11 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/video_output/directx/events.c
+
+ * include/vlc_keys.h: mouse wheel events now considered as hotkeys
+ * modules/video_output/directx/events.c: mouse wheel support
+ * modules/gui/skins2/src/generic_window.cpp: mouse wheel events are
+   treated as hotkeys, but only if they are not intercepted by a control
+   (such as a slider)
+
+------------------------------------------------------------------------
+r7050 | rocky | 2004-03-12 03:51:20 +0100 (Fri, 12 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcdplayer.c
+
+more WIN32 changes.
+
+
+------------------------------------------------------------------------
+r7051 | rocky | 2004-03-12 03:52:27 +0100 (Fri, 12 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+One less change to make this work on Darwin.
+
+
+------------------------------------------------------------------------
+r7052 | jpsaman | 2004-03-12 08:58:29 +0100 (Fri, 12 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/ipkg/rules.gpe
+   M /trunk/ipkg/rules.opie
+   M /trunk/ipkg/rules.zaurus
+
+Cleanup old scripts
+------------------------------------------------------------------------
+r7053 | gbazin | 2004-03-12 12:13:57 +0100 (Fri, 12 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the display size in the mov/mp4 container.
+
+------------------------------------------------------------------------
+r7054 | gbazin | 2004-03-12 14:42:55 +0100 (Fri, 12 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c:
+   + patch to forward unhandled messages to owner window (Courtesy of Markus Kern).
+   + modification to the patch to play well with the mozilla plugin.
+
+------------------------------------------------------------------------
+r7055 | gbazin | 2004-03-12 16:01:36 +0100 (Fri, 12 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+
+* src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options array.
+
+------------------------------------------------------------------------
+r7056 | fenrir | 2004-03-13 04:33:10 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/block.c
+
+ * block.c: fixed block realloc.
+
+------------------------------------------------------------------------
+r7057 | fenrir | 2004-03-13 04:37:07 +0100 (Sat, 13 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/pes.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * ts: for MSCODEC in TS, set pts == dts when pts <= 0.
+ (The problem is that if pts is always 0, no time information
+ will be written, making stream unplayable).
+
+ * pes: cosmetics.
+
+------------------------------------------------------------------------
+r7058 | fenrir | 2004-03-13 06:09:51 +0100 (Sat, 13 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/mms/asf.c
+   M /trunk/modules/access/mms/asf.h
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmsh.h
+
+ * asf: fixed unintialised variable, cleaned up some stuffs.
+ * mmsh: big rework of the mmsh module.
+
+------------------------------------------------------------------------
+r7059 | jpsaman | 2004-03-13 16:37:48 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/qte_main.cpp
+
+Removed some dead wood.
+
+------------------------------------------------------------------------
+r7060 | fenrir | 2004-03-13 17:56:31 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmsh.c
+
+ * mmsh: more fixes.
+
+------------------------------------------------------------------------
+r7061 | hartman | 2004-03-13 18:05:29 +0100 (Sat, 13 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/telnet/telnet.c
+
+* modules/control/telnet/telnet.c:
+  - announce the port used by telnet in the messages
+
+------------------------------------------------------------------------
+r7062 | fenrir | 2004-03-13 19:52:55 +0100 (Sat, 13 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+ * mpeg4video: more cludges (it should be rewritten to calculate true
+dts/pts ...)
+
+------------------------------------------------------------------------
+r7063 | jpsaman | 2004-03-13 20:05:17 +0100 (Sat, 13 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+removed unused variables
+------------------------------------------------------------------------
+r7064 | fenrir | 2004-03-13 20:31:35 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+ * mpeg4video.c: better pts...
+
+------------------------------------------------------------------------
+r7065 | hartman | 2004-03-13 21:27:36 +0100 (Sat, 13 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+
+* Fixed a slew of missing people in THANKS 
+  (Thank god for email archives)
+
+------------------------------------------------------------------------
+r7066 | gbazin | 2004-03-13 21:29:25 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+* modules/demux/ogg.c: Added Annodex support (www.annodex.net). Patch courtesy of Andre Pang.
+
+------------------------------------------------------------------------
+r7067 | hartman | 2004-03-13 21:39:03 +0100 (Sat, 13 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+
+* Added Andre Pong to THANKS
+
+------------------------------------------------------------------------
+r7068 | asmax | 2004-03-13 23:11:28 +0100 (Sat, 13 Mar 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   M /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/gen_builder.py
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/os_factory.hpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/skins2/src/theme.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   A /trunk/modules/gui/skins2/src/vout_window.cpp
+   A /trunk/modules/gui/skins2/src/vout_window.hpp
+   M /trunk/modules/gui/skins2/theme/skin.dtd
+   M /trunk/modules/gui/skins2/theme/theme.xml
+   A /trunk/modules/gui/skins2/theme/vout.png
+   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_display.hpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.hpp
+
+  * all: first implementation of skinnable vouts (X11 only)
+  - new "Video" element in the XML
+  - of course it doesn't work if the vout is launched before
+    the interface
+  - known bugs:
+     - no refresh of the area when there is no vout
+     - BadDrawable X11 error at exit because the vout still uses
+      a destroyed window
+     - hardcoded size
+
+------------------------------------------------------------------------
+r7069 | ipkiss | 2004-03-14 00:21:35 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+
+ * skins2/win32/win32_factory.cpp: compilation fix
+
+------------------------------------------------------------------------
+r7070 | rocky | 2004-03-14 03:44:06 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcdplayer.c
+
+Syntax error for WIN32
+
+
+------------------------------------------------------------------------
+r7071 | ipkiss | 2004-03-14 11:49:51 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.hpp
+
+ * skins2/win32/*: Embedded vout works on Windows too. It still
+   segfaults when the mouse is moved above the video...
+
+------------------------------------------------------------------------
+r7072 | asmax | 2004-03-14 12:37:13 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/controls/ctrl_video.cpp
+   A /trunk/modules/gui/skins2/controls/ctrl_video.hpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/skins2/src/theme.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/theme/playlist_body3.png
+   M /trunk/modules/gui/skins2/theme/theme.xml
+   D /trunk/modules/gui/skins2/theme/vout.png
+
+  * all: the vout window is now managed by a resizable control
+    (on-the-fly resize still doesn't work; the vout has to be re-opened)
+
+------------------------------------------------------------------------
+r7073 | asmax | 2004-03-14 15:33:12 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+   M /trunk/modules/gui/skins2/src/generic_layout.hpp
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/skins2/src/theme.hpp
+   A /trunk/modules/gui/skins2/src/top_window.cpp (from /trunk/modules/gui/skins2/src/generic_window.cpp:7071)
+   A /trunk/modules/gui/skins2/src/top_window.hpp (from /trunk/modules/gui/skins2/src/generic_window.hpp:7071)
+   M /trunk/modules/gui/skins2/src/vout_window.cpp
+   M /trunk/modules/gui/skins2/src/vout_window.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+   M /trunk/modules/gui/skins2/theme/theme.xml
+
+  * all: split GenericWindow into GenericWindow (general interface for
+  windows) and TopWindow (implementation for top-level windows)
+
+------------------------------------------------------------------------
+r7074 | asmax | 2004-03-14 15:58:11 +0100 (Sun, 14 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+   M /trunk/modules/gui/skins2/src/top_window.hpp
+   M /trunk/modules/gui/skins2/src/vout_window.cpp
+   M /trunk/modules/gui/skins2/src/vout_window.hpp
+
+  * all: the vout window now processes refresh events.
+    It only displays a black rectangle at the moment but it could be
+    any bitmap
+
+------------------------------------------------------------------------
+r7075 | ipkiss | 2004-03-14 17:10:07 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.h
+
+ * wxwindows/preferences_widgets.*: do not duplicate hot keys list in
+   the wxwindows plugin
+
+------------------------------------------------------------------------
+r7076 | ipkiss | 2004-03-14 17:16:38 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+ * AUTHORS: skins and skins2 authors
+
+------------------------------------------------------------------------
+r7077 | rocky | 2004-03-14 17:32:32 +0100 (Sun, 14 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcd.c
+
+PBC is probably not an advanced option.
+
+
+------------------------------------------------------------------------
+r7078 | gbazin | 2004-03-14 17:54:55 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+* modules/access/file.c: couple of fixes for the file-cat mode.
+
+------------------------------------------------------------------------
+r7079 | gbazin | 2004-03-14 18:15:43 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+* modules/access/file.c: more fixes ( thanks fenrir :) ).
+
+------------------------------------------------------------------------
+r7080 | gbazin | 2004-03-14 20:02:41 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xcommon.h
+
+* modules/video_output/x11/*: fixed video resizing when using an external parent window.
+
+------------------------------------------------------------------------
+r7081 | zorglub | 2004-03-14 21:18:21 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist.c
+
+Fix deadlocks in playlist
+
+------------------------------------------------------------------------
+r7082 | jpsaman | 2004-03-14 21:33:24 +0100 (Sun, 14 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/arm-crosscompile-howto.sgml
+
+Added a section about Opie SDK kit.
+
+------------------------------------------------------------------------
+r7083 | rocky | 2004-03-15 00:25:48 +0100 (Mon, 15 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Better about adding track author and title in track info
+section. Also add the extended data.
+
+
+------------------------------------------------------------------------
+r7084 | rocky | 2004-03-15 00:42:41 +0100 (Mon, 15 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/cdda/cdda.c
+
+Allow extended data in customized formats too.
+
+
+------------------------------------------------------------------------
+r7085 | rocky | 2004-03-15 01:03:56 +0100 (Mon, 15 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Fill out VCD information Media Info section when playing an entire VCD
+or PBC is on.
+
+
+------------------------------------------------------------------------
+r7086 | rocky | 2004-03-15 04:21:57 +0100 (Mon, 15 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/ps.c
+
+Not sure why (or if) this cvd subtitle selecting code is needed, but I
+suppose it should look like the others. So they'll all be wrong
+together.
+
+
+------------------------------------------------------------------------
+r7087 | rocky | 2004-03-15 05:22:39 +0100 (Mon, 15 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/ogt.c
+
+CVD subtitle selection works via front-end spu-es variable changes. 
+SVCD subtitles still can only be changed via --spu-channel. 
+
+The video subtitle menu titles for both is a bit whacked out.
+
+
+------------------------------------------------------------------------
+r7088 | gbazin | 2004-03-15 10:33:57 +0100 (Mon, 15 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
+
+------------------------------------------------------------------------
+r7089 | zorglub | 2004-03-15 18:06:17 +0100 (Mon, 15 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_help.h
+   M /trunk/include/vlc_interface.h
+
+Add description for demux2 (Closes:#1780)
+
+------------------------------------------------------------------------
+r7090 | bigben | 2004-03-15 20:33:18 +0100 (Mon, 15 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/Modules.am
+   M /trunk/modules/gui/macosx/about.h
+   M /trunk/modules/gui/macosx/about.m
+   M /trunk/modules/gui/macosx/applescript.h
+   M /trunk/modules/gui/macosx/applescript.m
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/info.h
+   M /trunk/modules/gui/macosx/info.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/misc.h
+   M /trunk/modules/gui/macosx/misc.m
+   M /trunk/modules/gui/macosx/open.h
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/output.h
+   M /trunk/modules/gui/macosx/output.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/prefs.h
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.h
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+Make the playlist info window a new object
+
+
+
+------------------------------------------------------------------------
+r7091 | bigben | 2004-03-16 00:15:48 +0100 (Tue, 16 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+Applies part of patch from Tom Maguire. Adds controls for 1min/5min forward / backward, and add menu items for them in the control menu. It might make it a bit uinclear. Please make any comment.
+
+
+
+------------------------------------------------------------------------
+r7092 | bigben | 2004-03-16 08:33:08 +0100 (Tue, 16 Mar 2004) | 3 lines
+Changed paths:
+   A /trunk/modules/gui/macosx/playlistinfo.h
+   A /trunk/modules/gui/macosx/playlistinfo.m
+
+Oups, sorry
+
+
+------------------------------------------------------------------------
+r7093 | titus | 2004-03-16 11:55:02 +0100 (Tue, 16 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+   M /trunk/share/http/index.html
+
+Move playlist item in the interface http 
+
+------------------------------------------------------------------------
+r7094 | fenrir | 2004-03-16 19:45:26 +0100 (Tue, 16 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+ * mkv.cpp: fixed playback of broken file.
+
+------------------------------------------------------------------------
+r7095 | fenrir | 2004-03-16 19:46:40 +0100 (Tue, 16 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+ * mkv.cpp: one more fix for playback of broken file.
+
+------------------------------------------------------------------------
+r7096 | hartman | 2004-03-16 21:06:44 +0100 (Tue, 16 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* Fixed a crash with blank opengl effect paramerter
+
+------------------------------------------------------------------------
+r7097 | ipkiss | 2004-03-16 21:19:42 +0100 (Tue, 16 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+
+ * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
+   fixed a bug in drawRect()
+
+------------------------------------------------------------------------
+r7098 | fkuehne | 2004-03-16 22:04:18 +0100 (Tue, 16 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+*Fixed a spelling mistake and added some button-shortcuts
+------------------------------------------------------------------------
+r7099 | gbazin | 2004-03-16 23:41:52 +0100 (Tue, 16 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.
+
+------------------------------------------------------------------------
+r7100 | hartman | 2004-03-17 02:33:34 +0100 (Wed, 17 Mar 2004) | 8 lines
+Changed paths:
+   M /trunk/vlc.ebuild
+
+* Updated the ebuild.
+  - supports dts
+  - uses the new ffmpeg + postproc installation fixed ebuild
+  - uses live.com from portage instead of local
+  - added libdvdnav
+  - added pvr and satellite keywords
+  - other stuff i don't remember atm.
+
+------------------------------------------------------------------------
+r7101 | hartman | 2004-03-17 02:54:00 +0100 (Wed, 17 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/vlc.ebuild
+
+* small fixes
+
+------------------------------------------------------------------------
+r7102 | rocky | 2004-03-17 05:05:25 +0100 (Wed, 17 Mar 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/ogt.c
+   M /trunk/modules/demux/mpeg/system.c
+
+Menu selection of subtitles for CVD and OGT handled properly.
+
+system.c: enters the correct subtitle numbers into spu-es.  OGT now
+has the correct number of subtitles (with each having the correct
+number).
+
+ogt.c: Allow for dynamic switching/selection of subtitles. 
+
+
+------------------------------------------------------------------------
+r7103 | gbazin | 2004-03-17 21:13:54 +0100 (Wed, 17 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c:
+   + use SetWindowLongPtr() instead of SetWindowLong() whenever required.
+   + reset GWLP_USERDATA when calling the parent window windowproc.
+
+------------------------------------------------------------------------
+r7104 | rocky | 2004-03-18 03:08:12 +0100 (Thu, 18 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+Allow setting the subtitle track from the VCD tab (by usurping the
+"Chapter" entry).
+
+
+------------------------------------------------------------------------
+r7105 | rocky | 2004-03-18 03:12:08 +0100 (Thu, 18 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Correct MRL syntax.
+
+
+------------------------------------------------------------------------
+r7106 | jlj | 2004-03-18 16:42:20 +0100 (Thu, 18 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/audio_output/Modules.am
+   A /trunk/modules/audio_output/hd1000a.cpp
+
+  * Roku HD1000 audio output.
+
+
+------------------------------------------------------------------------
+r7107 | jlj | 2004-03-18 17:53:56 +0100 (Thu, 18 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/hd1000a.cpp
+
+  * hd1000a: channel reordering
+
+
+------------------------------------------------------------------------
+r7108 | garf | 2004-03-18 19:29:36 +0100 (Thu, 18 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/telnet/telnet.c
+   M /trunk/modules/control/telnet/vlm.c
+   M /trunk/modules/control/telnet/vlm.h
+
+ * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
+   telnet interface (will be useful for http vlm interface).
+
+------------------------------------------------------------------------
+r7109 | hartman | 2004-03-18 22:48:36 +0100 (Thu, 18 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+* prefer S_ISDIR over DT_DIR since it is more reliable.
+  Should fix collapse/expand/ignore of dirs on OS X.
+* better short title for this config option
+
+------------------------------------------------------------------------
+r7110 | hartman | 2004-03-19 01:35:21 +0100 (Fri, 19 Mar 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+* the directory plugin no longer uses the m3u demux
+  - it now does the playlist_Add itself.
+  - it sets the filename instead of the path as the item name
+  - it uses dummy demux to fool vlc.
+  - it's almost twice as fast now.
+
+
+------------------------------------------------------------------------
+r7111 | hartman | 2004-03-19 01:52:33 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+* fix d_namlen bug
+
+------------------------------------------------------------------------
+r7112 | fenrir | 2004-03-19 17:27:52 +0100 (Fri, 19 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+
+ * demux: demux2_New -> try to start faster selecting the right demuxer
+based to extension (others demuxers will still be probed if needed).
+
+------------------------------------------------------------------------
+r7113 | fenrir | 2004-03-19 17:29:39 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   D /trunk/modules/demux/avi/avi.h
+
+ * avi: cosmetics.
+
+------------------------------------------------------------------------
+r7114 | fenrir | 2004-03-19 17:30:09 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/Modules.am
+
+ * Modules: removed avi.h
+
+------------------------------------------------------------------------
+r7115 | fenrir | 2004-03-19 17:31:13 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+
+ * asf :demux -> demux2.
+
+------------------------------------------------------------------------
+r7116 | fenrir | 2004-03-19 17:32:06 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+ * real: fixed unused variable warnings.
+
+------------------------------------------------------------------------
+r7117 | fenrir | 2004-03-19 17:33:11 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+
+ * nsv: fixed unused variable warnings.
+
+------------------------------------------------------------------------
+r7118 | fenrir | 2004-03-19 17:33:55 +0100 (Fri, 19 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts.c: do not use packetizer for ms-codec streams.
+
+------------------------------------------------------------------------
+r7119 | garf | 2004-03-20 14:19:58 +0100 (Sat, 20 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet/vlm.c
+
+ * vlm.c: little bug fix for stop command
+
+------------------------------------------------------------------------
+r7120 | fenrir | 2004-03-21 13:26:20 +0100 (Sun, 21 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_objects.h
+   A /trunk/include/vlc_vlm.h (from /trunk/modules/control/telnet/vlm.h:7119)
+   M /trunk/modules/control/http.c
+   D /trunk/modules/control/telnet
+   A /trunk/modules/control/telnet.c (from /trunk/modules/control/telnet/telnet.c:7119)
+   M /trunk/src/misc/objects.c
+   A /trunk/src/misc/vlm.c (from /trunk/modules/control/telnet/vlm.c:7119)
+
+ * vlm.*: move vlm to the core (now, vlm_New create only one instance)
+ * http.c: begin support of vlm interraction (not yet documented).
+
+------------------------------------------------------------------------
+r7121 | fenrir | 2004-03-21 13:29:31 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+ * all: changes for vlm move.
+
+------------------------------------------------------------------------
+r7122 | massiot | 2004-03-21 13:50:14 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1
+
+------------------------------------------------------------------------
+r7123 | fenrir | 2004-03-21 16:09:21 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+ * Makefile.am: compile vlm.c ...
+
+------------------------------------------------------------------------
+r7124 | hartman | 2004-03-21 20:36:47 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* Spelling correction
+
+------------------------------------------------------------------------
+r7125 | hartman | 2004-03-21 20:45:42 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/misc/screensaver.c
+
+Two description strings corrected
+
+------------------------------------------------------------------------
+r7126 | asmax | 2004-03-21 21:01:24 +0100 (Sun, 21 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   D /trunk/modules/gui/skins2/theme
+   A /trunk/share/skins2
+   A /trunk/share/skins2/default (from /trunk/modules/gui/skins2/theme:7123)
+   M /trunk/share/skins2/default/skin.dtd
+   M /trunk/share/skins2/default/theme.xml
+
+  * moved the default skins2 theme in share/skins2/default/
+  * all: added a "tooltipfont" element in the <Theme> tag (unused at the
+      moment)
+
+------------------------------------------------------------------------
+r7127 | asmax | 2004-03-21 21:19:18 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   A /trunk/share/skins2/FreeSans.ttf (from /trunk/share/skins2/default/FreeSans.ttf:7126)
+   D /trunk/share/skins2/default/FreeSans.ttf
+   A /trunk/share/skins2/fonts
+
+  * added a fonts directory
+
+------------------------------------------------------------------------
+r7128 | asmax | 2004-03-21 21:39:43 +0100 (Sun, 21 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   D /trunk/share/skins2/FreeSans.ttf
+   A /trunk/share/skins2/fonts/FreeSans.ttf (from /trunk/share/skins2/FreeSans.ttf:7127)
+
+  * moved the default font in share/skins2/fonts
+  * parser/builder.cpp: a font with ID "defaultfont" is loaded from
+  the common font directory
+
+------------------------------------------------------------------------
+r7129 | fenrir | 2004-03-21 23:03:42 +0100 (Sun, 21 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
+ (There is still the problem of timeout, and a lot of checks aren't done).
+
+------------------------------------------------------------------------
+r7130 | fenrir | 2004-03-21 23:35:58 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+ * libmpeg2: handle invalid aspect as square one.
+
+------------------------------------------------------------------------
+r7131 | hartman | 2004-03-21 23:53:18 +0100 (Sun, 21 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/codecs.h
+
+* fix avi dts support
+
+------------------------------------------------------------------------
+r7132 | fenrir | 2004-03-22 03:58:57 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http.c: fixes about vlm.
+
+------------------------------------------------------------------------
+r7133 | fenrir | 2004-03-22 04:08:27 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+ * vlm: better vlm_Show.
+
+------------------------------------------------------------------------
+r7134 | gbazin | 2004-03-22 11:18:22 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: compilation fix.
+
+------------------------------------------------------------------------
+r7135 | garf | 2004-03-22 13:04:03 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http.c: vlm_error
+
+------------------------------------------------------------------------
+r7136 | gbazin | 2004-03-22 13:12:02 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/Modules.am
+
+* modules/control/Modules.am: added telnet module.
+
+------------------------------------------------------------------------
+r7137 | fenrir | 2004-03-22 13:33:29 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_httpd.h
+   M /trunk/src/misc/httpd.c
+
+ * all: forgot to commit theses files.
+
+------------------------------------------------------------------------
+r7138 | gbazin | 2004-03-22 16:19:12 +0100 (Mon, 22 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+* modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmpeg2 gives us an invalid one.
+  (if this happens, it is a bug in libmpeg2 anyway so we just try to fallback to the most usual value).
+
+------------------------------------------------------------------------
+r7139 | fenrir | 2004-03-22 18:56:54 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+ * vlm: fixed some segfaults.
+
+------------------------------------------------------------------------
+r7140 | fenrir | 2004-03-22 18:58:24 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http: implemented vlm_save/load.
+
+------------------------------------------------------------------------
+r7141 | asmax | 2004-03-22 21:38:15 +0100 (Mon, 22 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/src/bitmap_font.cpp
+   A /trunk/modules/gui/skins2/src/bitmap_font.hpp
+   M /trunk/modules/gui/skins2/src/ft2_font.hpp
+   A /trunk/modules/gui/skins2/src/generic_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
+   M /trunk/modules/gui/skins2/src/generic_font.hpp
+   M /trunk/share/skins2/default/skin.dtd
+
+  * all : skeleton of a future bitmap font support
+  * skin.dtd : new BitmapFont element
+
+------------------------------------------------------------------------
+r7142 | ipkiss | 2004-03-22 21:54:35 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+ * Makefile.am: Fixed the win32 packaging of the default skin2
+
+------------------------------------------------------------------------
+r7143 | ipkiss | 2004-03-22 22:18:12 +0100 (Mon, 22 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
+
+ * skins2/win32/win32_loop.cpp: Refresh the needed rectangle only.
+   This doesn't fix totally the refresh problems on the skinned vout,
+   but it improves the situation a lot.
+
+------------------------------------------------------------------------
+r7144 | fenrir | 2004-03-22 23:14:27 +0100 (Mon, 22 Mar 2004) | 2 lines
+Changed paths:
+   A /trunk/share/http/vlm
+   A /trunk/share/http/vlm/edit.html
+   A /trunk/share/http/vlm/index.html
+   A /trunk/share/http/vlm/new.html
+
+ * vlm/* : begining of vlm http interface pages.
+
+------------------------------------------------------------------------
+r7145 | jlj | 2004-03-22 23:53:11 +0100 (Mon, 22 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/ogg.c
+
+  * ALL: compile fixes.
+
+
+------------------------------------------------------------------------
+r7146 | gbazin | 2004-03-23 10:44:44 +0100 (Tue, 23 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/share/Makefile.am
+
+* share/Makefile.am: added default skins2 theme and vlm http files.
+* modules/gui/skins2/Modules.am: removed old skins2 theme.
+
+------------------------------------------------------------------------
+r7147 | fenrir | 2004-03-23 12:02:48 +0100 (Tue, 23 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/duplicate.c
+
+ * duplicate: fixed a bug with noes.
+
+------------------------------------------------------------------------
+r7148 | hartman | 2004-03-23 21:47:06 +0100 (Tue, 23 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/ts.c
+
+* Check if dvbpsi_DecodeISO639Dr fails.
+  Fixes #1104
+
+------------------------------------------------------------------------
+r7149 | ipkiss | 2004-03-23 22:03:20 +0100 (Tue, 23 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/default/skin.dtd
+
+ * skins2: Fixed broken DTD
+
+------------------------------------------------------------------------
+r7150 | gbazin | 2004-03-24 00:26:36 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+* modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.
+
+------------------------------------------------------------------------
+r7151 | gbazin | 2004-03-24 00:28:02 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: removed unused stuff.
+
+------------------------------------------------------------------------
+r7152 | gbazin | 2004-03-24 00:30:49 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/variables.c
+
+* src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.
+
+------------------------------------------------------------------------
+r7153 | gbazin | 2004-03-24 00:44:49 +0100 (Wed, 24 Mar 2004) | 9 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/input_ext-intf.h
+   M /trunk/include/ninput.h
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_interface.h
+   A /trunk/src/input/control.c
+   M /trunk/src/input/input.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/video_output/video_output.c
+   A /trunk/src/video_output/vout_intf.c
+
+* src/input/*:
+   + new input_Control() function (doesn't do much for now).
+   + started bookmarks support through input_Control().
+   + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.
+
+* src/video_output/*:
+   + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
+   + new --video-x/y config options
+
+------------------------------------------------------------------------
+r7154 | gbazin | 2004-03-24 00:46:26 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().
+
+------------------------------------------------------------------------
+r7155 | gbazin | 2004-03-24 00:52:04 +0100 (Wed, 24 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   A /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   A /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*:
+   + bookmarks menu.
+   + started work on bookmarks dialog.
+   + started support for embeddable vout (via vout_RequestWindow()/vout_ReleaseWindow()).   
+   + new --wxwin-bookmarks and --wxwin-embed config options.
+
+------------------------------------------------------------------------
+r7156 | massiot | 2004-03-24 11:17:50 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/csa.c
+
+* csa.c: Fixed an encryption bug with packets smaller than 8 bytes.
+
+------------------------------------------------------------------------
+r7157 | massiot | 2004-03-24 11:18:34 +0100 (Wed, 24 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+* ts muxer: added a no-crypt-audio option for people who do not want to crypt
+  audio PIDs
+
+------------------------------------------------------------------------
+r7158 | ipkiss | 2004-03-24 12:24:46 +0100 (Wed, 24 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+Compilation fix
+
+------------------------------------------------------------------------
+r7159 | ipkiss | 2004-03-24 23:10:56 +0100 (Wed, 24 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/share/skins2/default/skin.dtd
+   M /trunk/share/skins2/default/theme.xml
+
+ * skins2/parser/builder*: All the controls now have a 'visible' attribute
+ * share/skins2/default/skin.dtd: Changed a few details here and there
+
+------------------------------------------------------------------------
+r7160 | gbazin | 2004-03-24 23:53:36 +0100 (Wed, 24 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/vout_intf.c: vout_IntfInit() for some interface/control related initializations.
+* src/video_output/video_output.c: moved some stuff to vout_IntfInit().
+* include/video_output.h: vout_vaControl()/vout_Control() prototypes.
+* modules/video_output/x11/xcommon.c: implemented a vout_Control() (only VOUT_SET_ZOOM for now).
+* modules/gui/wxwindows/menus.cpp: handle float object vars, added "zoom" to the menus.
+
+------------------------------------------------------------------------
+r7161 | gbazin | 2004-03-25 01:18:51 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+* modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.
+
+------------------------------------------------------------------------
+r7162 | fenrir | 2004-03-25 02:01:58 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+ * real: added support for aac codec.
+
+------------------------------------------------------------------------
+r7163 | gbazin | 2004-03-25 10:47:19 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+* po/POTFILES.in: updated.
+
+------------------------------------------------------------------------
+r7164 | zorglub | 2004-03-25 12:50:33 +0100 (Thu, 25 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Don't save an empty playlist
+Fix refcount problem
+
+------------------------------------------------------------------------
+r7165 | gbazin | 2004-03-25 12:51:24 +0100 (Thu, 25 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/vout.h
+
+* modules/video_output/directx/*:
+   + Added calls to vout_RequestWindow()/vout_ReleaseWindow()
+   + Implemented vout_Control()
+   + Fixed potential division by 0
+
+------------------------------------------------------------------------
+r7166 | fenrir | 2004-03-25 14:48:51 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+ * mpeg4video.c: added m4cc/M4CC.
+
+------------------------------------------------------------------------
+r7167 | fenrir | 2004-03-25 15:00:33 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/include/codecs.h
+
+ * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
+
+------------------------------------------------------------------------
+r7168 | hartman | 2004-03-25 21:25:04 +0100 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/applescript.m
+
+* VLC couldn't handle external links since the playlist API changes. FIXED
+
+------------------------------------------------------------------------
+r7169 | sam | 2004-03-25 23:45:59 +0100 (Thu, 25 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+
+  * bootstrap:
+    + Work around a Solaris sh issue preventing ${foo%%bar} constructs.
+
+------------------------------------------------------------------------
+r7170 | fenrir | 2004-03-26 00:07:19 +0100 (Fri, 26 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+ * video: disable direct rendering for h264.
+
+------------------------------------------------------------------------
+r7171 | gbazin | 2004-03-26 10:35:10 +0100 (Fri, 26 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/control.c
+
+* src/input/control.c: fixed INPUT_DEL_BOOKMARK.
+
+------------------------------------------------------------------------
+r7172 | zorglub | 2004-03-26 14:20:57 +0100 (Fri, 26 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/visual/visual.c
+
+Spectrum is default enabled
+
+------------------------------------------------------------------------
+r7173 | asmax | 2004-03-27 01:21:13 +0100 (Sat, 27 Mar 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder.hpp
+   M /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
+   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
+   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+   M /trunk/share/skins2/default/skin.dtd
+
+  * all: beginning of bitmap font support. At the moment only the digits
+  font for xmms/winamp2 skins is supported (the bitmap must have the
+  following layout: [0123456789 -] with letters of size 9x13).
+  Non-digit characters are just skipped, with a hardcoded advance of 6
+  (it allows correct display of time in xmms skins; the ':' are skipped)
+  Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
+  * vars/time.cpp: notify the observers also when the input is stopped
+  * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
+  text is displayed (was causing bugs in time display)
+
+------------------------------------------------------------------------
+r7174 | asmax | 2004-03-27 12:24:24 +0100 (Sat, 27 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
+
+  * all: beginning of "text" bitmap font support. The text bitmap must have
+  the following layout: [cf xmms skins ;)]
+
+------------------------------------------------------------------------
+r7175 | hartman | 2004-03-27 18:36:46 +0100 (Sat, 27 Mar 2004) | 9 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/misc/logger.c
+   M /trunk/src/interface/interface.c
+
+* src/interface/interface.c
+  - spelling fix
+  - added telnet intf to 'Add Interface'
+* modules/misc/logger.c:
+  - on Mac OS X, use ~/Library/Logs to write logger intf output.
+* ALL
+  - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch
+  the SAP intf.
+
+------------------------------------------------------------------------
+r7176 | asmax | 2004-03-27 19:04:36 +0100 (Sat, 27 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+
+  * bitmap_font.cpp: full support of text bitmap font
+
+------------------------------------------------------------------------
+r7177 | hartman | 2004-03-28 05:16:05 +0200 (Sun, 28 Mar 2004) | 9 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/sgimb.c
+   M /trunk/src/input/stream.c
+
+* src/input/stream.c
+  - disable stream_ReadLine debug.
+* ALL:
+  - added a new demux2 module to handle Kasenna MediaBase 
+    metadata files. These are application/x-sgimb masked
+    'mpeg' files on the web. They are in reality mostly constructors
+    for rtsp links. The reference to SGI is because the MediaBase
+    solutions originate from SGI.
+
+------------------------------------------------------------------------
+r7178 | bigben | 2004-03-28 14:29:42 +0200 (Sun, 28 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/controls.h
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.m
+
+Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...
+
+
+------------------------------------------------------------------------
+r7179 | titus | 2004-03-28 16:39:03 +0200 (Sun, 28 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+correction of a small bug in the function move
+
+------------------------------------------------------------------------
+r7180 | rocky | 2004-03-28 22:17:49 +0200 (Sun, 28 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/vcdx/vcdplayer.c
+   M /trunk/modules/access/vcdx/vcdplayer.h
+
+Correct multi-default selection. But we need vcdimager 0.71 CVS for
+this.  (But most poeple won't notice the improvement since video
+switching is broken.)
+
+
+------------------------------------------------------------------------
+r7181 | jpsaman | 2004-03-28 22:25:53 +0200 (Sun, 28 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/doc/arm-crosscompile-howto.sgml
+
+Small update to ARM cross-compile howto
+------------------------------------------------------------------------
+r7182 | rocky | 2004-03-29 02:42:35 +0200 (Mon, 29 Mar 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+Small cosmetic changes
+------------------------------------------------------------------------
+r7183 | rocky | 2004-03-29 02:45:53 +0200 (Mon, 29 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/input_programs.c
+
+Populate "Stream and Media Info"
+
+
+------------------------------------------------------------------------
+r7184 | rocky | 2004-03-29 04:10:04 +0200 (Mon, 29 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+
+Populate stream information.
+
+
+------------------------------------------------------------------------
+r7185 | zorglub | 2004-03-29 09:28:45 +0200 (Mon, 29 Mar 2004) | 16 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/include/vlc_keys.h
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+   M /trunk/src/input/control.c
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.h
+
+* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
+
+* Allow to modify subtitle delay on the fly and implement hotkeys 
+  (h and j)
+
+* When framerate is available with subrip, use sub-fps to make corrections
+  (sub-fps default value is now 0, if left to this value, 25fps will be
+   assumed in microdvd mode and no correction will be applied in subrip)
+
+Main problem is that when seeking in the subtitles, you easily get
+several of them displayed. Maybe we could add a flag to subpicture_t,
+like SUBTITLE_PICTURE to say that only one of them must be displayed at
+a time, but that other subpictures (OSD, ...) can remain present on the
+screen at the same time.
+
+
+------------------------------------------------------------------------
+r7186 | sigmunau | 2004-03-29 13:15:04 +0200 (Mon, 29 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+fixed "slower" hotkey.
+
+------------------------------------------------------------------------
+r7187 | fenrir | 2004-03-29 16:17:25 +0200 (Mon, 29 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: fixed segfault with mux=
+
+------------------------------------------------------------------------
+r7188 | fenrir | 2004-03-29 16:21:47 +0200 (Mon, 29 Mar 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+
+ * mpeg_audio: fixed input infos update, and removed all tabs.
+ (each vlc_object_find has to be followed by a vlc_object_release once
+the object isn't needed anymore)
+
+ Btw, I think we should better do that update in src/input/input_dec.c,
+this way it will work with every decoder AND a decoder should not touch
+p_input (decoders will be used by transcode for instance ...)
+
+
+------------------------------------------------------------------------
+r7189 | fenrir | 2004-03-29 16:25:25 +0200 (Mon, 29 Mar 2004) | 8 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/src/input/stream.c
+
+ * stream: added stream_DemuxNew, stream_DemuxSend, stream_DemuxDelete
+to chain demuxer.
+    - stream_DemuxNew: create a special stream_t, launch a thread that
+    will open a demuxer, and call p_demux->pf_demux until asked to die.
+    - stream_DemuxSend: append a block to be used by the new demuxer.
+    - stream_DemuxDelete : free all data...
+
+
+------------------------------------------------------------------------
+r7190 | fenrir | 2004-03-29 16:28:00 +0200 (Mon, 29 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom.cpp: use stream_Demux* to support muxed stream. It's far
+ from stable, but begin to work. (Tested only with TS).
+ Limitation: no synchro with others stream if any (anyway, it would be
+a bit stupid to have such stream).
+
+------------------------------------------------------------------------
+r7191 | fenrir | 2004-03-29 17:10:36 +0200 (Mon, 29 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/control.c
+   M /trunk/src/input/input.c
+
+ control: invalid cast in GET_SUBDELAY
+ input: fixed uninitialised variable (i_microsecondperframe for subs)
+
+------------------------------------------------------------------------
+r7192 | fenrir | 2004-03-29 20:58:28 +0200 (Mon, 29 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_meta.h
+
+ * vlc_common.h: removed all cast in TAB_*. GCC doesn't like anymore
+cast of lvalue. -> Don't use them anymore in C++ code.
+( Don't use *(void**)&p, it won't work because of aliasing problem).
+
+ * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
+
+------------------------------------------------------------------------
+r7193 | fenrir | 2004-03-29 20:59:51 +0200 (Mon, 29 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/mkv.cpp
+
+ * avi: fixed a cast of lvalue.
+ * livedotcom, mkv: removed all TAB_*.
+
+------------------------------------------------------------------------
+r7194 | fenrir | 2004-03-29 21:57:07 +0200 (Mon, 29 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_rgb.h
+   M /trunk/modules/video_chroma/i420_yuy2.h
+   M /trunk/modules/video_chroma/i422_yuy2.h
+
+ * *.h: shut up gcc (cast of lvalue).
+
+------------------------------------------------------------------------
+r7195 | fenrir | 2004-03-29 23:26:54 +0200 (Mon, 29 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/mux/ogg.c
+
+ * ogg: cast of lvalue ... gibalou could you test this patch ?
+ (I have changed a ((uint8_t *)op.bytes) -= 4; and I'm not sure what it
+was meant to do as op.bytes is a "long")
+
+------------------------------------------------------------------------
+r7196 | fenrir | 2004-03-29 23:29:31 +0200 (Mon, 29 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/wav.c
+   M /trunk/modules/mux/mpeg/ps.c
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * all: cast of lvalues ...
+
+------------------------------------------------------------------------
+r7197 | fenrir | 2004-03-29 23:34:27 +0200 (Mon, 29 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom.cpp: lalala.... (compilation fixes).
+
+------------------------------------------------------------------------
+r7198 | adn | 2004-03-30 12:37:44 +0200 (Tue, 30 Mar 2004) | 5 lines
+Changed paths:
+   M /trunk/share/skins2/default/sort.png
+   M /trunk/share/skins2/default/sort_onclick.png
+   M /trunk/share/skins2/default/theme.xml
+   A /trunk/share/skins2/default/vout.png
+   A /trunk/share/skins2/default/vout2.png
+   A /trunk/share/skins2/default/vout_body.png
+   A /trunk/share/skins2/default/vout_body1.png
+   A /trunk/share/skins2/default/vout_bottom.png
+   A /trunk/share/skins2/default/vout_bottom_left.png
+   A /trunk/share/skins2/default/vout_bottom_right.png
+   A /trunk/share/skins2/default/vout_left.png
+   A /trunk/share/skins2/default/vout_onclick.png
+   A /trunk/share/skins2/default/vout_right.png
+   A /trunk/share/skins2/default/vout_top.png
+   A /trunk/share/skins2/default/vout_top_left.png
+   A /trunk/share/skins2/default/vout_top_right.png
+
+
+Modified a little default skin
+ -> hiding video window
+
+
+------------------------------------------------------------------------
+r7199 | zorglub | 2004-03-30 19:18:48 +0200 (Tue, 30 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+Fix 64-bit bug with bookmarks from command line 
+
+------------------------------------------------------------------------
+r7200 | zorglub | 2004-03-30 19:43:56 +0200 (Tue, 30 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+
+Do not delay subtitles twice + Sanity check
+
+------------------------------------------------------------------------
+r7201 | bigben | 2004-03-30 21:38:46 +0200 (Tue, 30 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+Implements info treeview in the playlist proprieties window
+
+
+------------------------------------------------------------------------
+r7202 | bigben | 2004-03-30 22:56:13 +0200 (Tue, 30 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+Works around an issue with some playlist items added by the sap interface : since they aren't coded in UTF8, a blank string is printed. 
+
+This doesn't correct this issue, but at least, it doesn't prevent the item proprieties window from opening anymore.
+
+
+
+------------------------------------------------------------------------
+r7203 | hartman | 2004-03-31 02:24:22 +0200 (Wed, 31 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+Fall back to plain C with default C character encoding when UTF8 fails.
+now you can see at least something with those SAP announces with Latin char encoding.
+
+------------------------------------------------------------------------
+r7204 | bigben | 2004-03-31 10:00:27 +0200 (Wed, 31 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+Also fallis back to C string if UTF8 string fails in proprieties window.
+
+
+------------------------------------------------------------------------
+r7205 | bigben | 2004-03-31 10:05:59 +0200 (Wed, 31 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+
+Oups, these ones are for later
+
+
+------------------------------------------------------------------------
+r7206 | ipkiss | 2004-03-31 13:24:43 +0200 (Wed, 31 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/default/skin.dtd
+
+  * skins2 DTD: Removed unused attributes of the Font
+
+------------------------------------------------------------------------
+r7207 | ipkiss | 2004-03-31 17:45:02 +0200 (Wed, 31 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/configure.ac
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   M /trunk/modules/gui/skins2/utils/bezier.cpp
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+
+ * All: Compilation fixes for Solaris 9, courtesy of Mats Rojestal
+
+------------------------------------------------------------------------
+r7208 | bigben | 2004-03-31 19:23:11 +0200 (Wed, 31 Mar 2004) | 3 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+Install new required files for skins2 on make install
+
+
+------------------------------------------------------------------------
+r7209 | gbazin | 2004-03-31 22:52:31 +0200 (Wed, 31 Mar 2004) | 6 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/input_ext-intf.h
+   M /trunk/include/input_ext-plugins.h
+   M /trunk/include/ninput.h
+   M /trunk/include/vlc/intf.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/include/vlc_vlm.h
+   M /trunk/modules/access/cdda/access.c
+   M /trunk/modules/access/slp.c
+   M /trunk/modules/codec/mpeg_audio.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http.c
+   M /trunk/modules/control/rc.c
+   M /trunk/modules/demux/mp4/mp4.h
+   M /trunk/modules/demux/util/id3tag.c
+   M /trunk/modules/gui/gtk/gtk_callbacks.c
+   M /trunk/modules/gui/gtk/playlist.c
+   M /trunk/modules/gui/skins/controls/playlist.cpp
+   M /trunk/modules/gui/skins/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+   M /trunk/modules/gui/wxwindows/fileinfo.cpp
+   M /trunk/modules/gui/wxwindows/iteminfo.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/misc/playlist/m3u.c
+   M /trunk/modules/misc/playlist/old.c
+   M /trunk/modules/misc/sap.c
+   M /trunk/src/input/control.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   D /trunk/src/input/input_info.c
+   M /trunk/src/input/input_programs.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/vlm.c
+   M /trunk/src/playlist/group.c
+   M /trunk/src/playlist/info.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/playlist.c
+   M /trunk/src/playlist/sort.c
+
+* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
+* src/input/input.c:
+   + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
+   + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
+* ALL: use input_item_t and INPUT_ADD_INFO when necessary.
+
+------------------------------------------------------------------------
+r7210 | gbazin | 2004-03-31 23:17:22 +0200 (Wed, 31 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+* modules/access/dshow/dshow.cpp: compilation fix.
+
+------------------------------------------------------------------------
+r7211 | gbazin | 2004-04-01 00:04:54 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/win32_specific.c
+
+* src/misc/win32_specific.c: compilation fix.
+
+------------------------------------------------------------------------
+r7212 | gbazin | 2004-04-01 00:55:48 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/beos/VlcWrapper.cpp
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/modules/gui/ncurses/ncurses.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+
+* modules/gui/*: compilation fixes for the new input_item_t change.
+
+------------------------------------------------------------------------
+r7213 | gbazin | 2004-04-01 01:09:53 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/control.c
+
+* src/input/control.c: INPUT_ADD/DEL_BOOKMARK also modifies the "bookmarks" input option so the bookmarks are kept even when the input is stopped.
+
+------------------------------------------------------------------------
+r7214 | anil | 2004-04-01 01:52:48 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses/ncurses.c
+
+compilation fix
+
+------------------------------------------------------------------------
+r7215 | gbazin | 2004-04-01 09:21:19 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+
+* modules/access/vcdx/access.c: use input_Control(INPUT_ADD_INFO).
+
+------------------------------------------------------------------------
+r7216 | rocky | 2004-04-01 10:05:52 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/vcdplayer.h
+
+vcdplayer_selection2lid not here anymore. It comes from libvcdinfo.
+
+------------------------------------------------------------------------
+r7217 | gbazin | 2004-04-01 11:07:37 +0200 (Thu, 01 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/gui/skins2/utils/bezier.cpp
+
+* configure.ac, modules/gui/skins2/utils/bezier.cpp:
+   + check for lrintf() and fallback on rint().
+
+------------------------------------------------------------------------
+r7218 | zorglub | 2004-04-01 11:20:00 +0200 (Thu, 01 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/playlist/Modules.am
+   A /trunk/modules/demux/playlist/native.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/misc/playlist/native.c
+
+* modules/demux/playlist : native playlist import
+* modules/misc/playlist : native playlist export
+* configure.ac : playlist and export need libxml2
+
+------------------------------------------------------------------------
+r7219 | zorglub | 2004-04-01 12:01:48 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/playlist/Modules.am
+   D /trunk/modules/demux/playlist/native.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/modules/demux/playlist/playlist.h
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/misc/playlist/Modules.am
+   M /trunk/modules/misc/playlist/export.c
+   D /trunk/modules/misc/playlist/native.c
+
+Cancel
+
+------------------------------------------------------------------------
+r7220 | gbazin | 2004-04-01 13:16:10 +0200 (Thu, 01 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h, modules/video_output/directx/events.c:
+   + added a --video-title option, courtesy of Hornsby Adrian.
+* modules/video_output/directx/directx.c: minor changes.
+
+------------------------------------------------------------------------
+r7221 | titer | 2004-04-01 14:30:07 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_yuy2.c
+
+ i420_yuy2.c: fixed AltiVec conversion for unusual image sizes
+
+------------------------------------------------------------------------
+r7222 | gbazin | 2004-04-01 16:47:45 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: compilation fixes.
+
+------------------------------------------------------------------------
+r7223 | gbazin | 2004-04-01 17:50:35 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: bookmarks improvements.
+
+------------------------------------------------------------------------
+r7224 | fenrir | 2004-04-01 19:12:36 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: better handling on PAT version changes.
+
+------------------------------------------------------------------------
+r7225 | hartman | 2004-04-01 20:21:56 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/info.h
+   M /trunk/modules/gui/macosx/info.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Fix p_item etc breakages. Question.. is the seperate fileinfo dialog still useful?
+
+------------------------------------------------------------------------
+r7226 | hartman | 2004-04-01 20:53:11 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/info.m
+
+* missed a object_release
+
+------------------------------------------------------------------------
+r7227 | gbazin | 2004-04-01 21:20:21 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/kde/info.cpp
+
+* modules/gui/kde/info.cpp: info_category_t compilation fix.
+
+------------------------------------------------------------------------
+r7228 | ipkiss | 2004-04-01 23:04:43 +0200 (Thu, 01 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/src/anchor.hpp
+   M /trunk/modules/gui/skins2/src/generic_layout.cpp
+   M /trunk/modules/gui/skins2/src/generic_layout.hpp
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+   M /trunk/modules/gui/skins2/src/top_window.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+
+ * skins2: Anchors are now stored in the layouts, not in the windows.
+   If you change the layout all anchorings are lost, except for anchors that
+   are in the same position in the old and the new layouts.
+   Adding more 'persistent' anchorings should not be very difficult.
+
+------------------------------------------------------------------------
+r7229 | fenrir | 2004-04-01 23:37:06 +0200 (Thu, 01 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom.cpp: demux -> demux2. (Precision in seek will probably be
+worst until we completly switch to demux2...)
+
+------------------------------------------------------------------------
+r7230 | fenrir | 2004-04-01 23:38:21 +0200 (Thu, 01 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+ * demux2: added live.
+
+------------------------------------------------------------------------
+r7231 | fenrir | 2004-04-02 01:19:30 +0200 (Fri, 02 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/a52.c
+   M /trunk/modules/demux/aac.c
+   M /trunk/modules/demux/dts.c
+   M /trunk/modules/demux/flac.c
+
+ * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME. should be
+implemented _only_ when it has a high precision.
+
+------------------------------------------------------------------------
+r7232 | fenrir | 2004-04-02 01:21:13 +0200 (Fri, 02 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/nsv.c
+   M /trunk/modules/demux/pva.c
+   M /trunk/modules/demux/ts.c
+
+ * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME should be
+ implemented _only_ when it has a high precision.
+
+
+------------------------------------------------------------------------
+r7233 | fenrir | 2004-04-02 02:00:08 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+ * vlc_es: fixed es_format_Copy. (Duplicate psz_encoding and p_palette).
+
+------------------------------------------------------------------------
+r7234 | fenrir | 2004-04-02 02:06:09 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+ * vlc_es.h: AAAHHH I HATE C++, else said: I need to cast malloc.
+
+------------------------------------------------------------------------
+r7235 | fenrir | 2004-04-02 02:26:02 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+ * mkv: demux -> demux2.
+
+------------------------------------------------------------------------
+r7236 | fenrir | 2004-04-02 02:28:09 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+
+ * asf: no DEMUX_SET_TIME...
+
+------------------------------------------------------------------------
+r7237 | fenrir | 2004-04-02 02:38:31 +0200 (Fri, 02 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/include/modules.h
+
+ * modules.h: increased MODULE_SHORTCUT_MAX to 50. (It's needed because of
+demux2, and will be decreased as soon as demux -> demux2 is finished).
+
+
+------------------------------------------------------------------------
+r7238 | fenrir | 2004-04-02 02:48:29 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+   M /trunk/modules/demux/mpeg/m4v.c
+
+ * m4v: demux -> demux2.
+
+------------------------------------------------------------------------
+r7239 | fenrir | 2004-04-02 05:24:53 +0200 (Fri, 02 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/m4v.c
+   M /trunk/modules/demux/mpeg/mpgv.c
+
+ * m4v: pts/dts fixes.
+ * mpgv: demux -> demux2.
+
+------------------------------------------------------------------------
+r7240 | fenrir | 2004-04-02 15:18:32 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/rawdv.c
+
+ * rawdv.c: demux -> demux2. (Untested so may be broken)
+
+------------------------------------------------------------------------
+r7241 | fenrir | 2004-04-02 15:24:54 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+ * demux2: added mpgv and rawdv.
+
+------------------------------------------------------------------------
+r7242 | gbazin | 2004-04-02 16:08:34 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   D /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/eject.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/fast.xpm
+   D /trunk/modules/gui/wxwindows/bitmaps/file.xpm
+   D /trunk/modules/gui/wxwindows/bitmaps/net.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/next.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/play.xpm
+   D /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/prev.xpm
+   D /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
+   D /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/slow.xpm
+   R /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/*: simplified the look&feel of the main interface.
+
+------------------------------------------------------------------------
+r7243 | gbazin | 2004-04-02 18:08:29 +0200 (Fri, 02 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/interface/interface.c
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/vout_intf.c: new vout_ControlWindow() function.
+* modules/gui/wxwindows/video.cpp: implement vout_ControlWindow().
+* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
+  + call vout_ControlWindow() when resizing in embedded mode.
+  + implemented a VOUT_REPARENT/CLOSE mode in Control() so the interface can signal that it closes its video window.
+
+------------------------------------------------------------------------
+r7244 | fenrir | 2004-04-02 18:17:15 +0200 (Fri, 02 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+ * ogg: cosmetics + converted PCR to micro-second unit. (I may
+introduced bugs).
+
+------------------------------------------------------------------------
+r7245 | fenrir | 2004-04-02 18:40:54 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+ * ogg : demux -> demux2. It needs more testings.
+
+------------------------------------------------------------------------
+r7246 | fenrir | 2004-04-02 19:23:22 +0200 (Fri, 02 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+
+ * stream: fixed cast of lvalue.
+ * input: fixed "position" value as soon as possible after a see, this
+way the intf doesn't show strange seek bar behavour.
+
+------------------------------------------------------------------------
+r7247 | fenrir | 2004-04-02 19:56:14 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+ * subsdec.c: use es_forma_t.subs.psz_encoding if present.
+
+------------------------------------------------------------------------
+r7248 | fenrir | 2004-04-02 20:26:35 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+ * demux2: added ogg.
+
+------------------------------------------------------------------------
+r7249 | gbazin | 2004-04-02 20:32:01 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c: compilation fix.
+
+------------------------------------------------------------------------
+r7250 | gbazin | 2004-04-02 20:54:39 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/wxwindows.h: use a namespace to avoid symbol conflicts.
+
+------------------------------------------------------------------------
+r7251 | ipkiss | 2004-04-02 23:00:15 +0200 (Fri, 02 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+ * modules/gui/wxwindows/interface.cpp: small fix for the size of the windows
+
+------------------------------------------------------------------------
+r7252 | murray | 2004-04-02 23:19:43 +0200 (Fri, 02 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Explicit reference to libpng in the missing XmlTextReader error.
+Special thanks to Groniche and Google.
+
+
+------------------------------------------------------------------------
+r7253 | fenrir | 2004-04-03 03:02:02 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/mp4/mp4.c
+   D /trunk/modules/demux/mp4/mp4.h
+   M /trunk/modules/demux/util/sub.c
+
+ * all: do not use input_Clock* anymore (use ES_OUT_SET_PCR instead).
+ (text subs with mpg aren't working anymore unless using ps2)
+
+------------------------------------------------------------------------
+r7254 | fenrir | 2004-04-03 03:14:23 +0200 (Sat, 03 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+ * avi: demux -> demux2.
+
+------------------------------------------------------------------------
+r7255 | fenrir | 2004-04-03 03:36:04 +0200 (Sat, 03 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4*: demux -> demux2.
+
+------------------------------------------------------------------------
+r7256 | asmax | 2004-04-03 10:16:49 +0200 (Sat, 03 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+
+  * bitmap_font.cpp: fixed the white space character for "text" font
+
+------------------------------------------------------------------------
+r7257 | asmax | 2004-04-03 11:21:12 +0200 (Sat, 03 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+
+  * all: support of shuffle from the skins2 interface:
+    - created a bool variable "playlist.isRandom" and 2 commands
+    "playlist.setRandom(true)" and "playlist.setRandom(false)"
+    - known bug: the playlist doesn't scroll automatically when the
+    stream changes
+
+------------------------------------------------------------------------
+r7258 | asmax | 2004-04-03 12:55:51 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/utils/ustring.cpp
+
+ * ustring.cpp: fixed the operator= (the trailing '\0' was not copied,
+   leading to invalid memory reads)
+
+------------------------------------------------------------------------
+r7259 | ipkiss | 2004-04-03 13:30:26 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+   M /trunk/modules/gui/skins2/src/theme.hpp
+   M /trunk/modules/gui/skins2/src/top_window.hpp
+   M /trunk/modules/gui/skins2/src/vout_window.hpp
+
+ * skins2: Added friend classes where appropriate, to reduce the scope of
+   some methods.
+
+------------------------------------------------------------------------
+r7260 | fenrir | 2004-04-03 15:33:38 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/audio.c
+
+  *audio.c: aout really doesn't like big audio chunks, so split them.
+  (it helps a lot with wma).
+
+------------------------------------------------------------------------
+r7261 | asmax | 2004-04-03 15:57:46 +0200 (Sat, 03 Apr 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
+   D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
+   A /trunk/modules/gui/skins2/commands/cmd_vars.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_vars.hpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
+   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/vars/stream.hpp
+
+  * src/vlcproc.cpp: DO NOT update the GUI directly from the vlc callbacks,
+  skins are not reentrant (at least with x11). Put commands in the queue
+  instead.
+  * commands/cmd_vars: commands to change variables
+  * controls/ctrl_list.cpp: automatic scroll when the stream changes
+  * src/bitmap.cpp: removed the scandinavian characters from the
+    text font, they don't belong to ASCII (caused a stack corruption)
+
+------------------------------------------------------------------------
+r7262 | asmax | 2004-04-03 16:59:15 +0200 (Sat, 03 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
+   M /trunk/src/playlist/playlist.c
+
+  * playlist.c: better random algorithm: do not play an item if it has
+  already been played (check the i_nb_played variable)
+  * item.c: initialize i_nb_played to 0
+
+------------------------------------------------------------------------
+r7263 | asmax | 2004-04-03 17:30:47 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+
+  * ctrl_text.cpp: check if the scrolling is still necessary when the
+   text is updated (avoid many crashes)
+
+------------------------------------------------------------------------
+r7264 | asmax | 2004-04-03 19:02:59 +0200 (Sat, 03 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_display.hpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+
+  * x11_display.cpp: create a dummy "parent" window for the task bar
+  * x11_window.cpp: use XSetTransientForHint() to associate the windows
+  to the "parent" window -> single window in the task bar
+
+------------------------------------------------------------------------
+r7265 | asmax | 2004-04-03 20:16:34 +0200 (Sat, 03 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/utils/var_text.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.hpp
+
+  * x11/x11_window.cpp: reset the "drawable" variable to 0 before the vout child
+    window is destroyed (it is not enough i guess...)
+  * utils/var_text.cpp: unregister the observer to the Stream variable
+    in the destructor ! (fix a crash when changing skin)
+
+------------------------------------------------------------------------
+r7266 | ipkiss | 2004-04-03 20:47:12 +0200 (Sat, 03 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/theme.cpp
+
+ * skins2: do not save the config when changing the skin
+
+------------------------------------------------------------------------
+r7267 | ipkiss | 2004-04-03 22:17:06 +0200 (Sat, 03 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_window.cpp
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+
+ * skins2: when the user click on a window, raise onl this window.
+   This avoids a flickering when 2 windows are overlapping.
+
+------------------------------------------------------------------------
+r7268 | bigben | 2004-04-03 22:58:32 +0200 (Sat, 03 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+Group selection combo box in stream proprieties dialog. Also allows to create new groups.
+
+
+
+------------------------------------------------------------------------
+r7269 | asmax | 2004-04-04 00:18:23 +0200 (Sun, 04 Apr 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/generic_window.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+   M /trunk/modules/gui/skins2/utils/var_bool.cpp
+   M /trunk/modules/gui/skins2/utils/var_bool.hpp
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+
+  * x11/x11_display.cpp: the "parent" window now receive structure
+    notify events
+  * x11/x11_window.cpp: same thing for the other windows
+  * x11/x11_loop.cpp: when the "parent" window receives a map notify event,
+    we show all the windows because it doesn't seem to be automatic.
+    To have this working, we must update the visibility variable of the
+    windows when they are hidden by the window manager
+  
+
+------------------------------------------------------------------------
+r7270 | asmax | 2004-04-04 01:21:47 +0200 (Sun, 04 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/os_loop.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+   M /trunk/modules/gui/skins2/utils/var_bool.cpp
+   M /trunk/modules/gui/skins2/utils/var_bool.hpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+
+  * src/window_manager.cpp: added a synchVisibility() method to show the
+  visible windows (because they may have be hidden by the window manager)
+  * all: removed the dirty hacks from the previous commit ;)
+
+------------------------------------------------------------------------
+r7271 | bigben | 2004-04-04 02:30:11 +0200 (Sun, 04 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+Adds "Enable/disable item" menu item in playlist contextual menu.
+
+
+------------------------------------------------------------------------
+r7272 | bigben | 2004-04-04 10:17:27 +0200 (Sun, 04 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+
+Add "enable/disable all group items" functions in playlist context menu
+
+
+------------------------------------------------------------------------
+r7273 | ipkiss | 2004-04-04 12:48:04 +0200 (Sun, 04 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+
+ * skins2: Do not try anymore to display images whose width is 0.
+   This avoids warnings at run-time on Windows.
+
+------------------------------------------------------------------------
+r7274 | fenrir | 2004-04-04 16:34:36 +0200 (Sun, 04 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input: if we failed to open the file, and the name has a '%', we
+decode it as a url encoded one and we retry.
+ (Btw, this will break playing of paths that have '%' and ':' )
+
+------------------------------------------------------------------------
+r7275 | fenrir | 2004-04-04 16:50:21 +0200 (Sun, 04 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmstu.c
+
+ * mms: fixed 'Read' function when the header is bigger than the packet
+size.
+
+------------------------------------------------------------------------
+r7276 | gbazin | 2004-04-04 20:26:20 +0200 (Sun, 04 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+
+* modules/gui/skins2/src/dialogs.cpp: the dialogs provider needs to be of VLC_OBJECT_DIALOGS type.
+* modules/gui/skins2/src/vlcproc.cpp: honour p_intf->b_die.
+
+------------------------------------------------------------------------
+r7277 | gbazin | 2004-04-05 18:00:54 +0200 (Mon, 05 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+
+* modules/gui/wxwindows/bookmarks.cpp: fixes.
+
+------------------------------------------------------------------------
+r7278 | gbazin | 2004-04-05 18:09:17 +0200 (Mon, 05 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts.
+* modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
+
+------------------------------------------------------------------------
+r7279 | asmax | 2004-04-05 20:26:34 +0200 (Mon, 05 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
+
+  * x11_loop.cpp: check if there is a theme before getting the window manager!
+    (avoid a segfault when there is no theme at the beginning)
+
+------------------------------------------------------------------------
+r7280 | gbazin | 2004-04-06 02:03:20 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   A /trunk/modules/gui/wxwindows/bitmaps/speaker.xpm
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/*: integrate the volume control in the toolbar.
+
+------------------------------------------------------------------------
+r7281 | gbazin | 2004-04-06 11:00:42 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: display default volume level on start.
+
+------------------------------------------------------------------------
+r7282 | gbazin | 2004-04-06 11:51:20 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: use wxBORDER_NONE for the volume control.
+
+------------------------------------------------------------------------
+r7283 | gbazin | 2004-04-06 12:27:14 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/file.c
+
+* modules/access/file.c: fixed bug in concat mode when seeking.
+
+------------------------------------------------------------------------
+r7284 | gbazin | 2004-04-06 12:33:48 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+
+* modules/gui/wxwindows/preferences.cpp: small cosmetic change for win32.
+
+------------------------------------------------------------------------
+r7285 | gbazin | 2004-04-06 12:58:41 +0200 (Tue, 06 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
+* AUTHORS: updated my entry.
+
+------------------------------------------------------------------------
+r7286 | gbazin | 2004-04-06 16:15:38 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+* modules/gui/wxwindows/*: changed slider aspect and moved the time display into the statusbar.
+
+------------------------------------------------------------------------
+r7287 | gbazin | 2004-04-06 16:16:49 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/wxwindows.h: forgot to remove useless variable.
+
+------------------------------------------------------------------------
+r7288 | hartman | 2004-04-06 18:04:03 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/modules/demux/util/sub.h
+
+* Added subviewer and subviewer v2 support
+
+------------------------------------------------------------------------
+r7289 | fenrir | 2004-04-06 19:32:09 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmsh.c
+
+ * mmsh: fixed first packet handling.
+
+------------------------------------------------------------------------
+r7290 | ipkiss | 2004-04-06 21:56:57 +0200 (Tue, 06 Apr 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+   M /trunk/modules/gui/skins2/src/theme_loader.hpp
+
+ * skins2/src/theme_loader.cpp: .vlt files can now contain directories
+   and subdirectories. When loading a skin, the "theme.xml" file will be
+   searched recursively, and the first one to be found is used.
+
+ * skins2/*: Do not 'cd' anymore to the temporary directory where the
+   .vlt is extracted (instead, we transform the relative paths specified
+   in the XML file into absolute paths).
+
+------------------------------------------------------------------------
+r7291 | gbazin | 2004-04-06 22:01:28 +0200 (Tue, 06 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/goom.c
+
+* modules/visualizations/goom.c: added --goom-width/height config variables.
+
+------------------------------------------------------------------------
+r7292 | asmax | 2004-04-06 22:38:10 +0200 (Tue, 06 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
+
+  * x11_graphics: check if the width and height are not null, to avoid
+    a X11 Bad Value error
+
+------------------------------------------------------------------------
+r7293 | fkuehne | 2004-04-07 00:04:33 +0200 (Wed, 07 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/po/pt_BR.po
+
+Update of the Brazilian Portuguese translation by Andre de Barros Martins Ribeiro
+------------------------------------------------------------------------
+r7294 | hartman | 2004-04-07 01:14:44 +0200 (Wed, 07 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* Spelling fix
+
+------------------------------------------------------------------------
+r7295 | gbazin | 2004-04-07 01:54:49 +0200 (Wed, 07 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/visualization/goom.c
+
+* modules/visualization/goom.c:
+   + big rewrite.
+   + frame dropping.
+   + new --goom-speed option.
+
+------------------------------------------------------------------------
+r7296 | fkuehne | 2004-04-07 13:50:13 +0200 (Wed, 07 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/pda/pda_interface.c
+   M /trunk/po/de.po
+
+* modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video"
+* po/de.po: Updated german translation
+------------------------------------------------------------------------
+r7297 | fenrir | 2004-04-07 19:41:14 +0200 (Wed, 07 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmsh.h
+
+ * mmsh: added support of multiple files streamed with the same url (a
+few web radios use that)
+
+------------------------------------------------------------------------
+r7298 | fenrir | 2004-04-07 19:47:07 +0200 (Wed, 07 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/asf/libasf.c
+
+ * asf: added limited support of concatenated files for web radios (only
+files without index, seek isn't supported for such stream)
+
+------------------------------------------------------------------------
+r7299 | hartman | 2004-04-07 20:36:00 +0200 (Wed, 07 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* Use newer speex in OSX. apparently 0.7.1a is broken in this respect.
+
+------------------------------------------------------------------------
+r7300 | gbazin | 2004-04-07 21:09:38 +0200 (Wed, 07 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: disable SSE on solaris.
+
+------------------------------------------------------------------------
+r7301 | gbazin | 2004-04-07 21:48:38 +0200 (Wed, 07 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: modified the auto-generated menus routines to not 
+delete/re-create parent menus. That makes wxWindows a lot happier.
+
+------------------------------------------------------------------------
+r7302 | adn | 2004-04-07 22:10:16 +0200 (Wed, 07 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/share/skins2/default/theme.xml
+
+
+crotte !
+
+
+------------------------------------------------------------------------
+r7303 | gbazin | 2004-04-07 23:13:35 +0200 (Wed, 07 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/demux/util/sub.c
+
+* ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).
+
+------------------------------------------------------------------------
+r7304 | gbazin | 2004-04-08 00:41:57 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/ogg.c
+
+* modules/mug/ogg.c: fixed recent breakage.
+
+------------------------------------------------------------------------
+r7305 | gbazin | 2004-04-08 00:49:13 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+
+* modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace control.
+
+------------------------------------------------------------------------
+r7306 | gbazin | 2004-04-08 00:57:08 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/avi.c
+   M /trunk/modules/mux/mpeg/pes.c
+
+* modules/mux/*: fixed block_Realloc() typo.
+
+------------------------------------------------------------------------
+r7307 | fenrir | 2004-04-08 01:13:03 +0200 (Thu, 08 Apr 2004) | 8 lines
+Changed paths:
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/stream_output/stream_output.c
+
+ * input/input_dec.c: we automaticaly switch to minimize thread mode
+when streaming (it's better because of the way sout works).
+ * stream_output/stream_output.c: when removing a stream, stop waiting
+and start muxing if data are already here (needed for sout with pace
+control).
+
+ Both will help to allow muxing (nearly?) all frames, even the last ones.
+
+------------------------------------------------------------------------
+r7308 | gbazin | 2004-04-08 14:57:50 +0200 (Thu, 08 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/mozilla/vlcshell.cpp
+
+* mozilla/vlcshell.cpp: added fullscreen=yes/no option
+* modules/gui/wxwindows/*: fixed auto-generated menus on win32.
+
+------------------------------------------------------------------------
+r7309 | gbazin | 2004-04-08 17:40:32 +0200 (Thu, 08 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/video_output/vout_intf.c
+
+* modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON_TOP in ControlWindow()
+* modules/video_output/directx and x11: implemented VOUT_SET_STAY_ON_TOP in Control()
+* src/video_output/vout_intf.c: moved the video-on-top variable there.
+
+------------------------------------------------------------------------
+r7310 | gbazin | 2004-04-08 17:41:56 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/wxwindows.h: forgotten in last commit.
+
+------------------------------------------------------------------------
+r7311 | gbazin | 2004-04-08 17:50:29 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+* modules/video_output/directx/directx.c: apply --video-on-top on start.
+
+------------------------------------------------------------------------
+r7312 | ipkiss | 2004-04-08 19:54:03 +0200 (Thu, 08 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/os_window.hpp
+   M /trunk/modules/gui/skins2/win32/win32_window.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.hpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.hpp
+
+ * skins2/win32/win32_window.cpp: Transparency works correctly (this is
+   controlled by the 'alpha' and 'movealpha' attributes of the 'Theme'
+   tag). Win32 only.
+   Note: It is advised to use 255 for the alpha value, otherwise resizing
+   will be slowed down a lot...
+
+------------------------------------------------------------------------
+r7313 | gbazin | 2004-04-08 19:54:18 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+
+* modules/gui/wxwindows/menus.cpp: fixed segfault.
+
+------------------------------------------------------------------------
+r7314 | ipkiss | 2004-04-08 23:29:27 +0200 (Thu, 08 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_window.cpp
+
+Disabled my last changes, since they don't seem to work in all cases.
+
+------------------------------------------------------------------------
+r7315 | gbazin | 2004-04-09 18:03:29 +0200 (Fri, 09 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: compilation fix for latest ffmpeg cvs.
+
+------------------------------------------------------------------------
+r7316 | zorglub | 2004-04-09 20:16:13 +0200 (Fri, 09 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/streamwizard.cpp
+   A /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Beginning of an improved streaming wizard. Do not use at the moment
+
+------------------------------------------------------------------------
+r7317 | hartman | 2004-04-10 14:26:50 +0200 (Sat, 10 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* --enable-gpl needed now for ffmpeg cvs
+
+------------------------------------------------------------------------
+r7318 | anil | 2004-04-10 18:53:57 +0200 (Sat, 10 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+* compilation fixes
+
+------------------------------------------------------------------------
+r7319 | gbazin | 2004-04-11 14:20:11 +0200 (Sun, 11 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*:
+  + added a "Open Capture Device..." menu entry.
+  + a bit of clean-up.
+
+------------------------------------------------------------------------
+r7320 | gbazin | 2004-04-11 14:22:06 +0200 (Sun, 11 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_interface.h
+
+* include/vlc_interface.h: forgot that in last commit.
+
+------------------------------------------------------------------------
+r7321 | asmax | 2004-04-11 18:34:04 +0200 (Sun, 11 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+
+  * all: support of playlist loop in skins2
+   (new variable playlist.isLoop, new commands playlist.setLoop(true)
+   and playlist.setLoop(false) in the xml)
+
+------------------------------------------------------------------------
+r7322 | gbazin | 2004-04-12 02:06:59 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+   M /trunk/modules/gui/wxwindows/preferences_widgets.h
+
+* modules/gui/wxwindows/*: improved preferences widgets a bit.
+
+------------------------------------------------------------------------
+r7323 | gbazin | 2004-04-12 11:52:40 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+
+* modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences..." entries in the popup menu.
+
+------------------------------------------------------------------------
+r7324 | gbazin | 2004-04-12 12:44:34 +0200 (Mon, 12 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/modules/access/dshow/filter.h
+
+* modules/access/dshow/*: improvements from Damien Fouilleul (modified by me).
+  + Use ICaptureGraphBuilder2 when available (standard way to setup capture graphs).
+  + Extra WDM property sheets for --dshow-config.
+  + Some support for selecting crossbar routes.
+* THANKS: Added Damien Fouilleul for the DirectShow input improvements.
+
+------------------------------------------------------------------------
+r7325 | ipkiss | 2004-04-12 15:17:52 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/Doxyfile
+
+ * doc/Doxyfile: generate Doxygen documentation for the skins2 module
+
+------------------------------------------------------------------------
+r7326 | ipkiss | 2004-04-12 16:07:57 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
+
+ * skins/win32/win32_graphics.cpp: Fix for alphablending (thanks AsMaX)
+
+------------------------------------------------------------------------
+r7327 | asmax | 2004-04-12 16:25:15 +0200 (Mon, 12 Apr 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/ft2_font.cpp
+   M /trunk/modules/gui/skins2/src/os_factory.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
+
+  * src/os_factory.hpp: added a method OSFactory::getResourceDir()
+   to get a list of possible resource directories for skins2.
+   On linux the path is "~/.vlc/skins2:VLC_INSTALL_DIR/share/skins2"
+   and on win32 it is "VLC_PATH\skins2'
+  * src/skin_main.cpp: use the getResourceDir() method instead of #ifdef
+  * parser/builder.cpp: the default font is looked up in the resource dir,
+   so you can put fonts in ~/.vlc/skins2/fonts and avoid a make install
+
+
+------------------------------------------------------------------------
+r7328 | asmax | 2004-04-12 19:08:58 +0200 (Mon, 12 Apr 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
+   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
+   D /trunk/share/skins2/default/skin.dtd
+   M /trunk/share/skins2/default/theme.xml
+   A /trunk/share/skins2/skin.dtd (from /trunk/share/skins2/default/skin.dtd:7327)
+
+  * all: the DTD lookup for skins2 themes now use XML catalogs:
+    The XML file must begin with:
+    <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
+    (the "skin.dtd" is ignored but should be an URL on the website)
+    and the DTD is looked up at runtime in the directories of the resource
+    path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
+    -> the DTD doesn't need any more to be shipped with the themes.
+
+------------------------------------------------------------------------
+r7329 | ipkiss | 2004-04-12 20:55:07 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+
+ * skins2/win32/win32_factory.cpp: Compilation fix
+
+------------------------------------------------------------------------
+r7330 | gbazin | 2004-04-12 22:30:59 +0200 (Mon, 12 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   M /trunk/modules/gui/wxwindows/open.cpp
+   D /trunk/modules/gui/wxwindows/v4l.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: removed the V4L specific code.
+  The V4L panel is now created automatically with an "AutoBuiltPanel" class.
+  (A few options are missing compared to the old panel but they need to be added
+   to the V4L plugin, not the wxWindows code).
+
+------------------------------------------------------------------------
+r7331 | gbazin | 2004-04-12 22:39:26 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+* share/Makefile.am: skin.dtd was moved.
+
+------------------------------------------------------------------------
+r7332 | gbazin | 2004-04-12 22:52:29 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+* modules/gui/wxwindows/open.cpp: compilation fix.
+
+------------------------------------------------------------------------
+r7333 | hartman | 2004-04-12 23:01:41 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+
+* Fix the 'auto' selection of Console intf in "extra intfs" menu entry.
+
+------------------------------------------------------------------------
+r7334 | gbazin | 2004-04-12 23:10:26 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+* modules/gui/wxwindows/open.cpp: bug fix.
+
+------------------------------------------------------------------------
+r7335 | gbazin | 2004-04-12 23:48:18 +0200 (Mon, 12 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
+
+* modules/gui/skins2/x11/x11_factory.cpp: added "share/skins2" to the resource paths.
+* modules/gui/skins2/x11/x11_factory.cpp: small cosmetic change in a string.
+
+------------------------------------------------------------------------
+r7336 | gbazin | 2004-04-12 23:59:28 +0200 (Mon, 12 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+* modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.
+
+------------------------------------------------------------------------
+r7337 | fenrir | 2004-04-13 12:05:59 +0200 (Tue, 13 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpeg4video.c
+
+ * mpeg4video: init i_dts.
+
+------------------------------------------------------------------------
+r7338 | gbazin | 2004-04-13 12:52:29 +0200 (Tue, 13 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/copy.c
+   M /trunk/modules/packetizer/mpeg4video.c
+
+* modules/packetizer/*: bug fix (use es_format_Copy() when necessary).
+
+------------------------------------------------------------------------
+r7339 | gbazin | 2004-04-13 14:49:14 +0200 (Tue, 13 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/goom.c
+
+* modules/visualization/goom.c: don't bother including the goom header on win32.
+
+------------------------------------------------------------------------
+r7340 | bigben | 2004-04-13 15:23:26 +0200 (Tue, 13 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/playlist.h
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+*all :
+
+- Add "Add group" and "delete group" buttons in the playlistinfo window
+- When several items of the playlist are selected, and we change the group, change it for all selected items...
+
+
+------------------------------------------------------------------------
+r7341 | sigmunau | 2004-04-13 16:08:51 +0200 (Tue, 13 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/subsdec.c
+
+modules/codec/subsdec.c:
+ * strip html-like tags from subtitles
+
+------------------------------------------------------------------------
+r7342 | gbazin | 2004-04-13 16:13:07 +0200 (Tue, 13 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the pts of input frames when doing mpeg4 video encoding.
+  So let's use proper PTS now!
+
+------------------------------------------------------------------------
+r7343 | andrep | 2004-04-14 08:09:56 +0200 (Wed, 14 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/include/osd.h
+   M /trunk/src/video_output/video_text.c
+
+* vout_ShowTextAbsolute now returns VLC_EGENERIC if the text render wasn't
+  successful and VLC_SUCCESS on success, instead of returning void.
+
+
+------------------------------------------------------------------------
+r7344 | gbazin | 2004-04-14 09:09:17 +0200 (Wed, 14 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+* modules/access/v4l/v4l.c: off by one fix by James MacLean.
+
+------------------------------------------------------------------------
+r7345 | garf | 2004-04-14 10:55:34 +0200 (Wed, 14 Apr 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+   M /trunk/modules/control/telnet.c
+   M /trunk/share/http/vlm/edit.html
+   M /trunk/share/http/vlm/index.html
+   M /trunk/share/http/vlm/new.html
+   M /trunk/src/misc/vlm.c
+
+ * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
+   compatible
+ * http.c: a little bug fix ( append vlm command )
+ * telnet.c: 4 spaces indentation on show command (much more readable)
+ * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic
+   modifications
+
+------------------------------------------------------------------------
+r7346 | sigmunau | 2004-04-14 17:59:52 +0200 (Wed, 14 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Use wxFileDialog::GetPath() and not GetFilename(). Closes #1781
+
+------------------------------------------------------------------------
+r7347 | garf | 2004-04-14 18:20:25 +0200 (Wed, 14 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/share/http/index.html
+   M /trunk/share/http/vlm/edit.html
+   M /trunk/share/http/vlm/index.html
+   A /trunk/share/http/vlm/show.html
+
+ * http interface: media/schedule show page before edit page
+
+------------------------------------------------------------------------
+r7348 | stippi | 2004-04-15 11:57:14 +0200 (Thu, 15 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/src/playlist/playlist.c
+
+compile fix, do not declare variables in the middle of a function, this is plain C...
+------------------------------------------------------------------------
+r7349 | stippi | 2004-04-15 12:02:19 +0200 (Thu, 15 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it to INADDR_BROADCAST, which is defined as the same thing on Linux. Hope it's ok, I left the original line as a comment...
+------------------------------------------------------------------------
+r7350 | stippi | 2004-04-15 12:46:11 +0200 (Thu, 15 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/beos/MediaControlView.cpp
+
+fixed the incorrect window size limits for the interface window
+------------------------------------------------------------------------
+r7351 | fkuehne | 2004-04-15 18:01:33 +0200 (Thu, 15 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+* added localisation support
+------------------------------------------------------------------------
+r7352 | fkuehne | 2004-04-15 18:05:59 +0200 (Thu, 15 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/po/POTFILES.in
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/nl.po
+   M /trunk/po/no.po
+   M /trunk/po/pl.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/vlc.pot
+
+* ALL: ./toolbox --update-po
+------------------------------------------------------------------------
+r7353 | gbazin | 2004-04-15 21:12:20 +0200 (Thu, 15 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
+
+------------------------------------------------------------------------
+r7354 | gbazin | 2004-04-15 22:01:24 +0200 (Thu, 15 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/goom.c
+
+* modules/visualization/goom.c: default speed is now set to 6.
+
+------------------------------------------------------------------------
+r7355 | fenrir | 2004-04-15 22:25:57 +0200 (Thu, 15 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+ * httpd: may fix mmsh for vlc.
+
+------------------------------------------------------------------------
+r7356 | fenrir | 2004-04-15 22:27:06 +0200 (Thu, 15 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/http.c
+
+ * http: fixed some gcc warning.
+
+------------------------------------------------------------------------
+r7357 | gbazin | 2004-04-16 00:21:41 +0200 (Fri, 16 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/block.c
+
+* src/misc/block.c: fixed BlockRealloc()
+
+------------------------------------------------------------------------
+r7358 | sigmunau | 2004-04-16 00:22:55 +0200 (Fri, 16 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+handle h261 video streams over rtp
+
+------------------------------------------------------------------------
+r7359 | sigmunau | 2004-04-16 00:45:27 +0200 (Fri, 16 Apr 2004) | 9 lines
+Changed paths:
+   M /trunk/include/vlc_block.h
+   M /trunk/modules/codec/Modules.am
+   A /trunk/modules/codec/mash.cpp
+   M /trunk/modules/demux/livedotcom.cpp
+
+include/vlc_block.h:
+ * added a BLOCK_FLAG_END_OF_FRAME flag
+ * reformated comments on block flags
+modules/demux/livedotcom.cpp
+ * use BLOCK_FLAG_END_OF_FRAME, and only for h261 streams
+modules/codec/Modules.am,mash.cpp
+ * new h261 video decoder using openmash. Building this plugin is left as an
+   excersise for the reader.
+
+------------------------------------------------------------------------
+r7360 | hartman | 2004-04-16 02:38:57 +0200 (Fri, 16 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Updated live.com
+* Added openmash targets (not yet enabled, because it doesn't compile yet)
+
+------------------------------------------------------------------------
+r7361 | gbazin | 2004-04-16 15:26:01 +0200 (Fri, 16 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* modules/demux/livedotcom.cpp: compilation fix for old livemedia libs.
+
+------------------------------------------------------------------------
+r7362 | fkuehne | 2004-04-16 17:25:35 +0200 (Fri, 16 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+ * fixed a typo
+------------------------------------------------------------------------
+r7363 | fkuehne | 2004-04-16 20:41:00 +0200 (Fri, 16 Apr 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/gui/pda/pda.glade
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/misc/logger.c
+   M /trunk/modules/misc/sap.c
+   M /trunk/po/de.po
+   M /trunk/src/libvlc.h
+
+* modules/control/telnet.c: removed translation of "VLM"
+* modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi"
+* modules/gui/wxwindows/wizard.cpp: minor string-corrections
+* modules/misc/logger.c: more minor string-corrections
+* modules/misc/sap.c: ditto
+* src/libvlc.h: ditto
+* po/de.po: updated german translation
+------------------------------------------------------------------------
+r7364 | bigben | 2004-04-17 11:22:41 +0200 (Sat, 17 Apr 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/stream_out/announce.c
+   M /trunk/modules/stream_out/announce.h
+   M /trunk/modules/stream_out/standard.c
+
+* Little cleanup of sap announces :
+
+- use net_* functions
+- use vlc_UrlParse function
+
+change sap_session_t structure  : it now includes the  sdp packet, which
+isn't regenerated each time it is sent.
+
+
+
+------------------------------------------------------------------------
+r7365 | hartman | 2004-04-18 02:41:49 +0200 (Sun, 18 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+* New sap listener standard behaviour is to pass along ALL complete announces to
+  the playlist, so livedotcom will be used.
+* Added a --sap-parse option, so you can get back the old behaviour.
+
+
+------------------------------------------------------------------------
+r7366 | hartman | 2004-04-18 11:58:08 +0200 (Sun, 18 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+* Switch default behaviour of --sap-parse. A lot of the streams
+  that the module could parse cannot be parsed by live.com
+  most are udp announces. We will need to inform Ross about these...
+  (on mbone about 1/3 announces is not recognized by live.com)
+
+
+------------------------------------------------------------------------
+r7367 | hartman | 2004-04-18 14:18:23 +0200 (Sun, 18 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/translations.txt
+
+* "Where are the .po files?"
+
+------------------------------------------------------------------------
+r7368 | zorglub | 2004-04-18 20:06:41 +0200 (Sun, 18 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/iteminfo.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* Some progress on the wizard (still not useable)
+* Fixed layout of the item info dialog
+
+------------------------------------------------------------------------
+r7369 | ipkiss | 2004-04-18 20:11:51 +0200 (Sun, 18 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.cpp
+   M /trunk/modules/gui/skins2/win32/win32_window.hpp
+
+ * skins2: Other attempt at supporting transparency on Windows (win2k, winxp).
+   As it is not perfect yet, a new config option allows to disable transparency
+   effects.
+
+------------------------------------------------------------------------
+r7370 | zorglub | 2004-04-18 20:21:09 +0200 (Sun, 18 Apr 2004) | 22 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/NEWS
+   M /trunk/include/network.h
+   M /trunk/include/stream_output.h
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/modules/misc/sap.c
+   M /trunk/modules/stream_out/announce.c
+   M /trunk/modules/stream_out/announce.h
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/net.c
+   M /trunk/src/misc/objects.c
+   A /trunk/src/stream_output/announce.c
+   A /trunk/src/stream_output/sap.c
+
+* ALL: Better announce system
+
+  - The SAP handler now runs in a separate thread.
+  - RTP sessions can be announced with sap (sdp=sap://,name=...)
+       TODO: Make this more configurable
+  - Better SDP generation (the timestamp problem is not resolved)
+       About this, there is a problem : as, for a RTP session, the URI
+        is the complete SDP, if the session is recreated, as the URI has 
+        changed, a new item is added to the playlist
+  - Experimental flow control algorithm :
+       It does not follow the "Recommended" implementation, as it needs
+       to count the sessions (to achieve this, we should make this work
+       together with the SAP listener)
+       It is disabled by default (use --sap-flow-control to enable).
+       When it is disabled, sap announcement interval is set by --sap-interval
+
+* src/misc/net.c : created net_ReadNonBlock
+* sap.c : Fixed memory problem
+
+
+
+
+------------------------------------------------------------------------
+r7371 | zorglub | 2004-04-18 21:56:58 +0200 (Sun, 18 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/sap.c
+
+Make the SAP parser happier
+
+------------------------------------------------------------------------
+r7372 | gbazin | 2004-04-19 00:48:23 +0200 (Mon, 19 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input_dec.c
+   M /trunk/src/input/input_programs.c
+
+* src/input/*: fixed some deadlock issues.
+   The locking is still far from perfect and will need some cleanup but this is a step in the right direction.
+
+------------------------------------------------------------------------
+r7373 | gbazin | 2004-04-19 01:08:44 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/visual/visual.c
+
+* modules/visualization/visual/visual.c: more sanity checks for fail over situations.
+
+------------------------------------------------------------------------
+r7374 | gbazin | 2004-04-19 01:35:25 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/input.c
+
+* src/audio_output/input.c: add goom (if present) to the list of visualization choices.
+
+------------------------------------------------------------------------
+r7375 | hartman | 2004-04-19 02:01:51 +0200 (Mon, 19 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+
+* OpenGL video output is now the default on OS X.
+  I'm not aware of any REAL problems with the openGL output
+  please report your experiences.
+
+------------------------------------------------------------------------
+r7376 | andrep | 2004-04-19 03:26:26 +0200 (Mon, 19 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+   M /trunk/src/libvlc.h
+
+* Add hotkeys to go back/forward in media browsing history
+
+
+------------------------------------------------------------------------
+r7377 | andrep | 2004-04-19 04:08:52 +0200 (Mon, 19 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/LIST
+   A /trunk/modules/codec/cmml
+   A /trunk/modules/codec/cmml/Modules.am
+   A /trunk/modules/codec/cmml/browser_open.c
+   A /trunk/modules/codec/cmml/browser_open.h
+   A /trunk/modules/codec/cmml/cmml.c
+   A /trunk/modules/codec/cmml/history.c
+   A /trunk/modules/codec/cmml/history.h
+   A /trunk/modules/codec/cmml/intf.c
+   A /trunk/modules/codec/cmml/xarray.c
+   A /trunk/modules/codec/cmml/xarray.h
+   A /trunk/modules/codec/cmml/xlist.c
+   A /trunk/modules/codec/cmml/xlist.h
+   A /trunk/modules/codec/cmml/xstrcat.h
+   A /trunk/modules/codec/cmml/xtag.c
+   A /trunk/modules/codec/cmml/xtag.h
+   A /trunk/modules/codec/cmml/xurl.c
+   A /trunk/modules/codec/cmml/xurl.h
+
+* Added Continuous Media Markup Language (CMML) codec
+
+
+------------------------------------------------------------------------
+r7378 | fenrir | 2004-04-19 10:27:34 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+ * httpd: better fix for mmsh.
+
+------------------------------------------------------------------------
+r7379 | gbazin | 2004-04-19 12:48:04 +0200 (Mon, 19 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/include/aout_internal.h
+   M /trunk/src/audio_output/input.c
+
+* include/aout_internal.h: added a b_restart field to aout_input_t.
+* src/audio_output/input.c: simplified VisualizationCallback() and don't restart the aout inputs in there but rather set the b_restart flag so they automatically get restarted on the next aout_InputPlay().
+
+------------------------------------------------------------------------
+r7380 | bigben | 2004-04-19 13:50:51 +0200 (Mon, 19 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+adds a linebreak after sending the Basic authentification token. This makes web servers (including VLC) a lot happier ;-)
+
+
+------------------------------------------------------------------------
+r7381 | gbazin | 2004-04-19 14:44:56 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c: prevent monitor power down when the directx vout is running.
+
+------------------------------------------------------------------------
+r7382 | gbazin | 2004-04-19 16:06:42 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c: forgot an argument to SetThreadExecutionState().
+
+------------------------------------------------------------------------
+r7383 | zorglub | 2004-04-19 17:49:25 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+Fix crash when vout window is resized to 0 width
+
+------------------------------------------------------------------------
+r7384 | andrep | 2004-04-19 17:59:56 +0200 (Mon, 19 Apr 2004) | 51 lines
+Changed paths:
+   A /trunk/modules/codec/cmml/HACKING
+
+* Added HACKING file to CMML codec plugin directory, which includes
+  description of what it does and how it's implemented.
+
+* Overview of the CMML codec:
+
+  This is an implementation of the Continuous Media Markup Language
+  (CMML) for VideoLAN.  In short, CMML is a (XML) markup language for
+  time-continuous data, which of course includes multimedia such as
+  video and audio.  It allows one to annotate a media file with both
+  structured and unstructured textual data, but one of its distinguishing
+  features--and what this code implements--is its support for embedding
+  hyperlinks in media files.
+
+  So, while viewing some media (e.g. a radio interview with a band),
+  you could provide a hyperlink to any URL, including a standard web
+  page or other media (e.g. the band's home page).  The hyperlinks
+  are active only for specific intervals of time while the media is
+  playing, so for example during a radio interview, the hyperlinks
+  can change depending on what questions the interviewer is asking
+  and topic is being discussed.
+
+  For more general information on CMML and its role in the bigger
+  picture of extending the World Wide Web to properly support multimedia,
+  see <http://www.annodex.net/overview.html>.  For specifications of
+  CMML, see <http://www.annodex.net/specifications.html>.
+
+* CMML codec usage:
+
+  Once you have hyperlinking capability, you take on some of the
+  capabilities of a web browser, in particular following hyperlinks,
+  and also maintaining a browsing history where you can go backwards
+  and forwards between pieces of media you've linked to.  So, if you
+  are viewing a file with CMML markup:
+
+  * Hyperlinks are displayed as a subtitle track
+
+  * Hyperlinks are followed with the VLC "activate" hotkey (by default,
+    this is just the Enter key)
+
+  * Going back and forward are done with the "history-back" and
+    "history-forward" keys, by default Cmd-[ and Cmd-] on Mac OS X,
+    and Ctrl-[ and Ctrl-] on all other platforms.
+
+  Until the media browsing history features are made available outside
+  of the CMML plugin, you can only use the history features while
+  viewing a file that contains CMML markup: e.g. you cannot navigate
+  backwards or forward in the history while viewing a standard MPEG
+  video.  This is a limitation which may be removed if the media
+  browsing code is merged into the VLC core.
+
+
+------------------------------------------------------------------------
+r7385 | titer | 2004-04-19 18:57:39 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+ deinterlace.c: added AltiVec optims for 16-bytes unaligned lines
+
+------------------------------------------------------------------------
+r7386 | gbazin | 2004-04-19 21:34:15 +0200 (Mon, 19 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+* NEWS: updated with all the changes since the last release.
+
+------------------------------------------------------------------------
+r7387 | gbazin | 2004-04-20 01:00:57 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+* NEWS: few changes.
+
+------------------------------------------------------------------------
+r7388 | hartman | 2004-04-20 03:00:29 +0200 (Tue, 20 Apr 2004) | 10 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/Makefile.am
+   M /trunk/NEWS
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* extras/contrib/src
+  - fix goom location
+  - some small url improvements. please test the contrib system.
+* modules/gui/macosx/*
+  - autodetect Quartz Extreme. Use OpenGL vout if present.
+  - --macosx-vout auto|quartz|opengl to force a vout.
+* Makefile.am: add share/http/vlm to target.
+* NEWS: small updates
+* AUTHORS: updated my email address.
+
+------------------------------------------------------------------------
+r7389 | andrep | 2004-04-20 06:24:52 +0200 (Tue, 20 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/misc.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* Mac OS X: intercept and respond to user-configured VLC hotkeys, rather
+  than only responding to shortcut keys which are defined in the .nib
+  interface file
+
+
+------------------------------------------------------------------------
+r7390 | dionoea | 2004-04-20 13:29:36 +0200 (Tue, 20 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* fixed hue, contrast, gamma, brightness and saturation sliders
+* added restore to default settings button (for those sliders)
+
+
+
+------------------------------------------------------------------------
+r7391 | gbazin | 2004-04-20 15:34:03 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: fit the default size of the interface to the menubar.
+
+------------------------------------------------------------------------
+r7392 | gbazin | 2004-04-20 16:04:56 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: better interface size under gtk.
+
+------------------------------------------------------------------------
+r7393 | sam | 2004-04-20 16:31:24 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/po/es.po
+
+  * po/es.po: minor translation fix.
+
+------------------------------------------------------------------------
+r7394 | gbazin | 2004-04-20 17:05:24 +0200 (Tue, 20 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_interface.h
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/vlc.c
+
+* include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
+   When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts).
+* src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype.
+* src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves.
+* modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
+
+------------------------------------------------------------------------
+r7395 | sam | 2004-04-20 17:17:46 +0200 (Tue, 20 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac:
+    + Check for <altivec.h>.
+    + Test for -maltivec -mabi=altivec in addition to -fvec.
+
+------------------------------------------------------------------------
+r7396 | yoann | 2004-04-20 17:54:54 +0200 (Tue, 20 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/libvlc.h
+
+Added a --sub-autodetect-path which is a list of paths (separated by
+',') where VLC can look for a subtitle file ; typically, ./Subtitles or
+./subtitles (the directory in wich the film is located is implicit).
+
+
+------------------------------------------------------------------------
+r7397 | sam | 2004-04-20 19:27:30 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/cmml/browser_open.c
+   M /trunk/modules/codec/cmml/browser_open.h
+   M /trunk/modules/codec/cmml/cmml.c
+   M /trunk/modules/codec/cmml/history.c
+   M /trunk/modules/codec/cmml/history.h
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/codec/cmml/xarray.c
+   M /trunk/modules/codec/cmml/xarray.h
+   M /trunk/modules/codec/cmml/xlist.c
+   M /trunk/modules/codec/cmml/xlist.h
+   M /trunk/modules/codec/cmml/xstrcat.h
+   M /trunk/modules/codec/cmml/xtag.c
+   M /trunk/modules/codec/cmml/xtag.h
+   M /trunk/modules/codec/cmml/xurl.c
+   M /trunk/modules/codec/cmml/xurl.h
+   M /trunk/modules/codec/mash.cpp
+   M /trunk/modules/control/lirc.c
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/skins2/vars/stream.cpp
+   M /trunk/modules/gui/skins2/vars/stream.hpp
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/src/input/control.c
+   M /trunk/src/stream_output/announce.c
+   M /trunk/src/stream_output/sap.c
+   M /trunk/src/video_output/vout_intf.c
+
+  * Added missing Id to the svn:keywords properties of some files.
+
+------------------------------------------------------------------------
+r7398 | gbazin | 2004-04-20 19:57:58 +0200 (Tue, 20 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.c
+
+* modules/gui/wxwindows/wxwindows.cpp: don't "play on start" when in dialogs provider mode.
+* modules/gui/skins2/src/skin_main.cpp: "play on start" support.
+* src/interface/interface.c: explicit init of b_play.
+* src/libvlc.c: GetFilenames() doesn't start the playlist anymore.
+
+------------------------------------------------------------------------
+r7399 | yoann | 2004-04-20 20:12:42 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+Changed directory separator from '/' to '\' for windows version.
+
+------------------------------------------------------------------------
+r7400 | gbazin | 2004-04-20 21:24:03 +0200 (Tue, 20 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: put the SAP options where they belong (ie. the stream output category).
+* modules/gui/skins2/src/window_manager.cpp: skins2-transparency is win32 only.
+
+------------------------------------------------------------------------
+r7401 | gbazin | 2004-04-20 23:04:08 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
+
+------------------------------------------------------------------------
+r7402 | anil | 2004-04-20 23:13:52 +0200 (Tue, 20 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+* 'Toggle enabled' -> 'Enable/Disable' in the playlist popup menu
+
+------------------------------------------------------------------------
+r7403 | hartman | 2004-04-21 03:46:41 +0200 (Wed, 21 Apr 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+
+* modules/demux/sgimb.c
+  - when we open a kasenna multicast udp stream, don't pass along to RTSP.
+  - set the correct mtu for Kasenna streams.
+* rest
+  --mtu can now be set via :mtu playlist option.\
+
+
+------------------------------------------------------------------------
+r7404 | fenrir | 2004-04-21 12:37:33 +0200 (Wed, 21 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/input_dec.c
+
+* input_dec: do not switch to minimize-threads in sout mode if input are
+not pace controlable (temporary workaround, we should create a thread
+that handles all packetizers).
+
+------------------------------------------------------------------------
+r7405 | gbazin | 2004-04-21 14:13:26 +0200 (Wed, 21 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/misc/playlist/m3u.c
+
+* modules/misc/playlist/m3u.c: save VLC input options with the "#EXTVLCOPT:" tag.
+* modules/demux/m3u.c: parse the "#EXTVLCOPT:" tag.
+
+------------------------------------------------------------------------
+r7406 | sam | 2004-04-21 15:23:01 +0200 (Wed, 21 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/memcpy/memcpyaltivec.c
+   M /trunk/modules/video_chroma/i420_yuy2.c
+
+  * configure.ac:
+    + Check for vec_ld instead of vec_mtvscr in the C AltiVec detection.
+    + Include <altivec.h> in the C AltiVec detection.
+  * modules/misc/memcpy/memcpyaltivec.c modules/video_chroma/i420_yuy2.c:
+    + Include <altivec.h> in the C AltiVec versions.
+
+------------------------------------------------------------------------
+r7407 | murray | 2004-04-21 15:27:52 +0200 (Wed, 21 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/po/it.po
+
+Updated italian translation (rc interface, streaming wizard)
+
+------------------------------------------------------------------------
+r7408 | sam | 2004-04-21 15:55:48 +0200 (Wed, 21 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+  * modules/video_filter/deinterlace.c: included <altivec.h>.
+
+------------------------------------------------------------------------
+r7409 | murray | 2004-04-21 17:25:52 +0200 (Wed, 21 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/po/it.po
+
+fix (thanks anil)
+
+------------------------------------------------------------------------
+r7410 | fenrir | 2004-04-21 17:39:16 +0200 (Wed, 21 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/block.c
+
+ * block: fixed block_Realloc.
+
+------------------------------------------------------------------------
+r7411 | massiot | 2004-04-21 17:54:09 +0200 (Wed, 21 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/transrate/Modules.am
+   A /trunk/modules/stream_out/transrate/block.c
+   M /trunk/modules/stream_out/transrate/frame.c
+   M /trunk/modules/stream_out/transrate/getvlc.h
+   M /trunk/modules/stream_out/transrate/putvlc.h
+   M /trunk/modules/stream_out/transrate/transrate.c
+   M /trunk/modules/stream_out/transrate/transrate.h
+
+* modules/stream_out/transrate: Rewrote the transrater to use a SAD error
+  estimation ; if the error is too high, lower the quantizer scale.
+
+------------------------------------------------------------------------
+r7412 | massiot | 2004-04-21 17:55:17 +0200 (Wed, 21 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: When a packet is lost, flag a discontinuity, do not
+  trash the PES packet (the rest of the PES can still be used, and anyway
+  the decoder must be aware that a discontinuity happened).
+
+------------------------------------------------------------------------
+r7413 | massiot | 2004-04-21 17:58:50 +0200 (Wed, 21 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+* modules/access/pvr/pvr.c: Code conventions; added :audio= option to
+  specify the audio bitmask (0xA9 seems a good value).
+
+------------------------------------------------------------------------
+r7414 | massiot | 2004-04-21 18:00:17 +0200 (Wed, 21 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/packetizer/mpegvideo.c
+
+* modules/packetizer/mpegvideo.c: When a discontinuity is flagged, trash
+  the whole PES because the contents may be corrupt.
+
+------------------------------------------------------------------------
+r7415 | hartman | 2004-04-22 03:55:45 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+
+* Give the kasenna a bit more mtu space than it advises to you. Works a lot better.
+
+------------------------------------------------------------------------
+r7416 | fenrir | 2004-04-22 04:58:05 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * ts.c: allow muxing of h264 stream.
+
+------------------------------------------------------------------------
+r7417 | fenrir | 2004-04-22 05:02:05 +0200 (Thu, 22 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/Modules.am
+   A /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/packetizer/Modules.am
+   A /trunk/modules/packetizer/h264.c
+
+ * packetizer/h264.c: a really basic h264 packetizer (it doesn't support
+b-frame and it doesn't do pts/dts computation but I fear it won't be
+possible).
+ * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.
+
+------------------------------------------------------------------------
+r7418 | fenrir | 2004-04-22 05:04:36 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ * configure: added h264 demuxer and packetizer.
+
+------------------------------------------------------------------------
+r7419 | fenrir | 2004-04-22 05:14:15 +0200 (Thu, 22 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+
+ * ffmpeg: added a ffmpeg-debug option (control libavcodec debug
+messages).
+
+------------------------------------------------------------------------
+r7420 | fenrir | 2004-04-22 05:18:56 +0200 (Thu, 22 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/Modules.am
+   A /trunk/modules/codec/x264.c
+
+ * x264: wrapper for libx264 encoder (h264 encoder, you can find it at
+http://lyra.via.ecp.fr). use qmin==qmax to change the qp.
+
+------------------------------------------------------------------------
+r7421 | fenrir | 2004-04-22 05:25:47 +0200 (Thu, 22 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/demux/mpeg/system.h
+   M /trunk/modules/demux/mpeg/ts.c
+
+ * mpeg/system.c, ts.c: added h264 to old TS demuxer.
+ * mpeg/h264.c : use greater packet size.
+
+------------------------------------------------------------------------
+r7422 | sam | 2004-04-22 11:08:29 +0200 (Thu, 22 Apr 2004) | 19 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/copyright
+   M /trunk/debian/rules
+
+ * configure.ac:
+   + Factorized the Xinerama code check.
+   + If libXv.so is present, ignore libXv_pic.
+ * debian/control:
+   + Build-depend on zlib1g-dev because ffmpeg uses it by default.
+   + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
+   + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
+   + Added a build-dependency on libaudiofile-dev to fix the m68k build.
+   + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
+     on ppc/mpegvideo_altivec.o (Closes: #236442).
+   + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
+   + Override kdelibs4's shlibs value to get VLC into testing.
+   + No longer build-depend on dvb-dev.
+ * debian/rules:
+   + Activated DTS decoding support.
+   + Added symlinks for mozilla-firefox (Closes: #239352).
+ * debian/copyright:
+   + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
+
+------------------------------------------------------------------------
+r7423 | sam | 2004-04-22 11:26:15 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec
+   M /trunk/modules/codec/cmml
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/packetizer/h264.c
+   M /trunk/modules/stream_out/transrate/block.c
+
+  * Added missing SVN properties.
+
+------------------------------------------------------------------------
+r7424 | zorglub | 2004-04-22 14:54:05 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+Fix audio and do not read 1 byte without remembering it
+
+------------------------------------------------------------------------
+r7425 | gbazin | 2004-04-22 14:57:56 +0200 (Thu, 22 Apr 2004) | 8 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/vout.h
+
+* modules/video_output/directx/*:
+  - Major changes to way the embedded vout is handled.
+    + the vout windows are created in our event thread so we do receive the events now.
+    + we do not use the external window directly (as for normal vout we create our vout window + video sub-window).
+    + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy.
+  - Improved the mouse auto-hide feature.
+  - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.
+
+------------------------------------------------------------------------
+r7426 | fenrir | 2004-04-22 15:19:55 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/h264.c
+
+ * h264: added a h264-fps option.
+
+------------------------------------------------------------------------
+r7427 | gbazin | 2004-04-22 17:59:05 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/directx/vout.h
+
+* modules/video_output/directx/*: only hide the mouse when in fullscreen.
+
+------------------------------------------------------------------------
+r7428 | gbazin | 2004-04-22 22:35:25 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/input.c
+
+* src/audio_output/input.c: too much locking.
+
+------------------------------------------------------------------------
+r7429 | titer | 2004-04-22 23:29:45 +0200 (Thu, 22 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+ contrib/src/Makefile : typo
+
+------------------------------------------------------------------------
+r7430 | gbazin | 2004-04-23 07:27:13 +0200 (Fri, 23 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/doc/Makefile.am
+   M /trunk/modules/demux/mp4/Modules.am
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.
+* doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist).
+* modules/demux/mp4/Modules.am: get rid of mp4.h.
+
+------------------------------------------------------------------------
+r7431 | gbazin | 2004-04-23 07:44:18 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xcommon.h
+
+* modules/video_output/x11/*: implemented some locking so vout_Control() can be called from another thread.
+
+------------------------------------------------------------------------
+r7432 | gbazin | 2004-04-23 07:46:59 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.
+
+------------------------------------------------------------------------
+r7433 | gbazin | 2004-04-23 08:12:30 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+
+* modules/demux/sgimb.c: fixed memory leak.
+
+------------------------------------------------------------------------
+r7434 | gbazin | 2004-04-23 08:25:03 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item.c
+
+* src/playlist/item.c: fixed memory leak.
+
+------------------------------------------------------------------------
+r7435 | gbazin | 2004-04-23 08:32:52 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+* src/input/subtitles.c: fixed memory leak.
+
+------------------------------------------------------------------------
+r7436 | gbazin | 2004-04-23 08:53:00 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+
+* src/playlist/item.c,item-ext.c: fixed memory leaks.
+
+------------------------------------------------------------------------
+r7437 | gbazin | 2004-04-23 09:07:20 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: fixed memory leak.
+
+------------------------------------------------------------------------
+r7438 | gbazin | 2004-04-23 11:13:43 +0200 (Fri, 23 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: fixed mem leak + use av_free() instead of free() where necessary.
+* modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
+
+------------------------------------------------------------------------
+r7439 | gbazin | 2004-04-23 13:38:14 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: fix for ES_OUT_RESET_PCR.
+------------------------------------------------------------------------
+r7440 | yoann | 2004-04-23 13:56:21 +0200 (Fri, 23 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+   M /trunk/src/libvlc.h
+
+* src/input/subtitles.c: corrected bug in subtitle detection
+* src/libvlc.h: modified subtitle paths for Windows 
+
+------------------------------------------------------------------------
+r7441 | gbazin | 2004-04-23 14:38:04 +0200 (Fri, 23 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/msvc/vlc.dsw
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/httpd.c
+   M /trunk/src/stream_output/announce.c
+
+* src/*: portability fixes.
+* msvc/vlc.dsw: httpd is not a plugin anymore.
+
+------------------------------------------------------------------------
+r7442 | gbazin | 2004-04-23 14:46:34 +0200 (Fri, 23 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/src/input/control.c
+
+* src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
+* include/vlc_meta.h: vlc_meta_GetValue().
+* modules/demux/m3u.c: increased MAX_LINE to 8192.
+* modules/video_output/directx/events.c: portability fix.
+
+------------------------------------------------------------------------
+r7443 | gbazin | 2004-04-23 15:06:53 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: reverted my last change.
+
+------------------------------------------------------------------------
+r7444 | gbazin | 2004-04-23 15:22:16 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;)
+------------------------------------------------------------------------
+r7445 | yoann | 2004-04-23 16:30:13 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787)
+
+------------------------------------------------------------------------
+r7446 | gbazin | 2004-04-23 16:39:57 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+* modules/video_output/directx/directx.c: couple of fixes for fullscreen.
+------------------------------------------------------------------------
+r7447 | hartman | 2004-04-23 17:03:45 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* play after loading intf.
+
+------------------------------------------------------------------------
+r7448 | gbazin | 2004-04-23 17:35:02 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+* modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.
+------------------------------------------------------------------------
+r7449 | fenrir | 2004-04-23 18:06:57 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+ * h264: fixed nal decoding.
+
+------------------------------------------------------------------------
+r7450 | gbazin | 2004-04-23 20:33:51 +0200 (Fri, 23 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* ALL: bumped version number to 0.7.2-test1 in preparation for the test release.
+
+------------------------------------------------------------------------
+r7451 | fenrir | 2004-04-23 21:00:06 +0200 (Fri, 23 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+   M /trunk/modules/demux/demux2.c
+   M /trunk/modules/stream_out/transcode.c
+
+ * x264: added aspect support.
+ * transcode: added H264 codec id.
+ * demux: added h264 demux shortcut.
+
+------------------------------------------------------------------------
+r7452 | gbazin | 2004-04-23 21:50:33 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+* modules/video_filter/deinterlace.c: implemented a forwarding vout_vaControl().
+------------------------------------------------------------------------
+r7453 | gbazin | 2004-04-23 22:01:59 +0200 (Fri, 23 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/invert.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_filter/transform.c
+   M /trunk/modules/video_filter/wall.c
+
+* modules/video_filter/*: implemented a forwarding vout_vaControl().
+------------------------------------------------------------------------
+r7454 | gbazin | 2004-04-23 22:23:16 +0200 (Fri, 23 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c,
+  modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
+
+------------------------------------------------------------------------
+r7455 | fenrir | 2004-04-24 01:25:47 +0200 (Sat, 24 Apr 2004) | 7 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output: added a sout_ParseCfg to help sout modules, and attached
+access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT
+working.
+ (Basically it takes an options list that will be 'var_Created' and if present
+in sout_cfg_t initialised).
+
+
+------------------------------------------------------------------------
+r7456 | fenrir | 2004-04-24 01:31:21 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output: added bool support (untested).
+
+------------------------------------------------------------------------
+r7457 | fenrir | 2004-04-24 01:33:04 +0200 (Sat, 24 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+ * asf: use sout_ParseCfg and so added
+--sout-asf-{title,author,copyright,comment,rating} options.
+
+------------------------------------------------------------------------
+r7458 | fenrir | 2004-04-24 01:51:46 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output: fixed bool handling in sout_ParseCfg.
+
+------------------------------------------------------------------------
+r7459 | fenrir | 2004-04-24 01:52:55 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.
+
+------------------------------------------------------------------------
+r7460 | zorglub | 2004-04-24 01:58:15 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/m3u.c
+
+Support EXTVLCOPT in the new m3u demuxer
+
+------------------------------------------------------------------------
+r7461 | fenrir | 2004-04-24 02:18:37 +0200 (Sat, 24 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * ts: use sout_ParseCfg. (If people add description to options that
+would be pretty cool).
+
+------------------------------------------------------------------------
+r7462 | fenrir | 2004-04-24 02:47:04 +0200 (Sat, 24 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/udp.c
+
+ * all: use sout_ParseCfg.
+ (udp-sout-caching has been renamed sout-udp-caching).
+
+------------------------------------------------------------------------
+r7463 | fenrir | 2004-04-24 05:38:10 +0200 (Sat, 24 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/stream_out/display.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+
+ * all: use sout_ParseCfg. But "standard" can't use it for sap/slp
+options (because we can't do the difference between missing option,
+option and option="" when option is a string).
+
+------------------------------------------------------------------------
+r7464 | yoann | 2004-04-24 09:27:41 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/subtitles.c
+
+* input/subtitles.c: first subtitle search path was not used.
+
+------------------------------------------------------------------------
+r7465 | jpsaman | 2004-04-24 12:03:41 +0200 (Sat, 24 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/ipkg/control.gpe
+   M /trunk/ipkg/control.h3600
+   M /trunk/ipkg/control.opie
+   M /trunk/ipkg/control.zaurus
+   M /trunk/ipkg/rules.gpe
+   M /trunk/ipkg/rules.h3600
+   M /trunk/ipkg/rules.opie
+   M /trunk/ipkg/rules.zaurus
+
+iPaq vlc-0.7.2-test1
+------------------------------------------------------------------------
+r7466 | jpsaman | 2004-04-24 12:18:08 +0200 (Sat, 24 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.c
+   M /trunk/modules/access/dvb/qpsk.c
+
+dvb/access.c   removed old commandline syntax
+               better debug information
+dvb/dvb.c      debug message beautifying
+dvb/qpsk.c     textual changes
+
+------------------------------------------------------------------------
+r7467 | fenrir | 2004-04-24 13:34:27 +0200 (Sat, 24 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+
+ * standard: created sap/slp(boolean) sap-name/slp-name(string),
+sap-ipv6(boolean) options. (So that breaks the old way but it's easier).
+
+------------------------------------------------------------------------
+r7468 | gbazin | 2004-04-24 14:49:53 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/display.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+
+* modules/stream_out/*: attempt at adding descriptions to the config options.
+
+------------------------------------------------------------------------
+r7469 | bigben | 2004-04-24 15:16:58 +0200 (Sat, 24 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+Endianness fix for xvideo vout on big endian processors (I still have problems when shm is disabled, but that might be related to my drivers, if anybody could test that).
+
+
+------------------------------------------------------------------------
+r7470 | zorglub | 2004-04-24 17:40:57 +0200 (Sat, 24 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+
+Compilation fix and give option descriptions
+
+------------------------------------------------------------------------
+r7471 | jpsaman | 2004-04-24 18:28:21 +0200 (Sat, 24 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/misc/qte_main.cpp
+
+Properly attach and detach the qte_main object
+------------------------------------------------------------------------
+r7472 | sam | 2004-04-25 02:25:49 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/dvb.c
+
+  * modules/access/dvb/dvb.c: fixed syntax errors.
+
+------------------------------------------------------------------------
+r7473 | sam | 2004-04-25 02:27:12 +0200 (Sun, 25 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/debian/rules
+
+  * debian/rules:
+    + Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
+    + Check for .svn directories in addition to CVS.
+
+------------------------------------------------------------------------
+r7474 | gbazin | 2004-04-25 10:24:24 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+* src/stream_output/stream_output.c: small coding style changes.
+
+------------------------------------------------------------------------
+r7475 | zorglub | 2004-04-25 10:45:01 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Fix description
+
+------------------------------------------------------------------------
+r7476 | zorglub | 2004-04-25 10:45:28 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/file.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/udp.c
+
+Add option descriptions
+
+------------------------------------------------------------------------
+r7477 | zorglub | 2004-04-25 10:53:52 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+Add options descriptions
+
+------------------------------------------------------------------------
+r7478 | asmax | 2004-04-25 15:35:56 +0200 (Sun, 25 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+
+  * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
+  the dialog provider: fixes tons of errors such as
+  "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
+
+------------------------------------------------------------------------
+r7479 | gbazin | 2004-04-25 16:15:29 +0200 (Sun, 25 Apr 2004) | 12 lines
+Changed paths:
+   M /trunk/include/vlc_codec.h
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/stream_out/duplicate.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/stream_output/stream_output.c
+
+* src/stream_output/stream_output.c: small sout_cfg_parser() changes.
+* modules/stream_out/duplicate.c: small coding style changes.
+* modules/stream_out/transcode.c:
+  + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
+  + Got rid of the ffmpeg encoder specific options.
+* modules/codec/ffmpeg/*:
+  + Changed the encoder options to normal config options.
+  + Parse the options forwarded by transcode.
+* include/vlc_codec.h:
+  + encoder_t cleanup.
+  + include a "sout_cfg_t *" in encoder_t to allow passing options.
+
+------------------------------------------------------------------------
+r7480 | asmax | 2004-04-25 17:04:45 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+
+  * ctrl_text.cpp: put the control text in the "moving" state initially
+
+------------------------------------------------------------------------
+r7481 | zorglub | 2004-04-25 17:32:28 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/toolbox
+
+Do not translate wizard strings, and stop ignoring old win32 gui plugin
+
+------------------------------------------------------------------------
+r7482 | zorglub | 2004-04-25 18:07:15 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/modules/LIST
+
+Updated
+
+------------------------------------------------------------------------
+r7483 | gbazin | 2004-04-25 18:35:39 +0200 (Sun, 25 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+*  modules/stream_out/transcode.c:
+   + new options to allow forcing an encoder and passing options to it.
+     (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name).
+   + got rid of aopts/vopts which is not needed anymore ;)
+
+------------------------------------------------------------------------
+r7484 | gbazin | 2004-04-25 19:02:49 +0200 (Sun, 25 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_codec.h
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
+* modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
+
+------------------------------------------------------------------------
+r7485 | gbazin | 2004-04-25 19:21:16 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: fix for when forcing encoder.
+
+------------------------------------------------------------------------
+r7486 | gbazin | 2004-04-25 19:33:37 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.
+
+------------------------------------------------------------------------
+r7487 | gbazin | 2004-04-25 20:08:13 +0200 (Sun, 25 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/codec/flac.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c:
+  + avoid a few unneeded memcpy().
+  + fixed memory leaks.
+* modules/codec/flac.c:
+  + added a "flac" shortcut.
+
+------------------------------------------------------------------------
+r7488 | fenrir | 2004-04-25 20:37:47 +0200 (Sun, 25 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+   M /trunk/src/stream_output/stream_output.c
+
+ * x264: compilation fix.
+ * stream_output.c: sout_ParseCfg warns about unknown option.
+
+------------------------------------------------------------------------
+r7489 | gbazin | 2004-04-25 21:23:40 +0200 (Sun, 25 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+
+* modules/codec/vorbis.c:
+  + added an --sout-vorbis-quality option for VBR encoding.
+  + new --sout-vorbis-min/max-bitrate options.
+
+------------------------------------------------------------------------
+r7490 | jpsaman | 2004-04-25 22:25:00 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.
+
+------------------------------------------------------------------------
+r7491 | gbazin | 2004-04-25 22:48:54 +0200 (Sun, 25 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+
+* modules/codec/vorbis.c: fix for quality setting.
+
+------------------------------------------------------------------------
+r7492 | hartman | 2004-04-26 02:07:02 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd.c
+
+* when you use object_find you need to do a object_release as well
+
+------------------------------------------------------------------------
+r7493 | gbazin | 2004-04-26 07:26:53 +0200 (Mon, 26 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
+  + convention is to use '-' in composed option names (not '_').
+
+------------------------------------------------------------------------
+r7494 | gbazin | 2004-04-26 07:48:11 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
+
+------------------------------------------------------------------------
+r7495 | gbazin | 2004-04-26 08:09:15 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* modules/codec/theora.c: new --sout-theora-quality option.
+
+------------------------------------------------------------------------
+r7496 | gbazin | 2004-04-26 11:10:53 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+
+* modules/codec/ffmpeg/encoder.c: win32 compilation fix
+------------------------------------------------------------------------
+r7497 | gbazin | 2004-04-26 11:22:28 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: fix for detection of parent window size changes
+------------------------------------------------------------------------
+r7498 | gbazin | 2004-04-26 11:43:45 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps).
+------------------------------------------------------------------------
+r7499 | gbazin | 2004-04-26 12:00:53 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+* modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.
+------------------------------------------------------------------------
+r7500 | gbazin | 2004-04-26 15:06:17 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/deinterlace.c
+
+* modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can't be loaded.
+------------------------------------------------------------------------
+r7501 | gbazin | 2004-04-26 15:10:09 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.
+------------------------------------------------------------------------
+r7502 | sam | 2004-04-26 15:14:57 +0200 (Mon, 26 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+  * Makefile.am:
+    + Copy the original ebuild instead of copying it, to allow recursive
+      "make dist" calls.
+
+------------------------------------------------------------------------
+r7503 | sam | 2004-04-26 15:58:25 +0200 (Mon, 26 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/codec/Modules.am
+   M /trunk/modules/stream_out/transrate/Modules.am
+
+  * modules/codec/Modules.am:
+    + Added disabled plugin sources to EXTRA_DIST.
+  * modules/stream_out/transrate/Modules.am:
+    + Added missing transrate.h to _SOURCES.
+
+------------------------------------------------------------------------
+r7504 | gbazin | 2004-04-26 16:36:13 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+
+* modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.
+------------------------------------------------------------------------
+r7505 | sam | 2004-04-26 17:24:21 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/debian/rules
+
+  * debian/rules: fixed shell syntax.
+
+------------------------------------------------------------------------
+r7506 | gbazin | 2004-04-26 19:50:44 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+* modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).
+------------------------------------------------------------------------
+r7507 | zorglub | 2004-04-26 22:07:30 +0200 (Mon, 26 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+Options descriptions for TS muxer
+
+** FIXME : Unfinished, shaping and use-key-frames are not documented **
+
+
+------------------------------------------------------------------------
+r7508 | hartman | 2004-04-26 23:06:51 +0200 (Mon, 26 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/theora.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+OS X build system fixes
+- updated version of speex, theora, libebml, libmatroska
+
+------------------------------------------------------------------------
+r7509 | gbazin | 2004-04-26 23:07:04 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/ts.c: revised config options descriptions.
+------------------------------------------------------------------------
+r7510 | hartman | 2004-04-26 23:14:02 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+* punctuation and spelling fixes
+
+------------------------------------------------------------------------
+r7511 | sam | 2004-04-26 23:20:03 +0200 (Mon, 26 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+
+  * src/interface/interface.c:
+    + Do not crash miserably if an interface switch failed at the module_Need
+      stage.
+
+------------------------------------------------------------------------
+r7512 | gbazin | 2004-04-26 23:25:11 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/libavi.h
+
+* modules/demux/avi/libavi.h: added h264 fourccs.
+
+------------------------------------------------------------------------
+r7513 | gbazin | 2004-04-26 23:34:32 +0200 (Mon, 26 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/po/POTFILES.in
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/nl.po
+   M /trunk/po/no.po
+   M /trunk/po/pl.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/vlc.pot
+
+* ALL: updated for the 0.7.2-test1 release.
+
+------------------------------------------------------------------------
+r7514 | sam | 2004-04-26 23:53:26 +0200 (Mon, 26 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+
+  * src/interface/interface.c:
+    + Only populate the "switch interface" menu with modules that we have.
+
+------------------------------------------------------------------------
+r7515 | gbazin | 2004-04-26 23:56:24 +0200 (Mon, 26 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fix detection of libfaad2 cvs.
+------------------------------------------------------------------------
+r7516 | sam | 2004-04-27 00:04:21 +0200 (Tue, 27 Apr 2004) | 12 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/rules
+
+  * debian/control:
+    + Removed the libdv2-dev build-dependency.
+    + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
+    + Set the libmatroska-dev build-dependency to (>= 0.7.0).
+    + Build-depend on libfribidi-dev.
+    + Build-depend on libcdio-dev.
+    + Build-depend on libmodplug-dev.
+  * debian/rules:
+    + Activated fribidi support.
+    + Activated CDDA support via libcdio.
+    + Activated MOD support.
+
+------------------------------------------------------------------------
+r7517 | rocky | 2004-04-27 03:04:53 +0200 (Tue, 27 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/ogt.c
+
+ogt.c: add object_release for object_find 
+cvd.c: if spu-channel variable not set, don't bother handling subtitle.
+
+
+------------------------------------------------------------------------
+r7518 | sam | 2004-04-27 11:28:25 +0200 (Tue, 27 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+  * modules/access/v4l/v4l.c:
+    + Fixed possible deadlocks.
+
+------------------------------------------------------------------------
+r7519 | sam | 2004-04-27 11:33:58 +0200 (Tue, 27 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/README.MacOSX.rtf
+   M /trunk/doc/developer/decoders.xml
+   M /trunk/doc/developer/glossary.xml
+   M /trunk/doc/developer/history.xml
+   M /trunk/doc/developer/manual.xml
+   M /trunk/doc/developer/manual.xml.in
+   M /trunk/doc/vlc-howto.sgml
+   M /trunk/doc/web-streaming.html
+   M /trunk/evc/config.h.in
+   M /trunk/ipkg/control.gpe
+   M /trunk/ipkg/control.h3600
+   M /trunk/ipkg/control.opie
+   M /trunk/ipkg/control.zaurus
+   M /trunk/ipkg/rules.gpe
+   M /trunk/ipkg/rules.h3600
+   M /trunk/ipkg/rules.opie
+   M /trunk/ipkg/rules.zaurus
+   M /trunk/ipkg/vlc.desktop
+   M /trunk/menuconfig
+   M /trunk/modules/gui/qnx/vout.c
+   M /trunk/modules/gui/qt/intf.cpp
+   M /trunk/msvc/config.h.in
+   M /trunk/vlc.spec
+
+  * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
+    player". A couple are remaining, but I don't want to break the string
+    freeze yet.
+
+------------------------------------------------------------------------
+r7520 | massiot | 2004-04-27 16:43:44 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/mux/mpeg/ts.c
+
+Review of sout help strings
+
+------------------------------------------------------------------------
+r7521 | sam | 2004-04-27 16:57:37 +0200 (Tue, 27 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_meta.h
+   M /trunk/modules/gui/gtk/gnome.glade
+   M /trunk/modules/gui/gtk/gnome_interface.c
+   M /trunk/modules/gui/gtk/gtk.glade
+
+  * Got rid of more "VideoLAN C*****" references.
+  * include/vlc_meta.h: s/Url/URL/.
+
+------------------------------------------------------------------------
+r7522 | sam | 2004-04-27 18:35:15 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_help.h
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dvb/qpsk.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mms.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/vcdx/vcd.c
+   M /trunk/modules/access_output/dummy.c
+   M /trunk/modules/access_output/file.c
+   M /trunk/modules/access_output/http.c
+   M /trunk/modules/access_output/udp.c
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/resampler/bandlimited.c
+   M /trunk/modules/audio_mixer/spdif.c
+   M /trunk/modules/audio_output/file.c
+   M /trunk/modules/audio_output/oss.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
+   M /trunk/modules/codec/ogt/subtitle.h
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/control/joystick.c
+   M /trunk/modules/demux/dvdnav.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/rawdv.c
+   M /trunk/modules/demux/util/id3genres.h
+   M /trunk/modules/gui/kde/interface.cpp
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/misc/sap.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/video_chroma/i420_yuy2.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_output/caca.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/x11/x11.c
+   M /trunk/modules/video_output/x11/xvideo.c
+   M /trunk/modules/visualization/goom.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/iso-639_def.h
+   M /trunk/src/misc/iso_lang.c
+
+  * Massive spelling corrections.
+
+------------------------------------------------------------------------
+r7523 | massiot | 2004-04-27 19:56:39 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: Fixed an infinite loop in PATCallBack.
+
+------------------------------------------------------------------------
+r7524 | zorglub | 2004-04-27 20:22:49 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Fix VLM item URI assignment
+
+------------------------------------------------------------------------
+r7525 | hartman | 2004-04-27 20:37:43 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+* ahum, missing avi shortcut :D
+
+------------------------------------------------------------------------
+r7526 | gbazin | 2004-04-27 20:45:33 +0200 (Tue, 27 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+   M /trunk/po/fr.po
+   M /trunk/po/hu.po
+   M /trunk/po/it.po
+   M /trunk/po/ja.po
+   M /trunk/po/nl.po
+   M /trunk/po/no.po
+   M /trunk/po/pl.po
+   M /trunk/po/pt_BR.po
+   M /trunk/po/ru.po
+   M /trunk/po/sv.po
+   M /trunk/po/vlc.pot
+
+* po/*: updated with latest string reviews.
+------------------------------------------------------------------------
+r7527 | fkuehne | 2004-04-27 22:47:12 +0200 (Tue, 27 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/share/http/index.html
+   M /trunk/src/libvlc.h
+
+* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the services-menu again. It isn't yet translatable, since the string-freeze came first. I'll add that after the release.
+* extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
+* share/http/index.html: another minor layout fix
+* src/libvlc.h: changed the default hotkey for "subtitle delay down" from command-h to command-j and for "subtitle delay up" from command-j to command-k due to a conflict with a default OSX-shortcut
+------------------------------------------------------------------------
+r7528 | gbazin | 2004-04-27 23:33:51 +0200 (Tue, 27 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: drag&drop is not supported on __WXMOTIF__.
+
+------------------------------------------------------------------------
+r7529 | gbazin | 2004-04-28 00:00:07 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to check for drag&drop support.
+------------------------------------------------------------------------
+r7530 | gbazin | 2004-04-28 09:05:10 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preventing the decoder to be closed properly.
+------------------------------------------------------------------------
+r7531 | murray | 2004-04-28 10:43:28 +0200 (Wed, 28 Apr 2004) | 7 lines
+Changed paths:
+   M /trunk/po/it.po
+
+Updated italian translation for vlc 0.7.2
+
+You will therefore discover that in italian we still call Kalaallisut
+"Kalaallisut", that Ndebele, North is "Ndebele del Nord" and many more
+exciting stuff.
+
+
+------------------------------------------------------------------------
+r7532 | sam | 2004-04-28 13:20:51 +0200 (Wed, 28 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/rules
+
+  * Control files for the official 0.7.2-test1 Debian packages.
+
+------------------------------------------------------------------------
+r7533 | sam | 2004-04-28 13:44:43 +0200 (Wed, 28 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/po/it.po
+
+  * po/it.po: translated "Bokmaal" and "Volapuk" to iso8859-1.
+
+------------------------------------------------------------------------
+r7534 | murray | 2004-04-28 14:38:55 +0200 (Wed, 28 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/po/it.po
+
+As a quick google search shows, the letter Ã¥ does not exist in the
+Italian alphabet. Therefore, we write "Norvegese Bokmal".
+
+We're even, sam :)
+
+
+------------------------------------------------------------------------
+r7535 | gbazin | 2004-04-28 15:01:14 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+* configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin.
+------------------------------------------------------------------------
+r7536 | gbazin | 2004-04-28 15:29:31 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: another build fix for the win32 mozilla plugin.
+------------------------------------------------------------------------
+r7537 | sam | 2004-04-28 16:21:43 +0200 (Wed, 28 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/po/en_GB.po
+
+  * po/en_GB.po: Updated the British English translation.
+
+------------------------------------------------------------------------
+r7538 | gbazin | 2004-04-28 16:50:26 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+* modules/control/hotkeys.c: fixed fullscreen hotkey when video filters are used.
+------------------------------------------------------------------------
+r7539 | sam | 2004-04-28 17:03:19 +0200 (Wed, 28 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/po/it.po
+
+  * po/it.po: Dude, this has nothing to do with the alphabet but with the
+    charset. "BokmÃ¥l" is spelt "BokmÃ¥l" whatever the language. It's just that
+    we cannot write "Ã¥" in ASCII.
+
+------------------------------------------------------------------------
+r7540 | gbazin | 2004-04-28 19:57:16 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+* modules/demux/ogg.c: theora decoding fix (one of the header fields changed in alpha3).
+------------------------------------------------------------------------
+r7541 | gbazin | 2004-04-28 19:58:26 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* modules/codec/theora.c: better sanity check for aspect ratio.
+------------------------------------------------------------------------
+r7542 | zorglub | 2004-04-28 20:22:31 +0200 (Wed, 28 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/xosd.c
+
+Improved the Xosd plugin
+
+------------------------------------------------------------------------
+r7543 | gbazin | 2004-04-28 22:02:13 +0200 (Wed, 28 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/mux/ogg.c
+
+* modules/mux/ogg.c, modules/codec/theora.c: changes for theora alpha 3 support + misc small fixes.
+------------------------------------------------------------------------
+r7544 | gbazin | 2004-04-29 13:04:14 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/filter.cpp
+
+* modules/access/dshow/filter.cpp: removed useless debug messages.
+------------------------------------------------------------------------
+r7545 | gbazin | 2004-04-29 13:14:48 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/*: moved fullscreen object var handling in vout_intf.c and disable video-on-top when in fullscreen.
+------------------------------------------------------------------------
+r7546 | gbazin | 2004-04-29 15:53:29 +0200 (Thu, 29 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_objects.h
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/input.c
+   M /trunk/src/misc/objects.c
+
+* src/input/demux.c, src/misc/objects.c: demux2 has the VLC_OBJECT_DEMUX type.
+* src/input/input.c: input_StopThread() sets b_die on demux2 as well.
+
+------------------------------------------------------------------------
+r7547 | gbazin | 2004-04-29 16:43:12 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/modules/demux/avi/avi.c
+
+* modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete files
+------------------------------------------------------------------------
+r7548 | gbazin | 2004-04-29 16:48:12 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/input_clock.c
+
+* src/input/input_clock.c: avoid using mwait() for long periods of time without checking p_input->b_die. This will make VLC more resilient to bad streams.
+------------------------------------------------------------------------
+r7549 | hartman | 2004-04-29 16:49:25 +0200 (Thu, 29 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+* Set "fullscreen" var on p_playlist instead of p_input
+  This way we remember the fullscreen setting when we go
+  to the next file in the playlist.
+
+------------------------------------------------------------------------
+r7550 | hartman | 2004-04-29 16:52:05 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* remove "Ja Nu!" Didn't i do that before????
+
+------------------------------------------------------------------------
+r7551 | zorglub | 2004-04-29 17:06:50 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Fix segfault on "del"
+
+------------------------------------------------------------------------
+r7552 | hartman | 2004-04-29 17:17:51 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* Updated the Vout behaviour. Still a bit coupled to p_vout.
+
+------------------------------------------------------------------------
+r7553 | zorglub | 2004-04-29 17:30:00 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/messages.c
+
+Add missing objects descriptions
+
+------------------------------------------------------------------------
+r7554 | gbazin | 2004-04-29 17:45:30 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+* modules/demux/avi/avi.c: fixed infinite loop when seeking in broken/incomplete files.
+------------------------------------------------------------------------
+r7555 | zorglub | 2004-04-29 20:27:08 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* Made the open dialog a wxDialog to be able to call it from the wizard. Please test on win32 and interaction with win32-skins2
+
+------------------------------------------------------------------------
+r7556 | hartman | 2004-04-29 20:32:58 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* Add missing playlistinfo files to OSX target
+
+------------------------------------------------------------------------
+r7557 | hartman | 2004-04-29 20:38:44 +0200 (Thu, 29 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* Fix the fullscreen button.
+
+------------------------------------------------------------------------
+r7558 | hartman | 2004-04-29 21:30:58 +0200 (Thu, 29 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/src/playlist/playlist.c
+
+ * src/playlist/playlist.c: Don't do any playlist actions if there are no items in the playlist.
+ * REST: remove code duplication in some places. there might be more locations.
+
+------------------------------------------------------------------------
+r7559 | gbazin | 2004-04-29 22:30:24 +0200 (Thu, 29 Apr 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg/*:
+  + small fix for --ffmpeg-workaround-bugs.
+  + new --ffmpeg-vismv option to visualize motion vectors.
+
+------------------------------------------------------------------------
+r7560 | gbazin | 2004-04-29 23:57:23 +0200 (Thu, 29 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg/video.c: direct rendering needs to be disabled for --ffmpeg-vismv.
+------------------------------------------------------------------------
+r7561 | asmax | 2004-04-30 00:09:23 +0200 (Fri, 30 Apr 2004) | 10 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
+   A /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.cpp
+   M /trunk/modules/gui/skins2/src/var_manager.hpp
+   M /trunk/modules/gui/skins2/utils/var_bool.cpp
+   M /trunk/modules/gui/skins2/utils/var_bool.hpp
+
+  * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
+    (a bit "C-style-coded" at the moment ;)
+  * utils/var_bool.*: added true and false boolean variables, and the "OR"
+    composite variable
+  * src/var_manager.*: support for anonymous variables
+  * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
+    expressions in the XML. Any well-parenthesized expression using "not",
+    "or", "and", "true", "false" and boolean variables should be understood
+    (not much tested yet).
+
+------------------------------------------------------------------------
+r7562 | gbazin | 2004-04-30 11:14:47 +0200 (Fri, 30 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: small clean-up.
+------------------------------------------------------------------------
+r7563 | hartman | 2004-04-30 14:51:24 +0200 (Fri, 30 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/src/video_output/vout_intf.c
+
+ * src/video_output/vout_intf.c: remember video-on-top via p_playlist
+ * modules/gui/macosx/vout.m: conf->var video-on-top in OS X.
+
+------------------------------------------------------------------------
+r7564 | hartman | 2004-04-30 14:51:53 +0200 (Fri, 30 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* Update faad even further
+
+------------------------------------------------------------------------
+r7565 | zorglub | 2004-04-30 17:15:16 +0200 (Fri, 30 Apr 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/control.c
+   M /trunk/src/playlist/playlist.c
+
+Hopefully fix locking issues with wx
+
+------------------------------------------------------------------------
+r7566 | gbazin | 2004-04-30 17:30:43 +0200 (Fri, 30 Apr 2004) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/share/Makefile.am
+   A /trunk/share/skins2/skin.catalog
+
+* share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
+* modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
+
+------------------------------------------------------------------------
+r7567 | gbazin | 2004-04-30 17:35:56 +0200 (Fri, 30 Apr 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/async_queue.cpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+
+* modules/gui/skins2/*: a few bug fixes.
+------------------------------------------------------------------------
+r7568 | bigben | 2004-04-30 17:44:06 +0200 (Fri, 30 Apr 2004) | 6 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/Modules.am
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* Use the playlist info panel instead of the old one everywhere
+       - old VLCInfo and InfoPanel have been removed from nib file
+       - VLCPlaylistInfo and PlaylistInfoPanel have been renamed
+       - old info.c and info.h are still in repository, but not compiled, should I remove them ?
+
+
+------------------------------------------------------------------------
+r7569 | titer | 2004-04-30 18:44:59 +0200 (Fri, 30 Apr 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ + macosx/vout*: use two pictures and OpenGL textures so a texture
+                 cannot be affected by VLC loading the next picture
+                (should fix the artifacts when moving or resizing
+                 the window)
+
+------------------------------------------------------------------------
+r7570 | yoann | 2004-05-01 00:53:33 +0200 (Sat, 01 May 2004) | 7 lines
+Changed paths:
+   M /trunk/po/fr.po
+
+ * po/fr.po: updated French translation for vlc 0.7.2
+
+> #, fuzzy
+> msgid "Date metadata"
+> msgstr "Death metal"
+
+
+------------------------------------------------------------------------
+r7571 | gbazin | 2004-05-01 01:21:44 +0200 (Sat, 01 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: hotkeys support.
+
+------------------------------------------------------------------------
+r7572 | gbazin | 2004-05-01 12:36:25 +0200 (Sat, 01 May 2004) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/configure.ac
+   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/po/POTFILES.in
+
+* ALL: update for 0.7.2-test2.
+
+------------------------------------------------------------------------
+r7573 | gbazin | 2004-05-01 12:51:24 +0200 (Sat, 01 May 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+* NEWS: support for theora alpha3 and hotkeys in the wxwin interface.
+
+------------------------------------------------------------------------
+r7574 | asmax | 2004-05-01 16:23:40 +0200 (Sat, 01 May 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+   M /trunk/modules/gui/skins2/vars/time.hpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   M /trunk/modules/gui/skins2/win32/win32_window.cpp
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+
+  * src/vlcproc.*: added the callbacks for vout requests. The vout window
+    handle is now stored in VlcProc.
+  * x11/x11_window.cpp, win32/win32_window.cpp: set the vout window in 
+    VlcProc instead of the old "drawable" trick
+  * all: renamed "Time" into "StreamTime" because of a name conflict with 
+   X11 (did i hear "namespace" ? ;)
+
+------------------------------------------------------------------------
+r7575 | fkuehne | 2004-05-01 18:01:41 +0200 (Sat, 01 May 2004) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+
+=* Updated German translation
+------------------------------------------------------------------------
+r7576 | gbazin | 2004-05-01 19:56:14 +0200 (Sat, 01 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+* modules/demux/dvdnav.c: a bit less debug and fixed seeking.
+------------------------------------------------------------------------
+r7577 | gbazin | 2004-05-01 20:00:36 +0200 (Sat, 01 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+* modules/demux/dvdnav.c: a few coding style changes.
+------------------------------------------------------------------------
+r7578 | fkuehne | 2004-05-02 14:36:52 +0200 (Sun, 02 May 2004) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+
+* Fixed some  translations
+------------------------------------------------------------------------
+r7579 | ipkiss | 2004-05-02 16:03:20 +0200 (Sun, 02 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+
+ * skins2/parser/interpreter.cpp: parse the "or" operator
+ * skins2/parser/expr_evaluator.cpp: small fix for enhanced flexibility
+
+------------------------------------------------------------------------
+r7580 | fkuehne | 2004-05-02 18:15:17 +0200 (Sun, 02 May 2004) | 2 lines
+Changed paths:
+   M /trunk/po/de.po
+   M /trunk/po/it.po
+
+* po/de.po: corrected a misunderstanding
+* po/it.po: layout fixes to the rc-help-message
+------------------------------------------------------------------------
+r7581 | ipkiss | 2004-05-02 20:41:52 +0200 (Sun, 02 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+ * modules/gui/wxwindows/playlist.cpp: fixed a refcount problem + minor coding
+   style fixes
+
+------------------------------------------------------------------------
+r7582 | ipkiss | 2004-05-02 21:00:54 +0200 (Sun, 02 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/lirc.c
+
+ * modules/control/hotkeys.c and lirc.c: fixed a refcount problem + small
+   coding style changes
+
+------------------------------------------------------------------------
+r7583 | sigmunau | 2004-05-02 22:25:11 +0200 (Sun, 02 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+
+modules/access/cdda.c: write proper bitrate in the wav header.
+
+------------------------------------------------------------------------
+r7584 | sam | 2004-05-03 14:06:10 +0200 (Mon, 03 May 2004) | 4 lines
+Changed paths:
+   M /trunk/po/en_GB.po
+   M /trunk/po/es.po
+
+  * po/:
+    + Updated the British translation.
+    + Merged Javier Varela's Spanish translation. There's more to come.
+
+------------------------------------------------------------------------
+r7585 | gbazin | 2004-05-03 15:55:39 +0200 (Mon, 03 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg/video.c: compilation fixes for ffmpeg 0.4.8.
+------------------------------------------------------------------------
+r7586 | fkuehne | 2004-05-03 21:52:32 +0200 (Mon, 03 May 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* Updated '(c) 1996-2003' to '(c) 1996-2004'
+------------------------------------------------------------------------
+r7587 | rocky | 2004-05-04 07:14:15 +0200 (Tue, 04 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda/access.c
+
+Correct bitrate in the WAV header.
+
+
+------------------------------------------------------------------------
+r7588 | titer | 2004-05-04 13:35:18 +0200 (Tue, 04 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+ + macosx/vout.m : catch mouse events in OpenGL mode (still, only works
+                   in window mode. I'm not sure how we can catch
+                   mouseDown events in fullscreen GL mode)
+
+------------------------------------------------------------------------
+r7589 | titer | 2004-05-04 15:57:48 +0200 (Tue, 04 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_yuy2.c
+
+ + video_chroma/i420_yuy2.c : fixed conversion for non-multiple-of-8
+                              widths (MMX untested)
+
+------------------------------------------------------------------------
+r7590 | titer | 2004-05-04 16:09:45 +0200 (Tue, 04 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_yuy2.h
+
+ + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
+
+------------------------------------------------------------------------
+r7591 | gbazin | 2004-05-04 21:46:03 +0200 (Tue, 04 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: coding style changes.
+------------------------------------------------------------------------
+r7592 | ipkiss | 2004-05-04 21:50:43 +0200 (Tue, 04 May 2004) | 2 lines
+Changed paths:
+   M /trunk/share/skins2/skin.dtd
+
+ * share/skins2/skin.dtd: removed a useless attribute
+
+------------------------------------------------------------------------
+r7593 | hartman | 2004-05-04 22:03:10 +0200 (Tue, 04 May 2004) | 2 lines
+Changed paths:
+   M /trunk/vlc.ebuild
+
+* updates to ebuild for 0.7.2
+
+------------------------------------------------------------------------
+r7594 | ipkiss | 2004-05-04 22:42:08 +0200 (Tue, 04 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+
+ * skins2/parser/skin_parser.cpp: Fixed my last commit.
+   I didn't remove all the code handling the removed attribute (Playlist.var),
+   because it can still be useful if we decide to have other List controls.
+
+------------------------------------------------------------------------
+r7595 | fkuehne | 2004-05-04 23:25:48 +0200 (Tue, 04 May 2004) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* Added the WAVE-file-type
+------------------------------------------------------------------------
+r7596 | jlj | 2004-05-05 13:13:33 +0200 (Wed, 05 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms.c: DRMS v2 support. Thanks to sam for cleaning and breaking up
+            DoExtShuffle into smaller functions.
+
+
+------------------------------------------------------------------------
+r7597 | gbazin | 2004-05-05 13:18:18 +0200 (Wed, 05 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
+------------------------------------------------------------------------
+r7598 | gbazin | 2004-05-05 22:29:14 +0200 (Wed, 05 May 2004) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: moved a few hotkeys to the advanced options.
+------------------------------------------------------------------------
+r7599 | ipkiss | 2004-05-05 23:15:04 +0200 (Wed, 05 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+
+ * skins2/parser/skin_parser.cpp: Make sure that IDs are unique
+
+------------------------------------------------------------------------
+r7600 | gbazin | 2004-05-05 23:50:49 +0200 (Wed, 05 May 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: remove deprecated hack.
+------------------------------------------------------------------------
+r7601 | gbazin | 2004-05-05 23:52:07 +0200 (Wed, 05 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: support for DVB subtitles and memory leak fixes.
+------------------------------------------------------------------------
+r7602 | hartman | 2004-05-05 23:53:07 +0200 (Wed, 05 May 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+* .access for http intf added to OSX build.
+
+------------------------------------------------------------------------
+r7603 | jlj | 2004-05-06 00:25:12 +0200 (Thu, 06 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.
+
+
+------------------------------------------------------------------------
+r7604 | gbazin | 2004-05-06 10:14:03 +0200 (Thu, 06 May 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* Makefile.am: include the vlm html files in the win32 package.
+------------------------------------------------------------------------
+r7605 | gbazin | 2004-05-06 12:58:57 +0200 (Thu, 06 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mkv.cpp
+
+* modules/demux/mkv.cpp: wchar_t is defined in stddef.h so no need to include wchar.h
+------------------------------------------------------------------------
+r7606 | gbazin | 2004-05-06 19:35:26 +0200 (Thu, 06 May 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/input_dec.c
+
+* src/input/input_dec.c: fixed DVB subtitles support in old MPEG TS demuxer.
+------------------------------------------------------------------------
+r7607 | hartman | 2004-05-06 21:34:41 +0200 (Thu, 06 May 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* don't autorelease the application
+* make sure the terminate of the super is called
+
+This might fix the CodeTek VirtualDesktop appl. (untested)
+
+
+------------------------------------------------------------------------
+r7608 | gbazin | 2004-05-06 22:51:47 +0200 (Thu, 06 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* modules/demux/mp4/mp4.c: fixed memory leak.
+------------------------------------------------------------------------
+r7609 | hartman | 2004-05-06 23:14:02 +0200 (Thu, 06 May 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* set -O3 on faad
+
+------------------------------------------------------------------------
+r7610 | gbazin | 2004-05-06 23:14:13 +0200 (Thu, 06 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+* modules/mux/mp4.c:fixed a minor mem leak.
+------------------------------------------------------------------------
+r7611 | hartman | 2004-05-07 01:14:23 +0200 (Fri, 07 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/src/input/input.c
+
+* fixed a number of memleaks
+
+------------------------------------------------------------------------
+r7612 | hartman | 2004-05-07 02:46:20 +0200 (Fri, 07 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+
+* introduced a bug with my latest patch in the autogenerated menus.
+
+------------------------------------------------------------------------
+r7613 | rocky | 2004-05-07 04:03:56 +0200 (Fri, 07 May 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/vcdx/vcdplayer.c
+
+Tolerate compilation with vcdimager 0.7.20. Sigh.
+
+
+------------------------------------------------------------------------
+r7614 | jpsaman | 2004-05-07 10:12:34 +0200 (Fri, 07 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.c
+   M /trunk/modules/access/dvb/dvb.h
+   M /trunk/modules/access/dvb/qpsk.c
+
+Refactoring of dvb.c and access.c. Coding style and messages cleanup.
+------------------------------------------------------------------------
+r7615 | jpsaman | 2004-05-07 10:31:16 +0200 (Fri, 07 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.c
+
+compilation fixes
+------------------------------------------------------------------------
+r7616 | jpsaman | 2004-05-07 10:51:56 +0200 (Fri, 07 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvb/dvb.c
+
+Gracefully interrupt the tuning process.
+------------------------------------------------------------------------
+r7617 | jpsaman | 2004-05-07 13:17:40 +0200 (Fri, 07 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.c
+
+Tuning to DVB-C works. Added code to listen to FE_REINIT from the frontend.
+------------------------------------------------------------------------
+r7618 | gbazin | 2004-05-07 13:25:42 +0200 (Fri, 07 May 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+* src/video_output/video_output.c: make sure vout_Create() returns NULL when the pf_init() of the vout plugin failed.
+------------------------------------------------------------------------
+r7619 | gbazin | 2004-05-07 15:03:43 +0200 (Fri, 07 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/*: embedded vout plays nicer with multi-monitor setups.
+------------------------------------------------------------------------
+r7620 | gbazin | 2004-05-07 16:36:51 +0200 (Fri, 07 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: move a few things out of wxwindows.h
+------------------------------------------------------------------------
+r7621 | gbazin | 2004-05-07 17:36:01 +0200 (Fri, 07 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/mp4/libmp4.c
+
+* modules/demux/asf/*: fixed mem leak.
+* modules/demux/mp4/*: fixed segfault on close with some files.
+
+------------------------------------------------------------------------
+r7622 | fenrir | 2004-05-07 23:10:48 +0200 (Fri, 07 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+ * video: set avtcx->codec_tag
+
+------------------------------------------------------------------------
+r7623 | fenrir | 2004-05-07 23:12:26 +0200 (Fri, 07 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+ * avi: hack to let few xvid files working.
+ (set codec to xvid if the hanlder is xvid).
+
+
+------------------------------------------------------------------------
+r7624 | gbazin | 2004-05-08 13:59:28 +0200 (Sat, 08 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+* modules/demux/dvdnav.c: a few fixes.
+------------------------------------------------------------------------
+r7625 | gbazin | 2004-05-08 18:58:05 +0200 (Sat, 08 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: fixed bug with uninitialized variable.
+------------------------------------------------------------------------
+r7626 | ipkiss | 2004-05-08 20:10:38 +0200 (Sat, 08 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder.cpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/share/skins2/default/theme.xml
+
+ * skins2/src/skin_main.cpp: Transparency is default disabled
+ * skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
+   because in the future resizing will be allowed in all directions
+ * share/skins2/default/theme.xml: Updated the skin accordingly
+
+------------------------------------------------------------------------
+r7627 | jlj | 2004-05-08 22:48:37 +0200 (Sat, 08 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms.c: fopen in binary mode. Convenience fix for those that use the DRMS
+            code outside of VLC and don't set _fmode to _O_BINARY.
+
+
+------------------------------------------------------------------------
+r7628 | sam | 2004-05-08 23:00:47 +0200 (Sat, 08 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * modules/demux/mp4/drms.c:
+    + Removed unreachable code here and there.
+    + Refactored some shuffling functions and got rid of the ext structure.
+    + More code cleanup.
+
+------------------------------------------------------------------------
+r7629 | jlj | 2004-05-09 00:58:46 +0200 (Sun, 09 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms.c: DRMS v2 endian fix.
+
+
+------------------------------------------------------------------------
+r7630 | gbazin | 2004-05-09 11:20:34 +0200 (Sun, 09 May 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien)
+------------------------------------------------------------------------
+r7631 | gbazin | 2004-05-09 11:35:12 +0200 (Sun, 09 May 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/visualization/goom.c
+
+configure.ac, modules/visualization/goom.c: updated for libgoom2 (goom 2k4). You can find it here: http://www.ios-software.com/index.php3?page=projet&quoi=1
+------------------------------------------------------------------------
+r7632 | gbazin | 2004-05-10 14:21:29 +0200 (Mon, 10 May 2004) | 1 line
+Changed paths:
+   M /trunk/src/audio_output/common.c
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/audio_output/mixer.c
+
+* src/audio_ouput/input.c: better on-the-fly switching of audio filters.
+------------------------------------------------------------------------
+r7633 | massiot | 2004-05-10 16:57:00 +0200 (Mon, 10 May 2004) | 28 lines
+Changed paths:
+   M /trunk/modules/access/dvb/Modules.am
+   M /trunk/modules/access/dvb/access.c
+   D /trunk/modules/access/dvb/dvb.c
+   M /trunk/modules/access/dvb/dvb.h
+   A /trunk/modules/access/dvb/linux_dvb.c (from /trunk/modules/access/dvb/dvb.c:7632)
+   D /trunk/modules/access/dvb/qpsk.c
+
+* modules/access/dvb: Major rewrite of the code.
+  - new options (now prepended with --dvb) :
+     --dvb-program : to work around the non-working --program
+     --dvb-inversion : to (optionally) specify the inversion, which is not
+                       the same as polarization
+     --dvb-budget-mode : if you have a budget card this will set a filter
+                         on 0x2000, meaning all PIDs will be returned by
+                         the driver. The budget-mode is compatible with demux2.
+     --dvb-satno : to specify a sat number in the diseqc system
+     --dvb-voltage : to specify the voltage of the LNB (0 is a permitted
+                     value in special configurations)
+     --dvb-tone : to enable/disable the 22kHz tone (by default it is sent
+                  if frequency >= lnb-slof)
+  - fixed a handful of QPSK tuning bugs, especially the diseqc was not
+    working and frequencies above 11700 couldn't be tuned to.
+  - the modules now uses the inherited object variables for its
+    configuration.
+  - symbol-rate= url option is now srate= for consistency with the
+    configuration variable.
+  - all linux-dvb specific code is now in linux_dvb.c. access.c contains
+    only code which could be reused on other platforms.
+  - better keep track of demux file descriptors (especially useful on
+    limited boards).
+  - do not block in read() when no data is available.
+  - fixed msleep() calls (reminder : mtime_t is in _microseconds_).
+
+I didn't test the QAM and OFDM variants, so please report.
+
+------------------------------------------------------------------------
+r7634 | massiot | 2004-05-10 17:07:15 +0200 (Mon, 10 May 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/demux/ts.c
+   M /trunk/src/input/input_programs.c
+
+* src/input/input_programs.c: Fixed the --program option (thanks gibalou)
+* modules/access/dvb/access.c: Removed the temporary --dvb-program hack
+* modules/demux/ts.c: New --ts-silent option to avoid complaints about
+  encrypted packets (especially useful with --sout-all for streaming a part
+  of a transponder).
+
+------------------------------------------------------------------------
+r7635 | massiot | 2004-05-10 17:08:34 +0200 (Mon, 10 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+
+1l
+
+------------------------------------------------------------------------
+r7636 | bigben | 2004-05-10 19:19:59 +0200 (Mon, 10 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/output.m
+
+use new syntax for sap/slp announces
+
+
+------------------------------------------------------------------------
+r7637 | jpsaman | 2004-05-10 21:57:38 +0200 (Mon, 10 May 2004) | 13 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/linux_dvb.c
+
+dvb/access.c - properly cast memory returned by malloc()
+             - fix small memory leak on closing of dvb plugin.
+dvb/linux-dvb.c - remove astray spaces
+                - always empty the event queue before FE_SET_FRONTEND and FrontendCheck(). 
+                  dvbstream does the same for OFDM and QAM. 
+
+Summary: 
+   DVB-C is working (did a few tests) 
+   DVB-T not tested. 
+   Using polarization=A doesn't work anymore INVERSION_AUTO is not honered for tuning. 
+   SEC_VOLTAGE_OFF is missing when using latest code DVB-1.1.7 from http://www.metzlerbros.org/dvb/index.html. While include/linux/dvb/version.h is not updated and still reflects this API version: #define DVB_API_VERSION 3
+
+
+------------------------------------------------------------------------
+r7638 | gbazin | 2004-05-10 22:05:08 +0200 (Mon, 10 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+* modules/gui/wxwindows/open.cpp: fixed the update of the advanced MRLs. Added a dvdnav option.
+------------------------------------------------------------------------
+r7639 | bigben | 2004-05-10 22:50:36 +0200 (Mon, 10 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/output.m
+
+oups
+
+
+------------------------------------------------------------------------
+r7640 | fenrir | 2004-05-11 01:39:48 +0200 (Tue, 11 May 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+   M /trunk/modules/demux/ts.c
+
+ * ts: added support pf multiples PMT on the same PID (broken idea for
+broken people but it's used and it seems spec compliant)
+
+ * demux2: append a :// to allow correct parsing of /volume/filename:.avi
+
+
+------------------------------------------------------------------------
+r7641 | fenrir | 2004-05-11 02:51:43 +0200 (Tue, 11 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts.c: this time it should work (create one dvbpsi handle per pmt).
+
+------------------------------------------------------------------------
+r7642 | massiot | 2004-05-11 16:03:50 +0200 (Tue, 11 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/src/stream_output/stream_output.c
+
+* src/stream_output/stream_output.c: Use strtol for option parsing instead
+  of atoi, because atoi assumes base 10.
+* modules/access/dvb/access.c: New --dvb-caching option.
+* modules/mux/mpeg/ts.c: Cosmetics.
+
+------------------------------------------------------------------------
+r7643 | gbazin | 2004-05-12 19:45:18 +0200 (Wed, 12 May 2004) | 1 line
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+* src/stream_output/stream_output.c: allows spaces in the options of the sout mrl. Heading and trailing spaces in options will be removed.
+------------------------------------------------------------------------
+r7644 | gbazin | 2004-05-12 19:46:48 +0200 (Wed, 12 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+* modules/gui/wxwindows/open.cpp: mrl parsing fix.
+------------------------------------------------------------------------
+r7645 | massiot | 2004-05-12 20:48:25 +0200 (Wed, 12 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/ts.c: Fixed a possible segfault in the shaping code.
+
+------------------------------------------------------------------------
+r7646 | ipkiss | 2004-05-12 20:56:51 +0200 (Wed, 12 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/parser/builder_data.def
+   M /trunk/modules/gui/skins2/parser/builder_data.hpp
+   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
+   M /trunk/share/skins2/default/theme.xml
+   M /trunk/share/skins2/skin.dtd
+
+ * skins2: Removed the Theme.fadetime attribute (unused)
+
+------------------------------------------------------------------------
+r7647 | jlj | 2004-05-12 23:44:59 +0200 (Wed, 12 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms.c: Check that key store is at least 4 bytes (fixes segfault
+            on empty key store).
+
+
+------------------------------------------------------------------------
+r7648 | hartman | 2004-05-13 17:38:15 +0200 (Thu, 13 May 2004) | 3 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/audio_output/coreaudio.c
+
+* Fix for stream selection on HAL devices.
+  by Jean Alexis Montignies <ja at sente.ch>
+
+------------------------------------------------------------------------
+r7649 | titer | 2004-05-13 19:45:22 +0200 (Thu, 13 May 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout* : in GL mode, create a fullscreen window just like with QT
+                instead of switching to OpenGL fullscreen mode (fixes
+                unreachable mouse events with DVD menus, fixes the issues
+                with people using multiple desktops, etc).
+                Fillscreen is temporarily broken, I'll clean this up later.
+
+------------------------------------------------------------------------
+r7650 | gbazin | 2004-05-13 20:22:18 +0200 (Thu, 13 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+
+* modules/stream_out/standard.c: fixed a few small mem leaks.
+------------------------------------------------------------------------
+r7651 | titer | 2004-05-13 20:29:44 +0200 (Thu, 13 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout.m : fixed --macosx-fillscreen
+
+------------------------------------------------------------------------
+r7652 | gbazin | 2004-05-13 23:13:38 +0200 (Thu, 13 May 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/visualization/goom.c
+
+* configure.ac, modules/visualization/goom.c: in case --with-goom-tree is specified and we don't find libgoom2, try to find and use libgoom.
+------------------------------------------------------------------------
+r7653 | titer | 2004-05-14 13:29:21 +0200 (Fri, 14 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+ macosx/vout.m: don't forget to EndFullScreen() on GL mode too
+
+------------------------------------------------------------------------
+r7654 | jpsaman | 2004-05-14 15:24:07 +0200 (Fri, 14 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+
+Close DVR device
+------------------------------------------------------------------------
+r7655 | gbazin | 2004-05-14 19:07:50 +0200 (Fri, 14 May 2004) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   D /trunk/install-win32
+   A /trunk/vlc.win32.nsi (from /trunk/install-win32:7649)
+
+* vlc.win32.nsi: brand new NSIS auto-installer script.
+* Makefile.am: use vlc icon in the NSIS installer.
+
+------------------------------------------------------------------------
+r7656 | fenrir | 2004-05-14 22:46:33 +0200 (Fri, 14 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+
+ * mmstu: added a couple of uint64_t casts to avoid overflow.
+
+------------------------------------------------------------------------
+r7657 | hartman | 2004-05-14 23:57:14 +0200 (Fri, 14 May 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/faac.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* added faac support to Mac OSX build
+* ffmpeg cvs no longer asks you for a passwd. (this is for nightly's :)
+
+------------------------------------------------------------------------
+r7658 | hartman | 2004-05-15 00:27:37 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* small fix for faac build
+
+------------------------------------------------------------------------
+r7659 | gbazin | 2004-05-15 02:31:38 +0200 (Sat, 15 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+
+* modules/access/mms/mmstu.c: fixed a few corner cases (like an infinite loop when input is stopped).
+------------------------------------------------------------------------
+r7660 | gbazin | 2004-05-15 02:37:09 +0200 (Sat, 15 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+* modules/access/v4l/v4l.c: removed useless warning messages.
+------------------------------------------------------------------------
+r7661 | gbazin | 2004-05-15 03:11:57 +0200 (Sat, 15 May 2004) | 1 line
+Changed paths:
+   M /trunk/vlc.win32.nsi
+
+* vlc.win32.nsi: compressor needs to be defined at the top.
+------------------------------------------------------------------------
+r7662 | hartman | 2004-05-15 04:36:05 +0200 (Sat, 15 May 2004) | 7 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/extras/MacOSX/macosx-dmg
+
+* extras/MacOSX/macosx-dmg: rewrote the package script.
+  - will now determine desired image size by itself
+  - the hdid mount command mounted the image as root if no user is logged in via GUI.
+    this is very undesirable for nightly builds.
+    now uses the mount command and a local mountpoint.
+
+
+------------------------------------------------------------------------
+r7663 | hartman | 2004-05-15 06:05:01 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* no shared libs for faac when linking with ffmpeg
+
+------------------------------------------------------------------------
+r7664 | fenrir | 2004-05-15 12:51:59 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+
+ * mpga: use 1 as starting time (allow to have a valid date for the first frame).
+
+------------------------------------------------------------------------
+r7665 | fenrir | 2004-05-15 12:52:56 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/aac.c
+   M /trunk/modules/demux/au.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/rawdv.c
+   M /trunk/modules/demux/wav.c
+
+* all:  use 1 as starting time (allow to have a valid date for the first frame).
+
+------------------------------------------------------------------------
+r7666 | fenrir | 2004-05-15 12:53:17 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/real.c
+
+ * real:  use 1 as starting time (allow to have a valid date for the first frame).
+
+------------------------------------------------------------------------
+r7667 | fenrir | 2004-05-15 12:54:10 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out; round up PCR (avoid non null PCR -> null).
+
+------------------------------------------------------------------------
+r7668 | fenrir | 2004-05-15 12:58:22 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+ * avi: add +1 to PCR/DTS/PTS.
+
+------------------------------------------------------------------------
+r7669 | gbazin | 2004-05-15 12:59:09 +0200 (Sat, 15 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/directx.c
+
+* modules/video_output/directx/directx.c: fixed 'refresh list' for directx-device.
+------------------------------------------------------------------------
+r7670 | fenrir | 2004-05-15 13:03:48 +0200 (Sat, 15 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/demux/mp4/libmp4.h
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4: - add +1 to PCR/DTS/PTS.
+        - preliminary support of avc (using a draft+google without
+samples to test, so don't expect it to work ;)
+ * libmp4: parse the avcC atom.
+
+------------------------------------------------------------------------
+r7671 | fenrir | 2004-05-15 13:06:28 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+ * h264: added avc1 -> h264 annexe B stream.
+
+------------------------------------------------------------------------
+r7672 | fenrir | 2004-05-15 13:08:46 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+ * x264: updated to latest PAI.
+
+------------------------------------------------------------------------
+r7673 | fenrir | 2004-05-15 13:10:42 +0200 (Sat, 15 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/video.c
+
+ * all: added avc1 support. Well there is a hack because we need to
+first go through the h264 packetizer that will convert avc1 into a
+proper annexe B stream (untested).
+
+
+------------------------------------------------------------------------
+r7674 | fenrir | 2004-05-15 13:28:03 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4: mmh removed a fprintf.
+
+------------------------------------------------------------------------
+r7675 | gbazin | 2004-05-15 14:22:03 +0200 (Sat, 15 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dvdplay/tools.c
+   M /trunk/modules/demux/dvdnav.c
+   M /trunk/vlc.win32.nsi
+
+* modules/demux/dvdnav.c, modules/access/dvdplay/tools.c: on win32, remove trailing '\' if passed a drive letter.
+* vlc.win32.nsi: DVD and AudioCD handlers.
+
+------------------------------------------------------------------------
+r7676 | fenrir | 2004-05-15 14:46:21 +0200 (Sat, 15 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4: added support for h264. I have no idea if it's compliant but at
+least vlc is able to play it.
+
+------------------------------------------------------------------------
+r7677 | gbazin | 2004-05-15 14:58:07 +0200 (Sat, 15 May 2004) | 1 line
+Changed paths:
+   M /trunk/INSTALL.win32
+
+* INSTALL.win32: update
+------------------------------------------------------------------------
+r7678 | fenrir | 2004-05-15 16:42:16 +0200 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_block.h
+   M /trunk/modules/demux/ts.c
+   M /trunk/modules/packetizer/mpegvideo.c
+   M /trunk/src/misc/block.c
+
+ * all: improved perfs (using block_ChainLastAppend).
+
+------------------------------------------------------------------------
+r7679 | hartman | 2004-05-16 01:05:57 +0200 (Sun, 16 May 2004) | 3 lines
+Changed paths:
+   M /trunk/po/nl.po
+
+* partially updated NL translation. You have to do _something_ 
+  during the Eurovision Songfestival.
+
+------------------------------------------------------------------------
+r7680 | gbazin | 2004-05-16 02:25:17 +0200 (Sun, 16 May 2004) | 1 line
+Changed paths:
+   M /trunk/vlc.win32.nsi
+
+* vlc.win32.nsi: more autorun stuff.
+------------------------------------------------------------------------
+r7681 | zorglub | 2004-05-16 12:46:54 +0200 (Sun, 16 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/streamout.cpp
+
+Use the new SAP/SLP syntax (sap,slp,name=)
+
+
+------------------------------------------------------------------------
+r7682 | gbazin | 2004-05-16 14:52:05 +0200 (Sun, 16 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.
+------------------------------------------------------------------------
+r7683 | zorglub | 2004-05-16 15:46:58 +0200 (Sun, 16 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+Update timer
+
+------------------------------------------------------------------------
+r7684 | hartman | 2004-05-16 17:29:24 +0200 (Sun, 16 May 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+* NEWS: Updated a bit more
+
+------------------------------------------------------------------------
+r7685 | zorglub | 2004-05-16 19:03:31 +0200 (Sun, 16 May 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Details on DVB
+
+------------------------------------------------------------------------
+r7686 | gbazin | 2004-05-16 19:25:10 +0200 (Sun, 16 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: some cleanup + disable seekbar if stream is not seekable.
+------------------------------------------------------------------------
+r7687 | gbazin | 2004-05-16 19:44:44 +0200 (Sun, 16 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+* modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify a timeout for TCP connections (default 5sec).
+------------------------------------------------------------------------
+r7688 | gbazin | 2004-05-16 19:54:18 +0200 (Sun, 16 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: forgot a debug message.
+------------------------------------------------------------------------
+r7689 | anil | 2004-05-16 20:08:41 +0200 (Sun, 16 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+msleep() a bit before filling the playlist.
+
+------------------------------------------------------------------------
+r7690 | gbazin | 2004-05-16 21:17:56 +0200 (Sun, 16 May 2004) | 3 lines
+Changed paths:
+   M /trunk/include/modules.h
+   M /trunk/include/modules_inner.h
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/access/v4l/v4l.c
+
+* include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section.
+* modules/access/*: added a shortname to a few modules.
+
+------------------------------------------------------------------------
+r7691 | gbazin | 2004-05-16 21:20:23 +0200 (Sun, 16 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+* modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.
+------------------------------------------------------------------------
+r7692 | gbazin | 2004-05-16 21:33:58 +0200 (Sun, 16 May 2004) | 1 line
+Changed paths:
+   M /trunk/include/vlc_help.h
+   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
+
+* modules/gui/wxwindows/preferences_widgets.cpp: increased max int in IntegerConfigControl.
+------------------------------------------------------------------------
+r7693 | hartman | 2004-05-16 22:27:47 +0200 (Sun, 16 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/output.m
+
+* modules/gui/macosx/output.m: added mp4a.
+* modules/gui/macosx/controls.m: fix the autogenerated menu.
+
+------------------------------------------------------------------------
+r7694 | gbazin | 2004-05-17 00:06:34 +0200 (Mon, 17 May 2004) | 14 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/modules/gui/wxwindows/wxwindows.cpp
+   M /trunk/modules/video_output/directx/events.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/vout_intf.c, include/video_output.h:
+  + vout_RequestWindow() will now cycle through all the available interfaces until 
+it finds one with embedded vout support.
+    This fixes the issue where embedded vout would stop working when additional 
+interfaces are spawned after the main interface is started.
+  + vout_RequestWindow() now stores the parent interface pointer into the vout 
+object for later use by vout_ControlWindow() and vout_ReleaseWindow().
+  + added a vout_vaControlDefault() called by the vouts pf_control() when they 
+don't handle something.
+* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
+  + call vout_vaControlDefault().
+* modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is 
+about to be destroyed.
+
+------------------------------------------------------------------------
+r7695 | gbazin | 2004-05-17 00:42:48 +0200 (Mon, 17 May 2004) | 3 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+   M /trunk/src/video_output/vout_intf.c
+
+* interface/interface.c: fixed a bug with embedded vouts and interface switching.
+* video_output/vout_intf.c: small fix.
+
+------------------------------------------------------------------------
+r7696 | hartman | 2004-05-17 03:54:32 +0200 (Mon, 17 May 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* add old goom module if libgoom.a is detected
+  (When you fix stuff you should commit them as well)
+
+------------------------------------------------------------------------
+r7697 | gbazin | 2004-05-17 12:39:14 +0200 (Mon, 17 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+
+* modules/gui/wxwindows/timer.cpp: don't show the slider when the stream is not seekable.
+------------------------------------------------------------------------
+r7698 | anil | 2004-05-17 13:38:01 +0200 (Mon, 17 May 2004) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+* po/POTFILES.in: updated 
+
+------------------------------------------------------------------------
+r7699 | yoann | 2004-05-17 13:49:35 +0200 (Mon, 17 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+* modules/control/hotkeys.c: Fixed a bug with hotkey 't': length was
+sometimes not display, although it was known.
+
+
+------------------------------------------------------------------------
+r7700 | gbazin | 2004-05-17 14:02:43 +0200 (Mon, 17 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* fixed race condition with b_seekable.
+------------------------------------------------------------------------
+r7701 | gbazin | 2004-05-17 18:10:32 +0200 (Mon, 17 May 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/input_programs.c
+
+* src/input/input_programs.c: if no program is specified by the user, don't add any to the list.
+------------------------------------------------------------------------
+r7702 | gbazin | 2004-05-17 21:22:50 +0200 (Mon, 17 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+* modules/codec/dvbsub.c: coding style changes.
+------------------------------------------------------------------------
+r7703 | gbazin | 2004-05-17 21:38:13 +0200 (Mon, 17 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_chroma/i420_rgb_mmx.h
+
+* modules/video_chroma/i420_rgb_mmx.h: gcc-3.4 compilation fix.
+------------------------------------------------------------------------