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