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