]> git.sesse.net Git - vlc/blob - ChangeLog
* dvdcss_readv optimisations for Win32. We now send only one read command
[vlc] / ChangeLog
1 #===================#
2 # ChangeLog for vlc #
3 #===================#
4
5 HEAD
6   * dvdcss_readv() optimisations for Win32.
7   * Fixed _win32_dvdcss_aread() to work around the WinASPI32 64kb transfer
8     size restriction.
9   * New and theoretically better Win32 pthread implementation.
10   * dvd_ifo.c now takes into account error messages from UDFFindFile.
11   * Fixed the "quit" event handling in directx/vout_events.c.
12   * Temporarily disabled aout_Probe() in aout_SDL (libSDL bug).
13   * libdvdcss segfault fixes.
14   * Tuned constants, since it seems to make people happy.
15   * Fixed the "paused movie won't restart" bug.
16   * Removed the outdated generic decoder.
17   * Rewrote the video decoder so that it can use multiple processors (--smp).
18   * Fixed a bug in the video decoder initialization.
19   * Grayscale mode now turns off chroma IDCT decoding.
20   * Kludged so that times displayed in the scrollbar are finally correct
21     for MPEG-2 streams.
22   * FreeBSD compilation fix by Øyvind Kolbu <oyvindk@world-online.no>.
23   * QNX RTOS plug-in by Jon Lech Johansen <jon-vl@nanocrew.net>.
24   * Added IDEALX developer documentation in doc/.
25   * Reactivated SDL parachute in non-debug mode (memory leak otherwise).
26   * Fixed GetChunk for chunks < 4 bytes.
27   * The Win98 DVD input is finally working.
28   * Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
29     should have prevented the Win9x dvd input from working.
30   * Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
31   * Put a readv() function in input_iovec.h, the input_es plugin now compiles
32     (Win32).
33   * Modified input_ts to use readv() in input_iovec.h (Win32).
34   * Fixed an initialisation bug in vout_directx.c.
35   * Right clicking on the mouse displays the navigation menu (DirectX plugin).
36   * Fixed audio/video synchro bug with esd, should fix buggy sound due
37     to 44100-48000 Hz conversions.
38   * The Win32 GetMessage function has been isolated in a thread. This has
39     been done because this function can block the thread. Thanks to this
40     change, you can now move your window without any video and audio
41     interruption.
42   * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
43     vlc's DVD input (looks like decoders are expecting data too early and
44     DVD input can't cope with it due to decryption). Needs to be investigated.
45   * Plugins are now compiled in plugins/* and libraries in lib/*.
46   * The KDE UI compiles again but does not work yet.
47   * ALSA plugin message corrections.
48   * Calculation modules can now be calledwith a shorter name
49     (eg. '--downmix mmx' instead of '--downmix downmixmmx').
50   * Fixed insane verbosity of the SDL plugin.
51   * Fixed the segfault in vout_UnloadFont.
52   * The Xvideo plugin now closes the video window when it XVideoGetPort
53     fails in vout_Create.
54   * Fixed alignement in imdct asm functions.
55   * 16 byte alignement for data (needed for SSE).
56   * Optimization in SSE downmix.
57   * Removed unnecessary translations in the win32 code from block offsets to
58     byte offsets. This was overflowing some variables.
59   * Reduced the complexity of the Win9x ASPI functions because we only need
60     to handle DVD drive access.
61   * Win32 code now handles seeking in areas above 2.1 Go on DVDs.
62   * Probably fixed the "X eats more and more CPU" bug. Please test.
63   * mingw32 cross-compilation issue fixed.
64   * Small optimization in vpar_blocks.c, sparing a few memset() calls.
65   * Additional error checking in vout_sdl.c.
66   * Minor manpage fix, conforming to Debian policy version 3.5.5.0
67     (Closes Debian bug #99561).
68   * Portablility fix: We now control the name to be used in the assembler
69     code for a C function or variable.
70   * Reenabled all the accelerated modules on Win32.
71   * Bugfix for chapters change in DVD.
72   * A few bug fixes for the directx plugin.
73   * Removed the custom usleep function for win32 as we don't really need
74     this accuracy, and it was eating cpu resources.
75   * Elementary Stream input plugin (use it with --input es). Only works with
76     video streams at the moment.
77   * Added command line option '--stdout <filename>' which redirects stdout
78     and stderr to the specified file. This option should mainly be useful
79     on Win32.
80   * On Win32, vlc now has an icon associated to the .exe file, and is a full
81     GUI application (you don't have this annoying dos command box anymore)
82   * Added INSTALL-win32.txt for specific details to the Win32 port.
83   * Compile fix for newer versions of MacOS X by Colin Simmonds
84     <colin_simmonds@Mac.lover.org>.
85   * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
86     <ej0@cise.ufl.edu>.
87   * Win32 network support by Boris Dorès <babal@via.ecp.fr>.
88   * Fixed an alignment issue in the ifo parser. The Matrix problem should
89     be solved.
90   * Minor cosmetic fixes and warning removals here and there.
91   * FreeBSD (and probably QNX) shared memory handling fix.
92   * First libdvdcss version (0.0.1).
93   * Unrolled two loops in dvd_netlist.c to prevent message flooding.
94   * DVD input stuttering fix by Jon Lech Johansen.
95   * Removed a lock that caused late frames in DVDRead.
96   * Added gprof profiling support with --enable-profiling.
97   * Fully working Windows DVD ioctl support by Jon Lech Johansen.
98   * DirectX enhancements by Gildas Bazin, such as software rendering.
99   * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
100     and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
101   * Another failed attempt at profiling vlc under Linux: ported the
102     threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
103     spawn new threads for me, maybe someone will have better luck.
104   * Makefile optimizations.
105   * Automatic build of libdvdcss if not found.
106   * The DVD netlist no longer stops when the fifo is empty ; it just waits
107     until there are free vectors again.
108   * Exported the CSS part of the dvd plugin into a library.
109   * Slight modification in input_dvd since Getiovec wasn't at the right place.
110   * Send escape packet when changing title, not to be stuck in some decoder.
111   * The position in the title is now reset when we change title to
112     prevent a title from being unavailable because we're stuck at the end.
113   * Fixed a bug with 1-chapter-long titles that displayed chapter 0.
114   * Added a _temporary_ field in p_main to know whether the audio stream is
115     AC3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
116     audio.
117   * Cleaned the title property messages to get rid of the ugly stars.
118   * Added LPCM support. It should work with stereo LPCM.
119   * Fixed a warning when compiling main.c.
120   * Checked that OS supports SSE instructions on PIIIs (to avoid illegal
121     hardware instructions on Linux 2.2.x).
122   * Fixed a bug in synchro reinitialization: we no longer have a shift each
123     time we restart the synchro (for SCR discontinuity for instance)
124   * In DVD mode, we reinit the synchro only if the SCR are not continuous
125     (instead of each cell).
126   * Tried to improve AC3 spdif to prevent desynchronization.
127   * Lots of DirectX plugin fixes by Gildas Bazin.   
128   * Compilation fix in message queue mode.
129   * Another FreeBSD compilation fix.
130   * SDL compilation fix for FreeBSD.
131   * Fixed compilation of motion modules as plugins.
132   * Applied old FreeBSD patch for dvd input by German Tischler.
133   * Found what was causing the slowdowns: a namespace collision. Put all
134     plugins into builtins again.
135   * Put most builtins in plugins again due to performances issues.
136   * Fixed the painfully slow build process (at last!).
137   * Added new dummy input plugin.
138
139 0.2.80
140 Tue,  5 Jun 2001 04:41:06 +0200
141
142   * BeOS interface compilation fix by Rene Gollent.
143   * DirectX plugin compilation fix by Gildas Bazin.
144   * Removed %ebx spill in the iMDCT plugins.
145   * Change to the set out of the BeOS code to allow more logical updates.
146   * Moved modules_builtins.h.in into src/misc. Please remove
147     include/modules_builtins.h in your local tree.
148   * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
149   * Fixed a double malloc/free bug in DVDRead.
150   * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
151   * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
152   * Miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>.
153   * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
154   * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
155     vlc with MS and Intel C/C++ compilers.
156   * Updated the gtk/gnome interface to work in network mode.
157   * Fixed some bugs in interface (language menus in ts, misnamed fields).
158   * Play/Stop work in network mode to start/stop decoding of the stream.
159   * Fixed the BeOS compile typo.
160   * The ALSA plugin is back.
161   * A gift for Gildas: plugins don't rely on backlinking any more.
162   * Changes and bugfixes to make network work in VLAN Broadcast mode.
163   * Bugfix in the interface to access the network specific features.
164   * Some base of synchro in ac3 spdif.
165   * Fixed a bug with Previous chapter button in gnome.
166   * Added a wrapper for readv() on platforms which don't support it.
167   * Win32 compilation fixes, esp. the MAC retrieval.
168   * Fixed a warning for *BSD compilation.
169   * Patch by Eugenio so that the OS X interface and video output handle the
170     aout and vout banks.
171   * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
172     it should not hang the kernel anymore.
173   * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
174     ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
175     SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
176     Devices" paper.
177   * Unification of gnome/gtk intefaces: now all the files are in plugin/gtk.
178   * Updated BeOS interface with new changes for playlist management.
179   * More cleanings in gtk interface.
180   * The dvd plugin reads again blocks of 32 sectors to gain speed.
181   * Added two functions which retrieve the MAC Address under Windows.
182   * 3D Now! imdct.
183   * We now do pthread detection for FreeBSD like the XMMS guys do. It
184     works even better.
185   * FreeBSD pthread fixes.
186   * AC3 IMDCT and downmix functions are now in plugins, --imdct and
187     --downmix options added.
188   * Bugfixes, cleanings in gtk.
189   * Initialization bugfixes in input_dvd.
190   * Added a b_stopped flag to interface playlist to have a stop function in
191     interface plugins.
192   * Updated the Gtk+ interface so that it has the same features as the
193     Gnome one.
194   * Beginning of SSE/3DNow! support for imdct and downmix.
195   * Ported alsa interface for alsa 0.9beta
196   * Fixed a deadlock in spudec.
197   * Added SPU cropping.
198   * Gnome interface segfault fix.
199   * BeOS interface segfault fix by Rene Gollent <rgollent@u.arizona.edu>.
200   * Fixed an aspect ratio issue in the SPU decoder, and optimized the
201     SPU renderer.
202   * Speed optimization in the handling of the unusual ephemer DVD subtitles.
203   * Little optimization to bozo's UnalignedShowBits fix.
204   * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
205   * Fixed a bug in UnalignedShowBits that makes some unaligned streams
206     not wotk correctly (for instance VLS' generated TS streams)
207   * Added support for some terribly braindead DVD subtitles in Kenshin
208     which do not have a "stop display" command. Anime fans rejoice!
209   * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout.
210   * Coding-style butchery (mostly tabs).
211   * Changed the level arg in intf_WarnMsg so that it makes more sense.
212   * Beginning of the backport of Gnome to Gtk.
213   * Improved ac3 spdif output ( and made it work again :)).
214   * Added p_input->stream.p_selected_area->i_tell in input TS so that the
215     slider work with Transport Stream files.
216   * Moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
217     toggling fullscreen.
218   * Tuned the Gnome interface appearance, added a Preferences window and
219     a Jump window, added Oct's playlist.
220   * Fixed a few warnings with gcc 3.0.
221   * aout and vout are now allocated in banks, making it possible to have
222     several of them at the same time.
223   * configure now checks for MMX and MMX EXT support in the assembler.
224   * Removed all MMX code from the main program and moved it to the
225     existing idct modules (Closes: Debian bug #96036).
226   * KDE interface.
227   * FreeBSD CSS decryption support.
228   * Fixed a segfault in TS input (psi packets with adaptation field).
229   * Corrected vlc-howto.sgml thanks to Arnaud Gomes-do-Vale
230     <arnaud@carrosse.frmug.org>.
231   * Fixed a remaining buffer overflow in the Gnome interface and applied
232     the patches to the Gtk+ interface.
233   * Fixed a segfault in the SPU decoder initialization.
234   * Mandatory step for video output IV and the audio output quality
235     fix: the output threads are now spawned when a decoder needs one,
236     so it can decide the audio frequency or the video window size.
237   * Fixed a few buffer overflows in the Gnome interface.
238   * The module bank is now a global variable. The video output bank and
239     the audio output bank might follow (when they exist).
240   * Coding style and organization fixes to the spdif decoder.
241   * autoconf and Makefile changes by Arnaud Gomes-do-Vale
242     <arnaud@carrosse.frmug.org>.
243   * DVD title change no longer restarts the input.
244   * BeOS crash fix by Wade Majors <guru@startrek.com>.
245   * Slight modification in ClockManageRef: after a synchro reinit, we still
246     do the mwait and re-init last-cr.
247   * New audio output using direct AC3 pass-thru.
248   * Fix for a buffer overflow in the Gnome interface by Shane Harper
249     <shanegh@optusnet.com.au>.
250   * DVD chapter change fixed.
251   * Fixed a bug in TS input, which should be much smoother now.
252
253 0.2.73
254 Sat, 28 Apr 2001 07:02:35 +0200
255
256   * Removed debug instructions in the audio output.
257   * Coding style fixes here and there.
258   * Miscellaneous QNX compile fixes.
259   * Changed --enable-debug into --enable-trace.
260   * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
261   * Changed broadcast handling.
262   * Added a vlc-howto in sgml format in the doc directory.
263   * Fixed the continuous 'seeking position' bug in network mode.
264   * Support for `ts://foo:42' style input source.
265   * rc interface plugin for vlc control through /dev/stdin courtesy
266     of Peter Surda <shurdeek@panorama.sth.ac.at>.
267   * Misc XVideo fixes (aspect ratio, mouse pointer, blue areas).
268   * AC3 decoder enhancements.
269   * Fixed an alignment issue in the bitstream callback.
270   * Got rid of asprintf.
271   * Better angle handling (on the fly selection).
272   * Bugfixes in CSS.
273   * Various changes and bugfixes in the Gnome interface.
274   * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
275   * X11 fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
276   * Fixed build process when no plugins or no builtins were chosen.
277   * Makefile changes to get around MacOS X's brain-damaged gcc.
278   * FreeBSD configure and Makefile patches, courtesy of Espen
279     Skoglund <esk@ira.uka.de>.
280   * Cosmetic change in css decryption.
281   * Added basic angle support.
282   * Corrected some bugs in gnome interface: language menu are now
283     synchronized and menus have less chances to change when opened.
284   * Network channel change is now available again.
285   * Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
286   * MacOS X icon is now correctly added to the app.
287   * Fixed a compilation issue in the DVDioctl driver.
288   * Added a call to ranlib after a built-in module compilation.
289
290 0.2.72
291 Mon, 16 Apr 2001 14:33:53 +0200
292
293   * New improved packet allocator.
294   * Additional Makefile cleaning for built-in modules.
295   * Fixed Makefile for Solaris target.
296   * Fixed the 0.2.71 IFO parsing bug.
297   * All Debian packages are now lintian-clean.
298   * Fixed XVideo plugin linking.
299   * Updated TODO list.
300   * Built-in modules support almost finished.
301   * A few Makefile fixes for BeOS.
302   * XVideo patches by Shane Harper <shanegh@optusnet.com.au>.
303   * Beginning of the built-in modules support.
304   * Got rid of the sleep() hack in beos_specific.cpp.
305   * Fixed a segfault when launched without argument under Darwin.
306   * Fix for Darwin program path handling.
307
308 0.2.71
309 Fri, 13 Apr 2001 08:13:26 +0200
310
311   * Merged 6 months of CVS logs to the ChangeLog file.
312   * Fixed a lintian error in debian/rules.
313   * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
314   * Added udf fix by Billy Biggs.
315   * Added checks in dvd_ifo.
316   * Cleanings in gnome interface : the interface should depend on the
317     input method.
318   * Intf: TS streams in menu
319   * TS input: only one audio & spu ES selected at a time
320   * Removed the build of the vlc app from the install target.
321   * Added an icon to the MacOS X vlc.
322   * "make vlc.app" now correctly updates vlc.app
323   * Fixed BeOS menu problem.
324   * Added a field to p_input->stream to inform the interface of a stream.
325     change (useful in network mode).
326   * Added error checks in dvd input.
327   * Changed the way ifo are read.
328   * Fixed a bug in area management.
329   * Fixed a warning in netutils.c.
330   * Created darwin_specific.c to store the program path at boot time.
331     (XXX: check that it didn't break the OS X port)
332   * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
333   * Updated icons.
334   * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
335   * Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
336     clean code for it as well.
337   * Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
338     app (ie., double clicked and not launched from command line).
339   * Cleaned up debug spew left in modules.c and video_text.c.
340   * Created macosx_common.h in plugins/macosx/ to hold common stuff.
341   * Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
342     function support and a no-frills About box.
343   * Fixed icons location and Debian desktop menus.
344   * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
345   * Disabled message queue by default.
346   * A few other changes in the CSS code, the BeOS issues should be fixed.
347   * Corrected an awful typo in the version name.
348   * Removed deprecated stuff from config.h.
349   * Fixed the whitespace/tab issues in the Makefile.
350   * X and Xv output: added autohide cursor as in SDL.
351   * X and Xv: keys 1 to 0 change channel.
352   * SDL: keys F1 to F10 change channel.
353   * Ported the 0.2.0's channel changing functions.
354   * Fixed the lock segfault bug with some compilers.
355
356 0.2.70
357 Sat,  7 Apr 2001 05:52:00 +0200
358
359   * Fixed headers for FreeBSD compilation.
360   * Fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
361   * Deleted BBitmap[0] directly after overlay creation as no longer needed
362     as overlay now owns Bits()
363   * Fixed MPEG-1 mux_rate parsing.
364   * Fixed MPEG-1 stuffing.
365   * Don't create BBitmap drawing thread if using overlays
366   * Changes to BeOS interface with file selection support
367   * Fixed a boolean_t/int mix.
368   * Increased FIFO_SIZE.
369   * Fixed all alignment issues
370   * Networked TS input
371   * Working menus for run-time audio/spu/title/chapter selection with gtk
372     interface.
373   * Port of the interface menus to gnome plugin.
374   * Gtk playlist
375   * Tried to fix the "stream jumps at will" bug.
376   * Fixed most of the bugs in gnome interface menus
377   * Added radio checks in menu items.
378   * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
379   * Borrowed config.guess and config.sub from SDL [MacOS X port] ;
380   * Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
381   * If SDL/GTK/DSP is not available, don't compile the associated module.
382   * Gtk+ interface: fixed a precision issue in the scale.
383   * Qt interface: somebody pop up us the menu!!
384   * Fixed Debian sparc build for real (Closes: Debian bug #89285).
385   * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
386     it and writing output and interface plugins...
387   * Split audio output into several separate files to make it easier
388     to debug. Removed a few redundancies as well.
389   * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
390   * Added warnings for ac3 mantissa (we still have problems with AC3 on
391     MacOS X) ;
392   * Renamed WriteResource to avoid a namespace clash with Darwin's
393     WriteResource.
394   * Compile Darwin module by default on Darwin system. [MacOS X port]
395   * Use $QTDIR for the qt module ;
396   * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
397   * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
398   * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
399   * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
400     by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.   
401   * Added a SYNCHRO_START in DVDRead for each cell change to fix
402     multi-angle streams
403   * Changed seek function to prevent jump-at-will and to remove two bugs in
404     sector computing.
405   * Initialize some values in netlist (payload_discard wasn't which caused
406     frame dropping)
407   * Come back of multi-sector read which should make reading faster
408   * Language & Inteface support for BeOS interface
409   * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
410   * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
411   * A few syntax fixes in the plain X11 plugin
412   * Various bug fixes in dvd_netlist. Some bugs seem to remain though.
413   * New function input_ToggleES for interaction with interface.
414   * Changes in gnome interface : navigation menus are now splited, there
415     are radio item in menus and the code should be better.
416   * First step for dvd_ifo rewritting. Now allocation/disallocation is
417     being done as it has to be.
418   * Fixed a bug in title management that make dvd like Seven work.
419   * vout_beos now uses double buffering for YCbCr overlay.
420     This (for some reason) improves audio/video sync
421   * Fixes for the Qt plugin compilation under Debian
422   * Heavy butchering in the CSS and DVD ioctl code to put all architecture-
423     dependent code in dvd_ioctl.c
424   * Added almost fully-functional /dev/dvd driver for MacOS X in
425     extras/DVDioctl.
426   * Fall back to one-packet-once reading in dvd input since multi-block
427     seems to have a bug that make the vlc crash on title/audio/spu change. I
428     hope that this bug will be fixed soon for the performance is poorer now
429   * Add-ons and changes in gnome interface:
430     o menu subdivision is done only if there are over 20 items,
431     o in DVD mode next/prev apply to title,
432     o in DVD mode, added a box with button to navigate through chapters.
433   * Additional enhancements to the OS X DVD ioctl module
434   * Big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
435   * Compilation fixes for the BeOS DVD ioctls
436   * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
437   * Added the GNU getopt library, which gets compiled in when getopt_long
438     isn't available on the desired platform.
439   * Replaced the `--warning' flag with the standard cumulative `-v' flag.
440     `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
441     (`--warning' is still valid for those used to it)
442   * Cleaning in configure.in and Makefile.in, the Solaris port now
443     builds and runs properly.
444   * Code cleanup: removed a few tabulations.
445   * Fixed inline asm routines to remove all read/write operands.
446   * Added <string.h> to most files to prevent warnings under FreeBSD.
447   * Added "break;" after "default:" in case switches to prevent
448     warnings when compiling with GCC 3.0pre.
449   * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
450     interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
451   * Cleaning code and a small fix to make quit work on OSX
452   * Disable x11 plugin if X11 headers are not found.
453   * Misc fixes in the DVD input.
454   * Fixed CSS authentication under Linux.
455   * Playlist now refreshes when a file is opened.
456   * XVideo plugin background is now black instead of white.
457
458 0.2.63
459 Mon,  5 Mar 2001 00:41:16 +0100
460
461   * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
462     linux-kernel like author list.
463   * Updated TODO list.
464   * Fixed a segfault in the BeOS interface when --noaudio was specified.
465   * Title and Chapter selection in the Gnome and Gtk+ interfaces.
466   * Fixed a bug in audio selection
467   * Tried to fix an issue in size computing.
468   * Commited BeOS changes by Richard Shepherd and Tony Castley.
469   * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
470     decoding needed instead of YUV-RGB
471   * Will be removed later when video_output.c rewritten
472   * vout_CreateThread() initialises b_YCbr to zero
473   * New BeOS video plugin that supports hardware overlays and new
474     MediaPlayer compatible interface
475   * Added YUV-YCbCr transforms
476   * Fixed bugs in title/chapter handling once more, especially for size
477     detection and location of main movie.
478   * Support for multitrack DVD : now the stream is given to input as it has
479     to be ; however, all the tracks are displayed one after the other ; I
480     think we need to decode navigation ES to choose the track
481   * Fixed behaviour at end of device.
482   * Added DVD/VCD button and menu for quick DVD device selection to the
483     Gnome and Gtk+ interfaces, so that vlc can play a DVD even when
484     launched from a GUI.
485   * Added debian/* files to help generating CSS-enabled non-US packages,
486     and changed plugins/dvd/* to reflect this change.
487   * Added .xpm icons (fixes lintian warnings).
488   * --help output and manpage are now in sync (Closes Debian bug #87478).
489   * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
490   * Completely changed title and chapter initialization. Now we have real
491     title units.
492   * Fixed size for a majority of DVD.
493   * More consistency in the p_input->stream management. 
494   * Made input_SelectES() and input_UnselectES() not block the input thread
495     for a long time.
496   * Changed debian/control to fix Debian bug #83707
497   * Added a --disable-css configure option
498   * Moved some code here and there in the DVD plugin to make it easier
499     for me to build the Debian CSS-free packages.
500   * Fixed miscellaneous alignment problems (alpha/sparc ports) ;
501   * Added a fps display when toggling 'i' ;
502   * Fixed a bug in the video parser where one picture buffer was not
503     released at quit time ;
504   * Broke the mux_rate calculation, but hey guys ! it was already broken and
505     nobody noticed it.
506   * New function for DVD reading, that is able to read multiple blocks
507     (I've chosen 32 now), that doesn't use any memcpy anymore and is also much
508     faster. It is ready now for cell positioning in multi-angle DVD (to come  
509     soon).
510   * DVD specific netlist adapted to 2048 bytes long blocks that contain
511     several data_packets.
512   * Modification in mpeg_system.c to use p_payload_start instead of
513     p_buffer (necessary for DVD plugin). It does not break other plugins
514     since they set p_payload_start to p_buffer
515   * New field i_read_once in input_thread_s to be able to read more than
516     the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by
517     defaults but plugins can change it during initialisation.
518   * Bug fix with frequential downmix
519   * Additional optimizations to the subtitle decoder
520   * The GGI video output should now be faster. Also, right-mouse-clicking
521     works in GGI mode as well.
522   * Optimizations done to the SPU decoder. Now the RLE is expanded at
523     decoding time, not rendering time. The main loop in vout_RenderSPU
524     is now 20 lines long.
525   * The Gtk+ interface is now built as a Debian package as well. The Gnome
526     package depends on it because of the icon and menu entry.
527   * Added an intf_WarnHexDump() function to do raw hexadecimal dumps of
528     memory areas. For debugging purposes or for real men, as you wish.
529   * Lots of tidying in dvd_ioctl.c, a few comments added.
530   * Better error handling in the subpicture decoder.
531   * Tidied video_spu.c. More to come later.
532   * Fixed subtitle displaying. Will soon work in overlay mode as well.
533   * Disabled slice-level resynchro since it's probably buggy.
534   * Fixed a structural major bug in the macroblock structure management.
535   * Added debug messages.
536   * Fixed a compile problem in debug mode.
537   * Added functions and hooks to display dates instead of off_t.
538   * Added a 'd' keystroke to dump the stream contents (for debugging
539     purposes).
540   * New ES detection based on .ifo for DVD module. It might fail (I have
541     found one DVD for which ifo seems false).
542   * Title and chapter selection on the command line (see -t and -T options)
543     It will allow to watch some DVD that went through menus by default.
544   * Beginning of menus in gnome interface.
545   * Fix bug in ac3dec for mono streams
546   * BeOS: bew video output method, the vlc now uses BBitmap instead of
547     BDirectWindow (better performances)
548   * BeOS: added resizing
549   * BeOS: added beta support for overlay
550   * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
551     people. Gtk+ is now compiled by default, while Gnome isn't (you will
552     have to add --enable-gnome when running configure)
553   * Replaced -lcurses with -lncurses in configure.in.
554   * Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
555     where PAT or PMT are splitted in more than one section.
556
557 0.2.62
558 Fri,  2 Mar 2001 17:32:24 +0100
559
560   * DVD plugin is still non-functional when you don't have DVD ioctls,
561     but at least it compiles under BeOS as well.
562   * Minor cosmetic changes here and there.
563   * Added the BeOS code for vlc_mutex_destroy() and vlc_cond_destroy()
564   * Minor optimizations in the video decoder.
565   * Move ac3 globals variables into structures
566   * Fixed a bash-ism in configure.in
567   * Fixed a segfault in input.c when no input plugin was found for
568     a given file.
569   * Fixed a deadlock in the Gnome interface. Next time I'll initialize
570     my mutexes, I promise.
571   * Added Oct to the authors list in intf_gnome.glade :)
572   * Second step in area management ; everything is in place now to have
573     title handling; it is coming :)
574   * Ported Glide and MGA plugins to the new module API. MGA never worked,
575     so this didn't make it work better.
576   * Started thinking about built-in modules, and added some code to
577     make it easier eventually.
578   * Added Oct in the AUTHORS file.
579   * Fixed a mistake in configure.in.   
580   * All your base are belong to us.
581   * Fixed a bug in src/misc/modules which prevented loading modules
582     when launched from the Tracker.
583   * Fixed a similar bug in src/video_output/video_text.c.
584   * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
585     who ported the Linux DVD ioctls. We can now read encrypted DVDs
586     under BeOS ! Woohoo.
587   * First serie of changes in DVD module for the forthcoming interface menus.
588     There is a new capability in input type modules for setting the
589     attributes of a new area. It is set to NULL for PS and TS plugins.
590     It should be called for every title change, chapter change,
591     audio mode change or spu channel change.
592   * Kludge of the kludge, removing an oddity in YUV initialisation, and
593     activating YUV overlay on startup whenever hardware acceleration is
594     available. Thanks for bearing with us, stay tuned.
595   * mux_rate parsing.
596   * Changed video decoder's error messages into warnings.
597   * Add dither fix
598   * Drag and drop support under BeOS.
599   * Change in the code to detect beginning of movie. It is much better now
600     but still fails with some DVD for which the movie is not the first
601     Program.
602   * Beginning of ideas to handle chapters and ES selection
603   * configure.in and Makefile.in patches for better SDL support and
604     support for $(bindir) $(datadir) and $(libdir) stuff, courtesy
605     of Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
606   * Ported ggi.so to the new modules API. As for the other modules, only
607     the "q" key works. Moreover, VLC doesn't exit cleanly if you close the
608     GGI window.
609   * Deactivated non-working widgets in the Gnome interface.
610   * Added CONTRIBUTORS file.
611   * Ported the framebuffer plugin to the new module API. As for most of the
612     other video output modules, keyboard doesn't work. Except ^C to quit.
613   * UDF filesystem support so that we know the location of the first video
614     related file with 100% reliability (great change that should make DVDs
615     with binaries and extra stuff work with vlc).
616   * Correction of a bug in ifo reading that falsified the adress of
617     video titles.
618   * Changed the method for selecting title at start. It is _not_ reliable
619     though, but it is better than the preceding one.
620   * Tried to fix the BeOS interface and video output. Any BeOS developers
621     listening ? I can't even test that code, it probably wants additional
622     fixing.
623   * Added a workaround in modules.c for broken libc's which happen to truncate
624     filenames in dentry structures when using 64bits offsets. The kind of
625     stuff you only see in RedHats <g>.
626   * Made the SDL error messages a bit more useful.
627   * The Gnome menu is now created when mouse is released, not when it
628     is pressed. It may sound stupid, but it really makes a difference.
629
630 0.2.61
631 Fri, 16 Feb 2001 08:09:59 +0100
632
633   * Fixed package building (both RPMs and .debs).
634   * Fixed `make snapshot' rule.
635   * Added some magic to filename detection. To read a DVD you now just   
636     need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs.
637   * Fixed a segfault in the slider when no stream was playing.
638   * Made the slider go from 0 to 100 (instead of 99 :)
639   * The vlc now doesn't exit when finished playing. As a side effect of
640     the playlist code being very recent, it continuously loops.
641   * Fixed a segfault in the input thread creation, as well as a possible
642     deadlock. This happened mostly when opening non-existing files.
643   * Created input_SetStatus to do input_SetRate's job. input_SetRate will
644     be used to set an arbitrary rate, for people who want to read DVDs at
645     1/2.71828 times the actual speed.
646   * Stubs for the ncurses control interface. No working code yet, but the
647     holes just need to be filled.
648   * Improved X11 support. Still not as functional as before.
649   * The output window now states the method name, so that people know whether
650     they are using X11 or SDL.
651   * The Gnome interface is now drag'n'drop aware, you can drop a file
652     on it just like Xine does (or so I guess).
653   * New more recent css authentication code.
654   * Beginning of udf support (not in Makefile)
655   * Removed useless includes in intf_gnome.c
656   * Made the vout_sdl.c functions static 
657   * Ported vout_x11.c to the modules API; code isn't very nice yet though
658   * X11 output works again. It's just the output, but it works; I now need
659     to clean the code and add event handling.
660   * Should have fixed the dependency generater for some plugins.
661
662 0.2.60
663 Wed, 14 Feb 2001 08:33:46 +0100
664
665   * Started porting the X11 vout (still disabled)
666   * A few unnoticeable changes in the Gnome intf
667   * Changes in the way stream size in DVD mode is calculated. It is no
668     longer such an ugly kludge and is much more accurate.
669   * Changes in DVDSeek so that the interface slider is in 0 when we are at
670     the beginning of the strem.
671   * Try to detect the beginning of the movie in the middle of the title. It
672     works for most of the DVDs but will begin in the middle of the movie
673     with some others.
674   * Calculate only the first title key in css mode because it might take a
675     long time with some title. The search stops now when we have a key once
676     whereas it did stop only when we had it twice before. It should not
677     cause problems.
678   * Really fixed MC segfault bug.
679   * Adaptation of DVD module to navigation slider. The seek has to be
680     done on a multiple of 2048, and shopuld take care of the offset to the
681     beginning of the stream. It works with most of my DVDs by fails to
682     detect size of some streams.
683   * Change of the order of call to ifo and css functions in input_dvd.c,
684     because we can't read ifo files before authentification on some DVDs.
685   * Changed location of some css tables.
686   * We read ifo date and decrypt css keys for all titles now. It takes quite a
687     long time to initialize with some DVDs (if you have 42 titles for
688     instance). The key decryption might give a false value if the title is
689     less than 10 Mb ; I'm working on that :)
690   * Quick patch to avoid a segfault when arbitrarily seeking the stream.
691   * Added --intf option to vlc
692   * Started cleaning vout_sdl.c
693   * The dummy plugin works again
694   * Added a slider to the Gnome interface so that we can browse through streams
695   * Removed enhancement because of an incompatibility with slow motion.
696   * We can now seek at position 0 :p ;
697   * Tried to enhance picture dating on timebase discontinuities.
698   * Fixed pause bug.
699   * Much cleaning in css code. It should work fine now.
700   * Fixed my old stupid bug that disabled sound after having played the
701     first playlist item.
702   * Added `Prev' and `Next' buttons to the interface, with the beginning of
703     a playlist window (still empty).
704   * Added `Slow' and `Fast' buttons to the interface and popup menu.
705   * Removed tests against i_rate and i_new_rate calculation from the
706     plugins and hid this complexity into input_ext-intf.c 
707   * The pure Gnome part of the Gnome interface has been rewritten from
708     scratch, and the .glade file included as well. You can edit it by
709     installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
710     or directly by hand if you grok XML.
711   * Files can now be loaded into vlc using the `Open' buttons. But for the
712     moment you still have to launch vlc with at least one file, because it
713     quits when the end of the playlist is reached.
714   * Idle screen was disabled because it eats a lot of CPU and is mostly
715     useless for the moment. And it gets activated when pause lasts for too
716     long.
717   * Plugins have completely disappeared, we now only use the new module API.
718   * All intf and vout modules are now independant. So far, only the Gnome
719     intf module and the SDL vout module have been ported. configure.in has
720     been modified to reflect the changes (x11 and dummy aren't compiled by
721     default anymore, while SDL and Gnome are).
722   * Right-clicking on the SDL video output window brings the Gnome menu.
723   * Pause, Play, Exit, About work from the menu or from the interface window.
724   * The old SDL keys still work.
725   * Fixed a bug in #define that prevented from using ioctls
726   * Some functions to prepare ifo commands utilisation to move in the
727     structures of DVDs
728   * Change in configure to avoid compiling css functions on BSD.
729   * Added comments to src/interface/intf_plst.c and include/intf_plst.h
730     so that people understand how the playlist works.
731   * Updated the TODO list (34 items to do, 41 done !)
732   * Portability : changed off64_t to off_t and activated appropriate
733     GNU/Linux options ;
734   * Changed fseek() to fseeko() for 64-bit offsets ;
735   * Reset frame predictors on a stream discontinuity.
736   * Implemented basic stream navigation function, and bound Jump forward
737     and jump Backward in the SDL intf. Enjoy !
738   * Pause function implemented ('p' key).
739   * Fixed a compile probleme on machine without a dvd player :ppppp
740   * Fixed two bugs in ifo and css that caused memory corruption and
741     segfault when using sdl in dvd mode.
742   * Moved the playlist handling from input/input.c to interface/interface.c
743   * Fixed a few warnings at compile-time.
744   * Fixed sound channel selection in playlist mode.
745   * Added a color message in the plugin bank because on peut bien déconner
746     cinq minutes, quand-même.
747   * We now spawn a new input thread for each file.
748   * Added a missing pf_close() because it's always cool to close files
749     after we read them.
750   * Solved bug with cssdescrambling. The vlc might segfault with dvd
751     plugins. I will fix that soon. 
752   * Minor modification in pluginification.
753   * Playlist works again (still the old wrong way like Meuuh doesn't
754     like, but this is going to change within a few hours)
755   * Input_ps, input_ts and input_dvd are now plugins, located in
756     plugins/mpeg/ and plugins/dvd/
757   * Fast/slow keys are now A/Z instead of A/S since S was already
758     linked to the scale/noscale toggle.
759   * `--dvd' doesn't work anymore, for the moment try to use :
760     vlc --input dvd /dev/dvd
761   * Module bank is now less verbose ; use `--warn 1' to turn back
762     verbosity on
763   * New method using netlist to read packets on DVD device by sectors of
764     2048 bytes.
765   * Some modifications in netlist to make it work with DVD.
766   * Fixed à bug in mpeg_system.c
767   * We can now choose the speed of forward (between 32/1 and 1/8)
768   * Functional fast forward and slow motion API ;
769   * Dirty hack in the SDL intf to bind "a" (fAst forward), "s" (Slow motion)
770     and "p" (Play).
771   * Centralized clock management, preparing for stream navigation ;
772   * Fixed a bug in the management of the first video PTS.
773   * Fixed a bug in period calculation for progressive sequences.
774   * Fixed a FIXME in SDL: p_vout->p_sys is no more used in intf_sdl.c
775   * Used instead p_vout->i_changes like in x11
776   * Disabled SDL parachute to let the vlc dump a core instead of staying stuck
777   * Patched 2 debian bugs
778     (see http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vlc)
779   * Improved the snapshot generation
780   * Mouse pointer hidden/shown with middle button in SDL output
781   * Removed obsolete video_yuv_mmx.S
782   * Updated the TODO list and wrote a small todo.pl parser to make it
783     easier to see which items remain to be done
784   * `make snapshot' now creates vlc-*.tar.gz and vlc-*-nocss.tar.gz
785
786 0.2.50
787 Wed, 31 Jan 2001 04:30:37 +0100
788
789   * Version 0.2.50 for the Linux Expo
790   * --overlay and --fulscreen options (only work with --vout sdl)
791   * The vlc exits after the end of the stream, which prevents from having
792     to kill it and relaunch it during a presentation.
793   * Not a very nice hack, but will probably spare us a few user complaints: if
794     no -a option is specified, the vlc will play the first audio type it finds,
795     so there is no need to specify "-a ac3" for a DVD anymore.
796   * CSS support kludged for current DVD input.
797     It is very slow now but will be more adapted to the forthcoming DVD
798     input.
799     It should read the first title of many DVDs but has been tested with few.
800   * Beginning of ifo commands to implement DVD navigation.
801   * Fix for field pictures.
802   * Hooks for fast forward and slow motion support.
803   * Fixed backwards moves.
804   * Tuned up optimizations.
805   * Completely removed BIZARRE_OPTIMS.
806   * Check for the needed headers for DVD ioctls
807   * Some cleaning in the dvd authentification code
808   * Various miscellaneous minor optimizations of the video parser.
809   * Beginning of support for encrypted DVDs.
810   * It only tests encryption and authenticates disc.
811   * Really fixed GetChunk now.
812   * 32-bit aligned bitstream (not that fast).
813   * The motion compensation routines are now modules as well ; choose your
814     implementation with `--motion motion', `--motion motionmmx' or
815     `--motion motionmmxext'. Of course, the best implementation is chosen
816     if you don't ask for any. There doesn't seem to be any performance hit
817     due to the move to shared libs, which is a good thing. Please test
818     actively if you have time, though.
819   * Updated --help result, manpage, INSTALL document, and a few files.
820   * Borrowed LiViD's MMX and MMX EXT IDCT. This might break things. Expect
821     a performance increase.
822   * Removed a few useless malloc() and unused variables in the audio SDL stuff
823   * Prepared the work for built-in modules (not yet finished)
824   * Small tweak in the copy handling, reduce CPU usage.
825   * --aout sdl now works
826   * Added SDL sound support. Sounds a bit laggy sometimes but my streams
827     are ill.  please try.
828   * Modified configure.in and all that stuff. Re-run configure
829   * SDL audio, video and interface are all part of the same .so now.
830   * Removed YUV old files :->
831   * Reverted something that wasn't supposed to go into the cvs :p
832   * Removed -fargument-noalias-global which causes problems with as (???).
833   * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to
834     test it, replace vdec_motion_inner_mmx.c by vdec_motion_inner_mmxext.c.
835   * A few changes in the CPU extensions detection code, borrowed from the
836     kernel and from mpeg2dec. I still don't know how to detect if code
837     compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are
838     quite obtuse to me. Perhaps we should also have a way not to load modules
839     if they have been compiled with a different CPU to avoid segfaults.
840   * Add check for MMX EXT extensions, which doesn't work, which is a good
841     thing since there is no MMX EXT IDCT yet :)
842   * Change for the forthcoming fast forward and slow motion support.
843   * Fixed the --aout, --idct and --yuv flags
844   * Updated manpage and --(long)help output to reflect that change
845   * Removed a few unneeded #includes here and there
846   * Cosmetic changes in error messages in input.c
847   * Now use of 64 bits offsets to parse the whole DVD. So we have all the
848     available information
849   * Fixed a bug in parsing of VTS attributes
850   * Fixed a bug in input.c that made input plugin initialize even though
851     no stream is reachable (thanks Sam)   
852   * Merged the YUV plugins in the same directory to avoid too much code
853     duplication
854   * YUV transformations now use the new module API ; now only the vout
855     and interface still depend on the old plugin API
856   * Changed TestMMX to TestCPU because we will be able to test for other
857     specific extensions (3DNow, SSE) for the forthcoming IDCT we'll
858     borrow to mpeg2dec (as usual :P)
859   * Don't show "hiding module" messages anymore except in debug mode
860   * Swapped C IDCT and Classic IDCT scores since the classic one seems
861     to be faster ; anyway you should use the MMX one
862   * Fixed a Makefile bug under BeOS
863   * Tried to fix the cpuid code so that it compiles under BeOS (Polux, can
864     you test it when you have time ?)
865   * Fixed a bug in the frame rate handling ;
866   * Fixed a bug in the DTS/PTS ordering. Our pts are _at last_ accurate.
867   * Finally fixed repeat_first_field and co. (pas encore tout compris...)
868   * Implemented video_parser bitstream callback for PTS/DTS.
869   * Fixed close button support in SDL
870   * Fixed --width and --height support in SDL
871   * Fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
872     more than ever, « le client ne segfaulte pas ».
873   * There was still a problem upon quitting: sometimes the null packet
874     wasn't big enough to reach a decoder breakpoint, so I now create 10
875     of them (since I can't make it bigger) to be sure. Meuuh, what do
876     you think ?
877   * Fixed the Makefile to spare a few variables here and there.
878   * Reduced module hide delay, removed loading of the audio output
879     plugins since they are now modules. 
880   * Changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:",
881     and so on in a few other messages.
882   * Removed unused includes in the idct modules.
883   * Correction of bugs in ifo parsing. Now the structures should be well
884     initialized. It remains some segfaults but it globally works.
885   * DVD mode is enabled with option --dvd. For the moment, it only read
886     the first vts and find the movie if it is at the beginning of the title
887     set.
888   * Beginning of dvd_input. Parsing of ifo file almost completed.
889   * The IDCT functions are now located in modules : the classic IDCT,
890     our optimized IDCT, and MMX IDCT.
891   * Cosmetic changes for modules (pf_* instead of p_*)
892   * Fixes to the BeOS and dummy modules 
893   * Changed default values :
894     INPUT_PTS_DELAY down to 200 ms ;
895     video heap down from 10 to 5 pictures ;
896     decoder fifo size from 1023 to 511 PES ;
897   * Fixed various bugs in 32 bit-versions of input_ext-dec.h ;
898   * Fixed a bug in GetChunk() ;
899   * Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ;
900   * Moved decoder_fifo-specific code from programs.c to dec.c ;
901   * Fixed bugs in program.c that prevented vlc to close all decoders ;
902   * Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ;
903   * Made the video parser unlock the reference pictures before quitting
904     (still one left, yaknow why ?)
905   * Destroy fifo mutex and cond variables _after_ they are used for
906     the last time. henri, that'll be one binouze.
907   * Attempt to port the BeOS audio plugin to the new module API. Will
908     probably need a few fixes to work or even compile.
909   * Ported the alsa plugin to the news vlc module API
910   * Fixed 32 bits bitstream bugs.
911   * Moved the MPEG audio decoder to the new bitstream
912   * Cleaning in the SPU decoder.
913   * Moved swab32 from input_ext-dec.h to common.h. We probably won't need
914     it anymore really soon, since ntohl() and htonl() seem to be properly
915     optimized when gcc is passed the right optimization flags.
916   * Fixed GetBits32 and RemoveBits32. I know the #ifdefs are useless since
917     we only support u32 words, but it's a safe reminder. Comments appreciated
918     on this fix since I may have b0rked something -- it runs well here though.
919   * Changed code for handling b_die in bitstream ;
920   * Moved input_ext-dec.h to input.h ;
921   * New input_NullPacket function ;
922   * Fixed init bugs in input and vpar ;
923   * Placed a callback to the decoder in the bitstream structure ;
924   * Fixed a purify bug in input_ps.c ;
925   * Added -mcpu=pentiumpro in the Makefile.
926   * Complete commenting of modules_core.h and small modifications
927   * Separated MODULE_CONFIG_START and ADD_WINDOW (Henri, beware)
928   * Fixed a very, very old bug that caused namespace collision between
929     plugins (Henri, beware: call your aout_getplugin function like this,
930     not alsa_aout_getplugin)
931   * Removed the Debian specific clean rules from the Makefile, since they
932     are already handled by the debian/rules script.
933   * Tidied a few compilation rules (-lfoo should always be at the end)
934   * Added 8bits palette SDL support.
935   * Fixed a warning under FreeBSD (dlerror() is a const char*, not a char*).
936   * Made configure script look for the bswap assembly instruction (using
937     AC_TRY_COMPILE makes sure the compiler will really accept it).
938   * Fixed colors' bug (TODO: write a function in vout that recalculate colors
939     from RGB masks);
940   * Cleaning of the fullscreen switch, still sucks but the surface is not
941     reallocated and that's good (thanks to the magic function
942     SDL_WM_ToggleFullScreen provided by sdl library :).
943   * Added a missing mutex_unlock in video_output.c
944   * Moved a mutex_destroy after the thread cancellation to prevent
945     possible problems
946   * Added a missing #ifdef in intf_msg.c which prevented compilation
947     with --enable-debug
948   * Fixed a bug in the input that prevented to quit properly in certain
949     cases (some ES were not deleted because their index was skipped when
950     the former one was deleted, well Meuuh should know what I mean)
951   * Cleaning of SDL Lock/Unlock Surface.
952   * All plugins now compile with -fPIC.  
953   * Made the audio_output API a bit simpler.
954   * Got rid of modules_config.h.
955   * Fixed `make install' rule. 
956   * Fixed warnings in the MMX YUV compilation.
957   * Probably fixed a bug in the input : pp_foo structures were free()d at
958     the end, but this was useless since the last call to realloc() is
959     equivalent to free(), and two consecutive calls to free() aren't a
960     goo idea.   
961   * We check that the version number match and that we don't already have
962     a module by that name when loading a new module.
963   * All public module_* functions now properly lock the module bank.
964   * The audio_output now uses the new module API ; EsounD and DSP modules
965     have been ported, which should be enough for Henri to port the ALSA one.
966   * Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
967     Used them before quitting, every lock and cond is destroyed
968   * Checked the return value of malloc and realloc in input_programs
969   * Fixed compilation pb under solaris 2.6
970   * Should compile & run on Solaris with ./configure --disable-dsp
971     (tested on puma)
972   * Removed most SYS_SOLARIS #ifdef's in favour of more generic tests
973   * Updated example ./configure line in INSTALL file
974   * Now we only load modules that end with ".so"
975   * null module is compiled by default
976   * Fixed initialization of payload_start and payload_end
977   * --enable-sdl and some others are now --with-sdl[=name] to supply an
978     optional library name ;
979   * Deleted all unnecessary #include <sys/uio.h> ;
980   * /usr/include is now searched when looking for libraries and headers.
981   * src/misc/modules.c is in a workable state now.
982   * Splitted modules.h into modules.h and modules_core.h to enable
983     clean compilation of the Null Module.
984   * Added the Null Module, the module that does nothing but that is going
985     to be of great help for debugging my module code.
986   * Plugins are now called modules, because we will be able to compile
987     them either as a dynamic plugin, or within the program. And, more
988     important, I can commit this without having to break the vlc :)
989   * Fixed pitch bug;
990   * video_output.c : compute picture size even if b_need_render == 0;
991   * Fixed a deadlock (the vout unlocked a mutex locked by another thread,
992     grrrr, I'll kill someone) ;
993   * Put config.h in front of others in audio_decoder.c.
994   * Better display of the fps.
995   * Removed i_iovec_start and i_iovec_end. Used i_data instead
996   * Fixed THX Cimmarron bug (it was _not_ a synchro bug).
997   * Fixed a bug in the DTS/PTS parsing ;
998   * Fixed a bug in vpar_headers.c synchro handling introduced before ;
999   * Enhanced synchro's handling of dates and frame structure changes.
1000   * Fixed a bug in the PSM decoder.
1001   * We now read the DTS (but we don't use it for the moment).
1002     NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
1003   * New synchro statistics and warnings.
1004   * Avoid calling SafeRead() with a null packet size.
1005   * Use of ptrdiff_t whenever necessary (IA-64 port) ;
1006   * Changed behaviour of preparsing code, faster startup ;
1007   * Fixed DecodePSM(), cannot test ;
1008   * Cleaned up ParsePES(), fixed a bug which could reject very small but
1009     valid PES packets ;
1010   * Fixed cosmetic bugs in vpar_synchro frame_rate display.
1011   * Changed subtitles palette.
1012   * SPU decoder now uses Meuuh's GetChunk() code.
1013   * Lots of cleaning in the SPU decoder.
1014   * Message queue is flushed before we spawn input.
1015   * Fixed so that it compiles with VDEC_SMP (no good sync yet though).
1016   * Using i_id instead of i_stream_id whenever possible ;
1017   * Fixed a bug in -c and -s options.
1018   * Fixed a compile pbm in debug mode (f34r d4 1-line fix)
1019   * Fixed AC3 and SPU PES reading (ph34r da one-byte patch)
1020   * Some 79 char wrap.
1021   * No need to add "\n" at the end of intf_*Msg() messages anymore.
1022   * Moved input_DecodePES() to input_dec.c ;
1023   * Fixed an segfault in input_programs.c ;
1024   * Added -fomit-frame-pointer optimization.
1025   * Fixed a *major* memory leak in the pre-parsing code. Hopefully it should
1026     be the last one.
1027   * New decoder spawning API input_dec.c ;
1028   * Moved p_input->pp_es -> p_input->stream.pp_es and clean up of
1029     input_programs.c & co ;
1030   * Fixed memory leaks.
1031   * Moved video_decoder's headers from include/ to src/video_decoder.
1032   * Temporarily removed b&w kludge.
1033   * Splitted up p_method_data/p_plugin_data ; 
1034   * Cleaned up input_ts.c, added it into the Makefile.
1035   * Fixed various memory leaks.
1036   * Removed all arbitrary limits on the number of elementary streams.
1037   * Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
1038     All decoders should now exit cleanly (if it's not the case, it should be
1039     referenced as a bug).
1040   * Fixed a bug which prevented the input to exit normally (non-selected
1041     ES in the pp_selected_es array).
1042   * Added netlist support.
1043   * Added U8_Mono audio output
1044   * Fixed "-a [ mpeg | ac3 | lpcm | off ]" option
1045   * Only pre-parse the first 32 MB of data.
1046   * Added -a, -c and -s options. (-a doesn't work but I will let the people
1047     who thought it would be cleaner to put config in environment variables
1048     correct what's wrong in my code).
1049   * Now we only try to open plugins which are existing files
1050   * Big cleanup of the PS input plugin ;
1051   * Fixed a bug in AC3 initialization ;
1052   * PS streams are now pre-parsed (this can take a while) if possible ;
1053   * Move #define from audio_output.h to config.h
1054   * Change vlan_server_ip to vishnou's ip (but vlans not working yet)
1055   * GetChunk() : reads n bytes from the elementary stream and places them
1056     in a big buffer (a gift for Sam).
1057   * Quantic start in fullscreen fixed.
1058   * Input-II now correctly handles private stream 1 (AC3, DVDSPU).
1059   * Split the audio decoder into adec_generic, adec_layer1 and adec_layer2
1060     (no new code added)
1061   * Added SDLYUV support,
1062   * Fixed the ratio/position problem in YUV,
1063   * We now display CPU usage statistics for each thread.
1064   * Additional fix for Layer 1 mono
1065   * Indentation fixes
1066   * Fixed audio syncword detection for mpeg 1 streams (hopefully)
1067   * Fixed Layer 2 Mono decoding.
1068   * Hardware YUV overlay (SDL) with real colors ;p It may suck for non
1069     4:2:0 streams.
1070   * Removed vout code found in intf file to support fullscreen switching.
1071     Now only vout_SDL updates SDL data and intf only switch flags such as
1072     b_reopen_display and b_fullscreen in p_vout->p_sys.
1073   * Fixed a var name typo in input_programs.c which prevents vlc from
1074     compiling with --enable-debug option. (i_es_pid -> i_es_id :)
1075   * Autodetection of Overlay support
1076   * Fixed support for broken MPEG-1 files.  
1077   * Cleaned up program and ES management by using input_programs.c whenever
1078     necessary.
1079   * Cleaned up decoder spawning.
1080   * Enhanced handling of stream discontinuities.
1081   * Fixed two typos in the Makefile (sam you owe me at least one beer)
1082   * Moved b_discontinuity to pgrm_descriptor_t, cleaned up CRDecode
1083     (needs some more cleaning for discontinuities)
1084   * Added pf_new_pes in plugins
1085   * Fix in the SCR parser for high values.
1086   * Fixed a bug with DVD's SCR (too close from the PTS).
1087   * Generation d'un makefile presque correct pour les vieilles versions de make
1088     Nettoyage: gestion des dependances pour les plugins, suppressions de pas
1089     mal de redondances, options de compilations coherentes, etc...
1090   * Code to manage es_descriptors and program_descriptors, from benny's
1091     input_psi.c
1092   * VLAN support modified.
1093   * We now correctly parse MPEG-1 SCR and there is no need to kludge to read
1094     the stream at the right pace.
1095   * Fixed a bug in the synchro with non-P5/B1 streams.
1096   * Support for MPEG-1 .mpg files.
1097   * Fixed a bug in the synchro with non-P5/B1 streams.
1098   * The input-II.
1099
1100 0.2.0
1101 Wed, 31 Jan 2001 04:30:37 +0100
1102
1103   * Version 0.2.0 pour la Linux Expo
1104   * Backport of the sdl plugin (minor correction in video_output as I made
1105     in unstable)
1106   * Ajout des options --fullscreen et --overlay
1107   * Added hardware YUV overlay support (SDL). Huge performance
1108     increase.
1109   * Fixed MPEG audio decoding for streams without b_data_alignment flags.
1110   * Fixed a bug in the SPU decoder which caused a segfault.
1111   * Support for 8bit soundcards.
1112   * YUV support for SDL.
1113   * We now open /dev/dsp in non-blocking mode.
1114   * Frame dropping enhancements for very slow machines.
1115   * Fixed a buffer overflow under BeOS.
1116   * Miscellaneous framebuffer fixes.
1117   * Miscellaneous SDL fixes.
1118   * MMX Y4Gray16 colorspace transformation.
1119   * Optimized grayscale mode.
1120   * Fixed volume control.
1121   * Splash screen.
1122   * Minor changes in the Debian files.
1123   * Fixed fps display.
1124   * Fixed MPEG1 video decoding. We don't read MPEG 1 PS files for the
1125     moment.
1126   * Fixed a 100% cpu usage bug, in the dummy aout.
1127   * Added a 'f' shortcut to switch between Windowed and Fullscreen
1128     mode.
1129   * Added --broadcast option for network input.
1130   * Screen is now emptied when framebuffer output exits.
1131   * Totally new frame dropping algorithm.
1132   * Fixed a bug in video_ouput.c which trashed more late pictures than
1133     necessary.
1134   * Fixed the DEBUG mode in the Makefile.
1135   * Fixed a bug in mwait() which made us wait too long.
1136   * The video_decoder can now be split into several threads to take
1137     advantage of the SMP machines.
1138   * Added --enable-debug, --enable-stats, and --disable-optims in the
1139     GNU configure stuff.
1140   * Added alsa audio support (plugin)  
1141   * vlc is now compiled without the STATS mode by default.
1142   * Fixed a bug which made frames go backwards with some displays (the
1143     video_decoder thread is now niced).
1144   * Added intf_WarnMsg(), and made use of it in the most needed places.
1145
1146 0.1.99i
1147 Mon, 28 Aug 2000 02:34:18 +0200
1148
1149   * fixed the support for field pictures, which involved a few dozens
1150     bugs in the video parser and video decoder.
1151   * put names of authors under a lot of source files, for historical
1152     purposes.
1153   * fixed another input_file exit bug for the beos version.
1154   * fixed the aliases install.
1155   * renamed an inconsistent variable in src/input/input_file.c.
1156   * added support for I+ synchro (all Is and the first P).
1157   * fixed a motion compensation bug which generated some distortion
1158     on B images.
1159   * fixed a motion compensation bug for skipped macroblocks.
1160   * fixed a synchro bug for field images.
1161   * cleaned Octplane's crappy indentation.
1162   * fixed the --server option which didn't work if a ~/.vlcrc existed.
1163
1164 0.1.99h
1165 Tue, 22 Aug 2000 01:31:58 +0200
1166
1167   * fixed the sound issue under beos.
1168   * fixed a bug that was making the crash randomly under beos.
1169   * fixed a bug that was exhausting system ressources under beos.
1170   * improved the cond_var for beos.
1171   * added support for the SDL vout : the --display fullscreen allows 
1172     fullscreen when possible. Disabled by default.
1173   * added sdlvlc (which probably should start in fullscreen, no ?)
1174   * removed sdlvlc :)
1175   * updated debian directory to build vlc-sdl.
1176   * removed CCFLAGS flags which were improperly used.
1177   * added hints for powerpc build.
1178   * fixed the input_file exit bug.
1179   * fixed a Makefile bug which removed the CVS directory.
1180   * removed the frame statistics output.
1181   * removed a verbose message in intf_sdl.c.
1182   * added a few sanity checks in the audio mpeg and ac3 decoders.
1183   * temporarily got rid of vlc.channels.
1184   * added notice in debian/control about unencrypted DVDs.
1185   * fixed PowerPC .deb build.
1186
1187 0.1.99g
1188 Wed, 16 Aug 2000 01:07:14 +0200
1189
1190   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
1191   * new --synchro flag which lets you force which images are decoded.
1192   * removed an unused variable in the MMX YUVs.
1193   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
1194   * now scaling is on by default, so that people won't tell that the vlc
1195     cannot do scaling :-)
1196   * fixed a few long lines.
1197   * fixed 8bpp YUV.
1198   * fixed the fscked up Bresenham algorithm in all YUV functions.
1199   * fixed a dumb bug in the Makefile that prevented inclusion of the
1200     -march=pentium directive. thanks Meuuh, blame sam.
1201   * fixed a warning in main.c.
1202   * separate Debian packages.
1203   * added request for ALSA support in the TODO list.
1204   * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
1205
1206 0.1.99f
1207 Tue,  8 Aug 2000 11:24:01 +0200
1208
1209   * plugin detection now works
1210   * "gvlc", "fbvlc", "ggivlc" aliases now work
1211   * fixed functions that weren't properly inlined
1212   * removed bloat from the MMX YUV plugin
1213   * vlc.init becomes ~/.vlcrc
1214   * removed float operations in the video decoder, and all emms asm functions
1215   * borrowed linuxvideo's MMX motion compensation
1216   * fixed an undefined symbol in the MMX YUV plugin
1217
1218 0.1.99e
1219 Thu, 20 Jul 2000 15:14:06 +0200
1220
1221   * new bitstream syntax and slight performance increase
1222   * BeOS build fix
1223   * removed the sample code from the reference decoder
1224
1225 0.1.99d
1226 Wed, 12 Jul 2000 01:24:40 +0200
1227
1228   * fixed RPM build
1229   * .deb is now more lintian-friendly
1230   * fixed vlc.spec to install nicely
1231   * PLUGIN_PATH and DATA_PATH now in include/*.h
1232   * removed a few useless warning messages
1233   * removed remaining header stuff related to the old non-free decoder
1234   * fixed the MGA build (doesn't work yet, though)
1235   * new plugin API
1236   * updated the INSTALL document
1237   * plugin auto-detection
1238   * fixed a few misspellings in the code
1239   * removed the default --enable-ppro option because it didn't work on K6-2
1240   * the framebuffer client now leaves the console in a working state
1241   * the dithered 8 bpp YUV transformation works again (blame bbp !)
1242   * the YUV transformations are now plugins as well
1243   * alternative symlinks like gvlc, fbvlc are now created at compile time
1244   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
1245   * fixed an endianness problem which occured on iMacs
1246   * fixed the build for the Mandrake distribution
1247
1248 0.1.99c
1249 Sun, 18 Jun 2000 18:54:48 +0200
1250
1251   * fixed Makefile.in for debug version
1252   * caught Delete Window event in Gnome and X11 modes
1253   * fixed man page
1254   * GGI output now works
1255   * fixed a segfault on exit for the Gnome plugin
1256   * fixed compile problems for BeOS
1257   * sound support almost works under BeOS
1258   * fixed a warning in ac3_exponent.c
1259   * automatic support for .rpm and .deb building
1260
1261 0.1.99b
1262 Sat, 17 Jun 2000 03:35:02 +0200
1263
1264   * fixed a bug preventing to quit when run with no arguments
1265   * new VLAN changing code
1266   * created the ChangeLog file :)
1267
1268 0.1.99a
1269 Thu, 15 Jun 2000 20:48:54 +0200
1270
1271   * first public release
1272