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