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