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