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