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