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