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