]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* stream_Size reports the size of a stream, not stream_Tell
[vlc] / ChangeLog
index 46704af2e9bb35f4c9e5af4410258495c845d0c5..010a7f6fac246c80ff2945a9814b177fd0c1a660 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2003-03-10 Monday 20:30  sam
+2003-12-15 Monday 23:31  gbazin
 
  * ./toolbox: added --update-changelog flag.
* modules/demux/ogg.c: a couple of fixes for flac streaming.
 
-2003-03-10 Monday 19:26  gbazin
+2003-12-15 Monday 22:55  gbazin
 
- * src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.
+ * modules/packetizer/mpeg4audio.c: fixed raw mpeg4 audio packetizer.
+ * modules/demux/mp4/libmp4.c: fixed (again) parsing of wave tag.
 
-2003-03-10 Monday 19:17  gbazin
+2003-12-15 Monday 22:04  gbazin
 
- * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
+ * modules/gui/skins/src/skin_main.cpp: bail out if we can't open an X11 display.
 
-2003-03-10 Monday 18:12  sam
+2003-12-15 Monday 21:54  gbazin
 
  * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
* modules/codec/vorbis.c: added 5.1 channel configuration to the decoder.
 
-2003-03-10 Monday 11:41  massiot
+2003-12-15 Monday 21:35  gbazin
 
- Fixed a major bug with 5.1 output and the OSS plug-in.
+ * modules/audio_output/directx.c: don't set the default audio output to mono even if the windows settings are set to mono.
+   Too many people just don't know how to set the windows speakers configuration setting properly.
 
-2003-03-10 Monday 09:23  jlj
+2003-12-15 Monday 21:07  jpsaman
 
  * ./modules/codec/dts.c: minor fix.
Fixing QT/Embedded header detection.
 
-2003-03-10 Monday 02:07  fenrir
+2003-12-15 Monday 20:21  gbazin
 
-  * improved seeking and fixed play back when reading from stdin (when
- reported size is null).
+ * modules/video_output/directx/directx.c: debug message.
 
-2003-03-10 Monday 01:12  gbazin
+2003-12-15 Monday 20:20  gbazin
 
- * modules/access/vcd/cdrom.c: small win32 bugfix.
- * configure.ac.in: on win32 we link ws2_32 with the slp plugin.
+ * modules/gui/wxwindows/open.cpp: compilation fix.
 
-2003-03-10 Monday 01:04  massiot
+2003-12-15 Monday 19:55  gbazin
 
- * Bumped up version number to 0.5.2
- * Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
-   configuration variable.
+ * share/http/admin/dboxfiles.html: html page used by the dbox.
 
-2003-03-10 Monday 00:39  jlj
+2003-12-15 Monday 19:26  bigben
 
-   * ./modules/demux/mpeg: DTS support.
+ Forgot this
 
-2003-03-09 Sunday 21:07  jlj
+2003-12-15 Monday 19:25  bigben
 
-   * DTS S/PDIF support.
+ Fix for the fullscreen button state (it is only enabled if a vout is present)
 
-2003-03-09 Sunday 20:44  gbazin
+2003-12-15 Monday 15:38  hartman
 
- * configure.ac.in: fixed my previous commit.
- * NEWS: added an entry about fixes in the dvd menu support.
+ * fix the skip 10 seconds buttons availability.
 
-2003-03-09 Sunday 20:25  gbazin
+2003-12-15 Monday 15:06  hartman
 
- * configure.ac.in: don't include the screensaver plugin on win32.
- * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
- * modules/codec/spudec/parse.c: removed unnessecary code.
- * modules/access/dvdplay/access.c: fixed some navigation problems.
+ * Fix the problem with OpenDVD crash.
 
-2003-03-09 Sunday 17:22  fenrir
+2003-12-15 Monday 14:25  hartman
 
-  * fixed a really stupid bug with compressed header, improved parsing
- of audio stsd box. (handle qt3+ audio box)
-  (I still need to fix mp4.c to read audio track that aren't mp4a)
+ * don't search the playlist when there is nothing in it. We will crash.
 
-2003-03-08 Saturday 02:55  sigmunau
+2003-12-15 Monday 14:05  hartman
 
- added a down, right gesture to quit vlc and an up, right gesture that swaps
- fullscreen on/off, removed the down gesture as it is now covered by the up,
- right gesture
+ * compile before you commit
 
-2003-03-07 Friday 01:53  gbazin
+2003-12-15 Monday 13:38  hartman
 
- * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
- messages window regularly.
+ * added bookmark 9 and 10 but set their combo to KEY_UNSET
 
-2003-03-07 Friday 00:52  sigmunau
+2003-12-15 Monday 13:10  zorglub
 
- NEWS: added note about .pls handeling and the http audio fix
+ Do not add http:// to MRL if the URI given in the HTTP field already contains it (Fixes bug #1510)
 
-2003-03-07 Friday 00:10  gbazin
+2003-12-15 Monday 01:11  yoann
 
- * src/audio_output/dec.c, include/aout_internal.h: the aout core was
- automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
- in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
- now fetch this value from the input thread when we create an aout_instance_t.
- This solves problems with the http access plugin.
+ For OSX:
+ * added hotkeys Fn and COMMAND+Fn, whith 2 <= n <= 8
+ * bookmark9 and 10 are not added since F9 and F10 are reserved keys
 
-2003-03-06 Thursday 23:17  hartman
+2003-12-15 Monday 00:47  gbazin
 
- * Updated README on Mac OS X issues.
+ * modules/access/dshow/*: fixed a problem when we would sometimes get stuck trying to stop the dshow graph.
 
-2003-03-06 Thursday 16:30  sigmunau
+2003-12-14 Sunday 23:40  rocky
 
the m3u demux now reads the pls files shoutcast uses.
signed/unsigned mismatch fix.
 
-2003-03-06 Thursday 16:24  hartman
+2003-12-14 Sunday 23:14  hartman
 
- * the close window command was reacting irratic because of my meddling
-   with the responder chain. HANDS OFF you little devil ;)
+ * Clarify the error when utf8 is set and the sub is actually not utf8.
 
-2003-03-06 Thursday 15:40  hartman
+2003-12-14 Sunday 22:49  gbazin
 
- * not < but > ;)
-   time to stop for today
+ * modules/gui/wxwindows/*: added raw encapsulation to the streamout dialog.
+ * modules/mux/dummy.c: added "raw" shortcut.
 
-2003-03-06 Thursday 13:52  hartman
+2003-12-14 Sunday 21:03  gbazin
 
- * fixed an issue with blackbars at certain aspect ratios when you resize
-   the video window. (half, double)
+ * modules/gui/wxwindows/*: Added the video scale option to the streamout dialog box.
+   Added a nasty hack to reset LC_NUMERIC to "C" because the stream output MRL parsing can't deal with "," in floating point numbers.
+ * modules/codec/ffmpeg/encoder.c: sanity checks.
+ * modules/stream_out/transcode.c: sanity checks.
 
-2003-03-06 Thursday 13:05  hartman
+2003-12-14 Sunday 19:18  gbazin
 
- ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
-      having two close buttons in one window goes against Apple's UIG.
+ * modules/codec/subsdec.c: default encoding is DEFAULT_NAME not UTF8.
 
-2003-03-06 Thursday 12:43  hartman
+2003-12-14 Sunday 18:44  gbazin
 
- * modules/gui/macosx/applescript.?
- * extras/MacOSX/Resources/vlc.scriptSuite
- * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
-   - moved existing applescript commands to these files
-   - added several control commands. supported are: play/pause, stop,
-     previous, next, fullscreen, mute, volumeUp and volumeDown.
-     These correspond to the existing menuitems. This still requires work
-     in the future to make it more correct AppleScript, but it works for now.
+ * modules/mux/ogg.c: added support for WMV1/2 and MJPG.
 
- * modules/gui/macosx/controls.?
-   - split up the controls.m into a .m and a .h
+2003-12-14 Sunday 17:58  gbazin
 
- * modules/gui/macosx/intf.?
-   - added a getControls method to gain access to the controller object from
-     the AppleScript commands.
+ * modules/stream_out/duplicate.c: removed unused variable.
 
- * modules/gui/macosx/open.?
-   - removed the applescript support existing here and moved it to applescript.?
+2003-12-14 Sunday 17:56  gbazin
 
- * modules/gui/macosx/playlist.m
-   - made the tooltips for the add and remove buttons localizable.
+ * modules/stream_out/duplicate.c: don't forget to loop through the linked list of sout buffers when sending the data.
 
- * modules/gui/macosx/vout.m
-   - added a comment on the meaning of otherMouse events.
+2003-12-14 Sunday 16:26  titer
 
- * ALL:
-   - updated copyright information to include the current year ;)
+  beos_specific.cpp: never let anyone but system_End terminate the
+                     BApplication (fixes crash for people who like scripting
+                     with BMessages)
 
-2003-03-06 Thursday 12:15  fenrir
+2003-12-14 Sunday 16:08  titer
 
-  * http: lalala, forgot one line :)
+  BeOS & gcc 2.9x fixes
 
-2003-03-06 Thursday 12:09  fenrir
+2003-12-14 Sunday 15:42  gbazin
 
-  * http: fixed a segfault while using it more than once.
+ * modules/gui/wxwindows/interface.cpp: volume control has a fixed width of 20 pixels.
+   Fixed sizer problem on win32 with wxWin cvs.
 
-2003-03-06 Thursday 11:15  hartman
+2003-12-13 Saturday 20:13  rocky
 
- * If labels are nil, then it shouldn't disable the entire preference panel.
-   fixes #428 more permenantly. the cause was a missing rt-priority desc.
+ More Open Disc range customizing/narrowing and some code cleanup.
 
-2003-03-06 Thursday 11:11  jpsaman
+2003-12-13 Saturday 17:46  asmax
 
- More sizing stuff.
+ * src/playlist/sort.c: set "intf-change" after sorting the playlist
 
-2003-03-06 Thursday 10:58  massiot
+2003-12-13 Saturday 17:16  gbazin
 
- Fixed a segfault in the OS X preferences panel.
+ * src/playlist/*: when deleting the currently playing item, skip it instead of stopping the playlist.
+ * include/modules_inner.h, include/configuration.h: don't use a static array anymore during the initialization of the plugins, malloc it instead. This fixes regular overflow problems we have when we increase the number of options in the main module.
 
-2003-03-06 Thursday 10:27  jpsaman
+2003-12-13 Saturday 15:28  rocky
 
- Updated version number.
+ Updated.
 
-2003-03-06 Thursday 01:10  sigmunau
+2003-12-13 Saturday 14:01  gbazin
 
- we now insert playlist entries right after the playlist file, and not at the
- end of playlist. Should close bug reported on mailing list by Stepan Roh
- about "redirection".
+ * modules/video_output/directx/directx.c: compilation fix.
 
-2003-03-05 Wednesday 23:37  gbazin
+2003-12-13 Saturday 12:56  rocky
 
- * modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;)
- * install-win32: the FAQ wasn't being included in the package.
+ Add customizable playlist "author" field and set in the playlist.
 
-2003-03-05 Wednesday 20:58  gbazin
+2003-12-13 Saturday 12:56  rocky
 
- * Makefile.am: make package-win32 creates FAQ.htm not faq.htm.
+ If not in PBC, playlist fills in all entries.
+ Fill in playlist info. Customizable "title" and "author" field.
+ Still need to pick out and duration field.
+ A couple of segfaults fixed.
 
-2003-03-05 Wednesday 20:31  gbazin
+2003-12-13 Saturday 11:56  gbazin
 
- * modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.
+ * ALL: bumped version number to 0.7.0-test2
 
-2003-03-05 Wednesday 20:16  hartman
+2003-12-13 Saturday 11:22  gbazin
 
- * updated italian translation by Bruno <allevb@tin.it>
-   i had to merge it by hand, because it was pretty outdated.
+ * NEWS: updated.
 
-2003-03-05 Wednesday 18:55  gbazin
+2003-12-13 Saturday 00:55  rocky
 
- * src/input/input_ext-plugins.c: added an msleep() call in case we fail to
-    allocate a new buffer in input_FillBuffer(). This is necessary because
-    the input thread has an high priority and we don't want it to loop
-    without any interruption.
+ Range changes for Title/Track. Hopefully gtk_interface.c changes have
+ been properly reflected back in gnome.glade now.
 
-2003-03-05 Wednesday 01:11  massiot
+2003-12-13 Saturday 00:53  rocky
 
- * Fixed LDFLAGS_mp4 variable.
+ A better fix for missing options when the satellite plugin is not
+ configured.
 
-2003-03-05 Wednesday 01:05  sigmunau
+2003-12-13 Saturday 00:45  rocky
 
- added not that gestures are now supported on osx and windows, with a comment
- telling that this isn't really useful yet.
+ Add text field variables for changeable text fields.
 
-2003-03-05 Wednesday 00:37  massiot
+2003-12-13 Saturday 00:45  rocky
 
- Bumped up to 0.5.2-test3
+ Disable Disc "Chapter" button when not appropriate - i.e. CD-DA or
+ VCD. Customize "Title" field (e.g. CD-DA "Track" or VCD "Entry").
 
-2003-03-05 Wednesday 00:36  massiot
+2003-12-13 Saturday 00:00  rocky
 
- * Made rt-priority a real-time variable (shut-up sam) and misc attempts
-   to improve responsiveness under OS X
+ Some minor code cleanups. Non-existent satellite options #ifdef'd out.
 
-2003-03-05 Wednesday 00:32  hartman
+2003-12-12 Friday 23:15  gbazin
 
- * this code should allow for the use of gestures under OS X.
+ * modules/codec/faad.c: proper channels re-ordering for multi-channels audio.
 
-2003-03-04 Tuesday 23:48  gbazin
+2003-12-12 Friday 23:03  yoann
 
- * modules/video_output/directx: added support for the mouse gestures interface.
+ * added hotkeys F1, F2, ..., F10 to switch between predefined medias
+   (using CTRL+Fn)
+ * only F1 and COMMAND+F1 are defined for OSX (I let those developpers
+   chose their keys)
+ * Currently the medias assigned to Fn are not saved in vlcrc if they
+   have been assigned with Ctrl+Fn. But they are, if assigned via the
+   preferences panel.
 
-2003-03-04 Tuesday 23:36  hartman
+2003-12-12 Friday 22:46  rocky
 
* grrr debug message in the wild.
Compilation fix in conditional code.
 
-2003-03-04 Tuesday 23:08  gbazin
+2003-12-12 Friday 22:41  rocky
 
- * modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
- * NEWS: added a note for the fixed MSVC project files.
+ Disable Chapter button for CD-DA.
 
-2003-03-04 Tuesday 22:54  hartman
+2003-12-12 Friday 18:54  gbazin
 
- * NEWS:
-   - added item on fix of 'clicking' sound between stream changes.
-   - added item on new bandlimited resampler
- * ALL:
-   - bumped up revision number to 0.5.2-test3
+ * modules/gui/gtk/*: fixed gtk/gnome.glade and re-run ./toolbox --update-glade.
 
-2003-03-04 Tuesday 22:12  gbazin
+2003-12-12 Friday 18:34  gbazin
 
- * include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
-    not declared).
- * modules/access/file.c: use _lseeki64 instead of lseek on win32. This
-    should allow seeking on files > 1.2Gb (Hopefully closes #168).
+ * modules/gui/gtk/open.c: compilation fix.
 
-2003-03-04 Tuesday 20:28  gbazin
+2003-12-12 Friday 15:37  zorglub
 
- * modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
-    quality badly + some clean-up.
-    Changed the module priority so it is now the default resampler.
+ * Fix segfault when we have two announces with the same URI but different names on the network
 
-2003-03-04 Tuesday 18:31  hartman
+2003-12-12 Friday 03:06  rocky
 
- ALL:
-  - the german translation requires two different translations of the word
-    File. I added a _ANS() function to the macosx version that gets the
-    translation of 1:File and strips the first two characters of this
-    alternate translation.
-  - updated all .po files to make sure we don't break anything
-  - committed the March 1 version of the german translation by Felix
-    Kuhne <FK@aenneburghardt.de>
+ Add CDDA and make MRLs regular.  Routine Eject is same as that in gtk
+ and should be put in a more core location.
 
-2003-03-04 Tuesday 14:21  massiot
+2003-12-12 Friday 03:01  rocky
 
- * Fixed a major bug in the LPCM codec.
- * Moved input_ExtractPES to where it belongs, input_ext-dec.c.
+ Make MRL's more regular across GUIs fix plugin names, and add CD-DA to list.
 
-2003-03-04 Tuesday 04:27  gbazin
+2003-12-11 Thursday 23:12  gbazin
 
- * modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
-    bandlimited interpolation resampler.
-    It is not yet enabled by default because it requires a bit more works
-    (not fully stable yet because of buffer overflows under certain conditions).
+ * modules/video_output/directx/*: first try at multimonitor support (untested).
+ * src/video_output/video_output.c: small change to allow the directx plugin to destroy/recreate picture buffers on the fly.
 
- * src/audio_output/input.c: the resamplers are now always active (expcept
-    in spdif mode).
+2003-12-11 Thursday 20:40  zorglub
 
- * modules/audio_filter/resampler/*: modified the resampler to return the
-    input buffer when no resampling is needed.
+ free
 
-2003-03-04 Tuesday 00:58  hartman
+2003-12-11 Thursday 20:21  bigben
 
- * updated dutch strings.
+ fix a typo
 
-2003-03-04 Tuesday 00:48  massiot
+2003-12-11 Thursday 20:08  zorglub
 
- * mpeg_video is back as a built-in because it is reproduceably faster than
-   as a plug-in,
- * Another desperate attempt at fixing OS X lock-ups.
+ * Do not keep adding items when they have already been added. This allows removal of SAP items
 
-2003-03-03 Monday 20:39  hartman
+2003-12-11 Thursday 19:34  hartman
 
- * NEWS:
-   - added remarks on m-audio fixes and other OSX specific fixes.
-   - added improved ID3 detection item
- * README.MacOSX.rtf
-   - updated to reflect M-Audio fixes.
- * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
-   - widened the Browse.. button to allow for the german word: durchsuchen.
+ * Fix the state of the playlist and fullscreen button.
 
-2003-03-03 Monday 17:49  gbazin
+2003-12-11 Thursday 16:00  hartman
 
- * ALL: another bunch of fixes for the MSVC build.
+ * New icon for the playlist
+ * Fixed the mute hotkey
+ * Fixed the positioning of some elements and removed the stupid black box
+ * Added speex and flac encoders to sout dialog
 
-2003-03-03 Monday 15:21  gbazin
+2003-12-11 Thursday 14:58  hartman
 
- * ALL: Finally fixed the MSVC project files.
-        Don't include io.h on win32 when not necessary.
-        A few build fixes for MSVC.
+ * fix new hotkeys for osx.
 
- * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
-    present.
+2003-12-11 Thursday 13:21  rocky
 
-2003-03-03 Monday 15:19  massiot
+ Let folks know that the no device string means to scan for one if
+ cddax and vcdx.
 
- * Fixed a bug in LPCM codec.
- * Changed an error into a warning.
+2003-12-11 Thursday 13:20  rocky
 
-2003-03-03 Monday 02:38  fenrir
+ Long device text no longer used.
 
-  * fixed play back of  mms://viptvr.yacast.fr/encoderfranceinfo (asf
- header send over multiples packets).
+2003-12-11 Thursday 12:56  rocky
 
-2003-03-02 Sunday 20:07  gbazin
+ Switch over to using "cd-audio" and "vcd" configuration variables.
 
- * configure.ac.in: fixed libid3tag detection.
+2003-12-11 Thursday 12:52  rocky
 
-2003-03-02 Sunday 19:17  fenrir
+ VCD or CD "title" 0 means adds entire contents (or possibly PBC for VCD).
 
-  * fixed seek flag with broadcasted data.
+2003-12-11 Thursday 11:30  zorglub
 
-2003-03-02 Sunday 18:13  fenrir
+ * Fix segfault when creating a group twice without checking return value
 
-  * forgot to initialize a variable.
+2003-12-11 Thursday 10:44  gbazin
 
-2003-03-02 Sunday 18:12  fenrir
+ * src/misc/mtime.c: actually tested and fixed my latest changes ;)
 
-  * fixed a bug.
+2003-12-11 Thursday 09:02  sam
 
-2003-03-02 Sunday 13:10  gbazin
+   * doc/vlc.1: Fixed a minor typo (Debian bug #223605).
 
- * NEWS: started filling in the NEWS file for the 0.5.2 release.
+2003-12-11 Thursday 05:49  rocky
 
-2003-03-02 Sunday 03:47  gbazin
+ Remove building OGT.
 
- * configure.ac.in: Removed unused options.
-    We also don't link with lrt anymore when using GNU-pth (lrt depends on
-    lpthread).
+2003-12-11 Thursday 05:31  rocky
 
-2003-03-02 Sunday 02:35  gbazin
+ Guard against dereferencing a NULL pointer.
 
- * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
-    for the GNU-pth implementation.
+2003-12-11 Thursday 05:30  rocky
 
-2003-03-02 Sunday 00:26  gbazin
+ Use cd-audio variable not vcd variable.
 
- * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
-    implementation and fixed an initialization bug in libvlc.
+2003-12-11 Thursday 05:28  rocky
 
-2003-03-01 Saturday 22:32  ipkiss
+ Set compilation flags so that code (e.g. frontends) can test presence
+ or absense of vcdx/cddax.
 
-  - about.dfm: the layout of the "About" dialog box is slightly different
-  - misc.cpp: toolbar buttons are translated too
-  - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which
-    were rather useless, and added an "Eject disc" menu entry
-    Also hid the caption for all the toolbar buttons
-  - win32.cpp: Added a config option to display or not these captions
-  - preferences.cpp: small modification to support non-advanced mode
+2003-12-11 Thursday 05:27  rocky
 
-2003-03-01 Saturday 20:25  gbazin
+ Improve MRL creation.
 
- * install-win32, Makefile.am: added the html faq to the win32 package.
- * toolbox, msvc/*: few fixes to the msvc project files generation.
-    (compiling plugins won't work yet because there are a few hacks that
-     need to be done in order to compile dlls that use the c-runtime)
+ 1. MRL's are of the form xxx://
+ 2. Customize depending on vcdx/vcd or cddax/cdd
+ 3. cdda doesn't have any such notion of a "Chapter", so remove
+    the misleading :x.
 
-2003-02-28 Friday 18:23  fenrir
+ For cddax/vcdx, I'm not sure though I think there is more to do.
 
-  * try a workaround for BeOS MediaKit files.
+2003-12-11 Thursday 05:12  rocky
 
-2003-02-28 Friday 11:19  massiot
+ More general help tab name: "Media" covers DVD, (S)VCD, *or* CD-DA.
 
- German translation, courtesy of Felix Kühne <FK@aenneburghardt.de>.
+2003-12-11 Thursday 02:26  asmax
 
-2003-02-28 Friday 05:31  ipkiss
+ * solved race conditions issues when the OpenSkin dialog is
+   opened in blocking mode
 
- Internationalization now works for the win32 interface (thanks Gildas).
- I've voluntarily disabled the translation of the toolbar buttons
- strings, because it looks really awful...
+2003-12-11 Thursday 01:36  yoann
 
-2003-02-27 Thursday 23:09  ipkiss
+ added a 'mute' hotkey ('m')
 
- A few modifications to get closer to i18n in the win32 interface
+2003-12-10 Wednesday 23:51  gbazin
 
-2003-02-27 Thursday 17:38  gbazin
+ * modules/stream_out/display.c: fixed segfault when switching audio/video track.
 
- * modules/demux/avi/avi.c: compilation fix.
+2003-12-10 Wednesday 23:27  gbazin
 
-2003-02-27 Thursday 16:07  fenrir
+ * modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps.
 
-  * httpd: clean up, kick up unused connection (it waits 10s), use select
- to way (instead of a hard coded sleep ;)
+2003-12-10 Wednesday 23:16  gbazin
 
-2003-02-27 Thursday 14:19  gbazin
+ * modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly.
 
- * ALL: i18n updates and fixes.
+2003-12-10 Wednesday 21:54  courmisch
 
-2003-02-27 Thursday 13:44  marcari
+ Added "Force IPv6" check box to UDP Unicast in open dialog
 
- * updates for the YOPY ports (thx to Sebastien Chaumat !)
+2003-12-10 Wednesday 20:56  yoann
 
-2003-02-27 Thursday 09:19  massiot
+ fixed a compilation error
 
- * Bumped up revision number to 0.5.2-test2
- * Another attempt at fixing the "VLC is locking up OS X" problem
- * Updated po files
+2003-12-10 Wednesday 17:19  yoann
 
-2003-02-26 Wednesday 22:00  asmax
+ added a hotkey ('t') which displays the position in the media
 
- * compilation fixes...
+2003-12-10 Wednesday 12:57  bigben
 
-2003-02-26 Wednesday 20:39  gbazin
+ fixes a infinite loop in the search function.
 
- * configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
-    target, and included the locales in the installer script.
- * src/libvlc.c: on win32 we look for the locales in vlc's directory.
+2003-12-10 Wednesday 11:04  courmisch
 
-2003-02-26 Wednesday 19:15  massiot
+ Automatically adds [ and ] around IPv6 addresses in Media Resource Locator.
 
- * Added sanity checks for PTS in the future.
+2003-12-09 Tuesday 19:18  gbazin
 
-2003-02-26 Wednesday 16:47  marcari
+ * src/misc/mtime.c: fixed an overflow in mdate() on win32.
+   This overflow was only affecting the hardware configurations where we can't use the performance counter and thus have to use GetTickCount().
+   We now also check for the wrapping of the 32 bits value returned by GetTickCount() so mdate() doesn't wrap after 49.7 days.
+ * src/misc/win32_specific.c: call mdate() once in system_Init() so as to avoid thread safety issues while initialising the static variables used in mdate().
 
- * implementation of the 'autoplay file' button callback
- * when clicking a link : follows the link and don't try to open it
- * yopy does not always sees the '.' and '..', so workaround :
-     - all the hidden files are not displayed
-     - the '..' directory is each time added by hand
+2003-12-09 Tuesday 19:15  yoann
 
-2003-02-26 Wednesday 16:44  marcari
+ * fixed a compatibility problem with the CVS version of wxwindows
+ * added a lock when changing p_vout->p_last_osd_message
 
- * small modification for linupy :
-     - added a pixmpa directory
-     - added a set_usize (how do we maximize cleanly a gtk-window ?)
-     - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)
+2003-12-09 Tuesday 14:33  sam
 
-2003-02-26 Wednesday 14:51  gbazin
+   * toolbox: Do not include MOC files in the POTFILES.in generation.
 
- * src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
-    badly when we reach the end of the stream (decoder stream).
- * modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite
-    loop when the end of the stream was reached.
+2003-12-09 Tuesday 00:46  yoann
 
-2003-02-26 Wednesday 13:38  fenrir
+ This fixes bugs 1285 and 1343
+ * added a the default CD Audio device in General Settings -> Input
+ * added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp
 
-  * ts.c: added "ts" shorcut for ts_dvbpsi.
+2003-12-08 Monday 19:50  gbazin
 
-2003-02-26 Wednesday 05:23  babal
+ * ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.)
+ * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
 
- - link the headphone channel mixer with the math library
+2003-12-08 Monday 18:42  gbazin
 
-2003-02-25 Tuesday 22:09  gbazin
+ * modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy
+ decoder to save the raw codec data to a file. This is disabled by default (while
+ it was always on before).
+ * src/input/es_out.c: bug fix for ES autoselection.
 
- * modules/codec/libmpeg2.c: fixed pts handling.
+2003-12-08 Monday 17:48  yoann
 
-2003-02-25 Tuesday 19:26  gbazin
+ improves OSD sytem
+ The last OSD message is now deleted before printing new one.
 
- * configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
-    my last commit.
- * po/Makevars: file needed by newer versions of gettext.
+2003-12-08 Monday 13:04  gbazin
 
-2003-02-25 Tuesday 18:17  fenrir
+ * modules/control/hotkeys.c: msvc compilation fix.
 
-  * stream_output.* : added a flags variable to sout_buffer_t, allowing to
- mark headers.
-  * httpd : added a way to use stream header, and changed the way that
- stream data are stored (allow better client handling).
-  * http : use stream header, and add mime type detection by looking
- at file extention (could be improved).
-  * ogg: fixed a segfault when removing a stream, mark header.
+2003-12-08 Monday 13:02  gbazin
 
-2003-02-25 Tuesday 18:15  gbazin
+ * modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video.
+  Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video.
+ * modules/mux/ogg.c: fixed crash when removing streams.
+ * modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16.
 
- * configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
-    Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
-    for comparing the performance against our custom decoder as it is currently
-    missing some important features like the synchro stuff.
+2003-12-08 Monday 11:00  hartman
 
-2003-02-25 Tuesday 00:28  fenrir
+ * Update Brazilian Portugese
 
-  * stream_output.c : added a sanity check.
+2003-12-08 Monday 06:01  rocky
 
-2003-02-25 Tuesday 00:27  fenrir
+ Marginally better
 
-  * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
- and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
+2003-12-07 Sunday 22:23  hartman
 
-2003-02-24 Monday 18:06  jlj
+ * fix livedotcom contrib
+ * add libcaca contrib
 
-   * a52tofloat32.c: changed an error into warning.
+2003-12-07 Sunday 22:14  rocky
 
-2003-02-24 Monday 15:40  sigmunau
+ Towards Philips OGT (SVCD subtitle) handling.
 
- updated documentation to reflect that input_AccessReinit should be called
- before, and not after a random seek
+2003-12-07 Sunday 20:48  hartman
 
-2003-02-24 Monday 15:14  fenrir
+ * Incorrect default value of align
 
-  * all : fix compilation.
+2003-12-07 Sunday 20:47  hartman
 
-2003-02-24 Monday 13:34  fenrir
+ * added livedotcom and goom to contrib system
+   goom sources currently located on my server.
 
-  * stream_output.c : fixed compilation.
-  * mux/* implemented pf_mux_capacity.
+2003-12-07 Sunday 19:09  jpsaman
 
-2003-02-24 Monday 12:14  gbazin
+ All AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as second argument char * now, just like the function definition in include/video_output.h. All uses already passed a char * to the AddText() functions.
 
- * configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
+2003-12-07 Sunday 19:06  jpsaman
 
-2003-02-24 Monday 12:00  fenrir
+ Compilation warning fixes and if-deffed unused functions/variables.
 
-  * stream_output.h : add a private parameter to sout_instance_t only used
- by src/stream_output.c (avoid changing every time stream_output.h...)
+2003-12-07 Sunday 19:01  jpsaman
 
-2003-02-24 Monday 11:45  fenrir
+ Remove unused variable
 
-  * stream output: fixed name inconsistency, added a new exported
- functions by muxer.
-  * wav: fixed a warning.
+2003-12-07 Sunday 19:00  jpsaman
 
-2003-02-24 Monday 10:26  fenrir
+ Fix for iPAQ port.
 
-  * asf: fix seek for http.
+2003-12-07 Sunday 18:58  jpsaman
 
-2003-02-24 Monday 10:18  fenrir
+ PDA Interface:
+ - some cleanup
+ - reinstated automatic lowering of interface when play button was pressed.
+ - double click in playlist window play selected items.
 
-  * wav: proper seek handling. (wav file readable over http).
+2003-12-07 Sunday 18:55  jpsaman
 
-2003-02-23 Sunday 23:35  fenrir
+ if-deffed a unused variable.
 
-  * enable httpd(by default) and http.
+2003-12-07 Sunday 18:52  jpsaman
 
-2003-02-23 Sunday 20:07  fenrir
+ Updating makefiles and package scripts.
 
-  * all : declaration of http and httpd.
+2003-12-07 Sunday 18:15  gbazin
 
-2003-02-23 Sunday 20:05  fenrir
+ * modules/codec/theora.c: bug fix with aspect ratio.
 
-  * modules/access_output/http : http output.
-  * httpd : mini http server (be carefull about security issue...)
+2003-12-07 Sunday 17:53  gbazin
 
-2003-02-23 Sunday 19:07  fenrir
+ * modules/codec/theora.c: encoder now respects the aspect ratio.
 
-  * all : added streaming support for crappy ms video codec into TS.
-  - Only vlc is able to read such TS.
-  - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used.
-  - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be
-    quickly added.
-  - Please test.
+2003-12-07 Sunday 17:17  gbazin
 
-2003-02-23 Sunday 17:31  sigmunau
+ * src/input/es_out.c: cosmetic changes.
 
- added a demux and decoder for flac files (disabled by default). Works for
- 16bit per sample streams, only tested with stereo
+2003-12-07 Sunday 17:09  gbazin
 
-2003-02-23 Sunday 06:53  jlj
+ * include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing.
+ * modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT.
+ * modules/stream_out/transcode.c: fix for video stream header generation (theora).
+ * modules/codec/theora.c: don't overwrite headers.
 
-   * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes.
-                                  Dynamic device support.
-   * ./modules/gui/macosx: Minor fixes and cosmetic changes.
+2003-12-07 Sunday 12:11  gbazin
 
-2003-02-23 Sunday 02:25  massiot
+ * include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset().
+ * modules/packetizer/mpegvideo.c: get aspect ratio for MPEG2 video streams (still needs to be done for MPEG1).
+ * modules/codec/libmpeg2.c: use p_dec->fmt_in.video.i_aspect if available.
+ * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: respect aspect ratio during transcoding.
 
- * Destroy audio-device and audio-channels when no output plug-in is
-   available.
+2003-12-07 Sunday 01:02  rocky
 
-2003-02-22 Saturday 17:10  fenrir
+ Marginally better.
 
-  * fix compilation.
+2003-12-06 Saturday 23:25  gbazin
 
-2003-02-22 Saturday 15:11  sigmunau
+ * include/vlc_block_helper.h: new block_FindStartcodeFromOffset() function.
+ * modules/packetizer/mpegvideo.c: rewrote the packetizer to use the block helper functions.
 
-  Fixed seme seeking issues with http access module, fixed an error that
- caused id3v2.4 tags at the end of the file to not work. Added checks to
- avoid seeking off the ends of the file. Should close #325, please confirm
-
-2003-02-21 Friday 23:59  gbazin
-
- * src/audio_output/input.c: fixed buffer allocation bug that was triggered
-    when using "in place" resamplers.
-
-2003-02-21 Friday 17:31  hartman
-
- DJ's first steps in C and vlc decoders ;)
- * modules/audio_filter/converter/mpgatofixed32.c:
-   - fixed an issue that could cause glitches when switching from one stream
-     to another. the buffer wasn't entirely getting 0000 because multiple
-     channels were not taken into account when doing this.
- * ALL:
-   - if float32 then clear the buffer with (float)0
-
-2003-02-21 Friday 16:16  hartman
-
- * previous commit seems to break some things. reverting.
-
-2003-02-21 Friday 15:17  hartman
-
- * (float) 0 the buffer if it cannot be decoded and fixed32.
-   right Meuuh ??? ;)
-
-2003-02-21 Friday 04:49  hartman
-
- * VLC.app should show its version in the Finder now
-   Meeuh, one more place that needs version string updated before a release.
-   might be made automated ?
-
-2003-02-21 Friday 04:22  hartman
-
- * ignore project Builder user files and backup .nib files.
- * vlc.app changed to VLC.app. cvsignore changed to reflect this.
-
-2003-02-21 Friday 03:45  hartman
-
- * If the "show advanced" option has been changed and you press the Apply
-   button, the preferences window is destroyed and created.
-
-2003-02-20 Thursday 19:10  hartman
-
- * prefs obey the advanced option. Apply does not as of yet.
-
-2003-02-20 Thursday 17:07  gbazin
-
- * src/libvlc.h, modules/audio_output: added a global --spdif config option
-    to allow using the spdif output by default if available.
- * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
-    a dos command box.
- * modules/control/rc/rc.c: on win32 enabled the echo mode and the
-    backspace key.
- * modules/codec/mpeg_audio.c: fixed a sync bug.
-
-2003-02-20 Thursday 02:52  sigmunau
-
- * include/configuration.h: added a new flag to the configuration stucture to
- indicate wether it is an "advanced" option or not. The goal with this is to
- hide the user from all the strange options that very seldom needs to be
- changed. added an extra argument to all the add_* macros to indicate wether
- the item is advanced or not.
- * src/libvlc.h: added an "show advanced options" config option default
- disabled
- * src/libvlc.c: the advanced options are not listed by vlc --help and
- friends unless --advanced is used
- * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
- advanced options unless advanced is set
- all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
- using some common sense. Please check and correct
-
- note: All interfaces should still work like they used to, see the change in
- modules/gtk/preferences.c to find out how to "hide" options.
-
- second note: I think I've changed all the modules, but I could not test
- everyone for compilation, expect some broken modules (the fix is to add ",
- VLC_TRUE" as last argument to the add_* I forgot)
-
-2003-02-19 Wednesday 23:08  gbazin
-
- * modules/audio_output/directx.c: forgot to enable channel re-ordering.
- * modules/audio_output/waveout.c: fixed a crash that happened when probing
-    devices supporting S/PDIF. (Should fix 354)
-
-2003-02-19 Wednesday 15:49  hartman
-
- * increased accuracy of positionslider in OSX. although this will not solve
-   all problems this will improve results a bit (by my own experience).
-
-2003-02-19 Wednesday 11:02  gbazin
-
- * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
-    always return 80.
-
-2003-02-19 Wednesday 00:34  gbazin
-
- * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
-    and FOURCC_twos (PCM audio).
-
-2003-02-18 Tuesday 23:40  ipkiss
-
-  * src/misc/modules.c: on Windows, we look for the plugins in vlc's root
-    directory when there is no 'plugins' nor 'modules' subdirectory
-    (may close #306)
-
-2003-02-18 Tuesday 23:33  gbazin
-
- * modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420()
-    and use img_convert() from ffmpeg instead. Also added support for the
-    PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos
-    from media.xiph.org.
-
-2003-02-18 Tuesday 21:54  hartman
-
- * Only update the info window if it is visible
-
-2003-02-18 Tuesday 20:42  gbazin
-
- * modules/demux/rawdv.c: added support for DV audio now that ffmpeg can
-    decode this.
- * modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the
-    necessary fourcc for DV audio.
-
-2003-02-18 Tuesday 19:49  fenrir
-
-  * mpeg_audio.c: removed some fprintf...
-
-2003-02-18 Tuesday 19:33  titer
-
-  * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
-                      multicasting with the stream output
-  * modules/control/: missing cvsignore
-
-2003-02-18 Tuesday 14:13  sam
-
-   * ./mozilla/*: s/VideoLAN Client/VLC/g.
-
-2003-02-18 Tuesday 01:51  fenrir
-
-  * raah, corrected mpeg2-layer3 playback (and streaming). (that my last
- fix had broken :p )
-
-2003-02-18 Tuesday 01:20  hartman
-
- * Changed an Error message. Many people did not understand:
-   no suitable decoder module for fourcc `IV31'
-   I have appended:
-   VLC probably does not support this sound or video format.
-
-2003-02-18 Tuesday 01:17  massiot
-
- * Fixed a segfault in the Japanese preferences panel.
-
-2003-02-18 Tuesday 00:47  hartman
-
- * Fixed the localization issue on MacOSX.
-
-2003-02-18 Tuesday 00:10  jpsaman
-
- Juglin with dependencies.
-
-2003-02-17 Monday 23:19  gbazin
-
- * modules/audio_output/directx.c: added multichannel support to the
-    directx plugin.
- * modules/audio_output/waveout.c: fixed quad audio channels detection and
-    a few misplaced debug messages.
- * configure.ac.in: don't link anymore the rc plugin with the winsock lib.
-
-2003-02-17 Monday 23:03  asmax
-
- * added a SAP server, with some kludges because the SAP client in vlc
-   is not RFC-compliant...
-
-2003-02-17 Monday 19:58  hartman
-
- * NEWS: added info about the new 0.5.1a release for OSX.
- * extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision #
-
-2003-02-17 Monday 18:06  massiot
-
- Fixed the "everything is in Japanese" bug. :p
-
-2003-02-17 Monday 17:56  gbazin
-
- * modules/control/rc/rc.c: finally fixed the rc interface under win32 by
-    using WaitForSingleObject() on the console handle and ReadConsoleInput().
-    (Closes #59)
-
-2003-02-17 Monday 15:43  massiot
-
- Now 0.5.2-cvs (estimated release date in two weeks from now).
-
-2003-02-17 Monday 11:52  hartman
-
- * Whoops. i forgot to add these files. sorry everyone.
-
-2003-02-17 Monday 10:47  gbazin
-
- * modules/audio_filter/resampler/linear.c: lowered the priority of the linear
-    resampler so the ugly resampler is once again the default. The quality of
-    the ugly resampler is currently better than the linear one because of a
-    design defect.
-
-2003-02-17 Monday 08:22  sam
-
-   * ./debian/woody-buildpackage: Debian package creation fixes.
-
-2003-02-17 Monday 07:31  sam
-
-   * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file!
-
-2003-02-17 Monday 07:15  sam
-
-   * Updated NEWS and ChangeLog.
-
-2003-02-17 Monday 07:00  sam
-
-   * ./src/misc/modules.c: hmpf, Wine does not complain about "/"s in paths,
-     but Windoze will certainly do.
-
-2003-02-17 Monday 06:50  sam
-
-   * ./src/misc/win32_specific.c: under Win32 we retrieve the executable's
-     directory whenever possible, to use it for the spudec font or to load
-     plugins.
-
-2003-02-17 Monday 05:21  sam
-
-   * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings.
-
-2003-02-17 Monday 01:04  asmax
-
- * added a sample playlist. All fields must be separated with TABs
-
-2003-02-17 Monday 00:57  asmax
-
- * libvlc binding for python
- * new VideoLAN RTSP Server, using libvlc.
-   Not yet fully rfc2326-compliant, but it works ;)
-
-2003-02-17 Monday 00:32  hartman
-
- * Added an info panel to show movie info, etc.
-
-2003-02-16 Sunday 18:35  sam
-
-   * ./debian/changelog: updated for 0.5.1.
-   * ./debian/control: vlc-glide is now Architecture: i386 only.
-   * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
-   * ./debian/rules: the deprecated vlc-* packages have a proper link to
-     /usr/share/doc/vlc/.
-
-2003-02-16 Sunday 17:58  ipkiss
-
-  * added an entry for the "subtitles don"t work on windows" problem
-
-2003-02-16 Sunday 17:22  jpsaman
-
- Updated release numbering for all ipk's
-
-2003-02-16 Sunday 17:21  jpsaman
-
- Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320).
-
-2003-02-16 Sunday 15:51  fenrir
-
-  * udp: forgot this file...
-
-2003-02-16 Sunday 15:10  fenrir
-
-  * all: split muxer and access into independant part.
-
-2003-02-16 Sunday 15:03  fenrir
-
-  * Less checks on muxer type.
-
-2003-02-16 Sunday 12:18  fenrir
-
-  * adpcm: added dk3 too.
-
-2003-02-16 Sunday 11:25  sigmunau
-
- Added support for volume up/down buttons.
-
-2003-02-16 Sunday 10:50  fenrir
-
-  * adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me
- somes samples.)
-
-2003-02-16 Sunday 09:56  fenrir
-
-  * all: fix mpeg2 handling.
-
-2003-02-16 Sunday 02:38  titer
-
-  NEWS: updated BeOS info for 0.5.1
-
-2003-02-16 Sunday 02:29  massiot
-
- * modules/gui/macosx/open.m: Removed channel server support
- * po/*: Updated po files just before the 0.5.1 release
- * modules/audio_filter/resampler/linear.c: fixed an initialization bug
-
-2003-02-15 Saturday 21:02  jpsaman
-
- Update iPaq packaging description files for:
- - GPE port
- - Opie port
- - Zaurus
- Updated NEWS file with OPIE port.
-
-2003-02-15 Saturday 14:50  massiot
-
- * Bumped up revision number to 0.5.1
- * Updated French translation
-
-2003-02-15 Saturday 13:57  hartman
-
- * if we are paused in fullscreen, show cursor.
-
-2003-02-15 Saturday 05:43  ipkiss
-
-  - fixed a vicious bug
-
-2003-02-15 Saturday 00:07  hartman
-
- * Should fix an issue with multiple monitors and the hiding of the mousecursor
-
-2003-02-14 Friday 19:22  sam
-
-   * ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142).
-   * ./src/libvlc.c: removed unnecessary malloc() calls.
-   * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args.
-
-2003-02-14 Friday 18:00  ipkiss
-
-  * exchanged directx' and waveout's capabilities because the latter
-    seems to be more reliable
-
-2003-02-14 Friday 14:48  jpsaman
-
- Fixed deadlock upon unloading qte_main plugin.
- Cleanup of debug messages.
-
-2003-02-14 Friday 14:44  jpsaman
-
- Tuning package dependencies.
-
-2003-02-14 Friday 14:19  jpsaman
-
- Updated opie control file for packaging.
-
-2003-02-14 Friday 14:01  jpsaman
-
- Small improvement.
-
-2003-02-14 Friday 10:50  gbazin
-
- * modules/audio_output/waveout.c: better buffer management and hopefully
-    fixed the S/PDIF output (Still untested though. Anybody here could test
-    this? ).
-
-2003-02-13 Thursday 22:53  massiot
-
- Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
- meaningful.
-
-2003-02-13 Thursday 18:31  sam
-
-   * ./configure.ac.in: we should look for -lxvidcore, not -lxvid.
-
-2003-02-13 Thursday 15:16  hartman
-
- ALL:
-  - when a new stream is being loaded we select the current title in the
-    playlist.
-  - Cleaned up some of my previous commited code dealing with updating
-    the window title.
-
-2003-02-13 Thursday 03:00  hartman
-
- *ALL: update the title of the window everytime the stream changes.
-
-2003-02-13 Thursday 02:14  hartman
-
- * fixed a small bug
-
-2003-02-13 Thursday 01:09  hartman
-
- * src/playlist/playlist.c:
-   - added an intf-change variable. This is set whenever you add or delete
-     an item in the playlist. You need to unset it yourself.
- * modules/gui/macosx/intf.?:
-   - listen for external playlist changes. update view when playlist changes.
-   - activate/deactivate previous and next buttons and menuitems,
-     whenever the playlist gets changed.
-
-2003-02-13 Thursday 00:26  jpsaman
-
- Scripts for building and packaging vlc on Zaurus PDA.
-
-2003-02-13 Thursday 00:26  jpsaman
-
- Updated control files and buildscript for v0.5.1
-
-2003-02-13 Thursday 00:13  jpsaman
-
- The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.
-
-2003-02-13 Thursday 00:09  jpsaman
-
- Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.
-
-2003-02-13 Thursday 00:08  massiot
-
- * Italien translation, courtesy of Bruno <allevb@tin.it>.
-
-2003-02-12 Wednesday 18:13  jobi
-
-     * modules/access/vcd/vcd.*: fixed a warning
-
-2003-02-12 Wednesday 17:58  jobi
-
-     * modules/access/vcd/vcd.c: in entry points, track number should be read
-       as BCD (it should fix #244). Also fixed chapter indexing, so that it
-       correspond to the dvd one.
-
-2003-02-12 Wednesday 15:22  hartman
-
- * modules/gui/macosx/controls.m:
-   - fixed the mute and volumeup volumedown when you use them mixed.
- * src/audio_output/intf.c:
-   - set "saved-volume" on volume up, volume down.
-
-2003-02-12 Wednesday 14:42  massiot
-
- Patch courtesy of gibalou :
- * demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of
- i_continuity_counter,
- * access/udp.c: Fixed win32 behavior when --mtu is set to a too small value,
- * demux/mpeg/ts.c: Fixed detection of PAT/PMT change.
-
-2003-02-12 Wednesday 03:11  ipkiss
-
-  * compilation fix
-  * all files are stored in dos mode, or Borland won't compile some of
-    them...
-
-2003-02-11 Tuesday 19:05  massiot
-
- * 0.5.1 German translation, courtesy of Felix Kühne <FK@aenneburghardt.de>.
-
-2003-02-11 Tuesday 18:20  babal
-
- - Dolby Surround fix
- - support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
-   6.1 since there is a doubt about where should be the Rear Center
-   coefficient in a decoded sample.
-   -> if anybody has an idea or even better a test stream...
-
-2003-02-11 Tuesday 17:19  hartman
-
- * updated dutch strings
-
-2003-02-11 Tuesday 16:35  hartman
-
- ALL: - changed vlc.app into VLC.app
- modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
-      mousecursor.
-
-2003-02-11 Tuesday 16:24  hartman
-
- * Updated ReadMe file
-   - some spelling issues
-   - remark about the current troubles with sound
-   - readded deinterlace remark
-   - Added info on multiple screens and sound devices
-   - updated the bugreporting URL
-   - Changed all occurences of vlc into VLC where appropriate
-
-2003-02-11 Tuesday 12:16  massiot
-
- * modules/codec/lpcm.c: Attempt at supporting all channel configurations,
- * Support for 7 and 7.1 channel configurations.
-
-2003-02-11 Tuesday 00:50  massiot
-
- * modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
-
-2003-02-11 Tuesday 00:16  marcari
-
-  * sdl.c : added includes (vlc/aout.h & aout_internal.h)
-     => to make volumeup/down compile
-
-2003-02-11 Tuesday 00:04  hartman
-
- * the window of the video shows the official document icon, filename and
-   when command-clicked the path if the stream is a local file.
-   this is the expected window behaviour in osx.
-
-2003-02-10 Monday 23:22  massiot
-
- * I ran --update-po for the last time before the 0.5.1 release (and I
- mean it !)
-
-2003-02-10 Monday 23:18  hartman
-
- * The dock should no longer be visible in fullscreen mode.
-
-2003-02-10 Monday 22:56  sam
-
-   * ./debian/rules: added code to avoid timestamp skews in the faad tree.
-
-2003-02-10 Monday 22:54  hartman
-
- * only show last part of of file/url name in the playlist.
-
-2003-02-10 Monday 22:46  sam
-
-   * ./debian/rules: added missing icon in the vlc and wxvlc packages.
-
-2003-02-10 Monday 22:28  hartman
-
- * fixed the black bar issue with window half/normal/double window sizes in
-   OSX. i had forgotten the aspectratio.
-
-2003-02-10 Monday 22:11  sam
-
-   * ./debian/rules: removed Debian kludges that do not really belong to the
-     official VLC tree.
-
-2003-02-10 Monday 21:57  sam
-
-   * ./debian/control: added the "VideoLAN" word in the long description so
-     that "apt-cache search videolan" returns vlc.
-
-2003-02-10 Monday 21:11  sam
-
-   * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
-     dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
-
-2003-02-10 Monday 19:12  sam
-
-   * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
-     gprof, because gcc is unable to build it without -fomit-frame-pointer
-     (Closes: #260).
-
-2003-02-10 Monday 18:43  massiot
-
- * modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
- * Minor fixes.
-
-2003-02-10 Monday 17:53  sam
-
-   * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
-     (partially fixes #260)
-
-2003-02-10 Monday 16:23  titer
-
-   Move the messages update function to another thread. It prevents it from
-  freezing the main window (cannot seek anymore, etc).
-
-2003-02-10 Monday 01:41  hartman
-
- * another proof that the copy command in IE for Mac sucks. stupid stray chars.
-
-2003-02-10 Monday 01:16  massiot
-
- * Enabled the gestures module by default,
- * Run --update-po.
-
-2003-02-10 Monday 01:16  hartman
-
- * restored old deinterlace menu. The on the fly code does not work as long
-   as the vout.m issue exists. but this is better then the current 'dummy'
-   code we have.
-
-2003-02-10 Monday 00:42  sigmunau
-
-  *: a new mouse gestures interface, currently supporting back, forward, quit
- fullscreen and a nice debug message when you draw a clockwise square. Video
- output modules needs to be modified for this to work, but it should be minor
- in modules supporting dvd navigation.
-
- btw: it should be easy to add new gestures, ideas appreciated
-
-2003-02-09 Sunday 20:28  massiot
-
- * Minor typographic corrections,
- * Fixed a segfault in the Preferences window.
-
-2003-02-09 Sunday 18:10  stippi
-
- modules/gui/beos/PreferenceWindow.h/.cpp
-
-       - added settings for screenshot path and image format
-
-       - removed "Save" button, added "Cancel" and "Revert" buttons
-
-       - added revert functionality
-
-       - changed class design for cleaner functionality,
-               separated ApplyChanges() into more functions
-               to have finer control
-
-       - added more error checking and fixed memory leaks
-               (config_GetPsz() returns char*, not const char*!)
-
-       - all settings are now correctly saved and restored
-
-       - some more cosmetic changes
-
- modules/gui/beos/InterfaceWindow.h/.cpp
-
-       - updated vlc way of saving settings to be on par with BeOS way
-               and made it selectable in the code which way is used.
-               However, the VideoSettings are still only savable in
-               the BeOS way.
-
-       - if dvd menus are used, the navigation menu enables a
-               "Goto Menu" item. Unfortunately, I don't see a clean
-               way to really detect the usage of dvd/dvdold in the
-               currently playing stream. I wouldn't want to see
-               if a playlist item has "dvd:" or "dvdold:" prepended
-               at each interface update.
-
-2003-02-09 Sunday 14:25  fenrir
-
-  * sub.c : begun clean up
-
-2003-02-09 Sunday 13:23  sam
-
-   * ./configure.ac.in: fiddled with linking flags for the KDE plugin.
-
-2003-02-09 Sunday 13:21  sam
-
-   * ./debian/control: made lintian happier with package descriptions.
-   * ./debian/rules: added extra touch calls to prevent autobuilders from
-     launching autoconf/automake.
-
-2003-02-09 Sunday 13:19  sam
-
-   * ./modules/video_filter/transform.c: fixed a stupid typo preventing
-     initialization of the plugin.
-
-2003-02-09 Sunday 13:18  sam
-
-   * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
-
-2003-02-09 Sunday 12:51  titer
-
-  Simplified volume functions
-
-2003-02-09 Sunday 03:01  ipkiss
-
-  * modules/gui/win32/mainframe.cpp: simplifications using the new
-    aout_Volume* API
-
-2003-02-09 Sunday 02:56  massiot
-
- Fixed GTK compilation.
-
-2003-02-09 Sunday 02:50  massiot
-
- * Added Step forward/Step backward feature.
-
-2003-02-09 Sunday 02:13  massiot
-
- * aout_Volume* functions now do their own vlc_object_find() on the
-   audio output. Consequently, the first argument can be any vlc_object_t.
- * modules/gui/macosx/*: greatly simplified volume functions ; you can now
-   call aout_Volume* even when there is no audio output, and the volume
-   will be saved for later use.
-
-2003-02-08 Saturday 23:43  massiot
-
- Fixed previous commit.
-
-2003-02-08 Saturday 23:20  massiot
-
- * src/extras/libc.c: New vlc_wraptext function,
- * modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
- * src/input/input.c: Correctly parse MRL of the type
-   /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
- * modules/access/*: Changed some msg_Warn into msg_Err
- * po/fr.po: Updated French translation,
- * configure.ac.in: Re-enabled Swedish translation,
- * Makefile.am: Do not recompile everything everytime someone changes a .h
-
-2003-02-08 Saturday 22:43  hartman
-
- * window half/normal/double Size commands
-   - black bar issue is not fixed. i removed 'myfix'
-
-2003-02-08 Saturday 21:32  massiot
-
- * modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
- * modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
-
-2003-02-08 Saturday 20:14  asmax
-
- * fixed the encoding
-   (Meuuh you can re-enable swedish ;)
-
-2003-02-08 Saturday 20:10  massiot
-
- * Fixed misc typos in strings,
- * Updated po files,
- * New --buggy-psi options, to supports streams which don't update the
- continuity counter in their PSI packets (walkenizes #sam).
-
-2003-02-08 Saturday 18:26  massiot
-
- * configure.ac.in: Disabled Swedish translation since it doesn't use the
-   right charset,
- * Implemented localization for audio-channels and video-device variables.
-
-2003-02-08 Saturday 00:36  marcari
-
- glibc 2.1 port for linupy (linux on a yopy pda)
-
- * modules/access/*.c : added include <sys/time.h> for struct timeval
- * ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)
-
- VLC rulz on Yopy !
-
-2003-02-07 Friday 22:30  hartman
-
- * Resize window fixes
-   - we should not resize the window in fullscreen
-   - fixed the black bars bug in half and double size
-   - position of top left corner should not change
-   - more efficient code
-
-2003-02-07 Friday 21:49  alexis
-
- - FAQ : the first question of the "troubleshooting" section now tells the
- user to delete VLC's configuration file.
-
-2003-02-07 Friday 21:23  hartman
-
- * added half, normal and full size videowindow menuitems.
-   there seems to be a bug though somewhere. you end up with black bars in
-   half and double size.
-
-2003-02-07 Friday 19:43  ipkiss
-
-  * Fixed the "RichEdit line insertion error" bug (closes #246)
-  * Added a popup menu to copy log messages to the clipboard
-
-2003-02-07 Friday 17:51  massiot
-
- Fixed a buffer leak with slice-I streams (thanks sam).
-
-2003-02-07 Friday 10:17  yves
-
- - added missing buildrequires
- - now autodetect on wich system we are:
-   rpm --rebuild should work out of box on rh and previous mdk systems.
- - NO buildrequires on rh-like system. rh does not have a devel policy
- - more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
-
-2003-02-07 Friday 02:32  hartman
-
- * grrr changed the project file by accident. revert
-
-2003-02-07 Friday 02:31  hartman
-
- * When you push backspace or delete in the playlist, it removes the selected item.
-
-2003-02-07 Friday 02:22  fenrir
-
-  * ffmpeg/audio : removed an old error (anyway it was harmless).
-  * mp4 : removed a bad initialisation. Erased all ending spaces.
-  * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
-
-2003-02-07 Friday 02:09  sam
-
-   * ./src/interface/interface.c: interface variable is "intf", not "interface".
-
-2003-02-07 Friday 01:29  sam
-
-   * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
-     declarations. Should fix that later.
-
-2003-02-07 Friday 01:26  sam
-
-   * ./modules/access/dvdplay/demux.c: fixed a minor warning.
-
-2003-02-07 Friday 00:59  sam
-
-   * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
-     "interface" variable to "dvdplay" (Closes: #178, #210, and probably a
-     bunch of others).
-   * ./src/interface/interface.c: added a safety check to circumvent the bug,
-     allowing a smooth upgrade.
-
-2003-02-07 Friday 00:55  massiot
-
- Fixed interface freezes in the OS X interface.
-
-2003-02-07 Friday 00:01  sam
-
-   * ./src/misc/darwin_specific.m: completed our list of known languages and
-     made code simpler to read.
-
-2003-02-06 Thursday 22:56  sam
-
-   * ./debian/rules: build the SLP plugin by default.
-
-2003-02-06 Thursday 22:39  titer
-
-  Tuned BeOS priorities for a better playback on low-end computers.
-
-2003-02-06 Thursday 16:14  massiot
-
- Fixed AFMT_AC3 and AFMT_S16_NE handling.
-
-2003-02-06 Thursday 14:47  hartman
-
- * Changed a failed DecompressSequenceFrameS error into a warning. We don't
-   want to bug users with this when we resize a video.
-
-2003-02-06 Thursday 04:22  sam
-
-   * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
-     in the background to disable xscreensaver the jwz way (Closes: #58).
-
-     It's an interface plugin, trigger with "--extraintf screensaver".
-
-2003-02-06 Thursday 03:37  sam
-
-   * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
-     otherwise we fail with an error when they are not found.
-
-2003-02-06 Thursday 01:45  sam
-
-   * ./doc/faq/faq.sgml: updated config file location for OS X.
-
-2003-02-05 Wednesday 23:48  hartman
-
- * Changed the wrong property in my recent commit. FIXED
-
-2003-02-05 Wednesday 23:11  sam
-
-   * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
-     doing fullscreen or volume up from the popup menu.
-
-2003-02-05 Wednesday 17:23  hartman
-
- * added a "Open CrashLog" button to the messages window in OSX.
-
-2003-02-05 Wednesday 15:58  hartman
-
- * Added AppleScript support
- * We can now handle mms:// etc on a systemwide level.
-   - No way to set this other then trough Explorer Prefs at the moment
-
-2003-02-05 Wednesday 03:31  hartman
-
- * More support for handling URLs. Still need to create the scriptsuite.
-
-2003-02-05 Wednesday 02:36  hartman
-
- * Added a Next and Previous item to the dockmenu
- * Prelimanary support for making VLC the handler of ftp http mms and udp
-   URLs (on a systemwide level)
-
-2003-02-04 Tuesday 22:01  jpsaman
-
- Closes bug #170
-
-2003-02-04 Tuesday 21:45  hartman
-
- * We released an array that was in a autorelease pool. That's not necesarry
-
-2003-02-04 Tuesday 12:51  massiot
-
- * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
-   streams.
-
-2003-02-04 Tuesday 12:07  massiot
-
- * modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
-   (thanks gibalou !).
-
-2003-02-04 Tuesday 11:07  massiot
-
- * modules/access/*: Fixed compilation problems with "struct timeval".
-
-2003-02-03 Monday 22:47  sam
-
-   * ./bootstrap: we don't fail if gettext is too old and there is no
-     ABOUT-NLS in the tree.
-
-2003-02-03 Monday 22:38  massiot
-
- Now developing 0.5.1-cvs.
-
-2003-02-03 Monday 20:45  sam
-
-   * ./debian/woody-buildpackage: enabled build-deps checking.
-
-2003-02-03 Monday 18:18  stippi
-
- modules/gui/beos/InterfaceWindow.h/.cpp
-
-       - improved file loading:
-               - contents of sub folders can optionally be loaded too
-               - files are loaded in expected order from filepanel
-                       _and_ drag'n'drop
-               - file panel accepts folders to load
-       - saving of playlist's display mode
-       - added updating of interface when playlist is modified
-               while nothing is playing
-       - added compatibility for SoundPlay's drag'n'drop message format
-
- modules/gui/beos/ListViews.h/.cpp
-
-       - implemented reversal of playlist
-       - list can display full path or file name only
-       - drag'n'drop interaction with SoundPlay
-
- modules/gui/beos/MediaControlView.cpp
-
-       - cosmetic fix
-
- modules/gui/beos/PlayListWindow.h/.cpp
-
-       - added reverse sort command to edit menu
-       - added view menu, to allow the user to display paths
-               or only names in the list
-
-2003-02-03 Monday 17:07  alexis
-
- Small fix.
-
-2003-02-03 Monday 12:25  alexis
-
- Article format, instead of book format.
- Few typos.
-
-2003-02-03 Monday 03:26  sam
-
-   * ./debian/rules: more Debian Woody fixes. Grrrr!
-
-2003-02-03 Monday 02:32  sam
-
-   * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
-   * ./debian/woody-buildpackage: sed syntax fixed.
-
-2003-02-03 Monday 01:56  sam
-
-   * ./share/Makefile.am: we weren't distributing the font!
-
-2003-02-03 Monday 01:43  sam
-
-   * Updated ChangeLog and pofiles.
-
-2003-02-03 Monday 01:39  sam
-
-   * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
-
-2003-02-03 Monday 01:23  sam
-
-   * ./debian/control: missing build dependencies.
-
-2003-02-03 Monday 01:00  massiot
-
- German translation, croutesy of Felix Kuehne.
-
-2003-02-03 Monday 00:11  massiot
-
- Worked around a bug with the Screens menu and localization.
-
-2003-02-02 Sunday 21:59  hartman
-
- * OSX version can open .asx files. so we need to let the os know that ;)
-
-2003-02-02 Sunday 21:21  sam
-
-   * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
-
-2003-02-02 Sunday 21:07  sam
-
-   * ./debian/vlc.desktop: removed unnecessary file.
-
-2003-02-02 Sunday 21:01  sam
-
-   * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
-
-2003-02-02 Sunday 21:01  sam
-
-   * ./debian/changelog: updated Debian changelog.
-
-2003-02-02 Sunday 20:45  sam
-
-   * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
-     --stdout | sed -e 's/^[^0-9]/ /' -e 's/^  *$//' | uniq).
-
-2003-02-02 Sunday 19:57  sam
-
-   * ./debian/woody-buildpackage: finished Woody build script.
-
-2003-02-02 Sunday 19:12  sam
-
-   * ./po/de.po: german translation updates from Felix Kühne.
-
-2003-02-02 Sunday 19:09  jpsaman
-
- Added ffmpeg package to list of depenencies.
-
-2003-02-02 Sunday 18:18  sam
-
-   * ./debian/woody-buildpackage: added a script to build .debs on woody.
-
-2003-02-02 Sunday 17:08  sam
-
-   * ./NEWS: a few updates from gibalou.
-
-2003-02-02 Sunday 12:29  stippi
-
- cosmetic fix (drop mark would reappear if SHIFT was pressed)
-
-2003-02-02 Sunday 10:17  titer
-
-  '--demuxdump-file -' dumps to standard output.
-   (useful for operating systems which do not have '/dev/stdout'
-    nor mkfifo)
-
-2003-02-02 Sunday 05:17  sam
-
-   * renamed debian/README into debian/README.Debian.
-
-2003-02-02 Sunday 05:07  sam
-
-   * ./debian: more packaging stuff.
-
-2003-02-02 Sunday 05:01  sam
-
-   * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
-     of places.
-
-2003-02-02 Sunday 04:38  sam
-
-   * ./doc/vlc.1: updated manpage.
-
-2003-02-02 Sunday 04:08  sam
-
-   * ./po/it.po: ultimate italian fixes by Bruno Vella.
-
-2003-02-02 Sunday 04:03  sam
-
-   * ./debian/*: tuned packaging.
-
-2003-02-02 Sunday 03:58  massiot
-
- * Bumped up revision number to 0.5.0
-
-2003-02-02 Sunday 03:11  sam
-
-   * ./po/it.po: updated italian translation, courtesy of Bruno Vella.
-
-2003-02-02 Sunday 02:37  sam
-
-   * ./po/*: more interface strings harmonization.
-
-2003-02-02 Sunday 02:23  jobi
-
-     * NEWS: readded deleted entries, sorry about that.
-
-2003-02-02 Sunday 01:57  jobi
-
-     * NEWS: VCD entry points and iso files
-     * include/audio_output.h: more proper freebsd compilation fix
-     * modules/audio_output/oss.c: if /dev/dsp is used, use another output.
-
-2003-02-02 Sunday 01:49  massiot
-
- * README.MacOSX.rtf: Typos
- * include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine
- * modules/access/dvdread/input.c: Fixed a long-standing bug when switching
-   titles.
-
-2003-02-02 Sunday 01:46  sam
-
-   * ./po/*: more s/vlc/VLC/ changes.
-
-2003-02-02 Sunday 01:29  sam
-
-   * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
-     to come.
-
-2003-02-02 Sunday 01:05  sam
-
-   * ./NEWS: a few updates (translations, mozilla plugin).
-
-2003-02-02 Sunday 00:46  massiot
-
- * modules/gui/macosx/*: Fixed localization bugs
- * po/fr.po: Updated French translation
- * extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0
-
-2003-02-02 Sunday 00:41  yves
-
- - ready for general 0.5.0 consumption
- - activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin
- - more wxwindow stuff.
- - fixes here and here.
- - added more doc files like NEWS, THANKS etc.
- - still lacking mozilla plugin :(
-
-2003-02-02 Sunday 00:39  sam
-
-   * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
-     instead of VLC_Create(), so that its strings are translated (was #92).
-
-2003-02-02 Sunday 00:28  sigmunau
-
-  NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
- with embedded wmp
-
-2003-02-02 Sunday 00:15  sam
-
-   * ./AUTHORS: added Garf and updated entries.
-
-2003-02-02 Sunday 00:08  sam
-
-   * ./INSTALL.libmad: removed that file; if one does not know how to build
-     and install a library, he'd better not fiddle with VLC.
-
-2003-02-01 Saturday 23:21  ipkiss
-
-  * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)
-  * modules/gui/win32/menu.cpp: removed some ^M chars
-
-2003-02-01 Saturday 23:03  babal
-
- - Win32 preference dialog box
-
-2003-02-01 Saturday 22:39  ipkiss
-
-  * Win32 port
-
-2003-02-01 Saturday 22:24  titer
-
-  BeOS news.
-
-2003-02-01 Saturday 22:23  sam
-
-   * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
-     woody specific builds. Will fill them in a moment.
-
-2003-02-01 Saturday 22:20  massiot
-
- Tarkin, Tremor and Theora are only available when compiling from sources.
-
-2003-02-01 Saturday 22:10  massiot
-
- Forgot Tremor.
-
-2003-02-01 Saturday 22:04  jpsaman
-
- Checking in packageing files.
-
-2003-02-01 Saturday 21:59  jpsaman
-
- Updated for iPaq port
-
-2003-02-01 Saturday 21:34  massiot
-
- * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
- * Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
- * src/misc/darwin_specific.m: more generic language detection
- * NEWS: summarized changes from 0.4.6 to 0.5.0
-
-2003-02-01 Saturday 20:04  sam
-
-   * ./po/it.po: a few corrections.
-
-2003-02-01 Saturday 19:54  sam
-
-   * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable.
-   * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c,
-     ./modules/video_output/x11/xvideo.c: removed the drawable configuration
-     variables which are now deprecated.
-
-2003-02-01 Saturday 19:53  sam
-
-   * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be
-     detached before being destroyed.
-
-2003-02-01 Saturday 19:41  sam
-
-   * ./NEWS: added an empty NEWS file.
-   * ./bootstrap: now that we have the NEWS file, --foreign is no longer
-     required when calling automake.
-
-2003-02-01 Saturday 17:33  massiot
-
- Updated Italian translation courtesy of Bruno Vella.
-
-2003-02-01 Saturday 17:20  massiot
-
- sam p0\/\/3r !
-
-2003-02-01 Saturday 13:01  stippi
-
- Changes done since Feb 28 2003:
-
-2003-02-01 Saturday 12:48  alexis
-
- * common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output
- * faq/Makefile: added PS/PDF/RTF targets
- * faq/faq.sgml: SGML enhancements and few modifications
-
-2003-02-01 Saturday 10:40  babal
-
- - fixed a compilation issue with C compilers
-
-2003-02-01 Saturday 02:21  fenrir
-
-  * asf : trying to fix pts handling.
-
-2003-01-31 Friday 23:35  sam
-
-   * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files.
-
-2003-01-31 Friday 23:34  sam
-
-   * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't
-     kept up to date (and almost everything advertised in it was done).
-
-2003-01-31 Friday 19:53  lool
-
-   * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam)
-
-2003-01-31 Friday 17:56  sam
-
-   * ./configure.ac.in: I was told some versions of mingw32 support neither
-     -mms-bitfields nor -fnative-struct.
-
-2003-01-31 Friday 16:24  zorglub
-
- * doc/faq/Makefile: added "text" and "clean" targets.
- * doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice.
- * doc/faq/faq.sgml: Fixed build issues, improved the SGML translation.
- * doc/faq/fdl.sgml: text of the FSF Free Documentation License.
-
-2003-01-31 Friday 14:52  sam
-
-   * ./src/libvlc.c: strings in the main module are now translated (fixes: #92).
-
-2003-01-31 Friday 12:38  sam
-
-   * ./po/de.po: full german translation, courtesy of Felix Kühne.
-
-2003-01-31 Friday 12:23  massiot
-
- Fixed a major bug of people who like to declare vars "unsigned int"
- when they can be -1 :p (why haven't we spotted that before ??).
- Closes #152.
-
-2003-01-31 Friday 11:54  sam
-
-   * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen
-     while there was no input (Closes: #153).
-
-2003-01-31 Friday 11:51  sam
-
-   * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the
-     Audio and Subtitles submenus into the Audio and Video menus.
-
-2003-01-31 Friday 11:14  sam
-
-   * ./src/audio_output/mixer.c: minor cosmetic fix in output message.
-
-2003-01-31 Friday 10:51  sam
-
-   * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized
-     variables.
-
-2003-01-31 Friday 10:48  sam
-
-   * ./configure.ac.in: complain when ALSA headers are not found but
-     --enable-alsa was specified.
-
-2003-01-31 Friday 07:45  titer
-
-  Minor GUI fixes
-
-2003-01-31 Friday 03:53  jlj
-
-   * ./modules/gui/macosx: Defeated some deadlocks.
-                           World domination ... is at hand.
-
-2003-01-30 Thursday 22:35  babal
-
- - fixed a segfault occuring when the preference dialog box was destroyed
-
-2003-01-30 Thursday 21:59  sam
-
-   * ./src/misc/configuration.c: when an invalid short option is found, use
-     the optopt variable instead of the current value of optind (Closes: #148).
-
-2003-01-30 Thursday 20:14  gbazin
-
- * src/video_output/video_output.c: we were still using free instead of
-    vout_DestroySubPicture in one place.
- * modules/codec/spudec/parse.c: we now make sure we don't add several times
-    the same highlight callback.
-
-2003-01-30 Thursday 19:07  lool
-
-   * converted FAQ to SGML
-   * SGML sucks, this is absolutely ugly, please reread
-
-2003-01-30 Thursday 17:36  gbazin
-
- * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
-    race condition between spudec and vout. This patch may not be all that
-    nice because it does a lot of vlc_object_find() but it is the only
-    solution I've been able to come-up with.
-    Oh and I didn't fix the memory leak caused by the font when using text
-    subtitles. If the vout changes while the spudec is running then we don't
-    unload this font.
-
-2003-01-30 Thursday 16:46  hartman
-
- * modules/gui/macosx/intf.m
-   - fixed a warning about parentheses
-
-2003-01-30 Thursday 16:39  hartman
-
- * ./modules/gui/macosx/intf.m:
-   - we close the video window after a video is done playing.
-
-2003-01-30 Thursday 13:38  gbazin
-
- * src/video_output/vout_subpictures.c: fixed a few race conditions that
-    were triggered by the dvdplay plugin.
-
-2003-01-30 Thursday 11:44  massiot
-
- Keep -O2 in --disable-optimizations mode, cause it can't harm...
-
-2003-01-30 Thursday 03:16  gbazin
-
- * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in
-     PictureDisplayExtension(). This does also fix problems with the dvdplay
-     plugin and menus with still pictures.
-
-2003-01-30 Thursday 01:39  massiot
-
- * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension,
- * modules/gui/macosx/intf.m: one of the threads wasn't in real-time
-   priority !!!
- * include/vlc_threads.h: tuned up OS X priorities
-
-2003-01-29 Wednesday 22:54  fenrir
-
-  * asf : more sanity check for broken files.
-
-2003-01-29 Wednesday 19:14  hartman
-
- intf: the slower/faster buttons should not be continious.
- project: the source files were included in the Resources. No more.
-
-2003-01-29 Wednesday 19:10  sam
-
-   * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
-     the title and chapter dialogs when DVD menus are activated.
-
-2003-01-29 Wednesday 18:28  gbazin
-
- * modules/gui/gtk/*: changed the disc open dialog to allow for title and
-    chapter 0. When title or chapter 0 are selected, they do not appear in
-    the MRL.
-
-2003-01-29 Wednesday 18:07  massiot
-
- New nl translation, courtesy of dj hartman.
-
-2003-01-29 Wednesday 16:55  sam
-
-   * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization
-     in case the input dies before we even spawned our dvdplay interface
-     (Closes: #141).
-
-2003-01-29 Wednesday 16:15  sam
-
-   * ./po/ja.po: updated japanese translations, courtesy of KKI.
-
-2003-01-29 Wednesday 15:03  gbazin
-
- * include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals
-     THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me.
-
-2003-01-29 Wednesday 13:59  gbazin
-
- * modules/demux/ogg.c: bug fix when switching between vorbis channels.
-
-2003-01-29 Wednesday 12:41  jlj
-
-   * ./modules/gui/macosx/controls.m: fixed bug in my previous commit.
+2003-12-06 Saturday 22:58  jpsaman
 
-2003-01-29 Wednesday 12:34  jlj
+ Removing last files of previous Familiar interface. Porting to Gtk+2 widget set of this interface is now finished. Policing and improving remains.
 
-  * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty
-  * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input
-                        and using p_playlist->p_input instead.
-
-2003-01-29 Wednesday 12:17  gbazin
-
- * modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin
-     (closes #122).
- * modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user
-     settings (closes #122).
-
-2003-01-29 Wednesday 10:54  sam
-
-   * ./modules/audio_output/arts.c: fixed aRts output and removed debug
-     messages that were lying around.
-
-2003-01-29 Wednesday 01:02  titer
-
-  enabled changing filters on the fly
+2003-12-06 Saturday 22:53  jpsaman
 
-2003-01-29 Wednesday 00:55  massiot
+ Always use correct datatypes.
 
- Not sure the buffer was large enough.
-
-2003-01-29 Wednesday 00:38  fenrir
-
-  * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though.
-
-2003-01-28 Tuesday 23:52  sam
-
-   * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139).
-
-2003-01-28 Tuesday 23:03  sam
+2003-12-06 Saturday 22:50  jpsaman
 
-   * ./src/video_output/video_output.c: don't try to change aspect ratio if it
-     has been overriden by the user (Closes: #79).
-   * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method".
-   * ./modules/*: fixed a few capitalization issues.
+ Fixed compiler waring about signed - unsigned comparision. It is always safer to use the same datatype when comparing values.
 
-2003-01-28 Tuesday 22:18  gbazin
+2003-12-06 Saturday 22:47  jpsaman
 
- * modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select
-    title 0 when using the dvdplay plugin (title 0 = menu).
+ Updating with info for upcoming Opie interface.
 
-2003-01-28 Tuesday 22:17  fenrir
-
-  * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0.
+2003-12-06 Saturday 22:45  jpsaman
 
-2003-01-28 Tuesday 22:08  sam
+ Added PDA interface.
 
-   * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in
-     DATA_PATH.
-   * ./modules/gui/wxwindows/*.cpp: fixed minor warnings.
+2003-12-06 Saturday 22:45  jpsaman
 
-2003-01-28 Tuesday 22:06  sam
+ Make sure Gtk+2 main module gets build with PDA interface.
 
-   * ./debian/*: activated the wxwindows plugin.
+2003-12-06 Saturday 22:42  jpsaman
 
-2003-01-28 Tuesday 21:02  sam
+ Updating AUTHORS list for me.
 
-   * ./toolbox: made a few glade-generated strings non-translatable.
-   * ./po/*: fixed spelling errors in pofiles.
+2003-12-06 Saturday 22:41  jpsaman
 
-2003-01-28 Tuesday 18:14  sam
+ PDA Interface:
+ - Fixed last segmentation fault.
+ - Slider and time progress updating.
 
-   * ./debian/control: removed versioned dependency on libxosd.
-   * ./debian/rules: added comments here and there.
+ This makes the new PDA interface almost complete. It misses the following items still:
+ - preference panel
+ - changing postion in stream with slider widget.
 
-2003-01-28 Tuesday 18:11  sam
+ The missing items above will move to the next release of VLC. Now testing and package building for iPAQ will begin. I expect to have a package at the end of the week.
 
-   * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
-     use "./toolbox --fix-glade" to generate and fix source files.
-   * ./include/vlc_common.h: fixed compilation warnings.
+2003-12-06 Saturday 20:00  gbazin
 
-2003-01-28 Tuesday 17:57  sam
+ * msvc/vlc.dsw: updated the list of plugins.
 
-   * ALL: fixes for various compilation warnings and spelling errors.
+2003-12-06 Saturday 05:15  rocky
 
-2003-01-28 Tuesday 17:52  sam
+ Recognize Philips Overlay Graphics (OGT) and Chaoji VCD (CVD) subtitle
+ streams.  Still need to be able to do something with them though.
 
-   * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of
-     libxosd.
+2003-12-05 Friday 14:58  gbazin
 
-2003-01-28 Tuesday 17:47  hartman
+ * modules/codec/libmpeg2.c: fixed a couple of crashes on bad files.
 
- ALL: updated deinterlace to work on the fly. there is a but in vout.m:433
-      jlj will need to fix that.
-      there is no feedback to the interface as of yet
+2003-12-05 Friday 14:48  asmax
 
-2003-01-28 Tuesday 16:59  hartman
+ * modules/gui/wxwindows/preferences_widget.cpp: replaced two ( ? : ) by
+   if / else to avoid compilation problems when wxwindows is not built
+   with unicode support
 
- * ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack
- * ./README.MacOSX.rtf: updated deinterlace and resize info
+2003-12-05 Friday 09:28  sam
 
-2003-01-28 Tuesday 16:05  massiot
+   * Updated current changelog and regenerated previous ones as to include
+     changes to removed directories.
 
- We are now able to parse :
- dvdread:/Volumes/to@to/VIDEO_TS@1,1
- dvdplay:/Volumes/to@to/VIDEO_TS@1,1
- Closes #77
+2003-12-05 Friday 05:01  rocky
 
-2003-01-28 Tuesday 15:49  sigmunau
+ A little cleanup on wait timing. No bug fixes yet, though.
 
- fixed another possible crash
+2003-12-05 Friday 04:24  rocky
 
-2003-01-28 Tuesday 15:41  gbazin
+ Slightly better handling of stills and toggling pause by using the
+ different threads better.
 
- * modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69)
+ Still has stream still/to MPEG bug and duplicate video window bug though.
+ (And could use lots of cleanup.)
 
-2003-01-28 Tuesday 15:00  fenrir
+2003-12-05 Friday 02:33  rocky
 
-  * gtk: fixed 'cannot find file.xpm'.
 * wxwindows: compilation fix for older wxwindows header.
+ Remove interface thread. It was a crock anyway -- any good stuff
should be put into the visualization plugins instead.
 
-2003-01-28 Tuesday 14:07  gbazin
+ Besides, there are bigger crocks that need fixing (like VCD navigation).
 
- * src/video_output/video_output.c: oops, fixed a bug I just introduced.
+2003-12-05 Friday 02:12  rocky
 
-2003-01-28 Tuesday 14:03  gbazin
+ Okay microseconds, then.
 
- * modules/video_filter/deinterlace/deinterlace.c,
-   modules/video_output/x11/xcommon.c: modified debug messages.
+2003-12-05 Friday 01:56  rocky
 
-2003-01-28 Tuesday 13:30  gbazin
+ Fix duration that input_AddInfo uses milliseconds.
+ Add some more meta debugging.
 
- * src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the
- filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on
- the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object
- variables.
- * modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow
- switching deinterlace modes on the fly.
- * modules/gui/gtk/menu.c: updated the deinterlace menu.
- * include/vlc_common.h: compilation fixes for gtk_main and gnome_main.
+2003-12-05 Friday 01:52  rocky
 
-2003-01-28 Tuesday 13:23  massiot
+ Spelling.
 
- Do not show the channels menu when the input stream is mono, closing #117.
+2003-12-05 Friday 00:03  gbazin
 
-2003-01-28 Tuesday 11:05  titer
+ * modules/stream_out/transcode.c: proper order for downmixed channels.
 
-  * sanity Lock()s
+2003-12-04 Thursday 23:15  gbazin
 
-2003-01-28 Tuesday 09:17  titer
+ * modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio encoding.
 
-  * beos/* : do not forgot to destroy the Messages window, so vlc does
-             lock when exiting
-  * missing cvsignores
+2003-12-04 Thursday 22:48  anil
 
-2003-01-28 Tuesday 09:11  yves
+ regenerated from a clean tree
 
- - new video_output/vout_encoder plugin.
- - new demux/a52sys plugin.
+2003-12-04 Thursday 22:37  gbazin
 
-2003-01-28 Tuesday 04:46  sam
+ * modules/codec/flac.c: several fixes to the flac decoder and encoder.
+ * modules/mux/ogg.c: fixed flac in ogg.
+ * modules/demux/ogg.c: fix for flac seeking.
 
-   * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113).
+2003-12-04 Thursday 18:26  gbazin
 
-2003-01-28 Tuesday 04:11  sam
+ * modules/gui/wxwindows/playlist.cpp: unicode fix.
 
-   * ./include/vlc_common.h: removed duplicate macro definitions in the gtk
-     and gnome plugins.
+2003-12-04 Thursday 18:13  gbazin
 
-2003-01-28 Tuesday 03:53  sam
+ * modules/demux/livedotcom.cpp: compilation fix.
 
-   * ./configure.ac.in: first step in the world domination roadmap, setting
-     the CVS version to -test4.
+2003-12-04 Thursday 17:15  gbazin
 
-2003-01-28 Tuesday 03:03  sam
+ * ALL: another bunch of MSVC compilation fixes.
 
-   * ./po/*: spelling fixes.
+2003-12-04 Thursday 16:49  sam
 
-2003-01-28 Tuesday 02:50  hartman
+   * modules/misc/dummy/renderer.c:
+     + Removed evil ^Ms from the file.
+   * modules/video_output/caca.c:
+     + Support for new dithering modes (libcaca HEAD only).
+   * modules/* src/*:
+     + Grammar and spelling fixes.
+     + Coding style fixes.
+   * po/fr.po:
+     + Spelling fixes.
+     + Updated a few translations.
+   * po/en_GB.po:
+     + Updated a few translations.
 
- ALL: the next and previous buttons first work through the chapters. Only
-      then they turn to the playlist.
+2003-12-04 Thursday 16:02  sam
 
-2003-01-28 Tuesday 01:22  sam
+   * include/vlc_common.h:
+     + Introduced intptr_t and uintptr_t.
+   * Fixed compilation warnings here and there.
 
-   * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins.
+2003-12-04 Thursday 15:54  sam
 
-2003-01-28 Tuesday 00:48  massiot
+   * configure.ac: Fixed an old bug that caused vlc-config to be sometimes
+     not set executable when regenerated.
 
- Additional check on p_first_byte_to_mix.
+2003-12-04 Thursday 14:48  gbazin
 
-2003-01-28 Tuesday 00:42  sam
+ * modules/video_output/wingdi.c: fixed gdi output for 24 and 32 bits color depth.
 
-   * ./bootstrap: removed usage of $^ which is not compatible with BSD or
-     Solaris make.
+2003-12-04 Thursday 12:33  gbazin
 
-2003-01-27 Monday 23:50  sam
+ * toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling.
+ * msvc/config.h.in, modules/access_output/file.c: MSVC fixes.
+ * modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel.
 
-   * ./src/audio_output/output.c: fixed return with a value in function
-     returning void.
+2003-12-04 Thursday 10:25  gbazin
 
-2003-01-27 Monday 23:42  sam
+ * modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE.
 
-   * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it
-     anyway, do not provide our custom version.
+2003-12-04 Thursday 05:14  rocky
 
-2003-01-27 Monday 22:44  ipkiss
+ Guard against invalid p_vcd in dbg_print.
 
-  * Fixed a segfault (closes #132)
+2003-12-03 Wednesday 23:01  sigmunau
 
-2003-01-27 Monday 22:35  jobi
+ all:
+  * doxygenated parts of the messages system
 
-     * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile,
-            at least on FreeBSD 5.0
+2003-12-03 Wednesday 22:14  sigmunau
 
-2003-01-27 Monday 18:41  ipkiss
+ src/input/input.c:
+  * fill in the duration field of the playlist item when starting playback of
+    a file, if the demuxer supports it.
 
-  * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *)
-    instead of a (vlc_list_t); this modification was needed because BCB
-    doesn't like at all when a function (compiled with mingw32) returns
-    a struct...
-  * ALL: modified the files to take this change into account
-  * modules/gui/win32/menu.cpp: enabled the "Add interface" command
+2003-12-03 Wednesday 21:58  sigmunau
 
-2003-01-27 Monday 17:28  fenrir
+ all:
+  * in vlc, times are stored in microseconds. playlist_item_t::i_duration
+    shouldn't be an exception
+ modules/gui/wxwindows/playlist.cpp:
+  * fixed indentation
 
-  mms: another memory leak
-  avi: comment out a debug statment.
+2003-12-03 Wednesday 21:55  rocky
 
-2003-01-27 Monday 11:29  titer
+ Make more like the French translation which is more correct. :-\
 
-  Disabled DVD menus by default for 0.5.0
+2003-12-03 Wednesday 21:50  sigmunau
 
-2003-01-27 Monday 02:42  ipkiss
+ src/misc/mtime.c:
+  * Coding style fixes
+  * Comment cleanups
+  * Doxygenization
+ include/vlc_common.h:
+  * doxygenized the comments for mtime_t and vlc_fourcc_t
 
-  * The space bar is a hotkey for pause/resume.
+2003-12-03 Wednesday 20:47  jpsaman
 
-2003-01-27 Monday 01:08  jlj
+ Syncing with current CVS.
 
-   * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview
-                                     is now updated on panel BecomeKey.
-   * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel.
+2003-12-03 Wednesday 15:46  zorglub
 
-2003-01-26 Sunday 23:57  gbazin
+ Update of the french localization file
 
- * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some
- DVD menus.
+2003-12-03 Wednesday 13:52  anil
 
-2003-01-26 Sunday 19:31  babal
+ compilation fix
 
- - menu checkbox outside of title/chapter groupbox
+2003-12-03 Wednesday 13:49  rocky
 
-2003-01-26 Sunday 19:02  babal
+ Fixed-width 2-column track number. Should help in sorting titles.
 
- - buttons are left aligned and their size comforms to Windows XP visual
-   guidelines
+2003-12-03 Wednesday 13:41  rocky
 
-2003-01-26 Sunday 17:37  gbazin
+ Update date. Remove boilerplate includes that I think are (or should
+ be) pulled in from one of the other includes.
 
- * modules/audio_output/waveout.c: multichannel and spdif support (spdif untested).
+2003-12-03 Wednesday 13:35  rocky
 
-2003-01-26 Sunday 15:53  hartman
+ Reinstate Duration column - perhaps it's time to get more plugins
+ using it.
 
- * Added myself to list of authors of these files. i had forgotten to do this.
+2003-12-03 Wednesday 13:27  rocky
 
-2003-01-26 Sunday 15:52  fenrir
+ Add more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE -
+ Use MSTRTIME_MAX_SIZE instead.
 
-  * all: raah, clean up glade output.
+2003-12-03 Wednesday 12:33  sam
 
-2003-01-26 Sunday 15:49  fenrir
+   include/vlc_help.h: Grammar and spelling fixes.
 
-  * added stream output dialog box.
+2003-12-03 Wednesday 12:19  fenrir
 
-2003-01-26 Sunday 14:37  gbazin
+  * increase priority (the wrapper from ffmpeg is buggy).
 
- * src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer.
-     (p_input->p_first_byte_to_mix sometimes need to be reset)
- * modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk.
+2003-12-03 Wednesday 04:19  rocky
 
-2003-01-26 Sunday 13:34  fenrir
+ Fix bug in not updating playlist when hitting next/previous control
+ buttons (and simplify code at the same time).
 
-  * avi : fix play back for some broken avi
+2003-12-03 Wednesday 00:27  rocky
 
-2003-01-26 Sunday 11:36  gbazin
+ Add a few more fields in the stream info.
 
- * modules/gui/wxwindows/*: Fixed the open dialog on win32.
-     Better slider management in the main interface. Misc other small fixes.
+2003-12-03 Wednesday 00:24  rocky
 
-2003-01-26 Sunday 09:28  titer
+ "File Info" renamed "Stream/Media Info"
 
-  Added some colors.
+2003-12-02 Tuesday 23:03  gbazin
 
-2003-01-26 Sunday 04:55  ipkiss
+ * modules/access/dshow/*: PVR support contributed by Marc Nolette.
+    I took the liberty to modify a few things so it might currently be broken (sorry Marc).
+ * THANKS: added Marc Nolette.
 
-  * modules/gui/win32: replaced BitBtns with Buttons everywhere, and
-    put "OK" and "Cancel" buttons in an horizontal layout.
-    Also updated a few properties here and there.
+2003-12-02 Tuesday 18:47  gbazin
 
-2003-01-26 Sunday 03:22  ipkiss
+ * msvc/config.h.in: cleaned-up and updated.
 
-  * modules/video_output/directx: added a configuration variable and a
-    "normal" one to set the vout window on top of ther windows
-  * modules/gui/win32: the interface can use these variables
-    (almost closes #84)
+2003-12-02 Tuesday 16:01  geshp
 
-2003-01-26 Sunday 01:51  sam
+ - Added fribidi support
+ - Added configure-line options for mkv and fribidi
 
-   * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu
-     generation.
+2003-12-02 Tuesday 13:31  gbazin
 
-2003-01-25 Saturday 22:34  hartman
+ * ALL: more MSVC compilation fixes.
+ * msvc/vlc.dsw: removed non-existant plugins.
 
- * changed the bugreporting url
+2003-12-02 Tuesday 12:57  gbazin
 
-2003-01-25 Saturday 21:15  titer
+ ALL: MSVC compilation fixes to libvlc.
 
-  Added a window to see vlc messages.
+2003-12-02 Tuesday 10:55  gbazin
 
-2003-01-25 Saturday 19:42  hartman
+ * modules/demux/mp4/mp4.c: find out aspect ratio from display size.
+ * modules/codec/ffmpeg/video.c: respect aspect ratio given by demux if any.
 
- * ./README.MacOSX.rtf: added two remarks on subtitle support.
- * ./extras/MacOSX/vlc.pbroj/project.pbxproj
-   - Added .wma filetype
-   - Added README, COPYING etc. to resources
- * ALL: Added a Help menu.
+2003-12-02 Tuesday 04:22  rocky
 
-2003-01-25 Saturday 19:09  fenrir
+ Populate VCD info in "File Info" window.
 
-  * faad : clean up.
+2003-12-02 Tuesday 04:16  rocky
 
-2003-01-25 Saturday 18:57  fenrir
+ Change some printf's to debugging-only output.
 
-  * all: fixed wrong usage of input_DeletePES.
+2003-12-02 Tuesday 03:33  rocky
 
-2003-01-25 Saturday 18:21  fenrir
+ Separate title format string into cases where CDDB is enabled and where
+ it is is not. Now have callback for CDDB enabled boolean.
 
-  *mp4: fixed segfault when it fails to start a decoder and has specific
- informations to send.
+2003-12-02 Tuesday 01:54  rocky
 
-2003-01-25 Saturday 17:59  fenrir
+ Add secstotimestr and msecstotimestr to convert (milli)seconds to a
+ time string.
 
-  * ffmpeg: fixed memory leaks.
+2003-12-01 Monday 23:39  gbazin
 
-2003-01-25 Saturday 17:58  fenrir
+ * ALL: fixed DTS audio support.
+ * modules/demux/dts.c: added raw DTS audio demuxer.
 
-  * all : fixed some memory leaks thanks valgrind.
+2003-12-01 Monday 09:39  fenrir
 
-2003-01-25 Saturday 13:42  hartman
+  * video: display "more than 5 seconds of late video..." only once.
 
- * README.MacOSX.rtf: Updated Readme for new release. Added section on
-   subtitles and on bugreporting.
- * extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv,
-   .sub and .srt files.
+2003-12-01 Monday 04:07  rocky
 
-2003-01-25 Saturday 13:00  hartman
+ Make sure we distribute the CD-DA plugin info.
 
- * Reverted back to non metal windows as dictated by Apple's User Interface
-   Guidelines. Only the controller window stays metallic.
+2003-12-01 Monday 04:05  rocky
 
-2003-01-25 Saturday 04:12  fenrir
+ Add a copyright.
 
- * avi: no more segfault when we have 'max buffer allocation reached'
- * all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached'
- we cannot send null packet to decoder.
+2003-12-01 Monday 04:05  rocky
 
-2003-01-25 Saturday 02:03  titer
+ Add more verbiage.
 
-  * store windows sizes in the vlc configuration file
-  * fixed an interface bug when launching a file from the command line
-  * minor fixes or enhancements
+2003-12-01 Monday 04:04  geshp
 
-2003-01-24 Friday 19:25  hartman
+ - Updated matroska/ebml fix
+ - Updated mozilla plugin fix
 
- * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
+2003-12-01 Monday 03:57  rocky
 
-2003-01-24 Friday 17:19  hartman
+ Some basic CDDA plugin documentation.
 
- * code we migh use in the future to change the subfile we use.
-   not very useful now because of the .avi requirement to start/stop before
-   loading/displaying the subs.
+2003-12-01 Monday 03:37  rocky
 
-2003-01-24 Friday 15:35  hartman
+ Another typo.
 
- ALL: fixed the deinterlace menuiteM
- cvS: ----------------------------------------------------------------------
+2003-12-01 Monday 03:34  rocky
 
-2003-01-24 Friday 15:34  hartman
+ Bugs in calculating duration. Thanks Sigmund for fixing the GTK+
+ interface!
 
- ALL: fixed the deinterlace menuitem
+ Some doc improvements. CDDARead: Let playlist now cycle through
+ entries rather than intercept.
 
-2003-01-24 Friday 15:13  sam
+2003-12-01 Monday 01:08  rocky
 
-   * ./doc/bugreport-howto.txt: minor updates.
+ Add CDDB CD Info in File Info section (via input_AddInfo and
+ input_InfoCategory.
 
-2003-01-24 Friday 13:01  sam
+2003-11-30 Sunday 23:19  jpsaman
 
-   * ./configure.ac.in: removed the --with-bcbuilder flag.
-   * ./INSTALL.win32: updated accordingly.
+ PDA Interface:
+ - Coding Style
+ - Added SAP/SLP to transcode tabpage
+ - Reworking transcoding options for playlist
 
-2003-01-24 Friday 07:31  titer
+2003-11-30 Sunday 23:07  rocky
 
-  * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
-                   BeOS computers (closes #119)
-  * others: removed old printf or unused code.
+ Forgot to add demux.c here.
 
-2003-01-24 Friday 07:21  hartman
+2003-11-30 Sunday 22:59  gbazin
 
- * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
-   after 2 seconds.
+ * modules/packetizer/mpeg4video.c: oops
 
-2003-01-24 Friday 03:31  hartman
+2003-11-30 Sunday 22:47  gbazin
 
- * when the playlist is selected and you push the spacebar we pause/play
-   the movie. this makes the behaviour more consistent, though the solution
-   is somewhat unclean. We should fix this on a higher level but i don't see
  how we could/should.
+ * include/input_ext-plugins.h: export input_DecodeBlock().
+ * modules/stream_out/display.c: simplifications.
+ * modules/stream_out/transcode.c: memset of sout_stream_sys_t.
* modules/packetizer/mpeg4video.c: not all containers provide a pts info, in which case we use the dts.
 
-2003-01-24 Friday 01:57  babal
+2003-11-30 Sunday 22:26  rocky
 
- - added a NULL pointer test
- - cosmetic changes
+ Customizable playlist title.
 
-2003-01-24 Friday 01:53  hartman
+2003-11-30 Sunday 22:14  fenrir
 
- * the volume slider could only be dragged, not clicked. removed some
-   useless code as well.
+  * all: added dx50 fourcc (just mpeg4 video).
 
-2003-01-24 Friday 01:17  hartman
+2003-11-30 Sunday 21:21  jpsaman
 
- * made a quick hack to create a resize bar. not sure if we should keep this.
+ PDA Interface:
+ - Fixed resource leak with playlists
+ - VLC coding style cleanup
+ - Rework v4l and stream out interface code to use  VLC playlists as it should be used.
+ - Remove dead wood
 
-2003-01-24 Friday 00:57  gbazin
+2003-11-30 Sunday 19:42  sigmunau
 
- * modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface.
- * modules/gui/wxwindows/popup.cpp: Started implementing the popup menu.
- * modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a
- play/pause button depending on the context.
- * modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.
+ modules/gui/gtk/playlist.c:
+  * show duration in playlist window if available
 
-2003-01-24 Friday 00:51  massiot
+2003-11-30 Sunday 18:14  rocky
 
- * Resized elements in the open panel,
- * modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
-   mode is on the primary screen,
- * po/*: Updated po files.
+ Add CD-DA CDDB support via libcddb.
 
-2003-01-23 Thursday 23:57  hartman
+2003-11-30 Sunday 18:10  gbazin
 
- * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   - oops, i enlarged the timeslider by accident. fixed
- * ./modules/gui/macosx/controls.m
-   - fixed a mutex_lock issue
+ * share/http/admin/browse.html: hmmm, the browse feature was reenabled by mistake.
 
-2003-01-23 Thursday 23:39  hartman
+2003-11-30 Sunday 17:29  fenrir
 
- ALL: - made some panels into windows.
-      - made the background picture non editable (removes the text cursor)
-      - added slowmotion button
+  * es_out: implement ES_OUT_SET_PCR and reset but don't use them !
+  * demux: added demux2_New/Delete.
 
-2003-01-23 Thursday 23:25  hartman
+2003-11-30 Sunday 17:29  fenrir
 
- * ./modules/gui/macosx/controls.m
-   - changed the slower button into a slowmotion button
-   - fixed a forgotten mutex_unlock
- * ./modules/gui/macosx/intf.m
-   - added the slowmotion button
-   - some windows shouldn't register in the "Window" menu
- * ./modules/gui/macosx/open.m
-   - allow multiple file selection
+  * all: added demux_t structure and some demux2_* functions.
+  Anyway, don't use them for now.
 
-2003-01-23 Thursday 22:47  massiot
+2003-11-30 Sunday 16:00  fenrir
 
- * Minor changes to the open panel, added AVI stream output option,
- * modules/gui/macosx/open.m: "Open File" is back,
- * modules/codec/mpeg_video/synchro.c: Fixed a counting bug.
+  *all: added a --minimize-thread options to make all decoders and
+        packetizers running in the input thread. (Usefull with sout)
 
-2003-01-23 Thursday 18:18  babal
+2003-11-30 Sunday 14:49  fenrir
 
- - menus disabled by default
- - cosmetic changes
+  * ninput: added 2 ES_OUT* command (do nothing for now)
 
-2003-01-23 Thursday 18:13  massiot
+2003-11-30 Sunday 14:28  fenrir
 
- Fixed a segfault with quitting when no audio output plug-in was found
- (closes #108).
+  * all: added a TCP access input module.
 
-2003-01-23 Thursday 17:17  ipkiss
+2003-11-30 Sunday 13:53  rocky
 
-  * use 'dvdold' instead of 'dvd'
+ Go over options: Add hooks for internationalization, some typos,
+ display some of these even when not "advanced"
 
-2003-01-23 Thursday 16:53  sam
+2003-11-30 Sunday 11:22  jpsaman
 
-   * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
-     suggestion from lool).
+ PDA Interface:
+ - Removing obsolete files.
+ - Remove debug messages.
 
-2003-01-23 Thursday 16:52  sam
+2003-11-30 Sunday 11:19  jpsaman
 
-   * ./modules/*: warning fixes.
+ Bumped up version number to 0.7.0
 
-2003-01-23 Thursday 16:50  sam
+2003-11-30 Sunday 10:26  jpsaman
 
-   * ./modules/access/dvdread/input.c: warning fixes and a consistency
    fix (ilvu_sa cannot be -1).
+ PDA Interface:
- Updating, removing and clearing playlist works.
 
-2003-01-23 Thursday 16:07  fenrir
+2003-11-30 Sunday 02:41  rocky
 
-  * asf: in fast/slow motion we don't play audio (unless there isn't any
- video). Added some clean up.
+ Break out demux into its own thing.
 
-2003-01-23 Thursday 14:54  massiot
+2003-11-29 Saturday 18:36  massiot
 
- Derk-Jan Hartman.
+ * input: new cr-average option, allowing to configure the
+   CR_AVERAGE #define in input_clock.c (useful for PVR input)
+ * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : fixes
+   for older version of ffmpeg
+ * modules/stream_out/transrate/transrate.c : misc optimizations
 
-2003-01-23 Thursday 14:44  fenrir
+2003-11-29 Saturday 18:06  fenrir
 
-  * don't send audio in fast/slow playing speed unless there isn't any video
- stream.
+  * all: - increased avcodec version needed to 4680 (latest release)
+         - open the codec after that p_context has been fully initialisated.
+         (fix ASV1)
 
-2003-01-23 Thursday 12:48  massiot
+2003-11-29 Saturday 17:14  fenrir
 
- * modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
- * modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode
-   with MPEG files,
- * src/audio_output/output.c: Fixed dual-mono handling.
+  * mp4: another fix for another buggy file.
 
-2003-01-23 Thursday 11:25  gbazin
+2003-11-29 Saturday 16:36  gbazin
 
- * modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
+ * modules/gui/wxwindows/menus.cpp: moved audio/video track menu to the top.
 
-2003-01-23 Thursday 10:58  sam
+2003-11-29 Saturday 16:29  gbazin
 
-   * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
-     instead of an error when it can't stat() the device (Closes: #77).
+ * modules/access/cdda.c: removed double ';'
 
-2003-01-23 Thursday 10:53  gbazin
+2003-11-29 Saturday 13:39  gbazin
 
- * modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
- socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
- read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
- call (someone willing to investigate this ?).
+ * modules/gui/wxwindows/*: got rid of the Misc menu and moved everything in the Settings one.
 
-2003-01-23 Thursday 10:00  fenrir
+2003-11-29 Saturday 13:12  fenrir
 
-  * demux: fix segfault while trying to opening files without extention...
+  * all: - fixed non I420 input
+         - added raw output support.(in a pure hack way but allow
+         transcode{vcodec=I420} )
 
-2003-01-23 Thursday 05:50  babal
+2003-11-29 Saturday 12:03  fenrir
 
- - allow the user to choose (and sort) several plugins for the same
-   category.
+  * encoder: added a memset.
 
-2003-01-23 Thursday 04:33  ipkiss
+2003-11-29 Saturday 11:12  fenrir
 
-  * The stream output can't use PS with UDP
-  * Added tooltips for the subtitles dialog box
-  * Added a missing "delete"
-  * Added a menu entry to spawn new interfaces (but it's currently
-    disabled, due to a problem with the vlc_list_t struct)
+  * all: better handling of multiple (video) tracks.
+     - now vout are checked for release every 300ms
+     - when *-es are triggered, all same es are unselect not only the
+     last selected. (more intuitive) The only problems are that it's not
+     possible to select again all ES, and the checkbox can show only one
+     selected ES.
 
-2003-01-22 Wednesday 23:19  sigmunau
+2003-11-29 Saturday 00:41  gbazin
 
-  added an new config variable that takes an comma separated list of
- interface modules to be loaded in the background when vlc starts. This is
- usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
- module was inserted, as this just needs to be added to this list now.
+ * modules/codec/ffmpeg/encoder.c: fixed compilation problem with ffmpeg 0.4.8
 
-2003-01-22 Wednesday 22:42  ipkiss
+2003-11-28 Friday 23:40  gbazin
 
-  * Added a dialog box for subtitles selection
-  * Cosmetic here and there
+ * modules/codec/ffmpeg/*: fixed the code to disable cpu features.
 
-2003-01-22 Wednesday 20:37  lool
+2003-11-28 Friday 22:23  fenrir
 
-   * modules/visualization/xosd/xosd.c: lower module capability when the
-   DISPLAY environment variable is unset (gtk like behaviour)
+  * mkv: fixed a buffer overflow.
 
-2003-01-22 Wednesday 19:31  massiot
+2003-11-28 Friday 22:16  gbazin
 
Reverse stereo option.
* modules/misc/dummy/input.c: use p_input->psz_demux = "vlc,none" to force the demux.
 
-2003-01-22 Wednesday 18:03  sam
+2003-11-28 Friday 18:19  geshp
 
-   * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
-     detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
+ - Update to 0.7.0-test1
+ - Updated version numbers on dependancies
+ - Removed ALSA support until RH/FC turns to kernel 2.6
+ - Added --enable-speex and --enable-pp
+ - Mozilla plugin now built for 1.4.1
+ - Currently broken (Matroska/EBML problems)
 
-2003-01-22 Wednesday 17:41  lool
+2003-11-28 Friday 17:30  hartman
 
-   * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
-   xosd_init returns NULL
-   * lib is initialized with configured font
-   * more safety checks
+ * Fix text subtitles which were missing their last char since the API port.
+ * Track Name is now stored in fmt.psz_description
 
-2003-01-22 Wednesday 17:16  lool
+2003-11-28 Friday 17:04  fenrir
 
-   * modules/access/slp.c: #include <stdlib.h> because of a malloc
+  * input: avoid double free/release when InitStream fail.
 
-2003-01-22 Wednesday 16:16  massiot
+2003-11-28 Friday 16:09  fenrir
 
Less aggressive debug message.
 * ffmpeg: added h264 codec.
 
-2003-01-22 Wednesday 13:25  sam
+2003-11-28 Friday 16:06  fenrir
 
-   * ./configure.ac.in: fixed multiple static link issues with anal linkers.
+  * input_dec: does pass empty block to the decoder.
 
-2003-01-22 Wednesday 11:53  fenrir
+2003-11-28 Friday 13:24  fenrir
 
-  * add vout_encoder, not yet the codec parts.
+  * avi: fix end of file...
 
-2003-01-22 Wednesday 11:44  fenrir
+2003-11-28 Friday 10:36  massiot
 
-  * all: modified files for video transcoding. Still needed configure.ac.in
+ Forgot that yesterday...
 
-2003-01-22 Wednesday 11:41  fenrir
+2003-11-27 Thursday 22:44  massiot
 
-  * added file needed for video transcoding with vlc.
+ * modules/stream_out/transcode.c: new options
+    - strict_rc : strict rate control mode for CBR streams
+    - pre_me : add a pre-motion estimation pass
+    - hurry_up : allow to discard the hq mode in real-time if we're late
+ * modules/mux/mpeg/ts.c: useful debug messages
+ * modules/packetizer/mpegvideo.c: useless debug message
 
-2003-01-22 Wednesday 11:03  massiot
+2003-11-27 Thursday 21:24  fenrir
 
- 1.12 How do I join an IPv6 multicast stream?
+  * item: lalalala... (remove a debug change -> psz_auther set to "Arg")
 
-2003-01-22 Wednesday 10:54  massiot
+2003-11-27 Thursday 20:51  fenrir
 
- * configure.ac.in: Re-added a52sys module, which was lost somewhere...
- * Fixed bugs regarding Dolby Surround downmixing.
+  * faad: drop packets with b_discontinuity set.
 
-2003-01-22 Wednesday 05:51  fenrir
+2003-11-27 Thursday 20:50  fenrir
 
-  * fixed my last fix about bug with non-progressive videos.
+  * mp4: ported to stream_*
 
-2003-01-22 Wednesday 03:39  hartman
+2003-11-27 Thursday 19:39  fenrir
 
- ALL: fixed a small bug in the timeslider code
+ copy: set pts to dts if pts <= 0. (Needed to make div3 streaming working
+  again)
+ ts: use one stream_id for mpeg video (and one for mpeg audio).
 
-2003-01-22 Wednesday 02:48  hartman
+2003-11-27 Thursday 12:32  fenrir
 
- * ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
-   filetypes.
- * ./modules/gui/macosx/vout.m: Made the video window a textured window
- * All:
-   - fixed several missing object_release bugs, that i had introduced.
-   - updated the play/pause behaviour.
-   - fixed an issue with the volumeslider.
+  * mp4: converted to es_out* and partialy to stream_*
 
-2003-01-22 Wednesday 02:40  lool
+2003-11-27 Thursday 12:32  fenrir
 
-   * added --with-slp
-   * now works under win32
+  * all: drop block(s) with b_discontinuity set.
 
-2003-01-22 Wednesday 02:13  titer
+2003-11-27 Thursday 12:22  fenrir
 
-  * Fixed title / chapter menus
-  * Clean up
+  * bug fixes.
 
-2003-01-22 Wednesday 01:32  fenrir
+2003-11-27 Thursday 10:34  gbazin
 
-  * gtk: fixed a segfault with deinterlace.
+ * modules/stream_out/transcode.c: don't crash when the user specifies a acodec/vcodec with more the 4 characters in length.
+ * modules/gui/wxwindows/streamout.cpp: grrr, thought I add committed this stuff.
 
-2003-01-21 Tuesday 22:20  ipkiss
+2003-11-27 Thursday 10:13  hartman
 
-  * Dropped files and files added using the playlist are now enqueued
-    according to the "enqueue" config option
+ * hu.po was missing here.
 
-2003-01-21 Tuesday 22:19  lool
+2003-11-27 Thursday 10:06  hartman
 
-   * use of service attributes to get the name of the session, insert it in
-     the playlist
+ * updated translation
 
-2003-01-21 Tuesday 20:49  ipkiss
+2003-11-27 Thursday 06:37  adn
 
-  * Added a dialog box for the stream output
+ * Fixes for MRL Updates
+ * SetToolTips
 
-2003-01-21 Tuesday 19:43  lool
+2003-11-27 Thursday 05:46  fenrir
 
-   * added a couple of malloc() checks
+  * all: added an sout-all option to stream all es (does work only with
+  demuxer using es_out_* ie everyone but TS and PS).
 
-2003-01-21 Tuesday 18:34  lool
+2003-11-27 Thursday 05:41  fenrir
 
-   * now search all srvtypes and add all srvs of all srvtypes to the
-     playlist (requires less configuration information, now zero)
-   * usual cleanup and bug removal
+  * livedotcom.cpp: added call to input_InitStream.
 
-2003-01-21 Tuesday 18:08  hartman
+2003-11-27 Thursday 04:11  fenrir
 
- ALL: the slider updates the video while it slides.
+  * all: implement more es_out_* control, audio-channel and spu-channel are
+  implemented.
 
-2003-01-21 Tuesday 18:00  fenrir
+2003-11-27 Thursday 00:57  gbazin
 
 * added "use DVD menu" choice.
* mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist.
 
-2003-01-21 Tuesday 17:46  fenrir
+2003-11-27 Thursday 00:05  sam
 
-  * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
added some sanity checks.
+   * toolbox: more cvs2cl fixes.
  * ChangeLog: updated changelog.
 
-2003-01-21 Tuesday 15:26  hartman
+2003-11-26 Wednesday 23:32  sam
 
ALL: fixed my previous osx interface commit. had forgotten to save the files.
  * toolbox: Attempt to fix a strange cvs2cl behaviour.
 
-2003-01-21 Tuesday 15:15  hartman
+2003-11-26 Wednesday 23:14  gbazin
 
- * ./src/input/input_ext_intf.c
-   - FASTER and SLOWER now take into account the current rate.
+ * po/*: update for 0.7.0-test1.
 
-2003-01-21 Tuesday 13:36  fenrir
+2003-11-26 Wednesday 22:56  gbazin
 
 * gui/gtk : added a subtitle option in open dialog box.
* modules/stream_out/display.c: fixed timestamp generation.
 
-2003-01-21 Tuesday 13:23  hartman
+2003-11-26 Wednesday 22:18  gbazin
 
- ALL: The addition of a volume slider required a small redesign of the
-      interface. David Weber was again kind enough to help us.
+ * modules/codec/ffmpeg/chroma.c: oops.
 
-2003-01-21 Tuesday 13:01  hartman
+2003-11-26 Wednesday 22:12  gbazin
 
- * Added an 'slowmotion' icon
+ * modules/codec/ffmpeg/*: fixed small memleak in chroma plugin.
+    Added back missing bitrate setting for video encoding.
 
-2003-01-21 Tuesday 11:29  massiot
+2003-11-26 Wednesday 22:00  gbazin
 
- Fixed two major bugs in the audio output, triggering segfault when going
- to mono mode, and probably at some other places.
+ * modules/access/v4l/v4l.c: fixed small mem leak.
 
-2003-01-21 Tuesday 01:47  jlj
+2003-11-26 Wednesday 21:54  gbazin
 
-   * ./modules/gui/macosx/aout.m: output more debug info
-   * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
-     http://nanocrew.net/vlc/mpslider.png
+ * modules/access/dshow/dshow.cpp: small change to default chroma selection.
 
-2003-01-20 Monday 21:17  yves
+2003-11-26 Wednesday 20:44  fenrir
 
- - new access/slp plugin.
- - more buildfor_{rh80,mdk{82,90}} stuff.
- - use %%mklibname macro.
- - use %%clean_menus in postun instead of %%update_menus everywhere.
+  * system: change some msg_Err to msg_Warn.
 
-2003-01-20 Monday 21:07  fenrir
+2003-11-26 Wednesday 18:48  gbazin
 
-  * all: begin to up to date the gtk/gnome interface. All comments are
- welcome, and please reports bugs :)
+ * src/input/input.c: fixed a whole load of mem leaks when the input is closed before the initialisation is complete (inexistant input, etc...).
 
-2003-01-20 Monday 18:52  massiot
+2003-11-26 Wednesday 13:59  gbazin
 
Used macro instead of hand-made code.
* modules/codec/ffmpeg/encoder.c: bframes are supported for mp1v and mp2v as well as mpgv.
 
-2003-01-20 Monday 14:06  fenrir
+2003-11-26 Wednesday 10:45  zorglub
 
-  * all: converted some msg_Err into msg_Warn
+ * Merged sort functions
+ * Added a randomize playlist function
 
-2003-01-20 Monday 14:04  fenrir
+2003-11-26 Wednesday 08:18  gbazin
 
-  * asf : more msg_Err -> msg_Warn
+ * ALL: fixed memory leaks.
+ * modules/demux/mp4/libmp4.c: fixed parsing of the "wave" tag (I'm sure there's a better fix but this one works).
+ * modules/demux/ogg.c: another seeking fix (We also need to flush the per stream buffer with ogg_stream_reset()).
 
-2003-01-20 Monday 14:03  fenrir
+2003-11-26 Wednesday 03:40  rocky
 
-  * aac: some msg_Err -> msg_Warn
+ Remove unused code accidentially duplicated in split.
 
-2003-01-20 Monday 14:01  fenrir
+2003-11-26 Wednesday 03:35  rocky
 
 * all: changed some msg_Err into msg_Warn.
Split out cdda to facilitate later changes.
 
-2003-01-20 Monday 11:59  massiot
+2003-11-26 Wednesday 03:34  rocky
 
Fixed a dozen bugs regarding mono audio files.
Guard against including twice.
 
-2003-01-20 Monday 04:45  hartman
+2003-11-26 Wednesday 02:41  rocky
 
- * ./extras/MacOSX/vlc.pbproj/project.pbxproj
-   - Added .cue and .ogg to the known filetypes
- ALL:
-   - When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
-   - Preliminary divx filesubtitle support.
+ Leftover comment.
 
-2003-01-20 Monday 03:45  titer
+2003-11-26 Wednesday 02:00  rocky
 
-   load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
-  previous commits (closes #100)
+ cddax has moved.
 
-2003-01-20 Monday 03:19  fenrir
+2003-11-26 Wednesday 01:45  rocky
 
 * mpegvideo.c : raah, removed a debug message...
And 'nother name.
 
-2003-01-20 Monday 03:15  fenrir
+2003-11-26 Wednesday 01:40  rocky
 
 * mpegvideo.c : fix dts generation for non-progressive stream.
One more name...
 
-2003-01-20 Monday 01:23  hartman
+2003-11-26 Wednesday 01:32  rocky
 
* ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
Move libcdio CD-DA plugin into its own directory before the big split up.
 
-2003-01-19 Sunday 23:16  jpsaman
+2003-11-26 Wednesday 01:28  rocky
 
New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.
Minor name-change tidying up.
 
-2003-01-19 Sunday 18:55  ipkiss
+2003-11-25 Tuesday 21:21  hartman
 
-  * Compilation fix
+ * modules/audio_output/coreaudio.c:
+   - Many of the error streams were identical. This isn't helping debugging.
 
-2003-01-19 Sunday 17:57  massiot
+2003-11-25 Tuesday 20:41  jpsaman
 
- Requalified some error messages into warnings.
+ PDA Interface:
+ - Fixed a p_playlist refcount problem
+ - Clearing VLC playlist and Playlist widget.
 
-2003-01-19 Sunday 09:28  fenrir
+2003-11-25 Tuesday 20:01  jpsaman
 
-  * avi.c : proper way to store fourcc.
+ PDA Interface:
+ - Fix segfault when adding one file to the playlist widget from the fileview widget.
+ - Cleanup of code.
 
-2003-01-19 Sunday 09:27  fenrir
+2003-11-25 Tuesday 19:59  massiot
 
-  * all: change the way fourcc are stored in bitmapinfoheader.
+ * modules/access/satellite/access.c: do not use p_es->i_demux_fd ; fixed
+   demux filters leak (particularly harmful on the Dreambox) ; correctly
+   handle PAT and PMT changes.
 
-2003-01-19 Sunday 04:16  sam
+2003-11-25 Tuesday 12:35  sam
 
-   * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
-     the GetProgramPath call, stored the path in p_libvlc instead. Fixes
-     compilation under anything other than OS X.
+   * src/misc/modules.c: Allow for premature Ctrl-C escapes even while VLC
+     is loading its plugins.
 
-2003-01-18 Saturday 21:24  alexis
+2003-11-25 Tuesday 03:55  rocky
 
- Compilation fix
+ Forgot to delete keypress callback.
 
-2003-01-18 Saturday 14:24  massiot
+2003-11-25 Tuesday 03:54  rocky
 
Including font-eutopiabold36.rle for DivX and ogg subtitles.
Plugin now tested ;-) Add missing prototypes.
 
-2003-01-18 Saturday 05:57  hartman
+ Remove unused Mouse event handling. Forgot to delete keypress callback.
 
- * ./modules/gui/macosx/open.m
-   - .bin files are now opened as disks, instead of as files
+2003-11-25 Tuesday 00:58  gbazin
 
-2003-01-18 Saturday 05:10  hartman
+ * modules/gui/wxwindows/*: fixed a couple of memory leaks.
 
- * ./modules/gui/macosx/open.m:
-   - Removed the pretty animation. Wasn't working. This looks better.
-   - fixed a potential memory problem
+2003-11-25 Tuesday 00:56  fenrir
 
-2003-01-18 Saturday 00:59  sam
+  * all: fixed a lot of small memory leaks.
 
-   * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
-     the source comments.
+2003-11-24 Monday 23:22  gbazin
 
-2003-01-17 Friday 22:46  hartman
+ * src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t structure for pictures linking/unlinking.
+ * modules/codec/libmpeg2.c: restored pictures linking/unlinking code.
+ * modules/codec/ffmpeg/video.c: idem and reenabled direct rendering even when the hurry-up mode is activated as it doesn't seem to create a problem anymore with recent ffmpeg.
 
- * ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
+2003-11-24 Monday 21:47  gbazin
 
-2003-01-17 Friday 20:36  sam
+ * src/audio_output/mixer.c: fixed timestamp rounding problem.
 
-   * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
+2003-11-24 Monday 20:50  fenrir
 
-2003-01-17 Friday 20:35  sam
+  * moved EsOut* to es_out.c and introduced internal input_EsOutNew and
+  input_EsOutDelete.
 
-   * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
-     navigation fixes from the Gtk+ interface.
+2003-11-24 Monday 20:45  gbazin
 
-2003-01-17 Friday 20:22  sam
+ * modules/access/dshow/*: compilation fixes.
+ * include/vlc_common.h: added a couple of casts to TAB_APPEND().
 
-   * ./modules/control/rc/rc.c: boundary checks for chapter navigation.
+2003-11-24 Monday 19:30  fenrir
 
-2003-01-17 Friday 20:17  sam
+  * dshow: ported to es_out_* and stream_*. Not tested (sorry).
 
-   * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
-     of boundary checks in the handling of title/chapter menus. Title 0 is no
-     longer reachable (Closes: #26).
+2003-11-24 Monday 19:27  gbazin
 
-2003-01-17 Friday 19:19  titer
+ * modules/access/v4l/v4l.c: small fix and added a --v4l-chroma option to force a chroma fourcc for the video device.
 
-  Fixed the 'Do not use DVD menus' check box.
+2003-11-24 Monday 19:20  gbazin
 
-2003-01-17 Friday 19:19  jpsaman
+ * src/input/input.c: oops, set the ES format before selecting it.
 
- Updating slider only once a second now.
+2003-11-24 Monday 19:19  fenrir
 
-2003-01-17 Friday 18:22  massiot
+  * rawdv.c: ported to es_out_* and stream_*.
 
- [no log message]
+2003-11-24 Monday 18:00  gbazin
 
-2003-01-17 Friday 17:18  sam
+ * configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation for the test release.
 
-   * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
-     sent to the parent video output by all filters, and mouse coordinates are
-     translated when necessary (Closes: #15).
+2003-11-24 Monday 17:34  fenrir
 
-2003-01-17 Friday 16:26  fenrir
+  * m4v: ported to es_out*, stream_*  and use the mp4v packetizer. Anyway
+  dts are  still calculated for  a 25fps stream. (The  packetizer doesn't
+  calulate pts/dts for now).
 
-  * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
-  * mpeg4video: removed a bad code dealing with pts discontinuity.
-  * pes.c: try to avoid copying the whole  PES. (the first 64ko
- ins't any more copied :)
+2003-11-24 Monday 17:11  fenrir
 
-2003-01-17 Friday 15:51  lool
+  * cddax: ported to es_out_* and stream_*. Not tested (sorry).
 
-   * added missing static
+2003-11-24 Monday 16:45  fenrir
 
-2003-01-17 Friday 14:54  sam
+  * v4l: ported to stream_* and es_out_*. Not tested !
 
-   * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
-     calculation in slow-mo.
+2003-11-24 Monday 13:40  gbazin
 
-2003-01-17 Friday 00:37  sam
+ * modules/gui/wxwindows/menus.cpp: small fix.
+ * modules/codec/quicktime.c: compilation fix on win32.
+ * modules/demux/avi/avi.c: small hack to avoid eating all the resources on broken files.
 
-   * ./Makefile.am: fixed distribution of MSVC files.
+2003-11-24 Monday 12:44  fenrir
 
-2003-01-17 Friday 00:33  babal
+  * cdda: ported to es_out*.
 
- - my previous fix was a bad fix :(
+2003-11-24 Monday 03:30  fenrir
 
-2003-01-17 Friday 00:25  lool
+  * all: do not export input_NullPacket
+  * input_dec.c: fixed a (big) memory leak.
 
-   * configure.ac.in:
-     . renamed access_slp to slp
-     . slp is enabled by default if slp.h is present
-   * modules/access/slp.c:
-     . slp is now an access and a demux and forces the use of itself
-     . cleanups and bug corrections
-     . disappears of the playlist
-       Thanks to fenrir for the help in debugging!
+2003-11-24 Monday 03:30  rocky
 
-2003-01-17 Friday 00:00  massiot
+ Minor debug output change.
 
- * Bumped up revision number to 0.5.0-test3,
- * Rearranged fields in the OS X interface to accomodate for translations,
- * modules/access/dvd/ifo.c: fixed a crash with bad streams,
- * Auto-updated po files,
- * Manually updated fr.po.
+2003-11-24 Monday 03:28  rocky
 
-2003-01-16 Thursday 22:14  babal
+ Add keyboard input handling, e.g. if visualization plugin. Needs some
+ more work, but it's a start.
 
- - input.c : doesn't even try to use the headphone filter for
-             unsupported format (S/PDIF, ...)
- - m3u.c : support for MRLs
-           better detection of absolute path under Windows
- - configure.ac.in : off_t was defined twice for mingw32
- - fr.po : translation of headphone filter strings
+2003-11-24 Monday 03:27  rocky
 
-2003-01-16 Thursday 21:08  lool
+ Change debug output slightly to make more informative and to assist
+ in determining which selecting ES we might be at.
 
-   * typo
+2003-11-24 Monday 02:35  fenrir
 
-2003-01-16 Thursday 16:26  titer
+  * all: ported/cleaned up/renabled dvb subtitle decoder. But it is untested.
+  (I have no sample at all)
 
-  * InterfaceWindow.cpp : fixed DVD drag & drop
-  * PreferencesWindow.* : added the possibility not to use DVD menus
+2003-11-24 Monday 00:41  rocky
 
-2003-01-16 Thursday 15:40  massiot
+ Set cdio log routine.
 
- Swedish is now sv, not se. Thanks yvounet. (c)
+2003-11-24 Monday 00:40  fenrir
 
-2003-01-16 Thursday 15:39  yves
+  * input_ext-dec.c: useless file.
 
- * codec/mad plugin is replaced by audio_filter/mpgatofixed32.
- * new demux/m4v and mux/avi plugins
+2003-11-24 Monday 00:39  fenrir
 
-2003-01-16 Thursday 15:34  sam
+  * all: removed decoder_fifo_t.
 
-   * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.
+2003-11-24 Monday 00:36  gbazin
 
-2003-01-16 Thursday 15:08  massiot
+ * install-win32: added a registry entry for the mozilla plugin (the xpt file still needs to be registered by hand though).
 
- * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
-   I do not have any file to test ; more precise PTS handling when losing
-   sync.
- * src/audio_output/intf.c: fixed a warning.
+2003-11-24 Monday 00:23  rocky
 
-2003-01-16 Thursday 14:58  hartman
+ Add intf-vcd.txt to distribution and installed documentation.
 
- * ALL:
- - integrated play/pause toggled button
- - global shortcut for play/pause by use of spacebar
- - new pause.png
- - removed pause button
- - close button in intf window. register window in Window menuitem.
- - rearranged the menu
- - changed some key-combo's to be more OSX compliant/consistent
- - The time text-field is no longer selectable
- - The faster/slower/ff/stop etc button are only available during playback
- - added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
- - Added Add/Remove buttons to the llaylist.
- - Made the drawer 10 pixels smaller. Looks much better.
- - added a volume slider.
+2003-11-24 Monday 00:01  gbazin
 
-2003-01-16 Thursday 14:49  hartman
+ * modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable.
+ * modules/mux/ogg.c: allow embedding mpeg1/2 video (only vlc will play back these files).
 
- * ./modules/gui/macosx/controls.m:
-   - Added a volumeslider
-   - removed pause button
-   - added a fast forward action (increases speed in time)
-   - changed the play method to allow for a toggled play pause button
-   - volumeUp and VolumeDown take the state of the Mute Menuitem into account
-   - volumeUp and VolumeDown take the volumeSlider into account
- * ./modules/gui/macosx/intf.h:
-   - added references for the volumeslider, new menuitems
- * ./modules/gui/macosx/intf.m:
-   - correct init of volumeslider and other new intf elements
-   - new title for Controller window
-   - the state of buttons is dependant on a movie being played
-   - toggle the play/pause button if a play/pause action is detected.
- * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
- * ./modules/gui/macosx/vout.m:
-   - removed some control keys which were no longer necesarry
-   - give the window the title of the item being played
+2003-11-23 Sunday 22:29  ipkiss
 
-2003-01-16 Thursday 14:22  hartman
+ Use snprintf instead of sprintf
 
- VolumeGet/VolumeSet now work even if no file is playing.
+2003-11-23 Sunday 22:18  hartman
 
-2003-01-16 Thursday 13:56  sam
+ * Compile before you commit was our slogan right?
 
-   * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
+2003-11-23 Sunday 20:37  gbazin
 
-2003-01-16 Thursday 13:49  sam
+ * modules/gui/wxwindows/*: added new codecs for stream output.
+    Added ffmpeg postproc to menus.
+ * modules/codec/ffmpeg/*: allow switching postproc filters on the fly.
 
-   * ./evc/config.h, ./msvc/config.h: proper generation of these files using
-     information from configure.ac.in. Thanks to Stephane van Hardeveld for
-     spotting this.
+2003-11-23 Sunday 18:40  fenrir
 
-2003-01-16 Thursday 10:05  sam
+  * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon).
 
-   * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.
+2003-11-23 Sunday 18:31  alexis
 
-2003-01-16 Thursday 10:02  sam
+ - Updated French translation (still a lot of work to do...)
+ - Modified some strings in VLC source code
+ - ran ./toolbox --update-po
 
-   * ./include/vlc_common.h: fixed win32 plugin compilation.
+2003-11-23 Sunday 18:24  rocky
 
-2003-01-16 Thursday 10:00  sam
+ Next/previous/return navigation bugs - not setting item type.
 
-   * ALL: merged more UI strings.
+2003-11-23 Sunday 18:21  gbazin
 
-2003-01-16 Thursday 00:55  massiot
+ * src/input/input_dec.c: set p_dec->b_error when we can't create the output.
 
- * Fixed MPEG audio layer III VBR,
- * Mac OS X interface thread gets a real-time priority as well to avoid
-   lock-ups,
- * VLAN error is now a warning.
+2003-11-23 Sunday 18:16  gbazin
 
-2003-01-15 Wednesday 14:58  massiot
+ * modules/control/http.c: cough cough
 
- Typo.
+2003-11-23 Sunday 17:51  gbazin
 
-2003-01-15 Wednesday 14:48  sam
+ * modules/gui/wxwindows/*: small cleanup.
 
-   * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
-     events once our window has been properly mapped.
+2003-11-23 Sunday 17:46  gbazin
 
-2003-01-15 Wednesday 14:46  massiot
+ * modules/control/http.c: fixed segfault when deleting items and prevent adding empty items.
 
- message queue overflow is now a warning.
+2003-11-23 Sunday 17:18  rocky
 
-2003-01-15 Wednesday 14:16  sam
+ Update/correct debug flag documentation.
 
-   * ALL: slightly changed some interface strings so that they are common to
-     all GUIs, thus making the translators' work easier.
+2003-11-23 Sunday 17:06  rocky
 
-2003-01-15 Wednesday 14:14  massiot
+ Some basic help for the VCD plugin.
 
- Better recovery on emulated startcode. Still doesn't work with VBR mp3's,
- though.
+2003-11-23 Sunday 16:27  garf
 
-2003-01-15 Wednesday 13:25  massiot
+  * index.html: oops (forgot refresh cludge)
 
- Dutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
- and Jean-Paul Saman <jpsaman@wxs.nl>.
+2003-11-23 Sunday 16:24  garf
 
-2003-01-15 Wednesday 12:46  titer
+  * src/playlist/item.c : stops the playlist if we delete the currently
+    played item
+  * doc/intf-http.txt : adding "pl.group"
+  * share/http/index.html : little cosmetic change (better according to
+    gibalou).
 
-  Fixed --with-mad and --with-mad-tree
+2003-11-23 Sunday 16:02  zorglub
 
-2003-01-15 Wednesday 12:27  massiot
+ * NEWS : added a few missing things
+ * AUTHORS: updated sam's, sigmund's, garf's, gibalou's and fenrir's records
 
- VolumeUp/Down/Mute now work even if no file is playing.
+2003-11-23 Sunday 15:50  gbazin
 
-2003-01-15 Wednesday 11:58  massiot
+ * modules/codec/speex.c: support for speex encoding.
+ * modules/codec/vorbis.c: removed unused code.
 
- * Totally rewrote the mad plug-in, in order to fix the PTS problems :
- - Now using the low-level API of libmad,
- - Decoding split in parsing & decoding (just like A/52),
- - Should handle dual-mono files correctly,
- * The old mpeg_audio plug-in can no longer work in this scheme and has
-   been disabled. Please _always_ compile with mad from now on.
- * Updated po files.
+2003-11-23 Sunday 14:49  massiot
 
-2003-01-15 Wednesday 01:49  jlj
+ grmbl again
 
-   * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.
+2003-11-23 Sunday 14:34  rocky
 
-2003-01-15 Wednesday 01:10  massiot
+ Add configuration options to set default device. For VCD's add
+ configuration option to specify whether or not to use PBC.
 
- Updated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.
+2003-11-23 Sunday 14:28  gbazin
 
-2003-01-14 Tuesday 23:44  sam
+ * NEWS: updated with new stuff.
 
-   * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
-     Steven M. Schultz.
+2003-11-23 Sunday 14:00  massiot
 
-2003-01-14 Tuesday 23:03  titer
+ Bug fix for *.a libraries.
 
-   Fixed playlist behaviour (draging a file replaces the playlist, and
-  draging a file while pressing the 'Shift' key appends it while the
-  current one keeps playing.
+2003-11-23 Sunday 13:25  gbazin
 
-2003-01-14 Tuesday 19:56  sam
+ * modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise use dts.
 
-   * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
+2003-11-23 Sunday 13:23  massiot
 
-2003-01-14 Tuesday 17:00  titer
+ Fixed bugs.
 
-  Now you can save preferences.
+2003-11-23 Sunday 13:15  gbazin
 
-2003-01-14 Tuesday 16:31  titer
+ * modules/demux/*: some containers don't carry any PTS information, just a DTS. In that case, make sure the PTS forwarded to the decoder is set to 0.
+ * modules/codec/ffmpeg/video.c: use PTS if available, if not find out the PTS from the DTS and the p_context->has_b_frames and p_pic->reference flags.
 
-  * added a sanity lock
+2003-11-23 Sunday 13:06  massiot
 
-2003-01-14 Tuesday 15:51  massiot
+ * Fixed bugs in the contrib build system. In particular 'make bin' should
+   work now.
 
- * Fixed dual-mono handling of MPEG audio.
- * rc.c: fixed a warning.
+2003-11-23 Sunday 11:02  zorglub
 
-2003-01-14 Tuesday 15:48  titer
+ Improved the list (all ports at the end, reworked order)
 
-  * Added a file panel for subtitles file selection.
+2003-11-23 Sunday 05:30  fenrir
 
-2003-01-14 Tuesday 05:34  fenrir
+  * cinepak: little clean up and increase priority (ffmpeg cinepak decoder
+  is buggy).
 
-  * stream_output.c: fix a bug with "null" stream.
+2003-11-23 Sunday 04:58  fenrir
 
-2003-01-14 Tuesday 02:30  sigmunau
+  * adpcm: bug fixes.
 
- changed the a rule into add and made it work along with others such as play
- even when nothing is currently playing. Added a playlist command to list the
- entries currently in the playlist. plus some cleanups and sanity checks.
+2003-11-23 Sunday 04:56  rocky
 
-2003-01-14 Tuesday 00:45  massiot
+ Bug in processing numeric entry - passed wrong value.
 
- Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.
+2003-11-23 Sunday 03:58  rocky
 
-2003-01-13 Monday 21:02  jlj
+ intf.c, vcdplayer.c: Add code for multi-default selection lists. But
+ this required new libvcdinfo API - so change to configure.ac for
+ pending new libcdio/vcdimager releases.
 
-   * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
+ Additional libvcdinfo routines also means less VCD twidling inside vlc
+ code, thus simplifying what is already a bit complicated and likely to
+ get more so.
 
-2003-01-13 Monday 18:39  fenrir
+2003-11-23 Sunday 03:55  fenrir
 
-  * adpcm: changed the way that data are read and thus seek will work.
+  * all: do not use p_fifo.
 
-2003-01-13 Monday 18:11  ipkiss
+2003-11-23 Sunday 03:45  fenrir
 
-  * MacOSX interface: fixed a stupid bug
-  * Win32 interface: completed support for channel selection
+  * quicktime: removed a define.
 
-2003-01-13 Monday 17:58  massiot
+2003-11-23 Sunday 03:41  fenrir
 
- Compilation fix.
+  * quicktime: ported to the new API, fix compilation with w32dll loader.
+     -> but untested under OS X and win32.
 
-2003-01-13 Monday 16:20  sam
+2003-11-23 Sunday 03:17  fenrir
 
-   * ./toolbox: toolbox --update-po now automatically extracts strings from
-     the Win32 interface.
+  * input_dec.c:
+     - also check for p_dec->b_die and b_error.
+     - unload module before joining thread (in DecoderThread) otherwise qt
+     win32 dll loader will segfault. (but perhaps I'm the only one using it)
+         -> find a better solution.
 
-2003-01-13 Monday 16:14  alexis
+2003-11-22 Saturday 23:39  fenrir
 
- Fixed typo
+  * all: only include header that are needed (and no more stdlib.h, string.h
+  as vlc/vlc.h include them).
 
-2003-01-13 Monday 15:51  massiot
+2003-11-22 Saturday 20:26  fenrir
 
- Do not forget to register aout_ChannelsRestart as the callback for
- audio-device, plus miscellaneous changes.
+  * input_dec: set also p_dec->b_die.
 
-2003-01-13 Monday 14:28  sam
+2003-11-22 Saturday 20:25  fenrir
 
-   * ./modules/video_output/sdl.c: protected libSDL initialization calls to
-     avoid race conditions and deadlocks.
+  * ts: added lpcm and dts stream. (untested)
 
-2003-01-13 Monday 05:46  fenrir
+2003-11-22 Saturday 20:17  fenrir
 
-  * mux/avi.c: added index creation.
-  * demux/avi.c: fix stream length calculation.
-  * stream_output.c: forgot a return value ...
+  * copy: removed the old spu packetizer.
 
-2003-01-13 Monday 03:33  fenrir
+2003-11-22 Saturday 20:15  fenrir
 
-  * all: now mux and access_out can request to reserve some memory in front
- of each sout buffer (will prevent some unnecessary memcpy :). Not yet
- really used.
+  * spudec: it also does the packetizer.
 
-2003-01-13 Monday 03:30  fenrir
+2003-11-22 Saturday 19:55  fenrir
 
-  * mp4: added parsing of some mov boxes (alternate movies).
+  * all: ported to new API.
+   -> i_rate isn't used for now : it will need to be fixed.
 
-2003-01-13 Monday 02:11  sam
+2003-11-22 Saturday 18:11  gbazin
 
  * ./debian/rules: compilation bypasses for the Debian maintainer.
* configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore.
 
-2003-01-12 Sunday 20:08  jpsaman
+2003-11-22 Saturday 18:04  gbazin
 
- Fixed some paths.
+ * include/input_ext-intf.h, include/vlc_es.h: moved ES categories into vlc_es.h
+ * modules/codec/lpcm.c: ported to the new decoders api + lpcm packetizer.
 
-2003-01-12 Sunday 20:08  jpsaman
+2003-11-22 Saturday 17:03  fenrir
 
- Use gtk_main_quit only in one place (the function Manage()).
+  * stream_output.h, transrate.c : do not use SOUT_BUFFER_FLAG_GOP anymore
+  (may be readded later).
 
-2003-01-12 Sunday 19:26  fenrir
+  * mpgv.c: new demuxer using the packetizer (allow to stream ES).
 
-  * avi: partial fix for non interleaved file with incorrect( I'm not sure
- about that) stream descriptor. Now at least video will be played.
+2003-11-22 Saturday 16:53  fenrir
 
-2003-01-12 Sunday 19:25  jlj
+  * mpegvideo: ported to new API (need more clean up).
 
-   * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
+2003-11-22 Saturday 16:48  fenrir
 
-2003-01-12 Sunday 16:38  sigmunau
+  * ts: fixes.
 
-  * src/video_output/video_output.c: add a key-pressed variable to p_vout
-  * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
- by reading the key-pressed variable
-  * modules/control/lirc/lirc.c: allow navigation with remote control by
- faking keypresses (closes #38). I think the remotes for dvdplayers usually
- have buttons for "root menu" and "title menu". Whould this be easily
- implemented in vlc?
+2003-11-22 Saturday 16:18  sam
 
-2003-01-12 Sunday 07:39  fenrir
+   * modules/video_output/caca.c: Oops, compilation fix (thanks zorglub).
 
-  * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
- You have to force this demuxer.
+2003-11-22 Saturday 15:53  sam
 
-2003-01-12 Sunday 05:30  fenrir
+   * configure.ac:
+     + Fixed internal symbols for version numbers containing "+".
+     + Added a --enable-caca flag.
+   * modules/video_output/caca.c:
+     + Updated libcaca video output to the released version.
+     + Added --caca-dithering flag (none, dither, random).
 
-  * avi.c: avi muxer. (It produces broken files, but vlc is able to read
- them).
+2003-11-22 Saturday 15:10  fenrir
 
-2003-01-12 Sunday 05:11  fenrir
+  * avi: more check on b_die (when building index).
 
-  * some workaround for clock.
+2003-11-22 Saturday 15:06  gbazin
 
-2003-01-12 Sunday 03:08  titer
+ * modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste of time ;).
 
-  * beos/* : fixed a bug in the progress bar with big files
-  * beos_specific.cpp : fixed the app signature
-  * VlcWrapper.* : removed unused code
+2003-11-22 Saturday 14:42  fenrir
 
-2003-01-12 Sunday 02:26  sigmunau
+  * block: initialise all fields.
 
-  new rule for remote controls with combined play/pause button (like mine has)
+2003-11-22 Saturday 13:56  ipkiss
 
-2003-01-12 Sunday 01:22  titer
+ vlc_common: Avoid a redefinition of PATH_MAX on cygwin
 
-  Corrected the list of supported MIME types.
+2003-11-22 Saturday 13:49  gbazin
 
-2003-01-11 Saturday 21:42  titer
+ * modules/stream_out/transcode.c: put back the dumb downmixing routine.
 
-  * Needed update because variables names changed in the 'adjust' module.
+2003-11-22 Saturday 13:19  gbazin
 
-2003-01-11 Saturday 21:25  gitan
+ * src/input/input.c: fixed previous fix (sout needs to be destroyed after the ES).
 
- * SAP is disabled by default.
+2003-11-22 Saturday 12:41  gbazin
 
-2003-01-11 Saturday 20:33  stippi
+ * src/input/input.c: don't free the ES twice.
+ * modules/demux/ogg.c: ported to the es_out_*() api and fixed flac support.
+ * modules/codec/flac.c: couple of fixes.
 
- fixed flickering of skip buttons (and consequently crashing if you pressed them)
+2003-11-22 Saturday 12:35  sigmunau
 
-2003-01-11 Saturday 19:31  fenrir
+ src/playlist/item.c:
+  * fixed a minor memory leak
 
-  * avi: fix my last fix :)
+2003-11-22 Saturday 12:33  sigmunau
 
-2003-01-11 Saturday 19:10  fenrir
+ modules/misc/sap.c:
+  * fixed a possible buffer overflow
 
-  * asf: prevent some segfault with broken file. (partially fix bug 72)
-  * avi: respect frame size (for audio codec) and close bug 75.
-  * ffmpeg: can now read multiples audio frames from the same buffer.
+2003-11-22 Saturday 12:17  sigmunau
 
-2003-01-11 Saturday 18:23  ipkiss
+ modules/misc/sap.c:
+  * fixed a couple of nasty memleaks
 
-  * Fixed my previous commit (thanks fenrir)
+2003-11-22 Saturday 06:26  titer
 
-2003-01-11 Saturday 15:09  ipkiss
+  modules/gui/macosx/intf.m: don't destroy the playlist when closing the
+    interface because this makes crash others interfaces which might be
+    still using it (e.g. sap)
 
-  * compilation fix
+2003-11-22 Saturday 04:02  titer
 
-2003-01-10 Friday 18:30  lool
+  src/misc/block.c: added a missing vlc_mutex_destroy()
 
-   * re-included playlist.h (got confused with vlc-playlist.h)
+2003-11-22 Saturday 00:41  titer
 
-2003-01-10 Friday 18:01  titer
+  + modules/misc/freetype.c: fixed a couple of typos
+  + *threads*, src/libvlc.h:
+    test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H
+    for now because Zeta now has a pthread implementation but it's doesn't
+    seem to be (enough) POSIX compliant atm.
 
-  Thread priority management on BeOS.
+2003-11-21 Friday 20:49  gbazin
 
-2003-01-10 Friday 17:21  titer
+ * modules/codec/flac.c: added a FLAC encoder.
+ * modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container.
 
-  Definitively fixed sync (I hope).
+2003-11-21 Friday 18:55  gbazin
 
-2003-01-10 Friday 14:21  massiot
+ * modules/gui/wxwindows/*: drag&drop on the playlist only enqueue.
+    Small cosmetic change to the playlist.
 
- Fixed liba52 detection using --with-a52.
+2003-11-21 Friday 16:07  fenrir
 
-2003-01-10 Friday 13:34  asmax
+  * mpga: fixed. (using es_out_Send with PES)
 
- * fixed previous commit (didn't work everytime)
+2003-11-21 Friday 16:02  fenrir
 
-2003-01-10 Friday 12:02  asmax
+  * asf: pes -> block
 
- * enable the network channel box when selecting network channel input
-   (gnome interface)
+2003-11-21 Friday 15:51  fenrir
 
-2003-01-10 Friday 11:01  lool
+  * avi: use block instead of PES every where.
 
-   * removed an useless inclusion
+2003-11-21 Friday 15:32  fenrir
 
-2003-01-10 Friday 10:28  lool
+  * all: remove sout_format_t and use es_format_t instead.
 
-   * access_slp LD options
+2003-11-21 Friday 13:20  zorglub
 
-2003-01-10 Friday 10:25  lool
+ * Reverse sort the playlist when clicking twice on the column header
 
-   * New entries:
-     2.16 NO VIDEO!! or NO AUDIO !!
-     3.3.4 Does VLC support DVD from all zones?
-     3.3.5 How can I take screenshots?
-     5. Miscellaneous
-     5.1 How may I help your project?
-     5.2 Why are your mailing-lists and your website in english?
+2003-11-21 Friday 13:01  gbazin
 
-2003-01-10 Friday 09:04  yves
+ * modules/mux/ogg.c: send the mp4v VOL data in one of the header ogg packets.
 
- * vlc.spec: new packetizer/mpeg4audio plugin added.
+2003-11-21 Friday 12:18  gbazin
 
-2003-01-10 Friday 07:16  lool
+ * modules/demux/flac.c, modules/codec/flac.c: couple of fixes.
 
-   * removed VLC_GO to avoid skipping to the last program
+2003-11-21 Friday 09:23  jpsaman
 
-2003-01-10 Friday 05:58  lool
+ PDA Interface:
+ - Code cleanup and fixes for file view widget.
 
-   * configure.ac.in, modules/access/slp.c: New SLP access module,
-         see <http://www.openslp.org/>
+2003-11-21 Friday 06:14  fenrir
 
-2003-01-10 Friday 02:09  ipkiss
+  * livedotcom: added return value for sdp:// Open.
 
-  * ./modules/gui/win32: fixed a bug in the preferences (closes #60)
+2003-11-21 Friday 01:45  gbazin
 
-2003-01-10 Friday 00:43  massiot
+ * modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer.
+ * modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer.
 
- * OS X: Fixed a segfault with empty configuration strings (closes #65),
- * cosmetic messages cleanups.
+2003-11-21 Friday 00:38  gbazin
 
-2003-01-09 Thursday 23:30  lool
+ * include/vlc_common.h: include stdlib.h
+ * include/ninput.h, src/input/stream.c, src/input/input.c:
+     new stream_Block() function to read a block_t from the input.
+     es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES().
+ * modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though.
 
-   * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)
+2003-11-20 Thursday 23:13  sigmunau
 
-2003-01-09 Thursday 19:23  fenrir
+ modules/misc/sap.c:
+  * more verbose header parsing code
+  * support for compressed announces if zlib is available (using some code
+    from Mosu from the matroska project)
+  * if the sdp packet contains more than one m= line, pass it to the
+    livedotcom module
+ configure.ac:
+  * link sap with zlib if available
+ modules/demux/livedotcom.c:
+  * accept sdp from the sap module
 
-  * avi: read less data at once as it seems to give better sound. (I thinks
- it's more a workaround that a true fix).
+2003-11-20 Thursday 22:10  fenrir
 
-2003-01-09 Thursday 19:06  sam
+  include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t.
+  all: removed i_extra_type from es_format_t.
 
-   * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.
+2003-11-20 Thursday 18:27  fenrir
 
-2003-01-09 Thursday 18:47  sam
+  * copy: ported to new API.
 
-   * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
-     instead of i_pitch for pixel access (Closes: #30).
+2003-11-20 Thursday 18:26  fenrir
 
-2003-01-09 Thursday 17:26  sam
+  * ts: fixed a stupid bug for MS codec.
 
-   * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
-     closes #30).
+2003-11-20 Thursday 17:48  gbazin
 
-2003-01-09 Thursday 16:38  sam
+ * mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32 mozilla plugin.
 
-   * ./modules/video_filter/adjust.c: rehandled code and enhanced the
-     config variables descriptions.
+2003-11-20 Thursday 14:39  hartman
 
-2003-01-09 Thursday 15:05  sam
+ * windows -> orderedWindows. Finally window commands like fullscreen, half size
+   double size and float on top are sent to the correct window.
 
-   * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.
+2003-11-20 Thursday 10:56  sigmunau
 
-2003-01-09 Thursday 15:00  sam
+ tell cvs to ignore .pyc and .pyo files
 
-   * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
-     now use the visible pitch of a picture, not its total pitch (Closes: #29).
+2003-11-20 Thursday 08:44  garf
 
-2003-01-09 Thursday 11:12  sam
+  * http.c: little keep and del functions fix ( don't remove currently
+          playing playlist item ).
 
-   * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
-     according to the playing rate.
+2003-11-20 Thursday 03:56  rocky
 
-2003-01-09 Thursday 00:15  massiot
+ Reorganize more analogous to dvdplay. Should give some growing room to
+ start the custom demuxer.
 
- Do not bail out when no *.gmo exists.
+2003-11-20 Thursday 02:39  hartman
 
-2003-01-08 Wednesday 17:40  lool
+ * fixed the dockmenu. had gotten disconnected somehow.
+ * cleaned up the playlist source.
+ * set the correct sizing properties on the playlist buttons.
+   bigben: see the bottom of the size panel of your inspector. when adding items
+   always take this into account to make resize work correctly.
+   also. windows are opened at the position where you save them when the nib is open.
+   Always make sure the controller and playlist are to the upper left side.
 
-   * typos
-   * mentionned Redhat because it disables DMA
+2003-11-20 Thursday 02:17  rocky
 
-2003-01-08 Wednesday 17:40  fenrir
+ In some ways better, in some ways just different.
 
-  * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
- muxer with libdvbpsi.
-  * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
- (only in ts_dvbpsi demuxer).
+2003-11-20 Thursday 02:15  rocky
 
-2003-01-08 Wednesday 16:13  titer
+ Miniscule changes. In some ways better, in some ways not, just
+ different.
 
-  Partial fix for video/audio sync.
+2003-11-19 Wednesday 23:44  gbazin
 
-2003-01-08 Wednesday 15:59  sam
+ * modules/video_output/directx/*: we now create a video sub-window which is a child of the main window and which always fit exactly the size of the video.
+   As a result the overlay color key is only painted in the video area and the rest of the window is pure black.
 
-   * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
-     display.
+2003-11-19 Wednesday 19:00  bigben
 
-2003-01-08 Wednesday 15:31  lool
+ - get rid of an unused variable
+ - use same name than in menus for random, repeat and loop options
+ - random, loop, repeat checkboxes are nom updated accordingliy to the state set in the menu. (not sure I've done that the proper way ;-)
 
-   * Mentionned the inclusion of the contrib dir
+2003-11-19 Wednesday 14:58  bigben
 
-2003-01-08 Wednesday 15:00  sigmunau
+ small clean-up
 
- use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
- a minor change in argumets passed to nsis
+2003-11-19 Wednesday 13:25  hartman
 
-2003-01-08 Wednesday 14:52  titer
+ * modules/codec/subsdec.c: Add debug messages and fix a crasher
+ * modules/misc/freetype.c: let's keep the freetype-fontsize option useful :)
 
-  Use pf_memcpy and pf_memset.
+2003-11-19 Wednesday 13:10  gbazin
 
-2003-01-08 Wednesday 13:13  lool
+ * modules/codec/ffmpeg/: don't re-use the same pts twice.
+ * src/misc/modules.c: win32 fix for when module fails loading.
 
-   * New entries:
-     4. Legal concerns
-     4.1 May I use the VideoLAN logo?
-     4.2 May I reditribute VLC?
+2003-11-19 Wednesday 12:13  hartman
 
-2003-01-08 Wednesday 11:50  massiot
+ * changed the relative fontsize option from a string_list to a int list with string comments.
+   not possible before, but is now and we can still change it without effecting the
+   config files of 1000000 users.
 
- * Added --no-spdif option (just like in OSS) and fixed a localization bug.
+2003-11-19 Wednesday 10:17  gbazin
 
-2003-01-08 Wednesday 11:46  fenrir
+ * src/misc/modules.c: don't forget to return an error when we fail to load a plugin.
 
-  * mp4.c: allowed multiple moov headers by taking the first one
- (multiple moov headers is strictly forbidden but I 've seen such file)
+2003-11-19 Wednesday 00:14  fenrir
 
-2003-01-08 Wednesday 11:43  fenrir
+  * ninput: initialisate i_bitrate.
 
-  * faad: fixed a segfault when faad initialisation failed.(anyway it
- doesn't solve the real problem).
+2003-11-19 Wednesday 00:06  sigmunau
 
-2003-01-08 Wednesday 11:41  fenrir
+ fixed some warnings
 
-  * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
- an vol header. (In fact reverse an prevous commit)
+2003-11-18 Tuesday 23:58  fenrir
 
-2003-01-08 Wednesday 11:40  fenrir
+  * fix a memory leak (p_block should be unallocated).
 
-  * file.c: removed an useless debug message.
+2003-11-18 Tuesday 23:25  sigmunau
 
-2003-01-08 Wednesday 11:38  fenrir
+ modules/codec/subsdec.c:
+  * fix a crash when --subsdec encoding is set to a wrong value
 
-  * all: added a new function (sout_BufferChain) and allowed dummy
- stream input creation (with "null" fourcc).
+2003-11-18 Tuesday 22:48  fenrir
 
-2003-01-08 Wednesday 11:34  fenrir
+  * input_dec.c : handle SPU_ES (and not as VIDEO_ES ....) so subtitle
+  should work again.
 
-  * pes.c, ps.c: a52 stream should now work.
-  * ts.c: added support for libdvbpsi (like ts demux, two modules are
- generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt
- without libdvbpsi. More works to add mpeg4 support (now I generate IOD
- and SL descriptor).
+2003-11-18 Tuesday 22:08  gbazin
 
-2003-01-08 Wednesday 11:26  fenrir
+ * src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :)
 
-  * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
-  * mpeg4video.c: I 've rewritten it
+2003-11-18 Tuesday 20:36  jpsaman
 
-2003-01-08 Wednesday 04:01  ipkiss
+ PDA Interface:
+ - Cleanup code
+ - Cleanup interface
+ - Adding items to playlist widgets from File, Camera, Transcode tabs.
 
-  * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
-    forgets to declare 'add_category_hint'
-  * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p
+2003-11-18 Tuesday 20:34  fenrir
 
-2003-01-08 Wednesday 03:32  titer
+  * allow packetizer to return multiple blocks at once.
 
-  Minor GUI fixes in the prefs window.
+2003-11-18 Tuesday 20:15  fenrir
 
-2003-01-08 Wednesday 03:16  ipkiss
+  * include/vlc_bits.h: bit stream reader/writer.
+  * mpeg4video.c: rework of the mpeg4 video packetizer.
+  (not well tested)
 
-  * Added sound volume management and changed a bit the menus
-  * Added audio channels selection, but it's currently disabled since
-    it's quite buggy :)
+2003-11-18 Tuesday 18:45  gbazin
 
-2003-01-08 Wednesday 03:09  titer
+ * NEWS: updated with new features.
 
-  Fixed language and subtitle selection.
+2003-11-18 Tuesday 16:46  fenrir
 
-2003-01-08 Wednesday 01:41  massiot
+  * display: set correct ES type (otherwise it segfaults in input_dec.c) but
+  that implies that ES appear twice in the interface.
 
- * New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
- * Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
+2003-11-18 Tuesday 12:32  gbazin
 
-2003-01-07 Tuesday 22:49  fenrir
+ * modules/control/http.c: fixed the "keep" command.
 
-  * all: I have added two new variables in es_descriptor_t and
- decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
- a replacement of p_demux_data as this variable is used by
- some demuxers in another way. This way, I will be able to add
- preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
- demuxer so if somebody wants ...)
+2003-11-18 Tuesday 00:57  gbazin
 
-2003-01-07 Tuesday 16:12  jobi
+ * modules/demux/ogg.c: call ogg_sync_reset() after seeking so we don't get spurious PCRs.
+    Cosmetic changes to the file info data.
+    Fixed Flac seeking.
 
-   * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
-     file/ts_dvbpsi:) with TS streams that don't start with 0x47
+2003-11-17 Monday 23:36  bigben
 
-2003-01-07 Tuesday 16:12  massiot
+ - Use NSTextField instead of NSSearchfield for the playlist search, since it is not supported on MacOS < X.3.
 
Fixed another very nasty localization bug.
- Search now restarts at the beginning of the playlist when reaching the end.
 
-2003-01-07 Tuesday 15:58  massiot
+2003-11-17 Monday 22:53  gbazin
 
- New "spdif" setting, allowing to permanently disable S/PDIF detection.
+ * modules/demux/ogg.c: support for FLAC in Ogg.
+    And by the way, putting the FLAC STREAMINFO metadata in the second ogg packet is really convoluted!
 
-2003-01-07 Tuesday 15:38  massiot
+2003-11-17 Monday 19:05  hartman
 
- Removed unused options in the aout.
+ * fix the search field and cleanup of the checkboxes init.
+   - currently we don't seek in playlist position 0->currently selected
+     wxwindows doesn't do this either.
+   - bigben: for the state of the checkboxes look at callbacks (see playlistChanged in intf.m)
 
-2003-01-07 Tuesday 14:26  sam
+2003-11-17 Monday 18:48  gbazin
 
  * minor updates to pofiles.
* modules/packetizer/mpeg4video.c: ported to the new packetizers api (This packetizer really ought to be rewritten from scratch).
 
-2003-01-06 Monday 23:57  massiot
+2003-11-17 Monday 15:29  garf
 
- Fixed a compilation issue.
+  * http.c: fixed bug with spaces in mrl
 
-2003-01-06 Monday 23:07  massiot
+2003-11-17 Monday 15:11  hartman
 
- * Bumped up revision number to 0.5.0-test2,
- * MacOS X port: new error dialog displaying error messages,
- * Updated localization files,
- * Comestic fixes.
+ * fix previous commit
 
-2003-01-06 Monday 21:08  yves
+2003-11-17 Monday 14:46  massiot
 
- - Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
- - removed access/rtp plugin (merged in access/udp).
- removed codec/imdct and codec/downmix plugins (deprecated).
- - libvlc0-devel provides libvlc-devel.
- - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
-   ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
+ * modules/access_output/udp.c: more debug
+ * modules/mux/mpeg/ts.c: new dts-delay option to add delay between the
  PCR and the DTS of the current frame.
+   When deleting a video or audio stream (in case of PMT change), the
+   new video and audio ES will take again the pid-video and pid-audio if
+   they have been specified.
 
-2003-01-06 Monday 16:39  ipkiss
+2003-11-17 Monday 14:11  bigben
 
-  * modules/gui/win32/network.cpp: added support for ftp and mms
-  * modules/gui/win32/disc.cpp: cosmetic
+ Checkboxes stat at startup, in the playlist, now reflect the state set ine the prefs. They still are not updated if you set random/repeat/loop in the menus though (at least until next VLC startup).
 
-2003-01-06 Monday 03:45  massiot
+2003-11-17 Monday 13:14  hartman
 
- MacOS X port :
- * New "stream output" area in the open panel.
+ * use more recent libebml and libmatroska
 
-2003-01-06 Monday 01:37  garf
+2003-11-17 Monday 13:05  bigben
 
-  * added a i_min, i_max, f_min and f_max in module_config_t structure
-  * added a add_integer_with_range() and add_float_with_range()
-  * gtk interface: now uses a slider when a min or a max is specified
+ added search function to the playlist
 
-2003-01-05 Sunday 22:03  sigmunau
+2003-11-17 Monday 11:25  fenrir
 
-  modules/demux/asf/*: added some file info code
-  modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
- these cause to much trubble
+  * ts: improve PCR handling. pcr-soft doesn't exist anymore.
+    Options:
+         - caching: time on which bitrate smouthing is applied (default: 200ms)
+         - pcr : delay between 2 PCR (Really more accurate). (default: 30ms)
+         - bmin and bmax doesn't work anymore.
 
-2003-01-05 Sunday 21:45  massiot
+2003-11-17 Monday 06:31  hartman
 
- Fixed the "stream has changed" bug.
+  * THANKS: hungarian translator and designer of OSX intf controller added
+  * modules/LIST: updated
+  * Makefile.am: include new OS X art in the dist.
+  * NEWS: updated
+  * */.cvsignore: added and improved some of these.
+  * modules/gui/macosx/prefs_widgets.?:
+    - new config controls much like in the wxwindows module. not yet in use.
+    - beware not tested irl. but it compiles :)
 
-2003-01-05 Sunday 17:23  massiot
+2003-11-17 Monday 02:55  fenrir
 
- MacOS X port :
- * Fixed a segfault in the "Close Window" code,
- * Fullscreen state is now retained between files,
- * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
+  * transcode: hmmm, the compil fix was for this file ...
 
-2003-01-05 Sunday 14:39  gbazin
+2003-11-17 Monday 02:52  fenrir
 
- * modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
- the audio output thread. That should make Win9x/Me happier.
+  * all: a little compil fix and more sanity checks (needed for wma).
 
-2003-01-05 Sunday 04:21  jlj
+2003-11-17 Monday 00:06  sigmunau
 
-   MacOS X port:
-   * replaced playlist panel with drawer.
-   * implemented context menu for playlist tableview.
+ modules/gui/wxwindows/*:
+  * implemented sorting by a column by clicking on it
 
-2003-01-05 Sunday 03:39  massiot
+2003-11-16 Sunday 22:54  gbazin
 
- * Added the possibility to select DVD menus with VIDEO_TS folder in the
-   OS X open panel.
+ * ALL: moved i_bitrate out of audio_format_t into es_format_t
 
-2003-01-05 Sunday 02:55  massiot
+2003-11-16 Sunday 22:29  sam
 
* Added a Close Window and a close box to our QuickTime video output.
  * modules/video_output/caca.c: color ASCII art video output using libcaca.
 
-2003-01-05 Sunday 00:49  gbazin
+2003-11-16 Sunday 22:23  gbazin
 
- * configure.ac.in: fixed typo in wxWindows headers detection code.
+ * modules/codec/ffmpeg/video.c, src/input/input_dec.c: a couple of fixes. Thanks fenrir :)
 
-2003-01-04 Saturday 18:14  titer
+2003-11-16 Sunday 22:10  sam
 
-  We now check if the BSoundPlayer's buffer size is not the one we
-  were expecting.
+   * include/vlc_keys.h: Fixed a warning in StringToKey().
 
-2003-01-04 Saturday 17:27  gbazin
+2003-11-16 Sunday 21:28  gbazin
 
- * src/audio_output/output.c: don't forget to free the audio buffer when
- we are trashing it.
+ * modules/misc/dummy/encoder.c: forgot a file
 
-2003-01-04 Saturday 14:50  jpsaman
+2003-11-16 Sunday 21:07  gbazin
 
- Cosmetic changes.
+ * ALL: final improvements to the decoders/packetizers api.
+    (There are still a few decoders/packetizers left to be converted but this shouldn't take too long).
+ * ALL: small improvements to the encoders api.
 
-2003-01-04 Saturday 14:30  jpsaman
+2003-11-16 Sunday 20:41  garf
 
- Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.
+  * http.c: little fix
 
-2003-01-04 Saturday 05:11  jlj
+2003-11-16 Sunday 15:51  titer
 
-   MacOS X port:
-   * main window controls are back. based on suggestion by Dan Macpherson.
+  avi.c: compile fix
 
-2003-01-04 Saturday 01:21  jpsaman
+2003-11-16 Sunday 11:21  bigben
 
- Updating slider status uses no longer FPU calculations when compiled for strongarm1100.
+ Added random, repeat one and repeat all checkboxes to the playlist
 
-2003-01-04 Saturday 00:58  jpsaman
+2003-11-16 Sunday 00:08  fenrir
 
- Updated package release number
+  * fixed a segfault with avi without index.
 
-2003-01-03 Friday 22:38  jlj
+2003-11-15 Saturday 23:21  fenrir
 
-   * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)
+ * v4l: hack from xine from GStreamer to compile v4l on debian unstable.
 
-2003-01-03 Friday 21:55  jpsaman
+  (message from xine: fix build on Debian unstable, those dummies seem to
+   have put the Linux 2.6 headers in place of the 2.4 ones in glibc...)
 
- Slider functionality for Familiar interface.
+2003-11-15 Saturday 22:42  hartman
 
-2003-01-03 Friday 15:44  sam
+ * New OSX controller (iTunes style)
+   - Drag and drop implemented
+   - still need new sliders and remove the titlebar.
+ * revert the mozilla plugin changes. i will build a seperate module for that
+ * simplified previous/next (only playlist, people with chapters and titles
+    will have to use the menu
+ * Moved the disable screensaver from interface to vout.
 
-   * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
-     support in the Gtk+ and GNOME interfaces.
+2003-11-15 Saturday 22:02  hartman
 
-2003-01-03 Friday 14:07  massiot
+ * added ffmpeg cvsroot (not in use atm)
+ * forced some config options on ffmpeg
 
- * modules/access/file.c: we now regularly check the size of the file, in
-   case it is being downloaded.
+2003-11-15 Saturday 18:57  fenrir
 
-2003-01-03 Friday 01:11  massiot
+  * set dts/length of all pes packet.
 
- Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
- it).
+2003-11-15 Saturday 15:40  hartman
 
-2003-01-03 Friday 01:03  jlj
+ * extra data has changed and was crashing.
 
-   * ./src/misc/darwin_specific.m:
-     Fixed (really!) segfault. Don't release o_lang objects, they're managed
-     by NSUserDefaults.
+2003-11-15 Saturday 13:09  massiot
 
-2003-01-03 Friday 00:50  massiot
+ * Fixed typos.
 
- Cosmetic.
+2003-11-15 Saturday 10:38  ipkiss
 
-2003-01-03 Friday 00:09  massiot
+ Small fix in a preference description string
 
- MacOS X port :
- * Fixed the Device submenu,
- * There is still a segfault in darwin_specific.m.
+2003-11-15 Saturday 02:38  hartman
 
-2003-01-02 Thursday 23:49  jlj
+ * broken URL
 
-   * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.
+2003-11-15 Saturday 01:21  massiot
 
-2003-01-02 Thursday 21:48  gbazin
+ * New build system for the contrib packages of VLC. It supports to
+   download a precompiled binary package, or to build all the packages
+   from the sources, at the user's option. It is currently written for
+   Mac OS X, but could easily be ported to other platforms.
 
- * modules/codec/*: reverted my previous patch that explicitly set
- i_bytes_per_frame and i_frame_length in each audio decoder.
- * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
- and i_frame_length.
+2003-11-15 Saturday 00:26  hartman
 
-2003-01-01 Wednesday 12:14  jlj
+ * spelling fix
 
-   * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep.
-   * ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being
-                                   released twice) and memory leak.
+2003-11-14 Friday 20:17  hartman
 
-     Bonne Année!
+ * Fix the label in the prefs of the play/pause hotkey.
 
-2002-12-31 Tuesday 02:59  massiot
+2003-11-14 Friday 03:51  hartman
 
- Less verbosity.
+ * fixed playlist_Pause
 
-2002-12-31 Tuesday 02:54  massiot
+2003-11-13 Thursday 21:15  gbazin
 
- * src/misc/darwin_specific.m: Partial attempt at fixing a memory leak,
- * input: new b_connected field, allowing to correctly detect the EOF of TCP
-   streams (closes #35),
- * input: fixed a deadlock when opening a zero-sized file,
- * input: fixed a deadlock when opening an unconnected FIFO (closes #54).
+ * modules/video_filter/transform.c: fix for ./toolbox --update-po
 
-2002-12-31 Tuesday 00:45  massiot
+2003-11-13 Thursday 17:59  gbazin
 
- * OS X interface : Added new access modules to the Open panel,
- * Updated po files,
- * Fixed a very nasty side effect in the dvd and dvdread plug-ins,
- regarding the audio-channel and spu-channel configuration variables.
+ * include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't defined.
 
-2002-12-30 Monday 18:36  gbazin
+2003-11-13 Thursday 14:23  lool
 
- * src/misc/messages.c: don't try to decorate logs on win32.
- * include/vlc_common.h, include/vlc_threads.h: we now use different
- thread priorities for WinNT/2k/XP or Win9x/Me.
+   * INSTALL.win32: slightly changed the list of required packages
 
-2002-12-30 Monday 18:28  gbazin
+2003-11-13 Thursday 13:31  fenrir
 
- * modules/codec/*: make sure all audio decoders set
- output_format.i_bytes_per_frame and output_format.i_frame_length
- properly.
+  * input: handle also SPU in es_out_Add (and fix a bad lock).
+  * sub: use es_out_Add (and that give a proper solution for multiple tracks)
+         fixed seeking with sub. (pf_demux was called in Seek instead of
+         pf_seek ...)
 
-2002-12-30 Monday 14:34  sam
+2003-11-13 Thursday 12:28  fenrir
 
-   * ./configure.ac.in: fixed the strncasecmp detection.
-   * ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.
+  * src/input/input.c: es_out_Add automatically add informations
+  (input_AddInfo) on the ES.
+  * all: removed duplicated input_AddInfo.
 
-2002-12-30 Monday 12:49  massiot
+2003-11-13 Thursday 11:49  fenrir
 
Added RTP shortcuts to udp.c for backwards compatibility.
 * avi: little clean up, and ported to es_format_t.
 
-2002-12-30 Monday 09:56  massiot
+2003-11-12 Wednesday 20:01  gbazin
 
- * modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
- * src/misc/darwin_specific.m: if $LANG isn't set, retrieve NSUserDefaults.
+ * modules/misc/sap.c: fixed misplaced variable declaration.
 
-2002-12-29 Sunday 22:00  babal
+2003-11-12 Wednesday 18:13  fenrir
 
- no time to fix the playlist save&restore issue before the release (and
- wouldn't be wise anyway), so deactivated it in the win32 interface.
+  * all: big clean up (no more global variables).
 
-2002-12-29 Sunday 02:16  massiot
+2003-11-12 Wednesday 08:10  zorglub
 
- OS X port :
- * Reenabled fullscreen shortcut, due to popular requests,
- * Fixed charset encoding in the Preferences window,
- * New implementation of --loop.
+ Support for announcement of playlist group in SAP announces
+ Needs the latest miniSAPserver CVS
 
-2002-12-28 Saturday 16:04  sam
+2003-11-12 Wednesday 03:02  garf
 
-   * ./debian/control: fixed various dependencies.
+  * little fix due to my last commit
 
-2002-12-28 Saturday 14:35  massiot
+2003-11-12 Wednesday 02:56  garf
 
- Yet another typo. :p
+  * http.c: little fix in RPN evaluator (now it is real RPN).
 
-2002-12-28 Saturday 03:02  massiot
+2003-11-12 Wednesday 02:45  hartman
 
- Added support for 32 kHz LPCM streams (thanks _Demo_ !).
+ * small fix to the playlist window
 
-2002-12-28 Saturday 02:53  sam
+2003-11-12 Wednesday 02:43  garf
 
-   * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
-     and used AC_EGREP_CPP instead.
+  * http.c : added parsing of options in Add MRL option. In http.c is a the
+             parse_MRL function which perhaps should be somewhere else
+             (playlist ?).
+  * Makefile.am : forgoten style.css
+  * index.html : little fixes
+  * intf-http.txt : updated doc
 
-2002-12-28 Saturday 02:20  sam
+2003-11-12 Wednesday 01:22  hartman
 
-   * ./configure.ac.in: we don't link with -lintl if building against our
-     internal one.
+ * Away with that annoying playlist drawer. We now have a nice resizable
+   window, with additional index and author columns.
 
-2002-12-27 Friday 16:40  sam
+2003-11-11 Tuesday 23:50  hartman
 
-   * ./modules/demux/avi/avi.c: replaced a useless asprintf with sprintf.
+ * include/vlc_keys.h: added StringToKey()
+ * src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q
+ * modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5
+ * REST: implemented configurable hotkeys for OS X.
 
-2002-12-27 Friday 16:31  sam
+2003-11-11 Tuesday 21:23  hartman
 
-   * ./src/extras/libc.c: if configure is called with --with-included-gettext,
-     we export vlc_dgettext to plugins so that their messages can be translated
-     as well.
+ * when config_ResetAll() a key config value becomes "Unset" (0) instead of
+   it's original value. With this you at least won't break your config file,
+   because it comments out the value during saving, when it's identical to the,
+   original value. The question however remains, why does a resetAll result
+   in a 0 in the 'current' config in use, and in original value at time of saving?
 
-2002-12-27 Friday 15:16  sam
+2003-11-11 Tuesday 02:49  fenrir
 
-   * ./configure.ac.in: added a check for $EGREP at the beginning, so that
-     it's not done in an obscure "if" statement.
-   * ./configure.ac.in: added verbosity around all EGREP calls so that we
-     know what's going on.
+  * wav: es_format_t
 
-2002-12-27 Friday 13:44  sam
+2003-11-11 Tuesday 01:33  fenrir
 
-   * ./Makefile.am: we don't try to distribute mozilla/vlcintf.h since it's
-     created at compile time.
+  * mkv: ues es_format_t.
 
-2002-12-27 Friday 10:57  massiot
+2003-11-11 Tuesday 00:37  fenrir
 
- Audio output.
+  * all: use es_format_t and es_out_*. (Not well tested yet...)
 
-2002-12-27 Friday 10:47  massiot
+2003-11-10 Monday 18:21  gbazin
 
Added Bruno Vella <allevb@tin.it>, author of the Italian localization.
* modules/gui/wxwindows/open.cpp: compilation fix for unicode version.
 
-2002-12-27 Friday 09:37  massiot
+2003-11-10 Monday 17:47  gbazin
 
Fixed a typo.
* configure.ac: link ws2_32 in the right order on win32 for livedotcom.
 
-2002-12-27 Friday 01:17  massiot
+2003-11-10 Monday 00:49  hartman
 
- * Italien translation, courtesy of Bruno <allevb@tin.it>,
- * Compilation fixes for gettext 0.11.5 on MacOS X.
+ * New Hungarian translation contributed by 'DirectX' (Name under investigation)
 
-2002-12-26 Thursday 19:17  stippi
+2003-11-10 Monday 00:14  gbazin
 
- added 'extern "C"' to some includes
+ * modules/gui/wxwindows/*: dshow open panel is fully functionnal.
 
-2002-12-26 Thursday 14:58  massiot
+2003-11-09 Sunday 21:29  jpsaman
 
- Do not compile imdct and downmix modules anymore.
+ PDA Interface:
+ * Transcode tabpage added
+ * code cleanup
 
-2002-12-26 Thursday 11:55  massiot
+2003-11-09 Sunday 20:13  gbazin
 
- Check for the presence of arguments (--help ?) before rebuilding everything.
+ * modules/gui/wxwindows/open.cpp: added an AutoBuildPanel() that is used to construct the dshow tab.
+    (It is not quite useful yet but will be shortly).
 
-2002-12-26 Thursday 00:39  sam
+2003-11-09 Sunday 19:49  jpsaman
 
-   * ./src/libvlc.c: added a debug message to test the translation system.
  * updated the .po files.
+ PDA Interface:
* Camera tabpage is done.
 
-2002-12-25 Wednesday 23:36  sam
+2003-11-09 Sunday 18:52  jpsaman
 
-   * ./bootstrap: fixed an automake 1.5 check.
-   * ./toolbox: removed code from bootstrap that wasn't related to the
-     bootstrapping sequence and put it here.
+ PDA interface:
+ * improvements on Camera tabpage
 
-2002-12-25 Wednesday 23:05  sam
+2003-11-09 Sunday 18:06  rocky
 
-   * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
-   * ./bootstrap: bootstrap --update-po also updates vlc.pot.
+ Allow return to have a numeric prefix too.
 
-2002-12-25 Wednesday 22:02  massiot
+2003-11-09 Sunday 17:45  rocky
 
- * Re-enabled package-* Makefile rules,
- * Worked around automake stack overflow bug on Darwin.
+ Small changes to assist debugging.
 
-2002-12-25 Wednesday 03:25  massiot
+2003-11-09 Sunday 16:00  titer
 
- ... _with_ the actual Italian placeholder (can you believe it ?).
+  + modules/gui/beos/VideoOutput.cpp: fixed modifiers
+  + src/misc/beos_specific.cpp: cosmetic
 
-2002-12-25 Wednesday 03:23  massiot
+2003-11-09 Sunday 15:55  jpsaman
 
- Santa Claus brings to you :
- * A placeholder for the Italian translation,
- * A bug fix for mono streams on stereo speakers,
- * A fix for a possible crash in the FTP access,
- * Correct coordinates in OS X fullscreen modes (closing #47),
- * Cosmetic fixes.
+ PDA Interface:
+ * More changes on the Camera tabpage
+ * Cleanup some dead interface wood ;-)
 
-2002-12-25 Wednesday 00:31  sam
+2003-11-09 Sunday 15:29  gbazin
 
  * ./ipkg/Makefile.am: added missing files to the distribution.
* modules/access/v4l/v4l.c: couple of fixes.
 
-2002-12-25 Wednesday 00:00  massiot
+2003-11-09 Sunday 13:59  jpsaman
 
- * Use BeginFullScreen() to hide the mouse cursor ;
- * Cheat with the screen saver (closes #46).
+ PDA inteface:
+ * Redesigned "Camera" tabpage.
 
-2002-12-24 Tuesday 21:15  jpsaman
+2003-11-09 Sunday 13:20  gbazin
 
Added gpe and gpe-vlc to Conflicts list for only X11/GTK+ packages.
* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
 
-2002-12-24 Tuesday 21:11  jpsaman
+2003-11-09 Sunday 05:22  garf
 
- Build and packaging scripts for building Familiar Linux interface with only GTK+ support.
+  * http.c: removed a completely useless check (now you can change volume
+          value without playing anything)
 
-2002-12-24 Tuesday 20:26  jpsaman
+2003-11-09 Sunday 05:15  garf
 
- Forget some.
+  * index.html: little fix with volume textbox
 
-2002-12-24 Tuesday 20:25  jpsaman
+2003-11-09 Sunday 03:43  garf
 
- Added some debug info.
+  * http interface: changed index.html for new seek function. small change
+                  in css.
 
-2002-12-24 Tuesday 20:25  jpsaman
+2003-11-09 Sunday 03:41  garf
 
- Cosmetic changes.
+  * http.c: modify seek function (now you can put almost everything which
+          looks like a time/length)
 
-2002-12-24 Tuesday 20:09  jpsaman
+2003-11-09 Sunday 00:52  rocky
 
Cosmetic changes.
Handle keyboard input: numeric entry, next, prev, return and default.
 
-2002-12-24 Tuesday 20:08  jpsaman
+2003-11-08 Saturday 23:12  sigmunau
 
- Update packaging scripts.
+ use "video" and not "audio" as media type, and 33 (mpeg2 ts) and not 14
+ (mp3) as payload type
 
-2002-12-24 Tuesday 19:23  jpsaman
+2003-11-08 Saturday 23:02  sigmunau
 
- Added esddsp package to dependency list.
+ ignore streams that are not m=audio or m=video
 
-2002-12-24 Tuesday 16:28  massiot
+2003-11-08 Saturday 18:31  jpsaman
 
- Fixed a major bug in fixed32tos16.c.
+ PDA Interface
+ * simplefied network tabpage
 
-2002-12-24 Tuesday 10:49  sam
+2003-11-08 Saturday 18:23  titer
 
-   * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).
+  + configure.ac: link httpd and stream_out_standard against -lsocket
+  + modules/gui/beos/*: use hotkeys
+  + include/vlc_keys.h, src/misc/configuration.c:
+    renamed modifiers into vlc_modifiers so it does not conflict with
+    BeOS' modifiers()
 
-2002-12-23 Monday 23:00  jpsaman
+2003-11-08 Saturday 16:04  jpsaman
 
- Enabled --with-gpe-prefix in buildscript.
+ PDA interface:
+ * Network tabpage works
+ * cleanup of code
 
-2002-12-23 Monday 22:58  jpsaman
+2003-11-08 Saturday 15:59  hartman
 
- Set priority of sdl video output to 60 iso 40. So it is now the default choice for iPaq iso x11.
+ * spelling fix and fix of copyright and version strings on info.html
 
-2002-12-23 Monday 18:22  bozo
+2003-11-08 Saturday 14:54  massiot
 
- Little fixes.
+ By default disable the stream_out_transrate plug-in since it takes 2 hours
+ compiling.
 
-2002-12-23 Monday 17:21  massiot
+2003-11-08 Saturday 12:25  sigmunau
 
- Fixed my fix :p.
+ modules/misc/sap.c:
+  * support sap announces that use dos style linebreaks
 
-2002-12-23 Monday 17:05  massiot
+2003-11-08 Saturday 09:05  fenrir
 
Fixed a side-effect bug with IPv6 addresses (thanks Xag).
 * useless.
 
-2002-12-23 Monday 16:39  jpsaman
+2003-11-08 Saturday 06:47  fenrir
 
- Familiar interface now uses define NEED_GTK_MAIN define.
+  * livedotcom.cpp:
+     - added X-QT and X-QUICKTIME video support.
+     - first try for seek and position display support.
+     (position is buggy, and seek won't really work as long as wx try to seek
+     each time the slider is moved)
 
-2002-12-23 Monday 16:39  massiot
+2003-11-08 Saturday 04:57  fenrir
 
Fixed an IPv6-related bug (thanks Xag).
 * araw.c: prevent segfault with ulaw/alaw.
 
-2002-12-23 Monday 14:58  massiot
+2003-11-07 Friday 22:56  gbazin
 
Cosmetic (thanks Heiko).
* configure.aci, modules/demux/livedotcom.cpp: win32 compilation fixes.
 
-2002-12-23 Monday 14:49  massiot
+2003-11-07 Friday 21:44  fenrir
 
- Cosmetic.
+  * lalala added livedotcom
+
+2003-11-07 Friday 21:44  fenrir
 
-2002-12-23 Monday 00:23  jpsaman
+  * configure.ac: added --enable-livedotcom and --with-livedotcom-tree.
+  (--with-livedotcom-tree is mandatory when using --enable-livedotcom, so
+  livedotcom isn't compiled by default)
 
- Use SDL output as default for iPaq.
+2003-11-07 Friday 21:30  massiot
 
-2002-12-22 Sunday 22:46  jpsaman
+ * modules/stream_out/transrate: New transrating module, based on GPL
+   code from www.metakine.com.
+   CAUTION : the code is currently very ugly, with static variables, no
+   code convention, etc. I check it in "as is" because it may be useful
+   to some people.
+   Don't expect a bitrate reduction of more than 30 % with acceptable
+   quality.
+ * modules/demux/mpeg/ts.c: Useful debug message
 
- Typing file locations in URL combo without "file://" prefix is possible again.
+2003-11-07 Friday 19:30  massiot
 
-2002-12-22 Sunday 22:08  jpsaman
+ * src/misc/threads.c: Implementation of real-time priorities for UNIX-like
+   pthread systems (activate with --rt-priority)
+ * modules/access_output/udp.c: Only discard packets which are _very_ late
 
- Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.
+2003-11-07 Friday 18:41  massiot
 
-2002-12-22 Sunday 18:08  sam
+ * modules/mux/mpeg/ts.c:
+   - By default send PCRs every 90 ms, because the upper limit is 100 ms
+   - New pid-video and pid-audio sout variables
 
-   * ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
-     recalculation (spotted by KKI).
+2003-11-07 Friday 18:32  fenrir
 
-2002-12-21 Saturday 12:20  sigmunau
+  * udp: mp3/rtp is now correctly working.
 
-  first shot at a file info dialog for the wxwindows interface. It still
- needs to get a sane default size and some cleanups of the code, but I commit
- now in case anyone wants it during cristmas
+2003-11-07 Friday 18:32  fenrir
 
-2002-12-20 Friday 22:33  jpsaman
+  * rtp: removed a annoying debug message
+  * announce.c: fixed a warning.
 
- Defenitely fixed segmentation fault on directory change.
+2003-11-07 Friday 18:08  fenrir
 
-2002-12-20 Friday 16:18  sigmunau
+  * livedotcom.cpp:
+     - improve a lot pts handling.
+     - added --rtsp-caching.
+     - implemented DEMUX_GET_TIME  and declared the input as seekable to
+     make the interface displaying the time.
+  Now I can read rtp stream from VLC using http export for sdp :) (MPEG4
+ video, MPEG 1/2 video and mp3 audio tested successfully)
 
- removed the code that was not supposed to be in my last commit
+2003-11-07 Friday 17:44  fenrir
 
-2002-12-20 Friday 15:28  jpsaman
+  * added vlc_url_t structure, vlc_UrlParse and vlc_UrlClean.
+  (It could avoid a lot of duplicated code...)
 
- Fixed path to pixmaps for GPE menu system.
+2003-11-07 Friday 17:43  fenrir
 
-2002-12-20 Friday 08:35  yves
+  * rtp: added a sdp options to export sdp. For now only as http.
+ options: #rtp{dst=ip,port=port,[sdp=http://ip:port/file],[mux=]}
 
- fixed my entry.
+2003-11-07 Friday 16:53  massiot
 
-2002-12-20 Friday 08:35  yves
+ * modules/packetizer/mpegvideo.c: Detect discontinuities and trash
+   corrupt packets. Also flag GOP headers with SOUT_BUFFER_FLAGS_GOP.
 
- - added rawdv plugin.
- - make it working again with daily CVS snapshot.
- - some typos fixed.
- - better workaround for broken mdk configure macro (aka don't harcore arch in name).
+2003-11-07 Friday 14:15  jpsaman
 
-2002-12-20 Friday 00:23  sigmunau
+ PDA interface:
+ * cleanup code
+ * cleanup interface
 
- * modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
- * modules/codec/vorbis.c: parse the vorbis comment (can anyone tell me why the
- comment is embedded in the logical stream and not directly in the
- container?). The vorbis comments are in utf8, so extended characters
- currently get messed up.
+2003-11-07 Friday 13:31  massiot
 
- Still tring to close #51
+ * Updated documentation.
 
-2002-12-19 Thursday 18:29  massiot
+2003-11-07 Friday 13:28  massiot
 
- Fixed an HTTP compliance issue (thanks Xag).
+ * modules/access/satellite: Big rework of the old satellite module.
+   - ability to select between different tuners if the board has several
+     tuners
+   - abitility to select between different demux if the board has several
+     demuxes
+   - if frequency isn't specified, do not try to tune the tuner and
+     assume some other software already did it
+   - set a bigger buffer size to avoid packet losses
+   - do not filter too many PIDs since some board only have 8 filters
+   - kludged so that the module works perfectly well with the demuxstream
+     demuxer
+   - use DMX_PES_OTHER all the time because some boards do not have a
+     decoder chip (this may be a problem for you)
 
-2002-12-19 Thursday 17:59  sigmunau
+ This changeset is part of the Dreambox port of VLC.
 
- the avi demux now gives some info about the file being played. One step
- towards closing bug #51. Type 'info' in the rc interface to test.
+2003-11-07 Friday 13:01  jpsaman
 
-2002-12-18 Wednesday 18:52  gbazin
+ PDA interface:
+ * Directory browsing works
+ * Coredump is solved
+ * Adding files or entire directories to the playlist GUI control works.
 
- * src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
- "sout-audio" config option that allows to selectively enable audio or
- video stream output. This is very useful if you want to play video on
- one computer and audio on another one ;)
+2003-11-07 Friday 12:27  fenrir
 
-2002-12-18 Wednesday 17:33  fenrir
+  * livedotcom.cpp: - better pts handling  but still bad. (and using rtsp
+  over tcp doesn't really work yet).
+                    - fixed bad usage of delete vs delete[]
+ (using --rtsp-tcp still leads to segfault)
 
-  * mpeg4video: repeat vol headers every 30 frames (But it is buggy)
+2003-11-07 Friday 10:31  rocky
 
-2002-12-18 Wednesday 17:31  fenrir
+ Need to change libvcdinfo to be more robust when there are
+ reading the extended PSD. Given that area-highlighting and
+ features in the extended PSD haven't been implemented,
+ best then to not try to read this at all.
 
-  * video.c: with mpeg4 stream, we try to decode a picture only when we have
- received an header (vol). (It prevents some segfaults with mpeg4 streaming).
+2003-11-07 Friday 09:24  jpsaman
 
-2002-12-18 Wednesday 17:27  fenrir
+ Basic functionality of File tabpage is working.
 
-  * ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
- Becareful that up to now, it's more a hack. (I need to add SL streams
- managments)
+2003-11-07 Friday 07:59  jpsaman
 
-2002-12-18 Wednesday 17:16  sam
+ Removing GPE specific stuff.
 
-   * ./modules/demux/avi/libavi.c: added an additional sanity check for
-     corrupted headers.
+2003-11-07 Friday 00:28  fenrir
 
-2002-12-18 Wednesday 16:52  fenrir
+  * more tolerant  sdp check when using  rtsp://. (SDP from some  DSS have a
+  lot of mandatory fields missing, like v, o, and s)
 
-  * libavi.c: a sanity check to prevent some segfault with corrupted
- header.
+2003-11-06 Thursday 22:23  zorglub
 
-2002-12-18 Wednesday 16:03  sam
+ Sync with latest changes
 
-   * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
-     tells what libavcodec build it was built with.
+2003-11-06 Thursday 22:14  fenrir
 
-2002-12-18 Wednesday 15:17  sam
+  * livedotcom.cpp: use live.com library to read rtsp and sdp file.
+     TODO:
+         - handle PTS (for now, I just use mdate() :)
+         - support TS/PS (hard as it needs a lot of work on TS/PS demuxers).
+         - support X-QT and X-QUICKTIME. (I don't know if it's really used).
+         - implement pause, seek ...
+         - clean up/bugs fixes...
+         - ...
 
-   * fixed several format string inconsistencies and deprecated C constructions.
+2003-11-06 Thursday 20:12  gbazin
 
-2002-12-18 Wednesday 13:18  sam
+ * modules/demux/mpeg/ts.c: compilation fix for old libdvbpsi.
 
-   * ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
-     prototype.
+2003-11-06 Thursday 19:35  nitrox
 
-2002-12-18 Wednesday 12:47  sam
+ . a small fix .... (many other to follow in the next days)
 
-   * ./include/vlc_messages.h: msg_* functions now use the same argument type
-     checks as printf. Only works with gcc 3.2 it seems.
+2003-11-06 Thursday 18:55  hartman
 
-2002-12-18 Wednesday 10:27  sam
+ * Going to Fullscreen was effecting all vout's. should affect only the frontmost one.
 
-   * ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
-   * ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution,
-     thanks to Stepan Roh for spotting this.
+2003-11-06 Thursday 18:35  hartman
 
-2002-12-18 Wednesday 09:08  gbazin
+ * Updated the Output dialog.
+   - support for slp
+   - support for theora
+   - support for demuxdump
 
- * src/video_output/video_output.c: fixed a bug concerning the aspect
- ratio in vout_Request().
+2003-11-06 Thursday 17:08  nitrox
 
- * INSTALL.win32: small update to the documentation.
+ . I422 -> YV12 Chroma
 
-2002-12-18 Wednesday 02:34  fenrir
+ This work is part of the work done by Anevia for the "Gran Theatro del
+ Barcelona".
 
- * mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.
+2003-11-06 Thursday 16:54  nitrox
 
-2002-12-17 Tuesday 22:58  fenrir
+ . 422 deinterlacing (bob and blend filters)
 
-  * bits.h: fixed a stupid bug.
 * ts.c: removed an unused variable.
+ This work is part of the work done by Anevia for the "Gran Theatro del
Barcelona".
 
-2002-12-17 Tuesday 22:15  gbazin
+2003-11-06 Thursday 16:37  nitrox
 
- * modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
- didn't find a way to detect correctly a raw dv file so for now we just
- check the file extension (.dv). You can additionaly force this demuxer.
+ oups, ... forgot the interesting file !
 
- PS: the ffmpeg plugin works quite well for decoding dv videos.
+2003-11-06 Thursday 16:36  nitrox
 
-2002-12-17 Tuesday 22:04  jpsaman
+ dvbsub.c: DVB subtitles decoder (ETSI EN 300 743). There is still a lot of
+           things to write to implement competely the standard but this decoder
+           will work in most of the pictures subtitles cases. Text subtitles
+           decoding is not implemented at all.
+           This decoder has been validated with CAVENA encoders after few
+           remarks of their developpers.
 
- Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0  still needs to be done.
+ include/*: addded a p_spuinfo field in the decider_fifo_t and the
+            es_descriptor_t
 
-2002-12-17 Tuesday 15:39  sam
+ codecs.h: added a dvb_spuinfo_t structure to identify the id of the selected
+           track.
 
-   * ./bootstrap: added warning messages for old automake versions.
+ modules/demux/mpeg: added the support of the dvb subtitles track. Need last
+                     libdvbpsi (0x59 descriptor) to compile. The demuxer
+                     creates n fake ES as each ES carries up to 256 subtitles
+                     tracks.
 
-2002-12-17 Tuesday 10:54  sam
+ This work is part of the work done by Anevia for the "Gran Theatro del
+ Barcelona".
 
-   * ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.
+2003-11-06 Thursday 16:28  hartman
 
-2002-12-17 Tuesday 00:25  massiot
+ * changed how cursor hiding works. Not perfect, but it's less complicated.
+   - less vague bugs :)
+ * changed the global hotkey for play/pause to command-p since 'space' won't be
+   defined as the hotkey. i was sick of all the hacks i had made to have it work
+   that way, so the end. space only works in the vout from now on.
 
- Fixed (again) a rendering bug on big endian systems. :-p
+2003-11-06 Thursday 16:06  massiot
 
-2002-12-16 Monday 23:06  jpsaman
+ * New (experimental and incomplete) demuxstream module. It bypasses the
+ stream output, and takes what comes from a DVB card and sends it onto
+ the network. I didn't activate it in configure.ac because I suspect there
+ might be problems with iovec on Windows (and there is probably a better
+ way to do it).
 
- Cleanup action.
+2003-11-06 Thursday 10:09  sam
 
-2002-12-16 Monday 22:48  jpsaman
+   * bootstrap: remove autom4te.cache before running autoconf
 
- Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.
+2003-11-06 Thursday 09:59  gbazin
 
-2002-12-16 Monday 21:18  titer
+ * modules/misc/sap.c: compilation fix.
 
-  Fixed a possible crash.
+2003-11-06 Thursday 01:49  garf
 
-2002-12-16 Monday 19:30  gbazin
+  * http interface: added volume control (relative or absolute) and
+                  sort playlist function.
 
- * modules/demux/ogg.c: added support for the old type of headers produced by the first
- versions of OggDS.
+2003-11-06 Thursday 00:12  gbazin
 
-2002-12-16 Monday 17:48  gbazin
+ * modules/access/v4l/v4l.c: big clean-up of the Video4Linux input.
+    New --v4l-vdev and --v4l-adev config options and the ability to play an audio only stream.
 
- * modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
- the "server-port" config variable in the access plugins. access_output plugins will now
- pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks
- Meuuh)
+2003-11-05 Wednesday 23:32  hartman
 
-2002-12-16 Monday 16:17  fenrir
+ * Compilation fix. One to many )
 
-  * compilation fix for Os X.
+2003-11-05 Wednesday 23:28  fenrir
 
-2002-12-16 Monday 14:04  fenrir
+  * sap: big clean up + some buffer overflow fixes (still need some work).
 
-  * libavi.c: improved parsing of some corrupted files.
+2003-11-05 Wednesday 20:06  gbazin
 
-2002-12-16 Monday 11:49  fenrir
+ * modules/gui/wxwindows/streamout.cpp: fixed a couple of things.
 
-  Should fix compilation/configuration with --with-ffmpeg options.
+2003-11-05 Wednesday 18:59  gbazin
 
-2002-12-16 Monday 01:41  babal
+ * include/vlc_codec.h, modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: tell the encoder to respect the aspect ratio of the input.
+ * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
+ * src/misc/configuration.c: use strtol() instead of atoi().
 
- - disc.* : a few enhancements in the design of the "open disc" dialog
-   box, including the ability to select dvd menus instead of a particular
-   title and chapter
- - preferences.dfm : multiline tabs
+2003-11-05 Wednesday 17:57  gbazin
 
-2002-12-16 Monday 00:39  fenrir
+ * src/input/input.c: honor the --demux config option (will be overriden if demux is specified in the MRL).
+    I'm not exactly sure this is wise as some users will surely fuck-up their preferences and force a specific demux...
+    but this also allows me to specifiy the demuxdump demux with an input option (very handy to include the demuxdump option in the streamout gui dialogs).
+ * src/misc/modules.c: changed module_Need() to use var_Get() instead of config_Get.
 
-  * modules/mux/mpeg/*: should fix builtin compilation
-  * modules/access/ftp.c : an ftp access, buggy but it begins to work.
- The main issue is about password confidentiality so you must know
- what you are doing :((
+ * modules/gui/wxwindows/*: moved the demuxdump option from the open dialog to the streamout dialog.
 
-2002-12-15 Sunday 23:55  yves
+2003-11-05 Wednesday 17:46  gbazin
 
you can now build RPMs.
- (ffmpeg still not working properly cause configure.ac seems to sucks)
* modules/codec/ffmpeg/encoder.c: fixed bug in the audio encoder.
+ * modules/gui/wxwindows/preferences_widgets.*: bug fix.
 
-2002-12-15 Sunday 23:54  jpsaman
+2003-11-05 Wednesday 09:16  gbazin
 
Packaging files for Familiar GPE and OPIE releases.
* include/video_output.h: forgot this file in the vout_Synchro commit yesterday.
 
-2002-12-15 Sunday 23:48  jpsaman
+2003-11-05 Wednesday 02:43  gbazin
 
- Familiar interface build with GPE support does not use NEED_GTK_MAIN.
+ * modules/gui/wxwindows/preferences_widgets.*: added a refresh button for config vars with choices lists which have a pf_list_update callback.
+ * modules/access/dshow/dshow.cpp: provide a callback to update the devices lists.
 
-2002-12-15 Sunday 23:45  jpsaman
+2003-11-05 Wednesday 01:47  fenrir
 
- Make distinction between GPE and GTK_NEED_MAIN way of handling interface.
- Trying to fix change directory crash while entering keys in combobox.
+  * all: who has seen that I have just forgot to release any buffers...
 
-2002-12-15 Sunday 23:45  ipkiss
+2003-11-05 Wednesday 00:40  hartman
 
- I forgot this file in my previous commit...
+ * moved garfou's changes before a variable that is at risk of overflow
+   maybe this will fix the random crashes?
 
-2002-12-15 Sunday 21:48  jpsaman
+2003-11-05 Wednesday 00:39  gbazin
 
- Fix crash on directory change.
+ * include/configuration.h: some small re-work of the config declaration macros.
+    String choices lists can now also have a list of text descriptions associated with them.
+    Added integer choices lists.
+ * modules/gui/wxwindows/: modified config widgets to use the new config options.
+ * ALL: updated for the new config options.
 
-2002-12-15 Sunday 19:37  ipkiss
+2003-11-05 Wednesday 00:17  hartman
 
-  * ./modules/gui/wxwindows: added a log window
+ Please test if this has any regressions
 
-2002-12-15 Sunday 17:28  gbazin
+ * include/codecs.h:
+   - created a subtitle_data_t to be used by subtitle demuxers
+     and decoders to pass information.
+   - ToDo: access/dvd/es.c and spudec need to be fixed to use the palette field
+     of this new struct.
+ * modules/codec/subsdec.c:
+   - moved the decoding of ssa textlines to here.
+   - ToDo: support for any tags is lacking atm., but now possible.
+ * modules/demux/mkv.cpp:
+   - ssa is now passed undecoded to ssa subsdec.
+   - ssa headers are passed to ssa subsdec via subtitle_data_t
+   - ToDo: decode idx header info and fill the subtitle_data_t
+   - ToDo: support for compressed vobsubs.
+ * modules/demux/util/sub.?:
+   - moved ssa decoding out of here.
+   - ToDo: add support for multiple tracks
+   - ToDo: implement reading vobsub .sub files (not .idx)
 
- * include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used
- later on by the object variables functions. I'm adding it now because it also happens to
- solve a binary compatibility problem between gcc and bcc. (depending on compilers,
- structs of 32 < size <= 64 bits can be returned either in a register or in the stack).
+2003-11-04 Tuesday 17:46  gbazin
 
-2002-12-15 Sunday 00:17  jpsaman
+ * src/video_output/vout_synchro.c, include/vout_synchro.h: got rid of the dependency on the vout.
+ * modules/codec/libmpeg2.c: updated with the synchro api changes.
 
- Fix for building Familiar interface with libgpewidget0 library.
+2003-11-04 Tuesday 15:52  garf
 
-2002-12-14 Saturday 23:33  fenrir
+  * http interface: added "fullscreen" and "keep" functions
 
-  * libvlc.h: Fix mux/access_output options.
+2003-11-04 Tuesday 15:31  sam
 
-2002-12-14 Saturday 22:32  fenrir
+   * bootstrap: Fixed an automake breakage when gettext is not present.
 
-  Added stream output. (common work with titer).
+2003-11-04 Tuesday 15:26  sam
 
-2002-12-14 Saturday 20:43  gbazin
+   * debian/control:
+     + Build-depend on fixed dvb-dev packages.
 
- * src/libvlc.c: oops, forgot to remove a debug message.
+2003-11-04 Tuesday 14:51  fenrir
 
-2002-12-14 Saturday 20:34  gbazin
+  * adpcm: converted to new API (need more testing).
 
- * src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
-    vlc_object_get() now increments the refcount of the object so you'll need to release
- the object at some point.
- * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
- which points to a vlc_list_t.
+2003-11-04 Tuesday 11:11  titer
 
-2002-12-14 Saturday 20:19  gbazin
+  + configure.ac:
+      fixed a link issue on BeOS
+  + modules/demux/util/sub.c:
+      gcc != 3 fix
+  + modules/gui/beos/*:
+      compile fixes; never replace int32 with int32_t, these are not the
+      same on BeOS (long/int)
 
- * src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
+2003-11-04 Tuesday 02:23  fenrir
 
-2002-12-14 Saturday 19:57  fenrir
+  * input: fixed position-offset, time and time-offset.
 
-  * all: with mpeg4 video I changed the way that some initialisation data
- are passed (more logical).
+  * hotkeys: never _never_ use  demux_Control outside of src/input/ (it's
+  completely broken,  there is a lot  more things to do),  all interfaces
+  have  to  use  var_Get/Set  (time(-offset),  position(-offset),  state,
+  rate(-slower|-faster)...  ).
+  Btw,   input_SetStatus,   input_Seek,   input_Tell,   input_ChangeArea,
+  input_ToggleES,  will   be  quickly   obsolete  and   removed(at  least
+  unavailable for intf), so we should convert remaining interfaces (ie all
+  except wx, osx, rc, http, hotkeys).
 
-2002-12-14 Saturday 02:05  babal
+  * avi: implemented DEMUX_SET_TIME (not yet used).
 
- - support for Windows style file names for relative paths
- - when eol_tok is '\n', use last line even if eol_tok isn't present
+2003-11-04 Tuesday 01:27  fenrir
 
-2002-12-13 Friday 23:11  yves
+  * araw: ported to new API.
 
- adaptation for 0.5 branch. almost working :)
+2003-11-03 Monday 23:05  fenrir
 
-2002-12-13 Friday 18:05  babal
+  * removed old faad detection.
 
- - * : start playing only when opening a stream from the main window;
-   when opening it from the playlist window, add it to the list, but
-   don't change anything to the playing state and current stream.
+2003-11-03 Monday 22:36  sam
 
- - playlist.dfm : proper resizing behaviour
+   * modules/misc/sap.c: fixed a warning and some coding style insanities.
 
-2002-12-13 Friday 17:26  babal
+2003-11-03 Monday 22:30  fenrir
 
- - vlc_playlist.h, playlist.c: added the ability to save a playlist to
-   and restore it from a file chosen by the user.
+  * all: ported the faad decoder to the new API (btw, aac HE untested).
+  I have not kept the compatibility with older faad version (but check is
+  still be  done in configure.ac). (I  didn't like it as  old version are
+  really buggy).
 
- - win32/*:
+2003-11-03 Monday 20:22  gbazin
 
-   - implementation of the previous feature in the win32 interface
- >   -> what the other interfaces need to do to support it is simply to
- >      call the two following functions:
- >       int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
- >       int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
- >      where psz_filename is the name of the destination/source file.
+ * modules/access/dshow/*: attempt at supporting DV inputs (completely untested).
 
-   - ability to open several files at a time
+2003-11-03 Monday 15:27  hartman
 
-2002-12-13 Friday 11:09  sam
+ * modules/gui/macosx/*: Commit of the Visualizations menu item.
+ * ALL: bring the project files to XCode.
+   10.2 users should revert the change in Makefile.am or they won't be able to
+   build VLC on their machine. Editing the project files will probably also not
+   be possible for them.
 
-   * ./Makefile.am: added missing files for make dist.
-   * ./configure.ac.in: removed unpopular warnings.
-   * ./po/*: updated potfiles.
+2003-11-03 Monday 14:02  gbazin
 
-2002-12-13 Friday 04:52  videolan
+ * modules/demux/mpeg/*: added support for ISO/IEC 13818-7 Audio with ADTS transport syntax to the TS demux.
 
-  * ./modules/win32/menu.cpp: reorganized the code for menus generation,
-    and got rid of the global variable (at last!) in the win32 interface.
+2003-11-03 Monday 03:21  garf
 
- Please check that navigation and language selection aren't too much
- broken for DVDs...
+  * http.c,index.html: add seek function in http interface. Also added "stream_position", "stream_length", and "stream_time" which could be usefull later (for a slider, for example :) )
+  * changed http interface more "neutral" colors
 
-2002-12-13 Friday 02:56  gbazin
+2003-11-02 Sunday 23:13  zorglub
 
- * ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified
- to use this new type.
+ Removed debug messages
 
-2002-12-13 Friday 02:50  gbazin
+2003-11-02 Sunday 22:51  gbazin
 
- * modules/gui/wxwindows/*: added skeleton for popup contextual menu.
- * modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning
- fixes.
+ * modules/control/http.c: cough cough.
 
-2002-12-12 Thursday 16:23  gbazin
+2003-11-02 Sunday 22:28  gbazin
 
- * src/input/input.c: forgot to commit this during my last commit :p
+ * Makefile.am: small change to the package-win32 target.
 
-2002-12-12 Thursday 16:10  gbazin
+2003-11-02 Sunday 22:16  gbazin
 
- * src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
- input_thread_t (initialised to DEFAULT_PTS_DELAY).
- * modules/access/*: i_pts_delay is now configurable on an access module basis. The pts
- delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2
- seconds worth of caching.
+ * modules/gui/wxwindows/preferences_widgets.cpp: show the current value when using sliders.
 
-2002-12-12 Thursday 14:09  sam
+2003-11-02 Sunday 22:15  gbazin
 
-   * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
-     builds.
+ * modules/demux/util/id3.c, modules/demux/util/id3tag.c: don't use input_Peek() to read an id3 tag as these tags can be bigger than what input_Peek() can read.
 
-2002-12-12 Thursday 13:24  sam
+2003-11-02 Sunday 21:26  gbazin
 
  * ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.
* Makefile.am: include the .css file from the html interface into the win32 package.
 
-2002-12-12 Thursday 12:37  ipkiss
+2003-11-02 Sunday 19:26  gbazin
 
-  * ./modules/gui/win32: added management for "float" config options
-    (thanks Garf)
+ * modules/control/http.c: delete command supports a list of items.
+ * doc/intf-http.txt: update for delete command.
+ * share/http/index.html: added the possibility to delete playlist items.
 
-2002-12-12 Thursday 12:29  massiot
+2003-11-02 Sunday 18:03  sigmunau
 
- Fixed a possible deadlock.
+ modules/demux/mkv.cpp:
+  * proper fix for timing with vobsub tracks ( and possibly some other cases )
 
-2002-12-12 Thursday 11:56  garf
+2003-11-02 Sunday 16:12  sigmunau
 
-  * fixed one or two things (thanks sam)
+ modules/demux/mkv.cpp:
+  * fix a segfault on close caused by setting default language
 
-2002-12-11 Wednesday 22:50  jpsaman
+2003-11-02 Sunday 12:22  gbazin
 
- Fixed qte video output segmentation fault during initialization.
- The following things have still to be fixed:
- - segmentation fault on destroy
- - video placing and
- - orientation
- - video line spacing is wrong
+ * src/audio_output/input.c: on-the-fly visualization changes.
+ * modules/gui/wxwindows/menus.cpp: added a visualization entry.
 
-2002-12-11 Wednesday 21:13  fenrir
+2003-11-02 Sunday 06:33  hartman
 
-  * all: access plugins should not modify
- p_input->stream.p_selected_area->i_tell when reading data. (It's done in
- input_SplitBuffer). (But access should still set it on a "seek")
+ * modules/audio_output/input.c: created variables to allow for a autogenerated
+   Visualizations menu (is this the right location?)
+   Problems currently are: Doesn't work on the fly. where to start?
+   For that reason it now also uses config options instead of variables.
+ * modules/visualization/visual/visual.c: small adaptions
+ * modules/gui/macosx/controls.m: fix warnings.
 
-2002-12-11 Wednesday 18:27  bozo
+2003-11-02 Sunday 01:41  hartman
 
- New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.
+ * Fixed bugs in parsing SSA lines. Turns out we are currently parsing within demuxers.
+   The parsing of lines should of course be moved to the decoder level.
 
-2002-12-11 Wednesday 00:34  gbazin
+2003-11-01 Saturday 21:50  fenrir
 
* modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
 * added stream_out_rtp.
 
-2002-12-10 Tuesday 22:55  gbazin
+2003-11-01 Saturday 14:35  hartman
 
- * src/audio_output/filters.c: fix for resampler buffer size.
+ * an ebuild that pulls vlc from cvs and installs that.
 
-2002-12-10 Tuesday 19:22  gbazin
+2003-11-01 Saturday 10:07  sam
 
- * ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable
- doesn't exist, but the rest of the code wasn't updated according to this new behaviour.
- * modules/audio_output/waveout.c: changed a few error messages into warning messages.
+   * debian/control:
+     + Build-depend on a newer wxwindows version to avoid incompatibilities.
+     + Build-depend on linux-kernel-headers and build-conflict on dvb-dev
+       because these packages cannot be installed together.
+   * debian/rules:
+     + Temporarily disabled the framebuffer video output plugin because of
+        current code errors in linux-kernel-headers.
 
-2002-12-10 Tuesday 16:51  ipkiss
+2003-11-01 Saturday 06:57  fenrir
 
-  * ./modules/gui/win32: deletd a dependancy with a global variable
+  * rtp: added l8 (u8 samples) and l16 (s16b samples) support (eg to use with
+  transcode).
 
-2002-12-10 Tuesday 15:19  gbazin
+2003-11-01 Saturday 06:56  fenrir
 
* include/configuration.h: fixed my previous fix.
 * araw: mhh, aout_buffer_t.i_nb_samples is samples _per_ channels...
 
-2002-12-10 Tuesday 13:46  gbazin
+2003-11-01 Saturday 06:27  fenrir
 
- * configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
- * include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
- to put things in the stack instead of the data segment.
+  * araw: added pseudo raw encoder. (s16b and s16l -> u8,s8, s16l,s16b).
 
-2002-12-10 Tuesday 11:22  fenrir
+2003-11-01 Saturday 04:17  fenrir
 
-  ffmpeg: adapted to current cvs version. It should still compile with older
- one (Please reports if it doesn't).
+  * rtp: - added TS/PS support. (ex: #rtp{dst=ip,port=port,mux=ts} )
+        PS will work if there is only one stream as the muxer doesn't set
+        correctly dts/length for muxed packets. (so pretty useless ;)
+         - added mpeg1/2 video. (how overcomplicated is rfc2250),
+        tested with mplayer+live.com (but I'm not sure that my ES parsing
+        is ok.)
+         - btw, there is a ttl option.
 
-2002-12-10 Tuesday 01:02  gitan
+2003-11-01 Saturday 00:15  fenrir
 
- fixed a segfault under windows.
+  * rtp: Added mpeg4 video(rfc 3016) and audio(mpeg4-generic). ( but far
+        from perfect)
+         Use udp raw mode.
+         Generate a SDP file (for now it is just fprintf to stderr).
+         The streams produced work under gmp4player. (mpeg4ip)
 
-2002-12-10 Tuesday 00:37  gbazin
+2003-11-01 Saturday 00:11  fenrir
 
- * include/configuration.h: rolled back the last changes made to this file. There is no
- sense in manually initializing all the fields of module_config_t as it will be done by the
- compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
- that manually initializes structures to 0.
+  * udp: added a new option: raw, to use it udp{raw} (It doesn't try to
+ fill packet send to mtu size, needed by rtp)
 
-2002-12-09 Monday 22:37  jpsaman
+2003-10-31 Friday 23:57  sam
 
- Syncing functionality with vlc-0.4.6
+   * The "coincoin" Debian upload (no, it's not a cocker).
 
-2002-12-09 Monday 22:36  jpsaman
+2003-10-31 Friday 22:46  hartman
 
- Fixed segfault in Qt Embedded Video Output.
+ * starting support for external vobsubs.
+   we can now read the .idx file. TODO:
+   - create a structure to store subinfo in (like WAVEFORMATEX and BITMAPINFO
+   - allow for multiple tracks in the sub demux
+   - open the .sub vobsub file, remove the mpeg crud and prepare a packet
+     for spudec.
 
-2002-12-09 Monday 14:37  titer
+2003-10-31 Friday 18:18  gbazin
 
-  * AudioOutput.cpp: added sanity tests;
 * VlcWrapper.h, Interface.cpp: removed an unused variable.
+ * modules/control/hotkeys.c: use demux_Control( p_input, DEMUX_SET_TIME, ...) to seek, for better precision.
* modules/video_output/directx/events.c: fix to catch the Alt key.
 
-2002-12-09 Monday 08:57  titer
+2003-10-31 Friday 16:57  fenrir
 
-  * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
-     audio output;
-  * VlcWrapper.cpp: handle volume using aout3 features.
+  * begin to add a rtp mixer. For now it support mpeg audio and ac3(untested).
+  TODO: (a lot of work)
+     - gather multiple small frames in one packets (not really important).
+     - add mpeg 1/2 video
+     - export a sdp file (needed for all next codecs).
+     - add mpeg4 audio/video
+     - add ts/ps over RTP.
+     - perhaps ogg over RTP if something is abled to read that.
 
-2002-12-09 Monday 04:36  titer
+  command: #rtp{dst=ip,port=port,[mux=muxer]} (mux not yet implemented)
 
-  Default re-enabled dvd module.
-   --disable-dvd works anyway.
+  It automaticaly uses ip:port, ip:port+2, ip:port+4 ... (port should
+  be odd btw)
 
-2002-12-09 Monday 01:52  babal
+2003-10-31 Friday 15:54  hartman
 
- - new headphone channel mixer with virtual spatialization effect : This
-   effect should give you the feeling that you stands in a real room with
-   a complete 5.1 speaker set when using only a headphone, providing a
-   more realistic sound experience. It should also be more comfortable
-   and less tiring when listening to music for long periods of time.It
-   works with any source format from mono to 5.1.
+ * modules/demux/mkv.cpp: Set English as the default for track language.
+ * modules/gui/macosx/vout.m: removed debug
+ * modules/gui/macosx/open.m: Panther compilation fixes
+ * modules/gui/macosx/controls.m: OSDMessages :)
 
-   -> please try it and feel free to give me some feedback. Some
-      improvements are already planned (adding echo, more configuration
-      options, ...).
+2003-10-30 Thursday 23:17  hartman
 
- NB: whereas the filter itself is in a (very first) stable version, the
-     way it is integrated to the filter chain is only a _temporary_ hack
-     since it's the audio ouput core (input.c actually) which is directly
-     responsible for it. Integrating it in a more suitable way will
-     probably require some work on the way the filters are selected as
-     well as on the configuration level, but I'm working on it :)
+ * Use the new vout_OSDMessage on the new hotkeys functions.
 
-2002-12-09 Monday 00:38  massiot
+2003-10-30 Thursday 22:34  hartman
 
- * Updated aout3 developer doc.
- * Reworked the Open... menu items, and added the ability to use libdvdplay.
- * Sound output menu is now under Controls.
+ * implemented a vout_OSDMessage to display messages on the video at a specific
+   location by any module.
+ * added a OSD config option to the Video options. this will allow you to disable
+   the messages printed by OSDMessage. Subtitles will still be shown however.
+ * src/audio_output/intf.c: volumeSet sets the intf-change variable.
+ * modules/gui/macosx/vout.m: fix the modifier detection.
 
-2002-12-08 Sunday 22:05  jpsaman
+2003-10-30 Thursday 21:44  gbazin
 
Fixed build and linking for qte video output and made modifications to iPaq packaging files.
* include/modules_inner.h: bigger p_config[] array because the main module is becoming quite big.
 
-2002-12-08 Sunday 20:56  gbazin
+2003-10-30 Thursday 17:59  gbazin
 
- * modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop
- yet). Compilation fix for MacOSX as well (wxEntry() not declared).
- * src/misc/variables.c: added a FreeMutex() function.
+ * modules/gui/skins/win32/*: fixed a problem with drag&drop when restarting the skins engine.
 
-2002-12-08 Sunday 17:16  jpsaman
+2003-10-30 Thursday 17:58  gbazin
 
- - Updated Maintainers file
- - fixed --disable-dvd, it did not work
- - updated iPaq familiar buildscripts
+ * modules/control/hotkeys.c, src/libvlc.h, include/vlc_keys.h: added hotkeys for jump actions.
 
-2002-12-08 Sunday 15:47  gbazin
+2003-10-30 Thursday 12:01  gbazin
 
- * configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.
+ * modules/stream_out/transcode.c: fixed last pts/dts calculation breakage.
 
-2002-12-08 Sunday 06:30  jlj
+2003-10-30 Thursday 00:12  sigmunau
 
-   * ALL: Under Jaguar, vout no longer depends on any specific MacOS X
-          intf. wxWindows should work (not tested). Closes #33.
+ modules/demux/mkv.cpp:
+  * fixed timing with vobsubs
 
-2002-12-08 Sunday 01:41  massiot
+2003-10-29 Wednesday 23:36  sigmunau
 
- New vlc_thread_set_priority function, to set the priority of the main
- thread.
+ modules/demux/mkv.cpp:
+  * added support for matroska files with embedded spu tracks, what the
+    matroska people call VobSubs
 
-2002-12-08 Sunday 00:50  massiot
+2003-10-29 Wednesday 23:31  gbazin
 
- * configure.ac.in: Disabled -Wtraditional as it produces much more bogus
-   warnings than real ones.
- * audio output: New intf-change variable to know when audio-channels
-   and audio-device have changed.
- * video output: New intf-change variable and vout_VarCallback, to know
-   when video-device has changed (OS X port).
- * modules/gui/macosx/*: Menus for audio channels, implemented volume
-   management, added a menu for screen selection.
+ * modules/gui/wxwindows/preferences_widgets.cpp: attempt at optimizing KeyConfigControl which is really slow on wxGTK.
 
-2002-12-07 Saturday 23:29  titer
+2003-10-29 Wednesday 22:25  zorglub
 
-  * default disabled SAP under BeOS
+ Wrap help at 72 chars instead of 80 to get our whole text displayed in the normal size
 
-2002-12-07 Saturday 23:15  gitan
+2003-10-29 Wednesday 21:04  gbazin
 
fixed my last commit.
* modules/gui/wxwindows/preferences.cpp: restored the old size of the preferences panel... it is big enough already.
 
-2002-12-07 Saturday 23:00  titer
+2003-10-29 Wednesday 20:53  gbazin
 
-  * use RGB32 BBitmap. That fixes the bad-looking picture in
-    non-overlay mode (thanks Sam).
+ * modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO only supported from version 4676.
 
-2002-12-07 Saturday 16:25  gbazin
+2003-10-29 Wednesday 19:35  gbazin
 
- * ALL: a few updates to the variables API:
-   - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
- instead. This simplifies things and avoid the strange command variables behaviour. Command
- variables will now trigger their callback on var_Set() like any other variables (look in
- modules/control/rc/rc.c for an example).
-   - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
-   - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
- VLC_VAR_ISCOMMAND for instance.
+ * modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only available on recent ffmpeg versions.
 
-2002-12-06 Friday 23:44  gitan
+2003-10-29 Wednesday 18:54  gbazin
 
- * sap.c : make it more compliant (as far as sdp is involved).
- * playlist.c : fixed a memory leak
- * configure.ac.in : added link flags
+ * modules/gui/wxwindows/*: fixed breakage.
 
-2002-12-06 Friday 22:27  gbazin
+2003-10-29 Wednesday 18:00  zorglub
 
- * configure.ac.in: fixed typo. For dvdread support we have to check for
-  dvdread/dvd_reader.h, not dvdread/dvdread.h.
+ Grmbl, it was obvious I would forget to add the new files
 
-2002-12-06 Friday 17:34  sam
+2003-10-29 Wednesday 17:32  zorglub
 
-   * ./configure.ac.in: removed -W in favour of -Wtraditional.
-   * ALL: a bunch of additional warning fixes.
+ * src/playlist/* && Makefile.am
+    - splitted the enormous playlist.c file
+    - implemented a better item group system: groups have a name
+      and must be created before use by
+       playlist_CreateGroup( p_playlist, "newgroupname")
 
-2002-12-06 Friday 15:22  fenrir
+ * modules/misc/sap.c
+    - Create our own playlist group ("SAP") and use it
 
-  all: fix some minors warnings.
+ * modules/access/slp.c
+    - Create our own playlist group ("SLP") and use it
 
-2002-12-06 Friday 14:05  sam
+ * modules/demux/util/id3tag.c
+    - Trigger playlist update when we have parsed our tag
 
-   * ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
-     a bug I found in Read(). No idea whether it was triggered before nor what
-     it was doing, though :)
+ * modules/gui/wxwindows/interface.cpp
+    - Fixed the about box by using vlc_wraptext
+    - Added the simple open and the streaming wizard icons
+            *** Icons need to be changed ! ***
+    - Added the visualization to the extended gui
 
-2002-12-06 Friday 13:54  sam
+ * modules/gui/wxwindows/preferences.cpp && include/vlc_help.h
+    - Enlarged the window to fit the wrapped text
+    - Added help for audio encoders
 
-   * ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
-     meant strlen(), removed useless strcmp() calls, implemented atoll() for
-     systems where it does not exist, fixed a memory leak, fixed a minor data
-     corruption.
+ * modules/gui/wxwindows/stream.cpp  & open.cpp & include/vlc_interface.h
+    - Created a "streaming wizard" window (3-step streaming)
 
-2002-12-06 Friday 13:18  sigmunau
+ * modules/gui/wxwindows/iteminfo.cpp:
+    - Group change is now based on the name
 
- some support for redirection. Moved the break on returncode >=400 to after
- the header parsing. This will be usefull if anyone wants to implemet
- http-passwd support
+ * modules/gui/wxwindows/playlist.cpp
+    - Added author and group columns to the listview
+    - Redesigned the window
+    - Added the Sort menu with several criteria (title, author, group)
+    - Added up/down buttons to move an item in the playlist
+    - Added the group menu to enable/disable a group in an understandable way
 
-2002-12-06 Friday 12:53  fenrir
+ TODO:
+ -----
 
-  * ffmpeg: sync with latest ffmpeg cvs. As it need too much
- #if LIBAVCODEC_BUILD , I've enable direct rendering only with latest
- ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
+ * playlist core :
+    - Implement advanced sort capabilities  (multi-criteria)
+    - File format to save the new features
+    - export playlist (to M3U, eg)
+    - more robust group creation (duplicates check, ...)
 
-2002-12-06 Friday 11:10  sam
+ * wxWindows playlist:
+    The idea of a treeview seems impossible, because of wxWindow's treeview,
+    that don't allow multi-selection, and, as far as I know, multi-columns.
+    - Provide a frontend to advanced sort (when it's done :-) )
+    - Allow moving items by drag & drop (well, if possible, haven't checked yet)
+    - Allow moving several items at once
+    - Customizable listview (ability to remove/move columns)
+    - Find a solution to the focus problem
+      (when you change track, the selected one scrolls at the
+       bottom of the visible screen)
 
-   * ./src/*, ./include/*: fixed a bunch of badly initialized structures, a few
-     signed/unsigned comparisons, and removed trailing spaces here and there.
+ * wxWindows interface:
+    - New icons, our icons begin to get old and not so pretty
+    - Find a solution for the volume bar (nobody understands what it is)
 
-2002-12-06 Friday 07:42  babal
+2003-10-29 Wednesday 12:23  gbazin
 
-  * src/playlist/playlist.c : playing again a playlist already in a
-    playing state resets the input speed to normal to make sure the
-    stream isn't paused or slowed or played faster anymore.
-    By doing that, fixes the following bug of the Windows interface:
-    when pushing the play button on a paused or slowed stream, nothing
-    used to happen.
-  * modules/gui/win32/playlist.cpp : when pushing the play button and the
-    playlist is empty, displaying the playlist window
-  * win32.cpp : rephrasing the module description to "Native Windows
-    interface module"
+ * modules/misc/freetype.c: don't use the pitch of the picture to calculate the text alignment.
+ * modules/video_output/directx/events.c: fixed key modifiers detection.
+ * modules/gui/wxwindows/*: removed the sorted flag from a couple of comboboxes.
 
-2002-12-05 Thursday 22:49  jpsaman
+2003-10-29 Wednesday 11:54  hartman
 
Fix for SDL-1.2.5 it now has SDL postpended to the library path. I just rip it of now for --cflags.
* hopefully this fixes the instability of the osx vout.
 
-2002-12-05 Thursday 18:38  sam
+2003-10-29 Wednesday 02:13  hartman
 
-   * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it
-     choke on system headers.
+ * the OSX vout has support for the new hotkeys now. no prefs for it yet.
+   And this is no final solution, i think it should be handled in VLCApplication.
 
-2002-12-05 Thursday 18:16  sam
+2003-10-29 Wednesday 01:33  gbazin
 
-   * ./ipkg/Makefile.in: removed a file handled by automake.
-   * ./configure.ac.in: additional warning flags for GCC.
-        -Wconversion
-            Warn if a prototype causes a type conversion that is different from
-            what would happen to the same argument in the absence of a proto-
-            type.
-        -Wsign-compare
-            Warn when a comparison between signed and unsigned values could
-            produce an incorrect result when the signed value is converted to
-            unsigned.
-        -Wunreachable-code
-            Warn if the compiler detects that code will never be executed.
-        -Wdisabled-optimization
-            Warn if a requested optimization pass is disabled.
-     See the gcc documentation for more explanations. This triggers a lot of
-     warnings everywhere, and at first sight they're all worth fixing. Code
-     quality matters, too, so let's fix'em :)
+ * ALL: improved hotkeys support.
 
-2002-12-04 Wednesday 22:48  gbazin
+2003-10-29 Wednesday 00:04  sigmunau
 
- * modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
+ modules/misc/freetype.c:
+  * fixed freetype module on big endian systems
+  * removed a nasty debug line
+  * cosmetic fix
 
-2002-12-04 Wednesday 22:03  jpsaman
+2003-10-28 Tuesday 21:59  gbazin
 
- Build and packaging files for Opie and GPE.
+ * modules/video_output/x11/xcommon.c: hotkeys handling cleanup and support for ctrl/alt/shift modifiers.
+ * modules/gui/wxwindows/preferences_widgets.cpp: correctly select the active hotkey (needed on win32).
 
-2002-12-04 Wednesday 21:51  jlj
+2003-10-28 Tuesday 20:34  hartman
 
-   * ./modules/gui/macosx/vout.m: mouse coordinates support.
+ * fix the missing symbols ogg issue
 
-2002-12-04 Wednesday 21:51  jpsaman
+2003-10-28 Tuesday 20:15  hartman
 
- file rules.opie was initially added on branch v0_4_1_branch.
+ * src/misc/darwin_specific.m: fixed some languages.
+ * include/vlc_keys.h: added some extra keys on my keyboard.
 
-2002-12-04 Wednesday 21:51  jpsaman
+2003-10-28 Tuesday 17:02  gbazin
 
- Build scripts for building cross-compiling vlc for Opie and GPE.
+ * modules/video_output/directx/events.c: added centralized hotkeys support.
+ * modules/misc/freetype.c: fixed default font on win32.
 
-2002-12-04 Wednesday 21:51  jpsaman
+2003-10-28 Tuesday 14:51  sam
 
file rules.gpe was initially added on branch v0_4_1_branch.
  * include/vlc_keys.h: inlined the static function to avoid warnings.
 
-2002-12-04 Wednesday 21:41  jpsaman
+2003-10-28 Tuesday 14:17  gbazin
 
- Packaging files for opie-vlc
+ * modules/codec/ffmpeg/video.c: fixed screwed up indirect rendering.
+ * modules/codec/ffmpeg/postprocess.c: idem for postprocessing.
 
-2002-12-04 Wednesday 16:47  fenrir
+2003-10-28 Tuesday 07:17  ipkiss
 
-  * all: Fix an other (and last ? ;) endian issue.
+ Fix for a synchronization problem when a checkbox has 2 identical events
 
-2002-12-04 Wednesday 07:23  titer
+2003-10-27 Monday 22:42  jpsaman
 
-  * configure.ac.in, mms.c, sap.c, ipv4.c: added network support for BeOS 5
-    (Dano is no more needed); multicast still doesn't work.
-    UDP (unicast) and HTTP have been successfully tested, mms is untested.
-  * sap.c: BeOS doesn't have memccpy
-  * VideoOutput.cpp: forgot to remove a printf
+ PDA interface update:
+ * File tab is beginning to work
+ * Adding file to Playlist begins to work
 
-2002-12-04 Wednesday 03:16  titer
+ Note: not very usefull yet.
 
-  * InterfaceWindow.cpp: removed warnigs
-  * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
+2003-10-27 Monday 22:13  gbazin
 
-2002-12-04 Wednesday 00:36  gitan
+ * modules/gui/wxwindows/streamout.cpp: added theora to the list of video codecs and a few more bitrates.
 
- * src/playlist/playlist.c : Added playlist_AddItem (enqueues
- playlist_item_t instead of psz_target ). Now playlist_Add uses
- playlist_AddItem to enqueue.
- * include/vlc_playlist.h : Added a psz_uri field in the playlist_item_t
- structure.
- * src/input/input.c : takes item->psz_uri  argument to start playing an
- item.
+2003-10-27 Monday 21:54  gbazin
 
-2002-12-03 Tuesday 18:00  fenrir
+ * src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be modified on a per input basis.
 
-  * adpcm.c: add adpcm decoding support (Now just ms and ima adpcm from
- microfsoft, not yet ima4)
-  * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm
- could not work with asf because of asf audio scrambling unsupported in asf
- demuxer). Seek will not work, because vlc send garbage and then break stream
- alignment.(I will try to fix that).
+2003-10-27 Monday 20:53  gbazin
 
-2002-12-03 Tuesday 17:29  gitan
+ * modules/stream_out/transcode.c: bail out if we can't find an audio encoder.
 
- * Added a session announcement protol module (enabled by default).
- * Added the PLAYLIST_CHECK_INSERT option to the playlist. That option
- checks previously enqueued sessions before enqueing.
+2003-10-27 Monday 19:48  gbazin
 
-2002-12-03 Tuesday 13:59  sam
+ * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: move the ffmpeg pts hack to the ffmpeg encoder.
 
-   * ./src/libvlc.h: fixed an aspect ratio bug, we should default to the
-     stream's aspect, not to square pixels.
+2003-10-27 Monday 18:57  rocky
 
-2002-12-03 Tuesday 03:00  titer
+ Don't assume when Activate is called that i_tell is at the beginning of
+ an MPEG. Instead save that position seek to the beggining and restore
+ the position. This allows Video CD's to be able to start from an
+ entry other than the first one of a track.
 
-  * added mouse management in the BeOS video output.
-    Now DVD menus work thanks to libdvdplay.
+2003-10-27 Monday 17:50  gbazin
 
-2002-12-03 Tuesday 00:58  titer
+ * modules/codec/vorbis.c: fixed vorbis encoding.
+ * modules/codec/ffmpeg/*: fixed ffmpeg encoding.
+ * modules/stream_out/transcode.c: transcoding is working again.
 
-  * added --with-dvdread-tree and --with-dvdplay-tree for static linking.
-    It works fine under BeOS, please check I didn't break anything.
+2003-10-27 Monday 13:35  nitrox
 
-2002-12-02 Monday 22:13  jlj
+ . in PMT decoder, fix the iso639-2B language code decoding bug:
+    only iso-639-2T codes were decoded
 
-   * ALL: Fixed some compiler warnings.
+2003-10-27 Monday 10:00  gbazin
 
-2002-12-02 Monday 19:19  sam
+ * modules/codec/ffmpeg/audio.c: compilation fix
 
-   * ./modules/access/vcd/cdrom.c: NetBSD VCD input fixes, courtesy of
-     Olaf 'Rhialto' Seibert.
+2003-10-27 Monday 01:04  gbazin
 
-2002-12-02 Monday 14:12  sam
+ * modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api.
+    Isolated the video postprocessing routines in postprocess.c
 
-   * ./configure.ac.in: linking with -framework AGL wasn't needed (Closes: #7).
+ * modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c,
+    include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c.
+    transcode now uses encoder plugins (currently ffmpeg, vorbis and theora).
 
-2002-11-30 Saturday 12:33  jpsaman
+ PS: transcoding is currently a bit broken but I'll fix that ASAP.
 
- Cleanup of headerfile detection for qte video output plugin.
+2003-10-26 Sunday 23:03  sigmunau
 
-2002-11-30 Saturday 12:22  jpsaman
+ modules/video_output/x11/xcommon.c:
+  * report F1 to F12 keys
 
- Deprecreated --with-qte-system. Using --with-qte=<path>/opt/QtPalmtop sets all linker and includes paths for libjpeg and qte correctly now.
+2003-10-26 Sunday 17:50  gbazin
 
-2002-11-30 Saturday 02:14  ipkiss
+ * modules/video_output/x11/xcommon.c: compilation fix.
 
-  * ./modules/gui/win32/dragdrop.cpp: we can now drag and drop video
-    files on the interface or on the playlist (Closes: #10).
-  * ./modules/gui/win32/playlist.cpp: factorized a lot of code.
-  * ./modules/gui/win32/*: reorganized some code here and there.
+2003-10-26 Sunday 17:11  gbazin
 
-2002-11-30 Saturday 00:08  ipkiss
+ * Makefile.am: strip the mozilla plugin when doing the win32 package.
+ * configure.ac: on win32 we compile the theora module as a plugin, not builtin.
 
-  * ./src/libvlc.h: fixed a few typos
+2003-10-26 Sunday 16:12  gbazin
 
-2002-11-29 Friday 15:39  jpsaman
+ * configure.ac: check for mozilla-config.h on win32 as well.
+ * mozilla/support/npwin.cpp: some mozilla sdk don't include mozilla-config.h explicitly so do it ourselves.
 
- configure script set Qt Embedded link and include paths correctly. Use these additional options:
- --enable-qte
- --with-qte=<..cross-path..>/opt/QtPalmtop
- --with-qte-system=<..cross-path..>/usr
+2003-10-26 Sunday 14:49  sam
 
-2002-11-29 Friday 00:53  sigmunau
+   * bootstrap: Fixed breakage from previous commit.
 
- made the vlc mozilla plugin a drop-in replacement for wmp in most embedded
- wmp sites I could find, by adding som mimetypes and parsing some more
- parameters passed by mozilla. Also disabled the StreamAsFile function since
- mozilla tend to pass it non-exsisting files.
+2003-10-26 Sunday 13:57  sam
 
-2002-11-29 Friday 00:24  massiot
+   * bootstrap: Fixed a shell thinko causing unwanted plugins to be built.
 
- * Correct socklen_t detection.
- * Fix for S/PDIF encapsulation on big endian systems.
- * S/PDIF output for Mac OS X, courtesy of Heiko Panther <heiko_panthe@mac.com>.
+2003-10-26 Sunday 13:10  sigmunau
 
-2002-11-28 Thursday 22:49  garf
+ modules/access/dvdplay/intf.c:
+  * use new key-pressed in p_vlc, and not the one in p_vout
+ src/video_output/video_output.c:
+  * do not create the key-pressed variable in p_vout
 
-  * a few bugfixes/enhancements/clean up
+2003-10-26 Sunday 13:07  gbazin
 
-2002-11-28 Thursday 22:00  gbazin
+ * INSTALL.win32: updated build instructions.
 
- * configure.ac.in: fixed linkage of theora plugin.
- * modules/codec/theora.c, modules/codec/tarkin.c: fixed breakage.
- * modules/codec/vorbis.c: lowered the priority of the tremor plugin.
+2003-10-26 Sunday 12:49  gbazin
 
-2002-11-28 Thursday 19:35  fenrir
+ * configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv.
 
-  * asf: fix my previous commit.
+2003-10-26 Sunday 12:46  sigmunau
 
-2002-11-28 Thursday 19:16  sigmunau
+ src/libvlc.c:
+  * created a variable "key-pressed" in p_vlc that can be used to
+    report or read key presses
+  * allways try to start hotkeys interface in the background
+ configure.ac, modules/control/Modules.am, modules/control/hotkeys.c:
+  * a new control module that reads keypresses from "key-pressed" and
+    performs an action depending on what is asosiated with this key.
+    Also uses nice on screen messages to indicate what action was performed
+ modules/video_filter/filter_common.h:
+  * removed code to pass old style key reporting through filters
+ modules/video_output/x11/xcommon.c:
+  * report key-presses through the new mechanism. Incomplete, I need help
+    with this.
 
- increased maximums size of a http request from 256 to 1024 in order to allow
- insanly long urls
+2003-10-25 Saturday 20:19  fenrir
 
-2002-11-28 Thursday 18:34  sam
+  * v4l: added fps option to reduce the frame rate.
+  Untested -> please report success or faillure.
 
-   * ./src/video_output/video_output.c, modules/*: factorized video output
-     creation code into vout_Request which looks for existing vout objects
-     and spawns a new one if none was found.
+2003-10-25 Saturday 17:48  gbazin
 
-2002-11-28 Thursday 17:44  fenrir
+ * bootstrap: fix for the AC_MSG_WARN() problem when pkg-config is not installed (hopefully).
 
-  * ffmpeg: arg, fix a previous fix for non-latest ffmpeg cvs tree.
+2003-10-25 Saturday 04:49  sam
 
-2002-11-28 Thursday 17:32  fenrir
+   * modules/gui/wxwindows/Modules.am: Added a missing header to the file list.
 
-  * all: some clean up with WAVEFORMATEX and endian issues. Somebody could
- test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under
- big endian architectures ? (else could you give vlc log )
+2003-10-25 Saturday 04:48  sam
 
-2002-11-28 Thursday 16:18  sigmunau
+   * bootstrap:
+     + Fixed a typo causing the Mozilla plugin build to fail.
+     + Call the generic rule in "all" instead of "all-am" to spare one make level
+       of recursion.
 
- * set b_seakable to false for http/1.0 streams such as those from icecast.
- * allow some unusual, but legal ways to construct the http headers, and
- clean up the header parsing code. parsing other headers ( like the mime-type
- ) should be very easy now.
+2003-10-25 Saturday 03:44  sam
 
-2002-11-28 Thursday 15:34  sam
+   * bootstrap:
+     + Smaller makefiles.
+     + Faster builds. Heh.
 
-   * ./src/video_output/video_output.c: added a --aspect-ratio option to force
-     the aspect ratio of the stream. Two different usages are possible, either
-     int:int ("16:9") to specify a real aspect ratio, or float ("1.25") to
-     specify pixel squareness.
+2003-10-25 Saturday 00:49  sam
 
-     Note that it does not work properly yet; it will need an API change in
-     the video output layer that I'm working on.
+   * include/vlc_common.h:
+     + Removed u8, s8, u16 etc. for good.
+   * ALL:
+     + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc.
 
-2002-11-27 Wednesday 22:51  babal
+2003-10-25 Saturday 00:42  sam
 
- - Enterely new layout for the preference window of the native win32
-   interface, in order to improve its clarity (the dialog box is now even
-   a bit smaller) and to get closer to Windows standards.
-   (second part of the job, and hopefully the last for now, begun with
-   Ipkiss a few days ago by using CheckListBoxes)
+   * modules/video_output/wingdi.c, modules/video_output/svgalib.c: Fixed compilation
+     errors due to the recent API change in vout_AllocatePicture.
 
-   Still need some work to get the interface compatible with Windows XP
-   skins.
+2003-10-24 Friday 21:27  gbazin
 
-2002-11-27 Wednesday 16:18  sam
+ * configure.ac: fix for wxWindows headers detection.
+ * all: changed the prototype of vout_AllocatePicture() and vout_InitPicture().
+ * src/video_output/vout_pictures.c: new vout_InitFormat() function that initialises a video_frame_format_t structure.
+ * include/vlc_video.h: extended video_frame_format_t.
+ * modules/codec/rawvideo.c: ported to the new decoder api.
+ * modules/video_output/x11/*: simplifications.
 
-   * ./modules/codec/cinepak/cinepak.c: fixed V1-encoded blocks luma loading.
+2003-10-24 Friday 17:55  gbazin
 
-2002-11-27 Wednesday 15:44  fenrir
+ * modules/packetizer/mpeg4audio.c: when packetizing adts streams, make sure we remove the adts headers before sending the data.
 
-  * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
+2003-10-24 Friday 17:43  sam
 
-2002-11-27 Wednesday 14:17  fenrir
+   * modules/visualization/visual/:
+     + Renamed fft_init into visual_fft_init because of a name clash with
+       the ffmpeg libraries.
+     + Replaced u8 s16 etc. with uint8_t int16_t etc.
 
-  cinepak: fix a bug (bad frame gathering), pointed by sam.
+2003-10-24 Friday 17:41  sam
 
-2002-11-27 Wednesday 13:41  fenrir
+   * include/iso_lang.h: Since the exported functions use the "const" keyword,
+     put the declarations in extern "C" {} in C++ modules.
 
-  * all: added mjpeg support, some clean up in video part.
+2003-10-24 Friday 16:34  sam
 
-2002-11-27 Wednesday 07:27  titer
+   * Makefile.am: Recurse into doc/ to install documentation.
+   * configure.ac: Removed mention of plugin packetizer_mpegaudio which does
+     not exist.
 
-  Fixed a segfault by adding a mutex_lock() (thx fenrir)
+2003-10-24 Friday 14:50  sam
 
-2002-11-27 Wednesday 06:36  titer
+   * toolbox: On Debian woody, don't activate the speex plugin, and use
+     ttf-thryomanes instead of ttf-freefonts (not available).
 
-  * AudioOutput.cpp: fixed a segfault
-  * ALL: cleaned the VlcWrapper class, removed unused code
+2003-10-24 Friday 14:45  sam
 
-2002-11-27 Wednesday 03:51  ipkiss
+   * debian/rules:
+     + Activated the speex codec.
+     + Activated the PVR input module.
 
-  * ./modules/gui/win32/*: some cleaning
+2003-10-24 Friday 14:13  sam
 
-2002-11-26 Tuesday 23:20  gbazin
+   * modules/misc/freetype.c: Compilation fixes.
 
- * modules/video_output/directx/directx.c, modules/audio_output/directx.c: removed
- unnecessary code.
+2003-10-24 Friday 12:22  fenrir
 
-2002-11-26 Tuesday 22:52  ipkiss
+  * avi: fix for playing avi file from ffserver.
 
-  * ./modules/gui/win32/preferences.cpp: used CheckListBoxes instead
-    of ListViews, because they are more intuitive. This eliminates the
-    "Select" button and the "Selected" label.
+2003-10-24 Friday 11:53  sam
 
-    The preferences window still needs some work though...
+   * bootstrap: Fixed the "clean" rule in module subdirectories.
 
-2002-11-26 Tuesday 21:04  sam
+2003-10-24 Friday 11:31  sam
 
-   * ./modules/video_chroma/i420_rgb.h: fixed slanted picture output with odd
-     widths (Closes: #28).
+   * debian/rules:
+     + Disabled the deprecated satellite plugin; the dvb plugin is now
+       the recommended one (Closes: #216367).
+     + Don't install fortunes in /usr/share/games, they are too private for
+       common mortals (Closes: #212856). They are still available in the
+       /usr/share/doc/vlc directory though.
+   * debian/control:
+     + Depend on ttf-freefont for subtitles.
 
-2002-11-26 Tuesday 20:52  jpsaman
+2003-10-24 Friday 11:28  sam
 
Packaging for Opie and Qt Embedded support.
  * modules/misc/freetype.c: Set the default font to a common Debian font.
 
-2002-11-26 Tuesday 20:31  gbazin
+2003-10-24 Friday 11:28  sam
 
- * modules/video_output/directx/directx.c: fixed to work with DirectDraw 3 (ie. with
- NT4).
+   * modules/access/satellite/access.c: Typo.
 
-2002-11-26 Tuesday 19:58  sigmunau
+2003-10-24 Friday 09:32  bigben
 
- allow windows style linebreaks in .m3u files. and fixed a minor bug
+ changed input parametter to channel, to be compatble with v4l input
 
-2002-11-26 Tuesday 18:38  gbazin
+2003-10-23 Thursday 23:00  sigmunau
 
- * modules/demux/ogg.c: audio is now dropped when fast-forwarding.
+ configure.ac, modules/misc/freetype.c:
+   * Bidi support in the freetype module through fribidi
 
-2002-11-26 Tuesday 18:28  fenrir
+2003-10-23 Thursday 22:46  bigben
 
-  * mp4: prevent float exeption with some truncated file.
+ Added the "input" parameter in pvr input command line. Default is input=4 (tuner)
 
-2002-11-26 Tuesday 16:03  sam
+2003-10-23 Thursday 21:55  gbazin
 
  * ./BUGS: scrapped this file. Entered the remaining bugs in Bugzilla.
* modules/audio_output/alsa.c: recover more easily in case of underrun.
 
-2002-11-26 Tuesday 15:08  sam
+2003-10-23 Thursday 21:28  gbazin
 
-   * ./TODO: scrapped the todo-list. I put the unresolved items in Bugzilla
-     (http://bugzilla.videolan.org/).
+ * modules/codec/mpeg_audio.c: debug_message--;
 
-2002-11-26 Tuesday 13:09  massiot
+2003-10-23 Thursday 20:51  gbazin
 
- Fixed another crash with S/PDIF.
+ * include/vlc_block_helper.h: fixed an idiotically stupid bug in block_PeekOffsetBytes().
+ * modules/codec/mpeg_audio.c, modules/codec/a52.c, modules/packetizer/mpeg4audio.c: fixed a couple of issues.
 
-2002-11-26 Tuesday 11:55  gbazin
+2003-10-23 Thursday 17:04  sam
 
- * modules/video_output/directx/directx.c: don't fail miserably when we can't
-    create a surface in video memory. We now automatically toggle the b_use_sysmem
-    flag in this case and give it another shot.
+   * configure.ac:
+     + Detect <mozilla-config.h> on newer Mozilla versions.
+   * mozilla/vlcpeer.cpp:
+     + If neither NP_UNIX, NP_MACOSX nor NP_WIN are defined, default to NP_UNIX.
+     + Use <mozilla-config.h> whenever possible.
 
-2002-11-26 Tuesday 08:04  jpsaman
+2003-10-23 Thursday 16:48  gbazin
 
- Fix fix of fixing QT Embedded detection.
+ * modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;)
 
-2002-11-26 Tuesday 02:06  titer
+2003-10-23 Thursday 16:43  sam
 
-  * ALL: more intensive use of the VLCWrapper class
-  * PreferencesWindow.*: renamed a few variables (using some of the
-    OpenTracker conventions)
-  * clean up
+   * src/libvlc.c: hid p_static_vlc in a vlc_current_object function so that
+     it can later be used from outside as well.
 
-2002-11-25 Monday 20:29  sam
+2003-10-23 Thursday 16:26  sam
 
-   * ./modules/video_chroma/i420_rgb16.c: merged the RV15 and RV16 conversions
-     because they're basically the same. Also, the MMX conversions now check
-     that the bitmasks are the ones we expect.
+   * doc/Makefile.am: Install a few files in /usr/share/doc/vlc/.
 
-2002-11-25 Monday 20:12  fenrir
+2003-10-23 Thursday 16:00  gbazin
 
 mms.c: fix command/packet parsing functions.
* modules/gui/skins/src/*: don't forget to recreate a win32 timer when the skin is changed.
 
-2002-11-25 Monday 18:25  gbazin
+2003-10-23 Thursday 15:30  sam
 
- * configure.ac.in: for wxWindows headers detection, we now check wx/wxprec.h.
-    Also fixed a typo: libdvbpsi is enabled by default.
+   * bootstrap: Only start removing files when required tools have been
+     checked, to prevent inadvertent file losses.
 
-2002-11-25 Monday 17:16  massiot
+2003-10-23 Thursday 14:30  jpsaman
 
- Fixed my fix :p.
+ Reviewed file:
+ - fixed border cases with peeking in the packet.
 
-2002-11-25 Monday 17:00  massiot
+2003-10-23 Thursday 11:26  gbazin
 
- Fixed a crash in S/PDIF mode.
+ * share/skins/default/theme.xml: set "playondrop" to false for the playlist window.
+ * Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
 
-2002-11-25 Monday 16:56  sigmunau
+2003-10-22 Wednesday 21:08  gbazin
 
- fixed a bug in the contentbased autodetection that caused this demux to be
- selected for streams that contained a null byte.
+ * NEWS, modules/LIST: updated with the new features.
 
-2002-11-25 Monday 16:08  fenrir
+2003-10-22 Wednesday 19:12  ipkiss
 
-  * mms: enable seek :) It works for me with both udp and tcp. Somebody
- could check if it compiles on other OS than linux ? (I don't known what
- headers should be included)
-  * asf: fix to support seeking with mms
-  Note: You cannot seek and use demuxdump demuxer...
+  * modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
+      tag, which enables to choose whether drop files should be played
+      directly or only enqueued (default is "true", to be backwards
+      compatible).
+      Implemented on win32 and x11, only tested on win32.
+  * doc/skins/skins-howto.txt: Updated the doc accordingly
 
-2002-11-25 Monday 13:19  sam
+2003-10-22 Wednesday 18:24  gbazin
 
-   * ./modules/gui/gtk/open.c: made the HTTP text bar more consistent, thanks
-     to Pierre Baillet (Closes: #11).
+ * modules/codec/speex.c: fixed a couple of bugs.
 
-2002-11-25 Monday 13:08  sam
+2003-10-22 Wednesday 17:12  gbazin
 
-   * ./src/misc/messages.c: we overwrite the WinCE logfile instead of appending
-     data to it.
-   * ./evc/vlc.vcw: minor updates.
+ * configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex.
+ * modules/demux/ogg.c: added support for speex to the Ogg demuxer.
+ * modules/mux/ogg.c: added support for speex to the Ogg muxer.
+ * src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices.
+ * modules/access/udp.c: use an object variable and inheritance for "udp-caching".
+ * src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons.
 
-2002-11-25 Monday 04:12  ipkiss
+2003-10-22 Wednesday 00:00  fenrir
 
-  * small compilation fixes for win32
+  * added support for S_SSA and S_ASS old way (fix 1373).
+    added removing of all {\xxxx} in the SSA stream.
 
-2002-11-25 Monday 01:22  fenrir
+2003-10-21 Tuesday 18:33  gbazin
 
-  * all: begin to add mms over udp support. It begin to work (at least
- for me) but it still needs some work.
+ * modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRational).
 
-2002-11-24 Sunday 19:54  sam
+2003-10-21 Tuesday 17:31  gbazin
 
-   * ./configure.ac.in: we no longer choke if libdvbpsi headers aren't here.
-   * ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
+ * configure.ac: tell the build system that mkv is a c++ plugin.
 
-2002-11-24 Sunday 17:00  sigmunau
+2003-10-21 Tuesday 12:30  hartman
 
- separated the code to parse html files with embedded wmp, and the code to
- parse asx files. Added a new shortcut "html" to force the "html" behaviour.
- Reduced number of false positives for both html and asx files. We now also
- trigger on the content of files, since html and asx files are often
- autogenerated on the webserver using php or asp.
+ Fixed dropdown lists. they were returning descriptions on a SaveAll instead of config options.
 
-2002-11-24 Sunday 14:02  sigmunau
+2003-10-21 Tuesday 01:48  titer
 
fix to allow absolute entries in m3u/asx files
 beos/VlcWrapper.cpp: started to use object variables
 
-2002-11-24 Sunday 02:29  sigmunau
+2003-10-21 Tuesday 01:05  titer
 
- fixed a bug in the code to handle relative paths. Added support for file://
- and http:// items in asx files, and not just mms://
+  configure.ac:
+   + updated libebml/libmatroska detection as matroska headers no longer
+     include ebml headers directly. Hope you upgraded it - if not, you'll
+     have to set your CFLAGS accordingly.
+   + on BeOS, libmkv_plugin.so has to be linked to libstdc++
 
-2002-11-23 Saturday 21:37  sam
+  modules/control/http.c:
+   + fix for gcc != 3
 
-   * ./modules/control/rc/rc.c: the seek command is now "seek" and not "r",
-     and it uses a command variable like other controls. This also fixes a
-     bug that prevented to have spaces between the command and its argument.
+2003-10-20 Monday 22:43  fenrir
 
-2002-11-23 Saturday 19:42  gbazin
+  * intf-http.txt: small doc about how to write .html page for the http
+  interface (up to date, but a bit technical...).
 
- * modules/gui/wxwindows/*: additional small fixes.
+  Btw, the first who ask me to write another documentation will just go
+  to hell ;)
 
-2002-11-23 Saturday 17:17  gbazin
+2003-10-20 Monday 22:28  gbazin
 
- * modules/gui/wxwindows/*: a few fixes for the win32 build.
+ * src/playlist/playlist.c: added a playlist var_Set( "intf-change" ).
 
-2002-11-23 Saturday 16:00  titer
+2003-10-20 Monday 22:27  gbazin
 
-  * enhanced BeOS preferences window (post-processing, brightness,
-    contrast, hue and saturation are adjustable)
+ * modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are now updated on "intf-change" playlist variable callback.
 
-2002-11-23 Saturday 15:28  gbazin
+2003-10-20 Monday 21:48  gbazin
 
- * modules/gui/wxwindows/*: misc improvements to the main interface, implementation of
drag and drop, proper initialisation of the i18n routines.
+ * Makefile.am, install-win32: include the mozilla plugin in the win32 package.
   You'll still have to install the mozilla plugin manually though.
 
-2002-11-23 Saturday 05:40  sam
+2003-10-20 Monday 17:18  gbazin
 
-   * ./modules/access/http.c, ./modules/misc/network/ipv4.c: http and ipv4
-     plugins compile for WinCE. Couldn't test yet though.
+ * modules/demux/avi/libavi.c: multiline strings are not valid C.
 
-2002-11-23 Saturday 03:40  sam
+2003-10-20 Monday 15:28  zorglub
 
-   * ./modules/video_output/wingdi.c: the GDI video output now properly sets
-     the bitmasks; we're not limited to 8bpp and 16/24 works.
-   * ./modules/video_filter/*: the video filters now work under WinCE.
+ Removed an awful debug message
 
-2002-11-23 Saturday 02:32  ipkiss
+2003-10-20 Monday 12:25  gbazin
 
-  * ./modules/gui/wxwindows/playlist.cpp: added a playlist to the wxwindows interface
+ * modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced() to ConfigControl and got rid of ConfigData for even more simplifications.
 
-2002-11-23 Saturday 01:11  garf
+2003-10-20 Monday 10:37  gbazin
 
-  * yuv filter was a bit useless. Hope adjust filter is more usefull :)
+ * Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic code on win32 as there's no need for pic code on this platform. This should almost reduce the compilation time by a factor of 2 when the mozilla plugin is activated in the build process.
 
-2002-11-23 Saturday 00:12  sam
+2003-10-20 Monday 01:07  hartman
 
-   * ./configure.ac.in: we only add -lm to the a52 linkage if it's needed
-     (and available).
+ * even less duplicate entries by id3tags. Dupes are annoying :)
 
-2002-11-22 Friday 21:27  sam
+2003-10-20 Monday 00:09  gbazin
 
-   * ./modules/video_output/wingdi.c: ported the wingdi plugin to Win32; it
-     somewhat works under Wine (if you force internal buffers to 8bpp), but
-     doesn't work under Win2k. Any hints welcome.
-   * ./configure.ac.in: activated the wingdi plugin by default.
+ * modules/gui/wxwindows/preferences*: beware, casts from strings to char * are allocated on the stack.
 
-2002-11-22 Friday 20:37  titer
+2003-10-20 Monday 00:01  hartman
 
-  * AudioOutput.cpp : compilation fix.
-  * VideoOutput.cpp : now --fullscreen works with BeOS video output.
+ * Added a "demuxed-id3" variable to input.c so id3tags won't be parsed
+   multiple times anymore.
 
-2002-11-22 Friday 19:35  sam
+2003-10-19 Sunday 23:38  gbazin
 
-   * ./modules/access/mms/var_buffer.h: this file is now a separate .c, to
-     prevent gcc's optimizer to go amok with nested inline functions, loop
    unrolling and such things that we don't really need in an access plugin.
+ * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build.
+    Small cosmetic fixes to the code.
* modules/gui/wxwindows/menus.cpp: added a couple of new options.
 
-2002-11-22 Friday 16:24  sam
+2003-10-19 Sunday 23:12  hartman
 
-   * ./modules/video_output/directx/events.c: we now call CreateWindow so that
-     we are sure that the WndProc always has a valid p_vout value.
+ * include/codecs.h: cosmetic fixes.
+ * modules/gui/macosx/*:
+   - remove the enqueue option from the open panel. why did i even add it? KISS
+   - better use of name and uri fields of playlist_item_t
+   - when users d&d a CD on VLC, it will now play. This breaks d&d folders
+     located on a CD for now. Not really important but should be fixed later on.
 
-2002-11-22 Friday 16:19  sam
+2003-10-19 Sunday 22:52  sigmunau
 
-   * ./modules/video_output/wingdi.c: implemented offscreen rendering with
-     fast blit (well at least it was considered "fast" back in the times of
-     Windows 3.1). Default is 8bpp because that's what my iPaq does (no
-     palette support yet though), 16bpp can be chosen at compile time and
-     works perfectly in the emulator.
+ modules/gui/wxwindows/interface.cpp: oooops
 
-2002-11-22 Friday 13:11  sam
+2003-10-19 Sunday 22:41  sigmunau
 
-   * ./modules/video_chroma/i420_rgb16.c: fixed a segfault in the 24/32bpp
-     chroma conversion.
+ Factored the code for each of the different types of config options out into
+ separate widgets. This makes preferences.cpp much cleaner and opens up
+ greater possibilities for the config item controls.
+ * Added "browse..." button to CONFIG_ITEM_DIRECTORY
+ * Added a slider to CONFIG_ITEM_INTEGER when i_min or i_max differs from 0
+ * Made it possible to change CONFIG_ITEM_KEY options with the preferences
+ dialog
 
-2002-11-22 Friday 00:06  massiot
+2003-10-19 Sunday 22:25  gbazin
 
- Channel reordering according to the WG-4 specification, courtesy of
- Heiko Panther.
+ * modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE.
 
-2002-11-21 Thursday 22:37  gbazin
+2003-10-19 Sunday 20:32  asmax
 
- * modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added
-    a tremor decoder module using libvorbisidec (aka tremor) from xiph.org.
-    This module allows decoding vorbis audio on hardware without a fpu
-    (--enable-tremor).
+ * lalala
 
- * modules/LIST: added entries for tremor and theora.
+2003-10-19 Sunday 20:05  asmax
 
-2002-11-21 Thursday 16:51  gbazin
+ * tried to implement on-top windows on X11, but doesn't work for me :(
 
- * src/playlist/playlist.c: fixed deadlock in playlist.
- * modules/audio_output/oss.c: don't play blank samples when we are starving
-    for data but our internal buffers are not empty. Some cleanup too.
+2003-10-19 Sunday 16:53  gbazin
 
-2002-11-21 Thursday 14:58  jpsaman
+ * modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support.
 
- Fix detection of QT Embedded development headers.
+2003-10-19 Sunday 14:02  hartman
 
-2002-11-21 Thursday 14:53  sam
+ * Update portugese brazilian translation
 
-   * ./modules/video_output/wingdi.c: skeleton of a Windows GDI video output.
-   * ./modules/access/file.c: the file access plugin gets the real file size
-     under WinCE.
-   * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion
-     filter to play some WAV files without an FPU.
-   * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
+2003-10-19 Sunday 13:39  hartman
 
-2002-11-21 Thursday 11:12  gbazin
+ * modules/demux/avi/*
+   - print a debug message in case of 0xfffe audio
+     This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio
+   - use c-style comments
+ * modules/gui/macosx/info.m:
+   - release your objects when you finished using them.
 
- * modules/demux/ogg.c: small bug-fix for my previous commit.
+2003-10-19 Sunday 12:37  gbazin
 
-2002-11-21 Thursday 10:39  gbazin
+ * modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.
 
- * modules/demux/ogg.c: better handling of PCRs (we now base our calculations
-    on all sub-streams instead of just using one of them). Some code factorisation
-    too.
+2003-10-19 Sunday 12:20  gbazin
 
-2002-11-20 Wednesday 22:51  jpsaman
+ * src/playlist/playlist.c: fixed locking problem.
+ * modules/gui/skins/src/skin_main.cpp: fixed division by 0.
 
- Build and link Familiar interface against libgpewidget for gpe support.
+2003-10-18 Saturday 22:48  hartman
 
-2002-11-20 Wednesday 22:27  jpsaman
+ * id3tag fills the psz_name and psz_author field of playlist_item_t
 
- Fix detection of AR and LD
+2003-10-18 Saturday 21:46  hartman
 
-2002-11-20 Wednesday 22:23  jpsaman
+ * The SAMI parses did case sensitive tag parsing. However both START, Start
+   and start are legal tags. I added a local_stristr (also sometime known as strcasestr)
+   function to this file. It probably doesn't belong here, anyone is welcome
+   to move it.
 
- Updated for release v_0.4.6 of Familiar Linux packages.
+2003-10-18 Saturday 20:09  gbazin
 
-2002-11-20 Wednesday 20:07  sam
+ * modules/access/dshow/*: fixes and optimizations. Also changed all the parameters into config options.
 
-   * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
-   * ./bootstrap: fixed a typo that prevented per-object target directories
-     to work.
-   * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large
-     (more than 1MB) and I don't want to spoil the CVS with them.
+2003-10-17 Friday 21:28  gbazin
 
-2002-11-20 Wednesday 18:23  gbazin
+ * modules/gui/wxwindows/streamout.cpp: fixed the rtp field.
 
- * configure.ac.in: temporary hack for libdvbpsi detection.
+2003-10-17 Friday 20:21  ipkiss
 
-2002-11-20 Wednesday 17:43  sam
+  * modules/gui/skins/src/banks.cpp: Two events had the same shortcut
+  * doc/skins/events-howto.txt: Updated the doc accordingly
 
-   * ./modules/audio_output/waveout.c: audio output now works under WinCE
-     using the waveout module.
-   * ./bootstrap: we ignore comments when parsing makefiles.
-   * ./modules/audio_filter/converter/fixed32tofloat32.c: changed this module
-     so that it also does float32tofixed32.
-   * ./modules/*: ported a few other modules to WinCE (most of the time it's
-     just a #include <errno.h> that needs to be removed).
+2003-10-17 Friday 18:59  zorglub
 
-2002-11-20 Wednesday 16:58  gbazin
+ * A few sanity checks
 
- * configure.ac.in, modules/gui/wxwindows/wxwindows.cpp: other compilation
-    fixes for the wxwindows interface on win32.
+ * Escape < and > to prevent script injections (could be done easily with crappy playlist items)
 
-2002-11-20 Wednesday 16:34  gbazin
+2003-10-17 Friday 18:45  gbazin
 
- * modules/control/rc/rc.c: added commands to navigate between chapters and
-    titles.
+ * Makefile.am: don't forget include/vlc_keys.h in "make dist"
 
-2002-11-20 Wednesday 15:24  gbazin
+2003-10-17 Friday 18:38  gbazin
 
- * modules/gui/wxwindows/*: fixes for the win32 build. Removed a few
-    unnecessary things and replaced the stop icon with a new one.
+ * src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibility to timing jitter when decoding the first frame (courtesy of Simon Gittins).
 
-2002-11-20 Wednesday 15:09  gbazin
+2003-10-17 Friday 18:17  ipkiss
 
- * modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new
-    theora codec plugin.
-    This plugin is based on the experimental theora codec from the Xiph.Org
-    foundation (http://www.theora.org/). Because the theora bitstream
-    specifications are likely to change in the near future, this plugin won't
-    be compiled by default. If you want to test/develop theora with vlc, you'll
-    need to configure it with --enable-theora and also make sure you've got a
-    fresh libogg from cvs.
+  * modules/gui/skins/*:
+         Added an "Always on top" entry in the system menu (it can also
+         be triggered by Ctrl+T). Implemented on Windows only, but to do
+         that on X11 you just need to write X11Window::ToggleOnTop().
 
- * modules/demux/ogg.c: modified to handle theora and tarkin bitstreams.
+2003-10-17 Friday 16:40  gbazin
 
- * modules/codec/tarkin.c: fixed a few typos.
+ * modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config options panel.
+ * modules/gui/skins/src/*: use (AOUT_VOLUME_DEFAULT * 2) as max volume.
+ * modules/video_output/directx/*: use inheritance for the direct-always-on-top object var.
+    Added Ctrl+left/right arrows as shortcuts for seeking in 1 min chunks.
+ * modules/mux/mp4.c: fixed the audio/video sync.
 
-2002-11-20 Wednesday 14:37  sam
+2003-10-16 Thursday 16:04  gbazin
 
-   * ./evc/plugins.vcp.in: fixed plugin entry points for WinCE.
-   * ./modules/*: fixed a bunch of modules so that they compile under WinCE,
-     we now have access_file and the mpeg demux and video decoder working
-     (http://zoy.org/~sam/vlc/pocketvlc2.png).
+ * modules/gui/skins/src/vlcproc.cpp: don't forget to lock the playlist object.
+    Check p_playlist->i_index is != -1 as well.
 
-2002-11-20 Wednesday 09:58  sam
+2003-10-15 Wednesday 22:49  gbazin
 
-   * ./include/vlc_common.h, ./src/extras/libc.c: exported our custom libc
-     functions to plugins.
-   * ./bootstrap: enhanced the project file generation for plugins; we now
-     parse makefiles to make this easier.
-   * ./modules/**/Modules.am: reworked a few makefiles so that they are more
-     easily parsed.
+ * modules/video_filter/*: forward fullscreen event between children and parent.
 
-2002-11-20 Wednesday 02:47  gbazin
+2003-10-15 Wednesday 12:24  gbazin
 
- * src/video_output/video_output.c: fixed a really old bug in the video output
-    layer. This bug was only affecting video outputs without direct rendering
-    capabilities.
+ * modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc
+ * modules/gui/wxwindows/*, modules/gui/wxwindows/*: don't forget to delete all our variables callbacks.
+ * modules/gui/wxwindows/dialogs.cpp: don't delete the dialogs provider twice.
+ * modules/gui/wxwindows/menus.cpp: small cosmetic changes.
 
-2002-11-19 Tuesday 21:56  gbazin
+2003-10-15 Wednesday 07:34  gbazin
 
- * modules/misc/network/ipv6.c: restored the msg_*() outputs from BuildAddr().
+ * modules/control/http.c: small bug fix.
+ * mozilla/vlcshell.cpp: win32 fix.
 
-2002-11-19 Tuesday 21:45  gbazin
+2003-10-14 Tuesday 23:09  gbazin
 
- * include/video.h, include/vlc_config.h, src/video_output/*: changed the
-    picture buffer allocation scheme to allocate pictures from the render
-    heap in a clockwise fashion instead of always picking the first available
-    one from the start of the heap.
-    This allows us to benefit from ffmpeg's macro-block skipping feature.
-    As a side effect, we also have less chance of reusing a refrence picture
-    buffer when we can't link/unlink them.
+ * src/interface/interface.c: interfaces added on the fly are attached to p_vlc instead of the main interface.
 
- * modules/codec/ffmpeg/video.c: modified the direct rendering code to benefit
-    from the macro-block skipping algorithm.
-    A new flag has also been introduced in the video_output's render heap to
-    forbid modifications to the render picture buffers (for instance to overlay
-    subtitles).
+2003-10-14 Tuesday 22:41  gbazin
 
-2002-11-19 Tuesday 18:38  sam
+ * modules/gui/wxwindows/*: don't forget to delete the timer.
+    Use wxApp::OnExit() to cleanup the dialogs provider.
+    Added a "Miscellaneous" section to the menu. Added a "Switch interface" and "Add interface" entries to this menu.
+ * modules/gui/skins/src/*: dialog providers have object types of VLC_OBJECT_DIALOGS.
+    Don't forget to attach/detach the dialogs provider to its parent intf.
+    Work around a bug in imlib2 when we close the plugin.
+ * src/misc/objects.c, include/vlc_objects.h: added VLC_OBJECT_DIALOGS for dialogs providers.
+ * src/interface/interface.c, include/vlc_interface.h: added 2 object variables to switch/add interfaces on the fly (intf-switch and intf-add).
 
-   * ./src/misc/modules.c: p_module->psz_filename is now filled with a real
-     8 bit string under WinCE.
-   * ./extras/Win32_msvc: scrapped this directory.
-   * ./bootstrap: we now parse plugin makefiles to guess what to put in
-     the MSVC project files. Only the dummy plugin has been tested yet.
+2003-10-14 Tuesday 16:46  alexis
 
-2002-11-19 Tuesday 18:23  fenrir
+ New update again !
 
-  all: Use BITMAPINFOHEADER everywhere (Needed because of endian issue).
+2003-10-14 Tuesday 07:30  alexis
 
-2002-11-19 Tuesday 00:00  massiot
+ Spanish translation update.
 
- Partial fix of the OS X audio output (thanks Heiko!).
+2003-10-13 Monday 05:48  zorglub
 
-2002-11-18 Monday 20:31  fenrir
+ * modules/misc/sap.c: Fixed a stupid option (no-ipv4-sap)
 
-  * ogg: change i_dts usage for subtitle ES.
+ * NEWS: added some more stuff
 
-2002-11-18 Monday 19:37  gbazin
+2003-10-12 Sunday 23:28  hartman
 
- * src/misc/modules.c: fixed small typo that was breaking the build.
+ * Updated the pt_BR translation
+ * Added the new es language to the preferences
+ * Updated same stuff in the NEWS file, new release will still take a long time
+ * Updated the subtitle info in the README file.
 
-2002-11-18 Monday 19:05  sam
+2003-10-12 Sunday 21:53  hartman
 
-   * ./src/misc/modules.c: support for Unicode filenames under WinCE; VLC now
-     successfully opens plugins.
-   * ./modules/misc/dummy/*: hacked the dummy plugin so that it compiles for
-     WinCE.
+ * added a "auto" mode to sub-type. This is because the wxwin intf doesn't
+   like dropdown lists, with no selection. it therefore selects the first item
+   in this case microdvd, which then has the potential that you can save and
+   set this sub-type accidently.
 
-2002-11-18 Monday 18:31  gbazin
+2003-10-12 Sunday 09:49  gbazin
 
- * modules/gui/wxwindows/*: updated the toolbar icons.
+ * src/video_output/video_text.h: removed useless file.
 
-2002-11-18 Monday 17:39  gbazin
+2003-10-11 Saturday 22:40  hartman
 
- * modules/gui/wxwindows/interface.cpp: enabled the OpenFile dialog box.
+ * src/input/subtitles.c: made the autodetection fuzziness a config option.
+ * ALL:
+   use a counter and pass this along to New_Subtitle, so we can add more
+   than one subtitle file. This 'fixes' a problem where all subtitles got the
+   same track_id and therefore were all (un)selected at the same time.
 
-2002-11-18 Monday 16:19  gbazin
+2003-10-11 Saturday 21:08  hartman
 
- * modules/gui/wxwindows/interface.cpp: fixed typo.
- * modules/audio_filter/converter/u8tofloat32.c: fixed typo.
+ * src/misc/charset.c: Fixed a segfault and removed some gcc warnings
+   The day i understand strings and memory in C is going to be a joyful day :)
+ * modules/demux/mkv.cpp: fixed an error if there is no ICONV support
 
-2002-11-18 Monday 14:28  gbazin
+2003-10-11 Saturday 14:08  hartman
 
- * configure.ac.in, modules/codec/Modules.am, modules/codec/tarkin.c: added
-    an experimental tarkin video decoder. You will need to specify the tarkin
-    tree you want to use with --with-tarkin-tree=.
+ * removed an undef HAVE_ICONV from this file, and fixed a cast warning.
 
-    Warning: Tarkin is still in very early development stage, so this plugin isn't
-    actually usefull unless you intend to do some development on tarkin itself.
+2003-10-10 Friday 19:42  alexis
 
-2002-11-18 Monday 14:08  gbazin
+ Minor fix.
 
- * modules/demux/m3u.c: should manage entries with relative paths.
- * src/playlist/playlist.c: fixed playlist_Next().
+2003-10-10 Friday 17:09  gbazin
 
-2002-11-18 Monday 14:02  gbazin
+ * src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers.
+ * modules/mux/ogg.c: win32 fix for ogg muxing with several elementary streams.
 
- * added a wxwindows interface using the wxWindows cross-platform GUI framework.
-    The interface is quite basic for now but should be functional anyway.
-    (you need to have wxWindows >= 2.3.0 installed to use this plugin)
+2003-10-10 Friday 07:33  alexis
 
-2002-11-18 Monday 12:50  sam
+ Ran toolbox --update-po.
 
-   * ./bootstrap: reverted the behaviour behaviour to the default, which
-     means no default flag to use (except for me, muahaha).
+2003-10-10 Friday 07:28  alexis
 
-2002-11-18 Monday 03:46  fenrir
+ New spanish translation, by Antonio Javier Varela.
 
-  * ffmpeg: set bug detection to auto by default.
+ P.S. : it compiles fine, but I can't figure out how to change the
+ language on the CVS version of VLC, so I couldn't test it.
 
-2002-11-17 Sunday 07:46  fenrir
+2003-10-09 Thursday 19:40  gbazin
 
-  * ffmpeg: disable direct rendering by default. I have too many files
- that don't work with it (I don't see why it doesn't work :(
-  * mp4: fix a bug in timestamp calculation. Replace s/u* by s/uint*_t
-  * avi : remove an useless debug message.
-  * src/misc/objects.c : fix stream output object allocation.
+ * modules/stream_out/transcode.c: yes, I can do it!
 
-2002-11-16 Saturday 23:25  fenrir
+2003-10-09 Thursday 19:31  gbazin
 
 * avi: fix playing over http (a bug I have introduced).
* modules/mux/ogg.c, modules/stream_out/transcode.c: better fix for the starting pts problem in the ogg muxer.
 
-2002-11-15 Friday 19:10  fenrir
+2003-10-09 Thursday 18:53  gbazin
 
- * modules/demux/util : add a text subtitle demuxer. (Module called by demux).
MicroDVD, SubRIP, SSA subtitle format should work...
 Options: --sub-file <subtitle file> [--sub-fps, --sub-delay --sub-format].
+ * modules/stream_out/transcode.c: couple of fixes.
* modules/codec/theora.c, modules/mux/ogg.c: proper granulepos generation for theora streams.
* modules/mux/ogg.c: ignore pts from headers.
 
-  * modules/demux/avi : make use of subtitle parser.
-  * modules/demux/asf : display movie length. (It will not work with live
- streams of course).
+2003-10-09 Thursday 18:05  massiot
 
-  modules/codec/spudec : use i_dts to send end of display time for subtitle.
- (Yes it's ugly, but it works :)
+ HOLY SHIT, IS IT TOO DIFFICULT TO COMPILE YOUR SOURCE BEFORE CHECKING
+ IT IN ???
 
-2002-11-15 Friday 18:17  gbazin
+2003-10-09 Thursday 12:31  gbazin
 
- * configure.ac.in, modules/audio_output/arts.c, modules/audio_output/esd.c:
-    fixed the arts and esd audio plugins after the recent changes to aout3
-    (untested).
+ * modules/stream_out/transcode.c: fixed resizing with theora encoding.
 
-2002-11-15 Friday 17:27  gbazin
+2003-10-09 Thursday 11:48  gbazin
 
- * configure.ac.in, modules/audio_output/directx.c, modules/audio_output/waveout.c:
   fixed the waveout and directx audio plugins after the recent changes to aout3.
+ * modules/codec/theora.c, modules/stream_out/transcode.c: fixed encoder module unloading.
* modules/mux/ogg.c: fixed packing of OggDS structure.
 
-2002-11-15 Friday 15:41  gbazin
+2003-10-09 Thursday 09:39  gbazin
 
- * modules/access/http.c: added an http-proxy config variable. If the variable
-    is not set, we'll still look at the value of the http_proxy environment
-    variable.
+ * modules/stream_out/transcode.c: fixed transcoding.
 
-2002-11-15 Friday 13:22  sam
+2003-10-08 Wednesday 23:00  gbazin
 
-   * ./src/video_output/video_output.c: backport of a fix in MAIN for
-     spoiled FPU registers.
+ * modules/codec/theora.c, modules/stream_out/transcode.c: theora encoding fixes.
 
-2002-11-15 Friday 02:23  gbazin
+2003-10-08 Wednesday 21:03  gbazin
 
- * configure.ac.in: fixed a few typos regarding LDFLAGS_access_*. Re-enabled
-    the oss plugin as it seems to be working fine.
- * src/audio_output/input.c: fixed an obscure bug... (strange one though:
-    int foo = -1; unsigned int bar = 2; __MAX( foo, bar) == -1 ).
+ * modules/demux/util/sub.c: fix when no subs specified.
+ * modules/video_output/x11/xcommon.c: fixed invalid chroma.
+ * modules/codec/a52.c, modules/codec/libmpeg2.c: small cleanup.
 
-2002-11-15 Friday 02:17  fenrir
+2003-10-08 Wednesday 21:01  gbazin
 
-  faad: adapt to new changes in aout3 (at least it compiles)
+ * include/vlc_codec.h: defines decoders/encoders related structures here.
+ * include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame.
+ * include/vlc/decoder.h: include vlc_codec.h
+ * src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types.
+ * modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder.
+ * src/input/*: some cleanup.
 
-2002-11-15 Friday 01:41  gbazin
+2003-10-08 Wednesday 19:40  gbazin
 
- * modules/codec/vorbis.c, modules/audio_filter/resampler/linear.c: adapted to
-    the new changes in aout3.
+ * include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences.
+ * src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support.
+ * modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help.
 
-2002-11-14 Thursday 23:44  alexis
+2003-10-08 Wednesday 18:26  gbazin
 
Added the changelog of vlc 0.4.6.
* modules/misc/sap.c: fixed win32 breakage.
 
-2002-11-14 Thursday 23:38  massiot
+2003-10-08 Wednesday 12:18  zorglub
 
- Major change of the channels management. p_format->i_channels disappeares
- and is replaced by two members : i_physical_channels and i_original_channels.
- i_physical_channels describes the channels which are effectively present
- in the stream (at the current point of the aout pipeline), whereas
- i_original_channels represents the channels we used to constitute the
- stream. For instance a mono stream (FRONT_CENTER) may emanate from a
- FRONT_LEFT channel of a STEREO stream.
+ * Fixed slider values (boundaries were wrong, some values were unreachable)
 
- Additionally, this contains hooks to dynamically select the audio device
- and the channels configuration. In order to do that, all aout plugins,
- and all interface plug-ins need to be adapted. Currently only SDL
- (partially OSS) and the rc interface have been adapted, please use them
- as a guide. Other aout plug-ins have been temporarily disabled.
+2003-10-08 Wednesday 11:24  zorglub
 
- IMPORTANT : if you need a working sound output, DO NOT UPDATE YOUR TREE
- for several days until we fix that.
+ Compilation fix
 
- * modules/misc/network/ipv4.c: Fixed a long-standing segfault when saving
-   preferences and asking for multicast.
+2003-10-08 Wednesday 10:07  zorglub
 
-2002-11-14 Thursday 17:32  fenrir
+ * modules/misc/httpd.c: added missing sanity checks
 
-  mms.c: it takes care of --no-audio and --no-video (to reduce bandwith
- usage),  and should not use more than --mms-maxbitrate (when there
- are multiple audio or video streams).
+ * modules/misc/sap.c: added sanity checks and more coding style fixes
 
-2002-11-14 Thursday 17:17  fenrir
+ * src/video_output/video_output.c:
+   Video filters can now be enabled on the fly (vout is respawned)
+   You need to var_Set( p_vout, "filters", psz_yourvalue)
+       for this
 
-  asf/* : Convert all u* into uint*_t
-          Fix playing of some live asf, seek improvement (at least for me ;)
- but it's more some "kludge" with vlc clock than true fixes ...
+ * modules/gui/wxwindows/interface.cpp : Enable the adjust filter on the fly
 
-  I will never understand how vlc clock works ....
+2003-10-07 Tuesday 21:13  sam
 
-2002-11-14 Thursday 16:07  sigmunau
+   * bootstrap: Fixed a shell syntax error when pkg-config is not present.
 
-  make --version --help --longhelp --list and -p output to stdout.
+2003-10-07 Tuesday 18:53  sam
 
-2002-11-14 Thursday 15:08  gbazin
+   * Only look for kernel32.dll if the target is windows.
 
- * src/audio_output/intf.c: fixed a bug affecting audio volume initialization.
+2003-10-07 Tuesday 16:54  gbazin
 
-2002-11-13 Wednesday 23:36  massiot
+ * Makefile.am: forgot to include vlc_block_helper.h
 
- * OS X plug-in fix ;
- * Re-enabled float32 mixer (huh?).
+2003-10-07 Tuesday 14:59  gbazin
 
-2002-11-13 Wednesday 23:36  gbazin
+ * modules/mux/mp4.c: Use SoundDescription instead of SoundDescriptionV1.
+ * modules/demux/mp4/*: Added support for the "wave" tag used in mov files with aac.
 
- * Updated changelog and package files.
+2003-10-07 Tuesday 09:32  gbazin
 
-2002-11-13 Wednesday 22:58  gbazin
+ * src/misc/modules.c: win32 compilation fix.
 
- * ChangeLog: updated ChangeLog.
+2003-10-06 Monday 17:41  gbazin
 
-2002-11-13 Wednesday 22:18  fenrir
+ * modules/gui/wxwindows/*: compilation fixes for the unicode version.
+    made the "Extended GUI" option a checkable menuitem.
 
-  * fix and make better stream selection (if mms-maxbitrate unset, get the best
- quality else try to be closed to mms-maxbitrate ).
+2003-10-06 Monday 16:23  zorglub
 
-2002-11-13 Wednesday 21:51  sam
+ * include/vlc_playlist.h
+   src/playlist/playlist.c:
+      * Implemented a boolean b_enabled to disable a playlist item
+      * Implemented the idea of group (p_item->i_group), that allows
+        to enable/disable and to sort some series of items
+      * Implemented an unused (at the moment), psz_author field
+      * Started to implement a new playlist format to store all of these
 
-   * ./bootstrap: bootstrap now requires the --config flag. With no arguments
-     it simply outputs a usage message.
-   * ./src/*: fixed a bunch of (legitimate) warnings under VC++.
-   * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc
-     and plugins -- plugins doesn't build anything yet).
+ * modules/gui/wxwindows/interface.cpp:
+      Added a hiddeable panel to put some important options.
+      (Menu Preferences->Extra GUI)
+      At the moment, we put the adjust filter and aspect ratio, and must
+      decide what options we want here
 
-2002-11-13 Wednesday 21:28  fenrir
+ * modules/gui/wxwindows/playlist.cpp
+   modules/gui/wxwindows/iteminfo.cpp:
+      Added "Enable/disable group button", options to enable/disable selection
+      Added an item info dialog box
 
-  * mms/* : better stream selection and add some options to override it.
- (Usefull with demuxdump).
+ * modules/misc/sap.c :
+      Added a sap-group-id option: the SAP playlist items are in a separate group
+      (defaults to 42)
 
-2002-11-13 Wednesday 21:23  fenrir
+ * modules/visualization/visual/effects.c:
+      Minor coding style fixes
 
-  access/* : don't override demux setting made by user.
-  modules/demux/demuxdump.c : a little demux that dump raw stream.
- (should work with all access...)
+ Todo:
+ -----
 
-2002-11-13 Wednesday 16:28  sam
+ * Advanced sort (alphabetical and/or by group)
+ * Ability to load 0_6 playlists
+ * Really use the libid3tag
 
-   * ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
-     directory because the two project files are starting to diverge.
-   * ./evc/vlc.c: created a specific vlc.c file for Windows CE.
-   * ./src/misc/messages.c: as WinCE doesn't have stdout or stderr, the message
-     queue outputs to a logfile (until we have a proper interface).
+2003-10-06 Monday 15:22  gbazin
 
-2002-11-13 Wednesday 13:58  gbazin
+ * src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes.
 
- * src/playlist/playlist.c: bugfix for when we delete the last playlist
-    element (I'll get this one right... eventually ;).
- * modules/demux/m3u.c: allow forcing the demux to be used by specifying the
-    asx or m3u demux.
+2003-10-05 Sunday 23:03  gbazin
 
-2002-11-13 Wednesday 12:09  gbazin
+ * src/video_output/video_output.c: fixed a recent patch that had been causing a lot of jerkiness in the video.
 
- * src/playlist/playlist.c: when autodeleting an item, we don't need to skip
-    to the next one.
- * modules/demux/m3u.c: added .asx support and changed the autodetection of
-    file type to just probe the file extension.
+2003-10-05 Sunday 21:29  sam
 
-2002-11-13 Wednesday 10:56  sam
+   * configure.ac:
+     + Better BeOS dynamic loader detection.
+   * src/misc/modules.c:
+     + Consistency fixes.
 
-   * ./po/POTFILES.in: fixed "make dist".
+2003-10-05 Sunday 18:09  gbazin
 
-2002-11-13 Wednesday 10:45  sam
+ * modules/packetizer/mpeg4audio.c: ported to the new decoder api and added ADTS streams packetization.
 
-   * ./FAQ: changed Debian repository location to HTTP (for better upload
-     stats estimations on our side).
+2003-10-05 Sunday 15:35  sam
 
-2002-11-12 Tuesday 23:18  sigmunau
+   * src/misc/modules.c, src/misc/modules_plugin.h.in:
+     + As platform-dependant dynamic loader functions are no longer inline,
+       moved them to modules.c which is their real place.
+     + More verbose error messages on some platforms.
 
-  added a new demux that reads .m3u files and addes the contained items to
- the playlist. Currently only autodetects files that start with #EXTM3U
- otherwise you'll have to force it.
+2003-10-05 Sunday 14:51  rocky
 
-2002-11-12 Tuesday 22:20  gbazin
+ Add ability to dynamically set debug ouput.
 
- * include/vlc_playlist.h, src/playlist/playlist.c: added a b_autodeletion
-    flag to the playlist item structure. If this flag is set then the playlist
-    item will be deleted automatically after it has been played.
+2003-10-05 Sunday 10:54  rocky
 
-2002-11-12 Tuesday 17:02  gbazin
+ Add pf_demux_control setting. Also fix some small typos.
 
- * modules/gui/gtk/gtk_callbacks.c: fixed deadlocks.
- * modules/gui/gtk/gtk.c: fixed uninitialized variables.
+2003-10-05 Sunday 09:27  zorglub
 
-2002-11-12 Tuesday 14:57  sam
+ * use the new look also for capabilities and main helps.
 
-   * ./Makefile.am: fixed rc compilation under mingw32/cygwin.
-   * ./modules/access/http.c: fixed a segfault (unchecked strstr return value).
-   * ./src/input/input_ext-plugins.c: removed platform-specific code and put
-     it in plugins. This leads to some code duplication but I have an evil
-     plan to get rid of that, too.
+2003-10-05 Sunday 00:50  gbazin
 
-2002-11-12 Tuesday 12:45  gbazin
+ * modules/codec/mpeg_audio.c: fixes and improvements.
+ * include/vlc_block_helper.h: fix for an offset problem in block_SkipBytes() and block_GetBytes(). (This fixes the problems with the new mpeg_audio decoder/packetizer).
 
- * modules/gui/gtk/gtk.c: small bug-fix for a crash on module loading.
+2003-10-04 Saturday 23:52  sigmunau
 
-2002-11-12 Tuesday 11:44  gbazin
+ modules/gui/wxwindows/preferences.cpp:
+  * Increased size of and decreased margins around the section heading. It
+    looks nice now.
 
- * src/extras/libc.c: fixed typo.
- * configure.ac.in: compilation fix on win32 for the mms access plugin (the
-    plugin is linked with ws2_32).
+2003-10-04 Saturday 18:55  gbazin
 
-2002-11-12 Tuesday 01:54  fenrir
+ * modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein.
+ * modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein.
+ * modules/LIST: update.
 
-  * modules/demux/asf/.cvsignore : put the good one.
-  * modules/access/mms : add MMS (Microsoft Media Streaming) access (Support
- only TCP, I will try to add UDP and HTTP as well).
-  There are some problems with streams selections and we cannot seek, but
- anyway it seems to work. (Usefull for some radio web)
-  * other: enable mms access by default.
+2003-10-04 Saturday 15:51  sigmunau
 
-2002-11-11 Monday 23:27  gbazin
+ Further doxygenization.
 
- * src/audio_output/filters.c, src/audio_output/input.c, include/aout_internal.h,
-    modules/audio_filter/resampler/*: Changes that allow the resamplers to set
-    the start and end date of the frame it outputs.
-    This allows us for instance to output a smaller frame than what we should, and
-    keep the rest of the data to compute the resampling of the next frame.
-    In short, we can implement much more complex resampling algorithms than before.
+2003-10-04 Saturday 15:49  sam
 
- * modules/audio_filter/resampler/linear.c: rewrote the linear resampler. The audio
-    quality doesn't seem to be better than the ugly resampler, maybe I shouldn't
-    have wasted my time on this...
+   * src/misc/modules_plugin.h.in: Added a missing return value that caused
+     module loading to fail.
 
-2002-11-11 Monday 20:16  gbazin
+2003-10-04 Saturday 15:04  sam
 
- * modules/audio_output/file.c: will write a WAV header by default. Can be
-    disabled with --no-audiofile-wav.
- * modules/audio_filter/resampler/linear.c: disabled for now, until I actually
-    manage to make it work without a problem.
+   * src/misc/modules_plugin.h.in: More meaningful errors from the OS X dynamic
+     loader.
 
-2002-11-11 Monday 15:39  sam
+2003-10-04 Saturday 14:59  gbazin
 
-   * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
-     WIN32 isn't always defined under WinCE, but might be. Grmbl.
-   * ./include/*: changed a few u* and s* to uint*_t and int*_t.
+ * modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse.
 
-2002-11-11 Monday 00:41  sam
+2003-10-04 Saturday 12:30  massiot
 
-   * ALL: libvlc now compiles and run under WinCE. I haven't ported any modules
-     yet so there's little that can be tested, but threads work at least.
-   * ./src/extras/libc.c: renamed strndup.c to libc.c because a few other
-     libc functions were added (strcasecmp, atof, getenv...).
+ Fixed dyld commit.
 
-2002-11-10 Sunday 19:04  sam
+2003-10-04 Saturday 12:25  sam
 
-   * ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
-     work is still needed for missing functions. I only touched libvlc for
-     the moment, plugins will come in a long long while.
-   * ./bootstrap: moved MSVC project files generation here; use --update-msvc.
+   * include/modules.h: Fixed the OS X build by adding a required header.
 
-2002-11-10 Sunday 17:31  fenrir
+2003-10-04 Saturday 12:04  gbazin
 
-  all: fix a bug in packet parsing and can now play unseekable stream.
+ * modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api.
+ * modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code).
 
-2002-11-10 Sunday 16:37  fenrir
+2003-10-04 Saturday 11:59  gbazin
 
-  http: Accept ICY server reponse (Used for some web radio) and in that
- case it forces mp3 demuxer (Should be ok...)
+ * modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
 
-2002-11-10 Sunday 15:31  gbazin
+2003-10-04 Saturday 11:17  sam
 
- * src/audio_output/output.c: fixed another quality affecting bug.
+   * configure.ac:
+     + First try to detect the OS X native dynamic linker before falling
+       back to dlfcn.h.
+     + Enhanced the dlopen-style loader detection.
+     + Added a check for HP-UX's shl_* functins.
+   * src/misc/modules_plugin.h.in:
+     + Support for the dylib dynamic loader on OS X.
+     + Support for the shl dynamic loader on HP-UX.
 
- * include/aout_internal.h src/audio_output/input.c: major change to the
-    resampling algorithm. When resampling is requested to keep the audio stream
-    synchronised to the main clock, we trigger it but we change the resampling
-    rate only progressively so it doesn't get noticed too much by the listener.
+2003-10-04 Saturday 10:54  gbazin
 
-2002-11-10 Sunday 14:24  sigmunau
+ * configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support.
+ * modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support.
 
-  ./ChangeLog: added entry for the linear resampler
-  ./modules/audio_filter/resampler/linear.c: This should allways generate the
- right number of samples now. The morale is never base your floating point
- calculations on the output of integer divitions.
+2003-10-03 Friday 23:31  sigmunau
 
-2002-11-10 Sunday 03:47  fenrir
+ src/libvlc.h: fixed line length of a string
+ modules/gui/wxwindows/preferences.cpp:
+  * slightly modified layout of the window
+    * The help text is now below the controls
+    * Neither heading nor help text is inside wxStaticBox but rather
+      separated from the controls with a simple line.
+  * changed a lot of strech-factors, makes the dialog look generally more tidy
 
-  * faad : adapt to newer version.
-  * ffmpeg : adapt postprocessing for latest libavcodec version, add an
- option to disable direct rendering as postprocessing is currently broken
- with it, and with some files I have bad pictures.
+2003-10-03 Friday 18:17  gbazin
 
-2002-11-09 Saturday 19:28  sam
+ * modules/stream_out/transcode.c: get decoder specific info from the audio encoder (useful for MPEG AAC).
 
-   * ./msvc/vlc.dsp: additional fixes to the MSVC project.
-   * ./msvc/vlc.vcw: skeleton of a WinCE project file (yet non-functional).
+2003-10-03 Friday 18:04  jpsaman
 
-2002-11-09 Saturday 19:28  sam
+ Some fixes for file listing and playlist. Do not use this interface yet, it is not useable now.
 
-  * ./include/aout_internal.h: fixed a breakage I just introduced.
+2003-10-03 Friday 13:35  sam
 
-2002-11-09 Saturday 18:44  sam
+   * src/misc/win32_specific.c: minor code clean-up.
 
-   * A few additional MSVC build fixes.
+2003-10-02 Thursday 21:12  gbazin
 
-2002-11-09 Saturday 17:39  sam
+ * modules/codec/cinepak.c: ported the cinepak decoder to the new api.
 
-   * ./msvc/*: MSVC project files and default config files.
+2003-10-02 Thursday 18:07  hartman
 
-2002-11-09 Saturday 17:34  sam
+ * compilation fix
 
-   * ./Makefile.am: added a "update-vlc.dsp" rule to create the MSVC project
-     file from the makefile.
-   * ./msvc/*: moved the MSVC files here.
-   * ./src/extras/*: moved the extra code here (used to be in src/misc,
-     extras/GNUgetopt and extras/Win32_msvc).
-   * ./include/*: a few warning fixes.
+2003-10-02 Thursday 15:43  jpsaman
 
-2002-11-08 Friday 15:23  gbazin
+ Rework in DVB plugin to allow tuning to DVB-T cards.
+ - cleanup of messages
+ - adding status events messages from frontend
+ - separated tuning for DVB-S, DVB-T and DVB-C into seperate functions.
 
- * configure.ac.in, modules/audio_filter/converter/*: added a s8tofloat32.c and
-    u8tofloat32.c converter.
- * modules/codec/araw.c: modified to also decode u8 pcm audio samples.
+2003-10-02 Thursday 13:31  hartman
 
-2002-11-08 Friday 11:26  gbazin
+ * src/libvlc.h:
+   - Removed a dupe.
+   - Added a 'L' commandline shortcut for loop and 'R' for repeat. There
+     already is a 'Z' shortcut for random.
+ * modules/codec/subsdec.c: debug info.
 
- * ALL: using "%ll" in printf format strings is not portable (notably on win32) so
-    we now use the I64Fx familly of macros to print 64 bits numbers (x being
-    replaced by d,i,o,u,x or X).
-    eg: msg_Dbg( p_this, "sample is "I64Fi" late", ll_time );
+2003-10-02 Thursday 10:28  jpsaman
 
* src/misc/messages.c: got rid of ConvertPrintfFormatString().
Fix bug for DVB-T tuning. The code always used default upper and lower frequencies from DVB-S for DVB-T, but for DVB-T they could very well be different. Now using --lnb-lof1, --lnb-lof2 and --lnb-slof values are used by default instead. This make it overrideable on the commandline.
 
-2002-11-07 Thursday 23:56  sam
+2003-10-02 Thursday 00:16  hartman
 
-   * ./include/vlc_common.h: compilation fix for Cygwin.
+ * Small fix to doxygen comments
 
-2002-11-07 Thursday 22:09  sigmunau
+2003-10-01 Wednesday 22:44  hartman
 
-  added a new resampler based on linear interpolation, giving a fair tradeoff
- between sound quality and speed
+ * modules/misc/freetype.c: spelling errors
+ * src/libvlc.h: spelling error
+ * include/ninput.h: There should not yet be a Subtitles section in Doxygen
+ * src/input/subtitles.c: Doxygen comments for this file
 
-2002-11-07 Thursday 20:31  gbazin
+2003-10-01 Wednesday 22:40  hartman
 
- * INSTALL.win32, include/vlc_config.h, src/libvlc.h: changes to reflect the
-    fact that libdvdcss now needs a colon after the DVD drive letter (on Win32).
+ * Did you know that VCR2 and PIM1 are actually MPEG1 ?
 
- * src/misc/messages.c: on Win32 only use fflush() if in debug mode.
+2003-10-01 Wednesday 22:39  hartman
 
- * src/misc/win32_specific.c: try to raise the our process priority slightly
-    above normal. This prevent us from suffering too much from normal activity
-    of the OS.
+ * Added a bunch of fourcc's
+ * Added the new cinepak and msrle codecs as well as some other forgotten stuff
 
-2002-11-07 Thursday 17:54  gbazin
+2003-10-01 Wednesday 22:19  gbazin
 
- * modules/access/http.c: don't crash, but complain on non http/1.x streams.
+ * modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api.
 
-2002-11-06 Wednesday 22:48  gbazin
+2003-10-01 Wednesday 20:58  jpsaman
 
- * modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
-    Only one format of text subtitles is supported right now but we should be able
-    to expand this by modifying modules/codec/spudec/text.c.
-    Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).
+ Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However:
+ - it compiles ;-)
+ - will have more UI assets to tweak with, then the old interface had
+   to name a few: supports stream out, camera's through v4l, use preferences,
+   manage playlists, play audio/video local and from a network source
+ - is not functional (yet)
 
- * share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
-    Andrew Flintham.
+ So expect more functionality to come in and the necessary bug fixes.
 
- * AUTHORS: added Andrew Flintham to the authors file.
+2003-10-01 Wednesday 20:57  hartman
 
- * modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.
+ * Fixed some small inconsistancy.
 
- * modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
-    frame linked.
+2003-10-01 Wednesday 18:32  gbazin
 
-2002-11-06 Wednesday 19:07  sam
+ * modules/codec/a52.c: fixes and simplifications.
 
-   * ./modules/access/dvdplay/access.c: activated button highlighting.
-   * ./modules/codec/spudec/parse.c: implemented subtitle cropping and
-     temporarily disabled subtitle cropping.
-   * ./modules/codec/spudec/render.c: split RenderSPU into chroma-specific
-     functions.
+2003-10-01 Wednesday 17:44  gbazin
 
-2002-11-06 Wednesday 16:41  jobi
+ * modules/demux/ogg.c: had mistakenly got rid of the old i_dts = i_stop_date hack for text subtitles.
 
-   * modules/access/vcd/vcd.*: added entry points support (sort of
-     chapters).
-   * modules/gui/gtk/gtk_callbacks.c: added some locks to the
-     navigation functions
+2003-10-01 Wednesday 12:01  gbazin
 
-2002-11-06 Wednesday 15:44  sam
+ * modules/stream_out/transcode.c: get the mp4v vol data from the encoder. This will make the mp4 muxer happy transcoded mp4v.
 
-   * ./modules/demux/avi/avi.c, ./modules/demux/avi/libavi.c: additional
-     endianness fixes, spelling fixes, reworked return values usage, used
-     C99 types.
+2003-10-01 Wednesday 03:38  sam
 
-2002-11-06 Wednesday 10:26  sam
+   * Fixed license blurb; these files have always been *GPL*ed.
 
-   * ./src/misc/extras.c: removed a duplicate calculation inside a macro.
-   * ./src/libvlc.c: fixed a bug causing all commandline targets to be ignored
-     for playback except the last one.
-   * ./modules/codec/dv.c: we detach p_vout before quitting.
-   * ./modules/codec/xvid.c: fixed image corruption, added a direct rendering
-     option which doesn't work yet.
+2003-09-30 Tuesday 20:36  gbazin
 
-2002-11-06 Wednesday 00:48  gbazin
+ * include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;)
 
- * modules/demux/avi/*: should theoretically fix the endianness issues with
-    the avi demuxer.
+2003-09-30 Tuesday 20:23  gbazin
 
-2002-11-05 Tuesday 23:53  sam
+ * include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec.
+ * include/vlc_block_helper.h: implemented bytestream reading helper functions for chained blocks.
+ * modules/codec/a52.c: modified to use the bytestream reading functions.
+   The flexibility added by these functions makes the code simpler and better at detecting synchro code emulations.
 
-   * ./modules/codec/xvid.c: beginning of a video decoder using the Xvid codec
-     from xvid.org; compile with --enable-xvid --with-xvid-tree=..., run with
-     --codec xvid,any (the priority is lower than ffmpeg's for the now).
+2003-09-30 Tuesday 16:41  hartman
 
-     todo list: direct rendering, better buffer handling, see why only I frames
-                are rendered OK here... probably more.
+ * compile before you commit
 
-2002-11-05 Tuesday 22:57  gbazin
+2003-09-30 Tuesday 16:09  hartman
 
- * modules/demux/ogg.c: should theoretically work on Big Endian machines now.
+ * src/input/input.c: fixed usage of sub-file variable.
+ * modules/misc/freetype.c: i_render_height and not i_window_height.
 
-2002-11-05 Tuesday 19:25  gbazin
+2003-09-30 Tuesday 15:36  hartman
 
- * All: moved the check for "video" and "audio" config variables to
-    input_SelectES(). That allows --no-video and --no-audio to automagically
-    work for all demuxers.
+ * Select the subtitle track, if it's specified via the "sub-file" option.
 
-2002-11-05 Tuesday 15:52  sam
+2003-09-29 Monday 22:37  gbazin
 
-   * ./codec/dv/dv.c: moved this single file to its parent directory; removed
-     GetFirstPES in favour of input_ExtractPES/input_DeletePES calls.
+ * modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them if we close/reopen the stream (chaining).
+   fixes for text subtitles muxing.
+ * modules/packetizer/copy.c: support for text subtitles.
 
-2002-11-05 Tuesday 11:07  gbazin
+2003-09-29 Monday 18:20  gbazin
 
- * modules/codec/ffmpeg/*: modified the ffmpeg video codec to use direct
-    rendering when possible.
-    Use BITMAPINFOHEADER from include/codecs.h + got rid of Little Endian
-    translations that were already done in the demux.
- * modules/demux/avi/* modules/demux/asf/*: Use BITMAPINFOHEADER from
-    include/codecs.h.
+ * include/os_specific.h: oops, fixed my last commit.
 
-2002-11-05 Tuesday 04:57  jlj
+2003-09-29 Monday 17:36  gbazin
 
-   * ./modules/gui/macosx/prefs.m: new configuration interface
+ * include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once.
+  Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance.
 
-2002-11-04 Monday 19:27  sam
+2003-09-29 Monday 15:45  sigmunau
 
-   * ./bootstrap: automake 1.7 is OK to bootstrap vlc.
+ Doxyfile:
+  * changed project name from 'vlc' to 'VLC'
+  * excluded src/extras from the documentation
+ src/misc/variables.c, include/variables.h:
+  * Doxygen-documented most of the vlc variables code
 
-2002-11-04 Monday 16:04  sam
+2003-09-28 Sunday 22:18  gbazin
 
-   * ./Makefile.am: we properly install plugins in the OS X vlc.app directory.
-   * ./mozilla/npvlc_rc.rc, ./mozilla/vlcplugin.h: added the Ogg mime type to
-     the Mozilla plugin properties.
-   * ./debian/control: added libogg-dev and libvorbis-dev dependicies to the
-     Debian build script.
+ * modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3 (mplayer can play the file now).
 
-2002-11-04 Monday 00:00  gbazin
+2003-09-28 Sunday 21:54  gbazin
 
- * include/codecs.h: new header file to store information shared by decoders
-    and demuxers, like the BITMAPINFOHEADER structure for instance.
- * modules/demux/ogg.c: the ogg demuxer should now work nicely with ogm files
-    (including for the video). It has only been tested with a few streams
-    produced with dvd::rip and ogmmerge though.
+ * modules/codec/theora.c: don't forget to delete the sout instance.
+ * modules/mux/ogg.c: fix for embedding theora in Ogg.
 
-2002-11-03 Sunday 14:22  gbazin
+2003-09-28 Sunday 19:58  gbazin
 
- * modules/demux/ogg.c: we now correctly handle multiple vorbis logical streams
-    in ogm files.
- * modules/codec/vorbis.c: small bugfix.
+ * modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader().
 
-2002-11-02 Saturday 23:47  gbazin
+2003-09-28 Sunday 16:50  gbazin
 
- * modules/demux/ogg.c: small fix to avoid crashing when find unknown codecs.
+ * modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes.
+ * modules/mux/ogg.c: support for inserting/removing elementary streams on the fly (really handy for the --sout-keep option). This will produce a chained Ogg bitstream.
 
-2002-11-02 Saturday 19:13  gbazin
+2003-09-27 Saturday 15:33  gbazin
 
- * modules/demux/ogg.c, modules/codec/vorbis.c: seeking in an ogg stream is
-    working fine now, + misc other improvements.
+ * modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now.
 
-2002-11-02 Saturday 18:31  sigmunau
+2003-09-27 Saturday 14:32  gbazin
 
- modules/codec/dv/dv.h: workaround for a namespace collision (#undef vlc_error)
- debian/rules: update the location of libgnome_main_plugin.so and
- libgtk_main_plugin.so. Added the ui.rc file to the kvlc package. All debian
- packages seem to build now (even though there were some warnings)
+ * modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams).
 
-2002-11-02 Saturday 12:53  gbazin
+2003-09-27 Saturday 10:09  gbazin
 
- * src/video_output/video_output.c: small change to avoid using floating point
   registers in the video ouptut routines.
+ * install-win32: cosmetic changes.
* configure.ac: forgot one include path for the mozilla plugin.
 
-2002-11-02 Saturday 00:06  jpsaman
+2003-09-26 Friday 16:10  gbazin
 
- --enable-familiar accepts now:
- --with-sdl-prefix=[PATH], --enable-gtk-prefix=[PATH] and --enable-gpe-prefix=[PATH] to enable cross-compiling.
+ * modules/codec/ffmpeg/*: some chroma conversion routines require libavcodec to be initialised.
 
-2002-11-01 Friday 16:43  gbazin
+2003-09-26 Friday 16:03  gbazin
 
- * modules/audio_output/directx.c: forgot an aout_BufferFree().
+ * modules/video_output/directx/*: some graphics card allow the creation of several overlay surfaces but can only display one at a time.
 
-2002-11-01 Friday 16:06  gbazin
+2003-09-26 Friday 13:32  jpsaman
 
- * src/audio_output/common.c, include/aout_internal.h: added a new function
-    aout_FifoFirstDate() that allows the aout plugin to schedule the first
-    play.
- * src/audio_output/output.c: fixed another problem affecting the audio quality.
- * modules/audio_output/directx.c: improvements. The buffering scheme has been
-    changed to be less affected by temporary starving. We also schedule the first   sample to play.
+ Updated design of PDA GUI.
 
-2002-11-01 Friday 13:52  sigmunau
+2003-09-26 Friday 12:11  jpsaman
 
- fixed a typo that caused the ui.rc file to be installed in PREFIX/sharevlc/
+ Adding files for PDA interface using the opie libaries.
 
-2002-10-31 Thursday 12:16  sam
+2003-09-26 Friday 11:30  gbazin
 
-   * ./src/misc/variables.c: callbacks are now called after the variable has
-     been modified. Maybe we'll need the other type, too, but this change will
-     make things simpler in aout3.
+ * src/misc/modules.c: removed an old win32 hack which was creating more problems than it was solving.
 
-   * ./src/playlist/playlist.c: removed two unused variables.
-   * ./src/misc/modules.c: removed a debug message I had forgotten.
-   * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
+2003-09-25 Thursday 23:09  gbazin
 
-2002-10-31 Thursday 10:40  gbazin
+ * modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, vorbis audio tracks switching should work better as well.
+ * modules/mux/ogg.c: attempt at supporting theora.
 
- * modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple
-    of problems introduced with the recent changes to the bitstream facility.
- * src/audio_output/output.c: fixed a quite annoying bug in aout3 that was
-    triggering unnecessary trashing of audio frames.
+2003-09-24 Wednesday 23:45  gbazin
 
-2002-10-31 Thursday 03:12  massiot
+ * modules/codec/vorbis.c: wait for the first dated packet before starting decoding anything.
 
- Fixed plug-in compilation on OS X.
+2003-09-24 Wednesday 21:31  gbazin
 
-2002-10-30 Wednesday 07:37  titer
+ * include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a --config, --save-config and --reset-config option to the command line.
+ * modules/gui/wxwindows/preferences.cpp: fixed breakeage of "Save", "Reset" and SwitchAdvanced().
 
-   - Fixed an enormous memory leak (forgot to aout_BufferFree ;)
+2003-09-24 Wednesday 16:10  gbazin
 
-2002-10-30 Wednesday 07:12  titer
+ * modules/video_output/directx/events.c: fix for the mozilla plugin on vout close.
+  The mozilla plugin seems to be working very well now, except that it doesn't receive mouse and keyboard events yet.
 
-   - Fixes. Most of the interface features now work again.
+2003-09-24 Wednesday 14:59  fenrir
 
-2002-10-30 Wednesday 01:59  titer
+  * all: set pf_run *only* if we accept this stream.
 
-  - now vlc no longer tries to use overlay if another application already
-    uses it
-  - clean up
+2003-09-24 Wednesday 10:21  zorglub
 
-2002-10-29 Tuesday 21:59  jpsaman
+ * modules/visualization/visual/visual.c: fixed strings
 
- Added GPE support to familiar interface. Use --with-gpe-prefix=<installation-dir> to enable it.
+ * src/playlist/playlist.c: fixed sorting
 
-2002-10-29 Tuesday 21:58  jpsaman
+2003-09-23 Tuesday 16:07  gbazin
 
- Solved merge conflicts
+ * configure.ac, mozilla/vlcshell.cpp, mozilla/support/npwin.cpp: mozilla plugin for win32 is finally working (well there's still work left).
+ * src/misc/modules.c: small clean-up and fixed --plugin-path on win32.
 
-2002-10-29 Tuesday 21:52  jpsaman
+2003-09-22 Monday 21:07  gbazin
 
- GPE is integrated in familiar files.
+ * modules/gui/wxwindows/preferences.cpp: compilation fix + cosmetic code clean-up
+ (indentations mainly).
 
-2002-10-29 Tuesday 21:51  jpsaman
+2003-09-22 Monday 14:40  zorglub
 
- Familiar packaging files.
+ * modules/gui/wxwindows/preferences.cpp:
+       - Created the "General Settings" section
+       - Added help strings in the two main sections,
+               in the libvlc categories,
+               and in the module capabilities
 
-2002-10-29 Tuesday 21:49  jpsaman
+ * modules/gui/wxwindows/playlist.cpp & wxwindows.h
+       -Implemented random, loop and repeat using variables
+       -The eye candy of the dialog box is not very good
+        but I have no idea how to improve it.
+       -Focus on the currently playing item
 
- Added HAVE_GPE_INIT_H define for autodetection of libgpewidget and GPE headerfiles.
+ * src/libvlc.h:
+       - Added help strings for the libvlc categories
+       - Changed a few "advanced" flag
 
-2002-10-29 Tuesday 20:16  gbazin
+ * include/vlc_help.h:
+       - Help strings for the two main sections
+       - Help string for the module capabilities (both by Anil)
 
- * ALL: changes to reflect the fact that libdvdcss now needs a colon after
-    the DVD drive letter.
+ * po/*: updated potfiles with the new strings
 
-2002-10-29 Tuesday 19:57  sam
+2003-09-22 Monday 07:29  jpsaman
 
  * ./src/misc/modules.c: plugin extension check is now case unsensitive.
Removed compatibility tweak for old satellite GUI.
 
-2002-10-29 Tuesday 19:12  sam
+2003-09-22 Monday 06:04  geshp
 
-   * ./Makefile.am: fixed a typo that caused HAVE_DEBUG to imply HAVE_RELEASE.
-   * ./bootstrap: fixed calls to $(LINK) which had duplicate -o options.
+ Changes to Red Hat spec file:
+ - Added wxwindows, alsa, and skin support
+ - Fixed dependancies, specifically a version conflict of xvidcore
 
-2002-10-29 Tuesday 18:33  titer
+2003-09-22 Monday 03:40  hartman
 
-  No more warnings.
+ * modules/gui/macosx/playlist.?: implemented Save Playlist
+ * modules/gui/macosx/output.m: updated part of the Stream output dialog
+ * modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and
+   sub-autodetect file options to src/input/input.c
+ * src/input/input.c: added the moved options and use them to add subtitle
+   tracks.
+ * src/libvlc.h: description strings etc for sub-file and sub-autodetect-file
+ * src/input/subtitles.c: new subtitles_Detect() largely based on the
+   code used by MPlayer. Adapted for coding style and structure differences.
 
-2002-10-29 Tuesday 14:38  sam
+ The autodetect routine can now detect multiple subtitle files and assigns scores
+ based on their names. if they much well enough they are sorted based on their
+ score. It will then return this set, and they will all be added as SPU tracks
+ to the current stream. The (un)selecting of these tracks will need to be fixed
+ because they all get assigned the es id 0xFF currently.
 
-   * ./src/misc/variables.c: simple change to var_Type() so that it returns
-     an error (value < 0) if the variable does not exist.
+2003-09-21 Sunday 18:07  gbazin
 
-2002-10-29 Tuesday 14:22  sam
+ * modules/gui/wxwindows/*: got rid of the close button in the fileinfo and playlist dialogs.
 
-   * ./include/vlc_common.h: defined the INSERT_ELEM and REMOVE_ELEM macros
-     which are a generic use of the realloc/memmove/index++ scheme we use for
-     dynamic arrays.
-   * ./src/misc/variables.c: properly free the choice list upon variable
-     destruction.
+2003-09-21 Sunday 17:52  gbazin
 
-2002-10-29 Tuesday 11:22  gbazin
+ * modules/gui/wxwindows/*: we now have only 1 global "Advanced Options" checkbox in the preferences panel instead of 1 for each section (KISS).
 
- * modules/codec/ffmpeg/audio.c: compilation fix for ffmpeg builds < 4618
+2003-09-21 Sunday 11:48  gbazin
 
-2002-10-29 Tuesday 00:00  massiot
+ * modules/stream_out/duplicate.c: improved last fix.
 
- * Bumped up revision number to 0.4.6.
+2003-09-21 Sunday 10:23  gbazin
 
-2002-10-28 Monday 23:31  gbazin
+ * include/vlc_common.h: ssize_t is now typedefed in new mingw headers.
+ * modules/access/dshow/dshow.cpp: compilation fix related to ssize_t.
+ * share/vlc_win32_rc.rc: stringify version number.
+ * mozilla/*: compilation fix and cosmetic changes to the .rc.
 
- * configure.ac.in: libvorbis depends on libogg.
- * include/vlc_threads.h: changed the different threads priorities to optimize
-    audio and video quality as well as responsiveness.
- * modules/audio_output/waveout.c modules/audio_output/directx.c: waveout and
-    directx will now use the float32 format if available. Various tweaks for
-    better performance.
+2003-09-20 Saturday 23:46  gbazin
 
-2002-10-28 Monday 23:25  gbazin
+ * modules/stream_out/duplicate.c: fixed array overflow.
 
- * modules/video_output/directx/directx.c: fixed segfault on initialization.
-    Changed back the priority of the event thread to normal.
+2003-09-20 Saturday 22:52  gbazin
 
-2002-10-28 Monday 23:23  gbazin
+ * mozilla/vlcshell.cpp: on win32, try to find the location of the vlc plugins from the registry key.
 
- * modules/codec/mpeg_video/parser.c: add_module() for "mpeg-motion" wasn't using
-    the right capability.
- * modules/codec/ffmpeg/ffmpeg.c: fixed typo (re-enabled default case in a
-    switch).
- * modules/codec/a52.c: fixed the AOUT_DOLBY detection.
+2003-09-20 Saturday 19:37  hartman
 
-2002-10-28 Monday 21:57  sam
+ * include/vlc/vlc.h:
+   - removed the defines for i_mode concerning random and loop. We use config
+     variables for all of these.
+ * src/libvlc.h:
+   - removed the enqueue playlist config option. It's no longer used.
+   - added a repeat option. vlc will keep playing the same playlist_item,
+     until the option is unset.
+ * src/playlist/playlist.c:
+   - added a repeat, random and loop variable.
+   - wxwindows should use these as well I think.
+ * modules/gui/macosx:
+   - added the INTF_ABOUT_MSG to the about dialog.
+   - implemented the about and repeat items.
 
-   * ./include/variables.h, ./src/misc/variables.c: list variables.
+2003-09-20 Saturday 17:35  gbazin
 
-2002-10-28 Monday 20:42  titer
+ * src/input/input_programs.c: p_input->stream.p_selected_program needs to be reset in input_DelProgram().
+ * modules/demux/mpeg/ts.c: use dvbpsi_DetachPMT() when a program is deselected.
 
- - Added LCD info view from 0.4.x
+2003-09-20 Saturday 17:24  geshp
 
-2002-10-28 Monday 18:18  titer
+ Fixed a typo.
 
- Forgot to add files :|
+2003-09-20 Saturday 17:19  geshp
 
-2002-10-28 Monday 17:55  titer
+ Updated for tentative 0.6.3 release.
 
- - Added a small preferences window
- - Fixes
+2003-09-20 Saturday 15:52  gbazin
 
-2002-10-28 Monday 17:26  sam
+ * configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.
 
-   * ./configure.ac.in: we explicitely link the dvdplay plugin with libdvdcss
-     if it was found.
-   * ./modules/access/dvdplay/tools.c: we don't try to stat the device if it
-     looks like a Win32 drive.
-   * ./src/misc/messages.c: we only flush stderr under Win32.
+2003-09-20 Saturday 13:52  gbazin
 
-2002-10-28 Monday 14:25  sam
+ * configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won't yet work).
+  Added a --with-mozilla-sdk-path option (win32 only) to ./configure so you can pass the path of your mozilla sdk tree.
+  You also need to set the XPIDL env var to the the path of the xpidl mozilla compiler when ./configuring.
 
-   * ./Makefile.am: fixed missing build dependencies for the Mozilla plugin.
-   * ./src/misc/variables.c: implemented min/max and steps for integer and
-     float variables.
+2003-09-20 Saturday 13:50  fenrir
 
-2002-10-28 Monday 12:49  fenrir
+  * input: added position-offset and time-offset for relative seeking.
+  (Untested)
 
-  * fix a bug while passing informations to audio decoder(wma in
- asf should work).
+2003-09-20 Saturday 13:46  hartman
 
-2002-10-28 Monday 08:46  sigmunau
+ * modules/gui/macosx/*:
+   - implemented the new input variables for control.
+   - reevaltuated the locking mechanisms in the osx intf.
+     a lot of this can now be removed, because of the new input structures,
+     and the vout garbage collector of playlist.
 
-  * Disable some menu items when no input is available.
-  * Some cleanups
+2003-09-20 Saturday 03:38  sam
 
-2002-10-28 Monday 07:26  fenrir
+   * modules/list.sh:
+     + "==" is not valid shell test, use "=" instead.
+     + Set LANG for consistency of sort output.
+   (NB: this really belongs to the toolbox script).
 
-  * all : add audio decoding support in ffmpeg module, since they have
- added wma1/2 decoder... :))
+2003-09-20 Saturday 02:47  hartman
 
-2002-10-28 Monday 02:51  fenrir
+ * NEWS: updated some entries
+ * po/pt_BR.po: Updated by André de Barros Martins Ribeiro <andrerib at_ajato.com.br>
+ * src/libvlc.h: Added es (Spanish) to the list of choices.
 
-  * avi.c : fix a bug (bad choice in stream to be read)
-  * libioRIFF : now useless files.
+2003-09-20 Saturday 01:36  hartman
 
-2002-10-28 Monday 00:10  sigmunau
+ * LIBAVCODEC_BUILD_STR has disappeared from ffmpeg. We now use LIBAVCODEC_BUILD
+   ( Yes it's backwards compatible ).
 
-  * added a simple dialog to show id3-tags and other info
-  * finally added languages/subtitles selections menus, found and got fixed two
-  bugs in kdelibs in the process, but only one of them will get into kde 3.1.
-  * made the location of the ui.rc file configureable, usefull for testing.
+2003-09-20 Saturday 00:37  fenrir
 
-2002-10-27 Sunday 19:06  fenrir
+  * all: clean up.
+         use vout_Request to release the vout (so vout isn't closed when
+         changing playlist item).
 
-  * all: new way to gather frame (same as ffmpeg).
+2003-09-19 Friday 23:03  hartman
 
-2002-10-27 Sunday 18:23  titer
+ * extras/MacOSX/vlc.pbproj/project.pbxproj: Added a slew of file extensions
+   recognized by VLC
+ * modules/code/quicktime.c: Added samr (AMR) to the quicktime decoder.
+   Although it runs on OS X, it only plays back silence for some reason.
+   Might be a problem with one of the converters?
+ * modules/gui/macosx/*:
+   - 'fixed' several compiler warnings
+   - removed some old no longer necesarry stuff
 
- vlc_threads_func.h : skip a useless BeOS warning
- faad/decoder.c : minor compile fix
+2003-09-19 Friday 21:53  fenrir
 
-2002-10-27 Sunday 17:59  gbazin
+  * playlist.c : unlock playlist before calling vout_Destroy (for osx)
+  * mp4: send complete atom for amr to the decoder.
 
- * modules/demux/ogg.c: we now set p_input->stream.i_mux_rate.
+2003-09-19 Friday 21:53  hartman
 
-2002-10-27 Sunday 17:58  gbazin
+ Fix a crasher with strcasecmp and empty strings
 
- * ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
-    of these. The bitstream facility has also been changed to use input_ExtractPES
-    and now stores the current PES in its structure.
-    Introduced input_FlushPESFifo() and CloseBitstream().
+2003-09-19 Friday 15:33  fenrir
 
-2002-10-27 Sunday 16:37  fenrir
+  * src/misc/objects.c:  change the way  that FIND_ANYWHERE work.  Now we
+  first search  the root of  the object  using p_parent and  not directly
+  using p_vlc. If this first search  failed then we search using p_vlc if
+  it wasn't the  case. (I'm not sure  it's harmless but I  think it's the
+  correct behavour for FIND_ANYWHERE)
 
-  * all : rewrite demux part (simpler and cleaner). Please, tell me if you see
- some regression.
+  * src/video_output/video_output.c  : we could now  use FIND_ANYWHERE to
+  catch the  playlist (even when the  vlc is exiting. (Hehe, now visual
+  effects won't reopen the vout every playlist item.)
 
-2002-10-26 Saturday 21:14  fenrir
+2003-09-19 Friday 15:24  jpsaman
 
-  * all : fix for new use of p_selected_area->i_tell.
+ New dvb and old satellite modules now use the *correct* order of unit for tuning to a satellite channel. All information must be supplied in KHz not in MHz !!!
 
-  Just a word: now we cannot update anymore p_input->p_current_data
- without updating i_tell. I known that it's used for skipping some bytes in
- mp3 demux (not yet fixed), I don't known if it's used elsewhere....
+2003-09-19 Friday 13:09  jpsaman
 
-2002-10-26 Saturday 17:24  gbazin
+ Frequency et al is really specified in KHz and not in Hz. I got an order of magnitude wrong. The same mistake is in the old satellite plugin's and user interface for specifying the frequency. It is specified in MHz instead of the KHz it should be.
 
- * ALL: p_selected_area->i_tell is now update inside input_SplitBuffer instead
-    of inside the pf_read functions of access plugins. That means i_tell now
-    actually reflects the position of what is being decoded and furthermore it
-    is updated more often.
+2003-09-18 Thursday 21:42  garf
 
-2002-10-26 Saturday 03:08  garf
+  * fixed some bugs in logo filter
 
- YUV plans filter (modifies all 3 plans separatly)
+2003-09-18 Thursday 17:54  zorglub
 
-2002-10-25 Friday 20:17  sam
+ Added some Doxygen doc
 
-   * ./modules/video_output/directx/events.c: start the colorkey search at 10,
-     not 5, to avoid using a color used by another application.
-   * ./modules/video_output/directx/events.c: support for drawing in a parent
-     window instead of creating our own; still a bit flakey.
+2003-09-18 Thursday 17:40  lool
 
-   * ./mozilla/vlcshell.cpp: we can now compile the Mozilla plugin so that it
-     does not call libvlc (for testing purposes).
+   * doc/Makefile.am: removed references to deleted files "subtitles/*"
 
-2002-10-25 Friday 17:42  gbazin
+2003-09-18 Thursday 17:27  lool
 
- * include/aout_internal.h: oops, forgot to commit this in my last changes.
+   * po/*: ran "./toolbox --update-po" to get rid of missing files
+     listed in POTFILES.in
 
-2002-10-25 Friday 17:21  gbazin
+2003-09-18 Thursday 17:12  lool
 
- * modules/audio_output/oss.c: when now set the fragment size of the OSS device
-    according to the size of an audio sample.
-    For buggy OSS drivers, we now take into account the real size of the OSS
-    internal buffer when we check how much this buffer has been filled.
+   * po/POTFILES.in: removed reference to deleted file "rtsp.c"
 
-2002-10-25 Friday 11:24  sam
+2003-09-18 Thursday 17:04  lool
 
-   * ./bootstrap, ./Makefile.am: we don't build static libraries if their only
-     goal is to provide dependencies for shared libraries.
+   * po/POTFILES.in: removed reference to deleted file "encoder.h"
 
-2002-10-25 Friday 11:21  sam
+2003-09-18 Thursday 16:46  lool
 
-   * ./include/vlc_common.h: we now use the ISO C9x types (int8_t, uint8_t,
-     int16_t) instead of our custom types (s8, u8, s16) and you are encouraged
-     to use these types from now. Of course the old types are still available
-     for backward compatibility.
+   * modules/LIST, modules/video_output/Modules.am: removed references to
+     deleted file encoder.c
 
-2002-10-24 Thursday 23:08  massiot
+2003-09-15 Monday 19:31  sam
 
-   * plugins/network/ipv4.c: fixed a crash with multicast addresses when no
-     interface address is given.
+   * debian/changelog: 0.6.2-3 upload.
 
-2002-10-24 Thursday 19:36  gbazin
+2003-09-15 Monday 19:20  sam
 
- * modules/audio_output/oss.c: Finally fixed! There also is a new config option
-    (--oss-buggy) to work-around buggy oss drivers.
+   * Updated long descriptions.
 
-2002-10-24 Thursday 16:26  sigmunau
+2003-09-15 Monday 18:28  sam
 
- less braindead coloring
+   * debian/control: Updated the libxosd build dependency to fix a build
+     issue on Debian s390.
 
-2002-10-24 Thursday 12:33  fenrir
+2003-09-15 Monday 18:05  fenrir
 
-  * ffmpeg : new way to gather a frame
-  * input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
+  * input: one lock issue.
 
-2002-10-24 Thursday 11:37  gbazin
+2003-09-15 Monday 08:33  zorglub
 
- * src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c:
-    renamed input_NextPES into input_ExtractPES and factorised its code.
- * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c,
-    modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from
-    src/input/input_ext-dec.c.
- * modules/codec/a52.c: fixed uninitialized variable.
+ Fix for bad SAP packets with no \0 between headers and payload
 
-2002-10-24 Thursday 11:30  gbazin
+2003-09-15 Monday 00:01  fenrir
 
- * ALL: I did add these files, but forgot to commit them ( ouarf ouarf :)
+  * playlist.c: coding and potential deadlock fixes.
 
-2002-10-24 Thursday 01:17  gbazin
+2003-09-14 Sunday 16:41  zorglub
 
- * ALL: New ogg demux and vorbis codec modules for preliminary support of
-    ogg/vorbis streams.
+ * modules/visualisation/visual/visual.c: thou shall not use //
 
-2002-10-24 Thursday 00:05  massiot
+ * modules/access/slp.c : do not add udp:@ automatically
 
- Cosmetic.
+ * modules/stream_out/announce.c : always use the same service name
+                                 add udp:@ (hack !)
 
-2002-10-23 Wednesday 23:54  gbazin
+2003-09-14 Sunday 13:54  sigmunau
 
- * ALL: fixed a bunch of memory leaks.
+ src/video_output/video_output.c:
+  * if the given vout thread is a filter, then don't sleep untill the display
+ date. This reduces the chance of pictures being late when reaching the vout
+ if one or more filters are in use
+  * don't include current render time in the render_time sliding mean if it
+ is way too large ( as inspired by Simon Gittins ).
+  * weight the current sliding mean tree times more than the current render
+ time when calculating the new render time. This should make the code more
+ robust to jitter in render time
 
-2002-10-23 Wednesday 01:07  massiot
+2003-09-13 Saturday 17:44  fenrir
 
- * Added -mdynamic-no-pic to darwin CFLAGS (can you believe I actually read ./ :)
- * Miscellaneous small fixes.
+  * standard : added .ts and .ps
 
-2002-10-22 Tuesday 23:10  sam
+2003-09-13 Saturday 17:42  fenrir
 
-   * ./mozilla/vlcshell.cpp: ported the Mozilla plugin to Windows.
+  * src/video_output/video_output.c  : do not use  FIND_ANYWHERE to catch
+  the playlist.  but use FIND_PARENT. vlc_object_find  with FIND_ANYWHERE
+  use p_obj->p_vlc as a starting point  and that doesn't work as playlist
+  is  detach from  vlc before  vout is  destroyed by  the decoders  (when
+  shutting down)  Perhaps vlc_object_find  should be  fixing to  find the
+  root object, but I'm not sure.
 
-     For the moment it spawns a separate window and seems to behave nastily
-     (read: crashes) when the target has sound, but the javascript interface
-     works perfectly, for instance.
+  * src/input/*  : move  subtitle handling  from avi  to input.  Now subs
+  should works with all file types _BUT_ won't be in synch if the demuxer
+  doesn't implement a _precise_ DEMUX_GET_TIME.  So only .avi, .mp4 will
+  be ok. Others could works if perfectly cbr.
+   Now  Subtitle  track is  only  selected  when specified  by  sub-file
+  option.(auto-dectected file is always added but not selected by default)
+   Btw, the code could support multiple  subs files, but I don't know how
+  to pass multiple filenames, any ideas ?
 
-     To build it, I installed Mozilla development files in my mingw32 dir
-     and hacked mozilla-config so that it uses these files. I also hacked
-     jri_md.h and jni_md.h to put "defined(_MSC_VER) || defined(__MINGW32__)"
-     where it read "defined(_MSC_VER)". No other changes were necessary.
+  * demux/mpeg/mpga.c : play with es_out_t. I'm investigating for now so
+  don't use that elsewhere.
 
-2002-10-22 Tuesday 22:55  sam
+2003-09-12 Friday 18:34  fenrir
 
-   * ./modules/audio_output/alsa.c: tiny compilation fix.
+  *  include/stream_output.h  include/vlc_common.h   :  move  TAB_APPEND,
+  TAB_FIND and  TAB_APPEND (could be used  every where now). There  are a
+  bit like  INSERT_ITEM, ...  but not  exactly, perhaps  I should  try to
+  merge them).
 
-2002-10-21 Monday 22:00  massiot
+  * src/input/input.c : begin to implement es_out_t thing (unsusable now).
 
- * Avoid overflowing the message queue with "audio output is starving"
-   messages,
- * Updated BeOS and QNX outputs with respect to i_channels policy.
+2003-09-12 Friday 16:26  fenrir
 
-2002-10-21 Monday 12:46  fenrir
+  * include/input_ext-intf.h : added stream_t member to input_thread_t.
+  * modules/demux/* : use the stream_t from input_thread_t.
+  * include/ninput.h : begin to add new way to register es. (unused for now).
+  (in the long term I want to split input_thread_t and intoduce demux_t and
+  access_t and perhaps something like access_demux_t)
 
-  * input_ext-dec.* : add a new function to parse decoder fifo at PES level
- (input_NextPES);
-  * araw.c : use this new function.
+2003-09-11 Thursday 15:34  zorglub
 
-2002-10-21 Monday 11:18  fenrir
+ * modules/misc/sap.c: HTTP announcing support
 
-  * configure.ac.in Makefile.am: enable asf demuxer plugin
-  * modules/demux/asf/*: some clean up
+2003-09-11 Thursday 11:50  jpsaman
 
-2002-10-21 Monday 10:27  sam
+ More modifications to layout of PDA interface.
 
-   * ./debian/vlc-plugin-a52.dirs: forgot a debian file for the a52 plugin.
+2003-09-10 Wednesday 22:59  fenrir
 
-2002-10-20 Sunday 19:44  fenrir
+  * mpegaudio.c : cosmetics.
 
-  * all: fix for correct "i_channels" use.
+2003-09-10 Wednesday 21:56  fenrir
 
-2002-10-20 Sunday 19:28  fenrir
+  * all : added mpeg 2.5 support.
 
-  * all: add wmv1/2 codec support.
+2003-09-10 Wednesday 21:54  hartman
 
-2002-10-20 Sunday 19:22  fenrir
+ * a new option for the text rendering. It sets the fontsize taking into
+   account the window size. This should allow consistent font sizes independant of
+   how large a movie is.
+   The options currently are smaller,small,normal,large,larger.
+   It should be much more userfriendly.
 
-  * all : add an asf file (v1.0 only) demuxer. Need a lot of work to be
- usable, but it begin to give good result.
+2003-09-10 Wednesday 21:09  fenrir
 
-2002-10-20 Sunday 14:23  massiot
+  * ftp : use atoll.
 
- * modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6),
- * include/vlc_threads.h: Avoid locking the interface,
- * ALL: reworked all audio output plug-ins to correctly take into account
-   i_channels. At present this is known to break OSS, probably others.
+2003-09-10 Wednesday 21:03  fenrir
 
-2002-10-17 Thursday 19:30  ipkiss
+  * http: Added 'Connection: Close' in the request. (Help with some http
+          servers).
+          Use atoll. (always defined).
 
- * ./modules/video_output/directx/events.c: compilation fix
+2003-09-10 Wednesday 15:50  zorglub
 
-2002-10-17 Thursday 18:56  sam
+ Removed useless stuff for icecast
 
-   * ./modules/video_output/directx/events.c: mouse coordinates support for
-     the DirectX plugin (please test compilation).
+2003-09-10 Wednesday 15:03  hartman
 
-2002-10-17 Thursday 18:48  sam
+ * Fixed the subsdec variables
 
-   * ./modules/video_output/sdl.c: mouse coordinates support for SDL.
-   * ./modules/video_output/x11/xcommon.c: we transmit the click only at
-     release time.
+2003-09-10 Wednesday 13:39  zorglub
 
-2002-10-17 Thursday 18:03  sam
+ * Workaround for buggy IceCast servers who identify themselves as HTTP
+ and not ICY (who talked about RadioPI ?)
 
-   * ./src/video_output/video_output.c: mouse coordinates are now variables.
-   * ./modules/access/dvdplay/intf.c: instead of probing the mouse on each
-     loop iteration, we set a callback on the corresponding variables.
+2003-09-10 Wednesday 11:51  fenrir
 
-2002-10-17 Thursday 15:15  sam
+  * demux/sdp: a msg_Err -> msg_Warn. Btw, it begins to work well (under linux).
+  (MPEG-I/II/4 audio and video, h261 video, some ac3 streams sould work).
+  * demux/* : removed useless include
 
-   * ./src/misc/variables.c: callback loops are now detected; this means you
-     can now use var_* functions from within your callback, they can even
-     trigger callback themselves, to any level. The main restriction is that
-     you shouldn't meddle with a variable that is already being triggered by
-     the current thread (other threads will just wait).
-   * ./src/misc/objects.c: fixed a deadlock in the "tree" command.
-   * ./modules/misc/testsuite/test4.c: added a "callback-test" command to the
-     rc interface to test callback loop detection and concurrent triggers.
+2003-09-10 Wednesday 11:37  fenrir
 
-2002-10-17 Thursday 10:24  sam
+  * modules: do not take care of the case for shortcuts (fix #1165).
+  * playlist : use new input variables.
 
-   * ./modules/codec/spudec/parse.c: fixed bad initialization of the alpha
-     palette, implemented the "force display" command as forever-living
-     subtitles, and reworked some code.
-   * ./src/video_output/video_output.c: we increment the image date even if
-     we are repeating the previous image, so that subtitles have a chance to
-     get displayed.
-   * ./src/video_output/vout_subpictures.c: ephemer subpictures don't timeout.
+2003-09-10 Wednesday 10:21  zorglub
 
-2002-10-17 Thursday 01:34  sigmunau
+ * visual.c: compilation fix in strings
 
- Use a KURLRequester widget for variables of type CONFIG_ITEM_FILE. This
- crates a little button next to the textarea that pops up a file open dialog
- where the user can point and click on the file to select. It also drops down
- a list of possible completions as the user types.
+ * playlist.cpp: removed "..." in menu entries as we don't open a box
 
-2002-10-17 Thursday 01:12  massiot
+2003-09-09 Tuesday 23:35  hartman
 
- * Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
- * Fixed a compile issue in the vcd plug-in,
- * Fixed SDL behavior with > 2 channels.
+ * modules/visualization/visual/visual.c:
+   Added the current available effects to the longdiscription of the 'visual-list' config option.
 
-2002-10-16 Wednesday 21:39  sam
+2003-09-09 Tuesday 13:51  hartman
 
-   * ./include/variables.h, ./src/misc/variables.c: implemented variable
-     callbacks.
+ Fixed list of muxers. QT and mp4 might need to be disabled at a later point.
 
-2002-10-16 Wednesday 17:10  sam
+2003-09-09 Tuesday 13:28  hartman
 
-   * ./configure.ac.in, ./src/libvlc.c: attempt at activating gettext support
-     under platforms without libintl such as Win32. Use --with-included-gettext
-     to test. Might break compilation on systems I don't have access to.
+ We no longer need this.
 
-2002-10-16 Wednesday 13:35  sam
+2003-09-09 Tuesday 12:54  jpsaman
 
-   * ./modules/access/vcd/vcd.c: changed an error to a warning in the probe
-     phase.
-   * ./modules/video_filter/deinterlace/deinterlace.c: the bob method now
-     flickers less thanks to a patch from Marian Durkovic <md@bts.sk>.
+ Fix detection of dvb headerfiles and fix GTK2_MAIN selection for PDA interface.
 
-2002-10-16 Wednesday 12:31  sam
+2003-09-09 Tuesday 12:36  hartman
 
-   * ./src/misc/variables.c: fixed a deadlock in command variables handling;
-     we now release the variable lock before calling the command.
-   * ./src/misc/threads.c: removed deprecated code.
+ Fix the condition for old faad.
+ Incorrect placing of logical operator
 
-2002-10-16 Wednesday 01:10  massiot
+2003-09-08 Monday 22:00  zorglub
 
- * Fixed filters which couldn't work with more than 2 channels ;
- * Fixed detection of VCD support under OS X.2.
+ * modules/visualisation/visual/effects.c
+   modules/visualisation/visual/visual.h:
+       - Change default effect-height
+       - Less scaling in spectrum analyser
 
-2002-10-16 Wednesday 01:00  massiot
+2003-09-08 Monday 13:37  fenrir
 
- Fixed VCD detection under MacOS X.
+  * sdp: added --rtsp-tcp option. (rtp over rtsp connection)
+         set b_pace to true when using --rtsp-tcp. (eg DSS server send
+         data to fast)
 
-2002-10-15 Tuesday 21:56  gbazin
+2003-09-08 Monday 13:09  fenrir
 
- * modules/access/vcd/*, configure.ac.in:
-    - Major changes to allow reading vcd images directly from the hard drive
-       (you need a .cue and .bin file).
-    - Removed duplicated code by merging ioctl_GetTrackCount and ioctl_GetSectors.
-    - Implemented necessary ioctls for Win9x/NT/2K/XP.
+  * sdp: commented out a debug message and added some sort of eof detection.
 
-2002-10-15 Tuesday 14:30  sam
+2003-09-08 Monday 12:48  zorglub
 
-   * ./po/*: updated locales.
+ * modules/gui/wxwindows/playlist.cpp
+   modules/gui/wxwindows/wxwindows.h:
+       - give default to the search button when user enters text
+       - case-insensitive search
 
-2002-10-15 Tuesday 10:35  sam
+2003-09-08 Monday 12:02  zorglub
 
-   * ./include/vlc_threads_funcs.h, ./src/misc/threads.c: eradicated
-     vlc_mutex_need() and vlc_mutex_unneed().
-   * ./src/misc/variables.c: implemented VLC_VAR_MUTEX variables.
-   * ./modules/misc/gtk_main.c, ./src/libvlc.c: replaced named mutexes with
-     named mutex variables.
+ * src/playlist/playlist.c
+        include/playlist.h: playlist sorting
+               (function playlist_Sort( playlist_t * , int type)
 
-2002-10-15 Tuesday 03:50  fenrir
+ * modules/gui/wxwindows/playlist.cpp
+   modules/gui/wxwindows/wxwindows.h :
+       * Implement playlist sorting & reverse sorting
+       * Playlist search
 
-  * cinepak.c : initialize picture to black.
+2003-09-08 Monday 11:05  bigben
 
-2002-10-15 Tuesday 02:56  fenrir
+ -pvr.c
+       *reflects a change in ivtv_ioctl_codec struct
+       *adds he bitratemode commandline option (values are vbr and cbr
 
-  * all : forgot to add theses new files :p
+2003-09-08 Monday 07:38  fenrir
 
-2002-10-15 Tuesday 02:55  fenrir
+  * sdp: do not register 'rtp' name for access.
 
-  * all : begin to rewrite some parts of avi demux, mainly to clean ugly code
- and to prepare for OpenDML support.
- Add new options :
-   --avi-index force index creation.
-   --avi-interleaved force method used for unseekable stream but need
- interleaved stream and could lead to loss of audio/video synchro.
+2003-09-08 Monday 07:36  fenrir
 
-2002-10-15 Tuesday 01:11  titer
+  * sdp : begin to play rtsp stream (as well as sdp). MPEG4 Audio/Video,
+  mp3/raw audio should work.
+  If you want to try download
+  http://via.ecp.fr/~fenrir/libmtools-2003-09-08.tgz (but you will have to
+  change configure.ac yourself)
 
- Cleaner code.
+2003-09-08 Monday 07:15  fenrir
 
-2002-10-14 Monday 23:59  fenrir
+  * rtsp: useless.
 
-  * araw.c : pseudo pcm decoder
-  * wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but
- untested under big endian machine(for pcm).
+2003-09-08 Monday 00:36  fenrir
 
All are compiled by default.
* stream : convert a msg_Err into msg_Warn.
 
-2002-10-14 Monday 23:42  alexis
+2003-09-08 Monday 00:35  fenrir
 
- Update for 0.4.5 release.
- Update of the description.
+  * all: clean up.
 
-2002-10-14 Monday 23:36  alexis
+2003-09-07 Sunday 22:53  fenrir
 
Updated description.
 configure.ac : added gather stream_out.
 
-2002-10-14 Monday 22:09  titer
+2003-09-07 Sunday 22:53  fenrir
 
- Fixed seeking.
+  * control: use new variables and 'title*', 'chapter*' ones.
+  * gui/beos: removed not really used STARTED_S, and NOT_STARTED_S input
+  state.
+  * gui/wxwindows: use 'position' and 'time' variables -> seek improved
+  for avi and mp4 and accurate time display :)
 
-2002-10-14 Monday 21:04  sam
+2003-09-07 Sunday 22:51  fenrir
 
-   * ./modules/misc/testsuite/test4.c: made the 4th test less CPU intensive
-     by making the spawned threads wait a bit longer.
-   * ./src/misc/variables.c: added a usage count to the variables; trying to
-     create a variable with the same name only increments its refcount.
+  * input: introduce 'position', 'time', 'length', 'state' and 'rate'
+  object variables and begin to use pf_demux_control.
+  * variables: new time type handling.
 
-2002-10-14 Monday 18:46  sam
+2003-09-07 Sunday 22:49  fenrir
 
-   * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API.
-   * ./include/main.h: removed p_vlc->i_status because it was not sufficient
-     to represent all the possible states of p_vlc; each part should be tested
-     separately upon destruction.
-   * ./src/misc/objects.c: fixed a signed/unsigned bug that prevented creation
-     of VLC_OBJECT_GENERIC objects.
+  * all : set pf_demux_control.
 
-   * ./src/misc/variables.c: added the VLC_VAR_COMMAND type which is simply a
-     variable that stores a function pointer, and calls it when var_Get is
-     called for it. The function argument is taken in val.psz_string.
-   * ./src/misc/objects.c: vlc_dumpstructure and vlc_liststructure are no longer
-     exported to the rest of the program; instead, they're VLC_VAR_COMMAND vars
-     ("tree" and "list").
-   * ./modules/control/rc/rc.c: moved a few commands to VLC_VAR_COMMAND vars.
+2003-09-07 Sunday 22:48  fenrir
 
-2002-10-14 Monday 18:35  sam
+  * all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault
+  is a generic handler)
+  * avi, mp4 : begin to implement a specific pf_demux_control.
 
-   * ./src/misc/error.c: added vlc_error, a strerror() equivalent.
+2003-09-07 Sunday 22:45  fenrir
 
-2002-10-14 Monday 18:34  sam
+  * ninput.h : change control parameters.
+  * variables : changed time variables to signed long long type (I hope
+  it is always more than 64 bits)
+  * input.h : include ninput.h
 
-   * ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
-     compiled yet because it uses the "command" variables I'm about to check
-     in. They need to be typed in the rc interface for instance (-I rc). This
-     module has two available commands: "signal <int>" which sends the given
-     signal to the vlc process, and "stress [<int>]" which performs a series of
-     object creation/lookup/destruction, variable creation/setting/destruction
-     and thread spawning/joining tests. The optional argument for stress is an
-     integer between 1 and 200 (the bigger, the heavier the tests; it may hang
-     your machine at around 150, be careful).
+2003-09-07 Sunday 22:43  fenrir
 
-2002-10-14 Monday 01:01  massiot
+  * libvlc: removed some unused options.
+            added sout-keep option to keep sout instance across playlist
+            items (usefull with 'gather' stream_out)
+  * stream_output : implement the sout-keep mode.
+  * playlist, video_output, stream_output: vout and sout are now reattached
+  to playlist instead of being destroyed. There are automatically destroy
+  if unused byt the new input (200 ms after access and demuxer have finished
+  their inittialisation step.)
 
- Imported Changelog from 0.4.5.
+2003-09-07 Sunday 20:12  fenrir
 
-2002-10-14 Monday 01:00  massiot
+  * gather: try to  gather stream with similar properties (eg mp3), wait for
+  next commits to be usable.
 
- Fixed a typo.
+2003-09-07 Sunday 20:08  fenrir
 
-2002-10-14 Monday 00:51  massiot
+  * file: added an append option. (The default is to overwrite the file)
 
- Added recent ipkg files in the tarball.
+2003-09-05 Friday 15:55  asmax
 
-2002-10-14 Monday 00:34  massiot
+ * new event VLC_NET to open the network dialog ( "net" keyword in the
+  xml file)
 
- Updated Mac OS X README.
+2003-09-05 Friday 00:36  sam
 
-2002-10-13 Sunday 17:39  titer
+   * debian/control:
+     + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
+       versions were broken on platforms where PIC/non-PIC cannot be mixed in
+       objects (Closes Debian bug #208383).
+     + Set policy to 3.6.1.0.
 
- Now BeOS sound is (almost) clean.
- It is kludgy, but it works ;)
+2003-09-03 Wednesday 11:28  bigben
 
-2002-10-13 Sunday 16:26  sigmunau
+       * qdsk.c : fix a typo
+       * access.c :
+               - new syntax : dvb:frequency=1234500:fec=3:poalrization=H:program=2499... (all parameters should be parsed
+               - "program" is still untested (anybody with a DVB card to try it ?)
+               - old syntax should still work, with a warning.
 
-  modules/demux/util/id3*: fixed up some dead comments
-  modules/gui/kde/*: only set variable the user actually have changed when
- apply is pressed in the preferences window.
+2003-09-03 Wednesday 10:23  gbazin
 
-2002-10-13 Sunday 01:15  alexis
+ * modules/codec/libmpeg2.c: fixed segfault on exit.
 
- Fixed a bug in the developer doc : hacking.xml and overview.xml were
- identical ! So I removed hacking.xml...
+2003-09-03 Wednesday 10:00  zorglub
 
-2002-10-12 Saturday 23:31  gbazin
+ Added descriptions
+ Fixed multiple effects enabling
 
- * configure.ac.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
- * modules/demux/mpeg/ts.c: added an #include <stdint.h> to make mingw32 happy when
-    compiled with libdvbpsi.
- * Makefile.am: fixed dependency problem with share/vlc_win32_rc.rc.
+2003-09-02 Tuesday 22:36  gbazin
 
-2002-10-12 Saturday 23:26  gbazin
+ * modules/codec/theora.c: oops, introduced a bug in pts calculation.
 
- * configure.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
- * plugins/mpeg_system/mpeg_ts.c: added an #include <stdint.h> to make mingw32 happy.
+2003-09-02 Tuesday 22:06  sigmunau
 
-2002-10-12 Saturday 22:09  gbazin
+ use the configuration system, that is what it is there for
 
- * configure.ac.in: fix for the mingw32 build. We check if we need to explicitly
-    link with the mingwex library (needed for dirent support with new mingw32
-    runtimes).
+2003-09-02 Tuesday 20:19  gbazin
 
-2002-10-12 Saturday 21:59  gbazin
+ * ALL: Introduction of a new api for decoders.
+    The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance.
+    Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported.
 
* configure.in: slight modifications to the last mingw32 build fix.
   Don't hold your breath, there is still much work to do before we reach this goal.
 
-2002-10-12 Saturday 21:47  gbazin
+ * modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c:
+    Converted to the new api.
+    Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication).
+    New dts and theora packetizers (merged in their respective decoders).
 
- * configure.in: fix for the mingw32 build. We check if we need to explicitly
-    link with the mingwex library (needed for dirent support with new mingw32
-    runtimes).
+2003-09-02 Tuesday 18:06  gbazin
 
-2002-10-12 Saturday 14:24  titer
+ * src/audio_output/input.c: don't try to play sound if the input pipeline couldn't be created.
 
- Rewritten BeOS audio output for audio output 3. It now "pulls" the data.
- Sound is yet choppy (I don't know why).
+2003-09-02 Tuesday 16:00  gbazin
 
-2002-10-12 Saturday 01:44  massiot
+ * modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only works with mpeg4 video and audio right now, also currently won't work when transcoding as the DecoderSpecificInfo is not available.
 
- * Updated FAQ.
+2003-09-02 Tuesday 13:44  sam
 
-2002-10-12 Saturday 01:44  massiot
+   * debian/rules:
+     + Disabled familiar plugin.
+   * debian/changelog:
+     + Updated for 0.6.2 packages.
 
- * Updated FAQ.
- * Updated project files for 0.4.5 release.
+2003-09-02 Tuesday 13:42  sam
 
-2002-10-12 Saturday 00:32  sam
+   * modules/gui/skins/src/themeloader.cpp: Added proper CR to error messages.
 
- Changes to the libvlc API:
-   * ./include/vlc/vlc.h: changed the naming conventions for libvlc. Now
-     exported functions start with VLC_ instead of vlc_ to avoid conflicts.
-   * ./include/vlc/vlc.h: removed the vlc_object_t, vlc_list_t, vlc_error_t
-     and vlc_t types; they are now internal types only.
-   * ./include/vlc/vlc.h: merged the reentrant and non-reentrant libvlc
-     calls. In non-reentrant mode, we just use 0 as the first argument. In
-     reentrant mode, we use an object's ID. (see below)
+2003-09-01 Monday 18:30  gbazin
 
- Internal changes:
-   * ./src/libvlc.c, ./src/misc/objects.c: instead of manipulating vlc_object_t
-     pointers, we manipulate their i_object_id. When needed, an object is
-     retrieved using vlc_object_get (I hope the lookup isn't too expensive,
-     that's why I designed the pp_objects layout to allow log2(n) seeks).
-   * ./src/misc/objects.c: activated the per-object variable storage. Unused
-     yet, unless you want to try "getfoo" and "setfoo blablah" in vlc -I rc.
-   * ./include/vlc_objects.h: moved the vlc_object_t and vlc_list_t definitions
-     here.
+ * modules/video_output/x11/xcommon.c: fixed YUY2 overlay.
 
- Misc:
-   * ./src/vlc.c, ./mozilla/vlcshell.cpp: removed inclusion of config.h in
-     code portions not part of libvlc; it was just required for the
-     COPYRIGHT_MESSAGE string which is now available from VLC_Version().
+2003-09-01 Monday 10:18  jpsaman
 
-2002-10-11 Friday 23:17  sam
+ Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct e-mail addresses.
 
-   * ./plugins/filter/deinterlace.c: fixed the green bottom line in the
-     linear deinterlace mode, thanks to Marian Durkovic <md@bts.sk>.
+2003-08-31 Sunday 22:06  gbazin
 
-2002-10-11 Friday 19:29  gbazin
+ * modules/access/dshow/*: always try to get the video in I420 chroma if supported.
+    Implemented a ":size=" and ":chroma=" option.
 
- * INSTALL.win32: removed note about running in administrator mode to play
-    a DVD. Updated doc about using cygwin for compiling.
+2003-08-31 Sunday 16:01  zorglub
 
-2002-10-11 Friday 14:50  sigmunau
+ Maybe fixes the crash (can't be sure, as it works on my computer)
 
- added some coloring to the messages window in the kde interface
+2003-08-31 Sunday 15:55  titer
 
-2002-10-11 Friday 13:05  sam
+  configure.ac: fixed zeta check
 
-   * ./src/misc/variables.c, ./include/variables.h: a few functions for
-     in-object variable storage. Unused yet (not even compiled).
+2003-08-30 Saturday 16:34  gbazin
 
-2002-10-11 Friday 12:08  gbazin
+ * modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;)
 
- * src/misc/modules.c: fixed a memory leak with the "plugin-path" config option.
- * modules/audio_output/directx.c, modules/audio_output/waveout.c: ported the directx
-    and waveout audio plugins to the new changes in the audio output layer.
- * configure.ac.in: fixes for cygwin compilation, and the gtk plugin under mingw32.
+2003-08-30 Saturday 13:59  gbazin
 
-2002-10-11 Friday 11:01  gbazin
+ * include/vlc_config.h: removed unused config stuff.
+ * include/vlc_interface.h, modules/gui/wxwindows/interface.cpp: new common INTF_ABOUT_MSG message shared by interfaces.
 
- * src/interface/main.c, src/misc/modules.c: added a quick hack for a
-    --plugin-path command line option.
- * INSTALL.win32: removed note about running in administrator mode to play
-    a DVD.
+2003-08-30 Saturday 11:59  gbazin
 
-2002-10-11 Friday 01:11  titer
+ * modules/access/v4l/v4l.c: fixed uninitialized variable.
+ * modules/gui/wxwindows/streamout.cpp: cosmetic change in the gui.
 
- Some clean-up. Playlist works again.
+2003-08-30 Saturday 02:03  fenrir
 
-2002-10-11 Friday 00:50  massiot
+  * libavi.c: fixed a dead loop when data are missing.
 
- * Updated 0.4.5 Changelog.
- * Bumped up revision number to 0.4.5.
- * Do not use vasprint on Mac OS X because X.1 doesn't have that.
+2003-08-29 Friday 19:50  fenrir
 
-2002-10-11 Friday 00:46  massiot
+  * all: removed old encoding way.
 
- Do not use vasprintf under Mac OS X because OS X.1 doesn't have that (how
- lame...).
+2003-08-29 Friday 19:49  fenrir
 
-2002-10-10 Thursday 21:34  sigmunau
+  * asf: you can now add 'title', 'author', 'copyright', 'comment, 'rating'
+   meta data to your file. (use asf{title="my title"} for example)
+  * standard: do not trash access/mux arguments when fixing.
 
-  messages.cpp: use append(...) and not setText( text() + ...), seems to
- decrease cpu-usage considerably.
-  preferences.cpp: allow config strings to be 40 characters long instead of
- 10. Is that enough?
+2003-08-29 Friday 18:58  fenrir
 
-2002-10-10 Thursday 19:25  sam
+  * v4l: removed encoder.h include.
 
-   * ./configure.ac.in: dropped the use of typeset in favor of eval to
-     set variable values (ash doesn't have typeset).
+2003-08-29 Friday 18:58  fenrir
 
-2002-10-10 Thursday 00:54  massiot
+  * all: fix some gcc warnings and removed all u8/u16/u32.
 
- * (Hopefully) fixed S/PDIF outputs ;
- * Finally fixed the audio problem on most platforms.
+2003-08-29 Friday 16:56  zorglub
 
-2002-10-09 Wednesday 17:29  stippi
+ * effects.c :
+   - added a spectrum analyser
+   options are:
+       -nb :  number of bands , 20 or 80 (80 is default)
+       -separ : how many blank pixels between bands (1 default)
+       -amp : vertical amplification ( 3 default)
+       -peaks: draw peaks ? (default 1)
 
- improved title and chapter navigation in BeOS GUI, added LCD type info view displaying current file, title, chapter and elapsed time
+   - improved options parsing
 
-2002-10-09 Wednesday 03:14  titer
+ * fft.c, fft.h :
+       FFT code mainly taken from XMMS (adapted coding style)
 
- BeOS compilation fixes.
+ * visual.c:
+       Sanity checks (users aren't stupid, are they ? )
 
-2002-10-09 Wednesday 00:48  massiot
+ * LIST: updated the list
 
- OS X : raised the priority of the intf at the same level as the video, since
- otherwise we can't quit the application any longer...
+2003-08-29 Friday 01:11  fenrir
 
-2002-10-08 Tuesday 20:10  sam
+  * asf: added stream infos object and fix a bug in packetization.
+  -> it seems that WMP plays it without problem :))) (tested with DIV3+mp3)
 
-   * ./src/libvlc.c, ./src/misc/messages.c: due to horrible user threats,
-     only two levels of -v are now possible: -v for warnings, -vv for debug
-     messages (-q for no output at all).
+2003-08-28 Thursday 21:11  gbazin
 
-2002-10-08 Tuesday 18:02  sam
+ * src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter).
+ * modules/video_output/x11/xcommon.c: small cosmetic change.
+ * modules/access/v4l/v4l.c: clean-up (removed old references to encoders).
 
-   * ./src/input/input.c: do not try to use stream output if the "sout" variable
-     is set to the empty string (happens when doing "Apply" in a GUI).
+2003-08-28 Thursday 21:02  fenrir
 
-2002-10-07 Monday 23:58  massiot
+  * standard :
+  - when muxer or access or both are missing try to do a guess (based on the
+  other one or the extention).
+  - if both are still missing -> abort.
+  - it forces asfh when using mmsh
+  - it issues a error message with non working couple (like udp/avi, ...)
+  (but it doesn't fail)
 
- * HACKING : documentation for the automake crash
- * http.c : fixed a problem with seeking with large files
+2003-08-28 Thursday 19:26  gbazin
 
-2002-10-07 Monday 23:28  jpsaman
+ * Makefile.am: zip files have a .zip extension ;)
 
- Dependencies for SDLAudio (esd/esddsp) and instalation script fixes.
+2003-08-28 Thursday 18:44  gbazin
 
-2002-10-06 Sunday 22:23  jpsaman
+ * Makefile.am: grrr, should have tested my last commit ;)
 
- Patch for using libgpewidget library for full GPE support.
+2003-08-28 Thursday 17:46  gbazin
 
-2002-10-06 Sunday 22:23  jpsaman
+ * Makefile.am: added a "package-win32-exe" and "package-win32-zip" rule. "package-win32" will do both.
 
- file gpe-configure.in.patch was initially added on branch v0_4_1_branch.
+2003-08-28 Thursday 17:19  sam
 
-2002-10-06 Sunday 21:59  jpsaman
+   * src/misc/threads.c, include/vlc_threads.h: Removed the pthread wrapper for
+   gprof. If you still want to profile pthread applications using gprof please
+   see http://sam.zoy.org/writings/programming/gprof.html and also consider
+   using oprofile if you are using ia32.
 
- file gpe.patch was initially added on branch v0_4_1_branch.
+2003-08-28 Thursday 15:59  gbazin
 
-2002-10-06 Sunday 21:59  jpsaman
+ * modules/gui/wxwindows/*, src/playlist/playlist.c, modules/video_output/directx/events.c: got rid of the "Close Menu" popup menu item in the wxwindows interface.
+ * modules/gui/wxwindows/*: updated the stream output dialog.
 
- Adding patch for using GPE specific libraries.
+2003-08-27 Wednesday 12:59  gbazin
 
-2002-10-06 Sunday 21:39  jpsaman
+ * modules/access/dshow/dshow.cpp: fixed crash when no dshow devices found.
 
- file control.gpe was initially added on branch v0_4_1_branch.
+2003-08-27 Wednesday 12:24  sigmunau
 
-2002-10-06 Sunday 21:39  jpsaman
+ modules/misc/freetype.c:
+  * Cleaned up the outline code. It may even be faster now
+  * Removed some nasty debug messages
+ modules/codec/subsdec/subsdec.c:
+  * Removed a nasty debug message
 
- Added control file for Familiar GPE build. There are three control files now:
- - control : depends on task-x and sdl only for backwards compatibility of familiar v0.5.3.
- - control.gpe : depends on gpe specific libraries (gpe.handhelds.org) for familiar v0.6 and onwards.
- - control.opie : depends on qt embedded libraries (opie.handhelds.org) for familiar v0.6 and onwards.
+2003-08-27 Wednesday 11:53  gbazin
 
-2002-10-06 Sunday 21:35  jpsaman
+ * modules/gui/wxwindows/*: small clean-up in included headers.
+    Got rid of the verbose checkbox in the messages window (too confusing apparently). Now warning, info and debug messages are only logged if the messages window is opened (errors are always logged).
 
- Updated rules
+2003-08-27 Wednesday 11:04  jpsaman
 
-2002-10-06 Sunday 21:28  gbazin
+ Updating a new PDA interface design.
 
- * configure.ac.in: vlc can now be built under cygwin with or without the
-    unix emulation layer (without if you use CC="gcc -mno-cygwin").
- * INSTALL.win32: doc update for cygwin build.
- * modules/video_output/directx/events.c, modules/video_output/directx/directx.c,
-    modules/audio_output/directx.c: compilation fixes for cygwin.
+2003-08-27 Wednesday 08:44  garf
 
-2002-10-06 Sunday 21:24  jpsaman
+  * oups (forgot to erase a test line)
 
- Familiar GPE packaging files.
+2003-08-27 Wednesday 08:27  gbazin
 
-2002-10-06 Sunday 21:23  jpsaman
+ * configure.ac, modules/mux/Modules.am: enable the asf muxer.
 
- file sdl.patch was initially added on branch v0_4_1_branch.
+2003-08-27 Wednesday 07:31  gbazin
 
-2002-10-06 Sunday 21:23  jpsaman
+ * modules/access/dshow/*: handle upside down pictures (a bit hacky though).
 
- Rename ipkg/patch to sdl.patch
+2003-08-27 Wednesday 07:21  garf
 
-2002-10-06 Sunday 21:15  jpsaman
+  * Now the MacOS mozilla plugin is an independant bundle ( searchs no more
+  * in /usr/local/lib/vlc for modules )
 
- GPE packaging files.
+2003-08-26 Tuesday 23:14  fenrir
 
-2002-10-06 Sunday 21:01  jpsaman
+  * asf: fix waveformatex header for mp3 audio.
 
- Files for gpe package.
+2003-08-26 Tuesday 23:12  fenrir
 
-2002-10-06 Sunday 20:56  jpsaman
+  * mpegaudio: set i_bitrate field. (won't work with vbr)
 
- file postinst.gpe was initially added on branch v0_4_1_branch.
+2003-08-26 Tuesday 19:43  hartman
 
-2002-10-06 Sunday 20:56  jpsaman
+ * modules/demux/util/sub.c: fixed the subtitle autodetection.
+ * modules/demux/mkv.cpp: set UTF-8 for matroska subtitles.
 
- More GPE packaging stuff for Familiar Linux distribution.
+2003-08-26 Tuesday 19:14  gbazin
 
-2002-10-06 Sunday 20:56  jpsaman
+ * modules/access/dshow/*: bug fixes.
 
- file postrm.gpe was initially added on branch v0_4_1_branch.
+2003-08-26 Tuesday 18:11  fenrir
 
-2002-10-06 Sunday 13:47  jpsaman
+  * mkv : use stream_*
 
- GPE menu launch script for iPaq port.
+2003-08-26 Tuesday 18:01  fenrir
 
-2002-10-06 Sunday 13:47  jpsaman
+  * transcode: use mp1v/mpgv for mpeg1 and mp2v for mpeg2 video encoding.
+  (mpeg2 encoding has been added to vlc)
 
- file vlc.gpe was initially added on branch v0_4_1_branch.
+2003-08-26 Tuesday 01:04  fenrir
 
-2002-10-05 Saturday 21:26  jlj
+  * ts: clean my last commit for SPU. Btw, report any regression.
 
-   ./src/misc/netutils.c: GetMacAddress Darwin support
-   ./src/libvlc.h: Default to en0 instead of eth0 under Darwin
+2003-08-26 Tuesday 00:52  fenrir
 
-2002-10-05 Saturday 19:29  gbazin
+  * ts: try to fix too much packets dropping with v4l.
 
- * ALL: Splitted the directx plugin into an audio and video module.
+2003-08-26 Tuesday 00:51  fenrir
 
-2002-10-05 Saturday 05:44  bozo
+  * mmsh: a little clean, and fixed 1/2 potential segfaults.
 
- Up-to-date ALSA audio output module.
+2003-08-26 Tuesday 00:40  fenrir
 
-2002-10-05 Saturday 02:10  jlj
+  * httpd: more mmsh stuff.
 
-   ./extras/MacOSX/.../MainMenu.nib: added Open Target panel
-   ./modules/gui/macosx/open.[mh]: Open Target code
+2003-08-25 Monday 23:39  fenrir
 
-2002-10-04 Friday 20:07  sam
+  asf: fixed some headers errors.
 
-   * ./configure.ac.in: removed now unnecessary --force-exe-suffix flag.
-   * ./src/misc/objects.c: structure_lock is now local.
-   * ./src/misc/threads.c: implemented named mutexes which provide a handy
-     way to protect data across plugins which might be sharing the same
-     resources. Thread-unsafe libraries come to mind, but we can imagine
-     using a named mutex for configuration files, or special devices.
-   * ./include/main.h: removed global_lock because of vlc_mutex_need, removed
-     p_global_data because it was never used, removed structure_lock because
-     it did not belong here.
+2003-08-25 Monday 23:36  fenrir
 
-2002-10-04 Friday 16:02  sam
+  * asf : fix display time.
 
-   * ./modules/gui/macosx/vout.m: if no MacOS X interface is available when
-     the video output is initialized, we wait for a while before giving up;
-     also changed the code so that it probes all interface objects rather than
-     the first one it finds.
+2003-08-25 Monday 22:57  gbazin
 
-2002-10-04 Friday 15:13  sam
+ * modules/access/dshow/dshow.cpp: added an "adev" and "vdev" option for the MRL.
+    If not specified, then the default devices are used.
+    (eg. vlc dshow://:vdev="Labtec Webcam":adev="foo")
 
-   * ./bootstrap: we use the proper linker for plugin compilation.
-   * ./modules/misc/testsuite/*: moved the null module into three test modules
-     that are only built when --enable-testsuite is activated. This directory
-     can be a good place for compilation tests or performance benchmarks.
+2003-08-25 Monday 21:45  gbazin
 
-2002-10-04 Friday 14:01  gbazin
+ * modules/access/dshow/*: audio is now supported as well.
 
- * src/misc/threads.c, src/misc/win32_specific.c, include/interface.h: fixed typos.
- * configure.ac.in, modules/gui/gtk/gtk.c: Added a NEED_GTK_MAIN macro to the compiler
-    flags for the gtk module. When this macro isn't defined, then the gtk module
-    doesn't make use of the gtk_main module. I had to do this change because the
-    gtk_main trick can't work on win32 and render the whole gtk interface unusable.
+2003-08-25 Monday 20:47  fenrir
 
-2002-10-04 Friday 00:14  massiot
+  * mkv: handle Language name.
+         preliminary support for SSA.
 
- * Backported RTP access module from HEAD.
- * Fixed a compile issue in the HTTP plug-in.
+2003-08-25 Monday 14:51  garf
 
-2002-10-03 Thursday 23:45  massiot
+  * put the beautiful "no picture" black screen.
 
- Fixed miscellaneous problems with the RTP plug-in.
+2003-08-25 Monday 01:33  fenrir
 
-2002-10-03 Thursday 23:14  jpsaman
+  * http: added alias "mmsh" to output as mmsh (work only with asfh). Only
+  tested with vlc/mplayer.
 
- Found bug in configure.in script Qt Embedded definition used $(QTDIR) i.s.o ${QTDIR}
+2003-08-25 Monday 01:32  fenrir
 
-2002-10-03 Thursday 23:10  jpsaman
+  * httpd: when using "video/x-ms-asf-stream" we add special headers needed
+  for mmsh protocol.
 
- vlc launch script for opie.
+2003-08-25 Monday 01:31  fenrir
 
-2002-10-03 Thursday 23:10  jpsaman
+  * asf: added an alias "asfh" : it creates special stream to allow using
+ http output as mmsh server (see next commits).
 
- file vlc.opie was initially added on branch v0_4_1_branch.
+2003-08-24 Sunday 23:22  gbazin
 
-2002-10-03 Thursday 23:01  jpsaman
+ * modules/codec/faad/decoder.c: for some reason my libfaad the frame samplerate to 0. I guess I should update it but anyway a sanity check avoids a segfault in this case.
 
- Updated for opie
+2003-08-24 Sunday 22:20  fenrir
 
-2002-10-03 Thursday 22:49  jpsaman
+  * asf: more stuff (bitrate and time).
 
- Fixed known bug in rtp plugin which resulted in superflous error messages.
+2003-08-24 Sunday 17:24  gbazin
 
-2002-10-03 Thursday 22:46  jpsaman
+ * NEWS: keeping track of the new features.
 
- Updated AUTHOS file.
+2003-08-24 Sunday 16:59  hartman
 
-2002-10-03 Thursday 20:56  sam
+ * changed debug strings to diff between unsupported RTP payload and non-rtp packet
+   see bug 1136
 
-   * ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix
-     locales breakage.
-   * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable,
-     to be set between 0 and 4. Default value is 0 for a program using libvlc,
-     but vlc sets it to 1 by default.
-   * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as
-     well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is
-     the same as -q (quiet). Hope it's all understandable.
+2003-08-24 Sunday 16:38  fenrir
 
-2002-10-03 Thursday 19:01  gbazin
+  * asf : asf muxer, not well tested yet.
 
- * FAQ: updated FAQ with config file issues.
- * configure.ac.in: use -mms-bitfields instead of -fnative-struct for
-    mingw32 gcc-3.x.
- * include/interface.h, modules/misc/dummy/interface.c, modules/misc/logger/logger.c,
-    modules/control/rc/rc.c: Display message on Win32 explaining how to get
-    back to the GUI mode.
- * src/misc/threads.c, include/vlc_threads_funcs.h: ignore the
-    win9x-cv-method config option on WinNT when fast-mutex is not enabled.
+2003-08-24 Sunday 16:24  fenrir
 
-2002-10-03 Thursday 18:44  gbazin
+  * http: added wma/wmv mime type.
 
- * FAQ: updated FAQ with config file issues.
- * configure.in, configure: user -mms-bitfields instead of -fnative-struct
-    for mingw32 gcc-3.x.
- * include/interface.h, plugins/dummy/intf_dummy.c, plugins/text/logger.c,
-    plugins/text/rc.c: Display message on Win32 explaining how to get back
-    to the GUI mode.
- * include/threads_funcs.h, src/misc/win32_specific.c: ignore the
-    win9x-cv-method config option on WinNT when fast-mutex is not enabled.
+2003-08-24 Sunday 15:05  fenrir
 
-2002-10-03 Thursday 15:21  sam
+  * asf: detect dump of broadcasted asf stream.
 
-   * ./src/libvlc.c, ./include/main.h: the root of all objects is now
-     p_libvlc, and each p_vlc is a child of p_libvlc. Reasons for this are:
+2003-08-24 Sunday 14:43  titer
 
-      o the module bank and the message bank only need to be initialized once,
-        which gives faster loads when multiple instances of libvlc are used,
-      o we allow the possibility of different p_vlc sharing objects, for
-        instance the audio output,
-      o the CPU detection is only done once.
+  modules/demux/util/sub.c : compile fix
 
-     This patch is not polished yet, but I cannot do any intensive tests for
-     the moment because of a bug somewhere that leaves audio output objects
-     lying here and there which needs to be investigated first. The current
-     major issue is that the module bank is no longer freed.
+2003-08-24 Sunday 11:17  gbazin
 
-2002-10-03 Thursday 12:15  sigmunau
+ * configure.ac, modules/access/dshow/: brand new DirectShow input plugin.
+    Much work still needs to be done, like audio support, adding plenty of configuration options, etc... But the video part is already working quite well here.
 
- forgot to add the actual code in my last commit
+2003-08-24 Sunday 08:12  hartman
 
-2002-10-03 Thursday 12:15  sigmunau
+ * Large update to the ebuild.
+   - reordered several parts
+   - made it as close to the gentoo ebuild as possible.
+   - fixed several changes/additions since 0.6.1
 
-  kde.cpp: subscribe and unsubscribe messages
-  interface.cpp, interface.h: create a messages window, and add menu iten to
- show it
-  Modules.as: build messages window
-  ui.rc: menuitem to show messages
-  preferences.cpp: fixed typo in comment
+2003-08-24 Sunday 00:36  fenrir
 
-2002-10-03 Thursday 11:25  sam
+  * sub.c : fixed a warning.
 
-   * ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.
+2003-08-24 Sunday 00:34  hartman
 
-2002-10-03 Thursday 11:21  jpsaman
+ * backwards compatibilty with older faad2 lib
 
- Added author Gerald Hansink of Qt Embedded Video Output to AUTHORS list.
+2003-08-24 Sunday 00:29  lool
 
-2002-10-03 Thursday 10:44  sam
+   * Makefile.am:
+     . cleanups, use of top_builddir where possible, just to feel safer
+     . fixed VLC.app inclusion of AUTHORS, COPYING etc.
+     . propagated previous changes to package-osx
+     . checked both build methods
 
-   * ./bootstrap: fixed a bug I introduced yesterday that caused automake
-     version detection not to work properly.
+2003-08-23 Saturday 22:49  fenrir
 
-2002-10-03 Thursday 00:56  massiot
+  * configure.ac : added --enable-goom and --with-goom-tree. Btw, I use a
+ special goom tree source as I was unable to use standard goom library.
+ (I will provide it once mmx/ppc included)
+  * modules/visualization/Modules.am: added goom
+  * include/vlc_block.h src/misc/block.c: introduce a new data block
+  api (not yet tested, ported from my local new input work).
 
- * Mac OS X audio device discovery and selection, patch courtesy of
- Heiko Panther <heiko.panther@web.de>.
+2003-08-23 Saturday 22:19  fenrir
 
-2002-10-02 Wednesday 18:02  sam
+  * charset: compilation fix.
 
-   * ./bootstrap: added a check for automake bug #326. No easy workaround is
-     really possible other than patching/upgrading automake. This happens for
-     automake 1.6.0 and automake 1.6.1.
+2003-08-23 Saturday 22:02  hartman
 
-2002-10-02 Wednesday 17:37  sigmunau
+ * modules/demux/util/sub.c: Fixed a crash when trying to autodetect files
+   that don't have a . char in their name. Also fixed a problem where the
+   code was trying to open a empty string subtitle after autodetect couldn't
+   find a suitable filename.
 
- fixed some insanities which coused this module to fail on a52 sound
+2003-08-23 Saturday 21:21  lool
 
-2002-10-02 Wednesday 15:28  sam
+   * was wrongly deleting the extras/ dir
 
-   * ./Makefile.am: removed a circular dependency on src/misc/modules_plugin.h.
+2003-08-23 Saturday 19:20  hartman
 
-2002-10-02 Wednesday 15:26  sam
+ * modules/codec/subsdec/subsdec.c: reordered the list of encodings. Should
+   make it easier for users to find their charset now.
+ * modules/demux/util/sub.?: try to find filename.subext based on filename.avi
+   Very basic now, but might be become more advanced in the feature. (that's
+   why it's so much code )
 
-   * ./Makefile.am: another workaround for an old automake 1.5 bug (bug #279).
+2003-08-23 Saturday 17:23  fenrir
 
-2002-10-02 Wednesday 14:59  sam
+  * goom: visual effects using goom. (Not yet enabled)
 
-   * ./bootstrap, ./Makefile.am: workarounds for automake 1.5.
+2003-08-23 Saturday 16:15  fenrir
 
-2002-10-02 Wednesday 11:15  sam
+  * faad: fix SBR handling.
 
-   * ./configure.ac.in: --enable-a52 activates a52tofloat32, not a52.
-        (always re-run bootstrap when configure.ac.in has changed).
+2003-08-23 Saturday 15:35  lool
 
-2002-10-02 Wednesday 00:34  massiot
+   * Makefile.am: slight changes of the VLC.app target to generate it in
+                  $(top_builddir) instead of $(srcdir)
 
- Fixed a bug in the OSS output I introduced yesterday.
+2003-08-23 Saturday 14:51  fenrir
 
-2002-10-02 Wednesday 00:26  massiot
+  * input: fixed buffer overflow, add sanity check and big big clean up.
+ (for the user filter part).
+  For now, when a user filter can't be inserted it is just ignored. (before
+ the whole audio chain failed).
 
- For people who have several network interfaces, added a --iface-addr option
- to select which interface to use for multicast sockets.
+2003-08-23 Saturday 14:38  lool
 
-2002-10-01 Tuesday 23:55  massiot
+   * src/misc/configuration.c: fix a couple of signed/unsigned warns
 
- Finally fixed the A/52 TS input.
+2003-08-23 Saturday 14:26  lool
 
-2002-10-01 Tuesday 23:47  massiot
+   * missing top static declaration was giving a warning
 
- Finally fixed A/52 TS input.
+2003-08-23 Saturday 14:15  fenrir
 
-2002-10-01 Tuesday 22:43  ipkiss
+  * ninput: fix a warning. (bad functions order)
 
- * modules/video_output/directx/events.c: added an "Always on top" entry
-   in the system menu.
+2003-08-23 Saturday 14:14  hartman
 
-2002-09-30 Monday 23:32  massiot
+ * sorry :)
+   fix broken tree
 
- * Made audio_sample_format->i_format a FOURCC to allow the creation of
- new ones.
+2003-08-23 Saturday 12:59  hartman
 
-2002-09-30 Monday 22:13  jpsaman
+ * added a vlc_current_charset function. This tries to get the current charset
+   in use by the OS. It's pretty nifty. if available it uses nl_langinfo. Then
+   it falls back to trying setlocale (exept on OSX, where this funtion is useless)
+   and then falls back to LC_ALL, LC_TYPE and LANG environment variables.
+   If only the LANG variable is available (like on osx) it tries a countrycode
+   to charset mapping (making an educated guess ).
+   On windows it retrieves the charset with GetACP().
+   It also has an aliases system to transform incompatible charset description
+   strings to libiconv compatible charset descriptions. If you want you can even
+   retrieve the charset on OS/2.
+ * modules/codec/subsdec/subsdec.c: By default we try to open a subtitle file in
+   the systems charset (or language mapped to charset). It's no more than a guess,
+   and if you open Latin1 subs on your Japanese system you will still need to
+   specify the encoding by hand, but it's better then nothing.
+ * src/playlist/playlist.c: spelling error in a comment.
 
- Configuration, compile and build settings for:
- - Familiar Linux Gtk+ interface
- - Qt Embedded video ouput
- - preparations for opie interface.
+2003-08-23 Saturday 12:53  lool
 
-2002-09-30 Monday 21:55  jpsaman
+   * added missing .cvsignore
 
- Adding files for ipkg packaging system off Familiar Linux.
+2003-08-23 Saturday 12:47  lool
 
-2002-09-30 Monday 21:53  jpsaman
+   * very light typo
 
- Adding icons for familiar interface.
+2003-08-23 Saturday 11:46  fenrir
 
-2002-09-30 Monday 20:30  titer
+  * avi : fixed a lock problem.
 
- Attempt to port new BeOS features from the stable branch.
- Playlist is yet broken (maybe others things too)
+2003-08-22 Friday 22:52  fenrir
 
-2002-09-30 Monday 17:47  sam
+  *all : multi-pass clean up/cosmetics.
 
-   * src/*: another bunch of .cvsignore files.
+2003-08-22 Friday 20:32  fenrir
 
-2002-09-30 Monday 17:46  sam
+  * all: use stream_Seek/Size/Tell wrappers.
 
-   * ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc
-     and gnome-vlc packages.
-   * ALL: updated .cvsignore files to properly ignore automake files.
+2003-08-22 Friday 20:31  fenrir
 
-2002-09-30 Monday 13:05  sam
+  * avi: use stream_*, some clean and reordering.
 
-   * ALL: the build mechanism now uses automake. See HACKING for more details.
-   * ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
-   * debian/rules: the A52 module is now in a separate package.
+2003-08-22 Friday 20:29  fenrir
 
-2002-09-30 Monday 12:00  sam
+  * ninput: added wrappers to stream_Control.
 
-   * ALL: added *.am files here and there for future automake support.
+2003-08-22 Friday 14:03  adn
 
-2002-09-29 Sunday 20:19  sam
+ no v4l tab for win32
 
-   * ./src/playlist/playlist.c: don't run the playlist by default.
-   * ./src/libvlc.c: if items are specified in the commandline, run the playlist.
-   * ./src/vlc.c: don't rely on internal vlc types (mtime_t).
+2003-08-22 Friday 13:38  hartman
 
-2002-09-29 Sunday 20:16  sam
+ * A vflip should flip on the vertical axis and not on the horizontal of course.
 
-   * ./src/misc/threads.c: fixed a bug in the st_mutex_new() failure detection.
+2003-08-22 Friday 08:06  asmax
 
-2002-09-29 Sunday 17:39  jpsaman
+ * interface.cpp: fixed a stack corruption which caused a segfault in the
+   wxwindows plugin (in UpdateAcceleratorTable, the table
+   wxAcceleratorEntry entries[6] was filled with _seven_ values ;-)
+   I guess it didn't happen with all compilers because of the way
+   variables are stored on the stack)
+ * wxwindows.h: removed a warning
 
- Updating ipkg files for X and QT Embedded packages of vlc.
+2003-08-21 Thursday 20:29  hartman
 
-2002-09-29 Sunday 14:04  titer
+ * Updated Brazilian translation
 
- BeOS enhancements by Stephan Assmus :
-   - many fixes
-   - added ability to open a file by dropping it onto the vlc icon
-   - blanks cursor when no activity
-   - added "Speed" menu
-   - made nicer look similar to BeOS MediaPlayer
-   - playlist now functioning
-   - screen capture option
-   - and more...
+2003-08-21 Thursday 16:59  hartman
 
-2002-09-28 Saturday 15:05  massiot
+ * Removed the xmga plugin since it was quote "a waste of time and not even finished"
+ * Decreased the priority of kde interface because of it's unstable nature
+   and not being maintained status.
 
- * Several stability patches for multiple input streams aout.
+2003-08-20 Wednesday 21:59  asmax
 
-2002-09-28 Saturday 01:38  massiot
+ * fixed an internal error with stupid gcc2.95
 
- * Makefile.old: Fixed BeOS compilation.
- * ALL: Fewer overhead when resampling.
+2003-08-20 Wednesday 19:36  babal
 
-2002-09-27 Friday 00:56  massiot
+ - anti-spam
 
- * Fixed my A/52 fix.
+2003-08-20 Wednesday 19:17  adn
 
-2002-09-27 Friday 00:43  massiot
+ * Bitrate options for PVR
+ * fix for win32 compilation
 
- * Fixed my A/52 fix.
+2003-08-20 Wednesday 16:22  garf
 
-2002-09-27 Friday 00:40  massiot
+  * had accidentally deleted the first line of vout.m
 
- * Major API change of the audio output. New aout_Dec* functions.
- * Fixed a compile issue in s16tofloat32swab.
- * Fixed a typo in demux/mpeg/ts.c.
+2003-08-20 Wednesday 13:08  garf
 
-2002-09-26 Thursday 01:11  massiot
+  * mozilla plugin on MacOSX : scrollbar clipping problem fix
 
- Backported support for VLS CVS with regards to A/52 streams. Also
- backported --vls-backwards-compat option. Please test.
+2003-08-20 Wednesday 09:58  garf
 
-2002-09-25 Wednesday 22:41  jpsaman
+  * forgot an -I
 
- Added compiler and link flags to --enable-opie (not tested).
+2003-08-20 Wednesday 01:18  fenrir
 
-2002-09-25 Wednesday 22:25  jpsaman
+  * stream: less warnings.
 
- Adding lost instruction for compiling libmad library.
+2003-08-20 Wednesday 01:10  fenrir
 
-2002-09-24 Tuesday 01:05  massiot
+  * avi: fixed playback of others brokens stream.
+  Remember: each time something could be wrong then, with avi, it will be.
+  I hate avi.
 
- * New --vlc-backwards-compat option, to go back to the old behavior with old
- VLS's.
- * Fixed a bug with non-ASCII characters in the OS X playlist.
- * Fixed a warning on start-up.
+2003-08-19 Tuesday 22:28  adn
 
-2002-09-23 Monday 23:44  jpsaman
+ Oooooooops !
 
- Video output for QT embedded compiles. There are still some linking issues to fix, before it is usable.
+2003-08-19 Tuesday 21:54  adn
 
-2002-09-22 Sunday 16:53  massiot
+ SLP Announce :)
 
- Fixed a bug in the conversion splitter.
+2003-08-19 Tuesday 21:20  zorglub
 
-2002-09-21 Saturday 22:20  jlj
+ * src/audio_output/input.c: forgot to free something
 
-   * ./modules/audio_filter/converter/Makefile: Fixed typo.
+ * modules/visualisation/visual/* :
+       visualization system. It supports multi-effects.
+ At the moment:
+       -dummy (guess what ? it does nothing)
+       -scope (adapted and fixed from sam's one)
+       -random (displays random plots)
+ Todo:
+       - spectrum analyser
+       - movement effects (rotations, scrolls,...)
+       - blur effect ?
 
-2002-09-21 Saturday 01:27  massiot
+2003-08-19 Tuesday 21:16  adn
 
- * Fixed miscellaneous cosmetic issues with lpcm and s16tofloat32swab modules.
- * First hooks for changing the audio output plug-in and its parameters
-   on-the-fly.
+ Video4Linux / PVR / KFIR unified panel
 
-2002-09-19 Thursday 23:56  massiot
+2003-08-19 Tuesday 18:51  sigmunau
 
- * Audio volume management now works properly. See src/audio_output/intf.c
-   for information on how to use it in your interface plug-ins. In the
-   SDL vout, b and n are mapped to sound down/sound up.
- * Fixed a major in the mad plug-in with wrong dates.
- * Fixed a compilation bug.
+ modules/visualization/scope/scope.c:
+  * fixed numerous issues. It now works, but it has some impact on some audio
+ streams, especially vorbis
 
-2002-09-19 Thursday 17:58  fenrir
+2003-08-19 Tuesday 14:07  garf
 
-  * avi.c : fix my last fix about endiannes issues (I hope)
+  * XPCOM implementation in mozilla plugin on MacOSX (Play, pause, stop
+  *  buttons. Fullscreen disabled ).
 
-2002-09-19 Thursday 01:34  fenrir
+2003-08-19 Tuesday 13:20  hartman
 
-  * all: fix endian issue with new definition of VLC_FOURCC, but
- untested. Meuuh, could you test it ?
+ * deleted stray i char
 
-2002-09-18 Wednesday 23:21  massiot
+2003-08-19 Tuesday 11:26  hartman
 
- * ALL: More hooks for audio volume management.
- * configure.in: Fixed a typo.
+ * Updated brazilian portuguese translation by Andre de Barros Martins Ribreiro
+   ( your parents couldn't find anything shorter? :)
+ * Added this language to the options in the preferences.
 
-2002-09-18 Wednesday 14:20  sam
+2003-08-18 Monday 19:18  fenrir
 
-   * ./modules/audio_filter/converter/s16tofloat32swab.c: compilation fix for
-     systems which don't have swab(). Fixed a memory leak.
+  * asf: clean up + use stream_* (It's not yet well tested)
 
-2002-09-18 Wednesday 13:50  tcastley
+2003-08-18 Monday 19:17  fenrir
 
- Updated to use the new AOUT_VOLUME_* constants.
+  * all: added stream_DataPacket
 
-2002-09-18 Wednesday 03:28  henri
+2003-08-18 Monday 17:30  fenrir
 
- lpcm support (tested on 1 source only)
+  * udp: udp-sout-caching is now also accessible by instance variable
+  "caching".  (ex: udp{caching=ms})
 
-2002-09-17 Tuesday 16:56  sam
+2003-08-18 Monday 17:25  fenrir
 
-   * ./src/libvlc.c: switched the position of msg_Create() and system_Init()
-     because the BeOS system_Init spawns a thread, which makes use of msg_*
-     functions.
-   * ./src/misc/threads.c, ./src/misc/win32_specific.c: put the detection
-     of SignalObjectAndWait in the thread system initialization because
-     system_Init() now happens after msg_Create().
+  * ts: fix PCR value when using pcr-soft.
 
-2002-09-17 Tuesday 13:57  fenrir
+2003-08-18 Monday 14:57  sigmunau
 
-  * all: - fix a memory leak while parsing.
-         - fix a bug while playing last frames (in last chunk).
        - add seek support, not complete but usable.
+ Turned the scope plugin into a audio filter that can be inserted with
+ --audio-filter. It still seems to have many problems, so I will not eneable
it yet.
 
-2002-09-17 Tuesday 10:18  sam
+2003-08-18 Monday 13:16  zorglub
 
-   * ./mozilla/*: added hooks so that the vlc plugin is scriptable from
-     javascript. It's also in C++, but we didn't have the choice.
+ * src/audio_output/input.c
+   src/libvlc.h :
+        First try to implement "user audio filters"
+        You can provide a list of audio filters that you want to add to
+        the pipeline (only the "headphone", at that time).
+       (use --audio-filter filter1,filter2,...)
 
-2002-09-16 Monday 22:46  massiot
+    ***Warning***
+    It seems to work, but no guarantee at all. Perhaps all is bad
+    and the commit should be reverted, as it could break audio output
 
- * configure.in: Fixed detection of Qt-embedded.
- * modules/codec/a52.c: Fixed detection of A/52 sound.
- * modules/audio_filter/converter/a52tofloat32.c: Fixed a bug related to
-   downmixing.
- * ALL: Added hooks for audio volume management.
+ * modules/codec/libmpeg2.c :
+       Fixed a segfault when vout creation fails
 
-2002-09-16 Monday 10:10  sam
+2003-08-18 Monday 06:42  jpsaman
 
  * ./modules/gui/gtk/gtk.glade: handled delete event for the Open window.
Small fix.
 
-2002-09-16 Monday 00:33  ipkiss
+2003-08-18 Monday 00:17  fenrir
 
-  * modules/gui/win32/preferences.cpp: added a forgotten initialization
+  * all: move "wave format tag to fourcc" from demuxers to codecs.h
+  (only one place to keep updated).
 
-2002-09-15 Sunday 22:54  jpsaman
+2003-08-17 Sunday 23:42  fenrir
 
- Configure option --enable-qte works now (default is disabled).
- Porting video out plugin/builtin for Qt Embedded to CVS is not complete. (Please do not use it.)
+  * all: A little clean up.
 
-2002-09-15 Sunday 21:32  jpsaman
+2003-08-17 Sunday 23:11  sigmunau
 
- Hide progressbar widget on startup.
+ modules/misc/freetype.c:
+  * implemented outlineing of the glyphs. Please yell if the performance
+ suck, and I will try to make them optional.
+  * fixed centering on RV32 and YUY2
 
-2002-09-14 Saturday 22:51  stef
+2003-08-17 Sunday 23:02  fenrir
 
- *Fixed a bug that prevented OSS from closing cleanly in spdif.
+  * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include/vlc_common.h.
+  (Well, Get(D/Q)WBE are just #define to U16/32/64_AT.
 
-2002-09-14 Saturday 22:50  stef
+2003-08-17 Sunday 20:58  alexis
 
*Fixed a typo that made spudec selection fail.
po/es.po THANKS configure.ac: Spanish translation started by Vicente Jiménez Aguilar.
 
-2002-09-14 Saturday 00:38  massiot
+ src/libvlc.h: replaced "VLS" by "streaming server".
 
- (Temporary) end of the audio output 3 documentation.
+2003-08-17 Sunday 20:45  fenrir
 
-2002-09-12 Thursday 01:10  stef
+  * all: added OggS fourcc. (still unsported but allow dumping)
 
- .Quick hack to make spdif work with emu10k1 oss driver. Still buggy.
+2003-08-17 Sunday 20:39  fenrir
 
-2002-09-12 Thursday 01:08  stef
+  * all: removed all u8/u16/.... occurences.
 
- .Fixed the length of the spdif frame.
+2003-08-17 Sunday 18:44  fenrir
 
-2002-09-10 Tuesday 14:58  sam
+  * avi, dummy: removed useless include.
 
-   * ./modules/misc/dummy/vout.c: fixed an endianness issue in the commandline
-     chroma parsing.
+2003-08-17 Sunday 15:22  sigmunau
 
-2002-09-10 Tuesday 14:15  sam
+ modules/misc/freetype.c:
+  * added support for RV32/RV24 chroma
 
-   * ./modules/video_output/x11/xcommon.c: if we do not own the X window, like
-     in the Mozilla plugin, we do not try to unmap it.
+2003-08-17 Sunday 14:14  sigmunau
 
-2002-09-09 Monday 15:52  sam
+ src/playlist/playlist.c:
+  * small documentation update
 
-   * ./configure.in: the DV module is now a plugin, with the proper
-     dependencies in debian/control.
+2003-08-17 Sunday 14:11  sigmunau
 
-2002-09-09 Monday 00:20  massiot
+ doc/Doxyfile:
+  * Extract documentation on static functions, useful to get the static
+ inline functions defined in header files listed. Drawback is that private
+ functions in source files are also listed.
 
- Three lines :).
+2003-08-17 Sunday 13:56  gbazin
 
-2002-09-07 Saturday 01:15  massiot
+ * modules/demux/flac.c: few cosmetic changes.
+ * modules/codec/flacdec.c: when synchronisation on the bitstream is lost, flush the flac decoder so it can synchronise again (fixes problems on seeking).
 
- Aout3 developer documentation, cont'd.
+2003-08-16 Saturday 21:05  zorglub
 
-2002-09-04 Wednesday 23:44  massiot
+ * configure.ac : linked stream_out_standard to ws2_32 to fix build
 
- Beginning of the developer documentation for audio output 3.
+ * playlist.cpp : added "Random" and "Loop" checkboxes
 
-2002-09-04 Wednesday 23:18  jpsaman
+2003-08-16 Saturday 16:56  gbazin
 
Little cleanup action.
* po/pt_BR.po, THANKS: new brazilian portuguese translation, courtesy of André de Barros Martins Ribeiro.
 
-2002-09-04 Wednesday 23:13  jpsaman
+2003-08-15 Friday 13:16  fenrir
 
- Qt Embedded video out patch courtesy of Gerald Hansink.
- Ported Qt Embedded video out to vlc-0.5.0 (it is not useable yet).
+  * ffmpeg: added m4cc and M4CC as MPEG4 fourcc.
 
-2002-09-04 Wednesday 23:09  jpsaman
+2003-08-15 Friday 01:58  fenrir
 
- Renamed --enable-qte switch for Qt Embedded interface support to --enable-opie.
- Reused --enable-qte for Video Out support under Qt Embedded.
+  * pes: fix private stream with mpeg1.
 
-2002-09-03 Tuesday 14:03  tcastley
+2003-08-14 Thursday 23:37  fenrir
 
- Added Stephan Assmus who is helping with the BeOS Code
+  * ts: use right stream_id for A52 (0xbd -> fix mplayer playback) and add a
+   "registration descriptor" (-> fix xine playback) when using a52.
 
-2002-09-03 Tuesday 14:00  tcastley
+2003-08-14 Thursday 23:32  fenrir
 
- src/misc/beos_specific.cpp:
- - Implemented VlcApplication::RefsReceived()
- - this added ability to open a file by dropping its icon onto the vlc icon
- - this makes Open With... work as well
- plugins/beos/intf_beos.cpp
- - A message is sent to be_app when the interface is created
-       (needed to support BApplication::RefsReceived())
- plugins/beos/vout_beos.cpp
- - reacts on Escape and Tab key to switch fullscreen/window mode
- - blanks cursor when no activity
- - Fixed a memory leak in VideoWindow::ScreenChanged()
- - Fixed the ugly scrambled video content before any decoding actually begins
- - Added selectable aspect ratio correction
- - Added better error handling when setting the drawing mode
- plugins/beos/InterfaceWindow.h/.cpp
- - Implemented dynamic view layout
- - Fixed crashes in MessageReceived() when no file was loaded
- - Implemented disabling of menus when no file is loaded
- - Added "Speed" menu
- - Added ability to enable navigation menu items according to features of current stream
- - Cleaned up code somewhat
- - Changed parts of LanguageMenu::GetChannels() to show more user friendly and no invalid entries
- - better support for muting and volume info
- - better support for scrubbing and detection of stopped stream
- plugins/beos/MediaControlView.h/.cpp
- - Added dynamic layout of elements
- - Exchanged rewind/fastforward buttons for skip buttons that skip to the next chapter if stream supports it.
- - made nicer looking SeekSlider similar to BeOS MediaPlayer
- - made VolumeSlider similar to BeOS MediaPlayer, plus additional features that one doesn't have (muted state)
- - got rid of MediaSlider (no need for it anymore)
- - detection of stopped stream
- plugins/beos/Bitmaps.h
- - Added bitmaps for VolumeSlider
- plugins/beos/intf_vlc_wrapper.h/.cpp
- - added set_volume() and is_muted() functions
- - fixed a bug in toggle_muted()
+  * all: added support for a52 in PES private stream, but untested.
 
-2002-09-03 Tuesday 01:21  massiot
+2003-08-14 Thursday 20:02  zorglub
 
- Fixed the trivial channel mixer.
+ * all: as announce calls non-standard functions (SLP), remove it from
+ src, and build it in the stream_out_standard module to avoid a link
 
-2002-09-03 Tuesday 01:17  massiot
+2003-08-14 Thursday 19:25  sigmunau
 
- The liba52 "codec" is now an audio filter. It means we are now able to
- autodetect S/PDIF hardware support and the audio output plug-in chooses
- the best one. Of course it probably breaks existing output modules, see
- oss.c for hints :).
+ First part of code to allow configurable hotkeys.
+ include/configuration.h, src/misc/configuration.h:
+  * added a CONFIG_ITEM_KEY
+ include/vlc_keys.h:
+  * constants to identify keys
+ src/libvlc.h:
+  * provide a set of hotkey config options
+ modules/gui/wxwindows/interface.cpp, wxwindows.h:
+  * set the configured hotkeys as accelerator for the appropriate menus
+ modules/gui/wxwindows/preferences.cpp:
+  * start to support CONFIG_ITEM_KEY. Options are showed with the right value
+    but any changes made have no effect yet.
 
- Also include minor tweaks which will entitle us to decode and output 5.1
- audio. It may break existing plug-ins, too. See
- audio_output.c:aout_FormatNbChannels for hints.
+2003-08-14 Thursday 18:21  sigmunau
 
-2002-09-01 Sunday 23:20  massiot
+ include/video_output.h:
+  * minor cleanup in a comment
 
- Added a priority for video decoders, for systems with fixed-priority
- policy.
+2003-08-14 Thursday 18:12  sigmunau
 
-2002-09-01 Sunday 00:10  stef
+ modules/control/lirc/lirc.c:
+  * applied slightly modified patch by  Stephane Mottelet <mottelet@dma.utc.fr>
+  to support next/previous chapter buttons on remote controls
 
- *It seems that the setting of the fragment size was buggy.
+2003-08-14 Thursday 17:50  sigmunau
 
- OSS work with my sblive! now :). It still works on my other computer too
- but please test.
+ include/stream_output.h:
+   * use #if 0 and not // to disable code
 
-2002-08-31 Saturday 21:58  stef
+2003-08-14 Thursday 13:32  garf
 
*Make pf_setformat disappear from sdl module.
 * little bug fix.
 
-2002-08-31 Saturday 01:27  massiot
+2003-08-14 Thursday 13:09  sigmunau
 
- aout3 API change :
- pf_setformat disappears (it was never called independantly of Open). If
- the format needs to be changed, we will have Close/Open. This is much
- simpler than before. Please check that I didn't break some plug-ins.
+ include/vlc/vlc.h:
+    turn playlist command defines into a enum
 
-2002-08-31 Saturday 00:22  massiot
+2003-08-14 Thursday 13:02  sigmunau
 
- * demuxes: Worked around a bug in old VLC and VLS by changing TS stream types
-   (see my last mail).
- * aout: Rewrote our whole lock policy. The output thread now doesn't require
-   the mixer_lock, which might avoid delays. We will also be able to change
-   the filter pipelines at runtime.
+ vlc_playlist.h:
+    * added a duration field to the playlist item struct
+ vlc_playlist.h, playlist.c:
+    * turned playlist_AddName into playlist_AddExt and made it take an extra
+    argument( the duration )
+    * doxygenize comments
+ modules/demux/m3u.c, modules/gui/macosx/playlist.m:
+    * use playlist_AddExt
 
-2002-08-30 Friday 21:16  sam
+2003-08-14 Thursday 12:38  garf
 
-   * ./include/vlc_threads_funcs.h, modules/video_output/directx/vout.c: Win32
-     compilation fixes (typo, undeclared var).
+  * mozilla plugin on MacOSX. Not fully implemented yet.
+  * compiled with mozilla 1.4 (won't probably work with <1.4)
+  * TODO:
+  *     - make XPCOM work (play,pause,stop buttons)
+  *     - fullscreen implementation (quite difficult on MacOSX because only
+  *       the main thread can create windows)
 
-2002-08-30 Friday 14:23  sam
+2003-08-14 Thursday 11:47  gbazin
 
-   * ./configure.in: do not try to link with -lrt if not using pthreads. This
    might break the HP/UX or Solaris ports, please check if possible.
  * ./src/misc/threads.c: fixed syntax in the st and pth implementations.
+ * src/extras/libc.c, nclude/vlc_common.h, modules/mux/mpeg/ts.c: added atoll() to our libc.
* modules/control/ntservice.c: added a --ntservice-extraintf option to allow the service to spawn additionnal interfaces.
* include/audio_output.h, modules/audio_output/directx.c: added support for 3F2R audio output in addition to 3F2R/LFE (5.1).
 
-2002-08-30 Friday 01:53  massiot
+2003-08-14 Thursday 11:25  sigmunau
 
- * ./bootstrap : Fixed an issue with old shell versions
- * ALL : Added a priority argument to vlc_thread_create(), so that audio
- and input threads can run with a higher real-time priority, on systems
- allowing you to use priorities.
+ include/ninput.c, src/input/stream.c:
+    Moved comment blocks to the implementation where appropriate. Changed
+    comments to Doxygen syntax.
 
-2002-08-30 Friday 00:29  ipkiss
+2003-08-13 Wednesday 23:26  gbazin
 
- The win32 interface is preparing for the internationalization.
+ * ALL: bumped version number to 0.6.3-cvs
+ * modules/control/ntservice.c: new Windows NT/2K/XP service interface.
 
-2002-08-29 Thursday 00:44  massiot
+2003-08-13 Wednesday 21:15  gbazin
 
- * Fixed libmad's output volume.
+ * modules/stream_out/standard.c: fixed segfault on close.
 
-2002-08-29 Thursday 00:25  massiot
+2003-08-13 Wednesday 19:38  gbazin
 
- * Finally fixed the segfault when resampling.
- * Reactivated the A/52 demux.
- * Wrote a real full-featured float32 mixer.
+ * include/announce.h, src/stream_output/announce.c, modules/stream_out/standard.c: fixed broken build.
 
-2002-08-28 Wednesday 23:40  sam
+2003-08-13 Wednesday 19:18  gbazin
 
  * ./Makefile.old: fixed the automatic dependency rule (include dirs missing).
* ChangeLog: yeah I know... don't laugh.
 
-2002-08-28 Wednesday 21:48  massiot
+2003-08-13 Wednesday 18:39  gbazin
 
- It now works when there is no automake-1.5 nor automake-1.6.
+ * modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish.
+ * modules/codec/ffmpeg/video.c: forgot a debug message.
 
-2002-08-28 Wednesday 17:30  sam
+2003-08-13 Wednesday 14:17  zorglub
 
-   * ./m4/*: added gettext m4 macros so that the configure behaviour is
-     always the same.
+ * configure.ac : we need to define HAVE_SLP_H
 
-2002-08-28 Wednesday 16:22  sam
+ * include/announce.h & vlc_common.h: slp_session_t structure definition
 
-   * Additional fixes for bootstrap when gettext isn't available.
+ * module/stream_out/standard.c & src/stream_output/announce.c :
+     SLP announcing support by vlc
 
-2002-08-28 Wednesday 15:38  sam
+2003-08-13 Wednesday 14:06  fenrir
 
-   * ./bootstrap: fixed a shell error (replaced "if `foo`" with "if foo").
+  * ts.c: commented out useless code and an annoying error message.
 
-2002-08-28 Wednesday 14:50  sam
+2003-08-13 Wednesday 13:54  jpsaman
 
-   * ./bootstrap: we should be able to bootstrap CVS even without gettext.
+ Fixed segmentation fault in input_SplitBuffer() when input_FillBuffer() could not allocate (actually input_NewBuffer()) another buffer. The code tested for:
+ if (!i_size)
+ {
+   /* Handle error */
+ }
 
-2002-08-27 Tuesday 23:53  sigmunau
+ However input_SplitBuffer() returns -1, which results in if (false) here and a segmentation fault will happen when input_ShareBuffer() is called. All constructs of the above form are supicious to produce a segfault in the code!
 
- fixed a minor bug
+2003-08-13 Wednesday 13:50  jpsaman
 
-2002-08-27 Tuesday 16:15  sam
+ Keep track of ioctl_UnsetDMXFilter
 
-   * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now
-     we _really_ depend on it.
-   * ./bootstrap: we don't use touch to create a file, because it doesn't seem
-     to work everywhere.
+2003-08-13 Wednesday 07:03  titer
 
-2002-08-27 Tuesday 01:36  sam
+  Missing file
 
-   * ./bootstrap: we touch m4/Makefile.am so that configure doesn't complain
-     about a missing m4/Makefile.in.
-   * ./include/vlc_common.h: workaround for Borland's redefinition of PACKAGE.
+2003-08-13 Wednesday 01:50  gbazin
 
-2002-08-27 Tuesday 01:00  massiot
+ * ChangeLog: guess what ? yeah, yet another update for 0.6.2.
 
- * Miscellaneous S/PDIF fixes.
- * New NextPTS() function, to replace CurrentPTS() (gives the PTS which will
-   be valid for NEXT byte).
- * Fixed mono mode in the builtin mpeg audio decoder.
- * Various fixes related to PTS calculation in audio decoders.
+2003-08-13 Wednesday 01:45  gbazin
 
-2002-08-27 Tuesday 00:54  sigmunau
+ * modules/access/dvdplay/*: support for dvd menus navigation ("dvd_menus" object variable).
+ * modules/gui/wxwindows/menus.cpp: support for dvd menus navigation.
+ * src/input/input_programs.c: programs object var was not reset correctly.
 
- have my filter compile by default
+2003-08-12 Tuesday 18:34  gbazin
 
-2002-08-27 Tuesday 00:35  sigmunau
+ * ChangeLog: re-re-re-updated the changelog for the 0.6.2 release.
 
- An motion blur filter. --blur-factor states the degree of blurring from 1
- to 127. about 100 is cool
+2003-08-12 Tuesday 18:25  gbazin
 
-2002-08-26 Monday 23:46  sam
+ * po/de.po: update of the german translation by Felix Kühne.
 
-   * ./bootstrap: another fix for old versions of autoconf which don't seem
-     to like the gettext m4 files.
+2003-08-12 Tuesday 17:01  gbazin
 
-2002-08-26 Monday 22:49  sam
+ *  modules/codec/ffmpeg/video.[ch]: another temporary workaround.
 
-   * ./configure.in: we now require autoconf 2.5x because previous versions
-     don't seem to work very well if you are using autopoint, although
-     gettext 0.11.5 claims to be fully backwards compatible. Welcome to
-     automake hell.
-   * ./bootstrap: workaround which uses gettextize if you do not have
-     autopoint. We'll probably stay like this for a while, until gettext
-     0.11.x (which replaces gettextize with autopoint) becomes more
-     widespread. Currently this workaround seems to work, but don't expect
-     a clean tarball if you make dist without having used autopoint. Welcome
-     to automake hell.
+2003-08-12 Tuesday 15:35  jpsaman
 
-2002-08-26 Monday 12:02  sam
+ Fixed long problem with tuning to frequencies like; 12669500 Hz which is not possible with the old satellite plugin, because it reads 12669,5 in kHz and could not be expressed.
+ * Frequency, symbol rate, LNB_LOF1, LNB_LOF2 and LNB_SLOF are in Hz now. Input methods "dvb", "qpsk", "cable", "terrestrial" use this policy.
+ * Added backwards compatibility with access method "satellite" as used by the GUI; frequency and symbol rate are interpreted as kHz.
 
-   * ./Makefile.old, ./modules/gui/win32/win32.bpr: fixed header location
-     issues in the Win32 build.
+2003-08-12 Tuesday 14:15  jpsaman
 
-2002-08-26 Monday 11:38  sam
+ * more cleanup
 
-   * ./bootstrap: dropped the dependency on gettext 0.11.5. Now 0.10.4 is OK.
+2003-08-12 Tuesday 12:43  jpsaman
 
-2002-08-26 Monday 11:12  sam
+ * Audio is verified to work, it was a problem with the test setup and not with the code ;-).
+ * Added code to support LNB_LOF1, LNB_LOF2, LNB_SLOF commandline options.
+ * Cleanup of code.
 
-    (A few minor pending patches I had around)
-   * ./debian/control: gnome-vlc recommends vlc-plugin-esd, and kvlc recommends
-     vlc-plugin-arts.
-   * ./src/misc/messages.c: message queue now prints the current object type.
-   * ./modules/*: cosmetic fixes for the --long-help output.
+2003-08-12 Tuesday 08:19  sam
 
-2002-08-26 Monday 10:36  sam
+   * modules/demux/mkv.cpp: support for libmatroska 0.5.0.
 
-   * ALL: fixed a few include directories.
+2003-08-11 Monday 23:07  gbazin
 
-2002-08-26 Monday 03:01  sam
+ * share/http/index.html: added "del" and "empty" controls.
 
-   * Moved ./include/defs.h to ./config.h
-   * Renamed ./include/config.h to ./include/vlc_config.h
-   * Other misc auto* fixes.
+2003-08-11 Monday 20:49  gbazin
 
-2002-08-26 Monday 01:18  sam
+ * ChangeLog: updated changelog for 0.6.2.
 
-   * ALL: started the slow move to automake. For the moment, the changes are
-     unnoticeable apart from the extra dependency on autoconf, automake and
-     gettextize. See the new HACKING file for some information, especially if
-     you don't run Linux.
+2003-08-11 Monday 20:48  gbazin
 
-     The current strategy is to have the configure script generate a nice
-     automake Makefile from Makefile.am, and then clobber it with our good
-     old dirty Makefile. Muahaha :-)
+ * modules/stream_out/transcode.c: work around a problem in ffmpeg with mpeg4 encoding.
 
-2002-08-25 Sunday 22:44  jpsaman
+2003-08-11 Monday 20:19  fenrir
 
Directory content is now read at startup.
 * copy: removed annoying debug message.
 
-2002-08-25 Sunday 21:27  sam
+2003-08-11 Monday 20:18  fenrir
 
-   * ./src/playlist/playlist.c: -Z flag makes playlist loop endlessly.
+  * httpd: added HEAD command support.
 
-2002-08-25 Sunday 19:22  ipkiss
+2003-08-11 Monday 19:30  gbazin
 
-  * all: Unified behaviours using "action list" objects
+ * ChangeLog, po/*: preparing for the 0.6.2 release
 
-2002-08-25 Sunday 18:55  sam
+2003-08-11 Monday 18:52  gbazin
 
-   * ./modules/audio_output/oss.c, ./modules/audio_output/sdl.c: improved
-     sound synchronization.
-   * ./src/audio_output/output.c: reverted another change I previously did :-)
+ * modules/packetizer/mpegvideo.c: oops, fixed typo.
 
-2002-08-25 Sunday 11:39  sam
+2003-08-11 Monday 17:31  gbazin
 
-   * ./src/audio_output/output.c: reverted my previous aout_OutputNextBuffer
-     prototype change; it looks like we won't need it after all.
-   * ./src/audio_output/output.c: if audio output is too slow, but we
-     know there is no next packet, then we play it anyway. Rationale behind
-     this is: better play a slightly wrongly dated packet than play silence,
-     because it might be wrongly dated but there are chances it won't break
-     audio continuity.
-   * ./modules/audio_output/sdl.c: workaround for SDL's crap audio output
-     system (callback gets called at random times, and no way to know the
-     latency of the samples being played). Audio output is now rather good
-     here, but please give feedback.
-   * ./modules/audio_output/oss.c: we delay a bit before asking for a new
-     buffer to avoid starvation.
+ * modules/packetizer/mpegvideo.c: small clarification.
+ * modules/gui/wxwindows/wxwindows.cpp: don't try to destroy wxWindows objects when wxWindows has already exited.
 
-2002-08-24 Saturday 23:35  sigmunau
+2003-08-10 Sunday 22:13  fenrir
 
-  moved id3 related code to a separate utility module since several
- demuxers need it
+  * mpegvideo.c: try to set a better value for length. (I am not sure it is
+  the good one but it give far better result). dts/pts/length computation
+  should be verified.
 
-2002-08-24 Saturday 23:11  sam
+2003-08-10 Sunday 21:26  gbazin
 
-   * ./modules/audio_output/oss.c: we don't ask too early for a new buffer,
-     but rather sleep a bit.
+ * ALL: preparing for a 0.6.2 release
 
-2002-08-24 Saturday 22:22  sam
+2003-08-10 Sunday 14:23  gbazin
 
-   * ./modules/audio_filter/resampler/ugly.c: simple resampler which does not
-     insert blank samples, but changes pitch.
+ * modules/mux/mpeg/ts.c: oops.
 
-2002-08-24 Saturday 19:04  gbazin
+2003-08-10 Sunday 14:21  gbazin
 
- * modules/misc/logger/logger.c: fixed initialization bugs.
- * src/misc/objects.c: in vlc_object_destroy() there's no need to lock structure_lock if
- we are the root object (structure_lock has already been destroyed anyway).
+ * modules/demux/mkv.cpp, modules/mux/avi.c, modules/mux/mpeg/ts.c, modules/packetizer/copy.c: thou shalt not use %lld which is not portable.
 
-2002-08-24 Saturday 18:07  sam
+2003-08-10 Sunday 13:35  gbazin
 
-   * ./modules/audio_filter/resampler/trivial.c: fixed a buffer size calculation
-     issue in the trivial resampler.
+ * modules/access/vcd/vcd.c: a few navigation fixes.
 
-2002-08-24 Saturday 16:49  sam
+2003-08-10 Sunday 12:45  zorglub
 
-   * ./configure.in: fixed a typo that prevented compilation of the network
-     modules.
-   * ./debian/rules: added faad to the package generation.
+ * modules/LIST: Updated all modules
 
-2002-08-24 Saturday 13:57  sam
+ * modules/list.sh: piggy list consistency checker
+  (should probably be added to toolbox or trashed)
 
-   * ./modules/gui/gtk/open.c: the Gtk and GNOME interfaces no longer ignore
-     the "dvd", "frequency" and "symbol-rate" variables.
+ * modules/access/slp.c : Fixed service detection
+       (findsrvtypes returns a comma-separated list of services)
 
-2002-08-24 Saturday 13:46  sam
+2003-08-10 Sunday 10:22  gbazin
 
-   * ./modules/audio_output/oss.c: fixed a bug on module reopening.
-   * ./modules/audio_output/oss.c: we now properly set the fragment size.
+ * modules/codec/subsdec/subsdec.[c,h]: added --subsdec-align option to specify center, left or right alignment.
+ * include/osd.h, modules/misc/freetype.c: support for center alignment.
+ * modules/gui/wxwindows/subtitles.cpp: string change.
 
-2002-08-24 Saturday 12:19  sam
+2003-08-10 Sunday 09:22  gbazin
 
-   * ./src/audio_output/output.c: added an argument to aout_OutputNextBuffer
-     which lets the audio output module give a timeout value for buffer
-     delivery. This fixes a few issues with aout modules which were calling
-     aout_OutputNextBuffer way too early.
+ * include/configuration.h: bug fix for add_string_from_list()
+ * modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog.
 
-2002-08-24 Saturday 11:55  sam
+2003-08-09 Saturday 19:49  gbazin
 
-   * ./debian/*: created legacy packages for smooth upgrades to the upcoming
    0.5.x version, and created the vlc-plugin-svgalib package.
+ * modules/codec/ffmpeg/video.c: temporary hack to work around demuxers that set the DTS value in p_pes->i_pts.
* modules/demux/ogg.c: don't try anymore to send interpolated pts to ffmpeg.
 
-2002-08-24 Saturday 03:14  sigmunau
+2003-08-09 Saturday 19:39  gbazin
 
-  fixed an off by factor 10 error. Noted along the way that this module
- seems to be requesting audio some time before the output pipeline is
- finnished
+ * modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults.
 
-2002-08-23 Friday 16:16  tcastley
+2003-08-09 Saturday 19:14  gbazin
 
Rewritten aout3.  BeOS currently PUSHES the audio.
* modules/access/vcd/cdrom.c: switching to YellowMode2 for reading VCDs apparently created problems for some people so the reading is reverted to XAForm2 and only if this one fails we try YellowMode2. Hopefully that will still allow us to read the SVCD DATA track.
 
-2002-08-23 Friday 16:05  sam
+2003-08-09 Saturday 14:59  gbazin
 
-   * ./modules/codec/faad/decoder.c: the AAC decoder is in sync with aout3.
-   * ./modules/codec/a52old/a52old.c: the a52old decoder as well.
+ * src/stream_output/stream_output.c, include/stream_output.h: added an i_padding field to sout_instance_t so we can allocate sout_buffers with a bit more space than asked for (needed for ffmpeg decoding).
+ * modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams.
+    Added support for b frames (bframe=x option) + couple of bug fixes.
 
-2002-08-22 Thursday 19:14  sam
+2003-08-08 Friday 17:08  gbazin
 
  * ./modules/audio_filter/converter/fixed32tofloat32.c: fixed conversion.
-   * ./modules/codec/mad/libmad.c: ported to the latest aout changes. Still
    doesn't work here, though.
* modules/codec/ffmpeg/: proper generation of pts in the video decoder + couple of bug fixes + cleanup.
+    The ffmpeg video decoder can now be used to decode mpeg1/2 videos as well.
* modules/codec/libmpeg2.c: upped priority so it will be used to decode mpeg1/2 videos instead of ffmpeg.
 
-2002-08-22 Thursday 01:19  sam
+2003-08-08 Friday 16:50  gbazin
 
-   * ./include/vlc_common.h: declared aout_fifo_t.
+ * src/input/input_clock.c: reverted the patch that caused the regression in 0.6.1
+ * modules/packetizer/copy.c: fixed segfault
+ * modules/gui/wxwindows/wxwindows.cpp: compilation fix for wxWindows 2.5 cvs
 
-2002-08-22 Thursday 01:17  sam
+2003-08-08 Friday 16:41  massiot
 
  * ./include/aout_internal.h: exported aout_FifoPop to plugins.
* modules/gui/macosx/prefs.m: Localized two strings.
 
-2002-08-22 Thursday 00:41  massiot
+2003-08-06 Wednesday 12:01  jpsaman
 
- Big round of fixes in the aout3.
- * Audio and video should now _always_ be perfectly in sync.
- * Changes in a52.c (end_date management) must be ported to other codecs,
-   otherwise mixer errors will appear.
- * Audio output plug-in can now tell whether they can handle a little
-   clock drift (for instance, inserting zeroes after a pause).
+ Updated my entry.
 
-2002-08-21 Wednesday 21:30  jpsaman
+2003-08-05 Tuesday 11:54  jpsaman
 
Stopping vlc from the Familiar interface is possible again.
The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'.
 
-2002-08-21 Wednesday 19:31  sam
+2003-08-05 Tuesday 11:52  jpsaman
 
-   * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we
-     won't unload it. This makes us more fault-tolerant with crap libraries
-     that are making use of atexit().
-   * ./configure.in: svgalib can now be a plugin.
-   * ./modules/misc/gtk_main.c: gtk_main doesn't need g_atexit anymore.
+ Added glade2 project file.
 
-2002-08-21 Wednesday 17:55  sam
+2003-08-05 Tuesday 11:51  jpsaman
 
  * ./modules/misc/gtk_main.c: fixed a minor compilation warning.
Removing file.
 
-2002-08-21 Wednesday 17:53  sam
+2003-08-05 Tuesday 11:49  jpsaman
 
-   * ./include/vlc_common.h: we don't set _() and N_() in Gnome-enabled modules
-     because <gnome.h> already does it for us.
+ Removing files for Familiar interface (Gtk+1.2 and GPE).
 
-2002-08-21 Wednesday 17:10  sam
+2003-08-05 Tuesday 10:39  jpsaman
 
-   * ./modules/video_output/svgalib.c: SVGAlib video output module.
+ Fixed superflous tuning ;-)
 
-     Currently only supports 256 color output, and defaults to 320x200. You need     to be root to use it, it may leave your console in an unusable state, lock
-     up your video card, it will segfault at exit if you compile it as a plugin
-     because of SVGAlib's ludicrous use of atexit() and signal().
-     Apart from these few glitches, it's rather OK, use "-I dummy -V svgalib"
-     to activate. Q or Esc to quit (press for a long time if it doesn't work).
+2003-08-05 Tuesday 09:35  jpsaman
 
-2002-08-21 Wednesday 13:07  xav
+ - Enabled tuning for DVB-C and DVB-T cards.
+ - Syncing with old satellite plugin.
+ - Cleanup of code.
 
- Fixed a polioterie in the previous commit
+2003-08-05 Tuesday 08:02  asmax
 
-2002-08-21 Wednesday 11:27  sam
+ * VLC_AddTarget had a new prototype
 
-   * ./modules/codec/a52old/a52old.c: ported the old A52 decoder to aout3.
-   * ./modules/audio_filter/converter/s16tofloat32.c: converter needed for
-     a52old, includes the walken trick and b_in_place = true.
+2003-08-05 Tuesday 01:27  fenrir
 
-2002-08-21 Wednesday 11:26  xav
+  * sdp: near implemented basic RTP reading (MPA payload type may work when
+ used without RTSP).
 
- * libvlc.c : Win32 compilation fix.
- * modules.c : we now check the directory plugins/ to find some plugins.
- (this will allow us to use the packager / installer which wasn't aware
- of plugins -> modules :)
+2003-08-04 Monday 23:35  gbazin
 
-2002-08-21 Wednesday 00:11  stef
+ * src/video_output/video_text.c: removed legacy code that has been rotting for ages.
 
- *Set output format to AOUT_FMT_SPDIF when in spdif mode.
+2003-08-04 Monday 23:31  gbazin
 
- S/PDIF does not work here in oss though (output starving).
+ * modules/misc/freetype.c: don't assume input string is in utf8 when calculating its length (better alloc more space than necessary).
+    + cleanup.
 
-2002-08-20 Tuesday 23:10  sam
+2003-08-04 Monday 22:49  fenrir
 
-   * ./modules/gui/gtk/display.c: changed the configuration callbacks so that
-     all instances of a module get changed when options such as gtk-tooltips
-     or gnome-toolbartext are toggled.
+  * ts: fixed a segfault when removing PCR stream.
 
-2002-08-20 Tuesday 23:02  sam
+2003-08-04 Monday 18:50  fenrir
 
-   * ./modules/gui/qnx/*: ported the QNX audio output to the new API, courtesy
-     of Pascal Levesque.
+  * sdp: begun to implement RTP code. (Not yet usefull)
 
-2002-08-20 Tuesday 20:25  sam
+2003-08-04 Monday 12:40  jpsaman
 
-   (compilation fixes for my previous commit)
+ Added a error message that the default values are used.
 
-2002-08-20 Tuesday 20:08  sam
+2003-08-04 Monday 12:34  jpsaman
 
-   * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs
-     gtk_main() in its own thread, and does nothing on subsequent calls. This
-     ensures that gtk_main is only running once.
-   * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome
-     modules are now fully reentrant thanks to their use of the gtk_main module.
-   * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available
-     to external programs.
-   * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done
-     by vlc_destroy().
-   * ./modules/control/rc/rc.c: implemented a few new functions. For instance,
-     run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even
-     launch several of them. "segfault" works, too.
+ Tuning succeeds, but have no audio yet. Major cleanup of code.
 
-2002-08-20 Tuesday 14:32  sam
+2003-08-04 Monday 12:34  jpsaman
 
-   * ./modules/gui/familiar/familiar.c: added a timer to check when the
-     familiar interface is asked to quit.
+ Fixed missing headerfile.
 
-2002-08-20 Tuesday 01:12  massiot
+2003-08-04 Monday 00:48  fenrir
 
- More changes in the date handling. Should be more tolerant with
- pause/play and change of audio channel.
+  * sdp: - fixed loading of file > 1024 bytes.
+         - more processing -> now it should extract enough informations to
+         build RTP/RTSP session.
+         (Does not play anything yet)
 
-2002-08-20 Tuesday 01:07  sam
+2003-08-03 Sunday 23:11  gbazin
 
-   * ./modules/audio_output/*: ported the ALSA, aRts, esd and OSS modules to
-     the latest aout3 changes.
+ * src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables).
+ * modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec.
+ * modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;)
 
-2002-08-19 Monday 23:54  massiot
+2003-08-03 Sunday 20:25  gbazin
 
- * Fixed BeOS output ;
- * Fixed a few boolean_t.
+ * src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1;
 
-2002-08-19 Monday 23:31  massiot
+2003-08-03 Sunday 16:36  bigben
 
- * ./configure: Fixed double detection of gethostbyname.
- * Major changes in the handling of dates in the audio output ; still buggy,
- but differently.
- * Fixed a major bug in the aout pre-filters, preventing to run any other
- decoder than liba52.
- * p_aout->output.pf_play now has only one argument.
+ * modules/access_out/http.c :
 
-2002-08-19 Monday 19:07  bozo
+ using ability to give parametters to a specific sout module to set user and password fot http access out.
 
-   * modules/audio_output/alsa.c: we now open the device in SetFormat because
-     it depends on the audio format. Cosmetic changes. The S/PDIF output may
-     work.
+ new syntax is '#dst{access=http{user=foo,pass=bar}}
 
-2002-08-19 Monday 13:51  tcastley
+ --sout-http-user and --sout-http-pwd parametters have been deleted.
 
- Fixed segfault.  Now fails to load due to incorrect format.
- Getting there :)
+2003-08-03 Sunday 16:22  fenrir
 
-2002-08-19 Monday 13:37  sam
+  * sdp: parse 'a=' field.
 
-   * ./src/misc/cpu.c: we use void(*)(int) instead of sighandler_t because
-     mingw32 doesn't know about sighandler_t.
+2003-08-03 Sunday 15:25  fenrir
 
-2002-08-19 Monday 13:13  sam
+  * sdp: begining of a SDP parser. It won't let you play anything for
+  now, it just does (incomplete) parsing.
 
-   * ./src/misc/cpu.c: libvlc now plays nice with SIGILL and restores the
-     signal handler to its previous value after use.
-   * ./src/libvlc.c: moved signal handling to vlc.c.
+2003-08-03 Sunday 13:49  titer
 
-2002-08-19 Monday 10:30  sam
+  configure.ac : added needed linking flags for BeOS/Zeta
+  Makefile.am : cleaned make packages-beos
 
-   * ./modules/visualization/xosd/xosd.c: support for libxosd 1.0.0.
-   * ./configure.in: added check for libxosd version.
+2003-08-03 Sunday 12:04  fenrir
 
-2002-08-19 Monday 10:19  gbazin
+  * rtsp: mmmh, close the socket.
 
- * modules/video_output/x11/xcommon.c: fixed a bug related to the size of the
- fullscreen window. We also unmap the current window when switching to fullscreen.
+2003-08-03 Sunday 02:00  fenrir
 
-2002-08-18 Sunday 22:36  jpsaman
+  rtsp: connect  to an RTSP server,  issue a DESCRIBE command  and return
+ the  answer.  It  WON'T  let  you  do  rtsp  as  we  first  need  a  SDP
+ parser/demuxer, but it is on the way.
 
- - File and directory listing show unix permissions.
+  The idea is to have a generic  SDP demuxer that will work with SDP from
+ file, http or rtsp.
 
-2002-08-18 Sunday 18:17  titer
+2003-08-02 Saturday 19:30  bigben
 
- Enhanced BeOS icon ;)
+ * modules/access/http.c
+       - Didn't  take into consideration  a little change of  behavior between config_GetPsz and var_Get during my last commit, so that we were sending authentification information even if there wasn't any.
 
-2002-08-18 Sunday 16:33  sigmunau
+2003-08-02 Saturday 19:16  fenrir
 
- removed a line used during debugging
+  * ninput : a little developer documentation.
 
-2002-08-18 Sunday 16:11  sigmunau
+2003-08-02 Saturday 16:43  fenrir
 
-  the mp3 demux now parses id3 tags into the info structures if libid3tag
- is available
+  * all: some helpers functions for pf_demux_control.
 
-2002-08-18 Sunday 15:49  sam
+2003-08-02 Saturday 15:22  fenrir
 
-   * ./src/libvlc.c: removed the simple signal handler because it's not
-     really needed, and we were calling pthread_mutex_lock from it.
-   * ./src/libvlc.c: released a vlc_list_t that caused vlc --list to hang.
+  * all: added a pf_demux_control member to input_thread_t. It is currently
+  unused.
 
-2002-08-18 Sunday 15:16  sigmunau
+2003-08-02 Saturday 14:06  gbazin
 
- doxygen documented my code
+ * ALL: bumped version number to 0.6.2-cvs
+ * modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead.
 
-2002-08-18 Sunday 15:14  sigmunau
+2003-08-02 Saturday 01:33  fenrir
 
-  modules/gui/kde/interface.cpp: made the kde interface look for the rc
- file in DATA_PATH
-  modules/gui/kde/kde.cpp and interface.h: removed a stupid class, moved
- stuff from open() to run() to make the kde interface start without
- segfaults.
+  * ps: clean up and dvd subtitles support.
 
-2002-08-18 Sunday 13:32  titer
+2003-08-01 Friday 20:06  gbazin
 
- Fixed a few linking BeOS problems (-lm, -lstdc++.r4...).
+ * modules/mux/mp4.c: support for mov muxing + cleanup.
+ * modules/codec/quicktime.c: small cleanup.
 
- Now everything should compile with every gcc with no problem (mp4, ffmpeg
- and faad plugins, especially).
+2003-08-01 Friday 19:38  fenrir
 
-2002-08-17 Saturday 17:35  fenrir
+  * udp: clean up.
 
-  * all : mpeg_audio decoder works now with aout3.
+2003-08-01 Friday 19:38  fenrir
 
-2002-08-17 Saturday 15:33  jpsaman
+  ts: large rewrite of the TS muxer to produce better TS and support DVD
+      subtitle.
+      I have added some options:
+         - bmin : minimum bitrate (bits/s) of the TS. Padding is added in
+         case of insuffisant bitrate. (default: disabled).
+         - bmax : maximum bitrate (bit/s) of the TS. It just drops packets
+         to achieve the target. (default: disabled)
+         - pcr : minimum delay between two pcr equal to dts of the video
+         stream (default 100ms)
+         - pcr-soft : minimum delay between two pcr interpolated from the
+         pcr that are equal to dts. (default: none)
+  Remarks:
+   - bmin/bmax allow to create CBR stream.
+   - Bitrate is calculated on a PCR time.
+   - PCR delay cannot be less than length of a frame of the PCR stream.
+   - PCR soft is used to help when using big PCR delay. It is usefull to
+   produce stream with smoother bitrate variation.
+   - Big PCR delay introduce more latency.
 
- Added filetype information.
+  TODO:
+   Test stability, bugs ...
 
-2002-08-17 Saturday 15:26  tcastley
+2003-08-01 Friday 18:49  fenrir
 
This now compiles in BeOS.  Probably others, the i was not declared.
 * ts.c: arggg, bad copy/past.
 
-2002-08-17 Saturday 10:46  tcastley
+2003-08-01 Friday 18:42  fenrir
 
- At least it compiles now.  :-)
+  * stream_output.c: fixed a segfault when muxer isn't specified.
 
-2002-08-16 Friday 18:26  sam
+2003-08-01 Friday 18:02  fenrir
 
-   * ./modules/video_output/x11/xcommon.c: we include Xmd.h before dpms.h
-     (compilation fix for Solaris).
+  * ts: apply patch of Andy Lindsay (fix one memory leak and PMT handling)
+        converted all u8,u16,u32 into uint8_t, uint16_t, uint32_t
 
-2002-08-16 Friday 16:30  bozo
+2003-08-01 Friday 17:38  fenrir
 
Up to date ALSA information.
 * index.html,style.css : remove built-in css file. added link to info.html.
 
-2002-08-16 Friday 14:31  sam
+2003-08-01 Friday 17:30  fenrir
 
-   * ./src/playlist/playlist.c: added -Z (--random) for endless random playing.
+  * http: added mime type for .css file.
 
-2002-08-16 Friday 05:07  sam
+2003-08-01 Friday 17:21  fenrir
 
-   * ./modules/codec/spudec/*: split spudec into the parsing and the rendering
-     functions.
-   * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required
-     before we abort the parsing and consider the input as PS instead of MP3.
+  * info: commit the good file...
 
-2002-08-15 Thursday 19:05  titer
+2003-08-01 Friday 09:45  sam
 
- * Another BeOS fix for people using some recent gcc
-    (that needs libstdc++.r4)
+   * modules/access/http.c:
+     + Coding style fixes.
+     + Removed a C99-ism.
 
-2002-08-15 Thursday 18:37  titer
+2003-08-01 Friday 08:24  sam
 
-  * BeOS fixes
+   * debian/rules:
+     + Activated freetype support.
+   * debian/control:
+     + Added a build-dependency on freetype6-dev.
+     + Added a build-dependency on libdvbpsi2-dev.
+     + We now recommend gnome-vlc | wxvlc.
+     + We now suggest fortune-mod.
 
-2002-08-15 Thursday 14:35  bozo
+2003-08-01 Friday 00:55  fenrir
 
-   * configure.in, configure: put back the ALSA audio output module in
-     configure.
+  * wav: forgot this one.
 
-2002-08-15 Thursday 14:22  sam
+2003-08-01 Friday 00:40  fenrir
 
-   * ./src/misc/modules.c: compilation fix.
-   * ./modules/gui/win32/preferences.cpp: the Win32 interface doesn't use the
-     old module linked list anymore.
+  * configure.ac: audio -> mpga
+  * demux/* : function name consistency.
 
-2002-08-15 Thursday 14:11  sam
+2003-08-01 Friday 00:37  fenrir
 
-   * ./src/misc/modules.c: the module linked list is going bye bye. We now use
-     the vlc_object_* and vlc_list_* functions to manage modules. The Win32
-     interface doesn't build, but I'll fix this.
+  * mpga: mp3 demuxer written from scratch using ninput.h
 
-2002-08-15 Thursday 12:31  bozo
+2003-08-01 Friday 00:26  fenrir
 
-   * modules/audio_output/alsa.c: cleanings and comments.
+  * configure.ac: remove old wav and aac directories.
 
- TODO: S/PDIF mode.
+2003-08-01 Friday 00:18  fenrir
 
-2002-08-15 Thursday 10:24  ipkiss
+  * wav: remove old wav demuxer.
 
-  * compilation fix
+2003-08-01 Friday 00:18  fenrir
 
-2002-08-14 Wednesday 23:50  jpsaman
+  * aac/* remove old aac demuxer.
 
- Changes in familiar interface:
- - added GtkCList instead of GtkList.
- - added first column sorting order by clicking on column header
- - selecting item from list works
- - reading entire directory list is displayed in GtkCList widget
+2003-08-01 Friday 00:16  fenrir
 
-2002-08-14 Wednesday 19:06  sam
+  * Modules.am : added aac.c and wav.c
+  * asf/asf.c: better check for invalid header.
 
-   * ./src/misc/objects.c: implemented vlc_list_find() which works like
-     vlc_object_find() but returns a list of _all_ the matching objects. Only
-     works with FIND_ANYWHERE at the moment.
-   * ./modules/gui/gtk/preferences.c, ./modules/gui/kde/preferences.cpp,
-     ./modules/gui/win32/preferences.cpp: the module lists in the preferences
-     menus work again.
-   * ./src/misc/objects.c: added a missing sizeof that caused crashes because
-     the reindexing of the global object array was incomplete.
-   * ./include/modules_inner.h: propagated the module long description to its
-     submodules.
+2003-08-01 Friday 00:09  fenrir
 
-2002-08-14 Wednesday 15:10  sam
+  * wav.c : big clean up and use ninput.h
 
-   * ./modules/audio_output/esd.c: compilation fix (aout_FormatTo is obsolete).
-   * ./src/audio_output/audio_output.c, ./src/audio_output/mixer.c: fixed a
-     horrible sound issue by making sure internal buffers have a size multiple
-     of 4 bytes. Waiting for a real fix made in Meuuh, of course.
+2003-08-01 Friday 00:08  fenrir
 
-2002-08-14 Wednesday 12:50  bozo
+  * aac.c : big clean up and use ninput.h
 
- ALSA audio output v3.01 is out !
+2003-08-01 Friday 00:05  fenrir
 
-2002-08-14 Wednesday 12:18  ipkiss
+  au.c : cleaned up and use ninput.h
 
-  * compilation fix (by sam)
+2003-08-01 Friday 00:05  gbazin
 
-2002-08-14 Wednesday 10:50  tooney
+ * src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams.
+ * modules/access/dvb/qpsk.c: gettext reserves the use of _("").
+ * modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out)
 
-   . Simple RTP access module : only supports TS payload.
-     This first draft is made to read RTP streamed by the vls.
+2003-08-01 Friday 00:04  fenrir
 
-2002-08-14 Wednesday 10:17  sam
+  a52sys.c: completely rewritten a52 stream demuxer. Now you should be able
+  to play such file.
 
-   * ./modules/control/rc/rc.c: 'l' outputs a list of all allocated objects,
-     just as 'd' displayed a tree of attached objects.
-   * ./src/misc/modules.c: added a missing header.
+2003-08-01 Friday 00:00  fenrir
 
-2002-08-14 Wednesday 02:43  massiot
+  * modules.c : include ninput.h
 
- * Added a third argument to aout_OutputNextBuffer. In case the buffer
-   received does not start exactly at the given date, it indicates if the
-   output plug-in is able to compensate for the drift (for instance on
-   startup, or with S/PDIF packets), or if we need the aout core to
-   resample the coming buffers. It is currently unimplemented.
+2003-08-01 Friday 00:00  fenrir
 
-2002-08-14 Wednesday 02:23  massiot
+  * vlc_common.h: include stdarg.h by default. Required by ninput.h
+  *  ninput.h :  extracted  duplicated  stream functions  from  a lot  of
+  demuxers and do a nice (?) API.
+  * stream.c: implement basic streams  manipulation. It is just a wrapper
+  but it is useful.
+  * all: added a i_ttl field in network_socket_t to allow per connection ttl
+ setting (in fact only used by access_out/udp.c.
 
- * Changed aout_FormatTo* ; aout_FormatToSize does no longer exist.
-   p_buffer now has a i_nb_bytes member. It is possible to indicate for a
-   format its byterate (necessary for AC3 and SPDIF).
- * S/PDIF output seems to be working at last (tested with the file output).
+2003-07-31 Thursday 23:44  fenrir
 
-2002-08-14 Wednesday 00:42  massiot
+  * all: added a i_ttl field in network_socket_t to allow per connection ttl
+ setting (in fact only used by access_out/udp.c.
 
- * New float32to* converter modules, courtesy of Xavier Maillard
-   <zedek@fxgsproject.org>.
- * Fixed a bug in float32tos16, where gcc over-optimized a little and
-   caused problems on some platforms (eg. solaris).
+2003-07-31 Thursday 23:14  massiot
 
-2002-08-13 Tuesday 22:28  fenrir
+ Fixed a memory leak (thanks Andy Lindsay !).
 
-  * clean up some code, add "mp3" short cut.
-    And now if this demux has been forced it will (try) to play the whole
- file even if the stream is heavily corrupted (like PS demux).
-    But now, it makes less assumptions on the stream, so report any
- problem if it mis-recognizes others files as mpeg audio (specially PS file).
+2003-07-31 Thursday 21:46  gbazin
 
-2002-08-13 Tuesday 18:11  sam
+ * src/misc/win32_specific.c: change the mode of stdin to _O_BINARY so we can use stdin to read files (thanks to Steve Li).
+ * modules/control/http.c: allow directories of the form "x:\" on win32.
 
-   * ./modules/audio_output/arts.c: ported the aRts module to aout3.
-   * ./modules/audio_filter/converter/*: fixed a bug in all the converters
-     test routines (thx Meuuh).
+2003-07-31 Thursday 21:18  bigben
 
-2002-08-13 Tuesday 16:53  sam
+ * modules/access/http.c :
+       - using new var_Create/var_Get method to get parametters.
 
-   * ./modules/audio_output/esd.c: we now properly use the esd_get_latency()
-     return value to avoid audio starvation.
-   * ./modules/audio_filter/converter/*: a little loop optimization trick.
-   * ./src/audio_output/aout_ext-dec.c: removed this deprecated file.
+2003-07-31 Thursday 20:47  reno
 
-2002-08-13 Tuesday 15:15  sigmunau
+ * Make vlc compiling !
 
- ./modules/control/rc/rc.c: fixed a segfault when pressing 'i' with no
- input
+2003-07-31 Thursday 19:24  fenrir
 
-2002-08-13 Tuesday 13:59  sam
+  * stream_output: * some clean and fixed a little memory leak.
+                   * give to access and muxers options. Now you can use:
+ --sout 'access{option1=value}/mux{a=value,b=value}:/path'. It should also
+ works with '#std{access=access{o=v}, mux=...}' (but untested). For now it's
+ not used.
 
-   * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die
-     instead of our own variable.
-   * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added
-     <unistd.h>, required for bswap.
-   * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a
-     macro definition.
-   * ./modules/audio_output/esd.c: first attempt at getting esd to work.
-   * ./modules/video_output/*: split sdl.so into a video and an audio plugin,
-     and removed useless subdirectories.
-   * ./modules/audio_output/sdl.c: compilation fix.
+2003-07-31 Thursday 19:14  fenrir
 
-2002-08-13 Tuesday 00:48  massiot
+  * stream_output: * added some #define for private flags.
+                   * now muxer and access_out also receive options like
+                   stream_out.
 
- * Fixed miscellaneous bugs.
- * Fixed an endianness issue in S/PDIF.
- * Added a walken optimization of float32tos16.
+2003-07-31 Thursday 19:10  bigben
 
-2002-08-13 Tuesday 00:30  sigmunau
+ * modules/access_out/http.c
+        - httpd.c has support for Basic Authentification, so use it !
+          --sout-http-user user --sout-http-pwd password
 
-  ./modules/demux/mpeg/ps.c: this module never fails the probe and should
- therefore have capability 0
+2003-07-31 Thursday 19:02  fenrir
 
-2002-08-13 Tuesday 00:12  massiot
+  * copy.c: Added DVD subtitle support. I still need to commit the TS
+ muxer.
 
- * Fixed a variable overflow bug in the audio output.
- * Prepared for some advances in the aout3 clock management.
- * Added the first stone of the forthcoming stream output.
+2003-07-31 Thursday 18:25  bigben
 
-2002-08-12 Monday 23:43  sigmunau
+ * Add support for basic authentification in http access.
 
-  ./configure.in: fix linking of i420_rgb
+ use :
 
-2002-08-12 Monday 23:40  jpsaman
+ --http-user user --http-pwd password
 
- This conversion should make more sense.
+ or
 
-2002-08-12 Monday 22:43  jpsaman
+ http://user:password@server/path (2nd parameter overrides the first)
 
- - Updated configure to build fixed32tos16 and fixed32tofloat32.
-   Desperately need a fixed32 mixer for testing the conversions.
- - Uncommented unused functions in libmad.
+2003-07-31 Thursday 17:03  sigmunau
 
-2002-08-12 Monday 22:38  jpsaman
+ modules/misc/freetype.c:
+   - calculate and store size information for each line independently.
+   - misc other fixes
 
- Support for browsing local media (not finished).
+2003-07-31 Thursday 15:31  jpsaman
 
-2002-08-12 Monday 22:35  jpsaman
+ Updated LIST of modules and configuration options for building.
 
- Updated Makefile to include fixed32tos16 and fixed32tofloat32 conversions.
+2003-07-31 Thursday 15:30  jpsaman
 
-2002-08-12 Monday 22:35  jpsaman
+ Adding DVB module to support satellite, cable and terestrial DVB streaming. The status is that tuning works, but have had no success with video/audio yet. (Setting of filters does not seem to work perfectly yet.).
 
- Added fixed32tofloat32 conversion.
+2003-07-31 Thursday 13:06  sam
 
-2002-08-12 Monday 22:34  jpsaman
+   * toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in.
+   * po/: Re-ran toolbox --update-po.
 
- Added fixed32tos16 filter based upon libmad downscale functionality.
+2003-07-31 Thursday 12:08  sam
 
-2002-08-12 Monday 19:38  sigmunau
+   * Added and fixed .cvsignore files.
 
-  ALL: added GPL headers to my files. Some of the files from the original
- author does still not contain this header.
+2003-07-31 Thursday 11:02  sam
 
-2002-08-12 Monday 19:00  fenrir
+   * Makefile.am: Really put po before ., not . after everything else. Fixed the
+     Mozilla plugin build while preserving the fix for VLC.app.
 
-  * all : enable aac demux by default.
+2003-07-31 Thursday 08:18  zorglub
 
-2002-08-12 Monday 18:59  fenrir
+ * modules/control/joystick.c
+       * Allow the user to remap the actions.
+       * Improved the strings (please check)
+       * Prevent 0 seconds seeks
 
-  * all : a demux for aac stream ( raw aac with adts headers ). For now
- it has a capability equal to 0 because it conflicts with PS, so you need
- to force it.
+ * share/http/*.html
+       * partial HTML validation fixes
+       * Improved the look
 
-2002-08-12 Monday 17:56  sigmunau
+ * src/stream_output/announce.c
+       * minor fixes (thanks sam)
 
-   ./Doxyfile: a sample doxygen configuration file. Have a look at
- http://s253c.studby.ntnu.no/vlc/html/index.html to see what doxygen can
- do.
+2003-07-30 Wednesday 21:09  gbazin
 
-   ./doc/doxygen: a place for doxygen to put it's files
+ * modules/control/http.c: on win32 we store the html interface in "http" not "share/http".
+ * src/input/input_programs.c: check for "" descriptions in AddES().
 
-2002-08-12 Monday 11:34  sam
+2003-07-30 Wednesday 12:21  jpsaman
 
-   * ./src/misc/objects.c: two big changes in the object API: now objects can
-     only have one parent, because I don't want to deal with cycles, and each
-     created object is indexed in a global array. This feature is unused yet,
-     but it will speed up vlc_object_find(FIND_ANYWHERE).
-   * ./debian/rules: activated the faad codec.
-   * ./doc/fortunes.txt: new fortune cookies.
-   * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach.
-   * ./modules/audio_output/oss.c: fixed two compilation warnings.
+ Updating design of PDA Gtk2 interface
 
-2002-08-12 Monday 09:40  massiot
+2003-07-30 Wednesday 12:20  jpsaman
 
Fixed a S/PDIF bug.
Updating design of PDA Gtk2 interface.
 
-2002-08-12 Monday 01:26  massiot
+2003-07-30 Wednesday 02:00  fenrir
 
- S/PDIF fixes.
+  * transcode:
+     - added new HQ mode (recent ffmpeg only). hq now accept "simple",
+       "bits" and "rd" as paramters.
+     - automaticaly try stereo mode encoding when failed with more
+       than 2 channels. (eg a52 -> mpga)
 
-2002-08-12 Monday 00:46  massiot
+2003-07-29 Tuesday 23:55  gbazin
 
Definition of vlc_fixed_t.
* ChangeLog: update.
 
-2002-08-12 Monday 00:36  massiot
+2003-07-29 Tuesday 23:50  gbazin
 
- * S/PDIF output should now be working (untested, though).
+ * configure.ac: added the svlc shortcut for the skins.
+ * install-win32: removed the custom link in the start menu.
 
-2002-08-11 Sunday 14:27  sam
+2003-07-29 Tuesday 23:01  gbazin
 
-   * ./modules/misc/memcpy/memcpyaltivec.c: added a missing AltiVec requirement.
+ * ChangeLog: updated the changelog for the release
 
-2002-08-11 Sunday 10:30  gbazin
+2003-07-29 Tuesday 22:25  gbazin
 
- * src/misc/configuration.c: bugfix (don't initialize and free p_module->object_lock
- twice).
- * src/misc/win32_specific.c: missing initializations.
- * modules/demux/mp4/libmp4.c: was missing an #ifdef HAVE_ZLIB_H
+ * modules/codec/spudec/parse.c: fixed typo found by Meuuh.
 
-2002-08-11 Sunday 03:27  massiot
+2003-07-29 Tuesday 22:20  gbazin
 
- More S/PDIF fixes.
+ * src/video_output/video_output.c: fixed potential segfault.
+ * configure.ac: don't bail out if matroska headers are not found.
 
-2002-08-11 Sunday 01:29  sam
+2003-07-29 Tuesday 21:56  gbazin
 
  * Small fix for "make dist".
* toolbox: fixed typo in the changelog rule.
 
-2002-08-11 Sunday 01:22  massiot
+2003-07-29 Tuesday 21:46  gbazin
 
Imported 0.4.4 Changelog.
* modules/video_output/directx/events.c: compilation fix.
 
-2002-08-11 Sunday 01:20  massiot
+2003-07-29 Tuesday 21:14  gbazin
 
- Updated release date.
+ * modules/gui/macosx/controls.m: fixed race condition in prev/next commands.
+ * modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default.
+     We also lower the priority if there is no DISPLAY env variable.
+ * modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles.
+ * modules/video_output/directx/events.c: use arrow keys for DVD navigation.
+ * modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs.
+ * share/vlc_win32_rc.rc: compilation fix.
 
-2002-08-10 Saturday 22:05  fenrir
+2003-07-29 Tuesday 18:51  fenrir
 
-  * modules/codec/faad : an AAC decoder module using libfaad library
- (faad2).
-  * modules/demux/mp4/libmp4.c : could compile without zlib.
-  * modules/codec/ffmpeg/* : set error resilience to -1 by default.(in
- order to decode more files, but it could produce segfaults ... )
-  * Makefile.*, configure.in : enable mp4 by default, add faad
- module (disabled by default ).
+  * http.c:  under linux if no directory is specified search "share/http"
+ and then DATA_PATH"/http".
 
-2002-08-10 Saturday 22:01  massiot
+2003-07-29 Tuesday 17:42  gbazin
 
- * Fixed a bug triggering the trivial resampler when it was unnecessary.
+ * configure.ac: bumped version number to 0.6.1.
+     Enabled matroska support by default.
+ * extras/MacOSX/*: bumped version number to 0.6.1.
+ * INSTALL.win32: instructions update.
+ * share/Makefile.am: included the html files for the http interface.
+ * po/*: ran ./toolbox --update-po.
 
-2002-08-10 Saturday 21:40  sam
+2003-07-29 Tuesday 09:32  sam
 
-   * ./src/interface/intf_msg.c: backported a buffer overflow fix from HEAD.
+   * modules/video_output/x11/xcommon.c: Hopefully a proper fix for the Mozilla
+     event handling bug.
 
-2002-08-10 Saturday 21:23  sam
+2003-07-28 Monday 22:46  gbazin
 
  * ./src/misc/messages.c: fixed an extremely old buffer overflow.
* modules/video_output/x11/xcommon.c: reverted sam's last commit which broke the event reading loop on the video window.
 
-2002-08-10 Saturday 21:22  sam
+2003-07-28 Monday 21:41  massiot
 
-   * ./Makefile: fixed "make package-win32".
+ * configure.ac: Worked around a bug in the OS X linker, with multiply
+   defined symbols and libmp3lame
+ * Makefile.am: Build po before . because we need the po files to build
+   VLC.app
+ * po/fr.po: French translation courtesy of Jean-Pierre Kuypers
+ * OS X interface: cosmetics
 
-2002-08-10 Saturday 20:17  gbazin
+2003-07-28 Monday 20:25  jpsaman
 
- * modules/video_output/directx/aout.c: adapted the directx audio plugin to aout3.
- * modules/audio_output/waveout.c: adapted the waveout audio plugin to aout3 and
- decreased its score so the directx plugin is selected by default.
- * configure.in: re-enabled the waveout plugin
+ Added HuffYuv and A-law codes for low bitrate and CPU load encodings/transcoding
 
- It's really amazing how much aout3 simplifies these plugins :)
+2003-07-28 Monday 20:23  jpsaman
 
-2002-08-10 Saturday 19:53  jpsaman
+ Added NEWS for iPaq port.
 
- Enabled mad plugin again.
+2003-07-28 Monday 20:23  jpsaman
 
-2002-08-10 Saturday 18:17  sam
+ Updated build scripts:
+ - enabled video4linux for WebCams on handhelds
+ - enabled PDA Gtk2 interface instead of familiar interface
+ - enabled stream output and transcoding
 
-   * ./modules/gui/win32/Makefile: fixed the Win32 interface compilation.
-   * ./modules/gui/win32/win32.cpp: merged intfwin.cpp into this file.
+2003-07-28 Monday 18:02  massiot
 
-2002-08-10 Saturday 13:35  jpsaman
+ * modules/video_output/x11/xcommon.*: endianness patch + arrow keys are
+   now used to browse through the DVD menus.
 
- Preparation for Qt embedded support.
+2003-07-28 Monday 13:19  massiot
 
-2002-08-10 Saturday 01:52  sam
+ * Fixed my last commit.
 
-   * ./include/audio_output.h: small compilation fix.
+2003-07-28 Monday 07:16  fenrir
 
-2002-08-10 Saturday 01:46  massiot
+  * rc: Fixed a bug with seek command.
+        Added support of "seek n%" (Usefull when mux_rate is nul )
 
- * Trivial resampler plug-in (resampling still non-functional)
- * Begun writing some hooks for forthcoming S/PDIF support
- * ./modules/access/vcd/cdrom.c: compile fix for Darwin
+2003-07-28 Monday 07:05  jpsaman
 
-2002-08-09 Friday 18:39  sam
+ Added PDA images to Makefile.am
 
-   * ./src/libvlc.c: p_vlc->pf_memset is now usable (it's always the libc
-     default though).
+2003-07-27 Sunday 23:58  fenrir
 
-2002-08-09 Friday 18:38  sam
+  * sub: does not issue an error message when sub-file is empty.
 
-   * ./Makefile: fixed a sed command syntax.
+2003-07-27 Sunday 23:05  hartman
 
-2002-08-09 Friday 00:28  sam
+ * Brought the new options system to the OSX gui.
+   and some small fixes.
 
-   * ./include/modules_inner.h: support for several modules with the same
-     name but with different directory names.
-   * ./Makefile: plugins get installed in different directory names.
-   * ALL: additional -ansi -pedantic fixes.
+2003-07-27 Sunday 21:35  jpsaman
 
-2002-08-09 Friday 00:26  massiot
+ Gtk2 port of the familiar Linux interface. The name is also changed to PDA so it reflects that it is targeted at handhelds.
 
Added another level of directory in audio_filter/.
The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player.
 
-2002-08-08 Thursday 02:35  sam
+2003-07-27 Sunday 16:20  gbazin
 
-   * ./modules/audio_output/oss.c: compilation fixes.
-   * ALL: lots of -ansi -pedantic fixes.
+ * modules/audio_output/alsa.c: #ifdef DEBUG -> #ifdef ALSA_DEBUG
 
-2002-08-07 Wednesday 23:41  sam
+2003-07-27 Sunday 16:14  gbazin
 
  * Updated ChangeLog.
* modules/audio_output/alsa.c: bail out if the device is already in use.
 
-2002-08-07 Wednesday 23:36  massiot
+2003-07-27 Sunday 15:49  gbazin
 
Audio output 3. Expect major breakages.
* src/input/input_ext-plugins.c: forgot to re-lock a mutex.
 
-2002-08-07 Wednesday 23:35  massiot
+2003-07-27 Sunday 14:10  massiot
 
- * ./src/audio_output/audio_output.c: Partially disabled what I just did
-   because it might be a source of unstability on some architectures.
+ * src/input/input_clock.c: Fixed two long-standing (> 2 years) bugs
+ - there should be fewer resampling, particularly on DVD chapter changes
+ - when you unpause a DVD, VLC will wait for the drive to spin up, so you
+ won't lose several seconds of movies
 
-2002-08-07 Wednesday 22:42  massiot
+ * modules/gui/macosx/controls.m: Seeking in paused mode resumes the play
+ mode, make the interface take that into account.
 
- * Bumped up version number to 0.4.4.
- * ./plugins/spudec/spu_decoder.c: Fixed a moronic endianness bug.
- * ./src/audio_output/audio_output.c: The default rate is now fetched from
-   the audio decoder, so avoid unnecessary resampling.
+2003-07-27 Sunday 12:31  ipkiss
 
-2002-08-07 Wednesday 21:59  massiot
+  * All: Removed the win32 plugin; wxwindows rulez :)
 
- Moved MODULES, for the same reason as in the unstable tree.
+2003-07-26 Saturday 18:54  titer
 
-2002-08-07 Wednesday 02:31  sam
+  freetype.c: basic YUY2 rendering (Y only)
 
-   * added a .cvsignore file.
+2003-07-26 Saturday 15:36  gbazin
 
-2002-08-07 Wednesday 02:29  sam
+ * modules/gui/skins/controls/checkbox.cpp: compilation fix.
 
-   * ./modules/demux/mpeg/system.c: added a helper plugin for MPEG-related
-     demux plugins (ps, ts, but also dvd*).
-   * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core.
-   * ./src/misc/modules.c: max recursion level is now 5.
-   * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
+2003-07-26 Saturday 15:34  fenrir
 
-2002-08-07 Wednesday 01:43  jlj
+ ffmpeg: fix potential overread for mpeg4 with vol.
 
-   * ./modules/gui/macosx/open.m: compile fix
+2003-07-26 Saturday 14:19  gbazin
 
-2002-08-06 Tuesday 22:04  massiot
+ * modules/gui/wxwindows/open.cpp: move the "open subtitles" line into the file panel.
 
- Removed the MODULES file, because on case-insensitive filesystems, it
- conflicts with the modules/ directory.
+2003-07-26 Saturday 14:04  ipkiss
 
-2002-08-06 Tuesday 21:31  jpsaman
+  * modules/gui/skins/controls/checkbox.cpp: Fixed a stupid bug (a return
+    value was always true...)
 
- Sam I hate you ;-)
+2003-07-26 Saturday 12:41  gbazin
 
-2002-08-06 Tuesday 12:54  tcastley
+ * modules/gui/wxwindows/open.cpp: workaround design problems in wxSpinCtrl (wxSpinCtrl::GetValue() triggers a value update event).
 
- Fixed include call.  Now compiles and BeOS version runs :)
+2003-07-25 Friday 22:50  gbazin
 
-2002-08-06 Tuesday 02:26  sam
+ * modules/gui/wxwindows/*: fixed clean-up of the dialogs provider on exit.
+ * modules/gui/skins/x11/*: proper initialization of a global var so we can start/exit the skins interface several times.
 
-   * ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
-   * ./src/misc/modules.c: the directory browsing should be more portable now,
-     we use stat(2) instead of file->d_type.
+2003-07-25 Friday 13:24  gbazin
 
-2002-08-05 Monday 18:27  sam
+ * INSTALL.win32: updated build instructions (btw since the last build changes, mingw+msys can be used again to compile VLC).
+ * modules/gui/wxwindows/wxwindows.cpp: oops.
 
-   * ./Makefile: fixed directory browsing with "clean" and "distclean" rules.
+2003-07-25 Friday 11:37  gbazin
 
-2002-08-05 Monday 17:16  sam
+ * modules/video_output/directx/events.c: a couple of compiler warning fixes.
+ * msvc/vlc.dsw: relaced basic_skins plugin with the skins one.
 
-   * ./modules/codec/dv/dv.c: decoder for the DV format, uses libdv.
+2003-07-25 Friday 11:33  gbazin
 
-2002-08-05 Monday 13:48  sam
+ * configure.ac: libpng (logo plugin) needs to be linked with zlib.
+ * modules/gui/wxwindows/*: a couple of compilation fixes for wxWindows cvs.
 
-   * ./Makefile.opts.in: fixed the builtins_LDFLAGS regexp so that it works
-     with the Solaris sed.
-   * ./src/misc/modules.c: fixed a warning caused by misuse of const.
+2003-07-25 Friday 01:11  hartman
 
-2002-08-05 Monday 00:16  fenrir
+ * subsdec now uses the new options code.
 
-  * add compilation of postprocessing modules for ffmpeg.
+2003-07-25 Friday 01:09  hartman
 
-2002-08-05 Monday 00:13  fenrir
+ * Updated it.po
 
-  * add post processing modules.( As defined in MPEG4 ISO) There are C,
- mmx, mmxext version, but only mmxext is really usable (other need a
-  _lot_ of CPU power).
+2003-07-25 Friday 01:09  hartman
 
- There are new options for ffmpeg plugins :
-  --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 )
-  --ffmpeg-pp-q to choose quality( 0..6 )
-  --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h )
- to force deblocking on luminance(y)/chrominance(c) horizontally or
- vertically.
-  --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
+ * Largely updated nl.po
+ * Updated it.po
 
-2002-08-04 Sunday 23:29  sam
+2003-07-24 Thursday 23:21  gbazin
 
  * ./Makefile: make clean works again.
* modules/gui/wxwindows/wxwindows.cpp: temporary hack (I hope ;) to fix win32 compilation with wxWindows < 2.5.
 
-2002-08-04 Sunday 22:04  sam
+2003-07-24 Thursday 22:58  gbazin
 
-   * ./src/misc/modules.c: if a module name starts with "$", vlc calls
-     config_GetPsz and uses the result instead.
+ * src/misc/modules.c: if module_Need() was passed an interface module name, respect this choice even if vlc was run with a specific interface shortcut.
 
-2002-08-04 Sunday 20:39  sam
+2003-07-24 Thursday 22:05  sam
 
-   * ./include/vdec_ext-plugins.h: removed this public header and put it
-     in ./modules/codec/mpeg_video/.
+   * modules/access/v4l/v4l.c:
+     + Removed my name from this file, I didn't contribute anything major to it.
+     + Added strerror(errno) where adequate, as well as additional debug
+       information, hopefully more useful than "cannot open".
 
-2002-08-04 Sunday 19:40  sam
+2003-07-24 Thursday 21:50  gbazin
 
-   * ./modules/misc/dummy/decoder.c: the dummy codec now uses GetChunk instead
-     of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
+ * modules/gui/wxwindows/*: you can now specify input options in the stream output MRL as well.
+ * modules/misc/freetype.c: bail out if no font has been specified.
+ * modules/demux/util/sub.h: don't forget to detach the demuxsub object.
 
-2002-08-04 Sunday 19:23  sam
+2003-07-24 Thursday 20:34  sam
 
-   * ./modules/*: moved plugins to the new tree. Yet untested builds include
-     waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
-   * ALL: removed mention of AC3 in favour of A52.
-   * ./configure.in, ./Makefile*: modules can now be built deeper than 1
-     directory. As a consequence, the build is even slower (but I'm fixing
-     this) and make clean doesn't work anymore.
+   * bootstrap:
+     + Run autopoint with the -f flag.
+     + Remove stamp files in the bootstrap process.
 
-2002-08-04 Sunday 14:18  sam
+2003-07-24 Thursday 19:30  sigmunau
 
-   * ./src/misc/modules.c: we now recursively parse directories when
-     looking for plugins.
+ ignore CR characters wherever they might be.
+ A little better line spaceing, but I still don't understand what this is all
+ about.
 
-2002-08-04 Sunday 10:45  sam
+2003-07-24 Thursday 19:07  sigmunau
 
-   * ./configure.in, ./mozilla/Makefile: we link the Mozilla plugin with libXt.
+ fixed a nasty code duplication where the same function call was two places
+ with just a few lines in between, but in separate #if cases.
 
-2002-08-01 Thursday 13:04  tcastley
+2003-07-24 Thursday 18:30  bigben
 
- Compilation fixes for C++ environments like BeOS.
+ * "frequency=" is channel frequency in kHz again
 
-2002-08-01 Thursday 00:54  sam
+ * fix  a segfault when "/dev/video0"  or "norm=" were last  arguments of
+ the command line
 
-   * ./include/configuration.h, ./include/modules_inner.h: compilation fix for
-     compilers which don't support constructor expressions. I hate Borland.
+2003-07-24 Thursday 18:27  bigben
 
-2002-07-31 Wednesday 22:56  sam
+ * Changes "frequency=" syntax. New syntax is channel frequency in kHz
+ * shows a warning if frequency is in "previous syntax range"
 
-   * ALL: new module API. Makes a few things a lot simpler, and we gain
-     about 2000 lines of code.
+2003-07-24 Thursday 17:31  gbazin
 
-     I could not test everything on every architecture, so please report
-     any module breakage (especially on BeOS, OSX and QNX).
+ * modules/gui/wxwindows/open.cpp: compilation fix.
 
-2002-07-30 Tuesday 09:56  gbazin
+2003-07-24 Thursday 16:07  gbazin
 
- * include/vlc_threads.h: fixed the --fast-mutex option.
+ * modules/gui/wxwindows/*: added support for input options in the open dialog.
+    The stream output and subtitles options use them and you can also add options in the MRL itself.
 
-2002-07-30 Tuesday 09:54  gbazin
+2003-07-23 Wednesday 23:05  gbazin
 
- * include/threads_funcs.h: fixed the --fast-mutex option.
+ * modules/misc/freetype.c, modules/demux/util/sub.c: cleanup.
+ * modules/demux/util/sub.h: thou shall do a vlc_object_attach().
+ * src/misc/variables.c: added VLC_VAR_FILE and VLC_VAR_DIRECTORY inheritance support.
 
-2002-07-29 Monday 21:05  gbazin
+2003-07-23 Wednesday 22:55  massiot
 
- * include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c:
- reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for
- WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x.
- * src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a
- --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
+ * Updated po files. STRINGS ARE FROZEN !!!
 
-2002-07-29 Monday 18:12  gbazin
+2003-07-23 Wednesday 22:02  jpsaman
 
- * include/threads.h,include/threads_funcs.h: reverted Win32 pthread implementation to
- the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP. Additional vlc_cond_*
- implementations for Win9x.
- * src/interface/main.c: renamed --fast_pthread option into --fast-mutex. Added a
- --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
+ Interface for Familiar v0.7 and GPE. This interface is based on gtk2 libaries.
 
-2002-07-26 Friday 02:06  massiot
+2003-07-23 Wednesday 22:01  gbazin
 
- Haven't thought that maybe people don't want their email to appear on the
- Web :p.
+ * include/variables.h, src/misc/variables.c: you can now use var_Create() directly to create an object variable with an inherited value.
+    eg. var_Create( p_vout, "zoom", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT );
+    Beware, the object in which you create the var must be attached to a parent for this to work (otherwise we can't navigate the parents hierarchy to find the value to inherit).
 
-2002-07-26 Friday 02:03  massiot
+ * src/input/input.c, src/input/input_programs.c, src/video_output/video_output.c: converted more config_GetFoo() into var_Create()/var_Get();
 
- Haven't thought that maybe people don't want their email to appear on the
- Web :p.
+2003-07-23 Wednesday 21:45  hartman
 
-2002-07-26 Friday 00:46  massiot
+ * include/vlc_common.h: MAX_PATH PATH_MAX, we don't wanna bother and use the
+   latter everywhere.
+ * modules/demux/util/sub.c: Bring the config options in here to the variable structure.
+ * modules/misc/freetype.c: Bring the config options in here to the variable structure.
+   Fix the linespacing. Dnumgis, it works, just define another linespacing :)
 
- * ./README.MacOSX.rtf : updated README.
- * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
-   David Eldred <*******@apple.com>.
+2003-07-23 Wednesday 19:11  titer
 
-2002-07-26 Friday 00:34  lool
+  freetype.c : use the default BeOS font on BeOS
 
-   * ./FAQ: removed QT6 / QT6 Preview "bug"
+2003-07-23 Wednesday 17:31  ipkiss
 
-2002-07-26 Friday 00:23  sam
+  * modules/gui/skins/src/banks.cpp: removed a useless event I had
+    forgotten
 
-   * ./include/threads_funcs.h: Win32 compilation fix.
+2003-07-23 Wednesday 09:14  asmax
 
-2002-07-26 Friday 00:14  massiot
+ * all: fixed depcomp failure
 
- * Updated Changelog for 0.4.3 release.
+2003-07-23 Wednesday 07:37  jpsaman
 
-2002-07-26 Friday 00:12  massiot
+ When recv() returns -1 a bug is triggered inside RTPRead() and RTPChoose(). The return value of Read() is then -1. The test "if (!i_ret) return 0;" will be false and the function will continue resulting in segfault while copying from buffers that are in an undetermined state. The correct test is "if (i_ret<0) return 0;".
 
- Bumped up version number to 0.4.3.
+2003-07-23 Wednesday 01:28  gbazin
 
-2002-07-25 Thursday 23:53  sigmunau
+ * modules/misc/sap.c: oops, compilation fix.
 
-   plugin/access/http.c: cosmetic fixes in an error message
-   src/input/*: removed some testcode and some unnecessary debug messages
+2003-07-23 Wednesday 01:13  gbazin
 
-2002-07-25 Thursday 23:02  sam
+ * ALL: changes to the playlist_Add() and VLC_AddTarget() proto to include a list of options associated with the input.
+ * src/input/input.c: parses the input options list before spawning the input and create object variables for these options. Options are of the form "[no[-]]foo[=bar]" where foo is the option name and bar is its value.
+ * src/input/input.c, src/input/input_dec.c: use the object var api to get the value of the "sout", "sout-video" and "sout-audio" options.
+ * src/libvlc.c: extended the command line parser to parse input options. Input options must always follow the input they apply to and begin with a ':'.
 
-   * Updated ChangeLog.
+ All these changes allow you to specify input specific options.
+ eg: ./vlc --no-sout-audio yourvideo.mpeg :sout=udp/http::8080 :sout-audio yourvideo2.mpeg
+ Here the ":sout" option will only apply to yourvideo.mpeg.
+ "--no-sout-audio" will be a global option so will apply to yourvideo2.mpeg but the global behaviour is overriden by ":sout-audio" for yourvideo.mpeg.
 
-2002-07-25 Thursday 21:55  sam
+ TODO: - the interfaces need to be modified to benefit from the new playlist_Add() api.
+       - only "sout", "sout-video", "sout-audio" implemented for now. To make it work with other options, we need to get rid of all the config_GetFoo() and replace them with var_Create()/var_Change()/var_Get().
 
-   * updated ChangeLog.
+2003-07-22 Tuesday 22:02  hartman
 
-2002-07-25 Thursday 21:46  sam
+ * Fix Makefiles for removed .rle fonts
 
-  Backported two fixes from HEAD:
-   * ./plugins/mpeg_system/mpeg_es.c: fixed a deadlock at the end of some
-     streams.
-   * ./src/input/input_ext-plugins.c: fixed a memory leak.
+2003-07-22 Tuesday 20:49  hartman
 
-2002-07-25 Thursday 01:11  massiot
+ * ALL:
+   - Removed all the RLE subtitle font code.
+   - Removed the .rle and even older .psf font files.
+   - Moved the filesubtitle code from spudec to subsdec.
+   - spudec is again DVD only.
 
- * ./configure : better detection of IPv6, fixed solaris handling
- * ./src/input/* : fixed a memory leak
+2003-07-22 Tuesday 20:25  bigben
 
-2002-07-24 Wednesday 17:58  jpsaman
+ frequency is  nom frequency  in MHz * 16, as  for the  v4l input.
+ Breaks compatibility with previous syntax...
 
- XPM version of VideoLAN logo.
+2003-07-22 Tuesday 18:06  gbazin
 
-2002-07-24 Wednesday 17:21  sam
+ * src/stream_output/stream_output.c: fixed segfault when muxer can't add an elementary stream.
 
-   * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
-     found (p_fifo might be NULL).
-   * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
-     a deadlock issue with demuxers waiting on p_fifo->data_lock.
+2003-07-22 Tuesday 15:59  gbazin
 
-2002-07-24 Wednesday 01:22  massiot
+ * src/misc/variables.c: fixed small mem leak (courtesy of Andy Lindsay)
+ * modules/gui/wxwindows/interface.cpp: small improvements to the volume control.
 
- Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
- (incomplete and untested).
+2003-07-22 Tuesday 13:58  bigben
 
-2002-07-23 Tuesday 22:16  sam
+ * We're finally parsing all parameters (including standard)
+ * syntax is now (roughly) the same as for the v4l input
+ ex : vlc pvr:/dev/video0:frequency=1242:norm=secam:size=12x42:bitrate=1200,maxbitrate=4200
+ * old syntax is still working
+ * norm can be "pal", "secam", "ntsc" or any hexa value
 
-   * ./mozilla/Makefile: fixed dependencies on .h files.
-   * ./plugins/filter/distort.c: fixed a typo in option names.
+2003-07-21 Monday 23:53  fenrir
 
-2002-07-23 Tuesday 22:12  sam
+  * http: added "del" and "empty" control. (for playlist). Corrected
+ "previous" command.
+  TODO: doc :(
 
-   * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
-   * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
-   * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
-     add them to the vlc-config output.
+2003-07-21 Monday 19:45  jpsaman
 
-2002-07-23 Tuesday 21:56  stef
+ Forgot this one.
 
- *first version of plugin for libdvdplay. To test it, you need to have
-  libdvdplay installed (available from videolan CVS), and request plugins
- compilation in the usual way:
-       --enable-dvdplay.
- Note that libdvdplay needs libdvdread and libdvdcss.
+2003-07-21 Monday 19:38  jpsaman
 
- Currently it has only been tested under linux, with gnome interface (optional)
- and xvideo output.
+ Added missing familiar-playlistb16x16.xpm
 
- What works (more or less):
-  -DVD reading in some rare cases :) (title and menus),
-  -Menu pause,
-  -Seeking,
-  -Selecting directly a specific title/chapter/angle,
-  -Changing audio, sub-picture, angle during playback,
-  -Interactive menus with mouse only.
+2003-07-21 Monday 19:25  jpsaman
 
- What is missing:
-  -Menu buttons highlighting (needs spudec patch),
-  -Keyboard interaction (needs a specific part in port specific plugins),
-  -A specific interface to navigate through menus (needs that I move my ass),
-  -Interactive menus won't work with other output plugins so long as they
-   have not been patched to send mouse/keyboard events to vlc interface,
-  -Whatever you need.
+ Updated build rules for the Sharp Zaurus.
 
- Known bugs (bugs in libdvdplay mostly):
-  -Seeking in some menus or intro titles (bad vobu map),
-  -Read/seek error with some DVDs,
-  -the configure needs tweaking,
-  -numerous segfaults,
-  -decoder/output modules locking error,
-  -fuzzy colors in menus when spudec is active (default in menus).
+2003-07-21 Monday 19:19  jpsaman
 
The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
Updated build rules for iPaq.
 
-2002-07-23 Tuesday 02:39  sam
+2003-07-21 Monday 18:24  gbazin
 
-   * ALL: decoders now use a fourcc as a probe value.
-   * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
-     its purpose.
-   * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
-   * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
-     always valid.
+ * modules/codec/spudec/spudec.c: disabled RLE font loading as it's not used anymore.
 
-   * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
-     vlc --help for more information.
+2003-07-21 Monday 17:48  gbazin
 
-   * include/video.h: removed fourcc values which should _not_ be global
-     (thanks fenrir for convincing me).
-   * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
-   * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
-     input_ChangeES.
+ * modules/codec/quicktime.c, configure.ac: ported the audio part of the quicktime module to win32.
 
-    Things I'm not sure about and need comments:
-     - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
-     - I also introduced "spu ", "lpcm" and "ac3 ".
-     - I removed for instance "MP4_GetCodec" because it wasn't really
-       used except for the description string. I hope this change did not
-       break anything really important.
-     - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
+2003-07-21 Monday 17:29  gbazin
 
-2002-07-23 Tuesday 02:30  sam
+ * Makefile.am, install-win32: removed rle fonts from the win32 package and added the necessary files for the http interface.
 
-   * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
-     vasprintf arguments to NULL for extra safety.
+2003-07-21 Monday 01:38  hartman
 
-2002-07-23 Tuesday 00:19  sam
+ * vlc.ebuild: disabled kde, fixed mad and freetype support
+ * Makefile.am: added html files for http intf to macosx.
+   windows and beos probably need to do this too.
 
-   * ./src/misc/modules.c: added the "any" and "none" keywords to the module
-     selection string. "any" matches any module, and "none" always fails.
+2003-07-20 Sunday 23:46  gbazin
 
-     You can for instance use "--vout none" to disable video output, or
-     "--intf gtk,any" to use the gtk interface or any other one if gtk isn't
-     available. Hope it's clear :)
+ * modules/misc/freetype.c: set default font on win32. Fixed small memleak as well.
 
-2002-07-22 Monday 23:14  sigmunau
+2003-07-20 Sunday 23:30  gbazin
 
- win32 compilation fixes
+ * modules/packetizer/copy.c, modules/stream_out/transcode.c: handle raw RV15, RV16, RV24, RV32,
+ GREY.
 
-2002-07-22 Monday 15:49  jpsaman
+2003-07-20 Sunday 23:05  sigmunau
 
- VCR icon buttons for Familiar Linux interface.
+ removed some c++ style comments, fixed some untrue comments, moved a
+ function prototype
 
-2002-07-22 Monday 15:48  jpsaman
+2003-07-20 Sunday 22:16  hartman
 
- Added --enable-familiar to configure.in, the default is disabled.
+ * Update of language files
 
-2002-07-22 Monday 01:40  sam
+2003-07-20 Sunday 22:06  hartman
 
-   * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
-     really a fix.
-   * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
+ * bumped up version to 0.6.1-test1
 
-2002-07-21 Sunday 21:26  sigmunau
+2003-07-20 Sunday 21:41  hartman
 
-  * all: these didn't get along in my last commit
+ * Set the default font on Mac OS X to the system font.
 
-2002-07-21 Sunday 20:57  sigmunau
+2003-07-20 Sunday 21:28  gbazin
 
-   * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
-     configuration items.
-   * rest: new input info subsystem.
+ * modules/gui/wxwindows/streamout.cpp: small cosmetic change for the streamout dialog.
 
- Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info.
- Have a look in plugins/text/rc.c to see how to read info.
+2003-07-20 Sunday 20:54  hartman
 
- Sigmund
+ * removed matrox support, since the modules is broken
+   http://bugs.gentoo.org/show_bug.cgi?id=24910
 
-2002-07-21 Sunday 17:27  sam
+2003-07-20 Sunday 20:42  ipkiss
 
-   * ./debian/control: changed "interface plugin" occurences to "frontend" to
-     make package descriptions less misleading.
-   * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
-   * ./bootstrap.sh: don't generate pofiles by default.
+  * modules/gui/skins/*: removed useless code
 
-2002-07-21 Sunday 17:18  fenrir
+2003-07-20 Sunday 20:33  gbazin
 
-  * all : enable cinepak decoder, I hope I haven't break anything.
+ * src/input/input_ext-plugins.c: fixed previous commit.
+ * modules/gui/wxwindows/interface.cpp: fixed a couple of bugs.
 
-2002-07-21 Sunday 16:37  sam
+2003-07-20 Sunday 19:48  hartman
 
-   * ./src/input/input_ext-plugins.c: backported crash fix from MAIN.
+ * README.MacOSX.rtf: updated section on subtitles.
+ * vlc.ebuild: added amd64 keyword. changed script to use emake again.
+   Removed MODULES from the doc installation.
+ * src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs.
+ * share/vlc_win32_rc.rc: Changed the Win32 name of VLC from,
+   "An Opensource Media Player" to "VLC media player".
+ * other: added the new transcoding codecs, channels option and SAP option
+   to the stream output dialog.
 
-2002-07-21 Sunday 16:32  sam
+2003-07-20 Sunday 16:56  ipkiss
 
-   * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
-     which was causing crashes with some demux plugins (mpeg_audio, avi).
+  * modules/misc/freetype.c: compilation fix for windows
 
-2002-07-21 Sunday 00:31  massiot
+2003-07-20 Sunday 16:26  sigmunau
 
- * Added -lrt for HP/UX port.
+ Draw the text in the U and V planes as well. Removes the transparency effect.
+ Also check which chroma is in use and give an error message if it isn't
+ supported.
 
-2002-07-20 Saturday 20:01  sam
+ Someone (possibly me) should write some renderer functions for other
+ colorspaces.
 
-   * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
-   * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
-     libvlc API.
-   * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
-   * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
-   * ./debian/*: created packages for libvlc0-dev.
+2003-07-20 Sunday 15:33  gbazin
 
-2002-07-19 Friday 23:14  massiot
+ * Added MPEG 1 to the list of encapsulation methods (useful to produce files playable by WMP).
 
- Fixed a typo of mine :p.
+2003-07-20 Sunday 15:17  gbazin
 
-2002-07-19 Friday 23:12  massiot
+ * src/input/input_ext-plugins.c: in input_FillBuffer(), if we can't immediately allocate a new buffer, try until we manage to get one.
 
- * New --mtu option.
+2003-07-20 Sunday 12:34  sigmunau
 
-2002-07-18 Thursday 03:23  sam
+ some cleanup in file info code, add fourccs in hex form ( some users want
+ that ), add audio bitrate when available (untested)
 
-   * ./configure.in: we no longer check for a specific function in -lphtread
-     because some systems (such as HP-UX...) have them inlined.
+2003-07-20 Sunday 12:22  gbazin
 
-2002-07-18 Thursday 03:11  sam
+ * modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file dialogs so only use open file dialogs on win32 in the preferences menu.
+ * Makefile.am: removed INSTALL.win32 from the win32 package as it's only useful for developpers anyway.
 
-   * ./Makefile.modules: we don't chmod -x the compiled plugins because of
-     HP-UX's dynamic linker which would otherwise be unable to open them.
+2003-07-20 Sunday 10:38  gbazin
 
-2002-07-18 Thursday 03:02  sam
+ * modules/gui/wxwindows/*, include/vlc_interface.h: new generic "open file" dialog.
+ * modules/gui/skins/*: use the new generic "open file" dialog to load skins.
 
-   * ./configure: rebuilt using the newest autotools.
+2003-07-20 Sunday 08:30  zorglub
 
-2002-07-18 Thursday 03:00  sam
+ modules/control/joystick.c: Joystick control module (linux only)
 
-   * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
+ disabled by default, use --enable-joystick & --extraintf joystick
 
-2002-07-18 Thursday 02:59  jlj
+ actions are:
+       left-right: variable speed seek
+       up-down: browse the playlist
+       button 1: play/pause
+       button 2: fullscreen
 
-   * ./configure.in: fixed description of MP4 module
+2003-07-19 Saturday 16:33  gbazin
 
-2002-07-18 Thursday 02:58  sam
+ * modules/gui/wxwindows/*: proper characters encoding conversions.
+    Override the popup menu only for the main interface.
 
-   * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
+2003-07-19 Saturday 15:25  sigmunau
 
-2002-07-18 Thursday 02:54  jlj
+ alsa is only available on linux
 
-   * ./configure.in: added mp4 module, default disabled
+2003-07-19 Saturday 15:15  sigmunau
 
-2002-07-18 Thursday 00:23  jlj
+ Render the glyph for each character only once, and not once for each frame.
+ Should speed up things a bit.
 
-   * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
+2003-07-19 Saturday 15:12  fenrir
 
-2002-07-17 Wednesday 23:58  massiot
+  * mp4: parse another box.
 
- * ./configure : fixed Mac OS X compilation which was broken on some machines
- * ./include/vlc/vlc.h : include os_specific.h
+2003-07-19 Saturday 14:41  sigmunau
 
-2002-07-17 Wednesday 23:54  stef
+ Use proper linespacing
 
- Interface creation and destruction functions are now exported to plugins
- so that any plugin can spawn a new interface.
+2003-07-19 Saturday 14:22  gbazin
 
-2002-07-17 Wednesday 23:38  massiot
+ * src/libvlc.c: use UTF-8 internally on win32.
 
- Fixed nanosleep detection on some platforms.
+2003-07-19 Saturday 14:14  sigmunau
 
-2002-07-17 Wednesday 14:21  sam
+ fix linking with iconv for the spudec module
 
-   * ./configure.in: plugin compilation fix for HP-UX.
+2003-07-19 Saturday 11:29  sam
 
-2002-07-17 Wednesday 12:01  sam
+   * Makefile.am: Fixed the plugins' target directory location.
 
-   * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
-     remaining issues with XvPutImage detection, please confirm!
+2003-07-19 Saturday 00:02  hartman
 
-2002-07-17 Wednesday 08:40  sam
+ * NEWS: added some more stuff for the upcoming 0.6.1
+ * vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes.
 
-   * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
-     Paul Lorenti <jpl31@columbia.edu>.
+2003-07-18 Friday 23:50  hartman
 
-2002-07-16 Tuesday 23:59  massiot
+ * add a #include <errno.h>
 
- * ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.
+2003-07-18 Friday 23:41  hartman
 
-2002-07-16 Tuesday 23:29  sam
+ * Add -liconv to the ldflags of the spudec module.
+ * Add -framework Carbon to the ldflags of the spudec module when Carbon is
+   present. freetype-config unfortunatly omits this on MacOSX.
 
-   * ./src/misc/threads.c: improved lazy initialization of the global lock.
+ I think I did this correctly, but it might be wise to review this :)
 
-2002-07-16 Tuesday 23:28  sam
+2003-07-18 Friday 20:52  gbazin
 
-   * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
-     time on their hands.
+ * src/libvlc.h: disabled the encoders config options (encoders are not used anymore, all the encoding is done in the stream output transcode module).
+ * src/misc/win32_specific.c: added an --high-priority config option on win32 to increase the priority of the process (default enabled for now so the behaviour isn't changed.)
 
-2002-07-16 Tuesday 23:25  sam
+2003-07-18 Friday 20:16  hartman
 
-   * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
-     a few uninitialized variables.
+ * had forgotten to actually activate mozilla :)
 
-2002-07-16 Tuesday 22:41  jlj
+2003-07-18 Friday 20:06  gbazin
 
-   * MacOS X: added deinterlace submenu
+ * modules/audio_output/alsa.c: alsa is now the default audio output.
+ * src/misc/configuration.c: removed unnecessary line.
+ * modules/gui/skins/parser.*: small cosmetic change.
 
-2002-07-16 Tuesday 00:05  sam
+2003-07-18 Friday 20:00  hartman
 
-   * ./configure.in: fixed a typo in my previous commit (thx fenrir).
+ * mozilla support enabled
+ * added USE mad and libid3tag
+ * added mp3lame capability to ffmpeg.
+ * updated wxGTK requirements to 2.4.1
 
-2002-07-15 Monday 21:33  fenrir
+2003-07-18 Friday 19:26  titer
 
-  * avi.c : quick hack to read file created by ffmpeg. I think it should
- work.
-  * all   : add support for some others codecs provided by ffmpeg, but some of them aren't tested.
+  Added 'CDVC' fourcc (another one for DV video)
 
-2002-07-15 Monday 21:15  sam
+2003-07-18 Friday 14:18  gbazin
 
-   * ./src/misc/messages.c: debug messages that were issued before the -v
-     flag was tested for are no longer lost.
+ * modules/gui/wxwindows/wxwindows.cpp: oops.
 
-2002-07-15 Monday 21:08  sam
+2003-07-18 Friday 13:22  gbazin
 
-   * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
-     because XvSetPortAttribute isn't always available.
+ *  modules/gui/wxwindows/*: avoid queuing popup menu events while one is already being displayed.
 
-2002-07-15 Monday 03:54  jlj
+2003-07-18 Friday 11:39  gbazin
 
-   * MacOS X changes:
-     - added messages and playlist panel
-     - simple dock menu (play, pause, stop)
-     - context menu in video view
-     - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
-     - no longer broken :)
+ * modules/video_output/directx/events.c: closing the video window doesn't doesn't exit vlc anymore, it just stops the current stream.
+ * modules/gui/wxwindows/*: fix for popup menu placement.
 
-2002-07-13 Saturday 14:22  jpsaman
+2003-07-17 Thursday 22:54  gbazin
 
Add package sdl to package dependency list.
* src/playlist/playlist.c: fixed recent playlist breakage.
 
-2002-07-13 Saturday 01:53  sam
+2003-07-17 Thursday 18:58  gbazin
 
-   * ./AUTHORS: removed my entry for lool. /me should go back to school and
-     learn how to alpha sort.
+ * modules/gui/wxwindows/*: enable popup menu support in the "dialogs provider".
 
-2002-07-13 Saturday 00:42  massiot
+2003-07-17 Thursday 17:30  gbazin
 
- Closed old entries.
+ * modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface".
+    Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...).
+    + misc small enhancements.
 
-2002-07-12 Friday 23:57  massiot
+ * modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module).
+    The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs.
 
- * ./AUTHORS : added lool :-p ;
- * ./doc/vlc-howto.sgml : Fixed typos ;
- * ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
-   now alignment-safe ;
- * ./STATUS : New file indicating who's working on what. Please keep it
-   up-to-date ;
- * ./MAINTAINERS : New file indicating who has knowledge on which parts.
+2003-07-17 Thursday 16:34  sam
 
-2002-07-12 Friday 19:08  sam
+   * Makefile.am: Parse mozilla after . so that the mozilla plugin gets its
+     dependencies right.
+   * src/stream_output/announce.c: Compilation fix.
 
-   * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
+2003-07-17 Thursday 15:49  sam
 
-2002-07-12 Friday 18:30  sam
+   * m4/vlc.m4: Looks like POSIX shell reduces "`eval echo '$'FOO`" to "" even
+     if $FOO contains spaces. Worked around the problem.
 
-   * ./ChangeLog: updated.
-   * ./README: removed much outdated data.
-   * ./debian/*: great package renaming - names should make more sense now.
+2003-07-17 Thursday 14:54  sam
 
-2002-07-11 Thursday 21:28  sam
+   * configure.ac vlc-config.in.in: Oops, vlc-config needs top_builddir, not
+     top_srcdir.
 
-   * ./plugins/gtk/*: new generic "Open Target" window. Please test and
-     comment on usability.
+2003-07-17 Thursday 14:28  sam
 
-2002-07-11 Thursday 21:05  sam
+   * src/stream_output/announce.c:
+     + Fixed Win32 port.
+     + Speed optimizations in split().
+     + More coding style fixes.
 
-   * ./debian/rules: the Debian package creation script builds ffmpeg.
+2003-07-17 Thursday 14:10  sam
 
-2002-07-11 Thursday 20:44  sam
+   * src/stream_output/announce.c:
+     + Coding style fixes.
+     + Use memcpy() instead of for() loops.
 
-   * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
-   * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
+2003-07-17 Thursday 13:09  sam
 
-2002-07-11 Thursday 09:58  tcastley
+   * mozilla/Makefile.am: Fixed stamp-pic generation, it was created in the
+     current directory but looked for in the parent directory.
 
- New Bug on SPU decoder
+2003-07-17 Thursday 13:01  sam
 
-2002-07-10 Wednesday 19:00  sam
+   * debian/compat:
+     + New debhelper file.
+   * debian/control:
+     + Updated debhelper build-dependency to (>= 3.4.4) because we now
+       use debian/compat.
+     + Use ${misc:Depends} everywhere.
 
-   * ./ChangeLog: added missing entries.
+2003-07-17 Thursday 12:06  sam
 
-2002-07-10 Wednesday 09:32  lool
+   * mozilla/Makefile.am: Moved mozilla plugin generation directives here.
+   * configure.ac: Propagate $(top_srcdir) to the vlc-config call.
 
-   * ./FAQ: new entry for RTP
+2003-07-17 Thursday 09:25  sigmunau
 
-2002-07-10 Wednesday 01:40  lool
+ mozilla/vlcplugin.h: added the video/x-ms-wmv mime type
+ mozilla/npvlc_rc.rc: added all the missing types from vlcplugin.h
 
-   * ./FAQ: minor updates, new sections: uninstall/reinstall,
-     DirectX-blackscreen, device permissions, debug messages,
-     config file, (un)planned ports/features, sources.list
+2003-07-16 Wednesday 21:42  sam
 
-2002-07-08 Monday 00:05  sam
+   * Makefile.am: added /usr/lib/mozilla/include/idl to the xpidl include
+     directory, because that's where Gentoo puts it.
 
-   * ./debian/changelog: updated Debian changelog.
+2003-07-16 Wednesday 17:19  gbazin
 
-2002-07-07 Sunday 23:55  massiot
+ * modules/codec/spudec/spudec.c: oops, proper fix for the proper initialization of the proper iconv handle ;)
 
- Update for 0.4.2 release.
+2003-07-16 Wednesday 17:17  gbazin
 
-2002-07-07 Sunday 23:55  massiot
+ * modules/codec/spudec/spudec.c: proper initialization of the iconv handle.
 
- Preparing for 0.4.2 release.
+2003-07-16 Wednesday 16:33  sam
 
-2002-07-05 Friday 13:18  sam
+   * mozilla/*: Additional Mozilla 1.4 compilation fixes.
 
-   * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
-     strndup to a separate file so that Win32 can benefit from it.
-   * ./include/vlc_threads.h: Borland compilation fix.
+2003-07-16 Wednesday 16:06  sam
 
-2002-07-04 Thursday 20:11  sam
+   * configure.ac: complain when mozilla-config isn't found.
 
-   * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
-   * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
-     Debian packages.
-   * ./po/*: updated potfiles.
+2003-07-16 Wednesday 15:52  sam
 
-2002-07-03 Wednesday 21:40  sam
+   * bootstrap:
+     + Minor indentation fix.
+   * toolbox:
+     + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
+   * po/*:
+     + Re-ran toolbox --update po.
 
-   * ./src/misc/modules.c: module_Need accepts a comma-separated list of
-     module names. Try for instance: "vlc --intf gnome,gtk,dummy".
+2003-07-16 Wednesday 15:40  sam
 
-2002-07-03 Wednesday 00:07  jlj
+   * debian/changelog:
+     + Prepared my next Debian upload.
+   * debian/control:
+     + Set policy to 3.6.0. No changes required.
+     + Extended the package description.
 
-   * darwin_specific.[ch]: added strndup needed by video_output.c.
-   * configure.in: added -lintl to plugins_LDFLAGS.
+2003-07-16 Wednesday 15:32  sam
 
-2002-06-27 Thursday 21:46  sam
+   * modules/access/http.c:
+     + Fixed gcc 3 warnings (type punning).
+   * modules/access/mms/mmstu.c:
+     + Fixed a gcc 3 warning (long constant).
 
-   * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
-   * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
-   * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
-     palette.
-   * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
+2003-07-16 Wednesday 15:25  sam
 
-    Patches imported from v0_4_1_branch.
+   * modules/video_output/x11/xcommon.c: Select events in the video subwindow
+     instead of the base window, because newer versions of Mozilla select
+     ButtonPress for the window it gives us, and XSelectInput only allows
+     one client to select this event.
 
-2002-06-27 Thursday 21:44  sam
+2003-07-15 Tuesday 18:12  sigmunau
 
-   * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
-   * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
-   * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
-     palette.
-   * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
+ moved Doxyfile to doc/ to make sam happy. Changed Doxyfile so the generated
+ documentation does not include information on which headers each file
+ includes, since this information isn't correct.
 
-    All patches courtesy of Roine Gustafsson.
+ Clarified and doxygenized some of the documentation on subpictures
 
-2002-06-27 Thursday 21:05  sam
+2003-07-15 Tuesday 18:01  alexis
 
-   * ./src/misc/modules.c: added the --plugin-path option to give vlc an
-     extra plugin location.
-   * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
-     don't launch the rc interface.
-   * ./plugins/access/http.c: fixed a compilation warning.
-   * ./src/misc/messages.c: cosmetic enhancements in the message output.
+ Update for the spec files.
 
-2002-06-20 Thursday 00:47  massiot
+2003-07-15 Tuesday 16:07  gbazin
 
Backported stable changes.
* modules/mux/mpeg/ps.c: save pack and system headers for http streaming.
 
-2002-06-20 Thursday 00:45  massiot
+2003-07-15 Tuesday 13:12  gbazin
 
- * Deinterlace support in the OS X interface.
- * Bumped up version number to 0.4.2.
+ *  modules/mux/mpeg/ps.c,ps.c: the ps muxer can now create mpeg system (mpeg1) files as well. Also modified the ps muxer to output streams with system headers.
 
-2002-06-19 Wednesday 01:18  massiot
+2003-07-14 Monday 22:25  sigmunau
 
- Ported previous stable commits.
+        had to forget something :)
 
-2002-06-19 Wednesday 01:18  massiot
+2003-07-14 Monday 21:32  sigmunau
 
- * ./plugins/macosx/vout_vlc_wrapper.m : Arrow-up and arrow-down allow to
-   control the sound volume ;
- * ./plugins/access/http.c : For streams which are not seekable, we fall
-   back on old HTTP/1.0 behavior ; on systems implementing atoll() we
-   can also read files > 2 GB ;
- * ./configure : atoll() detection.
+ All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances.
 
-2002-06-19 Wednesday 00:29  massiot
+ include/video_output.h: added some members needed by text renderer modules
+ src/video_output/video_output.c: load and unload text renderer module when needed
+ src/video_output/video_text.c: implemented some functions to show text on the video
+ include/osd.h: exported the functions to show text
+ modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module.
+ modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module
+ configure.ac: changes "osdtext" to "freetype" some places
+ modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles
+ modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested.
+ modules/demux/util/sub.c: remove all traces of the ugly old osdtext module
+ modules/misc/dummy/*: added a "text renderer" submodule in the dummy module
+ src/misc/modules.c: included osd.h as it seems to be needed to export symbols
 
- * ./plugins/macosx/intf_vlc_wrapper.m : Fixed a bug with the language and
-   subtitle menus
- * README.MacOSX.rtf : More documentation.
+ final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts.
 
-2002-06-17 Monday 11:32  sam
+2003-07-14 Monday 20:36  sigmunau
 
-   * ./plugins/filter/deinterlace.c: backported new deinterlacing routines.
+ toolbox: made a --add-include that can be used by doxygen to get proper
+          includes in the .h files, since they are parsed out of context by
+        doxygen
+ Doxyfile: misc fixes, use ./toolbox --add-include as filter for sources.
+ include/vlc_common.h: doxygenized VLC_COMMON_MEMBERS
 
-2002-06-17 Monday 10:37  sam
+ With these changes, and a slightly patched version of doxygen (which you can
+ get here: http://www.idi.ntnu.no/~sigmunau/doxygen-vlcpatched.tgz ) you should
+ be able to get some useful documentation out of the vlc sources.
 
-   * ./include/threads.h, ./include/threads_funcs.h: backported the new Win32
-     cond_wait implementation from MAIN. Please report problems.
+2003-07-14 Monday 16:10  gbazin
 
-2002-06-11 Tuesday 11:44  gbazin
+ * configure.ac, modules/control/http.c: compilation fix for platforms without ctime_r().
 
- * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
- CONFIG_*.
- * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
- ./plugins/filter/transform.c, ./plugins/filter/distort.c,
- ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
- configuration macro.
- * ./include/modules.h, ./include/video_output.h,
- ./src/video_output/video_output.c, ./plugins/filters/*: added a
- VOUT_FILTER capability. Having a clear distinction between VOUTs and
- VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
- stackable now (use --filter=foo:bar:foo etc..).
- * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
- added an ADD_USAGE_HINT() configuration macro.
+2003-07-13 Sunday 19:58  massiot
 
-2002-06-10 Monday 18:48  sam
+ * Only allow 4x fast-forward, since 8x won't work on low-end machines,
+   and our dear users report it as a bug.
 
-   * ./FAQ: added QT6 FAQ entry.
+2003-07-13 Sunday 14:55  gbazin
 
-2002-06-10 Monday 02:41  sam
+ * modules/gui/skins/*: removed unused GTK2_SKINS code.
 
-   * ./configure.in: fixed inet_pton detection.
-   * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
-     also a bit slower, so I also kept the old version, optimized it, and
-     called it "mean".
+2003-07-13 Sunday 13:18  gbazin
 
-2002-06-10 Monday 00:57  massiot
+ * modules/stream_out/transcode.c: implemented some very basic channels downmixing. Was necessary to be able to transcode a52 > stereo to mpga.
 
- * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
- * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
+2003-07-13 Sunday 12:52  sigmunau
 
-2002-06-10 Monday 00:33  massiot
+ cleanup comments
 
- file mpeg4.icns was initially added on branch v0_4_1_branch.
+2003-07-13 Sunday 12:35  massiot
 
-2002-06-10 Monday 00:33  massiot
+ * modules/demux/mpeg: 0x06 stream type can be used for something else
+   than A/52, so disabled it for the moment (we should actually check for
+   the presence of a descriptor).
 
- file generic.icns was initially added on branch v0_4_1_branch.
+2003-07-13 Sunday 12:15  massiot
 
-2002-06-10 Monday 00:33  massiot
+ * modules/codec/libmpeg2.c: Fixed a major bug where the picture heap
+   would progressively empty on some DVDs.
 
- file mpeg.icns was initially added on branch v0_4_1_branch.
+2003-07-12 Saturday 13:33  gbazin
 
-2002-06-10 Monday 00:33  massiot
+ * modules/gui/wxwindows/*: added a "simple open" entry to the "File" menu of the interface and playlist. That entry just opens a wxFileDialog().
 
- file mpeg2.icns was initially added on branch v0_4_1_branch.
+2003-07-12 Saturday 00:56  fenrir
 
-2002-06-10 Monday 00:33  massiot
+  * http.c : fix definition conflict under OS X (at least).
 
- file divx.icns was initially added on branch v0_4_1_branch.
+2003-07-11 Friday 23:36  gbazin
 
-2002-06-10 Monday 00:33  massiot
+ * modules/gui/wxwindows/streamout.cpp, wxwindows.h: added an audio channels combobox for transcoding.
+ * NEWS: update in preparation for 0.6.1.
 
- * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
- * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
+2003-07-11 Friday 23:14  gbazin
 
-2002-06-10 Monday 00:33  massiot
+ * modules/audio_output/directx.c: 5.1 audio output now works on sblive/audigy as well :)
+ * modules/audio_output/waveout.c: fixed the waveOut plugin so works on NT4 as well... that complicates the plugin a bit more than I would have wanted, but hey.
+ * modules/gui/wxwindows/messages.cpp: the verbose checkbox is set to the value of the --verbose config option.
 
- file mpeg1.icns was initially added on branch v0_4_1_branch.
+2003-07-11 Friday 19:29  fenrir
 
-2002-06-08 Saturday 16:08  sam
+  * disabled by default. (It's a nice security hole for those)
 
-   * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
-     implementation to avoid races, by using SetEvent instead of PulseEvent.
+2003-07-11 Friday 18:21  fenrir
 
-2002-06-08 Saturday 03:41  lool
+  * index: little fix for refresh url.
+  * browse: example.
 
-   * ./configure.in: checking for the header should be enough in most cases
-   * ./plugins/xosd/xosd.c: configuration options
+2003-07-11 Friday 18:19  fenrir
 
-2002-06-08 Saturday 01:53  sam
+  * http: * fix for double // under linux.
+          * another useless feature: can browse local files (for sout)
 
-   * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems
-     to be still crashing.
+2003-07-11 Friday 11:58  gbazin
 
-2002-06-08 Saturday 00:41  lool
+ * configure.ac: always use the built-in getop on win32 (cygwin's one is buggy).
+     Disable the gtk2/gnome2 interfaces as they are currently unuseable and this option was confusing users more than anything else.
+     Enabled the mp4 muxer (Although it doesn't yet produce streams compatible with quicktime).
 
-   * forgot to cvs add the _files_ -- sorry
+2003-07-11 Friday 09:50  gbazin
 
-2002-06-08 Saturday 00:32  lool
+ * include/httpd.h: compilation fix.
+ * modules/control/http.c: win32 fixes.
 
-   * fixed my typos in configure.in
+2003-07-11 Friday 08:04  sam
 
-2002-06-08 Saturday 00:24  lool
+   * po/POTFILES.in: Updated this file from a pristine CVS tree to avoid cruft.
 
-   * basic On Screen Display intf-plugin based on libxosd
+2003-07-11 Friday 07:13  gbazin
 
-2002-06-07 Friday 23:45  sam
+ * modules/audio_output/alsa.c: enabled 4 and 5.1 channels modes (although stereo stays the default).
 
-   * ./src/misc/netutils.c: network mode works again.
+2003-07-10 Thursday 23:55  fenrir
 
-2002-06-07 Friday 21:54  sam
+  * mmstu: workaround for some streams. (missing 0x11 answer).
 
-   * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back.
-   * ./src/playlist/playlist.c: fixed an off-by-one loop error.
+2003-07-10 Thursday 22:37  fenrir
 
-2002-06-07 Friday 18:06  sam
+  * httpd: fix a segfault.
 
-   * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop
-     and vlc:quit work again.
-   * ./src/playlist/playlist.c: when a new target is added, for instance through     the "File" menu, it is automatically played.
+2003-07-10 Thursday 22:29  fenrir
 
-2002-06-07 Friday 16:59  sam
+  * all: samples pages for http interface.
 
-   * ./include/vlc_objects.h: pointers are set to NULL after a call to
-     vlc_object_destroy (idea from stef).
-   * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
-     <alipiec@adrenalina.pl>.
+2003-07-10 Thursday 22:24  fenrir
 
-2002-06-07 Friday 16:30  sam
+  * http: rework of the http interface.
 
-   * ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
-   * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
-     a non-zero reference count, but we still complain.
-   * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
-     as play, pause, stop, next, fast etc. work again.
-   * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
-     workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
-   * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
-     appropriate properties, we use it.
+  There is no more hardcoded html page. The interface recursively parse a
+ directory, exporting all  files. All .htm/.html are  parsed, and special
+ macro are  used. I will commit  somes samples pages in  share/http and I
+ hope documentations.
 
-2002-06-05 Wednesday 22:58  titer
+  TODO: - (re)implement access control in httpd (but in a useable way).
+        - clean login/password management. (for now .access protects
+        a whole directory).
+        - doc ;)
 
- Minor fix for the BeOS' make-package (icon loss).
+2003-07-10 Thursday 18:29  zorglub
 
-2002-06-05 Wednesday 20:29  stef
+ * http: added support for user/pass (--http-user & --http-pass)
 
- * Set object pointer to NULL after destroy.
+ * httpd: removed hard-coded user/pass for admin page.
+    (now: --http-admin-pass & --http-admin-user )
 
-2002-06-05 Wednesday 20:07  stef
+2003-07-10 Thursday 11:15  adn
 
- * Added mouse coordinates to vout struct. They are only update from x11 for now,
- and they are used nowhere.
+ now messages can be saved to a file
 
-2002-06-04 Tuesday 22:33  sam
+2003-07-10 Thursday 07:08  sam
 
- (new in MAIN)
-   * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
-     fullscreen from the popup menu.
- (from v0_4_1_branch)
-   * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
-     from the popup menu.
-   * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
-     a segfault in the Gnome popup menu when toggling the interface.
+   * vlc.spec.redhat: Renamed this file to vlc.spec again. It's the expected
+     filename in a package.
 
-2002-06-04 Tuesday 20:30  sam
+2003-07-10 Thursday 01:33  fenrir
 
-   * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
-     from the popup menu.
+  * ffmpeg: some clean. Added a mutex to avoid multiple initialisation.
 
-2002-06-04 Tuesday 15:16  sam
+2003-07-10 Thursday 00:47  hartman
 
-      ___   _   _    _  _____ _____    ____ _        _    ____  _____
-     |_ _| | | | |  / \|_   _| ____|  / ___| |      / \  |  _ \| ____|
-      | |  | |_| | / _ \ | | |  _|   | |  _| |     / _ \ | | | |  _|
-      | |  |  _  |/ ___ \| | | |___  | |_| | |___ / ___ \| |_| | |___
-     |___| |_| |_/_/   \_\_| |_____|  \____|_____/_/   \_\____/|_____|
+ * fixed glide header detection
+ * added matroska, dvb and pvr USE vars.
+ * enabled support for flac.
+ * removed libdv support since it's deprecated
+ * enabled freetype support if USE=truetype
+ * enabled satellite support if USE=dvb
+ * added local USE variable pvr to compile with pvr support
+ * added local USE variable matroska to compile with experimental matroska
+   support/ebuilds. See also http://forums.gentoo.org/viewtopic.php?t=63722&highlight=matroska.
 
-   * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
-     a segfault in the Gnome popup menu when toggling the interface.
+2003-07-09 Wednesday 22:10  gbazin
 
-2002-06-04 Tuesday 02:11  sam
+ * modules/demux/ogg.c: latest change for web radios support did affect the quality of normal
+ ogg files. Make the check a bit more strict.
 
- (new in MAIN)
-   * ./src/interface/interface.c: interfaces are no longer attached only to
-     p_vlc.
-   * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
-     ./src/input/input.c: improvements in the playlist handling (not quite that
-     yet though).
- (ported from v0_4_1_branch)
-   * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
-   * ./src/misc/configuration.c: fixed the --nofoo option handling.
-   * ./src/interface/main.c: fixed two compilation warnings under Solaris.
+2003-07-09 Wednesday 21:42  gbazin
 
-2002-06-04 Tuesday 01:16  sam
+ * modules/gui/wxwindows/interface.cpp: resume after pause was broken recently.
+ * src/audio_output/output.c: reverted a recent change that was screwing up the proper scheduling of audio samples after a starvation. That should improve the heavy resampling we currently have after a pause.
+ * modules/audio_output/alsa.c: improvements and fixes to the alsa audio output.
 
-   * ./debian/rules: forgot to commit this file.
+2003-07-09 Wednesday 13:52  sam
 
-2002-06-04 Tuesday 01:14  sam
+   * mozilla/vlcshell.cpp: free() requires <stdlib.h>.
 
-   * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
+2003-07-09 Wednesday 10:59  adn
 
-    (what? frozen? sorry, I can't hear you)
+ corrected a newbie notation
 
-2002-06-04 Tuesday 00:21  sam
+2003-07-09 Wednesday 09:30  adn
 
-   * ./configure.in: fixed a breakage.
-   * ./debian/control: activated libdvbpsi.
+ a "clear" button now allows to clear the messages' text window
 
-2002-06-03 Monday 23:43  ipkiss
+2003-07-09 Wednesday 01:31  hartman
 
-  * added the --with-dvbpsi-tree option
+ * don't sleep while committing.
 
-2002-06-03 Monday 23:40  ipkiss
+2003-07-09 Wednesday 01:30  hartman
 
-  * added the --with-dvbpsi-tree option
+ * Update next/previous item routines. it descends from next chapter to
+   next title to next playlistitem. The old code for this was buggy. This
+   should work better. Especially for CDDA's, since we previously didn't support
+   titles.
 
-2002-06-03 Monday 19:19  sam
+2003-07-08 Tuesday 16:21  sam
 
-   * ./src/misc/configuration.c: fixed the --nofoo option handling.
-   * ./src/interface/main.c: fixed two compilation warnings under Solaris.
-   * ./plugins/avi/avi.c, ./plugins/mpeg_system/mpeg_audio.c: ES will be
-     selected only once.
-   * updated TODO list.
+   * toolbox: we cannot use `printf '\r'` under Cygwin; use a real ^M character
+     instead.
 
-2002-06-03 Monday 02:28  sam
+2003-07-08 Tuesday 13:40  sam
 
-   * ./src/misc/netutils.c: factored code common to the interfaces into the
-     network_ChannelJoin function.
-   * ./plugins/mga/xmga.c, ./plugins/x11/xcommon.c, ./plugins/sdl/vout_sdl.c,
-     ./plugins/directx/vout_events.c: we can now use keys F1 to F12 to switch
-     channels from the video output window.
+   * bootstrap: Removed dashes from makefile variables.
 
-2002-06-03 Monday 01:43  bozo
+2003-07-08 Tuesday 13:13  sam
 
-   * Makefile, configure.in, configure, MODULES: added a52_system input module.
-   * plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input
-     module.
-   * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from
-     the a52 input module.
+   * po/: Updated pofiles using the new toolbox.
 
- Note: the new module aims at reading ac3 streams but it works only with the
- ac3_spdif "decoder" since it is the only one which dates each frame contrary
- to the others which can't avoid a flood from the input module.
+2003-07-08 Tuesday 13:09  sam
 
-2002-06-03 Monday 01:29  sam
+   * bootstrap:
+     + Removed a useless use of cut.
+     + Do not fail in the "clean" rule if no targets were built.
+   * Makefile.am:
+     + Propagate $(srcdir) to toolbox.
+   * toolbox:
+     + Do not include .moc files in POTFILES.in.
+     + Fixed the generation of MSVC project files (untested).
 
- (ported from v0_4_1_branch)
-   * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
-     Vladimir Chernyshov <greengrass@writeme.com>.
+2003-07-07 Monday 18:14  sam
 
-2002-06-03 Monday 01:17  sam
+   * Makefile.am: Do not try to install PIC builtins if --enable-mozilla was
+     not specified.
 
-   * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
-     Vladimir Chernyshov <greengrass@writeme.com>.
+2003-07-07 Monday 17:01  sam
 
-2002-06-03 Monday 01:11  sam
+   * AUTHORS: Added Olivier Aubert.
+   * HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.
 
- (new in MAIN)
-   * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
- (ported from v0_4_1_branch)
-   * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
-     currently sucks.
-   * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
-     and --no-foo as negations for --foo. Also, the --help output is nicer.
-   * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
+2003-07-07 Monday 16:59  sam
 
-2002-06-03 Monday 01:03  massiot
+   * modules/control/corba/: Olivier Aubert's CORBA plugin. Almost verbatim,
+     compiles cleanly (to build the medicacontrol.so library you need to cd to
+     that directory and "make medicacontrol.so") but untested.
+   * src/playlist/playlist.c: Mostly harmless fix to playlist.c suggested by
+     Olivier.
 
- * Update README.
+2003-07-07 Monday 16:53  sam
 
-2002-06-03 Monday 01:03  massiot
+   * bootstrap: The "clean" rule now also removes generated sources.
 
- * Updated README.
+2003-07-07 Monday 15:50  gbazin
 
-2002-06-03 Monday 01:01  sam
+ * modules/gui/wxwindows/streamout.cpp: added vorbis transcoding + fixed default codec selection.
+ * modules/stream_out/transcode.c: fixed segfault when muxer doesn't handle an audio codec, fixed mp3 transcoding support.
+ * modules/stream_out/standard.c: clean-up.
 
-   * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
-     currently sucks.
-   * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
-     and --no-foo as negations for --foo. Also, the --help output is nicer.
+2003-07-07 Monday 14:56  massiot
 
-2002-06-03 Monday 00:45  massiot
+ Do not link twice with -logg under Darwin.
 
- Bumped up version number to 0.5.0-cvs.
+2003-07-07 Monday 12:04  sam
 
-2002-06-03 Monday 00:44  massiot
+   * mozilla/: Tried to fix the build with mozilla 1.4. Tested on Debian.
 
- Bumped up version number to 0.4.1.
+2003-07-07 Monday 07:14  adn
 
-2002-06-03 Monday 00:31  massiot
+ * now spaces are allowed in SAP annouces.
 
-   * ./plugins/macosx: rewrote the net panel for OS X
+2003-07-06 Sunday 23:14  massiot
 
-2002-06-02 Sunday 19:05  sam
+ Fixed Mac OS X build.
 
-   * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
+2003-07-06 Sunday 18:20  gbazin
 
-2002-06-02 Sunday 17:51  gbazin
+ * install-win32: fixed my last commit.
 
- * ./include/vlc_common.h: got rid of i_thread in VLC_COMMON_MEMBERS.
+2003-07-06 Sunday 16:35  sigmunau
 
-2002-06-02 Sunday 16:26  gbazin
+ Makefile.am: pass version strings to windres
+ share/vlc_win32_rc.rc: provide some version info in the vlc binary
+ If all is well, this should not break msvc build, but binaries built
+ with msvc will have version 0.0.0
 
- * ./include/os_specific.h: changed prototype of system_*() to use vlc_t
- instead of vlc_object_t.
+2003-07-06 Sunday 16:22  gbazin
 
-2002-06-02 Sunday 15:49  sam
+ * INSTALL.win32: added an instruction for using tar to extract the contrib.
+ * modules/stream_out/transcode.c: added mp3 fourcc.
 
- (new in MAIN)
-   * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
-     ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
- (ported from 0_4_1_branch)
-   * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
-     which caused subtitles to appear slanted in odd width windows.
+2003-07-06 Sunday 16:13  gbazin
 
-2002-06-02 Sunday 15:41  sam
+ * modules/gui/wxwindows/streamout.cpp: clean-up for sap support.
+     Added a couple of transcoding codecs (WMV2, MJPG, mp3).
+     The output filename is now surrounded by quotes and the MRL is updated correctly on codec change.
+ * install-win32: start menu shortucts are installed in the "All Users" section.
+ * configure.ac: added a --with-ffmpeg-mp3lame option for when ffmpeg was compiled with mp3lame support.
 
-   * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
-     which caused subtitles to appear slanted in odd width windows.
+2003-07-05 Saturday 21:31  alexis
 
-2002-06-02 Sunday 15:38  gbazin
+ es.c: fix typo.
 
- * ./include/vlc_threads.h: re-merged vlc_threads.h and threads_funcs.h.
+2003-07-05 Saturday 15:35  sam
 
-2002-06-02 Sunday 14:16  massiot
+   * modules/gui/skins/src/skin_main.cpp, modules/gui/wxwindows/wxwindows.cpp:
+     Do not unload the WxWindows plugins on Unix, because they might be linked
+     with Gtk which makes evil use of atexit().
 
- * New Loop menu item in OS X interface.
+2003-07-05 Saturday 15:00  zorglub
 
-2002-06-02 Sunday 13:59  sam
+ * sap.c: Improved IPv6 multicast detection
 
- (new in MAIN)
-   * ./src/playlist/playlist.c, src/input/input.c: added safety checks to
-     prevent crashes on next file.
- (ported from 0_4_1_branch)
-   * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
-     popup menus when no stream is being played, even in network mode.
-   * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
+ * announce.c:
+       - coding style fixes
+       - fixed port detection in IPv6 addresses (with ':' inside)
 
-2002-06-02 Sunday 13:55  sam
+2003-07-05 Saturday 14:47  sam
 
-   * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
-     popup menus when no stream is being played, even in network mode.
+   * Makefile.am: "make dist-woody" builds a tarball suitable for a Debian
+     woody package build.
+   * bootstrap:
+     + Remove config.h.in and config.h before running autoheader.
+     + Added "set -e" for better error tracking.
+     + Call autoheader and automake after autoconf so that the first build does
+       not need to call autoheader.
+   * debian/woody-buildpackage:
+     + Removed that script and put the code in toolbox.
+   * debian/control:
+     + Added a build-dependency on libmatroska-dev.
+   * debian/rules:
+     + Activated Matroska support.
+     + Re-enabled dh_installchangelogs.
 
-2002-06-02 Sunday 12:55  sam
+2003-07-04 Friday 19:00  titer
 
-   * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
+  logo.c : gcc != 3 compile fix
 
-2002-06-02 Sunday 12:28  gbazin
+2003-07-04 Friday 16:35  sam
 
- * ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
- <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when
- it isn't found.
+   * debian/changelog: Changelog for the forthcoming 0.6.0+cvs-20030704-1 Debian
+     upload.
+   * debian/rules: Build builtins in the first compile pass, and build plugins
+     and PIC builtins in the second pass, so that PIC and non-PIC never get
+     messed.
+   * modules/demux/mkv.cpp: Added minor verbosity in a warning message.
+   * modules/gui/kde/preferences.cpp: Fix for woody's KDE.
+   * modules/stream_out/transcode.c: Workaround for woody's vorbisenc.h.
 
-2002-06-02 Sunday 11:03  sam
+2003-07-04 Friday 15:20  adn
 
-   * ./src/video_output/video_output.c: fixed the "picture has invalid status"
-     bug which might have been the cause of crashes.
-   * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
-     using "--filter crop --autocrop".
-   * ./vlc.spec: added missing filters to the RPM generation.
-   * ./src/misc/objects.c: commented all functions.
-   * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
-   * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
+ * Added a SAP Announces Button for wxWindows
 
-2002-06-02 Sunday 04:23  sam
+2003-07-04 Friday 14:56  sam
 
-   * ./src/video_output/video_output.c: fixed the "picture has invalid status"
-     bug which might have been the cause of crashes.
+   * bootstrap:
+     + Disabled a redundant BUILT_SOURCES variable.
+   * debian/woody-buildpackage:
+     + Disable skins for woody (no WxWindows).
+     + Do not build a diff since we always use the pristine tarball.
 
-2002-06-02 Sunday 04:04  sam
+2003-07-04 Friday 14:26  adn
 
-   * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
-     using "--filter crop --autocrop".
-   * ./vlc.spec: added missing filters to the RPM generation.
+ * bug fix, @ is not necessary in fact ;)
 
-2002-06-02 Sunday 03:20  massiot
+2003-07-04 Friday 14:06  adn
 
- * Channel change support on Mac OS X ;
- * New OS X icon, courtesy of Benjamin Mironer <bmironer@noos.fr>
+ * Fix Bug thanks to Cif: url form was "IP:port" and port 1234 was
+   systematically sent separately.
 
-2002-06-02 Sunday 02:43  sam
+ * Multicast IP form is "@IP" and not "IP". Right ?
 
-   * ./plugins/filter/crop.c: crop filter. Usage examples:
-       --filter crop --crop-geometry 640x480
-       --filter crop --crop-geometry 320x200+10+10
+2003-07-04 Friday 13:53  sam
 
-2002-06-01 Saturday 20:04  sam
+   * bootstrap: Recursive rules now check for $(MAKE)'s return value so that
+     build errors are never ignored.
 
-   * ALL: got rid of p_object->p_this which is now useless.
+2003-07-04 Friday 12:20  adn
 
-2002-06-01 Saturday 19:11  sam
+ * Added a Miscellaneous Panel in wxwindows stream output.
 
  * ./bootstrap.sh: ah ah ah. CVS likes to make fun out of me.
* Added a SAP Announce button in this panel.
 
-2002-06-01 Saturday 19:09  sam
+2003-07-03 Thursday 19:25  garf
 
-   * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
-   * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
-     not include CVS Id lines in automatically created files.
+  * logo.c : a little filter to put a PNG picture on video output (use mouse features :)
 
-2002-06-01 Saturday 18:45  sam
+2003-07-03 Thursday 12:20  sam
 
-   * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
-     src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix.
-   * ./plugins/directx/aout_directx.c, plugins/directx/vout_directx.c,
-     ./plugins/directx/vout_events.c: the DirectX notification and event threads
-     now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
-   * ./configure.in: added a check for inttypes.h and sys/int_types.h.
-   * ./configure.in: fixed the HTTP plugin compilation under BeOS.
-   * ./plugins/network/ipv6.c: reactivated IPv6 module.
+   * debian/rules: Fixed a zshism in a variable's pattern substitution.
 
-2002-06-01 Saturday 16:31  sam
+2003-07-03 Thursday 11:23  sam
 
-   * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
-   * ./include/main.h: replaced p_sys with explicit variables because it's
-     really much simpler this way. Gildas, will you ever forgive me ? :-)
+   * bootstrap, Makefile.am: Slightly reduced build verbosity.
 
-2002-06-01 Saturday 15:52  sam
+2003-07-03 Thursday 09:37  sam
 
-   * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
-     vlc_thread_create / vlc_thread_ready scheme to signal readiness.
-   * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
-   * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
-     belongs to plugins/mpeg_vdec.
-   * ./ChangeLog: imported the 0_4_1_branch changelog.
-   * ./plugins/chroma/i420_yuy2.h: imported a 0_4_1_branch fix.
+   * Makefile.am: Fixed the installation of plugins that were going one
+     directory too low.
 
-2002-06-01 Saturday 14:31  sam
+2003-07-03 Thursday 03:35  sam
 
-   * ALL: the first libvlc commit.
+   * debian/rules: Fixed the package generation on !x86.
+   * .cvsignore: Do not ignore the m4 directory.
 
-    As for video output 4, this breaks almost everything, but I'll slowly
-   do what remains to be fixed during the weekend.
+2003-07-03 Thursday 02:56  sam
 
-    Changes in vlc:
-    ===============
+   * Makefile.am:
+     + If a builtin has been rebuilt, rebuild vlc.
+     + Do not rebuild the Mozilla plugin's xpt when the Makefile changes.
 
-   * vlc is now a very small program (20 lines) which uses the libvlc API;
-    it is quite simple for the moment but can be extended in the future.
+2003-07-03 Thursday 00:11  fenrir
 
-   * interfaces, decoders, video outputs, etc. are now almost the same
-    objects (yes, I know, this is C++ redone in C) and are structured in
-    a tree. More about this later, but basically it allows the following
-    nice features:
-     - several interfaces
-     - several playlists with several outputs
-     - input plugins spawning helper interfaces (will be used for DVD menus)
-     - anything spawning anything; I swear there are useful uses for this!
+  * ps: fix a dead loop with mis-detected file or bad content.
 
-   * libvlc can be used in other programs; I'm currently writing a Mozilla
-    plugin for my employer.
+2003-07-02 Wednesday 22:47  sam
 
-    Things currently broken:
-    ========================
+   * configure.ac: pass -multiply_defined suppress to the linker under Darwin,
+     thanks to DJ.
 
-   * most interfaces, most ports
-   * the playlist handling (almost finished rewriting this though). This means
-    no file can be played from the GUI, you need to use the commandline. This
-    also means it segfaults at EOF, when exiting the program, and it sometimes
-    refuses to open a file when asked to.
+2003-07-02 Wednesday 20:01  gbazin
 
-2002-06-01 Saturday 13:38  sam
+ * toolbox: fixed ./toolbox --distclean
 
-   * Backported fixes from MAIN.
+2003-07-02 Wednesday 18:44  zorglub
 
-2002-06-01 Saturday 12:36  sam
+ * httpd.c: fixed a french string
 
-   * ./ChangeLog: updated changelog.
+ * sap.c: use defines
 
-2002-05-30 Thursday 15:22  asmax
+2003-07-02 Wednesday 16:12  sam
 
- - removed the obsolete artificial delay when switching channels.
-   Now it is ultra-fast !
+   * debian/changelog: Debian-specific changelog for a pending upload.
 
-2002-05-30 Thursday 10:59  xav
+2003-07-02 Wednesday 14:08  sam
 
-  * intf_eject.c : added ejection code for Win32. Please test it under
-                   Win95/98/Me, I just can't install a winme
-                   in my work office :).
-  * plugins/win32/* : enabled the "Eject" button (thanks Ipkiss)
-  * src/misc/netutils.c : just changed my mail :P
+   * bootstrap: Fix for the Mozilla plugin build.
 
-2002-05-30 Thursday 10:17  gbazin
+2003-07-02 Wednesday 13:50  sam
 
- * changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macros to accept a
- default value as an argument.
- * modified the command line parsing to accept --foo and --no-foo when a
- "foo" boolean config option is defined.
- * modified the help menu to indicate if the option is enabled or
- disabled by default.
+   * bootstrap: Guaah. Typo.
 
-2002-05-29 Wednesday 20:39  sam
+2003-07-02 Wednesday 13:32  sam
 
-   * ./src/video_output/video_output.c: when the video output hasn't received
-     a new picture for a while, it redisplays the last displayed one. This will
-     be useful for DVD menus, but also solves the "picture becomes black when
-     vlc is paused" issue.
+   * bootstrap: Workaround for an automake1.6 issue. Not a big deal, the code
+     is actually nicer this way.
 
-2002-05-28 Tuesday 20:34  stef
+2003-07-02 Wednesday 11:21  sam
 
- *Added a b_force flag to picture_t so that we can force the display
- of an image even if it is late.
+   * bootstrap:
+     + The clean rule properly removes generated objects.
+     + Optimized recursive builds.
+   * debian/rules:
+     + Fixed a typo in the changelog installation.
 
-2002-05-27 Monday 20:35  sam
+2003-07-02 Wednesday 09:30  alexis
 
  * ./po/pl.po: uh uh uh, forgot to cvs add this file...
Updated vlc.spec file for Linux Mandrake.
 
-2002-05-27 Monday 20:34  sam
+2003-07-01 Tuesday 21:32  fenrir
 
-   * ./po/vlc.pot: updated potfile.
-   * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
-     <A.Lipiec@elka.pw.edu.pl>.
+  * http: removed a too verbose message, make vim happier.
 
-2002-05-27 Monday 20:33  sam
+2003-07-01 Tuesday 19:17  sam
 
-   * ./debian/control: updated Debian package descriptions.
+   * configure.ac:
+     + Fixed a == test bashism.
+     + Cosmetic changes.
+   * toolbox, vlc-config.in.in: Cosmetic changes.
+   * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
 
-2002-05-27 Monday 18:01  fenrir
+2003-07-01 Tuesday 18:28  sam
 
-     ALL : In order to make ac3 working in avi file, I've deplaced some code
- from ac3 decoder to mpeg_system.c. ( skip 3 bytes is now done in
- mpeg_system.c and no longer in ac3 audio decoder ).
+   * vlc-config.in.in: Reverted one of my first Solaris workarounds rendered
+     obsolescent by the latest ones.
 
-2002-05-27 Monday 03:49  alexis
+2003-07-01 Tuesday 17:46  sam
 
- Link to the GPL licence
- GFDL licence know used for the licence
+   * configure.ac: Ooops, got the attribute(packed) check upside-down.
 
-2002-05-25 Saturday 23:42  massiot
+2003-07-01 Tuesday 17:28  sam
 
- Changed download URL.
+   * bootstrap: Fixed detection of older automake version that advertise
+     themselves as 1.[0-5]-* instead of 1.[0-5].*.
 
-2002-05-25 Saturday 21:15  marcari
+2003-07-01 Tuesday 17:14  sam
 
-   * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
-   instead of testing 'E: ' and 'I: ' (to simplify miniVLCS)
+   * configure.ac: Added a compiler check for __attribute__((__packed__)).
 
-2002-05-24 Friday 14:42  gbazin
+2003-07-01 Tuesday 16:34  sam
 
- * ./include/inpu_ext-dec.h added a check to fifo->b_die after the call
- to BitstreamNextDataPacket() in GetChunk().
- Code using GetChunk() also needs to check fifo->b_die before using the
- obtained data.
- This fixes frequent crashes you get on win32 with the a52 plugin when you
- close a stream.
+   * vlc-config.in.in: Used printf instead of a sed construct, just in case
+     we reach 200 plugins one day, because Solaris (did I mention it sucked?)
+     has a crap sed.
 
-2002-05-24 Friday 00:33  massiot
+2003-07-01 Tuesday 16:25  sam
 
- update release-howto
+   * bootstrap:
+     + Removed the Modules.am generation. To build module/foo/libfoo.so, you
+       now need to cd modules/foo and make libfoo.so.
+     + Workaround for Solaris sed. Which sucks. Did I mention that before?
 
-2002-05-24 Friday 00:21  sam
+2003-07-01 Tuesday 15:06  sam
 
-   * ./src/video_output/video_output.c: the video output thread was never
-     joined! A pretty old bug...
+   * configure.ac: Added a --with-v4l option like in VLS.
 
-2002-05-23 Thursday 23:42  massiot
+2003-07-01 Tuesday 14:25  sam
 
- Updated Mac OS X readme, courtesy of The DJ <d.hartman@student.utwente.nl>.
+   * m4/vlc.m4: output all modules to vlc-config, not just those who define
+     their LDFLAGS.
+   * bootstrap: use grep >/dev/null 2>&1 instead of grep -q because of retarded
+     systems such as our beloved Solaris.
+   * po/:
+     + Regenerated vlc.pot.
+     + Updated British translation.
+     + Fixed fuzzy entries in the French translation.
 
-2002-05-23 Thursday 01:40  massiot
+2003-07-01 Tuesday 13:13  sam
 
-  * Updated ChangeLog
-  * Updated release date
+   * Makefile.am: Gaaaaah, forgot to rename headers again!
 
-2002-05-23 Thursday 01:11  massiot
+2003-07-01 Tuesday 13:12  sam
 
- Fixed HTTP input under Win32 (thanks ipkiss).
+   * modules/gui/wxwindows/interface.cpp: Display the VLC version in the about
+     dialog (Fixes: #946).
 
-2002-05-22 Wednesday 21:31  gbazin
+2003-07-01 Tuesday 12:56  sam
 
- * ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
- * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
-    we don't do this, trying to use the class when the plugin is reloaded will
-    cause a segfault.
+   * include/error.h: Renamed this file to include/vlc_error.h to avoid name
+     conflicts. Most headers in that directory should probably be renamed to
+     their vlc_ equivalent.
 
- PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps
-     an internal state which isn't updated when we reload the plugin.
+2003-07-01 Tuesday 12:50  sam
 
-2002-05-22 Wednesday 19:19  sam
+   * Makefile.am:
+     + Forward AM_MAKEFLAGS through recursive makefiles.
+     + Removed the plugins and builtins rules. This causes libintl to be built
+       before the plugins.
+   * bootstrap:
+     + Enabled recursive builds of plugins and builtins.
+   * vlc-config.in.in:
+     + Fixed a typo.
+   * debian/changelog:
+     + Next upload will fix bug #199427.
 
-   * ./src/misc/modules.c: disabled module autohide until we find out why a
-     reloaded module sometimes does not work properly.
+2003-07-01 Tuesday 12:01  sam
 
-2002-05-22 Wednesday 19:17  sam
+   * toolbox: use awk, not nawk, and fixed syntax to match older awks.
 
-   * ./plugins/access/file.c, plugins/dvd/dvd_seek.c: readability changes.
-   * ./Makefile: the vlc rule depends on modules_builtin.h.
-   * ./include/modules_inner.h: removed useless code.
+2003-07-01 Tuesday 11:58  sam
 
-2002-05-22 Wednesday 13:23  lool
+   * toolbox: use nawk instead of awk (Fixes: #780).
 
-   * ./include/modules_inner.h: fixed a crash when reopening a hidden
-     module (by sam)
+2003-07-01 Tuesday 11:58  sam
 
-2002-05-22 Wednesday 00:09  massiot
+   * HACKING: updated doc to match the new build.
 
- * Updated spec for ffmpeg.
+2003-07-01 Tuesday 09:00  adn
 
-2002-05-21 Tuesday 03:40  sam
+ * I am just a boulet :(
 
-   * ./src/input/input.c: fixed a bug with the input remaining stuck when no
-     network data was present.
+2003-07-01 Tuesday 08:55  adn
 
-2002-05-21 Tuesday 02:34  sam
+ * little fix, sorry !
 
-   * ./plugins/dvd/dvd_access.c, plugins/dvd/dvd_seek.c: very minor cosmetic
-     fixes.
+2003-07-01 Tuesday 08:30  adn
 
-2002-05-21 Tuesday 02:23  sam
+ * thanks to Cif, added "Ban", "Unban", "Kick/Ban" options in http administration page
 
-   * src/input/input_ext-plugins.c, src/input/input_ext-intf.c: boundary checks
-     on seek.
+ * added a link to return to the main administration page after a kick or ban operation
 
-2002-05-21 Tuesday 00:39  sam
+2003-06-30 Monday 20:44  gbazin
 
-   * ./src/interface/main.c: fixed a little memleak.
-   * ./src/input/input_dec.c: removed useless code.
-   * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
-     variables.
-   * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
+ * modules/stream_out/transcode.c: forgot to remove a variable used for debugging.
 
-2002-05-21 Tuesday 00:36  sam
+2003-06-30 Monday 20:08  gbazin
 
-   * ./src/misc/iso_lang.c: code simplifications.
-   * ./src/misc/iso_lang.c: the language prototypes now use the const keyword.
+ * modules/stream_out/transcode.c: compilation fix.
 
-2002-05-21 Tuesday 00:34  sam
+2003-06-30 Monday 01:52  hartman
 
  * ./po/*: updated language files.
* remove debug statements.
 
-2002-05-21 Tuesday 00:30  sam
+2003-06-30 Monday 01:51  hartman
 
-   * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen (gibalou
-     on t'aiiiiiiiiimeuh).
+ * modules/gui/macosx/controls.m:
+ * modules/gui/macosx/intf.m:
+   - Our Next/Previous commands now go from chapter trough title trough playlist.
+   - We weren't checking for titles without chapters, which made using CDDA
+     a little hard.
+ * modules/gui/macosx/playlist.m: An improved way to delete selected items.
+   - also fixes a bug where only half the items selected in the playlist got
+     actually deleted.
 
-2002-05-21 Tuesday 00:26  sam
+2003-06-29 Sunday 22:07  gbazin
 
  * ./configure.in: tried to fix the -lavcodec detection.
* modules/visualization/xosd/xosd.c: lowered the module's score.
 
-2002-05-20 Monday 22:58  massiot
+2003-06-29 Sunday 20:58  gbazin
 
- * Bumped up version number to 0.4.0 ;
- * Updated changelog.
+ * configure.ac, modules/mux/ogg.c, modules/stream_out/transcode.c: vorbis transcoding support (the transcoder still doesn't support vorbis decoding though, so no vorbis -> else transcoding)
 
-2002-05-20 Monday 21:49  gbazin
+2003-06-29 Sunday 20:15  sam
 
- * First try for IPv6 support on Win32. This hasn't been tested so it
-   might not work! To compile this stuff you need a mingw compiler with
-   w32api-1.3.
+   * toolbox: fuck OS X!
 
- The win32 code uses the getaddrinfo function because inet_pton is
- supposed to be deprecated and not supported by Microsoft. gethostbyname2
- isn't supported as well. Maybe we could try to unify the ipv6 plugin and
- have all the ports use getaddrinfo ? (I didn't dare to do it because I
- don't want to break anything before a release ;-)
+2003-06-29 Sunday 19:15  fenrir
 
-2002-05-20 Monday 21:34  sam
+  * m3u: remove useless debug messages, fix element insertion.
 
-   * ./src/video_output/vout_pictures.c: workaround for a bug in the dummy vout.
+2003-06-29 Sunday 19:12  sam
 
-2002-05-20 Monday 21:12  sam
+   * debian/rules:
+     + Enabled the video4linux input plugin.
 
-   * ./Makefile: we check for Makefile.config before including it.
+2003-06-29 Sunday 19:04  sam
 
-2002-05-20 Monday 21:02  sam
+   * toolbox: syntax fix for OS X's retarded sed.
 
-   * ./plugins/dummy/dummy.c: added --dummy-chroma option.
-   * ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's
-     vout_AllocatePicture instead of its own.
-   * ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture.
+2003-06-29 Sunday 14:57  sam
 
-2002-05-20 Monday 20:51  massiot
+   * m4/vlc.m4: Prepend LDFLAGS instead of appending them.
 
- Added Makefile.config.
+2003-06-29 Sunday 14:00  ipkiss
 
-2002-05-20 Monday 20:43  sam
+  * fr.po: some new translations + fixes
 
-   * ./Makefile: forgot to remove Makefile.config in the distclean rule.
+2003-06-29 Sunday 00:14  hartman
 
-2002-05-20 Monday 17:03  gbazin
+ * modules/gui/macosx/playlist.m: 10.1 is archaic. i don't know why i bother ;)
+   finally fixed, confirmed etc.
+ * doc/fortunes.txt: one more
 
- * Added an option to disable the dynamic range compression.
+2003-06-28 Saturday 23:56  fenrir
 
-2002-05-20 Monday 16:22  sam
+  * ffmpeg: disable direct rendering when width or height aren't a multiple
+ of 16 (on the fly not only based upon header).
 
-   * ./ChangeLog: updated changelog.
+  * httpd: test if INADDR_ANY is bind when requesting a host. (To be able to
+ use http interface with http streaming).
 
-2002-05-20 Monday 16:12  sam
+2003-06-28 Saturday 21:27  fenrir
 
-   * ./Makefile.opts.in: removed configuration stuff which does not need to
-     rebuild anything to Makefile.config, so that editing it will not cause
-     a complete rebuild.
+  * input: close all vouts (not only the first one).
 
-2002-05-20 Monday 01:51  massiot
+2003-06-28 Saturday 21:18  fenrir
 
- Mac OS X-specific :
- * We now use real-time threads ;
- * Worked around a bug when seeking ;
- All :
- * Removed my patch to the video output since it causes problems for some
-   people.
+  video_output.c: should fix playback of file with multiple video track,
+ and usage of display in stream output.
 
-2002-05-20 Monday 00:46  massiot
+2003-06-28 Saturday 21:16  fenrir
 
- * Fixes for ffmpeg and mad.
+  * ffmpeg : do no try to automatically set ffmpeg-truncated (it's broken
+  with .mp4 files)
 
-2002-05-19 Sunday 22:55  massiot
+2003-06-28 Saturday 21:03  hartman
 
- * OS X intf is now more consistent with Apple guidelines.
+ * s/;T;/;D;
+   Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
 
-2002-05-19 Sunday 18:01  massiot
+2003-06-28 Saturday 19:19  fenrir
 
Removed fixed entries.
 * m3u: clean up and fix .m3u parsing. Please *test*.
 
-2002-05-19 Sunday 14:57  gbazin
+2003-06-28 Saturday 17:20  fenrir
 
- * filters were using memalign but freeing p_data instead of p_data_orig.
- * updated MSVC++ project.
- * small corrections to the LONGTEXT descriptions in main.c.
+  * input.c : call input_DelInfo _after_ that all decoders have been
+ destroyed as vorbis decoder could add info.
 
-2002-05-19 Sunday 14:12  massiot
+2003-06-28 Saturday 15:27  sam
 
* A few updates.
  * Makefile.am: fixed the location of the intl sources.
 
-2002-05-19 Sunday 14:09  massiot
+2003-06-28 Saturday 14:31  sam
 
- * New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
+   * configure.ac:
+     + Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl.
+     + Added CVS Id string.
+   * m4/vlc.m4:
+     + Added CVS Id string.
 
-2002-05-19 Sunday 13:29  massiot
+2003-06-28 Saturday 13:04  sam
 
- * New --with-ffmpeg option for standard installations.
+   * Makefile.am:
+     + Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir).
+     + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because
+       generated files end in $(builddir).
+     + Added -Imozilla to the mozilla plugin link flags.
+     + Look for mozilla/vlcintf.idl in $(srcdir).
+   * configure.ac:
+     + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config.
+   * toolbox:
+     + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}.
+     + Prepend ${srcdir} to header files we handle.
+   * m4/vlc.m4:
+     + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in
+       ${builddir}.
+   * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp:
+     + Include the pixmap with a path relative to the current directory.
 
-2002-05-19 Sunday 13:02  massiot
+    This commit should fix builds that use --srcdir (Closes: #319).
 
- Updated long descriptions.
+2003-06-28 Saturday 12:07  massiot
 
-2002-05-19 Sunday 11:37  gbazin
+ * modules/demux/mkv.cpp: Compile fix for OS X.
 
- * moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin
- * added a few *_LONGTEXT descriptions to main.c
- * on win32 DVD/VCD_DEVICE defaults to to D:
+2003-06-28 Saturday 01:17  sam
 
- Could anyone finish the *_LONGTEXT descriptions in main.c. There aren't
- that many left right now, just the ones I didn't really know what to do
- with.
- If someone also wants to review and change the already existing
- *_LONGTEXT descriptions, he is welcome as well because there are not
- really high quality descriptions :(
+   * toolbox:
+     + toolbox --changelog now only generates this year's changelog.
+   * ChangeLog, doc/ChangeLog-*:
+     + Split the changelog into several files, one per year.
+   * debian/rules, vlc.ebuild:
+     + Distribute the new changelog files.
 
-2002-05-19 Sunday 02:43  massiot
+2003-06-28 Saturday 00:29  sam
 
- * Another addition.
+   * vlc.ebuild:
+     + Apply the same changes to configure as to configure.ac.
+     + Fix autotools timestamps so that the build does not trigger useless
+       autoconf and automake runs. Our snapshots are correctly bootstrapped
+       and do not need extra fiddling.
 
-2002-05-19 Sunday 02:34  massiot
+2003-06-27 Friday 23:31  sam
 
- * Desperate attempt to improve audio output ;
- * Updated documentation.
+   * debian/changelog:
+     + Updated to the latest Debian unstable upload.
+   * debian/rules:
+     + Moved the skins interface into the wxvlc package.
+     + Cosmetic fixes.
+   * debian/control:
+     + Updated the description of the wxvlc package.
+   * bootstrap:
+     + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS.
+   * Makefile.am:
+     + Put modules in SUBDIRS, not DIST_SUBDIRS.
+   * .cvsignore:
+     + Ignore vlc-config.in.
 
-2002-05-19 Sunday 00:41  gbazin
+2003-06-27 Friday 18:27  sam
 
- * updated INSTALL.win32
- * a little bit of clean-up in the directx video output plugin
+   * Makefile.am: create directories before installing stuff in them.
+   * m4/Makefile.am: distribute our generated private.m4 file.
 
-2002-05-18 Saturday 19:53  massiot
+2003-06-27 Friday 17:01  sam
 
- * Warning levels are no longer additive, patch courtesy of Arnaud de
-   Bossoreille de Ribou <bozo@via.ecp.fr>
+   * configure.ac: link the mkv plugin with -lmatroska_pic -lebml_pic if found.
 
-2002-05-18 Saturday 19:47  sam
+2003-06-27 Friday 16:26  sam
 
-   * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
-     and mipspro doesn't know about __inline__).
+   * Makefile.am:
+     + Removed trailing / from directory names.
+     + Used dummy instead of "" in the for/do/done loops.
+     + Protected a couple of filenames with double quotes.
 
-2002-05-18 Saturday 17:51  gbazin
+2003-06-27 Friday 16:15  gbazin
 
- * fixed deadlock in NextFrame() in aout_pcm.c
+ * configure.ac: fixed matroska detection.
 
-2002-05-18 Saturday 16:03  gbazin
+2003-06-27 Friday 14:05  sam
 
- * updated the MSVC++ project files and added support for dirent (vlc compiled
-    with msvc can now load plugins - even compiled with mingw).
- * small portability fixes.
+   * m4/vlc.m4: CVS forgot to add this file. I swear.
 
-2002-05-18 Saturday 15:33  massiot
+2003-06-27 Friday 13:50  sam
 
- * Menu item to maximize the volume in Mac OS X ;
- * Dropped dependancy on autoconf 2.52.
+   * bootstrap:
+     + New build system, using recursive makefiles. Due to the amount of code
+       in VLC, this had become unavoidable.
+     + Removed the check for OS X's stack size, since our automake targets are
+       a lot less hungry now.
+     + Ditto for Solaris's sed.
+     + Since automake-1.6 is faster than 1.7, use it first if both are present.
+   * m4/vlc.m4:
+     + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS
+       and AX_ADD_LDFLAGS macros that do all the magic to detect possible
+       modules and register their flags.
+     + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros.
+     + Some magic to generate vlc-config.
+   * configure.ac:
+     + Moved most code to the AX_ADD_* macros.
+     + Explicitely added all target Makefiles.
+   * modules/**/Modules.am:
+     + Path to sources are now relative to Modules.am's directory level.
 
-2002-05-18 Saturday 15:30  gbazin
+2003-06-27 Friday 13:38  sam
 
- * modified the directx video plugin to try to create an YUV surface before
-    falling back to an RGB surface when it's not possible to use overlays.
-    Some graphic cards can do the YUV->RGB conversion in hardware during the
-    blitting stage.
- * in the directx video plugin, we now request that the RGB surface be created
-    in video memory. The reasoning behind this is that usually surfaces in
-    video memory benefit from more hardware acceleration (like for instance
-    hw rescaling, hw blitting, etc...)
- * added two options to the directx video plugin to disable the above features.
-    (mainly because my video driver is buggy and doesn't handle them well).
+   * src/misc/configuration.c: minor fix in a comment.
+   * src/playlist/playlist.c: the -Z mode randomises the first item as well.
 
- * small cosmetic changes to the generation of the config file.
+2003-06-27 Friday 10:31  zorglub
 
- * fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
-    shfolder.dll not shell32.dll.
- * fix for the gtk preferences dialog box. To be sure that an int or float value
-    is actually changed we call gtk_spin_button_update() in the
-    GtkInt/FloatChanged() event handler.
+ * modules/demux/m3u.c :
+     Added name support. Only implemented for M3U and B4S playlists at the moment
 
-2002-05-18 Saturday 13:59  sam
+ * src/playlist/playlist.c
+   include/vlc_playlist.h   : Added the playlist_AddName function to add an item with its name without filling an item structure.
 
-   * ./debian/control: made the Build-Depends: entry a one-liner (Closes
-     Debian bug #147103).
+2003-06-26 Thursday 19:36  gbazin
 
-2002-05-18 Saturday 10:50  stef
+ * modules/codec/mpeg_video/parser.c: fixed broken file.
 
- *A lock was not released;
+2003-06-26 Thursday 18:14  sam
 
-2002-05-17 Friday 20:06  stef
+   * modules/demux/util/sub.c,
+     modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif.
 
- *Don't keep the control lock during the pause
+2003-06-26 Thursday 16:46  fenrir
 
-2002-05-17 Friday 20:01  stef
+  * mkv: more ebml element parsing.
 
- *check for b_die and b_error in all loops so that we don't remain stuck
- waiting for data whereas the vlc has tried to quit.
+2003-06-26 Thursday 16:04  gbazin
 
-2002-05-17 Friday 18:38  sam
+ * src/stream_output/announce.c: msvc compilation fix.
 
-   * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
+2003-06-26 Thursday 14:42  zorglub
 
-2002-05-17 Friday 17:14  lool
+ * ./modules/demux/m3u.c: added support for Winamp 3 B4S files
 
-   * removed usage of usleep (not thread safe) (by Meuuh)
+ Still need to add the support for the Names in all formats (we currently
+ only put the URL), but I do not have any ASX, HTML nor PLS sample file
 
-2002-05-17 Friday 16:17  lool
+2003-06-26 Thursday 12:19  sam
 
-   * video output patch to improve handling of late pictures (by Meuuh)
+   * include/video.h: renamed this file to vlc_video.h to avoid name collisions
+     with a couple of modules.
 
-2002-05-17 Friday 02:58  sam
+2003-06-25 Wednesday 23:46  sam
 
-   * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
-     calls to realloc(_,0) in a similar way to input_programs.c.
+   * src/stream_output/announce.c:
+     + Fixed a multiline string.
+     + Coding style fixes.
 
-2002-05-16 Thursday 15:20  gbazin
+2003-06-25 Wednesday 21:47  fenrir
 
- * src/input/input_programs.c: fixed memory corruption by setting a few
-     pointers to NULL after they have been free()ed.
- * src/input/input_programs.c: removed now useless ASSERTs.
+  * transcode: fix a potential segfault.
 
- This patch comes from sam, so if you want to blame someone blame him ;-)
+2003-06-25 Wednesday 21:17  asmax
 
-2002-05-15 Wednesday 17:46  asmax
+ * modules/audio_output/esd: forced sample rate to ESD_DEFAULT_RATE
+   At last closes bug #625 !
 
- - check size to avoid realloc(0)
+2003-06-25 Wednesday 21:03  zorglub
 
-2002-05-15 Wednesday 15:36  marcari
+ * ./include/announce.h
+   ./src/stream_output/announce.c  : use send instead of sendto.
 
-   * removed a debug message that I forgot in my previous commit
+ * ./modules/misc/sap.c : use a define
 
-2002-05-15 Wednesday 15:07  marcari
+2003-06-25 Wednesday 20:37  fenrir
 
- On sam's advice I added the input_FDNetworkClose() function to be called
- when closing a  networking stream instead of input_FDClose().  It is due
- to WIN32  because we have  to call  closesocket() instead of  close() to
- close the socket. The problem was  : windows did not leave the multicast
- group when closing the socket.
+  * mkv: a little memory leak.
 
-   * input_ext-plugins.c : where is located the function
-   * *.h : function declaration
-   * udp.c, http.c : these modules now call input_FDNetworkClose()
+2003-06-25 Wednesday 19:28  fenrir
 
-2002-05-15 Wednesday 13:06  marcari
+  * ts: set a fourcc for PAT/PMT to avoid garbage in logs.
 
-   * netutils.c: use closesocket() instead of close() at the end
-   of the network_ChannelJoin() for WIN32.
+2003-06-25 Wednesday 15:50  fenrir
 
-   It closes the following bug : when changing channel we sometimes got
-   a 'no answer from vlcs' even if the answer is sent back.
+  * httpd: fix a memory and thread leak.
 
-2002-05-15 Wednesday 03:29  sam
+2003-06-25 Wednesday 14:41  sam
 
-   * ./src/misc/configuration.c: fixed an issue with long options from
-     modules where option arguments and playlist entries were mixed.
+   * Makefile.am: using C++ linkage for vlc under OS X and BeOS.
 
-2002-05-15 Wednesday 02:04  sam
+2003-06-25 Wednesday 09:13  gbazin
 
  * ./configure.in: added libdvbpsi version check.
* modules/demux/mkv.cpp: compile fix for systems not supporting gmtime_r().
 
-2002-05-15 Wednesday 02:02  sam
+2003-06-25 Wednesday 08:59  massiot
 
-   * ./include/modules_inner.h: fixed a bug in module reinitialization,
-     which should fix crashes after a long pause.
+ ++
 
-2002-05-14 Tuesday 23:23  massiot
+2003-06-25 Wednesday 03:08  sam
 
- Fixed a bug (glitch/segfault) when seeking.
+   * toolbox:
+     + Disabled useless verbosity.
+     + Fixed some incorrect ">/dev/null 2>&1" semantics.
 
-2002-05-14 Tuesday 22:54  jobi
+2003-06-25 Wednesday 00:40  fenrir
 
-     * src/input/mpeg_system.c : We handle PCR even if they are not attached
-                                 to a PMT.
+  * mpeg_audio.c: fix segfault caused by free bitrate and padding set.
+  (the stream isn't free bitrate) SyncInfo think it's free bitrate but
+ return a frame size of 1. Now, I test bitrate.
 
-2002-05-14 Tuesday 22:39  gbazin
+2003-06-24 Tuesday 23:11  fenrir
 
- * new --with-mad-tree configure option.
- * updated BUGS file.
+  * lalala ;)
 
-2002-05-14 Tuesday 22:27  massiot
+2003-06-24 Tuesday 23:00  fenrir
 
It should now be possible to quit when reading a bogus file.
 * mkv : spelling mistakes.
 
-2002-05-14 Tuesday 21:47  sam
+2003-06-24 Tuesday 22:53  fenrir
 
-   * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
-     try to use it, unless it was explicitely requested (--vout for example).
+  * avi: for interleaved file (audio_pos - video_pos < 2Mo), seek upon
+  percent and not time, it's better.
+  Please test.
 
-2002-05-14 Tuesday 21:33  bozo
+2003-06-24 Tuesday 22:26  asmax
 
-   * src/misc/iso-639.def, include/iso_lang.h, src/misc/iso_lang.c: iso-839-[12] tools.
-   * include/common.h, src/misc/modules_plugin.h: export the 3 new functions.
-   * plugins/dvd/dvd_es.c, plugins/dvd/dvd_summary.c, plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new behaviour.
-   * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
+ * all: show/hide the interface with middle-click on the vout
+        (when the last vout is closed, the interface reappears)
+        Works only with the skins interface and X11/Xvideo vouts, but it's
+        very easy to implement (just add a callback on "intf-show" in the
+        interface, and trigger it in the vout)
 
-2002-05-14 Tuesday 20:11  sam
+2003-06-24 Tuesday 19:59  fenrir
 
-  * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
-    of Yves Duret and other Mandrakesoft guys I don't know.
+  * mkv: remove unnecessary header.
 
-2002-05-14 Tuesday 18:45  jobi
+2003-06-24 Tuesday 19:35  fenrir
 
-     * src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
                               Meuuh.
+  * mkv: when seeking, by default, try to reach the file position not the
time (seek seems better).
 
-2002-05-14 Tuesday 03:14  jobi
+2003-06-24 Tuesday 18:42  fenrir
 
-     * doc/vlc-howto.sgml: Spelling mistakes, small updates, harmonization
-                           with other documentations (thank you Alexis)
-     * plugins/satellite/*: some fixes in options parsing (thank you Sam)
+  * mkv: clean up, more input infos, begin to parse Tags element (don't work
+  yet).
 
-2002-05-14 Tuesday 01:15  massiot
+2003-06-24 Tuesday 15:50  sam
 
- * New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
- * Mac OS X fix.
+   * Makefile.am: changed interface.h to vlc_interface.h.
 
-2002-05-13 Monday 23:55  fenrir
+2003-06-24 Tuesday 15:37  sam
 
-     * include/video.h : added new fourcc code for avi
-     * ALL : version from ffmpeg cvs can now decode msmpeg4 v1 v2 ,
-         so i have added support for this. But you can always use old ffmpeg
-         library  without any problem ( i hope ;)
+   * configure.ac: removed -lstdc++ LDFLAGS, and used CXXFLAGS to force C++
+     linkage instead.
 
-2002-05-13 Monday 21:30  sam
+2003-06-24 Tuesday 13:33  sam
 
-   * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
-     display. To duplicate 12 times, use `--filter clone:12'.
+   * include/interface.h: renamed this file to vlc_interface.h to avoid name
+     collisions with a couple of plugins.
 
-2002-05-12 Sunday 22:56  massiot
+2003-06-24 Tuesday 11:26  gbazin
 
- * Fixed menus [Mac OS X port]
- * Objective-C files are now .m
- * Fixed a major bug in the spu decoder
- * Disabled auto-hiding of mouse cursor since it doesn't work when browsing
-   menus ; instead, click in the video window
+ * src/stream_output/announce.c: inet_pton() isn't supported on win32 so disabled ipv6 sap announces on win32.
 
-2002-05-12 Sunday 03:39  massiot
+ Wouldn't it be possible to use send() instead of sendto() ? That would simplify the code and get rid of this problem.
 
- * Mac OS X port : menus for Program/Title/Chapter/Languages.
+2003-06-24 Tuesday 09:31  sam
 
-2002-05-10 Friday 04:04  fenrir
+   * modules/**/.cvsignore: added Makefile{,.in.am} to the ignore list, as
+     well as .lo/.la files.
 
-     * include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins.
-     * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...)
-     * Makefile configure.in : to compile it
+2003-06-24 Tuesday 06:07  fenrir
 
-2002-05-09 Thursday 23:24  sam
+  * mkv: use b_mute and add meta informations.
 
-   * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
-     reason, user just needs to hit Ctrl-C again 1 second later and we'll
-     exit disgustingly instead of freezing.
+2003-06-24 Tuesday 00:50  fenrir
 
-2002-05-09 Thursday 16:52  jobi
+  * avi : don't resynch on key frame for audio stream.
 
-     * doc/vlc-howto.sgml : URL fix for libdvdcss
+2003-06-24 Tuesday 00:33  fenrir
 
-2002-05-07 Tuesday 01:18  jlj
+  * mkv: avoid seeking at the same place (was sooooo slow 'cause of
+           buffer filling)
+         can seek in file without cues (slow)
+         can play file over http and unseekable input.
 
-   * ./src/interface/intf_eject.c: s/Johanson/Johansen :-)
+2003-06-24 Tuesday 00:31  gbazin
 
-2002-05-07 Tuesday 00:59  massiot
+ * modules/demux/ogg.c: fix for ogg web streams.
 
- Improvements of the OS X GUI.
+2003-06-23 Monday 23:51  gbazin
 
-2002-05-06 Monday 23:05  gbazin
+ * modules/packetizer/vorbis.c: vorbis data packetizer for the stream output.
+ * modules/mux/ogg.c: cleanup, bug fixes and vorbis support.
+ * modules/demux/ogg.c: added vorbis channels info.
+ * modules/misc/httpd.c: bug fix for stream header generation.
 
- * video plugins that don't handle rescaling themselves have to let the
-   video_output thread know about resizing events (with VOUT_SIZE_CHANGE event).
-   (this part needs some clean-up but it is basically working for the X11 and
-    SDL plugins).
+2003-06-23 Monday 20:35  asmax
 
- * fixed fullscreen for the SDL plugin.
+ * src/playlist/playlist.c: set "intf-change" in SkipItem
+ * modules/gui/skin/*: InterfaceRefresh is now triggered by a
+   callback on intf-change
 
- * xmga and sdl now switch to fullscreen on double-click.
+2003-06-23 Monday 17:01  bigben
 
-2002-05-05 Sunday 10:25  gbazin
+ Copy / paste of code so that the pvr input parse all parameters. Doesn't
+ work for the standard (PAL/SECAM/NTSC) yet.
 
- * fixed the resizing and scaling of the X11 video output.
- * clicking on the video doesn't pause it anymore (use spacebar for this), but
-   double-clicking will now switch between fullscreen and window mode.
+2003-06-23 Monday 16:09  gbazin
 
-2002-05-04 Saturday 17:49  sam
+ * src/misc/modules.c, modules/gui/wxwindows/timer.cpp: fixed 2 nasty bugs.
+ * modules/demux/util/id3tag.c: small cleanup.
 
-   * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
-   * ./configure.in: deactivated ipv6.so under QNX for now.
+2003-06-23 Monday 13:45  zorglub
 
-2002-05-04 Saturday 05:36  lool
+ Fixed a segfault that could happen if you have ipv6 support enabled, but no address
 
-   * ./BUGS :
-     - no text in the status bar with gtk intf
-     - no window title in gtk intf on some machines, correct title on another
+2003-06-23 Monday 11:41  zorglub
 
-2002-05-03 Friday 22:49  sam
+ * Stream output now support IPv6 SAP announces
+ * Code cleanup in SAP
 
-   * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
-     options callbacks.
+2003-06-23 Monday 10:21  sam
 
-     They don't take any argument for the moment, but this will change when
-     I'm finished with my other vlc changes. There is a little problem: the
-     Gtk+ interface keeps calling Put***Variable each time we click on "Apply"
-     or "Save". I think it should only call it once. Is there a way to fix
-     this? Gildas? lool? :-)
+   * bootstrap: make errors less obscure when using gettext 0.11.3 or 0.11.4,
+     due to Debian bug #158383 in gettext (upstream bug).
 
-2002-05-03 Friday 20:40  sam
+2003-06-23 Monday 00:30  fenrir
 
-   * ./configure.in: we check support for variadic macros (screw Borland!).
+  * mkv: fix for blocks using lacing. (Now vorbis plays without any problem)
 
-2002-05-03 Friday 01:06  massiot
+2003-06-23 Monday 00:18  hartman
 
- Small FAQ update. Please note that everyone can update this FAQ if they
- want, it is not my property :-).
+ * You check it three times and I still managed to miss a link.
+   Ebuild doesn't work in the 0.6.0 release :(
 
-2002-05-03 Friday 01:02  massiot
+2003-06-22 Sunday 23:22  fenrir
 
- Added quite a few missing names.
+  * mkv: fix vorbis track. But sound quality is horrible ( probably
+ timestamps problems)
 
-2002-05-02 Thursday 00:32  massiot
+2003-06-22 Sunday 18:56  gbazin
 
- * Misc sound fixes [Mac OS X port]
- * Fixed VCD double detection
+ * doc/Makefile.am: one more like this and I'll become crazy.
 
-2002-05-01 Wednesday 23:31  gbazin
+2003-06-22 Sunday 18:30  gbazin
 
- * The configuration file and the log file are opened in text mode. This mode
- should only have a meaning on Win32 and isn't supposed to break any other
- platform. If does give you any trouble then shout.
+ * doc/Makefile.am: fixed make dist
 
-2002-05-01 Wednesday 21:59  gbazin
+2003-06-22 Sunday 18:07  gbazin
 
- * added a --with-a52-tree option to the configure script.
+ * NEWS: added an entry for the experimental matroska demux.
 
-2002-04-30 Tuesday 14:56  gbazin
+2003-06-22 Sunday 17:52  gbazin
 
- * added config_Get/PutFloatVariable to p_sysmbols. Thanks to Sigmund Augdal
- for pointing this bug out.
- * on Win32 the aout_pcm thread is given a high priority. This helps avoiding
- lots of audio underruns, especially when moving around the video window.
+ * configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3.
+ * modules/gui/skins/src/skin_main.cpp: fixed icon loading.
 
-2002-04-30 Tuesday 01:57  massiot
+2003-06-22 Sunday 16:52  gbazin
 
Cosmetic fixes.
* configure.ac: really removed -Wdisabled-optimization this time.
 
-2002-04-29 Monday 23:22  gbazin
+2003-06-22 Sunday 16:27  fenrir
 
- * Restored vout_CopyPicture(). It is needed by the directx plugin damnit ;-)
- * Restored AOUT_BUFFER_DURATION to its old value. It should solve quite a few
-     underrun problems.
- * A little bit of DirectX plugin clean-up.
+  * mkv: fix a double delete.
 
-2002-04-28 Sunday 21:09  jpsaman
+2003-06-22 Sunday 16:00  gbazin
 
- Added more information in ipkg control file.
+ * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
+ the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
 
-2002-04-28 Sunday 19:52  sam
+2003-06-22 Sunday 15:43  gbazin
 
-   * ./include/modules_inner.h: the module name is now a default shortcut, for
    it, no need to manually add it.
+ * modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
* include/interface.h: updated comment.
 
-2002-04-28 Sunday 11:05  sam
+2003-06-22 Sunday 15:30  hartman
 
-   * ./include/os_specific.h: got it wrong once again... alcohol is bad, kids.
+ * Removed mp4 muxer support (temporarily)
 
-2002-04-28 Sunday 04:46  sam
+2003-06-22 Sunday 15:07  asmax
 
-   * ./include/os_specific.h: fixed my fix. sorry for the trouble.
+ * x11/x11_dragdrop.cpp: unbelievable, Xdnd works !!
 
-2002-04-28 Sunday 04:27  sam
+2003-06-22 Sunday 15:03  hartman
 
-   * ./include/os_specific.h: fixed a C++ compilation issue.
+ * NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc.
+ * vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots
 
-2002-04-28 Sunday 00:11  gbazin
+2003-06-22 Sunday 14:36  fenrir
 
- * moved the function definitions from threads.h into threads_funcs.h. This
-    allows us to move p_main_sys into p_main (p_main->p_sys).
- * fixed the --with-gtk-config-path and --with-sdl-config-path options in
-    configure.in
+  * mkv: better seeking support.
 
-2002-04-27 Saturday 04:20  jobi
+2003-06-22 Sunday 14:06  gbazin
 
-     * ALL : better FreeBSD detection for VCD input
+ * configure.ac: compile fix for sunos
 
-2002-04-27 Saturday 01:52  massiot
+2003-06-22 Sunday 13:31  gbazin
 
- Fixed a typo in libdvbpsi handling.
+ * configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default).
+ Due to the way matroska headers directly reference ebml headers, you'll have to configure like this:
+ CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv
 
-2002-04-27 Saturday 01:32  jobi
+2003-06-22 Sunday 13:27  sigmunau
 
- *    plugins/vcd/cdrom_tools : FreeBSD 4.5 port of the vcd input.
+ turned a debug message into a comment
 
-2002-04-26 Friday 22:49  gbazin
+2003-06-22 Sunday 13:06  asmax
 
- * updated win32 compilation instructions.
+ * x11/x11_window.cpp: raise a window when clicking on it
 
-2002-04-26 Friday 20:12  jlj
+2003-06-22 Sunday 12:54  asmax
 
  * Fixed my fix for the fix for vlc_memalign. Sorry O:-)
* at least it compiles now ;)
 
-2002-04-26 Friday 19:07  jlj
+2003-06-22 Sunday 12:46  asmax
 
-   * ./include/common.h: Fixed vlc_memalign.
+ * reverted my previous commit: cannot work as expected
+ * src/theme.cpp: fixed a delete[] / free mismatch
 
-2002-04-26 Friday 07:43  sam
+2003-06-22 Sunday 12:27  fenrir
 
-   * ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-)
+  * mkv: basic seek support (only with file with cues, it doesn't search key
+  frame, ...)
+         clean up.
 
-2002-04-26 Friday 03:45  fenrir
+2003-06-22 Sunday 08:49  fenrir
 
-     * src/input/input_programs.c : an video divx ES will no longer be considered as an audio ES ( thanks sam ).
+  * faad: can read stream with multiple frames per pes_packet_t (for mkv).
 
-2002-04-26 Friday 02:20  jlj
+2003-06-22 Sunday 07:39  fenrir
 
-   * ./src/misc/darwin_specific.c: added system_Configure().
+  * mkv.cpp : begin of a matroska demuxer
+   TODO:
+     * seek support
+     * vorbis support (it's a decoder problem, as matroska embded raw
+       vorbis data)
+     * utf8 subtitles handling (probably at the decoder stage too)
+     * clean up.
+     * support of stream other than files.
+     * ...
 
-2002-04-26 Friday 01:07  massiot
+2003-06-22 Sunday 01:08  sam
 
- * MacOS X port :
- - New creator ID : VLC#
- - Borders in fullscreen mode are now black and the movie is centered
-   (jlj P0\/\/3r)
- - A/V sync should be much more precise
+   * Makefile.dep: the file that would never die.
 
-2002-04-25 Thursday 23:52  sam
+2003-06-22 Sunday 00:40  titer
 
-   * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir.
-   * ./include/video.h: moved vout_CopyPicture out of the way, an inline
-     function did not make sense here.
-   * ./include/video.h: moved vout_ChromaCmp out of the way.
-   * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into
-     video.h.
-   * ./include/os_specific.h: this file is now always included.
-   * ./include/debug.h: removed this file which was almost useless, and moved
-     ASSERT to common.h.
-   * ./include/common.h: fixed vlc_memalign and changed its prototype to
-     follow posix_memalign's.
+  beos/* : - cleaned the way to mute/unmute
+           - save the volume when exiting
 
-2002-04-25 Thursday 23:35  sam
+2003-06-22 Sunday 00:00  asmax
 
-   * ./configure.in: dropped usage of $withval and $enableval in favor of the
-     safer variants $with_foo and $enable_foo.
+ * src/theme.cpp, src/event.* : no more VLC_SHOW event
+ * src/window.* : replaced p_intf->p_sys->WindowList by a singleton
+   class SkinWindowList (to be tested under windows)
+ * removed useless gtk2 files
 
-2002-04-25 Thursday 04:10  jobi
+2003-06-21 Saturday 22:30  hartman
 
- * Moved Program Specific Information decoder to the ts demux module
- * Added a mpeg_ts_dvbpsi module tha uses libdvbpsi to decode PSIs. It is
-   used by default if the lib is found. It shares much code with mpeg_ts
+ * added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY
+ * only set prefs on safe, not earlier.
 
-2002-04-25 Thursday 01:08  gbazin
+2003-06-21 Saturday 21:59  sam
 
- * on Win32 the config file is now stored under the "Application Data" folder
-   belonging to the user. (this works if at least IE4 is installed, otherwise
-   the old method is used to get the config directory)
+   * src/libvlc.c: got rid of type-punning warnings.
 
-2002-04-25 Thursday 00:56  jlj
+2003-06-21 Saturday 20:45  sam
 
-   * Fixed MacOS X module linking problem.
+   * THANKS: spelling fixes.
+   * configure.ac:
+     + Added curly braces around variables.
+     + Got rid of the "x$foo" constructs.
+     + Renamed *_plugin conditionals into *_p.
+   * debian/changelog:
+     + Fixed a duplicate entry.
+     + Added an entry for an old Debian upload that fixed #117180.
+   * debian/control:
+     + Added a build dependency on libimlib2-dev for skins.
+   * debian/rules:
+     + Activated support for skins.
 
-2002-04-24 Wednesday 02:36  sam
+2003-06-21 Saturday 17:26  sigmunau
 
-   * ./src/interface/main.c: we no longer segfault if argc == 0.
-   * ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries
-     defining it. Grmbl.
-   * ./src/input/input_ext-plugins.c: cosmetic change.
+ removed a duplicate entry from the NEWS file
 
-2002-04-24 Wednesday 01:44  fenrir
+2003-06-21 Saturday 17:05  sam
 
- * ./plugins/ac3_adec/* use _M to avoid conflict with libavcodec.a
- * ./plugins/avi a light  avi demux
- * ./plugins/ffmpeg a video decoder for divx v3 and opendivx
+   * .cvsignore:
+     + Removed configure.ac from the ignore list.
 
-2002-04-24 Wednesday 01:06  sam
+2003-06-21 Saturday 17:04  sam
 
-   * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
-     upcoming work.
+   * configure.ac.in is no more, we can now use configure.ac like normal people,
+     bootstrap generates the proper magic for us.
 
-2002-04-23 Tuesday 22:58  sam
+2003-06-21 Saturday 16:09  sam
 
-   * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix
-     to avoid retrieving the spu palette from a network stream as if it was
-     a DVD.
+   * debian/rules:
+     + Use the -s flag instead of -a so that debhelper properly handles the
+       i386-only plugin packages.
+     + Split the build rule into configure and build.
 
-2002-04-23 Tuesday 16:16  sam
+2003-06-21 Saturday 14:24  gbazin
 
-   * ./src/interface/main.c: tidied the help output code.
-   * ALL: removed underscores from option names and made a few options more
-     self-explanatory, for instance --input_channel becomes --audio-channel;
-     run vlc -H to see what has changed.
-   * ALL: replaced many occurences of "plugin" with the word "module".
-   * ./src/interface/main.c: moved all satellite-specific configuration options
-     to the satellite plugin.
-   * ./po/*: updated translations.
+ * modules/access_output/file.c: make the output file writeable by the owner.
 
-2002-04-23 Tuesday 15:47  sam
+2003-06-20 Friday 23:13  hartman
 
-   * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma
-     transformations. They're now PIC-friendly as well.
+ * added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs.
 
-2002-04-23 Tuesday 05:21  jlj
+2003-06-20 Friday 21:34  ipkiss
 
-   * Added Open disc and network panels.
-   * Some changes to the control layout.
+  * ./doc/skins/events-howto.txt: added some events
+  * ./modules/gui/skins/*: fixed my last commit
 
-2002-04-22 Monday 10:20  sam
+2003-06-20 Friday 19:50  ipkiss
 
-   * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted
-     verbose messages.
-   * ./po/en_GB.po: British translation.
+  * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the
+    "display" attribute of ControlText. It allows to show the title of
+    the current stream, without the full path.
+  * ./doc/skins/*: updated the doc
 
-2002-04-21 Sunday 23:29  gbazin
+2003-06-20 Friday 15:34  hartman
 
- * Fixed the warning_level handling: "-v" and "--warning" are now working as
-   they should and they also are cumulative (using -vv --warning=3 you end up
-   with i_warning_level=5)
+ * Made the search path configuration options, directory instead of string options.
 
-2002-04-21 Sunday 20:32  sam
+2003-06-20 Friday 11:42  alexis
 
-   * ./src/misc/configuration.c: support for short options. -V, -A, -I
    are back, and we also have -4 and -6 for IPv4/IPv6.
+ modules/misc/sap.c: fix for the default scope of the IPv6 announces.
python/setup.py: a configuration that should work better.
 
-2002-04-21 Sunday 13:23  gbazin
+2003-06-20 Friday 01:27  hartman
 
- * added config_GetFloatVariable() and config_PutFloatVariable() to the config
-   module.
- * added a --zoom <float> config option.
- * added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the
-   FPU is still available after a call to InitIDCT().
- * deactivate stream buffering when logging to a file.
+ * vlc.ebuild: added support for faad2 and skins. See the wiki page for info.
+ * README.MacOSX.rtf: More updates because of new prefs dialog.
 
-2002-04-21 Sunday 12:32  sam
+2003-06-19 Thursday 21:09  gbazin
 
-   * ./po/*: re-ran make update-po, fixed a few translations.
-   * ./po/fr.po: completed the french translation.
-   * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
-     strings between the Gtk+ and GNOME modules to avoid duplicate translations.
+ * modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is
+ enabled. ffmpeg doesn't properly release old pictures when frames are skipped.
 
-2002-04-20 Saturday 22:42  sam
+2003-06-19 Thursday 18:45  gbazin
 
  * ./po/de.po: updated german translation. Many thanks to Thomas Graf.
* modules/access_output/udp.c: removed unnecessary code.
 
-2002-04-20 Saturday 19:52  tooney
+2003-06-19 Thursday 18:44  titer
 
-   . Url & mailing-lists corrections
+  beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with
+   a few Dano/Zeta themes
 
-2002-04-20 Saturday 17:12  jpsaman
+2003-06-19 Thursday 18:22  gbazin
 
Updated Netherlands translation of interface.
* modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY ==  300 milisec).
 
-2002-04-20 Saturday 12:19  lool
+2003-06-19 Thursday 13:08  sam
 
-   * po/fr.po : completed french translations
+   * ./modules/misc/screensaver.c: the screensaver was disabled way too often
+     because I forgot to reinitialise an index.
 
-2002-04-19 Friday 15:56  sam
+2003-06-19 Thursday 12:21  gbazin
 
-   * ALL: internationalized all configuration strings.
-   * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
-   * ./src/misc/configuration.c: lots of simplifications in the code.
-   * ./po/vlc/pot: updated translations.
+ * modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float values as spinctrls don't support floats. The advanced checkbox is only displayed if needed. Fixed the play/pause buttons tooltip.
 
-2002-04-18 Thursday 21:38  sam
+2003-06-19 Thursday 02:14  sam
 
-   * ./vlc.spec: fixed build dependencies.
-   * ./configure.in: when -lintl is available, we now also link plugins with it.
+   * debian/rules:
+     + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
+       so that the rules can be called directly.
+   * debian/control:
+     + Removed leading "a"s from package descriptions.
+     + Set policy to 3.5.10.
+   * debian/copyright:
+     + Removed debian/vlc.copyright.
 
-2002-04-18 Thursday 14:51  sam
+2003-06-18 Wednesday 12:18  zorglub
 
-   * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
-   * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
+ SAP can now listen for IPv6 announces
 
-2002-04-18 Thursday 07:11  sam
+ To enable this, start vlc with --sap-ipv6
+ To disable IPv4 listening, use --no-sap-ipv4
 
-   * ./configure.in: switched version to 0.3.1.
-   * ./vlc.spec: imported Mandrakesoft's latest enhancements.
-   * ./ChangeLog: updated ChangeLog.
+ You can also set the scope of the announces (default is 3)
 
-2002-04-18 Thursday 06:34  sam
+2003-06-17 Tuesday 21:52  asmax
 
-   * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
-     extension gethostbyname2(), thanks to Thomas Graf.
+ * moved the ttl help in the right section
 
-2002-04-18 Thursday 01:03  massiot
+2003-06-17 Tuesday 21:07  gbazin
 
- * Finally fixed MacOS X aspect ratio. If you know how to center the
- picture in the screen, and make the remaining space black instead of
- white, PLEASE drop me a mail !
+ * modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code.
 
-2002-04-17 Wednesday 19:00  jobi
+2003-06-17 Tuesday 20:56  asmax
 
- * in TS demux, a program is selected only if a PMT for it was found.
-   This should fix the problem that occured when reading a file directly
-   extracted from a satellite card.
- * UDP access plugin uses input_SetProgram.
+ * fixed another compilation issue of python module
 
-2002-04-17 Wednesday 13:43  sam
+2003-06-17 Tuesday 20:47  asmax
 
-   * ./AUTHORS: added people locations, just for fun.
-   * ./configure.in: disabled SSE plugins when using mingw32.
-   * ./src/misc/configuration.c: disabled the AltiVec warning message on the
-     PowerPC platform because it was misleading.
+ * fixed a very old bug preventing the whole thing from working :(
 
-2002-04-17 Wednesday 00:13  jobi
+2003-06-17 Tuesday 20:10  hartman
 
- * big update of Henri's howto
+ * Fixes to the german translation
 
-2002-04-16 Tuesday 01:04  massiot
+2003-06-17 Tuesday 20:03  hartman
 
- * Support for pictures with a pitch different from the picture width,
- inspired by Gildas Bazin.
+ * moved the capability definition up one line. the config options follow the capability now. Circumvents a bug with OSX prefs dialog.
 
-2002-04-15 Monday 16:06  jobi
+2003-06-17 Tuesday 18:13  asmax
 
- * fixed a typo in satellite input
- * added options to configure antenna (sat_lnb_lof1, sat_lnb_lof2,
-   sat_lnb_slof and sat_diseqc). They only appear if satellite input
-   is compiled.
+ * tooltips are now updated during scrolling
 
-2002-04-11 Thursday 10:55  sam
+2003-06-17 Tuesday 16:09  gbazin
 
-   * ./Makefile: fixed the Win32 interface under Win2k/XP.
-   * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
-     for the Win32 API.
+ * modules/*: got rid of empty module objects.
+ * modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules.
 
-2002-04-10 Wednesday 18:26  jobi
+2003-06-17 Tuesday 14:43  hartman
 
- * fixed a bug in input_SetProgram, that made the ps file input
- launch without video. Sorry about this.
+ modules/codec/quicktime.c: Disabled all video codecs accept SVQ3
+ modules/gui/macosx/intf.m: Fixed an inconsistenty in the translation
+ cvS: ----------------------------------------------------------------------
 
-2002-04-10 Wednesday 04:48  lool
+2003-06-17 Tuesday 14:38  hartman
 
-   * ./po/fr.po: French translation update
+ * modules/gui/macosx/output.m: Fixed a bug in the transcoding dialog.
+ * extras/MacOSX/Resources/English.lproj/MainMenu.nib:
+   Fixed two cosmetic issues in the stream output dialog.
+ * po/de.po: Update german translation courtesy of: Felix Kuhne <FK at aenneburghardt.de>
 
-2002-04-10 Wednesday 02:08  sam
+2003-06-16 Monday 21:55  gbazin
 
  * ./configure.in: fixed a bug in the libdvdread detection.
  * ./configure.in: fixed plugin compilation under Win32.
* modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules.
* include/modules_inner.h: removed unneeded initialization.
 
-2002-04-10 Wednesday 02:05  sam
+2003-06-16 Monday 20:49  gbazin
 
  * ./vlc.spec: imported MandrakeSoft's enhancements.
* modules/codec/ffmpeg/video.c: fixed the last direct rendering bug.
 
-2002-04-10 Wednesday 02:05  sam
+2003-06-16 Monday 20:23  gbazin
 
  * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
* configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code.
 
-2002-04-10 Wednesday 02:04  sam
+2003-06-16 Monday 15:39  zorglub
 
-   * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
-   * ./plugins/aa/aa.c: a few simplifications in the code.
+ * SAP can now handle SAP-announced IPv6 streams
 
-2002-04-08 Monday 16:53  jobi
+2003-06-15 Sunday 22:32  hartman
 
- * made file access plugin use input_SetProgram so that we may change
-   program when reading a file
- * fixed a bug in input_SetProgram
- * added --input_program <int> option, to choose the program from
-   the command line
+ * NEWS: small corrections
+ * modules/codec/ffmpeg: I had disabled IV31 support on intel instead of on ppc
+ * modules/codec/quicktime.c: cosmetic fix
 
-2002-04-08 Monday 01:08  massiot
+2003-06-15 Sunday 15:20  hartman
 
- * Fixed Altivec-enabled version of fastmemcpy
- * Fixed --memcpy switch
- * Changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are great ideas :p)
- * New README file for MacOS X.
+ * Fixed applescript Fullscreen command.
 
-2002-04-07 Sunday 08:48  sam
+2003-06-15 Sunday 15:16  sigmunau
 
-   * ./configure.in: wrote a better test for libdvdread detection.
-   * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
-     a segfault in the Gtk+ popup menu when toggling the interface.
-   * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
-     do not accept empty macro arguments.
+ id3tag.c: Do not try to seek on network streams even if they have b_seekable set to
+ true, since this seems to break playback of some streams over http. It also
+ takes to much time just to get some fancy metadata
 
-2002-04-06 Saturday 07:54  sam
+2003-06-15 Sunday 14:00  hartman
 
-   * ./doc/release-howto.txt: updated documentation.
-   * ./vlc.spec: added missing plugin filenames to the build process.
+ * ./po/it.po: Fresh Italien translation, courtesy of by Bruno <allevb at tin.it>
+ * ./po/nl.po: New Dutch Translation by /me ;)
+ * README.MacOSX.rtf: Updated instructions of Prefence usage.
 
-2002-04-06 Saturday 06:22  sam
+2003-06-15 Sunday 01:23  massiot
 
-   * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
-   * ./Makefile: fixed make dist and make distclean.
-   * ./plugins/dvd/dvd.c: compilation fix.
-   * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
-   * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
-   * ./vlc.spec: updated specfile.
+ * Removed the ugly dependancy on glibc in the ipv6 module.
+ * po/fr.po: French translation courtesy of Jean-Pierre Kuypers.
+ * Miscellaneous clean-ups.
 
-2002-04-05 Friday 23:26  sam
+2003-06-14 Saturday 22:14  hartman
 
-   * ./Makefile, ./configure.in: misc BeOS build fixes.
+ * We should be compatible with older versions of faad again
 
-2002-04-05 Friday 22:44  sam
+2003-06-14 Saturday 22:12  gbazin
 
-   * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
-   * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
-     anymore, the package is now 700k instead of 4MB.
-   * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
-     foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
-     lot of stuff from Makefile.opts.in back to configure.in.
-   * ./install-win32: updated script for NSIS 1.96.
+ * configure.ac.in: old faad2 detection.
 
-    I hope this doesn't break too many other architectures...
+2003-06-14 Saturday 21:18  gbazin
 
-2002-04-05 Friday 14:35  sam
+ * modules/gui/wxwindows/open.cpp: fixed a couple of bugs with the open dialog.
 
-   * ./configure.in: added --enable-intfwin to enable the win32 interface and
-     --with-bcbuilder to tell make where to find Borland C++ Builder.
+2003-06-14 Saturday 21:06  hartman
 
-2002-04-05 Friday 05:27  sam
+ * Dramatically improved the ebuild.
+   - To be done before 0.6.0 release: insert correct contrib links for ffmpeg and libmpeg2
+   - fix faad2? currently disabled
 
-   * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
-   * ./plugins/win32/Makefile: intfwin.so can be built using commandline.
-   * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
-     file isn't needed for the intfwin plugin anymore.
-   * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
+2003-06-14 Saturday 18:49  gbazin
 
-2002-04-05 Friday 03:05  gbazin
+ * modules/gui/skins/x11/x11_window.cpp: small bugfix for icons support.
 
- * introduced a memalign wrapper that will align the memory manually if
-   memalign doesn't exist.
+2003-06-14 Saturday 16:29  gbazin
 
-   void *vlc_memalign( size_t align, size_t size, void **pp_orig )
-   where the return value is the aligned pointer and *pp_orig is the pointer
-   that has to be freed afterwards.
+ * src/misc/configuration.c: in config_SaveConfigFile() don't save options that
+ kept their original value (thanks fenrir for the suggestion).
 
-   the arithmetic I'm doing on the pointer to align it is not portable to
-   64bits architectures. If someone knows how to something portable, please
-   tell me ( and no I don't want to do if(sizeof(void *) == blabla) ).
+2003-06-14 Saturday 15:43  gbazin
 
-   Other little problem, I was planning to use posix_memalign by default in
-   the wrapper implementation but it doesn't work (someone can tell me what
-   I'm doing wrong ?)
+ * modules/codec/ffmpeg/*: fix for ffmpeg direct rendering. Direct rendering is now
+ enabled by default.
 
- * re-enabled the sse plugins on win32 as we don't have anymore alignment
-   issues.
+2003-06-14 Saturday 12:32  titer
 
- * fixed typo in vout_directx.c
+  beos/VideoOutput.cpp : make the BPopUpMenu stickable
 
-2002-04-05 Friday 00:51  massiot
+2003-06-14 Saturday 00:49  titer
 
- * FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
- * Disabled memcpyaltivec since it's buggy
+  include/vlc_threads.h: more BeOS' priorities tuning.
 
-2002-04-05 Friday 00:08  massiot
+2003-06-13 Friday 21:18  asmax
 
- * Fixed intf_eject for iPAQ (untested)
- * asm memcpyaltivec for Linux/PPC
+ * X11 skin windows should have an icon now
 
-2002-04-04 Thursday 18:22  ipkiss
+2003-06-13 Friday 15:54  gbazin
 
-   * ./AUTHORS: added myself :)
-   * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
-     item, not yet implemented.
-   * ./plugins/win32/about.dfm: replaced the outdated author list with a
-     "VideoLAN Team" entry.
+ modules/gui/wxwindows/*: fix for the volume control under win32.
 
-2002-04-04 Thursday 17:35  sam
+2003-06-13 Friday 12:08  gbazin
 
-   * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
-     replaced the outdated author list with a "VideoLAN Team" entry.
-   * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
-     it does not work, and removed the vlc-a52 package because liba52 is
-     statically linked into vlc.
-   * ./debian/control: added more helpful package descriptions.
-   * ALL: changed version to 0.3.0. Yeah, it's coming.
-   * ./Makefile: fixed make dist.
+ * modules/misc/network/ipv6.c: fixed multicast support on win32. Well, it is working on Win2k but might require run-time OS version checking to have it woking on XP as well. (you might have to add a multicast route: ipv6 rtu FF00::/8 #intfnum)
 
-2002-04-04 Thursday 07:08  sam
+2003-06-13 Friday 03:21  sam
 
-   * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
-   * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
-   * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
-   * ./Makefile: renamed the `snapshot' rule to `dist'.
-   * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
+   * ./src/misc/messages.c: ouch. when the message queue was full, we were
+     using our va_list twice, which caused crashes on architectures where
+     va_list is a pointer; we now use va_copy whenever possible.
 
-2002-04-04 Thursday 02:23  jlj
+2003-06-13 Friday 00:15  titer
 
-   * ./src/interface/intf_eject.c: Fixed a MacOS X bug.
+  modules/gui/beos/Interface.cpp : fixed a possible crash
 
-2002-04-04 Thursday 01:24  massiot
+2003-06-12 Thursday 23:03  gbazin
 
- * Fix for iPAQ familiar Linux (untested)
- * HTTP files now find the EOF (though HTTP input is still broken)
+ * modules/misc/network/ipv6.c: gave a quick try to implementing ttl for ipv6.
 
-2002-04-04 Thursday 00:36  massiot
+2003-06-12 Thursday 22:27  massiot
 
- Fixed altivec memcpy module [OS X port]
+ * modules/codec/spudec/spudec.c: Take small font by default
 
-2002-04-03 Wednesday 18:22  sam
+2003-06-12 Thursday 22:03  gbazin
 
-   * ./Makefile.modules: modules now depend on Makefile.opts.
-   * ./configure.in: added (hopefully) explicit messages on how to get
-     libdvdcss and link vlc with it.
-   * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
+ * modules/gui/wxwindows/interface.cpp: fixed compile issue.
 
-2002-04-03 Wednesday 08:45  sam
+2003-06-12 Thursday 21:28  gbazin
 
-   * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
-     contributor is currently working on.
+ * modules/gui/wxwindows/*: added a volume control.
 
-2002-04-03 Wednesday 08:23  sam
+2003-06-12 Thursday 15:56  gbazin
 
-   * ALL: removed libdvdcss from the vlc tree.
-   * ALL: removed libdvdread from the vlc tree.
-   * ./acconfig.h: removed this file.
-   * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
-   * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
+ * modules/access_output/file.c: win32 compilation fix.
 
-2002-04-03 Wednesday 08:19  gbazin
+2003-06-12 Thursday 11:37  zorglub
 
- * fixed ./plugins/gtk/gtk_callbacks.c to use the "dvd_device" config option
-   instead of the now inexistant DVD_DEVICE macro.
+ Code cleanup
 
-2002-04-03 Wednesday 04:43  sam
+2003-06-12 Thursday 08:14  gbazin
 
-   * ./po/ja.po: added Japanese translation from Fumio Nakayama
-     <endymion@ca2.so-net.ne.jp>.
-   * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
-   * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
-     release?
+ * share/Makefile.am: fixed my previous fix ;)
 
-2002-04-03 Wednesday 01:43  gbazin
+2003-06-12 Thursday 06:56  gbazin
 
- * New pthread implementation for WinNT/2K/XP. This implementation shouldn't
-   be subject to race conditions as it is using SignalObjectAndWait() from the
-   Win32 API.
-   As this should be somehow slower than the old method (still used on Win9x),
-   you can specify that you want to use the old method with the "fast_pthread"
-   config option.
+ * Makefile.am: fixed inclusion of skins in make dist.
 
- * Added a new p_main_sys global variable. This variable is a pointer to an
-   OS specific structure which is defined in *_specific.h. This structure can
-   be filled by the already existing System_Init() function and is a nice
-   way to avoid too many #ifdefs.
+2003-06-11 Wednesday 22:46  gbazin
 
-2002-04-03 Wednesday 01:27  gbazin
+ * ALL: bumped version number to 0.6.0-test3 + po updates
 
- * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
-   ( this creates a small memory leak as we don't free the string obtained
-     from config_GetPszVariable, but I think we can live with it for now )
+2003-06-11 Wednesday 21:46  asmax
 
- * the SSE plugins are disable on the mingw32 build as they don't work.
-   ( because memalign is not implemented on win32, and malloc only aligns
-     on an 8 bytes boundary )
+ * skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" !
+ * share/Makefile.am: install skins at make install (closes bug #856)
 
- * fixed small mistake in INSTALL.win32
+2003-06-11 Wednesday 21:41  gbazin
 
-2002-04-03 Wednesday 01:22  ipkiss
+ * modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32.
 
-  * ./include/config.h: fixed config directory name for windows
-  * ./plugins/win32: the network dialog now respects the preferences settings
+2003-06-11 Wednesday 20:36  gbazin
 
-2002-04-03 Wednesday 01:00  massiot
+ * modules/video_filter/osd_text.c: small compile fix that seems to be needed on
+ some platforms.
 
- Added memcpyaltivec.
+2003-06-11 Wednesday 18:45  gbazin
 
-2002-04-03 Wednesday 00:46  massiot
+ * NEWS: updated.
 
- Compilation fix. :-ppppp
+2003-06-11 Wednesday 18:20  gbazin
 
-2002-04-03 Wednesday 00:16  massiot
+ * modules/audio_output/directx.c: fixed mem leak in 5.1 audio.
 
- * Altivec-enabled version of fastmemcpy
- * Use ImageBuffer instead of ScreenBuffer in OS X video output (should be
- faster)
+2003-06-11 Wednesday 15:53  gbazin
 
-2002-04-02 Tuesday 23:56  ipkiss
+ * modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release.
 
- * ./src/interface/main.c: check that channels have been created before
-   the call to network_ChannelJoin
+2003-06-11 Wednesday 10:42  gbazin
 
-2002-04-02 Tuesday 13:31  ipkiss
+ * modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc.
+ * msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old.
+ * modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded.
 
-  * ./src/misc/configuration.c: small compilation fix
+2003-06-10 Tuesday 23:01  massiot
 
-2002-04-02 Tuesday 12:43  tcastley
+ * configure.ac.in: Renamed mpeg_video to mpeg_video_old, so that even
+   people who explicitely set mpeg_video in the previous version will end
+   up with libmpeg2 in 0.6.0.
+ * modules/codec/libmpeg2.c: Fixed a potential segfault, especially
+   with DVDs.
+ * modules/codec/lpcm.c: Send two PES packets in one aout buffer, because
+   some audio filters (read: coreaudio resampler) don't like too small
+   packets (I know, this is ugly).
 
- Changed directory of the config file for BeOS to be consistant with
- OS standard.
+2003-06-10 Tuesday 22:42  gbazin
 
-2002-04-02 Tuesday 12:17  sam
+ * modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams.
 
-   * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
-   * ./plugins/dvd/dvd_access.c: removed a warning.
-   * ./src/misc/configuration.c: Solaris fixes by Meuuh.
-   * ./FAQ: removed outdated stuff.
+2003-06-10 Tuesday 11:43  gbazin
 
-2002-04-01 Monday 23:54  gbazin
+ * configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins.
+ * modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose).
+ * modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files.
 
- * Fixes for the Win32_msvc build
+2003-06-10 Tuesday 11:12  massiot
 
-2002-04-01 Monday 12:47  gbazin
+ Fixed a potential segfault.
 
- * updated the "package-win32" rule
- * all txt files are now converted to dos format (CRLF)
+2003-06-09 Monday 22:02  asmax
 
-2002-04-01 Monday 12:13  gbazin
+ * x11_api.c: implemented OSAPI_GetNonTransparentColor (needed for fonts !)
 
- * VLC-Win32 Cross-Compile Howto, courtesy of Bill Eldridge.
+2003-06-09 Monday 21:14  asmax
 
-2002-04-01 Monday 11:59  gbazin
+ * X11 skins are now loaded from home directory or if it fails, from
+   the share directory
 
- * updated INSTALL.win32
+2003-06-09 Monday 19:56  jpsaman
 
-2002-03-29 Friday 01:14  massiot
+ Run opie-vlc and zaurus-vlc as GuiServer. (Didn't I commit this before???).
 
- Disabled the server argument in udpstream: because it confuses users and is
- not of any practical use.
+2003-06-09 Monday 19:51  jpsaman
 
-2002-03-28 Thursday 22:21  massiot
+ Updated build packages for test2 release.
 
- Fix for sparc.
+2003-06-09 Monday 19:08  asmax
 
-2002-03-28 Thursday 11:17  gbazin
+ * fixed a segfault in FileInfo when p_info->psz_name == NULL
+   but there are still other segfaults sometimes in FileInfo !!
 
- * don't try to stat() the dvd drive letter on win32
- * disabled YUV overlay double buffering for now, as it seems to actually be
-     slower.
- * temporary fix in vlc_cond_signal() for win32 (I really should use
-     SignalObjectAndWait() on WinNT so we can avoid race conditions in the
-     pthread code). This fixes a problem noticed on WinXP where vlc would
-     freeze regularly and eat-up all the CPU (fun no?)
+2003-06-09 Monday 14:04  asmax
 
-2002-03-28 Thursday 04:53  jobi
+ * now selection method in the playlist depends on the state of the
+   CTRL button (as expected in a normal playlist !)
+   TODO: - do the same under windows
+         - replace all button constants 1/2 by MOUSE_LEFT/MOUSE_RIGHT
 
- * When unselecting an ES, we must ged rid of p_es->p_pes so that it is
-   regererated when we select this ES again. It made vlc segfault when
-   switching from some stream to another, or when switching program
-   in satellite input.
+2003-06-09 Monday 12:33  asmax
 
-2002-03-27 Wednesday 23:15  massiot
+ * repaired basic_skins
+ * removed all the compilation warnings
+ * fixed LOTS of memory leaks in skins (gibalou, you should try valgrind
+   on wxwindows plugin ;)
 
- * UDP access plug-in can now receive MPTS (Multiple Program TS) and switch
- programs
- * Audio and video output go to time-constrained scheduling [OS X port]
+2003-06-09 Monday 09:29  massiot
 
-2002-03-27 Wednesday 20:54  jpsaman
+ * modules/access/file.c: Fixed a compile issue (thanks michael.mauch at gmx.de)
 
- Translation of user interface messages to Netherlands.
+2003-06-09 Monday 07:16  gbazin
 
-2002-03-27 Wednesday 20:53  jpsaman
+ * modules/mux/mpeg/pes.c: allow cases where we don't write a pts.
+ * modules/stream_out/display.c: handle cases where we don't have a pts/dts.
 
- Added Netherlands translation (nl) to configure.in
+2003-06-09 Monday 06:52  gbazin
 
-2002-03-27 Wednesday 00:39  massiot
+ * modules/gui/skins/src/vlcproc.cpp: the "play" action will trigger the open dialog if the playlist is empty.
 
- * GNU make detection
- * Deleted non-working fullscreen menu item [OS X]
- * udp and http no longer modify p_input->psz_name
+2003-06-09 Monday 00:33  massiot
 
-2002-03-27 Wednesday 00:08  gbazin
+ * include/video.h include/video_output.h src/video_output/vout_pictures.c:
+   In vout_CreatePicture() replace i_repeat_first_field by the more useful
+   i_nb_fields
+ * modules/gui/macosx/intf.m: Fixed a warning
+ * modules/codec/libmpeg2.c include/vout_synchro.h src/video_output/vout_synchro.c:
+   Re-added support for slice-I streams, plus miscellaneous tweakings
 
- * various little portability fixes
+2003-06-09 Monday 00:32  asmax
 
-2002-03-26 Tuesday 23:30  gbazin
+ * drag & drop works with gnome file manager now
 
- * modified the gtk interface to save an empty <string> option as a NULL pointer
- * modified config_LoadConfigFile to consider an empty <string> option as a
-    NULL pointer.
+2003-06-09 Monday 00:07  asmax
 
-2002-03-26 Tuesday 23:02  gbazin
+ * drag & drop for X11 skins. Still mysterious problems but it's better
+   than nothing
 
- * changed the behaviour of the config file:
-   - now all the config options are saved. <string> config options which have
-   no default value are also saved in the config file but as an empty string.
-   - config_LoadConfigFile will ignore empty config options, which also means
-   we cannot pass an empty string as a <string> config option. (this shouldn't
-   matter anyway)
+2003-06-08 Sunday 18:40  gbazin
 
-2002-03-26 Tuesday 00:36  ipkiss
+ * modules/gui/skins/x11/x11_window.cpp: avoid flicker when mapping a window.
+ * share/skins/default/theme.xml: playlist is hidden by default.
 
-  * Added a win32 interface plugin, developed with Borland C++ Builder.
-    To build the plugin, follow the instructions in INSTALL-win32.txt
+2003-06-08 Sunday 18:17  asmax
 
-  * Known bugs:
-         - subtitles don't work
-         - a crash occurs when the user exits by pressing 'q' in the vout
-         - when moving the slider, position in the stream updates even if
-           the slider isn't released yet
+ * very beginning of drag and drop support in X11 skins
 
-  * TODO list:
-         - clean code in menu.cpp
-         - adapt lool's enhancements of the Gtk+ preferences box
-         - write drag-and-drop stuff
-         - and of course, fix known bugs :)
+2003-06-08 Sunday 16:56  gbazin
 
-  * For those of you who can't wait till the next release to test the win32
-    interface, binary files are available here:
-    http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
-    Enjoy!
+ * modules/gui/skins/*: display the popupmenu when you right click on the interface.
 
-2002-03-25 Monday 21:37  lool
+2003-06-08 Sunday 16:04  titer
 
- The "we love gibalou" commit :
-   * plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h :
-       . new Tooltips structure
-   * plugins/gtk/gtk_preferences.c:
-       . modifications of some widgets, the structure, cosmetic changes
-   * src/interface/main.c:
-       . typos
-       . a couple new descriptions
+  Minor fix
 
-2002-03-25 Monday 20:16  gbazin
+2003-06-08 Sunday 15:22  asmax
 
- * moved the "display" option from main to the relevant plugins. ( We now have
-    the x11_display, xvideo_display, xmga_display and ggi_display options ).
+ * share/skins/default/theme.xml: fixed playlist size
+ * modules/gui/skins/controls/playlist.cpp: fixed a segfault when deleting
+   items
+ * modules/gui/skins/x11/x11_graphics.cpp: implemented DrawRect
 
-2002-03-25 Monday 05:18  sam
+2003-06-08 Sunday 12:45  gbazin
 
  * Fixed a little omission in INSTALL-win32.txt.
* modules/gui/skins/x11/*: fixed transparency problem. XShapeCombineRegion() needs to be called before the window is mapped.
 
-2002-03-25 Monday 03:06  jobi
+2003-06-08 Sunday 11:33  asmax
 
- * Fixed a bug that made vlc segfault when choosing a program, change to
-   another and come back to the first one.
- * Added gtk and gnome interfaces for satellite input. We should find a
-   way to hide the button if satellite support is not compiled.
+ * better implementation of timers for X11 skins
 
-2002-03-22 Friday 01:55  xav
+2003-06-08 Sunday 00:32  asmax
 
-  - Updated INSTALL-win32.txt
+ * x11_font.cpp: fixed font placement
+ * x11_window.*: real tooltip windows ! not perfect yet but it looks cool !
+ * removed compilation of gtk2 skins module. If you want it back, good luck ;)
 
-2002-03-22 Friday 01:24  xav
+2003-06-07 Saturday 19:19  gbazin
 
 * Win32 fix.
* share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist".
 
-2002-03-22 Friday 00:49  massiot
+2003-06-07 Saturday 19:05  gbazin
 
- Miscellaneous fixes for the OS X port.
+ * doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts
+ and instructions to generate new fonts.
 
-2002-03-21 Thursday 23:10  gbazin
+2003-06-07 Saturday 12:19  asmax
 
- * the calculation for the initial video window dimensions is now done in
-     video_output.c and made available into p_vout->i_window_height/width.
-     This allows to get rid of duplicated code and unify the behaviour of
-     the video output plugins. (not all the plugins have been modified
-     because I didn't want to break anything).
+ * beginning of tooltips (only in the console at the moment ;)
 
-     As a side effect, the --width and --height options are now working, you
-     can even use only --width or only --height the other dimension will adapt
-     automatically to the video characteristics.
-     Note that you need to remove the width/height options from the config file
-     or set them to -1 if you want to use the actual video size.
+2003-06-07 Saturday 10:18  gbazin
 
-2002-03-21 Thursday 08:11  gbazin
+ * modules/gui/skins/x11/x11_theme.cpp: removed unnecessary stuff.
 
- * moved GetConfigurationFromCmdLine() into configuration.c and renamed it
-    into config_LoadCmdLine()
- * config_GetHomeDir doesn't use getpwuid_r anymore as this was creating
-    some problems on solaris. This function now uses getpwuid and is called
-    only once to store the home directory into the p_main structure.
+2003-06-07 Saturday 03:45  titer
 
-2002-03-21 Thursday 03:27  jobi
+  modules/access/pvr/pvr.c : compile fix
 
- [no log message]
+2003-06-07 Saturday 03:25  titer
 
-2002-03-21 Thursday 00:00  gbazin
+  missing cvsignore
 
- * fixed stupid bug in stupid ConvertPrintfFormatString() function
- * fixed the "waveout not closing" bug. We need to reset the waveout device
-     before closing it.
+2003-06-07 Saturday 00:36  asmax
 
-2002-03-20 Wednesday 18:44  sam
+ * implemented double click event for X11 skins. The delay is hard-coded
+   (400ms) , maybe it could be stored in the vlc config file
 
-   * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
+2003-06-06 Friday 23:34  asmax
 
-2002-03-20 Wednesday 04:43  sam
+ * got rid of this useless error message
 
-   * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be
-     compiled as a plugin. Please test.
-   * ./include/modules.h: fixed a C++ warning.
+2003-06-06 Friday 21:47  asmax
 
-2002-03-20 Wednesday 04:12  ipkiss
+ * x11/x11_window.cpp: fixed clipping and text attributes
 
-  * Added 3 bugs of the win32 port to the BUGS file
+2003-06-06 Friday 19:40  asmax
 
-2002-03-20 Wednesday 00:47  massiot
+ * key shortcuts for X11 skins are now working
 
- Fixed a typo. Grmbl.
+2003-06-06 Friday 14:50  gbazin
 
-2002-03-20 Wednesday 00:44  massiot
+ * modules/gui/skins/src/themeloader.cpp: small fix for tgz skins.
 
- Better IPv6 detection. IPv6 is disabled under MacOS X (no inet_pton
- call).
+2003-06-06 Friday 13:34  gbazin
 
-2002-03-20 Wednesday 00:02  jobi
+ * modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown bug (not tested).
 
- * fixed some bugs in program management : selected ESs must be attached
- to the selected program.
+2003-06-06 Friday 11:09  gbazin
 
-2002-03-19 Tuesday 15:00  sam
+ * modules/misc/network/ipv6.c: oups, ipv6 multicast wasn't enabled on win32. Also fixed the interface name parsing in the MRL.
 
-   * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
-   * ./configure.in: fixed a few bashisms.
-   * ./src/misc/configuration.c: fixed build under Solaris.
-   * ./TODO: updated todo list.
+2003-06-06 Friday 02:48  hartman
 
-2002-03-19 Tuesday 06:49  sam
+ * Typo's by me. ( Cool i included a dutch sentence a while ago and noone noticed ?)
 
-   * ./configure.in: BeOS compilation fixes.
-   * ./debian/rules: activated (broken) KDE interface.
-   * ./plugins/access/http.c: fixed a segfault.
-   * ./plugins/alsa/aout_alsa.c: fixed a segfault.
+2003-06-06 Friday 02:23  hartman
 
-2002-03-19 Tuesday 05:22  ipkiss
+ * All: some spelling corrections and description string clarifications.
+   There is a lot of improvement left here.
 
-   * ./include/common.h: fixed the compilation fix for Borland C++ :)
+2003-06-06 Friday 00:38  hartman
 
-2002-03-19 Tuesday 04:42  sam
+ * modules/gui/macosx/prefs.?:
+   - Changed modules list to use Default instead of None. probably clearer to
+     users.
+   - Have a warning before resetting the prefs.
 
-   * ./include/common.h: compilation fix for Borland C++.
+2003-06-05 Thursday 22:16  asmax
 
-2002-03-19 Tuesday 04:33  jlj
+ * x11/x11_timer.* : classes to implement platform-independant timers
+ * controls/text.cpp : text scrolling works ! (at least in the main window)
 
-   * MacOS X aout now uses AudioConverter for int->float
-   * Various MacOS X intf improvements and bug fixes
+2003-06-05 Thursday 21:22  gbazin
 
-2002-03-19 Tuesday 01:30  sam
+ * modules/gui/skins/*, modules/gui/wxwindows/*: added the wxWin popup menu to the skins interface.
 
-   * ./plugins/chroma/i420_rgb8.c: fixed a warning.
-   * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing.
-   * ./plugins/kde/kde.cpp: the KDE interface compiles again.
-   * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today.
-   * ./plugins/network/ipv4.c: cosmetic fix.
-   * ./src/interface/main.c: fixed a typo in the --help output.
-   * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still
-     unstable but solving other bugs won't do any good without rewriting the
-     whole playlist code. Which I'm doing right now.
+2003-06-05 Thursday 11:52  gbazin
 
-2002-03-19 Tuesday 01:12  massiot
+ * include/vlc_common.h: fixed the I64C() macro for mingw.
+ * src/misc/mtime.c: implemented the heuristic described in http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html to test whether the win32 performance counter is reliable. That should fix the clock problems that a few users reported on win32.
 
- MacOS X compile fixes.
+2003-06-04 Wednesday 23:17  massiot
 
-2002-03-18 Monday 22:04  xav
+ VLC 0.6 codename is Trevelyan.
 
-   * skip "//" if we find "://" in a resource we have to play : this allows us to use the syntax udpstream://host.
+2003-06-04 Wednesday 21:41  titer
 
-2002-03-18 Monday 20:14  sam
+  Added a special access module for PVR MPEG-2 encoding boards.
+  It allows to change the frequency and such things quite easily, from VLC.
+  You'll have to --enable-pvr to build it.
 
-   * ./extras/MacOSX_dvdioctl: removed outdated files.
-   * ./plugins/fx/scope.c: fixed an infinite loop error.
-   * ./plugins: fixed segfaults in various demux plugins.
-   * ./plugins/sdl/vout_sdl.c: SDL_VIDEODRIVER can be specified from the
-     command line; try "--vout sdl:aalib"
+2003-06-04 Wednesday 18:47  asmax
 
-2002-03-18 Monday 18:09  sam
+ * added <unistd.h> or it doesn't compile !
 
-   * ./configure.in: fixed linking of the ipv4 plugin.
+2003-06-04 Wednesday 17:44  gbazin
 
-2002-03-18 Monday 17:38  xav
+ * modules/gui/skins/x11/x11_api.cpp: implemented OSAPI_GetTime() and OSAPI_RmDir().
 
-  * DirectX plugin is now correctly detected and configured.
+2003-06-04 Wednesday 16:44  gbazin
 
-2002-03-17 Sunday 22:59  sam
+ * modules/gui/skins/src/vlcproc.cpp: compilation fix.
 
-   * ./BUGS: updated bug list.
-   * ./configure.in: ./configure --help should be a lot clearer now.
+2003-06-04 Wednesday 16:03  gbazin
 
-2002-03-17 Sunday 18:00  sam
+ * modules/gui/skins/*: misc fixes and clean-up. There are still thread issues when passing messages between the skins thread and the wxWindows dialogs thread that will need to be fixed.
+ * modules/gui/wxwindows/timer.cpp: fixed comment.
 
-   * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
-   * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
-   * ./plugins/ggi/ggi.c: support for 8 bpp displays.
-   * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
-   * ./plugins/x11/xcommon.c: support for 8 bpp displays.
-   * ./src/video_output/video_output.c: fixed a segfault.
+2003-06-03 Tuesday 23:17  massiot
 
-2002-03-17 Sunday 12:12  gbazin
+ * OS X users can now browse the DVD menus with the arrow keys.
 
- * small fix for the config file. The parser assumes that the config file is
- divided into sections (a section is the config data for a plugin and begins
- with something like [foo]), so the comment for the beginning of the section
- must be after the section marker and not before.
+2003-06-03 Tuesday 22:21  hartman
 
- If you want to illustrate the problem (without this fix):
- - save vlc's config
- - exit from vlc and remove for example the dsp plugin (rm plugins/dsp.so)
- - resave vlc's config
- and now look at the end of the config file, it's all screwed up.
+ * When choosing a autogenerated menuitem, we now create a new thread to
+   do the actual execution of this command. this is a (very ugly) workaround
+   to the problem we were having with the deinterlace menu on osx.
 
-2002-03-17 Sunday 00:03  sam
+   It works now, but now i'm running into the black screen and continous
+   "late picture skipped (-218000)" again which is also plagueing us when you
+   enter fullscreen with a filter enabled. This ought to be fixed before 0.6.0
+   as well.
 
-   * ./configure.in: more modules are plugins.
-   * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
-     and a few cosmetic changes (sorry Gildas for the butchery).
-   * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
+2003-06-03 Tuesday 22:20  gbazin
 
-2002-03-16 Saturday 02:40  gbazin
+ * modules/gui/skins/src/*: oops, forgot to add a bunch of files.
 
- * This the last piece of the new configuration module. You can now save your
- configuration options (only from the gtk/gnome interface for now). The config
- file will be saved as ~/.VideoLan/vlc
+2003-06-03 Tuesday 22:18  gbazin
 
- It's not quite yet finished (well there are a few small details to sort out),
- but I'm going away for the week-end and I wanted to commit this before so you
- can all have a play with it :)
+ * configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2.
+ * modules/gui/wxwindows/*: fixed bug in sout dialog box.
+ * modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins).
 
-2002-03-15 Friday 05:41  sam
+2003-06-03 Tuesday 12:06  titer
 
-   * ./Makefile: fixed OS X vlc.app compilation dependencies.
-   * ./configure.in: fixed the endianness check under Solaris.
+  modules/gui/beos/* : fixed the screenshot format selection I broke lately
 
-   * ./src/input/input.c: strings are now initialized to "" instead of NULL.
+2003-06-02 Monday 16:01  sigmunau
 
-   * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
-     palette information we get from the DVD. Subtitles rox !
-   * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
-     and put them into spu_decoder.c.
+ http.c: if the webserver doesn't return 206 the stream is not seekable.
 
-2002-03-15 Friday 02:47  stef
+2003-06-02 Monday 12:42  hartman
 
- *Move iec958/spdif encapsulation from ac3_spdif to aout_spdif.
- It will eventually allows to use ac3_adec or a52 for spdif output.
+ * modules/codec/libmpeg2.c: fixed a crasher with invalid pictures
+ * modules/gui/macosx/playlist.m: better fix for playlists on 10.1
 
- *Remove an ugly loop in aout_spdif.
+2003-06-01 Sunday 23:48  hartman
 
-2002-03-14 Thursday 02:35  stef
+ * ALL:
+   - Changed the autogenerated menu's in a system working similar to wxWindows.
+   - The deinterlace menu is autogenerated now. However it seems the problem
+     with on the fly filter changes still exists.
 
- *p_es->p_demux_data is available in p_config->p_demux_data so that the input
- can pass information directly to the decoder.
+2003-06-01 Sunday 22:11  asmax
 
- *First application: aspect ratio for DVD is read from the ifo (should fix
- the buf with aspect ratio in anamorphic DVDs).
+ * modules/gui/skins/x11/x11_api.cpp: fixed OSAPI_GetScreenSize
+ * all: added locks around X calls to make them thread safe (will be
+   useful in the next commit ;-)
 
- *The DVD plugin also copy the spu yuv palette in p_demux_data so that the
- spudec can display subtitle with the right color (sam !).
+2003-06-01 Sunday 17:13  asmax
 
- *Removed duplicate code and useless lock in gtk.
+ * mouse wheel scroll for X11 skins
 
-2002-03-13 Wednesday 09:41  tcastley
+2003-06-01 Sunday 16:39  asmax
 
- Updated Tony Castley's e-mail.
+ * configure.ac.in : fixed linking of skins modules
+ * modules/gui/skins/*:
+   - fixed the wxwindows bug, due to a huge bug with broadcast events
+   - beginning of fonts in X11 skins
+ so, you can test the X11 skins module: it should work now !
 
-2002-03-12 Tuesday 19:37  stef
+2003-06-01 Sunday 00:26  fenrir
 
- *New configuration option to choose audio output format at runtime.
- It allows to select spdif pass-through decoder with --ac3_adec and to
- remove the ugly b_ac3 in main.h
+  * ts: fix current_next value.
 
- As a consequence --spdif doesn't work anymore: you should use --ac3_adec pass
+2003-05-31 Saturday 23:41  sam
 
- *Fixed a typo in main.c
+   * ./debian/vlc.mime: the vlc packages registers with the Debian MIME system.
 
- *Return the option name in error message for unknown option intead of the
- argument.
+2003-05-31 Saturday 23:23  ipkiss
 
-2002-03-11 Monday 08:23  gbazin
+  * skins/controls/button.cpp: Fixed a nasty bug.
+  * skins/controls/generic.h: Some public fields are now protected
+  * skins/src/window.cpp:
+     - Added a few debug messages
+     - Invisible controls don't receive events anymore
 
- * New GTK configuration interface. This interface is generated dynamically
-   at run-time from the configuration data contained in each plugin.
- * config_PutPszVariable and config_GetPszVariable are now thread safe.
- * Few modifications/optimizations to the config module.
- * Got rid of all the _VAR macros in config.h
+ Note: There are still a few bugs in the code handling the controls and
+ their different states, and I think they will be difficult to fix with
+ the current code structure. A rewrite of this part of code could be a
+ good idea (perhaps using states and transitions between states, like
+ Zinf does?).
 
- This is the first version of the GTK configuration interface. There are still
- a few raw corners and a fews things left to do, but it basically does what
- I wanted.
- Constructive comments like it sucks or it smells rotten fish are of course
- very welcome. And if there are GTK gurus out there, please don't hesitate to
- add your touch.
+2003-05-31 Saturday 21:49  fenrir
 
- I also started to add usefull comments to the configuration options but I'm not
- really good at this kind of thing so if people want to help, they can finish
- the job. For this look at all the *_LONGTEXT macros at the top of main.c
+  * ts: proper fix for both.
 
- (PS: Translations will also be appreciated but not right now as the interface
- will likely change again in the few coming days)
+2003-05-31 Saturday 16:15  fenrir
 
-2002-03-09 Saturday 17:48  stef
+  * ts: reverse my last commit (the proper way should be to modify also the
+  muxer but this will break compatibility).
 
- *Fixed EOF segfault at end of DVD
+2003-05-31 Saturday 12:24  titer
 
- *Buffer manager is renintialised at area change.
+  * src/input/input_ext-intf.c :  added an input_SetRate function; it is
+    quite more convenient than, e.g, calling input_SetStatus( STATUS_FASTER )
+    two times if you want to switch from 1:1 to 4:1 from the interface.
+    Old functions still work.
+  * modules/gui/beos/VlcWrapper.cpp : use it
 
-2002-03-08 Friday 01:26  bozo
+2003-05-31 Saturday 01:23  fenrir
 
- Audio output ALSA: spdif support.
+  * mjpeg grabbing added, thanks to Paul Forgey <paulf at aphrodite dot com>
+  that had done all the work.
 
-2002-03-07 Thursday 00:54  sam
+ Paul Forgey's notes:
+ --------------------
 
-   * ./src/interface/main.c: disabled the GNOME segfault dialog in debug
-     mode. We want nice, clean segfaults, with huge core files and a lot
-     of rattle noise.
+ Unfortunatley, the v4l interface shows how much it sucks here.  I can't
+ wait for v4l2 to become more common.  Anyway, the mjpeg mechanism
+ captures completely differently than the uncompressed frame capture
+ mechanism.  This means the code has to split off a bunch to do similar
+ things depending on mjpeg being set or not.  For some reason, I can't
+ use non v4l2 calls to capture uncompressed frames from the lml33,
+ however I do have another bttv card on my system to test that I didn't
+ break the non-mjpeg stuff.
 
-2002-03-06 Wednesday 04:27  sam
+ The Zoran encoders don't use square pixels.  So the 4:3 (or 16:9)
+ picture is going to show up as 720x480.  I don't know my way around the
+ code well enough to know how to specify a non-square pixel aspect
+ ratio.  If there isn't a way to do it, it would be nice to be able to
+ specify as an option the aspect ratio of the sourc.  Either 4:3 or 16:9
+ in the case of anamorphic S-Video, which does occur.
 
-   * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose.
-   * ./src/interface/interface.c: fixed a deadlock when seeking the
-     stream using the keyboard arrows.
+ I stole the videodev_mjpeg.h header from the lavrec project.  Despite
+ the linux kernels having support for the Zoran cards, there doesn't seem
+ to be a reliable way to pick up this header, which is probably why
+ lavrec did it this way.  Since it only defines ioctl definitions, I
+ don't think using it is a legal problem.
 
-2002-03-06 Wednesday 02:20  stef
+ I also modified the audio handling a bit.  If the card supports audio,
+ great, we'll set the card's parameters as we did before.  But if adev=
+ is specified, use it regardless.  The reason to do this is to capture
+ audio from the sound card with video coming from, say, a web cam or in
+ my case, an encoder card which doesn't have any audio capabilities at
+ all.
 
- *Removed an occurance of former angle item in gtk.
+2003-05-31 Saturday 00:10  fenrir
 
- *Fixed a bug in ES management introduced lately in DVD/DvdRead.
+  * mux/ts.c : allowed sending mjpeg (who said that's ugly ?)
+  * demux/ts.c : fixed an endian problem with such private stream.
 
- *Beginning of reorganisation in DVD plugin source files, in order to try to
- make it easier to understand. There is some work left though :p.
+2003-05-30 Friday 18:43  titer
 
- *Decreased the score for VCD plugin, as the VCD demuxer was used even
- for DVD :p. It should make autodetection work.
- Some comment:
- -I think that VCDInit should make a test on the access plugin and be launched
- only if the access plugin is VCD,
- -VCDOpen shouldn't set p_input->b_error: if it fails we just try another
- module,
- -PSRead doesn't need to be duplicated anymore: input_ReadPS is now available
- for plugins (cf Christophe's commit).
+  modules/gui/beos/* : fixed "Goto Menu" menuitem enabling
 
- Please comment around that: I'd like to know if the behaviour I've described
- is the one everyone expects.
+2003-05-30 Friday 17:30  titer
 
- Enjoy my new bugs :p
+  modules/gui/beos/* : misc fixes & enhancements
 
-2002-03-06 Wednesday 00:29  jobi
+2003-05-29 Thursday 21:40  asmax
 
- * Modified vcd input for the new input III.
- * Still have problems with end of tracks.
- * Modified the command line, as stef did for the DVD :
+ * X11 skins now use imlib2 -> you need to bootstrap
+   wxwindows dialogs are not supposed to work yet, if they do you are
+   lucky ;)
 
-  [vcd:][device][@[title][,chapter]
+2003-05-29 Thursday 16:48  asmax
 
-  Note that chapter support is not yet implemented.
+ * x11/x11_theme.cpp: better timing for SkinManage
+ * src/vlcproc.cpp: hack to make OpenDialog work, but it MUST be
+   changed !
 
-2002-03-05 Tuesday 18:46  stef
+2003-05-28 Wednesday 23:56  asmax
 
- * Dvd angle is now handled through a program structure, so that the interface
- needs nothing specific to change angle.
+ * AT LAST events work in X11 skins !
 
- * Fixed a bug in clock management where ES without a program couldn't get
- timestamped.
+2003-05-28 Wednesday 03:53  hartman
 
- *Fixed program management in gnome/gtk. Program now also appears in popup.
+ * src/libvlc.h:
+   - added "en" to the list of languages in the preferences.
+   - added DIV1, DIV2, i263, WMV1 to video encoding options in prefs.
+     FENRIR: is this correct this way?
 
- *In interface, only display ES associated with the selected program, or with
- no program at all.
+2003-05-28 Wednesday 00:52  titer
 
-2002-03-05 Tuesday 07:48  gbazin
+  modules/video_output/x11/xcommon.c : compile fix for gcc != 3
 
- * fixed typo in the win32 change to the input parser.
+2003-05-27 Tuesday 22:57  gbazin
 
-2002-03-05 Tuesday 00:56  massiot
+ * install-win32: fixed the nsi script to not include the FAQ.
 
- * IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>,
- for BT ;
- * --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
- -4 but I don't know how to do it with the new configuration module) ;
- * Channel manager now uses a socket from the network plug-in and is more
- portable (and probably broken, too :) ;
- * input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
- easily reused by plug-ins other than mpeg_ps and mpeg_ts.
+2003-05-27 Tuesday 22:42  hartman
 
- That's all for tonight.
+ * Turn mem leaks into warning's instead of errors. Users seem to think that
+   mem leaks will kernel panic there machine or something ;)A
+   This will generate less bugreports, yet keep them visible to those who
+   should and will care.
 
-2002-03-04 Monday 23:20  gbazin
+2003-05-27 Tuesday 22:08  gbazin
 
- * this time I actually commited the win32 modif to the input parser ;-)
+ * modules/gui/win32/Modules.am: strings.cpp has been removed.
 
-2002-03-04 Monday 23:18  gbazin
+2003-05-27 Tuesday 21:48  gbazin
 
- * We now make sure the aout plugin buffers always contain between
- AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2 worth of audio.
- This should solve the audio buffer underruns.
+ * ALL: bumped version to 0.6.0-test2
+ * Makefile.am: got rid of the faq in the package-win32 target.
 
- * fix for the bug in input when filename contains a '@' character.
+2003-05-27 Tuesday 20:43  gbazin
 
- * simplified the win32 specific changes to the input parser. ( I think
- we can safely assume that no access plugin name will have a length of
- one character)
+ * modules/access/vcd/cdrom.c: On winNT/2K/XP we set the track format to YellowMode2 when issuing raw read requests. Otherwise we can't read the SVCD DATA track which is in Mode2 Form1.
 
-2002-03-04 Monday 02:53  stef
+2003-05-27 Tuesday 13:22  titer
 
- [no log message]
+  * src/stream_output/announce.c : BeOS compile fix.
+    setsockopt( IP_MULTICAST_TTL ) is done in network/ipvx.c (if supported),
+    so there is no need to do it here again.
+  * modules/gui/beos/* : minor fixes
 
-2002-03-03 Sunday 21:42  gbazin
+2003-05-27 Tuesday 11:35  gbazin
 
- * added network to the list of the plugins directories in Makefile
- * small bugfixes
+ * modules/gui/wxwindows/*: fixed context menu problem on win32.
 
-2002-03-03 Sunday 18:34  xav
+2003-05-27 Tuesday 01:48  hartman
 
-  * Fixed DVD input under Win32.
-  * Fixed input parser under win32, chich couldn't understand that
- c:\windows\bureau is a valid file and doesn't need to be accessed with
- the plugin 'C' :-)
-  * BTW, I added myself in the AUTHORS file :)
+ * removed vlc_wraptext
 
-2002-03-03 Sunday 05:37  sam
+2003-05-26 Monday 19:26  gbazin
 
-   * Got rid of int_types.h and did a few changes Ipkiss will need. Hope I
-     did not break other platforms.
+ * modules/video_output/directx/events.c: fixed breakage.
 
-2002-03-02 Saturday 10:34  gbazin
+2003-05-26 Monday 19:06  gbazin
 
- * fixed compilation problem related to ssize_t
+ * modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards.
+ * modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut.
+ * modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered.
+ * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts.
 
-2002-03-02 Saturday 04:53  xav
+2003-05-26 Monday 16:06  gbazin
 
-  * Various Win32 compilation fixes.
-  * DVD compiles, but doesn't work yet.
-  * Fixed some typos in my previous Win32 multicast commit
+ * modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes.
 
-2002-03-02 Saturday 04:51  sam
+2003-05-26 Monday 14:59  hartman
 
-    * ./plugins/dummy/input_dummy.c: fixed `vlc vlc:quit'.
-    * ./src/input/input.c: initialized uninitialized variables.
+ * modules/codec/quicktime.c: i had accidently upgraded this plugin to 100
+ * modules/demux/avi/avi.c: fixed a spelling error reported by emulynx
+ * modules/gui/macosx/intf.?: added a wrapString:toWidth function
+ * modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it
+   was ugly. now we use our own, osx method. This fixes tooltips in japanese
+   I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused.
 
-2002-03-02 Saturday 04:15  stef
+2003-05-26 Monday 13:45  zorglub
 
- *Initiliaze p_access_module & p_demux_modules to NULL when input thread
- in created.
+ * The VLC-integrated SAP server now sends compliant packets. They can
+   only be viewed with the CVS version of VLC
 
-2002-03-01 Friday 17:07  sam
+2003-05-26 Monday 02:09  gbazin
 
-   * ./po/no.po: Norwegian translation by Sigmund Augdal. Berdå ka pø tüt.
-   * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
-     Gtk interface, qvlc launches the Qt interface, etc.
-   * ./plugins/fx/scope.c: we now have sound together with --aout scope.
+ * modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready().
+    started to implement X11Region and integrated the wxWindows dialogs.
+ * configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
 
-2002-03-01 Friday 02:12  stef
+2003-05-26 Monday 02:03  hartman
 
- *dvd and dvdread support for input III.
+ * modules/gui/macosx/prefs.m: fixed the module selectors.
+ * modules/video_filter/crop.c: clarified the use of crop. someone please
+   check, i'm not entirely sure this is correct. Actually i think we should
+   split this up in more then one config item, for GUI preferences clarity.
+   Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or
+   like ffmpeg has which uses left, right, top and bottom offsets.
 
- Dvdread is known to segfault at title change. I'm working on this.
+2003-05-26 Monday 01:25  hartman
 
-2002-03-01 Friday 01:33  massiot
+ * extras/MacOSX/Resources/English.lproj/MainMenu.nib
+ * modules/gui/macosx/output.m:
+   - changed the textfields for bitrate into comboboxes with suggested values
+     identical to the ones in wxwindows intf.
+   - changed "bitrate (bps)" into "bitrate (kb/s)
+ * modules/gui/macosx/prefs.?:
+   - update the current view when advanced is changed.
+   - module_lists now use the description strings.
+   - always wraptext on tooltips. Currently japanese language is breaking.
+   - we now have sliders for int/float config options with ranges.
+   - fixed a warning message about an un-init'ed module_t.
+ * modules/video_filter/adjust.c:
+   - added the ranges to the description strings of the config options.
+   - blur-factor now uses a range as according to it's description string
+     it already should have used this.
 
- Input III (Episode 1).
- - Major rewrite of the buffer core functions
- - Modularity of access plugins (file, udp, http)
- - Modularity of network stack (ipv4, soon ipv6)
- - Autodetection of the type of stream
+2003-05-25 Sunday 23:08  titer
 
- And a new killing feature : HTTP streams are now seekable.
+  modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens
+    since the gettext behaviour changed
 
- Please note that dvd, dvdread and vcd plug-ins are broken and thus disabled.
+2003-05-25 Sunday 22:36  titer
 
-2002-02-27 Wednesday 23:57  sam
+  * bootstrap: remove a -shared flag as ./configure already adds it for
+    platforms which need it
+  * configure.ac.in: don't use -shared on BeOS
 
-   * ./plugins/mpeg_vdec/vpar_headers.c: we no longer crash when the next
-     stream doesn't have the same image size as the previous one.
-   * ./src/audio_output/aout_pcm.c: another overrun fix; please test.
+2003-05-25 Sunday 20:16  gbazin
 
-2002-02-27 Wednesday 20:05  sam
+ * configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension.
 
-   * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
+2003-05-25 Sunday 19:24  gbazin
 
-2002-02-27 Wednesday 19:19  sam
+ * modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard.
 
-   * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
-   * ./src/video_output/video_output.c: fixed a segfault on exit.
+2003-05-25 Sunday 18:32  sigmunau
 
-2002-02-27 Wednesday 05:49  sam
+ convert the strings in the id3tags to utf8 before storing them.
 
-   * ./src/input/input.c: BeOS network support (no idea if it works when you
-     don't have BONE, though).
+2003-05-25 Sunday 18:02  nitrox
 
-2002-02-27 Wednesday 04:47  sam
+ . SAP/SDP packets parsing: ability to parse RFC compliant packets
+   parse_sap returns the SAP header length
+   parse_sdp only parse the SDP payload
+   note that VLC will discard messages from the old miniSAP-server
+   (You have to use CVS version of miniSAP-server)
+   (Messages from the new miniSAP-server will be discarded with old VLC)
 
-   * ./include/common.h: BeOS compile fixes.
-   * ./plugins/beos/vout_beos.cpp: fixed BeOS video output.
+2003-05-25 Sunday 17:27  massiot
 
-2002-02-26 Tuesday 23:08  gbazin
+ * We now use UTF-8 internally under Mac OS X. This requires a libiconv-
+ enabled version of gettext. (patch courtesy of the DJ)
 
- * Fixed uninitialized variable in config_Duplicate()
- * Fixed problem introduced in latest gtk commit
+2003-05-25 Sunday 17:21  titer
 
-2002-02-26 Tuesday 19:25  gbazin
+  modules/gui/beos/PreferencesWindow.* :
+   * added a BBox around each panel (looks nicer)
+   * now use BSliders for {integer,float}_with_range
 
- * forgot to add the declaration of server_port in main.c
- * char pointers obtained by config_GetPszVariable need to be freed
+2003-05-25 Sunday 15:05  alexis
 
-2002-02-26 Tuesday 18:22  xav
+ ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS
+ under www.videolan.org/doc/faq/
 
- Multicast now works under Win32, but this is a _bad_ kludge.
+2003-05-25 Sunday 11:31  gbazin
 
- It still segfaults 4 secondes after the first frame, but, at least, I
- can see two or three frames from MI2 :-)
+ * src/video_output/video_output.c, modules/video_output/directx/*, modules/video_output/x11/xcommon.c: fullscreen state is now attached to the input, so it will be remembered even if the vout is restarted (switching filters, dvd menus, etc...).
+ * modules/video_filter/deinterlace/deinterlace.c: small change.
 
-2002-02-26 Tuesday 02:17  stef
+2003-05-25 Sunday 10:14  gbazin
 
- *Reversed my previous configuration change.
+ * modules/codec/ffmpeg/ffmpeg.c: fixed typo.
 
- I'd better used dvd_title or so but INPUT_TITLE_VAR is also used in
- gtk_open.c and I can't find a neat way to prevent this, so I leave this
- option in main.c.
+2003-05-25 Sunday 00:16  gbazin
 
-2002-02-26 Tuesday 00:59  sam
+ * modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options.
 
-   * ./include/threads.h: support for the State Threads Library, a userland
-     threads library (http://state-threads.sourceforge.net/). Useless to most
-     people, but can be handy to debug stuff. Activate with `--enable-st'.
+2003-05-24 Saturday 23:40  gbazin
 
-2002-02-25 Monday 19:42  stef
+ * src/misc/variables.c, include/variables.h: first pass at object var inheritance.
+ * rc/video_output/video_output.c, modules/video_filter/deinterlace/deinterlace.c: fixes to the deinterlace object var.
 
- *Adaptation to new configuration scheme for dvd, dvdread and spdif
+2003-05-24 Saturday 21:28  asmax
 
-2002-02-25 Monday 05:30  sam
+ * events aren't perfect yet, but it is better enough to commit
 
-   * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
-   * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
+2003-05-24 Saturday 20:54  gbazin
 
-     Each time I fix a bug in vlc I feel urge to code something useless. This
-     one is very, very rough for the moment, probably buggy, slow, will crash
-     your blender and reboot your fridge. Screenshot can be found here:
-       http://www.zoy.org/~sam/vlc/vlc-scope.jpeg
-     Activate with `--aout scope' (yes, it currently disables the real
-     audio output... I'll fix this as well).
+ * src/video_output/video_output.c: new "deinterlace" object variable.
+ * modules/gui/macosx/prefs.m: compilation fix.
+ * modules/gui/wxwindows/menus.cpp: use the "deinterlace" object var.
+ * modules/gui/skins/*: couple of fixes.
 
-2002-02-24 Sunday 23:12  sam
+2003-05-24 Saturday 17:52  gbazin
 
-   * Replacement header for aout_common.h.
+ * modules/gui/skins/*: compilation fixes.
+ * modules/gui/wxwindows/*: fixed the open dialog to switch to the requested file/disc/net section.
 
-2002-02-24 Sunday 23:06  sam
+2003-05-24 Saturday 15:11  titer
 
-   * Fixed a quite old bug in the audio output which made the sound stutter
-     when wrapping around the audio output fifo.
-   * Lots of simplifications in the audio output, got rid of b_stereo.
+  * Makefile.am: minor change in BeOS packages generation
+  * doc/release-howto.txt: remove outdated info about how to build BeOS
+    packages
 
-2002-02-24 Sunday 22:36  jobi
+2003-05-24 Saturday 13:14  gbazin
 
- Added a menu in the GTK and gnome interfaces to change the current program
- in multi-program streams (such as ones provided by a DVB-S card).
+ * configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated.
 
-2002-02-24 Sunday 21:51  gbazin
+2003-05-24 Saturday 13:05  massiot
 
- This is the first part of the new configuration architecture for vlc.
- Two other parts will follow soon:
- - config file implementation
- - gtk configuration interface.
+ * modules/codec/libmpeg2.c: Fixed synchro with field pictures.
 
- This part won't change much for end-users as these changes are mostly
- internal, you will however notice that the command line interface has
- changed. It will maybe be less user-friendly as I almost removed the
- short options but it shouldn't a big problem when the config file is
- implemented.
+2003-05-24 Saturday 12:55  jpsaman
 
- What as changed is that it is really easy now to add configuration
- options to vlc. Plugins can also implement configuration options. All
- you have to do is to declare a MODULE_CONFIG section in your plugin.
- If you want to know more about this look at configuration.h and for some
- example: main.c, dsp.c or xvideo.c
+ Added option to run vlc as a Qt Embedded Gui Server. Use --qte-guiserver to enable this feature. The default is to run as a normal GuiClient.
 
- It would be nice if every developper could now start using configuration
- options in there plugins and also enhance old plugins.
+2003-05-24 Saturday 12:53  sam
 
- That's it, now let's hope I didn't break too many things ;-)
+   * ./po/*: re-ran toolbox --update-po.
+   * ./po/en_GB.po: the British translation is up to date.
 
-2002-02-23 Saturday 22:31  gbazin
+2003-05-24 Saturday 12:35  sam
 
- * fixed array over-run bug in intf_MsgUnsub
+   * ./Makefile.am: used $(srcdir) where necessary (Closes: #319).
 
-2002-02-22 Friday 21:46  gbazin
+2003-05-24 Saturday 12:34  sam
 
- * Don't try to grok altivec with mingw32.
- * --with-directx-path should now indicate the path where the actual
- headers are (before the headers had to be in an include subdir). By the
- way you can download these header files from the videolan web site.
+   * ./toolbox: we no longer translate the Borland plugin.
 
-2002-02-22 Friday 00:56  sam
+2003-05-24 Saturday 12:10  sam
 
-   * ./src/misc/modules_plugin.h: if symbol foo isn't found in the
-     plugin, we always try to open _foo, whatever the architecture.
+   * ./configure.ac.in: the help message now says libmad is enabled by
+     default (Closes: #704).
 
-2002-02-21 Thursday 01:54  sam
+2003-05-24 Saturday 11:53  sam
 
-   * ./configure.in: gtk*-config detection fix for FreeBSD.
+    * ./modules/access_output/udp.c: if the clock needs to be reset, we do not
+      wait or we will face delay issues as reported in #794. Fix inspired from
+      a suggestion by John Michael Zorko.
 
-2002-02-21 Thursday 00:23  sam
+2003-05-24 Saturday 02:48  hartman
 
-   * ./configure.in: removed a bashism.
-   * ./plugins/x11/xcommon.c: support for systems without shm.h.
-   * QNX compilation fixes here and there; the qnx plugin still doesn't work.
+ * modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic.
+ * modules/demux/mp4/mp4.c: added SVQ1 for the quicktime decoder.
+ * modules/gui/macosx/macosx.m: typo
+ * modules/gui/macosx/prefs.m: fix of the module selectors.
+ * po/nl.po: i've taken a head start on the translations.
+ * src/libvlc.h: removed unused string RT_PRIORITY_TEXT
 
-2002-02-20 Wednesday 20:01  sam
+2003-05-23 Friday 23:53  sigmunau
 
  * ./Makefile: the win32 port now uses a more recent version of gtk+.
the http interface should now output valid xhtml 1.0.
 
-2002-02-20 Wednesday 06:56  sam
+2003-05-23 Friday 13:02  hartman
 
-   * ./plugins/gtk/gtk.c: the log window is now black with colourful text.
-   * ./plugins/gtk/gnome.c: ported the log window to the GNOME interface.
-   * ./src/interface/intf_msg.c: messages are sent to the queue even if
-     -vvvv* wasn't specified.
+ * Updated the informal message to report the ip and port the http intf was
+   started on. This will help ppl to actually use the thing ;)
 
-2002-02-20 Wednesday 06:50  jlj
+2003-05-23 Friday 11:41  sam
 
-   * MacOS X VCD support.
+   * Built-in modules were linked twice in the mozilla plugin; removed the
+     non-PIC ones (Closes Debian bug #194384).
 
-2002-02-19 Tuesday 04:54  sam
+2003-05-23 Friday 00:00  hartman
 
-   * ./plugins/lirc/lirc.: various fixes, thanks to Sigmund Augdal.
-   * ./plugins/text/logger.c: rewrote an ugly loop.
-   * ./plugins/gtk/gtk.c: added a Gtk+ window containing all the log
-     messages; updated in real time. To open it, go to "view"->"messages".
+ * vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;)
+ * modules/gui/macosx/vout.m: removed some code that was preventing us from
+   using chroma converters.
+ * modules/codec/quicktime.c:
+   - added the video decoder. only works with SVQ3 atm, returns Invalid
+     BITMAPHEADER for some reason in all other cases.
+   - did some cleaning up. this might just work under Win32 now aswell,
+     gibalou will do some testing tomorrow ;)
+   - SVQ3 QT degrades faster then the ffmpeg version, but also recovers
+     faster. I'm not yet sure which one i prefer.
 
-2002-02-19 Tuesday 01:50  sam
+2003-05-22 Thursday 22:24  gbazin
 
-    * Got rid of TRACE and intf_DbgMsg which were seldom used anyway.
-    * All intf_*Msg functions now write to stderr.
-    * Implemented a message queue interface plugins can subscribe to.
-    * Wrote the logger interface plugin. Usage:
-       vlc -I logger:filename.log
-    * Lots of fixes in the SPU renderer.
+ * modules/gui/wxwindows/streamout.cpp: fixed typo.
 
-2002-02-18 Monday 20:02  stef
+2003-05-22 Thursday 21:42  gbazin
 
- Fixed a typo in aspect ratio calculation
+ * src/libvlc.h: fixed spelling mistake.
+ * modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls.
+ * modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.
 
-2002-02-18 Monday 02:34  jlj
+2003-05-22 Thursday 20:56  hartman
 
-   * MacOS X vout improvements
-   * MacOS X intf now returns, allowing vlc to terminate properly
-   * Added a new make target: package-macosx
+ * spelling error in description string
 
-2002-02-15 Friday 21:02  gbazin
+2003-05-22 Thursday 20:45  hartman
 
- * Win32 compilation fixes (mingw includes dirent)
- * configure now checks for ddraw.h and not directx.h
- * vout_directx doesn't include directx.h anymore (this file isn't part of
-     the directx sdk)
- * moved all the stuff from aout_waveout.c directly into waveout.c (I don't
-     know what I was thinking about when I created these two files ;-)
- * until we fix the audio buffer underrun problem, waveout will be the
-     default audio output on win32 (instead of directx).
+ * added an ifdef for SVQ3
 
-2002-02-15 Friday 14:32  sam
+2003-05-22 Thursday 20:06  asmax
 
-   * ALL: got rid of *_Probe functions because most of them were duplicates
-     of the real _Init or _Create functions. That's 1000 lines of code gained.
-   * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
-     which should speed up output spawning.
-   * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
-   * ./plugins/gtk/gtk_playlist.c: compilation fix.
-   * ./plugins/macosx/*: preliminary fixes for the vout4 port.
+ * at last the python module works again !
+  (so stupid: the flag -lavcodec had to be at the *end* of the line !)
 
-    Notes on the *_Probe eradication:
-   o I probably broke the DirectX video output, because of the "must init and
-     run in the same thread" issue. I'll fix this ASAP.
-   o Subtitles are broken (or at least, pretty ugly) in RGB mode.
-   o The input plugins still have *_Probe functions. This will disappear when
-     meuuh is finished with the access plugins.
-   o The decoder plugins still have *_Probe functions. This is probably not
-     going to change, it looks OK to me.
+2003-05-22 Thursday 18:30  asmax
 
-2002-02-15 Friday 00:29  sam
+ * started to repair build of python module
 
-   * Grmbl. Forgot to commit those Win32 fixes last time, and they were
-     stuck on VTHR. Sorry xav, this probably explains why I couldn't
-     find the commit log :-)
+2003-05-22 Thursday 16:01  gbazin
 
-2002-02-13 Wednesday 23:10  sam
+ * src/audio_output/*, src/input/*: fixed the audio desync option. You can use positive as well as negative values.
 
-   * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
-   * ./src/interface/main.c: --desync now really accepts a value in ms.
-   * ./plugins/vcd/input_vcd.c: fixed a crash when not opening a VCD.
-   * ./src/video_output/vout_subpictures.c: fixed subtitles under BeOS and
-     other architectures which don't support overlay.
+2003-05-22 Thursday 15:34  hartman
 
-2002-02-08 Friday 16:57  sam
+ * modules/control/http.c: strings for the address and the port variable were switched.
 
-   * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB video output to
-     vout4. The overlay video output still needs to be written though.
+2003-05-22 Thursday 14:40  hartman
 
-2002-02-06 Wednesday 21:44  gbazin
+ * fixed a localization issue
 
- * Just renamed the liba52_adec plugin into a52 to comply with the naming
- convention used by the other plugins.
+2003-05-22 Thursday 14:25  hartman
 
-2002-02-06 Wednesday 03:37  sam
+ * modules/gui/macosx/playlist.m: fixed my fix
+ * modules/gui/macosx/output.m: removed a debug statement
+ * modules/gui/macosx/prefs.m: fixed localizations of the prefs panel.
 
-   * ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
-     <sigmunau@stud.ntnu.no>, activate with --enable-lirc.
-   * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
+2003-05-22 Thursday 13:40  hartman
 
-2002-02-05 Tuesday 22:46  gbazin
+ * Fixed an issue that was preventing the use of the playlist in Mac OS 10.1
 
- * New AC3 decoder plugin using liba52 from Aaron Holtzman and
-     Michel Lespinasse.
-     This plugin isn't used by default, you have to specify:
-     --ac3_adec liba52
+2003-05-22 Thursday 12:00  gbazin
 
-2002-02-04 Monday 10:58  sam
+ * INSTALL.win32: added a small note about running vlc under the msvc debugger.
+ * modules/gui/wxwindows/*: small fixes.
+ * modules/access/vcd/*, modules/access/cdda.c: re-activated autodetection of vcd and cdda on win32.
+ * src/misc/cpu.c, src/stream_output/announce.c: msvc fixes.
 
-   * ./src/misc/modules.c: changed module_Need to make it possible to
-     have several modules with the same shortcut name.
+2003-05-21 Wednesday 21:30  hartman
 
-2002-01-31 Thursday 00:41  fgp
+ * modules/gui/macosx/output.m: fixed the stream/transcode dialog. test1
+   version was broken.
+ * extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths.
 
- *) We now call lockFocus on the QuickDrawView before attempting to get it's qdport.
+2003-05-21 Wednesday 19:55  hartman
 
-2002-01-30 Wednesday 01:09  sam
+ * vlc.ebuild: This ebuild should work if we release a test2.
+ * modules/codec/quicktime.c: I added all the audio formats I know QT can handle.
+   except for mp3 ;)
+ * modules/codec/ffmpeg: added asv1 (disabled), and enabled IV31 on little endian,
+   since the problems with this decoder are endian specific according to it's creator.
 
-   * Fixed stuff in the wall filter. Extended syntax:
-      --filter wall         % open a wall (3x3 is the default value)
-      --filter wall:2       % open a 2x2 wall
-      --filter wall:3x2     % open a 3x2 wall
-      --filter wall:2x1:0   % open a 2x1 wall, only display block 0
-      --filter wall:2:0,3   % open a 2x2 wall, only display blocks 0 and 3
-     For instance, if you have 2 computers listening to a network stream, on
-     the left computer you use --filter wall:2x1:0 and on the right computer
-     you use --filter wall:2x1:1
+2003-05-21 Wednesday 18:09  jpsaman
 
-2002-01-29 Tuesday 21:11  gbazin
+ Reverting previous --with-libmpeg2-prefix commit. Thanks Gildas for reminding me!
 
- * Added mstrtime() to module_symbols_t so we can compile the mpeg_vdec
-     plugin with TRACE mode enabled.
+2003-05-21 Wednesday 18:04  jpsaman
 
-2002-01-29 Tuesday 00:08  stef
+ More buildscript fixes.
 
- -Fixed ac3_spdif which has been broken recently,
+2003-05-21 Wednesday 15:54  gbazin
 
- -Check frequency in ac3_adec and change fifo if needed,
+ *  modules/audio_output/directx.c, modules/audio_output/waveout.c: we destroy the audio-device variable if the probing has failed.
 
- -Moved initialisation of p_aout from plugins to audio_output.c
- If audio output rate is psecified at launch time, we try to use it by default.
+2003-05-21 Wednesday 15:40  hartman
 
- Note that audio output currently suffers from frequent underruns.
- This has not been fixed here.
+ * include/main.h
+   src/libvlc.c: Added a quicktime_lock on SYS_DARWIN
+ * ALL: QT on OSX is not threadsafe in certain areas. i have found the proces
+   of identifying the right Codec to use for decoding to be one of these areas.
+   So when we do this, only one thread at a time can use QT.
+   Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;)
 
-2002-01-28 Monday 17:51  sam
+2003-05-21 Wednesday 13:27  gbazin
 
-   * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
+ * modules/gui/skins/src/vlcproc.cpp: fixed yesterday's breakage.
+ * modules/gui/wxwindows/menus.cpp: fixes for menu auto-generation.
+ * src/video_output/video_output.c: added a "fullscreen" object variable.
+ * modules/video_output/directx/*: added an always-on-top object variable and modified to take into account the fullscreen object variable.
 
-2002-01-26 Saturday 02:18  tcastley
+2003-05-21 Wednesday 13:19  sigmunau
 
- Fixed compliation error due to inclusion of threads.h
+ removed the desctiption texts of a nonexisting config option
 
-2002-01-25 Friday 18:18  sam
+2003-05-21 Wednesday 13:10  sigmunau
 
-   * ./plugins/x11/xcommon.c: we don't use DPMS functions if they are
-     not available.
+ removed the --playlist option as it doesn't seem to be used
 
-2002-01-25 Friday 07:43  gbazin
+2003-05-21 Wednesday 10:02  fenrir
 
- * Added a new very simple audio plugin for Win32. This plugin uses the
-     waveOut API which is a lot easier to use for streaming stuff than
-     directsound. (you don't have to take care of underflows anymore
-     because it doesn't use circular buffers).
-     If you are having a lot of underflows, this plugin is currently
-     better adapted than the directx plugin.
+ * wav: fix a parsing bug.
 
- * Moved some initialization stuff in audio_out.c so we can now the
-     caracteristics of the audio stream before calling aout_Open().
+2003-05-20 Tuesday 23:17  gbazin
 
-2002-01-24 Thursday 22:54  fgp
+ * modules/gui/wxwindows/*, modules/gui/skins/src/vlcproc.cpp: The open dialog box now handles multiple files selection.
 
- *) Changed configure.in to check for all header files the macosx plugin needs
- *) There is now an option --disable-macosx, instead of --enable-macosx.
-    --disable-macosx is default for all plattforms except MACOSX
- *) The mouse cursor is hidden when playing in fullscreen mode
- *) The screensaver is deactivated when playing in fullscreen mode
-    (Thanks to Julian Mayer <julianmayer>@mac.com)
- *) Stop, Prev and Next buttons work now.
+2003-05-20 Tuesday 21:35  hartman
 
-2002-01-24 Thursday 19:50  stef
+ * ALL: added a quicktime module.
+   - This module provides QDM2 and QDMC sound support on OSX by linking to
+     the native QT libraries. We now have FULL QT trailer support on OSX.
+   - The video part of this decoder is not yet working on OSX.
+   - This can be used for a future win32dll loader system as well.
 
- Configure and Makefile tweaking for dvdread module.
- It is now activated with option --with-dvdread, that takes the same options
- as --with-dvdcss.
- If you link with libdvdread statically dvdread is compiled builtin ; if you
- link dynamically, it is compiled as a plugin.
+2003-05-20 Tuesday 20:09  jpsaman
 
-2002-01-24 Thursday 14:32  sam
+ Modified build scripts
 
-   * ./src/misc/modules_plugin.h: fixed a missing function initialization
-     which made decoder plugins segfault in GetChunk calls.
-   * ./configure.in: proper soundcard.h check from Yves Duret.
+2003-05-20 Tuesday 18:53  hartman
 
-2002-01-23 Wednesday 04:15  stef
+ * NEWS: updated some OSX info
+ * ALL:
+   - added CDDA support
+   - added a "Online Documentation" item to the Help menu
+   - removed some debugging strings
 
- *Merged hh patch in libdvdcss from main tree.
+2003-05-20 Tuesday 16:20  zorglub
 
- *Updated local libdvdread, so that it does not depend on libdvdcss
- (ala dummy_dvdcss) and modified configure to reflect changes.
+ All: Support for SAP advertising in stream output
 
-2002-01-22 Tuesday 00:57  massiot
+       add sap, or sap="Name" in the stream output options
 
- * Decoders do not necessarily use bit stream (see mad plug-in)
- * mad PTS should finally be accurate
- * Some configure changes.
+2003-05-20 Tuesday 16:08  sigmunau
 
-2002-01-21 Monday 08:00  gbazin
+ kde.cpp: explicitly tell kde with icons to use. Should fix a crash that
+ caused AIGALRM.
+ kde.cpp, interface.cpp: turn --kdeuirc into --kde-uirc to comply with naming
+ conventions
 
- * Fixed crashes on exit in the directx plugin
- * vout_PlacePicture is now accepting picture width=height=0
+2003-05-20 Tuesday 15:51  hartman
 
- * Win32 (NT/2000/XP) fix for libdvdcss: first attempt to open the DVD
-   device in read/write mode so we can use ioctls. If this fails
-   (insufficent privileges) we at least open in read-only mode so the
-   libdvdcss title decryption method can be used.
+ * THANKS: Added Davor Orel who created the OS X icons.
+ * modules/gui/macosx/macosx.m: changed a float into a float with range
 
-2002-01-21 Monday 06:14  sam
+2003-05-20 Tuesday 15:23  hartman
 
-   * ./configure.in: added extra checks for strange compilers such as
-     Borland C++ which do not support all gcc options. Note that vlc does
-     not compile with bcc32 yet, but is getting closer and closer to.
+ * Added a Reset prefs option
+ * New prefs dialog much like the wxWindows and BeOS one.
+   - translated instances might be broken.
+   - still need sliders for min/max values
+   - improved sizing should be done.
 
-2002-01-21 Monday 01:52  sam
+2003-05-20 Tuesday 11:44  titer
 
-   * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
-   * ./config.guess ./config.sub: latest GNU versions.
-   * ./configure.in: when possible, xvideo is compiled as a plugin.
-   * ./vlc.spec: fixed a few minor inaccuracies.
-   * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
-   * ./src/interface/main.c: --spumargin flag; use this to force displaying
-     subtitles at the bottom of the screen instead of putting them in the
-     middle, for instance: `--spumargin 5'.
+  modules/gui/beos/PreferencesWindow.* : cleaning
 
-2002-01-18 Friday 00:02  gbazin
+2003-05-19 Monday 23:36  gbazin
 
- * major rewrite of the directx video plugin to adapt it to the new vout4
-     architecture. This plugin has also been through a major clean-up
-     and it is now much more robust and optimized.
+ * modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago.
 
- * Fixed a few problems with the win32 build.
+2003-05-19 Monday 21:39  asmax
 
- * Replaced the "overlay" command line option with "nooverlay". The
-     former was confusing and useless because overlays were used by
-     default anyway.
+ * a lot of cleaning in X11 skins, but some problems remain with
+   event handling :(
 
-2002-01-17 Thursday 17:17  sam
+2003-05-19 Monday 21:04  gbazin
 
  * ./vlc.spec: imported MandrakeSoft's new spec file.
  * ./debian/control: fixed build-dependencies for vlc-mad.
* modules/gui/wxwindows/Modules.am: included the 2 new bitmaps.
* po/*: updated the po files.
 
-2002-01-16 Wednesday 05:47  sam
+2003-05-19 Monday 20:47  gbazin
 
-   * ./debian/rules: fixed the vlc-arts and vlc-mad package builds.
+ * Bumped version to 0.6.0-test1
+ * modules/access/cdda.c: decreased the priority of the cdda plugin.
 
-2002-01-15 Tuesday 20:01  stef
+2003-05-19 Monday 11:38  gbazin
 
- The gnome/gtk interface should no longer user p_input->stream before it
- has been initialized.
+ * src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for when the stream output duplication fails for whatever reasons.
 
-2002-01-15 Tuesday 18:55  stef
+2003-05-19 Monday 09:57  gbazin
 
- *stream lock is initialized in input_CreateThread instead of initThread,
- to have it initialized when we call it in the interface.
+ * modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.
 
-2002-01-15 Tuesday 12:51  asmax
+2003-05-18 Sunday 23:16  fenrir
 
- - added support for S8 and U16 aout (not tested)
- - The sound is very dirty in U8 mode. I don't know if it comes from the
8 bit mode itself or from the S16->U8 conversion.
+  * input_program.c: input_DelES destroyed the decoder (if any) without
+  removing this ES from the list of selected ES. So, instead we call
 input_UnselectES.
 
-2002-01-15 Tuesday 02:01  sam
+2003-05-18 Sunday 22:30  titer
 
-   * ./debian/control: fixed Debian build-depends.
-   * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
-     is already defined in <scsi/scsi.h> under Linux.
+  modules/gui/beos/MessagesWindow.cpp : fixed a minor scrolling issue
 
-2002-01-15 Tuesday 00:46  massiot
+2003-05-18 Sunday 20:54  jpsaman
 
- * More precise way to retrieve a PTS from the bit stream.
- * Fixed issues in the PTS handling of the mad plug-in (incomplete).
+ Updated release numbering of packages.
 
-2002-01-14 Monday 22:00  jpsaman
+2003-05-18 Sunday 19:46  gbazin
 
Configure, build and install instructions for libmad library and mad plugin.
* modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and play faster buttons.
 
-2002-01-14 Monday 20:54  asmax
+ PS: We really need nicer toolbar icons for the wxWindows interface. Anybody would like to design some ?
 
- - le coup de grâce: all the code in audio output is now factorized (except
- for ac3 spdif) in aout_common.c/.h
- - aout thread functions are declared with a macro
+2003-05-18 Sunday 18:56  hartman
 
- TODO:
- - test unsigned 8 bit output, and implement S8 and U16 outputs
- - multi-channel support
- - check if resampling takes the PTS into account (and fix it)
+ * fixed a few spelling errors, and added a note about QDM2 sound which is still unsupported
 
-2002-01-14 Monday 13:15  asmax
+2003-05-18 Sunday 17:48  asmax
 
- HUGE cleanings in audio output:
- - removed AOUT_INTF_*_FIFO, which where not used
- - factorized S16StereoPlay, U8MonoPlay, and so on.., in a single
-   function aout_FillBuffer (in aout_common.c)
-   (unsigned 8bit may be broken, but I have no stream to test with :(
+ * added transparency in X11 skins
 
- - last step to be done: factorize aout_s8, aout_s16, ... thanks to a macro
+2003-05-18 Sunday 16:27  gbazin
 
-2002-01-13 Sunday 19:13  gbazin
+ * modules/gui/wxwindows/*: the open dialog box is created only once and reused when needed. This allows to have the previous settings displayed when you re-open the dialog.
 
- * A few fixes for the Win32 build.
+2003-05-18 Sunday 15:44  gbazin
 
-2002-01-13 Sunday 16:07  gbazin
+ * modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_ReadSectors(), a function that can read multiple sectors at a time.
+   Modified the cdda plugin to read 20 sectors at a time. This was necessary because it was overkill to read the data sectors by sectors and was creating problems under Windows.
 
- * Fixed all the problems related to ToggleFullScreen().
+2003-05-18 Sunday 12:18  gbazin
 
-2002-01-12 Saturday 22:58  jlj
+ * modules/gui/wxwindows/open.cpp: small fixes.
+ * modules/access/vcd/cdrom.c: win32 fix for cue file parsing.
+ * modules/video_filter/osd_text.c: small win32 fix.
 
-   * ./src/misc/modules.c: Fixed a compile issue under platforms without
-     HAVE_DYNAMIC_PLUGINS.
+2003-05-18 Sunday 11:25  asmax
 
-2002-01-12 Saturday 03:02  jlj
+ * first BMP loader for X11 skins : it can only handle 24bbp uncompressed
+   images, but it works !
 
-   * ./src/interface/intf_eject.c: MacOS X port.
+2003-05-17 Saturday 23:57  gbazin
 
-2002-01-12 Saturday 02:25  sam
+ * INSTALL.win32: finally updated the instructions on how to build vlc for win32 :)
+ * install-win32, Makefile.am: updates for the win32 package.
+ * NEWS: added a few missing things.
 
-   * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV.
-   * ./plugins/ggi/ggi.c: activated double buffering.
-   * ./src/video_output/vout_pictures.c: we create more Xv pictures to
-     get smoother rendering.
+2003-05-17 Saturday 22:48  gbazin
 
-2002-01-11 Friday 04:07  sam
+ * modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only 1 choice available.
+ * modules/gui/wxwindows/streamout.cpp: small cosmetic changes.
+ * modules/gui/wxwindows/open.cpp: added a CD Audio entry.
 
-   * BSD compilation fix suggested by Steven M. Schultz.
+2003-05-17 Saturday 22:00  gbazin
 
-2002-01-11 Friday 00:41  asmax
+ * include/input_ext-intf.h: forgot this file in my last commit.
+ * src/input/input_programs.c: prev/next-chapter and prev/next-title navigation variables are created only when necessary.
 
- - beginning of code factorization in aout_s16 (more cleaning will come)
- - As for libmad, I have tried to create the aout fifo in libmad_output,
-   to open it with the right sample rate, but strangely it didn't work.
+2003-05-17 Saturday 20:30  gbazin
 
-2002-01-10 Thursday 05:11  sam
+ * modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir).
+   You can now listen to your favorite CDDAs with vlc, or even stream them :)
+   (Their is not yet any support for jitter correction).
+ * modules/codec/araw.c: small clean-up.
 
-   * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
-   * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
-     DecoderError.
-   * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
-     fourth time someone has to commit this, so I added a reminder :-)
+2003-05-17 Saturday 18:30  titer
 
-2002-01-09 Wednesday 11:22  sam
+  * modules/gui/beos/MessagesWindow.* : cleaning
+  * modules/gui/beos/PreferencesWindow.* : split the main modules into
+    its categories
 
-   * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
+2003-05-17 Saturday 15:20  titer
 
-2002-01-09 Wednesday 03:01  sam
+  modules/gui/beos/* : cosmetic
 
-   * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
-     already a system macro under MacOS X.
-   * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
-   * ./plugins/glide/glide.c: activated double buffering.
-   * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
-   * ./src/input/input.c: fixed the input memory leak, and the insane thread
-     spawning we got with vlc:loop.
-   * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
-     currently Linux-only.
+2003-05-17 Saturday 14:36  gbazin
 
-2002-01-09 Wednesday 01:33  asmax
+ * modules/video_output/directx/events.c: implemented the same shortcuts as in the x11/xvideo output.
 
- - better communication between audio decoder and output: aout plugins
- are now opened directly in the right mode (works with mpeg_adec and
- ac3_adec, not tested with mad)
- - first attempt to implement mono output (doesn't work yet)
-
-2002-01-07 Monday 18:02  sam
-
-   ./debian/control: updated list of supported architectures.
-   ./share/*: added 16x16 and 32x32 versions of PNG icons.
-
-2002-01-07 Monday 03:12  sam
-
-   * ./plugins/mga/mga.c: removed the mgammx module and put the code in
-     the chroma_i420_ymga module instead. This introduces a slight
-     performance issue as we now need to memcpy() the Y plane, but I have
-     some vout4 enhancements on their way which make this point moot.
-   * ./debian/changelog: imported official Debian changelog.
-   * ./debian/control: activated the vlc-mad and vlc-arts packages; package
-     builds should now work again.
-   * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
-     compiled without libdvdcss which overflowed the return stack.
-   * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
-   * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
-   * ./src/input/input.c: prepared everything for multi-input mode; since
-     no interface is yet prepared to handle this, I changed them so that
-     they just use the first available input for now. This may break other
-     things, but I promise I'll eventually repair everything :-)
+2003-05-17 Saturday 11:35  gbazin
 
-2002-01-06 Sunday 18:18  sam
+ * configure.ac.in: removed the encoders from the list of plugins as they are not used currently.
+ * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
 
-   * ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
-   * ./plugins/mpeg_vdec/Makefile: Little workaround for PA-Risc compilation.
-
-2002-01-05 Saturday 19:25  sam
-
-   * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
-     side effects because I don't know this part of the code, but at least
-     it doesn't crash anymore.
-   * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
-     new video output and module systems. Doesn't work nor even compile yet.
-   * ./configure.in: we now check the gtk-config version.
+2003-05-16 Friday 23:02  gbazin
 
-2002-01-05 Saturday 17:09  sam
+ * modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well.
 
-   * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
-     frame to be displayed. Unfortunately, increasing the number of
-     frames doesn't seem to work and makes the picture stutter...
+2003-05-15 Thursday 23:05  gbazin
 
-2002-01-05 Saturday 16:17  sam
+ * src/input/input_programs.c: a few fixes to the navigation object variable.
 
-   * ./Makefile: fixed a bug when no builtins were selected.
-   * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
-     for the moment, and there is a strange bug with some streams which gives
-     only a green image. Needs to be looked at.
-   * ./plugins/x11/xcommon.c: fixed a few typos.
+2003-05-15 Thursday 22:27  massiot
 
-2002-01-05 Saturday 04:49  sam
-
-   * ./configure.in: fix for obscure architectures like hppa where target_os
-     isn't properly detected.
-   * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
-   * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
-
-2002-01-05 Saturday 03:22  sam
-
-   * ./include/common.h: hton64 is now an inline function.
-   * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
-     detects when two chroma formats are the same, such as UYVY/Y422, or
-     roughly equivalent, such as I420/YV12. Plugins need not worry about
-     conversion anymore.
-
-2002-01-04 Friday 15:01  sam
-
-   * ./BUGS: added a list of known bugs. Please add your findings!
-   * ./MODULES: added a short description of each module. Maybe we should
-     add more details to make this file really useful.
-   * ./doc/bugreport-howto.txt: wishful thinking...
-   * ./Makefile: added a workaround for the fact that .c files don't depend
-     on <videolan/vlc.h>.
-   * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same
-     single file.
-   * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse
-     and --noaltivec options to vlc.
-   * ./configure.in: removed the --disable-mmx option, now useless because
-     of the vlc --no* options.
-   * ./src/interface/main.c: fixed a crash caused by the memcpy module
-     being released too early.
-   * ./include/video.h: more vout4 changes, including margin support, more
-     FOURCC formats recognized, transparent support of identical or almost
-     identical FOURCC formats.
-   * ./include/video_output.h: added a vout_Render function to video output
-     modules which is to be executed before vout_Display.
-   * ./include/common.h: this header is back.
-   * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion
-     functions, mostly taken from vout3's yuv functions, but heavily modified
-     to use FAST_MEMCPY and to handle image dimensions which are not multiples
-     of 16. Not all functions have been written yet, though.
-   * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion
-     functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV,
-     with accelerated MMX versions.
-   * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV
-     4:2:2 pictures in input. With accelerated MMX versions as well. This plugin
-     makes it possible to display 4:2:2 files on most video cards without the
-     quality loss of 4:2:0 downsampling.
-   * ./plugins/filter/*: thanks to the vout_Render function, all filters now
-     output their data perfectly in sync.
-   * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds.
-   * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays.
-   * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
-
-2002-01-02 Wednesday 15:37  sam
-
-   * ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
-   * ./include/config.h et al.: this file is no longer generated.
-   * ./include/video.h: we use the FOURCC definition of a chroma format to
-     describe picture types (see http://www.webartz.com/fourcc/).
-   * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky.
-   * ./plugins/x11/xcommon.c: fixed the XShm operations order.
-
-2002-01-01 Tuesday 08:42  sam
-
-   * Last updates for today's release.
-
-2001-12-31 Monday 06:10  sam
-
-   * Updated changelog.
-
-2001-12-31 Monday 05:53  sam
-
-   * Fixed detection of the esd plugin.
-   * Fixed the ts plugin's input type detection.
-   * Fixed the BadCursor error in the x11 and xvideo plugins. For real this
-     time (unlike my 2001/08/03 fix :p).
-   * Made the wall filter work a bit better. It now spawns a 3x2 mosaic,
-     but this will eventually be configurable, à la `--filter wall:3x3'.
-
-2001-12-31 Monday 04:26  massiot
-
- * Fixed a bug in DecoderError.
- * Temporary kludge for vlc_mpeg_adec=mad ./vlc ...
-
-2001-12-31 Monday 04:23  massiot
-
- Fixed a bug in DecoderError.
-
-2001-12-31 Monday 02:21  massiot
-
- STABLE/HEAD merge ; backported the Next Generation Buffer Manager.
-
-2001-12-31 Monday 02:13  massiot
-
- Miscellaneous typos.
-
-2001-12-30 Sunday 08:09  sam
-
- Some heavy changes today:
-   * Removed duplicate function checks from configure.in.
-   * Added extra magic to Makefile.modules so that the module Makefiles
-     are now ridiculously simple. And I mean *simple*. Check it! This will
-     make a possible switch to full autoconf/automake a lot easier.
-   * Added the vlc version name to the plugin symbols, to be sure we only load
-     plugins with the same version number. A nasty consequence is that you
-     need to rebuild your tree after midnight if you are using a CVS tree :-)
-   * Got rid of modules_export.h by #defining exported functions in the same
-     header as their prototype.
-   * Added modules_inner.h and other commonly used .h files to common.h so
-     there are less and less files to include, and renamed common.h to
-     <videolan/vlc.h>.
-   * First modifications to the module handling system towards my ultimate
-     goal to get rid of the *_Probe functions. Got rid of TestMethod and
-     TestCPU, as well as src/misc/tests.c.
-   * Wrote the chroma plugin handling functions. No YUV functions have been
-     ported yet because it'ls a lot of work, but the core system works, I
-     tried it with a naive yv12->rgb16 plugin (which will disappear when the
-     real functions are ready).
-   * Made a lot of functions in dvd_summary.c one-liners to avoid wasting
-     too many output lines.
-   * Fixed a segfault in input_dvd.c:DVDInit.
-   * Added a fixfiles.sh script in plugins/gtk to be run after Glade has
-     generated its C files.
-   * Did some work on the KDE interface to make it suck a bit less. It still
-     segfaults, but at least it runs and it looks less ugly.
-   * RGB SDL rendering works again, though in 16bpp only.
-   * Made plugins/vcd/linux_cdrom_tools.c independent of any vlc structure
-     so that it'll be easily put in a library. Maybe libdvdcss?
-   * Fixed VCD date display.
-   * Merged vout_xvideo.c, vout_x11.c and vout_common.c into xcommon.c.
-   * Wrote non-Shm XVideo output.
-   * Made X11 output work again. Still pretty unstable, only works for 16bpp.
-   * Additional french translation in po/fr.po. Any taker for the rest?
-   * Fixed a segfault in video_output.c when the allocated pictures were
-     not direct buffers.
-   * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
-   * Replaced 48x48 .xpm images with 32x32 ones to conform to Debian policy
-     (Closes Debian bug #126939).
-   * Removed the automatic ./configure launch when running `make all' for
-     the first time.
+ * now 0.6.0-cvs
+ * ALL: Capitalize all preferences text strings
 
- Stuff currently more broken than it ought to be:
-   * The wall filter. Being fixed.
-   * x11 and sdl plugins for depth != 16bpp.
-   * Software YUV.
-   * gvlc, gnome-vlc, kvlc shortcuts. Use --intf instead for the moment.
+2003-05-15 Thursday 21:31  gbazin
 
-2001-12-30 Sunday 07:31  sam
+ * src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and next-chapter object variables.
+ * modules/gui/wxwindows/menus.cpp: put the above variables into the Navigation menu.
 
-   * Duh. Reverted Håkan's patch. Adding the same target three times isn't
-     a good idea.
+2003-05-15 Thursday 20:45  jpsaman
 
-2001-12-30 Sunday 07:10  sam
+ Added --with-libmpeg2-prefix= option to support cross-compiling for arm-target.
 
-   * configure.in fix by Håkan Hjort.
+2003-05-15 Thursday 20:28  jpsaman
 
-2001-12-30 Sunday 07:06  sam
+ Updating version to 0.5.4.
+ Enable building with libmpeg2.
 
-   * Backported the DecoderError() patch.
+2003-05-15 Thursday 16:02  sam
 
-2001-12-30 Sunday 06:46  sam
+   * ./Makefile.am: fixed LDFLAGS when using --enable-gprof.
 
-   * Forgot a file in my last commit.
+2003-05-15 Thursday 15:59  gbazin
 
-2001-12-30 Sunday 06:38  sam
+ * modules/gui/wxwindows/*: small fixes and improvements.
 
-   * Put ErrorThread() in input_ext-dec.h because it was the same function
-     in all decoders. Called it DecoderError() instead.
-   * All decoders enter DecoderError() in case of error, even if they
-     haven't allocated all their data. This prevents the input from getting
-     stuck if a decoder has failed its initialization.
-   * Namespace fixes through the decoder files.
+2003-05-15 Thursday 15:50  sam
 
-2001-12-29 Saturday 04:44  massiot
+   * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well.
 
- Fixed a cosmetic issue.
+2003-05-15 Thursday 15:35  hartman
 
-2001-12-29 Saturday 04:07  massiot
+ * Makefile.am: on make dist move vlc.ebuild
+ * vlc.ebuild: small spelling correction
 
- Hidden gory buffer management details in a private section of data_packet_t.
+2003-05-15 Thursday 02:02  hartman
 
-2001-12-27 Thursday 04:47  massiot
+ * Went trough my maillogs and filled out large parts of the NEWS file.
+   please check and add your own. (i was bored ;)
+ * Updated the README.MacOSX.rtf with some more pointers and changed version
+   to 0.6.0
 
- * Changed pf_read prototype and minor changes.
+2003-05-15 Thursday 01:33  gbazin
 
-2001-12-27 Thursday 02:49  massiot
+ * modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features.
 
- * Changed the way decoder_fifo_t works ;
- * Minor optimizations in the Next Generation Buffer Manager.
+2003-05-15 Thursday 01:23  hartman
 
-2001-12-20 Thursday 23:11  sam
+ * variable callback for the playlist. the input, audio and video still need
+   to be done, waiting for gibalou to work his magic on that ;)
+ cvs: ----------------------------------------------------------------------
 
-   * Added Jeffrey Baker to the AUTHORS file.
-   * Fixed a PPC compilation issue.
+2003-05-15 Thursday 00:46  hartman
 
-2001-12-19 Wednesday 11:00  massiot
+ * added vlc.ebuild, vlc.spec.redhat to dist.
+ * added all the new icons to the dist.
+ * on make dist i would like to do
+   mv vlc.ebuild vlc-${VERSION}.ebuild
+   I don't know how to do this. Who does?
 
- Next Generation Buffer Manager for DVD and VCD plug-ins.
+2003-05-15 Thursday 00:32  hartman
 
-2001-12-19 Wednesday 04:50  sam
+ * ./vlc.ebuild: a ebuild for the Gentoo Linux distribution.
+   Because of the cvs snapshots of libmpeg2 and ffmpeg, this ebuild will
+   need to be updated before release, to point out the correct links to
+   these libraries.
 
-   * Initialize SDL before opening the SDL audio output.
-   * Prevent two SDL video outputs or audio outputs to be spawned at the
-     same time to avoid ugly crashes.
-   * The SDL plugin now says whether we are using software or hardware YUV
-     in its window title.
-   * We now stop at the first ':' when looking for a module name, to easily
-     pass information to the modules. Possible example: --vout sdl:software,
-     implementation of such an option is left as an exercise.
-   * Merged filter_bob and filter_bob422 into filter_bob. Use --filter bob
-     to deinterlace 422 into 420 as well.
-   * Factorized code common to most filters and the video output, optimized
-     a few filters by aligning data and reading 64 bits at a time.
-   * Two new absolutely useless, CPU-eating, resource-wasting, but fun
-     filters: enjoy `transform', which performs flips and 90° rotations, and
-     `distort', which performs animated image effects (currently only a naive
-     sine wave is implemented). Usage examples:
-        --filter transform:hflip
-        --filter transform:vflip
-        --filter transform:90
-        --filter transform:180
-        --filter transform:270
-        --filter distort:wave
+2003-05-14 Wednesday 21:29  fenrir
 
-2001-12-18 Tuesday 04:13  sam
+  * aac: compilation fix.
+  * libvlc.h : set correct value for sout-a/vcodec
 
-   * Ultimate fixes to the win32 package generation.
+2003-05-14 Wednesday 19:47  hartman
 
-2001-12-18 Tuesday 04:07  sam
+ * Resized some elements to allow for better translations.
 
-   * Ultimate fixes to the win32 package generation.
+2003-05-14 Wednesday 17:17  sam
 
-2001-12-18 Tuesday 03:19  sam
+   * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in
+     the extras/ directory.
 
-   * Fixed a copy/paste error from previous commit.
+2003-05-14 Wednesday 14:58  fenrir
 
-2001-12-18 Tuesday 03:03  sam
+  * aac: use extention based detection.
 
-   * Added --with-dll-path option for my automated Win32 package builds.
+2003-05-14 Wednesday 14:57  hartman
 
-2001-12-17 Monday 17:42  sam
+ * Forgot one
 
-   * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
+2003-05-14 Wednesday 14:56  hartman
 
-2001-12-17 Monday 17:37  sam
+ ALL: Davor won the vote, New icons in place.
 
-   * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
+2003-05-14 Wednesday 11:15  fenrir
 
-2001-12-17 Monday 17:03  sam
+  * ts: do not use DVB reserved pid(s) (thanks Miguel Barreiro Paz)
 
-   * TS input: we now check that the contents of the PAT has changed
-     before updating it, instead of just relying on its version number.
-   * debian/changelog updates.
+2003-05-14 Wednesday 09:00  gbazin
 
-2001-12-17 Monday 16:59  sam
+ * modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp.
 
-   * TS input: we now check that the contents of the PAT has changed
-     before updating it, instead of just relying on its version number.
+2003-05-13 Tuesday 23:41  gbazin
 
-2001-12-17 Monday 13:42  sam
+ * modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack.
 
-   * Disabled broken ALSA audio output. Closes Debian bugs #110869 and #119846.
-   * Fixed build dependencies on libasound2-dev. Closes Debian bug #121057.
-   * Changed configure.in so that libXv_pic is used instead of libXv.a when
-     available. Closes Debian bug #111790.
+2003-05-13 Tuesday 22:59  gbazin
 
-2001-12-17 Monday 06:33  sam
+ * modules/gui/wxwindows/*: added a navigation menu in the interface menubar.
+ * modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit.
 
-   * Pathetic attempt at a 4:2:2 renderer and deinterlacer, combining the
-     most awful line dropping techniques of both BOB and 422 to 420
-     downscaling. Don't worry, it should only survive for a couple of days.
+2003-05-13 Tuesday 22:33  gbazin
 
-2001-12-17 Monday 04:48  sam
+ * modules/gui/wxwindows/*: new subtitles file dialog box.
+ * modules/demux/util/sub.c: fixed a few description strings.
+ * Makefile.am: small cosmetic change to package-win32 target.
 
-   * CPU detection under BeOS.
-   * Fixed XVideo port selection.
+2003-05-13 Tuesday 20:36  asmax
 
-2001-12-17 Monday 04:38  sam
+ * beginning of event processing in X11 skins
+ * graphics should work, but....
 
-   * CPU detection under BeOS.
-   * Fixed XVideo port selection.
-   * New stupid plugin: "--filter wall" for split-image playback :-)
-      (will evolve into a real image wall plugin when I have time)
+2003-05-13 Tuesday 19:25  asmax
 
-2001-12-16 Sunday 19:00  sam
+ * changed OSGraphics constructor (needed for X11)
 
- libdvdcss changes:
-   * Support for REPORT_TITLE_KEY and RPC commands by Håkan Hjort
-     <d95hjort@dtek.chalmers.se>.
+2003-05-13 Tuesday 14:11  titer
 
- vlc changes:
-   * Minor coding style fixes (please avoid tabs).
+  modules/gui/beos/PreferencesWindow.*:
+   - use BMenuFields for string_from_list config items
+   - cleaning
 
-2001-12-16 Sunday 17:18  sam
+2003-05-13 Tuesday 12:09  gbazin
 
-   * Filter plugins. Not very polished (please don't look at how the dates are
-     calculated!), but worth a try. Use the following flags:
-      "--filter invert" for inverse video
-      "--filter bob" for BOB deinterlacing
-   * Fixed a potential segfault if the subtitle stream was encountered
-     before the video stream.
-   * Misc vout4 fixes.
+ * modules/control/rc/rc.c: win32 fixes for the handling of special control keys.
 
-2001-12-14 Friday 00:56  sam
+2003-05-13 Tuesday 11:44  gbazin
 
-   * Minor compile fix under Hurd.
-   * Fixed a potential segfault if the subtitle stream was encountered
-     before the video stream.
+ * modules/gui/wxwindows/preferences.cpp: small fixes.
 
-2001-12-13 Thursday 21:47  sam
+2003-05-13 Tuesday 11:18  titer
 
-   * Buffer choice optimizations - vout4 should eat even less CPU now.
-   * Minor warning fix for Hurd.
+  modules/gui/beos/PreferencesWindow.*: use config_ResetAll()
 
-2001-12-13 Thursday 18:33  massiot
+2003-05-12 Monday 21:55  gbazin
 
- Fixed a major bug I introduced lately.
+ * modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels.
+ * modules/gui/wxwindows/open.cpp: small cosmetic changes.
 
-2001-12-13 Thursday 13:47  sam
+2003-05-12 Monday 19:59  titer
 
-   * Fixed aspect ratio handling.
-   * Fixed potential compilation issues under eg. BSD/OS.
+  modules/gui/beos/VlcWrapper.h: compile fix
 
-2001-12-13 Thursday 13:37  sam
+2003-05-12 Monday 19:11  gbazin
 
  * Fixed potential compilation issues under eg. BSD/OS.
* include/vlc_common.h: small change to shut-up some memory checkers.
 
-2001-12-12 Wednesday 16:20  sam
+2003-05-12 Monday 17:33  gbazin
 
-   * Fixed unnecessary target remake (recursive make is harmful !).
+ * modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin.
+ * modules/video_output/directx/events.c: fixed non-initialized variable.
+ * modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now).
+ * src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed.
+ * src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()).
+ * modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.
 
-2001-12-12 Wednesday 16:20  sam
+2003-05-12 Monday 01:17  hartman
 
-   * Fixed Win32 port.
-   * Fixed unnecessary target remake (recursive make is harmful !).
+ * First set config variable, then add the files (and therefore potentially
+   play them) in the playlist. Otherwise we can be too late.
 
-2001-12-12 Wednesday 14:48  massiot
+2003-05-11 Sunday 23:17  hartman
 
- Next Generation Buffer Manager, for TS plug-in. Please test in-ten-si-vely !
+ * extras/MacOSX/vlc.pbproj/project.pbxproj:
+   - Add the THANKS file to the Mac OS X application
+ * modules/gui/macosx/about.?:
+   - Use c-style comments instead of //
+   - Open the AUTHORS file with the correct Encoding
+   - Display the THANKS file as well
+   - Rotate the scrolling when at the end
+ * modules/gui/macosx/intf.m:
+   - put Cocoa into multithreaded mode as soon as possible. Not really
+     causing any problems now, but is cleaner.
+ * modules/gui/macosx/prefs.m:
+   - Select the current setting when we create a combobox.
 
-2001-12-12 Wednesday 12:18  massiot
+2003-05-11 Sunday 19:09  hartman
 
- Next Generation Buffer Manager, for PS plug-in.
+ * ALL:
+   - removed a bit too much code from the interface files previous commit.
+     Menu's were enabled if there was no input.
+   - removed a NSLog which was used for bugtracking
 
-2001-12-12 Wednesday 03:13  sam
+2003-05-11 Sunday 18:49  hartman
 
-   * Additional fixes for OSes with no gettext (thanks to ej0).
-   * Fixed a potential BeOS linking issue.
-   * Fixed a minor bug in input.c.
+ * modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want
+ cvs to stop bugging me about it ;)
 
-2001-12-12 Wednesday 03:13  sam
+ *.sed
+ *.sin
+ *.header
+ Rules-quot
 
-   * Fixed a potential BeOS linking issue.
-   * Fixed a minor bug in input.c.
+2003-05-11 Sunday 18:43  gbazin
 
-2001-12-12 Wednesday 00:53  sam
+ * src/input/input_programs.c: small bug fix.
+ * src/misc/variables.c: compilation fix for MSVC.
 
-   * Don't try to use gettext if we don't have GNU gettext. This may change
-     in the future though (most GNU software seems to include a local copy of
-     gettext in case the operating system doesn't provide it).
+2003-05-11 Sunday 18:41  hartman
 
-2001-12-11 Tuesday 16:35  sam
+ * forgot one file. see previous intf.m commit for details.
 
-   * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
-     in the gtk/gnome plugins.
-   * Removed cruft from configure.in.
+2003-05-11 Sunday 18:40  hartman
 
-2001-12-11 Tuesday 16:31  sam
+ * src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout
+   and playlist already have, to be notified of menu changes.
+ * src/video_output/video_output.c: Changed a 1 to a VLC_TRUE
+ * modules/gui/macosx/intf.?: Interface listens for changes in the input
+   menu's now.
 
-   * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
-     in the gtk/gnome and x11/xvideo plugins.
-   * Fixed CFLAGS_XVIDEO.
+2003-05-11 Sunday 15:55  gbazin
 
-2001-12-11 Tuesday 15:43  sam
+ * modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation.
 
-   * Added vlc-arts to the debian package generation.
-   * HP-UX port of the DVD ioctls courtesy of David Siebörger.
+2003-05-11 Sunday 14:33  sigmunau
 
-2001-12-11 Tuesday 14:55  massiot
+ Added code to render subtitles with the freetype module (disabled by default).
+ To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c
+ and  modules/codec/spudec/text.c and run with --filter osdtext
 
- Fixed major bugs in the PSI decoder.
+2003-05-11 Sunday 13:45  gbazin
 
-2001-12-10 Monday 19:58  gbazin
+ * configure.ac.in: fixed the wx-config detection by the skins plugin.
+ * modules/gui/wxwindows/*: fixed a couple of breakage.
 
-   * configure.in was broken for win32
+2003-05-11 Sunday 13:22  gbazin
 
-2001-12-10 Monday 17:17  massiot
+ * modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy.
 
- Backported fix for possible segfault with --input.
+2003-05-11 Sunday 13:14  sigmunau
 
-2001-12-10 Monday 17:16  massiot
+ use c comment, and not c++
 
- Fixed possible segfault with --input.
+2003-05-11 Sunday 08:42  sigmunau
 
-2001-12-10 Monday 14:17  sam
+ * osd_test.c: better size calculations. Use VLC_VAR_TIME for precise timing
+ (doesn't seem to work)
 
-   * (very old) russian translation courtesy of Valek Filippov <frob@df.ru>.
-   * Fixed a charset issue in the french translation.
+2003-05-11 Sunday 01:00  massiot
 
-2001-12-10 Monday 13:40  sam
+ * modules/audio_filter/resampler/coreaudio.c: more accurate frame length
+   calculation
+ * modules/audio_output/coreaudio.c: apparently the audio card clock can
+   be screwed, so probe it at every buffer
+ * src/audio_output/output.c: Thou shalt not drop buffers
 
-   * Removed more unused code.
-   * Updated config.guess and config.sub from GNU's latest versions (bozo,
-     you may want to update them in vls as well).
-   * Added vlc.pot skeleton for translators.
+2003-05-10 Saturday 20:49  hartman
 
-2001-12-10 Monday 05:54  sam
+ * fix titer's language commit. The list needs to end with a NULL, or VLC will
+   no longer start. (it fails on the duplication of the config of this variable)
 
-   * Fixed a segfault on exit when no fast_memcpy module was found.
+2003-05-10 Saturday 18:16  fenrir
 
-2001-12-10 Monday 05:53  sam
+  * ffmpeg : fix for svq3.
 
-   * Removed unused code (intf_channels.c, keystrokes.h).
-   * Put common_win32.h back into common.h -- it wasn't that big and we
-     should not multiply header files.
-   * Added gettext support by Thomas Graf <reeler@reeler.org>, may be
-     broken on other platforms but we'll only see it when I'm finished
-     with vout 4 :-)
-   * Fixed a segfault on exit when no fast_memcpy module was found.
+2003-05-10 Saturday 13:52  titer
 
-2001-12-09 Sunday 18:08  sam
+  POTFILES.in: forgot a file yesterday...
 
-   * Fixed Debian package builds.
+2003-05-10 Saturday 13:40  titer
 
-2001-12-09 Sunday 18:01  sam
+  * src/libvlc.[ch]: removed --translation to avoid breaking compatibility
+  with old config files; --language is now a string_from_list you can use
+  to specify the language (default is auto-detection).
 
-   * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
-     for my nevrotic and destructive pulsions during the next few hours!
+2003-05-10 Saturday 11:08  gbazin
 
  * If you want to test vlc, please use the v0_2_92_branch branch.
* src/input/input_programs.c: misc fixes/improvements to the video-es/audio-es/spu-es object variables.
 
-   * Stuff currently working:
-      - direct to YUV buffer decoding
-      - non-ugly subtitle blending
-      - XVideo and SDL video output
+2003-05-10 Saturday 11:05  hartman
 
-   * Stuff currently utterly broken:
     - aspect ratio
-      - software rendering (ie, all other video output plugins)
+ * added VP31 fourcc's.
* disabled the vp31 and iv31 iv32. In it's current state it is too ugly too
+   actually use it. It would generate too many bugreports.
 
-   * Additional misc changes:
-      - Renamed spu_dec to spudec and mad_adec to mad to stay coherent with
-        other plugins. Also, renamed mpeg to mpeg_system.
-      - Added jobi to the AUTHORS file.
-      - Factored code common to vout_x11.c and vout_xvideo.c.
+2003-05-10 Saturday 10:32  hartman
 
-2001-12-09 Sunday 17:34  sam
+ * Finished the sout dialog on OSX.
 
- file vlc-mad.dirs was initially added on branch v0_2_92_branch.
+2003-05-09 Friday 23:23  fenrir
 
-2001-12-09 Sunday 17:34  sam
+  * ffmpeg: now ffmpeg has a SVQ3 decoder, so use it :)
 
-   * Added the MAD plugin to the Debian build system, called it mad instead
-     of mad_adec to stay coherent will other plugins.
-   * Fixed a few warnings due to missing <string.h>.
+2003-05-09 Friday 22:03  sigmunau
 
-2001-12-08 Saturday 13:55  sam
+ oss.c: give a warning if --spdif is set but the sourndcard don't support it.
 
-   * Fixed debian and make snapshot rules.
+2003-05-09 Friday 20:30  massiot
 
-2001-12-07 Friday 20:29  massiot
+ France 1 - Italy 0
 
- Bumped up revision number to 0.2.92-pre1 and 1.0.1-pre1. Ready for 0.2.92
- pre-release.
+2003-05-09 Friday 19:53  fenrir
 
-2001-12-07 Friday 20:25  massiot
+  * faad: better support of AAC without ESDS.
 
- 0.2.92 pre-release.
+2003-05-09 Friday 19:30  titer
 
-2001-12-07 Friday 20:22  massiot
+  Updated POTFILES.in for BeOS' i18n
 
- Bumped up revision number to 0.2.92-dev and 1.0.1-dev.
+2003-05-09 Friday 19:29  fenrir
 
-2001-12-07 Friday 19:33  sam
+ * mp4: fixed mace3/6 decoding. Only mono audio is working on the sample I
+ have found.
 
-   * Fixed a total breakage of decoder plugins introduced by fast_memcpy.
-   * Got rid of #include "main.h", included it in common.h instead ; got
-     rid of #include "config.h" in most files as well.
+2003-05-09 Friday 16:01  gbazin
 
-2001-12-07 Friday 17:47  jobi
+ * modules/misc/httpd.c: win32 fixes.
+ * modules/control/http.c: fixed a problem with IE that sends POST requests instead of GET ones.
 
- * added functions in inputs to change the current program (most of
-   them do nothing)
+2003-05-09 Friday 02:39  fenrir
 
- All inputs should now have a pf_setprogram function. A default one is
- provided in input_programs.c.
+  * mmstu: fixed a lookup.
 
-2001-12-06 Thursday 14:53  massiot
+2003-05-09 Friday 01:19  hartman
 
- Fix for altivec under Linux.
+ * modules/gui/macosx/prefs.m:
+   - possibly fixed a crash situation when clicking the OK button (not sure though)
+ * modules/gui/macosx/macosx.m:
+   - made the transparency option an advanced option.
 
-2001-12-06 Thursday 12:18  massiot
+2003-05-09 Friday 00:58  titer
 
- Updated man page.
+  * src/misc/messages.c: forget a defined(SYS_BEOS) in my last commit
+  * src/misc/configuration.c: config_PutPsz now sets the variable to NULL
+    if the string is empty
+  * modules/gui/macosx/prefs.m: remove duplicate (now) code with config_PutPsz
 
-2001-12-06 Thursday 11:53  massiot
+2003-05-09 Friday 00:41  hartman
 
- * mad plug-in is now built-in to avoid PIC/non-PIC collision ;
- * Updated documentation ;
- * New --desync option, to delay the video (in case of lip desynchronization) ;
- this is bad, but we have no other option for the moment ;
* Clicking in vout now pauses the stream, patch courtesy of Peter Surda.
+ * modules/gui/macosx/prefs.?:
+   - made the advanced button better.
+   - added missing CONFIG_ITEM_DIRECTORY support
+ * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
  - added the semi 'apple' default of com-, as a hotkey for the prefs.
 
-2001-12-05 Wednesday 11:30  massiot
+2003-05-08 Thursday 23:11  hartman
 
- Fix for altivec detection (courtesy of walken).
+ modules/gui/macosx/intf.m: We shouldn't save the config file when the interface closes. This explains a lot of bugreports ;)
 
-2001-12-05 Wednesday 04:31  jobi
+2003-05-08 Thursday 19:51  fenrir
 
- * Added 2 fields, p_selected_program and p_new_program, to the
-   input_thread_t structure, so that we may support multi programs
-   streams.
- * Modified inputs to take account of this change.
- * Modified input_clock.c so that it doesn't refer to pp_programs[0]
-   any more.
+  * ftp : updated copyright info.
 
- Now we should not refer to the first program, but to the selected
- program. Functions to change the current program are coming.
+2003-05-08 Thursday 19:26  fenrir
 
-2001-12-04 Tuesday 14:47  massiot
+  * v4l: clean up.
 
- libmad plug-in, courtesy of Jean-Paul Saman <jpsaman@wxs.nl>.
+2003-05-08 Thursday 19:21  fenrir
 
-2001-12-03 Monday 18:55  massiot
+  * v4l: remove __V4L_AUDIO_ (useless)
 
- Reversed my previous patch (too buggy).
+2003-05-08 Thursday 19:06  titer
 
-2001-12-03 Monday 18:34  stef
+  ALL: fixed BeOS-specific warnings (ssize_t is not a int but a long,
+ vasprintf if defined but not declared in the system headers...)
 
- -added eof for ts seekable streams
- -close netlist when ts input ends
+2003-05-08 Thursday 17:13  massiot
 
-2001-12-03 Monday 17:43  massiot
+ * modules/gui/macosx: Fixed crashes with the new submenus when used on a
+   localized system
+ * Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled
+   the DVD menus by default.
 
- Fixed a bug in my previous commit.
+2003-05-08 Thursday 15:58  gbazin
 
-2001-12-03 Monday 17:18  sam
+ * modules/access/file.c: fixed large file support on win32.
+ * src/libvlc.[ch]: made the description of the translation option more explicit.
 
-   * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
-     "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
-     Please test! Especially Athlon users.
-   * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
-   * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
-   * Unrolled ChangeLog.
+2003-05-08 Thursday 14:15  titer
 
-2001-12-03 Monday 16:58  massiot
+  src/libvlc.*: --translation is now a string. Usefull if want to specify
+  a different language than your OS, or if your OS is not localized...
 
- More checks for GTK headers.
+2003-05-08 Thursday 12:09  gbazin
 
-2001-12-03 Monday 14:58  massiot
+ * modules/gui/wxwindows/menus.cpp: misc small fixes.
 
- Fixed a crash when pausing.
+2003-05-08 Thursday 10:45  titer
 
-2001-12-03 Monday 12:49  massiot
+  modules/gui/beos/PreferencesWindow.cpp: cosmetic
 
- Fixed numerous bugs in ES selection.
+2003-05-08 Thursday 10:40  titer
 
-2001-12-02 Sunday 18:32  stef
+  * modules/gui/beos/AudioOutput.cpp: more cleaning
+  * modules/gui/beos/VideoOutput.cpp: in fullscreen, add an item "Show
+    Interface" to the popup
 
- -hopeless fix for the input netlist corruption bug.
+2003-05-08 Thursday 01:16  hartman
 
- Please test.
+ ALL: autogenerated menu's for chapter,title,program,audio-es,spu-es and video-es.
+   - video-es seems broken. it always starts with -1 (Disabled) selected.
+   - moved some menuitems to other menu's for gui interface consistency with
+     other gui's.
+   - added a "fit to screen" menuitem.
 
-2001-11-30 Friday 23:52  gbazin
+2003-05-08 Thursday 01:05  titer
 
-  * DeleteDecoderConfig wasn't freeing (anymore) the packets left in the
-     decoder fifo. This bug was creating an io_vec starving on title change
-     when playing DVDs.
+  src/misc/beos_specific.cpp:
+      Fixed a very old bug: if the user hit Alt+Q, don't let the be_app
+      exit without any cleaning (that made VLC crash badly)
 
-2001-11-30 Friday 01:34  stef
+2003-05-07 Wednesday 23:13  hartman
 
- -Update for libdvdcss documentation
+ * changed "Gayscale video output" option back into "Grayscale video output"
 
-2001-11-29 Thursday 18:24  jobi
+2003-05-07 Wednesday 23:07  alexis
 
Removed a bug in the Makefile that made the CVS-snapshots building fail.
Makefile : Minor changes.
 
-2001-11-29 Thursday 16:57  massiot
+2003-05-07 Wednesday 19:20  titer
 
- Added vlc.app
+  modules/gui/beos/AudioOutput.cpp: cleaning
 
-2001-11-29 Thursday 16:34  massiot
+2003-05-07 Wednesday 17:27  titer
 
- Fixed a problem with vlc.app.
+  * modules/gui/beos/MessagesWindow.cpp: fixed a nasty bug
+  * modules/gui/beos/PreferencesWindow.*: now you can save preferences
 
-2001-11-29 Thursday 11:20  massiot
+2003-05-07 Wednesday 16:47  titer
 
- Moved #include <string.h> to macosx plug-in instead of threads.h, as in
- other plug-ins.
+  modules/gui/beos/PreferencesWindow.cpp:
+   Misc enhancements
 
-2001-11-29 Thursday 02:01  fgp
+2003-05-07 Wednesday 15:54  gbazin
 
-   *) Added "#include <string.>" to include/threads.h
-      It' wouldn't compile on OSX without this.
+ * modules/gui/wxwindows/*: Fix (use different id numbers for each menus).
 
-   *) Removed the mutex the vout and intf thread (were supposed to use)
-      for syncronizing acces to the p_vout->p_sys structure.
-      The p_vout->change_lock mutex is used for syncronization now. (and
-      should make synronization work)
+2003-05-07 Wednesday 15:44  fenrir
 
-2001-11-28 Wednesday 16:08  massiot
+  * ffmpeg: --ffmpeg-truncated is now an int :
+   * -1 -> CODEC_FLAG_TRUNCATED is set only if width == height == 0 (only TS should produce this)
+   * 0  -> disable CODEC_FLAG_TRUNCATED
+   * 1  -> force CODEC_FLAG_TRUNCATED
 
- * Added error checking in pthread wrapper ; as a result, intf_msg.h must
- now be included *before* threads.h ;
- * Changed all files to include intf_msg.h before threads.h ; while I was
- at it, I update the copyright notices ;
- * Removed the obsolete darwin plug-in.
+2003-05-07 Wednesday 14:49  titer
 
-2001-11-27 Tuesday 15:42  sam
+  modules/gui/beos/*: fixed a few things I broke recently (dvd menus,
+                      screenshots...)
 
-   * Fixed a deadlock (bug reported by marcari).
+2003-05-07 Wednesday 12:23  gbazin
 
-2001-11-27 Tuesday 14:06  massiot
+ * modules/gui/wxwindows/*: misc fixes.
 
- Removed obsolete entry.
+2003-05-07 Wednesday 02:31  fenrir
 
-2001-11-27 Tuesday 13:52  massiot
+  * mp4: raaaah, sometime moov box are masqueraded by a free box, so I look
+ at free box content to see if it could be moov box, I hope there won't be
+ any misdetection. (Even when there is a spec, nobody follows it :((
 
- Documentation updates.
+2003-05-07 Wednesday 00:28  fenrir
 
-2001-11-27 Tuesday 13:33  massiot
+  * ffmpeg: do not use CODEC_FLAG_TRUNCATED by default as it seems buggy
+ with valid files. You have to use --ffmpeg-truncated to force it.
+  MPEG-4 in TS won't work unless you use --ffmpeg-truncated :((
 
- * Updated man page.
- * dvd:<device>[@<raw device>] to avoid device namespace collision under
- win32.
+2003-05-07 Wednesday 00:18  gbazin
 
-2001-11-27 Tuesday 12:14  massiot
+ * modules/gui/wxwindows/open.cpp: removed the channels server entry.
 
- More WIN32 portability fixes.
+2003-05-06 Tuesday 21:01  gbazin
 
-2001-11-27 Tuesday 11:58  massiot
+ * modules/demux/mpeg/ts.c: fixed my last f*ckage + a bit of clean-up.
 
- Disabled dvdread by default since it causes many portability problems.
- Enable it with --enable-dvdread.
+2003-05-06 Tuesday 20:12  hartman
 
-2001-11-27 Tuesday 11:50  massiot
+ * ALL: there were reports of crashes in the menucode. i think it was that
+   the VLCWindow could suddenly disappear (the vout closed) and therefore we
+   could no longer reference it. This should fix that. Also made this code
+   more generic to avoid code duplication.
 
- Fixed a compilation issue under Win32
+2003-05-06 Tuesday 16:05  fenrir
 
-2001-11-27 Tuesday 11:18  massiot
+  * mp4: fix a segfault and play .3gp with h263 video track.
 
- Fixed a potential packet corruption in the DVD input (I suspect this
- might be the cause of the OS X problem - please confirm).
+2003-05-06 Tuesday 14:19  fenrir
 
-2001-11-27 Tuesday 00:06  marcari
+  * http: redirect to main page each time we pass arguments. (it's done by
+ an html header and not by the http protocol. I know it's bad but it's a
+ lot easier ;)
 
- * changed the protocol version for communication between vlc and vlcs
- from 12 to 13 (due to change from ts:// to udpstream://)
+2003-05-06 Tuesday 12:57  fenrir
 
-2001-11-25 Sunday 23:52  gbazin
+  * http: fix 'add mrl'.
 
-  * Big clean-up to allow compiling every module as plugins.
-  * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
-      change we don't have to link winsock2 with every plugin anymore. This
-      should also give us a slight speed increase.
-  * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
-      on Win32.
-  * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
-      Win32.
+2003-05-06 Tuesday 02:17  titer
 
- (PS: the dvdread plugin doesn't compile yet on Win32)
+  Makefile.am: fixed BeOS package generation when all modules are built-in
 
-2001-11-25 Sunday 06:04  stef
+2003-05-06 Tuesday 02:01  fenrir
 
Support for libdvdread.
 * mms: fix for builtin compilation.
 
- Libdvdread files are in extras/libdvdread. They have not been changed from
- those of libdvdread 0.9.2. The changes are in the subdirectory videolan.
- They basically consist of a new function in the API that does a readv()
- instead fo a read().
+2003-05-06 Tuesday 01:15  titer
 
- The library is statically linked with libdvdcss from extras/libdvdcss, and
- the whole is statically linked with the plugin dvdread. Dvdread can only be
- compiled as a builtin module for the time being, I think (which means I
- haven't tried to compile it as a plugin).
+  configure.ac.in: fixed static linking with libintl and libiconv
 
- Basically, input_dvdread.c is a copy and paste from input_dvd.c with a few
- changes to use libdvdread calls. It is still in very alpha stage, but it
- should offer the same features as the current DVD input.
+2003-05-05 Monday 22:48  gbazin
 
- It can be called with either the syntax: "dvdread:/dev/dvd"
- or "--input dvdread /dev/dvd". The command line switches (-t, -T, -c, -u)
- should work too.
+ * modules/demux/mpeg/ts.c: compiler warning fix.
+ * src/input/input_programs.c: a "Disable" choice is added by default to "audio-es", "video-es" and "spu-es".
 
-2001-11-25 Sunday 02:26  sam
+2003-05-05 Monday 22:23  gbazin
 
-   * Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
+ * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams.
+ * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
 
-2001-11-23 Friday 19:47  massiot
+2003-05-05 Monday 22:04  hartman
 
- Major rewrite of the network layer. The following syntax ARE NO LONGER
- SUPPORTED :
- ts:toto:1234/meuh
- --server toto --broadcast meuh --port 1234
+ * fixed the autogenerated menu's.
 
- The only supported syntax is :
- udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]]
- example : udpstream:toto@meuh:toto
+2003-05-05 Monday 21:35  titer
 
- In most cases, simply passing "udpstream:" should work, since it enables
- unicast and broadcast reception on port 1234 from any server. Other
- options are only used for fine tuning and multicast.
+  configure.ac.in: fixed libdvbpsi detection for people who don't have
+    stdint.h but inttypes.h
 
- TODO :
- * The GTK interface is broken (glade knowledge wanted !)
- * Test this on all supported platforms (and fix them :)
- [this won't work with current channel servers - fix needed]
+2003-05-05 Monday 16:29  gbazin
 
-2001-11-21 Wednesday 23:33  jlj
+ * modules/gui/skins/src/*: forgot a few references to the channels server.
 
- Don`t use long long, use u64/s64 (int_types.h).
- Fixed a stale pointer in mpeg_vdec_Run().
+2003-05-05 Monday 16:09  gbazin
 
-2001-11-21 Wednesday 17:47  massiot
+ * ALL: removed the old channels server stuff (was deprecated).
 
- (Hopefully) fixed the network connect() bug under UNIX. I need
- confirmation that I didn't break the Win32 port, please.
+2003-05-05 Monday 15:52  fenrir
 
-2001-11-21 Wednesday 11:47  massiot
+  * bits.h: clean up
 
- Fixed compilation bugs with Qt and BeOS (henriiiiiiiiiiiiiiiiiiiiiiiii !!)
+2003-05-05 Monday 15:21  sigmunau
 
-2001-11-20 Tuesday 00:49  sam
+ implemented VLC_VAR_TIME using two ints
 
-   * aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>.
-   * Fix to the esd plugin when esd-config --cflags is nonempty.
+2003-05-05 Monday 14:58  sigmunau
 
-2001-11-16 Friday 01:29  stef
+ Implemented support for CONFIG_ITEM_DIRECTORY
 
- * --chennels puts gtk/gnome in multi-channel network mode.
+2003-05-05 Monday 13:15  titer
 
- * the network window of the interface reports the values of the environment
-  variables.
+  Updated NEWS for 0.5.4 release
 
- * channels mode excludes vls configuration
+2003-05-05 Monday 13:06  titer
 
- * the vlc does not try to bind vls.via.ecp.fr by default when you select
-  channels mode.
+  modules/gui/beos/*: Partial fix for Preferences resizing
 
-2001-11-15 Thursday 19:50  sam
+2003-05-05 Monday 13:03  hartman
 
-   * Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer
    <mathias@research.att.com>.
+ NEWS: preparing for 0.5.4 release. Please update the NEWS file everyone.
README.MacOSX.rtf: clarified some things.
 
-2001-11-15 Thursday 19:11  sam
+2003-05-05 Monday 12:15  gbazin
 
-   * Fixed a little crash introduced in my previous commit :-)
-   * Removed more unused code.
+ * modules/gui/skins/src/*: compilation fixes under win32.
 
-2001-11-15 Thursday 18:39  sam
+2003-05-05 Monday 11:49  sam
 
-   * Fixed a few crashes due to race conditions in the decoder spawning.
-   * Removed unused code here and there.
+   * ./src/video_output/video_output.c: fixed a crash that occurs when the
+     width and height variables are set to their default values.
 
-2001-11-15 Thursday 17:15  massiot
+2003-05-04 Sunday 23:39  gbazin
 
Removed unused structure.
* src/audio_output/output.c: fixed warning.
 
-2001-11-15 Thursday 00:19  xav
+2003-05-04 Sunday 23:38  massiot
 
- Please, please, don't forget those who use the --with-directx flag when
- ./configuring ! :p
- Now, to configure directx, use the --enable-directx and --with-directx
- if necessary.
+ * First round of capitalization of description strings.
 
-2001-11-14 Wednesday 19:08  gbazin
+2003-05-04 Sunday 23:03  gbazin
 
- - The ./configure script is more friendly for Win32 users.
-     ( xvideo, x11 and dsp plugins are not enabled by default for win32,
-       plus a few other Win32 cosmetic changes )
- - Updated the INSTALL-win32.txt file.
+ * po/POTFILES.in: added the new modules since 0.5.3
 
- (Let's hope I didn't break anything ;-)
+2003-05-04 Sunday 22:42  gbazin
 
-2001-11-14 Wednesday 17:55  massiot
+ * src/misc/variables.c, ALL: improvements to the object variables api.
+    - added another argument to var_Change().
+    - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
+      that are used to set/get a friendly name to an object variable.
+    - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
+      the number of availabel choices without having to get their value
+      as well.
+    - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
+      a friendly name to the choice value.
+    - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
+      names.
 
Fixed a bug in altivec detection on MacOS X.
* modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
 
-2001-11-14 Wednesday 04:38  stef
+2003-05-04 Sunday 22:33  massiot
 
- -moved warning message to debug message in spdif pass-through plugin
+ * modules/codec/libmpeg2.c: fixed the "main: cannot delete object with
+   children" bug.
 
- -changed a bit the wait time. It works better here, please test (Bozo ? 0:-)
+2003-05-04 Sunday 18:51  fenrir
 
-2001-11-14 Wednesday 01:01  jlj
+  * transcode: follow the same logic for ab than vb. (ie for a small value
+ it's used as kb/s for higher ones it's b/s).
+ Just a remember, transcode options are:
+ acodec= mpga,a52
+     ab (kb/s)
+ vcodec= mpgv,mp4v,h263,DIV1,DIV2,DIV3,I420,I422,I444,RV24,YUY2
+     width
+     height
+     vb (kb/s)
+     vt (b/s)
+     deinterlace
+     croptop
+     cropbottom
+     cropleft
+     cropright
+     keyint
+     hq
+     qmin (between 1 and 32)
+     qmax (between 1 and 32)
+ only acodec and/or vcodec are mandatories (and it's a good idea to always
+ define vb,vt, and/or ab)
 
- The default file-translation mode was not being set under win32.
- In other words, file playback in 0.2.91 does not work. For de-
- scheduling threads use a 0ms sleep instead of 1ms, as it was
- causing problems under WinXP. I hope this does not introduce
- problems under previous windows versions. I noticed it was
- originally 0ms, but later changed to 1ms...
+2003-05-04 Sunday 15:02  massiot
 
-2001-11-13 Tuesday 19:10  sam
+ * modules/audio_output/coreaudio.c: worked around a CoreAudio bug (should
+   fix the "sound drops after half an hour" bug)
+ * modules/audio_filter/resampler/coreaudio.c: reenabled the coreaudio
+   resampler which works perfectly fine here
+ Please test that I didn't break S/PDIF output on OS X.
 
-   * Fixed heap corruption issues in ac3dec (thanks reno).
+2003-05-04 Sunday 12:40  sam
 
-2001-11-13 Tuesday 17:28  massiot
+   * ./modules/video_output/sdl.c: avoid crashes at exit due to SDL being
+     linked with svgalib and svgalib using atexit().
 
- Typo.
+2003-05-04 Sunday 10:46  fenrir
 
-2001-11-13 Tuesday 17:00  sam
+  * mpga_audio: should fix an infinite loop when miss-detected free
+ bitrate stream.
 
-   * Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'
+2003-05-04 Sunday 01:36  massiot
 
-2001-11-13 Tuesday 16:08  sam
+ More cleaning of the STATE_INVALID stuff (still not perfect though).
 
-   * configure should no longer assume AltiVec is supported when it actually
-     isn't with buggy compilers and/or pre-set $CFLAGS.
+2003-05-03 Saturday 22:25  massiot
 
-2001-11-13 Tuesday 13:19  massiot
+ Fixed handling of STATE_INVALID states.
 
- RPM builds.
+2003-05-03 Saturday 18:11  fenrir
 
-2001-11-13 Tuesday 13:15  henri
+  * transcode: added qmin, qmax and hq(high quality) options.
 
- Forgot Changelog.
- Began to re-read the documentation.
+2003-05-03 Saturday 14:33  fenrir
 
-2001-11-13 Tuesday 13:11  sam
+  * transcode: fix cropping code.
 
-   * Commited my little release-howto (only useful to core vlc developers).
+2003-05-03 Saturday 14:22  fenrir
 
-2001-11-13 Tuesday 13:09  henri
+  * transcode: fixed video resizing.
 
- All decoders (audio, video, subtitles) are now modules.
+2003-05-03 Saturday 13:37  titer
 
- - mpeg_vdec, mpeg_adec and ac3_adec are builtins by default
- - ac3_spdif, spu_dec and lpcm_dec are plugins by default
+  beos/* : New Preferences window that lets you configure everything.
+           It is not complete yet (see the TODO in PreferencesWindow.cpp)
 
-2001-11-13 Tuesday 12:44  sam
+2003-05-03 Saturday 13:18  fenrir
 
-   * Closing Debian bug #119369 which was fixed a while ago.
+  * transcode: added two options:
+     - vt : video bitrate tolerance
+     - keyint : number of inter frames between intra frames.
 
-2001-11-13 Tuesday 02:25  sam
+2003-05-03 Saturday 12:36  fenrir
 
-   * Got rid of DVDCSS_SEEK_INI in libdvdcss.
+  * v4l: used the same trick than vls to avoid too much resampling.
 
-2001-11-13 Tuesday 01:46  sam
+2003-05-03 Saturday 02:18  fenrir
 
-   * Added a "make package-beos" rule.
-   * Fixed a BeOS compilation issue.
+  * ts: fix a memory leak.
 
-2001-11-13 Tuesday 00:56  sam
+2003-05-03 Saturday 02:09  fenrir
 
-   * Fixed the vlcs communication for real now.
+ [no log message]
 
-2001-11-12 Monday 23:42  sam
+2003-05-03 Saturday 01:52  fenrir
 
-   * Fixed the vlcs communication issue by initializing WinSock at
-     startup (thanks Meuuh for the tip).
+  * v4l: fix a stupid bug that broke audio.
 
-2001-11-12 Monday 21:49  massiot
+2003-05-03 Saturday 01:12  fenrir
 
Bumped up version number to 0.2.91.
 * all: shut up valgrind ;) (memory leacks and one overead/overwrite).
 
-2001-11-12 Monday 21:44  sam
+2003-05-02 Friday 19:37  fenrir
 
-   * Fixed a bug in the "make snapshot*" rules.
+  * transcode: fix about raw audio.
 
-2001-11-12 Monday 21:16  sam
+2003-05-02 Friday 17:35  fenrir
 
-   * Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release.
-   * Updated ChangeLog and ChangeLog.libdvdcss.
-   * Increased vlcs response message length.
-   * Removed the i_flags argument to dvdcss_open. Everything is done through
-     environment variables now.
+  * v4l: audio grabbing part begin to work :)
 
-2001-11-12 Monday 14:22  massiot
+2003-05-02 Friday 16:25  fenrir
 
Added FAQ.
 * transcode: compilation fix.
 
-2001-11-12 Monday 13:54  massiot
+2003-05-02 Friday 15:53  gbazin
 
New --channelserver switch.
* modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find a way to have flex.c not include unistd.h on win32 and not compile the wxwindows files when SKINS_BASIC is defined.
 
-2001-11-12 Monday 12:37  massiot
+2003-05-02 Friday 15:36  titer
 
- Documentation updates.
+  Missing files
 
-2001-11-12 Monday 12:30  massiot
+2003-05-02 Friday 14:51  fenrir
 
- ipkg script for Familiar Linux 0.5 & bug fix in debian/rules.
+  * transcode: should be able to compress raw audio, need to be cleaned up.
+  u8,s8,s16 big and little endian should be supported but not all tested.
 
-2001-11-12 Monday 11:33  massiot
+2003-05-02 Friday 12:18  sam
 
Corrected a typo.
  * ./configure.ac.in: another kludge to avoid linking twice with libavcodec.
 
-2001-11-12 Monday 06:15  sam
+2003-05-02 Friday 03:41  fenrir
 
-   * Added Oct's NSIS installer script. It will probably not work for you,
-     but I need it to build the Win32 auto installer.
+  * transcode: accept and create raw video(I420,I422,I444,YUY2,RV24).
 
-2001-11-12 Monday 05:12  sam
+2003-05-02 Friday 03:40  fenrir
 
-   * Automatic handling of the Channel Server's response in network mode.
+  * rawvideo.c: fix a bug while filling picture.
 
-2001-11-12 Monday 04:07  stef
+2003-05-02 Friday 00:33  fenrir
 
- -LPCM _is_ a private stream. Sorry.
+  * copy: added raw audio/video support.
+  * avi: added raw audio support (little endian only).
 
- -GetMACAddress takes the interface defined in the environment variable
- vlc_iface instead of eth0
+2003-05-01 Thursday 13:51  ipkiss
 
-2001-11-12 Monday 02:56  stef
+  * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compilation of the
+    basic-skins plugin with GTK2
+  * modules/gui/skins/parser/skin.*: small compilation fix, but i don't
+    really understand why it is necessary :)
 
- -Fixed bug with MPEG audio in TS streams: MPEG audio & LPCM are _not_
- private ES :p
+2003-05-01 Thursday 01:11  hartman
 
-2001-11-11 Sunday 19:15  sam
+ * modules/gui/macosx/macosx.m
+   - added a macosx-float config option
+   - changed 'opaqueness' into 'macosx-opaqueness'
+ * modules/gui/macosx/vout.?
+   - let vout respect 'float' on top option.
+   - added a toggle function to toggle float on top.
+ ALL:
+   - menuitem and corresponding code for float on top.
 
-   * Fixed compilation (and quite probably runtime) issues under IA64
-     due to mixed int/void* casts.
+2003-04-30 Wednesday 23:58  hartman
 
-2001-11-11 Sunday 02:32  stef
+ ALL: New output dialog that uses the new --sout syntax.
+   - it is not so powerful as --sout (does not allow for multiple unicasts ie)
+   - there is a bug in the transcode settings. not sure what is causing it.
 
- -Merged DVD netlist with input netlist to remove duplicated code.
- Basically, this adds the ability for the netlist to handle transport
- packets that carry more than one data_packet.
+2003-04-30 Wednesday 21:45  fenrir
 
-2001-11-09 Friday 14:49  massiot
+  * mp4: fix playback of some stream with raw audio. I also split
+ big audio chunk. (Avoid 100000 samples at once :(
 
- * BSD/OS VCD patch, courtesy of Steven M. Schultz <sms@TO.GD-ES.COM>
- * Win32 network fix.
+2003-04-30 Wednesday 21:16  asmax
 
-2001-11-08 Thursday 22:07  jlj
+ * enable basic-skins for GTK2 (not tested yet ;)
 
-   * Fixed a mingw32 problem I introduced last night :)
+2003-04-30 Wednesday 19:22  ipkiss
 
-2001-11-08 Thursday 15:45  stef
+  * ./configure.ac.in:
+     - added a basic-skins plugin, which doesn't make use of wxWindows
+       dialogs (currently only works for win32)
+     - renamed with-wx-config-path in with-skins-wx-config-path for the
+       skins plugin, to avoid problems with the wxwindows plugin
 
- -kludge to have less discontinuity after a zero scr in DVD.
+2003-04-30 Wednesday 19:20  gbazin
 
- Maybe we should try to predict the date instead of taking the last one but
- it seems quite hard.
+ * modules/access/v4l/v4l.c: fixed breakage for devices supporting I420.
 
-2001-11-08 Thursday 02:48  jlj
+2003-04-30 Wednesday 14:04  hartman
 
  * Fixed some win32 64-bit issues.
modules/gui/macosx/controls.m: fixed cosmetic issue with deinterlace menu.
 
-2001-11-07 Wednesday 23:58  jlj
+2003-04-30 Wednesday 09:11  gbazin
 
-   * Fixed some win32 compile issues.
-   * Don't use long long, use u64/s64 (int_types.h).
+ * modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.
 
-2001-11-07 Wednesday 18:37  stef
+2003-04-30 Wednesday 04:13  hartman
 
- *Move function that translates language codes into country name in src/misc
- so that every plugin can use it
+ modules/access/http.c:
+ modules/access/ftp.c:
+ * fixed a very serious bug in the atoll code. this contained a never ending while loop.
+   It showed on systems without atoll() (MacOSX) as an inability to view http
+   and ftp streams.
 
- *Change the name of a function in dvd_udf.c to fit with the forthcoming
-  libdvdread plugin.
+2003-04-29 Tuesday 22:44  fenrir
 
-2001-11-07 Wednesday 11:34  massiot
+  all: use /* */ instead of // (we write c code)
 
- Added fgp.
+2003-04-29 Tuesday 22:38  fenrir
 
-2001-11-06 Tuesday 18:12  massiot
+  * stream_output.c: some sanity checks and bypass default behavour of
+ module_Need (when I ask for udp I want udp or an error, but not file
+ or something else) by adding ",none" when a module name is specified.
+  I will clean up that by adding a flag to module_Need or something like
+ that.
 
- New --enable-release config option.
+2003-04-29 Tuesday 21:32  fenrir
 
-2001-11-06 Tuesday 01:59  sam
+  * stream_output.c: fix segfault when not specifying mux name.
 
-   * Fixed support for SPU and LPCM streams over network.
+2003-04-29 Tuesday 20:36  ipkiss
 
-2001-11-05 Monday 22:24  fgp
+  * ./modules/gui/skins/src/theme.cpp: avoid infinite recursion with
+    circular anchoring
 
- Added a new drawer to the control window to support:
- 1) Title / Chapter selection
- 2) Subtitle selection
- 3) Audiochannel/Language selection
- 4) Angle selection
+2003-04-29 Tuesday 20:29  fenrir
 
-2001-11-05 Monday 16:22  massiot
+  * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of
+ resampling with some files while keeping good synchronisation.
+  Anybody has an idea of the maximum desynchronisation between audio and
+ video that still be imperceptible ?
 
- New --volume option (untested, like usual :).
+2003-04-29 Tuesday 20:17  hartman
 
-2001-11-02 Friday 14:30  massiot
+ * modules/gui/macosx/playlist.m:
+   - When we delete an item, update playlist with to indicate 'currently playing'
 
- * libdvdcss port to OpenBSD.
+2003-04-29 Tuesday 16:03  gbazin
 
-2001-11-01 Thursday 22:58  fgp
+ * modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards.
+ * modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported.
 
- Reimported Intf_Controller, connected "File/Open/File" to Intf_Controller::file:Open.
+2003-04-29 Tuesday 15:40  fenrir
 
-2001-11-01 Thursday 16:30  sam
+  * file: use - to write on stdout. (but you can only use ts and ps muxer,
+ as the others need to seek).
 
-   * Modified the pf_close kludge in input.c so that we don't segfault when
-     pf_init fails.
+2003-04-29 Tuesday 12:54  gbazin
 
-2001-11-01 Thursday 01:29  asmax
+ * modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.
 
- - Do not resample if delta is short enough
+2003-04-28 Monday 23:25  fenrir
 
-2001-10-31 Wednesday 12:55  reno
+  * avi: fixed playback of broken stream....
 
- * Fixed a segfault on exit under Windows 2000
+2003-04-28 Monday 22:44  ipkiss
 
-2001-10-31 Wednesday 00:45  massiot
+  * modules/gui/skins/win32/win32_run.cpp: clean exit of wxWindows thread
 
- Fixed mistakes in my previous commit.
+2003-04-28 Monday 20:46  ipkiss
 
-2001-10-30 Tuesday 20:34  reno
+  * ./modules/gui/skins/src/banks.cpp: fixed a segfault triggered by
+    missing tags in the XML.
 
- * Use memalign for aligned data (instead of a greek malloc)
- * Some optimization in imdct (all data are now aligned)
- * SSE downmix now works for windows
- * SSE imdct is desactivated for windows (MINGW32 doesn't know how to aligned data)
+2003-04-28 Monday 14:32  asmax
 
-2001-10-30 Tuesday 13:49  asmax
+ * skeleton of X11 skins
 
- - Changed default configuration for vls/vlcs hostname/IP
+2003-04-28 Monday 14:12  asmax
 
-2001-10-30 Tuesday 11:57  massiot
+ * skeleton of X11 skins
 
- Fixed '-' input.
+2003-04-28 Monday 12:25  asmax
 
-2001-10-30 Tuesday 11:48  massiot
+ * changed Region into SkinRegion to prepare the X11 port
 
- New interface for MacOS X, courtesy of Florian G. Pflug.
+2003-04-28 Monday 12:00  asmax
 
-2001-10-26 Friday 18:23  massiot
+ * fixed compilation under linux
+ * added a flag GTK2_SKINS
 
- VLC FAQ TBU.
+2003-04-28 Monday 00:18  ipkiss
 
-2001-10-24 Wednesday 01:41  sam
+  * ./modules/gui/skins/*: first attempt at porting the skins to Win9x
+    There is still a lot to do but some things are working.
 
-   * Synced dummy_dvdcss with Stef's changes to libdvdcss.
-   * configure now compiles the VCD plugin if linux/cdrom.h is present.
+2003-04-27 Sunday 23:16  gbazin
 
-2001-10-23 Tuesday 05:06  jobi
+ * src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes.
+ * modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format.
+ * modules/codec/rawvideo.c: a few fixes.
+ * modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now.
 
- Added VCD input plugin for Linux :
+2003-04-27 Sunday 17:53  gbazin
 
- The Linux specific stuff is located in linux_cdrom_tools files.
- For the time being, it only has title (tracks). Chapters will come if I
- ever can read .vcd files.
- I've modified Gnome and GTK+, not the others.
- I've noticed a big bug, it segfaults at the end of a title. I will
- have a look on this tomorrow.
- Please be indulgent, it's my first peace of code ;-)
+ * src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until InitThread() has been run.
+ * src/video_output/vout_pictures.[ch]: added support for FOURCC I411.
+ * modules/codec/rawvideo.c: support for more chroma formats.
 
-2001-10-22 Monday 17:17  massiot
+2003-04-27 Sunday 15:25  gbazin
 
- Fixed ATTR_ALIGN configure test.
+ * modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility).
+   (I can finaly watch my RGB tarkin samples :))
+ * modules/demux/rawdv.c: fixed a couple of compiler warnings.
 
-2001-10-22 Monday 16:07  sam
+2003-04-27 Sunday 14:56  gbazin
 
  * Fixed NetBSD (and probably OpenBSD) libdvdcss compilation.
* modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both selected.
 
-2001-10-22 Monday 14:28  massiot
+2003-04-27 Sunday 14:11  gbazin
 
Fixed compilation problems with OpenBSD.
* modules/misc/httpd.c: win32 fix for non-blocking sockets.
 
-2001-10-22 Monday 14:02  sam
+2003-04-27 Sunday 13:55  fenrir
 
-   * xvideo.so is now built in by default. Mixing PIC and non-PIC code was not
-   very nice.
-   * Fixed compilation errors in src/interface/main.c when the compiler did
-   not support SSE or 3DNow! inline assembly.
+  * avi: clean up. Some standard file (ie with 1 RIFF chunk ) has OpenDML
+ index, so use it when normal index (idx1 chunk) isn't found.
 
-2001-10-22 Monday 13:35  massiot
+2003-04-27 Sunday 13:03  fenrir
 
Qt fix courtesy of Christopher Johnson <cjohnson@mint.net>.
 * ffmpeg: stop skipping video sometime ;).
 
-2001-10-22 Monday 04:33  xav
+2003-04-27 Sunday 11:55  fenrir
 
- The vlc now crosscompiles smoothly without having to correct one file
- BUT this is UGLY ! We HAVE to find a way to make multicast function
- under Win32.
+  * avi: Support for OpenDML file.
+  Not tested with file size > 2Go, so report status.
 
- BTW, it does now definitely read TS Streams, locally or from the network.
+2003-04-27 Sunday 03:08  fenrir
 
-2001-10-22 Monday 02:43  jobi
+  * httpd: added "Cache-Control: no-cache" by default.
 
- [no log message]
+2003-04-27 Sunday 02:00  jlj
 
-2001-10-22 Monday 01:17  lool
+  * ./configure.ac.in: Added --with-libmpeg2-tree
 
- Moved unlock in the if structure. This suppresses the dead_lock which
- was crashing the windows port in TS_input.
+2003-04-27 Sunday 00:02  gbazin
 
The audio still segfaults.
* modules/control/http.c: fixed buffer allocation problem.
 
-2001-10-16 Tuesday 18:51  stef
+2003-04-26 Saturday 22:06  fenrir
 
- -defining TRACE_DVDCSS in config.h displays libdvdcss debug message.
- -libdvdcss error messages are reported in input_dvd.c.
- -vlc verbosity also enables more error messages from libdvdcss.
+  * video: spelling error.
 
-2001-10-15 Monday 16:59  sam
+2003-04-26 Saturday 21:45  fenrir
 
-   * Fixed an error in the ts://server[:port][/broadcast] input parsing.
+  * ffmpeg: we always skip video if we have more than 5 second of late video.
+ (This should avoid 'decoder stuck' message.)
 
-2001-10-14 Sunday 05:26  stef
+2003-04-26 Saturday 21:36  gbazin
 
Use of an environment variable to choose libdvdcss method.
* modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default).
 
-2001-10-13 Saturday 17:34  stef
+2003-04-26 Saturday 20:51  fenrir
 
- New features for libdvdcss: we have three ways now to decode a title key.
+  * mpegaudio: if the file name end by .mp3, use a stronger dectection.
+ (over the first 2ko).
 
- 1) Crack the title key (the method that was here before). The only change
- here is that we search the key for the exact chapter we are seeking with
- DVDSetArea (in case the key has changed within a title). It is maybe not a
- good idea.
+2003-04-26 Saturday 14:54  gbazin
 
- 2) Crack the disc key, which allows us to decode instantly all title keys.
- I've used an algorithm from Frank Stevenson ; it eats much memory (64MB),
- and takes about 15 s at launch time.
+ * configure.ac.in: enabled xvid and ffmpeg encoders
+ * modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma.
 
- 3) Decode the disc key with player keys (libcss method). However, you need
- licensed player keys at build time for that to work.
+2003-04-26 Saturday 12:26  gbazin
 
- To choose between libdvdcss methods, a command line options is supplied:
+ * modules/codec/rawvideo.c: added support for YUY2 and I422 and fixed a bug in FillPicture(). ( The v4l input is working here now :) )
 
-         vlc --dvdcss <method> where method is one of title, disc, key.
+2003-04-25 Friday 21:47  fenrir
 
- Note that all these changes only work with linux now, since we have to add a
- specific ioctl to read title key. I hope that I haven't broken too many things.
+  * libmp4: clean up and preliminary work to read mp4 file through http.
+  * mp4: don't return a failed value when recognize a ref file, but use
+ a dummy Demux function that return EOF.
 
-2001-10-11 Thursday 18:12  massiot
+2003-04-25 Friday 18:57  fenrir
 
- * Minor video parser optimization ;
* SDL now displays an error message on 422 streams.
+  * ffmpeg: use bigger split size (~8000 samples) as it avoid too much
resampling with my samples. Fix a potential divide by 0 (thx meuuh).
 
-2001-10-11 Thursday 15:19  massiot
+2003-04-25 Friday 17:35  fenrir
 
- * Chroma 4:2:2 and 4:4:4 support in the decoder.
- * Fixed bugs in the C YUV transform with 4:2:2 format.
+  *ffmpeg: split huge audio packets as aout didn't like them.
 
-2001-10-11 Thursday 13:28  massiot
+2003-04-25 Friday 17:33  fenrir
 
- * Fixed bugs in RPM spec files ;
- * Fixed a bug in configure where ix86 machines were improperly detected.
+  * mms: reduce mtu (avoid too much delay with slow connection)
 
-2001-10-10 Wednesday 17:18  sam
+2003-04-25 Friday 12:37  gbazin
 
  * Fixed bad ChangeLog formatting.
* modules/gui/skins/src/vlcproc.cpp: small compilation fix.
 
-2001-10-10 Wednesday 16:25  sam
+2003-04-24 Thursday 20:49  fenrir
 
-   * 0.2.90 release.
-   * Updated ChangeLog files.
-   * XVideo module now compiled as built-in for Debian packages, to avoid
-     PIC and non-PIC code collision (Closes Debian bug #111790).
+  * mp4: fix a buffer overflow.
 
-2001-10-09 Tuesday 13:46  massiot
+2003-04-24 Thursday 20:33  fenrir
 
MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.
 * .cvsignore: forgot this file.
 
-2001-10-08 Monday 18:20  massiot
+2003-04-24 Thursday 20:26  fenrir
 
- MacOS X port : native QuickTime video output, courtesy of Florian G.
- Pflug <fgp@phlo.org>. Use it with -I macosx_qt.
+  * asf: fix to play stream over mmsh.
 
-2001-10-08 Monday 11:21  massiot
+2003-04-24 Thursday 20:24  fenrir
 
Fixed bugs in the altivec detection, courtesy of Michel Lanners <mlan@cpu.lu>.
 * mpeg4video.c: use video size when available from bitmapinfoheader.
 
-2001-10-03 Wednesday 17:10  sam
+2003-04-24 Thursday 17:44  gbazin
 
-   * Added User-Agent header in the HTTP input.
-   * Fixed an input segfault which occured using ES input.
+ * src/libvlc.c: forgot to reload the command line options after we reload the main module when the user disables the translation.
 
-2001-10-03 Wednesday 16:41  massiot
+2003-04-24 Thursday 16:13  gbazin
 
- * Enhanced --with-tuning
- * Fixed a nasty segfault
+ * Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist.
 
-2001-10-03 Wednesday 15:14  sam
+2003-04-24 Thursday 15:57  gbazin
 
-   * Added an endianness check for cross-compilations.
-   * We now check for sys/times.h.
+ * modules/gui/skins/src/themeloader.*: dropped the dependancy on libtar
+    for the .vlt skins support. libtar is still used if present, otherwise
+    we use our small implementation of untar.
 
-2001-10-03 Wednesday 14:58  massiot
+2003-04-24 Thursday 14:39  fenrir
 
* Repaired dummy input broken yesterday.
 * mp4: select only first enabled track.
 
-2001-10-03 Wednesday 14:46  massiot
+2003-04-24 Thursday 14:38  asmax
 
- * Minor ShowBits() optimization ;
- * Fixed a bug in vlc.spec ;
- * New --disable-plugins option ; make all plug-ins built-in.
+ * get screen size with gtk2
 
-2001-10-03 Wednesday 12:12  massiot
+2003-04-23 Wednesday 15:18  titer
 
- Info : you can use #ifndef instead of #ifdef... #else :p
+  modules/gui/beos/VlcWrapper.cpp: fixed the issue with untranslated
+   strings and "...". i18n seems OK under BeOS now.
 
-2001-10-03 Wednesday 05:32  xav
+2003-04-23 Wednesday 10:29  asmax
 
- The vlc now compiles when cross-compiling with Mingw32. It segfaults
- while browsing plugins (modules.o, it seems).
+ * fixed some constructors and destructors
 
- Oh, btw, stats won't work under win32, since <sys/times.h> and the
- function times don't seem to exist.
+2003-04-22 Tuesday 23:31  gbazin
 
- Sam, may I speak with you tomorrow about modules.c ?
+ * modules/codec/libmpeg2.c: make sure there are no more linked pictures
+    left when closing the decoder.
 
-2001-10-03 Wednesday 04:53  xav
+2003-04-22 Tuesday 22:57  ipkiss
 
- Modified configure.in to allow cross-compiling with Mingw32.
- Quick and ugly, i'm gonna find a better way to do it.
+  * ./modules/gui/skins/src/theme.cpp: fixed a bug with anchored windows
 
-2001-10-03 Wednesday 04:20  tcastley
+2003-04-22 Tuesday 22:25  gbazin
 
- Updated to compile on BeOS.
+ * modules/audio_filter/converter/s16tofloat32swab.c:
+    added an #ifdef HAVE_ALLOCA.
 
-2001-10-03 Wednesday 04:19  tcastley
+2003-04-22 Tuesday 21:45  gbazin
 
- Changes to ensure the BeOS compile still works.
+ * configure.ac.in: don't link with the math library on win32. It isn't
+    needed and will even screw up things under cygwin with -mno-cygwin.
 
-2001-10-02 Tuesday 19:09  sam
+2003-04-22 Tuesday 19:26  asmax
 
-   * Added HTTP virtualhost support in the HTTP input.
-   * Enabled mouse clicks in the GGI plugin.
-   * Minor Makefile alteration.
+ * output.c: avoid a floating point exception when aout-rate==0
+ * gtk2_api.cpp: made valgrind happy ;)
 
-2001-10-02 Tuesday 19:04  massiot
+2003-04-22 Tuesday 18:21  ipkiss
 
- * Fixed a warning in input_es.c ;
- * Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer
-   <mathias@research.att.com>.
+  * ./modules/gui/wxwindows/fileinfo.cpp: cosmetic changes
 
-2001-10-02 Tuesday 18:46  massiot
+2003-04-22 Tuesday 17:56  asmax
 
- * Cleaned up sam's mess with input's pf_open and pf_close (not completely) ;
- * With -vvv modules now show up their scores ;
+ * fixed the volume slider bug
 
- This afternoon I have been a little bored, so the feature of the day is :
- * HTTP input support.
+2003-04-22 Tuesday 16:36  titer
 
- You can test it with :
- ./vlc http://mysite.com:80/mystream.mpg
- It doesn't implement any kind of buffering, so make sure you have enough
- bandwidth, otherwise you'll just get nothing.
+  * Makefile.am: fixed 'make package-beos'
+  * modules/gui/beos/*: added _()s so the whole interface is translated
+  * src/libvlc.c: ask gettext for UTF-8 strings (under BeOS only for now)
+    FIXME: currently, untranslated strings are not converted to UTF-8
 
- It is compatible with HTTP proxy, just set http_proxy :
- export http_proxy="http://proxy.mycompany.com:3128/"
+2003-04-22 Tuesday 16:28  fenrir
 
- Enjoy !
+  * mp4: fix "mov playlist" handling. (raaah strncpy doesn't add '\0' :(
 
-2001-10-02 Tuesday 15:34  massiot
+2003-04-22 Tuesday 12:54  gbazin
 
- * Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec ;
- * New configure option --with-tuning=[arch], extending --enable-pentiumpro ;
- for Pentium, use --with-tuning=pentium, for PowerPC 604 use --with-tuning=604,
- and so on.
+ * modules/codec/libmpeg2.c: fixed aspect ratio problem.
 
-2001-10-01 Monday 18:44  massiot
+2003-04-22 Tuesday 11:38  fenrir
 
- Dramatically improve compilation time, with a negligible performance
- tradeoff.
+  * mp4: preliminary support of "mov playlist(ref) file"
 
-2001-10-01 Monday 18:18  massiot
+2003-04-22 Tuesday 08:51  fenrir
 
- * Removed -march=pentiumpro ; should now work on pentium-class machines ;
- * Removed --enable-stats configuration directive. Stats are now activated
- at runtime with --stats ;
- * New intf_StatMsg() call ;
- * Vout picture heap is now 8 pictures instead of 5 (better synchro) ;
- * Tremendous enhancements in statistics display ;
- * Better capabilities handling.
+  * mp4: more mov fields are parsed.
 
-2001-10-01 Monday 14:48  massiot
+2003-04-21 Monday 22:12  asmax
 
- Error checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.
+ * changed "Font" into "SkinFont" (see previous commit)
 
-2001-09-30 Sunday 02:33  stef
+2003-04-21 Monday 21:51  asmax
 
- .better handling of the buffer of the sound driver to try to remove
-  sratches in spdif.
+ * changed "Window" into "SkinWindow" to prepare X11 port
+  (Window is already a Xlib type !)
+   *** not tested under win32, please check ! ***
 
- Thanx to bozo for his help :)
+2003-04-21 Monday 18:39  asmax
 
-2001-09-28 Friday 17:08  massiot
+ * at last fixed transparency under linux !!
 
- Fixed bugs in the MacOS X port.
+2003-04-21 Monday 16:55  anil
 
-2001-09-28 Friday 16:17  massiot
+ *All: fixed unwanted fileinfo window refresh under windows.
 
- Faster configure script and as-yet untested Darwin patches.
+2003-04-21 Monday 16:22  gbazin
 
-2001-09-28 Friday 12:39  massiot
+ * modules/misc/network/ipv4.c: a bit of cleanup.
 
- Test for Altivec C extensions.
+2003-04-21 Monday 14:26  asmax
 
-2001-09-28 Friday 11:57  massiot
+ * raise the skin window on top when clicked
+ * a bit of code cleaning
 
- If memalign isn't available, fall back on valloc.
+2003-04-21 Monday 12:54  gbazin
 
-2001-09-26 Wednesday 14:32  massiot
+ * configure.ac.in: print an error message if libmpeg2 is not found or too old.
 
- By default, use the real size of the stream for the video output size.
+2003-04-21 Monday 12:22  gbazin
 
-2001-09-25 Tuesday 13:46  massiot
+ * configure.ac.in: the libmpeg2 plugin is now enabled by default when the right version of libmpeg2 is detected (0.3.2 aka cvs).
 
- Altivec IDCT and motion compensation, courtesy of Michel Lespinasse for
- mpeg2dec (untested).
+2003-04-21 Monday 11:47  asmax
 
-2001-09-24 Monday 13:17  massiot
+ * added a preferences button in the default skin
 
- Fixed many alignment issues.
+2003-04-21 Monday 03:37  asmax
 
-2001-09-14 Friday 17:36  massiot
+ * fixed the previous commit for linux
 
- Miscellaneous updates to configure, especially for cross-compilation.
+2003-04-21 Monday 02:50  asmax
 
-2001-09-09 Sunday 15:43  sam
+ * fixed a timing issue under windows ?
 
-  Changes to vlc:
+2003-04-21 Monday 02:12  ipkiss
 
-   * Fixed arch-dependant build dependencies (Closes Debian bug #109722).
-   * Minor changes to the (non-working) ncurses interface.
+  * we now use a wxwindow dialog to load the skins, so we can get rid
+    of our custom dialog
 
-  Changes to libdvdcss (courtesy of Håkan Hjort <d95hjort@dtek.chalmers.se>):
+2003-04-21 Monday 01:47  asmax
 
-   * If we see 3000 unencrypted blocks assume that the title is unencrypted.
-   * If we have not seen any encrypted block and then discover that the block
-     just read is not a valid block of an MPEG2 Program stream, assume that the
-     title is unencrypted.
-   * Empty keys (for unscrambled sectors) are now cached as well.
-   * We try to decrypt the file even if DVD ioctls are not available.
+ * shortcut handling under linux
 
-2001-09-06 Thursday 20:21  henri
+2003-04-21 Monday 00:54  ipkiss
 
- - Fixed a netlist packet leak in demuxPSI (Mark Gritter <mgritter@kealia.com>).
+  * added preferences, file info and stream output dialogs to the skins
 
- - Removed the nuts message "unable to allocate memory" when the netlist got
- empty.
+2003-04-21 Monday 00:33  massiot
 
- Cosmetic changes.
* configure.ac.in : finished disabling the old mpeg_video plug-ins.
 
-2001-09-06 Thursday 15:24  massiot
+2003-04-21 Monday 00:18  asmax
 
- Another fix for the altivec detection.
+ * fixed refresh of the playlist (and a segfault...)
 
-2001-09-06 Thursday 12:39  massiot
+2003-04-20 Sunday 23:42  massiot
 
- Fixed numerous bugs with the Altivec IDCT (still not compiling).
+ * modules/codec/libmpeg2.c: fixed a problem with some frame rates (thx
+   gibalou)
 
-2001-09-06 Thursday 09:31  henri
+2003-04-20 Sunday 23:09  asmax
 
- Added gnome.h check and cleaned the error messages in the configure
- script
+ * fixed a segfault at exit
 
-2001-09-06 Thursday 06:28  henri
+2003-04-20 Sunday 22:52  asmax
 
- A very tiny small useless optimization in the LPCM decoder
+ * a few segfaults but wxwindows works under linux !
 
-2001-09-05 Wednesday 18:07  massiot
+2003-04-20 Sunday 22:52  gbazin
 
- * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec
- (untested !) ;
- * Local minor optimizations in IDCT ;
- * Removed a hopeless kludge in input_clock.c
+ * modules/audio_output/file.c: fixed a mismatch in a config name.
 
-2001-08-27 Monday 18:13  massiot
+2003-04-20 Sunday 21:19  sam
 
IP Multicast support, courtesy of Mathias Kretschmer <mathias@research.att.com>.
  * ./modules/audio_output/oss.c: code comments.
 
-2001-08-24 Friday 12:51  sam
+2003-04-20 Sunday 21:15  sam
 
-   * Fixed build dependencies for architectures not supporting libasound2
-     (Closes Debian bug #109722).
+   * ./modules/video_output/fb.c: fixed a bug that prevented proper console
+     resetting.
 
-2001-08-23 Thursday 17:39  sam
+2003-04-20 Sunday 21:14  sam
 
-   * Attempt to fix the SDL detection under *BSD.
+   * ./mozilla/npvlc_rc.rc: fixed a typo in the MIME types.
 
-2001-08-23 Thursday 15:24  massiot
+2003-04-20 Sunday 20:28  ipkiss
 
- Removed /usr/local/include, because it is unsafe in a cross-compilation
- environment. If you have problems with this, tell me and we'll find an
- alternate solution.
+  * added wxwindows Open and Messages dialog boxes into the windows skins
+    (it may break things on linux...)
 
-2001-08-22 Wednesday 23:18  gbazin
+2003-04-20 Sunday 20:22  asmax
 
- - The win32 port is once again using msvcrt.dll instead of msvcrt40.dll
- - Fixed a synchro bug (typo) in video_output.c
+ * added wxwindows for skins !!
 
-2001-08-22 Wednesday 20:47  massiot
+2003-04-20 Sunday 19:53  gbazin
 
- * Added a documentation to use VLC as a netscape plug-in and do some
- (buggy) web streaming.
+ * configure.ac.in: removed useless --with-ffmpeg=PATH ./configure option.
 
-2001-08-22 Wednesday 19:21  massiot
+2003-04-20 Sunday 19:29  fenrir
 
- * Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
- - performance boost ;
- - fixed the "Dual Prime Arithmetic" bug ;
- - 3DNow! motion compensation module ;
- * BTW, fixed numerous bugs ;
- * AC3dec statistics do not show up with --enable-stats, because I doubt
- they're understandable by a normal human being, and they pollute the output.
+  * mms/* : begining of a m$-http-for-asf-streaming support.
+  Proxy aren't yet supported. Use mmsh to force it, else mms will try it
+ at the end (after mmst and mmsu). Some http url are in fact mmsh but
+ not yet auto-detected.
+  *Please report* not working url and any regression for mmst and mmsu.
 
-2001-08-22 Wednesday 17:16  sam
+2003-04-20 Sunday 19:03  jlj
 
-   * Grmbl. Forgot to update the libdvdcss changelog.
+   * ./modules/gui/skins/src/themeloader.cpp: compile fix (include errno.h)
 
-2001-08-22 Wednesday 16:23  sam
+2003-04-20 Sunday 16:45  karibu
 
-   * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
-   * Added --xvadaptor flag to select the XVideo adaptor to use.
-   * Everything is ready for the 0.2.83 release.
+ * Fixed mouse wheel
 
-2001-08-20 Monday 01:35  sam
+2003-04-20 Sunday 16:16  asmax
 
-   * Added support in ./configure for the cprof profiler.
-   * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
-     issues under Solaris and QNX.
-   * Additional checks for SSE-specific (non-MMXEXT) instructions, as
-     reported in <20010817114220.A23480@slartibartfast.angrypacket.com>.
+ * fixed the "always on top" bug
 
-2001-08-14 Tuesday 19:53  sam
+2003-04-20 Sunday 15:06  karibu
 
-   * Fixed yesterday's pthread detection fix.
+ * Added support of wheel with win32
 
-2001-08-14 Tuesday 06:52  sam
+2003-04-20 Sunday 15:00  karibu
 
-   * GNU/Hurd configuration and compilation fixes.
+ * Fixed support of wheel for playlist with GTK2
+ * Added support of whell for slider with GTK2
 
-2001-08-14 Tuesday 02:00  sam
+2003-04-20 Sunday 14:11  gbazin
 
-   * Fixed a crash in subtitle rendering.
-   * Activated old crappy subtitle rendering in overlay mode (ugly but
-     probably better than having no subtitles at all).
+ * configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed my last breakage in the ffmpeg detection code.
 
-2001-08-13 Monday 14:24  sam
+2003-04-20 Sunday 13:14  asmax
 
-   * Added missing debian files I forgot to add a long time ago.
-   * Fixed libglide2/libglide3 inconsistency in debian/control.
+ * enabled scrolling in the playlist with the mouse wheel
 
-2001-08-10 Friday 19:43  sam
+2003-04-20 Sunday 12:59  massiot
 
-   * Another mistake in the BSD/OS configuration process.
+ * The libmpeg2 plug-in is now completely operational ;
+ * configure.ac.in : disabled compiling the old mpeg_video plug-in, so :
+ DO NOT FORGET TO INSTALL LIBMPEG2 AND COMPILE WITH --enable-libmpeg2
 
-2001-08-10 Friday 19:14  massiot
+2003-04-20 Sunday 11:57  gbazin
 
Added --with-sdl-config-path option if you sdl-config is not in $PATH.
* configure.ac.in, modules/codec/ffmpeg/*, modules/encoder/ffmpeg/*, modules/stream_out/transcode.c: fixed detection of the ffmpeg headers/libs when they are installed in their default location.
 
-2001-08-10 Friday 18:38  sam
+2003-04-20 Sunday 01:05  asmax
 
-   * Added proper Conflicts: rules in debian/control.
-   * configure.in fixes for BSD/OS.
+ * fixed a typo with dvbpsi
 
-2001-08-10 Friday 01:12  sam
+2003-04-19 Saturday 13:55  hartman
 
-   * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
-     extras/BSDI_dvdioctl after he suggested it. License is GPL.
-   * ./configure now checks for an installed libdvd under BSD/OS and
-     falls back to ours if not found.
-   * Fixed harmless typos in yesterday's Solaris libdvd patches.
-   * Bumped libdvdcss version number up to 0.0.3 ; release will probably
-     follow once the BSDI changes have been tested.
+ * Added a 'opaqueness' configoption to macosx-vout. Yeah i know, useles.
+   But it's coooooool. http://sidekick.student.utwente.nl/videolan/transparent.jpg
 
-2001-08-09 Thursday 22:16  jlj
+2003-04-19 Saturday 12:39  karibu
 
- Fixed a memory leak in the ifo parser and input_EndStream
+ * Font fixed
 
-2001-08-09 Thursday 10:20  sam
+2003-04-19 Saturday 12:33  hartman
 
-   * Fixed a bug in the gtk interface which caused vlc to go amok after
-     having met a zero-sized area.
-   * Found out how to type 'å' in vim :-)
-   * Added missing bloat to modules_export.h.
-   * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
-   * Added vlc:loop playlist command to go back at the beginning.
-     Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
-     This change isn't very elegant but there are already bugs in the
-     playlist handling, I'll try to polish it once the playlist is fixed.
+ * There was a problem where deinterlace could not be turned off via it's
+   corresponding menu. On thy fly filter changes are still not possible.
 
-2001-08-08 Wednesday 04:48  sam
+2003-04-19 Saturday 11:46  asmax
 
-   * Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
+ * fixed a segfault
 
-2001-08-07 Tuesday 12:54  sam
+2003-04-19 Saturday 11:16  asmax
 
-   * Updated version number to 0.2.82.
-   * Updated ChangeLog.
-   * Fixed a typo in Makefile.dep.
+ * drag&drop works ! (at least with mozilla)
 
-2001-08-07 Tuesday 04:48  sam
+2003-04-19 Saturday 02:34  karibu
 
-   * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
-   * Various debian scripts fixes.
-   * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
-   * Fixed broken soname setting under Solaris (and OS X, sort of).
-   * Made the illegal instruction report more explicit.
-   * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
+ * Fixed wrapping for texts
+ * Filling GTK2Graphics and GTK2Region destructors
 
-2001-08-06 Monday 15:46  sam
+2003-04-19 Saturday 00:12  fenrir
 
-   * libdvdcss* packages are now a bit more policy-compliant.
+  * mp4: some memory leaks fixed.
 
-2001-08-06 Monday 15:27  sam
+2003-04-18 Friday 22:51  sam
 
-   * Added a dummy libdvdcss so that the DVD plugin can be used without
-     libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
-     and will use the dummy functions only if it couldn't find a valid
-     libdvdcss. This is probably only useful to package maintainers.
+   * ./configure.ac.in: workaround for a bug in the OS X ld who sees symbol
+     redefinitions when linking twice with the same static libary.
 
-   * Tidied the snapshot-* Makefile rules.
-   * Tidied the modules Makefiles.
-   * Removed useless stuff in the debian/ directory.
-   * Removed the "make all" kludge in the Makefile.opts rule. I hope this
-     patch is harmless on all systems.
+2003-04-18 Friday 22:43  fenrir
 
-2001-08-05 Sunday 17:32  gbazin
+  * mp4.c : begining of a mp4/mov muxer.
 
- * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
-     perfect on Win32.
- * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
- * On Win32, open() will now open files in binary mode by default.
- * A few minor changes to vout_xvideo.c
+  It's far from stable, produce file unplayable by mplayer at least,
+ and doesn't yet take care of video/audio synchro.
+ Becarefull that the header is written only when closing, and there is
+ no way to repair a mp4 file without its header.
 
-2001-08-03 Friday 20:03  gbazin
+2003-04-18 Friday 22:38  fenrir
 
Oops, forgot to commit this file.
 * stream_output.c: add a vlc_mutex_lock/unlock ...
 
-2001-07-31 Tuesday 23:13  gbazin
+2003-04-18 Friday 19:26  titer
 
- * Fixed a segfault in PSEnd in input_ps.c
- * The video decoder thread is now also reniced to a lower priority on
-   Win32 (as in the linux version). This slightly increases the responsiveness of vlc.
+  Added a few keyboard shortcuts
 
-2001-07-30 Monday 16:13  massiot
+2003-04-18 Friday 16:38  titer
 
* Now use SDL_CFLAGS for searching SDL/SDL.h.
 Under BeOS, disable the screensaver if playing in fullscreen.
 
-2001-07-30 Monday 15:57  massiot
+2003-04-18 Friday 16:10  titer
 
- * Don't miserably die in `make` when ./configure hasn't be run ;
- * Fixed a bug when compiling KDE plug-in without Qt plug-in ;
- * Now taking into account $KDEDIR ;
- * Made SDL configure error messages more explicit ;
- * --disable-sdl is now correctly taken into account ;
- * Changed the order of evaluation of sdl-config and sdl11-config ;
- * Finally fixed SDL*/SDL.h check ;
+  beos/*: fixed fullscreen shortcuts
 
-2001-07-30 Monday 02:53  sam
+2003-04-18 Friday 16:04  asmax
 
-   * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
+ * network stream now work
+ * double-click is now implemented
 
-2001-07-30 Monday 00:54  sam
+2003-04-18 Friday 15:25  titer
 
-   * Better gtk-config detection.
-   * Removed duplicate checks in configure.in.
-   * Fixed a typo in vlc.spec.
+  ALL: fixed i18n under BeOS
 
-2001-07-28 Saturday 04:17  sam
+2003-04-17 Thursday 19:56  karibu
 
-   * Fix in libdvdcss in the key caching code.
-   * Removed useless variables in configure.in which caused all subsequent
-     compilation tests to fail.
+ * Ask tooney to know ! (fix minor bug)
 
-2001-07-27 Friday 18:23  sam
+2003-04-17 Thursday 17:45  asmax
 
-   * Additional fixes to the sdl-config detection.
+ * small fix
 
-2001-07-27 Friday 18:14  sam
+2003-04-17 Thursday 16:34  karibu
 
-   * Added a make uninstall rule.
+ * Scrolling text now works on linux
 
-2001-07-27 Friday 16:43  sam
+2003-04-17 Thursday 16:32  karibu
 
-   * Updated version numbers for imminent release.
-   * Fixed the --with-dvdcss flag:
-      o --with-dvdcss - build libdvdcss, link statically (also default behaviour)
-      o --with-dvdcss=local-static - build libdvdcss, link statically
-      o --with-dvdcss=local-shared - build libdvdcss, link dynamically
-      o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar
-   * Fixed an omission in the dvdcss.h header.
+ * Fixed kludge
 
-2001-07-27 Friday 03:05  sam
+2003-04-17 Thursday 16:30  karibu
 
-   * Changed libdvdcss API to force binary incompatibility. Yeah, this is
-     evil, but if we don't do it now we'll have to do it when more people
-     are using it.
-   * Fixed minor libdvdcss stuff such as the soname and compilation flags.
-   * New --with-dvdcss flag.
-     Explanation:
-      o default: build libdvdcss, statically link vlc against it.
-      o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it.
-      o --with-dvdcss=yes: don't build libdvdcss, use already installed one.
-      o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*.
-     (this looks a bit strange to me, I'll find better flag settings)
+ * Added AddEllipse: the slider now works ! :)
 
-2001-07-26 Thursday 22:00  reno
+2003-04-17 Thursday 16:11  karibu
 
- * Format asm functions for gcc
-   -> fixed the segfaults with imdct_sse
-   -> sound is hugly with imdct_sse in debug mode
+ * Added clip region to graphics
+ * Added functionnality to region
 
-2001-07-26 Thursday 16:53  massiot
+2003-04-17 Thursday 15:43  karibu
 
- Now using gcc -pipe.
+ * Improved font support for linux (just missing underline parameter )
 
-2001-07-26 Thursday 11:08  massiot
+2003-04-17 Thursday 14:18  anil
 
Accept SDL 1.1.5 or later.
* oups forgot to commit this one. still the hide/show thing.
 
-2001-07-26 Thursday 05:13  sam
+2003-04-17 Thursday 14:00  anil
 
-   * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
-   * Updated TODO, cosmetic changes.
+ * We now use hide/show for the file info window
 
-2001-07-25 Wednesday 21:14  massiot
+2003-04-17 Thursday 13:46  karibu
 
- Now use sdl-config for SDL.
+ * Can get size of a text
 
-2001-07-25 Wednesday 16:51  bozo
+2003-04-17 Thursday 13:08  karibu
 
- The spdif audio output won't kill itself anymore at the beginning.
+ * SkinManage is called by a timer
+ * Timer for text control are working badly but it's the first step
 
-2001-07-25 Wednesday 10:41  gbazin
+2003-04-17 Thursday 10:58  fenrir
 
-  * dvdcss_readv optimisations for Win32. We now send only one read command
-    to the DVD drive for the whole iovec.
-  * Fixed _win32_dvdcss_aread to work around the WinASPI32 64kb transfer
-    size restriction.
-  * New and theoretically better Win32 pthread implementation which fixes a
-    problem I was having when changing title on a DVD (netlist related).
-    vlc_cond_multicast may or may not work.
-  * Fixed the "quit" event handling in directx/vout_events.c.
-  * dvd_ifo.c now takes into account error messages from UDFFindFile.
-  * Temporarily disabled aout_Probe() in aout_SDL (this function
-    is creating an awful lot of problems - libSDL bug ).
+  * ffmpeg: remove some #ifdef (you need at least libavcodec build >= 4655)
+ and use ffmpeg postprocessing instead of vlc builtins. (It's a lot faster).
 
-2001-07-25 Wednesday 05:53  sam
+2003-04-17 Thursday 10:53  karibu
 
-   * Updated ChangeLog.
+ * Fixed dewtructor
 
-2001-07-25 Wednesday 05:12  sam
+2003-04-17 Thursday 10:42  asmax
 
-   * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>.
-   * fix for large inline functions and gcc 3.0.
-   * fixed the gnome plugin so that it does not include gtk headers.
+ * beginning of font support !
 
-2001-07-24 Tuesday 13:16  xav
+2003-04-16 Wednesday 21:50  karibu
 
- Removed the changes made ; vlc should compile when following the
- instructions in INSTALL-win32.
+ * gtk2_theme.cpp: window are not automatically visibled
+ * gtk2_window.cpp: removed fading transition delay
+ * vlcproc.cpp: removed warning
 
-2001-07-24 Tuesday 11:40  xav
+2003-04-16 Wednesday 21:40  ipkiss
 
- Quick and ugly hack in the makefile to allow vlc_win32 to compile when
- getting it directly from the CVS. As a result, the vlc_win32 program
- doesn't have an icon any more. Too bad.
+  *  modules/gui/skins/*: we now #include skin files using a relative
+     path, so that MSVC is happy :)
 
-2001-07-20 Friday 18:20  massiot
+2003-04-16 Wednesday 21:39  karibu
 
- Fixed the "paused movie won't restart" bug.
+ * Removed debug calls
 
-2001-07-19 Thursday 13:50  massiot
+2003-04-16 Wednesday 21:30  karibu
 
- * QNX RTOS plug-in by Jon Lech Johansen.
+ * Can now quit the interface
 
-2001-07-19 Thursday 13:42  massiot
+2003-04-16 Wednesday 19:22  karibu
 
- * FreeBSD compilation fix, by Øyvind Kolbu.
+ * gtk2_bitmap.cpp: fixed constructor bug
+ * Events work better: controls are working, not still perfectly...
 
-2001-07-18 Wednesday 19:05  massiot
+2003-04-16 Wednesday 16:33  fenrir
 
- * Updated documentation with recent changes ;
- * Decoders are niced again, for it is really better.
+  * transcode: tried to fix compilation with older libavcodec.
 
-2001-07-18 Wednesday 17:21  massiot
+2003-04-16 Wednesday 16:32  fenrir
 
- A BIG kludge for the calculation of mux_rate, so that times displayed in
- the scroll bar are now correct for MPEG-2 streams. There is probably a
- better way to do it, but I haven't found in months.
+  * mp4: fix a string format.
 
-2001-07-18 Wednesday 16:21  massiot
+2003-04-16 Wednesday 16:20  fenrir
 
- * Rewrote the video decoder to take advantage of several processors (SMP mode) ;
- * Fixed a bug in the video decoder initialization :-p ;
- * Added --smp option and several hooks in src/input/input_ext-intf.c ;
- * Grayscale mode now turns off chroma IDCT.
+  * mp4: removed empty strings in msg_Dbg.
 
-2001-07-17 Tuesday 11:48  massiot
+2003-04-16 Wednesday 15:34  asmax
 
- Cleaned up include/. Unnecessary headers are no longer under include/, but
- under src/. (eat that)
+ * small fix
 
-2001-07-17 Tuesday 00:00  gbazin
+2003-04-16 Wednesday 14:38  asmax
 
- Added intf_DbgMsg and intf_DbgMsgImm symbols to modules_export.h
- This fixes the TRACE build.
+ * at last, transpareny WORKS !!!!!
 
-2001-07-16 Monday 18:40  massiot
+2003-04-16 Wednesday 11:47  gbazin
 
- ...and the associated Makefile modifications.
+ * modules/misc/dummy/input.c, modules/access/file.c, include/vlc_common.h:
+    msvc compilation fixes.
 
-2001-07-16 Monday 18:26  massiot
+2003-04-16 Wednesday 00:12  fenrir
 
- * Exploded the outdated generic decoder ;
- * Updated ChangeLog and TODO.
+  * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
+ before first slice).
+  * ffmpeg: use indeo v3 decoder (untested).
+  * stream_ouput.c,libvlc.h : take care of:
+  --sout-acodec,--sout-vcodec : use transcoding. (You can specify bitrate
+ using --sout-abitrate and --sout-vbitrate in kilobits/s).
+  --sout-display: to display while streaming.
+ (Btw there is a problem with vout and display, it leads to a ref count = -1)
 
-2001-07-16 Monday 17:54  massiot
+2003-04-15 Tuesday 22:16  asmax
 
- * Added IDEALX developer documentation into main CVS - PLEASE UPDATE
- REGULARLY ;
- * Cleaned up doc/ directory.
+  * remove a small kludge
+  * tried to add transparency, but it doesn't work :(
 
-2001-07-16 Monday 14:10  massiot
+2003-04-15 Tuesday 20:54  karibu
 
- Fixed GetChunk for chunks < 4 bytes.
+ * GTK2 events work even better
 
-2001-07-13 Friday 01:06  gbazin
+2003-04-15 Tuesday 20:42  karibu
 
- - Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
-     should have prevented the Win9x dvd input from working.
- - Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
+ * Fixed GTK2 events
 
- - Put a readv() function in input_iovec.h, the input_es now compiles.
- - Modified input_ts to use this function.
+2003-04-15 Tuesday 20:33  karibu
 
- - Fixed an initialisation bug in vout_directx.c
- - Right clicking on the mouse now displays the navigation menu.
+ * Events are even better, not yet perfect !
 
- PS: If someone is willing to test the DVD input on Win95/98/Me I will
-     upload an up to date binary package.
+2003-04-15 Tuesday 17:55  ipkiss
 
-2001-07-12 Thursday 22:31  reno
+  * event broadcasting should work
 
- * Fix audio/video synchro bug with esd
- * Should fix buggy sound due to 44100-48000 Hz conversions
+2003-04-15 Tuesday 16:49  karibu
 
-2001-07-11 Wednesday 04:01  sam
+ * Fixed mouse leave notification
 
-   * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
-     vlc's DVD input (looks like decoders are expecting data too early and
-     DVD input can't cope with it due to decryption). Needs to be investigated.
-   * Plugins are now compiled in plugins/* and libraries in lib/*.
-   * The KDE UI compiles again but does not work yet.
-   * ALSA plugin message corrections.
-   * Calculation modules can now be calledwith a shorter name
-     (eg. '--downmix mmx' instead of '--downmix downmixmmx').
-   * Fixed insane verbosity of the SDL plugin.
+2003-04-15 Tuesday 16:47  karibu
 
-2001-07-10 Tuesday 08:07  gbazin
+ * Fixed mouse leaving notification for windows
+ * Added mouse leaving notification for gdk
 
- - Fixed the segfault in vout_UnloadFont
- - DestroyThread in video_output doesn't call pf_destroy if pf_create has
-     failed previously.
- - The Xvideo plugin now closes the video window when it XVideoGetPort
-     fails in vout_Create.
+2003-04-15 Tuesday 16:42  karibu
 
-2001-07-09 Monday 01:15  reno
+ * Fixed mouse events
 
- * Alignement in asm functions
- * 16 bytes alignement for data (need fo SSE)
- * Optimization in SSE
+2003-04-15 Tuesday 15:53  gbazin
 
-2001-07-08 Sunday 19:45  gbazin
+ * modules/codec/libmpeg2.c: small bugfix.
 
- Win32 changes only:
+2003-04-15 Tuesday 14:05  hartman
 
-  - defined off_t as a long long. This allows DVD navigation to work.
-    This change is to be implemented on a compiler by compiler basis. For
-    now, it works on mingw32 (tested) and should work on MSVC (not tested).
+ modules/gui/macosx/controls.m:
+  * present the open dialog when pressing play button instead of 'standard'
+    open dialog, to make users more aware of this dialog and the functions
+    it has.
+ ALL:
+  * when opening a file NOT trough the Open dialog, make sure sout and
+    suboptions are reset to ""
 
-  - Implemented a quick and dirty hack in intf_msg.c to be able to display
-    long long integers with printf on Win32. This change is also necessary
-    to avoid segfaults when debug is enabled in vlc on Win32.
+2003-04-15 Tuesday 12:40  hartman
 
 - few minor changes in the directx plugins.
* reselect current playlist item when reordering items.
 
-  - defined snprintf in common.h and removed a few #ifdef WIN32
+2003-04-15 Tuesday 11:46  ipkiss
 
-2001-07-07 Saturday 19:45  sam
+  * compilation fix
 
-   * Probably fixed the "X eats more and more CPU" bug. Please test.
-   * mingw32 cross-compilation issue fixed.
+2003-04-15 Tuesday 01:19  ipkiss
 
-2001-07-06 Friday 10:43  sam
+  * basic event handling
 
-   * Small optimization in vpar_blocks.c, sparing a few memset() calls.
-   * Additional error checking in vout_sdl.c.
-   * Minor manpage fix, conforming to Debian policy version 3.5.5.0
-     (Closes Debian bug #99561).
+2003-04-14 Monday 23:10  sam
 
-2001-07-01 Sunday 10:49  gbazin
+   * ./toolbox: the Solaris diff does not understand -q, just replaced it
+     with 2>&1 >/dev/null.
 
- - Portablility fix: We now control the name to be used in the assembler
-     code for a C function or variable.
-     GCC for Win32 normally prepends an underscore to the name of a
-     C function or variable, and the inline assembler code was using the
-     name without the underscore so we had undefined symbols in some
-     modules.
- - Reenabled all the accelerated modules on Win32.
+2003-04-14 Monday 23:07  sam
 
-2001-06-29 Friday 00:12  gbazin
+   * ./toolbox: fixed a bashism.
 
- - a few bug fixes for the directx plugin.
- - removed the custom usleep function for win32 as we don't really need
-     this accuracy, and it was eating cpu resources.
+2003-04-14 Monday 22:29  gbazin
 
-2001-06-27 Wednesday 11:53  massiot
+ * modules/gui/skins/src/event.cpp: fixed another small buffer overrun.
 
- Elementary Stream input plugin (use it with --input es). Only works with
- video streams at the moment.
+2003-04-14 Monday 22:22  massiot
 
-2001-06-27 Wednesday 08:29  gbazin
+ * Implementation of a frame-dropping algorithm for the libmpeg2 plug-in
+   (incomplete).
 
- - Added command line option '--stdout <filename>' which redirects stdout
-     and stderr to the specified file. This option should mainly be useful
-     on Win32.
- - On Win32, vlc now has an icon associated to the .exe file, and is a full
-     GUI application (you don't have this annoying dos command box anymore)
- - Added INSTALL-win32.txt for specific details to the Win32 port.
+2003-04-14 Monday 21:38  asmax
 
- I've tested these changes on Win32 and Linux, let's hope I didn't break
-   vlc for other platforms.
+ * implemented OSAPI_GetTime() with glib
 
- --
- Gildas
+2003-04-14 Monday 20:17  asmax
 
-2001-06-25 Monday 13:34  sam
+ * it works event better !!
 
-   * Compile fix for newer versions of MacOS X by Colin Simmonds
-     <colin_simmonds@Mac.lover.org>.
-   * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
-     <ej0@cise.ufl.edu>.
+2003-04-14 Monday 20:07  asmax
 
-2001-06-21 Thursday 09:22  sam
+ * it works !
 
-   * Win32 network support by Boris Dorès <babal@via.ecp.fr>.
+2003-04-14 Monday 18:10  sam
 
-2001-06-19 Tuesday 07:51  sam
+   * ./configure.ac.in: skins _disabled_ by default on [!win32].
 
-   * FreeBSD (and probably QNX) shared memory handling fix.
+2003-04-14 Monday 18:05  asmax
 
-2001-06-19 Tuesday 01:42  sam
+ * better window size
 
-   * First libdvdcss version
+2003-04-14 Monday 17:56  karibu
 
-2001-06-15 Friday 07:12  sam
+ * Controls coordinate are available
 
-   * Unrolled two loops in dvd_netlist.c to prevent flooding.
-   * DVD input stuttering fix by Jon Lech Johansen.
+2003-04-14 Monday 17:16  sam
 
-2001-06-14 Thursday 22:21  sam
+   * ./debian/rules: we now build the static objects twice: once the normal
+     way before we link them with VLC, and once with -fPIC so that they can
+     be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and
+     we don't need it on x86.
 
-   * Added gprof profiling support with --enable-profiling.
+2003-04-14 Monday 17:03  asmax
 
-     It works at last! configure with --enable-profiling, build, run
-  vlc (you may want to add --noaudio, it currently segfaults with sound
-  here) and launch "gprof vlc" when finished.
+ * get the size of a bitmap
 
-     To make gprof work with multithreaded programs, one needs to set the
-  internal ITIMER_PROF timer for each new thread launched. I did this
-  through a wrapper in vlc_thread_create (see include/threads.h).
+2003-04-14 Monday 10:18  asmax
 
-2001-06-14 Thursday 04:47  sam
+ * bad directory
 
-   * Fully working Windows DVD ioctl support by Jon Lech Johansen.
-   * Usual weekly ChangeLog mass-update.
+2003-04-14 Monday 10:00  karibu
 
-2001-06-14 Thursday 03:49  sam
+ * Added use of channel server for skins: still experimental
 
-   * DirectX enhancements by Gildas Bazin, such as software rendering.
-   * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
-     and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
-   * Another failed attempt at profiling vlc under Linux: ported the
-     threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
-     spawn new threads for me, maybe someone will have better luck.
-   * Makefile optimizations.
-   * Automatic build of libdvdcss if not found.
+2003-04-14 Monday 03:23  fenrir
 
-2001-06-13 Wednesday 02:03  stef
+  * all: correctly set p_payload_end when using input_NewPacket.(But
+ we should perhaps change the behavour of input_NewPacket).
 
- *the dvd netlist no longer stops when the fifo is empty ; it just waits
- that there are free vectors again
+2003-04-14 Monday 03:13  fenrir
 
-2001-06-13 Wednesday 00:14  sam
+  * transcode.c: removed an absolute header path...
 
-   * Exported the CSS part of the dvd plugin into a library.
+2003-04-14 Monday 02:26  fenrir
 
-2001-06-12 Tuesday 20:16  stef
+  * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't
+ set p_payload_end to the good value -> some packets are bigger than
+ requested).
 
- *slight modification in input_dvd since Getiovec wasn't at the right
- place
+2003-04-13 Sunday 22:55  asmax
 
- *send escape packet when changing title, not to be stuck in some
- decoder.
+ * at last an image !!
 
- *the position in the title is now resetted when we change title to
- prevent a title from being unavailable because we're stuck at the end
+2003-04-13 Sunday 22:15  zorglub
 
- *fixed a bug with 1-chapter-long title that displayed chapter 0.
+ * the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds.
+ * /doc/faq/Makefile: now use "onehtml" output.
+ * /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent
 
- *added a _temporary_ field in p_main to know whether the audio stream is
- ac3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
- audio.
+2003-04-13 Sunday 20:07  asmax
 
- *cleaned the title property messages to get rid of the ugly stars.
+ * something will be visible soon, be patient...
+  (this silly GDK doesn't know BMP images :(
 
-2001-06-12 Tuesday 15:50  henri
+2003-04-13 Sunday 20:00  fenrir
 
- Added LPCM support. It should work with stereo LPCM.
- Untested with 5-ways LPCM streams.
+  * all: new sout scheme. Now a chain of module are created that can
+ modify/apply on all streams, --sout has the same behavour expect when
+ starting with a '#'.
 
-2001-06-12 Tuesday 13:02  reno
+  With a starting '#' you can specify a chain of modules, it's still
+ unstable but a lot more powerfull.
+  You have access to duplicate(that duplicate all stream), transcode
+ (using only ffmpeg), standard/std and es (that apply muxers and access),
+ and display. You could chain them with ':' and specify options with
+ {option1=value,option2=value[,...]}.
 
- * Fix the warning in compilation of main.c
+ ex: * to stream and see the stream to udp/ts:ip
+  --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
+     * to transcode,see and stream
+  --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
 
-2001-06-12 Tuesday 02:30  reno
+  Without a starting '#', the url is converted into '#std{acces=,mux=,url}'
+ Test and report bugs :)
 
- * Check that OS support SSE optimization for PIII (to avoid illegal hardware instruction on Linux 2.2.x)
+2003-04-13 Sunday 19:09  asmax
 
-2001-06-09 Saturday 19:01  stef
+ * should have repaired win32 skins
 
- *Fixed a bug in synchro reinitialisation: we no longer have a shift each
- time we restart the synchro (for scr discontinuity for instance)
+2003-04-13 Sunday 17:46  asmax
 
- *In DVD mode, we reinit the synchro only if the scr are not continuous
- (instead of each cell)
+ * Gtk2 skins: it doesn't work but it runs without any segfault, so
+   I commit ;)
+   (I probably broke skins under windows....)
 
- *Try to improve ac3 spdif to prevent from desynchronization.
+2003-04-12 Saturday 22:50  asmax
 
-2001-06-08 Friday 22:03  sam
+ * now the skin module compiles AND links !
+   (and segfaults... ;)
 
-   * Lots of DirectX plugin fixes by Gildas Bazin.
-   * Compilation fix in message queue mode.
+2003-04-12 Saturday 21:43  asmax
 
-2001-06-07 Thursday 17:27  sam
+ * at last made the skin module compile under linux !
+   It does absolutely nothing, but it compiles ;)
 
-   * Applied old FreeBSD patch for dvd input by German Tischler.
-   * Found what was causing the slowdowns: a namespace collision. Put all
-     plugins into builtins again.
+2003-04-12 Saturday 13:17  asmax
 
-2001-06-07 Thursday 03:10  sam
+ * renamed "kernel" into "vlc" ;)
 
-   * Put most builtins in plugins again due to performances issues (more
-     about this in a forthcoming post here).
-   * Fixed the painfully slow build process (at last!).
-   * Moved the null plugin together with the dummy one.
-   * Added new dummy input plugin.
+2003-04-12 Saturday 13:06  asmax
 
-    More on the dummy input plugin: we'll use it to insert commands in
-   the playlist. Currently implemented are the "quit" and "pause" functions,
-   here are examples on how they are used:
+ * added libraries to please Bill ;)
 
-     vlc file.mpeg vlc:quit                # exit after file.mpeg has been read.
+2003-04-12 Saturday 10:34  asmax
 
-     vlc file1.mpeg vlc:pause:3 file2.mpeg # pause 3 seconds before playing
-                                           # the next file.
+ * fixed dependencies and added options
 
-    From now we can more efficiently benchmark vlc. For instance, to test
-   the video output changes I am doing, I use such a command:
+2003-04-12 Saturday 10:01  asmax
 
-     time vlc -I dummy --noaudio file.mpeg vlc:quit
+ * fixed a typo
 
-    Future extentions might include more interesting stuff like "switch
-   to full screen", "repeat next file 3 times", "switch to SDL video
-   output"...
+2003-04-12 Saturday 09:57  asmax
 
-2001-06-05 Tuesday 06:08  sam
+ * more options in menuconfig script
+   Only tested under linux; please give feedback if something is wrong
+   Some help should be written in doc/Configure.help; if you know what
+   to write there, please contribute !
 
-   * Updated things and stuff for 0.2.80 release.
+2003-04-11 Friday 22:08  videolan
 
-2001-06-03 Sunday 14:47  sam
+ * New message: VLC_NET_ADDUDP, to add an UDP stream to the playlist. Still
+                experimental
 
-   * Various little fixes
-    - BeOS interface compilation fix by Rene Gollent.
-    - DirectX plugin compilation fix by Gildas Bazin.
-    - removed %ebx spill in the iMDCT plugins.
+2003-04-11 Friday 21:19  videolan
 
-2001-06-02 Saturday 03:10  sam
+ * Fixed bug: When button or checkbox are disabled, the previous control can't
+              take the hand
 
-   * Moved modules_builtins.h.in into src/misc. Please remove
-     include/modules_builtins.h in your local tree.
+2003-04-11 Friday 20:45  asmax
 
-2001-06-02 Saturday 03:09  sam
+ * user-friendly(?) build system, based on linux Menuconfig script.
+   Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
+   It's actually a wrapper which calls configure, but only a small number
+   of vlc functionalities has been implemented at the moment.
+   Please try it however ;)
+   (you must have libncurses-dev installed)
 
-   * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
+2003-04-11 Friday 19:15  sam
 
-     Notes: o I called it 'directx' instead of 'windx' because it
-              made a lot more sense to me.
-            o Completely untested. I didn't manage to compile it yet.
-            o Code in vout_directx.c will go through a big rewrite when
-              vout 4 is finished. Xav is already working on this.
+   * ./debian/control: changed the libvlc0-dev section to libdevel (to match
+     the Debian installer's override file).
+   * ./debian/woody-buildpackage: updated accordingly.
 
-2001-05-31 Thursday 18:10  stef
+2003-04-09 Wednesday 20:53  hartman
 
- *fixed a double malloc/free bug in DVDRead
+ * All : added an about VLC panel. It scrolls the names and the work of the
+         AUTHORS file.
 
- *fixed a lock issue in the interface introduced in my last commit
+ * AUTHORS: updated my own info
 
-2001-05-31 Thursday 14:45  sam
+2003-04-09 Wednesday 20:07  jpsaman
 
  * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
Familiar Linux (GPE/GTK+,OPIE) packaging and building scripts.
 
-2001-05-31 Thursday 05:57  sam
+2003-04-09 Wednesday 19:58  gbazin
 
-   * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
+ * src/libvlc.c: fixed the "color" config option.
+ * src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg().
 
-2001-05-31 Thursday 05:23  sam
+2003-04-09 Wednesday 17:27  sam
 
-   * miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>, sorry
-     for the 2 weeks delay.
+   * ./Makefile.am: we call pbxbuilder with the explicit target name, because
+     we might have an additional target one day, such as vlcplugin :)
+   * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin.
+   * ./mozilla/vlcshell.cpp: added required OS X functions.
 
-2001-05-31 Thursday 05:12  sam
+2003-04-09 Wednesday 16:18  sam
 
-   * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
+   * ./mozilla/*: moved support files in a separate directory.
+   * ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp
+     that builds with g++ instead of CodeWarrior.
 
-2001-05-31 Thursday 03:37  sam
+2003-04-09 Wednesday 16:05  sam
 
-   * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
-     vlc with MS and Intel C/C++ compilers.
+   * ./toolbox: implemented toolbox --distclean to clean the tree without
+     having to bootstrap/configure/whatever.
 
-2001-05-31 Thursday 01:02  stef
+2003-04-09 Wednesday 14:12  hartman
 
- -Updated the gtk/gnome interface to work in network mode,
+ * modules/gui/macosx/*:
+   - when adding multiple files, we sort them alphabetically before adding them.
+     stupid finder ;)
 
- -Fixed some bugs in interface (language menus in ts, misnamed fields)
+ * modules/demux/asf/asf.c:
+   - avoid a duplicate translation of a string
 
- -Play/Stop work in network mode to start/stop decoding of the stream
+2003-04-09 Wednesday 12:33  sam
 
I have a segfault in imdct_3dn(93). But I can't underdand assembly.
  * ./debian/rules: mouahaha, cutting off the branch I was sitting on.
 
-2001-05-31 Thursday 00:16  sam
+2003-04-09 Wednesday 12:03  sam
 
-   * Fixed a bug introduced in my previous commit which broke DVD input.
+   * ./modules/gui/kde/preferences.cpp: KDE 2 backport.
 
-2001-05-30 Wednesday 19:04  sam
+2003-04-09 Wednesday 11:43  sam
 
-   * Hrmpf. Forgot the most important file.
+   * ./debian/woody-buildpackage: additional error checking.
 
-2001-05-30 Wednesday 19:03  sam
+2003-04-09 Wednesday 10:34  sam
 
-   * Fixed the BeOS compile typo.
-   * The ALSA plugin is back.
-   * A gift for Gildas: plugins don't rely on backlinking any more. The
-     drawback is the dirty magic in include/modules_export.h which has to
-     be included whenever a module needs one of the functions in it. But
-      a) we should less and less rely on those functions
-      b) no plugin code modification was needed
+   * ./debian/rules: we now remove spurious woody build files in the clean rule.
 
-    The BeOS and MacOS X modules may be broken when compiled as plugins,
-    I'll check this later when I can reboot under BeOS.
+2003-04-09 Wednesday 10:17  sam
 
-2001-05-30 Wednesday 07:19  stef
+   * ./debian/rules: fixed a clock skew issue in debian/rules.
 
- -Changes and bugfixes to make network work in VLAN Broadcast mode.
+2003-04-09 Wednesday 09:59  titer
 
- -Bugfix in the interface to access the network specific features.
+  v4l.c: compile fix
 
- -Some base of synchro in ac3 spdif
+2003-04-09 Wednesday 09:40  titer
 
-2001-05-28 Monday 06:23  sam
+  - fixed my last fix for BeOS/BONE
+  - fixed v4l detection
 
-   * Added a wrapper for readv() on platforms which don't support it. The
-     network support now compiles under Win32, but still doesn't work, the
-     select in plugins/mpeg/input_ts.c never returns any data.
+2003-04-08 Tuesday 22:38  massiot
 
-     Is there anything like strace(1) under Win32 to debug this ?
+ Now 0.5.4-cvs.
 
-2001-05-28 Monday 05:17  xav
+2003-04-08 Tuesday 21:31  massiot
 
- Modified in order to add network input under Win32.
- It compiles under Linux and Win32 (yeeaaahaaa, haven't broken anything
- :-))
- (added the WinSock library initialization and cleanup)
- Could someone test if it does really function ?
+ * Updated ChangeLog.
 
-2001-05-28 Monday 04:54  sam
+2003-04-08 Tuesday 21:26  gbazin
 
  * Of course my Win32 patch broke the Un*x version.
* modules/audio_output/waveout.c: compilation fix for builtins only build.
 
-2001-05-28 Monday 04:44  sam
+2003-04-08 Tuesday 13:22  sam
 
-   * Forgot a little #ifdef, sorry.
+   * ./debian/changelog: ready for releasable .deb packages.
 
-2001-05-28 Monday 04:38  sam
+2003-04-08 Tuesday 08:59  sam
 
-   * Win32 compilation fixes, esp. the MAC retrieval.
+   * ./configure.ac.in: if CoreAudio is too old, disable the coreaudio_resampler
+     module for the moment.
 
-2001-05-25 Friday 15:20  sam
+2003-04-08 Tuesday 08:35  massiot
 
-   * Fixed a warning for *BSD compilation.
-   * Fixed a typo in yesterday's Darwin ioctl fixes.
-   * Patch by Eugenio so that the OS X interface and video output handle the
-     aout and vout banks.
+ * Fixed the translation option with Mac OS X.
 
-2001-05-25 Friday 06:23  sam
+2003-04-08 Tuesday 07:22  sigmunau
 
-   OS X fixes:
+ modules/video_filter/Modules.am: forgot to add the osdtest module
+ modules/video_filter/osd_text.c: fixed a bug in size/place calculations.
+ Support gamma correction of the text.
 
-   * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
-     it should not hang the kernel anymore.
+2003-04-08 Tuesday 07:19  alexis
 
-   * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
-     ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
-     SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
-     Devices" paper.
+ Update spec file for the 0.5.3 release, courtesy of Jason Luka.
 
-     Last remaining problem: ReadCopyright and ReadKey. The version of
-  Darwin I have here only has reportKey() and sendKey() functions in
-  the IODVDBlockStorageDevice class (pages 413 and 449 of the Mt. Fuji
-  paper), but we also need the READ_STRUCTURE (page 357) which I couldn't
-  find anywhere in the kernel headers. Either I missed it, or we'll have
-  to wait for Apple to implement it (or maybe we can emulate this command
-  with some other IOKit commands).
+2003-04-08 Tuesday 02:06  gbazin
 
-2001-05-24 Thursday 01:40  stef
+ *  modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h:
+     fixed 2 nasty buffer overflows. This fixes the last crashes I've got
+     with the skins interface.
 
- -A little bug with lpcm in Makefile
+2003-04-07 Monday 21:51  massiot
 
-2001-05-24 Thursday 01:08  stef
+ * Updated ChangeLog
+ * src/libvlc.c: Darwin doesn't have a "translation" config variable
 
- -Unification of gnome/gtk intefaces: now all the file are in plugin/gtk.
+2003-04-07 Monday 17:35  gbazin
 
- Specific files are glade generated files and intf_* files. All the
- remainders are common to gtk and gnome and contain all the callbacks for
- both interfaces.
+ * po/fr.po: small update.
+ * modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :)
 
-2001-05-23 Wednesday 19:47  stef
+2003-04-07 Monday 16:02  gbazin
 
- -LPCM audio selection in ps mode, in prevision of henri's decoder.
+ * modules/audio_output/directx.c, modules/audio_output/waveout.c:
+    cosmetic changes.
 
-2001-05-19 Saturday 02:39  stef
+2003-04-07 Monday 13:46  gbazin
 
- *More cleanification in gtk interface: now to change the
- title/chapter/audio/spu/angle, we tell the input to do intead of doing
- it inside the interface. It results in fewer locks during the changes.
+ * src/libvlc.c: fixed the translation config option to also take into
+   account the value in the config file.
 
- *The dvd plugin reads again blocks of 32 sectors to gain speed since
- there are no more lock-ups during stream change. I've also created a new
- file that contain function to described video and audio streams with ifo
- datas.
+2003-04-07 Monday 13:01  gbazin
 
- The changes are made only for gtk. We should update the other interfaces
- soon (beos at least).
+ * src/libvlc.c: reload the main module in case the user asks for the
+    translation to be disabled. That way, the translation will even be
+    disabled in the preferences panel.
 
- There is a memory corruption somewhere that make the vlc crash. I've no
- idea where to search.
+2003-04-07 Monday 12:41  hartman
 
-2001-05-18 Friday 11:49  xav
+ * new dutch translation
+ * readded Mac OS X readme file to Mac OS X distribution
+ * fixed some errors in the readme
 
- [no log message]
+2003-04-07 Monday 11:48  gbazin
 
-2001-05-16 Wednesday 16:51  reno
+ * src/misc/configuration.c: what the f??k, configuration variable names
+    and subtypes were being translated.
 
- * Add 3D Now! imdct
- * Remove kmudge for ac3 on MacOS X
+2003-04-07 Monday 09:25  gbazin
 
-2001-05-16 Wednesday 04:12  sam
+ * modules/gui/wxwindows/interface.cpp: removed debug message.
 
-   * We now do pthread detection for FreeBSD like the XMMS guys do. It
-     works even better.
+2003-04-06 Sunday 23:44  massiot
 
-2001-05-15 Tuesday 21:36  sam
+ * Renamed the "headphone" option to "headphone-opt" to avoid error
+ messages "option headphone does not exist". I'm not clever enough to find
+ out why it doesn't work when it's named "headphone".
 
-   * FreeBSD pthread fixes.
+2003-04-06 Sunday 23:21  massiot
 
-2001-05-15 Tuesday 18:19  sam
+ * Bumped up revision number to 0.5.3
+ * po/* : run --update-po before the release
+ * ChangeLog : run --update-changelog
+ * toolbox : ChangeLog is UTC
+ * OS X : fixed a bug with the deinterlace menu and localizations (thanks
+   Felix)
 
-   * AC3 IMDCT and downmix functions are now in plugins, --imdct and
-     --downmix options added.
+2003-04-06 Sunday 23:00  hartman
 
-2001-05-15 Tuesday 16:49  stef
+ * some small changes/fixes
 
- *Bugfixes, cleanings in gtk.
+2003-04-06 Sunday 21:48  gbazin
 
-2001-05-15 Tuesday 03:01  stef
+ * po/fr.po: another bunch of updates to the french translation.
 
- *initialization bugfixes in input_dvd
+2003-04-06 Sunday 20:46  karibu
 
- *added a b_stopped flag to interface playlist to have a stop function in
- interface plugins. As a consequence, the playlist no longer loops on end
- but wait for the user to press 'play' or to add another item (gtk/gnome
- interface). I think that other plugins are broken but it shouldn't be
- difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in
- play functions and 'p_main->p_playlist->b_stopped = 1' when you have to
- stop.
+ * Added missing files
 
- *Updated gtk interface so that it has the same features as gnome. I
- think I will merge the code so that we don't have to copy and paste each
- change. Only the .glade file would be different.
+2003-04-06 Sunday 20:27  karibu
 
-2001-05-14 Monday 17:58  reno
+ * Changed default skin files
 
-  * Begin of SSE/3DNow! support for imdct and downmix
+2003-04-06 Sunday 20:08  sigmunau
 
- If you have a PIII or a Athlon and you want to try this, just comment #if 0
- in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile :
-       src/ac3_decoder/ac3_imdct_sse.o \
-       src/ac3_decoder/ac3_srfft_sse.o \
-       src/ac3_decoder/ac3_downmix_sse.o \
-       src/ac3_decoder/ac3_downmix_3dn.o \
+ Support files that are called .asx and .pls but really are just .m3u files
 
-2001-05-12 Saturday 02:14  henri
+2003-04-06 Sunday 17:57  ipkiss
 
- Put a little note in the doc about "dvd devices"
+  - modules/gui/skins/skin_main.cpp: Try to open the default XML file first
 
-2001-05-11 Friday 17:10  sam
+2003-04-06 Sunday 17:48  gbazin
 
  * Fixed a deadlock in spudec.
* modules/demux/mp4/mp4.c: fixed an off by one error in array access.
 
-2001-05-10 Thursday 08:47  sam
+2003-04-06 Sunday 17:16  titer
 
-   * Added SPU cropping.
-   * Gnome interface segfault fix.
-   * BeOS interface segfault fix by AnEvilYak (what's you real name btw?).
+  Fixed a linkage problem with BeOS/BONE.
 
-   Note: if you want to have a look at the currently buggy YUV subpictures,
-         uncomment line 1999 of src/video_output/video_output.c. Don't report
-         bugs about this, I _know_ it's a quick hack.
+2003-04-06 Sunday 17:14  gbazin
 
-2001-05-08 Tuesday 22:38  sam
+ * Makefile.am, install-win32: added the default skin to the win32 package.
 
-   * Fixed an aspect ratio issue in the SPU decoder, and optimized the
-     SPU renderer.
+2003-04-06 Sunday 16:30  gbazin
 
-2001-05-08 Tuesday 16:53  bozo
+ * modules/gui/wxwindows/messages.cpp: added a verbose checkbox which enables the warning and debug messages (disabled by default).
+ * NEWS: updated the NEWS file.
 
- end of the last commit :-P
+2003-04-06 Sunday 15:43  massiot
 
-2001-05-08 Tuesday 16:38  bozo
+ * Updated French and German translations courtesy of their maintainers
+ * THANKS: added Jean-Pierre Kuypers, French translator
+ * NEWS: updated for 0.5.3 release. Please check.
 
-   - fix a discontinuity bug in input_ClockManageRef()
+2003-04-06 Sunday 14:12  massiot
 
-2001-05-08 Tuesday 02:43  sam
+ Disabled the translation configuration variable on OS X since it doesn't
+ work.
 
-   * Speed optimization in the handling of the unusual ephemer DVD subtitles.
-   * Little optimization to bozo's UnalignedShowBits fix.
-   * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
+2003-04-06 Sunday 13:18  sigmunau
 
-2001-05-07 Monday 15:52  bozo
+ expand info categories by default
 
-   - fix a bug in UnalignedShowBits that makes some _heavy_ unaligned streams
-     not wotk correctly (for instance VLS' generated TS streams)
+2003-04-06 Sunday 10:34  sigmunau
 
-2001-05-07 Monday 06:42  sam
+ Some simple updates
 
-   * Added support for some terribly braindead DVD subtitles in Kenshin
-     which do not have a "stop display" command. Anime fans rejoice!
-   * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout.
-   * Coding-style butchery (mostly tabs).
+2003-04-06 Sunday 01:00  massiot
 
-2001-05-07 Monday 05:14  stef
+ * OS X : create dummy fr.lproj etc. directories, so that the Apple menu and standard file dialogs be translated too
+ * modules/gui/wxwindows/open.cpp: fixed a string
+ * src/misc/configuration.c: don't yell when a config variable disappears
+ * po/de.po po/it.po: new translations by maintainers
 
- *Changed the level arg in intf_WarnMsg so that it is more logical: the
- level corresponds now to the nb of -v to display the message.
+2003-04-05 Saturday 12:43  gbazin
 
- *added functionnal preference window in gnome: it changes the
- envirronment variables
+ * modules/codec/libmpeg2.c: hack to keep libmpeg2 from stealing pictures from the vout when the decoder is closed.
 
- *added jump window in gnome to jump to a precise time.
+2003-04-05 Saturday 12:32  gbazin
 
-2001-05-06 Sunday 20:32  stef
+ * modules/access/dvdplay/access.c: fixed a bug in dvdNewArea() when i_angle == 0.
+ * install-win32: misc improvements to the nsis installer script.
 
- *Much work on the gnome interface: added oct's playlist from gtk plugin,
- tuned appearence, added preferences window (with no features yet), jump
- window to go to specified time (not functionnal yet), and fixed some
- bugs.
+2003-04-04 Friday 19:32  massiot
 
- *moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
- toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch
- nges) so that an interface plugin can toogle fullscreen (implemented
- in gnome)
+ [no log message]
 
- *added p_input->stream.p_selected_area->i_tell in input TS so that the
- slider work with ts files ( however, the time counter doesn't since we
- have no mux_rate )
+2003-04-02 Wednesday 23:16  massiot
 
- *improved ac3 spdif output ( and made it work again :)). It uses a true
- blank frame now, and it allows to switch languages like a traditionnal
- output. It doesn't support multiplexing though, neither can we switch
- between spdif/analogical mode on-the-fly.
+ * Added a new kfir: access module, designed to work around a bug in the
+   kfir driver.
 
- *beginning of the back port of gnome to gtk for those who do not have
- gnome.
+2003-04-02 Wednesday 21:21  sigmunau
 
-2001-05-06 Sunday 06:32  sam
+ Fixed a bug when trying to set 4 channel output
 
-   * Fixed a few warnings with gcc 3.0.
-   * aout and vout are now allocated in banks, making it possible to have
-     several of them at the same time.
-   * configure now checks for MMX and MMX EXT support in the assembler.
-   * Removed all MMX code from the main program and moved it to the
-     existing idct modules (Closes: Debian bug #96036).
+2003-04-02 Wednesday 15:20  massiot
 
    Don't forget to make distclean before building vlc again.
* Fixed a bug with the stream: input plug-in when receiving no data.
 
-2001-05-02 Wednesday 22:01  sam
+2003-04-01 Tuesday 22:29  massiot
 
-   * FreeBSD CSS decryption support.
+ * Bumped up revision number to 0.5.3-test2
+ * modules/access_output/udp.c: Now supports IPv6 IP addresses (patch
+   courtesy of Alexis Guillard)
+ * po/*: Updated po files to send out to the translators
+ * Mac OS X port: Cosmetics
 
-2001-05-02 Wednesday 15:30  henri
+2003-04-01 Tuesday 16:13  sam
 
- * Corrected vlc-howto thanks to Arnaud Gomes-do-Vale
- * Fixed a segfault in TS input. Some stream still do not work, or
-   work very slowly with many error messages. I'll try to have a look.
+   * ./debian/control: changed the section of gnome-vlc and kvlc according to
+     new Debian archive sections.
+   * ./debian/woody-buildpackage: updated woody-buildpackage so that packages
+     say "stable".
 
-2001-05-01 Tuesday 17:12  sam
+2003-04-01 Tuesday 16:11  gbazin
 
-   * Fixed a remaining buffer overflow in the Gnome interface and applied
-     the patches to the Gtk+ interface.
+ * modules/gui/wxwindows/*: misc small improvements and fixes.
 
-2001-05-01 Tuesday 14:22  sam
+2003-04-01 Tuesday 12:24  gbazin
 
-   * Fixed a segfault in the SPU decoder initialization.
+ * modules/gui/skins/src/event.cpp: Event::CreateEvent() was trying to free
+    statically allocated strings.
 
-2001-05-01 Tuesday 06:18  sam
+2003-04-01 Tuesday 11:12  massiot
 
-   * Mandatory step for video output IV and the audio output quality
-     fix: the output threads are now spawned when a decoder needs one,
-     so it can decide the audio frequency or the video window size. Still
-     under heavy construction, so don't get too excited at finding bugs
-     in it yet.
+ Added Andy Lindsay.
 
-     Note: this change broke the XVideo module, so I made its score much
-     lower than before. I suspect xvideo.so had a bug before which only
-     appears now. Other video output plugins may be broken as well, but
-     again this might be due to old existing bugs showing their ugly head.
+2003-04-01 Tuesday 10:46  massiot
 
-   * Fixed a few buffer overflows in the Gnome interface.
-   * The module bank is now a global variable. The video output bank and
-     the audio output bank might follow (when they exist).
-   * Coding style and organization fixes to the spdif decoder.
-   * autoconf and Makefile changes by Arnaud Gomes-do-Vale
-     <arnaud@carrosse.frmug.org>.
+ * TS demux patches, courtesy of Andy Lindsay <andy_vl@ananam.com>.
 
-2001-04-30 Monday 23:04  reno
+2003-04-01 Tuesday 00:18  gbazin
 
- * Follow of the new ac3_decoder ;)
-   - New ac3_imdct
-   - New ac3_downmix
+ * modules/gui/wxwindows/*: few modifications to the strings.
 
-2001-04-30 Monday 17:00  massiot
+2003-03-31 Monday 23:37  sigmunau
 
- Removed unused files.
+ made a format-only string untranslateable
 
-2001-04-30 Monday 11:44  massiot
+2003-03-31 Monday 23:32  sigmunau
 
- Fixed a mistake with -g and --enable-debug.
+ Changed a duplicate string, and removed an info string that isn't really
+ useful
 
-2001-04-29 Sunday 19:57  stef
+2003-03-31 Monday 22:39  massiot
 
- -Fixed the title-change-with-no-input-restart in dvd.
+ * modules/codec/*: Fixed a PTS bug at the initialization of some codecs
+ * modules/audio_filter/resampler/coreaudio.c: Set score to 0
 
- -I haven't forgotten the chagelog this time :)
+2003-03-31 Monday 22:39  gbazin
 
-2001-04-29 Sunday 19:03  sam
+ * po/*: updated the po directory.
 
-   * BeOS crash fix by Wade Majors <guru@startrek.com>.
+2003-03-31 Monday 04:26  fenrir
 
-     Please, try no to forget the ChangeLog when commiting!
+  * v4l: forgot a munmap.
 
-2001-04-29 Sunday 16:52  stef
+2003-03-31 Monday 03:46  fenrir
 
- -slight modification in ClockManageRef: after a synchro reinit, we still
- do the mwait and re-init last-cr so that there no date irregularity.
- Such a thing is necessary for dvd playback at cell change ; however,
- Meuuh, could you look at that since you might think we should do
- otherwise.
+  * v4l: updated, now it should grab (and compress if you want) the video.
+ Audio grabbing part is commented out and untested.
+  The syntax is like that:
+   v4l:<device>[:option=value:...]
+  options: channel,norm (pal, ntsc,secam), frequency (not really there is
+           a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga),
+           codec (optional, mpeg1 or mpeg4 and need to have compiled the
+           encoders modules)
+  ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga
+  Please test.
+  * rawvideo.c: a pseudo decoder for raw video (I420).
+  * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video
+ synchro problems.
 
- -turned the "bitsream callback discontinuity" message to debug.
+2003-03-30 Sunday 23:35  jlj
 
- -removed modification of the title environnement variable in input dvd
- at title change since we no longer restart the input at title change.
+  * ALL: Move CoreAudio aout into seperate module.
 
-2001-04-29 Sunday 04:55  stef
+2003-03-30 Sunday 19:56  gbazin
 
Forgot one file.
* modules/gui/wxwindows/*: another bunch of improvements.
 
-2001-04-29 Sunday 04:48  stef
+2003-03-30 Sunday 18:14  gbazin
 
- -new audio output using direct ac3 pass-through with some sound
- cards: it sends raw ac3 frames to an external ac3 decoder. It is very
- experimental yet, hasn't any synchro ... but it works well with my
- sblive and my dtt3500 speakers (note that you need a patched emu10k1
- driver for this to work).
+ * modules/*: sanitization of the modules description strings.
 
- -bug fix in gnome intf thanks to Shane Harper.
+2003-03-30 Sunday 16:26  gbazin
 
- -bug fix in input_dvd for chapter change.
+ * modules/gui/wxwindows/*: small formating changes.
+ * modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions.
 
-2001-04-29 Sunday 01:19  henri
+2003-03-30 Sunday 15:05  gbazin
 
- - Fixed a bug in TS input. It should be more smooth now
- - Fixed the pace control. Meuuh, could you check ?
+ * modules/gui/wxwindows/preferences.cpp: we only list the plugins that have config options. That makes things less confusing.
 
-2001-04-28 Saturday 07:12  sam
+2003-03-30 Sunday 14:24  gbazin
 
-   * Updated debian control files and disabled ALSA for this version.
+ * include/configuration.h: added the add_directory() config macro.
+ * modules/gui/wxwindows/preferences.cpp: support for add_string_from_list().
+ * ALL: changed some add_string() config options to add_file().
 
-2001-04-28 Saturday 07:08  henri
+2003-03-30 Sunday 14:09  sigmunau
 
- Updated files for 0.2.73 release
+ use add_file and not add_string for the "audiofile-path" option
 
-2001-04-28 Saturday 06:47  sam
+2003-03-30 Sunday 13:23  gbazin
 
-   * Fixed a nonsense in configure.in preventing to build sdl.so.
-   * Removed a few stupid debug instructions in aout_s16.c that should
-     have never been commited. Sorry about that.
+ * modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box.
+ * src/misc/configuration.c: added support for CONFIG_ITEM_DIRECTORY.
 
-2001-04-28 Saturday 06:09  sam
+2003-03-30 Sunday 12:15  sigmunau
 
-   * Don't use the #@%&$! autoconf-suggested CFLAGS.
+ enabled the menu-entry to show file info when there is an input
 
-2001-04-28 Saturday 05:36  sam
+2003-03-30 Sunday 11:59  sigmunau
 
-   * Coding style fixes here and there.
-   * Miscellaneous QNX compile fixes.
-   * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
-   * Added Marcari and Gildas to the AUTHORS file.
+ modules/gui/kde/interface.cpp: removed a debug message
+ modules/gui/kde/preferences.cpp: use sliders for integer and float options
+ with a range, use combobox for string_from_list options, fixed a layout
+ issue and removed some debug messages
 
-   (I commited the mingw32 port because it doesn't add any new code outside
-    the #ifdefs, but we won't tell a word about it for the moment. We don't
-    really need windows users whining about bugs, do we ?)
+2003-03-30 Sunday 11:54  sigmunau
 
-2001-04-28 Saturday 02:28  henri
+ modules/access/dvdplay/dvd.c: removed an unused configuration category
+ modules&misc/logger/logger.c: use add_string_from_list for the logmode
+ option
 
- Added a howto. Feel free to correct it. I'll put it on the website soon.
+2003-03-30 Sunday 11:43  gbazin
 
-2001-04-27 Friday 21:29  massiot
+ * configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all.
+ * modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files.
+ * include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type.
+ * modules/gui/wxwindows/*: the preferences dialog should be fully useable now.
 
- Change --enable-debug into --enable-trace. Same with DEBUG_*.
- --enable-debug still exists, but only activates -g and additional
- safety checks.
+2003-03-30 Sunday 02:58  gbazin
 
I hope I didn't break anything :))
* modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It is almost useable now ;)
 
-2001-04-27 Friday 20:07  henri
+2003-03-30 Sunday 01:13  massiot
 
Repaired broadcast support : binding INADDR_ANY doesn't seem to work.
* Resampler plug-in based on CoreAudio's AudioConverter.
 
- You now have to specify the broadcast address as an argument.
- Btw, thanks to sam, you can now use ts://server:port style, which gives
- for broadcast :
+2003-03-29 Saturday 17:10  gbazin
 
- vlc --broadcast broadcast_addr ts://server[:port]
+ * modules/gui/wxwindows/open.cpp: fixed an event problem on win32.
+ * modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on
+    win32 when the wxwindows interface is compiled as a builtin.
 
-2001-04-27 Friday 18:08  sam
+2003-03-29 Saturday 14:30  sigmunau
 
-   * Fixed the continuous 'seeking position' bug in network mode.
-   * rc interface plugin for vlc control through /dev/stdin courtesy
-     of Peter Surda <shurdeek@panorama.sth.ac.at>.
-   * Support for `ts://foo:42' style input source:
-      vlc ts://vls.via.ecp.fr:1234
-      vlc ts://vls.via.ecp.fr
-      vlc ts:vls
-      vlc ts:vls:4321
-     As a side effect, the Gnome and Gtk "network input" buttons work.
+ preferences.cpp: Changed the preferences dialog to use a tree of categories
+ and plugins, the way wxwindows do it.
+ pluginsbox.(cpp|h): removed the "Configure" button from CONFIG_ITEM_MODULE
+ widgets, as it isn't needed anymore
 
-2001-04-26 Thursday 05:55  sam
+2003-03-29 Saturday 13:15  sigmunau
 
-   * Commited Shane's XVideo patches. It works here (tm).
-   * Fixed the XVideo aspect ratio (AR_SQUARE_PICTURE means square pixels,
-     not square image).
+ removed an unused configuration category
 
-2001-04-25 Wednesday 22:54  massiot
+2003-03-29 Saturday 12:22  gbazin
 
- * Removed my optimization attempt.
+ * modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h:
+    moved the headphone-dim config option to the headphone plugin.
+ * modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value.
+ * src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.
 
-2001-04-25 Wednesday 12:22  massiot
+2003-03-29 Saturday 11:15  gbazin
 
- * Fixed an alignment issue with the bit stream and the bit stream
- callback on startup - InitBitstream prototype has changed ;
- * Removed a buffer zeroing in video output - doesn't change anything
- for me, does it for you ?
+ * modules/gui/wxwindows/*: small fixes to the open and streamout dialogs.
 
-2001-04-25 Wednesday 11:31  sam
+2003-03-29 Saturday 10:35  jpsaman
 
-   * Updated the TODO list.
-   * Fixed benny's latest C++ism.
-   * Fonts not found are no longer fatal to the video output.
+ If --disable-xosd is given then xosdtext is not build.
+ If --enable-xose is given then xosdtext is build also.
 
-2001-04-25 Wednesday 08:56  benny
+2003-03-29 Saturday 01:50  gbazin
 
- Get rid of the asprintf that were slow and not available on Solaris. Didn't
- check if the new code still compiles everywhere, but it should.
+ * modules/gui/wxwindows/*: added demuxdump support to the open dialog.
 
-2001-04-22 Sunday 02:08  stef
+2003-03-28 Friday 22:09  alexis
 
- -better handling of angles: you should be able to change on the fly now
+ New RedHat package file, written by Jason Luka <jason@geshp.com>.
 
- -removed à bug added at my last commit in css code; cleaned CSSGetKey
+2003-03-28 Friday 17:02  gbazin
 
- -various changes and bugfixes in the gnome interface.
+ * modules/audio_output/waveout.c: compilation fix for --disable-plugins build.
+ * src/video_output/*, include/video.h: added a pf_lock/unlock fonction
+    pointer that's used to lock the memory of a picture in vout_RenderPicture
+    when required by the video output plugin.
+ * modules/video_output/directx/*: implemented pf_lock/unlock. That will fix
+    the crash when pressing ctrl+alt+del.
 
-2001-04-22 Sunday 00:49  sam
+2003-03-28 Friday 11:34  sigmunau
 
-   * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
+ added a SetPalette function so "vlc --vout dummy --dummy-chroma RGB2" don't
+ segfault.
 
-2001-04-21 Saturday 02:31  sam
+2003-03-26 Wednesday 22:56  gbazin
 
-   * X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com>
+ * modules/codec/libmpeg2.c: added code to handle 3:2 pulldown.
 
-2001-04-20 Friday 17:02  sam
+2003-03-26 Wednesday 21:46  marcari
 
-   * Added prototypes for the Elementary Stream input module for Alexis.
-      it's compiled by default, to activate it: "vlc --input es <file.mpeg>"
+   * cross-compilation doc : work in progress
 
-2001-04-20 Friday 13:06  sam
+2003-03-26 Wednesday 03:13  hartman
 
-   * Fixed build process when no plugins or no builtins were chosen.
-   * Makefile changes to get around MacOS X's brain-damaged gcc.
-   * FreeBSD configure and Makefile patches, courtesy of Espen
-     Skoglund <esk@ira.uka.de>.
+ * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
+ * modules/gui/macosx/open.?
+   - updated the open dialog (now with sheets !!!)
+   - added ogg file stream out
+   - added http file stream out
+   - added file subtitle support for the delay and fps options
+ * extras/MacOSX/vlc.pbproj/project.pbxproj
+   - added the .ts file-extension to the application
 
-2001-04-20 Friday 07:40  stef
+2003-03-26 Wednesday 01:50  sam
 
- -corrected some bugs in gnome interface: language menu are now
- synchronized ; and menus have less chances to be changed when they're opened.
+   * ./debian/control: added correct versioned build-dependency on debhelper.
 
- -added basic angle support ; this is a first try. It works with my 2
- test-DVDs, but I'd like that people having DVDs with repeated scenes to
- test it. We can choose angle with command line option -u (don't ask me
- why :)
+2003-03-26 Wednesday 01:14  sam
 
- -a cosmetic change in css decryption.
+   * ./debian/control: added explicit dependencies on vlc to legacy packages
+     to make linda and lintian happier.
 
- Since config.h.in has changed, you have to re-run ./configure.
+2003-03-26 Wednesday 00:56  gbazin
 
-2001-04-17 Tuesday 22:43  marcari
+ * src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface.
+ * modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel.
 
- [no log message]
+2003-03-26 Wednesday 00:21  sam
 
-2001-04-17 Tuesday 17:17  colin
+   * ./README.MacOSX.rtf, ./modules/gui/macosx/playlist.h, ./extras/MacOSX/*:
+     added a final newline to a few text files to avoid diff complaints.
 
- fix MacOS X icon
+2003-03-25 Tuesday 23:51  sam
 
-2001-04-17 Tuesday 16:54  massiot
+   * ./modules/demux/util/Modules.am: added missing id3genres.h to make dist.
 
- Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
+2003-03-25 Tuesday 23:43  sam
 
-2001-04-17 Tuesday 16:39  sam
+   * ./modules/gui/skins/Modules.am: fixed a typo.
 
-    OS X fixes:
-   * Fixed a compilation issue in the DVDioctl driver.
-   * Added a call to ranlib after a built-in module compilation.
+2003-03-25 Tuesday 23:32  sam
 
-2001-04-16 Monday 15:32  sam
+   * ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
+   * ./Makefile.am: we distribute ./toolbox.
 
-   * Fixed a typo in configure.in
+2003-03-25 Tuesday 23:13  sam
 
-2001-04-16 Monday 15:00  sam
+   * ./bootstrap: fixed a syntax error in the generated m4/vlc.m4.
 
-   * Merged Makefile.common and Makefile.modules.in into Makefile.modules
-   * Updated version number and ChangeLog to 0.2.72
-   * Additional plugin Makefile cleaning, probably the last.
+2003-03-25 Tuesday 23:11  sam
 
-2001-04-16 Monday 14:34  asmax
+   * ./m4/*: updated m4 macros.
 
- Re-added the new packet allocation method in PS input, using packet caches.
- With warning level 1, you can see when a packet is allocated or freed; the
- goal is to never call 'malloc' nor 'free', except at the beginning of the
- stream.
- The size of the different caches can be adjusted in plugins/mpeg/input_ps.h.
- If 'free' is called too often, it means that a cache is too small, so try
- to increase its size.
+2003-03-25 Tuesday 23:06  gbazin
 
-2001-04-16 Monday 09:40  sam
+ * modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs.
 
-   * Added .cvsignore files in the plugins directories.
-   * Additional Makefile cleaning for built-in modules.
-   * Fixed Makefile for Solaris target.
+2003-03-25 Tuesday 22:55  sam
 
-2001-04-15 Sunday 17:11  sam
+   * ./debian/control: bumped up standards version to 0.5.9.0.
+   * ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to
+     work around mozilla-dev's currently broken dependencies.
+   * ./debian/control: we now link against libdvdread3 instead of libdvdread2.
+   * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid
+     linking against both libdvdread2 and libdvdread3.
 
-   * All Debian packages are now lintian-clean.
-   * Fixed XVideo plugin linking.
+2003-03-25 Tuesday 17:07  gbazin
 
-2001-04-15 Sunday 12:54  sam
+ * src/input/input.c, src/video_output/video_output.c: when the input thread
+    ends, it will also destroy the vout if one was spawned.
 
-   * Updated TODO list with Henri's Apr 6th post.
-   * Built-in modules support almost finished.
+2003-03-25 Tuesday 15:38  gbazin
 
-     Now you can compile any module within vlc, even the Gnome, Qt, SDL
-   and GGI modules at the same time, resulting in an awful extra fat
-   vlc binary with gazillons of library dependecies.
+ * src/misc/modules.c: module_Need() now only raises the scores of the
+    plugins matching the given shortcuts list, unless "none" is closing the
+    list (in which case only the plugins matching the list can be selected).
 
-     The only exception is that the Gnome and Gtk+ modules can't be
-   compiled together into vlc. But you can have one compiled built-in
-   and the other as a plugin.
+    Which means that users will stop complaining vlc doesn't launch anymore
+    or can't play anything after they have fiddled with their config
+    options :))
 
-     Another consequence is that libdl should no longer be needed under
-   MacOS X. I'll check this as soon as possible.
+2003-03-25 Tuesday 00:43  gbazin
 
-2001-04-15 Sunday 06:46  sam
+ * src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout).
 
-   * A few Makefile fixes for BeOS
-   * XVideo patches by Shane Harper
+2003-03-24 Monday 23:50  gbazin
 
-2001-04-15 Sunday 06:19  sam
+ * src/video_output/video_output.c, include/video_output.h:
+    take into account the caching delay when dropping frames that are too
+    far into the future.
 
-   * Beginning of the built-in modules support.
+2003-03-24 Monday 23:04  gbazin
 
-    A few words about the changes:
+ * modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over
+ http :)
 
-   - heavy Makefile butchery has taken place, each plugin now has its own
-     Makefile. I know recursive make blablah harmful, but it was just so
-     much easier to do this way.
+2003-03-24 Monday 21:58  titer
 
-   - Makefile.in has disappeared, we now generate Makefile.opts with
-     the overall configuration options, and Makefile.modules which is
-     specific to module compilation.
+  configure.ac.in: fixed a BeOS compile issue
 
-   - After ./configure has been run you may want to modify Makefile.opts
-     to check which modules will be compiled built-in or as plugins.
+2003-03-24 Monday 20:00  gbazin
 
-   - Some modules cannot be compiled built-in right now because proper
-     linkage doesn't work yet. We don't really care since they're the
-     interface or video output modules. The most important stuff works
-     (iDCT, motion, YUV, input).
+ * modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
 
-   - It's perfectly valid to compile a module both as built-in and as a
-     plugin. vlc will only load the built-in one, but I'll add an option
-     to ignore built-in modules for testing purposes.
+2003-03-24 Monday 19:58  hartman
 
-   - We *should* see a performance increase here. I didn't have much time
-     to test it, but if anyone can confirm and perhaps give a rough
-     estimate of how much we gain...
+ * moved macosx-dmg to extras/MacOSX/macosx-dmg
+ * added some macosx files to DIST that were probably missing in the tar ;)
 
-2001-04-14 Saturday 09:41  sam
+2003-03-24 Monday 19:12  gbazin
 
-   * Got rid of the sleep() hack in beos_specific.cpp
-   * Fixed a segfault when launched without argument under Darwin.
+ * modules/access/*: don't forget to reinitialize the timeout when looping around select().
 
-2001-04-13 Friday 16:33  sam
+2003-03-24 Monday 17:15  gbazin
 
-   * Fix for Darwin program path handling. I mistakenly assumed that the
-     program path was always absolute.
+ * modules/access/*: pf_read() in access modules is now blocking. We still
+    check regularly for p_input->b_die though. Now the demuxers can safely
+    assume that pf_read() == 0 means EOF.
+ * ALL: got rid of the p_input->b_connected flag.
+ * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop
+    of "decoder stuck" messages that sometimes happened.
+ * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation
+    warnings.
 
-2001-04-13 Friday 08:20  sam
+2003-03-24 Monday 15:20  hartman
 
  * Updated version number to 0.2.71 (release today).
* more interface support for directories.
 
-   * Merged 6 months of CVS logs to the ChangeLog file.
-     The vlc changelog can now be viewed here:
-        http://www.videolan.org/vlc/changelog.html
+2003-03-24 Monday 14:18  hartman
 
-   * Fixed a lintian error in debian/rules.
-   * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
+ * modules/access/dvd*: changed some errors in warnings because the directory
+   might still be readable by the directory access module.
+ * added drag and drop support for directories.
 
-2001-04-13 Friday 07:36  stef
+2003-03-24 Monday 13:52  sam
 
- *Added udf fix by Billy Biggs
+   * ./THANKS: added a translation contributor.
+   * ./po/it.po: fixed this file's format.
+   * ./m4: fixed "make dist" when gettext is too old.
 
- *Added checks in dvd_ifo
+2003-03-24 Monday 13:50  hartman
 
- *Cleanings in gnome interface : the interface should be dependant on the
- input method.
+ * Added fourcc 'MSS1' which is equivalent to 'WMV2'
 
-2001-04-13 Friday 03:49  henri
+2003-03-24 Monday 01:39  gbazin
 
- TS input : only one audio & spu ES selected at a time
- Intf : ts streams in menu
-        fixed a typo
+ * modules/access/directory.c: fixed the directory access plugin.
+ * configure.ac.in, modules/access/Modules.am: enabled the directory access plugin.
 
- There be certainly need for debug on the TS input as vls complains about
- wrong sized PES packets, and that many streams do not seem to work.
+2003-03-24 Monday 00:12  hartman
 
- btw, I forgot to mention in my last commit the function that nooone will
- ever use : "right button" key of 105 keys keybords support under X11,
- Xv, Sdl
+ * a new directory access module. It parses a directory with dirent and builds
+   a m3u 'file' which it feeds to the m3u demuxer.
+   Problems: - it requires a dir to end with /
+             - if i enabled it, all files would use the m3u demuxer for some
+             strange reason. i've spent a day hunting this down, reboot-
+             strapping and doing who knows what. I'm sick of it now.
+             Someone else can give it a try, if he wants to.
 
-2001-04-12 Thursday 19:57  colin
+2003-03-23 Sunday 20:41  gbazin
 
- MacOS X
- make vlc.app now correctly updates vlc.app
- added an icon to the MacOS X vlc
- removed the build of the vlc app from the install target
+ * configure.ac.in: fixed linking problem with the win32 build.
 
-2001-04-12 Thursday 10:24  sam
+2003-03-23 Sunday 18:10  massiot
 
  * Fixed a typo in yesterday's BeOS changes.
Fixed configure script (alcohol isn't the solution).
 
-2001-04-12 Thursday 05:26  stef
+2003-03-23 Sunday 16:38  sigmunau
 
- -added a field to p_input->stream to inform the interface of a stream
- change (useful in network mode)
+ modules/video_filter/osd_text.c: A video filter that uses freetpye2 to
+ render text on the video
+ include/osd.h: some constants useful when interfacing with the osd module
+ configure.ac.in: check for freetype2, enabled the osdtext module by default
+ Makefile.am: added osd.h, please check that this is correct
+ lirc.c: modified to provide feedback when buttons are pressed.
 
-2001-04-12 Thursday 04:40  stef
+ Look at the Feedback() function in lirc.c to see how this module can be used
 
- -Fixed a bug in area management added in my last commit
+2003-03-23 Sunday 15:10  yves
 
- -Change the way ifo are read ; I hope this fixes problems with some
- compilers
+ better OS detection (RH).
 
- -Added error checks in dvd input
+2003-03-23 Sunday 12:12  gbazin
 
-2001-04-12 Thursday 03:52  sam
+ * modules/demux/mpeg/audio.c: sanity check so we don't crash on mpeg audio files with a bad Xing Header.
 
-   * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
-   * Updated icons.
-   * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
-   * Created darwin_specific.c to store the program path at boot time.
-     (XXX: check that it didn't break the OS X port)
-   * Fixed a warning in netutils.c.
+2003-03-22 Saturday 23:03  sigmunau
 
-2001-04-11 Wednesday 16:10  ej
+ Updated a comment
 
- Forgot a little thing...main.  Done for now I hope;-)
+2003-03-22 Saturday 14:39  fenrir
 
-2001-04-11 Wednesday 15:56  ej
+  * sap: clean up.
 
- Fixed a dumb mistake in Makefile.in
+2003-03-22 Saturday 14:35  gbazin
 
-2001-04-11 Wednesday 15:30  ej
+ * modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension.
 
- Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
- function support and a no-frills About box
+2003-03-22 Saturday 11:21  gbazin
 
- Created macosx_common.h in plugins/macosx/ to hold , well, common stuff
- (the way I see it, there is inherently a difficult separation of intf and
- vout on Mac OS, if anyone has suggestions I'm open)
+ * modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.
 
- Cleaned up debug spew I left in modules.c and video_text.c
+2003-03-22 Saturday 03:14  gbazin
 
- Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
- app (ie., double clicked and not launched from command line)... read the
- file for more details.  UGLY.
+ *  modules/gui/wxwindows/*: Added a stream output dialog box.
 
- Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
- clean code for it as well
+2003-03-21 Friday 23:59  sigmunau
 
-2001-04-11 Wednesday 14:52  sam
+ Updated norwegian translation thanks to  Haakon Meland Eriksen
 
-   * Fixed icons location and Debian desktop menus.
+2003-03-21 Friday 17:14  gbazin
 
-2001-04-11 Wednesday 06:31  sam
+ * configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and replaced it with an MCI command.
 
-   * Fixed the whitespace/tab issues in the Makefile.
-   * Corrected an awful typo in the version name, I hope Lieutenant Commander
-     Arkady Grigorovich Ourumov will never set up us the bomb for that.
-   * Removed deprecated stuff from config.h.
-   * Disabled message queue by default.
-   * A few other changes in the CSS code, the BeOS issues should be fixed.
-   * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
+2003-03-21 Friday 07:54  massiot
 
-2001-04-11 Wednesday 04:01  henri
+ Fixed the "locales have disappeared" problem under OS X.
 
- - Ported the 0.2.0's channel changing functions
- - Cosmetic changes : the word 'vlan' is disappearing
- - network_ChannelJoin is still commented out as it's not in sync anymore
-   with our channel server. Nitrox should fix this within a week.
- - X and Xv output : added autohide cursor as in SDL
- - X and Sv : keys 1 to 0 change channel
- - SDL : keys F1 to F10 change channel as I was not able to make 1..0 work
+2003-03-21 Friday 02:05  gbazin
 
-2001-04-10 Tuesday 19:47  stef
+ * modules/demux/ogg.c: fix for some ogg web radio streams where there
+ is a huge gap between the granulepos in the header packets and the data
+ packets.
 
- -Fixed the lock segfault bug with some compilers
+2003-03-21 Friday 00:17  karibu
 
- -Quick kludge in ifo to avoid a bug with optims. The real fix is coming.
+ * slider.cpp: fixed mouse down refresh bug
+ * theme.cpp: removed debug text
 
-2001-04-08 Sunday 18:57  sam
+2003-03-21 Friday 00:00  karibu
 
-    * XVideo window now has a black background, thanks to Shane Harper.
-    * Fixed a heap corruption in dvd_css.c.
+ * Fixing Parkinson disease bug (it's not funny, it's real life)
 
-2001-04-08 Sunday 11:04  stef
+2003-03-20 Thursday 21:45  gbazin
 
- -fixed css authentication under linux since it has been broken for a few
- days: we have to initialize agid of authinfo struct.
+ * modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug.
 
- -fixed a segfault on exit when DVDInit fails
+2003-03-20 Thursday 10:27  sam
 
-2001-04-08 Sunday 09:24  stef
+   * ./bootstrap: if pkg-config is not available, we define PKG_CHECK_MODULES
+     ourselves.
+   * ./bootstrap: "make dist" works again, even if gettext is not present.
 
- -changes in gnome interface
+2003-03-20 Thursday 10:06  sam
 
- -bugfix in input dvd
+   * ./toolbox: fixed a Makefile parsing bug.
 
-2001-04-08 Sunday 06:17  sam
+2003-03-20 Thursday 09:29  karibu
 
-   * Updated ChangeLog and TODO list.
-   * Added TODO to the .spec file.
-   * Fixed Makefile.in so that `make snapshot' takes extras/* in account.
+ * Fixing a refresh bug when opening an open file dialog box
 
-2001-04-08 Sunday 01:23  massiot
+2003-03-19 Wednesday 23:54  massiot
 
- Removed --enable-mmx (enabled by default under x86) and changed a few
- things.
+ * configure.ac.in : Disabled GTK2 and gnome2 plug-in since they break
+   all platforms but GNU/Linux
+ * Bumped up revision number to 0.5.3-test1
 
-2001-04-07 Saturday 18:35  massiot
+2003-03-19 Wednesday 18:17  karibu
 
Disable x11 plugin if X11 headers are not found.
* Updating doc.
 
-2001-04-07 Saturday 18:21  massiot
+2003-03-19 Wednesday 18:14  karibu
 
- Added a missing file for MacOS X port.
+ * Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization
 
-2001-04-07 Saturday 06:17  sam
+2003-03-19 Wednesday 17:40  fenrir
 
-    * Updated version information in RedHat and Debian package control files.
+  * gtk_main.c:: added(uncommented) gdk_thread_init for gtk2/gnome2.
+ Whitout it I can't even start gtk2 interface.
 
-2001-04-06 Friday 20:18  massiot
+2003-03-19 Wednesday 17:14  karibu
 
- * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
- interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
- * Bumped up version number to 0.2.70.
+ * button.cpp : Fixing bug when disabling control
+ * Checkbox.cpp : adding onmouseover and onmouseout events
+ * Updating DTD
+ * win32_event.cpp : fixing bug for WINDOW_OPEN event
 
-2001-04-06 Friday 11:15  sam
+2003-03-19 Wednesday 15:44  hartman
 
-   * Code cleanup: removed a few tabulations.
-   * Fixed inline asm routines to remove all read/write operands.
-   * Added <string.h> to most files to prevent warnings under FreeBSD.
-   * Added "break;" after "default:" in case switches to prevent
-     warnings when compiling with GCC 3.0pre.
+ * INSTALL: added reference to online info on compiling on MacOSX and BeOS
 
-2001-04-05 Thursday 18:37  asmax
+ * NEWS: bringing the file to 0.5.3. i have added my work (and some things
+   that I remembered). i trust everyone will enter his own stuff ;)
 
- switched back to the old packet allocation method for PS input, because
- Sam does not want the new one ;)
+ * README.MacOSX.rtf: fixed some errors
 
-2001-04-05 Thursday 16:00  asmax
+ * THANKS: added Olivier Aubert for his vout-clone-list patch
 
- Added a new packet allocation method that punish one's mother in PS input.
- I hope there won't be too many segfaults because of it ;)
- A few parameters must be adjusted to optimize this method; I'll do it later
- because Proba Stat sucks ;)
+2003-03-19 Wednesday 13:55  hartman
 
-2001-04-05 Thursday 05:50  sam
+ * fix for multiple monitors.
 
-   * added the GNU getopt library, which gets compiled in when getopt_long
-     isn't available on the desired platform.
-   * replaced the `--warning' flag with the standard cumulative `-v' flag.
-     `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
-     (`--warning' is still valid for those used to it)
-   * cleaning in configure.in and Makefile.in, the Solaris port now
-     builds and runs properly.
+2003-03-19 Wednesday 03:11  karibu
 
-2001-04-03 Tuesday 05:39  stef
+ * Fixed skin config save
 
- -Fall back to one-packet-once reading in dvd input since multi-block
- seems to have a bug that make the vlc crash on title/audio/spu change. I
- hope that this bug will be fixed soon for the performance is poorer now
+2003-03-19 Wednesday 02:09  videolan
 
- -add-ons and changes in gnome interface:
-         *menu subdivision is done only if there are over 20 items,
-         *in DVD mode next/prev apply to title,
-         *in DVD mode, added a box with button to navigate through
-          chapters.
- This has not been finished yet (and it is not in gtk plugin then). And I
- think I will leave toolbar next/prev buttons for playlist and add
- button specifically for title change like for chapters.*
+ * Adding onmouseover and onmouseout events to button control
+ * Fixing window position at launch time
+ * Adding notification when mouse leaves a window
 
-2001-04-03 Tuesday 01:30  sam
+2003-03-18 Tuesday 23:59  massiot
 
-  * fixes for the Qt plugin compilation under Debian
+ * Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange Motorola encoders
+   do not follow the standard.
 
-  * heavy butchering in the CSS and DVD ioctl code to put all architecture-
-    dependent code in dvd_ioctl.c
+2003-03-18 Tuesday 23:51  jlj
 
-  * added almost fully-functional /dev/dvd driver for MacOS X in
-    extras/DVDioctl; to build it:
+   * ./modules/gui/macosx/vout.m: cosmetic.
 
-     % cd extras/DVDioctl
-     % pbxbuild
-     % kextload build/DVDioctl.kext # note: kextload has to be run as root
+2003-03-18 Tuesday 23:30  gbazin
 
-    be aware that the license for the DVDioctl kernel extension is
-    not GPL but APSL, because I borrowed some code from the Darwin kernel.
+ * modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of Olivier Aubert.
+    Allows to specify a comma separated list of vout plugins that we want to be used by the clone filter.
+ * modules/video_filter/*: don't forget to detach the vout before destroying it.
 
-2001-04-01 Sunday 09:31  stef
+2003-03-18 Tuesday 22:14  hartman
 
- -Various bug fixes in dvd_netlist. Some bugs seem to remain though.
- -New function input_ToggleES for interaction with interface.
- -Changes in gnome interface : navigation menus are now splited, there
- are radio item in menus and the code should be better.
- -First step for dvd_ifo rewritting. Now allocation/disallocation is
- being done as it has to be.
- -Fixed a bug in title management that make dvd like Seven work.
+ * modules/gui/macosx/vout.m:
+   Now a complete redesign of the hiding of the mousecursor.
+   - We use higher level functions now (NSCursor).
+   - We only hide if the cursor is over our VLCView
+   - In many exceptions we unhide. This is mainly for multimonitor support.
 
-2001-04-01 Sunday 08:21  sam
+2003-03-18 Tuesday 21:34  gbazin
 
-   * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
-   * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
-   * A few syntax fixes in the plain X11 plugin
+ * configure.ac.in, m4/*, po/Makefile.in.in: build updated to use gettext 0.11.5 by default.
+    This is necessary for the win32 build because old gettext versions do not work on win32.
 
-2001-03-26 Monday 21:06  sam
+2003-03-18 Tuesday 20:38  gbazin
 
-   - fixed SDL compilation, thanks to Colin.
-   - disabled Altivec iDCT until it works.
+ * configure.ac.in: fixed linking problem with the slp plugin on win32.
 
-2001-03-25 Sunday 19:09  richards
+2003-03-18 Tuesday 20:20  gbazin
 
- Language & Inteface support for BeOS interface
+ * configure.ac.in: use the -O2 gcc option when compiling the skins plugin so that compilation doesn't take ages.
+    Also use -fno-rtti -fno-exceptions to save some bits of space.
 
-2001-03-21 Wednesday 14:42  sam
+2003-03-18 Tuesday 19:37  marcari
 
-   * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
-   * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
-   * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
-     by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
-   * Added Colin and Eugenio to the AUTHORS file.
+   * first draft of the draft
 
-2001-03-21 Wednesday 03:58  sam
+2003-03-18 Tuesday 18:33  ipkiss
 
-   * Fixed a typo in the Altivec iDCT module declaration.
-   * Made a few enhancements to the Makefile.
+ Fixed the path in the default skin (thanks gibalou)
 
-2001-03-21 Wednesday 00:18  sam
+2003-03-18 Tuesday 18:25  ipkiss
 
-    * Altivec instructions autodetection.
+ Fix for skins compilation under cygwin (thanks gibalou)
 
-2001-03-20 Tuesday 22:42  sam
+2003-03-18 Tuesday 04:56  ipkiss
 
-    * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
+ Compilation fixes
 
-    Shane, I removed the static variables from your code because static
-    is not thread-safe, and one can imagine having several video output
-    windows launched at the same time. Also, I made your feature work
-    in windowed mode as well, because people kept asking how to hide the
-    mouse pointer.
+2003-03-18 Tuesday 04:08  ipkiss
 
-    Also, if you want to work on the XVideo extension, you are welcome ;
-    most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr>
-    had offered to work on it, but he seems to be a bit lost, so you may
-    want to take over his job.
+ Compilation fixes and cosmetic changes
 
-    As for the "zoom" feature, I suggest you wait until version 4 of the
-    video output is done, it'll be easier to do then.
+2003-03-18 Tuesday 04:07  hartman
 
- Regards,
+ * modules/gui/macosx/vout.m:
+   Reworked the mouse hiding routine. we were always hiding the mousecursor
+   on kCGDirectMainDisplay, but this display is always the one with the
+   menubar and not always the one containing our VLCVout.
+   This new code takes the vout, and calculates on which displays (plural
+   because of possible mirroring) it is being shown. It then shows or hides
+   the cursor on all of those displays.
+   This should fix #396.
 
-2001-03-20 Tuesday 21:54  massiot
+2003-03-18 Tuesday 02:48  ipkiss
 
- * Compile Altivec modules on Darwin. [MacOS X port]
+  - doc/skins: some documentation about the skins
+  - doc/skins/curve_maker: files for a VB project for easy Bezier curves
+    creation
+  - share/skins/default: a default skin. It's an awful one made for
+    testing purposes, you'll be warned...
 
-2001-03-20 Tuesday 21:40  massiot
+2003-03-18 Tuesday 02:28  hartman
 
- * Use $QTDIR for the qt module ;
+ * modules/gui/macosx/info.m: keep the same panel open if track changes.
+ * modules/misc/httpd.c: removed an unused int.
 
-2001-03-20 Tuesday 21:20  massiot
+2003-03-18 Tuesday 02:21  ipkiss
 
- * Fixed Makefile for normal people :p
+ Keep quiet, explanations will follow.
 
-2001-03-20 Tuesday 21:09  massiot
+2003-03-18 Tuesday 01:57  sam
 
* Added IDCT Altivec optimization [MacOS X port]. Untested, not compiled.
  * ./share/Makefile.am: added the .rle font to the make install rule.
 
-2001-03-20 Tuesday 20:36  massiot
+2003-03-18 Tuesday 01:54  sam
 
- * Compile Darwin module by default on Darwin system. [MacOS X port]
+   * ./toolbox: fixed a sed syntax error (thanks anil).
 
-2001-03-20 Tuesday 18:36  massiot
+2003-03-18 Tuesday 01:34  sam
 
- * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
- * Added warnings for ac3 mantissa (we still have problems with AC3 on
- MacOS X) ;
- * Renamed WriteResource to avoid a namespace clash with Darwin's
- WriteResource.
+   * ./modules/Makefile.am: added a missing definition of NULL.
 
-2001-03-20 Tuesday 05:44  sam
+2003-03-18 Tuesday 01:26  sam
 
-   * Split audio output into several separate files to make it easier
-   to debug. Removed a few redundancies as well.
+   * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
+   * ./toolbox: added --update-glade2 flag.
 
-2001-03-19 Monday 14:26  sam
+2003-03-18 Tuesday 01:22  sam
 
-   * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
-   it and writing output and interface plugins...
+   * ./modules/codec/lpcm.c: fixed two uninitialized variables.
 
-2001-03-19 Monday 06:08  sam
+2003-03-18 Tuesday 00:49  gbazin
 
  * Fixed Debian sparc build for real (Closes: Debian bug #89285).
* src/playlist/playlist.c: fixed misplaced variable declaration.
 
-2001-03-18 Sunday 01:01  sam
+2003-03-18 Tuesday 00:33  sigmunau
 
-   * Function prototypes for the forthcoming Darwin and MacOS X port.
-   * Gtk+ interface: fixed a precision issue in the scale.
-   * Qt interface: somebody pop up us the menu!!
+ Seek one less time. Should increase performance with access modules where
+ seeks are expensive. (Though not enough)
 
-2001-03-17 Saturday 23:52  stef
+2003-03-18 Tuesday 00:25  jlj
 
- -Added dsp plugin compilation (/dev/dsp is not a regular file :))
+   * ./modules/codec/dts.c: Steve Jobs did not pay me for this bug. Really.
 
-2001-03-16 Friday 23:37  massiot
+2003-03-17 Monday 23:48  fenrir
 
- * Borrowed config.guess and config.sub from SDL [MacOS X port] ;
- * Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
- * If SDL/GTK/DSP is not available, don't compile the associated module.
+  * httpd: increased buffer size.
 
-2001-03-15 Thursday 02:42  sam
+2003-03-17 Monday 23:42  fenrir
 
-   * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
+  * all: fixed some stupid bugs.
 
-    o the slider should behave correctly and stop jumping here and
-      there (this bug is _not_ related to Stef's similar bug)
-    o added an "open network" menu (useless since the input doesn't
-      handle it properly yet)
-    o tried to reorganize gnome_callbacks.c and gtk_callbacks.c
-    o stream date is now displayed instead of percentage
-    o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h
+2003-03-17 Monday 23:13  hartman
 
-   * Changed documentation and package creation files.
+ * modules/gui/macosx/playlist.m:
+   - fixed a cosmetic issue.
 
-    o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796)
-    o removed useless or outdated documentation from doc/*
-    o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1
+2003-03-17 Monday 21:47  hartman
 
-   * Added basic Qt interface.
+  * modules/gui/macosx/playlist.?:
+    - rewrite of code
 
-    o working features: slide bar, open file, toolbar, popup menu
-    o added "qvlc" alias, equivalent to "vlc -I qt"
-    o known issues : no "open disc" or "open network" menus yet
-                     the IntfWindow class is never cleaned on destruction
-                     the popup menu always pop at the middle of the screen
+2003-03-17 Monday 18:02  sam
 
-   * Misc fixes/updates.
+   * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
+     ./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a
+     terminating NULL pointer in the fake argv values we pass to gtk_init().
+   * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now
+     have the "gui-helper" capability.
+   * ./modules/misc/gtk_main.c: paved the way for Gtk2.
 
-    o renamed netutils.h functions from input_* to network_*
-    o renamed *plst* files and functions to *playlist* (it was stupid
-      from me to name them "plst")
-    o made a few input error messages more meaningful
-    o added -I, -A and -V short flags, corresponding to --intf, --audio
-      and --video
+2003-03-17 Monday 17:11  sam
 
-     I got a lot of conflicts on this commit, lart me if I forgot a
-   file or made old bugs reappear.
+   * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not
+     defining its fourcc values like us.
 
-2001-03-15 Thursday 01:37  stef
+2003-03-17 Monday 17:10  hartman
 
- -Fixed most of the bugs in gnome interface menus
+ * src/playlist/playlist.c:
+   - added playlist_Move to move an item in our playlist before the position
+     of a previous item (or end) of our playlist. Keeps index at it's current
+     item.
+ * modules/gui/macosx/playlist.?:
+   - Now a reorderable playlist. Thanks to Andrew Stone for example code.
+     This fixes #349 (Finally ;)
+   - True alternating colors in the playlistview. Thanks to Apple Computer
+     for the example code.
 
- -Added radio checks in menu items.
+2003-03-17 Monday 16:59  sam
 
- There are still issues with default selected item but it works well.
+   * ./autotools/: moved some autotools executables to this subdirectory to
+     reduce cluttering of the root directory.
 
-2001-03-14 Wednesday 01:40  massiot
+2003-03-17 Monday 15:05  sigmunau
 
* Tried to fix the "stream jumps at will" bug.
fixed up http redirects when there are other items in the playlist.
 
-2001-03-11 Sunday 20:00  henri
+2003-03-17 Monday 13:49  marcari
 
- - Moved 2 local network functions
- - Removed old code
- - Broadcast should work. I'm not detecting broadcast address, i'm
- binding 0.0.0.0
+   * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc
 
-2001-03-10 Saturday 12:23  henri
+2003-03-17 Monday 12:14  massiot
 
Small optim.
Fixed aspect ratio's tooltip.
 
-2001-03-08 Thursday 14:32  octplane
+2003-03-16 Sunday 23:35  fenrir
 
- Hurg !
- ###code is dirty###
- Please clean it for me :P
- (or at least, tell me how to clean it)
+  * sub: better ssa4 recognition.
 
- . Slightly modified playlist base interface
-   (Added a function to jump directly to an item, used for double clicking)
+2003-03-16 Sunday 20:06  jlj
 
- . Added manymanycallbacks
- . Added the playlist dialog
- . Added Dnd support for intf_window and the clist1
-   . support URI and plain file(s)/folder(s)
- . Added "show/hide main window" menuitem in intf_popup
- . Added bugs :P
+   * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification.
 
- Enjoy and please bug report.
+2003-03-16 Sunday 16:07  fenrir
 
-2001-03-07 Wednesday 11:31  stef
+  * sub.c: added SAMI subtitles support. (Untested and incomplete).
 
- -Working menus for run-time audio/spu/title/chapter selection with gtk
- interface.
+2003-03-16 Sunday 13:11  fenrir
 
- It is a bit buggy yet, and some pieces of code need to change,
- especially to handle better menus change when title change but it
- eventually works.
+  * asf: when there isn't any stream selected, stop playing.
 
-2001-03-07 Wednesday 03:16  stef
+2003-03-16 Sunday 01:49  fenrir
 
- -Added `glib-config --libs glib` for interface compilation
- for debian/sid users
+  * mms: removed some old stuff.
 
-2001-03-07 Wednesday 02:36  sam
+2003-03-16 Sunday 01:37  fenrir
 
-   * Disabled network input under BeOS so that it compiles again. We'll
    have to wait for BONE anyway.
+  * mms: it seems that some server doesn't like fake ip 127.0.0.1
(they refuse the connection), so let give them 192.168.0.1 ...
 
-2001-03-07 Wednesday 01:18  henri
+2003-03-15 Saturday 22:10  jlj
 
- - Fixed TS input ( a nasty dead lock had appeared 4 days ago )
- - Added base of network support
+ Another attempt at fixing the soundstick issue (unconfirmed).
 
- Things to be done :
- - Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0
- - Sam : find a way of specifing the type of media (file, net). For the
- moment, the "--input ts" always call input_NetworkOpen
- - Maybe sam : for the moment the working syntax is vlc --input ts
- servername, it should nbe turned into "vlc --server servername".
+2003-03-15 Saturday 20:17  lool
 
- Things that don't work (i'll work on this this week end) :
- - stopping and retaking a stream
- - a nice 'waiting for stream'
- - we select all incoming streams. we should be able to select.
+   * attempt at a docbook-xml version of the FAQ with XSL
+     customizations, if people want to help or just have a look
+   (use "xsltproc faq-alone.xsl faq-alone.xml" with the
+    docbook-xml-simple package installed or saxon if you feel bored)
 
- Things that haven't been tested :
- - broadcast
- - only tested with one stream.
+2003-03-15 Saturday 19:26  fenrir
 
Kick me if something is broken by my fault.
 * sout: fix a stupid bug making avi muxer segfaulting.
 
-2001-03-06 Tuesday 20:33  massiot
+2003-03-15 Saturday 19:21  jlj
 
- * Fixed an alignment problem in UnalignedShowBits().
+ Jeff Moore @ Apple: The HAL specifically won't allow a device that doesn't
+                     have linear PCM as it's current format to be
+                     the default device.
 
-2001-03-06 Tuesday 18:54  massiot
+2003-03-15 Saturday 18:44  fenrir
 
- * Fixed an alignment problem in PTS parsing.
+  * ffmpeg: Use truncated frames if supported by codec (only with newer
+ libavcodec). This fix mpeg4 in TS with huge bitrate.
+  * sub: clean up. Report any problems.
 
-2001-03-06 Tuesday 18:39  massiot
+2003-03-15 Saturday 03:02  fenrir
 
* Fixed an alignment problem on startup.
 * mms: revert some parts.
 
-2001-03-06 Tuesday 16:16  massiot
+2003-03-15 Saturday 02:33  fenrir
 
- * Fixed a boolean_t/int mix.
- * Increased FIFO_SIZE.
+  * mms: some clean up.
 
-2001-03-05 Monday 21:36  richards
+2003-03-15 Saturday 00:09  fenrir
 
- [no log message]
+  * httpd: begin to support get/post method (look at admin.html ;)
 
-2001-03-05 Monday 17:00  massiot
+2003-03-14 Friday 17:14  sam
 
- Fixed MPEG-1 mux_rate parsing.
- Fixed MPEG-1 stuffing.
+   * ./doc/fortunes.txt: sigmund++;
 
-2001-03-05 Monday 12:53  sam
+2003-03-14 Friday 17:08  lool
 
-   * fixed headers for FreeBSD compilation.
-   * fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
+   * Meuuh+++;
 
-2001-03-05 Monday 02:29  sam
+2003-03-14 Friday 01:23  hartman
 
-   * Everything in place for the 0.2.63 release.
+ * ALL: Bumped version to 0.5.3-cvs
 
-   * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
-     linux-kernel like author list.
-   * Updated TODO list.
-   * Fixed a segfault in the BeOS interface when --noaudio was specified.
-   * Title and Chapter selection in the Gnome and Gtk+ interfaces.
+ * modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags
+   correctly, but now the name of the file as reported in the playlist info
+   gets displayed incorrectly if it has accents. (going for ID3 at the
+   moment. filenames are named a plenty in the correct way)
 
-2001-03-04 Sunday 17:20  sam
+2003-03-14 Friday 01:08  jlj
 
-    Commited BeOS changes by Richard Shepherd and Tony Castley.
+   * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
+                                  issue in InitDevice. Should close #490.
 
-    include/video_output.h
-     * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
-       decoding needed instead of YUV-RGB
-     * Will be removed later when video_output.c rewritten
+2003-03-14 Friday 00:24  sigmunau
 
-    src/video_output.c
-     * vout_CreateThread() initialises b_YCbr to zero
+ all: info strings are now localized, fixed some typos and inconsistant uses
+ of capital letters
 
-    plugins/beos/*
-     * New BeOS video plugin that supports hardware overlays and new
-       MediaPlayer compatible interface
+2003-03-14 Friday 00:06  massiot
 
-    plugins/*
-     * Added YUV-YCbCr transforms
+ Attempt at fixing the soundstick issue (unconfirmed).
 
-2001-03-03 Saturday 12:01  sam
+2003-03-13 Thursday 22:45  sigmunau
 
-   * Added debian/* files to help generating CSS-enabled non-US packages,
-     and changed plugins/dvd/* to reflect this change.
-   * Added .xpm icons (fixes lintian warnings).
-   * --help output and manpage are now in sync (Closes Debian bug #87478).
-   * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
+ set a default size for the fileinfo dialog
 
-2001-03-02 Friday 16:51  massiot
+2003-03-13 Thursday 22:35  sigmunau
 
* More consistency in the p_input->stream management.
Added support for oldstyle id3 genres.
 
-2001-03-02 Friday 14:49  massiot
+2003-03-13 Thursday 22:24  hartman
 
- * Made input_SelectES() and input_UnselectES() not block the input thread
- for a long time.
+ * modules/gui/macosx/misc.?
+   - added VLBrushedMetalImageView. This imageview does not respond to
+     mousedrage, so we can still move our window by it's background.
+ * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
+   - Changed the container of our background image to the new
+     VLBrushedMetalImageView.
+     This fixes #390
 
-2001-03-02 Friday 14:47  sam
+2003-03-13 Thursday 16:20  marcari
 
-   * Changed debian/control to fix Debian bug #83707
-   * Added a --disable-css configure option
-   * Moved some code here and there in the DVD plugin to make it easier
-     for me to build the Debian CSS-free packages.
+  * skeleton of the arm crosscompilation howto
 
-2001-03-02 Friday 14:20  massiot
+2003-03-13 Thursday 16:09  hartman
 
- * Fixed miscellaneous alignment problems (alpha/sparc ports) ;
- * Added a fps display when toggling 'i' ;
- * Fixed a bug in the video parser where one picture buffer was not
- released at quit time ;
- * Broke the mux_rate calculation, but hey guys ! it was already broken and
- nobody noticed it.
+ * extras/MacOSX/vlc.pbproj/project.pbxproj:
+   - added .qt and .pls file extensions.
 
-2001-03-02 Friday 04:32  stef
+ * modules/gui/macosx/intf.m:
+   - increased the number of lines the messages dialog can hold to 400.
 
- -New function for DVD reading, that is able to read multiple blocks
- (I've chosen 32 now), that doesn't use any memcpy anymore and is also much
- faster. It is ready now for cell positioning in multi-angle DVD (to come
soon).
+ * added fourcc '3iv1' to .avi and .mov
+   - this is 3ivx D3.5 video.
+   - we cannot read them at however and probably never will. I added them
    for completeness.
 
- -DVD specific netlist adapted to 2048 bytes long blocks that contain
- several data_packets.
+ * added fourcc '3iv2' to .avi and ffmpeg
+   - this is 3ivx D4 video
+   - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.
 
- -Modification in mpeg_system.c to use p_payload_start instead of
- p_buffer (necessary for DVD plugin). It does not break other plugins
- since they set p_payload_start to p_buffer
+ * added fourcc '3ivd' to .avi, .mov and ffmpeg.
+   - this is video which was divx doctored by the 3ivx doctor program.
+   - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.
 
- -New field i_read_once in input_thread_s to be able to read more than
- the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by
defaults but plugins can change it during initialisation.
+ * added fourcc '3vid' to .avi, .mov and ffmpeg.
+   - this is incorrect encoded DIV3. it is an endianness issue by the encoder.
  - ffmpeg can decode it however, so it is mapped to MPEG4 v3.
 
- Please check that nothing is broken :)
+2003-03-13 Thursday 15:50  marcari
 
-2001-02-28 Wednesday 06:20  sam
+  * all: enhancements of the familiar interface includes :
+     - the interface adapts to the screen size/rotation
+     - a playlist
+     - a network tab next to te file tab inside the media tab
+     - MRL-Combo behaviour changed a bit
+     - apply handling in preferences
 
-   * Additional optimizations to the subtitle decoder
-   * The GGI video output should now be faster. Also, right-mouse-clicking
-     works in GGI mode as well.
+2003-03-13 Thursday 10:33  ipkiss
 
-2001-02-26 Monday 18:41  sam
+ We don't segfault anymore when trying to go fullscreen with no input
+ (closes #477)
 
-   * Optimizations done to the SPU decoder. Now the RLE is expanded at
-     decoding time, not rendering time. The main loop in vout_RenderSPU
-     is now 20 lines long.
+2003-03-12 Wednesday 23:59  marcari
 
-2001-02-26 Monday 13:16  sam
+  * all: added s16tofixed32 filter, so that we decode flac with iPaq !
 
-   * The Gtk+ interface is now built as a Debian package as well. The Gnome
-     package depends on it because of the icon and menu entry.
-   * Added an intf_WarnHexDump() function to do raw hexadecimal dumps of
-     memory areas. For debugging purposes or for real men, as you wish.
-   * Lots of tidying in dvd_ioctl.c, a few comments added.
-   * Better error handling in the subpicture decoder.
-   * Tidied video_spu.c. More to come later.
-   * Fixed subtitle displaying. Will soon work in overlay mode as well.
+2003-03-12 Wednesday 23:15  titer
 
-2001-02-23 Friday 13:37  massiot
+  * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
+  * beos_specific.cpp, modules/gui/beos/*: add VLC version number in the
+    "About" window and in the titles of the others windows.
 
- * Fixed a compile problem in debug mode.
+2003-03-12 Wednesday 05:26  sam
 
-2001-02-22 Thursday 18:00  massiot
+   * ./src/stream_output/stream_output.c: Win32 compilation fix.
+   * ./src/misc/modules.c: fixed a pointer indirection bug.
 
- * Added functions and hooks to display dates instead of off_t.
+2003-03-12 Wednesday 05:12  sam
 
-2001-02-22 Thursday 17:17  massiot
+   * ./Makefile.am: moved generation of .h files to the toolbox so that we
+     can call "toolbox --update-includes" without running configure.
+   * ./toolbox: de-uglified some shell code.
 
- * Added a 'd' keystroke to dump the stream contents (for debugging
- purposes).
+2003-03-12 Wednesday 04:16  sam
 
-2001-02-22 Thursday 09:44  stef
+   * ./bootstrap: fixed a conflict issue with recent autopoint versions.
+   * ./toolbox: the MSVC project file generation no longer depends on Makefile.
 
- -New ES detection based on .ifo for DVD module. It might fail (I have
- found one DVD for which ifo seems false).
+2003-03-12 Wednesday 00:56  sam
 
- -Title and chapter selection on the command line (see -t and -T options)
- It will allow to watch some DVD that went through menus by default.
+   * ./configure.ac.in: we look for libqt-mt.so before libqt.so.
 
- -beginning of menus in gnome interface.
+2003-03-11 Tuesday 23:56  gbazin
 
-2001-02-21 Wednesday 16:52  polux
+ * ALL: experimental code for stream (dvd) navigation through object variables.
 
- Some changes in the BeOS video output :
- - New video output method, the vlc now uses BBitmap instead of
-   BDirectWindow (better performances)
- - Added resizing
- - Added beta support for overlay
+2003-03-11 Tuesday 23:56  fenrir
 
-2001-02-21 Wednesday 12:49  sam
+  * fix ima4 decoding.
 
-   (note: empty CVS mails mean that a new directory has been created,
-    don't forget to use the -p option if you cvs update)
+2003-03-11 Tuesday 22:44  sam
 
-   * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
-     people. Gtk+ is now compiled by default, while Gnome isn't (you will
-     have to add --enable-gnome when running configure)
-   * Replaced -lcurses with -lncurses in configure.in.
+   * ./debian/control: added libqt3-compat-headers build-dependency because of
+     strange issues with KDE headers that I'm not sure to fully understand but
+     also honestly completely don't care about.
 
-2001-02-21 Wednesday 05:38  henri
+2003-03-11 Tuesday 21:52  fenrir
 
- TS Input :
- - Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
-   where PAT or PMT are splitted in more than one section.
- - Some TS files still don't work (matrix.ts i.e : no sound ),
-   others do ... i'll have to investigate.
+  * removed strdupa.
 
- Todo :
- - What if data get unaligned ?
- - Write NetworkOpen
- - Try to find why I get no sound on matrix.ts
- - Support Stream and program selection.
+2003-03-11 Tuesday 21:23  sam
 
-2001-02-21 Wednesday 01:47  sam
+   * ./configure.ac.in: quick and dirty workaround for qt3 headers location.
 
-   * Forgot to fix the vlc.spec.
-   * Added Bozo to the author list.
+2003-03-11 Tuesday 20:53  sam
 
-2001-02-21 Wednesday 00:30  sam
+   * ./src/stream_output/stream_output.c: fixed a minor format string issue.
 
-  * Updated version number to 0.2.62. Release tonight.
+2003-03-11 Tuesday 20:40  sam
 
-  * DVD plugin is still non-functional when you don't have DVD ioctls,
-    but at least it compiles under BeOS as well.
-  * Minor cosmetic changes here and there.
+   * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev.
 
-2001-02-20 Tuesday 18:08  polux
+2003-03-11 Tuesday 20:01  fenrir
 
- Added the BeOS code for vlc_mutex_destroy() and vlc_cond_destroy()
+  * Added support of vplayer subtitles files.
 
-2001-02-20 Tuesday 16:03  massiot
+2003-03-11 Tuesday 19:58  sam
 
Minor optimizations in the video decoder.
  * ./debian/Makefile.am: removed spurious entries.
 
-2001-02-20 Tuesday 14:41  massiot
+2003-03-11 Tuesday 19:57  sam
 
- On machines without dvd ioctl, remove the DVD plugin from the Makefile,
- fucking holy piece of *£$^%ù !
+   * ./debian/control: vlc provides the mp3-decoder metapackage.
 
-2001-02-20 Tuesday 13:06  reno
+2003-03-11 Tuesday 19:30  sam
 
- * Move ac3 globals variables into structures
- * Adding authors
- * Prepared to add asm imdct and downmix
+   * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and
+     vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and
+     vlc-aa legacy packages because they were not in woody.
+   * ./debian/control: tuned the control file to provide smooth upgrades from
+     woody, from sarge, and from the local VideoLAN repository.
 
-2001-02-20 Tuesday 12:34  sam
+2003-03-11 Tuesday 19:14  sam
 
-  * Fixed a bash-ism in configure.in
+   * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv
+     packages (because the dependencies are very small), and the vlc-plugin-mad,
+     vlc-plugin-a52 and vlc-plugin-ogg packages (because vlc depends on them
+     anyway).
+   * ./debian/*: changed vlc-plugin-svgalib to x86-only.
 
-2001-02-20 Tuesday 10:10  sam
+2003-03-11 Tuesday 19:02  fenrir
 
-  * Fixed a segfault in input.c when no input plugin was found for
-    a given file.
-  * Fixed a deadlock in the Gnome interface. Next time I'll initialize
-    my mutexes, I promise.
-  * Added Oct to the authors list in intf_gnome.glade :)
+  * all: reworked stream output. Now it handles mutliples outputs from
+ one input, just type --sout "<first url>#<second url>#..." (Yes it
+ is awfull, but I need suggestion).
+    udp: correctly update sequence number in rtp.
 
-2001-02-20 Tuesday 09:47  stef
+2003-03-11 Tuesday 18:57  fenrir
 
- Second step in area management ; everything is in place now to have
- title handling; it is coming :)
+  * mp4: I have reworked a lot the demuxer. Now it should handle gracefully
+ the audio part of mov file. I'm really interested by any regression you
+ could find, please _test_ all .mp4/.mov file you have.
 
-2001-02-20 Tuesday 08:49  sam
+2003-03-11 Tuesday 18:57  sam
 
-   * Ported Glide and MGA plugins to the new module API. MGA never worked,
-     so this didn't make it work better.
-   * Started thinking about built-in modules, and added some code to
-     make it easier eventually.
-   * Added Oct in the AUTHORS file.
-   * Fixed a mistake in configure.in.
-   * All your base are belong to us.
-   * Fixed a bug in src/misc/modules which prevented loading modules
-     when launched from the Tracker.
-   * Fixed a similar bug in src/video_output/video_text.c.
-   * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
-     who ported the Linux DVD ioctls. We can now read encrypted DVDs
-     under BeOS ! Woohoo.
+   * ./debian/control: added the FLAC decoder to the Debian package (sid-only,
+     because the API changed too much since the version in woody).
 
-2001-02-20 Tuesday 03:53  stef
+2003-03-11 Tuesday 18:54  alexis
 
-  First serie of changes in DVD module for the forthcoming interface menus
-  There is a new capability in input type modules for setting the
- attributes of a new area. It is set to NULL for PS and TS plugins.
-  It should be called for every title change, chapter change,
- audio mode change or spu channel change.
+ Added missing files.
 
- But this part of code is not used at the moment, and is not completed
- yet.
+2003-03-11 Tuesday 18:16  gbazin
 
-2001-02-19 Monday 20:28  massiot
+ * Makefile.am: Fixed problem with the package-win32 target.
 
- * Kludge of the kludge, removing an oddity in YUV initialisation, and
- activating YUV overlay on startup whenever hardware acceleration is
- available. Thanks for bearing with us, stay tuned.
+2003-03-11 Tuesday 18:14  fenrir
 
-2001-02-19 Monday 20:08  massiot
+  * mms: converted a warning into a dbg message.
 
- * mux_rate parsing ;
- * Changed video decoder's error messages into warnings.
+2003-03-11 Tuesday 17:40  fenrir
 
-2001-02-19 Monday 04:46  sam
+  * Clean up. (Sigmund, does it work ?).
 
-   * Drag and drop support under BeOS.
+2003-03-11 Tuesday 13:52  titer
 
-2001-02-19 Monday 04:12  stef
+  modules/misc/network/ipv4.c: BeOS compile fix
 
- -Change in the code to detect beginning of movie. It is much better now
- but still fails with some DVD for which the movie is not the first
- Program.
+2003-03-11 Tuesday 13:12  alexis
 
- As a consequence some DVD that worked before don't work anymore.
+ Added sout.* and subtitles.*
 
- -Beginning of ideas to handle chapters and ES selection
+2003-03-11 Tuesday 07:03  fenrir
 
-2001-02-18 Sunday 20:14  sam
+  * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported.
+ ( I need some samples to do special adpcm support).
 
-   * configure.in and Makefile.in patches for better SDL support and
-     support for $(bindir) $(datadir) and $(libdir) stuff, courtesy
-     of Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
-   * Ported ggi.so to the new modules API. As for the other modules, only
-     the "q" key works. Moreover, VLC doesn't exit cleanly if you close the
-     GGI window.
-   * Deactivated non-working widgets in the Gnome interface.
-   * Added CONTRIBUTORS file.
+2003-03-11 Tuesday 06:58  fenrir
 
-   Hint of the day: don't expect to code quite long in your bed when sleepy.
+  * adpcm: added IMA4 support.
 
-2001-02-18 Sunday 11:24  sam
+2003-03-11 Tuesday 06:58  fenrir
 
-  * Ported the framebuffer plugin to the new module API. As for most of the
-    other video output modules, keyboard doesn't work. Except ^C to quit.
+  * ffmpeg.h: added missing fourcc.
+  * araw.c: fixed a warning.
 
-2001-02-18 Sunday 04:32  polux
+2003-03-11 Tuesday 06:45  fenrir
 
-    The BeOS port seems to work again.
+  * wav: Support for alaw/ulaw data. (untested)
 
-    I used this command to play an unencrypted DVD, but maybe there is a
-    better solution: ./vlc dvd:/dev/disk/ide/atapi/1/master/0/raw
+2003-03-11 Tuesday 06:14  fenrir
 
-    Current problems: gcc doesn't like MMX-EXT instructions, and refuses
-    to have register %ebx being used in the main application. Grr.
+  * Hugly hack: break huge block of samples into smaller ones else
+ some avi/mov file with raw audio can't be played, *BUT* it's not the
+ good fix (as the problem seems to be elsewhere).
 
-    ,-- don't trust the CVS bot, it's Sam speaking here :)
-   /
+2003-03-11 Tuesday 05:52  fenrir
 
-2001-02-18 Sunday 02:42  stef
+  * ffmpeg support mace 3/6 audio codec. (quicktime)
 
- -UDF filesystem support so that we know the location of the first video
- related file with 100% reliability (great change that should make DVDs
- with binaries and extra stuff work with vlc).
+2003-03-10 Monday 21:24  alexis
 
- -Correction of a bug in ifo reading that falsified the adress of
- video titles.
+ Reverted my previous commit (the bug was coming from my old gettext version)
 
- -Changed the method for selecting title at start. It is _not_ reliable
- though, but it is better than the preceding one.
+2003-03-10 Monday 21:01  alexis
 
-2001-02-17 Saturday 09:48  sam
+ Fix so that compilation works with a tarball made with "make dist-all".
 
-  * Tried to fix the BeOS interface and video output. Any BeOS developers
-    listening ? I can't even test that code, it probably wants additional
-    fixing.
-  * Added a workaround in modules.c for broken libc's which happen to truncate
-    filenames in dentry structures when using 64bits offsets. The kind of
-    stuff you only see in RedHats <g>.
-  * Made the SDL error messages a bit more useful.
-  * The Gnome menu is now created when mouse is released, not when it
-    is pressed. It may sound stupid, but it really makes a difference.
+ Sam, can you check that my fix is OK ?
 
-2001-02-16 Friday 10:25  sam
+2003-03-10 Monday 20:08  alexis
 
-  * Upgraded version number to 0.2.61. Release is today.
+ vlc.spec: Bumped up version number to 0.5.2
 
-  * Fixed package building (both RPMs and .debs).
-  * Fixed `make snapshot' rule.
-  * Added some magic to filename detection. To read a DVD you now just
-    need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs.
-  * Fixed a segfault in the slider when no stream was playing.
-  * Made the slider go from 0 to 100 (instead of 99 :)
-  * The vlc now doesn't exit when finished playing. As a side effect of
-    the playlist code being very recent, it continuously loops.
+2003-03-10 Monday 19:37  gbazin
 
-2001-02-16 Friday 07:37  sam
+ * ChangeLog: updated the changelog for the 0.5.2 release.
 
-  * Fixed a segfault in the input thread creation, as well as a possible
-    deadlock. This happened mostly when opening non-existing files.
-  * Created input_SetStatus to do input_SetRate's job. input_SetRate will
-    be used to set an arbitrary rate, for people who want to read DVDs at
-    1/2.71828 times the actual speed.
-  * Stubs for the ncurses control interface. No working code yet, but the
-    holes just need to be filled.
-  * Improved X11 support. Still not as functional as before.
-  * The output window now states the method name, so that people know whether
-    they are using X11 or SDL.
-  * The Gnome interface is now drag'n'drop aware, you can drop a file
-    on it just like Xine does (or so I guess).
+2003-03-10 Monday 19:30  sam
 
-2001-02-15 Thursday 04:01  sam
+   * ./toolbox: added --update-changelog flag.
 
-  * X11 output works again. It's just the output, but it works; I now need
-    to clean the code and add event handling.
+2003-03-10 Monday 18:26  gbazin
 
-2001-02-14 Wednesday 16:58  henri
+ * src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.
 
- Begining of TS Input
+2003-03-10 Monday 18:17  gbazin
 
- Done :
- - fixed netlist
- - embryo : support TS video trough file ( kludgy ... )
+ * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
 
- Next :
- - Write DecodePSI and DemuxPSI, wich will clean the kludges off
+2003-03-10 Monday 17:12  sam
 
- Then :
- - Write NetworkOpen ( shouldn't be difficult )
+   * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
 
- Eventually :
- - Deal with lost/corrupt packets
+2003-03-10 Monday 10:41  massiot
 
-2001-02-14 Wednesday 15:31  sam
+ Fixed a major bug with 5.1 output and the OSS plug-in.
 
-  * Should have fixed the dependency generater for some plugins.
+2003-03-10 Monday 08:23  jlj
 
-2001-02-14 Wednesday 08:48  sam
+   * ./modules/codec/dts.c: minor fix.
 
-  * updated version information to 0.2.60 -- today's release
-  * started porting the X11 vout (still disabled)
-  * a few unnoticeable changes in the Gnome intf
+2003-03-10 Monday 01:07  fenrir
 
-2001-02-13 Tuesday 05:29  sam
+  * improved seeking and fixed play back when reading from stdin (when
+ reported size is null).
 
-  * added --intf option to vlc
-  * started cleaning vout_sdl.c
-  * the dummy plugin works again
-  * added a slider to the Gnome interface so that we can browse through streams
+2003-03-10 Monday 00:12  gbazin
 
-   There is a problem with the slider: we sometimes get unexpected async
-   replies, which would mean that we don't properly lock our Xlib calls.
-   Which is true. But we also get these errors when using `--vout dummy'.
-   I'll investigate.
+ * modules/access/vcd/cdrom.c: small win32 bugfix.
+ * configure.ac.in: on win32 we link ws2_32 with the slp plugin.
 
-2001-02-12 Monday 14:20  massiot
+2003-03-10 Monday 00:04  massiot
 
- * We can now seek at position 0 :p ;
- * Fixed a typo in my previous commit.
+ * Bumped up version number to 0.5.2
+ * Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
+   configuration variable.
 
-2001-02-12 Monday 12:22  massiot
+2003-03-09 Sunday 23:39  jlj
 
* Tried to enhance picture dating on timebase discontinuities.
  * ./modules/demux/mpeg: DTS support.
 
-2001-02-12 Monday 10:39  sam
+2003-03-09 Sunday 20:07  jlj
 
-  . removed tests against i_rate and i_new_rate calculation from the
-    plugins and hid this complexity into input_ext-intf.c
+   * DTS S/PDIF support.
 
-2001-02-12 Monday 08:52  sam
+2003-03-09 Sunday 19:44  gbazin
 
-   * Fixed my old stupid bug that disabled sound after having played the
-     first playlist item.
-   * Added `Prev' and `Next' buttons to the interface, with the beginning of
-     a playlist window (still empty).
-   * Added `Slow' and `Fast' buttons to the interface and popup menu.
+ * configure.ac.in: fixed my previous commit.
+ * NEWS: added an entry about fixes in the dvd menu support.
 
-   Ok, I promise it's the last time I check bloat in, from now the interface
-   commits will be much cleaner and actually fix things :)
+2003-03-09 Sunday 19:25  gbazin
 
-2001-02-12 Monday 01:20  sam
+ * configure.ac.in: don't include the screensaver plugin on win32.
+ * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
+ * modules/codec/spudec/parse.c: removed unnessecary code.
+ * modules/access/dvdplay/access.c: fixed some navigation problems.
 
-  * The pure Gnome part of the Gnome interface has been rewritten from
-    scratch, and the .glade file included as well. You can edit it by
-    installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
-    or directly by hand if you grok XML.
-  * Files can now be loaded into vlc using the `Open' buttons. But for the
-    moment you still have to launch vlc with at least one file, because it
-    quits when the end of the playlist is reached.
-  * Idle screen was disabled because it eats a lot of CPU and is mostly
-    useless for the moment. And it gets activated when pause lasts for too
-    long.
+2003-03-09 Sunday 16:22  fenrir
 
-2001-02-11 Sunday 02:15  sam
+  * fixed a really stupid bug with compressed header, improved parsing
+ of audio stsd box. (handle qt3+ audio box)
+  (I still need to fix mp4.c to read audio track that aren't mp4a)
 
-   Beginning of Interface II
-  ---------------------------
+2003-03-08 Saturday 01:55  sigmunau
 
-  * Plugins have completely disappeared, we now only use the new module API.
-  * All intf and vout modules are now independant. So far, only the Gnome
-    intf module and the SDL vout module have been ported. configure.in has
-    been modified to reflect the changes (x11 and dummy aren't compiled by
-    default anymore, while SDL and Gnome are).
+ added a down, right gesture to quit vlc and an up, right gesture that swaps
+ fullscreen on/off, removed the down gesture as it is now covered by the up,
+ right gesture
 
-   Note that this is _not_ Interface II, it's just a step forward. For
-   instance, it lacks the whole message passing scheme.
+2003-03-07 Friday 00:53  gbazin
 
-   Things that should work:
+ * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
+ messages window regularly.
 
-  * Right-clicking on the SDL video output window brings the Gnome menu.
-  * Pause, Play, Exit, About work from the menu or from the interface window.
-  * The old SDL keys still work.
+2003-03-06 Thursday 23:52  sigmunau
 
-    Things that are broken or may be broken:
+ NEWS: added note about .pls handeling and the http audio fix
 
-  * Xlib calls are not locked yet, which may lead to "Unexpected async reply"
-    errors, and make the vlc segfault.
-  * Sound only works for the first file.
-  * The SDL vout_sdl.c file is absolutely ugly and kludgey.
-  * The vlc immediately quits when no filename is given as an argument. Not
-    a real bug, but still annoying.
-  * The Gnome menu does not work in fullscreen mode.
+2003-03-06 Thursday 23:10  gbazin
 
-    Things that will come soon, maybe tomorrow:
+ * src/audio_output/dec.c, include/aout_internal.h: the aout core was
+ automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
+ in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
+ now fetch this value from the input thread when we create an aout_instance_t.
+ This solves problems with the http access plugin.
 
-  * Complete navigation buttons (fast forward, slow, etc.).
-  * File/Open menu to add files to the playlist.
-  * Return of the X11 video output for those of us who do not have SDL.
-  * Textmode interface for those of us who do not have Gnome.
-  * aout and vout autospawn (maybe).
+2003-03-06 Thursday 22:17  hartman
 
-2001-02-09 Friday 04:51  stef
+ * Updated README on Mac OS X issues.
 
- -Some functions to prepare ifo commands utilisation to move in the
- structures of DVDs
- -Change in configure to avoid compiling css functions on BSD.
+2003-03-06 Thursday 15:30  sigmunau
 
-2001-02-09 Friday 00:40  sam
+ the m3u demux now reads the pls files shoutcast uses.
 
-  . added comments to src/interface/intf_plst.c and include/intf_plst.h
-    so that people understand how the playlist works.
-  . updated the TODO list (34 items to do, 41 done !)
+2003-03-06 Thursday 15:24  hartman
 
-2001-02-08 Thursday 18:44  massiot
+ * the close window command was reacting irratic because of my meddling
+   with the responder chain. HANDS OFF you little devil ;)
 
- * Portability : changed off64_t to off_t and activated appropriate
-   GNU/Linux options ;
- * Changed fseek() to fseeko() for 64-bit offsets ;
- * Reset frame predictors on a stream discontinuity.
+2003-03-06 Thursday 14:40  hartman
 
-2001-02-08 Thursday 14:52  massiot
+ * not < but > ;)
+   time to stop for today
 
- * Implemented basic stream navigation function, and bound Jump forward
-   and jump Backward in the SDL intf. Enjoy !
+2003-03-06 Thursday 12:52  hartman
 
-2001-02-08 Thursday 14:08  massiot
+ * fixed an issue with blackbars at certain aspect ratios when you resize
+   the video window. (half, double)
 
- * Pause function implemented ('p' key).
+2003-03-06 Thursday 12:05  hartman
 
-2001-02-08 Thursday 08:24  sam
+ ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
+      having two close buttons in one window goes against Apple's UIG.
 
-  . moved the playlist handling from input/input.c to interface/interface.c
-  . fixed a few warnings at compile-time
-  . fixed sound channel selection in playlist mode
-  . added a color message in the plugin bank because on peut bien déconner
-    cinq minutes, quand-même
-  . we now spawn a new input thread for each file
-  . added a missing pf_close() because it's always cool to close files
-    after we read them
+2003-03-06 Thursday 11:43  hartman
 
-2001-02-08 Thursday 07:41  stef
+ * modules/gui/macosx/applescript.?
+ * extras/MacOSX/Resources/vlc.scriptSuite
+ * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
+   - moved existing applescript commands to these files
+   - added several control commands. supported are: play/pause, stop,
+     previous, next, fullscreen, mute, volumeUp and volumeDown.
+     These correspond to the existing menuitems. This still requires work
+     in the future to make it more correct AppleScript, but it works for now.
 
- -solved bug with cssdescrambling. The vlc might segfault with dvd
- plugins. I will fix that soon.
- -minor modification in pluginification.
+ * modules/gui/macosx/controls.?
+   - split up the controls.m into a .m and a .h
 
-2001-02-08 Thursday 05:43  sam
+ * modules/gui/macosx/intf.?
+   - added a getControls method to gain access to the controller object from
+     the AppleScript commands.
 
-    This commit is a bit early, but it'll save Stef, Henri and me much
-  time later, when we don't have to backport modifications to input_*.c
+ * modules/gui/macosx/open.?
+   - removed the applescript support existing here and moved it to applescript.?
 
-    What's new :
-     - playlist works again (still the old wrong way like Meuuh doesn't
-     like, but this is going to change within a few hours)
-     - input_ps, input_ts and input_dvd are now plugins, located in
-     plugins/mpeg/ and plugins/dvd/
+ * modules/gui/macosx/playlist.m
+   - made the tooltips for the add and remove buttons localizable.
 
-    What's broken :
-     - audio output might be broken on some streams ; have to investigate
+ * modules/gui/macosx/vout.m
+   - added a comment on the meaning of otherMouse events.
 
-    What has changed :
-     - fast/slow keys are now A/Z instead of A/S since S was already
-     linked to the scale/noscale toggle.
-     - `--dvd' doesn't work anymore, for the moment try to use :
-      vlc --input dvd /dev/dvd
-     - module bank is now less verbose ; use `--warn 1' to turn back
-     verbosity on
+ * ALL:
+   - updated copyright information to include the current year ;)
 
-2001-02-08 Thursday 02:34  stef
+2003-03-06 Thursday 11:15  fenrir
 
- -New method using netlist to read packets on DVD device by sectors of
- 2048 bytes.
- -Some modifications in netlist to make it work with DVD.
- -Fixed à bug in mpeg_system.c
+  * http: lalala, forgot one line :)
 
- We use INPUT_READ_ONCE many times in the input code. I think that
- we should replace it with a field in input_thread_t to give more
- flexibility to modules. I have done it in DVD plugin but it can't work
- if input.c is limited by INPUT_READ_ONCE.
+2003-03-06 Thursday 11:09  fenrir
 
- The DVD method is slower than input_ps ; but there are things to
- improve.
- CSS descrambling is broken.
+  * http: fixed a segfault while using it more than once.
 
-2001-02-08 Thursday 01:46  reno
+2003-03-06 Thursday 10:15  hartman
 
- We can now choose the speed of forward (between 32/1 and 1/8)
+ * If labels are nil, then it shouldn't disable the entire preference panel.
+   fixes #428 more permenantly. the cause was a missing rt-priority desc.
 
- Thanks to Meuuh, he's MORTEL ;)
+2003-03-06 Thursday 10:11  jpsaman
 
-2001-02-07 Wednesday 18:56  massiot
+ More sizing stuff.
 
- Another mistake.
+2003-03-06 Thursday 09:58  massiot
 
-2001-02-07 Wednesday 18:51  massiot
+ Fixed a segfault in the OS X preferences panel.
 
- /me <- pogno who modifies Makefile instead of Makefile.in :p
+2003-03-06 Thursday 09:27  jpsaman
 
-2001-02-07 Wednesday 18:44  massiot
+ Updated version number.
 
- * Functional fast forward and slow motion API ;
- * Dirty hack in the SDL intf to bind "a" (fAst forward), "s" (Slow motion)
- and "p" (Play).
+2003-03-06 Thursday 00:10  sigmunau
 
-2001-02-07 Wednesday 16:32  massiot
+ we now insert playlist entries right after the playlist file, and not at the
+ end of playlist. Should close bug reported on mailing list by Stepan Roh
+ about "redirection".
 
- * Centralized clock management, preparing for stream navigation ;
- * Fixed a bug in the management of the first video PTS.
+2003-03-05 Wednesday 22:37  gbazin
 
-2001-02-06 Tuesday 01:56  nitrox
+ * modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;)
+ * install-win32: the FAQ wasn't being included in the package.
 
- . Fixed a FIXME in SDL: p_vout->p_sys is no more used in intf_sdl.c
- . Used instead p_vout->i_changes like in x11
+2003-03-05 Wednesday 19:58  gbazin
 
-2001-02-05 Monday 22:00  sam
+ * Makefile.am: make package-win32 creates FAQ.htm not faq.htm.
 
-  . disabled SDL parachute to let the vlc dump a core instead of staying stuck
-  . patched 2 debian bugs
-     (see http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vlc)
-  . improved the snapshot generation
+2003-03-05 Wednesday 19:31  gbazin
 
-2001-02-04 Sunday 04:06  sam
+ * modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.
 
-  . removed obsolete video_yuv_mmx.S
-  . updated the TODO list and wrote a small todo.pl parser to make it
-    easier to see which items remain to be done
-  . `make snapshot' now creates vlc-*.tar.gz and vlc-*-nocss.tar.gz
+2003-03-05 Wednesday 19:16  hartman
 
-2001-01-31 Wednesday 04:42  sam
+ * updated italian translation by Bruno <allevb@tin.it>
+   i had to merge it by hand, because it was pretty outdated.
 
-  . version 0.2.50 for the Linux Expo
-  . --overlay and --fulscreen options (only work with --vout sdl)
-  . the vlc exits after the end of the stream, which prevents from having
-    to kill it and relaunch it during a presentation, just script it like :
+2003-03-05 Wednesday 17:55  gbazin
 
-       for i in ~/mpeg/* ; do vlc --fullscreen --overlay --vout sdl $i ; done
+ * src/input/input_ext-plugins.c: added an msleep() call in case we fail to
+    allocate a new buffer in input_FillBuffer(). This is necessary because
+    the input thread has an high priority and we don't want it to loop
+    without any interruption.
 
-  Yes, I know the --overlay stuff is fucking ugly. But *I* am not the one
-   who redefines vout_sys_t in an interface-related source file. I won't
-   change it until the vout/intf is finished being rewritten.
+2003-03-05 Wednesday 00:11  massiot
 
-  Additional information: if "--overlay --fulscreen" doesn't center your
-   picture, try with your screen geometry, eg:
-   "--overlay --fullscreen --width 1024 --height 768"
+ * Fixed LDFLAGS_mp4 variable.
 
-2001-01-31 Wednesday 04:24  sam
+2003-03-05 Wednesday 00:05  sigmunau
 
-  . version 0.2.0 pour la linux expo
-  . ajout des options --fullscreen et --overlay
-  . XXX: l'overlay ne fonctionne pas chez moi, je ne comprends pas
-    pourquoi -- mais je m'en fous, ça ne marchait déjà pas avant ce
-    commit. Si quelqu'un veut voir, qu'il se lâche.
+ added not that gestures are now supported on osx and windows, with a comment
+ telling that this isn't really useful yet.
 
-2001-01-30 Tuesday 20:19  massiot
+2003-03-04 Tuesday 23:37  massiot
 
- * Fix for assholes who don't have a dvd players. :pppp
+ Bumped up to 0.5.2-test3
 
-2001-01-30 Tuesday 06:48  sam
+2003-03-04 Tuesday 23:36  massiot
 
-  . not a very nice hack, but will probably spare us a few user complaints: if
-   no -a option is specified, the vlc will play the first audio type it finds,
-   so there is no need to specify "-a ac3" for a DVD anymore.
+ * Made rt-priority a real-time variable (shut-up sam) and misc attempts
+   to improve responsiveness under OS X
 
-2001-01-29 Monday 07:28  stef
+2003-03-04 Tuesday 23:32  hartman
 
- * Correction of two errors.
+ * this code should allow for the use of gestures under OS X.
 
-2001-01-29 Monday 07:10  stef
+2003-03-04 Tuesday 22:48  gbazin
 
- -CSS support kludged for current DVD input.
- It is very slow now but will be more adapted to the forthcoming DVD
- input.
- It should read the first title of many DVDs but has been tested with few.
+ * modules/video_output/directx: added support for the mouse gestures interface.
 
- -Beginning of ifo commands to implement DVD navigation.
+2003-03-04 Tuesday 22:36  hartman
 
-2001-01-27 Saturday 03:51  henri
+ * grrr debug message in the wild.
 
- added documentation
+2003-03-04 Tuesday 22:08  gbazin
 
-2001-01-27 Saturday 03:51  henri
+ * modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
+ * NEWS: added a note for the fixed MSVC project files.
 
- file VideoLAN-HOWTO.sgml was initially added on branch V0_2.
+2003-03-04 Tuesday 21:54  hartman
 
-2001-01-26 Friday 16:38  massiot
+ * NEWS:
+   - added item on fix of 'clicking' sound between stream changes.
+   - added item on new bandlimited resampler
+ * ALL:
+   - bumped up revision number to 0.5.2-test3
 
- * Removed dead code.
+2003-03-04 Tuesday 21:12  gbazin
 
-2001-01-26 Friday 01:10  bozo
+ * include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
+    not declared).
+ * modules/access/file.c: use _lseeki64 instead of lseek on win32. This
+    should allow seeking on files > 1.2Gb (Hopefully closes #168).
 
-   - backport of the sdl plugin (minor correction in video_output as I made
-     in unstable)
+2003-03-04 Tuesday 19:28  gbazin
 
- NOTE: This is the last development commit in the stable version. Do NOT commit
- any new features in the stable version. If you do you'll be murdered by Henri.
+ * modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
+    quality badly + some clean-up.
+    Changed the module priority so it is now the default resampler.
 
-2001-01-25 Thursday 22:57  sam
+2003-03-04 Tuesday 17:31  hartman
 
-  . removed Makefile -- I can't understand why it reappeared.
+ ALL:
+  - the german translation requires two different translations of the word
+    File. I added a _ANS() function to the macosx version that gets the
+    translation of 1:File and strips the first two characters of this
+    alternate translation.
+  - updated all .po files to make sure we don't break anything
+  - committed the March 1 version of the german translation by Felix
+    Kuhne <FK@aenneburghardt.de>
 
-2001-01-24 Wednesday 20:05  massiot
+2003-03-04 Tuesday 13:21  massiot
 
- * Hooks for fast forward and slow motion support.
+ * Fixed a major bug in the LPCM codec.
+ * Moved input_ExtractPES to where it belongs, input_ext-dec.c.
 
-2001-01-23 Tuesday 14:22  massiot
+2003-03-04 Tuesday 03:27  gbazin
 
- * Fixed backwards moves ;
- * Updated TODO list.
+ * modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
+    bandlimited interpolation resampler.
+    It is not yet enabled by default because it requires a bit more works
+    (not fully stable yet because of buffer overflows under certain conditions).
 
-2001-01-23 Tuesday 11:15  massiot
+ * src/audio_output/input.c: the resamplers are now always active (expcept
+    in spdif mode).
 
- * Completely removed BIZARRE_OPTIMS.
+ * modules/audio_filter/resampler/*: modified the resampler to return the
+    input buffer when no resampling is needed.
 
-2001-01-22 Monday 20:40  massiot
+2003-03-03 Monday 23:58  hartman
 
- * Tuned up optimizations.
+ * updated dutch strings.
 
-2001-01-22 Monday 19:04  massiot
+2003-03-03 Monday 23:48  massiot
 
- * Minor bitstream optimization.
+ * mpeg_video is back as a built-in because it is reproduceably faster than
+   as a plug-in,
+ * Another desperate attempt at fixing OS X lock-ups.
 
-2001-01-22 Monday 16:49  massiot
+2003-03-03 Monday 19:39  hartman
 
- * Tuned up optimization flags.
+ * NEWS:
+   - added remarks on m-audio fixes and other OSX specific fixes.
+   - added improved ID3 detection item
+ * README.MacOSX.rtf
+   - updated to reflect M-Audio fixes.
+ * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
+   - widened the Browse.. button to allow for the german word: durchsuchen.
 
-2001-01-22 Monday 06:20  stef
+2003-03-03 Monday 16:49  gbazin
 
- *Check for the needed headers for DVD ioctls
+ * ALL: another bunch of fixes for the MSVC build.
 
- I have only tested it on my computer ; so I don't know if it work
- elsewhere, particularly on BSD and BeOS.
+2003-03-03 Monday 14:21  gbazin
 
-2001-01-21 Sunday 10:20  stef
+ * ALL: Finally fixed the MSVC project files.
+        Don't include io.h on win32 when not necessary.
+        A few build fixes for MSVC.
 
- *Some cleaning in the dvd authentification code
+ * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
+    present.
 
- Now it generates a valid title key, but there is no sector descrambler
- yet.
+2003-03-03 Monday 14:19  massiot
 
-2001-01-21 Sunday 02:36  massiot
+ * Fixed a bug in LPCM codec.
+ * Changed an error into a warning.
 
- * Various miscellaneous minor optimizations of the video parser.
+2003-03-03 Monday 01:38  fenrir
 
-2001-01-20 Saturday 21:59  stef
+  * fixed play back of  mms://viptvr.yacast.fr/encoderfranceinfo (asf
+ header send over multiples packets).
 
- * Beginning of support for encrypted DVDs.
- * It only tests encryption and authenticates disc.
+2003-03-02 Sunday 19:07  gbazin
 
The decryption does not work now et it is very ugly but I'm working on it.
* configure.ac.in: fixed libid3tag detection.
 
-2001-01-20 Saturday 14:08  sam
+2003-03-02 Sunday 18:17  fenrir
 
-  . really fixed GetChunk now.
+  * fixed seek flag with broadcasted data.
 
-2001-01-20 Saturday 05:19  sam
+2003-03-02 Sunday 17:13  fenrir
 
-  . the infamous Saturday morning mighty one-liner patch that fixes subtitles
+  * forgot to initialize a variable.
 
-2001-01-19 Friday 19:17  sam
+2003-03-02 Sunday 17:12  fenrir
 
-  . changed program version to 0.2.5 (preparing 0.3.0 release).
-  . changed codename to Urumov
-  . cleaned a lot of stuff in the Debian package generation.
+  * fixed a bug.
 
-   If anyone objects with the versioning scheme, let's fight in the
-   dirt and sort that out. Or change it yourself.
+2003-03-02 Sunday 12:10  gbazin
 
-   Debian packages can be tried here: http://armitage.via.ecp.fr/~sam/vlc/
+ * NEWS: started filling in the NEWS file for the 0.5.2 release.
 
-2001-01-18 Thursday 18:40  massiot
+2003-03-02 Sunday 02:47  gbazin
 
- * 32-bit aligned bitstream (not that fast).
+ * configure.ac.in: Removed unused options.
+    We also don't link with lrt anymore when using GNU-pth (lrt depends on
+    lpthread).
 
-2001-01-18 Thursday 06:13  sam
+2003-03-02 Sunday 01:35  gbazin
 
-     The motion compensation routines are now modules as well ; choose your
-   implementation with `--motion motion', `--motion motionmmx' or
-   `--motion motionmmxext'. Of course, the best implementation is chosen
-   if you don't ask for any. There doesn't seem to be any performance hit
-   due to the move to shared libs, which is a good thing. Please test
-   actively if you have time, though.
+ * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
+    for the GNU-pth implementation.
 
-     Updated --help result, manpage, INSTALL document, and a few files.
+2003-03-01 Saturday 23:26  gbazin
 
-     I moved vdec_motion.h and vpar_blocks.h back to /include because they
-   will be needed to build motion compensation modules, but perhaps we don't
-   need to export everything which is in these files.
+ * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
+    implementation and fixed an initialization bug in libvlc.
 
-     /src/video_decoder/ now has only one .c file, perhaps it could now be
-   merged with video_parser ?
+2003-03-01 Saturday 21:32  ipkiss
 
-2001-01-17 Wednesday 19:17  massiot
+  - about.dfm: the layout of the "About" dialog box is slightly different
+  - misc.cpp: toolbar buttons are translated too
+  - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which
+    were rather useless, and added an "Eject disc" menu entry
+    Also hid the caption for all the toolbar buttons
+  - win32.cpp: Added a config option to display or not these captions
+  - preferences.cpp: small modification to support non-advanced mode
 
- * Borrowed LiViD's MMX and MMX EXT IDCT.
+2003-03-01 Saturday 19:25  gbazin
 
- This might break things. Expect a performance increase.
+ * install-win32, Makefile.am: added the html faq to the win32 package.
+ * toolbox, msvc/*: few fixes to the msvc project files generation.
+    (compiling plugins won't work yet because there are a few hacks that
+     need to be done in order to compile dlls that use the c-runtime)
 
-2001-01-17 Wednesday 18:25  sam
+2003-02-28 Friday 17:23  fenrir
 
-  . removed a few useless malloc() and unused variables in the audio SDL stuff
-  . prepared the work for built-in modules (not yet finished)
+  * try a workaround for BeOS MediaKit files.
 
-2001-01-17 Wednesday 01:52  stef
+2003-02-28 Friday 10:19  massiot
 
- * Minor changes
+ German translation, courtesy of Felix Kühne <FK@aenneburghardt.de>.
 
-2001-01-16 Tuesday 19:35  octplane
+2003-02-28 Friday 04:31  ipkiss
 
- - Added SDL sound support. Sounds a bit laggy sometimes but my streams are ill.
-   please try.
- - modified configure.in and all that stuff. Re-run configure
- - SDL audio, video and interface are all part of the same .so now.
- - remove YUV old files :->
+ Internationalization now works for the win32 interface (thanks Gildas).
+ I've voluntarily disabled the translation of the toolbar buttons
+ strings, because it looks really awful...
 
-2001-01-16 Tuesday 19:06  massiot
+2003-02-27 Thursday 22:09  ipkiss
 
- * Reverted something that wasn't supposed to go into the cvs :p
- * Removed -fargument-noalias-global which causes problems with as (???).
+ A few modifications to get closer to i18n in the win32 interface
 
-2001-01-16 Tuesday 18:59  massiot
+2003-02-27 Thursday 16:38  gbazin
 
- * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to
- test it, replace vdec_motion_inner_mmx.c by vdec_motion_inner_mmxext.c.
+ * modules/demux/avi/avi.c: compilation fix.
 
- I'm interested in performance feedback.
+2003-02-27 Thursday 15:07  fenrir
 
-2001-01-16 Tuesday 17:09  sam
+  * httpd: clean up, kick up unused connection (it waits 10s), use select
+ to way (instead of a hard coded sleep ;)
 
-  . a few changes in the CPU extensions detection code, borrowed from the
-    kernel and from mpeg2dec. I still don't know how to detect if code
-    compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are
-    quite obtuse to me. Perhaps we should also have a way not to load modules
-    if they have been compiled with a different CPU to avoid segfaults.
+2003-02-27 Thursday 13:19  gbazin
 
-2001-01-16 Tuesday 14:26  sam
+ * ALL: i18n updates and fixes.
 
-  . added files for the SSE (MMX on steroids) IDCT. Meuuh, you should just
-    need to touch plugins/idct/idct_mmxext.c (ok, the filenames suck).
+2003-02-27 Thursday 12:44  marcari
 
-2001-01-16 Tuesday 06:04  sam
+ * updates for the YOPY ports (thx to Sebastien Chaumat !)
 
-  [ include/config.h.in has changed, don't forget tu run ./configure ]
+2003-02-27 Thursday 08:19  massiot
 
-  . fixed the --aout, --idct and --yuv flags
-  . updated manpage and --(long)help output to reflect that change
-  . removed a few unneeded #includes here and there
-  . cosmetic changes in error messages in input.c
+ * Bumped up revision number to 0.5.2-test2
+ * Another attempt at fixing the "VLC is locking up OS X" problem
+ * Updated po files
 
-    Currently available flags are now :
+2003-02-26 Wednesday 21:00  asmax
 
-      --aout dummy
-             esd
-             dsp
-             alsa
+ * compilation fixes...
 
-      --idct idct
-             idctclassic
-             idctmmx
+2003-02-26 Wednesday 19:39  gbazin
 
-      --yuv yuv
-            yuvmmx
+ * configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
+    target, and included the locales in the installer script.
+ * src/libvlc.c: on win32 we look for the locales in vlc's directory.
 
-   --vout works like before, but still uses the old plugin system for now.
+2003-02-26 Wednesday 18:15  massiot
 
-2001-01-16 Tuesday 05:41  stef
+ * Added sanity checks for PTS in the future.
 
- . Now use of 64 bits offsets to parse the whole DVD. So we have all the
- available information
- . Fixed a bug in parsing of VTS attributes
- . Fixed a bug in input.c that made input plugin initialize even though
- no stream is reachable (thanks Sam)
+2003-02-26 Wednesday 15:47  marcari
 
- I hope I'll be able to get the position of the movie soon.
+ * implementation of the 'autoplay file' button callback
+ * when clicking a link : follows the link and don't try to open it
+ * yopy does not always sees the '.' and '..', so workaround :
+     - all the hidden files are not displayed
+     - the '..' directory is each time added by hand
 
- Meuuh : the seek function of the plugin now take off_t as argument which
- could be a problem later. Maybe it should take off64_t or time argument.
+2003-02-26 Wednesday 15:44  marcari
 
-2001-01-16 Tuesday 03:16  sam
+ * small modification for linupy :
+     - added a pixmpa directory
+     - added a set_usize (how do we maximize cleanly a gtk-window ?)
+     - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)
 
-  . merged the YUV plugins in the same directory to avoid too much code
-    duplication
-  . YUV transformations now use the new module API ; now only the vout
-    and interface still depend on the old plugin API
-  . changed TestMMX to TestCPU because we will be able to test for other
-    specific extensions (3DNow, SSE) for the forthcoming IDCT we'll
-    borrow to mpeg2dec (as usual :P)
-  . don't show "hiding module" messages anymore except in debug mode
-  . swapped C IDCT and Classic IDCT scores since the classic one seems
-    to be faster ; anyway you should use the MMX one
-  . fixed a Makefile bug under BeOS
-  . tried to fix the cpuid code so that it compiles under BeOS (Polux, can
-    you test it when you have time ?)
+2003-02-26 Wednesday 13:51  gbazin
 
-2001-01-15 Monday 09:07  sam
+ * src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
+    badly when we reach the end of the stream (decoder stream).
+ * modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite
+    loop when the end of the stream was reached.
 
-    OK, so I foired input.h once again. But this one works. For real.
+2003-02-26 Wednesday 12:38  fenrir
 
-2001-01-15 Monday 07:56  sam
+  * ts.c: added "ts" shorcut for ts_dvbpsi.
 
-  . correction d'un poliotage de copier-coller
+2003-02-26 Wednesday 04:23  babal
 
-2001-01-15 Monday 07:18  sam
+ - link the headphone channel mixer with the math library
 
-  . fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
-    more than ever, « le client ne segfaulte pas ».
+2003-02-25 Tuesday 21:09  gbazin
 
-  . there was still a problem upon quitting: sometimes the null packet
-    wasn't big enough to reach a decoder breakpoint, so I now create 10
-    of them (since I can't make it bigger) to be sure. Meuuh, what do
-    you think ?
+ * modules/codec/libmpeg2.c: fixed pts handling.
 
-  . fixed the Makefile to spare a few variables here and there.
+2003-02-25 Tuesday 18:26  gbazin
 
-  . reduced module hide delay, removed loading of the audio output
-    plugins since they are now modules.
+ * configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
+    my last commit.
+ * po/Makevars: file needed by newer versions of gettext.
 
-  . changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:",
-    and so on in a few other messages.
+2003-02-25 Tuesday 17:17  fenrir
 
-  . removed unused includes in the idct modules.
+  * stream_output.* : added a flags variable to sout_buffer_t, allowing to
+ mark headers.
+  * httpd : added a way to use stream header, and changed the way that
+ stream data are stored (allow better client handling).
+  * http : use stream header, and add mime type detection by looking
+ at file extention (could be improved).
+  * ogg: fixed a segfault when removing a stream, mark header.
 
-2001-01-15 Monday 04:26  stef
+2003-02-25 Tuesday 17:15  gbazin
 
- . Correction of bugs in ifo parsing. Now the structures should be well
- initialized. It remains some segfaults but it globally works.
- . DVD mode is enabled with option --dvd. For the moment, it only read
- the first vts and find the movie if it is at the beginning of the title
- set.
+ * configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
+    Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
+    for comparing the performance against our custom decoder as it is currently
+    missing some important features like the synchro stuff.
 
- Coming soon:
- . udf filesystem management to access over 2Gb zones.
- . detection of the offset to the movie inside a vts when it is not at
- the beginning.
+2003-02-24 Monday 23:28  fenrir
 
- Is there a chance that using fopen/fseek function instead of open/lseek
- system calls solve the 2Gb issue ?
+  * stream_output.c : added a sanity check.
 
-2001-01-14 Sunday 08:08  stef
+2003-02-24 Monday 23:27  fenrir
 
- . Beginning of dvd_input.
- . Parsing of ifo file almost completed.
- . Still does not work well.
+  * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
+ and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
 
-2001-01-13 Saturday 13:57  sam
+2003-02-24 Monday 17:06  jlj
 
-  . the IDCT functions are now located in modules : the classic IDCT,
-    our optimized IDCT, and MMX IDCT.
-  . cosmetic changes for modules (pf_* instead of p_*)
-  . fixes to the BeOS and dummy modules
+   * a52tofloat32.c: changed an error into warning.
 
-    WARNING: a new directory has been added, which means you have to
-    use `cvs update -dP' to update ; files have been removed , which means
-    you either have to run `make distclean' or remove the .deps directory,
-    and the configure script has changed, which means you have to run it
-    again. Don't complain before having checked this :)
+2003-02-24 Monday 14:40  sigmunau
 
-    Note about the IDCT modules: there is no way to choose the one we
-    use, but you may remove the module in lib/ to prevent it from being
-    loaded. The preference order is : MMX, Optimized, Classic.
+ updated documentation to reflect that input_AccessReinit should be called
+ before, and not after a random seek
 
-2001-01-12 Friday 18:33  massiot
+2003-02-24 Monday 14:14  fenrir
 
- * Changed default values :
- INPUT_PTS_DELAY down to 200 ms ;
- video heap down from 10 to 5 pictures ;
- decoder fifo size from 1023 to 511 PES ;
- * Fixed various bugs in 32 bit-versions of input_ext-dec.h ;
- * Fixed a bug in GetChunk() ;
- * Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ;
- * Moved decoder_fifo-specific code from programs.c to dec.c ;
- * Fixed bugs in program.c that prevented vlc to close all decoders ;
- * Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ;
- * Made the video parser unlock the reference pictures before quitting
- (still one left, yaknow why ?)
+  * all : fix compilation.
 
-2001-01-12 Friday 15:49  sam
+2003-02-24 Monday 12:34  fenrir
 
-  . destroy fifo mutex and cond variables _after_ they are used for
-    the last time. henri, that'll be one binouze.
+  * stream_output.c : fixed compilation.
+  * mux/* implemented pf_mux_capacity.
 
-2001-01-12 Friday 13:48  henri
+2003-02-24 Monday 11:14  gbazin
 
- Done :
- - ported the alsa plugin to the news vlc module API
- - cosmetic changes
+ * configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
 
- To do :
- - check if it works with the latest alsa release
- - add features ... prepare for 4 or more speakers
+2003-02-24 Monday 11:00  fenrir
 
-2001-01-12 Friday 12:36  massiot
+  * stream_output.h : add a private parameter to sout_instance_t only used
+ by src/stream_output.c (avoid changing every time stream_output.h...)
 
- * Fixed 32 bits bitstream bugs.
+2003-02-24 Monday 10:45  fenrir
 
-2001-01-11 Thursday 18:44  sam
+  * stream output: fixed name inconsistency, added a new exported
+ functions by muxer.
+  * wav: fixed a warning.
 
-   . moved the MPEG audio decoder to the new bitstream
+2003-02-24 Monday 09:26  fenrir
 
-     I wasn't sure whether the bits counting method was effective to
-   skip ancillary data at the end of a frame, but I kept it for
-   safety. There is still a lot to optimize in the bit counting, like
-   unrolling the first iteration of some loops, but I don't know if
-   it would be worth it. The other solution would have been to look for
-   a startcode after eache frame, without caring about the ancillary bits.
+  * asf: fix seek for http.
 
-   . cleaning in the SPU decoder.
+2003-02-24 Monday 09:18  fenrir
 
-2001-01-11 Thursday 16:35  sam
+  * wav: proper seek handling. (wav file readable over http).
 
-  . moved swab32 from input_ext-dec.h to common.h. We probably won't need
-    it anymore really soon, since ntohl() and htonl() seem to be properly
-    optimized when gcc is passed the right optimization flags.
+2003-02-23 Sunday 22:35  fenrir
 
-  . fixed GetBits32 and RemoveBits32. I know the #ifdefs are useless since
-    we only support u32 words, but it's a safe reminder. Comments appreciated
-    on this fix since I may have b0rked something -- it runs well here though.
+  * enable httpd(by default) and http.
 
-2001-01-10 Wednesday 20:22  massiot
+2003-02-23 Sunday 19:07  fenrir
 
- * Changed code for handling b_die in bitstream ;
- * Move input_ext-dec.h to input.h ;
- * New input_NullPacket function ;
- * Fixed init bugs in input and vpar ;
+  * all : declaration of http and httpd.
 
-2001-01-10 Wednesday 17:24  massiot
+2003-02-23 Sunday 19:05  fenrir
 
- * Placed a callback to the decoder in the bitstream structure ;
- * Fixed a purify bug in input_ps.c ;
- * Added -mcpu=pentiumpro in the Makefile.
+  * modules/access_output/http : http output.
+  * httpd : mini http server (be carefull about security issue...)
 
-2001-01-10 Wednesday 03:33  sam
+2003-02-23 Sunday 18:07  fenrir
 
-  . complete commenting of modules_core.h and small modifications
-  . separated MODULE_CONFIG_START and ADD_WINDOW (Henri, beware)
-  . fixed a very, very old bug that caused namespace collision between
-    plugins (Henri, beware: call your aout_getplugin function like this,
-    not alsa_aout_getplugin)
-  . removed the Debian specific clean rules from the Makefile, since they
-    are already handled by the debian/rules script.
-  . tidied a few compilation rules (-lfoo should always be at the end)
+  * all : added streaming support for crappy ms video codec into TS.
+  - Only vlc is able to read such TS.
+  - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used.
+  - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be
+    quickly added.
+  - Please test.
 
-2001-01-09 Tuesday 22:03  sam
+2003-02-23 Sunday 16:31  sigmunau
 
-  . fixed a warning under FreeBSD (dlerror() is a const char*, not a char*).
-  . made configure script look for the bswap assembly instruction (using
-    AC_TRY_COMPILE makes sure the compiler will really accept it).
+ added a demux and decoder for flac files (disabled by default). Works for
+ 16bit per sample streams, only tested with stereo
 
-2001-01-08 Monday 19:16  sam
+2003-02-23 Sunday 05:53  jlj
 
-  . Added a missing mutex_unlock in video_output.c
-  . Moved a mutex_destroy after the thread cancellation to prevent
-    possible problems
-  . Added a missing #ifdef in intf_msg.c which prevented compilation
-    with --enable-debug
-  . Fixed a bug in the input that prevented to quit properly in certain
-    cases (some ES were not deleted because their index was skipped when
-    the former one was deleted, well Meuuh should know what I mean)
+   * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes.
+                                  Dynamic device support.
+   * ./modules/gui/macosx: Minor fixes and cosmetic changes.
 
-   There is still a segfault when quitting, most presumably in the
-  audio output. I couldn't find what causes it yet.
+2003-02-23 Sunday 01:25  massiot
 
-2001-01-07 Sunday 18:07  sam
+ * Destroy audio-device and audio-channels when no output plug-in is
+   available.
 
-  . added a .cvsignore file in lib/ so that the directory doesn't get
-    removed whenever one does a cvs update -dP
-  . fixed debian/.cvsignore because of a new version of debhelper
+2003-02-22 Saturday 16:10  fenrir
 
-2001-01-07 Sunday 17:17  sam
+  * fix compilation.
 
-  . all plugins now compile with -fPIC.
+2003-02-22 Saturday 14:11  sigmunau
 
-  . made the audio_output API a bit simpler.
+  Fixed seme seeking issues with http access module, fixed an error that
+ caused id3v2.4 tags at the end of the file to not work. Added checks to
+ avoid seeking off the ends of the file. Should close #325, please confirm
 
-  . got rid of modules_config.h.
+2003-02-21 Friday 22:59  gbazin
 
-  . fixed `make install' rule.
+ * src/audio_output/input.c: fixed buffer allocation bug that was triggered
+    when using "in place" resamplers.
 
-  . fixed warnings in the MMX YUV compilation.
+2003-02-21 Friday 16:31  hartman
 
-  . probably fixed a bug in the input : pp_foo structures were free()d at
-    the end, but this was useless since the last call to realloc() is
-    equivalent to free(), and two consecutive calls to free() aren't a
-    goo idea.
+ DJ's first steps in C and vlc decoders ;)
+ * modules/audio_filter/converter/mpgatofixed32.c:
+   - fixed an issue that could cause glitches when switching from one stream
+     to another. the buffer wasn't entirely getting 0000 because multiple
+     channels were not taken into account when doing this.
+ * ALL:
+   - if float32 then clear the buffer with (float)0
 
-  . we check that the version number match and that we don't already have
-    a module by that name when loading a new module.
+2003-02-21 Friday 15:16  hartman
 
 . all public module_* functions now properly lock the module bank.
* previous commit seems to break some things. reverting.
 
-  . the audio_output now uses the new module API ; EsounD and DSP modules
-    have been ported, which should be enough for Henri to port the ALSA one.
+2003-02-21 Friday 14:17  hartman
 
-    The new plugin API is now much simpler ; it's now just a matter of
- calling module_Need( p_main->p_module_bank, MODULE_CAPABILITY_FOO, p_data );
- and if successful we get the best module. Capabilities can be ORed, so that
- one can ask for a plugin that does VOUT _and_ INTF actions for instance.
+ * (float) 0 the buffer if it cannot be decoded and fixed32.
+   right Meuuh ??? ;)
 
-    It's not complete yet though -- by making it generic I had to do a few
- ugly casts here and there, which I am going to fix ASAP. Also, command line
- selection of a plugin does not work yet.
+2003-02-21 Friday 03:49  hartman
 
-    The switch to the new plugin API has probably broken the BeOS audio
- output ; we can either wait until the whole vlc has switched to the new
- plugins, or create a separate beos_sound.so that conforms to the new API.
+ * VLC.app should show its version in the Finder now
+   Meeuh, one more place that needs version string updated before a release.
+   might be made automated ?
 
-2001-01-07 Sunday 07:40  benny
+2003-02-21 Friday 03:22  hartman
 
- Hum, ouais bon ben euhh, j'avais fume, donc je repare mes conneries et je
vais me coucher.
+ * ignore project Builder user files and backup .nib files.
* vlc.app changed to VLC.app. cvsignore changed to reflect this.
 
-2001-01-07 Sunday 06:41  benny
+2003-02-21 Friday 02:45  hartman
 
- Optimisation de BinaryLog
+ * If the "show advanced" option has been changed and you press the Apply
+   button, the preferences window is destroyed and created.
 
-2001-01-07 Sunday 05:31  henri
+2003-02-20 Thursday 18:10  hartman
 
- - Order : if a then b are initialized, release b then a ;
- - Typos ;
- - Cosmetic changes.
+ * prefs obey the advanced option. Apply does not as of yet.
 
-2001-01-07 Sunday 04:56  henri
+2003-02-20 Thursday 16:07  gbazin
 
- - Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
- - Used them before quitting, every lock and cond is destroyed
- - Checked the return value of malloc and realloc in input_programs
- - Cosmetic changes
+ * src/libvlc.h, modules/audio_output: added a global --spdif config option
+    to allow using the spdif output by default if available.
+ * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
+    a dos command box.
+ * modules/control/rc/rc.c: on win32 enabled the echo mode and the
+    backspace key.
+ * modules/codec/mpeg_audio.c: fixed a sync bug.
 
- TODO: add vlc_*_destroy for beos and C_thread
+2003-02-20 Thursday 01:52  sigmunau
 
-2001-01-06 Saturday 09:05  benny
+ * include/configuration.h: added a new flag to the configuration stucture to
+ indicate wether it is an "advanced" option or not. The goal with this is to
+ hide the user from all the strange options that very seldom needs to be
+ changed. added an extra argument to all the add_* macros to indicate wether
+ the item is advanced or not.
+ * src/libvlc.h: added an "show advanced options" config option default
+ disabled
+ * src/libvlc.c: the advanced options are not listed by vlc --help and
+ friends unless --advanced is used
+ * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
+ advanced options unless advanced is set
+ all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
+ using some common sense. Please check and correct
 
- Fixed compilation pb under solaris 2.6
+ note: All interfaces should still work like they used to, see the change in
+ modules/gtk/preferences.c to find out how to "hide" options.
 
-2001-01-06 Saturday 09:04  benny
+ second note: I think I've changed all the modules, but I could not test
+ everyone for compilation, expect some broken modules (the fix is to add ",
+ VLC_TRUE" as last argument to the add_* I forgot)
 
- Fixed solaris libraries
+2003-02-19 Wednesday 22:08  gbazin
 
-2001-01-06 Saturday 08:23  sam
+ * modules/audio_output/directx.c: forgot to enable channel re-ordering.
+ * modules/audio_output/waveout.c: fixed a crash that happened when probing
+    devices supporting S/PDIF. (Should fix 354)
 
-  . should compile & run on Solaris with ./configure --disable-dsp
-     (tested on puma)
-  . removed most SYS_SOLARIS #ifdef's in favour of more generic tests
-  . updated example ./configure line in INSTALL file
-  . now we only load modules that end with ".so"
-  . null module is compiled by default
+2003-02-19 Wednesday 14:49  hartman
 
-2001-01-06 Saturday 06:44  henri
+ * increased accuracy of positionslider in OSX. although this will not solve
+   all problems this will improve results a bit (by my own experience).
 
- Fixed a typo than prevented from building ...
+2003-02-19 Wednesday 10:02  gbazin
 
-2001-01-06 Saturday 04:16  henri
+ * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
+    always return 80.
 
- Fixed initialization of payload_start and payload_end
- It should be finished now.
+2003-02-18 Tuesday 23:34  gbazin
 
-2001-01-05 Friday 19:46  massiot
+ * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
+    and FOURCC_twos (PCM audio).
 
- BSD port, including :
- * --enable-sdl and some others are now --with-sdl[=name] to supply an
- optional library name ;
- * deleted all unnecessary #include <sys/uio.h> ;
- * /usr/include is now searched when looking for libraries and headers.
+2003-02-18 Tuesday 22:40  ipkiss
 
- It seems to compile and run on BSD. Under Linux Sam's latest commit makes
- vlc crash on startup, so I can't really tell, but hey it compiles.
+  * src/misc/modules.c: on Windows, we look for the plugins in vlc's root
+    directory when there is no 'plugins' nor 'modules' subdirectory
+    (may close #306)
 
-2001-01-05 Friday 19:06  sam
+2003-02-18 Tuesday 22:33  gbazin
 
-  . src/misc/modules.c is in a workable state now.
+ * modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420()
+    and use img_convert() from ffmpeg instead. Also added support for the
+    PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos
+    from media.xiph.org.
 
-   To test it, run ./configure with the --enable-null flag, which will
-   compile the Null Module as a plugin. Watch the memory usage at the
-   launch and when the plugin is released.
+2003-02-18 Tuesday 20:54  hartman
 
-2001-01-05 Friday 15:46  sam
+ * Only update the info window if it is visible
 
- (previous commit foired)
+2003-02-18 Tuesday 19:42  gbazin
 
-  . this is a coding style patch which removes all "foo(bar){" constructions
-    and most of the tabulations.
-  . also, fixed a bug in the default subtitle track.
-  . and made a few error messages more explicit, ie. changed "error: %s" to
-    "foo error: couldn't initialize bar (%s)"
-  . and removed a warning in intf_ctrl.c which isn't used anyway.
+ * modules/demux/rawdv.c: added support for DV audio now that ffmpeg can
+    decode this.
+ * modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the
+    necessary fourcc for DV audio.
 
-2001-01-05 Friday 15:45  sam
+2003-02-18 Tuesday 18:49  fenrir
 
-  . this is a coding style patch which removes all "foo(bar){" constructions
-    and most of the tabulations.
-  . also, fixed a bug in the default subtitle track.
-  . and made a few error messages more explicit, ie. changed "error: %s" to
-    "foo error: couldn't initialize bar (%s)"
+  * mpeg_audio.c: removed some fprintf...
 
-2001-01-05 Friday 15:28  sam
+2003-02-18 Tuesday 18:33  titer
 
-  . splitted modules.h into modules.h and modules_core.h to enable
-     clean compilation of the Null Module.
+  * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
+                      multicasting with the stream output
+  * modules/control/: missing cvsignore
 
-2001-01-05 Friday 15:24  sam
+2003-02-18 Tuesday 13:13  sam
 
-  . added the Null Module, the module that does nothing but that is going
-     to be of great help for debugging my module code.
+   * ./mozilla/*: s/VideoLAN Client/VLC/g.
 
-2001-01-05 Friday 14:57  sam
+2003-02-18 Tuesday 00:51  fenrir
 
-  . Added files needed for the forthcoming module management.
+  * raah, corrected mpeg2-layer3 playback (and streaming). (that my last
+ fix had broken :p )
 
-  Notes:
+2003-02-18 Tuesday 00:20  hartman
 
-    Plugins are now called modules, because we will be able to compile
-    them either as a dynamic plugin, or within the program. And, more
-    important, I can commit this without having to break the vlc :)
+ * Changed an Error message. Many people did not understand:
+   no suitable decoder module for fourcc `IV31'
+   I have appended:
+   VLC probably does not support this sound or video format.
 
-    I tried to be as clear as possible in my comments, please tell me
-    if a few prototypes still have an unclear beahaviour.
+2003-02-18 Tuesday 00:17  massiot
 
-    Current features:
-     . none, files haven't even been added to the Makefile yet.
+ * Fixed a segfault in the Japanese preferences panel.
 
-    Future features:
-     . dynamic loading (done)
-     . built-in modules (still to do)
-     . automatic unloading of plugins (done)
-     . dynamic configuration (still to do)
-     . automatic choosing of the most appropriate plugin for a given
-        task (still to do but well prepared)
+2003-02-17 Monday 23:47  hartman
 
-2001-01-05 Friday 00:18  bozo
+ * Fixed the localization issue on MacOSX.
 
-   - fixed pitch bug;
-   - fixed segfault, it was probably a memory corruption but I'm not sure :) ;
-   - video_output.c : compute picture size even if b_need_render == 0;
+2003-02-17 Monday 23:10  jpsaman
 
-2001-01-04 Thursday 20:11  massiot
+ Juglin with dependencies.
 
- Fixed a deadlock.
+2003-02-17 Monday 22:19  gbazin
 
-2001-01-04 Thursday 19:47  massiot
+ * modules/audio_output/directx.c: added multichannel support to the
+    directx plugin.
+ * modules/audio_output/waveout.c: fixed quad audio channels detection and
+    a few misplaced debug messages.
+ * configure.ac.in: don't link anymore the rc plugin with the winsock lib.
 
- * Fixed a deadlock (the vout unlocked a mutex locked by another thread,
- grrrr, I'll kill someone) ;
- * Put config.h in front of others in audio_decoder.c.
+2003-02-17 Monday 22:03  asmax
 
-2000-12-30 Saturday 01:38  massiot
+ * added a SAP server, with some kludges because the SAP client in vlc
+   is not RFC-compliant...
 
- Comments for Henri.
+2003-02-17 Monday 18:58  hartman
 
-2000-12-29 Friday 15:04  sam
+ * NEWS: added info about the new 0.5.1a release for OSX.
+ * extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision #
 
-  . fixed default subtitle stream handling (default: no subtitles)
-  . added a few missing break;s
-  (oui je sais je ne fais que des patches de deux lignes à trois balles,
-   mais par telnet c'est pas facile)
+2003-02-17 Monday 17:06  massiot
 
-2000-12-29 Friday 15:03  henri
+ Fixed the "everything is in Japanese" bug. :p
 
- - Removed i_iovec_start and i_iovec_end. Used i_data instead
- - Meuuh : some questions for you in the commentaries
+2003-02-17 Monday 16:56  gbazin
 
- Happy new year !
+ * modules/control/rc/rc.c: finally fixed the rc interface under win32 by
+    using WaitForSingleObject() on the console handle and ReadConsoleInput().
+    (Closes #59)
 
-2000-12-29 Friday 11:52  massiot
+2003-02-17 Monday 14:43  massiot
 
- * Fixed a bug in the DTS/PTS parsing ;
- * Fixed a bug in vpar_headers.c synchro handling introduced before ;
- * Enhanced synchro's handling of dates and frame structure changes.
+ Now 0.5.2-cvs (estimated release date in two weeks from now).
 
-2000-12-28 Thursday 19:00  massiot
+2003-02-17 Monday 10:52  hartman
 
Cosmetic change of the debug messages.
* Whoops. i forgot to add these files. sorry everyone.
 
-2000-12-28 Thursday 18:57  massiot
+2003-02-17 Monday 09:47  gbazin
 
- Fixed a bug in the PSM decoder.
+ * modules/audio_filter/resampler/linear.c: lowered the priority of the linear
+    resampler so the ugly resampler is once again the default. The quality of
+    the ugly resampler is currently better than the linear one because of a
+    design defect.
 
-2000-12-27 Wednesday 19:35  massiot
+2003-02-17 Monday 07:22  sam
 
- We now read the DTS (but we don't use it for the moment).
- NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
+   * ./debian/woody-buildpackage: Debian package creation fixes.
 
-2000-12-27 Wednesday 10:54  sam
+2003-02-17 Monday 06:31  sam
 
-  . avoid calling SafeRead() with a null packet size.
+   * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file!
 
-2000-12-26 Tuesday 20:14  massiot
+2003-02-17 Monday 06:15  sam
 
- * Use of ptrdiff_t whenever necessary (IA-64 port) ;
- * Changed behaviour of preparsing code, faster startup ;
- * Fixed DecodePSM(), cannot test ;
- * Cleaned up ParsePES(), fixed a bug which could reject very small but
-   valid PES packets ;
- * Fixed cosmetic bugs in vpar_synchro frame_rate display.
+   * Updated NEWS and ChangeLog.
 
-2000-12-24 Sunday 07:08  sam
+2003-02-17 Monday 06:00  sam
 
-  . changed subtitles palette.
+   * ./src/misc/modules.c: hmpf, Wine does not complain about "/"s in paths,
+     but Windoze will certainly do.
 
-2000-12-24 Sunday 07:07  sam
+2003-02-17 Monday 05:50  sam
 
-  . changed subtitles palette.
-  . updated ChangeLog.
-  . updated debian/* files.
+   * ./src/misc/win32_specific.c: under Win32 we retrieve the executable's
+     directory whenever possible, to use it for the spudec font or to load
+     plugins.
 
-2000-12-23 Saturday 04:27  sam
+2003-02-17 Monday 04:21  sam
 
-  (stable)
-   . fixed audio MPEG for streams that don't have b_data_alignment.
-   . removed debug messages from spudec.
-   . changed SPU default palette.
-   . no default SPU if -s isn't specified.
+   * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings.
 
-2000-12-23 Saturday 04:10  sam
+2003-02-17 Monday 00:04  asmax
 
-  . SPU decoder now uses Meuuh's GetChunk() code.
-  . lots of cleaning in the SPU decoder.
-  . message queue is flushed before we spawn input.
-  . fixed so that it compiles with VDEC_SMP (no good sync yet though).
+ * added a sample playlist. All fields must be separated with TABs
 
-2000-12-22 Friday 18:53  massiot
+2003-02-16 Sunday 23:57  asmax
 
- * Using i_id instead of i_stream_id whenever possible ;
- * Fixed a bug in -c and -s options.
+ * libvlc binding for python
+ * new VideoLAN RTSP Server, using libvlc.
+   Not yet fully rfc2326-compliant, but it works ;)
 
-2000-12-22 Friday 16:34  massiot
+2003-02-16 Sunday 23:32  hartman
 
- * Fixed a compile pbm in debug mode (f34r d4 1-line fix)
+ * Added an info panel to show movie info, etc.
 
-2000-12-22 Friday 16:00  sam
+2003-02-16 Sunday 17:35  sam
 
-  . fixed AC3 and SPU PES reading (ph34r da one-byte patch)
-  . some 79 char wrap.
+   * ./debian/changelog: updated for 0.5.1.
+   * ./debian/control: vlc-glide is now Architecture: i386 only.
+   * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
+   * ./debian/rules: the deprecated vlc-* packages have a proper link to
+     /usr/share/doc/vlc/.
 
-2000-12-22 Friday 14:04  sam
+2003-02-16 Sunday 16:58  ipkiss
 
-  . no need to add "\n" at the end of intf_*Msg() messages anymore.
+  * added an entry for the "subtitles don"t work on windows" problem
 
-2000-12-22 Friday 11:58  massiot
+2003-02-16 Sunday 16:22  jpsaman
 
- * Moved input_DecodePES() to input_dec.c ;
- * Fixed an segfault in input_programs.c ;
- * Added -fomit-frame-pointer optimization.
+ Updated release numbering for all ipk's
 
-2000-12-21 Thursday 20:33  massiot
+2003-02-16 Sunday 16:21  jpsaman
 
- * Fixed a *major* memory leak in the pre-parsing code. Hopefully it should
-   be the last one.
+ Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320).
 
-2000-12-21 Thursday 20:24  massiot
+2003-02-16 Sunday 14:51  fenrir
 
- * New decoder spawning API input_dec.c ;
- * Moved p_input->pp_es -> p_input->stream.pp_es and clean up of
-   input_programs.c & co ;
- * Fixed memory leaks.
+  * udp: forgot this file...
 
-2000-12-21 Thursday 18:19  massiot
+2003-02-16 Sunday 14:10  fenrir
 
- * Moved video_decoder's headers from include/ to src/video_decoder.
- * Temporarily removed b&w kludge.
+  * all: split muxer and access into independant part.
 
-2000-12-21 Thursday 16:01  massiot
+2003-02-16 Sunday 14:03  fenrir
 
- * Splitted up p_method_data/p_plugin_data ;
- * Cleaned up input_ts.c, added it into the Makefile.
+  * Less checks on muxer type.
 
-2000-12-21 Thursday 15:18  massiot
+2003-02-16 Sunday 11:18  fenrir
 
Fixed various memory leaks.
 * adpcm: added dk3 too.
 
-2000-12-21 Thursday 14:54  massiot
+2003-02-16 Sunday 10:25  sigmunau
 
* Removed all arbitrary limits on the number of elementary streams.
Added support for volume up/down buttons.
 
-2000-12-21 Thursday 14:25  massiot
+2003-02-16 Sunday 09:50  fenrir
 
- * Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
- All decoders should now exit cleanly (if it's not the case, it should be
- referenced as a bug).
+  * adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me
+ somes samples.)
 
-2000-12-21 Thursday 14:07  massiot
+2003-02-16 Sunday 08:56  fenrir
 
Comments for Henri.
 * all: fix mpeg2 handling.
 
-2000-12-21 Thursday 13:38  massiot
+2003-02-16 Sunday 01:38  titer
 
- * Fixed a bug which prevented the input to exit normally (non-selected
- ES in the pp_selected_es array).
+  NEWS: updated BeOS info for 0.5.1
 
-2000-12-21 Thursday 01:39  henri
+2003-02-16 Sunday 01:29  massiot
 
- Added netlist support.
+ * modules/gui/macosx/open.m: Removed channel server support
+ * po/*: Updated po files just before the 0.5.1 release
+ * modules/audio_filter/resampler/linear.c: fixed an initialization bug
 
- Warning : it has not been tested. It just make no error at build time.
+2003-02-15 Saturday 20:02  jpsaman
 
-2000-12-21 Thursday 00:24  reno
+ Update iPaq packaging description files for:
+ - GPE port
+ - Opie port
+ - Zaurus
+ Updated NEWS file with OPIE port.
 
- Désolé !
+2003-02-15 Saturday 13:50  massiot
 
-2000-12-20 Wednesday 23:23  reno
+ * Bumped up revision number to 0.5.1
+ * Updated French translation
 
- Added U8_Mono audio output
+2003-02-15 Saturday 12:57  hartman
 
-2000-12-20 Wednesday 23:19  reno
+ * if we are paused in fullscreen, show cursor.
 
- Added U8 Mono audio output
+2003-02-15 Saturday 04:43  ipkiss
 
-2000-12-20 Wednesday 21:09  sam
+  - fixed a vicious bug
 
-  . fixed "-a [ mpeg | ac3 | lpcm | off ]" option
+2003-02-14 Friday 23:07  hartman
 
-2000-12-20 Wednesday 19:45  massiot
+ * Should fix an issue with multiple monitors and the hiding of the mousecursor
 
- Only pre-parse the first 32 MB of data.
+2003-02-14 Friday 18:22  sam
 
-2000-12-20 Wednesday 18:49  massiot
+   * ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142).
+   * ./src/libvlc.c: removed unnecessary malloc() calls.
+   * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args.
 
- * Added -a, -c and -s options. (-a doesn't work but I will let the people
- who thought it would be cleaner to put config in environment variables
- correct what's wrong in my code).
+2003-02-14 Friday 17:00  ipkiss
 
-2000-12-20 Wednesday 17:39  sam
+  * exchanged directx' and waveout's capabilities because the latter
+    seems to be more reliable
 
-  . now we only try to open plugins which are existing files
+2003-02-14 Friday 13:48  jpsaman
 
-2000-12-20 Wednesday 17:04  massiot
+ Fixed deadlock upon unloading qte_main plugin.
+ Cleanup of debug messages.
 
- * Big cleanup of the PS input plugin ;
- * Fixed a bug in AC3 initialization ;
- * PS streams are now pre-parsed (this can take a while) if possible ;
+2003-02-14 Friday 13:44  jpsaman
 
./configure is required after this update.
Tuning package dependencies.
 
-2000-12-20 Wednesday 00:18  reno
+2003-02-14 Friday 13:19  jpsaman
 
- Correction of a compilation bug with --enable-debug
+ Updated opie control file for packaging.
 
-2000-12-19 Tuesday 23:34  reno
+2003-02-14 Friday 13:01  jpsaman
 
- Move #define from audio_output.h to config.h
- Change vlan_server_ip to vishnou's ip (but vlans not working yet)
+ Small improvement.
 
-2000-12-19 Tuesday 23:14  reno
+2003-02-14 Friday 09:50  gbazin
 
- Move #define from audio_output.h to config.h
- Change vlan_server_ip to 138.195.139.95
- Creating lib directory by Makefile
+ * modules/audio_output/waveout.c: better buffer management and hopefully
+    fixed the S/PDIF output (Still untested though. Anybody here could test
+    this? ).
 
-2000-12-19 Tuesday 20:55  massiot
+2003-02-13 Thursday 21:53  massiot
 
- GetChunk() : reads n bytes from the elementary stream and places them
in a big buffer (a gift for Sam).
+ Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
meaningful.
 
-2000-12-19 Tuesday 20:08  massiot
+2003-02-13 Thursday 17:31  sam
 
Input-II now correctly handles private stream 1 (AC3, DVDSPU).
  * ./configure.ac.in: we should look for -lxvidcore, not -lxvid.
 
-2000-12-19 Tuesday 20:05  sam
+2003-02-13 Thursday 14:16  hartman
 
-  . split the audio decoder into adec_generic, adec_layer1 and adec_layer2
-     (no new code added)
+ ALL:
+  - when a new stream is being loaded we select the current title in the
+    playlist.
+  - Cleaned up some of my previous commited code dealing with updating
+    the window title.
 
-2000-12-19 Tuesday 18:51  octplane
+2003-02-13 Thursday 02:00  hartman
 
- fixed the ratio/position problem in YUV, now patching Stable.
*ALL: update the title of the window everytime the stream changes.
 
-2000-12-18 Monday 16:31  massiot
+2003-02-13 Thursday 01:14  hartman
 
- We now display CPU usage statistics for each thread.
+ * fixed a small bug
 
-2000-12-18 Monday 11:40  massiot
+2003-02-13 Thursday 00:09  hartman
 
- We can now read from stdin.
+ * src/playlist/playlist.c:
+   - added an intf-change variable. This is set whenever you add or delete
+     an item in the playlist. You need to unset it yourself.
+ * modules/gui/macosx/intf.?:
+   - listen for external playlist changes. update view when playlist changes.
+   - activate/deactivate previous and next buttons and menuitems,
+     whenever the playlist gets changed.
 
-2000-12-18 Monday 03:47  bozo
+2003-02-12 Wednesday 23:26  jpsaman
 
-   - Hardware YUV overlay (SDL) with real colors ;p It may suck for non
-     4:2:0 streams.
-   - Removed vout code found in intf file to support fullscreen switching.
-     Now only vout_SDL updates SDL data and intf only switch flags such as
-     b_reopen_display and b_fullscreen in p_vout->p_sys.
-   - Fixed a var name typo in input_programs.c which prevents vlc from
-     compiling with --enable-debug option. (i_es_pid -> i_es_id :)
+ Scripts for building and packaging vlc on Zaurus PDA.
 
- There's a segfault in the termination process due to sdl, I don't really
- know what is the problem and I have to work today. Help me!
+2003-02-12 Wednesday 23:26  jpsaman
 
- Good night suckers. I love you too :p
+ Updated control files and buildscript for v0.5.1
 
-2000-12-16 Saturday 17:31  stef
+2003-02-12 Wednesday 23:13  jpsaman
 
Fixed support for broken MPEG-1 files.
The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.
 
- --Meuuh
+2003-02-12 Wednesday 23:09  jpsaman
 
-2000-12-15 Friday 20:05  massiot
+ Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.
 
- * Cleaned up program and ES management by using input_programs.c whenever
- necessary.
- * Cleaned up decoder spawning.
+2003-02-12 Wednesday 23:08  massiot
 
-2000-12-15 Friday 18:21  massiot
+ * Italien translation, courtesy of Bruno <allevb@tin.it>.
 
- Enhanced handling of stream discontinuities.
+2003-02-12 Wednesday 17:13  jobi
 
-2000-12-15 Friday 14:39  massiot
+     * modules/access/vcd/vcd.*: fixed a warning
 
- More comments.
+2003-02-12 Wednesday 16:58  jobi
 
-2000-12-15 Friday 14:27  massiot
+     * modules/access/vcd/vcd.c: in entry points, track number should be read
+       as BCD (it should fix #244). Also fixed chapter indexing, so that it
+       correspond to the dvd one.
 
- * Fixed two typos in the Makefile (sam you owe me at least one beer)
- * Moved b_discontinuity to pgrm_descriptor_t, cleaned up CRDecode
- (needs some more cleaning for discontinuities)
- * Added pf_new_pes in plugins
+2003-02-12 Wednesday 14:22  hartman
 
-2000-12-14 Thursday 21:03  reno
+ * modules/gui/macosx/controls.m:
+   - fixed the mute and volumeup volumedown when you use them mixed.
+ * src/audio_output/intf.c:
+   - set "saved-volume" on volume up, volume down.
 
- Correct a bug in channel changing
+2003-02-12 Wednesday 13:42  massiot
 
- Don't forget ; at the end of line
+ Patch courtesy of gibalou :
+ * demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of
+ i_continuity_counter,
+ * access/udp.c: Fixed win32 behavior when --mtu is set to a too small value,
+ * demux/mpeg/ts.c: Fixed detection of PAT/PMT change.
 
-2000-12-14 Thursday 11:47  massiot
+2003-02-12 Wednesday 02:11  ipkiss
 
- Some comments for Henri.
+  * compilation fix
+  * all files are stored in dos mode, or Borland won't compile some of
+    them...
 
-2000-12-14 Thursday 03:01  henri
+2003-02-11 Tuesday 18:05  massiot
 
- Netlist embryo :
-  - pes netlist
-  - data netlist
+ * 0.5.1 German translation, courtesy of Felix Kühne <FK@aenneburghardt.de>.
 
- Still to do :
-  - iovect netlist
+2003-02-11 Tuesday 17:20  babal
 
- It hasen't been tested yet.
- Meuuh, could you tell me if it works ? ( if yes, gimme some more work :p )
+ - Dolby Surround fix
+ - support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
+   6.1 since there is a doubt about where should be the Rear Center
+   coefficient in a decoded sample.
+   -> if anybody has an idea or even better a test stream...
 
-2000-12-11 Monday 20:26  massiot
+2003-02-11 Tuesday 16:19  hartman
 
- Fix in the SCR parser for high values.
+ * updated dutch strings
 
-2000-12-11 Monday 19:51  massiot
+2003-02-11 Tuesday 15:35  hartman
 
- Fixed a bug with DVD's SCR (too close from the PTS).
+ ALL: - changed vlc.app into VLC.app
+ modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
+      mousecursor.
 
-2000-12-11 Monday 16:29  massiot
+2003-02-11 Tuesday 15:24  hartman
 
- Prototypes for netlist functions.
+ * Updated ReadMe file
+   - some spelling issues
+   - remark about the current troubles with sound
+   - readded deinterlace remark
+   - Added info on multiple screens and sound devices
+   - updated the bugreporting URL
+   - Changed all occurences of vlc into VLC where appropriate
 
-2000-12-11 Monday 15:34  massiot
+2003-02-11 Tuesday 11:16  massiot
 
- Fixed benny's mistakes :pp
+ * modules/codec/lpcm.c: Attempt at supporting all channel configurations,
+ * Support for 7 and 7.1 channel configurations.
 
-2000-12-11 Monday 14:55  henri
+2003-02-10 Monday 23:50  massiot
 
- Same changes that were made in the stbale branch ( FB_NOYPAN support )
+ * modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
 
-2000-12-10 Sunday 10:21  benny
+2003-02-10 Monday 23:16  marcari
 
- Fixe la gestion des signaux
+  * sdl.c : added includes (vlc/aout.h & aout_internal.h)
+     => to make volumeup/down compile
 
-2000-12-10 Sunday 09:08  benny
+2003-02-10 Monday 23:04  hartman
 
- Generation d'un makefile presque correct pour les vieilles versions de make
- Nettoyage: gestion des dependances pour les plugins, suppressions de pas
mal de redondances, options de compilations coherentes, etc...
+ * the window of the video shows the official document icon, filename and
+   when command-clicked the path if the stream is a local file.
  this is the expected window behaviour in osx.
 
-2000-12-10 Sunday 04:55  benny
+2003-02-10 Monday 22:22  massiot
 
- debut de portage sous solaris
+ * I ran --update-po for the last time before the 0.5.1 release (and I
+ mean it !)
 
-2000-12-08 Friday 19:50  massiot
+2003-02-10 Monday 22:18  hartman
 
- * Code to manage es_descriptors and program_descriptors, from benny's
- input_psi.c
- (unfinished)
+ * The dock should no longer be visible in fullscreen mode.
 
-2000-12-08 Friday 14:33  reno
+2003-02-10 Monday 21:56  sam
 
VLAN support modified.
  * ./debian/rules: added code to avoid timestamp skews in the faad tree.
 
- Warning : vlc doesn't know VLAN, but only vlan's id.
- Only vlanserver makes the translation between id and vlan.
+2003-02-10 Monday 21:54  hartman
 
-2000-12-07 Thursday 16:45  massiot
+ * only show last part of of file/url name in the playlist.
 
- We now correctly parse MPEG-1 SCR and there is no need to kludge to read
- the stream at the right pace.
+2003-02-10 Monday 21:46  sam
 
-2000-12-06 Wednesday 18:28  reno
+   * ./debian/rules: added missing icon in the vlc and wxvlc packages.
 
- Add vlc.channels
+2003-02-10 Monday 21:28  hartman
 
-2000-12-06 Wednesday 18:28  reno
+ * fixed the black bar issue with window half/normal/double window sizes in
+   OSX. i had forgotten the aspectratio.
 
- Add channel support with VLAN
+2003-02-10 Monday 21:11  sam
 
-2000-12-06 Wednesday 17:41  massiot
+   * ./debian/rules: removed Debian kludges that do not really belong to the
+     official VLC tree.
 
- * Support for MPEG-1 .mpg files.
- * Fixed a bug in the synchro with non-P5/B1 streams.
+2003-02-10 Monday 20:57  sam
 
-2000-12-06 Wednesday 05:16  henri
+   * ./debian/control: added the "VideoLAN" word in the long description so
+     that "apt-cache search videolan" returns vlc.
 
- Added a option to bypass double buffering in fb mode
+2003-02-10 Monday 20:11  sam
 
-2000-12-05 Tuesday 23:30  massiot
+   * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
+     dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
 
- The new tasks for the input-II.
+2003-02-10 Monday 18:12  sam
 
-2000-12-05 Tuesday 20:36  massiot
+   * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
+     gprof, because gcc is unable to build it without -fomit-frame-pointer
+     (Closes: #260).
 
- The input-II. (more info by mail in about an hour)
+2003-02-10 Monday 17:43  massiot
 
-2000-11-29 Wednesday 20:02  stef
+ * modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
+ * Minor fixes.
 
- . Ajout de la date dans les warning si le mode debug est activé
- . Modification du configure pour remmettre le x11 par défaut, et pour
- montrer que ppro et mmx sont par défauts maintenant.
+2003-02-10 Monday 16:53  sam
 
-2000-11-29 Wednesday 19:55  massiot
+   * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
+     (partially fixes #260)
 
- Added -funroll-all-loops and -fstrict-aliasing which seem to make things
- faster.
+2003-02-10 Monday 15:23  titer
 
-2000-11-29 Wednesday 18:33  massiot
+   Move the messages update function to another thread. It prevents it from
+  freezing the main window (cannot seek anymore, etc).
 
- Added hooks for the fothcoming YUV overlay support.
+2003-02-10 Monday 00:41  hartman
 
-2000-11-29 Wednesday 15:36  massiot
+ * another proof that the copy command in IE for Mac sucks. stupid stray chars.
 
- ppro and mmx optimizations are now enabled by default (K6 users should
- buy real processors).
+2003-02-10 Monday 00:16  massiot
 
-2000-11-29 Wednesday 15:21  massiot
+ * Enabled the gestures module by default,
+ * Run --update-po.
 
- Now using buffer I/O to write debug logs (huge performance increase).
+2003-02-10 Monday 00:16  hartman
 
-2000-11-29 Wednesday 15:05  massiot
+ * restored old deinterlace menu. The on the fly code does not work as long
+   as the vout.m issue exists. but this is better then the current 'dummy'
+   code we have.
 
- * Added debug messages in the video synchro
- * Fixed a bug in the video synchro time scheduling
- * Made the vout more precise on display dates
+2003-02-09 Sunday 23:42  sigmunau
 
-2000-11-28 Tuesday 20:58  massiot
+  *: a new mouse gestures interface, currently supporting back, forward, quit
+ fullscreen and a nice debug message when you draw a clockwise square. Video
+ output modules needs to be modified for this to work, but it should be minor
+ in modules supporting dvd navigation.
 
- More stats.
+ btw: it should be easy to add new gestures, ideas appreciated
 
- NB : it is necessary to re-run ./configure
+2003-02-09 Sunday 19:28  massiot
 
-2000-11-28 Tuesday 17:00  massiot
+ * Minor typographic corrections,
+ * Fixed a segfault in the Preferences window.
 
- The YUV buffer is now freed after displaying (useful for overlay).
+2003-02-09 Sunday 17:10  stippi
 
-2000-11-27 Monday 18:49  massiot
+ modules/gui/beos/PreferenceWindow.h/.cpp
 
- * Added more stats
- * Fixed a bug in the parser when trashing an already parsed frame
- * Simplified (and enhanced) vpar_synchro for B pictures
- * Lowered the synchro DELTA
+       - added settings for screenshot path and image format
 
-2000-11-27 Monday 11:35  massiot
+       - removed "Save" button, added "Cancel" and "Revert" buttons
 
-  * vlc is now compiled without the STATS mode by default.
-  * Fixed a bug which made frames go backwards with some displays (the
-    video_decoder thread is now niced).
-  * Made use of intf_WarnMsg() in the most needed places.
- Also simplified the synchro algorithm and fixed a bug with non-(5/1) streams.
- Fixed the optimizations in the configure stuff.
- Warning : this release needs a full rebuild (make clean; make).
- Warning : I might have broken the BeOS port, could somebody check ?
+       - added revert functionality
 
-2000-11-23 Thursday 02:40  henri
+       - changed class design for cleaner functionality,
+               separated ApplyChanges() into more functions
+               to have finer control
 
- - Cosmetic changes to alsa.c
- - Configure now checks alsa is present
+       - added more error checking and fixed memory leaks
+               (config_GetPsz() returns char*, not const char*!)
 
-2000-11-21 Tuesday 02:41  stef
+       - all settings are now correctly saved and restored
 
- .Implémentation de intf_WarnMsg( int i_level, char *psz_format, ... ) et
- intf_WarnMsgImm
- .on active les messages de warning au lancement avec l'option --warning
- .le i_level par défault est 12 (on ne montre pas les messages de niveau
- inférieur à 12
+       - some more cosmetic changes
 
- J'espère que ça correspond à ce qui a été discuté dans videolan-devel.
+ modules/gui/beos/InterfaceWindow.h/.cpp
 
-2000-11-20 Monday 04:31  henri
+       - updated vlc way of saving settings to be on par with BeOS way
+               and made it selectable in the code which way is used.
+               However, the VideoSettings are still only savable in
+               the BeOS way.
 
- Added : alsa support
- Todo : - test it on several cards
-        - support more than Stereo s16
-        - make configure check for alsa
+       - if dvd menus are used, the navigation menu enables a
+               "Goto Menu" item. Unfortunately, I don't see a clean
+               way to really detect the usage of dvd/dvdold in the
+               currently playing stream. I wouldn't want to see
+               if a playlist item has "dvd:" or "dvdold:" prepended
+               at each interface update.
 
-2000-11-18 Saturday 04:15  massiot
+2003-02-09 Sunday 13:25  fenrir
 
- * Added --enable-debug, --enable-stats and --disable-optims (sam could
- you check I did'nt make a mess of it ?).
- * Added todo things in the TODO file.
+  * sub.c : begun clean up
 
-2000-11-14 Tuesday 23:58  massiot
+2003-02-09 Sunday 12:23  sam
 
- * Réparation du VDEC_SMP. Ca marche sans planter avec la nouvelle
- synchro.
- * Remettage du #define STATS parce qu'en fait sinon on n'a pas les infos
- dans la fenêtre. C'est dommage d'ailleurs qu'on ait à le mettre, parce
- que du coup ça va nous décourager de faire des stats sur d'autres
- parties.
- * Changements cosmétiques dans les relations video_parser/video_decoder.
+   * ./configure.ac.in: fiddled with linking flags for the KDE plugin.
 
-2000-11-13 Monday 23:09  massiot
+2003-02-09 Sunday 12:21  sam
 
- * Retirage du #define STATS ;
- * Le warning (late pictures) du vout est désormais un DbgMsg (en
- attendant les WarnMsg) ;
- * Correction d'un bug en mode debug (sic).
+   * ./debian/control: made lintian happier with package descriptions.
+   * ./debian/rules: added extra touch calls to prevent autobuilders from
+     launching autoconf/automake.
 
-2000-11-13 Monday 14:58  massiot
+2003-02-09 Sunday 12:19  sam
 
-   * Totally new frame dropping algorithm.
-   * Fixed a bug in video_ouput.c which made the stream go backwards
-     sometimes.
-   * Fixed a bug in video_ouput.c which trashed more late pictures than
-     necessary.
-   * Fixed the DEBUG mode in the Makefile.
-   * Fixed a bug in mwait() which made us wait too long.
+   * ./modules/video_filter/transform.c: fixed a stupid typo preventing
+     initialization of the plugin.
 
- Ca va tuer.
+2003-02-09 Sunday 12:18  sam
 
-2000-11-10 Friday 23:43  polux
+   * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
 
- Correction d'un buffer overflow qui crÃait des plantages alÃatoires sous BeOS.
+2003-02-09 Sunday 11:51  titer
 
-2000-11-03 Friday 22:33  stef
+  Simplified volume functions
 
- .changed option --novlans to --vlans to test vlan server
- .removed return 0 in LoadChannels
+2003-02-09 Sunday 02:01  ipkiss
 
- vlc.channels works again and with vlan soon...
+  * modules/gui/win32/mainframe.cpp: simplifications using the new
+    aout_Volume* API
 
-2000-10-29 Sunday 11:05  sam
+2003-02-09 Sunday 01:56  massiot
 
 . le mode framebuffer vide l'écran quand on quitte.
Fixed GTK compilation.
 
-2000-10-26 Thursday 17:00  sam
+2003-02-09 Sunday 01:50  massiot
 
-  . ajout de l'option --broadcast en ligne de commande
+ * Added Step forward/Step backward feature.
 
-2000-10-26 Thursday 14:00  reno
+2003-02-09 Sunday 01:13  massiot
 
- Une légère modification pour le passage B&W à C
+ * aout_Volume* functions now do their own vlc_object_find() on the
+   audio output. Consequently, the first argument can be any vlc_object_t.
+ * modules/gui/macosx/*: greatly simplified volume functions ; you can now
+   call aout_Volume* even when there is no audio output, and the volume
+   will be saved for later use.
 
-2000-10-25 Wednesday 14:18  reno
+2003-02-08 Saturday 22:43  massiot
 
- Suppression du décodage de la chrominance en B&W
+ Fixed previous commit.
 
-2000-10-25 Wednesday 01:16  jeanphi
+2003-02-08 Saturday 22:20  massiot
 
- lecon de programmation a l'intention des debutants qui ont ecrit
- input_file.c :
- - les codes d'erreur sont fait pour etre utilises
- - quand on ouvre un fichier on le referme
- -- jeanphi
+ * src/extras/libc.c: New vlc_wraptext function,
+ * modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
+ * src/input/input.c: Correctly parse MRL of the type
+   /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
+ * modules/access/*: Changed some msg_Warn into msg_Err
+ * po/fr.po: Updated French translation,
+ * configure.ac.in: Re-enabled Swedish translation,
+ * Makefile.am: Do not recompile everything everytime someone changes a .h
 
-2000-10-24 Tuesday 19:36  octplane
+2003-02-08 Saturday 21:43  hartman
 
- . Added a very basic splash screen, to be continued.
- . fixed a small bug in the idle screen.
+ * window half/normal/double Size commands
+   - black bar issue is not fixed. i removed 'myfix'
 
- --
- Oct.
+2003-02-08 Saturday 20:32  massiot
 
-2000-10-24 Tuesday 18:00  reno
+ * modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
+ * modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
 
- Modification légère de la gestion du volume
+2003-02-08 Saturday 19:14  asmax
 
-2000-10-24 Tuesday 11:16  sam
+ * fixed the encoding
+   (Meuuh you can re-enable swedish ;)
 
-  * correction de l'affichage des fps (affichage, pas calcul).
-  * changements mineurs dans les fichiers Debian.
+2003-02-08 Saturday 19:10  massiot
 
-2000-10-23 Monday 04:04  stef
+ * Fixed misc typos in strings,
+ * Updated po files,
+ * New --buggy-psi options, to supports streams which don't update the
+ continuity counter in their PSI packets (walkenizes #sam).
 
- * Débuggage de la vidéo MPEG 1 (=> correction de deux bugs dans le
- parsage des blocs et d'un bugs dans le parseur des vecteurs de mouvement).
+2003-02-08 Saturday 17:26  massiot
 
- --Meuuh
+ * configure.ac.in: Disabled Swedish translation since it doesn't use the
+   right charset,
+ * Implemented localization for audio-channels and video-device variables.
 
-2000-10-18 Wednesday 04:17  sam
+2003-02-07 Friday 23:36  marcari
 
-  . correction d'une faute de frappe dans configure.in (ça répond à ta
-   question, Stef ? :)
+ glibc 2.1 port for linupy (linux on a yopy pda)
 
-2000-08-30 Wednesday 19:06  henri
+ * modules/access/*.c : added include <sys/time.h> for struct timeval
+ * ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)
 
Oui, bon,  j'ai oublié le changelog, ça peut arriver einh !
VLC rulz on Yopy !
 
-2000-08-29 Tuesday 02:03  octplane
+2003-02-07 Friday 21:30  hartman
 
- . Arranged a few things
+ * Resize window fixes
+   - we should not resize the window in fullscreen
+   - fixed the black bars bug in half and double size
+   - position of top left corner should not change
+   - more efficient code
 
- ... still dirty, but the earthquake is coming...
+2003-02-07 Friday 20:49  alexis
 
-2000-08-29 Tuesday 02:01  sam
+ - FAQ : the first question of the "troubleshooting" section now tells the
+ user to delete VLC's configuration file.
 
-  . rha mais faisez gaffe au format de la todo list sarass !
+2003-02-07 Friday 20:23  hartman
 
-2000-08-29 Tuesday 01:12  octplane
+ * added half, normal and full size videowindow menuitems.
+   there seems to be a bug though somewhere. you end up with black bars in
+   half and double size.
 
- . Added a 'f' shortcut to the SDL output (fullscreen/windowed)
- . Modified the Idle screen of the vlc (seems to suck a lot of CPU anyway :/)
- . Prayed for a good indentation ;).
+2003-02-07 Friday 18:43  ipkiss
 
-2000-08-28 Monday 02:37  sam
+  * Fixed the "RichEdit line insertion error" bug (closes #246)
+  * Added a popup menu to copy log messages to the clipboard
 
-  . version 0.1.99i
+2003-02-07 Friday 16:51  massiot
 
-2000-08-28 Monday 02:33  sam
+ Fixed a buffer leak with slice-I streams (thanks sam).
 
-   * cleaned Octplane's crappy indentation.
-   * fixed the --server option which didn't work if a ~/.vlcrc existed.
+2003-02-07 Friday 09:17  yves
 
-2000-08-28 Monday 00:05  sam
+ - added missing buildrequires
+ - now autodetect on wich system we are:
+   rpm --rebuild should work out of box on rh and previous mdk systems.
+ - NO buildrequires on rh-like system. rh does not have a devel policy
+ - more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
 
-  . rajout du fix de Meuuh dans la todolist.
+2003-02-07 Friday 01:32  hartman
 
-2000-08-27 Sunday 18:31  massiot
+ * grrr changed the project file by accident. revert
 
- Oublié d'en committer un bout...
+2003-02-07 Friday 01:31  hartman
 
-2000-08-27 Sunday 14:32  sam
+ * When you push backspace or delete in the playlist, it removes the selected item.
 
-  . fixé une erreur d'indentation
+2003-02-07 Friday 01:22  fenrir
 
- (Oct, tu devrais vraiment regarder ton éditeur. Tu as vu le
-    bordel qu'il a foutu dans src/interface/interface.c ?)
+  * ffmpeg/audio : removed an old error (anyway it was harmless).
+  * mp4 : removed a bad initialisation. Erased all ending spaces.
+  * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
 
-2000-08-27 Sunday 12:49  sam
+2003-02-07 Friday 01:09  sam
 
-  . update de la TODO list
+   * ./src/interface/interface.c: interface variable is "intf", not "interface".
 
-   Henri, il y a du nouveau boulot pour toi, regarde la task 0x38,
-  ça ne devrait pas être trop dur, ça t'obligera à lire le code de
-  l'audio_output, et surtout ça te fera la bite.
+2003-02-07 Friday 00:29  sam
 
-2000-08-26 Saturday 15:07  henri
+   * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
+     declarations. Should fix that later.
 
- Put a test outside a loop : fixes task 0x31
+2003-02-07 Friday 00:26  sam
 
-2000-08-24 Thursday 18:29  octplane
+   * ./modules/access/dvdplay/demux.c: fixed a minor warning.
 
- many minor style fixes (thanx to sam).
+2003-02-06 Thursday 23:59  sam
 
-2000-08-24 Thursday 16:58  octplane
+   * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
+     "interface" variable to "dvdplay" (Closes: #178, #210, and probably a
+     bunch of others).
+   * ./src/interface/interface.c: added a safety check to circumvent the bug,
+     allowing a smooth upgrade.
 
- Hello,
+2003-02-06 Thursday 23:55  massiot
 
- Some news things:
+ Fixed interface freezes in the OS X interface.
 
-  . I am still going on modifiying the key event handling method to make it more flexible. I still have a few things to get what I'd like to
-  . added a keystrokes.h include which contains a generic name of all the VLC keys binding
-  . modified some of the core interface routines to allow the passing of an extra parameter with a keystroke (VLC_CHANNEL).
-  . next step: move all the interface dependent parts (such as the getKey function) to the plugins.
+2003-02-06 Thursday 23:01  sam
 
- Hope this will run on your boxes...
+   * ./src/misc/darwin_specific.m: completed our list of known languages and
+     made code simpler to read.
 
-2000-08-24 Thursday 02:16  sam
+2003-02-06 Thursday 21:56  sam
 
-  . support pour --synchro I+ (images I et la première P)
+   * ./debian/rules: build the SLP plugin by default.
 
-2000-08-24 Thursday 02:04  sam
+2003-02-06 Thursday 21:39  titer
 
-  . support de la touche `q' pour quitter
+  Tuned BeOS priorities for a better playback on low-end computers.
 
-2000-08-24 Thursday 01:45  sam
+2003-02-06 Thursday 15:14  massiot
 
-  . fixed an other typo
-  . fixed the aliases install
-  . renamed an inconsistent variable in src/input/input_file.c
+ Fixed AFMT_AC3 and AFMT_S16_NE handling.
 
-2000-08-24 Thursday 00:22  polux
+2003-02-06 Thursday 13:47  hartman
 
- Fixed another bug in the input_file.
+ * Changed a failed DecompressSequenceFrameS error into a warning. We don't
+   want to bug users with this when we resize a video.
 
-2000-08-24 Thursday 00:15  massiot
+2003-02-06 Thursday 03:22  sam
 
- Remplissure du champ AUTHORS des sources.
+   * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
+     in the background to disable xscreensaver the jwz way (Closes: #58).
 
-2000-08-23 Wednesday 23:38  sam
+     It's an interface plugin, trigger with "--extraintf screensaver".
 
- We now have support for the field pictures. It shouldn't break teh frame
- pictures, if you notice anything please ring my bell.
+2003-02-06 Thursday 02:37  sam
 
- --Meuuh (live from Julie)
+   * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
+     otherwise we fail with an error when they are not found.
 
-2000-08-22 Tuesday 17:58  sam
+2003-02-06 Thursday 00:45  sam
 
-  . fixed PPC .deb build
+   * ./doc/faq/faq.sgml: updated config file location for OS X.
 
-2000-08-22 Tuesday 02:13  sam
+2003-02-05 Wednesday 22:48  hartman
 
-   * added a few sanity checks in the audio mpeg and ac3 decoders.
-   * temporarily got rid of vlc.channels.
-   * added notice in debian/control about unencrypted DVDs.
-   * fixed PowerPC .deb build.
+ * Changed the wrong property in my recent commit. FIXED
 
-2000-08-21 Monday 22:16  polux
+2003-02-05 Wednesday 22:11  sam
 
- Added the beos fixes in the ChangeLog.
+   * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
+     doing fullscreen or volume up from the popup menu.
 
-2000-08-21 Monday 22:05  sam
+2003-02-05 Wednesday 16:23  hartman
 
-  . updated version number
-  . removed a verbose message in intf_sdl.c
+ * added a "Open CrashLog" button to the messages window in OSX.
 
-2000-08-21 Monday 21:57  polux
+2003-02-05 Wednesday 14:58  hartman
 
- A lot of bug fixs for the BeOS side of VideoLAN:
- - the vlc does not exhaust system resources anymore (it was creating a new
-   mutex each picture so after a while there was no more mutex available in
-   the entire system);
- - the sound has been corrected and now it works perfectly;
- - the window has now the right size (there was and additional line before).
+ * Added AppleScript support
+ * We can now handle mms:// etc on a systemwide level.
+   - No way to set this other then trough Explorer Prefs at the moment
 
- The (BeOS) threads have also been improved especially with the cond vars
- (but it is no more compliant with the pthread cond vars).
+2003-02-05 Wednesday 02:31  hartman
 
VideoLAN for BeOS now rocks and is ready for its first binary release.
* More support for handling URLs. Still need to create the scriptsuite.
 
-2000-08-21 Monday 18:22  octplane
+2003-02-05 Wednesday 01:36  hartman
 
- .SDL:
-       .removed the YUV thing from the SDL
-       .cleaned up the makefile to remove it
-       .UNTESTED (seems to compile).
+ * Added a Next and Previous item to the dockmenu
+ * Prelimanary support for making VLC the handler of ftp http mms and udp
+   URLs (on a systemwide level)
 
-2000-08-21 Monday 11:40  octplane
+2003-02-04 Tuesday 21:01  jpsaman
 
- Plugin handling:
-       . switched low and high order vout plugins
-       . removed yuvsdl plugin.
+ Closes bug #170
 
-2000-08-21 Monday 11:33  octplane
+2003-02-04 Tuesday 20:45  hartman
 
- A few new things:
+ * We released an array that was in a autorelease pool. That's not necesarry
 
-       . The interface part:
-                       . created intf_AssignKey, intf_getKey and intf_AssignNormalKeys
-                       these new function are a first abstraction of the the key handling system.                      It makes use of a new structure in the interface : p_keys.
+2003-02-04 Tuesday 11:51  massiot
 
-                       . AssignNormalKeys is commonly used in all the interface plugins.
-                       AssignKey is used to allow the SDL interface to react nicely.
+ * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
+   streams.
 
-                       . Now the plugin struct element psz_filename is filled (and freed
-                               at the end of the program).
+2003-02-04 Tuesday 11:07  massiot
 
-       . the SDL plugin:
-                       works but does only display a green screen for now. so don't use it !
+ * modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
+   (thanks gibalou !).
 
-       . Please try and compile the client on your box with this version.
-               I've tried a few output plugin but not all.
+2003-02-04 Tuesday 10:07  massiot
 
-2000-08-21 Monday 03:47  sam
+ * modules/access/*: Fixed compilation problems with "struct timeval".
 
-   * removed CCFLAGS flags which were improperly used.
-   * added hints for powerpc build.
-   * fixed the input_file exit bug.
-   * fixed a Makefile bug which removed the CVS directory.
-   * removed the frame statistics output.
+2003-02-03 Monday 21:47  sam
 
-2000-08-18 Friday 19:02  sam
+   * ./bootstrap: we don't fail if gettext is too old and there is no
+     ABOUT-NLS in the tree.
 
-  . removed the sdlvlc alias
-  . added the vlc-sdl package in the Debian control files
+2003-02-03 Monday 21:38  massiot
 
-2000-08-18 Friday 10:25  octplane
+ Now developing 0.5.1-cvs.
 
- My first contribution.
+2003-02-03 Monday 19:45  sam
 
- * Added SDL plugin
-       * support fullscreen display with --display fullscreen
-       * complete keyboard handling
- * Added --enable_sdl to configure
+   * ./debian/woody-buildpackage: enabled build-deps checking.
 
- Octplane.
+2003-02-03 Monday 17:18  stippi
 
-2000-08-17 Thursday 16:45  sam
+ modules/gui/beos/InterfaceWindow.h/.cpp
 
-  . new tasks :
+       - improved file loading:
+               - contents of sub folders can optionally be loaded too
+               - files are loaded in expected order from filepanel
+                       _and_ drag'n'drop
+               - file panel accepts folders to load
+       - saving of playlist's display mode
+       - added updating of interface when playlist is modified
+               while nothing is playing
+       - added compatibility for SoundPlay's drag'n'drop message format
 
- Description: Fix plugins namespace problem
- Description: Fix plugin autoloading
- Description: Real plugin API
- Description: Enable compiled-in plugins
- Description: Optimize SPU rendering
- Description: SPU error recovery
+ modules/gui/beos/ListViews.h/.cpp
 
-2000-08-16 Wednesday 02:28  sam
+       - implemented reversal of playlist
+       - list can display full path or file name only
+       - drag'n'drop interaction with SoundPlay
 
-  * more files needed to build packages
-  * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
-  * prepared 0.1.99g
+ modules/gui/beos/MediaControlView.cpp
 
-2000-08-16 Wednesday 01:35  sam
+       - cosmetic fix
 
-   * fixed a dumb bug in the Makefile that prevented inclusion of the
-     -march=pentium directive. thanks Meuuh, blame sam.
-   * fixed a warning in main.c.
-   * separate Debian packages.
-   * added request for ALSA support in the TODO list.
+ modules/gui/beos/PlayListWindow.h/.cpp
 
-2000-08-15 Tuesday 19:40  polux
+       - added reverse sort command to edit menu
+       - added view menu, to allow the user to display paths
+               or only names in the list
 
- Réparation de la version BeOS. Le problème venait du swab32 de la nouvelle
- bit stream, la macro pour la conversion de BIGENDIAN vers LITTLEENDIAN ne
- fonctionnant (toujours) pas.
+2003-02-03 Monday 16:07  alexis
 
- La version BeOS pose encore de gros problèmes:
- - des plantages aléatoires lorsqu'on utilise le son,
- - des performances très en dessous de celles d'anciennes version du vlc,
- - une synchro son qui ne fonctionne pas correctement,
- - au bout d'un certain temps d'utilisation, toutes les ressources systèmes
-   sont consommées et le système lui-même devient instable (merci d'éviter
-   les commentaires sur la stabilité de BeOS)
+ Small fix.
 
-2000-08-15 Tuesday 15:37  sam
+2003-02-03 Monday 11:25  alexis
 
-  . rajouté build-stamp et debian/tmp dans les .cvsignore
+ Article format, instead of book format.
+ Few typos.
 
-  . de nouvelles idées dans la TODO list :
+2003-02-03 Monday 02:26  sam
 
- Difficulty: Guru    Urgency: Wishlist   Support for RTP
- Difficulty: Medium  Urgency: Wishlist   Draw a font / support color fonts
- Difficulty: Medium  Urgency: Important  Layer 2 mono support
- Difficulty: Hard    Urgency: Wishlist   MP3 support
- Difficulty: Hard    Urgency: Normal     Support for unencapsulated streams
- Difficulty: Guru    Urgency: Wishlist   Ogg/Vorbis audio decoder support
- Difficulty: Hard    Urgency: Normal     Xv video output support
- Difficulty: Medium  Urgency: Normal     SDL video output support
+   * ./debian/rules: more Debian Woody fixes. Grrrr!
 
-2000-08-14 Monday 03:13  sam
+2003-02-03 Monday 01:32  sam
 
-   * fixed 8bpp YUV.
-   * fixed the fscked up Bresenham algorithm in all YUV functions.
+   * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
+   * ./debian/woody-buildpackage: sed syntax fixed.
 
-2000-08-13 Sunday 20:36  sam
+2003-02-03 Monday 00:56  sam
 
-   * now scaling is on by default, so that people won't tell that the vlc
-     cannot do scaling :-)
-   * fixed a few long lines.
-   * _almost_ fixed 8bpp YUV.
+   * ./share/Makefile.am: we weren't distributing the font!
 
-2000-08-13 Sunday 19:39  sam
+2003-02-03 Monday 00:43  sam
 
-   * removed an unused variable in the MMX YUVs.
-   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
+   * Updated ChangeLog and pofiles.
 
-2000-08-11 Friday 01:33  sam
+2003-02-03 Monday 00:39  sam
 
-  . changé l'ordre des tâches
+   * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
 
-2000-08-11 Friday 00:52  sam
+2003-02-03 Monday 00:23  sam
 
-  . TODO list
+   * ./debian/control: missing build dependencies.
 
-2000-08-09 Wednesday 00:51  sam
+2003-02-03 Monday 00:00  massiot
 
-  . viré les aliases « xvlc », « ggivlc » etc. qui faisaient un peu
-   pitié, pour ne laisser que « vlc », « gvlc » (gnome) et « fbvlc »
-   (framebuffer) ; les autres restent bien entendu accessibles avec
-   par exemple « vlc --vout ggi ».
+ German translation, croutesy of Felix Kuehne.
 
-  . IMPORTANT - nouvelle option --synchro pour forcer un type de
-   synchro. Pour le moment les options possibles sont :
+2003-02-02 Sunday 23:11  massiot
 
-     --synchro I     /* n'affiche que les I */
-     --synchro IP    /* affiche les I et toutes les P */
-     --synchro IP+   /* affiche les I, les P, et la moitié des B */
-     --synchro IPB   /* affiche toutes les images */
+ Worked around a bug with the Screens menu and localization.
 
-    Toute autre valeur de --synchro sera ignorée et c'est l'algo
-   par défaut basé sur la consommation de processeur qui sera
-   utilisé. Notez que si vous en demandez trop au vlc, il va
-   bien entendu planter, ou tout du moins remplir sa fifo comme
-   un gros cochon. On n'y peut pas grand chose, c'est la vie.
+2003-02-02 Sunday 20:59  hartman
 
-2000-08-08 Tuesday 14:05  sam
+ * OSX version can open .asx files. so we need to let the os know that ;)
 
-  . décommentage d'une fonction commentée par erreur
-  . version 0.1.99f
-  . divers fixes dans la création des packages
+2003-02-02 Sunday 20:21  sam
 
-2000-08-08 Tuesday 00:20  sam
+   * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
 
-  . un peu de ménage dans le .cvsignore
+2003-02-02 Sunday 20:07  sam
 
-2000-08-08 Tuesday 00:19  sam
+   * ./debian/vlc.desktop: removed unnecessary file.
 
-  . fichiers manquants
+2003-02-02 Sunday 20:01  sam
 
-2000-08-08 Tuesday 00:18  sam
+   * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
 
-   * vlc.init becomes ~/.vlcrc
-   * removed float operations in the video decoder, and all emms asm functions
-   * borrowed linuxvideo's MMX motion compensation
-   * fixed an undefined symbol in the MMX YUV plugin
+2003-02-02 Sunday 20:01  sam
 
Meuuh & Sam.
  * ./debian/changelog: updated Debian changelog.
 
-2000-07-31 Monday 01:42  sam
+2003-02-02 Sunday 19:45  sam
 
-  . rajout de l'option -Winline
-  . fix de certaines fonctions qui devraient être inlinées
-  . gain de place dans la YUVMMX
+   * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
+     --stdout | sed -e 's/^[^0-9]/ /' -e 's/^  *$//' | uniq).
 
-2000-07-30 Sunday 03:59  sam
+2003-02-02 Sunday 18:57  sam
 
-  . autodétection des plugins
-  . les aliases "gvlc" "fbvlc" "ggivlc" fonctionne comme il faut
+   * ./debian/woody-buildpackage: finished Woody build script.
 
-2000-07-20 Thursday 15:49  sam
+2003-02-02 Sunday 18:12  sam
 
-  . suppression du décodeur de référence qui de toute façon ne marcherait
-   plus vraiment avec la structure actuelle du vlc
-  . préparation de la 0.1.99e
+   * ./po/de.po: german translation updates from Felix Kühne.
 
-2000-07-19 Wednesday 02:03  sam
+2003-02-02 Sunday 18:09  jpsaman
 
-  . nouveau bitstream fait par Meuuh (qui est mortel) et qui nous
- fait gagner plus de 0.8% en vitesse, ce qui peut paraître peu, mais
- en fait au bout de 35 fois on aura dépassé 30% de gains.
+ Added ffmpeg package to list of depenencies.
 
-  . remise de l'ancienne taille d'image par défaut
+2003-02-02 Sunday 17:18  sam
 
-2000-07-18 Tuesday 21:23  polux
+   * ./debian/woody-buildpackage: added a script to build .debs on woody.
 
- Maintenant le vlc fonctionne correctement sous BeOS (à part la synchro).
+2003-02-02 Sunday 16:08  sam
 
-2000-07-12 Wednesday 01:04  sam
+   * ./NEWS: a few updates from gibalou.
 
-  . le make snapshot fait un .bz2 aussi
+2003-02-02 Sunday 11:29  stippi
 
-2000-07-12 Wednesday 01:03  sam
+ cosmetic fix (drop mark would reappear if SHIFT was pressed)
 
-  . changement cosmétique
+2003-02-02 Sunday 09:17  titer
 
-2000-07-12 Wednesday 01:03  sam
+  '--demuxdump-file -' dumps to standard output.
+   (useful for operating systems which do not have '/dev/stdout'
+    nor mkfifo)
 
-  . updated changelog
+2003-02-02 Sunday 04:17  sam
 
-2000-07-08 Saturday 16:29  sam
+   * renamed debian/README into debian/README.Debian.
 
-  . petite correction pour que le RPM puisse être construit sur Mandrake
+2003-02-02 Sunday 04:07  sam
 
-2000-07-06 Thursday 16:45  sam
+   * ./debian: more packaging stuff.
 
-  . fixé une bévue dans la YUV 8 bits
-  . descendu le délai de démarrage à .5 secondes au lieu de 2
-  . un nouvelle synchro qui devrait punixe !!!
+2003-02-02 Sunday 04:01  sam
 
-2000-07-04 Tuesday 04:37  sam
+   * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
+     of places.
 
- Bon, puisque ça semble commiter sous BeOS, je commite.
+2003-02-02 Sunday 03:38  sam
 
- Voilà le changelog appoximatif :
+   * ./doc/vlc.1: updated manpage.
 
-  . fichier INSTALL plus clair
-  . viré quelques warnings
-  . *PATH sont maintenant définis dans config.h
-  . quelques fautes d'orthographe
-  . l'option --enable-ppro n'est pas mise par défaut car elle ne fonctionne
-   pas sur un K6-2
-  . nouvelle API des plugins
-  . le client framebuffer ne détruit plus la console quand on quitte
-  . réparation de la YUV 8 bits
-  . mise des YUV en plugins
-  . transfo YUV 32bits MMX chourée dans la libmpeg2
+2003-02-02 Sunday 03:08  sam
 
-2000-06-24 Saturday 00:28  sam
+   * ./po/it.po: ultimate italian fixes by Bruno Vella.
 
-  . nouveaux plugins - ne fonctionnent pas encore tous
+2003-02-02 Sunday 03:03  sam
 
-2000-06-21 Wednesday 19:59  polux
+   * ./debian/*: tuned packaging.
 
-  Le son fonctionne sous BeOS !
+2003-02-02 Sunday 02:58  massiot
 
-  Ah, vraiment, on peut dire que BeOS roulaize, les enfants.
+ * Bumped up revision number to 0.5.0
 
-2000-06-20 Tuesday 03:21  sam
+2003-02-02 Sunday 02:11  sam
 
-  . génération de .rpm et .deb via make.
-  . rajout des plugins dummy même pour BeOS.
+   * ./po/it.po: updated italian translation, courtesy of Bruno Vella.
 
-2000-06-19 Monday 18:35  sam
+2003-02-02 Sunday 01:37  sam
 
-  . vlc.spec pour faire des packages RedHat
-  . un petit peu plus d'aout_beos
+   * ./po/*: more interface strings harmonization.
 
-2000-06-19 Monday 02:04  polux
+2003-02-02 Sunday 01:23  jobi
 
-  . correction d'un flag inexistant dans input_file
-  . début du support son BeOS
-  . fix d'un warning dans ac3_exponent.c
+     * NEWS: readded deleted entries, sorry about that.
 
-2000-06-18 Sunday 22:20  sam
+2003-02-02 Sunday 00:57  jobi
 
-  . kludge con pour éviter que ça segfaulte plus en sortant
+     * NEWS: VCD entry points and iso files
+     * include/audio_output.h: more proper freebsd compilation fix
+     * modules/audio_output/oss.c: if /dev/dsp is used, use another output.
 
-2000-06-18 Sunday 18:52  sam
+2003-02-02 Sunday 00:49  massiot
 
-  . réparation de la page de man
-  . le target GGI fonctionne à nouveau, même s'il rame salement
+ * README.MacOSX.rtf: Typos
+ * include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine
+ * modules/access/dvdread/input.c: Fixed a long-standing bug when switching
+   titles.
 
-2000-06-18 Sunday 13:17  sam
+2003-02-02 Sunday 00:46  sam
 
-  . On peut enfin fermer la fenêtre principale en cliquant sur le bouton
-   fermeture du window manager
+   * ./po/*: more s/vlc/VLC/ changes.
 
-2000-06-18 Sunday 10:14  benny
+2003-02-02 Sunday 00:29  sam
 
- Le Makefile genere ne gerait pas correctement le mode debug=1
+   * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
+     to come.
 
-2000-06-17 Saturday 03:49  sam
+2003-02-02 Sunday 00:05  sam
 
-  . ajouté un FIXME pour un bug dans plugins/vout/vout_x11.c
-  . ajouté un ChangeLog
-  . updaté le README
+   * ./NEWS: a few updates (translations, mozilla plugin).
 
-2000-06-16 Friday 16:04  sam
+2003-02-01 Saturday 23:46  massiot
 
-  . le code des VLAN devrait refonctionner
+ * modules/gui/macosx/*: Fixed localization bugs
+ * po/fr.po: Updated French translation
+ * extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0
 
-2000-06-16 Friday 14:28  sam
+2003-02-01 Saturday 23:41  yves
 
-  . vlc.init et vlc.channels sont à nouveau lus et interprétés lorsqu'il
-   n'y a pas de paramètres donnés en ligne de commande.
+ - ready for general 0.5.0 consumption
+ - activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin
+ - more wxwindow stuff.
+ - fixes here and here.
+ - added more doc files like NEWS, THANKS etc.
+ - still lacking mozilla plugin :(
 
-  . conséquence directe, il faut faire « vlc - » pour lire stdin.
+2003-02-01 Saturday 23:39  sam
 
-2000-06-15 Thursday 20:50  sam
+   * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
+     instead of VLC_Create(), so that its strings are translated (was #92).
 
-  . autoconf
+2003-02-01 Saturday 23:28  sigmunau
 
-2000-06-15 Thursday 20:50  sam
+  NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
+ with embedded wmp
 
-  . petit oubli bête dans le `make snapshot`
+2003-02-01 Saturday 23:15  sam
 
-2000-06-15 Thursday 02:51  sam
+   * ./AUTHORS: added Garf and updated entries.
 
-  et hop, encore une connerie
+2003-02-01 Saturday 23:08  sam
 
-2000-06-15 Thursday 02:46  sam
+   * ./INSTALL.libmad: removed that file; if one does not know how to build
+     and install a library, he'd better not fiddle with VLC.
 
-  . virage d'une connerie
+2003-02-01 Saturday 22:21  ipkiss
 
-2000-06-15 Thursday 02:26  sam
+  * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)
+  * modules/gui/win32/menu.cpp: removed some ^M chars
 
-  . réparation d'un oubli
+2003-02-01 Saturday 22:03  babal
 
-2000-06-15 Thursday 01:55  sam
+ - Win32 preference dialog box
 
-  . input fichier en ligne de commande (le reste a du péter, c'est pas
-    possible autrement)
+2003-02-01 Saturday 21:39  ipkiss
 
-2000-06-14 Wednesday 23:37  bbp
+  * Win32 port
 
- réparation de mes betises sur la yuv (désolé tm), mais je remets ca bientot.
+2003-02-01 Saturday 21:24  titer
 
-2000-06-14 Wednesday 22:53  sam
+  BeOS news.
 
-  . disparition de la plupart des printf
-  . moins de warnings dans la YUV MMX
+2003-02-01 Saturday 21:23  sam
 
-2000-06-09 Friday 02:40  sam
+   * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
+     woody specific builds. Will fill them in a moment.
 
-  . correction des conneries de BBP :)
-  . typo dans src/interface/main.c
+2003-02-01 Saturday 21:20  massiot
 
-2000-06-07 Wednesday 04:27  bbp
+ Tarkin, Tremor and Theora are only available when compiling from sources.
 
- Petites optims dans SCALE_HEIGHT pour les images de hauteur réduite.
+2003-02-01 Saturday 21:10  massiot
 
-2000-06-06 Tuesday 01:58  sam
+ Forgot Tremor.
 
-  . bug dans le code des sous-titres (mauvais scaling en Y)
-  . le vlc ne meurt pas salement en mode framebuffer quand on change
-   de console (par contre, segfault en quittant, je ne sais pas encore
-   pourquoi)
-  . le make est à nouveau un peu plus verbose
+2003-02-01 Saturday 21:04  jpsaman
 
-2000-06-05 Monday 22:49  jimmy
+ Checking in packageing files.
 
-   Ajout cradement d'une yuv en mmx 4:2:0 en 16 bpp dans video_yuv.c. Pour
- l'activer / desactiver, décommentez le define MMX du debut du fichier.
+2003-02-01 Saturday 20:59  jpsaman
 
-   Cette modif est expérimentale vue qu'elle empeche la correction gamma
- dans le mode pré-cité et que c'est du boulot de salop. A voir si on laisse
- ou pas d'après les perfs. (impossibles à estimer de visu chez moi).
+ Updated for iPaq port
 
-   A vot' bon plaisir,
+2003-02-01 Saturday 20:34  massiot
 
-2000-06-01 Thursday 17:25  sam
+ * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
+ * Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
+ * src/misc/darwin_specific.m: more generic language detection
+ * NEWS: summarized changes from 0.4.6 to 0.5.0
 
-  . petite erreur dans le configure.in qui empêchait de configurer
-   convenablement les options de compilation
+2003-02-01 Saturday 19:04  sam
 
-   maintenant faire: ./configure --enable-fb --enable-blabla
-     (./configure --help pour tous les voir)
+   * ./po/it.po: a few corrections.
 
-  . correction d'un warning en mode non-MMX
+2003-02-01 Saturday 18:54  sam
 
-2000-05-29 Monday 09:29  sam
+   * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable.
+   * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c,
+     ./modules/video_output/x11/xvideo.c: removed the drawable configuration
+     variables which are now deprecated.
 
-  . encore un peu plus loin dans le passage à autoconf
-  . giclage de l'ancien décodeur dans le Makefile
+2003-02-01 Saturday 18:53  sam
 
- n'oubliez pas de relancer ./configure avec les bonnes options !
- typiquement elles sont du genre :
+   * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be
+     detached before being destroyed.
 
-    ./configure --enable-fb --enable-mmx --enable-ppro
+2003-02-01 Saturday 18:41  sam
 
-2000-05-28 Sunday 20:28  sam
+   * ./NEWS: added an empty NEWS file.
+   * ./bootstrap: now that we have the NEWS file, --foreign is no longer
+     required when calling automake.
 
-  . suppression d'un bug cosmétique dans l'affichage des plugins qui en
-    plus faisait segfaulter, ce qui n'était malheureusement pas top
+2003-02-01 Saturday 16:33  massiot
 
-2000-05-28 Sunday 16:22  sam
+ Updated Italian translation courtesy of Bruno Vella.
 
-  . correction d'un bug dans les sous-titres pour un scaling > 1
-  . correction d'un bug dans l'affichage 8 bits pour un scaling < 1
+2003-02-01 Saturday 16:20  massiot
 
-2000-05-27 Saturday 17:37  sam
+ sam p0\/\/3r !
 
-  . scaling des sous-titres (à proprifier)
-  . position correcte des sous-titres sur l'image
-   ça ne devrait plus segfaulter
+2003-02-01 Saturday 12:01  stippi
 
-2000-05-26 Friday 03:55  sam
+ Changes done since Feb 28 2003:
 
-  . support 8 bits pour X (avec private colormap)
-  . affinement de la durée d'affichage des sous-titres
-  . correction d'un bug dans les sous-titres
+2003-02-01 Saturday 11:48  alexis
 
-2000-05-25 Thursday 00:39  sam
+ * common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output
+ * faq/Makefile: added PS/PDF/RTF targets
+ * faq/faq.sgml: SGML enhancements and few modifications
 
-  Bon. On ne rit pas, je m'étais juste planté dans l'en-tête des
- licences. Et puis ça peut arriver à tout le monde :)
+2003-02-01 Saturday 09:40  babal
 
-2000-05-24 Wednesday 23:48  nitrox
+ - fixed a compilation issue with C compilers
 
- Ajout des fichiers pour la gestion du lpcm.
- Il reste à implémenter le lpcm au niveau de l'input et écrire le décodage.
+2003-02-01 Saturday 01:21  fenrir
 
-2000-05-17 Wednesday 16:38  sam
+  * asf : trying to fix pts handling.
 
-  . corrections de fautes d'orthographe je ne sais plus trop où
+2003-01-31 Friday 22:35  sam
 
-  . quelques bidouilles dans vout_mga mais de toute façon ce n'est pas
-   prêt de changer et on aura changé la structure bien avant
+   * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files.
 
-  . encore un meilleur support des sous-titres
+2003-01-31 Friday 22:34  sam
 
-  . exemple d'input fichier dans le vlc.channels, à adapter à votre
-   convenance
+   * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't
+     kept up to date (and almost everything advertised in it was done).
 
-2000-05-17 Wednesday 16:21  reno
+2003-01-31 Friday 18:53  lool
 
Ajout des fonctions de réglage du volume (touches : +, -, m)
  * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam)
 
-2000-04-20 Thursday 02:54  sam
+2003-01-31 Friday 16:56  sam
 
-  . changement dans les headers pour que ça compile sous Linux.
+   * ./configure.ac.in: I was told some versions of mingw32 support neither
+     -mms-bitfields nor -fnative-struct.
 
-  Polux, j'ai viré <byteorder.h> pour le remplacer par <netinet/in.h> car
-  c'était comme ça dans tous les autres .c, tu peux vérifier que ça
-  fonctionne toujours ?
+2003-01-31 Friday 15:24  zorglub
 
-2000-04-20 Thursday 00:13  polux
+ * doc/faq/Makefile: added "text" and "clean" targets.
+ * doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice.
+ * doc/faq/faq.sgml: Fixed build issues, improved the SGML translation.
+ * doc/faq/fdl.sgml: text of the FSF Free Documentation License.
 
- Portage du client sous BeOS. Il manque encore l'audio mais ça marche.
- En cadeau bonux un nouvel input_file qui permet de lire les vob. Il
- faur rajouter la ligne suivante dans vlc.init:
- spawn-input method=10 filename=braindead
+2003-01-31 Friday 13:52  sam
 
-2000-04-14 Friday 06:19  sam
+   * ./src/libvlc.c: strings in the main module are now translated (fixes: #92).
 
-  9 avril:
-  - réindentation de quelques bouts de code
-  - les plugins vont être cherchés en priorité dans . puis ./plugins
-   puis dans le répertoire habituel
-  - début de communication entre le thread gnome et l'input
-  - l'interface gnome ne segfaulte plus en sortant
-  - le menu "Exit" fonctionne
+2003-01-31 Friday 11:38  sam
 
- 10 avril:
-  - fenêtre Gnome au lieu de fenêtre Gtk
-   *** ATTENTION *** l'interface Gnome n'est vraiment qu'un début, soyez
-    gentils de ne pas faire de bug report si un bouton ne fonctionne pas.
-  - popup "About"
+   * ./po/de.po: full german translation, courtesy of Felix Kühne.
 
- 11 avril:
-  - fenêtre playlist (rien dedans encore)
-  - masquage du pointeur souris
-  - popup menu dans la fenêtre vout
-  - hide/show des fenêtres playlist
-  - les boutons "Exit" fonctionnent quel que soit le menu
+2003-01-31 Friday 11:23  massiot
 
- 12 avril:
-  - début du cassage des channels
-  - début des menus générés en runtime
+ Fixed a major bug of people who like to declare vars "unsigned int"
+ when they can be -1 :p (why haven't we spotted that before ??).
+ Closes #152.
 
- 13 avril:
-  - ajout du target "snapshot" dans le makefile
+2003-01-31 Friday 10:54  sam
 
- 14 avril:
-  - décodage de tous les sous-titres connus
-  - spu_decoder.c ne segfaulte plus quand on quitte
-  - rajout du flag b_active dans la structure audio_decoder
-  - le bouton pause fonctionne
+   * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen
+     while there was no input (Closes: #153).
 
-2000-03-30 Thursday 14:54  polux
+2003-01-31 Friday 10:51  sam
 
- - Correction du bug de la synchro.
-   Le problème provenait d'un décalage d'une seconde qui avait été rajouté
-   dans le calcul de la date dans audio_output.c :
-   p_aout->date = -1000000 + mdate() + ( (((mtime_t)(l_bytes / 4)) * 1000000)
-                                         / ((mtime_t)p_aout->l_rate) );
-   C'est le -1000000 qui faisait retarder le son d'exactement une seconde.
-   J'aimerais bien savoir pourquoi il a été rajouté car peut-être y-a-t-il
-   d'autres bugs similaires qui ne sont pas visibles pour l'instant.
+   * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the
+     Audio and Subtitles submenus into the Audio and Video menus.
 
- - Nettoyage d'une partie du code de audio_decoder_thread.c
-   Il est vraiment très dommage que les conventions de codage ne soient pas
-   respectées, si il y en a ce n'est pas pour rien. De plus le mélange
-   d'espaces et de tabulations rend le code très peu lisible. Je le
-   rappelle, nous n'utilisons que des indentations de 4 espaces et toute
-   tabulation est proscrite. Il serait bien de changer le reste du code
-   pour qu'il respecte les conventions et reste ainsi facilement lisible
-   par tout le monde.
+2003-01-31 Friday 10:14  sam
 
-2000-03-28 Tuesday 02:22  walken
+   * ./src/audio_output/mixer.c: minor cosmetic fix in output message.
 
- Version 2 de mon tutorial sur les DCT et DFT. Les choses sont un peu plus dans
- l'ordre maintenant, et il y a pas mal d'explications qui ont ete rajoutees pour
- expliquer comment implementer efficacement l'algo AAN.
+2003-01-31 Friday 09:51  sam
 
- Si un jour j'ai le courage, j'ecris une routine DCT32 qui torchera celle de
- regis, na !
+   * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized
+     variables.
 
- Pour etre parfait il faudrait rajouter une section sur les DCT en 2 dimensions,
- mais bon...
+2003-01-31 Friday 09:48  sam
 
-2000-03-23 Thursday 07:27  sam
+   * ./configure.ac.in: complain when ALSA headers are not found but
+     --enable-alsa was specified.
 
-  . les sous-titres sont affichés et effacés à l'heure
-  . une petite optimisation de l'affichage
-  . attention, config.h.in a changé, n'oubliez pas de refaire ./configure
+2003-01-31 Friday 06:45  titer
 
-2000-03-22 Wednesday 01:57  sam
+  Minor GUI fixes
 
-  . les sous-titres sont centrés
-  . la palette des sous-titres par défaut est moins affreuse.
-
- Bugs que j'avais oubliés:
-  . ne marchent qu'en 16 bits (devrait se fixer vite)
-  . parfois quelques glitches graphiques que je ne comprends pas.
+2003-01-31 Friday 02:53  jlj
 
-2000-03-21 Tuesday 23:36  sam
+   * ./modules/gui/macosx: Defeated some deadlocks.
+                           World domination ... is at hand.
 
- NEWS:
-  . encore un peu de parsage de sous-titres
-  . affichage des sous-titres.
-
- BUGS:
-  . ça segfaulte toujours au moment où on quitte, mais c'est le problème
-   habituel, ça sera réglé.
-  . pour le moment ils sont en noir et blanc, parce qu'il faut aller
-   chercher cette putain de palette dans les .IFO du dvd et que pour
-   l'instant j'ai la flemme
-  . les sous-titres ne sont pas affichés comme il faut si la largeur
-   de l'écran n'est pas 720.
-  . dimensions par défaut mises à 720x576 (format DVD) au lieu de 640x480
-   pour la raison évoquée ci-dessus. mais ça sera réglé bientôt.
-  . pas de gestion de transparence, coordonnées, fade in/fade out
-  . pas de gestion de date : le sous-titre est affiché dès qu'il est reçu
-   et n'est pas effacé tant qu'on en a pas reçu un nouveau.
+2003-01-30 Thursday 21:35  babal
 
-2000-03-20 Monday 08:50  sam
+ - fixed a segfault occuring when the preference dialog box was destroyed
 
-  . suppression d'une variable inutile que j'avais laissée trainer
-   au précédent commit.
-  . début du décodeur de sous-titres. Pour le moment il ne fait que
-   parser le flux comme un cochon, c'est tout.
+2003-01-30 Thursday 20:59  sam
 
-2000-03-20 Monday 05:29  sam
+   * ./src/misc/configuration.c: when an invalid short option is found, use
+     the optopt variable instead of the current value of optind (Closes: #148).
 
-  Bon finalement puisque tout le monde dort, je l'ai fait :)
+2003-01-30 Thursday 19:14  gbazin
 
-   . rajout de i_pes_real_size dans la structure p_pes_packet, qui vaut 0
-    par défaut, et est initialisé à la taille du payload PES annoncée dans
-    le header si celle-ci est présente.
-   . à chaque nouveau paquet TS, si i_pes_real_size == i_pes_size on envoie
-    directement le PES au décodeur sans attendre le début du PES suivant.
-   . création de input_ParsePES pour y mettre le code dupliqué de
-    input_DemuxPES.
+ * src/video_output/video_output.c: we were still using free instead of
+    vout_DestroySubPicture in one place.
+ * modules/codec/spudec/parse.c: we now make sure we don't add several times
+    the same highlight callback.
 
-  Ca fait 1 test de plus par paquet TS, donc négligeable. Par contre si
- des gens ayant bossé sur l'input ont le temps de vérifier que je n'ai pas
- fait de connerie, ça peut être intéressant :)
+2003-01-30 Thursday 18:07  lool
 
-2000-03-19 Sunday 07:29  walken
+   * converted FAQ to SGML
+   * SGML sucks, this is absolutely ugly, please reread
 
- Un petit tutorial sur les DCT et DFT... enfin non pas sur leur representation
- "physique" mais plutot sur les differentes methodes de calcul utilisables.
+2003-01-30 Thursday 16:36  gbazin
 
- Ca n'est pas franchement indispensable mais disons que j'ai eu du mal a trouver
- de la doc sur le sujet donc je me dis que ca peut pas faire de mal de
- rassembler ce qu'on a...
+ * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
+    race condition between spudec and vout. This patch may not be all that
+    nice because it does a lot of vlc_object_find() but it is the only
+    solution I've been able to come-up with.
+    Oh and I didn't fix the memory leak caused by the font when using text
+    subtitles. If the vout changes while the spudec is running then we don't
+    unload this font.
 
-2000-03-13 Monday 22:32  sam
+2003-01-30 Thursday 15:46  hartman
 
-  . gestion de la souris sous X (essentiellement le bouton du milieu
-   qui cache le pointeur, très pratique quand on regarde un DVD)
-  . rajout de 3 fichiers d'installation pour le package Debian
-  . correction de "usefull" et "successfull" à une dizaine d'endroits dans
-   le code parce que ça commençait à m'horripiler
-  . erreur de syntaxe dans la page de man.
-  . un peu plus de choses dans l'interface gnome, mais rien ne marche
-   pour le moment.
+ * modules/gui/macosx/intf.m
+   - fixed a warning about parentheses
 
-2000-03-13 Monday 05:08  sam
+2003-01-30 Thursday 15:39  hartman
 
-  . ajout de quoi faire des packages debian :
-    - fichiers de contrôle pour dpkg-buildpackage
-    - une icône de merde - que les artistes la remplacent
-    - page de man
-  . les données qui ne sont pas platform-dependant sont maintenant
-   dans le répertoire share ( et plus lib )
-  . le client va chercher les polices dans le répertoire courant
-   et dans /usr/share/videolan/vlc/
-  . le message précédent était l'ajout du répertoire share/ mais
-   les scripts CVS semblent avoir déconné
+ * ./modules/gui/macosx/intf.m:
+   - we close the video window after a video is done playing.
 
-2000-03-12 Sunday 23:45  walken
+2003-01-30 Thursday 12:38  gbazin
 
- J'ai retire gnome du build par defaut afin que ca ne cree pas de probleme
chez ceux qui n'ont pas les includes appropries...
+ * src/video_output/vout_subpictures.c: fixed a few race conditions that
   were triggered by the dvdplay plugin.
 
- Je sais que cette solution n'est pas ideale mais peut on se mettre d'accord
- pour ne construire par defaut que les outputs X et dummy pour la video, et
- dsp et dummy pour l'audio ?
+2003-01-30 Thursday 10:44  massiot
 
- (a la rigueur si on dit que dans le cvs on ne construit que les dummy je suis
- d'accord aussi)
+ Keep -O2 in --disable-optimizations mode, cause it can't harm...
 
- ou alors ca sert peut etre a rien de se mettre d'accord et ca sera regle par
- le ./configure bientot ?
+2003-01-30 Thursday 02:16  gbazin
 
-2000-03-12 Sunday 22:04  sam
+ * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in
+     PictureDisplayExtension(). This does also fix problems with the dvdplay
+     plugin and menus with still pictures.
 
-  . suppression d'un warning pour les machines n'ayant pas usleep()
-  . correction d'une boulette que j'ai faite dans netutils.c
-  . début de intf_gnome. vout_gnome est une copie de vout_x11 pour l'instant
+2003-01-30 Thursday 00:39  massiot
 
-2000-03-12 Sunday 20:05  walken
+ * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension,
+ * modules/gui/macosx/intf.m: one of the threads wasn't in real-time
+   priority !!!
+ * include/vlc_threads.h: tuned up OS X priorities
 
- Proprification du decodeur mpeg audio, comme j'avais fait pour l'ac3 :
- separation de ce qui est specifique videolan et de ce qui est generique.
+2003-01-29 Wednesday 21:54  fenrir
 
- Je compte encore bidouiller pas mal la partie generique, mais deja la ca
- marche donc...
+  * asf : more sanity check for broken files.
 
-2000-03-11 Saturday 01:05  polux
+2003-01-29 Wednesday 18:14  hartman
 
- Quelques ajustements pour beos. Les plugins ne compilent toujours pas.
+ intf: the slower/faster buttons should not be continious.
+ project: the source files were included in the Resources. No more.
 
-2000-03-10 Friday 02:24  sam
+2003-01-29 Wednesday 18:10  sam
 
-  . réglé un petit oubli dans le Makefile
-  . dernier commit pour tester les scripts ;
-       ça devrait bien marcher à présent
+   * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
+     the title and chapter dialogs when DVD menus are activated.
 
-2000-03-10 Friday 01:57  sam
+2003-01-29 Wednesday 17:28  gbazin
 
-  ben oui, encore un poliotage. mais ça me permet de tester les scripts
-  de commit en cachette :)
+ * modules/gui/gtk/*: changed the disc open dialog to allow for title and
+    chapter 0. When title or chapter 0 are selected, they do not appear in
+    the MRL.
 
-2000-03-10 Friday 01:47  sam
+2003-01-29 Wednesday 17:07  massiot
 
-  . suppression de quelques #define SYS_* (mais pas encore tous)
-  . include/config.h devient include/config.h.in et config.h sera
-   généré par ./configure. Le but est d'éviter les options -DFOO de gcc
-  . suppression d'un 'Resources' qui trainait encore dans config.h
+ New nl translation, courtesy of dj hartman.
 
-2000-03-09 Thursday 13:30  sam
+2003-01-29 Wednesday 15:55  sam
 
-  . la version et le codename sont définis uniquement dans configure.in
-  . plus de #ifdef SYS_* dans threads.h, on utilise defs.h
-  . re-test des scripts de tibob :)
+   * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization
+     in case the input dies before we even spawned our dvdplay interface
+     (Closes: #141).
 
-2000-03-09 Thursday 11:08  sam
+2003-01-29 Wednesday 15:15  sam
 
-  . normalement on devrait se prendre 1 seul mail par commit grâce aux
-   top scripts de tibob.
-  . suppression de Makefile
-  . rajout de include/defs.h.in qui génère include/defs.h
+   * ./po/ja.po: updated japanese translations, courtesy of KKI.
 
-  pour générer le Makefile et defs.h il faut lancer ./configure
+2003-01-29 Wednesday 14:03  gbazin
 
-  pour ceux qui voudraient toucher à configure.in, "include/defs.h.in" est
- généré par la commande autoheader, et "configure" est généré par autoconf
+ * include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals
+     THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me.
 
-2000-03-08 Wednesday 11:44  sam
+2003-01-29 Wednesday 12:59  gbazin
 
-  . remise du vieux Makefile en attendant celui généré par ./configure
+ * modules/demux/ogg.c: bug fix when switching between vorbis channels.
 
-2000-03-08 Wednesday 11:33  sam
+2003-01-29 Wednesday 11:41  jlj
 
-  ./configure puis make, et ça devrait compiler.
+   * ./modules/gui/macosx/controls.m: fixed bug in my previous commit.
 
-2000-03-08 Wednesday 11:22  sam
+2003-01-29 Wednesday 11:34  jlj
 
-  Premiers fichiers nécessaires à autoconf
+  * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty
+  * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input
+                        and using p_playlist->p_input instead.
 
-2000-03-04 Saturday 23:32  polux
+2003-01-29 Wednesday 11:17  gbazin
 
- Début du portage BeOS. Beaucoup de fuchiers ont été modifié car il a fallu
- réorganiser les headers pour que ce soient les headers les plus proches
- du système qui se retrouvent en premier (threads.h devrait toujours être
- le premier des headers non systèmes). J'ai du aussi rajouter un type
- plugin_id_t et par la même occasion inclure plugins.h dans la plupart
- des fichiers. Voici en vrac les modifs les plus importantes que j'ai opéré:
+ * modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin
+     (closes #122).
+ * modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user
+     settings (closes #122).
 
- o Légère réorganisation pour les raisons évoquées ci-dessus (certaines
-   macros comme MIN et MAX peuvent être déjà définies par le système et
-   interférer avec celles définies dans common.h ou autre)
+2003-01-29 Wednesday 09:54  sam
 
- o Dans intf_msg j'ai du remplacer les vasprintf par des vsprintf
-   dans le cas où ARCH=BEOS.
+   * ./modules/audio_output/arts.c: fixed aRts output and removed debug
+     messages that were lying around.
 
- o la commande hostname du Makefile n'était pas compatible et je
-   l'ai donc enlevé, en avons-nous besoin ? Auquel cas il suffit de
-   rajouter un ifeq.
+2003-01-29 Wednesday 00:02  titer
 
- o J'ai aussi remplacé  les bzero et bcopy par memset et memmove.
+  enabled changing filters on the fly
 
- o plugin.c, mtime.c et threads.h et quelques fichiers de l'input
-   ont été adaptés à BeOS à grand coup de #ifdef SYS_*.
+2003-01-28 Tuesday 23:55  massiot
 
- TODO:
+ Not sure the buffer was large enough.
 
- o Ecrire intf_beos.cpp, vout_beos.cpp et aout_beos.cpp
+2003-01-28 Tuesday 23:38  fenrir
 
- Je suis sous linux et je viens de tester le client qui marche très
- bien, mais il est néanmoins possible que j'ai introduit quelques
- problèmes de compilations pour certains modules, si c'est le cas
- prévenez moi.
-
-2000-03-04 Saturday 12:52  sam
+  * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though.
 
-  - ça compile sous FreeBSD (mais ça ne tourne pas)
-  - les dépendances sont cachées dans .deps/ au lieu de deps/
-  - suppression d'encore quelques #include inutiles.
-  - la gestion des plugins est maintenant encapsulée dans misc/plugin.c
-   un peu comme les threads, pour faciliter le portage.
-  - léger remaniement de l'output pour --help et --version
-  - les p_ts_packet sont castés en (void *) pour éviter un warning sous
-   certaines architectures.
-  - ajout de la GPL dans un fichier COPYING
-  - fichier README avec rien dedans pour le moment, à part la liste de
-   toutes les personnes ayant participé au projet. J'en ai *forcément*
-   oublié certains, alors si vous avez un nom, rajoutez-le. de même, s'il
-   y a un gros con que j'ai mis par erreur dans la liste et qui n'a jamais
-   rien fait pour le projet, n'hésitez pas à le supprimer sournoisement.
-  - fichier AUTHORS avec la liste des gens ayant bossé sur le client. j'ai
-   mis toutes les personnes ayant fait au moins un commit, ainsi que Henri
-   parce que je sais qu'il bosse sur l'audio, et HPReg, Steve et Oli parce
-   qu'ils ont bossé dessus aussi. Par contre ici aussi j'ai fort probable-
-   ment oublié des gens. Corrigez !
-  - répertoire debian/ qui servira à créer des packages
-  - rajout d'une entrée pour faire `make install' (pas encore parfait)
-  - nom de code de la future release 0.2 : `Onatopp' :)
+2003-01-28 Tuesday 22:52  sam
 
-2000-03-03 Friday 08:03  sam
+   * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139).
 
-  Encore un commit venu tout droit des abysses de l'enfer, désolé pour
- le flood, c'est la dernière fois.
+2003-01-28 Tuesday 22:03  sam
 
-   . après le demoronifier, le GPLifier: il y a les entêtes de la GPL dans
-    chaque fichier ; votre mission, si vous l'acceptez, est de mettre votre
-    nom dans chaque fichier qui est votre oeuvre ou auquel vous avez
-    participé, pour qu'on sache qui a fait quoi. Pas de fausse modestie,
-    c'est plus pour des raisons pratiques que pour la gloire.
+   * ./src/video_output/video_output.c: don't try to change aspect ratio if it
+     has been overriden by the user (Closes: #79).
+   * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method".
+   * ./modules/*: fixed a few capitalization issues.
 
-   . rajout de -lthreads pour que ça linke sous Hurd
+2003-01-28 Tuesday 21:18  gbazin
 
-   . rajout de quelques #include pour que ça compile sous FreeBSD
-    (d'ailleurs ça compile mais ça ne linke pas, je ne sais pas comment
-    linker avec la libpthread sur la machine de Dae)
+ * modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select
+    title 0 when using the dvdplay plugin (title 0 = menu).
 
-   . quelques #ifdef SYS_BSD çà et là.
+2003-01-28 Tuesday 21:17  fenrir
 
-2000-03-03 Friday 01:59  sam
+  * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0.
 
-  . portage des vlc_threads aux cthreads de Mach pour GNU/Hurd
-  . rajout de #ifdef SYS_LINUX autour du code concernant les interfaces
-  . suppression de quelques #include <sys/soundcard.h> qui trainaient encore
-  . option PPRO dans le Makefile (si vous avez des erreurs
-     'Illegal instruction', ça venait probablement de là)
-  . rajout de quelques commentaires pour expliquer en quoi certains #include
-     sont nécessaires, aux endroits où je ne comprenais pas, et suppression
-     de #include qui semblaient inutiles.
+2003-01-28 Tuesday 21:08  sam
 
-2000-03-02 Thursday 00:51  walken
+   * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in
+     DATA_PATH.
+   * ./modules/gui/wxwindows/*.cpp: fixed minor warnings.
 
- Created a small&clean public interface for the ac3 decoder (see ac3_decoder.h)
+2003-01-28 Tuesday 21:06  sam
 
- Modified ac3_decoder_thread to use this interface
+   * ./debian/*: activated the wxwindows plugin.
 
- Find ac3 sync words not by scanning the ac3 stream but by using the magic
- bytes at the start of the ac3 pes packets
+2003-01-28 Tuesday 20:02  sam
 
-2000-02-28 Monday 03:35  walken
+   * ./toolbox: made a few glade-generated strings non-translatable.
+   * ./po/*: fixed spelling errors in pofiles.
 
- Separation du decodeur ac3 et de la partie specifique a videolan
+2003-01-28 Tuesday 17:14  sam
 
- Les interfaces du deco ac3 ne sont pas encore bien propres et documentees
- mais ca viendra dans un second temps. Les fichiers ac3 ne dependent plus
- d'includes videolan. C'est deja une bonne premiere etape.
+   * ./debian/control: removed versioned dependency on libxosd.
+   * ./debian/rules: added comments here and there.
 
- Au niveau du bitstream compresse, l'interface avec le decodeur ac3 ne se fait
- plus par le fichier decoder_fifo.h. En effet, le decodeur ac3 a besoin de
- connaitre la structure exact d'un bitstream_t, donc cette interface n'etait
- pas la plus propre. La nouvelle interface se compose d'une fonction
- ac3_byte_stream_next (ac3_byte_stream_t * p_byte_stream) que le decodeur
- ac3 appelle lorsqu'il a besoin d'un nouveau buffer de donnees compressees.
+2003-01-28 Tuesday 17:11  sam
 
- ac3_byte_stream_t est une structure comprenant les champs
- u8 * p_byte (pointeur sur le debut du buffer),
- u8 * p_end (pointeur sur la fin du buffer),
- void * info (utilisation libre pour implementer ac3_byte_stream_next)
+   * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
+     use "./toolbox --fix-glade" to generate and fix source files.
+   * ./include/vlc_common.h: fixed compilation warnings.
 
- L'implementation actuelle de ac3_byte_stream_next () dans ac3_decoder_thread.c
- fait un peu double emploi avec misc/decoder_fifo.c mais je reglerai tout ca
- plus tard.
+2003-01-28 Tuesday 16:57  sam
 
-2000-02-25 Friday 03:45  walken
+   * ALL: fixes for various compilation warnings and spelling errors.
 
- Decoupage de vdec_motion en deux parties :
+2003-01-28 Tuesday 16:52  sam
 
- vdec_motion_inner contient le code plus ou moins bourin qui calcule les pixels
- (je pense que c'est la que la majorite du temps est ecoulee, et qu'il y aurait
- eventuellement un avantage a rechercher des optimisations particulieres pour
- ce fichier, genre debouclage de boucles ou quelque chose du genre)
+   * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of
+     libxosd.
 
- Le code dans vdec_motion contient quand a lui des tests sur le type exact
- de prediction a effectuer, des calculs de pointeurs en fonction des motion
- vectors, et les appels a vdec_motion_inner.
+2003-01-28 Tuesday 16:47  hartman
 
- La fonction MotionComponent de vdec_motion a ete modifiee pour appeler
- directement la bonne fonction de vdec_motion_inner en fonction des parametres.
- La encore en raison de la gestion d'inlines faite a la compilation, pour chaque
- appel les parametres i_width, i_height et b_average sont deja connus et
- donc l'appel de MotionComponent devrait s'etendre a un simple switch (i_select)
- et un appel de la fonction correspondante dans vdec_motion_inner.
+ ALL: updated deinterlace to work on the fly. there is a but in vout.m:433
+      jlj will need to fix that.
+      there is no feedback to the interface as of yet
 
- Le code dans vdec_motion presente toujours une apparence contestable mais
- je n'ai pas modifie son fonctionnement (seulement la fonction MotionComponent).
+2003-01-28 Tuesday 15:59  hartman
 
-2000-02-23 Wednesday 04:09  sam
+ * ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack
+ * ./README.MacOSX.rtf: updated deinterlace and resize info
 
-   rha ! deux fichiers oubliés.
+2003-01-28 Tuesday 15:05  massiot
 
-2000-02-23 Wednesday 04:04  sam
+ We are now able to parse :
+ dvdread:/Volumes/to@to/VIDEO_TS@1,1
+ dvdplay:/Volumes/to@to/VIDEO_TS@1,1
+ Closes #77
 
-  Le retour du demoronifier qui n'est pas content.
+2003-01-28 Tuesday 14:49  sigmunau
 
-    . 11 moronic long lines destroyed
-    . 1282 trailing spaces eradicated
-    . 4 ugly macros fixed
-    . 5 innocent a_bit_long lines shortened
+ fixed another possible crash
 
-    . 5987 tabulations transformées en espaces
-    . 153 '??' transformés en 'XXX??' ou 'FIXME??'
-     (ptyx, j'espère que ce compromis te convient)
+2003-01-28 Tuesday 14:41  gbazin
 
-    . commentaires en // corrigés en /* */
-     (je parle bien des commentaires, pas des morceaux de code
-      mis en // comme les printf de debug par exemple)
+ * modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69)
 
- Au passage :
+2003-01-28 Tuesday 14:00  fenrir
 
-    . version du vlc modifiée en 0.1.99 (la release sera la 0.2.0)
-    . suppression de video_x11.h
-    . correction d'un warning dans intf_ctrl.c
+  * gtk: fixed 'cannot find file.xpm'.
+  * wxwindows: compilation fix for older wxwindows header.
 
-2000-02-22 Tuesday 23:54  walken
+2003-01-28 Tuesday 13:07  gbazin
 
- travail sur l'ac3_decoder : debut de separation de ce qui est specifique a
- videolan (ac3_decoder_thread) et de ce qui ne l'est pas. Ce n'est pas encore
- ideal, la partie "videolan" fait des inits a l'interieur de la partie
- "ac3"... il faudra que je fasse une belle interface pour ca.
+ * src/video_output/video_output.c: oops, fixed a bug I just introduced.
 
- Le probleme des includes n'est pas non plus regle, mais c'est a cause des
- bit_streams :) patience.
+2003-01-28 Tuesday 13:03  gbazin
 
-2000-02-21 Monday 10:15  sam
+ * modules/video_filter/deinterlace/deinterlace.c,
+   modules/video_output/x11/xcommon.c: modified debug messages.
 
-  3 vilains fichiers avaient disparu
+2003-01-28 Tuesday 12:30  gbazin
 
-2000-02-21 Monday 10:15  sam
+ * src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the
+ filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on
+ the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object
+ variables.
+ * modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow
+ switching deinterlace modes on the fly.
+ * modules/gui/gtk/menu.c: updated the deinterlace menu.
+ * include/vlc_common.h: compilation fixes for gtk_main and gnome_main.
 
-  chargement dynamique de plugins audio/video/interface
+2003-01-28 Tuesday 12:23  massiot
 
-  utilisation: c'est tout con, ça marche comme avant. pour le moment
-   il n'y a pas de vérification des symboles mais ça viendra.
+ Do not show the channels menu when the input stream is mono, closing #117.
 
-  seule restriction, il faut être dans le répertoire vlc quand on lance
-   le client, parce que le chemin des plugins est relatif, mais ça aussi
-   ça va changer.
+2003-01-28 Tuesday 10:05  titer
 
-  le Makefile devient pas très beau, il faudra songer à passer à automake
+  * sanity Lock()s
 
-2000-02-21 Monday 05:21  sam
+2003-01-28 Tuesday 08:17  titer
 
-  . ajout de l'audio output pour Esound
-  . pas encore très au point à cause d'un bug dans esd_get_latency() mais
-  j'en ai besoin pour tester le chargement dynamique de plugins.
+  * beos/* : do not forgot to destroy the Messages window, so vlc does
+             lock when exiting
+  * missing cvsignores
 
-2000-02-21 Monday 03:19  walken
+2003-01-28 Tuesday 08:11  yves
 
- Une partie de patch qui ne devrait pas etre trop controversee : j'ai juste
- change les #define MACHIN_DELAY pour qu'ils soient definis en tant que
- multiples de CLOCK_FREQ
+ - new video_output/vout_encoder plugin.
+ - new demux/a52sys plugin.
 
- :>
+2003-01-28 Tuesday 03:46  sam
 
-2000-02-21 Monday 00:24  reno
+   * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113).
 
- Ajoute du support son U8_Stereo
+2003-01-28 Tuesday 03:11  sam
 
- --
- Reno
+   * ./include/vlc_common.h: removed duplicate macro definitions in the gtk
+     and gnome plugins.
 
-2000-02-19 Saturday 01:39  walken
+2003-01-28 Tuesday 02:53  sam
 
- Yop,
+   * ./configure.ac.in: first step in the world domination roadmap, setting
+     the CVS version to -test4.
 
- Bon ben voila, j'ai commence a bouger les .h comme je voulais le faire...
+2003-01-28 Tuesday 02:03  sam
 
- C'est encore un peu le bordel et j'en suis desole. Mais je compte bien
- deplacer des trucs jusqu'a ce que ca soit a nouveau bien range :)
+   * ./po/*: spelling fixes.
 
-2000-02-19 Saturday 01:11  sam
+2003-01-28 Tuesday 01:50  hartman
 
-  deux changements cosmétiques de rien du tout et suppression d'un warning
+ ALL: the next and previous buttons first work through the chapters. Only
+      then they turn to the playlist.
 
-2000-02-18 Friday 01:26  walken
+2003-01-28 Tuesday 00:22  sam
 
- Modification du decoder_fifo : le GetByte devrait etre un chouilla plus rapide,
- ce qui devrait au minimum compenser la perte due a ma derniere modification.
+   * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins.
 
-2000-02-17 Thursday 23:17  polux
+2003-01-27 Monday 23:48  massiot
 
- La plupart des causes de segfault de la video ont été éliminées, les messages
- d'erreur qui sont affichés sur stderr vous donnerons une bonne idée du nombres
- d'occasions de planter qui se présentent au client.
+ Additional check on p_first_byte_to_mix.
 
- J'ai aussi remis le flag DEBUG à 1 et commenter omit-frame-pointer pour que
- tout le monde puisse avoir la chance de participer à la chasse aux segfaults
- avec son gdb. Les bugs report sont le bienvenu (surtout si c pour l'audio ;).
+2003-01-27 Monday 23:42  sam
 
-2000-02-17 Thursday 20:27  walken
+   * ./bootstrap: removed usage of $^ which is not compatible with BSD or
+     Solaris make.
 
- Modification de decoder_fifo.h : le cas ou on passe d'un buffer a l'autre
- lors de la lecture d'un octet n'est plus inline. Precedemment le code etait
- inclus a chaque invocation de NeedBits ou GetBits...
+2003-01-27 Monday 22:50  sam
 
- Vu l'etat de la synchro je n'ai pas pu mesurer d'impact precis sur les fps
- mais je ne m'attends pas a ce qu'il soit mesurable de toute facon : on troque
- un apel de fonction contre un meilleur comportement du cache code...
+   * ./src/audio_output/output.c: fixed return with a value in function
+     returning void.
 
- Premier checkin de ma part, mais il devrait en venir d'autres.
+2003-01-27 Monday 22:42  sam
 
-2000-02-17 Thursday 19:04  polux
+   * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it
+     anyway, do not provide our custom version.
 
- Petite modif dans la synchro, peut-être que cela marchera mieux, qui sait ?
+2003-01-27 Monday 21:44  ipkiss
 
-2000-02-17 Thursday 17:36  polux
+  * Fixed a segfault (closes #132)
 
- Premier service pack de la POLUX_SYNCHRO:
-  o 0 bug fixe
-  o several bugs added
-  o synchro is now slower than ever
+2003-01-27 Monday 21:35  jobi
 
- Si par chance cela marchait chez vous prévenez moi vite.
+     * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile,
+            at least on FreeBSD 5.0
 
- Mise à 0 du flag DEBUG pour tester la synchro dans les meilleures conditions
- possibles, attention les accès disque du mini-server ainsi que les nombreuses
- irrégularités du flux peuvent perturber le client de façon non négligeable.
+2003-01-27 Monday 17:41  ipkiss
 
-2000-02-17 Thursday 12:04  dae
+  * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *)
+    instead of a (vlc_list_t); this modification was needed because BCB
+    doesn't like at all when a function (compiled with mingw32) returns
+    a struct...
+  * ALL: modified the files to take this change into account
+  * modules/gui/win32/menu.cpp: enabled the "Add interface" command
 
- remaniement de quelsques includes pour que ca passe sous BSD.
+2003-01-27 Monday 16:28  fenrir
 
-2000-02-17 Thursday 07:07  sam
+  mms: another memory leak
+  avi: comment out a debug statment.
 
-  o remise de b_stereo dans les structures audio en attendant que soit
-   définie une api pour la gestion de plus de 2 voies, qui de toute façon
-   est loin d'être une priorité. je dirais même qu'on s'en fout.
-  o argument supplémentaire pour GetBufInfo() pour que la méthode dummy
-   attende un temps convenable, et correction de aout_dummy.c
-  o le test sur la variable DEBUG dans config.h est maintenant conforme
-   à ce que dit le Makefile.
-  o suppression d'une variable inutile dans intf_fb.c
-  o --long-help devient --longhelp comme dans mpg123
-  o version du programme arbitrairement mise à 0.95.0
-  o commentaire d'une variable inutilisée dans Synchronize (video_output.c)
-  o correction du "LIN" en "LIB" dans le Makefile, qui doit traîner là
-   depuis des siècles
-  o proprification de quelques routines du Makefile
+2003-01-27 Monday 10:29  titer
 
- le code de sélection de méthode audio/video est loin d'être propre, je
- dirais même que c'est du gros caca, mais j'y bosse.
+  Disabled DVD menus by default for 0.5.0
 
- bonne nuit,
+2003-01-27 Monday 01:42  ipkiss
 
-2000-02-17 Thursday 01:43  polux
+  * The space bar is a hotkey for pause/resume.
 
- Corrections de quelques petits bugs et surtout nouvelle synchro qui ne semble
- pas trop mal marcher sur ma machine mais qui j'en suis sûr ne marchera pas du
- tout sur la votre.
+2003-01-27 Monday 00:08  jlj
 
- A noter qu'il existe maintenant 3 synchros que l'on peut choisir en changeant
- le define dans vpar_synchro.h (POLUX_SYNCHRO, SAM_SYNCHRO, MEUUH_SYNCHRO)
+   * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview
+                                     is now updated on panel BecomeKey.
+   * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel.
 
-2000-02-16 Wednesday 08:27  sam
+2003-01-26 Sunday 22:57  gbazin
 
-  o renommage arbitraire et totalitaire de idctmmx.S en vdec_idctmmx.S
-  o correction d'une typo débile dans audio_output au commit précédent
-  o b_stereo est remplacé par i_channels
-  o suppression de la structure aout_dsp_t dont les membres dépendant
-   de l'output se retrouve dans aout_*_sys_t, et les autres directement
-   dans aout_thread_t, on se fait pas chier.
+ * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some
+ DVD menus.
 
-2000-02-16 Wednesday 04:54  sam
+2003-01-26 Sunday 18:31  babal
 
-  o changement de nom des fonctions spécifiques BeOS
-  o début de l'éclatage de l'audio_output :
-    . giclage des variables *dsp* en faveur de *sys*
-    . aout_*GetBufInfo renvoie l_bytes pour que video_output.c ne dépende
-     plus de la structure audio_buf_info spécifique à <linux/soundcard.h>
-    . création de la méthode audio 'dummy' qui ne fait rien.
-  o nouvelle option --aout acceptant 'dummy' et 'dsp' pour le moment
+ - menu checkbox outside of title/chapter groupbox
 
-2000-02-16 Wednesday 01:35  sam
+2003-01-26 Sunday 18:02  babal
 
-  . virage de cette #@!#@@#@#!@#@#!!@#@!!#@!@!!@# de dépendance du Makefile
+ - buttons are left aligned and their size comforms to Windows XP visual
+   guidelines
 
-2000-02-15 Tuesday 06:25  sam
+2003-01-26 Sunday 16:37  gbazin
 
-  . amélioration de la YUV 8bpp
-  . nettoyage du code de gestion des méthodes vout
-  . nouvelle option --vout
-  . préparation de l'éclatage de l'audio output comme ça a été
-   fait avec le vout.
-  . nouvelle commande --long-help
+ * modules/audio_output/waveout.c: multichannel and spdif support (spdif untested).
 
- La sélection de la méthode vout est encore plus simple. Pour sélectionner
- le framebuffer par exemple : "vlc --vout fb". Par défaut, X11 est choisi.
+2003-01-26 Sunday 14:53  hartman
 
-2000-02-14 Monday 09:44  sam
+ * Added myself to list of authors of these files. i had forgotten to do this.
 
-  . fixé une erreur de syntaxe dans video_fb.c
-  . *3dfx* devient *glide*
-  . suppression de tabulations dans quelques fichiers
-  . suppression des 2 warnings dans sam_synchro
-  . video_* devient vout_* quand ce sont des méthodes de vout
-  . tentative de correction de la détection de MMX pour BeOS
-  . nouvelle option vlc_vout_method (faute de mieux pour le moment)
-  . modification du Makefile pour supporter plusieurs VIDEO_*
+2003-01-26 Sunday 14:52  fenrir
 
- dorénavant on peut compiler plusieurs output différents dans le
- client. la préférence se fait dans l'ordre x11, fb, ggi, glide...
+  * all: raah, clean up glade output.
 
- si on le compile avec x11 et fb, par défaut il se lancera en X.
- pour le lancer en framebuffer :
- ./vlc vlc_vout_method=fb
+2003-01-26 Sunday 14:49  fenrir
 
- (il faut que je proprifie un peu le choix de l'output, et que je
- facilite l'ajout d'un nouveau vout_*)
+  * added stream output dialog box.
 
-2000-02-13 Sunday 20:43  sam
+2003-01-26 Sunday 13:37  gbazin
 
 . détection d'un processeur MMX.
-  . l'output fb remet le terminal comme il faut en sortant.
-  . séparation du flag MMX et de l'architecture dans le Makefile
* src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer.
+     (p_input->p_first_byte_to_mix sometimes need to be reset)
+ * modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk.
 
-2000-02-13 Sunday 05:31  sam
+2003-01-26 Sunday 12:34  fenrir
 
-  Je vous avais prévenu. Le demoronifier a frappé.
+  * avi : fix play back for some broken avi
 
-  Désolé pour le flood. Les en-têtes de fonctions ne font plus 81
- caractères, et il n'y a plus d'espaces inutiles, Tous les trailing
- spaces ont disparu, j'ai essayé de vérifier que ça ne pétait rien,
- mais j'ai pu oublier un truc con. J'accepte tous types de châtiments
- à base d'orties fraîches.
+2003-01-26 Sunday 10:36  gbazin
 
-  Désolé d'avoir aussi modifié les fichiers de ceux qui formataient
- bien proprement leurs en-têtes à 80 et pas 79 sans embêter personne,
- mais j'ai dû choisir entre les deux.
+ * modules/gui/wxwindows/*: Fixed the open dialog on win32.
+     Better slider management in the main interface. Misc other small fixes.
 
-  Dorénavant ce serait bien de formater les en-têtes et les commentaires
- justifiés à droite à 79 colonnes, ou au pire à 80.
+2003-01-26 Sunday 08:28  titer
 
-  . 1343 moronic long lines destroyed
-  . 12893 trailing spaces eradicated
-  . 115 ugly macros fixed
-  . 959 innocent a_bit_long lines shortened
-  But hey, 40054 lines were OK !
+  Added some colors.
 
-2000-02-10 Thursday 06:57  sam
+2003-01-26 Sunday 03:55  ipkiss
 
-  Juste une modif à la con dans video_output pour que le message "waiting
-  for stream" s'affiche dès le lancement du vlc. En même temps ça me
-  permet de tester que la migration du CVS sur shiva a fonctionné.
+  * modules/gui/win32: replaced BitBtns with Buttons everywhere, and
+    put "OK" and "Cancel" buttons in an horizontal layout.
+    Also updated a few properties here and there.
 
-2000-02-10 Thursday 04:15  sam
+2003-01-26 Sunday 02:22  ipkiss
 
-  . double buffering avec locks pour 3dfx
-  . gestion des touches pour l'interface 3dfx
-  . proprification de la gestion des touches en framebuffer
+  * modules/video_output/directx: added a configuration variable and a
+    "normal" one to set the vout window on top of ther windows
+  * modules/gui/win32: the interface can use these variables
+    (almost closes #84)
 
-2000-02-09 Wednesday 06:50  sam
+2003-01-26 Sunday 00:51  sam
 
-  . video output pour 3dfx.
-  . le premier qui se marre gagne le droit de venir voir comment ma 3dfx1
-   fait l'overlay, le scaling et la YUV en hard (nan je déconne, elle fait
-   rien de tout ça, et en plus ça rame).
+   * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu
+     generation.
 
-2000-02-09 Wednesday 03:04  sam
+2003-01-25 Saturday 21:34  hartman
 
-  . un peu de ménage dans video_fb.c
-  . récupération des masks dans la structure framebuffer, ce qui fait que
-   l'output framebuffer fonctionne à nouveau.
+ * changed the bugreporting url
 
-2000-02-08 Tuesday 06:08  sam
+2003-01-25 Saturday 20:15  titer
 
-  . gestion du gamma en 8bpp grayscale
-  . optimisations dans la YUV 8bpp
-  . l'output framebuffer ne bloque plus la console
-  . rajout d'une fonction dans la structure vout pour allouer une palette
-  . réinitialisation de l'ancienne palette en quittant
+  Added a window to see vlc messages.
 
- bugs restant:
-  . pas d'allocation de palette en 8bits sous X11
-  . bugs du scaling en 8bits sous X11 (sans doute dû à l'alignement sur 1
-   octet au lieu de 2)
-  . l'output framebuffer est toujours pétée pour 16 et 32 bits
-  . pas de correction gamma en 8bits couleur
-  . c'est tout moche pendant la fraction de seconde du changement de palette
+2003-01-25 Saturday 18:42  hartman
 
-2000-02-07 Monday 06:13  sam
+ * ./README.MacOSX.rtf: added two remarks on subtitle support.
+ * ./extras/MacOSX/vlc.pbroj/project.pbxproj
+   - Added .wma filetype
+   - Added README, COPYING etc. to resources
+ * ALL: Added a Help menu.
 
-  . suite de l'output 8 bits couleur/n&b
-  . correction d'un bug dans la génération de la palette optimale
-  . YUV avec dithering mortel qui tue
+2003-01-25 Saturday 18:09  fenrir
 
- todo:
-  . x11 (ça ne marche qu'en framebuffer pour le moment)
-  . mettre la génération de palette dans video_yuv
-  . refaire marcher l'output framebuffer pour bpp!=8
+  * faad : clean up.
 
-2000-02-07 Monday 05:53  sam
+2003-01-25 Saturday 17:57  fenrir
 
-  . rajout du mode video 'dummy' pour les gens qui n'ont pas de carte
-   video. Le premier qui se marre se prend une claque.
+  * all: fixed wrong usage of input_DeletePES.
 
-2000-02-06 Sunday 16:48  sam
+2003-01-25 Saturday 17:21  fenrir
 
-  . yuv pour le 8 bits noir et blanc
-  . yuv 8 bits couleur (bon c'est moche pour le moment, mais ça vient)
-  . correction de "convertion" en "conversion" un peu partout :)
+  *mp4: fixed segfault when it fails to start a decoder and has specific
+ informations to send.
 
- à faire encore : allouer dynamiquement la lookup table pour la YUV 8 bits,
- parce que directement dans p_vout ça pue un peu, faire le changement de
- palette qui va bien au passage couleur / n&b.
+2003-01-25 Saturday 16:59  fenrir
 
-2000-02-06 Sunday 14:13  seguin
+  * ffmpeg: fixed memory leaks.
 
- IMPORTANT:
-       p_vout->i_depth est maintenant la profondeur SIGNIFICATIVE de
-               l'écran (8, 15, 16 ou 24)
-       p_vout->i_bytes_per_pixel est la profondeur réelle (1, 2, 3 ou 4)
+2003-01-25 Saturday 16:58  fenrir
 
- Ajout du calcul des décalages à video_output.
- Refonte de l'initialisation des tables.
- Détection correcte des profondeurs 24/24 et 24/32 en X11
- Correction de bugs dans le scaling en 1, 3 et 4 Bpp.
- Récupération des masques depuis le materiel en X11 et GGI.
+  * all : fixed some memory leaks thanks valgrind.
 
- FrameBuffer cassé pour le moment: il faut rajouter les masques de couleur
- (des valeurs par défaut sont au début de video_yuv.c) et le calcul des
- nouvelles profondeurs d'écran.
+2003-01-25 Saturday 12:42  hartman
 
-2000-02-05 Saturday 02:57  sam
+ * README.MacOSX.rtf: Updated Readme for new release. Added section on
+   subtitles and on bugreporting.
+ * extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv,
+   .sub and .srt files.
 
-  . prototypes de fonctions pour le 8bpp
-  . virage d'un bug dans le calcul de bytes_per_line (sauf fumage de ma part)
-  . suppression de quelques #@@#@!!#@@#!@#@#! d'espaces en fin de ligne
-  . quelques reformatages à 79 colonnes au lieu de @@#@!!#@@#!@#@#!# 81.
+2003-01-25 Saturday 12:00  hartman
 
-2000-02-04 Friday 21:52  maxx
+ * Reverted back to non metal windows as dictated by Apple's User Interface
+   Guidelines. Only the controller window stays metallic.
 
- * ac3_decoder/ac3_decoder.c :
- - suppression des `#ifdef AC3_SIGSEGV' ;
- - correction d'un bug de la fonction `InitThread()' (scotchage à
- l'initialisation du décodeur AC3 dans certaines conditions très
- particulières) ;
- - support du booléen `b_invalid' permettant de détecter des frames
- supposées invalides ;
+2003-01-25 Saturday 03:12  fenrir
 
- * ac3_decoder/ac3_exponent.c :
- - suppression des `#ifdef AC3_SIGSEGV' ;
- - détection des frames invalides et support du booléen `b_invalid' ;
+ * avi: no more segfault when we have 'max buffer allocation reached'
+ * all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached'
+ we cannot send null packet to decoder.
 
- * ac3_decoder/ac3_mantissa.c :
- - suppression des `#ifdef AC3_SIGSEGV' ;
- - détection des frames invalides et support du booléen `b_invalid' ;
- - optimisation de la fonction `mantissa_unpack()' ;
+2003-01-25 Saturday 01:03  titer
 
- * audio_decoder/audio_decoder.c :
- - correction d'un bug de la fonction `InitThread()' (scotchage à
- l'initialisation du décodeur MPEG2 dans certaines conditions très
- particulières) ;
+  * store windows sizes in the vlc configuration file
+  * fixed an interface bug when launching a file from the command line
+  * minor fixes or enhancements
 
- * include/ac3_decoder.h :
- - suppression du `#define AC3_SIGSEGV' ;
+2003-01-24 Friday 18:25  hartman
 
- * include/vpar_synchro.h :
- - déclaration explicite de la fonction `vpar_SynchroKludge()' lorsque
- `SAM_SYNCHRO' n'est pas activée ;
+ * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
 
- * interface/intf_ctrl.c :
- - initialisation à `-1' des variables `i_input' et `i_pid' de la
- fonction `SelectPID()' ;
+2003-01-24 Friday 16:19  hartman
 
- * video_output/video_yuv.c :
- - mise en commentaire de la fonction inutilisée `yuvToRgb24()' ;
+ * code we migh use in the future to change the subfile we use.
+   not very useful now because of the .avi requirement to start/stop before
+   loading/displaying the subs.
 
- * video_parser/video_parser.c :
- - intégration du patch proposé dans videolan-devel ;
+2003-01-24 Friday 14:35  hartman
 
- * video_parser/vpar_blocks.c :
- - intégration du patch proposé dans videolan-devel ;
+ ALL: fixed the deinterlace menuiteM
+ cvS: ----------------------------------------------------------------------
 
- NdlR : apu warnings à la compilation :-)
+2003-01-24 Friday 14:34  hartman
 
-2000-02-04 Friday 15:48  seguin
+ ALL: fixed the deinterlace menuitem
 
- Support 4:2:2, 4:4:4 et niveaux de gris en 15, 16 et 32 bpp complet.
+2003-01-24 Friday 14:13  sam
 
-2000-02-04 Friday 14:20  seguin
+   * ./doc/bugreport-howto.txt: minor updates.
 
- Correction du segfault en gris.
+2003-01-24 Friday 12:01  sam
 
-2000-02-03 Thursday 14:38  seguin
+   * ./configure.ac.in: removed the --with-bcbuilder flag.
+   * ./INSTALL.win32: updated accordingly.
 
- Suppression de la ligne verte.
- Scaling encore optimisé.
- Suppression d'un bug causant un segfault sur certaines tailles de fenetre.
+2003-01-24 Friday 06:31  titer
 
-2000-02-03 Thursday 13:40  seguin
+  * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
+                   BeOS computers (closes #119)
+  * others: removed old printf or unused code.
 
- Correction du bug de calcul du masque (fontes outlines, point sous les ]).
- Vive les ^ qui suivent les ].
+2003-01-24 Friday 06:21  hartman
 
-2000-02-03 Thursday 04:37  maxx
+ * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
+   after 2 seconds.
 
- * audio_output/audio_output.c :
- - suppression du fprintf() de debug ;
+2003-01-24 Friday 02:31  hartman
 
- * spu_decoder/spu_decoder.c :
- - suppression des fprintf() de debug ;
- - la nouvelle version est prête mais je ne la commit pas encore ;
+ * when the playlist is selected and you push the spacebar we pause/play
+   the movie. this makes the behaviour more consistent, though the solution
+   is somewhat unclean. We should fix this on a higher level but i don't see
+   how we could/should.
 
- * input/input_psi.c :
- - le décodeur spu était autospawné uniquement si b_audio était à 1...
- remplacement de b_audio par b_video (g bon sam ?) ;
+2003-01-24 Friday 00:57  babal
 
-2000-02-03 Thursday 02:23  seguin
+ - added a NULL pointer test
+ - cosmetic changes
 
- Synchro améliorée X et Y, dans les 2 sens
+2003-01-24 Friday 00:53  hartman
 
-2000-02-02 Wednesday 22:52  maxx
+ * the volume slider could only be dragged, not clicked. removed some
+   useless code as well.
 
- * audio_output/audio_output.c, interface/intf_ctrl.c :
- - suppression de deux warnings à la noix de cajou polymère ;
+2003-01-24 Friday 00:17  hartman
 
-2000-02-02 Wednesday 00:13  seguin
+ * made a quick hack to create a resize bar. not sure if we should keep this.
 
- Scaling horizontal >=1
+2003-01-23 Thursday 23:57  gbazin
 
-2000-02-01 Tuesday 10:30  seguin
+ * modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface.
+ * modules/gui/wxwindows/popup.cpp: Started implementing the popup menu.
+ * modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a
+ play/pause button depending on the context.
+ * modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.
 
- Scaling vertical dans les 2 sens en YUV walken.
+2003-01-23 Thursday 23:51  massiot
 
-2000-02-01 Tuesday 03:16  massiot
+ * Resized elements in the open panel,
+ * modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
+   mode is on the primary screen,
+ * po/*: Updated po files.
 
- Rajout de #define SAM_SYNCHRO si sam veut reprendre son code.
+2003-01-23 Thursday 22:57  hartman
 
-2000-02-01 Tuesday 02:38  massiot
+ * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+   - oops, i enlarged the timeslider by accident. fixed
+ * ./modules/gui/macosx/controls.m
+   - fixed a mutex_lock issue
 
- Un Makefile qui est parti un peu vite...
+2003-01-23 Thursday 22:39  hartman
 
-2000-02-01 Tuesday 02:37  massiot
+ ALL: - made some panels into windows.
+      - made the background picture non editable (removes the text cursor)
+      - added slowmotion button
 
- Re-tentative de sauvetage de la synchro.
+2003-01-23 Thursday 22:25  hartman
 
-2000-02-01 Tuesday 01:50  seguin
+ * ./modules/gui/macosx/controls.m
+   - changed the slower button into a slowmotion button
+   - fixed a forgotten mutex_unlock
+ * ./modules/gui/macosx/intf.m
+   - added the slowmotion button
+   - some windows shouldn't register in the "Window" menu
+ * ./modules/gui/macosx/open.m
+   - allow multiple file selection
 
- Temporaire (ça segfaulte si on le chatouille un peu).
- YUV walken avec resize. Y et + seulement pour le moment.
+2003-01-23 Thursday 21:47  massiot
 
-2000-02-01 Tuesday 00:11  massiot
+ * Minor changes to the open panel, added AVI stream output option,
+ * modules/gui/macosx/open.m: "Open File" is back,
+ * modules/codec/mpeg_video/synchro.c: Fixed a counting bug.
 
- Synchro de base.
+2003-01-23 Thursday 17:18  babal
 
-2000-01-31 Monday 17:56  seguin
+ - menus disabled by default
+ - cosmetic changes
 
- Changement de chaîne configurable depuis un fichier texte.
- Quelques corrections esthetiques dans vout.
+2003-01-23 Thursday 17:13  massiot
 
-2000-01-31 Monday 15:00  seguin
+ Fixed a segfault with quitting when no audio output plug-in was found
+ (closes #108).
 
- Correction du bug 100% CPU en idle.
+2003-01-23 Thursday 16:17  ipkiss
 
-2000-01-31 Monday 14:32  seguin
+  * use 'dvdold' instead of 'dvd'
 
- Mise place du scaling, episode II
- Alignement amélioré
- Effacement 'intelligent' des zones modifiées
- Correction d'une memory corruption
- Structure d'acceuil pour les subpictures
- ggi et fb fonctionnent (pas mieux qu'avant, mais ils compilent)
+2003-01-23 Thursday 15:53  sam
 
- Ca rame. C'est normal, c'est la YUV en C qui est utilisée. C'est aussi normal
- parce que l'effacement, ça prends un peu de temps (et ça c'est définitif).
- Ce n'est pas beau: normal, il n'y a que du croping pour le moment, le scaling
- arrive.
+   * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
+     suggestion from lool).
 
-2000-01-31 Monday 06:03  sam
+2003-01-23 Thursday 15:52  sam
 
-  . initialisation du décodeur de sous-titres
-  . correction du bug de quit
+   * ./modules/*: warning fixes.
 
-2000-01-31 Monday 03:29  stef
+2003-01-23 Thursday 15:50  sam
 
- Ca ne devrait plus segfaulter maintenant. Correction d'un bug dans l'input.
+   * ./modules/access/dvdread/input.c: warning fixes and a consistency
+     fix (ilvu_sa cannot be -1).
 
- --Meuuh
+2003-01-23 Thursday 15:07  fenrir
 
-2000-01-31 Monday 02:16  maxx
+  * asf: in fast/slow motion we don't play audio (unless there isn't any
+ video). Added some clean up.
 
- IMPORTANT :
- * ce commit devrait corriger les problèmes de fermeture du vlc, commentaires
- souhaités (et obligatoires) ;
- * le problème de la synkro initiale de l'audio devrait être corrigé : reports
- souhaités (et obligatoires) grâce aux messages "aout debug" ;
- * en clair FAITES PETER UN MAIL avec vos messages "aout debug" et vos coups
- de gueule/coups de coeur quant à la fermeture du vlc ;-)
+2003-01-23 Thursday 13:54  massiot
 
- * ac3_decoder/ac3_decoder.c, audio_decoder/audio_decoder.c :
- - rajout d'un msleep() en début de fonction RunThread() afin de
- contrebalancer le délai entre la réception d'un paquet TS et la
- présentation de son contenu (INPUT_PTS_DELAY) ;
- - rajout d'un cond_signal() dans la fonction EndThread() ;
+ Derk-Jan Hartman.
 
- * audio_output/audio_output.c :
- - activation des messages de debug ;
- - réécriture de la fonction NextFrame() ;
+2003-01-23 Thursday 13:44  fenrir
 
-2000-01-31 Monday 01:33  sam
+  * don't send audio in fast/slow playing speed unless there isn't any video
+ stream.
 
-  . le décodeur de sous-titres s'appelle maintenant spu_decoder
-  . auto spawn du spu_decoder (pour le moment ça chie)
+2003-01-23 Thursday 11:48  massiot
 
-2000-01-31 Monday 00:31  stef
+ * modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
+ * modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode
+   with MPEG files,
+ * src/audio_output/output.c: Fixed dual-mono handling.
 
- Amélioration de la synchro.
+2003-01-23 Thursday 10:25  gbazin
 
- --Meuuh
+ * modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
 
-2000-01-30 Sunday 16:08  seguin
+2003-01-23 Thursday 09:58  sam
 
- Nouvelle interface, effacement des zones modifiées d'une image sur 2,
calcul de la taille optimale d'une image, scaling.
+   * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
    instead of an error when it can't stat() the device (Closes: #77).
 
- -Le scaling donne de bonnes tailles, mais les conversions YUV ne peuvent
- pas suivre pour le moment.
- -J'ai peut etre un peu cassé le fb et ggi (trop long à compiler pour tester).
- En cas de problème, je corrige de suite.
- -Les idle screens ("no stream") sont temporairement hors service.
+2003-01-23 Thursday 09:53  gbazin
 
-2000-01-28 Friday 03:10  massiot
+ * modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
+ socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
+ read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
+ call (someone willing to investigate this ?).
 
- * Correction d'un message d'erreur erronné dans l'input ;
- * Correction d'un bug de synchro ;
+2003-01-23 Thursday 09:00  fenrir
 
-2000-01-28 Friday 01:12  stef
+  * demux: fix segfault while trying to opening files without extention...
 
- . Déplacement de deux structures de lookup dans le parseur
+2003-01-23 Thursday 04:50  babal
 
-2000-01-27 Thursday 19:30  seguin
+ - allow the user to choose (and sort) several plugins for the same
+   category.
 
- Nouveau moteur de fontes.
+2003-01-23 Thursday 03:33  ipkiss
 
-2000-01-27 Thursday 00:16  massiot
+  * The stream output can't use PS with UDP
+  * Added tooltips for the subtitles dialog box
+  * Added a missing "delete"
+  * Added a menu entry to spawn new interfaces (but it's currently
+    disabled, due to a problem with the vlc_list_t struct)
 
- Nettoyage et commentationnement.
+2003-01-22 Wednesday 22:19  sigmunau
 
-2000-01-26 Wednesday 23:46  sam
+  added an new config variable that takes an comma separated list of
+ interface modules to be loaded in the background when vlc starts. This is
+ usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
+ module was inserted, as this just needs to be added to this list now.
 
-  . nouvelle synchro. ça devrait déjà fonctionner correctement en monothread
+2003-01-22 Wednesday 21:42  ipkiss
 
-2000-01-26 Wednesday 22:08  massiot
+  * Added a dialog box for subtitles selection
+  * Cosmetic here and there
 
- Fichier désormais inutile.
+2003-01-22 Wednesday 19:37  lool
 
-2000-01-26 Wednesday 21:48  massiot
+   * modules/visualization/xosd/xosd.c: lower module capability when the
+   DISPLAY environment variable is unset (gtk like behaviour)
 
- * Optimisation du video_parser ; define VPAR_OPTIM_LEVEL dans config.h
-   pour régler le temps de compilation ;
- * virage d'un printf dans l'idct et d'une fonction inutile.
+2003-01-22 Wednesday 18:31  massiot
 
-2000-01-26 Wednesday 19:59  maxx
+ Reverse stereo option.
 
- * audio_output/audio_output.c :
- - mise en commentaire de l'affichage de l'aout_debug ;
+2003-01-22 Wednesday 17:03  sam
 
-2000-01-26 Wednesday 17:33  sam
+   * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
+     detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
 
-  . encore un peu plus de synchro. si ça saccade c'est normal, ça sera
-   réglé dans l'heure, mais j'ai commité pour qu'on puisse enfin voir
-   des B avec le nouveau décodeur (qui torchaize)
+2003-01-22 Wednesday 16:41  lool
 
-2000-01-26 Wednesday 03:57  massiot
+   * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
+   xosd_init returns NULL
+   * lib is initialized with configured font
+   * more safety checks
 
- vpar_motion.c n'est plus nécessaire désormais.
+2003-01-22 Wednesday 16:16  lool
 
-2000-01-26 Wednesday 03:38  massiot
+   * modules/access/slp.c: #include <stdlib.h> because of a malloc
 
- * Optimisation du parseur ;
- * Réactivation du motion DMV ;
+2003-01-22 Wednesday 15:16  massiot
 
Pour info, on torche largement le décodeur de référence (50 %).
Less aggressive debug message.
 
-2000-01-25 Tuesday 20:02  maxx
+2003-01-22 Wednesday 12:25  sam
 
- * audio_output/audio_output.c :
- - rajout de messages de debug en attendant de trouver le coefficient de
- synkro optimal ;
- - modification du coefficient de synkro (8 -> 256) ;
+   * ./configure.ac.in: fixed multiple static link issues with anal linkers.
 
-2000-01-25 Tuesday 06:44  sam
+2003-01-22 Wednesday 10:53  fenrir
 
-  . correction d'un bug dans l'interface framebuffer
-  . début de synchro qui marchouille, mais tous mes flux merdent
+  * add vout_encoder, not yet the codec parts.
 
-2000-01-25 Tuesday 02:51  massiot
+2003-01-22 Wednesday 10:44  fenrir
 
- * Ajout d'un flag VDEC_SMP à commenter si on n'a qu'un seul
- microprocesseur.
+  * all: modified files for video transcoding. Still needed configure.ac.in
 
-2000-01-25 Tuesday 01:23  jimmy
+2003-01-22 Wednesday 10:41  fenrir
 
-   Ajout de fonctions yuv permettant un scaling 'exotique' en fin du
- fichier. Elles seront testees des que l'output le permettra.
+  * added file needed for video transcoding with vlc.
 
-2000-01-25 Tuesday 01:09  massiot
+2003-01-22 Wednesday 10:03  massiot
 
- * Optimisation de vdec_motion.c et video_decoder.c ;
- * Passage des fonctions de la video_fifo en inline ;
- * Correction d'un bug provoquant un overflow des messages dans
- vpar_headers.c.
+ 1.12 How do I join an IPv6 multicast stream?
 
-2000-01-24 Monday 13:53  seguin
+2003-01-22 Wednesday 09:54  massiot
 
- Makefile et config.
+ * configure.ac.in: Re-added a52sys module, which was lost somewhere...
+ * Fixed bugs regarding Dolby Surround downmixing.
 
-2000-01-24 Monday 07:53  sam
+2003-01-22 Wednesday 04:51  fenrir
 
-  fichiers oubliés qui faisaient que ça compile pas
+  * fixed my last fix about bug with non-progressive videos.
 
-2000-01-24 Monday 04:28  sam
+2003-01-22 Wednesday 02:39  hartman
 
-  . un chti peu plus de synchro video, mais c'est pas encore ça
-  . suppression des #include "X11/*" pour que ça compile sans X
-  . alban, t'es mortel
+ ALL: fixed a small bug in the timeslider code
 
-2000-01-24 Monday 03:07  maxx
+2003-01-22 Wednesday 01:48  hartman
 
- * audio_output/audio_output.c :
- - implémentation de la synkro (qui punit méchant) ;
+ * ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
+   filetypes.
+ * ./modules/gui/macosx/vout.m: Made the video window a textured window
+ * All:
+   - fixed several missing object_release bugs, that i had introduced.
+   - updated the play/pause behaviour.
+   - fixed an issue with the volumeslider.
 
- * audio_decoder/audio_decoder.c, ac3_decoder/ac3_decoder.c :
- - rajout de vlc_cond_signal() afin de prévenir l'audio_output que de
- nouveaux samples ont été décodés ;
+2003-01-22 Wednesday 01:40  lool
 
- * Makefile :
- - rajout de l'options de compilation -g ;
- - utilisation du old decoder (synkro) ;
+   * added --with-slp
+   * now works under win32
 
- * include/config.h :
- - suppression des messages de debug ;
+2003-01-22 Wednesday 01:13  titer
 
-2000-01-24 Monday 01:16  maxx
+  * Fixed title / chapter menus
+  * Clean up
 
- * GoldenEye rewlz :
- - explications du commit au prochain commit :-)
+2003-01-22 Wednesday 00:32  fenrir
 
-2000-01-23 Sunday 21:58  jimmy
+  * gtk: fixed a segfault with deinterlace.
 
- * Activation des Sparses idct dans le video parser;
- * Utilisation de la mmx pour la dct si l'architechture s'y prête
-   (modif de Makefile et vdec_idct)
- * idctmmx.S avec une forme d'appel identique a vdec_idct a ete ajoute a
-   video_decoder.
+2003-01-21 Tuesday 21:20  ipkiss
 
-2000-01-23 Sunday 10:05  maxx
+  * Dropped files and files added using the playlist are now enqueued
+    according to the "enqueue" config option
 
- * audio_output/audio_output.c :
- - suppression d'une macro inutile ;
- - proprification d'une ligne de code obscur ;
+2003-01-21 Tuesday 21:19  lool
 
-2000-01-23 Sunday 03:32  jimmy
+   * use of service attributes to get the name of the session, insert it in
+     the playlist
 
- CA MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARCHE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+2003-01-21 Tuesday 19:49  ipkiss
 
- --Meuuh
+  * Added a dialog box for the stream output
 
-2000-01-22 Saturday 23:22  sam
+2003-01-21 Tuesday 18:43  lool
 
-  . ajout des flags pour Linux Sparc (au fait, jimmy, t'es con :p)
+   * added a couple of malloc() checks
 
-2000-01-21 Friday 12:31  sam
+2003-01-21 Tuesday 17:34  lool
 
-  . support framebuffer
-  . input clavier limitée mais fonctionnelle
+   * now search all srvtypes and add all srvs of all srvtypes to the
+     playlist (requires less configuration information, now zero)
+   * usual cleanup and bug removal
 
-2000-01-21 Friday 07:59  sam
+2003-01-21 Tuesday 17:08  hartman
 
-  l'output framebuffer fonctionne presque.
-  ca va *pas* merder.
+ ALL: the slider updates the video while it slides.
 
-2000-01-21 Friday 05:52  maxx
+2003-01-21 Tuesday 17:00  fenrir
 
- * ac3_decoder/ac3_decoder.c, audio_decoder/audio_decoder.c :
- - correction d'un bug dans la fonction d'initialisation des décodeurs
- (freeze lorsqu'aucun paquet PES n'est envoyé aux décodeurs) ;
+  * added "use DVD menu" choice.
 
- * audio_output/audio_output.c :
- - correction d'un bug dans l'initialisation du flag b_die des fifos des
- décodeurs ;
- - correction d'un bug dans la lecture des flags b_die des fifos des
- décodeurs (les fifos n'étaient pas détruites avant la mort du thread
- audio_output) ;
+2003-01-21 Tuesday 16:46  fenrir
 
-2000-01-20 Thursday 19:48  maxx
+  * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
+ added some sanity checks.
 
- * include/decoder_fifo.h :
- - correction d'un bug dans la fonction GetByte (freeze éventuel des
- décodeurs lors du suicide du thread input) ;
+2003-01-21 Tuesday 14:26  hartman
 
-2000-01-20 Thursday 19:18  seguin
+ ALL: fixed my previous osx interface commit. had forgotten to save the files.
 
- Gras de parametres en ligne de commande ou en variables d'environnement,
- afin de ne pas avoir a recompiler le client en cas de loose.
+2003-01-21 Tuesday 14:15  hartman
 
-2000-01-20 Thursday 18:17  seguin
+ * ./src/input/input_ext_intf.c
+   - FASTER and SLOWER now take into account the current rate.
 
- Desactivation du changement de chaine en --novlan
+2003-01-21 Tuesday 12:36  fenrir
 
-2000-01-20 Thursday 18:10  seguin
+  * gui/gtk : added a subtitle option in open dialog box.
 
- Timeout pour les changements de vlan
+2003-01-21 Tuesday 12:23  hartman
 
-2000-01-20 Thursday 17:12  seguin
+ ALL: The addition of a volume slider required a small redesign of the
+      interface. David Weber was again kind enough to help us.
 
- Changement de chaine. Delicat encore, mais il marche. Quelques corrections
- esthetiques, un timeout pour les vlans et le frame buffer et c'est la
- release démo (en ce qui me concerne) !
+2003-01-21 Tuesday 12:01  hartman
 
-2000-01-20 Thursday 14:30  maxx
+ * Added an 'slowmotion' icon
 
- * ac3_decoder/ac3_decoder.c :
- - màj de la fréquence théorique de chaque frame ac3 ;
+2003-01-21 Tuesday 10:29  massiot
 
- * audio_output/audio_output.c :
- - détection des bouclages de flux et resynkronisation automatique sur la
- fréquence théorique ;
+ Fixed two major bugs in the audio output, triggering segfault when going
+ to mono mode, and probably at some other places.
 
-2000-01-20 Thursday 12:23  maxx
+2003-01-21 Tuesday 00:47  jlj
 
- * Makefile :
- - DECODER=old et non DECODER=new ;
+   * ./modules/gui/macosx/aout.m: output more debug info
+   * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
+     http://nanocrew.net/vlc/mpslider.png
 
- * include/ac3_decoder.h :
- - rajout, dans la structure ac3dec_thread_t, du membre b_invalid (utilisé
- pour skipper une frame ac3 invalide) ;
+2003-01-20 Monday 20:17  yves
 
- * ac3_decoder/ac3_decoder.c :
- - rajout du support de b_invalid ;
+ - new access/slp plugin.
+ - more buildfor_{rh80,mdk{82,90}} stuff.
+ - use %%mklibname macro.
+ - use %%clean_menus in postun instead of %%update_menus everywhere.
 
- * ac3_decoder/ac3_exponent.c :
- - optimisations ;
+2003-01-20 Monday 20:07  fenrir
 
- * ac3_decoder/ac3_mantissa.c :
- - détection d'une mantisse invalide et màj de b_invalid ;
+  * all: begin to up to date the gtk/gnome interface. All comments are
+ welcome, and please reports bugs :)
 
- * audio_output/audio_output.c :
- - resynkro en cas de bouclage du flux ;
+2003-01-20 Monday 17:52  massiot
 
-2000-01-20 Thursday 12:16  massiot
+ Used macro instead of hand-made code.
 
- Correction de l'YUV en 15 bpp.
+2003-01-20 Monday 13:06  fenrir
 
-2000-01-20 Thursday 05:10  sam
+  * all: converted some msg_Err into msg_Warn
 
-  et paf ! n'a pu les sales fichiers .new
+2003-01-20 Monday 13:04  fenrir
 
-2000-01-20 Thursday 05:09  sam
+  * asf : more msg_Err -> msg_Warn
 
-  giclage de ces putains de .old et .new qu'à chaque commit je me plante
- et à chaque update aussi, alors pouf, des #ifdef ça va aussi..
+2003-01-20 Monday 13:03  fenrir
 
-2000-01-19 Wednesday 22:03  sam
+  * aac: some msg_Err -> msg_Warn
 
-  rajoout d'includes pour que ça compile sous FreeBSD (thx Dae)
+2003-01-20 Monday 13:01  fenrir
 
-2000-01-19 Wednesday 21:59  sam
+  * all: changed some msg_Err into msg_Warn.
 
-  . ajout des patches ac3 de MaXX dans le nouveau décodeur
-  . fixé ce #@!#@! de idct.c.new qui fait _chier_
+2003-01-20 Monday 10:59  massiot
 
-2000-01-19 Wednesday 19:43  seguin
+ Fixed a dozen bugs regarding mono audio files.
 
- Début du changement de chaine.
+2003-01-20 Monday 03:45  hartman
 
-2000-01-19 Wednesday 18:39  massiot
+ * ./extras/MacOSX/vlc.pbproj/project.pbxproj
+   - Added .cue and .ogg to the known filetypes
+ ALL:
+   - When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
+   - Preliminary divx filesubtitle support.
 
- support de vout_DatePicture().
+2003-01-20 Monday 02:45  titer
 
-2000-01-19 Wednesday 18:09  massiot
+   load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
+  previous commits (closes #100)
 
- Support pour le motion DMV.
+2003-01-20 Monday 02:19  fenrir
 
-2000-01-19 Wednesday 17:45  seguin
+  * mpegvideo.c : raah, removed a debug message...
 
- API vout_DatePicture terminée.
+2003-01-20 Monday 02:15  fenrir
 
-2000-01-19 Wednesday 17:38  sam
+  * mpegvideo.c : fix dts generation for non-progressive stream.
 
-  . préparation de la modification de l'API synchro
+2003-01-20 Monday 00:23  hartman
 
-2000-01-19 Wednesday 17:25  seguin
+ * ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
 
- Resize qui fonctionne.
+2003-01-19 Sunday 22:16  jpsaman
 
-2000-01-19 Wednesday 14:38  sam
+ New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.
 
-  . augmentation de VOUT_FPS_SAMPLES pour un calcul un peu plus réaliste
-   des fps, sachant qu'il y a 30 images par seconde sur un DVD, faire une
-   moyenne sur 5 images me parait un peu débile.
+2003-01-19 Sunday 17:55  ipkiss
 
-2000-01-19 Wednesday 14:11  massiot
+  * Compilation fix
 
- Corrections de bugs dans le motion.
+2003-01-19 Sunday 16:57  massiot
 
-2000-01-19 Wednesday 13:28  seguin
+ Requalified some error messages into warnings.
 
- API vout_DateImage (mais ça ne marche pas)
- Suite nettoyage
+2003-01-19 Sunday 08:28  fenrir
 
-2000-01-19 Wednesday 11:52  seguin
+  * avi.c : proper way to store fourcc.
 
- Ajout d'une fonction de deboguage à UnlinkPicture
- VS: ----------------------------------------------------------------------
+2003-01-19 Sunday 08:27  fenrir
 
-2000-01-19 Wednesday 11:04  seguin
+  * all: change the way fourcc are stored in bitmapinfoheader.
 
- Nettoyage.
+2003-01-19 Sunday 03:16  sam
 
-2000-01-19 Wednesday 10:47  maxx
+   * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
+     the GetProgramPath call, stored the path in p_libvlc instead. Fixes
+     compilation under anything other than OS X.
 
- * Documentation/bugs, Documentation/todo :
- - mise à jour des sections concernant les décodeurs audio ;
+2003-01-18 Saturday 20:24  alexis
 
-2000-01-19 Wednesday 07:06  sam
+ Compilation fix
 
-  . dernier fichier nécessaire à la compilation du subtitle decoder
+2003-01-18 Saturday 13:24  massiot
 
-2000-01-19 Wednesday 07:00  sam
+ Including font-eutopiabold36.rle for DivX and ogg subtitles.
 
-  . ultimisation des calculs de prédiction dans la synchro
-  . squelette du subtitle_decoder
+2003-01-18 Saturday 04:57  hartman
 
-2000-01-19 Wednesday 03:15  seguin
+ * ./modules/gui/macosx/open.m
+   - .bin files are now opened as disks, instead of as files
 
- Toujours du nettoyage.
- Une API pour les sous titres.
+2003-01-18 Saturday 04:10  hartman
 
-2000-01-19 Wednesday 01:01  maxx
+ * ./modules/gui/macosx/open.m:
+   - Removed the pretty animation. Wasn't working. This looks better.
+   - fixed a potential memory problem
 
- * ac3_decoder/ac3_decoder.c, audio_output/audio_output.c :
- - modification de la synkro, détection de la fréquence du flux ac3 ;
+2003-01-17 Friday 23:59  sam
 
-2000-01-19 Wednesday 00:43  seguin
+   * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
+     the source comments.
 
- YUV MMX, avec aspect ratio !!!
+2003-01-17 Friday 21:46  hartman
 
-2000-01-19 Wednesday 00:16  seguin
+ * ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
 
- YUV en couleurs.
+2003-01-17 Friday 19:36  sam
 
-2000-01-18 Tuesday 23:33  sam
+   * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
 
- début de la synchro. ça n'influe pas sur le reste pour le moment, mais
- la base des algos à deux balles est là.
+2003-01-17 Friday 19:35  sam
 
-2000-01-18 Tuesday 23:29  massiot
+   * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
+     navigation fixes from the Gtk+ interface.
 
- Le motion compensation. Notez que ça ne marche pas (encore).
+2003-01-17 Friday 19:22  sam
 
-2000-01-18 Tuesday 22:50  seguin
+   * ./modules/control/rc/rc.c: boundary checks for chapter navigation.
 
- Changement de l'API de vout (chroma_width)
- Nettoyage des YUV.
+2003-01-17 Friday 19:17  sam
 
- Ne marche qu'en -g pour le moment, le reste arrive.
+   * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
+     of boundary checks in the handling of title/chapter menus. Title 0 is no
+     longer reachable (Closes: #26).
 
-2000-01-18 Tuesday 21:39  polux
+2003-01-17 Friday 18:19  titer
 
- Le parser fonctionne maintenant avec les I, les P et les B.
- Reste a implementer la synchro et finir le decodeur.
+  Fixed the 'Do not use DVD menus' check box.
 
-2000-01-18 Tuesday 17:22  sam
+2003-01-17 Friday 18:19  jpsaman
 
-  faut pas être trop pressés dans la vie :)
+ Updating slider only once a second now.
 
-2000-01-18 Tuesday 17:17  sam
+2003-01-17 Friday 17:22  massiot
 
-  petit patch pour faire marcher l'AC3
+ [no log message]
 
-2000-01-18 Tuesday 16:00  massiot
+2003-01-17 Friday 16:18  sam
 
- i_aspect_ratio et i_matrix_coefficients pour Ptyx.
+   * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
+     sent to the parent video output by all filters, and mouse coordinates are
+     translated when necessary (Closes: #15).
 
-2000-01-18 Tuesday 15:34  sam
+2003-01-17 Friday 15:26  fenrir
 
-  le bug de input_psi était fourbement réapparu.
+  * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
+  * mpeg4video: removed a bad code dealing with pts discontinuity.
+  * pes.c: try to avoid copying the whole  PES. (the first 64ko
+ ins't any more copied :)
 
-2000-01-18 Tuesday 15:09  seguin
+2003-01-17 Friday 14:51  lool
 
- Ajout de quelques membres a picture_t
+   * added missing static
 
-2000-01-18 Tuesday 14:55  maxx
+2003-01-17 Friday 13:54  sam
 
- * Modification de l'input afin de spawner un décodeur ac3 lorsqu'un tel flux
- est détecté ;
+   * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
+     calculation in slow-mo.
 
- * Implémentation du décodeur ac3 ;
+2003-01-16 Thursday 23:37  sam
 
- * Il est rewlz(ac3dec) - 2h00 :-)
+   * ./Makefile.am: fixed distribution of MSVC files.
 
-2000-01-18 Tuesday 05:09  massiot
+2003-01-16 Thursday 23:33  babal
 
- Nettoyage global. Le vlc se ferme proprement, elem_t devient dctelem_t, le
- macroblock perdu a été retrouvé, et bien plus...
+ - my previous fix was a bad fix :(
 
-2000-01-18 Tuesday 01:43  seguin
+2003-01-16 Thursday 23:25  lool
 
- Redimensionnement de la fenetre en fonction de la taille des images sous X11.
+   * configure.ac.in:
+     . renamed access_slp to slp
+     . slp is enabled by default if slp.h is present
+   * modules/access/slp.c:
+     . slp is now an access and a demux and forces the use of itself
+     . cleanups and bug corrections
+     . disappears of the playlist
+       Thanks to fenrir for the help in debugging!
 
-2000-01-18 Tuesday 00:43  seguin
+2003-01-16 Thursday 23:00  massiot
 
- Gestion des touches en GGI (ouf !)
+ * Bumped up revision number to 0.5.0-test3,
+ * Rearranged fields in the OS X interface to accomodate for translations,
+ * modules/access/dvd/ifo.c: fixed a crash with bad streams,
+ * Auto-updated po files,
+ * Manually updated fr.po.
 
-2000-01-17 Monday 22:52  maxx
+2003-01-16 Thursday 21:14  babal
 
- * Rajout du début du décodeur ac3 ;
+ - input.c : doesn't even try to use the headphone filter for
+             unsupported format (S/PDIF, ...)
+ - m3u.c : support for MRLs
+           better detection of absolute path under Windows
+ - configure.ac.in : off_t was defined twice for mingw32
+ - fr.po : translation of headphone filter strings
 
-2000-01-17 Monday 22:51  maxx
+2003-01-16 Thursday 20:08  lool
 
- * Makefile :
- - rajout de ac3_decoder ;
- - rajout de l'option MMX ;
+   * typo
 
- * Makefile.dep :
- - suppression de lignes vides ;
+2003-01-16 Thursday 15:26  titer
 
- * include/audio_decoder.h, audio_decoder/audio_decoder.c :
- - remplacement de AOUT_FRAME_SIZE par ADEC_FRAME_SIZE et aout_frame_t par
- adec_frame_t ;
+  * InterfaceWindow.cpp : fixed DVD drag & drop
+  * PreferencesWindow.* : added the possibility not to use DVD menus
 
- * include/audio_constants.h :
- - mise en commentaire du tableau inutilisé ADEC_FRAME_SIZE ;
+2003-01-16 Thursday 14:40  massiot
 
- * include/audio_output.h :
- - corrections typographiques ;
+ Swedish is now sv, not se. Thanks yvounet. (c)
 
- * include/vlc.h :
- - rajout de ac3_decoder.h ;
+2003-01-16 Thursday 14:39  yves
 
-2000-01-17 Monday 22:35  polux
+ * codec/mad plugin is replaced by audio_filter/mpgatofixed32.
+ * new demux/m4v and mux/avi plugins
 
- Les I marchent !!!!!!!!!!!!!!!!!!!!!!!!
- Le gros bug est mort.
+2003-01-16 Thursday 14:34  sam
 
-2000-01-17 Monday 17:43  seguin
+   * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.
 
- Nettoyage, ajout du gamma, préparation de la yuv walken.
+2003-01-16 Thursday 14:08  massiot
 
-2000-01-17 Monday 15:52  massiot
+ * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
+   I do not have any file to test ; more precise PTS handling when losing
+   sync.
+ * src/audio_output/intf.c: fixed a warning.
 
- Suite des images I.
+2003-01-16 Thursday 13:58  hartman
 
-2000-01-17 Monday 14:49  massiot
+ * ALL:
+ - integrated play/pause toggled button
+ - global shortcut for play/pause by use of spacebar
+ - new pause.png
+ - removed pause button
+ - close button in intf window. register window in Window menuitem.
+ - rearranged the menu
+ - changed some key-combo's to be more OSX compliant/consistent
+ - The time text-field is no longer selectable
+ - The faster/slower/ff/stop etc button are only available during playback
+ - added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
+ - Added Add/Remove buttons to the llaylist.
+ - Made the drawer 10 pixels smaller. Looks much better.
+ - added a volume slider.
 
- Fin du parsage des I.
+2003-01-16 Thursday 13:49  hartman
 
-2000-01-17 Monday 13:54  massiot
+ * ./modules/gui/macosx/controls.m:
+   - Added a volumeslider
+   - removed pause button
+   - added a fast forward action (increases speed in time)
+   - changed the play method to allow for a toggled play pause button
+   - volumeUp and VolumeDown take the state of the Mute Menuitem into account
+   - volumeUp and VolumeDown take the volumeSlider into account
+ * ./modules/gui/macosx/intf.h:
+   - added references for the volumeslider, new menuitems
+ * ./modules/gui/macosx/intf.m:
+   - correct init of volumeslider and other new intf elements
+   - new title for Controller window
+   - the state of buttons is dependant on a movie being played
+   - toggle the play/pause button if a play/pause action is detected.
+ * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
+ * ./modules/gui/macosx/vout.m:
+   - removed some control keys which were no longer necesarry
+   - give the window the title of the item being played
 
- Virationnement d'un warning avec l'ancien décodeur (j'ai vraiment du temps à
- perdre).
+2003-01-16 Thursday 13:22  hartman
 
-2000-01-17 Monday 13:31  seguin
+ VolumeGet/VolumeSet now work even if no file is playing.
 
- Resize sous X11, gestion du screen saver.
- Nettoyage de config.h
- Nettoyage de vout et intf
+2003-01-16 Thursday 12:56  sam
 
-2000-01-17 Monday 05:56  polux
+   * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
 
- Il est 6 heure du matin et le parser ... parse !!!!!!!!
- Ca à l'air de pas trop mal marcher. Parmis les bugs les plus sauvages
- on trouve :
- 1) le DumpBits sans NeedBits (corrigé par un RemoveBits)
- 2) Une table à laquelle il manquait une ligne
- 3) le test de fin de boucle du décodage des coef dct était mal placé
+2003-01-16 Thursday 12:49  sam
 
- Meuh, à toi de jouer
+   * ./evc/config.h, ./msvc/config.h: proper generation of these files using
+     information from configure.ac.in. Thanks to Stephane van Hardeveld for
+     spotting this.
 
- Stef & Polux
+2003-01-16 Thursday 09:05  sam
 
-2000-01-17 Monday 01:00  massiot
+   * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.
 
- Virationnement de quelques warnings.
+2003-01-16 Thursday 09:02  sam
 
-2000-01-16 Sunday 21:39  seguin
+   * ./include/vlc_common.h: fixed win32 plugin compilation.
 
- Récupération du kludge level dans display.c pour pouvoir afficher autre
- chose que les I...
+2003-01-16 Thursday 09:00  sam
 
-2000-01-16 Sunday 20:17  seguin
+   * ALL: merged more UI strings.
 
- Mise au point du driver GGI.
+2003-01-15 Wednesday 23:55  massiot
 
-2000-01-16 Sunday 17:43  seguin
+ * Fixed MPEG audio layer III VBR,
+ * Mac OS X interface thread gets a real-time priority as well to avoid
+   lock-ups,
+ * VLAN error is now a warning.
 
- Integration de display.c à vout.
- Mise au point du driver X11 (plus de XShm error).
- Incrustation de texte en X11, calcul des FPS, etc...
- Intégration de la conversion MMX.
- Mode 'niveaux de gris' pour les machines lentes non MMX (les pauvres !)
- Attention: les drivers GGI et FB ne sont pas à jour...
+2003-01-15 Wednesday 13:58  massiot
 
-2000-01-15 Saturday 15:26  polux
+ Typo.
 
- Le debuggage du parser avance ... lentement.
+2003-01-15 Wednesday 13:48  sam
 
-2000-01-15 Saturday 11:51  stef
+   * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
+     events once our window has been properly mapped.
 
- * Un petit peu de débuggage dans le video parser
+2003-01-15 Wednesday 13:46  massiot
 
-2000-01-15 Saturday 04:03  stef
+ message queue overflow is now a warning.
 
- * Ajout d'un flag b_mpeg2 qui manquait dans le parser
- * Réécriture de fonctions d'initialisation du parseur
- * Changement des fonctions MPEG2decode qui étaient buggées
+2003-01-15 Wednesday 13:16  sam
 
-  Vérification avec polux tout à l'heure
+   * ALL: slightly changed some interface strings so that they are common to
+     all GUIs, thus making the translators' work easier.
 
-2000-01-15 Saturday 00:07  seguin
+2003-01-15 Wednesday 13:14  massiot
 
- GGI fonctionnel. N'oubliez pas de définit GII_INPUT.
Nettoyage de video_* et intf_*.
+ Better recovery on emulated startcode. Still doesn't work with VBR mp3's,
though.
 
-2000-01-14 Friday 15:12  polux
+2003-01-15 Wednesday 12:25  massiot
 
- Début bu vrai débuggage du parser. Maintenant le vlc segfaulte
- dans Pictureheader au lieu de segfaulter dans l'initialisation
- du parser.
+ Dutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
+ and Jean-Paul Saman <jpsaman@wxs.nl>.
 
-2000-01-14 Friday 14:00  massiot
+2003-01-15 Wednesday 11:46  titer
 
- Suppression des fichiers .raw du CVS (ils sont sur zen dans vlc-Resources).
+  Fixed --with-mad and --with-mad-tree
 
-2000-01-14 Friday 12:15  sam
+2003-01-15 Wednesday 11:27  massiot
 
-  correction d'une typo
+ VolumeUp/Down/Mute now work even if no file is playing.
 
-2000-01-13 Thursday 19:52  seguin
+2003-01-15 Wednesday 10:58  massiot
 
- YUV 15,16 et 32 bits integrée au vout (sans le MMX pour le moment).
- En 24bpp, à vos risques et perils...
+ * Totally rewrote the mad plug-in, in order to fix the PTS problems :
+ - Now using the low-level API of libmad,
+ - Decoding split in parsing & decoding (just like A/52),
+ - Should handle dual-mono files correctly,
+ * The old mpeg_audio plug-in can no longer work in this scheme and has
+   been disabled. Please _always_ compile with mad from now on.
+ * Updated po files.
 
-2000-01-13 Thursday 11:44  polux
+2003-01-15 Wednesday 00:49  jlj
 
- Rajout d'un vlc.h.new que j'avais oublie lors du dernier commit.
- Changement du mode d'affichage par defaut du makefile sur X11.
+   * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.
 
-2000-01-12 Wednesday 23:38  polux
+2003-01-15 Wednesday 00:10  massiot
 
- Pour la plus grande joie de tous, le client compile correctement. Attention
- il compile non seulement avec l'ancien video decoder mais aussi avec le
- nouveau. Pour passer de l'un a l'autre il faut changer le flag DECODER
- du Makefile ET utiliser l'utilitaire new2old.sh gracieusement mis a votre
- disposition par ptyx dans le module utils du CVS. Ce programme switche
- quelques fichiers et permet dons de passer de l'ancien client au nouveau
- et vis verca. Mais ATTENTION : IL NE FAUT PAS COMMITER LE CLIENT LORSQU'IL
- EST EN CONFIGURATION NEW, avant de commiter il faut tout remettre en
- configuration old.
+ Updated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.
 
-2000-01-12 Wednesday 22:23  seguin
+2003-01-14 Tuesday 22:44  sam
 
- Et le .h qui va avec le nouveal .c
+   * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
+     Steven M. Schultz.
 
-2000-01-12 Wednesday 22:17  seguin
+2003-01-14 Tuesday 22:03  titer
 
- Suppression de vlc.h
+   Fixed playlist behaviour (draging a file replaces the playlist, and
+  draging a file while pressing the 'Shift' key appends it while the
+  current one keeps playing.
 
-2000-01-12 Wednesday 16:35  seguin
+2003-01-14 Tuesday 18:56  sam
 
- Ajout du framebuffer (initialisation/terminaison) - ne fonctionne pas en VESA.
- La fonction d'affichage des images envoie une ligne dans le log à chaque image.
+   * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
 
-2000-01-12 Wednesday 16:31  polux
+2003-01-14 Tuesday 16:00  titer
 
- Correction de conneries de stef....
- Merci de NE PAS COMMITER VIDEO_DECODER.H, sinon ca ne compile pas !
+  Now you can save preferences.
 
-2000-01-12 Wednesday 14:14  stef
+2003-01-14 Tuesday 15:31  titer
 
- * Fonction de décodage des Blocs MPEG2intra.
- * Correction d'erreurs sur la gestion des tables de lookup
+  * added a sanity lock
 
-2000-01-11 Tuesday 22:34  polux
+2003-01-14 Tuesday 14:51  massiot
 
- Encore une petite modif pour permettre au parser de compiler.
+ * Fixed dual-mono handling of MPEG audio.
+ * rc.c: fixed a warning.
 
-2000-01-11 Tuesday 19:01  seguin
+2003-01-14 Tuesday 14:48  titer
 
Modifs diverses et variees. Le mode FB compile (mais ne fait rien).
 * Added a file panel for subtitles file selection.
 
-2000-01-11 Tuesday 15:45  polux
+2003-01-14 Tuesday 04:34  fenrir
 
Encore du debuggage.
 * stream_output.c: fix a bug with "null" stream.
 
-2000-01-11 Tuesday 12:05  seguin
+2003-01-14 Tuesday 01:30  sigmunau
 
- Correction de quelques erreurs dans l'interface et vout.
- Changement du type vlc_thread_func en vlc_thread_func_t dans le décodeur.
- Utilisation de 2 displays au lieu d'un au cas ou la Xlib ne serait pas thread-safe.
- Ajout de droits corrects au fichier de log.
+ changed the a rule into add and made it work along with others such as play
+ even when nothing is currently playing. Added a playlist command to list the
+ entries currently in the playlist. plus some cleanups and sanity checks.
 
- Le bug lié à XShm à la fin est 'normal' (lié au serveur X, pas à moi) : il
- disparaitra à condition qu'au moins une image soit affichée.
+2003-01-13 Monday 23:45  massiot
 
Le plantage sauvage de la Xlib à la fin du programme est lié à display.c.
Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.
 
-2000-01-11 Tuesday 10:59  polux
+2003-01-13 Monday 20:02  jlj
 
- Correction de 2 petites erreurs :
- - vdec_idct.h : oubli d'un point virgule
- - video_parser.h : dupplication du champs pppl_dct_dc_size
+   * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
 
-2000-01-11 Tuesday 00:36  seguin
+2003-01-13 Monday 17:39  fenrir
 
A tout kassé.
 * adpcm: changed the way that data are read and thus seek will work.
 
-2000-01-11 Tuesday 00:29  massiot
+2003-01-13 Monday 17:11  ipkiss
 
- Heureusement que j'avais dit de faire gaffe a ne pas committer le mauvais
- video_decoder.h :-ppppp
+  * MacOSX interface: fixed a stupid bug
+  * Win32 interface: completed support for channel selection
 
-2000-01-10 Monday 23:45  jimmy
+2003-01-13 Monday 16:58  massiot
 
  Et le petit toast qui va avec...
Compilation fix.
 
-2000-01-10 Monday 02:09  stef
+2003-01-13 Monday 15:20  sam
 
- * Modifications d'erreurs dans  MacroBlockAddressIncrement
- * Ajout des fonctions vpar_*MBtype
- * Ajout de tables de lookup (pour les tableaux B1 à B4 et B9)
- * Ajout de vpar_CodedPattern420
+   * ./toolbox: toolbox --update-po now automatically extracts strings from
+     the Win32 interface.
 
- Il manque encore pas mal de fonctions (en particulier DecodeMPEG)
+2003-01-13 Monday 15:14  alexis
 
-2000-01-10 Monday 00:38  maxx
+ Fixed typo
 
- * Makefile :
- - rajout de l'option de compilation qui marche bien -fomit-frame-pointer ;
+2003-01-13 Monday 14:51  massiot
 
- * include/audio_output.h, audio_output/audio_output.c :
- - modification de la méthode de lecture d'un flux provenant d'un décodeur
- audio : qu'il s'agisse d'un flux audio MPEG2, AC3 ou MPEG12, l'algorithme
- reste le même ;
+ Do not forget to register aout_ChannelsRestart as the callback for
+ audio-device, plus miscellaneous changes.
 
- * include/audio_decoder.h, audio_decoder/audio_decoder.c :
- - rajout de la constante AOUT_FRAME_SIZE et de la structure aout_frame_t
- qui décrivent la forme sous laquelle les samples audio décodés sont
- transmis à l'audio_output (cf point précédent) ;
+2003-01-13 Monday 13:28  sam
 
-2000-01-09 Sunday 21:53  polux
+   * ./modules/video_output/sdl.c: protected libSDL initialization calls to
+     avoid race conditions and deadlocks.
 
- Debut de la partie parser du motion compensation.
+2003-01-13 Monday 04:46  fenrir
 
-2000-01-07 Friday 17:18  polux
+  * mux/avi.c: added index creation.
+  * demux/avi.c: fix stream length calculation.
+  * stream_output.c: forgot a return value ...
 
- Refonte de la synchro qui devrait eliminer les problemes rencontres
- lors des changements de flux.
+2003-01-13 Monday 02:33  fenrir
 
-2000-01-06 Thursday 01:13  massiot
+  * all: now mux and access_out can request to reserve some memory in front
+ of each sout buffer (will prevent some unnecessary memcpy :). Not yet
+ really used.
 
- video_decoder : ajout de la crop table dans AddBlock ;
- video_parser : correction d'une erreur dans le commit précédent (on ne
- fera pas la saturation dans le cas d'une DFT, de toute façon)
+2003-01-13 Monday 02:30  fenrir
 
-2000-01-06 Thursday 00:50  massiot
+  * mp4: added parsing of some mov boxes (alternate movies).
 
- Définition des matrices de quantification par défaut, du balayage,
- et création de la crop table pour la saturation qu'on fera pas.
+2003-01-13 Monday 01:11  sam
 
-2000-01-05 Wednesday 21:13  massiot
+   * ./debian/rules: compilation bypasses for the Debian maintainer.
 
- Adaptation de l'input au video_parser.
+2003-01-12 Sunday 19:08  jpsaman
 
-2000-01-05 Wednesday 19:25  massiot
+ Fixed some paths.
 
- * vpar_blocks.c : Correction d'une erreur introduite hier soir avec
-   AddBlock en chrominance 420 ;
- * vpar_headers.c : Réordonnancement des fonctions (les fonctions inline
-   doivent etre en tete sinon elles ne sont pas optimisées en inline par
-   gcc) ;
+2003-01-12 Sunday 19:08  jpsaman
 
-2000-01-05 Wednesday 04:42  stef
+ Use gtk_main_quit only in one place (the function Manage()).
 
- * Ajout de la fonction MacroBlockAddressIncrement dans vpar_blocks.c
+2003-01-12 Sunday 18:26  fenrir
 
-2000-01-05 Wednesday 03:32  massiot
+  * avi: partial fix for non interleaved file with incorrect( I'm not sure
+ about that) stream descriptor. Now at least video will be played.
 
- J'en ai chié mais j'ai enfin pondu le AddBlock du video_decoder.
+2003-01-12 Sunday 18:25  jlj
 
-2000-01-04 Tuesday 18:57  massiot
+   * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
 
- Ajout des fichiers de la synchro un peu partout.
+2003-01-12 Sunday 15:38  sigmunau
 
-2000-01-04 Tuesday 16:07  massiot
+  * src/video_output/video_output.c: add a key-pressed variable to p_vout
+  * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
+ by reading the key-pressed variable
+  * modules/control/lirc/lirc.c: allow navigation with remote control by
+ faking keypresses (closes #38). I think the remotes for dvdplayers usually
+ have buttons for "root menu" and "title menu". Whould this be easily
+ implemented in vlc?
 
- Correction de 1242 fautes de frappe et includes foireux. Presque tout
- compile presque.
+2003-01-12 Sunday 06:39  fenrir
 
-2000-01-04 Tuesday 01:01  massiot
+  * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
+ You have to force this demuxer.
 
- video_fifo.c et vpar_headers.c compilent à peu près. Correction d'environ
- 4212 fautes de frappe.
+2003-01-12 Sunday 04:30  fenrir
 
-2000-01-03 Monday 21:38  massiot
+  * avi.c: avi muxer. (It produces broken files, but vlc is able to read
+ them).
 
- * Makefile : ajout du nouveau décodeur (commenté) ;
-              suppression du video_output pour que Ptyx puisse committer
-              ses trucs sans craindre de tout casser le cvs ;
- * interface/* : désactivage du video_output ;
- * include/config.h : plein de directives pour le parseur et le décodeur ;
- * include/decoder_fifo.h : nouvelles primitives pour le parseur ;
- * le reste : ben de quoi faire compiler video_parser.c, bug fixes
-   essentiellement ;
+2003-01-12 Sunday 04:11  fenrir
 
- Eviv Bulgroz !
+  * some workaround for clock.
 
-2000-01-02 Sunday 07:00  sam
+2003-01-12 Sunday 02:08  titer
 
-  - je ne ferai plus de commits débiles à 5h du mat
+  * beos/* : fixed a bug in the progress bar with big files
+  * beos_specific.cpp : fixed the app signature
+  * VlcWrapper.* : removed unused code
 
-2000-01-02 Sunday 05:42  sam
+2003-01-12 Sunday 01:26  sigmunau
 
-  - include des PES de type AC3 pour préparer une bidouille infâme
-  - reformatage des commentaires à 80 colonnes au lieu de 81 parce que
-   ça a le don de m'énerver prodigieusement.
+  new rule for remote controls with combined play/pause button (like mine has)
 
-1999-12-31 Friday 18:35  massiot
+2003-01-12 Sunday 00:22  titer
 
Deux oublis dans le commit de la derniere fois.
 Corrected the list of supported MIME types.
 
-1999-12-30 Thursday 14:59  stef
+2003-01-11 Saturday 20:42  titer
 
- * Modifications de quelques erreurs sur le parseur
+  * Needed update because variables names changed in the 'adjust' module.
 
-1999-12-29 Wednesday 03:48  stef
+2003-01-11 Saturday 20:25  gitan
 
- * Ajout de quelques fonctions pour traiter les structures *_extension
-   dans le parser
+ * SAP is disabled by default.
 
-1999-12-29 Wednesday 00:35  massiot
+2003-01-11 Saturday 19:33  stippi
 
- Suite du video_parser et du video_decoder.
+ fixed flickering of skip buttons (and consequently crashing if you pressed them)
 
-1999-12-22 Wednesday 14:18  massiot
+2003-01-11 Saturday 18:31  fenrir
 
- suite du parseur.
+  * avi: fix my last fix :)
 
-1999-12-22 Wednesday 03:27  massiot
+2003-01-11 Saturday 18:10  fenrir
 
- Un bon morceau du parseur.
+  * asf: prevent some segfault with broken file. (partially fix bug 72)
+  * avi: respect frame size (for audio codec) and close bug 75.
+  * ffmpeg: can now read multiples audio frames from the same buffer.
 
- Stef, je ne t'oublie pas, demain t'auras du boulot, promis :)
+2003-01-11 Saturday 17:23  ipkiss
 
-1999-12-21 Tuesday 19:14  massiot
+  * Fixed my previous commit (thanks fenrir)
 
- Ce fichier la etait en trop
+2003-01-11 Saturday 14:09  ipkiss
 
-1999-12-21 Tuesday 19:12  massiot
+  * compilation fix
 
- Début du décodeur + début du parseur.
+2003-01-10 Friday 17:30  lool
 
- Évidemment ça compile pas et on n'est pas sortis de l'auberge, m'enfin...
+   * re-included playlist.h (got confused with vlc-playlist.h)
 
-1999-12-21 Tuesday 01:07  stef
+2003-01-10 Friday 17:01  titer
 
- [no log message]
+  Thread priority management on BeOS.
 
-1999-12-19 Sunday 21:08  sam
+2003-01-10 Friday 16:21  titer
 
-  . ajout de #ifdef pour ne pas avoir de console X en mode framebuffer
-  . mode --novlans par défaut
+  Definitively fixed sync (I hope).
 
-1999-12-18 Saturday 18:13  massiot
+2003-01-10 Friday 13:21  massiot
 
- * Patchs MPEG1, qui marchent ou qui ne marche pas ;
- * Optimisation de ClearBlock() ;
- * Début du video_parser ;
+ Fixed liba52 detection using --with-a52.
 
-1999-12-15 Wednesday 20:01  maxx
+2003-01-10 Friday 12:34  asmax
 
- * audio_decoder/audio_decoder.c :
- - l'ancienne méthode de synchro était bugguée, la nouvelle rewlz... Sam,
- j'espère que tu me pardonneras un jour ;
+ * fixed previous commit (didn't work everytime)
 
- * audio_output/audio_output.c :
- - suppression des messages de debug, à la demande de Polux, qui veut
- squatter seul la console de debug avec ses messages de fps ;
+2003-01-10 Friday 11:02  asmax
 
-1999-12-15 Wednesday 00:37  maxx
+ * enable the network channel box when selecting network channel input
+   (gnome interface)
 
- * .cvsignore :
- + Rajout du fichier core ;
+2003-01-10 Friday 10:01  lool
 
- * audio_output/audio_output.c :
- + Rajout de messages de debug :
- - nombre de frames audio dans la plage datée courante ;
- - durée de cette plage audio datée (en µs) ;
- - fréquence du flux sonore pour cette plage datée ;
+   * removed an useless inclusion
 
- * interface/intf_ctrl.c :
- - Correction du bug `help vlan' (mouahaha il manquait une virgule :-).
+2003-01-10 Friday 09:28  lool
 
-1999-12-12 Sunday 19:04  polux
+   * access_slp LD options
 
- Grâce à Jimmy, plus besoin de compiler les fichiers assembleurs à part,
- le make se débrouille tout seul comme un grand en utilisant gcc pour
- compiler les .S
+2003-01-10 Friday 09:25  lool
 
-1999-12-09 Thursday 23:37  benny
+   * New entries:
+     2.16 NO VIDEO!! or NO AUDIO !!
+     3.3.4 Does VLC support DVD from all zones?
+     3.3.5 How can I take screenshots?
+     5. Miscellaneous
+     5.1 How may I help your project?
+     5.2 Why are your mailing-lists and your website in english?
 
- Correction d'un bug dans la lecture de la version de la PMT
+2003-01-10 Friday 08:04  yves
 
-1999-12-08 Wednesday 22:23  benny
+ * vlc.spec: new packetizer/mpeg4audio plugin added.
 
- Commit bis des modifications concernant l'initialisation du continuity
- counter (ecrasees entre temps)
+2003-01-10 Friday 06:16  lool
 
-1999-12-08 Wednesday 17:01  polux
+   * removed VLC_GO to avoid skipping to the last program
 
- Fin du remplacement des pthread + ajout du frame rate dans display.c.
+2003-01-10 Friday 04:58  lool
 
- Polux
+   * configure.ac.in, modules/access/slp.c: New SLP access module,
+         see <http://www.openslp.org/>
 
-1999-12-08 Wednesday 16:22  polux
+2003-01-10 Friday 01:09  ipkiss
 
- Encapsulation des pthread qui sont maintenant remplacées par les vlc_thread.
- Toutes les références aux pthread que ce soit les thread, les mutex ou
- les variables conditionnelles, ont été remplacées par leur équivalent
- vlc_thread. Les vlc_thread sont une version très simplifiée des pthread et
- fonctionnent exactement de la même façon. Ceci devrait grandement faciliter
- le portage vers d'autres OS.
+  * ./modules/gui/win32: fixed a bug in the preferences (closes #60)
 
- Polux
+2003-01-09 Thursday 23:43  massiot
 
-1999-12-08 Wednesday 01:42  benny
+ * OS X: Fixed a segfault with empty configuration strings (closes #65),
+ * cosmetic messages cleanups.
 
- Le continuity_counter du vlc est maintenant initialise automatiquement a
- la valeur du premier paquet TS que l'input recoit pour chaque PID. On
- evite de trasher systematiquement (ou presque) le premier TS de chaque
- PID.
+2003-01-09 Thursday 22:30  lool
 
-1999-12-07 Tuesday 04:33  benny
+   * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)
 
- Correction d'une erreur dans le parsage de la PMT (mauvais masque de
- lecture des PID des ES)
+2003-01-09 Thursday 18:23  fenrir
 
-1999-12-07 Tuesday 03:16  maxx
+  * avi: read less data at once as it seems to give better sound. (I thinks
+ it's more a workaround that a true fix).
 
- * Documentation/todo :
- - mise à jour des données concernant l'audio_decoder et l'audio_output ;
+2003-01-09 Thursday 18:06  sam
 
- * CVS :
- - rajout automatique de la signature du commiteur (si vous voyez "maxx"
- un peu plus bas, c'est que ça rewlz :-) ;
+   * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.
 
-1999-12-06 Monday 18:02  maxx
+2003-01-09 Thursday 17:47  sam
 
- * .cvsignore :
- - Suppression d'une ligne inutile... certains font vraiment n'importe
- quoi O:->
+   * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
+     instead of i_pitch for pixel access (Closes: #30).
 
- -- MaXX
+2003-01-09 Thursday 16:26  sam
 
-1999-12-06 Monday 17:59  maxx
+   * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
+     closes #30).
 
- * .cvsignore :
- - Rajout d'une ligne inutile... il faut bien tester la nouvelle
- configuration CVS :-)
+2003-01-09 Thursday 15:38  sam
 
- -- MaXX
+   * ./modules/video_filter/adjust.c: rehandled code and enhanced the
+     config variables descriptions.
 
-1999-12-05 Sunday 00:19  maxx
+2003-01-09 Thursday 14:05  sam
 
- retest
+   * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.
 
-1999-12-05 Sunday 00:00  maxx
+2003-01-09 Thursday 14:00  sam
 
- test
+   * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
+     now use the visible pitch of a picture, not its total pitch (Closes: #29).
 
-1999-11-21 Sunday 15:26  polux
+2003-01-09 Thursday 10:12  sam
 
- Mise en place du mécanisme de détection de changement de flux dans la synchro
+   * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
+     according to the playing rate.
 
- Polux
+2003-01-08 Wednesday 23:15  massiot
 
-1999-11-10 Wednesday 00:30  benny
+ Do not bail out when no *.gmo exists.
 
- Nettoyage de input_psi.
+2003-01-08 Wednesday 16:40  lool
 
- Debugage de DemuxPSI. Le nouveau code doit etre capable de gerer des cas
- foireux qui ne sont pas senses arriver (et qui n'ont jamais ete rencontre
- dans les flux qu'on a, vu que ca n'a jamais plante la avant). Son
- principal interet est de ne plus produire de warning a la compilation :)
+   * typos
+   * mentionned Redhat because it disables DMA
 
- Benny
+2003-01-08 Wednesday 16:40  fenrir
 
-1999-11-06 Saturday 22:45  massiot
+  * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
+ muxer with libdvbpsi.
+  * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
+ (only in ts_dvbpsi demuxer).
 
- Modifications de Polusque depuis la DR2, à savoir :
- - virationnement de la saturation ;
- - optimisation MMX de la conversion YUV.
+2003-01-08 Wednesday 15:13  titer
 
- --Meuuh
+  Partial fix for video/audio sync.
 
-1999-10-27 Wednesday 20:00  benny
+2003-01-08 Wednesday 14:59  sam
 
- Le prototypes des fonctions Enable/DisableScreeSaver dans xutils.h ne
- correspondait pas a leur declaration dans xutils.c
+   * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
+     display.
 
- Benny
+2003-01-08 Wednesday 14:31  lool
 
-1999-10-21 Thursday 01:30  benny
+   * Mentionned the inclusion of the contrib dir
 
- Bug fix: le buffer p_pes_header_save du pes n'etait jamais alloue, ce qui
- fait que la fonction DemuxPES plantait si jamais le header pes etait plus
- gros que le premier packet ts du pes.
+2003-01-08 Wednesday 14:00  sigmunau
 
- Benny
+ use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
+ a minor change in argumets passed to nsis
 
-1999-10-12 Tuesday 20:58  massiot
+2003-01-08 Wednesday 13:52  titer
 
- Synchronisation vlc-DR2/CVS
+  Use pf_memcpy and pf_memset.
 
- * Makefile : nouvelles options d'optimisation, décodeur vidéo ;
- * config.h : FIFOs et netlist plus longues ;
- * input_psi.c : Suppression de messages de debug ;
+2003-01-08 Wednesday 12:13  lool
 
- --Meuuh
+   * New entries:
+     4. Legal concerns
+     4.1 May I use the VideoLAN logo?
+     4.2 May I reditribute VLC?
 
-1999-10-06 Wednesday 20:47  massiot
+2003-01-08 Wednesday 10:50  massiot
 
- * Correction d'un bug ou quand on ne definait pas le DEBUG, il
- remplacait les intf_DbgMsg par des ;, ce qui n'est pas cool pour les
- if ... else sans accolades (input_psi.c).
+ * Added --no-spdif option (just like in OSS) and fixed a localization bug.
 
- --Meuuh
+2003-01-08 Wednesday 10:46  fenrir
 
-1999-10-06 Wednesday 19:25  massiot
+  * mp4.c: allowed multiple moov headers by taking the first one
+ (multiple moov headers is strictly forbidden but I 've seen such file)
 
- Un #ifdef DEBUG qui manquait et qui faisait que ca compilait pas sans le DEBUG.
+2003-01-08 Wednesday 10:43  fenrir
 
- --Meuuh
+  * faad: fixed a segfault when faad initialisation failed.(anyway it
+ doesn't solve the real problem).
 
-1999-10-06 Wednesday 03:29  maxx
+2003-01-08 Wednesday 10:41  fenrir
 
- * Documentation/bugs :
- - Suppression d'un bon nombre de bugs de l'input ;
- - Rajout d'un bug concernant ./vlc --novideo ;
+  * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
+ an vol header. (In fact reverse an prevous commit)
 
- --
- MaXX
+2003-01-08 Wednesday 10:40  fenrir
 
-1999-10-06 Wednesday 02:32  massiot
+  * file.c: removed an useless debug message.
 
- * L'autospawn réagit correctement si on utilise les flags --novideo ou
-   --noaudio ;
+2003-01-08 Wednesday 10:38  fenrir
 
- --Meuuh
+  * all: added a new function (sout_BufferChain) and allowed dummy
+ stream input creation (with "null" fourcc).
 
-1999-10-06 Wednesday 01:41  maxx
+2003-01-08 Wednesday 10:34  fenrir
 
- * audio_output/audio_output.c :
- - Suppression totale de la synchro en dates absolues ;
- - Rajout de la re-synchro en dates relatives (il est donc désormais
- possible de couper un flux et de le relancer, ou de changer de flux,
- tout en gardant le même input, le même décodeur audio... pratique pour
- le pseudo-changement de chaîne prévu à la War :-) ;
+  * pes.c, ps.c: a52 stream should now work.
+  * ts.c: added support for libdvbpsi (like ts demux, two modules are
+ generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt
+ without libdvbpsi. More works to add mpeg4 support (now I generate IOD
+ and SL descriptor).
 
- --
- MaXX
+2003-01-08 Wednesday 10:26  fenrir
 
-1999-10-04 Monday 12:20  maxx
+  * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
+  * mpeg4video.c: I 've rewritten it
 
- * audio_output/audio_output.c :
- - Suppression de la synchro en attendant de trouver une meilleure méthode ;
+2003-01-08 Wednesday 03:01  ipkiss
 
- --
- MaXX
+  * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
+    forgets to declare 'add_category_hint'
+  * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p
 
-1999-10-04 Monday 04:24  maxx
+2003-01-08 Wednesday 02:32  titer
 
- * input/input.c :
- - Correction de deux bugs concernant le calcul de b_has_pts et d'une autre
- variable de la structure pes (les masques utilisés n'étaient pas les bons...
- conséquence immédiate : la synchro ne voyait jamais de paquet daté) ;
- - Correction d'un bug de la méthode de calcul de i_pts ;
+  Minor GUI fixes in the prefs window.
 
- * audio_decoder/audio_decoder.c :
- - Autodétection des dates en utilisant le champ i_pts fourni par la
- synchro... le son à fréquence variable adaptée aux pertes de paquets TS et
- autres problèmes est désormais une réalité :-)
+2003-01-08 Wednesday 02:16  ipkiss
 
- * audio_output/audio_output.c :
- + Rajout de la synchro :
- - On attend si on est en avance ;
- - On saute des frames si on est en retard ;
- + Ce n'est pas encore tout à fait ça, mais ça commence à prendre forme...
- On dirait que le mini-server va trop vite, parce que l'audio est souvent
- en retard... Polux ?
+  * Added sound volume management and changed a bit the menus
+  * Added audio channels selection, but it's currently disabled since
+    it's quite buggy :)
 
- * Makefile :
- - Modifications cosmétiques ;
+2003-01-08 Wednesday 02:09  titer
 
- --
- MaXX
+  Fixed language and subtitle selection.
 
-1999-10-03 Sunday 00:37  maxx
+2003-01-08 Wednesday 00:41  massiot
 
- * .cvsignore :
- - Rajout des fichiers vlc.init et gmon.out ;
+ * New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
+ * Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
 
- --
- MaXX
+2003-01-07 Tuesday 21:49  fenrir
 
-1999-10-03 Sunday 00:31  maxx
+  * all: I have added two new variables in es_descriptor_t and
+ decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
+ a replacement of p_demux_data as this variable is used by
+ some demuxers in another way. This way, I will be able to add
+ preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
+ demuxer so if somebody wants ...)
 
- * Makefile :
- - Rajout des options de linkage -g et -pg afin de faire fonctionner le
- profiling ;
+2003-01-07 Tuesday 15:12  jobi
 
- --
- MaXX
+   * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
+     file/ts_dvbpsi:) with TS streams that don't start with 0x47
 
-1999-10-02 Saturday 23:32  maxx
+2003-01-07 Tuesday 15:12  massiot
 
- * include/decoder_fifo.h :
- - Rajout du support permettant de détecter la fin du thread input
- correspondant au flux de bits passé en argument à la fonction GetByte ;
+ Fixed another very nasty localization bug.
 
- * input/input.c :
- - Changements cosmétiques ;
+2003-01-07 Tuesday 14:58  massiot
 
- * input/input_psi.c :
- - Correction d'un bug de la fonction DestroyPgrmDescr qui faisait
- segfaulter le vlc à sa terminaison ;
+ New "spdif" setting, allowing to permanently disable S/PDIF detection.
 
- * audio_decoder/audio_decoder.c :
- * generic_decoder/generic_decoder.c :
- * video_decoder/video_decoder.c :
- - Les fonctions xdec_DestroyThread envoient désormais un signal permettant
- aux decoder threads de quitter la fonction GetByte meme s'ils sont en
- attente dans la fonction pthread_cond_wait ;
+2003-01-07 Tuesday 14:38  massiot
 
- --
- MaXX
+ Removed unused options in the aout.
 
-1999-10-02 Saturday 12:20  massiot
+2003-01-07 Tuesday 13:26  sam
 
- * input.c : Ajout du booléen b_error et d'une boucle d'erreur pour
-   éviter la fermeture sauvage de l'input ;
- * main.c : Le vlc se ferme désormais proprement quand il bouffe un SIGINT.
+   * minor updates to pofiles.
 
- --Meuuh
+2003-01-06 Monday 22:57  massiot
 
-1999-10-02 Saturday 00:45  massiot
+ Fixed a compilation issue.
 
- * Suppression d'un message d'erreur erronné ;
+2003-01-06 Monday 22:07  massiot
 
- --Meuuh
+ * Bumped up revision number to 0.5.0-test2,
+ * MacOS X port: new error dialog displaying error messages,
+ * Updated localization files,
+ * Comestic fixes.
 
-1999-10-02 Saturday 00:05  massiot
+2003-01-06 Monday 20:08  yves
 
- * L'input devrait être capable de se fermer correctement après une
-   erreur (j'ai dit _capable_, hein, j'ai pas dit qu'elle le faisait) ;
+ - Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
+ - removed access/rtp plugin (merged in access/udp).
+ - removed codec/imdct and codec/downmix plugins (deprecated).
+ - libvlc0-devel provides libvlc-devel.
+ - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
+   ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
 
- --Meuuh
+2003-01-06 Monday 15:39  ipkiss
 
-1999-10-01 Friday 17:44  maxx
+  * modules/gui/win32/network.cpp: added support for ftp and mms
+  * modules/gui/win32/disc.cpp: cosmetic
 
- * Makefile :
- - Rajout de l'option -pg maintenant que le %*!&#@ de bug est corrigé, et en
- attendant qu'on trouve le moyen de releaser proprement le lock des
- decoder_fifos :-)
+2003-01-06 Monday 02:45  massiot
 
* audio_decoder/audio_decoder.c :
- - Correction d'un bug qui entrainait une dérivation du son ;
MacOS X port :
+ * New "stream output" area in the open panel.
 
- * include/audio_output.h :
- - Passage du nb max de fifos audio de 4 à 2 pour augmenter le niveau sonore ;
+2003-01-06 Monday 00:37  garf
 
- * interface/main.c :
- - Typo ;
+  * added a i_min, i_max, f_min and f_max in module_config_t structure
+  * added a add_integer_with_range() and add_float_with_range()
+  * gtk interface: now uses a slider when a min or a max is specified
 
- --
- MaXX
+2003-01-05 Sunday 21:03  sigmunau
 
-1999-10-01 Friday 14:38  maxx
+  modules/demux/asf/*: added some file info code
+  modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
+ these cause to much trubble
 
- * input/input_pcr.c :
- - Correction d'un bug de la fonction input_PcrReInit : pthread_mutex_lock()
- était appelée avec un argument obtenu en déréférençant un pointeur non
- initialisé ;
- - Le bug ne survenait que lorsque le vlc était compilé SANS -Ox, probablement
- parce que le code optimisé n'exécutait pas les instructions dans le meme
- ordre ;
+2003-01-05 Sunday 20:45  massiot
 
- -- MaXX
+ Fixed the "stream has changed" bug.
 
-1999-09-29 Wednesday 11:56  maxx
+2003-01-05 Sunday 16:23  massiot
 
- * include/mtime.h :
- - mtime_t devient un s64 (et non plus un u64) pour harmoniser gestion de
- l'horloge et synchronisation ;
- - LAST_MDATE correspond désormais à la plus grande valeur que peut
- prendre un s64 ;
- - MSTRTIME_MAX_SIZE prend en compte le fait que les dates peuvent désormais
- être négatives ;
+ MacOS X port :
+ * Fixed a segfault in the "Close Window" code,
+ * Fullscreen state is now retained between files,
+ * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
 
- * misc/mtime.c :
- - modifications diverses et variées prenant en compte le changement de
- mtime_t ;
+2003-01-05 Sunday 13:39  gbazin
 
- * include/input.h :
- - i_pts et les variables s64 de la structure pcr sont désormais des mtime_t ;
+ * modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
+ the audio output thread. That should make Win9x/Me happier.
 
- * input/input.c :
- - passage des casts en (mtime_t) et non (s64) ;
+2003-01-05 Sunday 03:21  jlj
 
- * input/input_file.c :
- - rajout d'un #include "mtime.h" ;
+   MacOS X port:
+   * replaced playlist panel with drawer.
+   * implemented context menu for playlist tableview.
 
- * input/input_pcr.c :
- - passage des s64 en mtime_t ;
+2003-01-05 Sunday 02:39  massiot
 
- * misc/xutils.c :
- - correction de deux warnings ;
+ * Added the possibility to select DVD menus with VIDEO_TS folder in the
+   OS X open panel.
 
- -- MaXX
+2003-01-05 Sunday 01:55  massiot
 
-1999-09-28 Tuesday 12:35  maxx
+ * Added a Close Window and a close box to our QuickTime video output.
 
- * include/decoder_fifo.h :
- - Proprification des commentaires ;
+2003-01-04 Saturday 23:49  gbazin
 
- * include/input.h :
- - i_pts était un u32 mais doit être un s64 ;
- - Question ouverte au Ptyx : pourquoi mtime_t est un u64 ?
-   Est-ce que c'est mauvais de passer mtime_t en s64 ?
-   Est-ce que ça fait modifier beaucoup de code ?
+ * configure.ac.in: fixed typo in wxWindows headers detection code.
 
- * input/input.c :
- - Correction d'un cast ;
+2003-01-04 Saturday 17:14  titer
 
- -- MaXX
+  We now check if the BSoundPlayer's buffer size is not the one we
+  were expecting.
 
-1999-09-24 Friday 12:02  maxx
+2003-01-04 Saturday 16:27  gbazin
 
- * audio_decoder/audio_decoder.c :
- - Intégration totale et non commentée du support de la synchro ;
- - Le problème du 0.1% de CPU -> 9.7% est résolu en compilant avec un
- flag d'optimisation (cf ci-dessous) ;
+ * src/audio_output/output.c: don't forget to free the audio buffer when
+ we are trashing it.
 
- * Makefile :
- - Rajout d'une ligne *commentée* avec le flag d'optimisation -O2 ;
- - En -O2 et en faisant tourner le mini-server et un vlc --novideo sur la
- meme machine, la somme des %CPU du vlc et du mini-server est égale à 0 :-)
- C'est pas beau ça ?
+2003-01-04 Saturday 13:50  jpsaman
 
- -- MaXX "vlc rewlz"
+ Cosmetic changes.
 
-1999-09-23 Thursday 22:56  polux
+2003-01-04 Saturday 13:30  jpsaman
 
- Implémentation rudimentaire de la synchro : les packets
- PES sont maintenant datés.
+ Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.
 
- --
- Polux
+2003-01-04 Saturday 04:11  jlj
 
-1999-09-23 Thursday 12:22  massiot
+   MacOS X port:
+   * main window controls are back. based on suggestion by Dan Macpherson.
 
- * AUTO_SPAWN n'est plus necessaire pour lancer l'init script.
+2003-01-04 Saturday 00:21  jpsaman
 
- --Meuuh
+ Updating slider status uses no longer FPU calculations when compiled for strongarm1100.
 
-1999-09-22 Wednesday 17:53  maxx
+2003-01-03 Friday 23:58  jpsaman
 
- * include/audio_output.h :
- - Correction d'une erreur dans la taille des frames du Layer II (1152
- et non 1192) (ne vous en faites pas, l'erreur n'était présente que dans
- un commentaire :-) ;
+ Updated package release number
 
- * audio_decoder/audio_decoder.c :
- - Rajout d'un certain nombre de commentaires utiles pour la suite du
- développement de l'audio_decoder ;
- - Modification de la méthode de calcul du nombre de frames audio libres
- dans l'aout_fifo (à tester !) ;
+2003-01-03 Friday 21:38  jlj
 
- -- MaXX
+   * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)
 
-1999-09-21 Tuesday 20:55  massiot
+2003-01-03 Friday 20:55  jpsaman
 
- * Le video_decoder a desormais une structure qui tourne (copier-coller de
-   l'audio_decoder) ;
+ Slider functionality for Familiar interface.
 
- L'integration du mpeg2decode arrive !
+2003-01-03 Friday 14:44  sam
 
- --Meuuh
+   * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
+     support in the Gtk+ and GNOME interfaces.
 
-1999-09-21 Tuesday 00:07  massiot
+2003-01-03 Friday 13:07  massiot
 
- * Passage de NeedBits(), DumpBits(), etc. dans decoder_fifo.h ;
- * Suppression de warnings ;
+ * modules/access/file.c: we now regularly check the size of the file, in
+   case it is being downloaded.
 
- --Meuuh
+2003-01-03 Friday 00:11  massiot
 
-1999-09-20 Monday 23:22  massiot
+ Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
+ it).
 
- J'avions oublie celui-la :(
+2003-01-03 Friday 00:03  jlj
 
- --Meuuh
+   * ./src/misc/darwin_specific.m:
+     Fixed (really!) segfault. Don't release o_lang objects, they're managed
+     by NSUserDefaults.
 
-1999-09-20 Monday 23:21  massiot
+2003-01-02 Thursday 23:50  massiot
 
- * La DCT et la PCM sont dans audio_math.c ;
- * Corrections de quelques warnings ici ou la ;
+ Cosmetic.
 
- --Meuuh
+2003-01-02 Thursday 23:09  massiot
 
-1999-09-20 Monday 22:41  massiot
+ MacOS X port :
+ * Fixed the Device submenu,
+ * There is still a segfault in darwin_specific.m.
 
- * Ajout d'un .cvsignore ;
- * Au démarrage l'interface lance le script contenu dans vlc.init s'il
-   existe (typiquement spawnage d'input) ;
- * Le décodeur PSI spawne automatiquement les threads video et audio des
-   qu'il a fini ;
-   [les deux précédents comportements peuvent être désactivés en
-    commentant #define AUTO_SPAWN dans config.h]
- * Correction d'un bug de compilation dans input_pcr.c
+2003-01-02 Thursday 22:49  jlj
 
- --Meuuh
+   * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.
 
-1999-08-08 Sunday 14:42  maxx
+2003-01-02 Thursday 20:48  gbazin
 
- * CVS Creation
+ * modules/codec/*: reverted my previous patch that explicitly set
+ i_bytes_per_frame and i_frame_length in each audio decoder.
+ * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
+ and i_frame_length.
 
- -- MaXX
+2003-01-01 Wednesday 11:14  jlj
 
-1999-08-08 Sunday 14:42  maxx
+   * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep.
+   * ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being
+                                   released twice) and memory leak.
 
- Initial revision
+     Bonne Année!