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