]> git.sesse.net Git - vlc/commitdiff
* ChangeLog: update.
authorGildas Bazin <gbazin@videolan.org>
Wed, 1 Sep 2004 23:17:43 +0000 (23:17 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 1 Sep 2004 23:17:43 +0000 (23:17 +0000)
ChangeLog

index 2f63710e5b6688f2f5d8535a41009ce50da674a9..c8a7617299445cd3d6960cb6d5431fbe06d36767 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16110,3 +16110,7771 @@ Changed paths:
 * ALL: bumped version number to 0.7.2.
 
 ------------------------------------------------------------------------
+r7744 | gbazin | 2004-05-21 13:59:25 +0200 (Fri, 21 May 2004) | 1 line
+Changed paths:
+   M /trunk/ChangeLog
+
+* ChangeLog: updated for the 0.7.2 release.
+------------------------------------------------------------------------
+r7745 | jpsaman | 2004-05-21 14:05:41 +0200 (Fri, 21 May 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
+
+Updated version to v0.7.2
+------------------------------------------------------------------------
+r7747 | gbazin | 2004-05-22 20:42:19 +0200 (Sat, 22 May 2004) | 1 line
+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.3-svn.
+------------------------------------------------------------------------
+r7748 | jlj | 2004-05-23 02:07:16 +0200 (Sun, 23 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms.c: Support for previews.
+
+
+------------------------------------------------------------------------
+r7749 | gbazin | 2004-05-23 12:31:54 +0200 (Sun, 23 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+* modules/gui/wxwindows/playlist.cpp: small fix.
+------------------------------------------------------------------------
+r7750 | gbazin | 2004-05-23 13:00:53 +0200 (Sun, 23 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.
+------------------------------------------------------------------------
+r7751 | fkuehne | 2004-05-23 14:17:41 +0200 (Sun, 23 May 2004) | 1 line
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+
+* Fixes to the services-menu
+------------------------------------------------------------------------
+r7752 | fenrir | 2004-05-23 15:35:26 +0200 (Sun, 23 May 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: avoid null dts/pts after *9/100 (with non null input values).
+
+------------------------------------------------------------------------
+r7753 | fenrir | 2004-05-23 16:31:49 +0200 (Sun, 23 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+ * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
+ if we find them. (Avoid dropping the first frame).
+
+------------------------------------------------------------------------
+r7754 | fenrir | 2004-05-23 16:43:14 +0200 (Sun, 23 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/h264.c
+   M /trunk/modules/demux/mpeg/m4v.c
+
+ * raw demuxers: few fixes, add es only after first packet. (size known)
+
+------------------------------------------------------------------------
+r7755 | yoann | 2004-05-23 18:01:40 +0200 (Sun, 23 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses/ncurses.c
+
+* added a search function for the playlist with ncurses interface (feature request #1786).
+  It doesn't support regexp for now.
+* fixed a bug when playlist was empty at start
+
+
+------------------------------------------------------------------------
+r7756 | yoann | 2004-05-23 18:19:29 +0200 (Sun, 23 May 2004) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/osd.h
+   M /trunk/modules/control/hotkeys.c
+   A /trunk/src/video_output/video_widgets.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys.
+Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".
+
+
+------------------------------------------------------------------------
+r7757 | yoann | 2004-05-23 19:38:19 +0200 (Sun, 23 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+OSD sliders are now used if the vout is not embedded or in fullscreen mode.
+
+
+------------------------------------------------------------------------
+r7758 | hartman | 2004-05-23 23:14:34 +0200 (Sun, 23 May 2004) | 3 lines
+Changed paths:
+   D /trunk/modules/gui/macosx/info.h
+   D /trunk/modules/gui/macosx/info.m
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/misc.m
+
+* Remove the old info window from SVN.
+* Cosmetic fix to misc.m
+
+------------------------------------------------------------------------
+r7759 | jlj | 2004-05-24 00:53:28 +0200 (Mon, 24 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms.c: Preview endian fix.
+
+
+------------------------------------------------------------------------
+r7760 | djc | 2004-05-24 14:00:59 +0200 (Mon, 24 May 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+
+Volume icons are buttons to change volume
+
+------------------------------------------------------------------------
+r7761 | fenrir | 2004-05-24 19:43:28 +0200 (Mon, 24 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts: fixed pts, and readding default gathering to make
+ libmpeg2 happy.
+
+------------------------------------------------------------------------
+r7762 | jlj | 2004-05-24 19:45:05 +0200 (Mon, 24 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/drms.c
+
+  * drms.c: Fixed bug which caused the wrong ID to be used if there was 
+            another firewire device in the ioregistry before the iPod.
+
+
+------------------------------------------------------------------------
+r7763 | gbazin | 2004-05-24 20:54:47 +0200 (Mon, 24 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/mpegvideo.c
+
+* modules/packetizer/mpegvideo.c: corner case fix for pts/dts.
+------------------------------------------------------------------------
+r7764 | gbazin | 2004-05-24 21:00:37 +0200 (Mon, 24 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/mpegvideo.c
+
+* modules/packetizer/mpegvideo.c: better fix.
+------------------------------------------------------------------------
+r7765 | jpsaman | 2004-05-24 22:12:27 +0200 (Mon, 24 May 2004) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/configure.ac
+   M /trunk/modules/LIST
+   M /trunk/modules/video_output/Modules.am
+   A /trunk/modules/video_output/hd1000v.cpp
+
+HD1000 video output
+------------------------------------------------------------------------
+r7766 | jpsaman | 2004-05-24 22:12:42 +0200 (Mon, 24 May 2004) | 1 line
+Changed paths:
+   A /trunk/vlc.roku
+
+HD1000 video output
+------------------------------------------------------------------------
+r7767 | hartman | 2004-05-24 23:14:06 +0200 (Mon, 24 May 2004) | 3 lines
+Changed paths:
+   M /trunk/src/video_output/video_widgets.c
+
+* Fixed the YUY2 and RV Render() of the OSD widgets.
+* Set the Id prop on this 'new' file.
+
+------------------------------------------------------------------------
+r7768 | hartman | 2004-05-24 23:28:03 +0200 (Mon, 24 May 2004) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   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
+
+* Remove last remenants of info.h and info.m
+* Better align the iTunes styled slider with other UI elements
+* added .spx .ts and .ps fileextensions.
+
+------------------------------------------------------------------------
+r7769 | ipkiss | 2004-05-24 23:48:56 +0200 (Mon, 24 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
+
+ * skins2: Open the file requester dialog when clicking on "play" and the
+   playlist is empty
+
+------------------------------------------------------------------------
+r7770 | yoann | 2004-05-25 10:45:45 +0200 (Tue, 25 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/gui/ncurses/ncurses.c
+
+* modules/control/hotkeys.c: check if there is a vout before writing some OSD, since hotkeys can also be called from an interface now.
+* modules/gui/ncurses/ncurses.c: don't add empty ('') entry, in the open function
+
+------------------------------------------------------------------------
+r7771 | gbazin | 2004-05-25 14:07:19 +0200 (Tue, 25 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing mode.
+------------------------------------------------------------------------
+r7772 | fenrir | 2004-05-25 21:38:39 +0200 (Tue, 25 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
+the demuxer has to ask the parameters to the decoder, instead of just
+using the ones in the file.
+
+
+------------------------------------------------------------------------
+r7773 | fenrir | 2004-05-26 00:48:37 +0200 (Wed, 26 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+  *livedotcom: added H263-2000 (untested).
+
+------------------------------------------------------------------------
+r7774 | andrep | 2004-05-26 04:23:10 +0200 (Wed, 26 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/cmml/xurl.c
+
+* cmml: fix for loading non-file:// URLs on win32
+
+
+------------------------------------------------------------------------
+r7775 | andrep | 2004-05-26 10:38:23 +0200 (Wed, 26 May 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/codec/cmml/browser_open.c
+   M /trunk/modules/codec/cmml/browser_open.h
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/codec/cmml/xstrcat.h
+
+* CMML codec:
+  - added browse-follow-anchor, browse-go-back and browse-go-forward
+    callbacks
+  - will not display clip description as subtitles if
+    intf-displays-cmml-description variable is set on main interface
+    thread
+  - bugfix for web browser launching on Mac OS X
+
+
+------------------------------------------------------------------------
+r7776 | zorglub | 2004-05-26 11:53:00 +0200 (Wed, 26 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/cmml/intf.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r7777 | massiot | 2004-05-26 14:32:02 +0200 (Wed, 26 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+* modules/access/pvr: Added keyint= and bframes= options.
+
+------------------------------------------------------------------------
+r7778 | yoann | 2004-05-26 19:56:45 +0200 (Wed, 26 May 2004) | 2 lines
+Changed paths:
+   M /trunk/include/osd.h
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/src/video_output/video_widgets.c
+
+Added Play and Pause OSD Icons for hotkeys.
+
+------------------------------------------------------------------------
+r7779 | jpsaman | 2004-05-26 23:02:06 +0200 (Wed, 26 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/hd1000v.cpp
+
+Use *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.
+------------------------------------------------------------------------
+r7780 | sigmunau | 2004-05-27 00:27:05 +0200 (Thu, 27 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+   A /trunk/modules/demux/mjpeg.c
+
+mime multipart jpeg and jpeg series of images demuxer by 
+Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart
+mode.
+
+------------------------------------------------------------------------
+r7781 | hartman | 2004-05-27 01:15:07 +0200 (Thu, 27 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+   M /trunk/modules/misc/sap.c
+
+* misc/sap.c: check for packetsize attribute and increase mtu when it's large.
+  - some code cleanup. Please watch coding style people.
+* demux/sgimb.c: fix an alloc
+
+------------------------------------------------------------------------
+r7782 | hartman | 2004-05-27 01:19:53 +0200 (Thu, 27 May 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/LIST
+
+* enable mjpeg module and add to LIST
+
+------------------------------------------------------------------------
+r7783 | hartman | 2004-05-27 02:02:43 +0200 (Thu, 27 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/playlist/playlist.c
+
+ * src/libvlc.h
+   src/playlist/playlist.c: added a "--play-and-stop" feature.
+   This stops the playlist after each played item. It does however increase
+   the index. (also very useful for sap playlist when a lot of channels fail to open).
+
+------------------------------------------------------------------------
+r7784 | gbazin | 2004-05-27 13:40:46 +0200 (Thu, 27 May 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/Modules.am
+   A /trunk/modules/control/netsync.c
+
+* modules/control/netsync.c: Experimental network synchronisation module.
+
+------------------------------------------------------------------------
+r7785 | gbazin | 2004-05-27 17:21:11 +0200 (Thu, 27 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mjpeg.c
+
+* modules/demux/mjpeg.c: got rid of a couple of useless things.
+------------------------------------------------------------------------
+r7786 | gbazin | 2004-05-27 17:30:47 +0200 (Thu, 27 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mjpeg.c
+
+* modules/demux/mjpeg.c: fixed pts calculation.
+------------------------------------------------------------------------
+r7787 | oaubert | 2004-05-27 17:36:15 +0200 (Thu, 27 May 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   A /trunk/include/snapshot.h
+   A /trunk/modules/video_output/snapshot.c
+
+Snapshot module (dummy video output module keeping a configurable image cache). 
+It is chiefly used by the corba module.
+
+------------------------------------------------------------------------
+r7788 | oaubert | 2004-05-27 17:37:46 +0200 (Thu, 27 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/Modules.am
+
+Snapshot module (dummy video output module keeping a configurable image cache). 
+It is chiefly used by the corba module.
+
+------------------------------------------------------------------------
+r7789 | gbazin | 2004-05-27 17:40:11 +0200 (Thu, 27 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mjpeg.c
+
+* modules/demux/mjpeg.c: fixed --mjpeg-fps.
+------------------------------------------------------------------------
+r7790 | oaubert | 2004-05-27 17:43:42 +0200 (Thu, 27 May 2004) | 2 lines
+Changed paths:
+   A /trunk/modules/control/corba/MediaControl.idl (from /trunk/modules/control/corba/mediacontrol.idl:7789)
+   D /trunk/modules/control/corba/client.py
+   D /trunk/modules/control/corba/launch-vlc-corba
+   D /trunk/modules/control/corba/mediacontrol.idl
+   D /trunk/modules/control/corba/pyorbit-1.99.3.patch
+   D /trunk/modules/control/corba/simpleplayer.glade
+   D /trunk/modules/control/corba/simpleplayer.py
+
+Code cleanup to prepare CORBA module update
+
+------------------------------------------------------------------------
+r7791 | oaubert | 2004-05-27 17:48:33 +0200 (Thu, 27 May 2004) | 9 lines
+Changed paths:
+   M /trunk/modules/control/corba/MediaControl.idl
+   M /trunk/modules/control/corba/Modules.am
+   M /trunk/modules/control/corba/README
+   M /trunk/modules/control/corba/corba.c
+   A /trunk/modules/control/corba/mediacontrol-core.c
+   A /trunk/modules/control/corba/mediacontrol-core.h
+   A /trunk/modules/control/corba/mediacontrol-init.c
+   A /trunk/modules/control/corba/mediacontrol-plugin.c
+
+CORBA module update:
+- the VLC-specific code has been isolated in mediacontrol-core.c so that
+  corba.c only has to glue CORBA calls to C calls.
+- the IDL has been modified:
+  - snapshot support
+  - text display support
+  - access to stream information
+  - access to volume information
+
+------------------------------------------------------------------------
+r7792 | gbazin | 2004-05-27 17:52:42 +0200 (Thu, 27 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mjpeg.c
+
+* modules/demux/mjpeg.c: fixed small memleak.
+------------------------------------------------------------------------
+r7793 | sigmunau | 2004-05-27 18:18:35 +0200 (Thu, 27 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mjpeg.c
+
+remove debug messages along the success path
+
+------------------------------------------------------------------------
+r7794 | gbazin | 2004-05-27 21:12:09 +0200 (Thu, 27 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/video_output/snapshot.c
+
+* video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
+* control/netsync.c: small fix.
+
+------------------------------------------------------------------------
+r7795 | gbazin | 2004-05-27 21:17:33 +0200 (Thu, 27 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/control/netsync.c
+
+* modules/control/netsync.c: test before you commit.
+------------------------------------------------------------------------
+r7796 | gbazin | 2004-05-27 22:31:22 +0200 (Thu, 27 May 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* Makefile.am: added include/snapshot.h.
+------------------------------------------------------------------------
+r7797 | gbazin | 2004-05-27 23:06:16 +0200 (Thu, 27 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i422_yuy2.c
+
+* modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix also doubles the speed of the conversion :)
+
+------------------------------------------------------------------------
+r7798 | fenrir | 2004-05-28 00:30:12 +0200 (Fri, 28 May 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 text track support. (there is a problem with the encoding).
+
+------------------------------------------------------------------------
+r7799 | gbazin | 2004-05-28 08:29:13 +0200 (Fri, 28 May 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: netsync needs to be linked with ws2_32 on win32.
+------------------------------------------------------------------------
+r7800 | hartman | 2004-05-28 14:04:06 +0200 (Fri, 28 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/corba/Modules.am
+
+* bootstrap fix for corba module
+  make dist might still be broken? This makefile could use some sam power.
+
+------------------------------------------------------------------------
+r7801 | fkuehne | 2004-05-28 18:01:26 +0200 (Fri, 28 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/playlistinfo.h
+   M /trunk/modules/gui/macosx/playlistinfo.m
+
+* fixed broken translation of 2 buttons of the info-window
+------------------------------------------------------------------------
+r7802 | fenrir | 2004-05-28 21:51:37 +0200 (Fri, 28 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4: convert all \r to \n in subt.
+
+------------------------------------------------------------------------
+r7803 | fenrir | 2004-05-28 21:54:23 +0200 (Fri, 28 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4: first try to add text subtitle muxing support. They are added
+like it is done in .mov (and not like .mp4 as I failed to find any
+samples)
+ VLC is able to play them. I don't think QT will like them for now.
+
+------------------------------------------------------------------------
+r7804 | fenrir | 2004-05-28 21:55:01 +0200 (Fri, 28 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/packetizer/copy.c
+
+ * copy: don't break the length for subtitle packet.
+
+------------------------------------------------------------------------
+r7805 | fenrir | 2004-05-28 22:20:50 +0200 (Fri, 28 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: h263 support (untested).
+ Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
+
+------------------------------------------------------------------------
+r7806 | hartman | 2004-05-29 00:07:04 +0200 (Sat, 29 May 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+* src/input/input.c: As soon as we know the length of a file, set 
+  the playlist item duration. Now mpeg files will show their duration.
+
+------------------------------------------------------------------------
+r7807 | hartman | 2004-05-29 00:19:54 +0200 (Sat, 29 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+* Fix some small potential crashes
+
+------------------------------------------------------------------------
+r7808 | hartman | 2004-05-29 00:23:38 +0200 (Sat, 29 May 2004) | 11 lines
+Changed paths:
+   M /trunk/modules/gui/Modules.am
+   D /trunk/modules/gui/ncurses
+   A /trunk/modules/gui/ncurses.c (from /trunk/modules/gui/ncurses/ncurses.c:7799)
+
+* ncurses intf
+  - Moved one dir higher
+  - Fixed the Quit function
+  - Added Volume Controls
+  - Added Repeat/Loop/Random
+  - Fixed the info box
+  - Added Fullscreen remark to help box
+
+It is now the perfect remote controller if I use my 'bedside terminal'.
+ssh/screen/ncurses is like magic.
+
+------------------------------------------------------------------------
+r7809 | hartman | 2004-05-29 00:46:00 +0200 (Sat, 29 May 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* Let's enable folks to bootstrap
+
+------------------------------------------------------------------------
+r7810 | fenrir | 2004-05-29 15:54:22 +0200 (Sat, 29 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts.c: - send PES as soon as possible to decoder (and not waiting the
+           next one).
+         - added partial 14496-17 support, in other words mpeg4 text
+           subtitles.
+
+------------------------------------------------------------------------
+r7811 | fenrir | 2004-05-29 15:55:33 +0200 (Sat, 29 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ ts: ooops, debug messages removed.
+
+------------------------------------------------------------------------
+r7812 | fenrir | 2004-05-29 16:00:32 +0200 (Sat, 29 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/packetizer/copy.c
+
+ * copy: low latency for subt.
+  TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.
+
+------------------------------------------------------------------------
+r7813 | fenrir | 2004-05-29 16:02:50 +0200 (Sat, 29 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * ts: added 14496-17 (text sub) support. It assumes that input is utf8
+(wrong as long as we don't have a real subtitle packetizer).
+ It doesn't work very well, the syncho is a broken (subs are late by more
+than 1s).
+
+------------------------------------------------------------------------
+r7814 | fenrir | 2004-05-29 16:06:50 +0200 (Sat, 29 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
+Finlayson)
+
+
+------------------------------------------------------------------------
+r7815 | yoann | 2004-05-29 19:04:53 +0200 (Sat, 29 May 2004) | 2 lines
+Changed paths:
+   M /trunk/include/osd.h
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/src/video_output/video_widgets.c
+
+Added a Mute OSD icon.
+
+------------------------------------------------------------------------
+r7816 | yoann | 2004-05-29 19:47:30 +0200 (Sat, 29 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+ * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.
+
+------------------------------------------------------------------------
+r7817 | gbazin | 2004-05-29 23:41:57 +0200 (Sat, 29 May 2004) | 9 lines
+Changed paths:
+   M /trunk/include/modules.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_config.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/modules.c
+
+* include/*,src/*: New plugins cache feature for faster load times.
+   This is still experimental so isn't enabled by default (use --plugins-cache).
+   There are also a few issues that aren't dealt with yet:
+     - translation of module strings.
+     - config options callbacks and actions.
+     - a few memory leaks.
+     - and likely other things ;)
+   You can easily reset the plugins cache with --reset-plugins-cache.
+
+------------------------------------------------------------------------
+r7818 | gbazin | 2004-05-29 23:51:22 +0200 (Sat, 29 May 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: small cleanup.
+------------------------------------------------------------------------
+r7819 | fenrir | 2004-05-30 01:52:49 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/include/input_ext-intf.h
+   M /trunk/include/ninput.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_objects.h
+   A /trunk/src/input/access.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/misc/messages.c
+   M /trunk/src/misc/objects.c
+
+ * all: begin to introduce access_t (nothing working yet).
+
+------------------------------------------------------------------------
+r7820 | fenrir | 2004-05-30 01:56:41 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+ * Makefile.am: added acces.c (for people still using make ;)
+
+------------------------------------------------------------------------
+r7821 | fenrir | 2004-05-30 02:14:30 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/src/input/access.c
+
+ * ninput, access: compilation fix.
+
+------------------------------------------------------------------------
+r7822 | gbazin | 2004-05-30 11:18:59 +0200 (Sun, 30 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/gtk/gnome.c
+   M /trunk/modules/gui/gtk/gtk.c
+   M /trunk/modules/gui/gtk/open.c
+
+* modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path and --gnome-search-path instead.
+------------------------------------------------------------------------
+r7823 | sigmunau | 2004-05-30 12:52:02 +0200 (Sun, 30 May 2004) | 3 lines
+Changed paths:
+   M /trunk/share/http/index.html
+
+share/http/index.html: output valid xhtml, even with an empty playlist. Show
+a message in the playlist area if the playlist is empty.
+
+------------------------------------------------------------------------
+r7824 | gbazin | 2004-05-30 13:54:08 +0200 (Sun, 30 May 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: avoid name collisions on win32.
+------------------------------------------------------------------------
+r7825 | sigmunau | 2004-05-30 15:00:27 +0200 (Sun, 30 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+
+modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
+have no functional impact.
+
+------------------------------------------------------------------------
+r7826 | zorglub | 2004-05-30 16:43:12 +0200 (Sun, 30 May 2004) | 13 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* New wizard is now about usable, yet unfinished
+    Todo
+       - Heavy testing
+       - Missing sanity checks
+       - Extra options
+       - Fix layout bugs
+
+* playlist.cpp : Smaller layout, icons to do...
+
+* timer.cpp : show the name and not the URI in status bar
+
+* open.cpp : Bugfix for modal mode
+
+------------------------------------------------------------------------
+r7827 | fenrir | 2004-05-30 16:43:40 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/access.c
+
+ * access: implement access2_nEw (untested).
+
+------------------------------------------------------------------------
+r7828 | zorglub | 2004-05-30 16:44:00 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   A /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
+   A /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Missing icons
+
+------------------------------------------------------------------------
+r7829 | fenrir | 2004-05-30 17:31:59 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/include/ninput.h
+
+ * ninput: more access2 things.
+
+------------------------------------------------------------------------
+r7830 | fenrir | 2004-05-30 17:33:57 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/include/ninput.h
+
+ * ninput: typo.
+
+------------------------------------------------------------------------
+r7831 | fenrir | 2004-05-30 17:38:11 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/Modules.am
+   A /trunk/modules/access/access2.c
+
+ * access2: access2 <-> access1 wrapper (untested).
+
+------------------------------------------------------------------------
+r7832 | zorglub | 2004-05-30 18:21:43 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   A /trunk/modules/gui/wxwindows/streamdata.h
+   M /trunk/modules/gui/wxwindows/streamout.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+Move streaming data to a separate file (will have to be moved to /include)
+
+------------------------------------------------------------------------
+r7833 | anil | 2004-05-30 18:38:44 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+* wizard.cpp: compilation fixes
+
+------------------------------------------------------------------------
+r7834 | sigmunau | 2004-05-30 18:57:55 +0200 (Sun, 30 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/chroma.c
+
+modules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
+format ffmpeg likes
+
+------------------------------------------------------------------------
+r7835 | gbazin | 2004-05-30 19:22:09 +0200 (Sun, 30 May 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+* modules/access/directory.c: minor fix.
+------------------------------------------------------------------------
+r7836 | fenrir | 2004-05-30 19:59:20 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/src/audio_output/input.c
+
+ * input: warning fix (int ->byte_t*).
+
+------------------------------------------------------------------------
+r7837 | fenrir | 2004-05-30 20:11:55 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/access.c
+   M /trunk/src/input/demux.c
+
+ * access,demux: fixed parsing.
+
+------------------------------------------------------------------------
+r7838 | hartman | 2004-05-30 20:20:57 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+
+* ahum. == on a mask instead of &
+
+------------------------------------------------------------------------
+r7839 | hartman | 2004-05-30 20:39:29 +0200 (Sun, 30 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+* Added a filebrowser (B)
+* Messages now uses 'L' as hotkey
+
+------------------------------------------------------------------------
+r7840 | fenrir | 2004-05-30 21:28:35 +0200 (Sun, 30 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/http.c
+
+ * access2: support for demuxer access provided.
+ * http: converted to access2.
+
+------------------------------------------------------------------------
+r7841 | fenrir | 2004-05-30 21:35:32 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input.c: set access2->b_die.
+
+------------------------------------------------------------------------
+r7842 | fenrir | 2004-05-30 22:52:36 +0200 (Sun, 30 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/ftp.c
+
+ * access2: fixed seeking.
+ * ftp: converted to access2.
+
+------------------------------------------------------------------------
+r7843 | fenrir | 2004-05-30 23:03:52 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+ * x264: I have commited debug stuff :(
+
+------------------------------------------------------------------------
+r7844 | fenrir | 2004-05-30 23:16:53 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/tcp.c
+
+ * tcp: convertd to access2.
+
+------------------------------------------------------------------------
+r7845 | fenrir | 2004-05-30 23:27:49 +0200 (Sun, 30 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+
+ * access2: fix seek with access2 using pf_block.
+
+------------------------------------------------------------------------
+r7846 | hartman | 2004-05-31 02:54:44 +0200 (Mon, 31 May 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+* modules/gui/ncurses.c: Ahum fixed broken filebrowser.
+  that's what you get when you are hacking something 
+  you don't understand 100% 
+
+------------------------------------------------------------------------
+r7847 | fenrir | 2004-05-31 03:48:09 +0200 (Mon, 31 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+ * ncurses: fixed the error that was making the browser so slow.
+
+------------------------------------------------------------------------
+r7848 | zorglub | 2004-05-31 11:24:07 +0200 (Mon, 31 May 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+Fix play-and-stop behaviour with playlist_Command
+
+------------------------------------------------------------------------
+r7849 | ipkiss | 2004-05-31 13:34:26 +0200 (Mon, 31 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/preferences.cpp
+
+ * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem
+
+------------------------------------------------------------------------
+r7850 | ipkiss | 2004-05-31 14:17:13 +0200 (Mon, 31 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+
+ * skins2: same fix as in modules/access/directory.c
+
+------------------------------------------------------------------------
+r7851 | ipkiss | 2004-05-31 14:31:48 +0200 (Mon, 31 May 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+skins2-howto.xml: Added two internal links
+
+------------------------------------------------------------------------
+r7852 | fenrir | 2004-05-31 15:34:34 +0200 (Mon, 31 May 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ * configure.ac: added access2 ;)
+
+------------------------------------------------------------------------
+r7853 | zorglub | 2004-05-31 19:32:18 +0200 (Mon, 31 May 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/pvr/pvr.c
+
+pvr.c : Converted to access2 and added options for autobuilt panels
+
+------------------------------------------------------------------------
+r7854 | zorglub | 2004-05-31 19:47:51 +0200 (Mon, 31 May 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Make the playlist window resizeable
+Use a smaller font
+
+------------------------------------------------------------------------
+r7855 | zorglub | 2004-05-31 19:48:38 +0200 (Mon, 31 May 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* wizard.cpp : - TTL and SAP support
+              - Sanity checks for transcode output file
+
+* Modules.am : Added new "icons" to dist
+
+------------------------------------------------------------------------
+r7856 | anil | 2004-06-01 08:42:55 +0200 (Tue, 01 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+* compilation (unicode) fix
+
+------------------------------------------------------------------------
+r7857 | gbazin | 2004-06-01 17:45:07 +0200 (Tue, 01 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/configuration.h
+   M /trunk/include/modules.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/misc/configuration.c
+   M /trunk/src/misc/modules.c
+
+* ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.
+
+------------------------------------------------------------------------
+r7858 | asmax | 2004-06-02 00:08:14 +0200 (Wed, 02 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/x11/x11_display.cpp
+
+  * x11_display.cpp: support 15bpp mode for X11 skins and avoid a segfault
+    when a mode is not supported (closes bug #1809). Move the "main window"
+    outside the screen to avoid seeing it in the workspace selector applet.
+
+------------------------------------------------------------------------
+r7859 | fenrir | 2004-06-02 00:12:10 +0200 (Wed, 02 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/access/tcp.c
+
+ * all: a few changes in access2 (added a info field to access_t, remove
+ACCESS_GET_EOF/SIZE/POS, prepared title/seekpoint support).
+
+------------------------------------------------------------------------
+r7860 | fenrir | 2004-06-02 00:12:56 +0200 (Wed, 02 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/access.c
+
+ * access: init info field.
+
+------------------------------------------------------------------------
+r7861 | fenrir | 2004-06-02 00:13:14 +0200 (Wed, 02 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+
+ * demux: init info field. (Not used yet).
+
+------------------------------------------------------------------------
+r7862 | fenrir | 2004-06-02 00:13:47 +0200 (Wed, 02 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ es_out: clean up.
+
+------------------------------------------------------------------------
+r7863 | fenrir | 2004-06-02 00:14:26 +0200 (Wed, 02 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+
+ * access2: lastest API change.
+
+------------------------------------------------------------------------
+r7864 | gbazin | 2004-06-02 14:11:54 +0200 (Wed, 02 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+* modules/gui/wxwindows/playlist.cpp: fixed a few segfaults + removed unused code.
+------------------------------------------------------------------------
+r7865 | gbazin | 2004-06-02 14:59:47 +0200 (Wed, 02 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/playlist.cpp: better playlist window resizing.
+------------------------------------------------------------------------
+r7866 | gbazin | 2004-06-02 18:05:57 +0200 (Wed, 02 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+* modules/misc/freetype.c: optimized subtitles rendering a bit.
+------------------------------------------------------------------------
+r7867 | jpsaman | 2004-06-02 21:01:57 +0200 (Wed, 02 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/vlc.roku
+
+built rules for HD1000
+------------------------------------------------------------------------
+r7868 | fenrir | 2004-06-03 00:10:40 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/ninput.h
+
+ * ninput: changed the way title and seekpoint work.
+
+------------------------------------------------------------------------
+r7869 | fenrir | 2004-06-03 00:11:54 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/access/tcp.c
+
+ * all: removed ACCESS_GET_SEEKPOINT_INFO.
+
+------------------------------------------------------------------------
+r7870 | fenrir | 2004-06-03 00:47:30 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/pvr/pvr.c
+
+ * pvr: cosmetic.
+
+------------------------------------------------------------------------
+r7871 | yoann | 2004-06-03 00:53:26 +0200 (Thu, 03 Jun 2004) | 7 lines
+Changed paths:
+   M /trunk/include/osd.h
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/lirc.c
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/misc/dummy/renderer.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/src/video_output/video_text.c
+   M /trunk/src/video_output/video_widgets.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+Support for multiple OSD channels :
+* added i_channel and i_content properties to subpicture_t
+* p_last_osd_message is no more used
+
+An OSD channel can contain simultaneously an OSD text and an OSD widget.
+
+
+------------------------------------------------------------------------
+r7872 | yoann | 2004-06-03 01:19:54 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+ * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking.
+
+------------------------------------------------------------------------
+r7873 | fenrir | 2004-06-03 02:08:54 +0200 (Thu, 03 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/file.c
+
+ * file: converted to access2. I hope it still compils everywhere.
+ * access2: added stream/file/kfir shortcut. Begin title support but
+nothing usable yet.
+
+------------------------------------------------------------------------
+r7874 | gbazin | 2004-06-03 11:14:16 +0200 (Thu, 03 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: in plugins cache mode, force immediate module loading if the module's config contains callbacks or actions. This could be avoided but a new api call will have to be introduced for that.
+------------------------------------------------------------------------
+r7875 | zorglub | 2004-06-03 13:57:04 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   A /trunk/TODO
+
+Embryo of a Todo list, feel free to use it :)
+
+------------------------------------------------------------------------
+r7876 | hartman | 2004-06-03 15:40:08 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+* shitload of work we can do
+
+------------------------------------------------------------------------
+r7877 | sigmunau | 2004-06-03 15:56:34 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+TODO: Fixed up the entry on vobsub
+
+------------------------------------------------------------------------
+r7878 | hartman | 2004-06-03 16:35:05 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+* Fix the todotable
+
+------------------------------------------------------------------------
+r7879 | fenrir | 2004-06-03 20:02:14 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4: fix for width in tkhd for video stream with null aspect.
+
+------------------------------------------------------------------------
+r7880 | fenrir | 2004-06-03 20:08:27 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/demux/demux2.c
+
+ * directory: converted to access2.
+
+------------------------------------------------------------------------
+r7881 | fenrir | 2004-06-03 23:43:34 +0200 (Thu, 03 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+ * ffmpeg: added XVIX fourcc (buggy xvid streams)
+
+------------------------------------------------------------------------
+r7882 | oaubert | 2004-06-04 11:10:48 +0200 (Fri, 04 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/snapshot.c
+
+Coding-style updates (whitespace related)
+
+------------------------------------------------------------------------
+r7883 | gbazin | 2004-06-04 12:35:06 +0200 (Fri, 04 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/TODO
+   M /trunk/modules/codec/spudec/render.c
+
+* modules/codec/spudec/render.c: chroma support for dvd subtitles.
+------------------------------------------------------------------------
+r7884 | gbazin | 2004-06-04 14:47:06 +0200 (Fri, 04 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: some error checking when loading the cache plugins file.
+------------------------------------------------------------------------
+r7885 | ipkiss | 2004-06-04 21:37:13 +0200 (Fri, 04 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins2-howto.xml: Missing "required" specification
+
+------------------------------------------------------------------------
+r7886 | fenrir | 2004-06-04 23:51:34 +0200 (Fri, 04 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/udp.c
+
+ * udp: converted to access2 (using pf_block, so for now it may hurt a
+bit the perfs as we do a memcpy in access2.c)
+
+------------------------------------------------------------------------
+r7887 | fenrir | 2004-06-04 23:52:55 +0200 (Fri, 04 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+   M /trunk/modules/demux/mpeg/ts.c
+   M /trunk/modules/demux/ts.c
+
+ * ts.c : renamed to ts.
+ * mpeg/ts.c: lowered it's priority below demux2, and renamed it ts_old(_dvbpsi).
+
+------------------------------------------------------------------------
+r7888 | fenrir | 2004-06-04 23:59:48 +0200 (Fri, 04 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/udp.c
+
+ * udp: activate udp-auto-mtu by default. It increases the internal MTU
+by 10% each time we read a packet greater or equal to the MTU.
+ It should be harmless.
+
+------------------------------------------------------------------------
+r7889 | hartman | 2004-06-05 18:09:00 +0200 (Sat, 05 Jun 2004) | 12 lines
+Changed paths:
+   M /trunk/TODO
+   M /trunk/evc/vlc.c
+   M /trunk/include/vlc/vlc.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_playlist.h
+   M /trunk/modules/control/corba/mediacontrol-init.c
+   M /trunk/mozilla/vlcpeer.cpp
+   M /trunk/mozilla/vlcshell.cpp
+   M /trunk/python/vlcmodule.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/vlc.c
+
+NOTE: libvlc API changes
+* renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does.
+* added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause.
+* reordered the functions in libvlc. everything was mixed up.
+* added doxygen info to all the functions
+* fixed several functions to use the correct underlying API calls
+* corrected the copyright info
+
+
+This is in preparation of the new libvlc calls for mozilla plugin
+temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()
+
+------------------------------------------------------------------------
+r7890 | hartman | 2004-06-05 18:58:57 +0200 (Sat, 05 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+* fix a compilation error
+
+------------------------------------------------------------------------
+r7891 | hartman | 2004-06-05 19:12:16 +0200 (Sat, 05 Jun 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/playlist/m3u.c
+
+* Added an extension check to m3u plugins for .ram files.
+These files can contain a single line with a rtsp:// link which VLC sometimes is able to handle.
+
+for MPEG-4 unicasted RealMedia streams.
+
+------------------------------------------------------------------------
+r7892 | gbazin | 2004-06-05 19:49:22 +0200 (Sat, 05 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/vout_intf.c: only embed the video if the main interface supports it (don't check other interfaces).
+* modules/gui/wxwindows/video.cpp, modules/video_output/x11/xcommon.c: in embedded mode, close the vout window if vlc is exiting.
+
+------------------------------------------------------------------------
+r7893 | gbazin | 2004-06-05 20:04:06 +0200 (Sat, 05 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/video.cpp
+   M /trunk/src/interface/interface.c
+
+* src/interface/interface.c, modules/gui/wxwindows/video.cpp: couple of fixes.
+------------------------------------------------------------------------
+r7894 | fenrir | 2004-06-05 20:54:18 +0200 (Sat, 05 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+ * demux2: added wav.
+
+------------------------------------------------------------------------
+r7895 | fenrir | 2004-06-05 20:58:58 +0200 (Sat, 05 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/cdda.c
+
+ * cdda: converted to access2. It seems stable.
+ * access2: added/fixed title support.
+
+------------------------------------------------------------------------
+r7896 | ipkiss | 2004-06-05 21:23:03 +0200 (Sat, 05 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/theme_loader.cpp
+
+ * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
+   loading of .vlt files on Win32
+
+------------------------------------------------------------------------
+r7897 | jpsaman | 2004-06-05 21:27:48 +0200 (Sat, 05 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_output/hd1000v.cpp
+   M /trunk/vlc.roku
+
+HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS
+------------------------------------------------------------------------
+r7898 | fenrir | 2004-06-05 21:36:51 +0200 (Sat, 05 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/modules/access/file.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/stream.c
+
+ * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
+STREAM_CONTROL_ACCESS.
+ * all: added previous new commands support.
+
+------------------------------------------------------------------------
+r7899 | fenrir | 2004-06-05 21:45:56 +0200 (Sat, 05 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4: fixed a small bug with subtitle.
+
+------------------------------------------------------------------------
+r7900 | zorglub | 2004-06-05 21:48:09 +0200 (Sat, 05 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/playlist/m3u.c
+
+Fixed warning
+
+------------------------------------------------------------------------
+r7901 | fenrir | 2004-06-05 22:11:05 +0200 (Sat, 05 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom: small warning fix for old version.
+
+------------------------------------------------------------------------
+r7902 | fenrir | 2004-06-05 22:13:08 +0200 (Sat, 05 Jun 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/video_output/snapshot.c
+
+ * snapshot: small warning fix + coding rules.
+ Btw, the module uses input_Tell that is deprecated, Is it really needed ?
+ If so, when ?
+
+
+------------------------------------------------------------------------
+r7903 | fenrir | 2004-06-05 23:53:24 +0200 (Sat, 05 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/mms/asf.c
+   M /trunk/modules/access/mms/asf.h
+   M /trunk/modules/access/mms/buffer.c
+   M /trunk/modules/access/mms/buffer.h
+   M /trunk/modules/access/mms/mms.c
+   M /trunk/modules/access/mms/mms.h
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmsh.h
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/access/mms/mmstu.h
+
+ * mms/* : converted to access2. It should be reworked to use pf_block, but
+that can wait ...
+ * access2: little fix + added mms* shortcuts.
+
+------------------------------------------------------------------------
+r7904 | fenrir | 2004-06-06 00:36:13 +0200 (Sun, 06 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input: compute right value for position/time on position-offset and
+time-offset change.
+
+------------------------------------------------------------------------
+r7905 | fenrir | 2004-06-06 13:44:01 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/variables.h
+
+ * variables: added more helpers: var_CreateGet*
+
+------------------------------------------------------------------------
+r7906 | fenrir | 2004-06-06 13:56:22 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/variables.h
+
+ * variables: helpers: var_Get* .
+
+------------------------------------------------------------------------
+r7907 | fenrir | 2004-06-06 14:17:15 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/variables.h
+
+ * variables: added var_Get/Set/CreateGetBool.
+
+------------------------------------------------------------------------
+r7908 | zorglub | 2004-06-06 14:44:35 +0200 (Sun, 06 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/include/ninput.h
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+   M /trunk/src/input/control.c
+
+* Interaction between bookmarks and streaming wizard
+* Edit bookmarks if possible
+
+------------------------------------------------------------------------
+r7909 | zorglub | 2004-06-06 14:45:32 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/modules/control/telnet.c
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/modules/misc/network/ipv6.c
+   M /trunk/src/misc/net.c
+
+Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer
+
+------------------------------------------------------------------------
+r7910 | fenrir | 2004-06-06 14:51:06 +0200 (Sun, 06 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/vcd/vcd.c
+
+ * access/*: use var_* helpers.
+ * access/vcd/ clean up.
+
+------------------------------------------------------------------------
+r7911 | yoann | 2004-06-06 15:00:23 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+ * modules/control/hotkeys.c : clean up
+
+------------------------------------------------------------------------
+r7912 | hartman | 2004-06-06 15:02:26 +0200 (Sun, 06 Jun 2004) | 12 lines
+Changed paths:
+   M /trunk/include/vlc/vlc.h
+   M /trunk/mozilla/vlcshell.cpp
+   M /trunk/src/libvlc.c
+
+* WARNING: Libvlc API change
+ - VLC_Set VLC_Get were changed to VLC_VariableGet VLC_VariableSet
+ - VLC_ClearPlaylist was changed to VLC_PlaylistClear
+ - Added a lot of new calls: 
+   VLC_PositionGet, VLC_PositionSet, VLC_TimeGet, VLC_TimeSet,
+   VLC_LengthGet, VLC_SpeedFaster, VLC_SpeedSlower, VLC_PlaylistIndex,
+   VLC_PlaylistNumberOfItems, VLC_PlaylistNext, VLC_PlaylistPrev, 
+   VLC_VolumeGet, VLC_VolumeSet, VLC_VolumeMute.
+ - everything doxygenized.
+ - There are NO mozilla functions of these additions yet. (someone else please?) 
+
+
+------------------------------------------------------------------------
+r7913 | hartman | 2004-06-06 15:13:06 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/sgimb.c
+
+* No longer force ts2 for Kasenna udp multicast. ts2 is now ts.
+
+------------------------------------------------------------------------
+r7914 | hartman | 2004-06-06 15:28:02 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc/vlc.h
+
+* bugfix to libvlc header
+
+------------------------------------------------------------------------
+r7915 | fenrir | 2004-06-06 15:53:53 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/udp.c
+
+ * udp: increase the mtu by *2  instead of 10%.
+
+------------------------------------------------------------------------
+r7916 | anil | 2004-06-06 15:54:12 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+
+* bookmarks.cpp: compilation fix
+
+------------------------------------------------------------------------
+r7917 | fenrir | 2004-06-06 15:55:40 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts.c: module name is now ts. (thx thedj).
+
+------------------------------------------------------------------------
+r7918 | oaubert | 2004-06-06 18:15:23 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/snapshot.c
+
+Removed call to input_Tell (which is deprecated)
+
+------------------------------------------------------------------------
+r7919 | fenrir | 2004-06-06 19:02:55 +0200 (Sun, 06 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/vcd/vcd.c
+
+ * vcd/vcd.c: ported to access2.
+ * access2: added chapter support.
+
+------------------------------------------------------------------------
+r7920 | fenrir | 2004-06-06 19:24:06 +0200 (Sun, 06 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/mpeg/Modules.am
+   M /trunk/modules/demux/mpeg/ts.c
+   M /trunk/modules/mux/mpeg/Modules.am
+   M /trunk/modules/mux/mpeg/ts.c
+
+ * all: - renamed old ts demuxer as ts_old(_dvbpsi).
+        - renamed ts2 into ts at the build system level.
+        - removed muxer without dvbpsi.
+
+------------------------------------------------------------------------
+r7921 | gbazin | 2004-06-06 20:13:29 +0200 (Sun, 06 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mpeg/ts.c
+
+* modules/demux/mpeg/ts.c: compilation fix.
+------------------------------------------------------------------------
+r7922 | fenrir | 2004-06-06 20:18:50 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+ * http: little clean up.
+
+------------------------------------------------------------------------
+r7923 | fenrir | 2004-06-06 20:55:10 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+
+ * standard: fixed a segfault.
+
+------------------------------------------------------------------------
+r7924 | fenrir | 2004-06-06 21:02:02 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/packetizer/h264.c
+
+ * all: added VSSH fourcc.
+
+------------------------------------------------------------------------
+r7925 | fenrir | 2004-06-06 23:18:07 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+ * v4l: converted to access2, but untested so ...
+
+------------------------------------------------------------------------
+r7926 | fenrir | 2004-06-06 23:18:59 +0200 (Sun, 06 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/vcd/vcd.c
+
+ * access2: added shortcuts for vcd/svcd.
+
+------------------------------------------------------------------------
+r7927 | gbazin | 2004-06-07 00:12:23 +0200 (Mon, 07 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/demux2.c
+
+* modules/demux/demux2.c: added v4l.
+------------------------------------------------------------------------
+r7928 | fenrir | 2004-06-07 03:01:38 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+
+ * Modules.am: oops ts2 -> ts
+
+------------------------------------------------------------------------
+r7929 | fenrir | 2004-06-07 20:19:10 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+ * avi: support for track without key flag set in the index.
+
+------------------------------------------------------------------------
+r7930 | fenrir | 2004-06-07 20:23:15 +0200 (Mon, 07 Jun 2004) | 6 lines
+Changed paths:
+   M /trunk/include/input_ext-intf.h
+   M /trunk/include/ninput.h
+   M /trunk/include/vlc_common.h
+   M /trunk/src/input/access.c
+   M /trunk/src/input/control.c
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_ext-intf.c
+   M /trunk/src/input/input_programs.c
+   M /trunk/src/input/stream.c
+
+ * include: removed a few deprecated functions.
+ * demux, access: change the prototype of access2_New/demux2_New.
+ * control: implemented all INPUT_GET/SET.
+ * src/input/*.c: removed old functions, move some of them.
+              
+
+------------------------------------------------------------------------
+r7931 | fenrir | 2004-06-07 20:24:24 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/mediacontrol-core.c
+   M /trunk/modules/control/joystick.c
+   M /trunk/modules/control/lirc.c
+
+ * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.
+
+------------------------------------------------------------------------
+r7932 | fenrir | 2004-06-07 20:26:27 +0200 (Mon, 07 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/beos/VlcWrapper.cpp
+   M /trunk/modules/gui/gtk/control.c
+   M /trunk/modules/gui/gtk/gnome.c
+   M /trunk/modules/gui/gtk/gtk.c
+   M /trunk/modules/gui/gtk/gtk_callbacks.c
+   M /trunk/modules/gui/gtk/menu.c
+   M /trunk/modules/gui/kde/interface.cpp
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/pda/pda_callbacks.c
+   M /trunk/modules/gui/qt/intf.cpp
+   M /trunk/modules/gui/skins/src/vlcproc.cpp
+
+ * use var_Set/Get "state"/"position"/"rate" instead of old functions.
+  I haven't tested thoses changes ...
+
+------------------------------------------------------------------------
+r7933 | fenrir | 2004-06-07 20:27:24 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/demux/demux2.c
+
+ * demux2, access2: prototype change.
+
+------------------------------------------------------------------------
+r7934 | fenrir | 2004-06-07 20:28:16 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/ps.c
+   M /trunk/modules/demux/mpeg/system.c
+
+ * all: input_DumpStream isn't exported anymore.
+
+------------------------------------------------------------------------
+r7935 | fenrir | 2004-06-07 20:30:46 +0200 (Mon, 07 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/modules/video_output/x11/xcommon.c
+
+ all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
+ follow the key-pressed scheme (I have removed thoses seeks).
+ Someone to do the work ?
+
+------------------------------------------------------------------------
+r7936 | fenrir | 2004-06-07 20:32:12 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvdplay/demux.c
+   M /trunk/modules/access/dvdplay/intf.c
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access/vcdx/demux.c
+   M /trunk/modules/access/vcdx/intf.c
+
+ * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.
+
+------------------------------------------------------------------------
+r7937 | zorglub | 2004-06-07 21:13:05 +0200 (Mon, 07 Jun 2004) | 7 lines
+Changed paths:
+   M /trunk/doc/developer/Makefile
+   M /trunk/doc/developer/history.xml
+   A /trunk/doc/developer/html
+   M /trunk/doc/developer/manual.xml
+   A /trunk/doc/developer/stylesheet-print-noicones.dsl
+   A /trunk/doc/developer/stylesheet-txt.dsl
+   A /trunk/doc/developer/videolan-doc-chunk.xsl
+   A /trunk/doc/developer/videolan-doc.xsl
+
+Use xlstproc instead of jade for HTML output 
+Output PDF instead of PS
+
+You will need 
+ * xsltproc
+ * the docbook XSL package
+
+------------------------------------------------------------------------
+r7938 | anil | 2004-06-07 21:27:55 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/developer/Makefile
+
+* fixed a few rules (pdf, txt and clean)
+
+------------------------------------------------------------------------
+r7939 | zorglub | 2004-06-07 21:32:10 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/developer/Makefile
+   M /trunk/doc/developer/decoders.xml
+   M /trunk/doc/developer/input.xml
+   D /trunk/doc/developer/modules.eps
+   A /trunk/doc/developer/modules.png
+   M /trunk/doc/developer/overview.xml
+   D /trunk/doc/developer/ps.eps
+   A /trunk/doc/developer/ps.png
+   D /trunk/doc/developer/stream.eps
+   A /trunk/doc/developer/stream.png
+   D /trunk/doc/developer/ts.eps
+   A /trunk/doc/developer/ts.png
+
+Convert icons to png for pdf output
+
+------------------------------------------------------------------------
+r7940 | oaubert | 2004-06-07 21:40:26 +0200 (Mon, 07 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/corba/Modules.am
+   M /trunk/modules/control/corba/corba.c
+   M /trunk/modules/control/corba/mediacontrol-core.c
+   M /trunk/modules/control/corba/mediacontrol-init.c
+   M /trunk/modules/control/corba/mediacontrol-plugin.c
+
+* All C files: coding style update
+* mediacontrol-core.c: update to the new control API
+* configure.ac, Modules.am: (unfinished) build changes
+
+------------------------------------------------------------------------
+r7941 | zorglub | 2004-06-07 21:48:35 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   A /trunk/doc/developer/screen.css
+
+Forgot the CSS
+
+------------------------------------------------------------------------
+r7942 | anil | 2004-06-07 21:49:22 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/developer
+
+* added proper svn:ignore properties
+
+------------------------------------------------------------------------
+r7943 | anil | 2004-06-07 21:54:14 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/developer/html
+
+* developer/html : sorry forgot this svn:ignore...
+
+------------------------------------------------------------------------
+r7944 | anil | 2004-06-07 22:35:12 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/developer
+   M /trunk/doc/developer/Makefile
+
+* the txt rule now uses xsltproc. faster and nicer
+
+------------------------------------------------------------------------
+r7945 | fenrir | 2004-06-07 23:26:35 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/gtk/display.c
+   M /trunk/modules/gui/kde/interface.cpp
+   M /trunk/modules/gui/pda/pda.c
+   M /trunk/modules/gui/qt/intf.cpp
+   M /trunk/modules/gui/skins/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+ * all: don't use input_OffsetToTime anymore.
+
+------------------------------------------------------------------------
+r7946 | fenrir | 2004-06-07 23:27:18 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input: warning fix + no more input_OffsetToTime.
+
+------------------------------------------------------------------------
+r7947 | fenrir | 2004-06-07 23:32:18 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/gtk/menu.c
+
+ * menu.c: don't use input_ChangeProgram.
+
+------------------------------------------------------------------------
+r7948 | fenrir | 2004-06-07 23:35:19 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/lirc.c
+
+ * lirc: don't use input_ChangeArea.
+
+------------------------------------------------------------------------
+r7949 | fenrir | 2004-06-07 23:38:09 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/beos/VlcWrapper.cpp
+
+ * VlcWrapper: don't use input_ChangeArea.
+
+------------------------------------------------------------------------
+r7950 | fenrir | 2004-06-07 23:53:03 +0200 (Mon, 07 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/gtk/gtk_callbacks.c
+   M /trunk/modules/gui/gtk/menu.c
+
+ * gtk: don't use input_ChangeArea.
+
+------------------------------------------------------------------------
+r7951 | fenrir | 2004-06-08 00:11:57 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/beos/VlcWrapper.cpp
+   M /trunk/modules/gui/gtk/menu.c
+   M /trunk/modules/gui/kde/interface.cpp
+
+ * all: don't use input_ToggleES.
+
+------------------------------------------------------------------------
+r7952 | fenrir | 2004-06-08 00:14:21 +0200 (Tue, 08 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/include/input_ext-intf.h
+
+ * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
+                     input_ToggleES is removed.
+
+------------------------------------------------------------------------
+r7953 | hartman | 2004-06-08 00:14:51 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+* TODO: put todo's in TODO list instead of commit messages :)
+
+------------------------------------------------------------------------
+r7954 | fenrir | 2004-06-08 00:19:12 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/input_ext-intf.h
+
+ * input_ext-intf.h: removed unused functions/defines.
+
+------------------------------------------------------------------------
+r7955 | fenrir | 2004-06-08 00:21:33 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/src/input/input.c
+   D /trunk/src/input/input_ext-intf.c
+   M /trunk/src/input/input_programs.c
+
+ * src/input/input_ext-intf.c: no more unused.
+
+------------------------------------------------------------------------
+r7956 | hartman | 2004-06-08 00:27:16 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+* fix TODO file
+
+------------------------------------------------------------------------
+r7957 | fenrir | 2004-06-08 00:35:20 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/gtk/control.c
+
+ * control: compilation fix.
+
+------------------------------------------------------------------------
+r7958 | fenrir | 2004-06-08 00:38:58 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins/src/vlcproc.cpp
+
+ * vlcproc.cpp: compilation fix.
+
+------------------------------------------------------------------------
+r7959 | fenrir | 2004-06-08 00:41:08 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins/src/skin_main.cpp
+
+ * skin_main: compilation fix. (thx bigben for reporting them).
+
+------------------------------------------------------------------------
+r7960 | anil | 2004-06-08 01:15:16 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/developer/videolan-doc.xsl
+
+* use screen.css too for the single html version, and reduce the toc size.
+
+------------------------------------------------------------------------
+r7961 | oaubert | 2004-06-08 01:40:20 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/Modules.am
+
+Fixes in the build system
+
+------------------------------------------------------------------------
+r7962 | zorglub | 2004-06-08 11:16:04 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+Fix for requests without path when using proxy
+
+------------------------------------------------------------------------
+r7963 | zorglub | 2004-06-08 14:59:52 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/esd.c
+
+Patch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com>
+
+------------------------------------------------------------------------
+r7964 | jpsaman | 2004-06-08 20:17:15 +0200 (Tue, 08 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/vlc.roku
+
+Choose -Os automatically on mipsel.
+------------------------------------------------------------------------
+r7965 | fenrir | 2004-06-08 22:19:51 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/vars/playlist.cpp
+
+ * playlist: oops, compilation fix.
+
+------------------------------------------------------------------------
+r7966 | yoann | 2004-06-08 23:53:23 +0200 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+ * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey. 
+
+------------------------------------------------------------------------
+r7967 | gbazin | 2004-06-09 11:57:35 +0200 (Wed, 09 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+
+* modules/gui/wxwindows/bookmarks.cpp: compilation fix.
+------------------------------------------------------------------------
+r7968 | oaubert | 2004-06-09 12:30:58 +0200 (Wed, 09 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/corba/Modules.am
+
+Unclean but quick bugfix for the CORBA plugin building problem.
+
+------------------------------------------------------------------------
+r7969 | hartman | 2004-06-09 12:52:28 +0200 (Wed, 09 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+* TODO: clarification to some of the vout redesign issues
+
+------------------------------------------------------------------------
+r7970 | gbazin | 2004-06-09 13:13:42 +0200 (Wed, 09 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/net.c
+
+* src/misc/net.c: fix for the udp-auto-mtu on win32.
+------------------------------------------------------------------------
+r7971 | gbazin | 2004-06-09 13:28:45 +0200 (Wed, 09 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/directx/events.c
+
+* modules/video_output/directx/events.c: implemented VOUT_CLOSE.
+------------------------------------------------------------------------
+r7972 | gbazin | 2004-06-09 17:24:18 +0200 (Wed, 09 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/access2.c
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/modules/access/dshow/filter.h
+   M /trunk/modules/demux/demux2.c
+
+* modules/access/dshow: converted to access2/demux2. Let's hope I didn't break anything ;)
+------------------------------------------------------------------------
+r7973 | jlj | 2004-06-11 04:58:05 +0200 (Fri, 11 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/coreaudio.c
+
+  * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue.
+
+
+------------------------------------------------------------------------
+r7974 | oaubert | 2004-06-11 15:46:01 +0200 (Fri, 11 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/corba/mediacontrol-core.c
+
+* Bug fix in unit conversion
+* Updated text display to new API (added i_channel)
+
+------------------------------------------------------------------------
+r7975 | oaubert | 2004-06-11 16:14:28 +0200 (Fri, 11 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/control/corba/Modules.am
+
+Proper fix for corba building problem (use AM_CONDITIONAL)
+
+------------------------------------------------------------------------
+r7976 | ipkiss | 2004-06-11 19:14:28 +0200 (Fri, 11 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+
+ * skins2/src/skin_main.cpp: New demux2 module to load automatically a skin.
+   This only works when the skins2 interface is active.
+   Not very much tested yet...
+
+------------------------------------------------------------------------
+r7977 | zorglub | 2004-06-12 02:19:59 +0200 (Sat, 12 Jun 2004) | 16 lines
+Changed paths:
+   M /trunk/include/vlc/vlc.h
+   M /trunk/mozilla/vlcintf.idl
+   M /trunk/mozilla/vlcpeer.cpp
+   M /trunk/src/libvlc.c
+
+* Added new functions to the Mozilla plugin
+       - set_volume
+       - get_volume
+       - mute
+       - clear_playlist
+       - add_item
+       - next
+       - previous
+       - isplaying
+       - ge_length
+       - get_position
+       - get_time
+       - seek
+
+* Fixed VLC_VolumeSet and a description
+
+------------------------------------------------------------------------
+r7978 | jlj | 2004-06-14 00:31:18 +0200 (Mon, 14 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/coreaudio.c
+
+  * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.
+
+
+------------------------------------------------------------------------
+r7979 | jpsaman | 2004-06-14 16:35:57 +0200 (Mon, 14 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvb/linux_dvb.c
+
+Fix typos in DVB-T tuning code.
+------------------------------------------------------------------------
+r7980 | jpsaman | 2004-06-14 16:43:16 +0200 (Mon, 14 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvb/linux_dvb.c
+
+FEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)
+------------------------------------------------------------------------
+r7981 | jpsaman | 2004-06-14 21:19:57 +0200 (Mon, 14 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/hd1000v.cpp
+   M /trunk/vlc.roku
+
+Updated build rules.
+------------------------------------------------------------------------
+r7982 | hartman | 2004-06-15 01:11:14 +0200 (Tue, 15 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/netsync.c
+
+* define INADDR_NONE for Solaris (fixes #1815)
+
+------------------------------------------------------------------------
+r7983 | oaubert | 2004-06-15 11:15:09 +0200 (Tue, 15 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/misc/Modules.am
+   A /trunk/modules/misc/svg.c
+
+SVG rendering module. It uses the text rendering API, and converts
+plain text to SVG. It can be used to have more control on the subtitle
+rendering.
+
+------------------------------------------------------------------------
+r7984 | hartman | 2004-06-15 15:47:42 +0200 (Tue, 15 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/util/sub.c
+   M /trunk/src/extras/libc.c
+
+* backport of local_stristr to vlc_strcasestr in libc.c
+  fixes a problem with missing strcasestr on platforms in combination with ncurses intf.
+
+------------------------------------------------------------------------
+r7985 | hartman | 2004-06-15 16:33:50 +0200 (Tue, 15 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/codecs.h
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* G.726 support trough ffmpeg
+
+------------------------------------------------------------------------
+r7986 | hartman | 2004-06-15 16:43:26 +0200 (Tue, 15 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+* vlc_strcasestr defines (still missing something. still can't find it)
+
+------------------------------------------------------------------------
+r7987 | hartman | 2004-06-15 17:17:25 +0200 (Tue, 15 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/extras/libc.c
+
+* strcasestr not strncasestr
+
+------------------------------------------------------------------------
+r7988 | hartman | 2004-06-15 17:41:53 +0200 (Tue, 15 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+* fix the defines for strcasecmp strncasecmp and strcasestr
+
+------------------------------------------------------------------------
+r7989 | fenrir | 2004-06-16 19:28:19 +0200 (Wed, 16 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/avi/avi.c
+
+ * avi: fixed the return value of Seek().
+
+------------------------------------------------------------------------
+r7990 | fenrir | 2004-06-16 21:35:33 +0200 (Wed, 16 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/mux/mp4.c
+   M /trunk/modules/packetizer/h264.c
+
+ * all: fixed the way h264 streams are stored in .mp4
+
+------------------------------------------------------------------------
+r7991 | yoann | 2004-06-17 05:37:03 +0200 (Thu, 17 Jun 2004) | 8 lines
+Changed paths:
+   M /trunk/doc/developer/video_output.xml
+   M /trunk/include/osd.h
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/cvd_parse.c
+   M /trunk/modules/codec/ogt/ogt.c
+   M /trunk/modules/codec/ogt/ogt_parse.c
+   M /trunk/modules/codec/ogt/subtitle.h
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/spudec/spudec.c
+   M /trunk/modules/codec/spudec/spudec.h
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/control/corba/mediacontrol-core.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/lirc.c
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/misc/freetype.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/video_widgets.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+ * src/video_output/vout_subpictures.c : New OSD channels
+
+When you want to use OSD, you have to register an OSD channel, by calling
+vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
+There is a particular channel, DEFAULT_CHANNEL that can be used for
+general purpose.
+See modules/control/hotkeys.c for an example.
+
+------------------------------------------------------------------------
+r7992 | oaubert | 2004-06-17 10:29:56 +0200 (Thu, 17 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/corba/mediacontrol-core.c
+
+Formatting fixes
+
+------------------------------------------------------------------------
+r7993 | sigmunau | 2004-06-17 13:25:02 +0200 (Thu, 17 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/lirc/example.lircrc
+
+example.lircrc: Added missing commands
+
+------------------------------------------------------------------------
+r7994 | sigmunau | 2004-06-17 13:27:49 +0200 (Thu, 17 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
+
+include/vlc_video.h: minor doc fix
+
+------------------------------------------------------------------------
+r7995 | sigmunau | 2004-06-17 14:36:03 +0200 (Thu, 17 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/doc/Doxyfile
+   A /trunk/doc/Doxyfile.skins2
+
+splitted the documentation for skins2 out of the main docs. Tweaked the
+doxyfile for the main docs a bit.
+
+------------------------------------------------------------------------
+r7996 | fenrir | 2004-06-17 22:31:45 +0200 (Thu, 17 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
+for the report.
+
+
+------------------------------------------------------------------------
+r7997 | sigmunau | 2004-06-18 13:35:45 +0200 (Fri, 18 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/variables.h
+   M /trunk/src/playlist/info.c
+   M /trunk/src/playlist/item-ext.c
+   M /trunk/src/playlist/item.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+various documentation fixes
+
+------------------------------------------------------------------------
+r7998 | sigmunau | 2004-06-18 14:38:28 +0200 (Fri, 18 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_filter/resampler/linear.c
+   M /trunk/modules/audio_filter/resampler/ugly.c
+
+Fixed a nasty memleak in ugly and linear resamplers when alloca is
+unavaliable. Also swaped the score of these modules.
+
+------------------------------------------------------------------------
+r7999 | hartman | 2004-06-18 16:00:51 +0200 (Fri, 18 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+   M /trunk/extras/contrib/src/Patches/live.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* ffmpeg resample.c patch is no longer necessary 
+* new liveMedia version
+* liveMedia mp3 tabsel nameconflict patch no longer needed. (Accepted upstream).
+
+------------------------------------------------------------------------
+r8000 | hartman | 2004-06-18 20:56:39 +0200 (Fri, 18 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/Makefile.am
+   D /trunk/doc/intf-http.txt
+   D /trunk/doc/vlc-howto.sgml
+   M /trunk/doc/vlc.1
+   D /trunk/doc/web-streaming.html
+
+* Removed some deprecated docs. small fix to vlc man page.
+
+------------------------------------------------------------------------
+r8001 | hartman | 2004-06-18 21:20:34 +0200 (Fri, 18 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/bugreport-howto.txt
+
+* Bug report howto is a online document.
+
+------------------------------------------------------------------------
+r8002 | fenrir | 2004-06-19 16:16:17 +0200 (Sat, 19 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4: avcC atom fixed. (Missing sps/pps).
+
+------------------------------------------------------------------------
+r8003 | zorglub | 2004-06-20 12:25:22 +0200 (Sun, 20 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+DVB NIT parsing
+
+------------------------------------------------------------------------
+r8004 | hartman | 2004-06-22 02:03:08 +0200 (Tue, 22 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* modules/demux/livedotcom.cpp: - ts2 -> ts 
+  - take into account !rtpSource (for UDP support)
+
+------------------------------------------------------------------------
+r8005 | damienf | 2004-06-22 11:13:51 +0200 (Tue, 22 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/modules/access/dshow/filter.h
+
+- added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards)
+- miscelaneous clean ups
+
+------------------------------------------------------------------------
+r8006 | fenrir | 2004-06-22 20:39:02 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4: fixed width in tkhd. (at least I hope).
+
+------------------------------------------------------------------------
+r8007 | fenrir | 2004-06-22 21:29:19 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   D /trunk/include/input_ext-dec.h
+   D /trunk/include/input_ext-intf.h
+   D /trunk/include/input_ext-plugins.h
+   D /trunk/include/stream_control.h
+   M /trunk/include/vlc/decoder.h
+   M /trunk/include/vlc/input.h
+   M /trunk/include/vlc/intf.h
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_objects.h
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8008 | fenrir | 2004-06-22 21:29:37 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   A /trunk/include/vlc_access.h
+   A /trunk/include/vlc_demux.h
+   A /trunk/include/vlc_input.h
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8009 | fenrir | 2004-06-22 21:29:57 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/access.c
+   A /trunk/src/input/clock.c (from /trunk/src/input/input_clock.c:8003)
+   M /trunk/src/input/control.c
+   A /trunk/src/input/decoder.c (from /trunk/src/input/input_dec.c:8003)
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   D /trunk/src/input/input_clock.c
+   D /trunk/src/input/input_dec.c
+   D /trunk/src/input/input_ext-plugins.c
+   D /trunk/src/input/input_programs.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/input/subtitles.c
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8010 | fenrir | 2004-06-22 21:30:31 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   A /trunk/src/input/var.c
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8011 | fenrir | 2004-06-22 21:30:54 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/playlist/loadsave.c
+   M /trunk/src/playlist/playlist.c
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8012 | fenrir | 2004-06-22 21:31:14 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/objects.c
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8013 | fenrir | 2004-06-22 21:31:54 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_synchro.c
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8014 | fenrir | 2004-06-22 21:33:06 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+   M /trunk/modules/demux/livedotcom.cpp
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/util/id3.c
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8015 | fenrir | 2004-06-22 21:33:30 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8016 | fenrir | 2004-06-22 21:34:01 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/gestures.c
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/modules/control/http.c
+   M /trunk/modules/control/joystick.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/control/rc.c
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8017 | fenrir | 2004-06-22 21:34:20 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/fileinfo.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/timer.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8018 | fenrir | 2004-06-22 21:34:44 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/dummy/dummy.c
+   M /trunk/modules/misc/dummy/input.c
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8019 | fenrir | 2004-06-22 21:35:01 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/goom.c
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8020 | fenrir | 2004-06-22 21:35:15 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+ * all: rework of the input.
+
+------------------------------------------------------------------------
+r8021 | fenrir | 2004-06-22 21:43:37 +0200 (Tue, 22 Jun 2004) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ * configure.ac: disable plugins that can't compile anymore:
+    - dvd, dvdread, dvdplay, vcdx, cddax
+    - gtk, gnome, qt, kde
+   There are others in this case, specially interface that I can't test.
+
+
+------------------------------------------------------------------------
+r8022 | fenrir | 2004-06-22 21:46:10 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   D /trunk/modules/access/access2.c
+   D /trunk/modules/demux/demux2.c
+
+ * access2, demux2: not needed anymore.
+
+------------------------------------------------------------------------
+r8023 | fenrir | 2004-06-22 21:49:25 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
+
+------------------------------------------------------------------------
+r8024 | fenrir | 2004-06-22 22:02:47 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+
+ * vorbis: compilation fix.
+
+------------------------------------------------------------------------
+r8025 | fenrir | 2004-06-22 22:07:34 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   A /trunk/include/vlc_es_out.h
+
+ * vlc_es_out.h: oops ;)
+
+------------------------------------------------------------------------
+r8026 | fenrir | 2004-06-22 22:09:22 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   A /trunk/include/vlc_stream.h
+
+ * vlc_stream.h : oops again.
+
+------------------------------------------------------------------------
+r8027 | fenrir | 2004-06-22 22:10:17 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   A /trunk/src/input/input_internal.h
+
+ input_internal: lalala .
+
+------------------------------------------------------------------------
+r8028 | fenrir | 2004-06-22 22:19:31 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+ * Makefile.am: updated.
+
+------------------------------------------------------------------------
+r8029 | fenrir | 2004-06-22 22:32:10 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/speex.c
+
+ * speex: missing <vlc/input.h> include.
+
+------------------------------------------------------------------------
+r8030 | gbazin | 2004-06-22 23:22:13 +0200 (Tue, 22 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/cmml/intf.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/control/netsync.c
+   M /trunk/modules/demux/Modules.am
+   M /trunk/modules/demux/m3u.c
+   M /trunk/modules/demux/mpeg/Modules.am
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/old.c
+   M /trunk/modules/demux/playlist/pls.c
+   M /trunk/modules/demux/ps.c
+
+ ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.
+------------------------------------------------------------------------
+r8031 | gbazin | 2004-06-22 23:55:50 +0200 (Tue, 22 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/vars/stream.cpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+
+* modules/gui/skins / skins2: compilation fixes.
+------------------------------------------------------------------------
+r8032 | zorglub | 2004-06-22 23:55:57 +0200 (Tue, 22 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+Re-enable dynamic plugins
+
+------------------------------------------------------------------------
+r8033 | gbazin | 2004-06-23 00:21:12 +0200 (Wed, 23 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: disabled stream_out_display for now.
+------------------------------------------------------------------------
+r8034 | fenrir | 2004-06-23 01:17:02 +0200 (Wed, 23 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom: begin support of PAUSE. It doesn't work yet, resume
+always restarts from the start :(
+
+------------------------------------------------------------------------
+r8035 | jlj | 2004-06-23 05:15:08 +0200 (Wed, 23 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/src/audio_output/output.c
+
+  * Fix for DTS over SPDIF stuttering. Someone please review.
+
+
+------------------------------------------------------------------------
+r8036 | zorglub | 2004-06-23 12:00:21 +0200 (Wed, 23 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+   M /trunk/modules/demux/util/id3.c
+   M /trunk/modules/demux/util/id3tag.c
+
+Fix id3 and id3tag (using meta)
+
+------------------------------------------------------------------------
+r8037 | gbazin | 2004-06-23 12:12:41 +0200 (Wed, 23 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+   M /trunk/modules/gui/wxwindows/wizard.cpp
+
+* modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.
+------------------------------------------------------------------------
+r8038 | gbazin | 2004-06-23 12:13:05 +0200 (Wed, 23 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+
+* src/input/input.c: win32 fix.
+------------------------------------------------------------------------
+r8039 | hartman | 2004-06-23 12:29:30 +0200 (Wed, 23 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.m
+
+* OSX compiles again (BEWARE it is still SEVERELY broken)
+
+------------------------------------------------------------------------
+r8040 | gbazin | 2004-06-23 13:32:59 +0200 (Wed, 23 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/vcd/vcd.c
+   M /trunk/modules/demux/ps.c
+
+* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.
+------------------------------------------------------------------------
+r8041 | gbazin | 2004-06-23 15:58:02 +0200 (Wed, 23 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/m3u.c
+   M /trunk/src/input/stream.c
+
+* modules/demux/m3u.c: allocate buffer for stream_Read().
+* src/input/stream.c: fixed detection of EOF.
+
+------------------------------------------------------------------------
+r8042 | fenrir | 2004-06-23 19:49:26 +0200 (Wed, 23 Jun 2004) | 12 lines
+Changed paths:
+   M /trunk/include/vlc_input.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/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+   M /trunk/src/input/var.c
+
+* all: - added a boolean "seekable" object variable to p_input.
+ (becarefull, it's just if you can seek or not, and not if you have to
+ display the progress bar, for thet last you have to check if "position"
+ value get != 0.0 )
+       - added "audio-delay" and "spu-delay" object variables to delay
+ audio/spu to the video. They can be changed on the fly (untested).
+       - renamed INPUT__GET/SET_SUBDELAY into
+ INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
+ (wrapper to "audio-delay" and "spu-delay")
+ - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
+them, a demuxer should export DEMUX_GET_META and not using them.
+
+------------------------------------------------------------------------
+r8043 | fenrir | 2004-06-23 20:52:06 +0200 (Wed, 23 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: fixed a bug preventing re-selecting an ES.
+
+------------------------------------------------------------------------
+r8044 | gbazin | 2004-06-23 21:42:20 +0200 (Wed, 23 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+* modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.
+------------------------------------------------------------------------
+r8045 | gbazin | 2004-06-23 22:20:39 +0200 (Wed, 23 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/dvdnav.c
+
+* modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.
+------------------------------------------------------------------------
+r8046 | gbazin | 2004-06-23 22:24:01 +0200 (Wed, 23 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/input/var.c
+
+* src/input: update ES object vars when an ES is removed + some coding style changes.
+------------------------------------------------------------------------
+r8047 | fenrir | 2004-06-23 22:42:07 +0200 (Wed, 23 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+ * stream.c: fixed a problem with peek.
+
+------------------------------------------------------------------------
+r8048 | titer | 2004-06-23 23:40:01 +0200 (Wed, 23 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/macosx.m
+
+ macosx/macosx.m: fixed macosx-opengl-effect string list
+
+------------------------------------------------------------------------
+r8049 | fenrir | 2004-06-25 00:18:33 +0200 (Fri, 25 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+
+ * vlc_input: added missing fields for multi-input (nothing working yet).
+
+------------------------------------------------------------------------
+r8050 | fenrir | 2004-06-25 00:19:29 +0200 (Fri, 25 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+
+ * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
+
+------------------------------------------------------------------------
+r8051 | fenrir | 2004-06-25 00:21:36 +0200 (Fri, 25 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input.c: fixed play/pause + cosmetics.
+
+------------------------------------------------------------------------
+r8052 | gbazin | 2004-06-25 01:51:14 +0200 (Fri, 25 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   D /trunk/modules/access/dvd
+   D /trunk/modules/access/dvdplay
+
+* configure.ac, modules/access/dvd, modules/access/dvdplay:
+  + removed dvdplay module which was deprecated in favor of the dvdnav one.
+  + removed dvd module which is going to be replace with a new dvdread one.
+
+------------------------------------------------------------------------
+r8053 | gbazin | 2004-06-25 02:09:41 +0200 (Fri, 25 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/Modules.am
+   D /trunk/modules/access/dvdread
+   A /trunk/modules/access/dvdread.c (from /trunk/modules/access/dvdread/input.c:8052)
+
+* modules/access/dvdread, modules/access/dvdread.c:
+  + major rewrite of the dvdread module.
+  + dvdread is now an access_demux module.
+
+------------------------------------------------------------------------
+r8054 | gbazin | 2004-06-25 02:16:48 +0200 (Fri, 25 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/Modules.am
+   A /trunk/modules/access/dvdnav.c (from /trunk/modules/demux/dvdnav.c:8052)
+   M /trunk/modules/demux/Modules.am
+   D /trunk/modules/demux/dvdnav.c
+
+* demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
+
+------------------------------------------------------------------------
+r8055 | gbazin | 2004-06-25 02:18:47 +0200 (Fri, 25 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+configure.ac: forgot a reference to modules/access/dvdread
+------------------------------------------------------------------------
+r8056 | gbazin | 2004-06-25 11:57:27 +0200 (Fri, 25 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+
+* src/input/input.c: win32 compilation fix.
+------------------------------------------------------------------------
+r8057 | sam | 2004-06-25 14:20:20 +0200 (Fri, 25 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/corba/Modules.am
+
+  * modules/control/corba/Modules.am:
+    + Play nicely with recent automake versions.
+
+------------------------------------------------------------------------
+r8058 | sam | 2004-06-25 14:21:32 +0200 (Fri, 25 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/HACKING
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+   M /trunk/m4/vlc.m4
+
+  * m4/vlc.m4 configure.ac:
+    + Moved the shared object suffix detection to vlc.m4.
+    + Replaced AX_* macros with VLC_* macros.
+
+------------------------------------------------------------------------
+r8059 | gbazin | 2004-06-25 16:25:27 +0200 (Fri, 25 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dvdread.c
+   M /trunk/modules/gui/wxwindows/open.cpp
+
+* gui/wxwindows/open.cpp: removed deprecated DVD entries.
+* access/dvdread.c: added dvdsimple shortcut.
+
+------------------------------------------------------------------------
+r8060 | gbazin | 2004-06-25 16:31:52 +0200 (Fri, 25 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/vout.h
+
+* modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is available).
+* modules/gui/wxwindows/menus.cpp: wallpaper entry in the menu.
+
+------------------------------------------------------------------------
+r8061 | fenrir | 2004-06-25 20:35:56 +0200 (Fri, 25 Jun 2004) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/demux/Modules.am
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/mp4/mp4.c
+   A /trunk/modules/demux/subtitle.c (from /trunk/modules/demux/util/sub.c:8042)
+   M /trunk/modules/demux/util/Modules.am
+   D /trunk/modules/demux/util/sub.c
+   D /trunk/modules/demux/util/sub.h
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/es_out.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+   M /trunk/src/input/stream.c
+
+
+ * sub ->subtitle : converted sub.c to a 'real' demux2.
+ * input.c: added basic multi-input support for subtitle.
+ * avi, mp4: don't exit anymore when no es selected.
+
+
+------------------------------------------------------------------------
+r8062 | fenrir | 2004-06-25 20:41:15 +0200 (Fri, 25 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+
+ * subtitle: compilation fix. 
+
+------------------------------------------------------------------------
+r8063 | fenrir | 2004-06-25 20:55:14 +0200 (Fri, 25 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+
+ * subtitle: removed debug message.
+
+------------------------------------------------------------------------
+r8064 | hartman | 2004-06-25 21:44:48 +0200 (Fri, 25 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* dvdnav <-> dvdplay contrib
+
+------------------------------------------------------------------------
+r8065 | fenrir | 2004-06-25 22:46:11 +0200 (Fri, 25 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+
+ * vlc_input: removed unused p_sys.
+
+------------------------------------------------------------------------
+r8066 | asmax | 2004-06-26 00:47:56 +0200 (Sat, 26 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
+
+ * ctrl_button.cpp : handle double click events too
+
+------------------------------------------------------------------------
+r8067 | gbazin | 2004-06-26 16:43:11 +0200 (Sat, 26 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+* modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.
+------------------------------------------------------------------------
+r8068 | gbazin | 2004-06-26 17:18:06 +0200 (Sat, 26 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+   M /trunk/src/playlist/playlist.c
+
+* src/misc/modules.c: module_Need() probed sub-modules twice.
+* playlist/playlist.c: with autodeletion, destroy the input before deleting the playlist item (shared data between both).
+
+------------------------------------------------------------------------
+r8069 | gbazin | 2004-06-26 17:19:31 +0200 (Sat, 26 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: got rid of unused variable.
+------------------------------------------------------------------------
+r8070 | gbazin | 2004-06-26 17:27:27 +0200 (Sat, 26 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/src/playlist/playlist.c
+
+ src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
+------------------------------------------------------------------------
+r8071 | gbazin | 2004-06-26 18:15:27 +0200 (Sat, 26 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/vars/time.cpp
+
+* modules/gui/skins2/*: removed a couple of fixme
+------------------------------------------------------------------------
+r8072 | gbazin | 2004-06-26 19:01:16 +0200 (Sat, 26 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+
+* modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.
+
+------------------------------------------------------------------------
+r8073 | gbazin | 2004-06-26 20:40:54 +0200 (Sat, 26 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
+
+* modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under x11.
+------------------------------------------------------------------------
+r8074 | gbazin | 2004-06-27 12:16:57 +0200 (Sun, 27 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvdread.c
+
+* modules/access/dvdread.c: titles and chapters start from 1.
+------------------------------------------------------------------------
+r8075 | gbazin | 2004-06-27 12:19:23 +0200 (Sun, 27 Jun 2004) | 6 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/var.c
+
+* src/input/input.c:
+  + fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT.
+  + a few coding style changes.
+* input/var.c:
+  + use the descriptive name for titles/chapters if available.
+
+------------------------------------------------------------------------
+r8076 | gbazin | 2004-06-27 15:32:07 +0200 (Sun, 27 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+   M /trunk/modules/gui/wxwindows/menus.cpp
+
+* access/dvdread.c: misc improvements/fixes.
+* modules/access/dvdnav.c: chapters start from 1.
+* modules/gui/wxwindows/menus.cpp: removed debug message.
+
+------------------------------------------------------------------------
+r8077 | gbazin | 2004-06-27 16:13:07 +0200 (Sun, 27 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvdread.c
+
+* modules/access/dvdread.c: got rid of warnings.
+------------------------------------------------------------------------
+r8078 | gbazin | 2004-06-27 16:37:28 +0200 (Sun, 27 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvdread.c
+
+* modules/access/dvdread.c: use SPU palette.
+------------------------------------------------------------------------
+r8079 | gbazin | 2004-06-27 21:27:01 +0200 (Sun, 27 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
+
+* modules/gui/skins2/controls/ctrl_checkbox.cpp: handle double click events too
+------------------------------------------------------------------------
+r8080 | gbazin | 2004-06-27 21:35:53 +0200 (Sun, 27 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+
+* modules/gui/wxwindows/menus.cpp: added file info and messages entries to the popup menu.
+------------------------------------------------------------------------
+r8081 | fenrir | 2004-06-27 21:54:35 +0200 (Sun, 27 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/var.c
+   M /trunk/src/libvlc.h
+
+ * all: a new --input-slave option to start playing with multi-input (#
+ is used as a separator), it may or may not work (depend a lot on the
+ demux).
+
+------------------------------------------------------------------------
+r8082 | fenrir | 2004-06-27 21:56:03 +0200 (Sun, 27 Jun 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+
+ * mpga: improved DEMUX_GET_TIME. It has now a perfect precision until
+the first seek. (A good DEMUX_SET_TIME has to be implemented with high
+precision).
+
+------------------------------------------------------------------------
+r8083 | hartman | 2004-06-28 01:40:29 +0200 (Mon, 28 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+* check for p_vout before accessing it. (quit before playing would cause a crash as of late)
+
+------------------------------------------------------------------------
+r8084 | hartman | 2004-06-28 03:36:48 +0200 (Mon, 28 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/coreaudio.c
+
+* take hog mode if during AC3 playback
+  jlj could you please verify this ?
+
+------------------------------------------------------------------------
+r8085 | gbazin | 2004-06-28 11:21:22 +0200 (Mon, 28 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: re-enabled the id3 and id3tag modules.
+------------------------------------------------------------------------
+r8086 | gbazin | 2004-06-28 16:03:28 +0200 (Mon, 28 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/control.c
+
+* src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
+------------------------------------------------------------------------
+r8087 | gbazin | 2004-06-28 16:04:07 +0200 (Mon, 28 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/fileinfo.cpp
+
+* modules/gui/wxwindows/fileinfo.cpp: fixed typo.
+------------------------------------------------------------------------
+r8088 | fkuehne | 2004-06-28 16:16:51 +0200 (Mon, 28 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_filter/wall.c
+
+* ALL: minor spelling fixes
+------------------------------------------------------------------------
+r8089 | fkuehne | 2004-06-28 16:17:27 +0200 (Mon, 28 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+
+* massive translation corrections
+------------------------------------------------------------------------
+r8090 | gbazin | 2004-06-28 18:03:44 +0200 (Mon, 28 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/mjpeg.c
+
+* modules/demux/mjpeg.c: handle jpeg stills.
+------------------------------------------------------------------------
+r8091 | fenrir | 2004-06-28 23:36:17 +0200 (Mon, 28 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/demuxdump.c
+
+ * demuxdump: ported to demux2.
+
+------------------------------------------------------------------------
+r8092 | fenrir | 2004-06-29 00:11:03 +0200 (Tue, 29 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: re-enabled meta infos about ES.
+
+------------------------------------------------------------------------
+r8093 | fenrir | 2004-06-29 00:49:43 +0200 (Tue, 29 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/var.c
+
+ * all: re-enabled meta-datas.
+
+------------------------------------------------------------------------
+r8094 | gbazin | 2004-06-29 17:27:56 +0200 (Tue, 29 Jun 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg/video.c: force the very 1st frame (for still pictures).
+------------------------------------------------------------------------
+r8095 | hartman | 2004-06-29 17:53:28 +0200 (Tue, 29 Jun 2004) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/TODO
+
+* TODO: some changes
+* NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.
+
+------------------------------------------------------------------------
+r8096 | sigmunau | 2004-06-30 18:06:11 +0200 (Wed, 30 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+
+segfault fix when id3tag is unavailable
+
+------------------------------------------------------------------------
+r8097 | hartman | 2004-06-30 18:26:48 +0200 (Wed, 30 Jun 2004) | 2 lines
+Changed paths:
+   M /trunk/include/main.h
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+* first stab at vlc daemon mode (-d, --daemon )
+
+------------------------------------------------------------------------
+r8098 | asmax | 2004-06-30 20:07:34 +0200 (Wed, 30 Jun 2004) | 5 lines
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+ * src/playlist/playlist.c: check "prevent-skip" to avoid skipping
+ twice after a "goto" or a "skip" command.
+ I don't know if it is the proper fix, but at least the playlist is
+ useable now ;)
+
+------------------------------------------------------------------------
+r8099 | hartman | 2004-06-30 23:37:58 +0200 (Wed, 30 Jun 2004) | 8 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+
+* src/libvlc.c:
+  - always use the dummy interface as the primary interface
+    in daemon mode.
+  - always launch the logger interface as a secondary interface.
+    (perhaps later let vlc log to /var/log if it has the rights? in append mode?)
+  - any other interfaces should be launched with --extraintf
+  - we should add a pid file option for daemon mode?
+
+------------------------------------------------------------------------
+r8100 | gbazin | 2004-07-01 00:15:32 +0200 (Thu, 01 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: added DTS support as per "ETSI TS 101 154" Annex F.
+------------------------------------------------------------------------
+r8101 | hartman | 2004-07-01 00:44:41 +0200 (Thu, 01 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* set correct AR on theora video.
+  this is also broken for encoding, but i'm not sure how to fix this.
+
+------------------------------------------------------------------------
+r8102 | gbazin | 2004-07-01 01:18:54 +0200 (Thu, 01 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/ts.c: support for dts and dvbs + a few coding style changes.
+------------------------------------------------------------------------
+r8103 | gbazin | 2004-07-01 11:47:05 +0200 (Thu, 01 Jul 2004) | 1 line
+Changed paths:
+   A /trunk/modules/codec/dmo
+
+* modules/codec/dmo: new directory.
+------------------------------------------------------------------------
+r8104 | gbazin | 2004-07-01 12:06:42 +0200 (Thu, 01 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/codecs.h
+   M /trunk/modules/codec/dmo
+   A /trunk/modules/codec/dmo/Modules.am
+   A /trunk/modules/codec/dmo/buffer.c
+   A /trunk/modules/codec/dmo/dmo.c
+   A /trunk/modules/codec/dmo/dmo.h
+
+* modules/codec/dmo: "DirectX Media Object" decoder plugin (win32 only).
+   This plugin allows using DMO filters to decode some media types (eg. WMV3).
+
+------------------------------------------------------------------------
+r8105 | gbazin | 2004-07-01 12:32:26 +0200 (Thu, 01 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: link dvdcss with dvdread on win32/darwin.
+------------------------------------------------------------------------
+r8106 | gbazin | 2004-07-01 12:35:48 +0200 (Thu, 01 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+* modules/codec/theora.c: correct encoding aspect ratio.
+------------------------------------------------------------------------
+r8107 | gbazin | 2004-07-01 12:48:44 +0200 (Thu, 01 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/ts.c: compilation fix.
+------------------------------------------------------------------------
+r8108 | gbazin | 2004-07-01 14:37:14 +0200 (Thu, 01 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/src/libvlc.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.c:
+   + start daemon mode before modules are loaded.
+   + dummy interface is the default interface when in daemon mode.
+
+------------------------------------------------------------------------
+r8109 | sigmunau | 2004-07-01 14:37:53 +0200 (Thu, 01 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/src/playlist/sort.c
+
+quit fast when sorting a playlist with 1 or less entries. Fixes a crash when
+shuffeling a playlist with 1 entry
+
+------------------------------------------------------------------------
+r8110 | sigmunau | 2004-07-01 14:54:19 +0200 (Thu, 01 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
+   M /trunk/src/video_output/vout_pictures.c
+   M /trunk/src/video_output/vout_pictures.h
+
+Doxygenized some functions in vout_pictures.c. Prepared for new chroma
+fourcc YUVA to be used in subpicture rendering
+
+------------------------------------------------------------------------
+r8111 | gbazin | 2004-07-01 16:45:45 +0200 (Thu, 01 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+* src/playlist/playlist.c: fixed recent playlist f\!ckage.
+------------------------------------------------------------------------
+r8112 | gbazin | 2004-07-01 18:05:05 +0200 (Thu, 01 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+
+* modules/codec/dmo/dmo.c: small fix to CopyPicture()
+------------------------------------------------------------------------
+r8113 | gbazin | 2004-07-02 17:12:35 +0200 (Fri, 02 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_pictures.c
+
+* include/video_output.h, include/vlc_video.h, src/video_output/*:
+   + When dealing with slow direct buffers, use a temporary picture to overlay subtitles (avoids slow reads during alpha-blending).
+* modules/video_output/directx/directx.c: signal slow picture buffers.
+
+------------------------------------------------------------------------
+r8114 | hartman | 2004-07-02 19:44:16 +0200 (Fri, 02 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/THANKS
+   M /trunk/TODO
+
+* Update TODO and other junk
+
+------------------------------------------------------------------------
+r8115 | asmax | 2004-07-03 16:04:14 +0200 (Sat, 03 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+
+  * wxwindows/menus.cpp: added missing _()
+
+------------------------------------------------------------------------
+r8116 | adn | 2004-07-05 00:22:10 +0200 (Mon, 05 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   A /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
+   A /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/os_factory.hpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
+   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
+
+added a function to minimize VLC (check win32 compilation)
+
+------------------------------------------------------------------------
+r8117 | adn | 2004-07-05 00:37:01 +0200 (Mon, 05 Jul 2004) | 2 lines
+Changed paths:
+   A /trunk/share/skins2/default/reduce_mouseover.png
+   M /trunk/share/skins2/default/theme.xml
+
+minimize in the default theme
+
+------------------------------------------------------------------------
+r8118 | adn | 2004-07-05 00:45:22 +0200 (Mon, 05 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+doc up to date (minimize)
+
+------------------------------------------------------------------------
+r8119 | adn | 2004-07-05 00:48:36 +0200 (Mon, 05 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+remember to enable it in the doc for 0.7.3
+
+------------------------------------------------------------------------
+r8120 | hartman | 2004-07-05 02:22:13 +0200 (Mon, 05 Jul 2004) | 5 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/libcddb.patch
+   A /trunk/extras/contrib/src/Patches/vcdimager.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* Add pkgcfg, libcddb, vcdimager and libcdio to OSX contrib system
+* Fixed bootstrap to use pkg.m4 from contrib system
+* Patches to make libcddb and vcdimager work
+  (stupid bugs !, how do they compile with this on other system?)
+
+------------------------------------------------------------------------
+r8121 | hartman | 2004-07-05 03:27:35 +0200 (Mon, 05 Jul 2004) | 25 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/TODO
+   M /trunk/configure.ac
+   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/applescript.m
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/misc.m
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/output.m
+   M /trunk/modules/gui/macosx/playlist.m
+   M /trunk/modules/gui/macosx/playlistinfo.m
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/src/interface/interface.c
+   M /trunk/src/vlc.c
+
+* OSX lowlevel work
+  - The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :).
+    This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly.
+  - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet.
+  - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI.
+  - there are some autorelease leaks which need to be tackled.
+  - moved a lot of the VLCApplication func. to the VLCMain class.
+  - VLCMain is a +sharedInstance now.
+  - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers?
+
+Examples:
+VLC.app/Contents/MacOS/VLC [-I macosx]
+launches VLC as before (requires you to be logged in via GUI)
+
+VLC.app/Contents/MacOS/VLC -I ncurses
+launch vlc with a ncurses intf and display video on your mac
+(requires you to be logged in via GUI)
+
+VLC.app/Contents/MacOS/clivlc -I telnet -d
+launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids
+
+Now how is that for combining GUI and cli in one application on the mac?!!? :)
+jlj? I finally understand now how the OS X interface works !
+
+
+------------------------------------------------------------------------
+r8122 | hartman | 2004-07-05 13:02:41 +0200 (Mon, 05 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* contrib system breakage fix
+
+------------------------------------------------------------------------
+r8123 | gbazin | 2004-07-05 13:34:27 +0200 (Mon, 05 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
+
+* modules/gui/skins2/win32/win32_factory.cpp: implement minimize() on win32 (I need to access the window manager object from here, don't know if this is safe).
+------------------------------------------------------------------------
+r8124 | gbazin | 2004-07-05 15:04:11 +0200 (Mon, 05 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/block.c
+
+* src/misc/block.c: win32 race condition fix.
+------------------------------------------------------------------------
+r8125 | hartman | 2004-07-05 16:18:51 +0200 (Mon, 05 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+
+* aclocal doesn't handle searching in non-existing dirs all that gracefully.
+  new method in which aclocal args first get stored in a variable.
+
+------------------------------------------------------------------------
+r8126 | courmisch | 2004-07-05 17:43:56 +0200 (Mon, 05 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/misc/httpd.c
+
+* configure.ac: check for struct sockaddr_storage
+* src/misc/httpd.c: use sockaddr_storage instead of sockaddr_in
+         (so I may have a chance of storing a sockaddr_in6 one day)
+
+------------------------------------------------------------------------
+r8127 | courmisch | 2004-07-05 19:14:00 +0200 (Mon, 05 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Fixed memory leak (can anyone confirm?)
+
+------------------------------------------------------------------------
+r8128 | fenrir | 2004-07-05 21:50:06 +0200 (Mon, 05 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_block.h
+   M /trunk/src/misc/block.c
+
+ * block.*: faster block_* and removed unused features.
+
+------------------------------------------------------------------------
+r8129 | hartman | 2004-07-05 22:42:52 +0200 (Mon, 05 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/libcddb.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+* fix contrib system on OS X 10.2.
+  - some libcddb bugs found. Sent them upstream too.
+
+------------------------------------------------------------------------
+r8130 | gbazin | 2004-07-06 18:51:35 +0200 (Tue, 06 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/mux/Modules.am
+   A /trunk/modules/mux/wav.c
+
+* modules/mux/wav.c: start of a WAV audio file muxer.
+
+------------------------------------------------------------------------
+r8131 | gbazin | 2004-07-06 18:54:05 +0200 (Tue, 06 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/araw.c
+
+* modules/codec/araw.c: increased priority of encoder.
+------------------------------------------------------------------------
+r8132 | gbazin | 2004-07-06 19:01:12 +0200 (Tue, 06 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+
+* modules/codec/dvbsub.c: rewrite of the DVB subtitles decoder.
+   It can finally decode properly all the samples I have.
+
+------------------------------------------------------------------------
+r8133 | gbazin | 2004-07-06 19:09:10 +0200 (Tue, 06 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+* src/stream_output/stream_output.c: don't forget to detach an object before destroying it.
+------------------------------------------------------------------------
+r8134 | djc | 2004-07-06 19:16:32 +0200 (Tue, 06 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/build-vlc
+   M /trunk/config.in
+
+Added current changes in the menu.
+I will now try to generate defconfig by bootstrap...
+
+------------------------------------------------------------------------
+r8135 | fenrir | 2004-07-06 23:41:15 +0200 (Tue, 06 Jul 2004) | 2 lines
+Changed paths:
+   A /trunk/modules/audio_filter/equalizer.c
+
+ * equalizer: simple (and slow) 10 bands equalizer using a IIR filter.
+
+------------------------------------------------------------------------
+r8136 | gbazin | 2004-07-07 00:12:40 +0200 (Wed, 07 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/audio_filter/Modules.am
+
+* configure.ac, modules/audio_filter/Modules.am: added the equalizer module to the build.
+------------------------------------------------------------------------
+r8137 | sigmunau | 2004-07-07 12:06:56 +0200 (Wed, 07 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/mux/Modules.am
+   A /trunk/modules/mux/mpjpeg.c
+
+a mime multipart jpeg muxer. Mimics the way some webcams work. Resulting 
+streams, served in http, are directly playable by mozilla (though 
+horribly slow)
+
+------------------------------------------------------------------------
+r8138 | gbazin | 2004-07-07 14:29:21 +0200 (Wed, 07 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/modules/demux/mp4/mp4.c
+
+* modules/demux/mp4/mp4.c: a couple of fixes for track selection when seeking.
+
+------------------------------------------------------------------------
+r8139 | sigmunau | 2004-07-07 14:51:10 +0200 (Wed, 07 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+
+yet another fix for unavailable id3tag
+
+------------------------------------------------------------------------
+r8140 | gbazin | 2004-07-07 15:25:03 +0200 (Wed, 07 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpjpeg.c
+
+* modules/mux/mpjpeg.c: allow removing/adding a track on the fly.
+------------------------------------------------------------------------
+r8141 | gbazin | 2004-07-07 15:32:46 +0200 (Wed, 07 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+* modules/demux/ogg.c: fix for --input-repeat
+------------------------------------------------------------------------
+r8142 | gbazin | 2004-07-07 17:51:23 +0200 (Wed, 07 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/src/audio_output/input.c
+
+* src/audio_output/input.c: ability to switch between equalizers on the fly.
+* modules/gui/wxwindows/menus.cpp: added equalizers to the menus.
+
+------------------------------------------------------------------------
+r8143 | courmisch | 2004-07-07 18:24:56 +0200 (Wed, 07 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/netsync.c
+
+* netsync module no longer IPv4-specific
+
+
+------------------------------------------------------------------------
+r8144 | gbazin | 2004-07-07 18:41:26 +0200 (Wed, 07 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: added mpjpeg muxer to the build.
+------------------------------------------------------------------------
+r8145 | sigmunau | 2004-07-07 23:09:20 +0200 (Wed, 07 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+   M /trunk/src/libvlc.h
+
+hadded keys to cycle audio track and subtitle track
+
+------------------------------------------------------------------------
+r8146 | fenrir | 2004-07-08 01:11:08 +0200 (Thu, 08 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+ * livedotcom: first try to support m$ rtsp. It works on the url I have.
+
+------------------------------------------------------------------------
+r8147 | fenrir | 2004-07-08 01:12:30 +0200 (Thu, 08 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+
+ * Modules.am: link livedotcom with access/mms/asf.c
+
+------------------------------------------------------------------------
+r8148 | fenrir | 2004-07-08 01:16:30 +0200 (Thu, 08 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+
+ * demux: stream_DemuxControl: emulate seek.
+
+------------------------------------------------------------------------
+r8149 | fenrir | 2004-07-08 01:26:35 +0200 (Thu, 08 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/http.c
+
+ * http: added a mime option.
+
+------------------------------------------------------------------------
+r8150 | sigmunau | 2004-07-08 11:12:37 +0200 (Thu, 08 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_keys.h
+
+Forgot this file in my last commit. 
+
+------------------------------------------------------------------------
+r8151 | sigmunau | 2004-07-08 11:38:42 +0200 (Thu, 08 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+hotkeys.c: Don't show "Disabled" when cycling audio tracks. Fixed =/== issue
+with the subtitles hotkey (thank you gcc)
+
+------------------------------------------------------------------------
+r8152 | gbazin | 2004-07-08 12:52:23 +0200 (Thu, 08 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: center the volume control on the toolbar.
+------------------------------------------------------------------------
+r8153 | gbazin | 2004-07-08 14:25:20 +0200 (Thu, 08 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/playlist/playlist.c
+
+* src/playlist/playlist.c: another autodelete fix.
+------------------------------------------------------------------------
+r8154 | hartman | 2004-07-08 14:48:29 +0200 (Thu, 08 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+
+* Fix building of livedotcom module for !--mostly-builtin
+
+------------------------------------------------------------------------
+r8155 | gbazin | 2004-07-08 16:20:11 +0200 (Thu, 08 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+* src/input/decoder.c: better pictures leakage detection.
+------------------------------------------------------------------------
+r8156 | fenrir | 2004-07-08 20:10:10 +0200 (Thu, 08 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer.c
+
+ * equalizer: added a preamp value per preset.
+
+------------------------------------------------------------------------
+r8157 | gbazin | 2004-07-09 17:15:07 +0200 (Fri, 09 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/playlist/m3u.c
+   M /trunk/modules/demux/playlist/playlist.c
+   M /trunk/src/input/stream.c
+
+* modules/demux/playlist, src/input/stream.c: fixed a shitload of bugs in playlist demuxers + simplified a lot.
+------------------------------------------------------------------------
+r8158 | gbazin | 2004-07-09 23:13:11 +0200 (Fri, 09 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/flac.c
+
+* modules/codec/flac.c: couple of fixes.
+------------------------------------------------------------------------
+r8159 | fenrir | 2004-07-10 19:18:50 +0200 (Sat, 10 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/include/stream_output.h
+   M /trunk/src/stream_output/stream_output.c
+
+ * all: lot of cosmetics, and added a MUX_GET_MIME (not yet used).
+
+------------------------------------------------------------------------
+r8160 | fenrir | 2004-07-10 19:19:28 +0200 (Sat, 10 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/codec/x264.c
+
+ all: sout_ParseCfg -> sout_CfgParse.
+
+------------------------------------------------------------------------
+r8161 | fenrir | 2004-07-10 19:20:11 +0200 (Sat, 10 Jul 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/ps.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/mux/ogg.c
+
+ * all: cosmetics + MUX_GET_MIME.
+
+------------------------------------------------------------------------
+r8162 | fenrir | 2004-07-10 19:20:59 +0200 (Sat, 10 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/display.c
+   M /trunk/modules/stream_out/duplicate.c
+   M /trunk/modules/stream_out/es.c
+   M /trunk/modules/stream_out/gather.c
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/modules/stream_out/transrate/transrate.c
+
+ * all: cosmetics.
+
+------------------------------------------------------------------------
+r8163 | fenrir | 2004-07-10 19:22:10 +0200 (Sat, 10 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+
+* vlc_common: moved a few typedefs from stream_output.h
+
+------------------------------------------------------------------------
+r8164 | fenrir | 2004-07-10 19:22:35 +0200 (Sat, 10 Jul 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
+
+ * all: sout_ParseCfg -> sout_CfgParse.
+
+------------------------------------------------------------------------
+r8165 | gbazin | 2004-07-10 20:08:09 +0200 (Sat, 10 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/include/mtime.h
+   M /trunk/include/vlc_common.h
+   M /trunk/src/misc/mtime.c
+
+* src/misc/mtime.c, include/mtime.h: new common "date" API for date incrementation without long-term rounding errors.
+  (is going to replace audio_date_t).
+
+------------------------------------------------------------------------
+r8166 | fenrir | 2004-07-10 20:12:56 +0200 (Sat, 10 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mpjpeg.c
+   M /trunk/modules/mux/wav.c
+
+ * all: compilation fix.
+
+------------------------------------------------------------------------
+r8167 | fenrir | 2004-07-11 11:58:24 +0200 (Sun, 11 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/theora.c
+
+ *  theora: compilation fix.
+
+------------------------------------------------------------------------
+r8168 | asmax | 2004-07-11 13:15:43 +0200 (Sun, 11 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins/x11/x11_timer.cpp
+
+ * x11_timer.cpp: compilation fix
+
+------------------------------------------------------------------------
+r8169 | hartman | 2004-07-11 18:26:21 +0200 (Sun, 11 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* Fix audio subtitle track changer hotkey on OSX.
+
+------------------------------------------------------------------------
+r8170 | hartman | 2004-07-11 18:26:58 +0200 (Sun, 11 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/TODO
+
+NEWS: not that 0.7.3 is not released yet
+TODO: updates more stuff to do :)
+
+------------------------------------------------------------------------
+r8171 | zorglub | 2004-07-12 08:42:47 +0200 (Mon, 12 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/filter_common.h
+   M /trunk/modules/video_filter/invert.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_filter/transform.c
+
+Fix segfault when child vout creation fails
+------------------------------------------------------------------------
+r8172 | zorglub | 2004-07-12 08:43:28 +0200 (Mon, 12 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+Fix refcount problem when creation fails
+------------------------------------------------------------------------
+r8173 | zorglub | 2004-07-12 08:45:07 +0200 (Mon, 12 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/channel_mixer/headphone.c
+   M /trunk/modules/audio_filter/equalizer.c
+   M /trunk/src/audio_output/input.c
+   M /trunk/src/input/input.c
+
+Allow on the fly change of equalizer config. Only restart aout when enabling/disabling equalizer
+------------------------------------------------------------------------
+r8174 | zorglub | 2004-07-12 08:45:48 +0200 (Mon, 12 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/Modules.am
+   A /trunk/modules/audio_filter/normvol.c
+
+Added a very trivial volume normalizer
+------------------------------------------------------------------------
+r8175 | zorglub | 2004-07-12 08:47:15 +0200 (Mon, 12 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+   A /trunk/modules/gui/wxwindows/extrapanel.cpp
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+   M /trunk/modules/gui/wxwindows/messages.cpp
+   D /trunk/modules/gui/wxwindows/streamwizard.cpp
+   M /trunk/modules/gui/wxwindows/subtitles.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Removed the old streaming wizard\nSplitted the interface file into interface+extrapanel\nExtrapanel is now a notebook\nReworked the video extrapanel (removed ratio,added filters)\nImplemented a graphical equaliwer
+------------------------------------------------------------------------
+r8176 | zorglub | 2004-07-12 08:48:37 +0200 (Mon, 12 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/TODO
+
+Updated TODO
+------------------------------------------------------------------------
+r8177 | titer | 2004-07-12 08:56:05 +0200 (Mon, 12 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/normvol.c
+
+ Fixed norm-max-level description
+
+------------------------------------------------------------------------
+r8178 | anil | 2004-07-12 09:33:02 +0200 (Mon, 12 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+
+* unicode fixes
+
+------------------------------------------------------------------------
+r8179 | gbazin | 2004-07-12 10:30:12 +0200 (Mon, 12 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: added new normvol module to the build.
+------------------------------------------------------------------------
+r8180 | gbazin | 2004-07-12 13:57:49 +0200 (Mon, 12 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+
+* modules/gui/wxwindows/extrapanel.cpp: try to use some spacing between widgets to make it actually readable. The equalizer panel would need more work though (ah and the wizard needs a whole load of them as well).
+
+------------------------------------------------------------------------
+r8181 | asmax | 2004-07-12 20:02:57 +0200 (Mon, 12 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/build-vlc
+   M /trunk/config.in
+   M /trunk/configure.ac
+   A /trunk/modules/visualization/galaktos
+   A /trunk/modules/visualization/galaktos/Modules.am
+   A /trunk/modules/visualization/galaktos/glx.c
+   A /trunk/modules/visualization/galaktos/glx.h
+   A /trunk/modules/visualization/galaktos/plugin.c
+   A /trunk/modules/visualization/galaktos/plugin.h
+   M /trunk/src/audio_output/input.c
+
+ * all: skeleton of a coming-soon OpenGL visualization plugin, compatible
+   with MilkDrop for winamp.
+
+------------------------------------------------------------------------
+r8182 | zorglub | 2004-07-13 13:41:21 +0200 (Tue, 13 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+
+Couple of fixes
+------------------------------------------------------------------------
+r8183 | sigmunau | 2004-07-13 14:05:21 +0200 (Tue, 13 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+
+mpga.c: fixed some memleaks in the probing process
+
+------------------------------------------------------------------------
+r8184 | gbazin | 2004-07-14 12:21:21 +0200 (Wed, 14 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/threads.c
+
+* src/misc/threads.c: fixed long standing win32 thread handles leak.
+------------------------------------------------------------------------
+r8185 | asmax | 2004-07-14 15:03:54 +0200 (Wed, 14 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/galaktos/Modules.am
+   M /trunk/modules/visualization/galaktos/glx.c
+   M /trunk/modules/visualization/galaktos/glx.h
+   A /trunk/modules/visualization/galaktos/main.c
+   A /trunk/modules/visualization/galaktos/main.h
+   M /trunk/modules/visualization/galaktos/plugin.c
+
+ * all: just a basic OpenGL scope at the moment
+
+------------------------------------------------------------------------
+r8186 | gbazin | 2004-07-14 21:26:30 +0200 (Wed, 14 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+
+* modules/codec/ffmpeg/demux.c: don't use libavformat's redirector demux.
+------------------------------------------------------------------------
+r8187 | gbazin | 2004-07-15 14:41:38 +0200 (Thu, 15 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer.c
+
+* modules/audio_filter/equalizer.c: fixed segfault in BandsCallback().
+------------------------------------------------------------------------
+r8188 | hartman | 2004-07-15 17:20:46 +0200 (Thu, 15 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/ncurses.c
+
+* spelling error
+
+------------------------------------------------------------------------
+r8189 | hartman | 2004-07-15 17:24:53 +0200 (Thu, 15 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+
+* reenable the prefs. this was a small leftover from debugging
+
+------------------------------------------------------------------------
+r8190 | hartman | 2004-07-15 20:47:32 +0200 (Thu, 15 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/coreaudio.c
+
+* removed the hog elements. They are breaking stuff..
+
+------------------------------------------------------------------------
+r8191 | sam | 2004-07-16 13:26:48 +0200 (Fri, 16 Jul 2004) | 8 lines
+Changed paths:
+   M /trunk/debian/README.Debian
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+
+  * debian/rules:
+    + Activated Theora support (Closes: #259061).
+    + Re-enabled the KDE plugin (Closes: #258295).
+  * debian/control:
+    + Set policy to 3.6.1.1.
+    + Build-depend on libid3tag0-dev for ID3 tag support.
+    + Made vlc depend on wxvlc for the moment.
+
+------------------------------------------------------------------------
+r8192 | hartman | 2004-07-16 13:29:21 +0200 (Fri, 16 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.h
+   M /trunk/modules/control/http.c
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/demux/mp4/mp4.c
+   M /trunk/modules/misc/sap.c
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/video_output/fb.c
+   M /trunk/modules/video_output/ggi.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/share/http/info.html
+   M /trunk/src/input/input.c
+
+* it's information, not informations (grep -r)
+* modules/demux/avi/avi.c: Look a bit further into the file for the avi tag.
+  this allows you to play avi in uncompressed .rar (only first part of course).
+
+------------------------------------------------------------------------
+r8193 | sam | 2004-07-16 13:33:32 +0200 (Fri, 16 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_config.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_meta.h
+   M /trunk/include/vlc_playlist.h
+
+  * it's information, not informations (you missed some, dj :P)
+
+------------------------------------------------------------------------
+r8194 | sam | 2004-07-16 13:50:27 +0200 (Fri, 16 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac:
+    + Added full library dependencies to the -lXt check.
+
+------------------------------------------------------------------------
+r8195 | sam | 2004-07-16 15:10:34 +0200 (Fri, 16 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: fixed a misplaced parenthesis in the -lXt detection.
+
+------------------------------------------------------------------------
+r8196 | hartman | 2004-07-16 18:34:11 +0200 (Fri, 16 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ * Fix alignment on a configure --help message
+
+------------------------------------------------------------------------
+r8197 | fenrir | 2004-07-16 20:35:50 +0200 (Fri, 16 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer.c
+
+  * equalizer: fixed a bug with strtof.
+      (Please look at the warnings, most of the time "incompatible pointer
+type" isn't really good ;)
+
+------------------------------------------------------------------------
+r8198 | fenrir | 2004-07-16 21:33:20 +0200 (Fri, 16 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/libmp4.c
+   M /trunk/modules/mux/mp4.c
+
+ * libmp4.c: MMhh .mp4 is 99.99% the same thing than .mov but not 100% :(((
+ * mp4.c: hdlr atom in the .mp4 and .mov way.
+
+------------------------------------------------------------------------
+r8199 | hartman | 2004-07-16 22:05:03 +0200 (Fri, 16 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+
+* update ffmpeg patch. no more need for lrintf() and libpostproc header install workaround
+
+------------------------------------------------------------------------
+r8200 | hartman | 2004-07-16 23:05:52 +0200 (Fri, 16 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+
+* no more need for unistd.h patch in rtsp.c of ffmpeg either
+
+------------------------------------------------------------------------
+r8201 | hartman | 2004-07-17 01:04:57 +0200 (Sat, 17 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/dvdnav.patch
+
+* libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)
+
+------------------------------------------------------------------------
+r8202 | courmisch | 2004-07-17 13:50:43 +0200 (Sat, 17 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+Check for getnameinfo() - required for later patch
+
+------------------------------------------------------------------------
+r8203 | hartman | 2004-07-17 13:51:46 +0200 (Sat, 17 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/audio_filter/equalizer.c
+
+* strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
+  added configure.ac check and use strtod with cast as backup since it is ANSI C
+
+------------------------------------------------------------------------
+r8204 | courmisch | 2004-07-17 14:30:59 +0200 (Sat, 17 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+IPv6 support for HTTPd
+
+------------------------------------------------------------------------
+r8205 | asmax | 2004-07-17 15:55:48 +0200 (Sat, 17 Jul 2004) | 13 lines
+Changed paths:
+   M /trunk/modules/visualization/galaktos/Modules.am
+   A /trunk/modules/visualization/galaktos/PCM.c
+   A /trunk/modules/visualization/galaktos/PCM.h
+   A /trunk/modules/visualization/galaktos/beat_detect.c
+   A /trunk/modules/visualization/galaktos/beat_detect.h
+   A /trunk/modules/visualization/galaktos/builtin_funcs.c
+   A /trunk/modules/visualization/galaktos/builtin_funcs.h
+   A /trunk/modules/visualization/galaktos/common.h
+   A /trunk/modules/visualization/galaktos/compare.h
+   A /trunk/modules/visualization/galaktos/custom_shape.c
+   A /trunk/modules/visualization/galaktos/custom_shape.h
+   A /trunk/modules/visualization/galaktos/custom_shape_types.h
+   A /trunk/modules/visualization/galaktos/custom_wave.c
+   A /trunk/modules/visualization/galaktos/custom_wave.h
+   A /trunk/modules/visualization/galaktos/custom_wave_types.h
+   A /trunk/modules/visualization/galaktos/engine_vars.c
+   A /trunk/modules/visualization/galaktos/engine_vars.h
+   A /trunk/modules/visualization/galaktos/eval.c
+   A /trunk/modules/visualization/galaktos/eval.h
+   A /trunk/modules/visualization/galaktos/expr_types.h
+   A /trunk/modules/visualization/galaktos/fatal.h
+   A /trunk/modules/visualization/galaktos/fftsg.c
+   A /trunk/modules/visualization/galaktos/func.c
+   A /trunk/modules/visualization/galaktos/func.h
+   A /trunk/modules/visualization/galaktos/func_types.h
+   M /trunk/modules/visualization/galaktos/glx.c
+   M /trunk/modules/visualization/galaktos/glx.h
+   A /trunk/modules/visualization/galaktos/idle_preset.h
+   A /trunk/modules/visualization/galaktos/init_cond.c
+   A /trunk/modules/visualization/galaktos/init_cond.h
+   A /trunk/modules/visualization/galaktos/init_cond_types.h
+   A /trunk/modules/visualization/galaktos/interface_types.h
+   M /trunk/modules/visualization/galaktos/main.c
+   M /trunk/modules/visualization/galaktos/main.h
+   A /trunk/modules/visualization/galaktos/param.c
+   A /trunk/modules/visualization/galaktos/param.h
+   A /trunk/modules/visualization/galaktos/param_types.h
+   A /trunk/modules/visualization/galaktos/parser.c
+   A /trunk/modules/visualization/galaktos/parser.h
+   A /trunk/modules/visualization/galaktos/per_frame_eqn.c
+   A /trunk/modules/visualization/galaktos/per_frame_eqn.h
+   A /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
+   A /trunk/modules/visualization/galaktos/per_pixel_eqn.c
+   A /trunk/modules/visualization/galaktos/per_pixel_eqn.h
+   A /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
+   A /trunk/modules/visualization/galaktos/per_point_types.h
+   M /trunk/modules/visualization/galaktos/plugin.c
+   M /trunk/modules/visualization/galaktos/plugin.h
+   A /trunk/modules/visualization/galaktos/preset.c
+   A /trunk/modules/visualization/galaktos/preset.h
+   A /trunk/modules/visualization/galaktos/preset_types.h
+   A /trunk/modules/visualization/galaktos/splaytree.c
+   A /trunk/modules/visualization/galaktos/splaytree.h
+   A /trunk/modules/visualization/galaktos/splaytree_types.h
+   A /trunk/modules/visualization/galaktos/tree_types.c
+   A /trunk/modules/visualization/galaktos/tree_types.h
+   A /trunk/modules/visualization/galaktos/video_init.c
+   A /trunk/modules/visualization/galaktos/video_init.h
+
+  * all: first implementation of a MilkDrop-compatible visualization plugin,
+    based on ProjectM (xmms-projectm.sourceforge.net), without the
+    dependency on SDL 1.3. At the moment it only works on X11 with GLX 1.3,
+    I didn't manage to have it working with the 1.2 API :(
+    SGI Pbuffers are not used yet, I didn't manage to have them working
+    well either :(
+    Milkdrop presets are searched in /etc/projectM/presets (guess why ;)
+    With projectM presets, colours look a bit "flashy", I wonder if it
+    is normal...
+    To compile the plugin, add --enable-galaktos in configure. The only
+    dependencies are on X11 and OpenGL libs.
+    Enjoy !
+
+------------------------------------------------------------------------
+r8206 | courmisch | 2004-07-17 16:07:40 +0200 (Sat, 17 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Fix corner case introduced in HTTPd IPv6 patch
+
+------------------------------------------------------------------------
+r8207 | courmisch | 2004-07-17 17:04:42 +0200 (Sat, 17 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/mms/mmstu.c
+
+Fallback for UDP if not using IPv4
+
+------------------------------------------------------------------------
+r8208 | courmisch | 2004-07-17 18:56:59 +0200 (Sat, 17 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+Fix socket errors handling.
+Fallback to IPv4 with option --ipv6 if IPv6 fails
+
+------------------------------------------------------------------------
+r8209 | hartman | 2004-07-17 22:43:52 +0200 (Sat, 17 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/TODO
+
+* additions to TODO list
+
+------------------------------------------------------------------------
+r8210 | hartman | 2004-07-18 13:25:28 +0200 (Sun, 18 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+* spelling corrections
+
+------------------------------------------------------------------------
+r8211 | fenrir | 2004-07-18 14:03:37 +0200 (Sun, 18 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+ * ftp: handle multiple lines answers.
+
+------------------------------------------------------------------------
+r8212 | asmax | 2004-07-18 15:56:08 +0200 (Sun, 18 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/visualization/galaktos/glx.c
+   M /trunk/modules/visualization/galaktos/glx.h
+   M /trunk/modules/visualization/galaktos/main.c
+   M /trunk/modules/visualization/galaktos/plugin.c
+   M /trunk/modules/visualization/galaktos/plugin.h
+
+ * all: now both GLX 1.2 and 1.3 are supported
+
+------------------------------------------------------------------------
+r8213 | fenrir | 2004-07-18 18:33:02 +0200 (Sun, 18 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mpeg/mpga.c
+
+ * mpga: fixed a memleak+warnings.
+
+------------------------------------------------------------------------
+r8214 | fenrir | 2004-07-18 19:04:44 +0200 (Sun, 18 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+
+ * subtitle: fixed a small memleak.
+
+------------------------------------------------------------------------
+r8215 | fenrir | 2004-07-18 19:05:45 +0200 (Sun, 18 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+ stream.c: do not drop empty line.
+
+------------------------------------------------------------------------
+r8216 | gbazin | 2004-07-19 10:57:42 +0200 (Mon, 19 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/control/http.c
+
+* modules/control/http.c: portability fix.
+------------------------------------------------------------------------
+r8217 | gbazin | 2004-07-19 11:46:06 +0200 (Mon, 19 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+* src/misc/httpd.c: ipv6 win32 fix.
+------------------------------------------------------------------------
+r8218 | gbazin | 2004-07-19 16:54:37 +0200 (Mon, 19 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+* modules/demux/ts.c: added support for transport streams with Reed-Solomon (204,188) error correction (16 bytes ECC discarded).
+------------------------------------------------------------------------
+r8219 | fenrir | 2004-07-19 19:04:45 +0200 (Mon, 19 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+ * stream.c: fixed seeking near the end of a stream.
+
+------------------------------------------------------------------------
+r8220 | hartman | 2004-07-19 21:41:44 +0200 (Mon, 19 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+* darwin buildflag for vlc/libvlc
+
+------------------------------------------------------------------------
+r8221 | gbazin | 2004-07-20 11:23:18 +0200 (Tue, 20 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+* src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from working.
+------------------------------------------------------------------------
+r8222 | sam | 2004-07-20 11:53:24 +0200 (Tue, 20 Jul 2004) | 9 lines
+Changed paths:
+   M /trunk/debian/README.Debian
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+
+  * debian/control:
+    + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
+      versions of this library.
+    + Recommend the videolan-doc package.
+    + Build-conflict on libavcodec-dev, just in case it enters Sid at an
+      unappropriate moment.
+  * debian/README.Debian:
+    + Removed mention of the libmpeg2 tree, which we no longer provide.
+
+------------------------------------------------------------------------
+r8223 | sigmunau | 2004-07-20 13:49:04 +0200 (Tue, 20 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mpjpeg.c
+
+mpjpeg.c: The rfc says to use \r\n so use \r\n. Also set the right mime type.
+This makes the served stream work with cambozola applet.
+
+------------------------------------------------------------------------
+r8224 | adn | 2004-07-20 18:43:36 +0200 (Tue, 20 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
+
+author :)
+
+------------------------------------------------------------------------
+r8225 | asmax | 2004-07-20 22:25:25 +0200 (Tue, 20 Jul 2004) | 7 lines
+Changed paths:
+   M /trunk/build-vlc
+   M /trunk/config.in
+   M /trunk/configure.ac
+   M /trunk/modules/video_output/x11/Modules.am
+   A /trunk/modules/video_output/x11/glx.c (from /trunk/modules/visualization/galaktos/glx.c:8212)
+   M /trunk/modules/visualization/galaktos/main.c
+   M /trunk/modules/visualization/galaktos/video_init.c
+
+  * modules/video_output/x11/glx.c: new OpenGL vout for X11.
+    TODO: - factorization with xcommon.c
+          - factorization with glx.c in GaLaktos plugin
+          - remove hard-coded values
+    (If you don't like the rotating cube, hack the code yourself,
+    the variables will come later ! ;)
+
+------------------------------------------------------------------------
+r8226 | hartman | 2004-07-20 23:36:51 +0200 (Tue, 20 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+* recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)
+
+------------------------------------------------------------------------
+r8227 | asmax | 2004-07-21 00:25:06 +0200 (Wed, 21 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/glx.c
+
+  * glx.c: don't scale the image with the chroma (supposed to speed up
+    the conversion ??)
+
+------------------------------------------------------------------------
+r8228 | hartman | 2004-07-21 01:15:33 +0200 (Wed, 21 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+* Fix livedotcom API change.
+  Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.
+
+------------------------------------------------------------------------
+r8229 | hartman | 2004-07-21 20:45:06 +0200 (Wed, 21 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+* Fix the sap module compilation. Compile before you commit strikes once again.......
+
+------------------------------------------------------------------------
+r8230 | hartman | 2004-07-21 21:03:34 +0200 (Wed, 21 Jul 2004) | 2 lines
+Changed paths:
+   A /trunk/share/http/webcam.html
+
+* Example Multipart MJPEG webpage. With cambozola JAVA applet example.
+
+------------------------------------------------------------------------
+r8231 | asmax | 2004-07-22 00:38:49 +0200 (Thu, 22 Jul 2004) | 7 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_objects.h
+   A /trunk/include/vlc_opengl.h
+   M /trunk/modules/video_output/x11/glx.c
+   M /trunk/modules/visualization/galaktos/Modules.am
+   D /trunk/modules/visualization/galaktos/glx.c
+   D /trunk/modules/visualization/galaktos/glx.h
+   M /trunk/modules/visualization/galaktos/main.c
+   M /trunk/modules/visualization/galaktos/plugin.c
+   M /trunk/modules/visualization/galaktos/plugin.h
+   M /trunk/src/misc/objects.c
+
+ * all: created a new module type "opengl provider", which provides a
+   simple interface to create and use OpenGL windows
+ * modules/video_output/x11/glx.c: the GLX vout now implements the
+  "opengl provider" interface
+ * modules/visualization/galaktos/*: no more dependency on GLX: we use
+   the generic opengl provider interface instead.
+
+------------------------------------------------------------------------
+r8232 | gbazin | 2004-07-22 08:59:56 +0200 (Thu, 22 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/include/vlc_access.h
+   M /trunk/include/vlc_demux.h
+   M /trunk/include/vlc_es_out.h
+   M /trunk/include/vlc_opengl.h
+   M /trunk/include/vlc_stream.h
+
+* Makefile.am: added include/vlc_opengl.h to the build.
+------------------------------------------------------------------------
+r8233 | gbazin | 2004-07-22 09:03:22 +0200 (Thu, 22 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/visualization/galaktos
+
+* modules/visualization/galaktos: added svn:ignore property.
+------------------------------------------------------------------------
+r8234 | titer | 2004-07-22 10:51:40 +0200 (Thu, 22 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/bootstrap
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/gettext.patch
+   M /trunk/extras/contrib/src/packages.mak
+
+ contrib/*: started to adapt the contrib system for BeOS
+
+------------------------------------------------------------------------
+r8235 | hartman | 2004-07-22 13:49:14 +0200 (Thu, 22 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access_output/udp.c
+
+* frenglish paquets -> packets
+
+------------------------------------------------------------------------
+r8236 | titer | 2004-07-22 15:06:21 +0200 (Thu, 22 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ configure.ac: check for png_set_rows in libpng because early versions
+ don't have it
+
+------------------------------------------------------------------------
+r8237 | titer | 2004-07-22 15:50:35 +0200 (Thu, 22 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/netsync.c
+
+ netsync.c: converted to unix file because BeOS' gcc chokes on dos files
+
+------------------------------------------------------------------------
+r8238 | titer | 2004-07-22 16:21:59 +0200 (Thu, 22 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+   M /trunk/src/misc/httpd.c
+
+ BeOS doesn't know about PF_INET
+
+------------------------------------------------------------------------
+r8239 | titer | 2004-07-22 17:09:42 +0200 (Thu, 22 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer.c
+
+ equalizer.c: compile fix for old compilers (thx sam)
+
+------------------------------------------------------------------------
+r8240 | gbazin | 2004-07-22 17:45:54 +0200 (Thu, 22 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_chroma/i420_rgb.c
+
+* modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.
+------------------------------------------------------------------------
+r8241 | gbazin | 2004-07-22 18:37:43 +0200 (Thu, 22 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/glx.c
+
+* modules/video_output/x11/glx.c: improvements.
+------------------------------------------------------------------------
+r8242 | titer | 2004-07-22 18:48:38 +0200 (Thu, 22 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+
+ contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)
+
+------------------------------------------------------------------------
+r8243 | gbazin | 2004-07-22 23:27:45 +0200 (Thu, 22 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/video_output.h
+   D /trunk/include/vlc_opengl.h
+   M /trunk/modules/video_output/Modules.am
+   A /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/x11/Modules.am
+   M /trunk/modules/video_output/x11/glx.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/video_output/x11/xcommon.h
+   M /trunk/modules/visualization/galaktos/main.c
+   M /trunk/modules/visualization/galaktos/plugin.c
+   M /trunk/modules/visualization/galaktos/plugin.h
+
+* modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
+* modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module).
+* modules/visualization/galaktos/*: uses the new "opengl provider" module.
+
+------------------------------------------------------------------------
+r8244 | gbazin | 2004-07-22 23:30:45 +0200 (Thu, 22 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* Makefile.am: include/vlc_opengl.h was removed.
+------------------------------------------------------------------------
+r8245 | gbazin | 2004-07-22 23:50:15 +0200 (Thu, 22 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/glx.c
+
+* modules/video_output/x11/glx.c: vlc_opengl.h was removed.
+------------------------------------------------------------------------
+r8246 | gbazin | 2004-07-22 23:53:43 +0200 (Thu, 22 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/objects.c
+
+* src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?
+------------------------------------------------------------------------
+r8247 | gbazin | 2004-07-23 00:14:42 +0200 (Fri, 23 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/x11/glx.c
+
+* modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.
+------------------------------------------------------------------------
+r8248 | gbazin | 2004-07-23 00:36:16 +0200 (Fri, 23 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/x11/glx.c
+   M /trunk/modules/visualization/galaktos/plugin.c
+
+* modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.
+
+------------------------------------------------------------------------
+r8249 | titer | 2004-07-23 00:59:50 +0200 (Fri, 23 Jul 2004) | 7 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/mpeg2dec.patch
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/beos/MediaControlView.cpp
+   M /trunk/modules/gui/beos/VlcWrapper.cpp
+   M /trunk/modules/video_filter/deinterlace.c
+
+ + configure.ac: don't build OpenGL support on BeOS although it has gl.h
+ + extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
+   (buggy compiler)
+ + modules/gui/beos/*: quick compile fixes
+ + modules/video_filter/deinterlace.c: require mmxext instead of mmx
+ + Makefile.am: on BeOS, build a VLC bundle a la OS X
+
+------------------------------------------------------------------------
+r8250 | damienf | 2004-07-23 12:19:58 +0200 (Fri, 23 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dshow/filter.cpp
+   M /trunk/modules/access/dshow/filter.h
+
+improved filter compatibility by favoring current connection media type in subsequent connections
+
+------------------------------------------------------------------------
+r8251 | titer | 2004-07-23 13:33:25 +0200 (Fri, 23 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+   A /trunk/extras/contrib/src/Patches/libdvdread.patch
+   A /trunk/extras/contrib/src/Patches/speex.patch
+
+ BeOS contrib bla bla
+
+------------------------------------------------------------------------
+r8252 | gbazin | 2004-07-23 14:42:11 +0200 (Fri, 23 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_intf.c
+
+* src/video_output/vout_intf.c: small kludge for opengl providers.
+------------------------------------------------------------------------
+r8253 | gbazin | 2004-07-23 14:47:34 +0200 (Fri, 23 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/directx/Modules.am
+   M /trunk/modules/video_output/directx/events.c
+   A /trunk/modules/video_output/directx/glwin32.c
+   M /trunk/modules/video_output/directx/vout.h
+
+* modules/video_output/directx/glwin32.c: 1st shot at a win32 opengl provider.
+* modules/video_output/directx/events.c: removed unused code.
+
+------------------------------------------------------------------------
+r8254 | gbazin | 2004-07-23 15:37:43 +0200 (Fri, 23 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+* modules/video_output/opengl.c: forward control queries to opengl provider.
+------------------------------------------------------------------------
+r8255 | titer | 2004-07-23 16:19:31 +0200 (Fri, 23 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/extras/contrib/src/Makefile
+
+ + configure.ac: BeOS dvdread linkage fix
+ + contrib/src/Makefile: build more libs on BeOS, use libdts' svn
+ + Makefile.am: fixed BeOS packages generation
+
+------------------------------------------------------------------------
+r8256 | sam | 2004-07-23 17:16:00 +0200 (Fri, 23 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
+    to trigger AltiVec optimisations in our generic code.
+
+------------------------------------------------------------------------
+r8257 | sam | 2004-07-23 18:16:22 +0200 (Fri, 23 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: fixed the AltiVec capabilities check.
+
+------------------------------------------------------------------------
+r8258 | gbazin | 2004-07-23 18:36:51 +0200 (Fri, 23 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/x11/glx.c
+
+* modules/video_output/opengl.c, modules/video_output/x11/glx.c: proper scaling + fixes.
+------------------------------------------------------------------------
+r8259 | gbazin | 2004-07-23 18:43:22 +0200 (Fri, 23 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: added glwin32 and fixed linkage of the opengl module on win32.
+------------------------------------------------------------------------
+r8260 | gbazin | 2004-07-23 20:08:58 +0200 (Fri, 23 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/visualization/galaktos/plugin.c
+
+* modules/visualization/galaktos/plugin.c: fixed threading issues with opengl.
+------------------------------------------------------------------------
+r8261 | gbazin | 2004-07-23 20:13:20 +0200 (Fri, 23 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/visualization/galaktos/plugin.c
+
+* modules/visualization/galaktos/plugin.c: usual test before you commit.
+------------------------------------------------------------------------
+r8262 | gbazin | 2004-07-24 02:20:19 +0200 (Sat, 24 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/Modules.am
+   A /trunk/modules/access/screen.c
+
+* modules/access/screen.c: new screen capture access module. Only X11 for now but should be straight-forward to adapt to other platforms.
+
+------------------------------------------------------------------------
+r8263 | courmisch | 2004-07-24 11:06:58 +0200 (Sat, 24 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/src/misc/httpd.c
+
+- really iterate through getaddrinfo(),
+- fixed read after freeaddrinfo() bug,
+- removed extraneous debug messages
+
+------------------------------------------------------------------------
+r8264 | gbazin | 2004-07-24 11:50:14 +0200 (Sat, 24 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/TODO
+
+NEWS, TODO: comprehensive new features update.
+------------------------------------------------------------------------
+r8265 | gbazin | 2004-07-24 12:24:11 +0200 (Sat, 24 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/stream_out/display.c
+
+* modules/stream_out/display.c: converted to the new input API + re-enabled in the build.
+------------------------------------------------------------------------
+r8266 | fenrir | 2004-07-24 13:12:39 +0200 (Sat, 24 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer.c
+
+ * equalizer : [0] isn't cool, use a define.
+
+------------------------------------------------------------------------
+r8267 | fenrir | 2004-07-24 13:28:50 +0200 (Sat, 24 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4.c: really(?) fixed the tkhd invalid width (thx bond for the
+report).
+
+------------------------------------------------------------------------
+r8268 | fenrir | 2004-07-24 13:57:47 +0200 (Sat, 24 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/dummy/input.c
+
+ * input: release p_playlist.
+
+------------------------------------------------------------------------
+r8269 | gbazin | 2004-07-24 14:33:15 +0200 (Sat, 24 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+* modules/access/v4l/v4l.c: converted to access_demux module (less code, more CPU efficient).
+------------------------------------------------------------------------
+r8270 | fenrir | 2004-07-24 14:42:26 +0200 (Sat, 24 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/mp4.c
+
+ * mp4.c: compute avg/max bitrate info. removed a fprintf...
+
+------------------------------------------------------------------------
+r8271 | gbazin | 2004-07-24 15:40:17 +0200 (Sat, 24 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: don't build the screen plugin on darwin.
+------------------------------------------------------------------------
+r8272 | gbazin | 2004-07-24 18:33:00 +0200 (Sat, 24 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/screen.c
+
+* modules/access/screen.c: win32 support for screen capture (colors are inverted right now).
+------------------------------------------------------------------------
+r8273 | courmisch | 2004-07-24 19:02:26 +0200 (Sat, 24 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/vlm.c
+
+Fixed typo
+
+------------------------------------------------------------------------
+r8274 | courmisch | 2004-07-24 19:22:40 +0200 (Sat, 24 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/http.c
+
+Specify port in Host: HTTP request header
+(thanks to Olivier Lourdais for the report)
+
+------------------------------------------------------------------------
+r8275 | gbazin | 2004-07-25 00:49:28 +0200 (Sun, 25 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/include/network.h
+   M /trunk/modules/control/rc.c
+   M /trunk/src/misc/net.c
+
+* src/misc/net.c, include/network.h: added net_vaPrintf() and net_Accept().
+* modules/control/rc.c: added option to listen on a socket instead of only stdin.
+   Inspired from a patch by Bernhard Rosenkraenzer <bero at arklinux dot org>.
+
+------------------------------------------------------------------------
+r8276 | gbazin | 2004-07-25 01:05:03 +0200 (Sun, 25 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/control/rc.c
+   M /trunk/src/misc/net.c
+
+* src/misc/net.c, modules/control/rc.c: win32 fixes.
+------------------------------------------------------------------------
+r8277 | gbazin | 2004-07-25 09:54:18 +0200 (Sun, 25 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/mux/ogg.c
+
+* modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
+------------------------------------------------------------------------
+r8278 | courmisch | 2004-07-25 10:20:09 +0200 (Sun, 25 Jul 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+- unlink Unix socket on exit,
+- bind to ::1 by default if --ipv6 is passed,
+- do not overflow Unix socket path,
+- use a different option (--rc-unix) for Unix socket.
+
+------------------------------------------------------------------------
+r8279 | gbazin | 2004-07-25 10:34:08 +0200 (Sun, 25 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+* NEWS: updated.
+------------------------------------------------------------------------
+r8280 | courmisch | 2004-07-25 19:47:05 +0200 (Sun, 25 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/telnet.c
+
+Use VLC networking APIs: close -> net_Close, accept -> net_Accept
+
+------------------------------------------------------------------------
+r8281 | gbazin | 2004-07-25 22:36:28 +0200 (Sun, 25 Jul 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/glx.c
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/*:
+   - fixed exit in embedded mode when fullscreen.
+   - re-use the current video sub-window when switching to fullscreen (to have opengl working in fullscreen mode as well).
+   - add options to the opengl plugin.
+
+------------------------------------------------------------------------
+r8282 | gbazin | 2004-07-25 22:39:06 +0200 (Sun, 25 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+* modules/control/rc.c: removed useless code for the rc-host option.
+------------------------------------------------------------------------
+r8283 | gbazin | 2004-07-26 11:28:16 +0200 (Mon, 26 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac:  should fix detection of libpng.
+------------------------------------------------------------------------
+r8284 | gbazin | 2004-07-26 12:27:55 +0200 (Mon, 26 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/screen.c
+
+* modules/access/screen.c: force RV24 capture on win32 for now (otherwise colors are screwed up).
+------------------------------------------------------------------------
+r8285 | gbazin | 2004-07-26 16:10:30 +0200 (Mon, 26 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/fileinfo.cpp
+
+* modules/gui/wxwindows/fileinfo.cpp: partially fixed char encoding problem in fileinfo dialog.
+------------------------------------------------------------------------
+r8286 | titer | 2004-07-26 17:06:48 +0200 (Mon, 26 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/Modules.am
+   A /trunk/modules/access/screen
+   A /trunk/modules/access/screen/Modules.am
+   A /trunk/modules/access/screen/beos.cpp
+   A /trunk/modules/access/screen/screen.c (from /trunk/modules/access/screen.c:8285)
+   A /trunk/modules/access/screen/screen.h
+   A /trunk/modules/access/screen/win32.c
+   A /trunk/modules/access/screen/x11.c
+   D /trunk/modules/access/screen.c
+
+ ALL: splitted screen module (needed as BeOS requires C++)
+
+------------------------------------------------------------------------
+r8287 | asmax | 2004-07-26 19:03:00 +0200 (Mon, 26 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+ * opengl.c: clear the color buffer before rendering
+
+------------------------------------------------------------------------
+r8288 | titer | 2004-07-26 19:54:12 +0200 (Mon, 26 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/screen/beos.cpp
+
+ screen/beos.cpp: test before you commit
+
+------------------------------------------------------------------------
+r8289 | hartman | 2004-07-26 21:49:05 +0200 (Mon, 26 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* fix libebml and libmatroska downloads
+
+------------------------------------------------------------------------
+r8290 | gbazin | 2004-07-26 22:29:24 +0200 (Mon, 26 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/screen
+   M /trunk/modules/access/screen/beos.cpp
+   M /trunk/modules/access/screen/win32.c
+   M /trunk/modules/access/screen/x11.c
+
+* modules/access/screen/*: added svn properties.
+------------------------------------------------------------------------
+r8291 | hartman | 2004-07-26 22:30:14 +0200 (Mon, 26 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+
+* remove patch that is no longer necessary.
+
+------------------------------------------------------------------------
+r8292 | hartman | 2004-07-26 23:29:33 +0200 (Mon, 26 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Fix dts building on mac
+
+------------------------------------------------------------------------
+r8293 | fkuehne | 2004-07-27 01:37:03 +0200 (Tue, 27 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* updated the used gettext version to 0.14.1
+------------------------------------------------------------------------
+r8294 | titer | 2004-07-27 10:05:31 +0200 (Tue, 27 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+ gettext BeOS patch is no longer necessary
+
+------------------------------------------------------------------------
+r8295 | hartman | 2004-07-27 12:54:50 +0200 (Tue, 27 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/prefs.m
+
+* release what you find. (this looks like a very old bug)
+
+------------------------------------------------------------------------
+r8296 | gbazin | 2004-07-27 13:33:26 +0200 (Tue, 27 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: cleanup in the hotkeys definitions.
+------------------------------------------------------------------------
+r8297 | hartman | 2004-07-27 17:07:15 +0200 (Tue, 27 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/src/video_output/video_output.c
+
+* ( p_vout->p_module && p_vout->p_module ) how pointless
+
+------------------------------------------------------------------------
+r8298 | hartman | 2004-07-27 18:16:31 +0200 (Tue, 27 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/access/screen/Modules.am
+   A /trunk/modules/access/screen/mac.c
+
+* screen module for OSX. Does not yet work. Seems close, but can't find the problem for now..
+
+------------------------------------------------------------------------
+r8299 | hartman | 2004-07-27 18:20:32 +0200 (Tue, 27 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/include/darwin_specific.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+   M /trunk/src/interface/interface.c
+   M /trunk/src/libvlc.h
+   M /trunk/src/misc/darwin_specific.m
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/vlc.c
+
+-
+------------------------------------------------------------------------
+r8300 | hartman | 2004-07-27 23:11:07 +0200 (Tue, 27 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+
+* More code cleanup for OSX vout. Man what a mess this is :)
+
+------------------------------------------------------------------------
+r8301 | hartman | 2004-07-28 02:36:48 +0200 (Wed, 28 Jul 2004) | 15 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.m
+
+MacOSX intf work
+
+* vout_Control implemented for macosx
+* position slider fixed
+* p_input manage loops fixed (buttons, playstatus etc)
+* float on top works again
+* visual filters work
+* deinterlace filter selection broken
+* fullscreen button is not being updated atm
+* potential deadlocks between intf thread and vout thread???
+* the window title might not always be updated.
+
+OSX devs, please test as much as you can. This was all fairly low level stuff.
+We need to test it properly.
+
+------------------------------------------------------------------------
+r8302 | titer | 2004-07-28 09:48:30 +0200 (Wed, 28 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ configure.ac: typo
+
+------------------------------------------------------------------------
+r8303 | hartman | 2004-07-28 12:04:59 +0200 (Wed, 28 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/open.m
+
+* modules/gui/macosx/open.m: dvdplay:// -->> dvdnav://
+
+------------------------------------------------------------------------
+r8304 | gbazin | 2004-07-28 12:37:24 +0200 (Wed, 28 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/encoder.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+
+* modules/codec/ffmpeg/*:
+  - added fourcc for SNOW and DTS.
+  - added 'qscale' (fixed quantizer scale - VBR) and 'strict' (standard compliance) encoding options.
+
+------------------------------------------------------------------------
+r8305 | titer | 2004-07-28 12:48:44 +0200 (Wed, 28 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+ configure.ac: fix dvdnav linking on beos/os x/win32 (hacky)
+
+------------------------------------------------------------------------
+r8306 | titer | 2004-07-28 16:28:01 +0200 (Wed, 28 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/dvdnav.patch
+
+ BeOS libdvdnav patch
+
+------------------------------------------------------------------------
+r8307 | titer | 2004-07-28 16:53:16 +0200 (Wed, 28 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+ contrib/src/Makefile: fixed OS X breakage
+
+------------------------------------------------------------------------
+r8308 | bigben | 2004-07-28 17:57:33 +0200 (Wed, 28 Jul 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/output.m
+
+Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box.
+
+
+
+------------------------------------------------------------------------
+r8309 | fenrir | 2004-07-29 00:39:52 +0200 (Thu, 29 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: sdp can now be exported as a file (sdp=file://filename).
+ Initial path by Philippe Van Hecke (philippe DOT vanhecke AT belnet DOT be)
+
+------------------------------------------------------------------------
+r8310 | gbazin | 2004-07-29 10:50:52 +0200 (Thu, 29 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/include/vlc_block.h
+   M /trunk/src/input/decoder.c
+   M /trunk/src/misc/block.c
+
+* src/input/decoder.c: don't let the decoder/packetizer fifo grow too much because this leads to a steady increase in memory useage when the data isn't consumed quickly enough. (not the best fix, but should be better than nothing)
+------------------------------------------------------------------------
+r8311 | fkuehne | 2004-07-29 16:03:19 +0200 (Thu, 29 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/output.h
+
+* added declares for the checkboxes in the nib to control the rtp-sout-modul
+------------------------------------------------------------------------
+r8312 | sam | 2004-07-29 17:02:16 +0200 (Thu, 29 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac: build i420_yuy2_altivec with -maltivec -mabi=altivec since
+    no inline asm version is available for this module.
+
+------------------------------------------------------------------------
+r8313 | hartman | 2004-07-29 17:18:04 +0200 (Thu, 29 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/vcdx/access.c
+   M /trunk/modules/access/vcdx/cdrom.c
+   M /trunk/modules/access/vcdx/vcd.h
+   M /trunk/modules/access/vcdx/vcdplayer.c
+   M /trunk/modules/access/vcdx/vcdplayer.h
+
+* vcdx Coding style fixes.
+
+------------------------------------------------------------------------
+r8314 | hartman | 2004-07-29 17:27:57 +0200 (Thu, 29 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+* ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfus for reporting
+
+------------------------------------------------------------------------
+r8315 | sam | 2004-07-29 17:28:00 +0200 (Thu, 29 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/debian/Makefile.am
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   A /trunk/debian/patches
+   A /trunk/debian/patches/00list
+   A /trunk/debian/patches/20_configure.dpatch
+   A /trunk/debian/patches/20_faad2.dpatch
+   A /trunk/debian/patches/20_ffmpeg.dpatch
+   A /trunk/debian/patches/20_interfaces.dpatch
+   M /trunk/debian/rules
+
+  * debian/rules:
+    + Switch build system to dpatch.
+
+------------------------------------------------------------------------
+r8316 | sam | 2004-07-29 17:40:26 +0200 (Thu, 29 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/debian/patches/20_configure.dpatch
+
+  * debian/patches/20_configure.dpatch:
+    + Fixed generated macros.
+
+------------------------------------------------------------------------
+r8317 | gbazin | 2004-07-29 17:50:20 +0200 (Thu, 29 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/http.c
+
+* modules/access/http.c: --http-reconnect option to automatically try to reconnect in case the connection was untimely closed (enabled by default for ICY/Icecast web radios).
+------------------------------------------------------------------------
+r8318 | gbazin | 2004-07-29 20:15:38 +0200 (Thu, 29 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/Modules.am
+   A /trunk/modules/codec/toolame.c
+
+* modules/codec/toolame.c: MPEG-1/2 layer II audio encoder using libtoolame (http://users.tpg.com.au/adslblvi/). Patch from Christophe Massiot.
+------------------------------------------------------------------------
+r8319 | gbazin | 2004-07-29 20:43:22 +0200 (Thu, 29 Jul 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/toolame.c
+
+* modules/codec/toolame.c: compilation fix.
+------------------------------------------------------------------------
+r8320 | fenrir | 2004-07-29 20:48:01 +0200 (Thu, 29 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp: added port-audio and port-video option (for default port).
+
+------------------------------------------------------------------------
+r8321 | sam | 2004-07-30 11:23:08 +0200 (Fri, 30 Jul 2004) | 2 lines
+Changed paths:
+   D /trunk/autotools/Makefile.am
+
+  * autotools: no longer manage this directory with SVN.
+
+------------------------------------------------------------------------
+r8322 | sam | 2004-07-30 11:23:37 +0200 (Fri, 30 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk
+   M /trunk/Makefile.am
+   D /trunk/autotools
+   M /trunk/configure.ac
+
+  * autotools: no longer manage this directory with SVN.
+
+------------------------------------------------------------------------
+r8323 | courmisch | 2004-07-30 11:24:32 +0200 (Fri, 30 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+Compile fix
+
+------------------------------------------------------------------------
+r8324 | hartman | 2004-07-30 12:36:51 +0200 (Fri, 30 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* Fix OSX build of dvdnav
+
+------------------------------------------------------------------------
+r8325 | hartman | 2004-07-30 15:18:53 +0200 (Fri, 30 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* check correct build# of libavcodec for SNOW support
+
+------------------------------------------------------------------------
+r8326 | sam | 2004-07-30 17:46:01 +0200 (Fri, 30 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/bootstrap
+
+  * boostrap:
+    + Remove the autotools directory and recreate it (forgot to commit that
+      file before).
+
+------------------------------------------------------------------------
+r8327 | sam | 2004-07-30 19:39:27 +0200 (Fri, 30 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/cmml/browser_open.c
+
+  * modules/codec/cmml/browser_open.c:
+    + Fixed a compilation warning due to a missing return value.
+
+------------------------------------------------------------------------
+r8328 | sam | 2004-07-30 22:49:44 +0200 (Fri, 30 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_filter/invert.c
+
+  * modules/video_filter/invert.c: don't cast lvalues.
+
+------------------------------------------------------------------------
+r8329 | sam | 2004-07-30 22:51:05 +0200 (Fri, 30 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/src/misc/cpu.c
+   M /trunk/src/video_output/video_output.c
+
+  * src/video_output/video_output.c:
+    + Fixed an undefined function warning.
+
+------------------------------------------------------------------------
+r8330 | sam | 2004-07-30 22:57:56 +0200 (Fri, 30 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/modules/gui/wxwindows/video.cpp
+
+  * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
+    + Fixed compiler warnings due to bad argument types.
+
+------------------------------------------------------------------------
+r8331 | sam | 2004-07-30 23:00:08 +0200 (Fri, 30 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/mozilla/vlcpeer.cpp
+
+  * mozilla/vlcpeer.cpp: proper float->int cast.
+
+------------------------------------------------------------------------
+r8332 | sam | 2004-07-30 23:13:17 +0200 (Fri, 30 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+   M /trunk/modules/demux/util/id3tag.c
+
+  * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
+    + Fixed compiler warnings.
+
+------------------------------------------------------------------------
+r8333 | hartman | 2004-07-30 23:38:09 +0200 (Fri, 30 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+* SDP should use \r\n instead of \n
+* Added nice SDP TODO lists. 17 outstanding issues in RTP announces.
+
+------------------------------------------------------------------------
+r8334 | hartman | 2004-07-31 02:23:29 +0200 (Sat, 31 Jul 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+modules/stream_output/rtp.c:
+* set the required t= SDP parameter
+* added config options for description, url and email
+* send SDPs with description, url and email info when available
+* add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)
+
+
+------------------------------------------------------------------------
+r8335 | asmax | 2004-07-31 13:38:22 +0200 (Sat, 31 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+ * opengl.c: support "cube" and "transparent-cube" effect (with the
+ --opengl-effect option). Now MacOSX guys you can write the opengl provider
+ interface ;)
+
+------------------------------------------------------------------------
+r8336 | hartman | 2004-07-31 18:34:53 +0200 (Sat, 31 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+* print a debug message when our buffer gets it's first data.
+
+------------------------------------------------------------------------
+r8337 | bigben | 2004-07-31 19:08:35 +0200 (Sat, 31 Jul 2004) | 5 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/output.m
+
+* all :
+  - Get rid of the old TS over RTP stream output method in OSX interface
+  - ab= and vb= parameters are now (hopefully) always updated
+
+
+------------------------------------------------------------------------
+r8338 | sam | 2004-07-31 19:29:44 +0200 (Sat, 31 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/control/joystick.c
+
+  * modules/control/joystick.c:
+    + Compilation and coding style fixes.
+    + Initialise the joystick in Open(), not Run().
+
+------------------------------------------------------------------------
+r8339 | fenrir | 2004-08-01 11:19:06 +0200 (Sun, 01 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+ * stream.c: call Seek if stream_Read( s, NULL, skip );
+
+------------------------------------------------------------------------
+r8340 | fenrir | 2004-08-01 11:19:36 +0200 (Sun, 01 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input: fixed slower/faster rate.
+
+------------------------------------------------------------------------
+r8341 | bigben | 2004-08-01 15:23:53 +0200 (Sun, 01 Aug 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/output.m
+
+* all : fix channels selection in the sout options dialog
+
+
+------------------------------------------------------------------------
+r8342 | hartman | 2004-08-01 16:46:13 +0200 (Sun, 01 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* fix avcodecbuild# prob with h.261
+
+------------------------------------------------------------------------
+r8343 | fenrir | 2004-08-01 17:14:43 +0200 (Sun, 01 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input.c: mmh better fix for slow/fast (I hope).
+
+------------------------------------------------------------------------
+r8344 | fenrir | 2004-08-01 17:51:49 +0200 (Sun, 01 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+ * mp4: with ref .mov, don't forget to add the access.
+
+------------------------------------------------------------------------
+r8345 | fenrir | 2004-08-01 18:03:42 +0200 (Sun, 01 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+ * stream.c: increase precache for stream without title/chapter.
+
+------------------------------------------------------------------------
+r8346 | ipkiss | 2004-08-01 18:43:58 +0200 (Sun, 01 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+
+ * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
+ * doc/skins/skins2-howto.xml: Updated the doc
+
+------------------------------------------------------------------------
+r8347 | asmax | 2004-08-01 22:46:01 +0200 (Sun, 01 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
+
+  * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)
+
+------------------------------------------------------------------------
+r8348 | hartman | 2004-08-02 02:54:51 +0200 (Mon, 02 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.m
+
+* Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity. 
+  Testing would be welcomed very much.
+
+------------------------------------------------------------------------
+r8349 | hartman | 2004-08-02 03:21:36 +0200 (Mon, 02 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+* hotkeys.c: add some more OSD
+
+------------------------------------------------------------------------
+r8350 | gbazin | 2004-08-02 11:46:17 +0200 (Mon, 02 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/screen/screen.c
+   M /trunk/modules/access/screen/win32.c
+
+modules/access/screen/win32.c: avoid an extra memcpy() of the screen.
+------------------------------------------------------------------------
+r8351 | hartman | 2004-08-02 15:06:38 +0200 (Mon, 02 Aug 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+* modules/gui/macosx/vout: Output YUY2 to QT/QD.
+  This way we bypass Apple's very, very, very unoptimized
+  I420 -> YUY2 routine and use titer's altivec optimized one.
+  Quartz output is herefore now altivec optimized and close to the opengl output.
+
+------------------------------------------------------------------------
+r8352 | gbazin | 2004-08-02 17:42:21 +0200 (Mon, 02 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/network/ipv4.c
+
+* modules/misc/network/ipv4.c: do a var_Get() on "ttl" + small clean-up.
+
+------------------------------------------------------------------------
+r8353 | gbazin | 2004-08-02 21:17:12 +0200 (Mon, 02 Aug 2004) | 3 lines
+Changed paths:
+   D /trunk/include/ninput.h
+   M /trunk/modules/demux/mpeg/Modules.am
+   D /trunk/modules/demux/mpeg/ps.c
+   D /trunk/modules/demux/mpeg/system.c
+   D /trunk/modules/demux/mpeg/system.h
+   D /trunk/modules/demux/mpeg/ts.c
+
+* include/ninput.h: removed left-over from access2/demux2 transition.
+* modules/demux/mpeg/*: removed old MPEG TS/PS demuxers.
+
+------------------------------------------------------------------------
+r8354 | gbazin | 2004-08-03 02:11:32 +0200 (Tue, 03 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+   M /trunk/include/osd.h
+   M /trunk/include/video_output.h
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_es.h
+   A /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/codec/spudec/Modules.am
+   M /trunk/modules/codec/spudec/parse.c
+   D /trunk/modules/codec/spudec/render.c
+   M /trunk/modules/codec/spudec/spudec.c
+   M /trunk/modules/codec/spudec/spudec.h
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/misc/dummy/renderer.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/modules/video_filter/Modules.am
+   A /trunk/modules/video_filter/blend.c
+   M /trunk/src/input/decoder.c
+   M /trunk/src/input/stream.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/video_text.c
+   M /trunk/src/video_output/vout_pictures.c
+   M /trunk/src/video_output/vout_pictures.h
+   M /trunk/src/video_output/vout_subpictures.c
+
+* ALL: Major rework of the subpictures architecture.
+  (expect some breakage).
+* modules/video_filter/blend.c: new alpha-blending module.
+
+------------------------------------------------------------------------
+r8355 | hartman | 2004-08-03 02:23:40 +0200 (Tue, 03 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/screen/mac.c
+
+* modules/access/screen/mac.c:
+  * Plugin now works perfectly in milj. of colors
+  * Works in thousands of colors, in inverse colors
+
+------------------------------------------------------------------------
+r8356 | gbazin | 2004-08-03 11:45:39 +0200 (Tue, 03 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* modules/video_filter/blend.c: YUVA->RV24/32 alpha-blending + fix for YUVA->RV16.
+------------------------------------------------------------------------
+r8357 | gbazin | 2004-08-03 14:21:14 +0200 (Tue, 03 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* modules/video_filter/blend.c: fix for chroma planes in ->I420 blending.
+------------------------------------------------------------------------
+r8358 | gbazin | 2004-08-03 22:56:16 +0200 (Tue, 03 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/vcd/vcd.c
+
+* modules/access/vcd/vcd.c: fixed seeking + simplified a bit.
+------------------------------------------------------------------------
+r8359 | gbazin | 2004-08-04 00:08:24 +0200 (Wed, 04 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/vcd/vcd.c
+
+* modules/access/cdda.c: fixes + simplification.
+* modules/access/vcd/vcd.c: try to skip bad sectors.
+
+------------------------------------------------------------------------
+r8360 | gbazin | 2004-08-04 01:06:11 +0200 (Wed, 04 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+
+* modules/access/dvd*.c: implemented DEMUX_GET_TIME/DEMUX_GET_LENGTH based on the MPEG mux rate.
+
+------------------------------------------------------------------------
+r8361 | hartman | 2004-08-04 01:06:53 +0200 (Wed, 04 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/announce.c
+
+* modules/stream_out/announce.c:   \r\n for SDP
+
+------------------------------------------------------------------------
+r8362 | hartman | 2004-08-04 01:08:10 +0200 (Wed, 04 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/TODO
+   M /trunk/doc/translations.txt
+
+* small addition to translations HOWTO
+* updated TODO and NEWS
+
+------------------------------------------------------------------------
+r8363 | gbazin | 2004-08-04 01:19:01 +0200 (Wed, 04 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/video_output/vout_subpictures.c: fixed OSD alignment
+------------------------------------------------------------------------
+r8364 | fenrir | 2004-08-04 01:49:40 +0200 (Wed, 04 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/input.c
+
+ * input.c: fixed total length in playlist.
+
+------------------------------------------------------------------------
+r8365 | fenrir | 2004-08-04 02:04:13 +0200 (Wed, 04 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ps.h
+
+ * ps.h: fixed a segfault with Madonna-audioconverterfails.vob
+
+------------------------------------------------------------------------
+r8366 | gbazin | 2004-08-04 12:40:43 +0200 (Wed, 04 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/vcd/vcd.c
+   M /trunk/src/input/input.c
+
+* modules/access/dvdnav.c: very basic probing that avoids doing a dvdnav_open() on files when they are not DVD images.
+* src/input/input.c: auto-probe access_demux as well.
+* modules/access/vcd/vcd.c: raised priority above the file access one.
+
+------------------------------------------------------------------------
+r8367 | gbazin | 2004-08-04 13:13:04 +0200 (Wed, 04 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* src/misc/modules.c: don't forget to save callbacks for config options in the plugins cache.
+------------------------------------------------------------------------
+r8368 | hartman | 2004-08-04 13:58:44 +0200 (Wed, 04 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+
+* viedo_format_t -> video_format_t
+
+------------------------------------------------------------------------
+r8369 | gbazin | 2004-08-04 17:43:04 +0200 (Wed, 04 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/audio_output/waveout.c
+
+* modules/audio_output/waveout.c: added a --no-waveout-float32 option to disable the use of float32 audio output.
+------------------------------------------------------------------------
+r8370 | gbazin | 2004-08-04 18:05:12 +0200 (Wed, 04 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/screen/screen.c
+   M /trunk/modules/access/screen/win32.c
+
+* modules/access/screen/*: added a win32 only --screen-fragment-size option to do a kind of progressive capture by splitting the screen in several fragments. This does help user interactivity while capturing but also produces artefacts when moving windows around.
+------------------------------------------------------------------------
+r8371 | gbazin | 2004-08-04 19:54:17 +0200 (Wed, 04 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* modules/video_filter/blend.c: YUVA -> YUY2 alpha-blending.
+------------------------------------------------------------------------
+r8372 | gbazin | 2004-08-04 20:38:05 +0200 (Wed, 04 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* modules/video_filter/blend.c: YUVP -> YUY2 alpha-blending.
+------------------------------------------------------------------------
+r8373 | fenrir | 2004-08-04 22:09:31 +0200 (Wed, 04 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/mux/avi.c
+
+ * avi.c: fixed fps computation, thanks markfm for testing.
+
+------------------------------------------------------------------------
+r8374 | hartman | 2004-08-04 23:11:32 +0200 (Wed, 04 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/Modules.am
+   D /trunk/modules/stream_out/announce.c
+   D /trunk/modules/stream_out/announce.h
+   M /trunk/src/stream_output/sap.c
+
+* Fixed the udp SDPs. More spec compliant now.
+* Removed the old SAP code. announce.? in modules/stream_out is 
+  still required for SLP announces.
+
+------------------------------------------------------------------------
+r8375 | gbazin | 2004-08-04 23:13:11 +0200 (Wed, 04 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* modules/video_filter/blend.c: attempt at YUVP -> RV16/24/32 alpha-blending.
+------------------------------------------------------------------------
+r8376 | hartman | 2004-08-04 23:48:57 +0200 (Wed, 04 Aug 2004) | 3 lines
+Changed paths:
+   A /trunk/modules/stream_out/announce.c (from /trunk/modules/stream_out/announce.c:8373)
+   A /trunk/modules/stream_out/announce.h (from /trunk/modules/stream_out/announce.h:8373)
+
+* Fix
+
+
+------------------------------------------------------------------------
+r8377 | fenrir | 2004-08-04 23:50:59 +0200 (Wed, 04 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/src/stream_output/stream_output.c
+
+ * stream_output: sout_CfgParse will accept a special mode ('*' in the
+front of a option name) to allow handling of multiple string options.
+
+------------------------------------------------------------------------
+r8378 | fenrir | 2004-08-04 23:53:24 +0200 (Wed, 04 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/stream_out/rtp.c
+
+ * rtp.c: based on a patch/idea of Philippe Van Hecke:
+ You can now use multiple sdp=
+ (ex: rtp{dst=ip,port=nb,sdp=file://a.sdp, sdp=http://localhost:8080/a.sdp})
+
+------------------------------------------------------------------------
+r8379 | gbazin | 2004-08-05 00:54:31 +0200 (Thu, 05 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+
+* modules/access/dvdnav.c: removed dvdnavsimple mode + a few small improvements.
+------------------------------------------------------------------------
+r8380 | gbazin | 2004-08-05 01:55:51 +0200 (Thu, 05 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+* modules/codec/libmpeg2.c: fixed problems with still frames in DVD menus.
+------------------------------------------------------------------------
+r8381 | gbazin | 2004-08-05 12:16:58 +0200 (Thu, 05 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* modules/video_filter/blend.c: sanity checks.
+------------------------------------------------------------------------
+r8382 | gbazin | 2004-08-05 14:45:23 +0200 (Thu, 05 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/modules/gui/wxwindows/bookmarks.cpp
+   M /trunk/src/input/control.c
+
+* src/input/control.c: bookmarks support is back (will need some more work though).
+* modules/gui/wxwindows/bookmarks.cpp: bookmarks support is back.
+
+------------------------------------------------------------------------
+r8383 | gbazin | 2004-08-05 16:05:51 +0200 (Thu, 05 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_filter/blend.c
+
+* modules/video_filter/blend.c: do not compare signed and unsigned.
+------------------------------------------------------------------------
+r8384 | titer | 2004-08-05 16:48:58 +0200 (Thu, 05 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/video_output/opengl.c
+
+ Build the opengl module on OS X (gl provider not done yet)
+
+------------------------------------------------------------------------
+r8385 | gbazin | 2004-08-05 16:58:16 +0200 (Thu, 05 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/src/video_output/vout_pictures.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/video_output/*: optimized/simplified vout_RenderPicture().
+------------------------------------------------------------------------
+r8386 | hartman | 2004-08-05 21:52:59 +0200 (Thu, 05 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+
+* bad main_data|_begin error of libmad now a Debug message. It's simply to common.
+
+------------------------------------------------------------------------
+r8387 | hartman | 2004-08-05 22:40:29 +0200 (Thu, 05 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/hotkeys.c
+
+* Fix a crash with subtitle track hotkey, when no subtitles are available.
+
+------------------------------------------------------------------------
+r8388 | hartman | 2004-08-05 23:32:32 +0200 (Thu, 05 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/playlist.m
+
+* Fix Artist/Author info in playlist
+
+------------------------------------------------------------------------
+r8389 | gbazin | 2004-08-06 15:29:18 +0200 (Fri, 06 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/mux/mp4.c
+
+* modules/access/udp.c: use the "ts" demux when in rtp mode (and not "ts2").
+* modules/mux/mp4.c: Warning fix patch by Zoltan Nagy.
+
+------------------------------------------------------------------------
+r8390 | gbazin | 2004-08-06 15:50:05 +0200 (Fri, 06 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/LIST
+   M /trunk/modules/access/dvb/access.c
+
+* modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
+------------------------------------------------------------------------
+r8391 | sam | 2004-08-06 19:28:36 +0200 (Fri, 06 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/float32tos16.c
+   M /trunk/modules/audio_filter/converter/s16tofloat32.c
+   M /trunk/modules/gui/skins2/x11/x11_window.cpp
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/visualization/visual/effects.c
+
+  * Really fixed strict aliasing breakage here and there.
+
+------------------------------------------------------------------------
+r8392 | bigben | 2004-08-06 22:56:46 +0200 (Fri, 06 Aug 2004) | 5 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/gui/macosx/output.h
+   M /trunk/modules/gui/macosx/output.m
+
+* All :
+       - added a sdp=file option
+       - it is now possible to have a sap and a rtsp/http/file announce at the same time
+
+
+------------------------------------------------------------------------
+r8393 | bigben | 2004-08-07 00:08:57 +0200 (Sat, 07 Aug 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/output.h
+   M /trunk/modules/gui/macosx/output.m
+
+* Adds the scale video option
+
+
+------------------------------------------------------------------------
+r8394 | fkuehne | 2004-08-07 16:35:41 +0200 (Sat, 07 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/po/de.po
+
+*various translation fixes, thanks to Philipp Weissenbacher <philippweissenbacher@aon.at> and Maik Diessner <dandruff@gmx.de>
+------------------------------------------------------------------------
+r8395 | djc | 2004-08-07 17:37:53 +0200 (Sat, 07 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer.c
+
+Bug fix and change in parse function
+
+------------------------------------------------------------------------
+r8396 | hartman | 2004-08-07 22:31:13 +0200 (Sat, 07 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/equalizer.c
+
+* treeble -> treble
+
+------------------------------------------------------------------------
+r8397 | djc | 2004-08-07 23:56:42 +0200 (Sat, 07 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+   M /trunk/modules/gui/macosx/Modules.am
+   A /trunk/modules/gui/macosx/equalizer.h
+   A /trunk/modules/gui/macosx/equalizer.m
+
+All: equalizer window for MacOS. Need a bit of corrections for the presets part.
+Reviews welcome
+
+------------------------------------------------------------------------
+r8398 | djc | 2004-08-08 00:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
+Changed paths:
+   A /trunk/extras/MacOSX/Resources/equalizerdrawer_active.png
+   A /trunk/extras/MacOSX/Resources/equalizerdrawer_blue.png
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+*.png: forgotten images
+project.pbxproj: changed absolute link to relative
+
+------------------------------------------------------------------------
+r8399 | djc | 2004-08-08 00:50:28 +0200 (Sun, 08 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/equalizer.m
+
+Fix bug when equalizer-bands is not set. Coding style will be apply soon.
+
+------------------------------------------------------------------------
+r8400 | fenrir | 2004-08-08 01:38:05 +0200 (Sun, 08 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+ * v4l: try to open the device only when a access name is given + warning fix.
+
+------------------------------------------------------------------------
+r8401 | fenrir | 2004-08-08 03:36:56 +0200 (Sun, 08 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/include/codecs.h
+
+ * codecs.h: a few defines to avoid redefinitions.
+
+------------------------------------------------------------------------
+r8402 | fenrir | 2004-08-08 03:39:23 +0200 (Sun, 08 Aug 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/codec/dmo/buffer.c
+   M /trunk/modules/codec/dmo/dmo.c
+   M /trunk/modules/codec/dmo/dmo.h
+
+ * dmo: - fixed init of WAVEFORMATEX (cbSize is only the size of extra datas).
+        - force 16 bits output.
+        - support for mplayer loader.
+ I can't test under win32 so I hope it still compiles.
+
+------------------------------------------------------------------------
+r8403 | fenrir | 2004-08-08 03:58:59 +0200 (Sun, 08 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+
+ * demux: another way to break your config file, or, --demux is now taken
+into acount. (to make bigben happy, being able to do :demux=dump ;)
+
+------------------------------------------------------------------------
+r8404 | hartman | 2004-08-08 12:14:25 +0200 (Sun, 08 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/LIST
+
+* modules/LIST: long time since it was updated
+
+------------------------------------------------------------------------
+r8405 | bigben | 2004-08-08 16:49:46 +0200 (Sun, 08 Aug 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/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/output.h
+   M /trunk/modules/gui/macosx/output.m
+
+* demuxdump is working again
+
+
+
+------------------------------------------------------------------------
+r8406 | djc | 2004-08-08 18:52:26 +0200 (Sun, 08 Aug 2004) | 6 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/modules/gui/macosx/equalizer.h
+   M /trunk/modules/gui/macosx/equalizer.m
+
+project.pbxproj: correct to relatives paths
+*.nib: presets disabled on startup
+equalizer.*: add property Id
+             we prefer to change playlist variables instead of config
+             coding style
+
+------------------------------------------------------------------------
+r8407 | gbazin | 2004-08-08 23:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/misc/modules.c
+   M /trunk/src/misc/objects.c
+
+* modules/stream_out/transcode.c: added support for subtitles overlaying when transcoding (no resizing yet).
+* include/vlc_common.h: added a b_force member that is set when a module is forced (ie. module specified in module_Need()).
+
+------------------------------------------------------------------------
+r8408 | gbazin | 2004-08-09 10:16:22 +0200 (Mon, 09 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+* configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.
+------------------------------------------------------------------------
+r8409 | gbazin | 2004-08-09 12:25:42 +0200 (Mon, 09 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dmo/buffer.c
+   M /trunk/modules/codec/dmo/dmo.c
+   M /trunk/modules/codec/dmo/dmo.h
+
+* modules/codec/dmo: fixed dmo decoder on win32 + got rid of some of the dependencies on wine loader.
+------------------------------------------------------------------------
+r8410 | ipkiss | 2004-08-10 00:19:40 +0200 (Tue, 10 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   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
+
+ * skins2: support playlist.setRandom(true) and playlist.setRandom(false)
+
+------------------------------------------------------------------------
+r8411 | hartman | 2004-08-10 15:28:27 +0200 (Tue, 10 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/sap.c
+
+* fix x-plgroup detection
+
+------------------------------------------------------------------------
+r8412 | hartman | 2004-08-10 17:02:11 +0200 (Tue, 10 Aug 2004) | 10 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/include/stream_output.h
+   M /trunk/modules/stream_out/rtp.c
+   M /trunk/src/stream_output/sap.c
+
+* include/stream_output.h: add a ip_version field to sap_address_t
+  This way we can later on set IP6 instead of IP4 in a SDP.
+* modules/stream_out/rtp.c: accept sdp=sap as a valid option.
+* src/stream_output/sap.c: 
+  - Set the SAP packet Hash headerfield to a unique value based on mtime
+    Patch by Philippe van Hecke <philippe at belnet dot be>
+  - Set SAP packet IPv6 field to 1 if we are a ipv6 session
+  - Made some preperations for setting the origin ip address in the header as well,
+    anyone any ideas on how to retrieve the current origin IP address???
+
+------------------------------------------------------------------------
+r8413 | gbazin | 2004-08-11 13:12:59 +0200 (Wed, 11 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/mux/ogg.c
+
+* modules/demux/ogg.c: fixed reading extra data for oggds audio header (needed for WMA).
+* modules/mux/ogg.c: generate proper oggds audio header.
+
+------------------------------------------------------------------------
+r8414 | titer | 2004-08-12 01:34:38 +0200 (Thu, 12 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_threads_funcs.h
+
+ vlc_threads_funcs.h: got rid of vlc_cond_broadcast.
+  It wasn't implemented for all systems anyway, and isn't used anymore.
+  (Terminates #23)
+
+------------------------------------------------------------------------
+r8415 | gbazin | 2004-08-12 11:14:00 +0200 (Thu, 12 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/Modules.am
+
+* modules/gui/wxwindows/Modules.am: include streamdata.h
+------------------------------------------------------------------------
+r8416 | ipkiss | 2004-08-12 23:15:52 +0200 (Thu, 12 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/vlcproc.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+
+ * skins2/src/vlcproc.*: Added the isRepeat boolean expression
+
+------------------------------------------------------------------------
+r8417 | ipkiss | 2004-08-12 23:34:01 +0200 (Thu, 12 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * doc/skins2-howto.xml: Update the doc when you commit
+
+------------------------------------------------------------------------
+r8418 | gbazin | 2004-08-13 12:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/misc/block.c
+
+* src/misc/block.c: fixed memory alignment in block_New(). (it was done on a 15 bytes boundary which was screwing up the cdda plugin on win32.)
+------------------------------------------------------------------------
+r8419 | gbazin | 2004-08-13 20:45:42 +0200 (Fri, 13 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+* modules/video_output/opengl.c: forward mouse events from opengl-provider module.
+* src/video_output/*: moved some stuff from video_output.c to vout_intf.c.
+
+------------------------------------------------------------------------
+r8420 | gbazin | 2004-08-13 20:58:25 +0200 (Fri, 13 Aug 2004) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/include/vlc_es.h
+   M /trunk/modules/codec/spudec/parse.c
+   M /trunk/modules/codec/spudec/spudec.h
+   M /trunk/modules/video_filter/blend.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them contain large transparent areas).
+* src/video_output/vout_subpictures.c: more correct cropping (cropping coordinates are relative to the video size, not subpicture size).
+* include/vlc_es.h, modules/video_filter/blend.c: use the i_entries member of video_palette_t.
+* include/vlc_common.h: added SetWBE()/SetDWBE()/SetQWBE() facility.
+
+------------------------------------------------------------------------
+r8421 | gbazin | 2004-08-13 21:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+* src/input/decoder.c: spu_new_buffer() now tries a bit longer when looking for a vout (useful for DVD menus).
+------------------------------------------------------------------------
+r8422 | gbazin | 2004-08-13 22:01:20 +0200 (Fri, 13 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+
+* modules/access/dvdnav.c: by default we try to skip all the warnings intros and go directly to the DVD menu (niark niark niark ;).
+
+------------------------------------------------------------------------
+r8423 | gbazin | 2004-08-14 12:14:39 +0200 (Sat, 14 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvdnav.c
+
+* modules/access/dvdnav.c: small fix.
+------------------------------------------------------------------------
+r8424 | asmax | 2004-08-14 16:23:40 +0200 (Sat, 14 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+ * opengl.c: use glTexSubImage2D instead of glTexImage2D
+
+------------------------------------------------------------------------
+r8425 | titer | 2004-08-14 17:02:43 +0200 (Sat, 14 Aug 2004) | 11 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+ opengl.c: added OS X specific stuff, this includes:
+  + support for YUY2 textures
+  + support for non-power-of-2 sizes
+  + support for VRAM or AGP texturing
+
+ It now uses two buffers and textures (needed for VRAM/AGP texturing).
+
+ I got to fix a few things on the OS X GL provider before I commit it,
+ but in the meantime, people can check if I didn't break the opengl
+ output on Win32/GLX ;)
+
+------------------------------------------------------------------------
+r8426 | asmax | 2004-08-14 17:54:30 +0200 (Sat, 14 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/opengl.c
+
+ * opengl.c: compilation fix for GLX.
+   Do we really need two buffers ? Anyway it doesn't work as is with
+   GLX, so I only use the first one (quick fix)
+
+------------------------------------------------------------------------
+r8427 | hartman | 2004-08-14 21:58:39 +0200 (Sat, 14 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/ftp.c
+
+* Send \r\n after ftp commands, not \n.
+
+------------------------------------------------------------------------
+r8428 | sam | 2004-08-14 22:12:22 +0200 (Sat, 14 Aug 2004) | 6 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac:
+    + Removed the -finline-limit=30000 flag. Since gcc-3.2, this options
+      causes gcc to inline every single function of this size because of
+      -O3's -finline-functions, although the documentation states that this
+      flag should only affect explicitly inlined functions.
+
+------------------------------------------------------------------------
+r8429 | djc | 2004-08-15 01:28:31 +0200 (Sun, 15 Aug 2004) | 5 lines
+Changed paths:
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   M /trunk/modules/audio_filter/Modules.am
+   M /trunk/modules/audio_filter/equalizer.c
+   A /trunk/modules/audio_filter/equalizer_presets.h
+   M /trunk/modules/gui/macosx/equalizer.h
+   M /trunk/modules/gui/macosx/equalizer.m
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+*.nib: continuous sliders
+intf: Equalizer window in window menu
+equalizer.m: presets should work now
+equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
+
+------------------------------------------------------------------------
+r8430 | djc | 2004-08-15 14:10:46 +0200 (Sun, 15 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/equalizer.m
+
+Set the preamp value on a preset change
+
+------------------------------------------------------------------------
+r8431 | bigben | 2004-08-15 16:22:28 +0200 (Sun, 15 Aug 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/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+* Adds postprocessing menu
+
+
+------------------------------------------------------------------------
+r8432 | gbazin | 2004-08-15 16:57:47 +0200 (Sun, 15 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+
+* modules/codec/mpeg_audio.c: fixed segfault
+------------------------------------------------------------------------
+r8433 | gbazin | 2004-08-15 17:05:11 +0200 (Sun, 15 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dshow/dshow.cpp
+
+* modules/access/dshow/dshow.cpp: compilation fix.
+------------------------------------------------------------------------
+r8434 | gbazin | 2004-08-15 17:59:25 +0200 (Sun, 15 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.
+------------------------------------------------------------------------
+r8435 | gbazin | 2004-08-15 18:09:03 +0200 (Sun, 15 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/a52.c
+
+* modules/codec/a52.c: fixed segfault
+------------------------------------------------------------------------
+r8436 | gbazin | 2004-08-15 19:08:10 +0200 (Sun, 15 Aug 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/codec/dvbsub.c
+   M /trunk/modules/mux/mpeg/ts.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
+* modules/stream_out/transcode.c: support for subtitles transcoding.
+* modules/codec/dvbsub.c: DVB subtitles encoder (developed for Anevia, www.anevia.com).
+  + only works on YUVP subpictures for now.
+  + not completely spec compliant yet.
+
+------------------------------------------------------------------------
+r8437 | hartman | 2004-08-16 02:45:24 +0200 (Mon, 16 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/subtitle.c
+
+* Fix a problem with empty subtitles with Subviewer subs
+* fixed a line ending replace problem with subviewer subs
+* single char subtitle lines should now work subviewer and subrip
+
+------------------------------------------------------------------------
+r8438 | sam | 2004-08-16 10:29:06 +0200 (Mon, 16 Aug 2004) | 6 lines
+Changed paths:
+   M /trunk/debian/Makefile.am
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/patches/00list
+   D /trunk/debian/patches/20_configure.dpatch
+   M /trunk/debian/rules
+   M /trunk/debian/wxvlc.menu
+
+  * debian/patches/20_configure.dpatch:
+    + Don't manage this patch with dpatch since it causes ownership issues.
+  * debian/control:
+    + Added a missing dpatch build dependency (Closes: #263363).
+    + Removed the modplug plugin until libmodplug-dev enters Debian.
+
+------------------------------------------------------------------------
+r8439 | sam | 2004-08-16 10:42:33 +0200 (Mon, 16 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * configure.ac:
+    + Build memcpyaltivec and deinterlace with -maltivec.
+    + Check for -ldts_pic before -ldts.
+
+------------------------------------------------------------------------
+r8440 | sigmunau | 2004-08-16 11:39:14 +0200 (Mon, 16 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+modules/codec/ffmpeg/ffmpeg.c: corrected a build number
+
+------------------------------------------------------------------------
+r8441 | gbazin | 2004-08-16 12:06:54 +0200 (Mon, 16 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: play nice even when there isn't any window manager.
+------------------------------------------------------------------------
+r8442 | titer | 2004-08-16 14:51:11 +0200 (Mon, 16 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   A /trunk/extras/contrib/src/Patches/ebml.patch
+   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
+   A /trunk/extras/contrib/src/Patches/matroska.patch
+   M /trunk/modules/demux/mkv.cpp
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/src/misc/cpu.c
+
+ ALL: BeOS fixes
+ There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE
+ and build matroska support
+
+------------------------------------------------------------------------
+r8443 | titer | 2004-08-16 15:35:33 +0200 (Mon, 16 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/flac.c
+
+ gcc < 3 compile fix
+
+------------------------------------------------------------------------
+r8444 | gbazin | 2004-08-17 10:21:07 +0200 (Tue, 17 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/demux.c
+
+* modules/codec/ffmpeg/demux.c: a few fixes.
+------------------------------------------------------------------------
+r8445 | gbazin | 2004-08-17 12:31:51 +0200 (Tue, 17 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+   M /trunk/modules/codec/dmo/dmo.h
+
+* modules/codec/dmo/*: added dmo encoder (can't get video encoding to work though).
+------------------------------------------------------------------------
+r8446 | titer | 2004-08-17 17:17:04 +0200 (Tue, 17 Aug 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/Modules.am
+   M /trunk/modules/gui/macosx/controls.m
+   M /trunk/modules/gui/macosx/macosx.m
+   M /trunk/modules/gui/macosx/vout.h
+   M /trunk/modules/gui/macosx/vout.m
+   A /trunk/modules/gui/macosx/voutgl.m
+   A /trunk/modules/gui/macosx/voutqt.m
+   M /trunk/modules/video_output/opengl.c
+
+ ALL: OS X OpenGL provider
+  + vout.m contains the common code for the QT video output and the
+    GL provider (window creation, events handling)
+  + opengl.c: higher priority on OS X
+ Things are a bit broken atm, any help to debug is welcome ;p
+
+------------------------------------------------------------------------
+r8447 | titer | 2004-08-17 18:59:02 +0200 (Tue, 17 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/equalizer.m
+   M /trunk/modules/gui/macosx/voutgl.m
+   M /trunk/modules/gui/macosx/voutqt.m
+
+ + macosx/equalizer.m: missing vlc_object_release()
+ + macosx/vout*: --macosx-vout and --macosx-opengl-effect
+                 no longer exist
+
+------------------------------------------------------------------------
+r8448 | titer | 2004-08-17 19:24:02 +0200 (Tue, 17 Aug 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/gui/beos/Interface.cpp
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/beos/InterfaceWindow.h
+   M /trunk/modules/gui/beos/ListViews.cpp
+   M /trunk/modules/gui/beos/ListViews.h
+   M /trunk/modules/gui/beos/MediaControlView.cpp
+   M /trunk/modules/gui/beos/MediaControlView.h
+   M /trunk/modules/gui/beos/MessagesWindow.cpp
+   M /trunk/modules/gui/beos/MessagesWindow.h
+   M /trunk/modules/gui/beos/Modules.am
+   M /trunk/modules/gui/beos/PlayListWindow.cpp
+   M /trunk/modules/gui/beos/PlayListWindow.h
+   D /trunk/modules/gui/beos/VlcWrapper.cpp
+   D /trunk/modules/gui/beos/VlcWrapper.h
+   M /trunk/src/libvlc.h
+
+ + src/libvlc.h: use KEY_SPACE instead of ' '
+ + gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly
+               complex now that we have variables
+
+ Language/subtitle selection works again in the BeOS UI, but there's
+ still a lot to fix :|
+
+------------------------------------------------------------------------
+r8449 | titer | 2004-08-17 22:55:55 +0200 (Tue, 17 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/beos/InterfaceWindow.cpp
+   M /trunk/modules/gui/beos/MediaControlView.cpp
+   M /trunk/modules/gui/beos/MediaControlView.h
+
+ beos/*: fixed seek, clean up
+
+------------------------------------------------------------------------
+r8450 | sigmunau | 2004-08-18 11:45:07 +0200 (Wed, 18 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+
+alsa.c: don't fail the probe without giving a reason in the log.
+
+------------------------------------------------------------------------
+r8451 | sigmunau | 2004-08-18 11:59:29 +0200 (Wed, 18 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+
+alsa.c: support mono on stereo only boards
+
+------------------------------------------------------------------------
+r8452 | gbazin | 2004-08-18 13:08:54 +0200 (Wed, 18 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+   M /trunk/modules/codec/dmo/dmo.h
+
+* modules/codec/dmo/*: fixed video encoding.
+------------------------------------------------------------------------
+r8453 | sigmunau | 2004-08-18 13:46:40 +0200 (Wed, 18 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/Modules.am
+
+Modules.am: fixed incorrect filename
+
+------------------------------------------------------------------------
+r8454 | gbazin | 2004-08-18 14:04:03 +0200 (Wed, 18 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: a few coding style changes.
+------------------------------------------------------------------------
+r8455 | sigmunau | 2004-08-18 14:06:52 +0200 (Wed, 18 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+po/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)
+
+------------------------------------------------------------------------
+r8456 | gbazin | 2004-08-18 17:46:01 +0200 (Wed, 18 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode (otherwise this will screw up the header re-writing on Close().)
+------------------------------------------------------------------------
+r8457 | sigmunau | 2004-08-18 18:04:01 +0200 (Wed, 18 Aug 2004) | 5 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+livedotcom.cpp: dynamically determine the buffer size passed to live.com
+    When the buffer passed to live.com don't have space for another packet 
+    when we get it back we assume that the stream uses larger frames than
+    our current buffer and we increase the buffer.
+
+------------------------------------------------------------------------
+r8458 | sigmunau | 2004-08-18 18:30:45 +0200 (Wed, 18 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+livedotcom.cpp: use geometric growth for the buffer. Should reduce in much
+fewer garbled frames. Still not perfect though.
+
+------------------------------------------------------------------------
+r8459 | gbazin | 2004-08-19 13:32:20 +0200 (Thu, 19 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps.
+------------------------------------------------------------------------
+r8460 | gbazin | 2004-08-19 14:25:22 +0200 (Thu, 19 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: small cleanup
+------------------------------------------------------------------------
+r8461 | gbazin | 2004-08-19 17:01:54 +0200 (Thu, 19 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output frame rate) and an audio-sync option (to add/drop video frames to keep a constant framerate while being synchronised on the audio track).
+------------------------------------------------------------------------
+r8462 | gbazin | 2004-08-19 17:02:51 +0200 (Thu, 19 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+   M /trunk/modules/codec/dmo/dmo.h
+
+* modules/codec/dmo/*: flag sync-points in the video encoder.
+------------------------------------------------------------------------
+r8463 | gbazin | 2004-08-19 17:11:32 +0200 (Thu, 19 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy about seeking.
+------------------------------------------------------------------------
+r8464 | sigmunau | 2004-08-19 17:31:22 +0200 (Thu, 19 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/demux/livedotcom.cpp
+
+livedotcom.cpp: update the StreamRead function to non-deprecated api, new
+api gives proper detection for too small buffer. Thanks to Ross for pointing
+this out.
+
+------------------------------------------------------------------------
+r8465 | gbazin | 2004-08-19 19:06:51 +0200 (Thu, 19 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+*  modules/stream_out/transcode.c: implemented fps option for video only streams.
+------------------------------------------------------------------------
+r8466 | gbazin | 2004-08-20 10:27:59 +0200 (Fri, 20 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+
+* src/input/input.c: re-enabled the --bookmarks option.
+------------------------------------------------------------------------
+r8467 | gbazin | 2004-08-20 11:01:19 +0200 (Fri, 20 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/input/input_internal.h
+   M /trunk/src/input/stream.c
+
+* src/input/*: update position on title change.
+------------------------------------------------------------------------
+r8468 | gbazin | 2004-08-20 12:19:42 +0200 (Fri, 20 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+* NEWS: updated
+------------------------------------------------------------------------
+r8469 | titer | 2004-08-20 13:57:51 +0200 (Fri, 20 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/Patches/gettext.patch
+
+ extras/contrib/*: don't use gettext *printf replacements on BeOS even
+  though there're not 100% posix compliant - this way we can build vlc
+  with dynamic plugins (not linked against libintl) again
+
+------------------------------------------------------------------------
+r8470 | gbazin | 2004-08-20 15:01:49 +0200 (Fri, 20 Aug 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+
+* modules/access/cdda.c: new MRL syntax: "[dev_path][@[title-start][-[title-end]]]".
+  - if no title-start/end are specified, the whole cd is played.
+  - if only a title-start is specified, only this title is played.
+  - if a title-start and end are specified, this range is played.
+  - "@title-start-" will play everything from the specified start position.
+
+
+------------------------------------------------------------------------
+r8471 | titer | 2004-08-20 16:40:23 +0200 (Fri, 20 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/configure.ac
+
+ + configure.ac: always build the beos module built-in
+   (really strange crashes happen otherwise, can't figure out why)
+ + Makefile.am: don't forget to build vlc-bundle on BeOS
+
+------------------------------------------------------------------------
+r8472 | sam | 2004-08-20 16:57:18 +0200 (Fri, 20 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/codec/ffmpeg/Modules.am
+   M /trunk/modules/stream_out/Modules.am
+
+  * configure.ac: Added --enable-ffmpegaltivec. Do not use it.
+
+------------------------------------------------------------------------
+r8473 | sam | 2004-08-20 17:09:43 +0200 (Fri, 20 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/control.c
+
+  * src/input/control.c: minor typo in a comment.
+
+------------------------------------------------------------------------
+r8474 | sam | 2004-08-20 17:21:43 +0200 (Fri, 20 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/stream_out/transcode.c
+
+  * modules/codec/ffmpeg/ffmpeg.c modules/stream_out/transcode.c:
+    + Added macros for AltiVec versions of these modules. Will not work at all
+      for the moment.
+
+------------------------------------------------------------------------
+r8475 | titer | 2004-08-20 17:49:09 +0200 (Fri, 20 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/beos/MessagesWindow.cpp
+   M /trunk/modules/gui/beos/MessagesWindow.h
+
+ beos/MessagesWindow*: fixed messages window
+
+------------------------------------------------------------------------
+r8476 | gbazin | 2004-08-21 01:37:40 +0200 (Sat, 21 Aug 2004) | 6 lines
+Changed paths:
+   M /trunk/include/vlc_input.h
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/dvdnav.c
+   M /trunk/modules/access/dvdread.c
+   M /trunk/src/input/input.c
+   M /trunk/src/input/var.c
+
+* src/input/*, include/vlc_input.h: the MRL is now parsed for titles/chapters directly in the core.
+  - syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]]
+  - core also handles start/end boundaries itself (simplifies the access plugins).
+* modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.
+
+
+------------------------------------------------------------------------
+r8477 | gbazin | 2004-08-21 02:22:44 +0200 (Sat, 21 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.h
+
+* src/libvlc.h: updated useage.
+* src/input/input.c: hack for udp access and MRLSections().
+
+------------------------------------------------------------------------
+r8478 | sam | 2004-08-21 12:46:32 +0200 (Sat, 21 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+  * Makefile.am:
+    + Don't use vlc_app_DATA for the BeOS bundle.
+    + Build the BeOS bundle in $(top_builddir).
+
+------------------------------------------------------------------------
+r8479 | gbazin | 2004-08-21 13:06:19 +0200 (Sat, 21 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/input.c
+   M /trunk/src/libvlc.h
+
+* src/input/input.c: changed MRL syntax again: URL[@[title][:chapter][-[title][:chapter]]]
+   The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password.
+* src/libvlc.h: updated useage.
+
+------------------------------------------------------------------------
+r8480 | ipkiss | 2004-08-21 13:34:33 +0200 (Sat, 21 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/build-vlc
+   M /trunk/configure.ac
+   M /trunk/modules/LIST
+   D /trunk/modules/gui/skins
+   M /trunk/toolbox
+   M /trunk/vlc.win32.nsi
+
+Removed the old skins plugin
+
+------------------------------------------------------------------------
+r8481 | ipkiss | 2004-08-21 13:47:04 +0200 (Sat, 21 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+   D /trunk/share/skins
+   M /trunk/src/interface/interface.c
+
+Removed the default skin for the skins1 module
+
+------------------------------------------------------------------------
+r8482 | asmax | 2004-08-21 14:38:53 +0200 (Sat, 21 Aug 2004) | 5 lines
+Changed paths:
+   M /trunk/src/audio_output/output.c
+
+ * src/audio_output/output.c: check if start_date is null in
+   aout_OutputNextBuffer(), then do not try to resample or play silences.
+   Now everything works perfectly with screwed ALSA drivers that always
+   return zero in snd_pcm_status_get_tstamp() (at last!!!)
+
+------------------------------------------------------------------------
+r8483 | asmax | 2004-08-21 14:57:32 +0200 (Sat, 21 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+
+ * alsa.c: pass next_date=0 to aout_OutputNextBuffer if
+   snd_pcm_status_get_tstamp() returns zero. I hope someone has a better
+   fix because in fact it is not perfect (there are "clicks" with DVDs)
+
+------------------------------------------------------------------------
+r8484 | gbazin | 2004-08-21 15:06:42 +0200 (Sat, 21 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/open.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+* modules/gui/wxwindows/*: updated open disc dialog.
+------------------------------------------------------------------------
+r8485 | asmax | 2004-08-21 15:54:36 +0200 (Sat, 21 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/audio_output/alsa.c
+   M /trunk/src/audio_output/output.c
+
+ * alsa.c: compute next_date with snd_pcm_delay() if snd_pcm_status_get_tstamp
+   doesn't work. Better than nothing but the sound is still poor with DVDs :(
+
+------------------------------------------------------------------------
+r8486 | asmax | 2004-08-21 16:06:08 +0200 (Sat, 21 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+ * Makefile.am: "noinst_lib_DATA" broke bootstrap :(
+
+------------------------------------------------------------------------
+r8487 | sam | 2004-08-21 16:11:41 +0200 (Sat, 21 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+  * Makefile.am: yet another humiliating submission of automake.
+
+------------------------------------------------------------------------
+r8488 | dionoea | 2004-08-21 18:02:06 +0200 (Sat, 21 Aug 2004) | 7 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/extrapanel.cpp
+   M /trunk/po/fr.po
+
+* modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to 
+  "Restore Defaults" so it gets translated
+
+* po/fr.po : Chanded "Restore Defaults" translation
+  
+
+
+------------------------------------------------------------------------
+r8489 | gbazin | 2004-08-21 18:38:10 +0200 (Sat, 21 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: added an option for x264 support.
+------------------------------------------------------------------------
+r8490 | hartman | 2004-08-21 21:45:40 +0200 (Sat, 21 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/glx.c
+
+* Fix a X11 GLX crash
+
+------------------------------------------------------------------------
+r8491 | rocky | 2004-08-22 04:17:43 +0200 (Sun, 22 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+automake 1.8 works, so accept that as well.
+
+------------------------------------------------------------------------
+r8492 | asmax | 2004-08-22 11:40:07 +0200 (Sun, 22 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+ * Makefile.am: don't forget to copy reduce_mouseover.png !
+
+------------------------------------------------------------------------
+r8493 | asmax | 2004-08-22 12:38:26 +0200 (Sun, 22 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
+
+  * ctrl_list.cpp: beginning of key handling in the playlist
+
+------------------------------------------------------------------------
+r8494 | gbazin | 2004-08-22 13:06:28 +0200 (Sun, 22 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/dvdread.c
+
+* modules/access/dvdread.c: fixed chapter change detection.
+------------------------------------------------------------------------
+r8495 | asmax | 2004-08-22 14:50:39 +0200 (Sun, 22 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/Modules.am
+   M /trunk/modules/gui/skins2/src/skin_common.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   A /trunk/modules/gui/skins2/src/theme_repository.cpp
+   A /trunk/modules/gui/skins2/src/theme_repository.hpp
+   M /trunk/modules/gui/wxwindows/menus.cpp
+
+  * all: skeleton of a popup menu entry for skin selection
+
+------------------------------------------------------------------------
+r8496 | gbazin | 2004-08-22 16:10:27 +0200 (Sun, 22 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/glx.c
+
+* modules/video_output/x11/glx.c: don't call XCloseDisplay() if p_display == NULL.
+------------------------------------------------------------------------
+r8497 | gbazin | 2004-08-22 16:16:37 +0200 (Sun, 22 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+
+* modules/gui/skins2/src/skin_main.cpp: added a skins shortcut.
+------------------------------------------------------------------------
+r8498 | hartman | 2004-08-22 16:32:51 +0200 (Sun, 22 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/video_output/x11/glx.c
+
+* initialize variables and don't use arguments that failed being created.
+  (fixes glx when X11 isn't runnning)
+
+
+------------------------------------------------------------------------
+r8499 | ipkiss | 2004-08-22 16:39:16 +0200 (Sun, 22 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+   M /trunk/modules/gui/skins2/parser/interpreter.cpp
+   M /trunk/modules/gui/skins2/src/vlcproc.hpp
+   M /trunk/modules/gui/skins2/src/window_manager.cpp
+   M /trunk/modules/gui/skins2/src/window_manager.hpp
+
+ * skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
+ * skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop()
+ * doc/skins/skins2-howto.xml: doc updated
+
+------------------------------------------------------------------------
+r8500 | asmax | 2004-08-22 17:00:19 +0200 (Sun, 22 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/theme_repository.cpp
+   M /trunk/modules/gui/skins2/src/theme_repository.hpp
+
+  * theme_repository.*: the popup menu for skin selection works !
+  (it looks for .vlt files in all the directories of the resource path)
+  * dialogs.cpp: fixed a stupid copy/paste mistake
+
+------------------------------------------------------------------------
+r8501 | hartman | 2004-08-22 17:16:03 +0200 (Sun, 22 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
+
+* Added the new OSX vout files
+* added the new OSX vout files to pb proj.
+
+------------------------------------------------------------------------
+r8502 | fenrir | 2004-08-22 17:17:35 +0200 (Sun, 22 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+ * compilation fix.
+
+------------------------------------------------------------------------
+r8503 | asmax | 2004-08-22 17:24:48 +0200 (Sun, 22 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/theme_repository.cpp
+   M /trunk/po/fr.po
+
+  * all: french translation for skin popup menu
+
+------------------------------------------------------------------------
+r8504 | gbazin | 2004-08-22 19:15:35 +0200 (Sun, 22 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ogt/cvd.c
+   M /trunk/modules/codec/ogt/ogt.c
+
+* modules/codec/ogt/*: updated the prototype of the decode function.
+------------------------------------------------------------------------
+r8505 | gbazin | 2004-08-23 00:44:27 +0200 (Mon, 23 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+* src/input/decoder.c: don't forget that packetizers can output a chain of data blocks.
+------------------------------------------------------------------------
+r8506 | gbazin | 2004-08-23 12:09:52 +0200 (Mon, 23 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/packetizer/h264.c
+
+* modules/packetizer/h264.c: modified ParseNALBlock() to return a complete picture and not just a picture slice.
+------------------------------------------------------------------------
+r8507 | gbazin | 2004-08-23 17:19:56 +0200 (Mon, 23 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/include/video_output.h
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/video_output/vout_subpictures.c, video_output.c: fixed a crash with dvd menus.
+------------------------------------------------------------------------
+r8508 | fenrir | 2004-08-24 00:16:58 +0200 (Tue, 24 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/ps.c
+
+ * ps.c: handle PES with 0 size. (look for next start code, slow but
+better that nothing).
+
+------------------------------------------------------------------------
+r8509 | jlj | 2004-08-24 18:30:53 +0200 (Tue, 24 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/libvlc.c
+
+  * ./src/libvlc.c: initialize dvd/vcd/cd-audio values using HAL.
+
+
+------------------------------------------------------------------------
+r8510 | fenrir | 2004-08-24 19:51:44 +0200 (Tue, 24 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ * ts.c: fixed --ts-out.
+
+------------------------------------------------------------------------
+r8511 | gbazin | 2004-08-24 20:31:13 +0200 (Tue, 24 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/Modules.am
+   D /trunk/modules/demux/demuxstream.c
+
+* modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts demuxer (and is broken anyway).
+
+------------------------------------------------------------------------
+r8512 | asmax | 2004-08-24 20:43:41 +0200 (Tue, 24 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_interface.h
+   M /trunk/modules/gui/skins2/src/dialogs.cpp
+   M /trunk/modules/gui/wxwindows/dialogs.cpp
+
+  * all: removed obsolete b_blocking in intf_dialogs_arg_t
+
+------------------------------------------------------------------------
+r8513 | asmax | 2004-08-24 21:01:32 +0200 (Tue, 24 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/theme_repository.cpp
+   M /trunk/modules/gui/skins2/src/theme_repository.hpp
+   D /trunk/share/skins2/default
+   A /trunk/share/skins2/default.vlt
+
+  * the default skin is now shipped as a .vlt (whether you like it or not ;)
+  * missing "Id" property
+
+------------------------------------------------------------------------
+r8514 | gbazin | 2004-08-24 21:38:09 +0200 (Tue, 24 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: fixed fullscreen with KDE 3.3
+------------------------------------------------------------------------
+r8515 | fenrir | 2004-08-24 22:03:15 +0200 (Tue, 24 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/udp.c
+
+ * udp: unused line.
+
+------------------------------------------------------------------------
+r8516 | sigmunau | 2004-08-24 22:50:36 +0200 (Tue, 24 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/share/Makefile.am
+
+share/Makefile.am: update for default skin change
+
+------------------------------------------------------------------------
+r8517 | fenrir | 2004-08-24 23:58:24 +0200 (Tue, 24 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.h
+   M /trunk/modules/access/dvb/linux_dvb.c
+
+ * dvn: first pass to port dvb to new api. (it doesn't even yet compile,
+I haven't tried :)
+
+------------------------------------------------------------------------
+r8518 | fenrir | 2004-08-25 00:07:54 +0200 (Wed, 25 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/dvb/dvb.h
+
+ * dvb: compilation fix. With great luck it may, perhaps, work in budget
+mode (else I still need to hack ts demuxer).
+
+------------------------------------------------------------------------
+r8519 | gbazin | 2004-08-25 17:09:50 +0200 (Wed, 25 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+* Makefile.am: fixed make package-win32-base.
+------------------------------------------------------------------------
+r8520 | fenrir | 2004-08-25 20:50:36 +0200 (Wed, 25 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/include/vlc_access.h
+   M /trunk/include/vlc_demux.h
+   M /trunk/include/vlc_input.h
+
+ * input: added a INPUT_UPDATE_META (for meta data in access like ICY)
+ * access: added ACCESS_GET_TITLE_INFO (not yet implemented)
+ * demux: added DEMUX_SET_GROUP (will be only for dvb/ts).
+
+------------------------------------------------------------------------
+r8521 | fenrir | 2004-08-25 22:06:00 +0200 (Wed, 25 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+
+ * dvb: fixes.
+
+------------------------------------------------------------------------
+r8522 | fenrir | 2004-08-25 22:08:23 +0200 (Wed, 25 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/demux.c
+   M /trunk/src/input/input.c
+
+ * input: send DEMUX_SET_GROUP.
+
+------------------------------------------------------------------------
+r8523 | fenrir | 2004-08-25 22:09:16 +0200 (Wed, 25 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ ts.c: send pid select/unselect to access. (untested).
+
+------------------------------------------------------------------------
+r8524 | ipkiss | 2004-08-25 23:32:15 +0200 (Wed, 25 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
+   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
+   M /trunk/modules/gui/skins2/commands/cmd_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/dialogs.cpp
+   M /trunk/modules/gui/skins2/src/dialogs.hpp
+   M /trunk/modules/gui/skins2/src/skin_main.cpp
+   M /trunk/modules/gui/skins2/src/top_window.cpp
+
+ * skins2: new "playlist.load()" and "playlist.save()" actions
+
+------------------------------------------------------------------------
+r8525 | ipkiss | 2004-08-25 23:36:03 +0200 (Wed, 25 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/doc/skins/skins2-howto.xml
+
+ * Update the docs
+
+------------------------------------------------------------------------
+r8526 | titer | 2004-08-26 14:59:31 +0200 (Thu, 26 Aug 2004) | 6 lines
+Changed paths:
+   M /trunk/modules/gui/beos/VideoOutput.cpp
+   M /trunk/src/input/decoder.c
+   M /trunk/src/video_output/video_output.c
+   M /trunk/src/video_output/vout_intf.c
+
+ + input/decoder.c: detach decoder after vout_Request(...,0,0,0,0)ing
+     so AttachSPU can still reach p_input
+ + src/video_output/*: init mouse variable before attaching p_vout so
+     dvdnav can't add callbacks on those before there're created
+ + beos/VideoOutput.cpp: removed tabs, sanity check
+
+------------------------------------------------------------------------
+r8527 | titer | 2004-08-26 15:11:16 +0200 (Thu, 26 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/ts.c
+
+ + demux/ts.c: gcc < 3 fix
+
+------------------------------------------------------------------------
+r8528 | sam | 2004-08-26 18:02:34 +0200 (Thu, 26 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/INSTALL
+
+  * INSTALL: added a note about bootstrapping.
+
+------------------------------------------------------------------------
+r8529 | gbazin | 2004-08-26 21:19:08 +0200 (Thu, 26 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/decoder.c
+
+* src/input/decoder.c: forward the p_block->i_rate info when required (fixes libmpeg2 decoding in the display stream output module).
+------------------------------------------------------------------------
+r8530 | gbazin | 2004-08-26 21:26:16 +0200 (Thu, 26 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/libmpeg2.c
+
+* modules/codec/libmpeg2.c: use the DTS in the synchro algorithm.
+------------------------------------------------------------------------
+r8531 | gbazin | 2004-08-26 23:27:06 +0200 (Thu, 26 Aug 2004) | 15 lines
+Changed paths:
+   M /trunk/include/vlc_codec.h
+   M /trunk/include/vlc_filter.h
+   M /trunk/include/vlc_objects.h
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/codec/ffmpeg/Modules.am
+   M /trunk/modules/codec/ffmpeg/chroma.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/video.c
+   A /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/modules/codec/libmpeg2.c
+   M /trunk/modules/codec/speex.c
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/codec/toolame.c
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/stream_out/transcode.c
+   M /trunk/src/misc/objects.c
+   M /trunk/src/video_output/vout_pictures.c
+
+* modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h:
+  - chroma + resizing video filter (using the filter_t architecture).
+* modules/codec/ffmpeg/*:
+  - cleanup + small updates.
+* modules/codec/speex.c, theora.c, vorbis.c:
+  - got rid of pf_header() in the encoder.
+  - store the headers in fmt_out.p_extra (this will break the ogg muxer for now).
+* modules/codec/libmpeg2.c, modules/codec/ffmpeg/video.c:
+  - added a p_dec->b_pace_control field to signal if the decoder is allowed to drop frames.
+* modules/stream_out/transcode.c:
+  - heavy cleanup.
+  - re-use video decoder modules and got rid of the duplicated ffmpeg video decoder.
+  - use video filters for chroma conversion and resizing.
+  (a few things are broken now like deinterlacing but I'll repair them asap).
+
+------------------------------------------------------------------------
+r8532 | sam | 2004-08-27 14:10:17 +0200 (Fri, 27 Aug 2004) | 11 lines
+Changed paths:
+   M /trunk/debian/Makefile.am
+   M /trunk/debian/README.Debian
+   M /trunk/debian/control
+   M /trunk/debian/copyright
+   M /trunk/debian/patches/00list
+   D /trunk/debian/patches/20_faad2.dpatch
+   M /trunk/debian/patches/20_interfaces.dpatch
+   M /trunk/debian/rules
+
+  * debian/rules:
+    + Activated x264 support.
+    + Re-enabled libmodplug support.
+    + Build PIC plugins even on x86.
+    + Disabled DVB and SLP because their code is broken.
+  * debian/control:
+    + Force the vlc-plugin-arts and qvlc dependencies.
+    + Build-depend on jam and nasm because of x264.
+  * debian/copyright:
+    + Converted to UTF-8.
+
+------------------------------------------------------------------------
+r8533 | sam | 2004-08-27 14:14:26 +0200 (Fri, 27 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/extras
+
+  * extras: ignore extra directories.
+
+------------------------------------------------------------------------
+r8534 | gbazin | 2004-08-27 15:31:23 +0200 (Fri, 27 Aug 2004) | 11 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/include/audio_output.h
+   M /trunk/include/vlc_block.h
+   M /trunk/include/vlc_es.h
+   M /trunk/include/vlc_filter.h
+   M /trunk/modules/audio_filter/Modules.am
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+   A /trunk/modules/audio_filter/format.c
+   M /trunk/modules/codec/ffmpeg/audio.c
+   M /trunk/modules/stream_out/Modules.am
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c:
+  - Re-use our audio decoder modules instead of using libavcodec directly.
+  - No more dependance on libavcodec.
+  (downmixing is currently broken + you have to force the ffmpeg codec for a52)
+* modules/audio_filter/format.c:
+  - PCM audio format conversion filter using the new common filter architecture.
+* modules/audio_filter/converter/mpgatofixed32.c:
+  - implements both the old and new filter architecture (ie. useable in the transcoder).
+* modules/codec/ffmpeg/audio.c:
+  - fixes and cleanup.
+
+------------------------------------------------------------------------
+r8535 | gbazin | 2004-08-27 15:34:44 +0200 (Fri, 27 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/modules/audio_filter/Modules.am
+
+* configure.ac: add the audio format conversion filter.
+------------------------------------------------------------------------
+r8536 | gbazin | 2004-08-27 15:49:20 +0200 (Fri, 27 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: fixed typo.
+------------------------------------------------------------------------
+r8537 | gbazin | 2004-08-27 15:57:11 +0200 (Fri, 27 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+
+* configure.ac: added --with-ffmpeg-dts/zlib options.
+------------------------------------------------------------------------
+r8538 | sam | 2004-08-27 19:25:31 +0200 (Fri, 27 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/po/POTFILES.in
+
+  * po/POTFILES.in: updated for deprecated files.
+
+------------------------------------------------------------------------
+r8539 | sam | 2004-08-27 21:30:37 +0200 (Fri, 27 Aug 2004) | 5 lines
+Changed paths:
+   M /trunk/include/vlc_common.h
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/gui/wxwindows/interface.cpp
+   M /trunk/modules/mux/ogg.c
+   M /trunk/src/libvlc.c
+
+  * include/vlc_common.h:
+    + Use PACKAGE_NAME instead of PACKAGE.
+  * modules/codec/ffmpeg/ffmpeg.c:
+    + This module does not require AltiVec for now.
+
+------------------------------------------------------------------------
+r8540 | sam | 2004-08-27 21:32:44 +0200 (Fri, 27 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/gnome-vlc.menu
+   M /trunk/debian/gvlc.menu
+   M /trunk/debian/kvlc.menu
+   M /trunk/debian/qvlc.menu
+   M /trunk/debian/rules
+   M /trunk/debian/wxvlc.menu
+
+  * debian/rules:
+    + Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the
+      WxWidgets one.
+
+------------------------------------------------------------------------
+r8541 | gbazin | 2004-08-27 22:10:21 +0200 (Fri, 27 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: flush our buffers on close.
+------------------------------------------------------------------------
+r8542 | gbazin | 2004-08-27 22:44:39 +0200 (Fri, 27 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/demux/asf/asf.c
+   M /trunk/modules/mux/asf.c
+
+* modules/demux/asf/asf.c: ignore the ES extra data for mpeg audio.
+* modules/mux/asf.c: bring the tracks back to a 0 based offset.
+
+------------------------------------------------------------------------
+r8543 | sam | 2004-08-27 22:46:35 +0200 (Fri, 27 Aug 2004) | 7 lines
+Changed paths:
+   M /trunk/debian/Makefile.am
+   M /trunk/debian/control
+   D /trunk/debian/gnome-vlc.menu
+   D /trunk/debian/gvlc.menu
+   D /trunk/debian/kvlc.menu
+   D /trunk/debian/qvlc.menu
+   M /trunk/debian/rules
+   M /trunk/include/vlc_common.h
+
+  * debian/*.menu:
+    + Removed unused menu files.
+  * debian/rules:
+    + Build libavformat.
+  * include/vlc_common.h:
+    + PACKAGE overrides PACKAGE_NAME.
+
+------------------------------------------------------------------------
+r8544 | sam | 2004-08-27 22:58:33 +0200 (Fri, 27 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/debian/rules
+
+  * debian/rules: typo.
+
+------------------------------------------------------------------------
+r8545 | zorglub | 2004-08-28 12:04:15 +0200 (Sat, 28 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/access/dvb/access.c
+
+s/access/access2
+
+
+------------------------------------------------------------------------
+r8546 | gbazin | 2004-08-28 13:02:51 +0200 (Sat, 28 Aug 2004) | 9 lines
+Changed paths:
+   M /trunk/include/vlc_es_out.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/demux/mkv.cpp
+   M /trunk/modules/demux/ogg.c
+   M /trunk/modules/mux/ogg.c
+   M /trunk/src/input/es_out.c
+
+* include/vlc_es_out.h, src/input/es_out.c: added an ES_OUT_SET_FMT control.
+* modules/demux/ogg.c, modules/demux/mkv.cpp:
+  - store the vorbis/theora/speex headers in fmt.p_extra.
+  - this change simplifies the code quite a bit and is a lot cleaner.
+* modules/codec/vorbis.c, theora.c, speex.c, flac.c:
+  - get the headers from fmt_in.p_extra or from the bitstream if empty.
+* modules/mux/ogg.c:
+  - recontstruct the headers from fmt.p_extra.
+
+------------------------------------------------------------------------
+r8547 | sam | 2004-08-28 13:29:48 +0200 (Sat, 28 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/doc/mad/DESIGN
+   M /trunk/doc/skins/skins-howto.txt
+   M /trunk/include/vlc_block_helper.h
+   M /trunk/modules/access/satellite/access.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/directx/glwin32.c
+   M /trunk/modules/video_output/ggi.c
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/src/input/input.c
+   M /trunk/src/stream_output/stream_output.c
+   M /trunk/src/video_output/video_output.c
+
+  * Spelling fixes.
+
+------------------------------------------------------------------------
+r8548 | fenrir | 2004-08-28 17:20:18 +0200 (Sat, 28 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_access.h
+   M /trunk/modules/access/dvb/access.c
+
+ * all: ooops wrong order for ACCESS_SET_PRIVATE_ID...
+
+------------------------------------------------------------------------
+r8549 | fenrir | 2004-08-28 17:40:11 +0200 (Sat, 28 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+ * stream.c: oops another bug with  SET_ID...
+
+------------------------------------------------------------------------
+r8550 | gbazin | 2004-08-28 18:46:22 +0200 (Sat, 28 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/include/vlc_video.h
+
+* include/vlc_video.h: added an i_visible_lines field to plane_t.
+------------------------------------------------------------------------
+r8551 | gbazin | 2004-08-28 19:36:02 +0200 (Sat, 28 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+   M /trunk/modules/codec/cinepak.c
+   M /trunk/modules/codec/dmo/dmo.c
+   M /trunk/modules/codec/ffmpeg/video.c
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/codec/tarkin.c
+   M /trunk/modules/gui/beos/VideoOutput.cpp
+   M /trunk/modules/gui/macosx/voutqt.m
+   M /trunk/modules/gui/qnx/vout.c
+   M /trunk/modules/video_chroma/i420_ymga.c
+   M /trunk/modules/video_chroma/i420_yuy2.c
+   M /trunk/modules/video_chroma/i422_yuy2.c
+   M /trunk/modules/video_filter/adjust.c
+   M /trunk/modules/video_filter/clone.c
+   M /trunk/modules/video_filter/crop.c
+   M /trunk/modules/video_filter/deinterlace.c
+   M /trunk/modules/video_filter/distort.c
+   M /trunk/modules/video_filter/invert.c
+   M /trunk/modules/video_filter/logo.c
+   M /trunk/modules/video_filter/motionblur.c
+   M /trunk/modules/video_filter/transform.c
+   M /trunk/modules/video_filter/wall.c
+   M /trunk/modules/video_output/aa.c
+   M /trunk/modules/video_output/caca.c
+   M /trunk/modules/video_output/directx/directx.c
+   M /trunk/modules/video_output/fb.c
+   M /trunk/modules/video_output/ggi.c
+   M /trunk/modules/video_output/glide.c
+   M /trunk/modules/video_output/hd1000v.cpp
+   M /trunk/modules/video_output/mga.c
+   M /trunk/modules/video_output/opengl.c
+   M /trunk/modules/video_output/qte/qte.cpp
+   M /trunk/modules/video_output/sdl.c
+   M /trunk/modules/video_output/wingdi.c
+   M /trunk/modules/video_output/x11/xcommon.c
+   M /trunk/modules/visualization/visual/visual.c
+   M /trunk/src/video_output/vout_pictures.c
+
+* ALL: use i_visible_lines in plane_t.
+
+------------------------------------------------------------------------
+r8552 | gbazin | 2004-08-28 20:07:35 +0200 (Sat, 28 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_pictures.c
+
+* src/video_output/vout_pictures.c: oups, inverted i_visible_lines and i_lines.
+------------------------------------------------------------------------
+r8553 | gbazin | 2004-08-28 20:37:02 +0200 (Sat, 28 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/codec/theora.c
+   M /trunk/modules/stream_out/transcode.c
+
+* codec/theora.c: Removed the "multiple of 16" size restriction for the encoding.
+  + correct cropping of the decoded video when specified.
+* stream_out/transcode.c: make sure the size of the encoded video is at least a multiple of 2.
+
+------------------------------------------------------------------------
+r8554 | zorglub | 2004-08-28 21:29:32 +0200 (Sat, 28 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/fileinfo.cpp
+   M /trunk/modules/gui/wxwindows/wxwindows.h
+
+Update the "Stream and Media Info" dialog
+
+------------------------------------------------------------------------
+r8555 | gbazin | 2004-08-29 00:50:50 +0200 (Sun, 29 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/menus.cpp
+
+* modules/gui/wxwindows/menus.cpp: increased size of a couple of arrays for safety.
+------------------------------------------------------------------------
+r8556 | gbazin | 2004-08-29 01:58:01 +0200 (Sun, 29 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/codec/vorbis.c: vorbis encoder takes float32 as input.
+* modules/stream_out/transcode.c: respect input requested by encoder.
+
+------------------------------------------------------------------------
+r8557 | gbazin | 2004-08-29 01:59:55 +0200 (Sun, 29 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+
+* modules/audio_filter/converter/a52tofloat32.c: added implementation for the new audio filter architecture.
+
+------------------------------------------------------------------------
+r8558 | gbazin | 2004-08-29 02:40:43 +0200 (Sun, 29 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/audio_filter/format.c
+   M /trunk/modules/codec/araw.c
+   M /trunk/modules/codec/dts.c
+
+* modules/audio_filter/converter/dtstofloat32.c: added implementation for the new audio filter architecture.
+* codec/dts.c: bug fix.
+* codec/araw.c: added more PCM formats to the encoder.
+
+------------------------------------------------------------------------
+r8559 | gbazin | 2004-08-29 03:12:06 +0200 (Sun, 29 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+   M /trunk/modules/codec/ffmpeg/ffmpeg.h
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/modules/stream_out/transcode.c
+
+* codec/ffmpeg/video_filter.c: deinterlace filter.
+* stream_out/transcode.c: deinterlacing works again.
+
+------------------------------------------------------------------------
+r8560 | gbazin | 2004-08-29 03:25:29 +0200 (Sun, 29 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/ogg.c
+
+* commit modules/mux/ogg.c: added SNOW fourcc.
+------------------------------------------------------------------------
+r8561 | gbazin | 2004-08-29 03:28:28 +0200 (Sun, 29 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/mpeg_audio.c
+
+* modules/codec/mpeg_audio.c: correct bitrate.
+------------------------------------------------------------------------
+r8562 | asmax | 2004-08-29 11:00:03 +0200 (Sun, 29 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/skins2/commands/async_queue.cpp
+   M /trunk/modules/gui/skins2/commands/async_queue.hpp
+
+  * async_queue.*: AsyncQueue::remove is now thread-safe to avoid potential
+  (but *very* unlikely) segfaults
+
+------------------------------------------------------------------------
+r8563 | zorglub | 2004-08-29 11:04:20 +0200 (Sun, 29 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/wxwindows/playlist.cpp
+
+Fix last  playlist item deletion with wxWIN32
+
+------------------------------------------------------------------------
+r8564 | gbazin | 2004-08-29 11:58:07 +0200 (Sun, 29 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/video_chroma/i420_rgb.c
+   M /trunk/modules/video_output/x11/xcommon.c
+
+* modules/video_output/x11/xcommon.c: 24 bits screen depth uses 32bits per pixels.
+* video_chroma/i420_rgb.c: disable RV24 support (which was assuming 32 bits per pixels).
+
+------------------------------------------------------------------------
+r8565 | gbazin | 2004-08-29 12:56:24 +0200 (Sun, 29 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/vorbis.c
+
+* modules/codec/vorbis.c: VBR encoding is now the default + added a cbr option.
+------------------------------------------------------------------------
+r8566 | gbazin | 2004-08-29 13:42:43 +0200 (Sun, 29 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/ogg.c
+
+* modules/mux/ogg.c: when removing a stream, flush its fifo first.
+------------------------------------------------------------------------
+r8567 | gbazin | 2004-08-29 14:27:49 +0200 (Sun, 29 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ogg.c
+
+* modules/demux/ogg.c: fixed skipped pictures problem when starting a stream.
+------------------------------------------------------------------------
+r8568 | gbazin | 2004-08-29 14:40:33 +0200 (Sun, 29 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/misc/dummy/vout.c
+
+* modules/misc/dummy/vout.c: have the dummy vout use the render chroma by default.
+------------------------------------------------------------------------
+r8569 | gbazin | 2004-08-29 15:18:53 +0200 (Sun, 29 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: when overlaying subtitles, duplicate frames if they are referenced by the decoder.
+------------------------------------------------------------------------
+r8570 | titer | 2004-08-29 15:40:56 +0200 (Sun, 29 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ src/input/es_out.c: gcc < 3 fix
+
+------------------------------------------------------------------------
+r8571 | hartman | 2004-08-29 17:11:50 +0200 (Sun, 29 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/open.m
+   M /trunk/modules/gui/macosx/prefs.m
+   M /trunk/modules/gui/macosx/prefs_widgets.m
+
+* fix text encoding of subtitle filenames (and other paths).
+
+------------------------------------------------------------------------
+r8572 | hartman | 2004-08-29 17:59:12 +0200 (Sun, 29 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/TODO
+   M /trunk/modules/gui/macosx/voutqt.m
+
+* Don't release the VLCWindow on QTClose. The mainthread still needs it.
+* Updated TODO list
+
+------------------------------------------------------------------------
+r8573 | fenrir | 2004-08-29 21:34:54 +0200 (Sun, 29 Aug 2004) | 3 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: support vobsub in .mp4 (NeroRecode), but won't work if the video
+has been cropped.
+
+------------------------------------------------------------------------
+r8574 | fenrir | 2004-08-29 21:36:41 +0200 (Sun, 29 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ * es_out: msg_Err -> msg_Warn for Program empty. But I still need to
+fix it... (it should be annoying only with TS, you may have dead program
+entry).
+
+------------------------------------------------------------------------
+r8575 | hartman | 2004-08-29 21:48:09 +0200 (Sun, 29 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.h
+   M /trunk/modules/gui/macosx/intf.m
+
+* Fix the play/pause button status
+* the prime manage thread now runs every .1 sec instead of .3,
+  this might improve response sometimes.
+
+------------------------------------------------------------------------
+r8576 | zorglub | 2004-08-29 23:26:16 +0200 (Sun, 29 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/stream_out/standard.c
+   M /trunk/src/stream_output/sap.c
+
+Fix memleaks
+
+------------------------------------------------------------------------
+r8577 | hartman | 2004-08-30 00:18:25 +0200 (Mon, 30 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/ffmpeg.c
+
+* added TSCC decoder to our ffmpeg module
+
+------------------------------------------------------------------------
+r8578 | hartman | 2004-08-30 00:32:39 +0200 (Mon, 30 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+
+* build ffmpeg with zlib on Mac/BeOS
+  remember to configure vlc with --with-ffmpeg-zlib
+
+------------------------------------------------------------------------
+r8579 | gbazin | 2004-08-30 01:18:11 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_pictures.c
+
+* src/video_output/vout_pictures.c: RV24 is really 24 bits per pixel.
+------------------------------------------------------------------------
+r8580 | gbazin | 2004-08-30 01:48:31 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: fixed ES_OUT_SET_FMT control.
+------------------------------------------------------------------------
+r8581 | gbazin | 2004-08-30 02:10:17 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+* src/input/es_out.c: really fixed ES_OUT_SET_FMT this time.
+------------------------------------------------------------------------
+r8582 | gbazin | 2004-08-30 03:03:12 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_chroma/i420_yuy2.c
+
+* modules/video_chroma/i420_yuy2.c: take care of chroma pitch as well.
+------------------------------------------------------------------------
+r8583 | gbazin | 2004-08-30 03:24:08 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_chroma/i420_rgb16.c
+
+* modules/video_chroma/i420_rgb16.c: take care of width != pitch as well.
+------------------------------------------------------------------------
+r8584 | gbazin | 2004-08-30 03:26:14 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/video_chroma/i420_rgb8.c
+
+* modules/video_chroma/i420_rgb8.c: take care of width != pitch as well.
+------------------------------------------------------------------------
+r8585 | gbazin | 2004-08-30 04:15:25 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ps.h
+
+* modules/demux/ps.h: fixed parsing of system header.
+------------------------------------------------------------------------
+r8586 | gbazin | 2004-08-30 12:35:19 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/NEWS
+
+* NEWS: update
+------------------------------------------------------------------------
+r8587 | damienf | 2004-08-30 12:45:01 +0200 (Mon, 30 Aug 2004) | 9 lines
+Changed paths:
+   M /trunk/src/input/stream.c
+
+
+i've modified the following functions to properly skip data (read buffer is nil) on streams which cannot be seeked.
+
+AStreamReadBlock()
+AStreamReadStream()
+
+before those modifications, playback would suddenly be interrupted after a while on network streams prone to packet loss.
+
+
+------------------------------------------------------------------------
+r8588 | hartman | 2004-08-30 13:02:33 +0200 (Mon, 30 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/demux/mp4/mp4.c
+
+* Remove fprintf debug statement in the mp4 demux
+
+------------------------------------------------------------------------
+r8589 | zorglub | 2004-08-30 15:14:05 +0200 (Mon, 30 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/NEWS
+
+Few improvements
+
+------------------------------------------------------------------------
+r8590 | gbazin | 2004-08-30 16:52:52 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/gui/wxwindows/interface.cpp
+
+* modules/gui/wxwindows/interface.cpp: do not use a checkbox control for the bookmarks menu
+------------------------------------------------------------------------
+r8591 | gbazin | 2004-08-30 18:28:38 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: don't segfault when video encoder or filter can't be opened.
+------------------------------------------------------------------------
+r8592 | gbazin | 2004-08-30 19:46:46 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/mpeg/ts.c
+
+* modules/mux/mpeg/ts.c: waiting for the fifo to have 51 packets before muxing is completely insane. Put back the old value of 2 packets.
+------------------------------------------------------------------------
+r8593 | gbazin | 2004-08-30 21:24:55 +0200 (Mon, 30 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/include/vlc_es.h
+   M /trunk/modules/codec/ffmpeg/chroma.c
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/demux/avi/avi.c
+   M /trunk/src/input/decoder.c
+
+* ALL: use rgb mask members in video_format_t.
+* modules/demux/avi/avi.c: raw RGB 24 is in fact BGR 24.
+
+------------------------------------------------------------------------
+r8594 | gbazin | 2004-08-30 21:37:35 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/access/v4l/v4l.c
+
+* modules/access/v4l/v4l.c: in v4l, RGB24 really is BGR24. Changed aspect ratio to 4:3.
+------------------------------------------------------------------------
+r8595 | gbazin | 2004-08-30 21:58:56 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/rawvideo.c
+   M /trunk/modules/demux/avi/avi.c
+
+* modules/demux/avi/avi.c, modules/codec/rawvideo.c: RGB DIBs are coded from bottom to top.
+------------------------------------------------------------------------
+r8596 | bigben | 2004-08-30 22:57:08 +0200 (Mon, 30 Aug 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/open.h
+   M /trunk/modules/gui/macosx/open.m
+
+* Add some options to the subtitle selection dialog. (relative size, encoding, and alignement).
+
+
+------------------------------------------------------------------------
+r8597 | gbazin | 2004-08-30 23:02:00 +0200 (Mon, 30 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: fix for channels mapping.
+------------------------------------------------------------------------
+r8598 | titer | 2004-08-31 00:53:40 +0200 (Tue, 31 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/input/es_out.c
+
+ compile fix
+
+------------------------------------------------------------------------
+r8599 | bigben | 2004-08-31 07:44:15 +0200 (Tue, 31 Aug 2004) | 3 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/open.m
+
+Consistency in labels.
+
+
+------------------------------------------------------------------------
+r8600 | gbazin | 2004-08-31 11:29:04 +0200 (Tue, 31 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+
+* modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c: don't forget to update the size of the audio buffer after decoding.
+------------------------------------------------------------------------
+r8601 | gbazin | 2004-08-31 12:25:39 +0200 (Tue, 31 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/demux/ps.h
+
+* modules/demux/ps.h: oups... fixed typo in my ps_pkt_parse_system() fix.
+------------------------------------------------------------------------
+r8602 | gbazin | 2004-08-31 13:58:40 +0200 (Tue, 31 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/araw.c
+
+* modules/codec/araw.c: got rid of the audio conversion in the encoder, which is now done by the audio filters.
+------------------------------------------------------------------------
+r8603 | gbazin | 2004-08-31 14:00:38 +0200 (Tue, 31 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/converter/a52tofloat32.c
+   M /trunk/modules/audio_filter/converter/dtstofloat32.c
+   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
+
+* modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c,mpgatofixed32.c: release the old audio buffer after conversion.
+------------------------------------------------------------------------
+r8604 | gbazin | 2004-08-31 14:02:12 +0200 (Tue, 31 Aug 2004) | 1 line
+Changed paths:
+   M /trunk/modules/audio_filter/format.c
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c, modules/audio_filter/format.c: fixed a bunch of stupid mistakes.
+------------------------------------------------------------------------
+r8605 | gbazin | 2004-08-31 20:29:58 +0200 (Tue, 31 Aug 2004) | 8 lines
+Changed paths:
+   M /trunk/include/vlc_video.h
+   M /trunk/modules/codec/subsdec.c
+   M /trunk/modules/misc/freetype.c
+   M /trunk/src/video_output/video_text.c
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/video_output/vout_subpictures.c, include/vlc_video.h:
+  + introduce a "TEXT" subpicture region type.
+  + a psz_text field stores the subpicture text.
+* src/video_output/video_text.c: produce "TEXT" subpictures.
+* modules/codec/subsdec.c: produce "TEXT" subpictures.
+* modules/misc/freetype.c: auto sizing works again.
+
+
+------------------------------------------------------------------------
+r8606 | hartman | 2004-08-31 20:32:54 +0200 (Tue, 31 Aug 2004) | 4 lines
+Changed paths:
+   M /trunk/modules/access/cdda.c
+   M /trunk/modules/access/directory.c
+   M /trunk/modules/access/dshow/dshow.cpp
+   M /trunk/modules/access/dvb/access.c
+   M /trunk/modules/access/file.c
+   M /trunk/modules/access/ftp.c
+   M /trunk/modules/access/http.c
+   M /trunk/modules/access/mms/mmsh.c
+   M /trunk/modules/access/mms/mmstu.c
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/access/tcp.c
+   M /trunk/modules/access/udp.c
+   M /trunk/modules/access/vcd/vcd.c
+
+* Don't bitch anymore about not found access_demux plugins.
+* Add ACCESS_SET_PRIVATE_ID_STATE to the list of every access plugin
+* msg_Err -> msg_Warn for unimplemented Control queries
+
+------------------------------------------------------------------------
+r8607 | hartman | 2004-08-31 20:52:22 +0200 (Tue, 31 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/src/misc/modules.c
+
+* forgot the most important file of the commit :)
+
+------------------------------------------------------------------------
+r8608 | hartman | 2004-08-31 22:21:54 +0200 (Tue, 31 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/gui/macosx/vout.m
+
+ * Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] *** Assertion failure in -[NSViewHierarchyLock unlockTopMostReader], AppKit.subproj/NSViewHierarchyLock.m:428
+
+------------------------------------------------------------------------
+r8609 | hartman | 2004-08-31 22:44:47 +0200 (Tue, 31 Aug 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
+
+* Updated version number to 0.8.0-test1 and to codename Janus
+
+------------------------------------------------------------------------
+r8610 | gbazin | 2004-09-01 00:53:22 +0200 (Wed, 01 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+* src/video_output/vout_subpictures.c: use p_vout->output instead of p_vout->render where necessary.
+------------------------------------------------------------------------
+r8611 | zorglub | 2004-09-01 13:02:15 +0200 (Wed, 01 Sep 2004) | 7 lines
+Changed paths:
+   M /trunk/doc/fortunes.txt
+   M /trunk/modules/access/pvr/pvr.c
+   M /trunk/modules/access/screen/screen.c
+   M /trunk/modules/audio_filter/normvol.c
+   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
+   M /trunk/src/libvlc.h
+
+* Fixed a few string errors
+
+* Update PO files
+
+* First round of updates for the french l10n
+
+
+------------------------------------------------------------------------
+r8612 | zorglub | 2004-09-01 14:54:34 +0200 (Wed, 01 Sep 2004) | 6 lines
+Changed paths:
+   M /trunk/share/http/index.html
+   M /trunk/share/http/style.css
+
+* Added some status information to the HTTP interface
+
+* Invalid HTML SUX !
+* Table layout SUX !
+
+
+------------------------------------------------------------------------
+r8613 | gbazin | 2004-09-01 15:19:43 +0200 (Wed, 01 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/src/input/input.c
+
+* src/input/input.c: fixed small memory leak.
+------------------------------------------------------------------------
+r8614 | gbazin | 2004-09-01 15:27:46 +0200 (Wed, 01 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/x264.c
+
+* modules/codec/x264.c: updated to latest x264 version.
+------------------------------------------------------------------------
+r8615 | gbazin | 2004-09-01 16:02:23 +0200 (Wed, 01 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video.c
+
+* modules/codec/ffmpeg/video.c: fixed a crash on win32 (s/free/av_free).
+------------------------------------------------------------------------
+r8616 | gbazin | 2004-09-01 16:07:45 +0200 (Wed, 01 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: fixed a bug I introduced in my last commit.
+------------------------------------------------------------------------
+r8617 | gbazin | 2004-09-01 16:26:23 +0200 (Wed, 01 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/ffmpeg/video_filter.c
+
+* modules/codec/ffmpeg/video_filter.c: oops, copy&paste bug.
+------------------------------------------------------------------------
+r8618 | gbazin | 2004-09-01 16:34:24 +0200 (Wed, 01 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/modules/mux/asf.c
+
+* modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send new headers after the stream started.
+------------------------------------------------------------------------
+r8619 | gbazin | 2004-09-01 17:37:40 +0200 (Wed, 01 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: free the original picture pointer, not the aligned one.
+------------------------------------------------------------------------
+r8620 | gbazin | 2004-09-01 17:56:03 +0200 (Wed, 01 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/modules/codec/dmo/dmo.c
+
+* modules/codec/dmo/dmo.c: specify required input chroma for video encoding.
+------------------------------------------------------------------------
+r8621 | titer | 2004-09-01 20:41:22 +0200 (Wed, 01 Sep 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/misc/freetype.c
+
+ + misc/freetype.c: workaround yet another weird BeOS behaviour
+
+------------------------------------------------------------------------
+r8622 | titer | 2004-09-01 20:59:23 +0200 (Wed, 01 Sep 2004) | 4 lines
+Changed paths:
+   M /trunk/src/video_output/vout_subpictures.c
+
+ + vout_subpictures.c: don't check only the first subpicture_t to see
+   if we need blending & rendering modules (fixes text messages which
+   were missing sometimes)
+
+------------------------------------------------------------------------
+r8623 | zorglub | 2004-09-01 22:02:17 +0200 (Wed, 01 Sep 2004) | 2 lines
+Changed paths:
+   M /trunk/modules/control/rc.c
+
+Added "is_playing", "get_title", "get_time" and "get_length" to get computer-readable output (for third-party programs)
+
+------------------------------------------------------------------------
+r8624 | hartman | 2004-09-01 23:40:35 +0200 (Wed, 01 Sep 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+* updated ebml, matroska, liveMedia and faad2 version
+
+------------------------------------------------------------------------
+r8625 | hartman | 2004-09-02 00:08:00 +0200 (Thu, 02 Sep 2004) | 2 lines
+Changed paths:
+   M /trunk/extras/contrib/src/Makefile
+   M /trunk/extras/contrib/src/packages.mak
+
+* fix the ebml and matroska downloads. added toolame target, but not enabled, since toolame is worse than ffmpeg when it comes to makefiles... ("it needs sam power").
+
+------------------------------------------------------------------------
+r8626 | gbazin | 2004-09-02 00:26:48 +0200 (Thu, 02 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/modules/stream_out/transcode.c
+
+* modules/stream_out/transcode.c: fixed fps and audio-sync options.
+------------------------------------------------------------------------
+r8627 | gbazin | 2004-09-02 01:15:12 +0200 (Thu, 02 Sep 2004) | 1 line
+Changed paths:
+   M /trunk/modules/visualization/galaktos/Modules.am
+
+* modules/visualization/galaktos/Modules.am: a whole lot of files were forgotten.
+------------------------------------------------------------------------