]> git.sesse.net Git - vlc/blob - ChangeLog
(new in MAIN)
[vlc] / ChangeLog
1 #===================#
2 # ChangeLog for vlc #
3 #===================#
4
5 HEAD
6
7   * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
8   * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
9     ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
10   * ./src/playlist/playlist.c, ./src/input/input.c: added safety checks to
11     prevent crashes on next file.
12   * ./src/misc/objects.c: commented all functions.
13   * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
14   * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
15   * ALL: got rid of p_object->p_this which is now useless.
16   * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
17   * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
18     not include CVS Id lines in automatically created files.
19   * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
20     ./src/interface/intf_eject.c, ./src/misc/threads.c: win32 compilation fix.
21   * ./plugins/directx/aout_directx.c, ./plugins/directx/vout_directx.c,
22     ./plugins/directx/vout_events.c: the DirectX notification and event threads
23     now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
24   * ./configure.in: added a check for inttypes.h and sys/int_types.h.
25   * ./configure.in: fixed the HTTP plugin compilation under BeOS.
26   * ./plugins/network/ipv6.c: reactivated IPv6 module.
27   * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
28   * ./include/main.h: replaced p_sys with explicit variables because it's
29     really much simpler this way.
30   * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
31     vlc_thread_create / vlc_thread_ready scheme to signal readiness.
32   * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
33   * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
34     belongs to plugins/mpeg_vdec.
35   * ALL: the first libvlc commit.
36
37 0.4.1
38 Not released yet
39
40   * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
41     currently sucks.
42   * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
43     and --no-foo as negations for --foo. Also, the --help output is nicer.
44   * ./plugins/macosx/*: rewrote the net panel for OS X
45   * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
46   * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
47     which caused subtitles to appear slanted in odd width windows.
48   * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
49     popup menus when no stream is being played, even in network mode.
50   * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
51   * ./src/video_output/video_output.c: fixed the "picture has invalid status"
52     bug which might have been the cause of crashes.
53   * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
54     using "--filter crop --autocrop".
55   * ./vlc.spec: added missing filters to the RPM generation.
56   * ./plugins/macosx/*: channel change support on Mac OS X.
57   * ./extras/MacOSX/Resources/vlc.icns: new OS X icon, courtesy of Benjamin 
58     Mironer <bmironer@noos.fr>.
59   * ./plugins/filter/crop.c: crop filter. Usage examples:
60       --filter crop --crop-geometry 640x480
61       --filter crop --crop-geometry 320x200+10+10
62   * ./plugins/macosx/intf_vlc_wrapper.m: fixed a bug in the chapter handling.
63   * ./plugins/macosx/vout_vlc_wrapper.m: more keystrokes.  
64   * ./plugins/chroma/i420_yuy2.h: simplified the chroma code. Please test
65     under BeOS and QNX.
66   * ./plugins/macosx/intf_vlc_wrapper.m: fix for non-ASCII filenames in the
67     MacOS X interface, courtesy of Watanabe Go <go@dsl.gr.jp>.
68   * ./plugins/chroma/i420_yuy2.h: fixed an old overflow bug spotted by
69     Rudolf Cornelissen.
70   * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
71     mode, courtesy of Pascal Levesque.
72   * ./plugins/beos/InterfaceWindow.h: stopped more than one playlist being
73     opened.
74   * ./plugins/beos/InterfaceWindow.cpp: fixed segfault on exit with playlist
75     open.
76   * ./plugins/beos/vout_beos.cpp: corrected size of output window.
77   * ./plugins/a52/a52.c, ./plugins/satellite/satellite_tools.c: compilation
78     fixes for Solaris.
79   * ./plugins/sdl/aout_sdl.c: fixed an endianness issue created by a
80     brain-dead developer :p
81   * ./plugins/win32/mainframe.cpp: the "Eject" button is enabled only after we
82     played a dvd or vcd.
83   * ./plugins/win32/mainframe.cpp: the toolbar is now flat and less cubist.
84   * ./plugins/win32/mainframe.cpp: got rid of the ugly slider with some winXP
85     skins. 
86   * ./plugins/win32/messages.cpp: added a config option to limit the number of
87     messages in the log window (default is set to 500).
88   * ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null
89     pointer.
90   * ./plugins/gtk/gnome.c: compilation fix.
91   * ./src/misc/netutils.c: removed the obsolete artificial delay when switching
92     channels.
93   * ./src/interface/intf_eject.c: added ejection code for Win32.
94   * ./plugins/win32/*: enabled the "Eject" button (thanks Ipkiss).
95   * ./include/configuration.h: changed ADD_BOOL and ADD_BOOL_WITH_SHORT config
96     macros to accept a default value as an argument.
97   * ./src/misc/configuration.c: modified the command line parsing to accept
98     --foo and --no-foo when a "foo" boolean config option is defined.
99   * ./src/interface/main.c: modified the help menu to indicate whether the
100     option is enabled or disabled by default.
101   * ./src/video_output/video_output.c: when the video output hasn't received
102     a new picture for a while, it redisplays the last displayed one. This will
103     be useful for DVD menus, but also solves the "picture becomes black when
104     vlc is paused" issue.
105   * ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config.
106   * ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine
107     to avoid a flickering during the switch.
108   * ./plugins/filters/*: fixed inconsistencies.
109   * ./plugins/win32/mainframe.dfm: new icons for the toolbar buttons.
110   * ./plugins/win32/network.cpp: URL can now start with "http://" in the
111     Network dialog box.
112   * ./plugins/win32/about.dfm: updated the About dialog box.
113   * ./include/video.h: added a b_force flag to picture_t so that we can force
114     the display of an image even if it is late.
115   * ./plugins/filter/*: filters are now configurable through the configuration
116     system. Patch from Sigmund Augdal <sigmunau@stud.ntnu.no>.
117   * ./po/vlc.pot: updated potfile.
118   * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
119     <A.Lipiec@elka.pw.edu.pl>.
120   * ./debian/control: updated Debian package descriptions.      
121   * ./plugins/aa/aa.c: removed all palette code as it was unused.
122   * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to
123     vout_Render.
124   * ./plugins/aa/aa.c: added support for resizing and right-click menu.
125   * ./src/input/mpeg_system.c: in order to make ac3 working in avi file, moved
126     some code from ac3 decoder to mpeg_system.c. (skip 3 bytes is now done in
127     mpeg_system.c and no longer in ac3 audio decoder).
128   * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
129     instead of testing 'E: ' and 'I: ' (to simplify miniVLCS).
130   * ./plugins/avi/avi.c, ./plugins/avi/libioRIFF.c: added more safety tests.
131   * ./include/inpu_ext-dec.h: added a check to fifo->b_die after the call
132     to BitstreamNextDataPacket() in GetChunk().
133
134 0.4.0
135 Thu, 23 May 2002 01:27:05 +0200
136
137   * ./plugins/access/http.c: fixed HTTP input under Win32
138   * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma
139     transformations, with the help of Pascal Levesque.
140   * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
141     we don't do this, trying to use the class when the plugin is reloaded will
142     cause a segfault.
143   * win32: replaced TUpDown components by TCSpinEdit ones, which allow
144     values greater than 32767. It fixes the audio bug ocurring when a
145     configuration file is saved under the win32 interface
146   * ./plugins/win32/mainframe.cpp: Added some extra space between
147     statusbar and toolbar when nothing is displayed.
148   * ./plugins/text/logger.c: on win32 the logger interface shows up a dos
149     command box.
150   * ./plugins/gtk/gnome.c: fixed uninitialized variable
151   * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList()
152   * ./plugins/beos/vout_beos.cpp: changes to reduce segfaults on exit,
153     and also allow only one Playlist window.
154   * ./include/modules_inner.h: fixed a crash when reopening a hidden
155     module
156   * ./plugins/dvd/dvd_access.c: on Win32 the DVD access plugin has to be
157     explicitly requested. This avoids crashes when the input thread tries
158     to open files as dvds.
159   * ./plugins/dvd/dvd_access.c: fixed a side-effect bug causing crashes
160     on DVD title change
161   * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422
162     packed chroma transformations.
163   * ./src/input/input.c: fixed a bug with the input remaining stuck when no
164     network data was present.
165   * win32: fixed a stupid bug in the Network dialog.
166   * ./src/interface/main.c: fixed a little memleak.
167   * ./src/input/input_dec.c: removed useless code.
168   * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
169     variables.
170   * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
171   * ./configure.in: tried to fix the -lavcodec detection.
172   * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen.
173   * ./plugins/network/ipv6.c: experimental support for Windows IPv6
174   * ./plugins/a52/a52.c: added an option to disable the dynamic range
175     compression.
176   * ./Makefile.opts.in: removed configuration stuff which does not need to
177     rebuild anything to Makefile.config, so that editing it will not cause
178     a complete rebuild.
179   * ./plugins/beos/VideoWindow.h, ./plugins/beos/vout_beos.cpp: improved
180     Overlay and Bitmap output modes.
181   * ./plugins/macosx/aout_macosx.m, ./plugins/macosx/aout_macosx.m: removed
182     unused headers.
183   * ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto
184     the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have
185     any effect, so you'll have to hold down command-option when dropping until
186     this is resolved.
187   * ./src/video_output/video_output.c: removed previous patch to the video
188     output since it causes problems for some people.
189   * ./plugins/macosx/*: worked around a bug in seeking.
190   * ./include/threads_func.h: OS X port now uses real-time threads.
191   * ./configure.in: fixes for ffmpeg and mad.
192   * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib: OS X intf
193     is now more consistent with Apple guidelines.
194   * ./plugins/gtk/gtk_preferences.c: fixed a segfault I introduced lately in
195     gtk_preferences.
196   * ./plugins/macosx/intf_vlc_wrapper.m: don't try to eject unless there is
197     a disc to eject.
198   * ./plugins/macosx/intf_vlc_wrapper.m: fixed a segfault in the Mac OS X
199     interface.
200   * ./plugins/satellite/input_satellite.c: cosmetic changes in error messages.
201   * ./plugins/gtk/*: gtk and gnome interfaces now use frequency and symbol
202     rate default values.
203   * ./BUGS: removed fixed entries.
204   * ./plugins/spudec/spu_decoder.c: initialize p_spudec->p_vout to NULL to
205     prevent segfaults if InitThread does not complete.
206   * ./plugins/text/rc.c: on win32 the rc plugin opens a new console.
207   * ./plugins/filters/*: filters were using memalign but freeing p_data instead
208     of p_data_orig.
209   * ./extras/Win32_msvc/vlc.dsp: updated MSVC++ project.
210   * ./src/interface/main.c: small corrections to the LONGTEXT descriptions in
211     main.c.
212   * ./AUTHORS: a few additions.
213   * ./vlc.spec: updates, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
214   * ./configure.in: new --with-ffmpeg option for standard installations.
215   * ./src/interface/main.c: updated long descriptions.
216   * ./plugins/dummy/intf_dummy.c: on win32 the dummy interface plugin will
217     open a dos command box. With this fix, vlc should never fail silently and
218     leave a ghost process running in the background when there isn't any
219     working GUI plugin.
220   * ./include/config.h: on win32 DVD/VCD_DEVICE defaults to to D:.
221   * ./src/interface/main.c: added a few *_LONGTEXT descriptions.
222   * ./plugins/mpeg_vdec/video_parser.c: moved the mpeg-motion and mpeg-idct
223      options to the mpeg_vdec plugin.
224   * ./plugins/spudec/spu_decoder.c: mark subpictures destroyed when we end
225     spudec thread.
226   * ./src/audio_output/aout_pcm.c: desperate attempt to improve audio output.
227   * ./doc/vlc-howto.sgml, ./doc/vlc.1, ./README.MacOSX.rtf: updated
228     documentation.
229   * ./INSTALL.win32: updated INSTALL.win32.
230   * ./plguins/directx/vout_directx.c, ./plugins/directx/vout_events.c: a little
231     bit of clean-up in the directx video output plugin
232   * ./plugins/macosx/*: fixed Mac OS X resizing.
233   * ./src/misc/configuration.c: warning levels are no longer additive, patch
234     courtesy of Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>.
235   * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
236     and mipspro doesn't know about __inline__).
237   * ./src/audio_output/aout_pcm.c, ./src/audio_output/aout_ext-dec.c: fixed
238     deadlock in NextFrame() in aout_pcm.c.
239   * ./plugins/directx/vout_directx.c, ./plugins/directx/vout_events.c: fixed
240     a bug in the directx window creation function. We register a window
241     class once per process so we must be careful not to free the associated
242     resources.
243   * ./extras/Win32_msvc/vlc.dsp: updated the MSVC++ project files and added
244     support for dirent (vlc compiled with msvc can now load plugins - even
245     compiled with mingw).
246   * ALL: small portability fixes.
247   * ./plugins/macosx/*: menu item to maximize the volume in Mac OS X.
248   * ALL: dropped dependancy on autoconf 2.52.
249   * ./plugins/directx/vout_directx.c: modified the directx video plugin to try
250     to create an YUV surface before falling back to an RGB surface when it's
251     not possible to use overlays. Some graphic cards can do the YUV->RGB
252     conversion in hardware during the blitting stage.
253   * ./plugins/directx/vout_directx.c: in the directx video plugin, we now
254     request that the RGB surface be created in video memory. The reasoning
255     behind this is that usually surfaces in video memory benefit from more
256     hardware acceleration (like for instance hw rescaling, hw blitting, etc.).
257   * ./plugins/directx/directx.c: added two options to the directx video plugin
258     to disable the above features (mainly because my video driver is buggy and
259     doesn't handle them well).
260   * ./src/misc/configuration.c: small cosmetic changes to the generation of
261     the config file.
262   * ./src/misc/configuration.c: fix for config_GetHomeDir() on win32.
263     SHGetFolderPath() is located in shfolder.dll not shell32.dll.
264   * ./plugins/gtk/gtk_preferences.c: fix for the gtk preferences dialog box. To
265     be sure that an int or float value is actually changed we call
266    gtk_spin_button_update() in the GtkInt/FloatChanged() event handler.
267   * ./debian/control: made the Build-Depends: entry a one-liner (Closes
268     Debian bug #147103).
269   * ./src/audio_output/aout_spdif.c: a lock was not released.
270   * ./plugins/text/rc.c: added a safety lock.
271   * ./plugins/gtk/*: new Network dialog box for Gtk and Gnome interfaces.
272   * ./plugins/mpeg_system/mpeg_audio.c: you can now force the mpeg_audio demux
273     module.
274   * ./plugins/mpeg_vdec/vpar_headers.c: update reference in case of sequence
275     end code.
276   * ./src/input/input_clock.c: don't keep the control lock during the pause.
277   * ./plugins/ac3_spdif/ac3_spdif.c, ./src/audio_output/aout_spdif.c: check for
278     b_die and b_error in all loops so that we don't remain stuck waiting for
279     data whereas the vlc has tried to quit.
280   * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
281   * ./plugins/avi/avi.c : it will not segfault with broken avi with an unknown
282     stream.
283   * ./src/misc/mtime.c: removed usage of usleep (not thread safe) (by Meuuh).
284   * ./src/video_output/video_output.c: video output patch to improve handling
285     of late pictures (by Meuuh).
286   * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
287     calls to realloc(_,0) in a similar way to input_programs.c.
288   * ./plugins/dvd/dvd_seek.c: fix random segfaults on title change (i_cell
289     should be tested _before_ we access the structures).
290   * ./src/input/input_programs.c: fixed memory corruption by setting a few
291     pointers to NULL after they have been free()ed.
292   * ./src/input/input_programs.c: removed now useless ASSERTs.
293   * ./plugins/beos/*: improved overlay and bitmap support, not tested on nVidia
294     cards. Lower CPU usage and no thread created per frame.
295   * ./plugins/dvd/dvd_summary.c: added a sanity check.
296   * ./plugins/vcd/*: vcd access plugin now uses mpeg_ps demux instead of its
297     own one.
298   * ./plugins/macosx/vout_qdview.m: attempt to fix the video output with
299     QuickTime 6.
300   * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing
301     audio track" problems by zeroing the p_ac3dec structure.
302   * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached"
303     crash.
304   * ./src/input/input_dec.c, ./src/input/input_programs.c: check size to avoid
305     realloc(0).
306   * ./plugins/win32/network.*: new Network dialog box.
307   * ./src/input/input.c, ./plugins/access/http.c, ./plugins/access/udp.c: added
308     the input_FDNetworkClose() function to be called when closing a networking
309     stream instead of input_FDClose().
310   * ./src/misc/netutils.c: use closesocket() instead of close() at the end
311     of the network_ChannelJoin() for WIN32.
312   * ./src/misc/configuration.c: fixed an issue with long options from
313     modules where option arguments and playlist entries were mixed.
314   * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors
315     should be OK now.
316   * ./plugins/satellite/input_satellite.c: fixed a compilation warning.
317   * ./configure.in: added libdvbpsi version check.
318   * ./include/modules_inner.h: fixed a bug in module reinitialization,
319     which should fix crashes after a long pause.
320   * ./src/input/*: fixed a bug (glitch/segfault) when seeking.
321   * ./src/input/mpeg_system.c: we handle PCR even if they are not attached
322     to a PMT.
323   * ./configure.in: new --with-mad-tree configure option.
324   * ./BUGS: updated BUGS file.
325   * ./src/input/mpeg_system.c: it should now be possible to quit when reading
326     a bogus file.
327   * ./src/misc/iso-639.def, ./include/iso_lang.h, ./src/misc/iso_lang.c:
328     iso-839-[12] tools.
329   * ./plugins/dvd/dvd_es.c, ./plugins/dvd/dvd_summary.c,
330     ./plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new
331     behaviour.
332   * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
333   * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
334     of Yves Duret and other Mandrakesoft guys I don't know.
335   * ./plugins/macosx/intf_vlc_wrapper.m: do not eject when we're reading from
336     the disc...
337   * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
338     try to use it, unless it was explicitely requested (--vout for example).
339   * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh). 
340   * ./src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
341     Meuuh.
342   * ./plugins/mpeg_system/mpeg_audio.c: to avoid problem with PS, test only the
343     first 4 bytes for mpeg header so some broken files, and all web radio will
344     not work. You can change this by changing value of MPEGAUDIO_MAXTESTPOS.
345   * ./doc/vlc-howto.sgml: spelling mistakes, small updates, harmonization with
346     other documentations (thank you Alexis).
347   * ./plugins/satellite/*: some fixes in options parsing (thank you Sam).
348   * ./extras/MacOSX/Resources/vlc.icns: new OS X icon, courtesy of Joeri van
349     Dooren <joeri@van.dooren.be>.
350   * ./plugins/mpeg_vdec/video_decoder.c: Mac OS X fix.
351   * ./plugins/mpeg_system/mpeg_audio.c: you should again be able to play PS
352     streams (I hope it will be enough). Sorry.
353   * ./plugins/ffmpeg/ffmpeg.c: CVS version of ffmpeg can now decode
354     msmpeg4 v1 v2, so I added support for this. But you can always use
355     the old ffmpeg library without any problem (I hope ;).
356   * ./include/video.h : added new fourcc codes for avi.
357   * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
358     display. To duplicate 12 times, use `--filter clone:12'.
359   * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to
360     force the XVimage format used.
361   * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf.
362   * ./plugins/mpeg_system/mpeg_audio.c: we don't use any more U32_AT.
363   * ./plugins/macosx/*: disabled auto-hiding of mouse cursor since it doesn't
364     work when browsing menus; instead, click in the video window
365   * ./plugins/macosx/*: fixed a major bug in the spu decoder.
366   * ./plugins/macosx/*: Objective-C files are now .m.
367   * ./plugins/macosx/*: fixed menus.
368   * ./plugins/macosx/*: menus for Program/Title/Chapter/Languages.
369   * ./plugins/avi/avi.c: we use input_ClockManageRef to do synchro.
370   * ./include/common.h, ./include/input_ext-plugins.h: exported
371     input_ClockGetTS for plugins.
372   * ./plugins/mpeg_system/mpeg_audio.c: a demux for mpeg audio stream (file,
373     web radio ...) 
374   * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
375     reason, user just needs to hit Ctrl-C again 1 second later and we'll
376     exit disgustingly instead of freezing.
377   * ./plugins/macosx/intf_vlc_wrapper.c: menu code fixes.
378   * ./plugins/macosx/*: fixed Mac OS X VOUT_SIZE_CHANGE signal.
379   * ./plugins/ffmpeg/ffmpeg.c: corrected some bad lock/unlock.
380   * ./plugins/avi/avi.c: can now use --novideo.
381   * ./plugins/macosx/*: improvements of the OS X GUI.
382   * ./plugins/mad/*: added mad plugin downscale config option for selecting
383     downscaling routine. Choices are: fast, mpg321. Default the fast version
384     is used. The downscale option mpg321 uses an algorithm that adapts to
385     dither errors. This routine is borrowed from MPG321 code.
386   * ./plugins/mad/*.c: mono audio streams get now duplicated on the right
387     channel instead of silencing the right channel (untested).
388   * ./plugins/avi/avi.c, ./plugins/ffmpeg/ffmpeg.c: improvements.
389   * ./src/video_output/video_output.c: video plugins that don't handle
390     rescaling themselves have to let the video_output thread know about
391     resizing events (with VOUT_SIZE_CHANGE event). (this part needs some
392     clean-up but it is basically working for the X11 and SDL plugins).
393   * ./plugins/sdl/vout_sdl.c: fixed fullscreen for the SDL plugin.
394   * ./plugins/sdl/vout_sdl.c, ./plugins/mga/xmga.c: xmga and sdl now switch to
395     fullscreen on double-click.
396   * ./plugins/avi/avi.c: try to not freeze when reaching end file.
397   * ./plugins/x11/xcommon.c, ./src/video_output.c: fixed the resizing and
398     scaling of the X11 video output.
399   * ./plugins/x11/xcommon.c: clicking on the video doesn't pause it anymore
400     (use spacebar for this), but double-clicking will now switch between
401     fullscreen and window mode.
402   * ./plugins/gtk/gtk_preferences.c: the Apply button in the preferences menu
403     is grayed out unless there's a change to apply.
404   * ./plugins/gtk/gtk_preferences.c: GtkConfigApply() now clears the list of
405     config changes before returning.
406   * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
407   * ./configure.in: deactivated ipv6.so under QNX for now.
408   * ./plugins/macosx/aout_macosx.c: more stable audio output with more output
409     buffering.
410   * ./BUGS: no text in the status bar with gtk intf, no window title in gtk
411     intf on some machines, correct title on another.
412   * ./plugins/gtk/*.glade, ./plugins/gtk/*_interface.*: fix for interface   
413     autoshrink when toolbar text isn't displayed.
414   * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_display.*:
415     callbacks for the hide tooltips and toolbar text options.
416   * ./plugins/mad/*: aout fifo adapts it size according to the length of the
417     first frame. The change is needed for MPEG1/2 layer III, because the size
418     of output pcm from mad_decoder is different.
419   * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
420     options callbacks.
421   * ./configure.in: we check support for variadic macros (screw Borland!).
422   * ./plugins/gtk/gnome.c: new option lets you hide the text of the
423     GNOME interface toolbar.
424   * ./FAQ: small FAQ update. Please note that everyone can update this FAQ if
425     they want, it is not my property :-).
426   * ./AUTHORS: added quite a few missing names.
427   * ./plugins/qnx/vout_qnx.c: port of the QNX vout plugin to the vout4 API,
428     courtesy of Pascal Levesque <Pascal.Levesque@mindready.com>.
429   * ./plugins/avi/avi.c: you can now use slow and fast reading. After seeking,
430     audio and video synchro is better.
431   * ./plugins/macosx/aout_macosx.c: misc sound fixes.
432   * ./configure.in: fixed VCD double detection.
433   * ./src/misc/configuration.c, ./plugins/text/logger.c: the configuration file
434     and the log file are opened in text mode. This mode should only have a
435     meaning on Win32 and isn't supposed to break any other platform. If does
436     give you any trouble then shout.
437   * ./configure.in: added a --with-a52-tree option to the configure script.
438   * ./plugins/spudec/spu_decoder.c: FOURCC_YUY2 subtitles support (for NVidia
439     overlay) courtesy of Rudolf Cornelissen <rag.cornelissen@inter.nl.net>.
440   * ./plugins/kde/*: configuration dialog for the KDE interface, courtesy
441     of Sigmund Augdal <sigmunau@stud.ntnu.no>.
442   * ./plugins/chroma/i420_yuy2.h: workaround for yet another annoying gcc
443     behaviour with inline assembly (seems to be BeOS-specific). If anyone has
444     a better idea than the huge "memory" constraint, please have a look at
445     the MMX_CALL() macro!
446   * ./plugins/avi/avi.c: corrected a bug with broken avi files.
447   * ./src/misc/modules_plugin.h: added config_Get/PutFloatVariable to
448     p_sysmbols. Thanks to Sigmund Augdal for pointing this bug out.
449   * ./src/audio_output/aout_pcm.c: on Win32 the aout_pcm thread is given a high
450     priority. This avoids lots of audio underruns, especially when moving
451     around the video window.
452   * plugins/avi/avi.c : changed in order to read more avi files, Meuuh
453     you can now read your file ;) (but audio is awful, perhaps because of mad
454     plugin ?). Fix a bug for audio with some avi files.
455   * ./plugins/satellite/satellite.c: fixed a compilation issue in satellite
456     input. It now uses common or libdvbpsi ts demux. Untested cause I can't
457     get our Nova Card work again.
458   * ./src/video_output/vout_pictures.c: restored vout_CopyPicture(). It is
459     needed by the directx plugin damnit ;-)
460   * ./include/config.h: restored AOUT_BUFFER_DURATION to its old value. It
461     should solve quite a few underrun problems.
462   * ./plugins/directx/vout_directx.c: a little bit of DirectX plugin clean-up.
463   * ./ipkg/control: added more information in ipkg control file.
464   * ./include/modules_inner.h: the module name is now a default shortcut, for
465     it, no need to manually add it.
466   * ./plugins/sdl/vout_sdl.c, ./plugins/x11/xcommon.c: when in fullscreen
467     mode, the Esc key does not quit immediately, but first escapes from
468     fullscreen mode. User-requested feature.
469   * ./include/os_specific.h: fixed a C++ compilation issue.
470   * ./include/videolan/vlc.h: removed the main() declaration because SDL
471     defines it as a macro.
472   * ./plugins/avi/avi.c: with some broken avi files, will not freeze, and
473     try to detect end of file.
474   * ./include/threads_func.h: moved the function definitions from threads.h
475     into threads_funcs.h. This allows us to move p_main_sys into p_main
476     (p_main->p_sys).
477   * ./configure.in: fixed the --with-gtk-config-path and --with-sdl-config-path
478     options.
479   * ./plugins/avi/avi.c: seek is faster.
480   * ./configure.in: fixed a typo in libdvbpsi handling.
481   * ./plugins/vcd/cdrom_tools: FreeBSD 4.5 port of the vcd input.
482   * ./INSTALL.win32: updated win32 compilation instructions.
483   * ./plugins/mpeg_system/mpeg_ts.c: fixed --program option.
484   * ./include/common.h: fixed vlc_memalign.
485   * ./plugins/avi/avi.c: now it can play broken files with seek enabled but
486     it's very slow (will be fixed soon).
487   * ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-)
488   * ./src/input/input_programs.c: a video divx ES will no longer be considered
489     as an audio ES (thanks sam).
490   * ./src/misc/darwin_specific.c: added system_Configure().
491   * ./plugins/macosx/vout_macosx.c: cleaned up QTScaleMatrix().
492   * ./plugins/macosx/*: A/V sync should be much more precise.
493   * ./plugins/macosx/vout_qdview.c: borders in fullscreen mode are now black
494     and the movie is centered.
495   * ./extras/MacOSX/vlc.pbproj/project.pbxproj: new creator ID: VLC#.
496   * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir.
497   * ./include/video.h: moved vout_CopyPicture out of the way, an inline
498     function did not make sense here.
499   * ./include/video.h: moved vout_ChromaCmp out of the way.
500   * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into
501     video.h.
502   * ./include/os_specific.h: this file is now always included.
503   * ./include/debug.h: removed this file which was almost useless, and moved
504     ASSERT to common.h.
505   * ./include/common.h: fixed vlc_memalign and changed its prototype to
506     follow posix_memalign's.
507   * ./configure.in: dropped usage of $withval and $enableval in favor of the
508     safer variants $with_foo and $enable_foo.
509   * ./plugins/avi/avi.c: will not segfault when no audio is found/supported.
510   * ./plugins/ffmpeg/ffmpeg.c: with empty frame(data_packet) it won't segfault.
511   * ./plugins/avi/avi.c: use KeyFrame to seek, so video will not be bad as
512     before.
513   * ./plugins/mpeg_system/mpeg_ts.c: moved Program Specific Information
514     decoder to the ts demux module.
515   * ./plugins/mpeg_system/Makefile: added a mpeg_ts_dvbpsi module tha uses
516     libdvbpsi to decode PSIs. It is used by default if the lib is found. It
517     shares much code with mpeg_ts.
518   * ./plugins/directx/vout_events.c: fixed typo. You have to double click on
519     the video window to switch to fullscreen.
520   * ./src/misc/configuration.c: on Win32 the config file is now stored under
521     the "Application Data" folder belonging to the user. (this works if at
522     least IE4 is installed, otherwise the old method is used to get the
523     config directory)
524   * ./configure.in: fixed MacOS X module linking problem.
525   * ./src/interface/main.c: we no longer segfault if argc == 0.  
526   * ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries
527     defining it. Grmbl.
528   * ./src/input/input_ext-plugins.c: cosmetic change.
529   * ./plugins/ac3_adec/*: use of _M to avoid conflict with libavcodec.a.
530   * ./plugins/avi/*: a light AVI demux.
531   * ./plugins/ffmpeg/*: a video decoder for divx v3 and opendivx.
532   * ./plugins/win32/preferences.cpp: fixed a compilation bug
533   * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
534     upcoming work.
535   * ./plugins/spudec/spu_decoder.c: fixed the spu decoder to take the pitch
536     of the destination picture into account when rendering the subtitles
537     (Implemented only for the YUV modes).
538   * ./plugins/directx/vout_events.c: fixed the mouse autohidding feature in
539     the DirectX plugin (at least partially).
540   * ./plugins/directx/vout_directx.c: fixed the DirectX video output for
541     non-overlay modes. It was only working in RGB16 before.
542   * ./plugins/directx/vout_directx.c: DirectX video output plugin now uses
543     triple buffering for YUV overlay. This improves the video quality a lot
544     (no tearing) without affecting performance. (I knew double buffering
545     sucked but I just discovered why triple buffering is better: you don't
546     have to wait for the vsync to flip the buffers).
547   * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix
548     to avoid retrieving the spu palette from a network stream as if it was
549     a DVD.
550   * ./src/interface/main.c: tidied the help output code.
551   * ALL: removed underscores from option names and made a few options more
552     self-explanatory, for instance --input_channel becomes --audio-channel;
553     run vlc -H to see what has changed.
554   * ALL: replaced many occurences of "plugin" with the word "module".
555   * ./src/interface/main.c: moved all satellite-specific configuration options
556     to the satellite plugin.
557   * ./po/*: updated translations.
558   * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma
559     transformations. They're now PIC-friendly as well.
560   * ./plugins/macosx/intf_open.c: added Open disc and network panels.
561   * ./plugins/macosx/intf_controller.c: some changes to the control layout.
562   * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted
563     verbose messages.
564   * ./po/en_GB.po: British translation.
565   * ./src/interface/main.c, ./src/misc/configuration.c: fixed the warning_level
566     handling: "-v" and "--warning" are now working as they should and they also
567     are cumulative (using -vv --warning=3 you end up with i_warning_level=5).
568   * ./src/misc/configuration.c: support for short options. -V, -A, -I
569     are back, and we also have -4 and -6 for IPv4/IPv6.
570   * ./src/misc/configuration.c: added config_GetFloatVariable() and
571     config_PutFloatVariable() to the config module.
572   * ./src/video_output/video_output.c: added a --zoom <float> config option.
573   * ./plugins/idct/idct_sparse.c: added a call to RestoreCPUState() in
574     InitIDCT() so that the FPU is still available after a call to InitIDCT().
575   * ./plugins/text/logger.c: deactivated stream buffering when logging to a
576     file.
577   * ./po/*: re-ran make update-po, fixed a few translations.
578   * ./po/fr.po: completed the french translation.
579   * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
580     strings between the Gtk+ and GNOME modules to avoid duplicate translations.
581   * ./po/de.po: updated german translation. Many thanks to Thomas Graf.
582   * ./doc/vlc-howto.sgml: URL & mailing-lists corrections.
583   * ./plugins/gtk/gtk_preferences.c: the last category from the config options
584     wasn't displayed.
585   * po/nl.po: updated Netherlands translation of interface.
586   * po/fr.po: completed french translations.
587   * ALL: internationalized all configuration strings.
588   * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
589   * ./src/misc/configuration.c: lots of simplifications in the code.
590   * ./po/vlc/pot: updated translations.
591
592 0.3.1
593 Thu, 18 Apr 2002 06:43:42 +0200
594
595   * ./vlc.spec: fixed build dependencies.
596   * ./configure.in: when -lintl is available, we now also link plugins with it.
597   * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
598   * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
599   * ./configure.in: switched version to 0.3.1.
600   * ./vlc.spec: imported Mandrakesoft's latest enhancements.
601   * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
602     extension gethostbyname2(), thanks to Thomas Graf.
603   * ./plugins/macosx/vout_macosx.c: finally fixed MacOS X aspect ratio. If you
604     know how to center the picture in the screen, and make the remaining space
605     black instead of white, PLEASE drop me a mail!
606   * ./src/input/mpeg_system.c: in TS demux, a program is selected only if a
607     PMT for it was found. This should fix the problem that occured when reading
608     a file directly extracted from a satellite card.
609   * ./plugins/access/udp.c: UDP access plugin uses input_SetProgram.
610   * ./AUTHORS: added people locations, just for fun.
611   * ./configure.in: disabled SSE plugins when using mingw32.
612   * ./src/misc/configuration.c: disabled the AltiVec warning message on the
613     PowerPC platform because it was misleading.
614   * ./plugins/dvdread/dvdread.c: have dvdread plug-in respond to dvd: URLs.
615   * ./plugins/macosx/intf_macosx.c: MacOS X interface shouldn't take as much
616     CPU as it used to.
617   * ./plugins/motion/motionaltivec.c: fixed a bug in AltiVec-enabled MC (thanks
618     walken).
619   * ./plugins/memcpy/memcpyaltivec.c: fixed a case of segfault in AltiVec-
620     enabled memcpy.
621   * ./doc/vlc-howto.sgml: big update of Henri's howto.
622   * ./plugins/mpeg_vdec/*: support for pictures with a pitch different from
623     the picture width, inspired by Gildas Bazin.
624   * ./plugins/satellite/input_satellite.c: fixed a typo in satellite input.
625   * ./src/interface/main.c: added options to configure antenna (sat_lnb_lof1,
626     sat_lnb_lof2, sat_lnb_slof and sat_diseqc). They only appear if satellite
627     input is compiled.
628   * ./plugins/satellite/input_satellite.c: fixed a few bugs in satellite
629     input (device was not closed in every failure case, symbol rate limits
630     in gnome interface were wrong).
631   * ./plugins/gtk/*: added FEC choice in command line, gtk and gnome
632     interfaces. Command line is now satellite:<frequency(Hz)>,
633     <polarization(0=V,1=H)>,<fec(1=1/2,2=2/3...)>,<symbol rate(kbyte/s)>
634   * ./plugins/beos/vout_beos.cpp: implemented a fix for nVidia overlays
635     thanks to Bertil.
636   * ./Makefile: fixed the Win32 interface under Win2k/XP.
637   * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
638     for the Win32 API.
639   * ./plugins/mpeg_system/mpeg_ps.c: fixed another bug in PS demux: the first
640     program added was at the same time declared as the current program and as
641     a new program, which made the ES be selected two times.
642   * ./src/input/input_programs.c: fixed a bug in input_SetProgram, that made
643     the ps file input launch without video.
644   * ./plugins/beos/vout_beos.cpp: fixed code to close vout window, does not
645     segfault anymore.
646   * ./po/fr.po: french translation update
647   * ./configure.in: fixed a bug in the libdvdread detection.
648   * ./configure.in: fixed plugin compilation under Win32.
649   * ./vlc.spec: imported MandrakeSoft's enhancements.
650   * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
651   * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
652   * ./plugins/aa/aa.c: a few simplifications in the code.
653   * ./src/input/input.c: made file access plugin use input_SetProgram so that
654     we may change program when reading a file.
655   * ./src/input/input_programs.c: fixed a bug in input_SetProgram.
656   * ./src/interface/main.c: added --input_program <int> option, to choose the
657     program from the command line.
658   * ./plugins/memcpy/memcpyaltivec.c: fixed AltiVec-enabled version of
659     fastmemcpy.
660   * ./src/interface/main.c: fixed --memcpy switch.
661   * ./Makefile: changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are
662     great ideas :p)
663   * ./README - Mac OS X.rtf: new README file for MacOS X.
664   * ./Makefile: fixed the Win32 interface under Win2k/XP.
665   * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
666     for the Win32 API.
667   * ./configure.in: wrote a better test for libdvdread detection.
668   * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
669     a segfault in the Gtk+ popup menu when toggling the interface.
670   * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
671     do not accept empty macro arguments.
672
673 0.3.0
674 Sat,  6 Apr 2002 04:27:50 +0200
675
676   * ./doc/release-howto.txt: updated documentation.
677   * ./vlc.spec: added missing plugin filenames to the build process.
678   * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
679   * ./Makefile: fixed make dist and make distclean.
680   * ./plugins/dvd/dvd.c: compilation fix.
681   * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
682   * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
683   * ./vlc.spec: updated specfile.
684   * ./Makefile, ./configure.in: misc BeOS build fixes.
685   * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
686   * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
687     anymore, the package is now 700k instead of 4MB.
688   * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
689     foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
690     lot of stuff from Makefile.opts.in back to configure.in.
691   * ./install-win32: updated script for NSIS 1.96.
692   * ./configure.in: added --enable-intfwin to enable the win32 interface and
693     --with-bcbuilder to tell make where to find Borland C++ Builder.
694   * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
695   * ./plugins/win32/Makefile: intfwin.so can be built using commandline.
696   * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
697     file isn't needed for the intfwin plugin anymore.
698   * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
699   * ./AUTHORS: added ipkiss.
700   * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
701     item, not yet implemented.
702   * ./plugins/win32/about.dfm: replaced the outdated author list with a
703     "VideoLAN Team" entry.
704   * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
705     replaced the outdated author list with a "VideoLAN Team" entry.
706   * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
707     it does not work, and removed the vlc-a52 package because liba52 is
708     statically linked into vlc.
709   * ./debian/control: added more helpful package descriptions.
710   * ALL: changed version to 0.3.0. Yeah, it's coming.
711   * ./Makefile: fixed make dist.
712   * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
713   * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
714   * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
715   * ./Makefile: renamed the `snapshot' rule to `dist'.
716   * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
717   * ./Makefile.modules: modules now depend on Makefile.opts.
718   * ./configure.in: added (hopefully) explicit messages on how to get
719     libdvdcss and link vlc with it.
720   * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
721   * ./plugins/win32/*: Added management for secondary config dialogs
722   * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
723     contributor is currently working on.
724   * ALL: removed libdvdcss from the vlc tree.
725   * ALL: removed libdvdread from the vlc tree.
726   * ./acconfig.h: removed this file.
727   * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
728   * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
729   * ./plugins/gtk/gtk_callbacks.c: use the dvd_device config option.
730   * ./po/ja.po: added Japanese translation from Fumio Nakayama
731     <endymion@ca2.so-net.ne.jp>.
732   * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
733   * ./include/threads.h: new pthread implementation for WinNT/2K/XP. This
734     implementation shouldn't be subject to race conditions as it is using
735     SignalObjectAndWait() from the Win32 API. As this should be somehow slower
736     than the old method (still used on Win9x), you can specify that you want
737     to use the old method with the "fast_pthread" config option.
738   * ./include/videolan/vlc.h: added a new p_main_sys global variable. This
739     variable is a pointer to an OS specific structure which is defined in
740     *_specific.h. This structure can be filled by the already existing
741     System_Init() function and is a nice way to avoid too many #ifdefs.
742   * ./include/defs.h.in: got rid of the DVD_DEVICE macro. We now use the
743     dvd_device config option. This creates a small memory leak as we don't free
744     the string obtained from config_GetPszVariable, but I think we can live
745     with it for now.
746   * ./configure.in: the SSE plugins are disabled on the mingw32 build as they
747     don't work (because memalign is not implemented on win32, and malloc only
748     aligns on an 8 bytes boundary).
749   * ./INSTALL.win32: fixed a small mistake.
750   * ./include/config.h: fixed config directory name for windows.
751   * ./plugins/win32: the network dialog now respects the preferences settings.
752   * ./src/input/input_ext-plugins.c: compilation fix. :-ppppp
753   * ./plugins/memcpy/fastmemcpy.h: AltiVec-enabled version of fastmemcpy.
754   * ./plugins/macosx/vout_macosx.c: use ImageBuffer instead of ScreenBuffer in
755     OS X video output (should be faster).
756   * ./src/interface/main.c: check that channels have been created before
757     the call to network_ChannelJoin.
758   * ./plugins/win32/*: fixed a few bugs in the preferences.
759   * ./plugins/win32/*: better auto-resizing of the main window.
760   * ./plugins/win32/*: the disc dialog now respects the preferences settings.
761   * ./src/misc/configuration.c: small compilation fix.
762   * ./plugins/beos/vout_beos.cpp: added a test for the nooverlay option.
763   * ./include/config.h: changed directory of the config file for BeOS to be
764     consistant with OS standard.
765   * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
766   * ./plugins/dvd/dvd_access.c: removed a warning.
767   * ./src/misc/configuration.c: Solaris fixes by Meuuh.
768   * ./FAQ: removed outdated stuff.
769   * ./plugins/directx/vout_events.c: fixed yet another bug related to the event
770     thread creation.
771   * ./plugins/directx/vout_events.c: removed a few debug messages.
772   * ./extras/Win32_msvc/*: Microsoft Visual Studio C++ 6 project files. This
773     is useful mainly for debugging as the hardware accelerated plugins can't
774     be compiled with msvc.
775   * ./plugins/downmix/ac3_downmix_sse.c, ./plugins/downmix/ac3_downmix_3dn.c:
776     Win32 compilation fixes when downmixsse and downmix3dn are declared as
777     plugins.
778   * ./plugins/directx/vout_events.c: fixed the waiting on the event thread
779     creation in the directx plugin.
780   * ./Makefile: updated the "package-win32" rule.
781   * ./install-win32: all txt files are now converted to dos format (CRLF).
782   * ./doc/win32/Cross-Compile-Howto.txt: VLC-Win32 Cross-Compile Howto,
783     courtesy of Bill Eldridge.
784   * ./plugins/beos/vout_beos.cpp: improved overlay detection, default colour
785     space selection.
786   * ./plugins/gtk/gtk_preferences.c: allow the user to resize the configuration
787     windows.
788   * ./plugins/gtk/gtk_preferences.c: moved config_GetIntVariable out of the
789     loop.
790   * ./plugins/gtk/gtk_preferences.c: you can now set a maximum height for the
791     configuration windows in the gtk and gnome plugins. This patch _doesn't
792     change_ the look of the interface unless this interface tries to use more
793     space than allowed, in which case scrollbars are added to make the
794     navigation easy. Note that this setting only affects the default size the
795     interface will use, the user is then free to change the size of the window
796     as he wants.
797   * ./plugins/gtk/gtk_preferences.c: tooltips are now triggered only in
798     specific places. This is a lot less intrusive and annoying for the users.
799   * ./plugins/win32: fixed the bug on exiting the vout pressing 'q'.
800   * ./plugins/beos/*: implemented an "always-on-top" feature for the interface
801     window, RGB16 Overlay supported again, resizing is now implemented
802     consistantly.
803   * ./plugins/win32: subtitles should work, now.
804   * ./plugins/access/udp.c: disabled the server argument in udpstream: because
805     it confuses users and is not of any practical use.
806   * ./src/interface/main.c: fix for sparc.
807   * ./plugins/dvd/dvd_access.c: don't try to stat() the dvd drive letter on
808     win32.
809   * ./plugins/directx/vout_directx.c: disabled YUV overlay double buffering for
810     now, as it seems to actually be slower.
811   * ./include/threads.h: temporary fix in vlc_cond_signal() for win32 (I really
812     should use SignalObjectAndWait() on WinNT so we can avoid race conditions
813     in the pthread code). This fixes a problem noticed on WinXP where vlc would
814     freeze regularly and eat-up all the CPU (fun no?).
815   * ./src/input/input_programs.c: when unselecting an ES, we must ged rid of
816     p_es->p_pes so that it is regererated when we select this ES again. It made
817     vlc segfault when switching from some stream to another, or when switching
818     program in satellite input.
819   * ./plugins/access/udp.c: UDP access plug-in can now receive MPTS (Multiple
820     Program TS) and switch programs.
821   * ./plugins/macosx/*: audio and video output go to time-constrained
822     scheduling [OS X port].
823   * ./plugins/gtk/gtk_preferences.c: some dirty ifdefs for a nicer gnome
824     interface (gnome buttons, gnome dialogs).
825   * ./po/nl.po: translation of user interface messages to Netherlands.
826   * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c: new options "gtk_hide_toltips"
827     or "gnome_hide_tooltips". Tooltips are enabled by default. This option is
828     only considered on module initialization.
829   * ./configure.in: GNU make detection.
830   * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib: deleted
831     non-working fullscreen menu item [OS X].
832   * ./plugins/access/http.c, ./plugins/access/udp.c: udp and http no longer
833     modify p_input->psz_name.
834   * ALL: various little portability fixes.
835   * ./src/misc/configuration.c: changed the behaviour of the config file:
836     now all the config options are saved. <string> config options which have
837     no default value are also saved in the config file but as an empty string,
838     and config_LoadConfigFile will ignore empty config options, which also
839     means we cannot pass an empty string as a <string> config option. (this
840     shouldn't matter anyway).
841   * ./plugins/gtk/gtk_preferences.c: modified the gtk interface to save an
842     empty <string> option as a NULL pointer.
843   * ./src/misc/configuration.c: modified config_LoadConfigFile to consider an
844     empty <string> option as a NULL pointer.
845   * ./plugins/gtk/gtk_preferences.c: save button (inadvertently suppressed).
846   * ./plugins/win32: added toolbar icons (thanks xav), we can no longer edit
847     plugin names in the preferences :)
848   * ./plugins/win32: the tool button for playlist is now a toggle button.
849   * ./plugins/beos/InterfaceWindow.cpp: disabled controls if the playlist was
850     empty.
851   * ./plugins/win32/*: added a win32 interface plugin, developed with Borland
852     C++ Builder. To build the plugin, follow the instructions in
853     INSTALL-win32.txt.
854   * ./plugins/gtk/gtk_preferences.c: fixed an ugly structure, the tabs are not
855     verticaly expanded as they were, small enhancements.
856   * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_common.h: new
857     Tooltips structure.
858   * ./plugins/gtk/gtk_preferences.c: modifications of some widgets, the
859     structure, cosmetic changes.
860   * ./src/interface/main.c: typos, a couple of new descriptions.
861   * ./src/interface/main.c: moved the "display" option from main to the
862     relevant plugins. ( We now have the x11_display, xvideo_display,
863     xmga_display and ggi_display options ).
864   * ./INSTALL-win32.txt: fixed a little omission.
865   * ./src/plugins/gtk/*: fixed a bug that made vlc segfault when choosing a
866     program, change to another and come back to the first one.
867   * ./src/plugins/gtk/*: added gtk and gnome interfaces for satellite input. We
868     should find a way to hide the button if satellite support is not compiled.
869   * ./plugins/beos/vout_beos.cpp: implemented correct scaling and used new
870     window size variables. Beta always on top for the interface window. New
871     cursor handling.
872   * ./plugins/macosx/aout_macosx.c: fixed a problem in the MacOS X aout which
873     caused the previously played audio frames to be played when there were no
874     new frames available.
875   * ./plugins/macosx/vout_macosx.c: MacOS X vout now uses the height/width
876     calculated in video_output.c.
877   * ./configure.in: Win32 fix.
878   * ./configure.in: miscellaneous fixes for the OS X port.
879   * ./src/video_output/video_output.c: the calculation for the initial video
880     window dimensions is now done in video_output.c and made available into
881     p_vout->i_window_height/width. This allows to get rid of duplicated code
882     and unify the behaviour of the video output plugins. (not all the plugins
883     have been modified because I didn't want to break anything).
884   * ./src/misc/configuration.c: moved GetConfigurationFromCmdLine() into
885     configuration.c and renamed it to config_LoadCmdLine().
886   * ./src/misc/configuration.c: config_GetHomeDir doesn't use getpwuid_r
887     anymore as this was creating some problems on solaris. This function now
888     uses getpwuid and is called only once to store the home directory into the
889     p_main structure.
890   * ./plugins/satellite/*: added satellite input. It works with WinTV Nova
891     card, and siemens 0.9.4 drivers from www.linuxtv.org.
892   * ./src/interface/intf_msg.c: fixed stupid bug in stupid
893     ConvertPrintfFormatString() function.
894   * ./plugins/win32/waveout.c: fixed the "waveout not closing" bug. We need to
895     reset the waveout device before closing it.
896   * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
897   * ./plugins/sdl/vout_sdl.c: Win32 and Solaris compilation fix.
898   * ./plugins/beos/vout_beos.cpp: improved scaling, correct aspect ratio even
899     in full screen mode, duplicate code reduces and framework for Overlay and
900     OpenGL modes in place.
901   * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be
902     compiled as a plugin. Please test.
903   * ./include/modules.h: fixed a C++ warning.
904   * ./plugins/vcd/input_vcd.c: VCD raw device fix, courtesy of Steven Schultz.
905   * ./configure.in: better IPv6 detection. IPv6 is disabled under MacOS X (no
906     inet_pton call).
907   * ./src/input/input_programs.c: fixed some bugs in program management:
908     selected ESs must be attached to the selected program.
909   * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
910   * ./configure.in: fixed a few bashisms.
911   * ./src/misc/configuration.c: fixed build under Solaris.
912   * ./TODO: updated todo list.
913   * ./plugins/dvd/dvd_access.c: fixed a memory leak.
914   * ./plugins/mpeg_vdec/vpar_pool.c: fixed a memory leak.
915   * plugins/win32/waveout.c: fixed typo.
916   * ./configure.in: BeOS compilation fixes.
917   * ./debian/rules: activated (broken) KDE interface.
918   * ./plugins/access/http.c: fixed a segfault.
919   * ./plugins/alsa/aout_alsa.c: fixed a segfault.
920   * ./include/common.h: fixed the compilation fix for Borland C++ :)
921   * ./include/common.h: compilation fix for Borland C++.
922   * ./plugins/macosx/aout_macosx.c: MacOS X aout now uses AudioConverter for
923     int->float.
924   * ./plugins/macosx/*: Various MacOS X intf improvements and bug fixes.
925   * ./plugins/chroma/i420_rgb8.c: fixed a warning.
926   * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing.
927   * ./plugins/kde/kde.cpp: the KDE interface compiles again.
928   * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today.
929   * ./plugins/network/ipv4.c: cosmetic fix.
930   * ./src/interface/main.c: fixed a typo in the --help output.
931   * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still
932     unstable but solving other bugs won't do any good without rewriting the
933     whole playlist code. Which I'm doing right now.
934   * ./configure.in: MacOS X compile fixes.
935   * ./src/input/input.c: skip "//" if we find "://" in a resource we have to
936     play : this allows us touse the syntax udpstream://host.
937   * ./extras/MacOSX_dvdioctl: removed outdated files.
938   * ./plugins/fx/scope.c: fixed an infinite loop error.
939   * ./plugins: fixed segfaults in various demux plugins.
940   * ./plugins/sdl/vout_sdl.c: SDL_VIDEODRIVER can be specified from the
941     command line; try "--vout sdl:aalib"
942   * ./configure.in: fixed linking of the ipv4 plugin.
943   * ./configure.in: DirectX plugin is now correctly detected and configured.
944   * ./BUGS: updated bug list.
945   * ./configure.in: ./configure --help should be a lot clearer now.
946   * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
947   * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
948   * ./plugins/ggi/ggi.c: support for 8 bpp displays.
949   * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
950   * ./plugins/x11/xcommon.c: support for 8 bpp displays.
951   * ./src/video_output/video_output.c: fixed a segfault.
952   * ./plugins/x11/xcommon.c: added an alternate fullscreen method. With this
953     method, _nothing_ is allowed to be displayed on top of the video
954     (especially not taskbars, etc...). Of course this can also be annoying
955     sometimes, this is why it's an option.
956   * ./src/misc/configuration.c: small fix for the config file. The parser
957     assumes that the config file is divided into sections (a section is the
958     config data for a plugin and begins with something like [foo]), so the
959     comment for the beginning of the section must be after the section marker
960     and not before.
961   * ./plugins/beos/vout_beos.cpp: tidied code and prevented curruption on
962     window not containing the video. Video window now returns to correct size
963     and position after toggling full screen.
964   * ./configure.in: more modules are plugins.
965   * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
966     and a few cosmetic changes (sorry Gildas for the butchery).
967   * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
968   * ./src/misc/configuration.c: this the last piece of the new configuration
969     module. You can now save your configuration options (only from the
970     gtk/gnome interface for now). The config file will be saved as
971     ~/.VideoLan/vlc.
972   * ./plugins/spudec/spu_decoder.c: we now analyze the subtitle image
973     data to find the border color and the inner colors when there was
974     no way to find the palette data (network stream).
975   * ./plugins/mpeg_system: fixed a parsing bug I introduced yesterday.
976   * ./Makefile: fixed OS X vlc.app compilation dependencies.
977   * ./configure.in: fixed the endianness check under Solaris.
978   * ./src/input/input.c: strings are now initialized to "" instead of NULL.
979   * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
980     palette information we get from the DVD. Subtitles rox !
981   * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
982     and put them into spu_decoder.c.
983   * ./plugins/audio_output/aout_spdif.c: removed an ugly loop.
984   * ./plugins/audio_output/aout_spdif.c: moved iec958/spdif encapsulation from
985     ac3_spdif to aout_spdif. It will eventually allows to use ac3_adec or a52
986     for spdif output.
987   * ./plugins/dvd/dvd_access.c: fixed chapter selection at startup.
988   * ./src/input/input_dec.c: p_es->p_demux_data is available in
989     p_config->p_demux_data so that the input can pass information directly to
990     the decoder. First application: aspect ratio for DVD is read from the ifo
991     (should fix the buf with aspect ratio in anamorphic DVDs).
992   * ./plugins/dvd/dvd_es.c: the DVD plugin also copies the spu yuv palette in
993     p_demux_data so that the spudec can display subtitle with the right color
994     (sam !).
995   * ./plugins/gtk/gtk_menu.c: removed duplicate code and useless lock in gtk.
996   * ./plugins/vcd/input_vcd.c: fixed EOF and Stop segfault in VCD input:
997     input_BuffersEnd was being called twice.
998   * ./AUTHORS: updated Tony Castley's e-mail.
999   * ./plugins/beos/vout_beos.cpp: new resizing and scaling code. More in line
1000     with BeOS standards.
1001   * ./plugins/a52/a52.c: a52 plugin updated to use liba52-0.7.3 (which is now
1002     available in debian :)
1003   * ./src/interface/main.c: new configuration option to choose audio output
1004     format at runtime. It allows to select spdif pass-through decoder with
1005     --ac3_adec and to remove the ugly b_ac3 in main.h. As a consequence --spdif
1006     doesn't work anymore: you should use --ac3_adec pass.
1007   * ./src/interface/main.c: return the option name in error message for
1008     unknown option intead of the argument.
1009   * ./plugins/gtk/gtk_preferences.c: gtk config interface modified so you can
1010     only have one instance of a plugin config dialog box displayed at one time.
1011   * ./plugins/gtk/gtk_preferences.c: new GTK configuration interface. This
1012     interface is generated dynamically at run-time from the configuration data
1013     contained in each plugin.
1014   * ./src/misc/configuration.c: config_PutPszVariable and config_GetPszVariable
1015     are now thread safe.
1016   * ./src/misc/configuration.c: few modifications/optimizations to the config
1017     module.
1018   * ./include/config.h: got rid of all the _VAR macros in config.h.
1019   * ./plugins/vcd/input_vcd.c: added missing include (MacOS X port).
1020   * ./plugins/dvd/*: fixed EOF segfault at end of DVD.
1021   * ./src/input/input.c: buffer manager is renintialised at area change.
1022   * ./plugins/dvd/dvd_access.c, ./plugins/vcd/input_vcd.c: we now exit more
1023     cleanly on initialization error.
1024   * ./plugins/dvd/*: rewrote most functions in DVD plugin. Some old bugs might
1025     have been solved in the operation. The plugin some be more readable now,
1026     and should produce fewaer segfaults (I hope so :p)
1027   * ./plugins/vcd/input_vcd.c: added some tests in open.
1028   * ./plugins/alsa/aout_alsa.c: spdif support in the ALSA plugin.
1029   * ./plugins/vcd/input_vcd.c: when reaching the end of a track, moves to the
1030     following one.
1031   * ./src/interface/main.c: disabled the GNOME segfault dialog in debug
1032     mode. We want nice, clean segfaults, with huge core files and a lot
1033     of rattle noise.
1034   * ./plugins/dvd/dvd.c: I hope you liked this bug: DVD demux was always used.
1035   * ./plugins/dvd/dvd_demux.c: fixed demux plugin selection.
1036   * ./plugins/vcd/input_vcd.c: take the lock on stream in VCDInit. Please
1037     test, as I don't have any VCD to do it.
1038   * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose.
1039   * ./src/interface/interface.c: fixed a deadlock when seeking the
1040     stream using the keyboard arrows.
1041   * ./plugins/gtk/gtk_display.c: removed an occurance of former angle item in
1042     gtk.
1043   * ./plugins/dvd/input_dvd.c, ./plugins/dvdread/input_dvdread.c: fixed a bug
1044     in ES management introduced lately in DVD/DvdRead.
1045   * ./plugins/dvd/*: beginning of reorganisation in DVD plugin source files,
1046     in order to try to make it easier to understand. There is some work left
1047     though :p.
1048   * ./plugins/vcd/vcd.c: decreased the score for VCD plugin, as the VCD demuxer
1049     was used even for DVD :p. It should make autodetection work.
1050   * ./plugins/vcd/input_vcd.c: modified vcd input for the new input III. Still
1051     have problems with end of tracks.
1052   * ./plugins/vcd/vcd.c: modified the command line, as stef did for the DVD.
1053   * ./plugins/dvd/input_dvd.c: DVD demux was no longer selected under win32.
1054   * ./plugins/dvd/dvd_summary.c, ./plugins/dvdread/input_dvdread.c: DVD angle
1055     is now handled through a program structure, so that the interface needs
1056     nothing specific to change angle.
1057   * ./src/input/input_clock.c: fixed a bug in clock management where ES without
1058     a program couldn't get timestamped.
1059   * ./plugins/gtk/*: fixed program management in gnome/gtk. Program now also
1060     appears in popup.
1061   * ./plugins/gtk/gtk_menu.c: in interface, only display ES associated with
1062     the selected program, or with no program at all.
1063   * ./src/input/input.c: fixed typo in the win32 change to the input parser.
1064   * ./plugins/dvd/input_dvd.c, ./plugins/dvdread/input_dvdread.c: more complete
1065     command line parsing for DVD, hopefully working this time.
1066   * ./plugins/network/ipv6.c: IPv6 network module, courtesy of Alexis Guillard
1067     <alexis.guillard@bt.com>, for BT.
1068   * ./src/interface/main.c: --6 and --4 options to force IPv6 or IPv4 (FIXME:
1069     it should be -6 and -4 but I don't know how to do it with the new
1070     configuration module).
1071   * ./src/misc/netutils.c: channel manager now uses a socket from the network
1072     plug-in and is more portable (and probably broken, too :)
1073   * ./plugins/mpeg_system/mpeg_ps.c, ./plugins/mpeg_system/mpeg_ts.c:
1074     input_ReadPS and input_ReadTS are now in mpeg_system.c to be more easily
1075     reused by plug-ins other than mpeg_ps and mpeg_ts.
1076   * ./src/audio_output/audio_output.c: we now make sure the aout plugin buffers
1077     always contain between AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2
1078     worth of audio. This should solve the audio buffer underruns.
1079   * ./src/input/input.c: fix for the bug in input when filename contains a '@'
1080     character.
1081   * ./src/input/input.c: simplified the win32 specific changes to the input
1082     parser. (I think we can safely assume that no access plugin name will have
1083     a length of one character).
1084   * ./plugins/dvd/dvd.c: DVD access plugin is only called if specified under
1085     windows (no automatic detection).
1086   * ./plugins/dvd/input_dvd.c: replaced setenv with putenv.
1087   * ./plugins/gtk/gtk_open.c: fixed a bug in gtk.
1088   * ./plugins/dvd/input_dvd.c: new command line for DVD, to get rid of global
1089     options input_title or so.
1090   * ./Makefile: added network to the list of the plugins directories.
1091   * ./plugins/dvd/input_dvd.c: fixed DVD input under Win32.
1092   * ./src/input/input.c: fixed input parser under win32, which couldn't
1093     understand that c:\windows\bureau is a valid file and doesn't need to be
1094     accessed with the plugin 'C' :-)
1095   * ./AUTHORS: added xav.
1096   * ./include/videolan/vlc.h: got rid of int_types.h and did a few changes
1097     Ipkiss will need. Hope I did not break other platforms.
1098   * ./include/common.h: fixed compilation problem related to ssize_t.
1099   * ./include/common.h: various Win32 compilation fixes.
1100   * ./include/input_ext-plugins.h: DVD compiles, but doesn't work yet.
1101   * ./plugins/network/ipv4.c: fixed some typos in my previous Win32 multicast
1102     commit.
1103   * ./plugins/dummy/input_dummy.c: fixed `vlc vlc:quit'.
1104   * ./src/input/input.c: initialized uninitialized variables.
1105   * ./src/input/input.c: initialize p_access_module & p_demux_modules to NULL
1106     when input thread is created.
1107   * ./po/no.po: Norwegian translation by Sigmund Augdal. BerdÃ¥ ka pø tüt.
1108   * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
1109     Gtk interface, qvlc launches the Qt interface, etc.
1110   * ./plugins/fx/scope.c: we now have sound together with --aout scope.
1111   * ./plugins/dvd/dvd.c, ./plugins/dvdread/dvdread.c: removed numerous
1112     deadlocks.
1113   * ./plugins/network/ipv4.c: multicast under Win32 now works with the new
1114     input.
1115   * ./plugins/dvd/dvd.c, ./plugins/dvdread/dvdread.c: dvd and dvdread support
1116     for input III.
1117   * ./src/input/*, ./plugins/network/*, ./plugins/access/*: Input III
1118     (Episode 1). Major rewrite of the buffer core functions, modularity of
1119     access plugins (file, udp, http), modularity of network stack (ipv4, soon
1120     ipv6), autodetection of the type of stream.
1121   * ./plugins/mpeg_vdec/vpar_headers.c: we no longer crash when the next
1122     stream doesn't have the same image size as the previous one.
1123   * ./src/audio_output/aout_pcm.c: another overrun fix; please test.
1124   * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
1125   * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
1126   * ./src/video_output/video_output.c: fixed a segfault on exit.
1127   * ./src/input/input.c: BeOS network support (no idea if it works when you
1128     don't have BONE, though).
1129   * ./include/common.h: BeOS compile fixes.
1130   * ./plugins/beos/vout_beos.cpp: fixed BeOS video output.
1131   * ./src/misc/configuration.c: fixed uninitialized variable in
1132     config_Duplicate().
1133   * ./src/audio_output/audio_output.c: char pointers obtained by
1134     config_GetPszVariable need to be freed.
1135   * ./src/interface/main.c: forgot to add the declaration of server_port.
1136   * ./src/input/input.c: multicast now works under Win32, but this is a _bad_
1137     kludge.
1138   * ./include/threads.h: support for the State Threads Library, a userland
1139     threads library (http://state-threads.sourceforge.net/). Useless to most
1140     people, but can be handy to debug stuff. Activate with `--enable-st'.
1141   * ./plugins/ac3_spdif/ac3_spdif.c, ./plugins/dvdread/dvdread.c,
1142     ./plugins/dvd/dvd.c: adaptation to new configuration scheme for dvd,
1143     dvdread and spdif.
1144   * ./plugins/lirc/lirc.c: removed CVS garbage.
1145   * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
1146   * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
1147   * ./src/audio_output/aout_spdif.h: replacement header for aout_common.h.
1148   * ./src/audio_output/audio_output.c: fixed a quite old bug in the audio
1149     output which made the sound stutter when wrapping around the audio output
1150     fifo.
1151   * ./src/audio_output/audio_output.c: lots of simplifications in the audio
1152     output, got rid of b_stereo.
1153   * ./plugins/gtk/*: added a menu in the GTK and gnome interfaces to change
1154     the current program in multi-program streams (such as ones provided by a
1155     DVB-S card).
1156   * ./src/misc/configuration.c: new configuration architecture for vlc.
1157   * ./src/interface/intf_msg.c: fixed array over-run bug in intf_MsgUnsub.
1158   * ./configure.in: don't try to grok altivec with mingw32.
1159   * ./configure.in: --with-directx-path should now indicate the path where the
1160     actual headers are (before the headers had to be in an include subdir). By
1161     the way you can download these header files from the videolan web site.
1162   * ./src/misc/modules_plugin.h: if symbol foo isn't found in the
1163     plugin, we always try to open _foo, whatever the architecture.
1164   * ./plugins/lirc/lirc.c: non-blocking patch from Sigmund Augdal
1165     <sigmunau@stud.ntnu.no>; hope this time my enhancements don't break
1166     everything :-)
1167   * ./configure.in: gtk*-config detection fix for FreeBSD.
1168   * ./configure.in: removed a bashism.
1169   * ./plugins/x11/xcommon.c: support for systems without shm.h.
1170   * ALL: QNX compilation fixes here and there; the qnx plugin still doesn't
1171     work.
1172   * ./Makefile: the win32 port now uses a more recent version of gtk+.
1173   * ./plugins/gtk/gtk.c: the log window is now black with colourful text.
1174   * ./plugins/gtk/gnome.c: ported the log window to the GNOME interface.
1175   * ./src/interface/intf_msg.c: messages are sent to the queue even if
1176     -vvvv* wasn't specified.
1177   * ./plugins/vcd/cdrom_tools.c: MacOS X VCD support.
1178   * ./plugins/lirc/lirc.: various fixes, thanks to Sigmund Augdal.
1179   * ./plugins/text/logger.c: rewrote an ugly loop.
1180   * ./plugins/gtk/gtk.c: added a Gtk+ window containing all the log
1181     messages; updated in real time. To open it, go to "view"->"messages".
1182   * ./src/interface/intf_msg.c: got rid of TRACE and intf_DbgMsg which were
1183     seldom used anyway.
1184   * ./src/interface/intf_msg.c: all intf_*Msg functions now write to stderr.
1185   * ./src/interface/intf_msg.c: implemented a message queue interface plugins
1186     can subscribe to.
1187   * ./plugins/text/logger.c: wrote the logger interface plugin. Usage:
1188     vlc -I logger:filename.log.
1189   * ./src/video_output/vout_subpictures.c: lots of fixes in the SPU renderer.
1190   * ./src/video_output/video_output.c: fixed a typo in aspect ratio
1191     calculation.
1192   * ./plugins/macosx/vout_macosx.c: MacOS X vout improvements.
1193   * ./plugins/macosx/intf_macosx.c: MacOS X intf now returns, allowing vlc to
1194     terminate properly.
1195   * ./Makefile: added a new make target: package-macosx.
1196   * ./plugins/gtk/gtk_playlist.c: Win32 compilation fixes (mingw includes
1197     dirent).
1198   * ./configure.in: configure now checks for ddraw.h and not directx.h.
1199   * ./plugins/directx/vout_directx.c: don't include directx.h anymore (this
1200     file isn't part of the directx sdk).
1201   * ./plugins/waveout/waveout.c: moved all the stuff from aout_waveout.c
1202     directly into waveout.c (I don't know what I was thinking about when I
1203     created these two files ;-)
1204   * ./plugins/waveout/waveout.c: until we fix the audio buffer underrun
1205     problem, waveout will be the default audio output on win32 (instead of
1206     directx).
1207   * ALL: got rid of *_Probe functions because most of them were duplicates
1208     of the real _Init or _Create functions. That's 1000 lines of code gained.
1209   * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
1210     which should speed up output spawning.
1211   * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
1212   * ./plugins/gtk/gtk_playlist.c: compilation fix.
1213   * ./plugins/macosx/*: preliminary fixes for the vout4 port.
1214   * ./plugins/gtk/*: Win32 fixes.
1215   * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
1216   * ./src/interface/main.c: --desync now really accepts a value in ms.
1217   * ./plugins/vcd/input_vcd.c: fixed a crash when not opening a VCD.
1218   * ./src/video_output/vout_subpictures.c: fixed subtitles under BeOS and
1219     other architectures which don't support overlay.
1220   * ./plugins/a52/a52.c: compilation fix (include stdint.h).
1221   * ./plugins/a52/a52.c: fixed a SEGV.
1222   * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB video output to
1223     vout4. The overlay video output still needs to be written though.
1224   * ./plugins/a52/*: just renamed the liba52_adec plugin into a52 to comply
1225     with the naming convention used by the other plugins.
1226   * ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
1227     <sigmunau@stud.ntnu.no>, activate with --enable-lirc.
1228   * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
1229   * ./plugins/liba52_adec/*: new AC3 decoder plugin using liba52 from Aaron
1230     Holtzman and Michel Lespinasse.  This plugin isn't used by default, you
1231     have to specify: --ac3_adec liba52.
1232   * ./src/misc/modules.c: changed module_Need to make it possible to
1233     have several modules with the same shortcut name.
1234   * ./plugins/gtk/gtk_open.c: fixed a bug in the network dialog.
1235   * ./src/misc/modules_plugin.h: added mstrtime() to module_symbols_t so we
1236     can compile the mpeg_vdec plugin with TRACE mode enabled.
1237   * ./plugins/ac3_spdif/ac3_spdif.c: fixed ac3_spdif which has been broken
1238     recently.
1239   * ./plugins/ac3_adec/ac3_adec.c: check frequency in ac3_adec and change fifo
1240     if needed.
1241   * ./src/audio_output/audio_output.c: moved initialisation of p_aout from
1242     plugins to audio_output.c; if audio output rate is specified at launch
1243     time, we try to use it by default.
1244   * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
1245   * ./plugins/directx/vout_directx.c: added double-buffering for the directx
1246     plugin in overlay mode.
1247   * ./plugins/directx/vout_directx.c: several directx bug-fixes: implemented
1248     the right behaviour on exit, fixed bug preventing the creation of several
1249     windows  (the wall filter is working now :-)), fixed unnecessary background
1250     redraws (it made the video flicker), fixed bug where we were losing the
1251     video display because of lost surfaces in video memory, when using hardware
1252     overlay, the output window will now specify "(using hardware overlay)".
1253   * ./plugins/x11/xcommon.c: we don't use DPMS functions if they are
1254     not available.
1255   * ./plugins/win32/waveout.c: added a new very simple audio plugin for
1256     Win32. This plugin uses the waveOut API which is a lot easier to use for
1257     streaming stuff than directsound. (you don't have to take care of
1258     underflows anymore because it doesn't use circular buffers). If you are
1259     having a lot of underflows, this plugin is currently better adapted than
1260     the directx plugin.
1261   * ./src/audio_output/audio_output.c: moved some initialization stuff in
1262     audio_out.c so we can know the caracteristics of the audio stream before
1263     calling aout_Open().
1264   * ./configure.in, Makefile: configure and Makefile tweaking for dvdread
1265     module.
1266   * ./src/misc/modules_plugin.h: fixed a missing function initialization
1267     which made decoder plugins segfault in GetChunk calls.
1268   * ./configure.in: proper soundcard.h check from Yves Duret.
1269   * ./plugins/mpeg_adec/mpeg_adec.c: enabled --stereo option for streams that
1270     pretend to be mono while they are not.
1271   * ./plugins/ac3_adec/ac3_adec.c: fixed an alignment issue in the ac3 decoder.
1272   * ./src/input/input_dec.c: decoders do not necessarily use bit stream (see
1273     mad plug-in).
1274   * ./plugins/mad/mad_adec.c: mad PTS should finally be accurate.
1275   * ./configure.in: some configure changes.
1276   * ./plugins/mad/mad_adec.c: libmad_input now takes one frame at a time (see
1277     mad_adec.h for defines)
1278   * ./plugins/mad/mad_libmad.c: audio_linear_dither() gives better sound
1279     quality then s24_to_s16_pcm(), but also makes audio artefacts louder so
1280     disabled it for now.
1281   * ./plugins/mad/mad_libmad.c: cleaned up libmad_output.
1282   * ./plugins/mad/mad_adec.c: cleaned up InitThread.
1283   * ./plugins/mad/mad_adec.h: made buffer size match libmad's expectations.
1284   * ./plugins/mad/DESIGN: updated documentation.
1285   * ./plugins/directx/vout_events.c: fixed crashes on exit in the directx
1286     plugin.
1287   * ./src/video_output/vout_pictures.c: vout_PlacePicture is now accepting
1288     picture width=height=0.
1289   * ./configure.in: added extra checks for strange compilers such as
1290     Borland C++ which do not support all gcc options. Note that vlc does
1291     not compile with bcc32 yet, but is getting closer and closer to.
1292   * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
1293   * ./config.guess ./config.sub: latest GNU versions.
1294   * ./configure.in: when possible, xvideo is compiled as a plugin.
1295   * ./vlc.spec: fixed a few minor inaccuracies.
1296   * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
1297   * ./src/interface/main.c: --spumargin flag; use this to force displaying
1298     subtitles at the bottom of the screen instead of putting them in the
1299     middle, for instance: `--spumargin 5'.
1300   * ./plugins/qnx/qnx.c, ./plugins/macosx/macosx.c, ./plugins/beos/beos.cpp:
1301     converted the plugin initialization code of the macosx, beos and qnx
1302     code. (please note that they should still not compile as they need
1303     to be adapted to the new Vout4 architecture)
1304   * ./plugins/directx/vout_directx.c: major rewrite of the directx video
1305     plugin to adapt it to the new vout4 architecture. This plugin has also
1306     been through a major clean-up and it is now much more robust and optimized.
1307   * ./plugins/gtk/gtk_playlist.c: fixed a few problems with the win32 build.
1308   * ./src/interface/main.c: replaced the "overlay" command line option with
1309     "nooverlay". The former was confusing and useless because overlays were
1310     used by default anyway.
1311   * ./vlc.spec: imported MandrakeSoft's new spec file.
1312   * ./debian/control: fixed build-dependencies for vlc-mad.
1313   * ./debian/rules: fixed the vlc-arts and vlc-mad package builds.
1314   * ./plugins/gtk/{gtk|gnome}.c: the gnome/gtk interface should no longer use
1315     p_input->stream before it has been initialized.
1316   * ./src/input/input.c: stream lock is initialized in input_CreateThread
1317     instead of initThread, to have it initialized when we call it in the
1318     interface.
1319   * ./src/audio_output/audio_output.c: added support for S8 and U16 aout.
1320   * ./debian/control: fixed Debian build-depends.
1321   * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
1322     is already defined in <scsi/scsi.h> under Linux.
1323   * ./plugins/mad/mad_adec.c: fixed issues in the PTS handling of the mad
1324     plug-in (incomplete).
1325   * ./src/input/input_ext-dec.c: more precise way to retrieve a PTS from the
1326     bit stream.
1327   * ./INSTALL.libmad: configure, build and install instructions for libmad
1328     library and mad plugin.
1329   * ./plugins/mad/mad_adec.c: smooth sound (not tested on iPaq).
1330   * ./src/audio_output/aout_common.c: le coup de grâce: all the code in audio
1331     output is now factorized (except for ac3 spdif) in aout_common.c/.h.
1332   * ./src/audio_output/aout_common.h: aout thread functions are declared with
1333     a macro.
1334   * ./src/audio_output/audio_output.c: HUGE cleanings in audio output: removed
1335     AOUT_INTF_*_FIFO, which where not used.
1336   * ./src/audio_output/aout_common.c: factored S16StereoPlay, U8MonoPlay, and
1337     so on.., in a single function aout_FillBuffer (unsigned 8bit may be broken,
1338     but I have no stream to test with :(
1339   * ./configure.in: a few fixes for the Win32 build.
1340   * ./src/video_output/video_output.c: fixed all the problems related to
1341     ToggleFullScreen().
1342   * ./src/misc/modules.c: fixed a compile issue under platforms without
1343     HAVE_DYNAMIC_PLUGINS.
1344   * ./src/interface/intf_eject.c: MacOS X port.
1345   * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV.
1346   * ./plugins/ggi/ggi.c: activated double buffering.
1347   * ./src/video_output/vout_pictures.c: we create more Xv pictures to
1348     get smoother rendering.
1349   * ./plugins/mad/mad_libmad.c: removed aout_CreateFifo from mad_adec.c
1350     InitThread() and added it to mad_libmad.c.
1351   * ./src/interface/intf_eject.c: BSD compilation fix suggested by Steven M.
1352     Schultz.
1353   * ./src/audio_output/aout_s16.c: beginning of code factorization in
1354     aout_s16 (more cleaning will come). As for libmad, I have tried to create
1355     the aout fifo in libmad_output, to open it with the right sample rate, but
1356     strangely it didn't work.
1357   * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
1358   * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
1359     DecoderError.
1360   * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
1361     fourth time someone has to commit this, so I added a reminder :-)
1362   * ./plugins/mpeg_system/input_ts.c: hopefully fixed a bug in TS input, that
1363     caused a segfault when there was no network stream.
1364   * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
1365   * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
1366     already a system macro under MacOS X.
1367   * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
1368   * ./plugins/glide/glide.c: activated double buffering.
1369   * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
1370   * ./src/input/input.c: fixed the input memory leak, and the insane thread
1371     spawning we got with vlc:loop.
1372   * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
1373     currently Linux-only.
1374   * ./src/audio_output/aout_ext-dec.c: better communication between audio
1375     decoder and output: aout plugins are now opened directly in the right
1376     mode (works with mpeg_adec and ac3_adec, not tested with mad).
1377   * ./src/audio_output/audio_output.c: first attempt to implement mono output
1378     (doesn't work yet).
1379   * ./plugins/dvdread/input_dvdread.c: DVDRead plugins works again more or
1380     less ; major bugs remain but it is usable. It is selected by default if
1381     you have it compiled.
1382   * ./plugins/mpeg_vdec/vpar_headers.c: fixed a bug in QuantMatrixExtension,
1383     many thanks to "Thomas L. Wood" <twood@lucent.com> !
1384   * ./debian/control: updated list of supported architectures.
1385   * ./share/*: added 16x16 and 32x32 versions of PNG icons.
1386   * ./plugins/mga/mga.c: removed the mgammx module and put the code in
1387     the chroma_i420_ymga module instead. This introduces a slight
1388     performance issue as we now need to memcpy() the Y plane, but I have
1389     some vout4 enhancements on their way which make this point moot.
1390   * ./debian/changelog: imported official Debian changelog.
1391   * ./debian/control: activated the vlc-mad and vlc-arts packages; package
1392     builds should now work again.
1393   * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
1394     compiled without libdvdcss which overflowed the return stack.
1395   * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
1396   * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
1397   * ./src/input/input.c: prepared everything for multi-input mode; since
1398     no interface is yet prepared to handle this, I changed them so that
1399     they just use the first available input for now. This may break other
1400     things, but I promise I'll eventually repair everything :-)
1401   * ./plugins/mga/mga.c: pipeline and cache optimizations.
1402   * ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
1403   * ./plugins/mpeg_vdec/Makefile: little workaround for PA-Risc compilation.
1404   * ./plugins/mad/mad_libmad.c: optimized libmad_output() for smoother sound.
1405     It is still not optimal.
1406   * ./plugins/fb/fb.c: ported the framebuffer video output to vout4.
1407   * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
1408     side effects because I don't know this part of the code, but at least
1409     it doesn't crash anymore.
1410   * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
1411     new video output and module systems. Doesn't work nor even compile yet.
1412   * ./configure.in: we now check the gtk-config version.
1413   * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
1414     frame to be displayed. Unfortunately, increasing the number of
1415     frames doesn't seem to work and makes the picture stutter...
1416   * ./Makefile: fixed a bug when no builtins were selected.
1417   * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
1418     for the moment, and there is a strange bug with some streams which gives
1419     only a green image. Needs to be looked at.
1420   * ./plugins/x11/xcommon.c: fixed a few typos.
1421   * ./plugins/mad/DESIGN: updated documentation.
1422   * ./plugins/mad/TODO: updated TODO list.
1423   * ./plugins/mad/BUGS: updated documentation.
1424   * ./plugins/mad/mad_libmad.h: removed unused prototype from headerfile.
1425   * ./configure.in: fix for obscure architectures like hppa where target_os
1426     isn't properly detected.
1427   * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
1428   * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
1429   * ./include/common.h: hton64 is now an inline function.
1430   * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
1431     detects when two chroma formats are the same, such as UYVY/Y422, or
1432     roughly equivalent, such as I420/YV12. Plugins need not worry about
1433     conversion anymore.
1434   * ./BUGS: added a list of known bugs. Please add your findings!
1435   * ./MODULES: added a short description of each module. Maybe we should
1436     add more details to make this file really useful.
1437   * ./doc/bugreport-howto.txt: wishful thinking...
1438   * ./Makefile: added a workaround for the fact that .c files don't depend
1439     on <videolan/vlc.h>.
1440   * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same
1441     single file.
1442   * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse
1443     and --noaltivec options to vlc.
1444   * ./configure.in: removed the --disable-mmx option, now useless because
1445     of the vlc --no* options.
1446   * ./src/interface/main.c: fixed a crash caused by the memcpy module
1447     being released too early.
1448   * ./include/video.h: more vout4 changes, including margin support, more
1449     FOURCC formats recognized, transparent support of identical or almost
1450     identical FOURCC formats.
1451   * ./include/video_output.h: added a vout_Render function to video output
1452     modules which is to be executed before vout_Display.
1453   * ./include/common.h: this header is back.
1454   * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion
1455     functions, mostly taken from vout3's yuv functions, but heavily modified
1456     to use FAST_MEMCPY and to handle image dimensions which are not multiples
1457     of 16. Not all functions have been written yet, though.
1458   * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion
1459     functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV,
1460     with accelerated MMX versions.
1461   * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV
1462     4:2:2 pictures in input. With accelerated MMX versions as well. This plugin
1463     makes it possible to display 4:2:2 files on most video cards without the
1464     quality loss of 4:2:0 downsampling.
1465   * ./plugins/filter/*: thanks to the vout_Render function, all filters now
1466     output their data perfectly in sync.
1467   * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds.
1468   * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays.
1469   * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
1470   * ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
1471   * ./include/config.h et al.: this file is no longer generated.
1472   * ./include/video.h: we use the FOURCC definition of a chroma format to
1473     describe picture types (see http://www.webartz.com/fourcc/).
1474   * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky.
1475   * ./plugins/x11/xcommon.c: fixed the XShm operations order.
1476   * ./plugins/x11/xcommon.c: small optimizations.
1477   * ./plugins/x11/xcommon.c: removed unused code.
1478   * ./plugins/x11/xcommon.c: your old window position and size are now restored
1479     when you come out of fullscreen mode.
1480   * ./plugins/esd/esd.c: fixed detection of the esd plugin.
1481   * ./plugins/mpeg_system/input_ts.c: fixed the ts plugin's input type
1482     detection.
1483   * ./plugins/x11/xcommon.c: fixed the BadCursor error in the x11 and xvideo
1484     plugins. For real this time (unlike my 2001/08/03 fix :p).
1485   * ./plugins/filter/wall.c: made the wall filter work a bit better. It now
1486     spawns a 3x2 mosaic, but this will eventually be configurable, Ã  la
1487     `--filter wall:3x3'.
1488   * ./plugins/arts/arts.c: fixed the aRts audio output plugin.
1489   * ./configure.in: removed duplicate function checks.
1490   * ./Makefile.modules: added extra magic so that the module Makefiles are now
1491     ridiculously simple. And I mean *simple*. Check it! This will make a
1492     possible switch to full autoconf/automake a lot easier.
1493   * ./include/modules_inner.h: added the vlc version name to the plugin
1494     symbols, to be sure we only load plugins with the same version number. A
1495     nasty consequence is that you need to rebuild your tree after midnight if
1496     you are using a CVS tree :-)
1497   * ./include/modules_export.h: got rid of modules_export.h by #defining
1498     exported functions in the same header as their prototype.
1499   * ./include/videolan/vlc.h: added modules_inner.h and other commonly used .h
1500     files to common.h so there are less and less files to include, and renamed
1501     common.h to <videolan/vlc.h>.
1502   * ./src/misc/tests.c: first modifications to the module handling system
1503     towards my ultimate goal to get rid of the *_Probe functions. Got rid of
1504     TestMethod and TestCPU, as well as src/misc/tests.c.
1505   * ./plugins/chroma/yv12_rgb8.c, ./plugins/chroma/yv12_rgb16.c: wrote the
1506     chroma plugin handling functions. No YUV functions have been ported yet
1507     because it'ls a lot of work, but the core system works, I tried it with a
1508     naive yv12->rgb16 plugin (which will disappear when the real functions are
1509     ready).
1510   * ./plugins/dvd/dvd_summary.c: made a lot of functions one-liners to avoid
1511     wasting too many output lines.
1512   * ./plugins/dvd/input_dvd.c: fixed a segfault in DVDInit.
1513   * ./plugins/gtk/fixfiles.sh: Added a fixfiles.sh script to be run after Glade
1514     has generated its C files.
1515   * ./plugins/kde/*: did some work on the KDE interface to make it suck a bit
1516     less. It still segfaults, but at least it runs and it looks less ugly.
1517   * ./plugins/sdl/vout_sdl.c: RGB SDL rendering works again, though in 16bpp
1518     only.
1519   * ./plugins/vcd/linux_cdrom_tools.c: made this file independent of any vlc
1520     structure so that it'll be easily put in a library. Maybe libdvdcss?
1521   * ./plugins/vcd/input_vcd.c: fixed VCD date display.
1522   * ./plugins/x11/*: merged vout_xvideo.c, vout_x11.c and vout_common.c into
1523     xcommon.c.
1524   * ./plugins/x11/xcommon.c: wrote non-Shm XVideo output.
1525   * ./plugins/x11/xcommon.c: made X11 output work again. Still pretty unstable,
1526     only works for 16bpp.
1527   * ./po/fr.po: additional french translation. Any taker for the rest?
1528   * ./src/video_output/video_output.c: fixed a segfault when the allocated
1529     pictures were not direct buffers.
1530   * ./share/*: replaced 48x48 .xpm images with 32x32 ones to conform to Debian
1531     policy (Closes Debian bug #126939).
1532   * ./Makefile: removed the automatic ./configure launch when running
1533     `make all' for the first time.
1534   * ./plugins/filter/distort.c: --filter distort:ripple (Ok, ok, I promise it's
1535     the last one !! :-)
1536   * ./configure.in: fixed compilation with dvdcss disabled.
1537   * ./configure.in: fixed compilation with plugins disabled.
1538   * ./plugins/dvd/input_dvd.c, ./plugins/vcd/input_vcd.c: removed useless
1539     variables in the VCD and DVD plugins.
1540   * ./plugins/vcd/input_vcd.c: fixed a function which was returning
1541     "struct foo" in the VCD plugin.
1542   * ./plugins/x11/xcommon.c: fixed the old Â« XVideo eats more and more CPU Â»
1543     bug I mistakenly reintroduced in my first vout4 commit.
1544   * ./src/misc/modules: we now stop at the first ':' when looking for a module
1545     name, to easily pass information to the modules. Possible example:
1546     --vout sdl:software, implementation of such an option is left as an
1547     exercise.
1548   * ./plugins/filter/filter.c: merged filter_bob and filter_bob422 into
1549     filter_bob. Use --filter bob to deinterlace 422 into 420 as well.
1550   * ALL: factorized code common to most filters and the video output, optimized
1551     a few filters by aligning data and reading 64 bits at a time.
1552   * ./plugins/filter/transform.c, ./plugins/filter/distort.c: two new
1553     absolutely useless, CPU-eating, resource-wasting, but fun filters: enjoy
1554     `transform', which performs flips and 90° rotations, and `distort', which
1555     performs animated image effects (currently only a naive sine wave is
1556     implemented). Usage examples: --filter transform:hflip,
1557     --filter transform:vflip, --filter transform:90, --filter transform:180,
1558     --filter transform:270, --filter distort:wave.
1559   * ./plugins/x11/xcommon.c: added missing XSync() in the XVideo plugin.
1560   * ./plugins/filter/deinterlace.c: pathetic attempt at a 4:2:2 renderer and
1561     deinterlacer, combining the most awful line dropping techniques of both BOB
1562     and 422 to 420 downscaling. Don't worry, it should only survive for a
1563     couple of days.
1564   * ./plugins/filter/wall.c: new stupid plugin: "--filter wall" for split-image
1565     playback :-) (will evolve into a real image wall plugin when I have time)
1566   * ./plugins/filter/bob.c, ./plugins/filter/invert.c: filter plugins. Not very
1567     polished (please don't look at how the dates are calculated!), but worth a
1568     try. Use the following flags: "--filter invert" for inverse video,
1569     "--filter bob" for BOB deinterlacing
1570   * ./src/video_output/vout_pictures.c: buffer choice optimizations - vout4
1571     should eat even less CPU now.
1572   * ./src/video_output/video_output.c: fixed aspect ratio handling.
1573   * ./src/interface/main.c: additional fixes for OSes with no gettext (thanks
1574     to ej0).
1575   * ./configure.in: don't try to use gettext if we don't have GNU gettext. This
1576     may change in the future though (most GNU software seems to include a local
1577     copy of gettext in case the operating system doesn't provide it).
1578   * ./debian/rules, ./debian/control: added vlc-arts to the debian package
1579     generation.
1580   * ./po/ru.po: (very old) russian translation courtesy of Valek Filippov
1581     <frob@df.ru>.
1582   * ./po/fr.po: fixed a charset issue in the french translation.
1583   * ./config.guess, ./config.sub: updated these files from GNU's latest
1584     versions.
1585   * ./po/vlc.pot: added vlc.pot skeleton for translators.
1586   * ./src/interface/intf_channels.c, ./include/keystrokes.h: removed unused
1587     files.
1588   * ./include/common.h: put common_win32.h back into common.h -- it wasn't that
1589     big and we should not multiply header files.
1590   * ./src/interface/main.c: added gettext support by Thomas Graf
1591     <reeler@reeler.org>, may be broken on other platforms but we'll only see
1592     it when I'm finished with vout 4 :-)
1593   * ./src/video_output/*: new video output version 4, featuring direct to YUV
1594     buffer decoding, non-ugly subtitle blending, XVideo and SDL video output.
1595   * ./plugins/spudec/*: renamed spu_dec to spudec and mad_adec to mad to stay
1596     coherent with other plugins. Also, renamed mpeg to mpeg_system.
1597   * ./AUTHORS: added jobi.
1598   * ./plugins/x11/vout_common.c: factored code common to vout_x11.c and
1599     vout_xvideo.c.
1600
1601 0.2.92
1602 Mon, 31 Dec 2001 19:50:40 +0100
1603
1604   * Added a missing call to DecoderError() in mpeg_adec.c.
1605   * Fixed a segfault in the aRts plugin.
1606   * Fixed a bug in DecoderError.
1607   * Next Generation Buffer Manager.
1608   * All decoders enter DecoderError() in case of error, even if they
1609     haven't allocated all their data. This prevents the input from getting
1610     stuck if a decoder has failed its initialization.
1611   * Backported lool's fix for the Gtk+ playlist crash.
1612   * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
1613   * Fixed a segfault in input_dvd.c:DVDInit.
1614   * Fixed a PPC compilation issue.
1615   * Mouse wheel seek patch for XVideo courtesy of Peter Surda.
1616   * Ported to SDL.
1617   * Backported a VCD crash fix from the main branch.
1618   * Fixed compilation with dvdcss disabled.
1619   * Bug fixes in the VCD input.
1620   * The SDL plugin now says whether we are using software or hardware YUV
1621     in its window title.
1622   * Added --with-dll-path option for my automated Win32 package builds.
1623   * Initialize SDL before opening the SDL audio output.
1624   * Prevent two SDL video outputs or audio outputs to be spawned at the
1625     same time to avoid ugly crashes.
1626   * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
1627   * TS input: we now check that the contents of the PAT has changed
1628     before updating it, instead of just relying on its version number.
1629   * Disabled broken ALSA audio output. Closes Debian bugs #110869 and #119846.
1630   * Fixed build dependencies on libasound2-dev. Closes Debian bug #121057.
1631   * Changed configure.in so that libXv_pic is used instead of libXv.a when
1632     available. Closes Debian bug #111790.
1633   * CPU detection under BeOS.
1634   * Fixed XVideo port selection.
1635   * Fixed 4:2:2 software rendering.
1636   * Removed cruft I forgot in aout_alsa.c.
1637   * Minor compile fix under Hurd.
1638   * Fixed a potential segfault if the subtitle stream was encountered
1639     before the video stream.
1640   * Fixed potential compilation issues under eg. BSD/OS.
1641   * Fixed unnecessary target remake (recursive make is harmful !).
1642   * Fixed a potential BeOS linking issue.
1643   * Fixed a minor bug in input.c.
1644   * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
1645     in the gtk/gnome plugins.
1646   * Removed cruft from configure.in.
1647   * Fixed major bugs in the PSI decoder.
1648   * Fixed possible segfault with --input.
1649   * Fix for EOF of ES-only streams.
1650   * MPEG-1 aspect ratio patch, courtesy of Vladimir Chernyshov
1651     <greengrass@writeme.com>.
1652   * Seeking patch for X11, courtesy of Peter Surda
1653     <shurdeek@panorama.sth.ac.at>.
1654   * Fixed a segfault on exit when no fast_memcpy module was found.
1655   * Workaround for a bug in the GLIBC dlopen() code.
1656   * Fixed win32 compilation.
1657   * New libmad plug-in, courtesy of Jean-Paul Saman. We now have sound on
1658     iPAQ Familiar Linux.
1659   * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
1660     "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
1661   * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
1662   * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
1663   * More checks for GTK headers.
1664   * Fixed a crash when pausing.
1665   * Fixed numerous bugs in ES selection.
1666   * Fixed stupid bug in vout_Manage. It sometimes called SetDSequenceMatrix
1667     when there was no valid sequence.
1668   * Hopeless fix for the input netlist corruption bug.
1669   * Implemented simple BDirectWindow (DMA) support.
1670   * DeleteDecoderConfig wasn't freeing (anymore) the packets left in the
1671     decoder fifo. This bug was creating an io_vec starving on title change
1672     when playing DVDs.
1673   * Removed a bug in the Makefile that made the CVS-snapshots building fail.
1674   * Added "#include <string.>" to include/threads.h.
1675   * Removed the mutex the vout and intf thread (were supposed to use)
1676     for syncronizing acces to the p_vout->p_sys structure.
1677   * Added error checking in pthread wrapper; as a result, intf_msg.h must
1678     now be included *before* threads.h.
1679   * Changed all files to include intf_msg.h before threads.h; while I was
1680     at it, I update the copyright notices.
1681   * Removed the obsolete darwin plug-in.
1682   * Fixed a deadlock (bug reported by marcari).
1683   * Various (sometimes hopeless) fixes to try to improve xvideo stability.
1684   * Documentation updates.
1685   * Updated man page.
1686   * dvd:<device>[@<raw device>] to avoid device namespace collision under
1687     win32.
1688   * Fixed a compilation issue under Win32.
1689   * Fixed a potential packet corruption in the DVD input.
1690   * Changed the protocol version for communication between vlc and vlcs
1691     from 12 to 13 (due to change from ts:// to udpstream://)
1692   * Big clean-up to allow compiling every module as plugins.
1693   * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
1694     change we don't have to link winsock2 with every plugin anymore. This
1695     should also give us a slight speed increase.
1696   * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
1697     on Win32.
1698   * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
1699     Win32.
1700   * Support for libdvdread.
1701   * Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
1702   * Major rewrite of the network layer. only supported syntax is:
1703     udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]]
1704   * Don`t use long long, use u64/s64 (int_types.h).
1705   * Fixed a stale pointer in mpeg_vdec_Run().
1706   * (Hopefully) fixed the network connect() bug under UNIX.
1707   * aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>.
1708   * Fix to the esd plugin when esd-config --cflags is nonempty.
1709   * --channels puts gtk/gnome in multi-channel network mode.
1710   * The network window of the interface reports the values of the environment
1711     variables.
1712   * Channels mode excludes vls configuration.
1713   * The vlc does not try to bind vls.via.ecp.fr by default when you select
1714     channels mode.
1715   * Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer
1716     <mathias@research.att.com>.
1717   * Fixed a few crashes due to race conditions in the decoder spawning.
1718   * Removed unused code here and there.
1719   * Fixed a bug in altivec detection on MacOS X.
1720   * It seems that the 'focus' bug under WinME is solved.
1721   * Updated the INSTALL-win32.txt file.
1722   * The ./configure script is more friendly for Win32 users.
1723   * Moved warning message to debug message in spdif pass-through plugin.
1724   * Changed a bit the wait time. It works better here, please test.
1725   * The default file-translation mode was not being set under win32.
1726   * Fixed heap corruption issues in ac3dec (thanks reno).
1727   * Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'.
1728   * configure should no longer assume AltiVec is supported when it actually
1729     isn't with buggy compilers and/or pre-set $CFLAGS.
1730   * Commited my little release-howto (only useful to core vlc developers).
1731   * Closing Debian bug #119369 which was fixed a while ago.
1732   * Decoder modularization.
1733
1734 0.2.91
1735 Mon, 12 Nov 2001 17:14:29 +0100
1736
1737   * Added FAQ.
1738   * New --channelserver switch.
1739   * Documentation updates.
1740   * ipkg script for Familiar Linux 0.5 & bug fix in debian/rules.
1741   * Disabled DirectX audio output for the time being.
1742   * Added Oct's NSIS installer script. It will probably not work for you,
1743     but I need it to build the Win32 auto installer.
1744   * Automatic handling of the Channel Server's response in network mode.
1745   * GetMACAddress takes the interface defined in the environment variable
1746     vlc_iface instead of eth0.
1747   * Fixed bug with MPEG audio in TS streams.
1748   * Fixed compilation (and quite probably runtime) issues under IA64
1749     due to mixed int/void* casts.
1750   * Merged DVD netlist with input netlist to remove duplicated code.
1751   * BSD/OS VCD patch, courtesy of Steven M. Schultz <sms@TO.GD-ES.COM>.
1752   * Win32 network fix.
1753   * imdctsse should now compile and work in plugin and under BeOS.
1754   * Kludge to have less discontinuity after a zero scr in DVD.
1755   * Fixed some win32 64-bit issues.
1756   * Fixed some win32 compile issues.
1757   * Don't use long long, use u64/s64 (int_types.h).
1758   * Move function that translates language codes into country name in src/misc
1759     so that every plugin can use it.
1760   * Changed the name of a function in dvd_udf.c to fit with the forthcoming
1761     libdvdread plugin.
1762   * Corrected Ã  long time bug (around 0.2.81 I think), that created a
1763     corruption in ifo data. This was the reason why some DVDs that worked with
1764     0.2.80 no longer worked with newer version of vlc. They should work again
1765     now.
1766   * New --enable-release config option.
1767   * Removed deprecated code and structures.
1768   * Maybe corrected aspect ratio issue in fullscreen xvideo.
1769   * Fixed support for SPU and LPCM streams over network.
1770   * Added a new drawer to the control window to support Title / Chapter
1771     selection, Subtitle selection, Audiochannel/Language selection,
1772     Angle selection.
1773   * New --volume option (untested, like usual :).
1774   * Reimported Intf_Controller, connected "File/Open/File" to
1775     Intf_Controller::file:Open (OS X).
1776   * The intf is no longer accessed indirectly from vout_Destroy.
1777   * Made it possible to open a File after vlc was started (you can use vlc now
1778     without starting it from the command line) under OS X.
1779   * Cleaned up playlist handling in Intf_Vlc_Wrapper.
1780   * Modified the pf_close kludge in input.c so that we don't segfault when
1781     pf_init fails.
1782   * Changed chapter selection buttons aspect to try and differentiate them
1783     from title selection ones.
1784   * Changes to the BeOS interface to remove unwanted volumes from the Disk
1785     Menu.  Readonly filesystems like NTFS were being incorrectly added.
1786   * Do not resample audio output if delta is short enough.
1787   * Fixed a segfault on exit under Windows 2000.
1788   * Enabled http button in gtk/gnome interface.
1789   * Use memalign for aligned data (instead of a greek malloc).
1790   * Some optimizations in imdct (all data are now aligned).
1791   * SSE downmix now works for windows.
1792   * SSE imdct is desactivated for windows (MINGW32 doesn't know how to aligned
1793     data).
1794   * Fixed '-' input.
1795   * New interface for MacOS X, courtesy of Florian G. Pflug.
1796   * BeOS interface changes to include menu for Title and chapter navigation.
1797   * Improved more "BeOS" CD detection.
1798   * VLC FAQ TBU.
1799   * Synced dummy_dvdcss with Stef's changes to libdvdcss.
1800   * configure now compiles the VCD plugin if linux/cdrom.h is present.
1801   * Added VCD input plugin for Linux.
1802   * Fixed ATTR_ALIGN configure test.
1803   * Fixed compilation problems with OpenBSD.
1804   * xvideo.so is now built in by default. Mixing PIC and non-PIC code was not
1805     very nice.
1806   * Fixed compilation errors in src/interface/main.c when the compiler did
1807     not support SSE or 3DNow! inline assembly.
1808   * Qt fix in vlc.spec courtesy of Christopher Johnson <cjohnson@mint.net>.
1809   * Fixed error reporting on an unknown argument parsing.
1810   * Fixed a deadlock in the TS input.
1811   * Resizing the video out window in BeOS now retains the scaling.
1812   * Tidied up the BeOS code to remove interface messages not required.
1813   * Fixed an error in the ts://server[:port][/broadcast] input parsing.
1814   * Minor video parser optimization.
1815   * SDL now displays an error message on 422 streams.
1816   * Chroma 4:2:2 and 4:4:4 support in the decoder.
1817   * Fixed bugs in the C YUV transform with 4:2:2 format.
1818   * Fixed bugs in RPM spec files.
1819   * Fixed a bug in configure where ix86 machines were improperly detected.
1820
1821 0.2.90
1822 Wed, 10 Oct 2001 15:00:29 +0200
1823
1824   * XVideo module now compiled as built-in for Debian packages, to avoid
1825     PIC and non-PIC code collision (Closes Debian bug #111790).
1826   * MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.
1827   * MacOS X port : native QuickTime video output, courtesy of Florian G.
1828     Pflug <fgp@phlo.org>. Use it with -I macosx_qt.
1829   * Fixed bugs in the altivec detection, courtesy of Michel Lanners
1830     <mlan@cpu.lu>.
1831   * Added HTTP url drop (from a WWW browser) to the gtk/gnome interface.
1832   * Added User-Agent header in the HTTP input.
1833   * Fixed an input segfault which occured using ES input.
1834   * Enhanced --with-tuning.
1835   * Added an endianness check for cross-compilations.
1836   * We now check for sys/times.h.
1837   * Repaired dummy input broken yesterday.
1838   * Minor ShowBits() optimization.
1839   * Fixed a bug in vlc.spec.
1840   * New --disable-plugins option ; make all plug-ins built-in.
1841   * Changes to ensure the BeOS compile still works.
1842   * Added HTTP virtualhost support in the HTTP input.
1843   * Enabled mouse clicks in the GGI plugin.
1844   * Fixed a warning in input_es.c.
1845   * Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer
1846     <mathias@research.att.com>.
1847   * Cleaned up sam's mess with input's pf_open and pf_close (not completely).
1848   * With -vvv modules now show up their scores.
1849   * HTTP input support.
1850   * Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec.
1851   * New configure option --with-tuning=[arch], extending --enable-pentiumpro ;
1852     for Pentium, use --with-tuning=pentium, for PowerPC 604 use
1853     --with-tuning=604, and so on.
1854   * Dramatically improve compilation time, with a negligible performance
1855     tradeoff.
1856   * Removed -march=pentiumpro ; should now work on pentium-class machines.
1857   * Removed --enable-stats configuration directive. Stats are now activated
1858     at runtime with --stats.
1859   * New intf_StatMsg() call.
1860   * Vout picture heap is now 8 pictures instead of 5 (better synchro).
1861   * Tremendous enhancements in statistics display.
1862   * Better capabilities handling.
1863   * Error checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.
1864   * "added support for an unusual construct at the start of some
1865     slices", says walken :-).
1866   * In spdif ac3 is selected by default
1867   * Video output grows to respect acpect ratio instead of shrinking (not
1868     in x11 because it takes cpu to resize a picture).
1869   * Disable dpms in xvideo.
1870   * Better handling of the buffer of the sound driver to try to remove
1871     sratches in spdif.
1872   * Fix bad dates in ac3 spdif "decoder" (playing with the bit stream is very
1873     funny).
1874   * Thanks to Stef for his ideas, Meuuh for his bit stream, and Sam for his
1875     trolls :)
1876   * Fixed bugs in the MacOS X port.
1877   * Faster configure script and as-yet untested Darwin patches.
1878   * Test for Altivec C extensions.
1879   * If memalign isn't available, fall back on valloc.
1880   * Fixed a stupid mistake in NormScan().
1881   * By default, use the real size of the stream for the video output size.
1882   * Altivec IDCT and motion compensation, courtesy of Michel Lespinasse for
1883     mpeg2dec (untested).
1884   * Fixed many alignment issues.
1885   * Miscellaneous updates to configure, especially for cross-compilation.
1886   * Fixed the BeOS slider overflow problem.
1887   * Corrected BeOS Slider and button status behaviour.
1888   * Simplified Code in the vout_beos ready for another developer to implement
1889     more advanced video output.
1890   * Fixed typos, courtesy of Michel Lanners <mlan@cpu.lu>.
1891   * Fixed a netlist packet leak in demuxPSI (Mark Gritter
1892     <mgritter@kealia.com>).
1893   * Removed the nuts message "unable to allocate memory" when the netlist got
1894     empty.
1895   * Various fixes for GCC 3.0.
1896   * Reworked jlj's patch for field pictures.
1897   * Fixed numerous bugs with the Altivec IDCT (still not compiling).
1898   * MPEG audio emphasis fix, courtesy of Matthieu Lochegnies
1899     <lochegm1@cti.ecp.fr>.
1900   * ac3dec uninitialized data structure fix, courtesy of Damian Ivereigh
1901     <damian@cisco.com>.
1902   * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec.
1903   * Local minor optimizations in IDCT.
1904   * Removed a hopeless kludge in input_clock.c.
1905   * Fixed a problem with field streams not working with new video decoder.
1906   * IP Multicast support, courtesy of Mathias Kretschmer
1907     <mathias@research.att.com>.
1908   * Removed O_NONBLCK in aout_Play because we don't use it and some drivers
1909     (e.g. esssolo1 have problems with this) ;
1910   * Added warning messages.
1911   * Fixed build dependencies for architectures not supporting libasound2
1912     (Closes Debian bug #109722).
1913   * Install doesn't explode if libdvdcss hasn't been compiled.
1914   * Attempt to fix the SDL detection under *BSD.
1915   * Removed /usr/local/include, because it is unsafe in a cross-compilation
1916     environment.
1917   * The win32 port is once again using msvcrt.dll instead of msvcrt40.dll.
1918   * Fixed a synchro bug (typo) in video_output.c.
1919   * Added documentation to use VLC as a netscape plug-in and do some
1920     (buggy) web streaming.
1921   * Totally rewrote the video decoder (inspired by walken's mpeg2dec),
1922     implying - performance boost ; - fixed the "Dual Prime Arithmetic" bug ;
1923     - 3DNow! motion compensation module.
1924   * AC3dec statistics do not show up with --enable-stats, because I doubt
1925     they're understandable by a normal human being, and they pollute the output.
1926   * Minor changes to the (non-working) ncurses interface.
1927   * Fixed a packet leak in DemuxPSI.
1928   * Added gnome.h check and cleaned the error messages in the configure script.
1929   * Tiny small optim in LPCM decoder.
1930
1931 0.2.83
1932 Wed, 22 Aug 2001 15:18:01 +0200
1933
1934   * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
1935   * Added --xvadaptor flag to select the XVideo adaptor to use.
1936   * Added support in ./configure for the cprof profiler.
1937   * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
1938     issues under Solaris and QNX.
1939   * Additional checks for SSE-specific (non-MMXEXT) instructions, as
1940     reported in lucky.openbsd.misc.
1941   * GNU/Hurd configuration and compilation fixes.
1942   * Fixed a crash in subtitle rendering.
1943   * Activated old crappy subtitle rendering in overlay mode (ugly but
1944     probably better than having no subtitles at all).
1945   * Added proper Conflicts: rules in debian/control.
1946   * configure.in fixes for BSD/OS.
1947   * Added vlc:loop playlist command to go back at the beginning.
1948     Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
1949   * Fixed a bug in the gtk interface which caused vlc to go amok after
1950     having met a zero-sized area.
1951   * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
1952
1953 0.2.82
1954 Tue,  7 Aug 2001 12:39:16 +0200
1955
1956   * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
1957   * Various debian scripts fixes.
1958   * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
1959   * Fixed broken soname setting under Solaris (and OS X, sort of).
1960   * Made the illegal instruction report more explicit.
1961   * Fixed the sdl video output plugin that was broken 2 days ago.
1962   * Tidied the snapshot-* Makefile rules.
1963   * Tidied the modules Makefiles.
1964   * Removed useless stuff in the debian/ directory.
1965   * Removed the "make all" kludge in the Makefile.opts rule. I hope this
1966     patch is harmless on all systems.
1967   * Added a dummy libdvdcss so that the DVD plugin can be used without
1968     libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
1969     and will use the dummy functions only if it couldn't find a valid
1970     libdvdcss. This is probably only useful to package maintainers.
1971   * Made the remote command plugin usable even with no stream.
1972   * Fixed a deadlock in the remote command plugin.
1973   * Fixed a deadlock in the SPU decoder.
1974   * Minor bug fix to aout_directx.c.
1975   * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
1976     perfect on Win32.
1977   * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
1978   * On Win32, open() will now open files in binary mode by default.
1979   * A few minor changes to vout_xvideo.c.
1980   * Fixed a segfault in yuv_End() in video_yuvmmx.c.
1981   * Fixed the "Gdk-ERROR **: BadCursor" bug in the x11 and xvideo plugins.
1982   * Fixed a segfault in SetBufferPicture() in video_output.c.
1983   * Fixed a segfault in PSEnd in input_ps.c.
1984   * The video decoder thread is now also reniced to a lower priority on
1985     Win32 (like in the Linux version). This slightly increases the
1986     responsiveness of vlc.
1987   * Modified input_dvd so you can now go directly to the selected chapter
1988     when you change the title.
1989   * Implemented the Probe function in the Xvideo plugin. Xvideo is now the
1990     default video output plugin when it is supported.
1991   * Now use SDL_CFLAGS for searching SDL/SDL.h.
1992   * Don't miserably die in `make` when ./configure hasn't be run.
1993   * Fixed a bug when compiling KDE plug-in without Qt plug-in.
1994   * Now taking into account $KDEDIR.
1995   * Made SDL configure error messages more explicit.
1996   * --disable-sdl is now correctly taken into account.
1997   * Changed the order of evaluation of sdl-config and sdl11-config.
1998   * Finally fixed SDL*/SDL.h check.
1999   * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
2000   * Better gtk-config detection.
2001   * Removed duplicate checks in configure.in.
2002   * Fixed a typo in vlc.spec.
2003
2004 0.2.81
2005 Sat, 28 Jul 2001 04:13:57 +0200
2006
2007   * Removed useless variables in configure.in which caused all subsequent
2008     compilation tests to fail.
2009   * Additional fixes to the sdl-config detection.
2010   * Added a make uninstall rule.
2011   * New --with-dvdcss flag.
2012   * Fixed a bug in aout spdif with dolby stereo (use of obsolete PTS).
2013   * Format asm functions for gcc, fixed the segfaults with imdct_sse.
2014   * Now using gcc -pipe.
2015   * (Hopefully) fixed the #@!$ field pictures bug.
2016   * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
2017   * Updated TODO, cosmetic changes.
2018   * Now use sdl-config for SDL.
2019   * Fixed a stupid bug in buffer management with field pictures.
2020   * Fixed a reinit bug after a discontinuity - such as seek().
2021   * The spdif audio output won't kill itself anymore at the beginning.
2022   * New and theoretically better Win32 pthread implementation.
2023   * dvd_ifo.c now takes into account error messages from UDFFindFile.
2024   * Fixed the "quit" event handling in directx/vout_events.c.
2025   * Temporarily disabled aout_Probe() in aout_SDL (libSDL bug).
2026   * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>.
2027   * Fix for large inline functions and gcc 3.0.
2028   * Fixed the gnome plugin so that it does not include gtk headers.
2029   * Tuned constants, since it seems to make people happy.
2030   * Fixed the "paused movie won't restart" bug.
2031   * Removed the outdated generic decoder.
2032   * Rewrote the video decoder so that it can use multiple processors (--smp).
2033   * Fixed a bug in the video decoder initialization.
2034   * Grayscale mode now turns off chroma IDCT decoding.
2035   * Kludged so that times displayed in the scrollbar are finally correct
2036     for MPEG-2 streams.
2037   * FreeBSD compilation fix by Ã˜yvind Kolbu <oyvindk@world-online.no>.
2038   * QNX RTOS plug-in by Jon Lech Johansen <jon-vl@nanocrew.net>.
2039   * Added IDEALX developer documentation in doc/.
2040   * Reactivated SDL parachute in non-debug mode (memory leak otherwise).
2041   * Fixed GetChunk for chunks < 4 bytes.
2042   * The Win98 DVD input is finally working.
2043   * Put a readv() function in input_iovec.h, the input_es plugin now compiles
2044     (Win32).
2045   * Modified input_ts to use readv() in input_iovec.h (Win32).
2046   * Fixed an initialisation bug in vout_directx.c.
2047   * Right clicking on the mouse displays the navigation menu (DirectX plugin).
2048   * Fixed audio/video synchro bug with esd, should fix buggy sound due
2049     to 44100-48000 Hz conversions.
2050   * The Win32 GetMessage function has been isolated in a thread. This has
2051     been done because this function can block the thread. Thanks to this
2052     change, you can now move your window without any video and audio
2053     interruption.
2054   * Plugins are now compiled in plugins/* and libraries in lib/*.
2055   * The KDE UI compiles again but does not work yet.
2056   * ALSA plugin message corrections.
2057   * Calculation modules can now be calledwith a shorter name
2058     (eg. '--downmix mmx' instead of '--downmix downmixmmx').
2059   * Fixed insane verbosity of the SDL plugin.
2060   * Fixed the segfault in vout_UnloadFont.
2061   * The Xvideo plugin now closes the video window when it XVideoGetPort
2062     fails in vout_Create.
2063   * Fixed alignement in imdct asm functions.
2064   * 16 byte alignement for data (needed for SSE).
2065   * Optimization in SSE downmix.
2066   * Probably fixed the "X eats more and more CPU" bug. Please test.
2067   * mingw32 cross-compilation issue fixed.
2068   * Small optimization in vpar_blocks.c, sparing a few memset() calls.
2069   * Additional error checking in vout_sdl.c.
2070   * Minor manpage fix, conforming to Debian policy version 3.5.5.0
2071     (Closes Debian bug #99561).
2072   * Portablility fix: We now control the name to be used in the assembler
2073     code for a C function or variable.
2074   * Reenabled all the accelerated modules on Win32.
2075   * Bugfix for chapters change in DVD.
2076   * A few bug fixes for the directx plugin.
2077   * Removed the custom usleep function for win32 as we don't really need
2078     this accuracy, and it was eating cpu resources.
2079   * Elementary Stream input plugin (use it with --input es). Only works with
2080     video streams at the moment.
2081   * Added command line option '--stdout <filename>' which redirects stdout
2082     and stderr to the specified file. This option should mainly be useful
2083     on Win32.
2084   * On Win32, vlc now has an icon associated to the .exe file, and is a full
2085     GUI application (you don't have this annoying dos command box anymore)
2086   * Added INSTALL-win32.txt for specific details to the Win32 port.
2087   * Compile fix for newer versions of MacOS X by Colin Simmonds
2088     <colin_simmonds@Mac.lover.org>.
2089   * Win32 network support by Boris Dorès <babal@via.ecp.fr>.
2090   * Fixed an alignment issue in the ifo parser. The Matrix problem should
2091     be solved.
2092   * Minor cosmetic fixes and warning removals here and there.
2093   * FreeBSD (and probably QNX) shared memory handling fix.
2094   * Unrolled two loops in dvd_netlist.c to prevent message flooding.
2095   * DVD input stuttering fix by Jon Lech Johansen.
2096   * Removed a lock that caused late frames in DVDRead.
2097   * Added gprof profiling support with --enable-profiling.
2098   * DirectX enhancements by Gildas Bazin, such as software rendering.
2099   * Another failed attempt at profiling vlc under Linux: ported the
2100     threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
2101     spawn new threads for me, maybe someone will have better luck.
2102   * Makefile optimizations.
2103   * Automatic build of libdvdcss if not found.
2104   * The DVD netlist no longer stops when the fifo is empty ; it just waits
2105     until there are free vectors again.
2106   * Exported the CSS part of the dvd plugin into a library. See
2107     ChangeLog.libdvdcss for a separate changelog.
2108   * Slight modification in input_dvd since Getiovec wasn't at the right place.
2109   * Send escape packet when changing title, not to be stuck in some decoder.
2110   * The position in the title is now reset when we change title to
2111     prevent a title from being unavailable because we're stuck at the end.
2112   * Fixed a bug with 1-chapter-long titles that displayed chapter 0.
2113   * Added a _temporary_ field in p_main to know whether the audio stream is
2114     AC3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
2115     audio.
2116   * Cleaned the title property messages to get rid of the ugly stars.
2117   * Added LPCM support. It should work with stereo LPCM.
2118   * Fixed a warning when compiling main.c.
2119   * Checked that OS supports SSE instructions on PIIIs (to avoid illegal
2120     hardware instructions on Linux 2.2.x).
2121   * Fixed a bug in synchro reinitialization: we no longer have a shift each
2122     time we restart the synchro (for SCR discontinuity for instance)
2123   * In DVD mode, we reinit the synchro only if the SCR are not continuous
2124     (instead of each cell).
2125   * Tried to improve AC3 spdif to prevent desynchronization.
2126   * Lots of DirectX plugin fixes by Gildas Bazin.
2127   * Compilation fix in message queue mode.
2128   * Another FreeBSD compilation fix.
2129   * SDL compilation fix for FreeBSD.
2130   * Fixed compilation of motion modules as plugins.
2131   * Applied old FreeBSD patch for dvd input by German Tischler.
2132   * Found what was causing the slowdowns: a namespace collision. Put all
2133     plugins into builtins again.
2134   * Put most builtins in plugins again due to performances issues.
2135   * Fixed the painfully slow build process (at last!).
2136   * Added new dummy input plugin.
2137
2138 0.2.80
2139 Tue,  5 Jun 2001 04:41:06 +0200
2140
2141   * BeOS interface compilation fix by Rene Gollent.
2142   * DirectX plugin compilation fix by Gildas Bazin.
2143   * Removed %ebx spill in the iMDCT plugins.
2144   * Change to the set out of the BeOS code to allow more logical updates.
2145   * Moved modules_builtins.h.in into src/misc. Please remove
2146     include/modules_builtins.h in your local tree.
2147   * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
2148   * Fixed a double malloc/free bug in DVDRead.
2149   * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
2150   * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
2151   * Miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>.
2152   * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
2153   * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
2154     vlc with MS and Intel C/C++ compilers.
2155   * Updated the gtk/gnome interface to work in network mode.
2156   * Fixed some bugs in interface (language menus in ts, misnamed fields).
2157   * Play/Stop work in network mode to start/stop decoding of the stream.
2158   * Fixed the BeOS compile typo.
2159   * The ALSA plugin is back.
2160   * A gift for Gildas: plugins don't rely on backlinking any more.
2161   * Changes and bugfixes to make network work in VLAN Broadcast mode.
2162   * Bugfix in the interface to access the network specific features.
2163   * Some base of synchro in ac3 spdif.
2164   * Fixed a bug with Previous chapter button in gnome.
2165   * Added a wrapper for readv() on platforms which don't support it.
2166   * Win32 compilation fixes, esp. the MAC retrieval.
2167   * Fixed a warning for *BSD compilation.
2168   * Patch by Eugenio so that the OS X interface and video output handle the
2169     aout and vout banks.
2170   * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
2171     it should not hang the kernel anymore.
2172   * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
2173     ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
2174     SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
2175     Devices" paper.
2176   * Unification of gnome/gtk intefaces: now all the files are in plugin/gtk.
2177   * Updated BeOS interface with new changes for playlist management.
2178   * More cleanings in gtk interface.
2179   * The dvd plugin reads again blocks of 32 sectors to gain speed.
2180   * Added two functions which retrieve the MAC Address under Windows.
2181   * 3D Now! imdct.
2182   * We now do pthread detection for FreeBSD like the XMMS guys do. It
2183     works even better.
2184   * FreeBSD pthread fixes.
2185   * AC3 IMDCT and downmix functions are now in plugins, --imdct and
2186     --downmix options added.
2187   * Bugfixes, cleanings in gtk.
2188   * Initialization bugfixes in input_dvd.
2189   * Added a b_stopped flag to interface playlist to have a stop function in
2190     interface plugins.
2191   * Updated the Gtk+ interface so that it has the same features as the
2192     Gnome one.
2193   * Beginning of SSE/3DNow! support for imdct and downmix.
2194   * Ported alsa interface for alsa 0.9beta
2195   * Fixed a deadlock in spudec.
2196   * Added SPU cropping.
2197   * Gnome interface segfault fix.
2198   * BeOS interface segfault fix by Rene Gollent <rgollent@u.arizona.edu>.
2199   * Fixed an aspect ratio issue in the SPU decoder, and optimized the
2200     SPU renderer.
2201   * Speed optimization in the handling of the unusual ephemer DVD subtitles.
2202   * Little optimization to bozo's UnalignedShowBits fix.
2203   * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
2204   * Fixed a bug in UnalignedShowBits that makes some unaligned streams
2205     not wotk correctly (for instance VLS' generated TS streams)
2206   * Added support for some terribly braindead DVD subtitles in Kenshin
2207     which do not have a "stop display" command. Anime fans rejoice!
2208   * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout.
2209   * Coding-style butchery (mostly tabs).
2210   * Changed the level arg in intf_WarnMsg so that it makes more sense.
2211   * Beginning of the backport of Gnome to Gtk.
2212   * Improved ac3 spdif output ( and made it work again :)).
2213   * Added p_input->stream.p_selected_area->i_tell in input TS so that the
2214     slider work with Transport Stream files.
2215   * Moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
2216     toggling fullscreen.
2217   * Tuned the Gnome interface appearance, added a Preferences window and
2218     a Jump window, added Oct's playlist.
2219   * Fixed a few warnings with gcc 3.0.
2220   * aout and vout are now allocated in banks, making it possible to have
2221     several of them at the same time.
2222   * configure now checks for MMX and MMX EXT support in the assembler.
2223   * Removed all MMX code from the main program and moved it to the
2224     existing idct modules (Closes: Debian bug #96036).
2225   * KDE interface.
2226   * FreeBSD CSS decryption support.
2227   * Fixed a segfault in TS input (psi packets with adaptation field).
2228   * Corrected vlc-howto.sgml thanks to Arnaud Gomes-do-Vale
2229     <arnaud@carrosse.frmug.org>.
2230   * Fixed a remaining buffer overflow in the Gnome interface and applied
2231     the patches to the Gtk+ interface.
2232   * Fixed a segfault in the SPU decoder initialization.
2233   * Mandatory step for video output IV and the audio output quality
2234     fix: the output threads are now spawned when a decoder needs one,
2235     so it can decide the audio frequency or the video window size.
2236   * Fixed a few buffer overflows in the Gnome interface.
2237   * The module bank is now a global variable. The video output bank and
2238     the audio output bank might follow (when they exist).
2239   * Coding style and organization fixes to the spdif decoder.
2240   * autoconf and Makefile changes by Arnaud Gomes-do-Vale
2241     <arnaud@carrosse.frmug.org>.
2242   * DVD title change no longer restarts the input.
2243   * BeOS crash fix by Wade Majors <guru@startrek.com>.
2244   * Slight modification in ClockManageRef: after a synchro reinit, we still
2245     do the mwait and re-init last-cr.
2246   * New audio output using direct AC3 pass-thru.
2247   * Fix for a buffer overflow in the Gnome interface by Shane Harper
2248     <shanegh@optusnet.com.au>.
2249   * DVD chapter change fixed.
2250   * Fixed a bug in TS input, which should be much smoother now.
2251
2252 0.2.73
2253 Sat, 28 Apr 2001 07:02:35 +0200
2254
2255   * Removed debug instructions in the audio output.
2256   * Coding style fixes here and there.
2257   * Miscellaneous QNX compile fixes.
2258   * Changed --enable-debug into --enable-trace.
2259   * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
2260   * Changed broadcast handling.
2261   * Added a vlc-howto in sgml format in the doc directory.
2262   * Fixed the continuous 'seeking position' bug in network mode.
2263   * Support for `ts://foo:42' style input source.
2264   * rc interface plugin for vlc control through /dev/stdin courtesy
2265     of Peter Surda <shurdeek@panorama.sth.ac.at>.
2266   * Misc XVideo fixes (aspect ratio, mouse pointer, blue areas).
2267   * AC3 decoder enhancements.
2268   * Fixed an alignment issue in the bitstream callback.
2269   * Got rid of asprintf.
2270   * Better angle handling (on the fly selection).
2271   * Bugfixes in CSS.
2272   * Various changes and bugfixes in the Gnome interface.
2273   * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
2274   * X11 fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
2275   * Fixed build process when no plugins or no builtins were chosen.
2276   * Makefile changes to get around MacOS X's brain-damaged gcc.
2277   * FreeBSD configure and Makefile patches, courtesy of Espen
2278     Skoglund <esk@ira.uka.de>.
2279   * Cosmetic change in css decryption.
2280   * Added basic angle support.
2281   * Corrected some bugs in gnome interface: language menu are now
2282     synchronized and menus have less chances to change when opened.
2283   * Network channel change is now available again.
2284   * Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
2285   * MacOS X icon is now correctly added to the app.
2286   * Fixed a compilation issue in the DVDioctl driver.
2287   * Added a call to ranlib after a built-in module compilation.
2288
2289 0.2.72
2290 Mon, 16 Apr 2001 14:33:53 +0200
2291
2292   * New improved packet allocator.
2293   * Additional Makefile cleaning for built-in modules.
2294   * Fixed Makefile for Solaris target.
2295   * Fixed the 0.2.71 IFO parsing bug.
2296   * All Debian packages are now lintian-clean.
2297   * Fixed XVideo plugin linking.
2298   * Updated TODO list.
2299   * Built-in modules support almost finished.
2300   * A few Makefile fixes for BeOS.
2301   * XVideo patches by Shane Harper <shanegh@optusnet.com.au>.
2302   * Beginning of the built-in modules support.
2303   * Got rid of the sleep() hack in beos_specific.cpp.
2304   * Fixed a segfault when launched without argument under Darwin.
2305   * Fix for Darwin program path handling.
2306
2307 0.2.71
2308 Fri, 13 Apr 2001 08:13:26 +0200
2309
2310   * Merged 6 months of CVS logs to the ChangeLog file.
2311   * Fixed a lintian error in debian/rules.
2312   * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
2313   * Added udf fix by Billy Biggs.
2314   * Added checks in dvd_ifo.
2315   * Cleanings in gnome interface : the interface should depend on the
2316     input method.
2317   * Intf: TS streams in menu
2318   * TS input: only one audio & spu ES selected at a time
2319   * Removed the build of the vlc app from the install target.
2320   * Added an icon to the MacOS X vlc.
2321   * "make vlc.app" now correctly updates vlc.app
2322   * Fixed BeOS menu problem.
2323   * Added a field to p_input->stream to inform the interface of a stream.
2324     change (useful in network mode).
2325   * Added error checks in dvd input.
2326   * Changed the way ifo are read.
2327   * Fixed a bug in area management.
2328   * Fixed a warning in netutils.c.
2329   * Created darwin_specific.c to store the program path at boot time.
2330     (XXX: check that it didn't break the OS X port)
2331   * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
2332   * Updated icons.
2333   * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
2334   * Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
2335     clean code for it as well.
2336   * Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
2337     app (ie., double clicked and not launched from command line).
2338   * Cleaned up debug spew left in modules.c and video_text.c.
2339   * Created macosx_common.h in plugins/macosx/ to hold common stuff.
2340   * Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
2341     function support and a no-frills About box.
2342   * Fixed icons location and Debian desktop menus.
2343   * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
2344   * Disabled message queue by default.
2345   * A few other changes in the CSS code, the BeOS issues should be fixed.
2346   * Corrected an awful typo in the version name.
2347   * Removed deprecated stuff from config.h.
2348   * Fixed the whitespace/tab issues in the Makefile.
2349   * X and Xv output: added autohide cursor as in SDL.
2350   * X and Xv: keys 1 to 0 change channel.
2351   * SDL: keys F1 to F10 change channel.
2352   * Ported the 0.2.0's channel changing functions.
2353   * Fixed the lock segfault bug with some compilers.
2354
2355 0.2.70
2356 Sat,  7 Apr 2001 05:52:00 +0200
2357
2358   * Fixed headers for FreeBSD compilation.
2359   * Fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
2360   * Deleted BBitmap[0] directly after overlay creation as no longer needed
2361     as overlay now owns Bits()
2362   * Fixed MPEG-1 mux_rate parsing.
2363   * Fixed MPEG-1 stuffing.
2364   * Don't create BBitmap drawing thread if using overlays
2365   * Changes to BeOS interface with file selection support
2366   * Fixed a boolean_t/int mix.
2367   * Increased FIFO_SIZE.
2368   * Fixed all alignment issues
2369   * Networked TS input
2370   * Working menus for run-time audio/spu/title/chapter selection with gtk
2371     interface.
2372   * Port of the interface menus to gnome plugin.
2373   * Gtk playlist
2374   * Tried to fix the "stream jumps at will" bug.
2375   * Fixed most of the bugs in gnome interface menus
2376   * Added radio checks in menu items.
2377   * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
2378   * Borrowed config.guess and config.sub from SDL [MacOS X port] ;
2379   * Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
2380   * If SDL/GTK/DSP is not available, don't compile the associated module.
2381   * Gtk+ interface: fixed a precision issue in the scale.
2382   * Qt interface: somebody pop up us the menu!!
2383   * Fixed Debian sparc build for real (Closes: Debian bug #89285).
2384   * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
2385     it and writing output and interface plugins...
2386   * Split audio output into several separate files to make it easier
2387     to debug. Removed a few redundancies as well.
2388   * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
2389   * Added warnings for ac3 mantissa (we still have problems with AC3 on
2390     MacOS X) ;
2391   * Renamed WriteResource to avoid a namespace clash with Darwin's
2392     WriteResource.
2393   * Compile Darwin module by default on Darwin system. [MacOS X port]
2394   * Use $QTDIR for the qt module ;
2395   * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
2396   * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
2397   * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
2398   * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
2399     by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
2400   * Added a SYNCHRO_START in DVDRead for each cell change to fix
2401     multi-angle streams
2402   * Changed seek function to prevent jump-at-will and to remove two bugs in
2403     sector computing.
2404   * Initialize some values in netlist (payload_discard wasn't which caused
2405     frame dropping)
2406   * Come back of multi-sector read which should make reading faster
2407   * Language & Inteface support for BeOS interface
2408   * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
2409   * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
2410   * A few syntax fixes in the plain X11 plugin
2411   * Various bug fixes in dvd_netlist. Some bugs seem to remain though.
2412   * New function input_ToggleES for interaction with interface.
2413   * Changes in gnome interface : navigation menus are now splited, there
2414     are radio item in menus and the code should be better.
2415   * First step for dvd_ifo rewritting. Now allocation/disallocation is
2416     being done as it has to be.
2417   * Fixed a bug in title management that make dvd like Seven work.
2418   * vout_beos now uses double buffering for YCbCr overlay.
2419     This (for some reason) improves audio/video sync
2420   * Fixes for the Qt plugin compilation under Debian
2421   * Heavy butchering in the CSS and DVD ioctl code to put all architecture-
2422     dependent code in dvd_ioctl.c
2423   * Added almost fully-functional /dev/dvd driver for MacOS X in
2424     extras/DVDioctl.
2425   * Fall back to one-packet-once reading in dvd input since multi-block
2426     seems to have a bug that make the vlc crash on title/audio/spu change. I
2427     hope that this bug will be fixed soon for the performance is poorer now
2428   * Add-ons and changes in gnome interface:
2429     o menu subdivision is done only if there are over 20 items,
2430     o in DVD mode next/prev apply to title,
2431     o in DVD mode, added a box with button to navigate through chapters.
2432   * Additional enhancements to the OS X DVD ioctl module
2433   * Big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
2434   * Compilation fixes for the BeOS DVD ioctls
2435   * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
2436   * Added the GNU getopt library, which gets compiled in when getopt_long
2437     isn't available on the desired platform.
2438   * Replaced the `--warning' flag with the standard cumulative `-v' flag.
2439     `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
2440     (`--warning' is still valid for those used to it)
2441   * Cleaning in configure.in and Makefile.in, the Solaris port now
2442     builds and runs properly.
2443   * Code cleanup: removed a few tabulations.
2444   * Fixed inline asm routines to remove all read/write operands.
2445   * Added <string.h> to most files to prevent warnings under FreeBSD.
2446   * Added "break;" after "default:" in case switches to prevent
2447     warnings when compiling with GCC 3.0pre.
2448   * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
2449     interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
2450   * Cleaning code and a small fix to make quit work on OSX
2451   * Disable x11 plugin if X11 headers are not found.
2452   * Misc fixes in the DVD input.
2453   * Fixed CSS authentication under Linux.
2454   * Playlist now refreshes when a file is opened.
2455   * XVideo plugin background is now black instead of white.
2456
2457 0.2.63
2458 Mon,  5 Mar 2001 00:41:16 +0100
2459
2460   * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
2461     linux-kernel like author list.
2462   * Updated TODO list.
2463   * Fixed a segfault in the BeOS interface when --noaudio was specified.
2464   * Title and Chapter selection in the Gnome and Gtk+ interfaces.
2465   * Fixed a bug in audio selection
2466   * Tried to fix an issue in size computing.
2467   * Commited BeOS changes by Richard Shepherd and Tony Castley.
2468   * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
2469     decoding needed instead of YUV-RGB
2470   * Will be removed later when video_output.c rewritten
2471   * vout_CreateThread() initialises b_YCbr to zero
2472   * New BeOS video plugin that supports hardware overlays and new
2473     MediaPlayer compatible interface
2474   * Added YUV-YCbCr transforms
2475   * Fixed bugs in title/chapter handling once more, especially for size
2476     detection and location of main movie.
2477   * Support for multitrack DVD : now the stream is given to input as it has
2478     to be ; however, all the tracks are displayed one after the other ; I
2479     think we need to decode navigation ES to choose the track
2480   * Fixed behaviour at end of device.
2481   * Added DVD/VCD button and menu for quick DVD device selection to the
2482     Gnome and Gtk+ interfaces, so that vlc can play a DVD even when
2483     launched from a GUI.
2484   * Added debian/* files to help generating CSS-enabled non-US packages,
2485     and changed plugins/dvd/* to reflect this change.
2486   * Added .xpm icons (fixes lintian warnings).
2487   * --help output and manpage are now in sync (Closes Debian bug #87478).
2488   * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
2489   * Completely changed title and chapter initialization. Now we have real
2490     title units.
2491   * Fixed size for a majority of DVD.
2492   * More consistency in the p_input->stream management.
2493   * Made input_SelectES() and input_UnselectES() not block the input thread
2494     for a long time.
2495   * Changed debian/control to fix Debian bug #83707
2496   * Added a --disable-css configure option
2497   * Moved some code here and there in the DVD plugin to make it easier
2498     for me to build the Debian CSS-free packages.
2499   * Fixed miscellaneous alignment problems (alpha/sparc ports) ;
2500   * Added a fps display when toggling 'i' ;
2501   * Fixed a bug in the video parser where one picture buffer was not
2502     released at quit time ;
2503   * Broke the mux_rate calculation, but hey guys ! it was already broken and
2504     nobody noticed it.
2505   * New function for DVD reading, that is able to read multiple blocks
2506     (I've chosen 32 now), that doesn't use any memcpy anymore and is also much
2507     faster. It is ready now for cell positioning in multi-angle DVD (to come
2508     soon).
2509   * DVD specific netlist adapted to 2048 bytes long blocks that contain
2510     several data_packets.
2511   * Modification in mpeg_system.c to use p_payload_start instead of
2512     p_buffer (necessary for DVD plugin). It does not break other plugins
2513     since they set p_payload_start to p_buffer
2514   * New field i_read_once in input_thread_s to be able to read more than
2515     the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by
2516     defaults but plugins can change it during initialisation.
2517   * Bug fix with frequential downmix
2518   * Additional optimizations to the subtitle decoder
2519   * The GGI video output should now be faster. Also, right-mouse-clicking
2520     works in GGI mode as well.
2521   * Optimizations done to the SPU decoder. Now the RLE is expanded at
2522     decoding time, not rendering time. The main loop in vout_RenderSPU
2523     is now 20 lines long.
2524   * The Gtk+ interface is now built as a Debian package as well. The Gnome
2525     package depends on it because of the icon and menu entry.
2526   * Added an intf_WarnHexDump() function to do raw hexadecimal dumps of
2527     memory areas. For debugging purposes or for real men, as you wish.
2528   * Lots of tidying in dvd_ioctl.c, a few comments added.
2529   * Better error handling in the subpicture decoder.
2530   * Tidied video_spu.c. More to come later.
2531   * Fixed subtitle displaying. Will soon work in overlay mode as well.
2532   * Disabled slice-level resynchro since it's probably buggy.
2533   * Fixed a structural major bug in the macroblock structure management.
2534   * Added debug messages.
2535   * Fixed a compile problem in debug mode.
2536   * Added functions and hooks to display dates instead of off_t.
2537   * Added a 'd' keystroke to dump the stream contents (for debugging
2538     purposes).
2539   * New ES detection based on .ifo for DVD module. It might fail (I have
2540     found one DVD for which ifo seems false).
2541   * Title and chapter selection on the command line (see -t and -T options)
2542     It will allow to watch some DVD that went through menus by default.
2543   * Beginning of menus in gnome interface.
2544   * Fix bug in ac3dec for mono streams
2545   * BeOS: new video output method, the vlc now uses BBitmap instead of
2546     BDirectWindow (better performances)
2547   * BeOS: added resizing
2548   * BeOS: added beta support for overlay
2549   * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
2550     people. Gtk+ is now compiled by default, while Gnome isn't (you will
2551     have to add --enable-gnome when running configure)
2552   * Replaced -lcurses with -lncurses in configure.in.
2553   * Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
2554     where PAT or PMT are splitted in more than one section.
2555
2556 0.2.62
2557 Fri,  2 Mar 2001 17:32:24 +0100
2558
2559   * DVD plugin is still non-functional when you don't have DVD ioctls,
2560     but at least it compiles under BeOS as well.
2561   * Minor cosmetic changes here and there.
2562   * Added the BeOS code for vlc_mutex_destroy() and vlc_cond_destroy()
2563   * Minor optimizations in the video decoder.
2564   * Move ac3 globals variables into structures
2565   * Fixed a bash-ism in configure.in
2566   * Fixed a segfault in input.c when no input plugin was found for
2567     a given file.
2568   * Fixed a deadlock in the Gnome interface. Next time I'll initialize
2569     my mutexes, I promise.
2570   * Added Oct to the authors list in intf_gnome.glade :)
2571   * Second step in area management ; everything is in place now to have
2572     title handling; it is coming :)
2573   * Ported Glide and MGA plugins to the new module API. MGA never worked,
2574     so this didn't make it work better.
2575   * Started thinking about built-in modules, and added some code to
2576     make it easier eventually.
2577   * Added Oct in the AUTHORS file.
2578   * Fixed a mistake in configure.in.
2579   * All your base are belong to us.
2580   * Fixed a bug in src/misc/modules which prevented loading modules
2581     when launched from the Tracker.
2582   * Fixed a similar bug in src/video_output/video_text.c.
2583   * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
2584     who ported the Linux DVD ioctls. We can now read encrypted DVDs
2585     under BeOS ! Woohoo.
2586   * First serie of changes in DVD module for the forthcoming interface menus.
2587     There is a new capability in input type modules for setting the
2588     attributes of a new area. It is set to NULL for PS and TS plugins.
2589     It should be called for every title change, chapter change,
2590     audio mode change or spu channel change.
2591   * Kludge of the kludge, removing an oddity in YUV initialisation, and
2592     activating YUV overlay on startup whenever hardware acceleration is
2593     available. Thanks for bearing with us, stay tuned.
2594   * mux_rate parsing.
2595   * Changed video decoder's error messages into warnings.
2596   * Add dither fix
2597   * Drag and drop support under BeOS.
2598   * Change in the code to detect beginning of movie. It is much better now
2599     but still fails with some DVD for which the movie is not the first
2600     Program.
2601   * Beginning of ideas to handle chapters and ES selection
2602   * configure.in and Makefile.in patches for better SDL support and
2603     support for $(bindir) $(datadir) and $(libdir) stuff, courtesy
2604     of Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
2605   * Ported ggi.so to the new modules API. As for the other modules, only
2606     the "q" key works. Moreover, VLC doesn't exit cleanly if you close the
2607     GGI window.
2608   * Deactivated non-working widgets in the Gnome interface.
2609   * Added CONTRIBUTORS file.
2610   * Ported the framebuffer plugin to the new module API. As for most of the
2611     other video output modules, keyboard doesn't work. Except ^C to quit.
2612   * UDF filesystem support so that we know the location of the first video
2613     related file with 100% reliability (great change that should make DVDs
2614     with binaries and extra stuff work with vlc).
2615   * Correction of a bug in ifo reading that falsified the adress of
2616     video titles.
2617   * Changed the method for selecting title at start. It is _not_ reliable
2618     though, but it is better than the preceding one.
2619   * Tried to fix the BeOS interface and video output. Any BeOS developers
2620     listening ? I can't even test that code, it probably wants additional
2621     fixing.
2622   * Added a workaround in modules.c for broken libc's which happen to truncate
2623     filenames in dentry structures when using 64bits offsets. The kind of
2624     stuff you only see in RedHats <g>.
2625   * Made the SDL error messages a bit more useful.
2626   * The Gnome menu is now created when mouse is released, not when it
2627     is pressed. It may sound stupid, but it really makes a difference.
2628
2629 0.2.61
2630 Fri, 16 Feb 2001 08:09:59 +0100
2631
2632   * Fixed package building (both RPMs and .debs).
2633   * Fixed `make snapshot' rule.
2634   * Added some magic to filename detection. To read a DVD you now just
2635     need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs.
2636   * Fixed a segfault in the slider when no stream was playing.
2637   * Made the slider go from 0 to 100 (instead of 99 :)
2638   * The vlc now doesn't exit when finished playing. As a side effect of
2639     the playlist code being very recent, it continuously loops.
2640   * Fixed a segfault in the input thread creation, as well as a possible
2641     deadlock. This happened mostly when opening non-existing files.
2642   * Created input_SetStatus to do input_SetRate's job. input_SetRate will
2643     be used to set an arbitrary rate, for people who want to read DVDs at
2644     1/2.71828 times the actual speed.
2645   * Stubs for the ncurses control interface. No working code yet, but the
2646     holes just need to be filled.
2647   * Improved X11 support. Still not as functional as before.
2648   * The output window now states the method name, so that people know whether
2649     they are using X11 or SDL.
2650   * The Gnome interface is now drag'n'drop aware, you can drop a file
2651     on it just like Xine does (or so I guess).
2652   * New more recent css authentication code.
2653   * Beginning of udf support (not in Makefile)
2654   * Removed useless includes in intf_gnome.c
2655   * Made the vout_sdl.c functions static
2656   * Ported vout_x11.c to the modules API; code isn't very nice yet though
2657   * X11 output works again. It's just the output, but it works; I now need
2658     to clean the code and add event handling.
2659   * Should have fixed the dependency generater for some plugins.
2660
2661 0.2.60
2662 Wed, 14 Feb 2001 08:33:46 +0100
2663
2664   * Started porting the X11 vout (still disabled)
2665   * A few unnoticeable changes in the Gnome intf
2666   * Changes in the way stream size in DVD mode is calculated. It is no
2667     longer such an ugly kludge and is much more accurate.
2668   * Changes in DVDSeek so that the interface slider is in 0 when we are at
2669     the beginning of the strem.
2670   * Try to detect the beginning of the movie in the middle of the title. It
2671     works for most of the DVDs but will begin in the middle of the movie
2672     with some others.
2673   * Calculate only the first title key in css mode because it might take a
2674     long time with some title. The search stops now when we have a key once
2675     whereas it did stop only when we had it twice before. It should not
2676     cause problems.
2677   * Really fixed MC segfault bug.
2678   * Adaptation of DVD module to navigation slider. The seek has to be
2679     done on a multiple of 2048, and shopuld take care of the offset to the
2680     beginning of the stream. It works with most of my DVDs by fails to
2681     detect size of some streams.
2682   * Change of the order of call to ifo and css functions in input_dvd.c,
2683     because we can't read ifo files before authentification on some DVDs.
2684   * Changed location of some css tables.
2685   * We read ifo date and decrypt css keys for all titles now. It takes quite a
2686     long time to initialize with some DVDs (if you have 42 titles for
2687     instance). The key decryption might give a false value if the title is
2688     less than 10 Mb ; I'm working on that :)
2689   * Quick patch to avoid a segfault when arbitrarily seeking the stream.
2690   * Added --intf option to vlc
2691   * Started cleaning vout_sdl.c
2692   * The dummy plugin works again
2693   * Added a slider to the Gnome interface so that we can browse through streams
2694   * Removed enhancement because of an incompatibility with slow motion.
2695   * We can now seek at position 0 :p ;
2696   * Tried to enhance picture dating on timebase discontinuities.
2697   * Fixed pause bug.
2698   * Much cleaning in css code. It should work fine now.
2699   * Fixed my old stupid bug that disabled sound after having played the
2700     first playlist item.
2701   * Added `Prev' and `Next' buttons to the interface, with the beginning of
2702     a playlist window (still empty).
2703   * Added `Slow' and `Fast' buttons to the interface and popup menu.
2704   * Removed tests against i_rate and i_new_rate calculation from the
2705     plugins and hid this complexity into input_ext-intf.c
2706   * The pure Gnome part of the Gnome interface has been rewritten from
2707     scratch, and the .glade file included as well. You can edit it by
2708     installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
2709     or directly by hand if you grok XML.
2710   * Files can now be loaded into vlc using the `Open' buttons. But for the
2711     moment you still have to launch vlc with at least one file, because it
2712     quits when the end of the playlist is reached.
2713   * Idle screen was disabled because it eats a lot of CPU and is mostly
2714     useless for the moment. And it gets activated when pause lasts for too
2715     long.
2716   * Plugins have completely disappeared, we now only use the new module API.
2717   * All intf and vout modules are now independant. So far, only the Gnome
2718     intf module and the SDL vout module have been ported. configure.in has
2719     been modified to reflect the changes (x11 and dummy aren't compiled by
2720     default anymore, while SDL and Gnome are).
2721   * Right-clicking on the SDL video output window brings the Gnome menu.
2722   * Pause, Play, Exit, About work from the menu or from the interface window.
2723   * The old SDL keys still work.
2724   * Fixed a bug in #define that prevented from using ioctls
2725   * Some functions to prepare ifo commands utilisation to move in the
2726     structures of DVDs
2727   * Change in configure to avoid compiling css functions on BSD.
2728   * Added comments to src/interface/intf_plst.c and include/intf_plst.h
2729     so that people understand how the playlist works.
2730   * Updated the TODO list (34 items to do, 41 done !)
2731   * Portability : changed off64_t to off_t and activated appropriate
2732     GNU/Linux options ;
2733   * Changed fseek() to fseeko() for 64-bit offsets ;
2734   * Reset frame predictors on a stream discontinuity.
2735   * Implemented basic stream navigation function, and bound Jump forward
2736     and jump Backward in the SDL intf. Enjoy !
2737   * Pause function implemented ('p' key).
2738   * Fixed a compile probleme on machine without a dvd player :ppppp
2739   * Fixed two bugs in ifo and css that caused memory corruption and
2740     segfault when using sdl in dvd mode.
2741   * Moved the playlist handling from input/input.c to interface/interface.c
2742   * Fixed a few warnings at compile-time.
2743   * Fixed sound channel selection in playlist mode.
2744   * Added a color message in the plugin bank because on peut bien déconner
2745     cinq minutes, quand-même.
2746   * We now spawn a new input thread for each file.
2747   * Added a missing pf_close() because it's always cool to close files
2748     after we read them.
2749   * Solved bug with cssdescrambling. The vlc might segfault with dvd
2750     plugins. I will fix that soon.
2751   * Minor modification in pluginification.
2752   * Playlist works again (still the old wrong way like Meuuh doesn't
2753     like, but this is going to change within a few hours)
2754   * Input_ps, input_ts and input_dvd are now plugins, located in
2755     plugins/mpeg/ and plugins/dvd/
2756   * Fast/slow keys are now A/Z instead of A/S since S was already
2757     linked to the scale/noscale toggle.
2758   * `--dvd' doesn't work anymore, for the moment try to use :
2759     vlc --input dvd /dev/dvd
2760   * Module bank is now less verbose ; use `--warn 1' to turn back
2761     verbosity on
2762   * New method using netlist to read packets on DVD device by sectors of
2763     2048 bytes.
2764   * Some modifications in netlist to make it work with DVD.
2765   * Fixed Ã  bug in mpeg_system.c
2766   * We can now choose the speed of forward (between 32/1 and 1/8)
2767   * Functional fast forward and slow motion API ;
2768   * Dirty hack in the SDL intf to bind "a" (fAst forward), "s" (Slow motion)
2769     and "p" (Play).
2770   * Centralized clock management, preparing for stream navigation ;
2771   * Fixed a bug in the management of the first video PTS.
2772   * Fixed a bug in period calculation for progressive sequences.
2773   * Fixed a FIXME in SDL: p_vout->p_sys is no more used in intf_sdl.c
2774   * Used instead p_vout->i_changes like in x11
2775   * Disabled SDL parachute to let the vlc dump a core instead of staying stuck
2776   * Patched 2 debian bugs
2777     (see http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vlc)
2778   * Improved the snapshot generation
2779   * Mouse pointer hidden/shown with middle button in SDL output
2780   * Removed obsolete video_yuv_mmx.S
2781   * Updated the TODO list and wrote a small todo.pl parser to make it
2782     easier to see which items remain to be done
2783   * `make snapshot' now creates vlc-*.tar.gz and vlc-*-nocss.tar.gz
2784
2785 0.2.50
2786 Wed, 31 Jan 2001 04:30:37 +0100
2787
2788   * Version 0.2.50 for the Linux Expo
2789   * --overlay and --fulscreen options (only work with --vout sdl)
2790   * The vlc exits after the end of the stream, which prevents from having
2791     to kill it and relaunch it during a presentation.
2792   * Not a very nice hack, but will probably spare us a few user complaints: if
2793     no -a option is specified, the vlc will play the first audio type it finds,
2794     so there is no need to specify "-a ac3" for a DVD anymore.
2795   * CSS support kludged for current DVD input.
2796     It is very slow now but will be more adapted to the forthcoming DVD
2797     input.
2798     It should read the first title of many DVDs but has been tested with few.
2799   * Beginning of ifo commands to implement DVD navigation.
2800   * Fix for field pictures.
2801   * Hooks for fast forward and slow motion support.
2802   * Fixed backwards moves.
2803   * Tuned up optimizations.
2804   * Completely removed BIZARRE_OPTIMS.
2805   * Check for the needed headers for DVD ioctls
2806   * Some cleaning in the dvd authentification code
2807   * Various miscellaneous minor optimizations of the video parser.
2808   * Beginning of support for encrypted DVDs.
2809   * It only tests encryption and authenticates disc.
2810   * Really fixed GetChunk now.
2811   * 32-bit aligned bitstream (not that fast).
2812   * The motion compensation routines are now modules as well ; choose your
2813     implementation with `--motion motion', `--motion motionmmx' or
2814     `--motion motionmmxext'. Of course, the best implementation is chosen
2815     if you don't ask for any. There doesn't seem to be any performance hit
2816     due to the move to shared libs, which is a good thing. Please test
2817     actively if you have time, though.
2818   * Updated --help result, manpage, INSTALL document, and a few files.
2819   * Borrowed LiViD's MMX and MMX EXT IDCT. This might break things. Expect
2820     a performance increase.
2821   * Removed a few useless malloc() and unused variables in the audio SDL stuff
2822   * Prepared the work for built-in modules (not yet finished)
2823   * Small tweak in the copy handling, reduce CPU usage.
2824   * --aout sdl now works
2825   * Added SDL sound support. Sounds a bit laggy sometimes but my streams
2826     are ill.  please try.
2827   * Modified configure.in and all that stuff. Re-run configure
2828   * SDL audio, video and interface are all part of the same .so now.
2829   * Removed YUV old files :->
2830   * Reverted something that wasn't supposed to go into the cvs :p
2831   * Removed -fargument-noalias-global which causes problems with as (???).
2832   * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to
2833     test it, replace vdec_motion_inner_mmx.c by vdec_motion_inner_mmxext.c.
2834   * A few changes in the CPU extensions detection code, borrowed from the
2835     kernel and from mpeg2dec. I still don't know how to detect if code
2836     compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are
2837     quite obtuse to me. Perhaps we should also have a way not to load modules
2838     if they have been compiled with a different CPU to avoid segfaults.
2839   * Add check for MMX EXT extensions, which doesn't work, which is a good
2840     thing since there is no MMX EXT IDCT yet :)
2841   * Change for the forthcoming fast forward and slow motion support.
2842   * Fixed the --aout, --idct and --yuv flags
2843   * Updated manpage and --(long)help output to reflect that change
2844   * Removed a few unneeded #includes here and there
2845   * Cosmetic changes in error messages in input.c
2846   * Now use of 64 bits offsets to parse the whole DVD. So we have all the
2847     available information
2848   * Fixed a bug in parsing of VTS attributes
2849   * Fixed a bug in input.c that made input plugin initialize even though
2850     no stream is reachable (thanks Sam)
2851   * Merged the YUV plugins in the same directory to avoid too much code
2852     duplication
2853   * YUV transformations now use the new module API ; now only the vout
2854     and interface still depend on the old plugin API
2855   * Changed TestMMX to TestCPU because we will be able to test for other
2856     specific extensions (3DNow, SSE) for the forthcoming IDCT we'll
2857     borrow to mpeg2dec (as usual :P)
2858   * Don't show "hiding module" messages anymore except in debug mode
2859   * Swapped C IDCT and Classic IDCT scores since the classic one seems
2860     to be faster ; anyway you should use the MMX one
2861   * Fixed a Makefile bug under BeOS
2862   * Tried to fix the cpuid code so that it compiles under BeOS (Polux, can
2863     you test it when you have time ?)
2864   * Fixed a bug in the frame rate handling ;
2865   * Fixed a bug in the DTS/PTS ordering. Our pts are _at last_ accurate.
2866   * Finally fixed repeat_first_field and co. (pas encore tout compris...)
2867   * Implemented video_parser bitstream callback for PTS/DTS.
2868   * Fixed close button support in SDL
2869   * Fixed --width and --height support in SDL
2870   * Fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
2871     more than ever, Â« le client ne segfaulte pas Â».
2872   * There was still a problem upon quitting: sometimes the null packet
2873     wasn't big enough to reach a decoder breakpoint, so I now create 10
2874     of them (since I can't make it bigger) to be sure. Meuuh, what do
2875     you think ?
2876   * Fixed the Makefile to spare a few variables here and there.
2877   * Reduced module hide delay, removed loading of the audio output
2878     plugins since they are now modules.
2879   * Changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:",
2880     and so on in a few other messages.
2881   * Removed unused includes in the idct modules.
2882   * Correction of bugs in ifo parsing. Now the structures should be well
2883     initialized. It remains some segfaults but it globally works.
2884   * DVD mode is enabled with option --dvd. For the moment, it only read
2885     the first vts and find the movie if it is at the beginning of the title
2886     set.
2887   * Beginning of dvd_input. Parsing of ifo file almost completed.
2888   * The IDCT functions are now located in modules : the classic IDCT,
2889     our optimized IDCT, and MMX IDCT.
2890   * Cosmetic changes for modules (pf_* instead of p_*)
2891   * Fixes to the BeOS and dummy modules
2892   * Changed default values :
2893     INPUT_PTS_DELAY down to 200 ms ;
2894     video heap down from 10 to 5 pictures ;
2895     decoder fifo size from 1023 to 511 PES ;
2896   * Fixed various bugs in 32 bit-versions of input_ext-dec.h ;
2897   * Fixed a bug in GetChunk() ;
2898   * Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ;
2899   * Moved decoder_fifo-specific code from programs.c to dec.c ;
2900   * Fixed bugs in program.c that prevented vlc to close all decoders ;
2901   * Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ;
2902   * Made the video parser unlock the reference pictures before quitting
2903     (still one left, yaknow why ?)
2904   * Destroy fifo mutex and cond variables _after_ they are used for
2905     the last time. henri, that'll be one binouze.
2906   * Attempt to port the BeOS audio plugin to the new module API. Will
2907     probably need a few fixes to work or even compile.
2908   * Ported the alsa plugin to the news vlc module API
2909   * Fixed 32 bits bitstream bugs.
2910   * Moved the MPEG audio decoder to the new bitstream
2911   * Cleaning in the SPU decoder.
2912   * Moved swab32 from input_ext-dec.h to common.h. We probably won't need
2913     it anymore really soon, since ntohl() and htonl() seem to be properly
2914     optimized when gcc is passed the right optimization flags.
2915   * Fixed GetBits32 and RemoveBits32. I know the #ifdefs are useless since
2916     we only support u32 words, but it's a safe reminder. Comments appreciated
2917     on this fix since I may have b0rked something -- it runs well here though.
2918   * Changed code for handling b_die in bitstream ;
2919   * Moved input_ext-dec.h to input.h ;
2920   * New input_NullPacket function ;
2921   * Fixed init bugs in input and vpar ;
2922   * Placed a callback to the decoder in the bitstream structure ;
2923   * Fixed a purify bug in input_ps.c ;
2924   * Added -mcpu=pentiumpro in the Makefile.
2925   * Complete commenting of modules_core.h and small modifications
2926   * Separated MODULE_CONFIG_START and ADD_WINDOW (Henri, beware)
2927   * Fixed a very, very old bug that caused namespace collision between
2928     plugins (Henri, beware: call your aout_getplugin function like this,
2929     not alsa_aout_getplugin)
2930   * Removed the Debian specific clean rules from the Makefile, since they
2931     are already handled by the debian/rules script.
2932   * Tidied a few compilation rules (-lfoo should always be at the end)
2933   * Added 8bits palette SDL support.
2934   * Fixed a warning under FreeBSD (dlerror() is a const char*, not a char*).
2935   * Made configure script look for the bswap assembly instruction (using
2936     AC_TRY_COMPILE makes sure the compiler will really accept it).
2937   * Fixed colors' bug (TODO: write a function in vout that recalculate colors
2938     from RGB masks);
2939   * Cleaning of the fullscreen switch, still sucks but the surface is not
2940     reallocated and that's good (thanks to the magic function
2941     SDL_WM_ToggleFullScreen provided by sdl library :).
2942   * Added a missing mutex_unlock in video_output.c
2943   * Moved a mutex_destroy after the thread cancellation to prevent
2944     possible problems
2945   * Added a missing #ifdef in intf_msg.c which prevented compilation
2946     with --enable-debug
2947   * Fixed a bug in the input that prevented to quit properly in certain
2948     cases (some ES were not deleted because their index was skipped when
2949     the former one was deleted, well Meuuh should know what I mean)
2950   * Cleaning of SDL Lock/Unlock Surface.
2951   * All plugins now compile with -fPIC.
2952   * Made the audio_output API a bit simpler.
2953   * Got rid of modules_config.h.
2954   * Fixed `make install' rule.
2955   * Fixed warnings in the MMX YUV compilation.
2956   * Probably fixed a bug in the input : pp_foo structures were free()d at
2957     the end, but this was useless since the last call to realloc() is
2958     equivalent to free(), and two consecutive calls to free() aren't a
2959     goo idea.
2960   * We check that the version number match and that we don't already have
2961     a module by that name when loading a new module.
2962   * All public module_* functions now properly lock the module bank.
2963   * The audio_output now uses the new module API ; EsounD and DSP modules
2964     have been ported, which should be enough for Henri to port the ALSA one.
2965   * Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
2966     Used them before quitting, every lock and cond is destroyed
2967   * Checked the return value of malloc and realloc in input_programs
2968   * Fixed compilation pb under solaris 2.6
2969   * Should compile & run on Solaris with ./configure --disable-dsp
2970     (tested on puma)
2971   * Removed most SYS_SOLARIS #ifdef's in favour of more generic tests
2972   * Updated example ./configure line in INSTALL file
2973   * Now we only load modules that end with ".so"
2974   * null module is compiled by default
2975   * Fixed initialization of payload_start and payload_end
2976   * --enable-sdl and some others are now --with-sdl[=name] to supply an
2977     optional library name ;
2978   * Deleted all unnecessary #include <sys/uio.h> ;
2979   * /usr/include is now searched when looking for libraries and headers.
2980   * src/misc/modules.c is in a workable state now.
2981   * Splitted modules.h into modules.h and modules_core.h to enable
2982     clean compilation of the Null Module.
2983   * Added the Null Module, the module that does nothing but that is going
2984     to be of great help for debugging my module code.
2985   * Plugins are now called modules, because we will be able to compile
2986     them either as a dynamic plugin, or within the program. And, more
2987     important, I can commit this without having to break the vlc :)
2988   * Fixed pitch bug;
2989   * video_output.c : compute picture size even if b_need_render == 0;
2990   * Fixed a deadlock (the vout unlocked a mutex locked by another thread,
2991     grrrr, I'll kill someone) ;
2992   * Put config.h in front of others in audio_decoder.c.
2993   * Better display of the fps.
2994   * Removed i_iovec_start and i_iovec_end. Used i_data instead
2995   * Fixed THX Cimmarron bug (it was _not_ a synchro bug).
2996   * Fixed a bug in the DTS/PTS parsing ;
2997   * Fixed a bug in vpar_headers.c synchro handling introduced before ;
2998   * Enhanced synchro's handling of dates and frame structure changes.
2999   * Fixed a bug in the PSM decoder.
3000   * We now read the DTS (but we don't use it for the moment).
3001     NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
3002   * New synchro statistics and warnings.
3003   * Avoid calling SafeRead() with a null packet size.
3004   * Use of ptrdiff_t whenever necessary (IA-64 port) ;
3005   * Changed behaviour of preparsing code, faster startup ;
3006   * Fixed DecodePSM(), cannot test ;
3007   * Cleaned up ParsePES(), fixed a bug which could reject very small but
3008     valid PES packets ;
3009   * Fixed cosmetic bugs in vpar_synchro frame_rate display.
3010   * Changed subtitles palette.
3011   * SPU decoder now uses Meuuh's GetChunk() code.
3012   * Lots of cleaning in the SPU decoder.
3013   * Message queue is flushed before we spawn input.
3014   * Fixed so that it compiles with VDEC_SMP (no good sync yet though).
3015   * Using i_id instead of i_stream_id whenever possible ;
3016   * Fixed a bug in -c and -s options.
3017   * Fixed a compile pbm in debug mode (f34r d4 1-line fix)
3018   * Fixed AC3 and SPU PES reading (ph34r da one-byte patch)
3019   * Some 79 char wrap.
3020   * No need to add "\n" at the end of intf_*Msg() messages anymore.
3021   * Moved input_DecodePES() to input_dec.c ;
3022   * Fixed an segfault in input_programs.c ;
3023   * Added -fomit-frame-pointer optimization.
3024   * Fixed a *major* memory leak in the pre-parsing code. Hopefully it should
3025     be the last one.
3026   * New decoder spawning API input_dec.c ;
3027   * Moved p_input->pp_es -> p_input->stream.pp_es and clean up of
3028     input_programs.c & co ;
3029   * Fixed memory leaks.
3030   * Moved video_decoder's headers from include/ to src/video_decoder.
3031   * Temporarily removed b&w kludge.
3032   * Splitted up p_method_data/p_plugin_data ;
3033   * Cleaned up input_ts.c, added it into the Makefile.
3034   * Fixed various memory leaks.
3035   * Removed all arbitrary limits on the number of elementary streams.
3036   * Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
3037     All decoders should now exit cleanly (if it's not the case, it should be
3038     referenced as a bug).
3039   * Fixed a bug which prevented the input to exit normally (non-selected
3040     ES in the pp_selected_es array).
3041   * Added netlist support.
3042   * Added U8_Mono audio output
3043   * Fixed "-a [ mpeg | ac3 | lpcm | off ]" option
3044   * Only pre-parse the first 32 MB of data.
3045   * Added -a, -c and -s options. (-a doesn't work but I will let the people
3046     who thought it would be cleaner to put config in environment variables
3047     correct what's wrong in my code).
3048   * Now we only try to open plugins which are existing files
3049   * Big cleanup of the PS input plugin ;
3050   * Fixed a bug in AC3 initialization ;
3051   * PS streams are now pre-parsed (this can take a while) if possible ;
3052   * Move #define from audio_output.h to config.h
3053   * Change vlan_server_ip to vishnou's ip (but vlans not working yet)
3054   * GetChunk() : reads n bytes from the elementary stream and places them
3055     in a big buffer (a gift for Sam).
3056   * Quantic start in fullscreen fixed.
3057   * Input-II now correctly handles private stream 1 (AC3, DVDSPU).
3058   * Split the audio decoder into adec_generic, adec_layer1 and adec_layer2
3059     (no new code added)
3060   * Added SDLYUV support,
3061   * Fixed the ratio/position problem in YUV,
3062   * We now display CPU usage statistics for each thread.
3063   * Additional fix for Layer 1 mono
3064   * Indentation fixes
3065   * Fixed audio syncword detection for mpeg 1 streams (hopefully)
3066   * Fixed Layer 2 Mono decoding.
3067   * Hardware YUV overlay (SDL) with real colors ;p It may suck for non
3068     4:2:0 streams.
3069   * Removed vout code found in intf file to support fullscreen switching.
3070     Now only vout_SDL updates SDL data and intf only switch flags such as
3071     b_reopen_display and b_fullscreen in p_vout->p_sys.
3072   * Fixed a var name typo in input_programs.c which prevents vlc from
3073     compiling with --enable-debug option. (i_es_pid -> i_es_id :)
3074   * Autodetection of Overlay support
3075   * Fixed support for broken MPEG-1 files.
3076   * Cleaned up program and ES management by using input_programs.c whenever
3077     necessary.
3078   * Cleaned up decoder spawning.
3079   * Enhanced handling of stream discontinuities.
3080   * Fixed two typos in the Makefile (sam you owe me at least one beer)
3081   * Moved b_discontinuity to pgrm_descriptor_t, cleaned up CRDecode
3082     (needs some more cleaning for discontinuities)
3083   * Added pf_new_pes in plugins
3084   * Fix in the SCR parser for high values.
3085   * Fixed a bug with DVD's SCR (too close from the PTS).
3086   * Generation d'un makefile presque correct pour les vieilles versions de make
3087     Nettoyage: gestion des dependances pour les plugins, suppressions de pas
3088     mal de redondances, options de compilations coherentes, etc...
3089   * Code to manage es_descriptors and program_descriptors, from benny's
3090     input_psi.c
3091   * VLAN support modified.
3092   * We now correctly parse MPEG-1 SCR and there is no need to kludge to read
3093     the stream at the right pace.
3094   * Fixed a bug in the synchro with non-P5/B1 streams.
3095   * Support for MPEG-1 .mpg files.
3096   * Fixed a bug in the synchro with non-P5/B1 streams.
3097   * The input-II.
3098
3099 0.2.0
3100 Wed, 31 Jan 2001 04:30:37 +0100
3101
3102   * Version 0.2.0 pour la Linux Expo
3103   * Backport of the sdl plugin (minor correction in video_output as I made
3104     in unstable)
3105   * Ajout des options --fullscreen et --overlay
3106   * Added hardware YUV overlay support (SDL). Huge performance
3107     increase.
3108   * Fixed MPEG audio decoding for streams without b_data_alignment flags.
3109   * Fixed a bug in the SPU decoder which caused a segfault.
3110   * Support for 8bit soundcards.
3111   * YUV support for SDL.
3112   * We now open /dev/dsp in non-blocking mode.
3113   * Frame dropping enhancements for very slow machines.
3114   * Fixed a buffer overflow under BeOS.
3115   * Miscellaneous framebuffer fixes.
3116   * Miscellaneous SDL fixes.
3117   * MMX Y4Gray16 colorspace transformation.
3118   * Optimized grayscale mode.
3119   * Fixed volume control.
3120   * Splash screen.
3121   * Minor changes in the Debian files.
3122   * Fixed fps display.
3123   * Fixed MPEG1 video decoding. We don't read MPEG 1 PS files for the
3124     moment.
3125   * Fixed a 100% cpu usage bug, in the dummy aout.
3126   * Added a 'f' shortcut to switch between Windowed and Fullscreen
3127     mode.
3128   * Added --broadcast option for network input.
3129   * Screen is now emptied when framebuffer output exits.
3130   * Totally new frame dropping algorithm.
3131   * Fixed a bug in video_ouput.c which trashed more late pictures than
3132     necessary.
3133   * Fixed the DEBUG mode in the Makefile.
3134   * Fixed a bug in mwait() which made us wait too long.
3135   * The video_decoder can now be split into several threads to take
3136     advantage of the SMP machines.
3137   * Added --enable-debug, --enable-stats, and --disable-optims in the
3138     GNU configure stuff.
3139   * Added alsa audio support (plugin)
3140   * vlc is now compiled without the STATS mode by default.
3141   * Fixed a bug which made frames go backwards with some displays (the
3142     video_decoder thread is now niced).
3143   * Added intf_WarnMsg(), and made use of it in the most needed places.
3144
3145 0.1.99i
3146 Mon, 28 Aug 2000 02:34:18 +0200
3147
3148   * fixed the support for field pictures, which involved a few dozens
3149     bugs in the video parser and video decoder.
3150   * put names of authors under a lot of source files, for historical
3151     purposes.
3152   * fixed another input_file exit bug for the beos version.
3153   * fixed the aliases install.
3154   * renamed an inconsistent variable in src/input/input_file.c.
3155   * added support for I+ synchro (all Is and the first P).
3156   * fixed a motion compensation bug which generated some distortion
3157     on B images.
3158   * fixed a motion compensation bug for skipped macroblocks.
3159   * fixed a synchro bug for field images.
3160   * cleaned Octplane's crappy indentation.
3161   * fixed the --server option which didn't work if a ~/.vlcrc existed.
3162
3163 0.1.99h
3164 Tue, 22 Aug 2000 01:31:58 +0200
3165
3166   * fixed the sound issue under beos.
3167   * fixed a bug that was making the crash randomly under beos.
3168   * fixed a bug that was exhausting system ressources under beos.
3169   * improved the cond_var for beos.
3170   * added support for the SDL vout : the --display fullscreen allows
3171     fullscreen when possible. Disabled by default.
3172   * added sdlvlc (which probably should start in fullscreen, no ?)
3173   * removed sdlvlc :)
3174   * updated debian directory to build vlc-sdl.
3175   * removed CCFLAGS flags which were improperly used.
3176   * added hints for powerpc build.
3177   * fixed the input_file exit bug.
3178   * fixed a Makefile bug which removed the CVS directory.
3179   * removed the frame statistics output.
3180   * removed a verbose message in intf_sdl.c.
3181   * added a few sanity checks in the audio mpeg and ac3 decoders.
3182   * temporarily got rid of vlc.channels.
3183   * added notice in debian/control about unencrypted DVDs.
3184   * fixed PowerPC .deb build.
3185
3186 0.1.99g
3187 Wed, 16 Aug 2000 01:07:14 +0200
3188
3189   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
3190   * new --synchro flag which lets you force which images are decoded.
3191   * removed an unused variable in the MMX YUVs.
3192   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
3193   * now scaling is on by default, so that people won't tell that the vlc
3194     cannot do scaling :-)
3195   * fixed a few long lines.
3196   * fixed 8bpp YUV.
3197   * fixed the fscked up Bresenham algorithm in all YUV functions.
3198   * fixed a dumb bug in the Makefile that prevented inclusion of the
3199     -march=pentium directive. thanks Meuuh, blame sam.
3200   * fixed a warning in main.c.
3201   * separate Debian packages.
3202   * added request for ALSA support in the TODO list.
3203   * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
3204
3205 0.1.99f
3206 Tue,  8 Aug 2000 11:24:01 +0200
3207
3208   * plugin detection now works
3209   * "gvlc", "fbvlc", "ggivlc" aliases now work
3210   * fixed functions that weren't properly inlined
3211   * removed bloat from the MMX YUV plugin
3212   * vlc.init becomes ~/.vlcrc
3213   * removed float operations in the video decoder, and all emms asm functions
3214   * borrowed linuxvideo's MMX motion compensation
3215   * fixed an undefined symbol in the MMX YUV plugin
3216
3217 0.1.99e
3218 Thu, 20 Jul 2000 15:14:06 +0200
3219
3220   * new bitstream syntax and slight performance increase
3221   * BeOS build fix
3222   * removed the sample code from the reference decoder
3223
3224 0.1.99d
3225 Wed, 12 Jul 2000 01:24:40 +0200
3226
3227   * fixed RPM build
3228   * .deb is now more lintian-friendly
3229   * fixed vlc.spec to install nicely
3230   * PLUGIN_PATH and DATA_PATH now in include/*.h
3231   * removed a few useless warning messages
3232   * removed remaining header stuff related to the old non-free decoder
3233   * fixed the MGA build (doesn't work yet, though)
3234   * new plugin API
3235   * updated the INSTALL document
3236   * plugin auto-detection
3237   * fixed a few misspellings in the code
3238   * removed the default --enable-ppro option because it didn't work on K6-2
3239   * the framebuffer client now leaves the console in a working state
3240   * the dithered 8 bpp YUV transformation works again (blame bbp !)
3241   * the YUV transformations are now plugins as well
3242   * alternative symlinks like gvlc, fbvlc are now created at compile time
3243   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
3244   * fixed an endianness problem which occured on iMacs
3245   * fixed the build for the Mandrake distribution
3246
3247 0.1.99c
3248 Sun, 18 Jun 2000 18:54:48 +0200
3249
3250   * fixed Makefile.in for debug version
3251   * caught Delete Window event in Gnome and X11 modes
3252   * fixed man page
3253   * GGI output now works
3254   * fixed a segfault on exit for the Gnome plugin
3255   * fixed compile problems for BeOS
3256   * sound support almost works under BeOS
3257   * fixed a warning in ac3_exponent.c
3258   * automatic support for .rpm and .deb building
3259
3260 0.1.99b
3261 Sat, 17 Jun 2000 03:35:02 +0200
3262
3263   * fixed a bug preventing to quit when run with no arguments
3264   * new VLAN changing code
3265   * created the ChangeLog file :)
3266
3267 0.1.99a
3268 Thu, 15 Jun 2000 20:48:54 +0200
3269
3270   * first public release
3271