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