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