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