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