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