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