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