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