]> git.sesse.net Git - vlc/blob - ChangeLog
./ChangeLog: added entry for the linear resampler
[vlc] / ChangeLog
1 0.5.0
2 Not released yet
3
4   * ./modules/audio_filter/resampler/linear.c: new audio resampler based on
5     linear interpolation
6   * ./modules/gui/macosx/prefs.m: new configuration interface
7   * ./src/misc/netutils.c: GetMacAddress Darwin support
8   * ./src/libvlc.h: default to en0 instead of eth0 under Darwin
9   * ./plugins/dvdplay/access.c: use dvdplay after it has completed
10     initialization.
11   * ./configure.in: better detection of IPv6, fixed solaris handling.
12   * ./plugins/familiar/*: used buttons instead of pixmaps.
13   * ./share/vlc16x16.xpm: XPM version of the logo.
14   * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
15     found (p_fifo might be NULL).                                        
16   * ./po/se.po : Swedish translation, courtesy of Joel Arvidsson
17     <dogai@privat.utfors.se>.
18   * ./plugins/ffmpeg/ffmpeg.h: added a new fourcc (3IV2, you shoudln't be able
19     to decode it but sometimes it's in fact MPEG-4, thx titer).
20   * ./plugins/mp4/*: added capability to read mov with mp3 tracks. But it seems
21     that mad doesn't like too much fragmented data packets, and thus breaks the
22     audio.
23   * ./mozilla/Makefile: fixed dependencies on .h files.
24   * ./plugins/filter/distort.c: fixed a typo in option names.
25   * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes.
26   * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
27   * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
28   * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
29     add them to the vlc-config output.
30   * ./plugins/dvdplay/*: first version of plugin for libdvdplay; supports DVD
31     reading with title and menus, pause, seeking, interactive menus with
32     mouse control.
33   * ./plugins/gtk/*: allowed 0 for title selection as it is the area for first
34     play pgc in DVDs.
35   * ./plugins/familiar/*: interface neatly exits now.
36   * ./plugins/cinepak/cinepak.c: added a new fourcc.
37   * ./plugins/mp4/*, ./plugins/ffmpeg/*: some clean up and changed the way
38     ffmpeg is initialized.
39   * ./plugins/beos/InterfaceWindow.cpp: implemented muting.
40   * ./plugins/beos/InterfaceWindow.cpp: fixed code for subtitle and audio
41     selection, still probs but working.
42   * ./plugins/beos/*: changes to ensure BeOS plugins compile and function,
43     implemented a intf_vlc_wrapper to "shield" the BeOS code from the
44     underlying vlc structurs, yet to be completed.
45   * ALL: decoders now use a fourcc as a probe value.
46   * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
47     its purpose.
48   * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
49   * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
50     always valid.                                                           
51   * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
52     vlc --help for more information.
53   * include/video.h: removed fourcc values which should _not_ be global
54     (thanks fenrir for convincing me).
55   * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
56   * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
57     input_ChangeES.
58   * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first 
59     vasprintf arguments to NULL for extra safety.
60   * ./src/misc/modules.c: added the "any" and "none" keywords to the module
61     selection string. "any" matches any module, and "none" always fails.   
62   * ./src/input/input_info.c: win32 compilation fixes.
63   * ./plugins/familiar/familiar.c: fixed gtk core-dump on exit. Used code from
64     gtk plugin for this.
65   * ./share/*: VCR icon buttons for Familiar Linux interface.
66   * ./plugins/familiar/*: Familiar Linux interface (non functional yet).
67   * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
68   * ./plugins/mp4/mp4.c: improved mp4a detection/handling.
69   * ./plugins/mp4/mp4.c: can now read mp4 files with mp3 audio declared in
70     mp4a box.
71   * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
72     configuration items.                                          
73   * ./src/input/input_info.c: new input info subsystem.
74   * ./plugins/mp4/*: same endianness for fourcc as the ones in video.h.
75   * ./plugins/cinepak/*: take care of grayscale option.
76   * ./debian/control: changed "interface plugin" occurences to "frontend" to
77     make package descriptions less misleading.                              
78   * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
79   * ./bootstrap.sh: don't generate pofiles by default.
80   * ./plugins/cinepak/*: a cinepak (cvid) video decoder (codec found in old
81     .mov files).
82   * ./plugins/ffmpeg/ffmpeg.c: tried to add an option to allow frame droppping
83     (--enable-hurry-up). Begin to work.
84   * ./configure.in: added -lrt for HP/UX port.
85   * ./plugins/ffmpeg/ffmpeg.c: added a new option, to set the level of error
86     resilience. It allows to play badly encoded mpeg4 files (illegal VLC code).
87   * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
88   * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
89     libvlc API.                                                           
90   * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
91   * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
92   * ./debian/*: created packages for libvlc0-dev.
93   * ./plugins/a52/a52.c: added a global lock to prevent two VLC threads to
94     call a liba52 function simultaneously (liba52 isn't reentrant).
95   * ./plugins/a52/a52.c: made liba52 the default AC3 decoder.
96   * ./configure.in: we no longer check for a specific function in -lphtread
97     because some systems (such as HP-UX...) have them inlined.
98   * ./Makefile.modules: we don't chmod -x the compiled plugins because of
99     HP-UX's dynamic linker which would otherwise be unable to open them. 
100   * ./configure: rebuilt using the newest autotools.
101   * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
102   * ./configure.in: fixed description of MP4 module.
103   * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
104   * ./configure.in: added mp4 module, default disabled.
105   * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t.
106   * ./configure.in: fixed Mac OS X compilation which was broken on some
107     machines.
108   * ./include/vlc/vlc.h: included os_specific.h.
109   * ./include/interface.h: interface creation and destruction functions are
110     now exported to plugins so that any plugin can spawn a new interface.
111   * ./plugins/mp4/*: preliminary mp4 (and some mov) demux plugin. I've not
112     enabled it (add by hand to Makefile... and link it with zlib -lz) as I
113     will probably break it too many times. It work for some mp4 (but without
114     audio, need aac decoder) and mov with sorenson v1(ffmpeg :).
115   * ./plugins/x11/xcommon.c: fixed a bug in the computation of the mouse
116     coordinates sent to interface.
117   * ./plugins/dvd/dvd.c: added a 'dvdold' shortcut to force the use of the
118     dvd plugin in case another plugin with higher priority wants to use 'dvd'
119     as shortcut.
120   * ./plugins/lpcm_adec/lpcm_adec.c: the loop in lpcm decoder DecodeFrame()
121     could not exit after b_die in some cases.
122   * ./configure.in: plugin compilation fix for HP-UX.
123   * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
124     remaining issues with XvPutImage detection, please confirm!
125   * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
126     Paul Lorenti <jpl31@columbia.edu>.
127   * ./Makefile: src/misc/modules_builtin.h now depends on Makefile.config.
128   * ./src/misc/threads.c: improved lazy initialization of the global lock.
129   * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
130     time on their hands.
131   * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
132     a few uninitialized variables.                                         
133   * MacOS X: added deinterlace submenu.
134   * ./plugins/access/http.c: fixed a double free bug and a memory leak.
135   * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check
136     for p_intf->b_die to know when they are supposed to terminate p_intf. This
137     will allow to spawn interface plugins on the fly.
138   * ./plugins/avi/avi.c: quick hack to read file created by ffmpeg. I think
139     it should work.
140   * ./plugins/ffmpeg/ffmpeg.c: added support for some others codecs provided
141     by ffmpeg, but some of them aren't tested.
142   * ./src/misc/messages.c: debug messages that were issued before the -v
143     flag was tested for are no longer lost.
144   * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
145     because XvSetPortAttribute isn't always available.                      
146   * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling.   
147   * MacOS X: added messages and playlist panel, dock menu, context menu 
148     in video view and localization support.
149   * ./ipkg/control: add package sdl to package dependency list.
150   * ./doc/vlc-howto.sgml: fixed typos.
151   * ./include/vlc_common.h: greatly simplified ntoh*, and U??_AT macros are
152     now alignment-safe.
153   * ./STATUS: new file indicating who's working on what. Please keep it
154     up-to-date.
155   * ./MAINTAINERS: new file indicating who has knowledge on which parts.
156   * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
157   * ./README: removed much outdated data.
158   * ./debian/*: great package renaming - names should make more sense now.
159   * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
160     when the audio output fifo could not be created.
161   * ./plugins/gtk/*: new generic "Open Target" window. Please test and
162     comment on usability.
163   * ./debian/rules: the Debian package creation script builds ffmpeg.
164   * ./plugins/mpeg_system/mpeg_audio.c: we skip the ID3 tag at the begining
165     of an MP3, so more files can be read.
166   * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
167   * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
168   * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination.
169   * ./FAQ: new entry for RTP.
170   * ./FAQ: minor updates, new sections: uninstall/reinstall,
171     DirectX-blackscreen, device permissions, debug messages,
172     config file, (un)planned ports/features, sources.list.
173   * ./plugins/avi/avi.c: now you can see avi over http (true interleaved
174     file only), and seek is allowed.
175   * ./plugins/win32/about.*: added the version number in the About box.
176   * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
177     strndup to a separate file so that Win32 can benefit from it.
178   * ./include/vlc_threads.h: Borland compilation fix.
179   * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
180   * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
181     Debian packages.
182   * ./po/*: updated potfiles.
183   * ./src/misc/modules.c: module_Need accepts a comma-separated list of
184     module names. Try for instance: "vlc --intf gnome,gtk,dummy".
185   * ./src/misc/darwin_specific.c: added strndup needed by video_output.c.
186   * ./configure.in: added -lintl to plugins_LDFLAGS.
187   * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions
188     of vlc from crashing when trying to open a recent module.
189   * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window
190     instead of moving the current window, which saves us the hassle of
191     remembering size and position.                                    
192   * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and
193     --no-xvideo-shm options.                                           
194   * ./plugins/avi/avi.c: begin to support VOD, but it segfault very quickly
195     (unless you disable audio or video!) and cannot support seeking( will
196     just stop ). Moreover it can't work for all files, only interleaved ones.
197   * ./plugins/lirc/lirc.c: the lirc interface now works again.
198   * ./plugins/qt/*: the Qt interface now works again.
199   * ./plugins/kde/*: the KDE interface now works again.
200   * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when hitting Eject with
201     an emtpy playlist.
202   * ./plugins/avi/avi.c: fix some problems with broken avi.
203   * ./plugins/avi/avi.c: audio seems to be better.
204   * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
205   * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
206   * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
207     palette.   
208   * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
209   * ./src/misc/modules.c: added the --plugin-path option to give vlc an
210     extra plugin location.
211   * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
212     don't launch the rc interface.
213   * ./plugins/access/http.c: fixed a compilation warning.
214   * ./src/misc/messages.c: cosmetic enhancements in the message output.
215   * ./plugins/x11/*: added the --x11-drawable and --xvideo-drawable options to
216     tell vlc to draw in an existing drawable instead of creating a new window.
217   * ./plugins/avi/*: I rewrite the way to read, in order to minimize seeking
218     (faster and in prevision of VOD by http, but not yet functionnal ). But
219     sound becomes horrible, I will try to fix it as soon as possible.
220   * ./plugins/macosx/vout_vlc_wrapper.m: arrow-up and arrow-down allow to 
221     control the sound volume.
222   * ./plugins/access/http.c: for streams which are not seekable, we fall
223     back on old HTTP/1.0 behavior; on systems implementing atoll() we
224     can also read files > 2 GB.
225   * ./configure: atoll() detection.
226   * ./plugins/macosx/intf_vlc_wrapper.m: fixed a bug with the language and
227     subtitle menus.
228   * ./README.MacOSX.rtf: more documentation.
229   * ./include/configuration.h: renamed MODULE_CONFIG_* macros into CONFIG_*.
230   * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
231     ./plugins/filter/transform.c, ./plugins/filter/distort.c,
232     ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
233     configuration macro.
234   * ./include/modules.h, ./include/video_output.h,
235     ./src/video_output/video_output.c, ./plugins/filters/*: added a
236     VOUT_FILTER capability. Having a clear distinction between VOUTs and
237     VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
238     stackable now (use --filter=foo:bar:foo etc..).
239   * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
240     added an ADD_USAGE_HINT() configuration macro.
241   * ./FAQ: added QT6 FAQ entry.
242   * ./configure.in: fixed inet_pton detection.
243   * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
244     also a bit slower, so I also kept the old version, optimized it, and     
245     called it "mean".                                                   
246   * ./plugins/network/ipv6.c: IPv6 multicast support, courtesy of Remco
247     Poortinga <poortinga@telin.nl>.
248   * ./extras/MacOSX/Resources/*: Mac OS X icons and fixes, courtesy of Benjamin
249     Mironer <bmironer@noos.fr>.
250   * ./plugins/filter/deinterlace.c: added two new deinterlacing methods,
251     we now have "discard", "blend", "bob" and "linear".
252   * ./plugins/mad/mad_libmad.c: changed error messages to warning/debug.
253   * ./plugins/macosx/*: additional minor fixes.
254   * ./plugins/macosx/vout_macosx.m, ./plugins/macosx/aout_macosx.m,
255     ./plugins/macosx/intf_vlc_wrapper.m: preliminary OS X compilation fixes.
256   * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
257     implementation to avoid races, by using SetEvent instead of PulseEvent.
258   * ./plugins/xosd/xosd.c: a couple more options, better defaults.
259   * ./configure.in: checking for the header should be enough in most cases.
260   * ./plugins/xosd/xosd.c: configuration options.
261   * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems
262     to be still crashing.
263   * ./plugins/gtk/gtk_callbacks.c: some code cleaning.
264   * ./plugins/text/rc.c: fixed the "a" command.
265   * ./plugins/xosd/*: basic On Screen Display intf-plugin based on libxosd
266   * ./src/misc/netutils.c: network mode works again.
267   * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back.
268   * ./src/playlist/playlist.c: fixed an off-by-one loop error.
269   * ./plugins/a52_system/.cvsignore: what about a little .cvsignore ?
270   * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop
271     and vlc:quit work again.
272   * ./src/playlist/playlist.c: when a new target is added, for instance through
273     the "File" menu, it is automatically played.
274   * ./include/vlc_objects.h: pointers are set to NULL after a call to
275     vlc_object_destroy.
276   * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
277     <alipiec@adrenalina.pl>.
278   * ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
279   * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
280     a non-zero reference count, but we still complain.
281   * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
282     as play, pause, stop, next, fast etc. work again.
283   * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
284     workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
285   * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
286     appropriate properties, we use it.
287   * ./Makefile: minor fix for the BeOS' make-package (icon loss).
288   * ./plugins/spudec/spu_decoder.c: release vout when we close spudec.
289   * ./plugins/ac3_spdif/ac3_spdif.c: only report initiliazation error when it
290     is really an error.
291   * ./include/video_output.h: added mouse coordinates to vout struct.
292   * ./plugins/mpeg_vdec/video_parser.c: check that p_vpar->p_vout is available
293     before detaching it.
294   * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
295     fullscreen from the popup menu.
296   * ./src/interface/interface.c: interfaces are no longer attached only to
297     p_vlc.
298   * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
299     ./src/input/input.c: improvements in the playlist handling (not quite that
300     yet though).
301   * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
302   * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
303     ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
304   * ./src/playlist/playlist.c, ./src/input/input.c: added safety checks to
305     prevent crashes on next file.
306   * ./src/misc/objects.c: commented all functions.
307   * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
308   * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
309   * ALL: got rid of p_object->p_this which is now useless.
310   * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
311   * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
312     not include CVS Id lines in automatically created files.
313   * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
314     ./src/interface/intf_eject.c, ./src/misc/threads.c: win32 compilation fix.
315   * ./plugins/directx/aout_directx.c, ./plugins/directx/vout_directx.c,
316     ./plugins/directx/vout_events.c: the DirectX notification and event threads
317     now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
318   * ./configure.in: added a check for inttypes.h and sys/int_types.h.
319   * ./configure.in: fixed the HTTP plugin compilation under BeOS.
320   * ./plugins/network/ipv6.c: reactivated IPv6 module.
321   * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
322   * ./include/main.h: replaced p_sys with explicit variables because it's
323     really much simpler this way.
324   * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
325     vlc_thread_create / vlc_thread_ready scheme to signal readiness.
326   * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
327   * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
328     belongs to plugins/mpeg_vdec.
329   * ALL: the first libvlc commit.
330
331 0.4.5
332 Fri, 11 Oct 2002 15:37:41 +0200
333
334   * src/interface/main.c, src/misc/modules.c: added a quick hack for a
335     --plugin-path command line option.
336   * INSTALL.win32: removed note about running in administrator mode to play
337     a DVD.
338   * ./plugins/beos/InterfaceWindow.cpp: user can now drop a DVD disk icon
339     onto the interface or playlist window to open a DVD.
340   * ./plugins/x11/xcommon.c: we include Xmd.h before dpms.h (compilation fix
341     for Solaris).
342   * ALL: many BeOS fixes and enhancements.
343   * ALL: VLC is now compliant with MPEG-2 TS standards embedding A/52
344     audio. It can still read from the old VLS with --vls-backwards-compat.
345   * ./plugins/familiar: interface for familiar Linux.
346   * ./plugins/qte: Qt/embedded video output.
347   * ./plugins/network/ipv4.c: added a --iface-addr option to select which
348     interface to use for multicast sockets.
349   * configure.in, configure: use -mms-bitfields instead of -fnative-struct
350     for mingw32 gcc-3.x.
351   * include/interface.h, plugins/dummy/intf_dummy.c, plugins/text/logger.c,
352     plugins/text/rc.c: display message on Win32 explaining how to get back
353     to the GUI mode.
354   * include/threads_funcs.h, src/misc/win32_specific.c: ignore the
355     win9x-cv-method config option on WinNT when fast-mutex is not enabled.
356   * plugins/access/rtp.c: backported RTP access module from HEAD.
357   * plugins/access/http.c: fixed a compile issue in the HTTP plug-in.
358   * configure.in: fixed bug with $(QTDIR).
359   * plugins/filter/deinterlace.c: fixed an issue with the linear method.
360
361 0.4.4
362 Sun, 11 Aug 2002 01:18:13 +0200
363
364   * ./src/misc/messages.c: fixed an extremely old buffer overflow.
365   * ./plugins/spudec/spu_decoder.c: fixed a moronic endianness bug.
366   * ./plugins/dvd/dvd.c: added a --dvd-css-method config option to the dvd
367     plugin.
368   * ./include/threads_funcs.h: fixed the --fast-mutex option.
369   * ./plugins/directx/vout_directx.*: the directx vout plugin now uses the
370     IID_IDirectDrawSurface2 interface, this shouldn't break anything and we
371     should now support WinNT4+DirectX3. Added support for YUY2 overlays because
372     a few graphics cards only support this. Some code cleanup too.
373   * ./plugins/directx/vout_events.c: small bugfix.
374   * ./plugins/network/ipv6.c: attempt to fix the win32 IPv6 implementation.
375     Multicast should even work (untested) although we'll need to find a way to
376     replace if_nametoindex() to have a fully functionnal win32 port.
377   * ./include/threads.h, ./include/threads_funcs.h: reverted Win32 pthread
378     implementation to the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP.
379     Additional vlc_cond_* implementations for Win9x.
380   * ./src/interface/main.c: renamed --fast_pthread option into --fast-mutex.
381     Added a--win9x-cv-method option to choose which vlc_cond_* implementation
382     we want on Win9x.
383   * ./plugins/avi/avi.c: kludge to play AVI files created by ffmpeg.
384
385 0.4.3
386 Fri, 26 Jul 2002 00:03:13 +0200
387
388   * ./README.MacOSX.rtf : updated README.
389   * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
390     David Eldred from Apple.
391   * ./plugins/macosx/vout_macosx.m : fixed _the_ bug with QuickTime 6.
392   * ./plugins/access/http.c: we are now parsing the http return code and
393     failing cleanly if it is >= 400.
394   * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed 
395     a deadlock issue with demuxers waiting on p_fifo->data_lock.
396   * ./src/input/input_ext-plugins.c: fixed a memory leak.
397   * ./plugins/access/http.c: fixed a bug with HTTP/1.0 servers.
398   * ./src/interface/main.c: new --mtu option.
399   * ./configure.in: fixed nanosleep detection on some platforms.
400   * ./plugins/beos/*: created a wrapper class for VLC functions and
401     interaction, improved file and disk opening, fixed drag and drop, added
402     right click menu and always on top mode.
403   * ./plugins/beos/VideoWindow.h: fixed pop-up menu's radio mode.
404   * ./plugins/beos/VideoWindow.h: fixed changing workspaces problem.
405   * ./plugins/beos/VideoWindow.h: added a popup menu to enable changing.
406
407 0.4.2
408 Sun,  7 Jul 2002 22:15:33 +0200
409
410   * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
411   * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
412   * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha 
413     palette.
414   * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
415   * ./plugins/macosx: new controls for audio output, and deinterlacing
416     support.
417   * ./plugins/macosx: fixed a bug with language and subtitle menus.
418   * ./plugins/access/http.c: should be more tolerant with old servers and
419     non-seekable streams.
420   * ./plugins/filter/deinterlace.c: backported new deinterlacing routines.
421   * ./include/threads.h, ./include/threads_funcs.h: backported the new Win32
422     cond_wait implementation from MAIN.
423   * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
424     from the popup menu.
425
426 0.4.1
427 Mon,  3 Jun 2002 23:43:35 +0200
428
429   * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
430     a segfault in the Gnome popup menu when toggling the interface.
431   * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
432   * ./src/misc/configuration.c: fixed the --nofoo option handling.
433   * ./src/interface/main.c: fixed two compilation warnings under Solaris.
434   * ./plugins/avi/avi.c, ./plugins/mpeg_system/mpeg_audio.c: ES will be
435     selected only once.
436   * ./plugins/win32/waveout.c: waveOutUnprepareHeader() was never being
437     called. This should fix the memory leak some people reported when using
438     the waveout plugin.
439   * ./src/misc/netutils.c: factored code common to the interfaces into the
440     network_ChannelJoin function.
441   * ./plugins/mga/xmga.c, ./plugins/x11/xcommon.c, ./plugins/sdl/vout_sdl.c,
442     ./plugins/directx/vout_events.c: we can now use keys F1 to F12 to switch
443     channels from the video output window.
444   * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
445     Vladimir Chernyshov <greengrass@writeme.com>.
446   * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
447     currently sucks.
448   * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
449     and --no-foo as negations for --foo. Also, the --help output is nicer.
450   * ./plugins/macosx/*: rewrote the net panel for OS X
451   * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
452   * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
453     which caused subtitles to appear slanted in odd width windows.
454   * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
455     popup menus when no stream is being played, even in network mode.
456   * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
457   * ./src/video_output/video_output.c: fixed the "picture has invalid status"
458     bug which might have been the cause of crashes.
459   * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
460     using "--filter crop --autocrop".
461   * ./vlc.spec: added missing filters to the RPM generation.
462   * ./plugins/macosx/*: channel change support on Mac OS X.
463   * ./extras/MacOSX/Resources/vlc.icns: new OS X icon, courtesy of Benjamin 
464     Mironer <bmironer@noos.fr>.
465   * ./plugins/filter/crop.c: crop filter. Usage examples:
466       --filter crop --crop-geometry 640x480
467       --filter crop --crop-geometry 320x200+10+10
468   * ./plugins/macosx/intf_vlc_wrapper.m: fixed a bug in the chapter handling.
469   * ./plugins/macosx/vout_vlc_wrapper.m: more keystrokes.  
470   * ./plugins/chroma/i420_yuy2.h: simplified the chroma code. Please test
471     under BeOS and QNX.
472   * ./plugins/macosx/intf_vlc_wrapper.m: fix for non-ASCII filenames in the
473     MacOS X interface, courtesy of Watanabe Go <go@dsl.gr.jp>.
474   * ./plugins/chroma/i420_yuy2.h: fixed an old overflow bug spotted by
475     Rudolf Cornelissen.
476   * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
477     mode, courtesy of Pascal Levesque.
478   * ./plugins/beos/InterfaceWindow.h: stopped more than one playlist being
479     opened.
480   * ./plugins/beos/InterfaceWindow.cpp: fixed segfault on exit with playlist
481     open.
482   * ./plugins/beos/vout_beos.cpp: corrected size of output window.
483   * ./plugins/a52/a52.c, ./plugins/satellite/satellite_tools.c: compilation
484     fixes for Solaris.
485   * ./plugins/sdl/aout_sdl.c: fixed an endianness issue created by a
486     brain-dead developer :p
487   * ./plugins/win32/mainframe.cpp: the "Eject" button is enabled only after we
488     played a dvd or vcd.
489   * ./plugins/win32/mainframe.cpp: the toolbar is now flat and less cubist.
490   * ./plugins/win32/mainframe.cpp: got rid of the ugly slider with some winXP
491     skins. 
492   * ./plugins/win32/messages.cpp: added a config option to limit the number of
493     messages in the log window (default is set to 500).
494   * ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null
495     pointer.
496   * ./plugins/gtk/gnome.c: compilation fix.
497   * ./src/misc/netutils.c: removed the obsolete artificial delay when switching
498     channels.
499   * ./src/interface/intf_eject.c: added ejection code for Win32.
500   * ./plugins/win32/*: enabled the "Eject" button (thanks Ipkiss).
501   * ./include/configuration.h: changed ADD_BOOL and ADD_BOOL_WITH_SHORT config
502     macros to accept a default value as an argument.
503   * ./src/misc/configuration.c: modified the command line parsing to accept
504     --foo and --no-foo when a "foo" boolean config option is defined.
505   * ./src/interface/main.c: modified the help menu to indicate whether the
506     option is enabled or disabled by default.
507   * ./src/video_output/video_output.c: when the video output hasn't received
508     a new picture for a while, it redisplays the last displayed one. This will
509     be useful for DVD menus, but also solves the "picture becomes black when
510     vlc is paused" issue.
511   * ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config.
512   * ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine
513     to avoid a flickering during the switch.
514   * ./plugins/filters/*: fixed inconsistencies.
515   * ./plugins/win32/mainframe.dfm: new icons for the toolbar buttons.
516   * ./plugins/win32/network.cpp: URL can now start with "http://" in the
517     Network dialog box.
518   * ./plugins/win32/about.dfm: updated the About dialog box.
519   * ./include/video.h: added a b_force flag to picture_t so that we can force
520     the display of an image even if it is late.
521   * ./plugins/filter/*: filters are now configurable through the configuration
522     system. Patch from Sigmund Augdal <sigmunau@stud.ntnu.no>.
523   * ./po/vlc.pot: updated potfile.
524   * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
525     <A.Lipiec@elka.pw.edu.pl>.
526   * ./debian/control: updated Debian package descriptions.      
527   * ./plugins/aa/aa.c: removed all palette code as it was unused.
528   * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to
529     vout_Render.
530   * ./plugins/aa/aa.c: added support for resizing and right-click menu.
531   * ./src/input/mpeg_system.c: in order to make ac3 working in avi file, moved
532     some code from ac3 decoder to mpeg_system.c. (skip 3 bytes is now done in
533     mpeg_system.c and no longer in ac3 audio decoder).
534   * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
535     instead of testing 'E: ' and 'I: ' (to simplify miniVLCS).
536   * ./plugins/avi/avi.c, ./plugins/avi/libioRIFF.c: added more safety tests.
537   * ./include/inpu_ext-dec.h: added a check to fifo->b_die after the call
538     to BitstreamNextDataPacket() in GetChunk().
539
540 0.4.0
541 Thu, 23 May 2002 01:27:05 +0200
542
543   * ./plugins/access/http.c: fixed HTTP input under Win32
544   * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma
545     transformations, with the help of Pascal Levesque.
546   * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
547     we don't do this, trying to use the class when the plugin is reloaded will
548     cause a segfault.
549   * win32: replaced TUpDown components by TCSpinEdit ones, which allow
550     values greater than 32767. It fixes the audio bug ocurring when a
551     configuration file is saved under the win32 interface
552   * ./plugins/win32/mainframe.cpp: Added some extra space between
553     statusbar and toolbar when nothing is displayed.
554   * ./plugins/text/logger.c: on win32 the logger interface shows up a dos
555     command box.
556   * ./plugins/gtk/gnome.c: fixed uninitialized variable
557   * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList()
558   * ./plugins/beos/vout_beos.cpp: changes to reduce segfaults on exit,
559     and also allow only one Playlist window.
560   * ./include/modules_inner.h: fixed a crash when reopening a hidden
561     module
562   * ./plugins/dvd/dvd_access.c: on Win32 the DVD access plugin has to be
563     explicitly requested. This avoids crashes when the input thread tries
564     to open files as dvds.
565   * ./plugins/dvd/dvd_access.c: fixed a side-effect bug causing crashes
566     on DVD title change
567   * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422
568     packed chroma transformations.
569   * ./src/input/input.c: fixed a bug with the input remaining stuck when no
570     network data was present.
571   * win32: fixed a stupid bug in the Network dialog.
572   * ./src/interface/main.c: fixed a little memleak.
573   * ./src/input/input_dec.c: removed useless code.
574   * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
575     variables.
576   * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
577   * ./configure.in: tried to fix the -lavcodec detection.
578   * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen.
579   * ./plugins/network/ipv6.c: experimental support for Windows IPv6
580   * ./plugins/a52/a52.c: added an option to disable the dynamic range
581     compression.
582   * ./Makefile.opts.in: removed configuration stuff which does not need to
583     rebuild anything to Makefile.config, so that editing it will not cause
584     a complete rebuild.
585   * ./plugins/beos/VideoWindow.h, ./plugins/beos/vout_beos.cpp: improved
586     Overlay and Bitmap output modes.
587   * ./plugins/macosx/aout_macosx.m, ./plugins/macosx/aout_macosx.m: removed
588     unused headers.
589   * ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto
590     the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have
591     any effect, so you'll have to hold down command-option when dropping until
592     this is resolved.
593   * ./src/video_output/video_output.c: removed previous patch to the video
594     output since it causes problems for some people.
595   * ./plugins/macosx/*: worked around a bug in seeking.
596   * ./include/threads_func.h: OS X port now uses real-time threads.
597   * ./configure.in: fixes for ffmpeg and mad.
598   * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib: OS X intf
599     is now more consistent with Apple guidelines.
600   * ./plugins/gtk/gtk_preferences.c: fixed a segfault I introduced lately in
601     gtk_preferences.
602   * ./plugins/macosx/intf_vlc_wrapper.m: don't try to eject unless there is
603     a disc to eject.
604   * ./plugins/macosx/intf_vlc_wrapper.m: fixed a segfault in the Mac OS X
605     interface.
606   * ./plugins/satellite/input_satellite.c: cosmetic changes in error messages.
607   * ./plugins/gtk/*: gtk and gnome interfaces now use frequency and symbol
608     rate default values.
609   * ./BUGS: removed fixed entries.
610   * ./plugins/spudec/spu_decoder.c: initialize p_spudec->p_vout to NULL to
611     prevent segfaults if InitThread does not complete.
612   * ./plugins/text/rc.c: on win32 the rc plugin opens a new console.
613   * ./plugins/filters/*: filters were using memalign but freeing p_data instead
614     of p_data_orig.
615   * ./extras/Win32_msvc/vlc.dsp: updated MSVC++ project.
616   * ./src/interface/main.c: small corrections to the LONGTEXT descriptions in
617     main.c.
618   * ./AUTHORS: a few additions.
619   * ./vlc.spec: updates, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
620   * ./configure.in: new --with-ffmpeg option for standard installations.
621   * ./src/interface/main.c: updated long descriptions.
622   * ./plugins/dummy/intf_dummy.c: on win32 the dummy interface plugin will
623     open a dos command box. With this fix, vlc should never fail silently and
624     leave a ghost process running in the background when there isn't any
625     working GUI plugin.
626   * ./include/config.h: on win32 DVD/VCD_DEVICE defaults to to D:.
627   * ./src/interface/main.c: added a few *_LONGTEXT descriptions.
628   * ./plugins/mpeg_vdec/video_parser.c: moved the mpeg-motion and mpeg-idct
629      options to the mpeg_vdec plugin.
630   * ./plugins/spudec/spu_decoder.c: mark subpictures destroyed when we end
631     spudec thread.
632   * ./src/audio_output/aout_pcm.c: desperate attempt to improve audio output.
633   * ./doc/vlc-howto.sgml, ./doc/vlc.1, ./README.MacOSX.rtf: updated
634     documentation.
635   * ./INSTALL.win32: updated INSTALL.win32.
636   * ./plguins/directx/vout_directx.c, ./plugins/directx/vout_events.c: a little
637     bit of clean-up in the directx video output plugin
638   * ./plugins/macosx/*: fixed Mac OS X resizing.
639   * ./src/misc/configuration.c: warning levels are no longer additive, patch
640     courtesy of Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>.
641   * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
642     and mipspro doesn't know about __inline__).
643   * ./src/audio_output/aout_pcm.c, ./src/audio_output/aout_ext-dec.c: fixed
644     deadlock in NextFrame() in aout_pcm.c.
645   * ./plugins/directx/vout_directx.c, ./plugins/directx/vout_events.c: fixed
646     a bug in the directx window creation function. We register a window
647     class once per process so we must be careful not to free the associated
648     resources.
649   * ./extras/Win32_msvc/vlc.dsp: updated the MSVC++ project files and added
650     support for dirent (vlc compiled with msvc can now load plugins - even
651     compiled with mingw).
652   * ALL: small portability fixes.
653   * ./plugins/macosx/*: menu item to maximize the volume in Mac OS X.
654   * ALL: dropped dependancy on autoconf 2.52.
655   * ./plugins/directx/vout_directx.c: modified the directx video plugin to try
656     to create an YUV surface before falling back to an RGB surface when it's
657     not possible to use overlays. Some graphic cards can do the YUV->RGB
658     conversion in hardware during the blitting stage.
659   * ./plugins/directx/vout_directx.c: in the directx video plugin, we now
660     request that the RGB surface be created in video memory. The reasoning
661     behind this is that usually surfaces in video memory benefit from more
662     hardware acceleration (like for instance hw rescaling, hw blitting, etc.).
663   * ./plugins/directx/directx.c: added two options to the directx video plugin
664     to disable the above features (mainly because my video driver is buggy and
665     doesn't handle them well).
666   * ./src/misc/configuration.c: small cosmetic changes to the generation of
667     the config file.
668   * ./src/misc/configuration.c: fix for config_GetHomeDir() on win32.
669     SHGetFolderPath() is located in shfolder.dll not shell32.dll.
670   * ./plugins/gtk/gtk_preferences.c: fix for the gtk preferences dialog box. To
671     be sure that an int or float value is actually changed we call
672    gtk_spin_button_update() in the GtkInt/FloatChanged() event handler.
673   * ./debian/control: made the Build-Depends: entry a one-liner (Closes
674     Debian bug #147103).
675   * ./src/audio_output/aout_spdif.c: a lock was not released.
676   * ./plugins/text/rc.c: added a safety lock.
677   * ./plugins/gtk/*: new Network dialog box for Gtk and Gnome interfaces.
678   * ./plugins/mpeg_system/mpeg_audio.c: you can now force the mpeg_audio demux
679     module.
680   * ./plugins/mpeg_vdec/vpar_headers.c: update reference in case of sequence
681     end code.
682   * ./src/input/input_clock.c: don't keep the control lock during the pause.
683   * ./plugins/ac3_spdif/ac3_spdif.c, ./src/audio_output/aout_spdif.c: check for
684     b_die and b_error in all loops so that we don't remain stuck waiting for
685     data whereas the vlc has tried to quit.
686   * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
687   * ./plugins/avi/avi.c : it will not segfault with broken avi with an unknown
688     stream.
689   * ./src/misc/mtime.c: removed usage of usleep (not thread safe) (by Meuuh).
690   * ./src/video_output/video_output.c: video output patch to improve handling
691     of late pictures (by Meuuh).
692   * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
693     calls to realloc(_,0) in a similar way to input_programs.c.
694   * ./plugins/dvd/dvd_seek.c: fix random segfaults on title change (i_cell
695     should be tested _before_ we access the structures).
696   * ./src/input/input_programs.c: fixed memory corruption by setting a few
697     pointers to NULL after they have been free()ed.
698   * ./src/input/input_programs.c: removed now useless ASSERTs.
699   * ./plugins/beos/*: improved overlay and bitmap support, not tested on nVidia
700     cards. Lower CPU usage and no thread created per frame.
701   * ./plugins/dvd/dvd_summary.c: added a sanity check.
702   * ./plugins/vcd/*: vcd access plugin now uses mpeg_ps demux instead of its
703     own one.
704   * ./plugins/macosx/vout_qdview.m: attempt to fix the video output with
705     QuickTime 6.
706   * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing
707     audio track" problems by zeroing the p_ac3dec structure.
708   * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached"
709     crash.
710   * ./src/input/input_dec.c, ./src/input/input_programs.c: check size to avoid
711     realloc(0).
712   * ./plugins/win32/network.*: new Network dialog box.
713   * ./src/input/input.c, ./plugins/access/http.c, ./plugins/access/udp.c: added
714     the input_FDNetworkClose() function to be called when closing a networking
715     stream instead of input_FDClose().
716   * ./src/misc/netutils.c: use closesocket() instead of close() at the end
717     of the network_ChannelJoin() for WIN32.
718   * ./src/misc/configuration.c: fixed an issue with long options from
719     modules where option arguments and playlist entries were mixed.
720   * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors
721     should be OK now.
722   * ./plugins/satellite/input_satellite.c: fixed a compilation warning.
723   * ./configure.in: added libdvbpsi version check.
724   * ./include/modules_inner.h: fixed a bug in module reinitialization,
725     which should fix crashes after a long pause.
726   * ./src/input/*: fixed a bug (glitch/segfault) when seeking.
727   * ./src/input/mpeg_system.c: we handle PCR even if they are not attached
728     to a PMT.
729   * ./configure.in: new --with-mad-tree configure option.
730   * ./BUGS: updated BUGS file.
731   * ./src/input/mpeg_system.c: it should now be possible to quit when reading
732     a bogus file.
733   * ./src/misc/iso-639.def, ./include/iso_lang.h, ./src/misc/iso_lang.c:
734     iso-839-[12] tools.
735   * ./plugins/dvd/dvd_es.c, ./plugins/dvd/dvd_summary.c,
736     ./plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new
737     behaviour.
738   * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
739   * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
740     of Yves Duret and other Mandrakesoft guys I don't know.
741   * ./plugins/macosx/intf_vlc_wrapper.m: do not eject when we're reading from
742     the disc...
743   * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
744     try to use it, unless it was explicitely requested (--vout for example).
745   * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh). 
746   * ./src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
747     Meuuh.
748   * ./plugins/mpeg_system/mpeg_audio.c: to avoid problem with PS, test only the
749     first 4 bytes for mpeg header so some broken files, and all web radio will
750     not work. You can change this by changing value of MPEGAUDIO_MAXTESTPOS.
751   * ./doc/vlc-howto.sgml: spelling mistakes, small updates, harmonization with
752     other documentations (thank you Alexis).
753   * ./plugins/satellite/*: some fixes in options parsing (thank you Sam).
754   * ./extras/MacOSX/Resources/vlc.icns: new OS X icon, courtesy of Joeri van
755     Dooren <joeri@van.dooren.be>.
756   * ./plugins/mpeg_vdec/video_decoder.c: Mac OS X fix.
757   * ./plugins/mpeg_system/mpeg_audio.c: you should again be able to play PS
758     streams (I hope it will be enough). Sorry.
759   * ./plugins/ffmpeg/ffmpeg.c: CVS version of ffmpeg can now decode
760     msmpeg4 v1 v2, so I added support for this. But you can always use
761     the old ffmpeg library without any problem (I hope ;).
762   * ./include/video.h : added new fourcc codes for avi.
763   * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
764     display. To duplicate 12 times, use `--filter clone:12'.
765   * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to
766     force the XVimage format used.
767   * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf.
768   * ./plugins/mpeg_system/mpeg_audio.c: we don't use any more U32_AT.
769   * ./plugins/macosx/*: disabled auto-hiding of mouse cursor since it doesn't
770     work when browsing menus; instead, click in the video window
771   * ./plugins/macosx/*: fixed a major bug in the spu decoder.
772   * ./plugins/macosx/*: Objective-C files are now .m.
773   * ./plugins/macosx/*: fixed menus.
774   * ./plugins/macosx/*: menus for Program/Title/Chapter/Languages.
775   * ./plugins/avi/avi.c: we use input_ClockManageRef to do synchro.
776   * ./include/common.h, ./include/input_ext-plugins.h: exported
777     input_ClockGetTS for plugins.
778   * ./plugins/mpeg_system/mpeg_audio.c: a demux for mpeg audio stream (file,
779     web radio ...) 
780   * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
781     reason, user just needs to hit Ctrl-C again 1 second later and we'll
782     exit disgustingly instead of freezing.
783   * ./plugins/macosx/intf_vlc_wrapper.c: menu code fixes.
784   * ./plugins/macosx/*: fixed Mac OS X VOUT_SIZE_CHANGE signal.
785   * ./plugins/ffmpeg/ffmpeg.c: corrected some bad lock/unlock.
786   * ./plugins/avi/avi.c: can now use --novideo.
787   * ./plugins/macosx/*: improvements of the OS X GUI.
788   * ./plugins/mad/*: added mad plugin downscale config option for selecting
789     downscaling routine. Choices are: fast, mpg321. Default the fast version
790     is used. The downscale option mpg321 uses an algorithm that adapts to
791     dither errors. This routine is borrowed from MPG321 code.
792   * ./plugins/mad/*.c: mono audio streams get now duplicated on the right
793     channel instead of silencing the right channel (untested).
794   * ./plugins/avi/avi.c, ./plugins/ffmpeg/ffmpeg.c: improvements.
795   * ./src/video_output/video_output.c: video plugins that don't handle
796     rescaling themselves have to let the video_output thread know about
797     resizing events (with VOUT_SIZE_CHANGE event). (this part needs some
798     clean-up but it is basically working for the X11 and SDL plugins).
799   * ./plugins/sdl/vout_sdl.c: fixed fullscreen for the SDL plugin.
800   * ./plugins/sdl/vout_sdl.c, ./plugins/mga/xmga.c: xmga and sdl now switch to
801     fullscreen on double-click.
802   * ./plugins/avi/avi.c: try to not freeze when reaching end file.
803   * ./plugins/x11/xcommon.c, ./src/video_output.c: fixed the resizing and
804     scaling of the X11 video output.
805   * ./plugins/x11/xcommon.c: clicking on the video doesn't pause it anymore
806     (use spacebar for this), but double-clicking will now switch between
807     fullscreen and window mode.
808   * ./plugins/gtk/gtk_preferences.c: the Apply button in the preferences menu
809     is grayed out unless there's a change to apply.
810   * ./plugins/gtk/gtk_preferences.c: GtkConfigApply() now clears the list of
811     config changes before returning.
812   * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
813   * ./configure.in: deactivated ipv6.so under QNX for now.
814   * ./plugins/macosx/aout_macosx.c: more stable audio output with more output
815     buffering.
816   * ./BUGS: no text in the status bar with gtk intf, no window title in gtk
817     intf on some machines, correct title on another.
818   * ./plugins/gtk/*.glade, ./plugins/gtk/*_interface.*: fix for interface   
819     autoshrink when toolbar text isn't displayed.
820   * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_display.*:
821     callbacks for the hide tooltips and toolbar text options.
822   * ./plugins/mad/*: aout fifo adapts it size according to the length of the
823     first frame. The change is needed for MPEG1/2 layer III, because the size
824     of output pcm from mad_decoder is different.
825   * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
826     options callbacks.
827   * ./configure.in: we check support for variadic macros (screw Borland!).
828   * ./plugins/gtk/gnome.c: new option lets you hide the text of the
829     GNOME interface toolbar.
830   * ./FAQ: small FAQ update. Please note that everyone can update this FAQ if
831     they want, it is not my property :-).
832   * ./AUTHORS: added quite a few missing names.
833   * ./plugins/qnx/vout_qnx.c: port of the QNX vout plugin to the vout4 API,
834     courtesy of Pascal Levesque <Pascal.Levesque@mindready.com>.
835   * ./plugins/avi/avi.c: you can now use slow and fast reading. After seeking,
836     audio and video synchro is better.
837   * ./plugins/macosx/aout_macosx.c: misc sound fixes.
838   * ./configure.in: fixed VCD double detection.
839   * ./src/misc/configuration.c, ./plugins/text/logger.c: the configuration file
840     and the log file are opened in text mode. This mode should only have a
841     meaning on Win32 and isn't supposed to break any other platform. If does
842     give you any trouble then shout.
843   * ./configure.in: added a --with-a52-tree option to the configure script.
844   * ./plugins/spudec/spu_decoder.c: FOURCC_YUY2 subtitles support (for NVidia
845     overlay) courtesy of Rudolf Cornelissen <rag.cornelissen@inter.nl.net>.
846   * ./plugins/kde/*: configuration dialog for the KDE interface, courtesy
847     of Sigmund Augdal <sigmunau@stud.ntnu.no>.
848   * ./plugins/chroma/i420_yuy2.h: workaround for yet another annoying gcc
849     behaviour with inline assembly (seems to be BeOS-specific). If anyone has
850     a better idea than the huge "memory" constraint, please have a look at
851     the MMX_CALL() macro!
852   * ./plugins/avi/avi.c: corrected a bug with broken avi files.
853   * ./src/misc/modules_plugin.h: added config_Get/PutFloatVariable to
854     p_sysmbols. Thanks to Sigmund Augdal for pointing this bug out.
855   * ./src/audio_output/aout_pcm.c: on Win32 the aout_pcm thread is given a high
856     priority. This avoids lots of audio underruns, especially when moving
857     around the video window.
858   * plugins/avi/avi.c : changed in order to read more avi files, Meuuh
859     you can now read your file ;) (but audio is awful, perhaps because of mad
860     plugin ?). Fix a bug for audio with some avi files.
861   * ./plugins/satellite/satellite.c: fixed a compilation issue in satellite
862     input. It now uses common or libdvbpsi ts demux. Untested cause I can't
863     get our Nova Card work again.
864   * ./src/video_output/vout_pictures.c: restored vout_CopyPicture(). It is
865     needed by the directx plugin damnit ;-)
866   * ./include/config.h: restored AOUT_BUFFER_DURATION to its old value. It
867     should solve quite a few underrun problems.
868   * ./plugins/directx/vout_directx.c: a little bit of DirectX plugin clean-up.
869   * ./ipkg/control: added more information in ipkg control file.
870   * ./include/modules_inner.h: the module name is now a default shortcut, for
871     it, no need to manually add it.
872   * ./plugins/sdl/vout_sdl.c, ./plugins/x11/xcommon.c: when in fullscreen
873     mode, the Esc key does not quit immediately, but first escapes from
874     fullscreen mode. User-requested feature.
875   * ./include/os_specific.h: fixed a C++ compilation issue.
876   * ./include/videolan/vlc.h: removed the main() declaration because SDL
877     defines it as a macro.
878   * ./plugins/avi/avi.c: with some broken avi files, will not freeze, and
879     try to detect end of file.
880   * ./include/threads_func.h: moved the function definitions from threads.h
881     into threads_funcs.h. This allows us to move p_main_sys into p_main
882     (p_main->p_sys).
883   * ./configure.in: fixed the --with-gtk-config-path and --with-sdl-config-path
884     options.
885   * ./plugins/avi/avi.c: seek is faster.
886   * ./configure.in: fixed a typo in libdvbpsi handling.
887   * ./plugins/vcd/cdrom_tools: FreeBSD 4.5 port of the vcd input.
888   * ./INSTALL.win32: updated win32 compilation instructions.
889   * ./plugins/mpeg_system/mpeg_ts.c: fixed --program option.
890   * ./include/common.h: fixed vlc_memalign.
891   * ./plugins/avi/avi.c: now it can play broken files with seek enabled but
892     it's very slow (will be fixed soon).
893   * ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-)
894   * ./src/input/input_programs.c: a video divx ES will no longer be considered
895     as an audio ES (thanks sam).
896   * ./src/misc/darwin_specific.c: added system_Configure().
897   * ./plugins/macosx/vout_macosx.c: cleaned up QTScaleMatrix().
898   * ./plugins/macosx/*: A/V sync should be much more precise.
899   * ./plugins/macosx/vout_qdview.c: borders in fullscreen mode are now black
900     and the movie is centered.
901   * ./extras/MacOSX/vlc.pbproj/project.pbxproj: new creator ID: VLC#.
902   * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir.
903   * ./include/video.h: moved vout_CopyPicture out of the way, an inline
904     function did not make sense here.
905   * ./include/video.h: moved vout_ChromaCmp out of the way.
906   * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into
907     video.h.
908   * ./include/os_specific.h: this file is now always included.
909   * ./include/debug.h: removed this file which was almost useless, and moved
910     ASSERT to common.h.
911   * ./include/common.h: fixed vlc_memalign and changed its prototype to
912     follow posix_memalign's.
913   * ./configure.in: dropped usage of $withval and $enableval in favor of the
914     safer variants $with_foo and $enable_foo.
915   * ./plugins/avi/avi.c: will not segfault when no audio is found/supported.
916   * ./plugins/ffmpeg/ffmpeg.c: with empty frame(data_packet) it won't segfault.
917   * ./plugins/avi/avi.c: use KeyFrame to seek, so video will not be bad as
918     before.
919   * ./plugins/mpeg_system/mpeg_ts.c: moved Program Specific Information
920     decoder to the ts demux module.
921   * ./plugins/mpeg_system/Makefile: added a mpeg_ts_dvbpsi module tha uses
922     libdvbpsi to decode PSIs. It is used by default if the lib is found. It
923     shares much code with mpeg_ts.
924   * ./plugins/directx/vout_events.c: fixed typo. You have to double click on
925     the video window to switch to fullscreen.
926   * ./src/misc/configuration.c: on Win32 the config file is now stored under
927     the "Application Data" folder belonging to the user. (this works if at
928     least IE4 is installed, otherwise the old method is used to get the
929     config directory)
930   * ./configure.in: fixed MacOS X module linking problem.
931   * ./src/interface/main.c: we no longer segfault if argc == 0.  
932   * ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries
933     defining it. Grmbl.
934   * ./src/input/input_ext-plugins.c: cosmetic change.
935   * ./plugins/ac3_adec/*: use of _M to avoid conflict with libavcodec.a.
936   * ./plugins/avi/*: a light AVI demux.
937   * ./plugins/ffmpeg/*: a video decoder for divx v3 and opendivx.
938   * ./plugins/win32/preferences.cpp: fixed a compilation bug
939   * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
940     upcoming work.
941   * ./plugins/spudec/spu_decoder.c: fixed the spu decoder to take the pitch
942     of the destination picture into account when rendering the subtitles
943     (Implemented only for the YUV modes).
944   * ./plugins/directx/vout_events.c: fixed the mouse autohidding feature in
945     the DirectX plugin (at least partially).
946   * ./plugins/directx/vout_directx.c: fixed the DirectX video output for
947     non-overlay modes. It was only working in RGB16 before.
948   * ./plugins/directx/vout_directx.c: DirectX video output plugin now uses
949     triple buffering for YUV overlay. This improves the video quality a lot
950     (no tearing) without affecting performance. (I knew double buffering
951     sucked but I just discovered why triple buffering is better: you don't
952     have to wait for the vsync to flip the buffers).
953   * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix
954     to avoid retrieving the spu palette from a network stream as if it was
955     a DVD.
956   * ./src/interface/main.c: tidied the help output code.
957   * ALL: removed underscores from option names and made a few options more
958     self-explanatory, for instance --input_channel becomes --audio-channel;
959     run vlc -H to see what has changed.
960   * ALL: replaced many occurences of "plugin" with the word "module".
961   * ./src/interface/main.c: moved all satellite-specific configuration options
962     to the satellite plugin.
963   * ./po/*: updated translations.
964   * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma
965     transformations. They're now PIC-friendly as well.
966   * ./plugins/macosx/intf_open.c: added Open disc and network panels.
967   * ./plugins/macosx/intf_controller.c: some changes to the control layout.
968   * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted
969     verbose messages.
970   * ./po/en_GB.po: British translation.
971   * ./src/interface/main.c, ./src/misc/configuration.c: fixed the warning_level
972     handling: "-v" and "--warning" are now working as they should and they also
973     are cumulative (using -vv --warning=3 you end up with i_warning_level=5).
974   * ./src/misc/configuration.c: support for short options. -V, -A, -I
975     are back, and we also have -4 and -6 for IPv4/IPv6.
976   * ./src/misc/configuration.c: added config_GetFloatVariable() and
977     config_PutFloatVariable() to the config module.
978   * ./src/video_output/video_output.c: added a --zoom <float> config option.
979   * ./plugins/idct/idct_sparse.c: added a call to RestoreCPUState() in
980     InitIDCT() so that the FPU is still available after a call to InitIDCT().
981   * ./plugins/text/logger.c: deactivated stream buffering when logging to a
982     file.
983   * ./po/*: re-ran make update-po, fixed a few translations.
984   * ./po/fr.po: completed the french translation.
985   * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
986     strings between the Gtk+ and GNOME modules to avoid duplicate translations.
987   * ./po/de.po: updated german translation. Many thanks to Thomas Graf.
988   * ./doc/vlc-howto.sgml: URL & mailing-lists corrections.
989   * ./plugins/gtk/gtk_preferences.c: the last category from the config options
990     wasn't displayed.
991   * po/nl.po: updated Netherlands translation of interface.
992   * po/fr.po: completed french translations.
993   * ALL: internationalized all configuration strings.
994   * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
995   * ./src/misc/configuration.c: lots of simplifications in the code.
996   * ./po/vlc/pot: updated translations.
997
998 0.3.1
999 Thu, 18 Apr 2002 06:43:42 +0200
1000
1001   * ./vlc.spec: fixed build dependencies.
1002   * ./configure.in: when -lintl is available, we now also link plugins with it.
1003   * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
1004   * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
1005   * ./configure.in: switched version to 0.3.1.
1006   * ./vlc.spec: imported Mandrakesoft's latest enhancements.
1007   * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
1008     extension gethostbyname2(), thanks to Thomas Graf.
1009   * ./plugins/macosx/vout_macosx.c: finally fixed MacOS X aspect ratio. If you
1010     know how to center the picture in the screen, and make the remaining space
1011     black instead of white, PLEASE drop me a mail!
1012   * ./src/input/mpeg_system.c: in TS demux, a program is selected only if a
1013     PMT for it was found. This should fix the problem that occured when reading
1014     a file directly extracted from a satellite card.
1015   * ./plugins/access/udp.c: UDP access plugin uses input_SetProgram.
1016   * ./AUTHORS: added people locations, just for fun.
1017   * ./configure.in: disabled SSE plugins when using mingw32.
1018   * ./src/misc/configuration.c: disabled the AltiVec warning message on the
1019     PowerPC platform because it was misleading.
1020   * ./plugins/dvdread/dvdread.c: have dvdread plug-in respond to dvd: URLs.
1021   * ./plugins/macosx/intf_macosx.c: MacOS X interface shouldn't take as much
1022     CPU as it used to.
1023   * ./plugins/motion/motionaltivec.c: fixed a bug in AltiVec-enabled MC (thanks
1024     walken).
1025   * ./plugins/memcpy/memcpyaltivec.c: fixed a case of segfault in AltiVec-
1026     enabled memcpy.
1027   * ./doc/vlc-howto.sgml: big update of Henri's howto.
1028   * ./plugins/mpeg_vdec/*: support for pictures with a pitch different from
1029     the picture width, inspired by Gildas Bazin.
1030   * ./plugins/satellite/input_satellite.c: fixed a typo in satellite input.
1031   * ./src/interface/main.c: added options to configure antenna (sat_lnb_lof1,
1032     sat_lnb_lof2, sat_lnb_slof and sat_diseqc). They only appear if satellite
1033     input is compiled.
1034   * ./plugins/satellite/input_satellite.c: fixed a few bugs in satellite
1035     input (device was not closed in every failure case, symbol rate limits
1036     in gnome interface were wrong).
1037   * ./plugins/gtk/*: added FEC choice in command line, gtk and gnome
1038     interfaces. Command line is now satellite:<frequency(Hz)>,
1039     <polarization(0=V,1=H)>,<fec(1=1/2,2=2/3...)>,<symbol rate(kbyte/s)>
1040   * ./plugins/beos/vout_beos.cpp: implemented a fix for nVidia overlays
1041     thanks to Bertil.
1042   * ./Makefile: fixed the Win32 interface under Win2k/XP.
1043   * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
1044     for the Win32 API.
1045   * ./plugins/mpeg_system/mpeg_ps.c: fixed another bug in PS demux: the first
1046     program added was at the same time declared as the current program and as
1047     a new program, which made the ES be selected two times.
1048   * ./src/input/input_programs.c: fixed a bug in input_SetProgram, that made
1049     the ps file input launch without video.
1050   * ./plugins/beos/vout_beos.cpp: fixed code to close vout window, does not
1051     segfault anymore.
1052   * ./po/fr.po: french translation update
1053   * ./configure.in: fixed a bug in the libdvdread detection.
1054   * ./configure.in: fixed plugin compilation under Win32.
1055   * ./vlc.spec: imported MandrakeSoft's enhancements.
1056   * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
1057   * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
1058   * ./plugins/aa/aa.c: a few simplifications in the code.
1059   * ./src/input/input.c: made file access plugin use input_SetProgram so that
1060     we may change program when reading a file.
1061   * ./src/input/input_programs.c: fixed a bug in input_SetProgram.
1062   * ./src/interface/main.c: added --input_program <int> option, to choose the
1063     program from the command line.
1064   * ./plugins/memcpy/memcpyaltivec.c: fixed AltiVec-enabled version of
1065     fastmemcpy.
1066   * ./src/interface/main.c: fixed --memcpy switch.
1067   * ./Makefile: changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are
1068     great ideas :p)
1069   * ./README - Mac OS X.rtf: new README file for MacOS X.
1070   * ./Makefile: fixed the Win32 interface under Win2k/XP.
1071   * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
1072     for the Win32 API.
1073   * ./configure.in: wrote a better test for libdvdread detection.
1074   * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
1075     a segfault in the Gtk+ popup menu when toggling the interface.
1076   * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
1077     do not accept empty macro arguments.
1078
1079 0.3.0
1080 Sat,  6 Apr 2002 04:27:50 +0200
1081
1082   * ./doc/release-howto.txt: updated documentation.
1083   * ./vlc.spec: added missing plugin filenames to the build process.
1084   * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
1085   * ./Makefile: fixed make dist and make distclean.
1086   * ./plugins/dvd/dvd.c: compilation fix.
1087   * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
1088   * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
1089   * ./vlc.spec: updated specfile.
1090   * ./Makefile, ./configure.in: misc BeOS build fixes.
1091   * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
1092   * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
1093     anymore, the package is now 700k instead of 4MB.
1094   * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
1095     foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
1096     lot of stuff from Makefile.opts.in back to configure.in.
1097   * ./install-win32: updated script for NSIS 1.96.
1098   * ./configure.in: added --enable-intfwin to enable the win32 interface and
1099     --with-bcbuilder to tell make where to find Borland C++ Builder.
1100   * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
1101   * ./plugins/win32/Makefile: intfwin.so can be built using commandline.
1102   * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
1103     file isn't needed for the intfwin plugin anymore.
1104   * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
1105   * ./AUTHORS: added ipkiss.
1106   * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
1107     item, not yet implemented.
1108   * ./plugins/win32/about.dfm: replaced the outdated author list with a
1109     "VideoLAN Team" entry.
1110   * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
1111     replaced the outdated author list with a "VideoLAN Team" entry.
1112   * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
1113     it does not work, and removed the vlc-a52 package because liba52 is
1114     statically linked into vlc.
1115   * ./debian/control: added more helpful package descriptions.
1116   * ALL: changed version to 0.3.0. Yeah, it's coming.
1117   * ./Makefile: fixed make dist.
1118   * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
1119   * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
1120   * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
1121   * ./Makefile: renamed the `snapshot' rule to `dist'.
1122   * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
1123   * ./Makefile.modules: modules now depend on Makefile.opts.
1124   * ./configure.in: added (hopefully) explicit messages on how to get
1125     libdvdcss and link vlc with it.
1126   * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
1127   * ./plugins/win32/*: Added management for secondary config dialogs
1128   * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
1129     contributor is currently working on.
1130   * ALL: removed libdvdcss from the vlc tree.
1131   * ALL: removed libdvdread from the vlc tree.
1132   * ./acconfig.h: removed this file.
1133   * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
1134   * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
1135   * ./plugins/gtk/gtk_callbacks.c: use the dvd_device config option.
1136   * ./po/ja.po: added Japanese translation from Fumio Nakayama
1137     <endymion@ca2.so-net.ne.jp>.
1138   * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
1139   * ./include/threads.h: new pthread implementation for WinNT/2K/XP. This
1140     implementation shouldn't be subject to race conditions as it is using
1141     SignalObjectAndWait() from the Win32 API. As this should be somehow slower
1142     than the old method (still used on Win9x), you can specify that you want
1143     to use the old method with the "fast_pthread" config option.
1144   * ./include/videolan/vlc.h: added a new p_main_sys global variable. This
1145     variable is a pointer to an OS specific structure which is defined in
1146     *_specific.h. This structure can be filled by the already existing
1147     System_Init() function and is a nice way to avoid too many #ifdefs.
1148   * ./include/defs.h.in: got rid of the DVD_DEVICE macro. We now use the
1149     dvd_device config option. This creates a small memory leak as we don't free
1150     the string obtained from config_GetPszVariable, but I think we can live
1151     with it for now.
1152   * ./configure.in: the SSE plugins are disabled on the mingw32 build as they
1153     don't work (because memalign is not implemented on win32, and malloc only
1154     aligns on an 8 bytes boundary).
1155   * ./INSTALL.win32: fixed a small mistake.
1156   * ./include/config.h: fixed config directory name for windows.
1157   * ./plugins/win32: the network dialog now respects the preferences settings.
1158   * ./src/input/input_ext-plugins.c: compilation fix. :-ppppp
1159   * ./plugins/memcpy/fastmemcpy.h: AltiVec-enabled version of fastmemcpy.
1160   * ./plugins/macosx/vout_macosx.c: use ImageBuffer instead of ScreenBuffer in
1161     OS X video output (should be faster).
1162   * ./src/interface/main.c: check that channels have been created before
1163     the call to network_ChannelJoin.
1164   * ./plugins/win32/*: fixed a few bugs in the preferences.
1165   * ./plugins/win32/*: better auto-resizing of the main window.
1166   * ./plugins/win32/*: the disc dialog now respects the preferences settings.
1167   * ./src/misc/configuration.c: small compilation fix.
1168   * ./plugins/beos/vout_beos.cpp: added a test for the nooverlay option.
1169   * ./include/config.h: changed directory of the config file for BeOS to be
1170     consistant with OS standard.
1171   * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
1172   * ./plugins/dvd/dvd_access.c: removed a warning.
1173   * ./src/misc/configuration.c: Solaris fixes by Meuuh.
1174   * ./FAQ: removed outdated stuff.
1175   * ./plugins/directx/vout_events.c: fixed yet another bug related to the event
1176     thread creation.
1177   * ./plugins/directx/vout_events.c: removed a few debug messages.
1178   * ./extras/Win32_msvc/*: Microsoft Visual Studio C++ 6 project files. This
1179     is useful mainly for debugging as the hardware accelerated plugins can't
1180     be compiled with msvc.
1181   * ./plugins/downmix/ac3_downmix_sse.c, ./plugins/downmix/ac3_downmix_3dn.c:
1182     Win32 compilation fixes when downmixsse and downmix3dn are declared as
1183     plugins.
1184   * ./plugins/directx/vout_events.c: fixed the waiting on the event thread
1185     creation in the directx plugin.
1186   * ./Makefile: updated the "package-win32" rule.
1187   * ./install-win32: all txt files are now converted to dos format (CRLF).
1188   * ./doc/win32/Cross-Compile-Howto.txt: VLC-Win32 Cross-Compile Howto,
1189     courtesy of Bill Eldridge.
1190   * ./plugins/beos/vout_beos.cpp: improved overlay detection, default colour
1191     space selection.
1192   * ./plugins/gtk/gtk_preferences.c: allow the user to resize the configuration
1193     windows.
1194   * ./plugins/gtk/gtk_preferences.c: moved config_GetIntVariable out of the
1195     loop.
1196   * ./plugins/gtk/gtk_preferences.c: you can now set a maximum height for the
1197     configuration windows in the gtk and gnome plugins. This patch _doesn't
1198     change_ the look of the interface unless this interface tries to use more
1199     space than allowed, in which case scrollbars are added to make the
1200     navigation easy. Note that this setting only affects the default size the
1201     interface will use, the user is then free to change the size of the window
1202     as he wants.
1203   * ./plugins/gtk/gtk_preferences.c: tooltips are now triggered only in
1204     specific places. This is a lot less intrusive and annoying for the users.
1205   * ./plugins/win32: fixed the bug on exiting the vout pressing 'q'.
1206   * ./plugins/beos/*: implemented an "always-on-top" feature for the interface
1207     window, RGB16 Overlay supported again, resizing is now implemented
1208     consistantly.
1209   * ./plugins/win32: subtitles should work, now.
1210   * ./plugins/access/udp.c: disabled the server argument in udpstream: because
1211     it confuses users and is not of any practical use.
1212   * ./src/interface/main.c: fix for sparc.
1213   * ./plugins/dvd/dvd_access.c: don't try to stat() the dvd drive letter on
1214     win32.
1215   * ./plugins/directx/vout_directx.c: disabled YUV overlay double buffering for
1216     now, as it seems to actually be slower.
1217   * ./include/threads.h: temporary fix in vlc_cond_signal() for win32 (I really
1218     should use SignalObjectAndWait() on WinNT so we can avoid race conditions
1219     in the pthread code). This fixes a problem noticed on WinXP where vlc would
1220     freeze regularly and eat-up all the CPU (fun no?).
1221   * ./src/input/input_programs.c: when unselecting an ES, we must ged rid of
1222     p_es->p_pes so that it is regererated when we select this ES again. It made
1223     vlc segfault when switching from some stream to another, or when switching
1224     program in satellite input.
1225   * ./plugins/access/udp.c: UDP access plug-in can now receive MPTS (Multiple
1226     Program TS) and switch programs.
1227   * ./plugins/macosx/*: audio and video output go to time-constrained
1228     scheduling [OS X port].
1229   * ./plugins/gtk/gtk_preferences.c: some dirty ifdefs for a nicer gnome
1230     interface (gnome buttons, gnome dialogs).
1231   * ./po/nl.po: translation of user interface messages to Netherlands.
1232   * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c: new options "gtk_hide_toltips"
1233     or "gnome_hide_tooltips". Tooltips are enabled by default. This option is
1234     only considered on module initialization.
1235   * ./configure.in: GNU make detection.
1236   * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib: deleted
1237     non-working fullscreen menu item [OS X].
1238   * ./plugins/access/http.c, ./plugins/access/udp.c: udp and http no longer
1239     modify p_input->psz_name.
1240   * ALL: various little portability fixes.
1241   * ./src/misc/configuration.c: changed the behaviour of the config file:
1242     now all the config options are saved. <string> config options which have
1243     no default value are also saved in the config file but as an empty string,
1244     and config_LoadConfigFile will ignore empty config options, which also
1245     means we cannot pass an empty string as a <string> config option. (this
1246     shouldn't matter anyway).
1247   * ./plugins/gtk/gtk_preferences.c: modified the gtk interface to save an
1248     empty <string> option as a NULL pointer.
1249   * ./src/misc/configuration.c: modified config_LoadConfigFile to consider an
1250     empty <string> option as a NULL pointer.
1251   * ./plugins/gtk/gtk_preferences.c: save button (inadvertently suppressed).
1252   * ./plugins/win32: added toolbar icons (thanks xav), we can no longer edit
1253     plugin names in the preferences :)
1254   * ./plugins/win32: the tool button for playlist is now a toggle button.
1255   * ./plugins/beos/InterfaceWindow.cpp: disabled controls if the playlist was
1256     empty.
1257   * ./plugins/win32/*: added a win32 interface plugin, developed with Borland
1258     C++ Builder. To build the plugin, follow the instructions in
1259     INSTALL-win32.txt.
1260   * ./plugins/gtk/gtk_preferences.c: fixed an ugly structure, the tabs are not
1261     verticaly expanded as they were, small enhancements.
1262   * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_common.h: new
1263     Tooltips structure.
1264   * ./plugins/gtk/gtk_preferences.c: modifications of some widgets, the
1265     structure, cosmetic changes.
1266   * ./src/interface/main.c: typos, a couple of new descriptions.
1267   * ./src/interface/main.c: moved the "display" option from main to the
1268     relevant plugins. ( We now have the x11_display, xvideo_display,
1269     xmga_display and ggi_display options ).
1270   * ./INSTALL-win32.txt: fixed a little omission.
1271   * ./src/plugins/gtk/*: fixed a bug that made vlc segfault when choosing a
1272     program, change to another and come back to the first one.
1273   * ./src/plugins/gtk/*: added gtk and gnome interfaces for satellite input. We
1274     should find a way to hide the button if satellite support is not compiled.
1275   * ./plugins/beos/vout_beos.cpp: implemented correct scaling and used new
1276     window size variables. Beta always on top for the interface window. New
1277     cursor handling.
1278   * ./plugins/macosx/aout_macosx.c: fixed a problem in the MacOS X aout which
1279     caused the previously played audio frames to be played when there were no
1280     new frames available.
1281   * ./plugins/macosx/vout_macosx.c: MacOS X vout now uses the height/width
1282     calculated in video_output.c.
1283   * ./configure.in: Win32 fix.
1284   * ./configure.in: miscellaneous fixes for the OS X port.
1285   * ./src/video_output/video_output.c: the calculation for the initial video
1286     window dimensions is now done in video_output.c and made available into
1287     p_vout->i_window_height/width. This allows to get rid of duplicated code
1288     and unify the behaviour of the video output plugins. (not all the plugins
1289     have been modified because I didn't want to break anything).
1290   * ./src/misc/configuration.c: moved GetConfigurationFromCmdLine() into
1291     configuration.c and renamed it to config_LoadCmdLine().
1292   * ./src/misc/configuration.c: config_GetHomeDir doesn't use getpwuid_r
1293     anymore as this was creating some problems on solaris. This function now
1294     uses getpwuid and is called only once to store the home directory into the
1295     p_main structure.
1296   * ./plugins/satellite/*: added satellite input. It works with WinTV Nova
1297     card, and siemens 0.9.4 drivers from www.linuxtv.org.
1298   * ./src/interface/intf_msg.c: fixed stupid bug in stupid
1299     ConvertPrintfFormatString() function.
1300   * ./plugins/win32/waveout.c: fixed the "waveout not closing" bug. We need to
1301     reset the waveout device before closing it.
1302   * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
1303   * ./plugins/sdl/vout_sdl.c: Win32 and Solaris compilation fix.
1304   * ./plugins/beos/vout_beos.cpp: improved scaling, correct aspect ratio even
1305     in full screen mode, duplicate code reduces and framework for Overlay and
1306     OpenGL modes in place.
1307   * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be
1308     compiled as a plugin. Please test.
1309   * ./include/modules.h: fixed a C++ warning.
1310   * ./plugins/vcd/input_vcd.c: VCD raw device fix, courtesy of Steven Schultz.
1311   * ./configure.in: better IPv6 detection. IPv6 is disabled under MacOS X (no
1312     inet_pton call).
1313   * ./src/input/input_programs.c: fixed some bugs in program management:
1314     selected ESs must be attached to the selected program.
1315   * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
1316   * ./configure.in: fixed a few bashisms.
1317   * ./src/misc/configuration.c: fixed build under Solaris.
1318   * ./TODO: updated todo list.
1319   * ./plugins/dvd/dvd_access.c: fixed a memory leak.
1320   * ./plugins/mpeg_vdec/vpar_pool.c: fixed a memory leak.
1321   * plugins/win32/waveout.c: fixed typo.
1322   * ./configure.in: BeOS compilation fixes.
1323   * ./debian/rules: activated (broken) KDE interface.
1324   * ./plugins/access/http.c: fixed a segfault.
1325   * ./plugins/alsa/aout_alsa.c: fixed a segfault.
1326   * ./include/common.h: fixed the compilation fix for Borland C++ :)
1327   * ./include/common.h: compilation fix for Borland C++.
1328   * ./plugins/macosx/aout_macosx.c: MacOS X aout now uses AudioConverter for
1329     int->float.
1330   * ./plugins/macosx/*: Various MacOS X intf improvements and bug fixes.
1331   * ./plugins/chroma/i420_rgb8.c: fixed a warning.
1332   * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing.
1333   * ./plugins/kde/kde.cpp: the KDE interface compiles again.
1334   * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today.
1335   * ./plugins/network/ipv4.c: cosmetic fix.
1336   * ./src/interface/main.c: fixed a typo in the --help output.
1337   * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still
1338     unstable but solving other bugs won't do any good without rewriting the
1339     whole playlist code. Which I'm doing right now.
1340   * ./configure.in: MacOS X compile fixes.
1341   * ./src/input/input.c: skip "//" if we find "://" in a resource we have to
1342     play : this allows us touse the syntax udpstream://host.
1343   * ./extras/MacOSX_dvdioctl: removed outdated files.
1344   * ./plugins/fx/scope.c: fixed an infinite loop error.
1345   * ./plugins: fixed segfaults in various demux plugins.
1346   * ./plugins/sdl/vout_sdl.c: SDL_VIDEODRIVER can be specified from the
1347     command line; try "--vout sdl:aalib"
1348   * ./configure.in: fixed linking of the ipv4 plugin.
1349   * ./configure.in: DirectX plugin is now correctly detected and configured.
1350   * ./BUGS: updated bug list.
1351   * ./configure.in: ./configure --help should be a lot clearer now.
1352   * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
1353   * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
1354   * ./plugins/ggi/ggi.c: support for 8 bpp displays.
1355   * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
1356   * ./plugins/x11/xcommon.c: support for 8 bpp displays.
1357   * ./src/video_output/video_output.c: fixed a segfault.
1358   * ./plugins/x11/xcommon.c: added an alternate fullscreen method. With this
1359     method, _nothing_ is allowed to be displayed on top of the video
1360     (especially not taskbars, etc...). Of course this can also be annoying
1361     sometimes, this is why it's an option.
1362   * ./src/misc/configuration.c: small fix for the config file. The parser
1363     assumes that the config file is divided into sections (a section is the
1364     config data for a plugin and begins with something like [foo]), so the
1365     comment for the beginning of the section must be after the section marker
1366     and not before.
1367   * ./plugins/beos/vout_beos.cpp: tidied code and prevented curruption on
1368     window not containing the video. Video window now returns to correct size
1369     and position after toggling full screen.
1370   * ./configure.in: more modules are plugins.
1371   * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
1372     and a few cosmetic changes (sorry Gildas for the butchery).
1373   * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
1374   * ./src/misc/configuration.c: this the last piece of the new configuration
1375     module. You can now save your configuration options (only from the
1376     gtk/gnome interface for now). The config file will be saved as
1377     ~/.VideoLan/vlc.
1378   * ./plugins/spudec/spu_decoder.c: we now analyze the subtitle image
1379     data to find the border color and the inner colors when there was
1380     no way to find the palette data (network stream).
1381   * ./plugins/mpeg_system: fixed a parsing bug I introduced yesterday.
1382   * ./Makefile: fixed OS X vlc.app compilation dependencies.
1383   * ./configure.in: fixed the endianness check under Solaris.
1384   * ./src/input/input.c: strings are now initialized to "" instead of NULL.
1385   * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
1386     palette information we get from the DVD. Subtitles rox !
1387   * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
1388     and put them into spu_decoder.c.
1389   * ./plugins/audio_output/aout_spdif.c: removed an ugly loop.
1390   * ./plugins/audio_output/aout_spdif.c: moved iec958/spdif encapsulation from
1391     ac3_spdif to aout_spdif. It will eventually allows to use ac3_adec or a52
1392     for spdif output.
1393   * ./plugins/dvd/dvd_access.c: fixed chapter selection at startup.
1394   * ./src/input/input_dec.c: p_es->p_demux_data is available in
1395     p_config->p_demux_data so that the input can pass information directly to
1396     the decoder. First application: aspect ratio for DVD is read from the ifo
1397     (should fix the buf with aspect ratio in anamorphic DVDs).
1398   * ./plugins/dvd/dvd_es.c: the DVD plugin also copies the spu yuv palette in
1399     p_demux_data so that the spudec can display subtitle with the right color
1400     (sam !).
1401   * ./plugins/gtk/gtk_menu.c: removed duplicate code and useless lock in gtk.
1402   * ./plugins/vcd/input_vcd.c: fixed EOF and Stop segfault in VCD input:
1403     input_BuffersEnd was being called twice.
1404   * ./AUTHORS: updated Tony Castley's e-mail.
1405   * ./plugins/beos/vout_beos.cpp: new resizing and scaling code. More in line
1406     with BeOS standards.
1407   * ./plugins/a52/a52.c: a52 plugin updated to use liba52-0.7.3 (which is now
1408     available in debian :)
1409   * ./src/interface/main.c: new configuration option to choose audio output
1410     format at runtime. It allows to select spdif pass-through decoder with
1411     --ac3_adec and to remove the ugly b_ac3 in main.h. As a consequence --spdif
1412     doesn't work anymore: you should use --ac3_adec pass.
1413   * ./src/interface/main.c: return the option name in error message for
1414     unknown option intead of the argument.
1415   * ./plugins/gtk/gtk_preferences.c: gtk config interface modified so you can
1416     only have one instance of a plugin config dialog box displayed at one time.
1417   * ./plugins/gtk/gtk_preferences.c: new GTK configuration interface. This
1418     interface is generated dynamically at run-time from the configuration data
1419     contained in each plugin.
1420   * ./src/misc/configuration.c: config_PutPszVariable and config_GetPszVariable
1421     are now thread safe.
1422   * ./src/misc/configuration.c: few modifications/optimizations to the config
1423     module.
1424   * ./include/config.h: got rid of all the _VAR macros in config.h.
1425   * ./plugins/vcd/input_vcd.c: added missing include (MacOS X port).
1426   * ./plugins/dvd/*: fixed EOF segfault at end of DVD.
1427   * ./src/input/input.c: buffer manager is renintialised at area change.
1428   * ./plugins/dvd/dvd_access.c, ./plugins/vcd/input_vcd.c: we now exit more
1429     cleanly on initialization error.
1430   * ./plugins/dvd/*: rewrote most functions in DVD plugin. Some old bugs might
1431     have been solved in the operation. The plugin some be more readable now,
1432     and should produce fewaer segfaults (I hope so :p)
1433   * ./plugins/vcd/input_vcd.c: added some tests in open.
1434   * ./plugins/alsa/aout_alsa.c: spdif support in the ALSA plugin.
1435   * ./plugins/vcd/input_vcd.c: when reaching the end of a track, moves to the
1436     following one.
1437   * ./src/interface/main.c: disabled the GNOME segfault dialog in debug
1438     mode. We want nice, clean segfaults, with huge core files and a lot
1439     of rattle noise.
1440   * ./plugins/dvd/dvd.c: I hope you liked this bug: DVD demux was always used.
1441   * ./plugins/dvd/dvd_demux.c: fixed demux plugin selection.
1442   * ./plugins/vcd/input_vcd.c: take the lock on stream in VCDInit. Please
1443     test, as I don't have any VCD to do it.
1444   * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose.
1445   * ./src/interface/interface.c: fixed a deadlock when seeking the
1446     stream using the keyboard arrows.
1447   * ./plugins/gtk/gtk_display.c: removed an occurance of former angle item in
1448     gtk.
1449   * ./plugins/dvd/input_dvd.c, ./plugins/dvdread/input_dvdread.c: fixed a bug
1450     in ES management introduced lately in DVD/DvdRead.
1451   * ./plugins/dvd/*: beginning of reorganisation in DVD plugin source files,
1452     in order to try to make it easier to understand. There is some work left
1453     though :p.
1454   * ./plugins/vcd/vcd.c: decreased the score for VCD plugin, as the VCD demuxer
1455     was used even for DVD :p. It should make autodetection work.
1456   * ./plugins/vcd/input_vcd.c: modified vcd input for the new input III. Still
1457     have problems with end of tracks.
1458   * ./plugins/vcd/vcd.c: modified the command line, as stef did for the DVD.
1459   * ./plugins/dvd/input_dvd.c: DVD demux was no longer selected under win32.
1460   * ./plugins/dvd/dvd_summary.c, ./plugins/dvdread/input_dvdread.c: DVD angle
1461     is now handled through a program structure, so that the interface needs
1462     nothing specific to change angle.
1463   * ./src/input/input_clock.c: fixed a bug in clock management where ES without
1464     a program couldn't get timestamped.
1465   * ./plugins/gtk/*: fixed program management in gnome/gtk. Program now also
1466     appears in popup.
1467   * ./plugins/gtk/gtk_menu.c: in interface, only display ES associated with
1468     the selected program, or with no program at all.
1469   * ./src/input/input.c: fixed typo in the win32 change to the input parser.
1470   * ./plugins/dvd/input_dvd.c, ./plugins/dvdread/input_dvdread.c: more complete
1471     command line parsing for DVD, hopefully working this time.
1472   * ./plugins/network/ipv6.c: IPv6 network module, courtesy of Alexis Guillard
1473     <alexis.guillard@bt.com>, for BT.
1474   * ./src/interface/main.c: --6 and --4 options to force IPv6 or IPv4 (FIXME:
1475     it should be -6 and -4 but I don't know how to do it with the new
1476     configuration module).
1477   * ./src/misc/netutils.c: channel manager now uses a socket from the network
1478     plug-in and is more portable (and probably broken, too :)
1479   * ./plugins/mpeg_system/mpeg_ps.c, ./plugins/mpeg_system/mpeg_ts.c:
1480     input_ReadPS and input_ReadTS are now in mpeg_system.c to be more easily
1481     reused by plug-ins other than mpeg_ps and mpeg_ts.
1482   * ./src/audio_output/audio_output.c: we now make sure the aout plugin buffers
1483     always contain between AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2
1484     worth of audio. This should solve the audio buffer underruns.
1485   * ./src/input/input.c: fix for the bug in input when filename contains a '@'
1486     character.
1487   * ./src/input/input.c: simplified the win32 specific changes to the input
1488     parser. (I think we can safely assume that no access plugin name will have
1489     a length of one character).
1490   * ./plugins/dvd/dvd.c: DVD access plugin is only called if specified under
1491     windows (no automatic detection).
1492   * ./plugins/dvd/input_dvd.c: replaced setenv with putenv.
1493   * ./plugins/gtk/gtk_open.c: fixed a bug in gtk.
1494   * ./plugins/dvd/input_dvd.c: new command line for DVD, to get rid of global
1495     options input_title or so.
1496   * ./Makefile: added network to the list of the plugins directories.
1497   * ./plugins/dvd/input_dvd.c: fixed DVD input under Win32.
1498   * ./src/input/input.c: fixed input parser under win32, which couldn't
1499     understand that c:\windows\bureau is a valid file and doesn't need to be
1500     accessed with the plugin 'C' :-)
1501   * ./AUTHORS: added xav.
1502   * ./include/videolan/vlc.h: got rid of int_types.h and did a few changes
1503     Ipkiss will need. Hope I did not break other platforms.
1504   * ./include/common.h: fixed compilation problem related to ssize_t.
1505   * ./include/common.h: various Win32 compilation fixes.
1506   * ./include/input_ext-plugins.h: DVD compiles, but doesn't work yet.
1507   * ./plugins/network/ipv4.c: fixed some typos in my previous Win32 multicast
1508     commit.
1509   * ./plugins/dummy/input_dummy.c: fixed `vlc vlc:quit'.
1510   * ./src/input/input.c: initialized uninitialized variables.
1511   * ./src/input/input.c: initialize p_access_module & p_demux_modules to NULL
1512     when input thread is created.
1513   * ./po/no.po: Norwegian translation by Sigmund Augdal. BerdÃ¥ ka pø tüt.
1514   * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
1515     Gtk interface, qvlc launches the Qt interface, etc.
1516   * ./plugins/fx/scope.c: we now have sound together with --aout scope.
1517   * ./plugins/dvd/dvd.c, ./plugins/dvdread/dvdread.c: removed numerous
1518     deadlocks.
1519   * ./plugins/network/ipv4.c: multicast under Win32 now works with the new
1520     input.
1521   * ./plugins/dvd/dvd.c, ./plugins/dvdread/dvdread.c: dvd and dvdread support
1522     for input III.
1523   * ./src/input/*, ./plugins/network/*, ./plugins/access/*: Input III
1524     (Episode 1). Major rewrite of the buffer core functions, modularity of
1525     access plugins (file, udp, http), modularity of network stack (ipv4, soon
1526     ipv6), autodetection of the type of stream.
1527   * ./plugins/mpeg_vdec/vpar_headers.c: we no longer crash when the next
1528     stream doesn't have the same image size as the previous one.
1529   * ./src/audio_output/aout_pcm.c: another overrun fix; please test.
1530   * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
1531   * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
1532   * ./src/video_output/video_output.c: fixed a segfault on exit.
1533   * ./src/input/input.c: BeOS network support (no idea if it works when you
1534     don't have BONE, though).
1535   * ./include/common.h: BeOS compile fixes.
1536   * ./plugins/beos/vout_beos.cpp: fixed BeOS video output.
1537   * ./src/misc/configuration.c: fixed uninitialized variable in
1538     config_Duplicate().
1539   * ./src/audio_output/audio_output.c: char pointers obtained by
1540     config_GetPszVariable need to be freed.
1541   * ./src/interface/main.c: forgot to add the declaration of server_port.
1542   * ./src/input/input.c: multicast now works under Win32, but this is a _bad_
1543     kludge.
1544   * ./include/threads.h: support for the State Threads Library, a userland
1545     threads library (http://state-threads.sourceforge.net/). Useless to most
1546     people, but can be handy to debug stuff. Activate with `--enable-st'.
1547   * ./plugins/ac3_spdif/ac3_spdif.c, ./plugins/dvdread/dvdread.c,
1548     ./plugins/dvd/dvd.c: adaptation to new configuration scheme for dvd,
1549     dvdread and spdif.
1550   * ./plugins/lirc/lirc.c: removed CVS garbage.
1551   * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
1552   * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
1553   * ./src/audio_output/aout_spdif.h: replacement header for aout_common.h.
1554   * ./src/audio_output/audio_output.c: fixed a quite old bug in the audio
1555     output which made the sound stutter when wrapping around the audio output
1556     fifo.
1557   * ./src/audio_output/audio_output.c: lots of simplifications in the audio
1558     output, got rid of b_stereo.
1559   * ./plugins/gtk/*: added a menu in the GTK and gnome interfaces to change
1560     the current program in multi-program streams (such as ones provided by a
1561     DVB-S card).
1562   * ./src/misc/configuration.c: new configuration architecture for vlc.
1563   * ./src/interface/intf_msg.c: fixed array over-run bug in intf_MsgUnsub.
1564   * ./configure.in: don't try to grok altivec with mingw32.
1565   * ./configure.in: --with-directx-path should now indicate the path where the
1566     actual headers are (before the headers had to be in an include subdir). By
1567     the way you can download these header files from the videolan web site.
1568   * ./src/misc/modules_plugin.h: if symbol foo isn't found in the
1569     plugin, we always try to open _foo, whatever the architecture.
1570   * ./plugins/lirc/lirc.c: non-blocking patch from Sigmund Augdal
1571     <sigmunau@stud.ntnu.no>; hope this time my enhancements don't break
1572     everything :-)
1573   * ./configure.in: gtk*-config detection fix for FreeBSD.
1574   * ./configure.in: removed a bashism.
1575   * ./plugins/x11/xcommon.c: support for systems without shm.h.
1576   * ALL: QNX compilation fixes here and there; the qnx plugin still doesn't
1577     work.
1578   * ./Makefile: the win32 port now uses a more recent version of gtk+.
1579   * ./plugins/gtk/gtk.c: the log window is now black with colourful text.
1580   * ./plugins/gtk/gnome.c: ported the log window to the GNOME interface.
1581   * ./src/interface/intf_msg.c: messages are sent to the queue even if
1582     -vvvv* wasn't specified.
1583   * ./plugins/vcd/cdrom_tools.c: MacOS X VCD support.
1584   * ./plugins/lirc/lirc.: various fixes, thanks to Sigmund Augdal.
1585   * ./plugins/text/logger.c: rewrote an ugly loop.
1586   * ./plugins/gtk/gtk.c: added a Gtk+ window containing all the log
1587     messages; updated in real time. To open it, go to "view"->"messages".
1588   * ./src/interface/intf_msg.c: got rid of TRACE and intf_DbgMsg which were
1589     seldom used anyway.
1590   * ./src/interface/intf_msg.c: all intf_*Msg functions now write to stderr.
1591   * ./src/interface/intf_msg.c: implemented a message queue interface plugins
1592     can subscribe to.
1593   * ./plugins/text/logger.c: wrote the logger interface plugin. Usage:
1594     vlc -I logger:filename.log.
1595   * ./src/video_output/vout_subpictures.c: lots of fixes in the SPU renderer.
1596   * ./src/video_output/video_output.c: fixed a typo in aspect ratio
1597     calculation.
1598   * ./plugins/macosx/vout_macosx.c: MacOS X vout improvements.
1599   * ./plugins/macosx/intf_macosx.c: MacOS X intf now returns, allowing vlc to
1600     terminate properly.
1601   * ./Makefile: added a new make target: package-macosx.
1602   * ./plugins/gtk/gtk_playlist.c: Win32 compilation fixes (mingw includes
1603     dirent).
1604   * ./configure.in: configure now checks for ddraw.h and not directx.h.
1605   * ./plugins/directx/vout_directx.c: don't include directx.h anymore (this
1606     file isn't part of the directx sdk).
1607   * ./plugins/waveout/waveout.c: moved all the stuff from aout_waveout.c
1608     directly into waveout.c (I don't know what I was thinking about when I
1609     created these two files ;-)
1610   * ./plugins/waveout/waveout.c: until we fix the audio buffer underrun
1611     problem, waveout will be the default audio output on win32 (instead of
1612     directx).
1613   * ALL: got rid of *_Probe functions because most of them were duplicates
1614     of the real _Init or _Create functions. That's 1000 lines of code gained.
1615   * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
1616     which should speed up output spawning.
1617   * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
1618   * ./plugins/gtk/gtk_playlist.c: compilation fix.
1619   * ./plugins/macosx/*: preliminary fixes for the vout4 port.
1620   * ./plugins/gtk/*: Win32 fixes.
1621   * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
1622   * ./src/interface/main.c: --desync now really accepts a value in ms.
1623   * ./plugins/vcd/input_vcd.c: fixed a crash when not opening a VCD.
1624   * ./src/video_output/vout_subpictures.c: fixed subtitles under BeOS and
1625     other architectures which don't support overlay.
1626   * ./plugins/a52/a52.c: compilation fix (include stdint.h).
1627   * ./plugins/a52/a52.c: fixed a SEGV.
1628   * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB video output to
1629     vout4. The overlay video output still needs to be written though.
1630   * ./plugins/a52/*: just renamed the liba52_adec plugin into a52 to comply
1631     with the naming convention used by the other plugins.
1632   * ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
1633     <sigmunau@stud.ntnu.no>, activate with --enable-lirc.
1634   * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
1635   * ./plugins/liba52_adec/*: new AC3 decoder plugin using liba52 from Aaron
1636     Holtzman and Michel Lespinasse.  This plugin isn't used by default, you
1637     have to specify: --ac3_adec liba52.
1638   * ./src/misc/modules.c: changed module_Need to make it possible to
1639     have several modules with the same shortcut name.
1640   * ./plugins/gtk/gtk_open.c: fixed a bug in the network dialog.
1641   * ./src/misc/modules_plugin.h: added mstrtime() to module_symbols_t so we
1642     can compile the mpeg_vdec plugin with TRACE mode enabled.
1643   * ./plugins/ac3_spdif/ac3_spdif.c: fixed ac3_spdif which has been broken
1644     recently.
1645   * ./plugins/ac3_adec/ac3_adec.c: check frequency in ac3_adec and change fifo
1646     if needed.
1647   * ./src/audio_output/audio_output.c: moved initialisation of p_aout from
1648     plugins to audio_output.c; if audio output rate is specified at launch
1649     time, we try to use it by default.
1650   * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
1651   * ./plugins/directx/vout_directx.c: added double-buffering for the directx
1652     plugin in overlay mode.
1653   * ./plugins/directx/vout_directx.c: several directx bug-fixes: implemented
1654     the right behaviour on exit, fixed bug preventing the creation of several
1655     windows  (the wall filter is working now :-)), fixed unnecessary background
1656     redraws (it made the video flicker), fixed bug where we were losing the
1657     video display because of lost surfaces in video memory, when using hardware
1658     overlay, the output window will now specify "(using hardware overlay)".
1659   * ./plugins/x11/xcommon.c: we don't use DPMS functions if they are
1660     not available.
1661   * ./plugins/win32/waveout.c: added a new very simple audio plugin for
1662     Win32. This plugin uses the waveOut API which is a lot easier to use for
1663     streaming stuff than directsound. (you don't have to take care of
1664     underflows anymore because it doesn't use circular buffers). If you are
1665     having a lot of underflows, this plugin is currently better adapted than
1666     the directx plugin.
1667   * ./src/audio_output/audio_output.c: moved some initialization stuff in
1668     audio_out.c so we can know the caracteristics of the audio stream before
1669     calling aout_Open().
1670   * ./configure.in, Makefile: configure and Makefile tweaking for dvdread
1671     module.
1672   * ./src/misc/modules_plugin.h: fixed a missing function initialization
1673     which made decoder plugins segfault in GetChunk calls.
1674   * ./configure.in: proper soundcard.h check from Yves Duret.
1675   * ./plugins/mpeg_adec/mpeg_adec.c: enabled --stereo option for streams that
1676     pretend to be mono while they are not.
1677   * ./plugins/ac3_adec/ac3_adec.c: fixed an alignment issue in the ac3 decoder.
1678   * ./src/input/input_dec.c: decoders do not necessarily use bit stream (see
1679     mad plug-in).
1680   * ./plugins/mad/mad_adec.c: mad PTS should finally be accurate.
1681   * ./configure.in: some configure changes.
1682   * ./plugins/mad/mad_adec.c: libmad_input now takes one frame at a time (see
1683     mad_adec.h for defines)
1684   * ./plugins/mad/mad_libmad.c: audio_linear_dither() gives better sound
1685     quality then s24_to_s16_pcm(), but also makes audio artefacts louder so
1686     disabled it for now.
1687   * ./plugins/mad/mad_libmad.c: cleaned up libmad_output.
1688   * ./plugins/mad/mad_adec.c: cleaned up InitThread.
1689   * ./plugins/mad/mad_adec.h: made buffer size match libmad's expectations.
1690   * ./plugins/mad/DESIGN: updated documentation.
1691   * ./plugins/directx/vout_events.c: fixed crashes on exit in the directx
1692     plugin.
1693   * ./src/video_output/vout_pictures.c: vout_PlacePicture is now accepting
1694     picture width=height=0.
1695   * ./configure.in: added extra checks for strange compilers such as
1696     Borland C++ which do not support all gcc options. Note that vlc does
1697     not compile with bcc32 yet, but is getting closer and closer to.
1698   * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
1699   * ./config.guess ./config.sub: latest GNU versions.
1700   * ./configure.in: when possible, xvideo is compiled as a plugin.
1701   * ./vlc.spec: fixed a few minor inaccuracies.
1702   * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
1703   * ./src/interface/main.c: --spumargin flag; use this to force displaying
1704     subtitles at the bottom of the screen instead of putting them in the
1705     middle, for instance: `--spumargin 5'.
1706   * ./plugins/qnx/qnx.c, ./plugins/macosx/macosx.c, ./plugins/beos/beos.cpp:
1707     converted the plugin initialization code of the macosx, beos and qnx
1708     code. (please note that they should still not compile as they need
1709     to be adapted to the new Vout4 architecture)
1710   * ./plugins/directx/vout_directx.c: major rewrite of the directx video
1711     plugin to adapt it to the new vout4 architecture. This plugin has also
1712     been through a major clean-up and it is now much more robust and optimized.
1713   * ./plugins/gtk/gtk_playlist.c: fixed a few problems with the win32 build.
1714   * ./src/interface/main.c: replaced the "overlay" command line option with
1715     "nooverlay". The former was confusing and useless because overlays were
1716     used by default anyway.
1717   * ./vlc.spec: imported MandrakeSoft's new spec file.
1718   * ./debian/control: fixed build-dependencies for vlc-mad.
1719   * ./debian/rules: fixed the vlc-arts and vlc-mad package builds.
1720   * ./plugins/gtk/{gtk|gnome}.c: the gnome/gtk interface should no longer use
1721     p_input->stream before it has been initialized.
1722   * ./src/input/input.c: stream lock is initialized in input_CreateThread
1723     instead of initThread, to have it initialized when we call it in the
1724     interface.
1725   * ./src/audio_output/audio_output.c: added support for S8 and U16 aout.
1726   * ./debian/control: fixed Debian build-depends.
1727   * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
1728     is already defined in <scsi/scsi.h> under Linux.
1729   * ./plugins/mad/mad_adec.c: fixed issues in the PTS handling of the mad
1730     plug-in (incomplete).
1731   * ./src/input/input_ext-dec.c: more precise way to retrieve a PTS from the
1732     bit stream.
1733   * ./INSTALL.libmad: configure, build and install instructions for libmad
1734     library and mad plugin.
1735   * ./plugins/mad/mad_adec.c: smooth sound (not tested on iPaq).
1736   * ./src/audio_output/aout_common.c: le coup de grâce: all the code in audio
1737     output is now factorized (except for ac3 spdif) in aout_common.c/.h.
1738   * ./src/audio_output/aout_common.h: aout thread functions are declared with
1739     a macro.
1740   * ./src/audio_output/audio_output.c: HUGE cleanings in audio output: removed
1741     AOUT_INTF_*_FIFO, which where not used.
1742   * ./src/audio_output/aout_common.c: factored S16StereoPlay, U8MonoPlay, and
1743     so on.., in a single function aout_FillBuffer (unsigned 8bit may be broken,
1744     but I have no stream to test with :(
1745   * ./configure.in: a few fixes for the Win32 build.
1746   * ./src/video_output/video_output.c: fixed all the problems related to
1747     ToggleFullScreen().
1748   * ./src/misc/modules.c: fixed a compile issue under platforms without
1749     HAVE_DYNAMIC_PLUGINS.
1750   * ./src/interface/intf_eject.c: MacOS X port.
1751   * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV.
1752   * ./plugins/ggi/ggi.c: activated double buffering.
1753   * ./src/video_output/vout_pictures.c: we create more Xv pictures to
1754     get smoother rendering.
1755   * ./plugins/mad/mad_libmad.c: removed aout_CreateFifo from mad_adec.c
1756     InitThread() and added it to mad_libmad.c.
1757   * ./src/interface/intf_eject.c: BSD compilation fix suggested by Steven M.
1758     Schultz.
1759   * ./src/audio_output/aout_s16.c: beginning of code factorization in
1760     aout_s16 (more cleaning will come). As for libmad, I have tried to create
1761     the aout fifo in libmad_output, to open it with the right sample rate, but
1762     strangely it didn't work.
1763   * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
1764   * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
1765     DecoderError.
1766   * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
1767     fourth time someone has to commit this, so I added a reminder :-)
1768   * ./plugins/mpeg_system/input_ts.c: hopefully fixed a bug in TS input, that
1769     caused a segfault when there was no network stream.
1770   * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
1771   * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
1772     already a system macro under MacOS X.
1773   * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
1774   * ./plugins/glide/glide.c: activated double buffering.
1775   * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
1776   * ./src/input/input.c: fixed the input memory leak, and the insane thread
1777     spawning we got with vlc:loop.
1778   * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
1779     currently Linux-only.
1780   * ./src/audio_output/aout_ext-dec.c: better communication between audio
1781     decoder and output: aout plugins are now opened directly in the right
1782     mode (works with mpeg_adec and ac3_adec, not tested with mad).
1783   * ./src/audio_output/audio_output.c: first attempt to implement mono output
1784     (doesn't work yet).
1785   * ./plugins/dvdread/input_dvdread.c: DVDRead plugins works again more or
1786     less ; major bugs remain but it is usable. It is selected by default if
1787     you have it compiled.
1788   * ./plugins/mpeg_vdec/vpar_headers.c: fixed a bug in QuantMatrixExtension,
1789     many thanks to "Thomas L. Wood" <twood@lucent.com> !
1790   * ./debian/control: updated list of supported architectures.
1791   * ./share/*: added 16x16 and 32x32 versions of PNG icons.
1792   * ./plugins/mga/mga.c: removed the mgammx module and put the code in
1793     the chroma_i420_ymga module instead. This introduces a slight
1794     performance issue as we now need to memcpy() the Y plane, but I have
1795     some vout4 enhancements on their way which make this point moot.
1796   * ./debian/changelog: imported official Debian changelog.
1797   * ./debian/control: activated the vlc-mad and vlc-arts packages; package
1798     builds should now work again.
1799   * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
1800     compiled without libdvdcss which overflowed the return stack.
1801   * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
1802   * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
1803   * ./src/input/input.c: prepared everything for multi-input mode; since
1804     no interface is yet prepared to handle this, I changed them so that
1805     they just use the first available input for now. This may break other
1806     things, but I promise I'll eventually repair everything :-)
1807   * ./plugins/mga/mga.c: pipeline and cache optimizations.
1808   * ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
1809   * ./plugins/mpeg_vdec/Makefile: little workaround for PA-Risc compilation.
1810   * ./plugins/mad/mad_libmad.c: optimized libmad_output() for smoother sound.
1811     It is still not optimal.
1812   * ./plugins/fb/fb.c: ported the framebuffer video output to vout4.
1813   * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
1814     side effects because I don't know this part of the code, but at least
1815     it doesn't crash anymore.
1816   * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
1817     new video output and module systems. Doesn't work nor even compile yet.
1818   * ./configure.in: we now check the gtk-config version.
1819   * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
1820     frame to be displayed. Unfortunately, increasing the number of
1821     frames doesn't seem to work and makes the picture stutter...
1822   * ./Makefile: fixed a bug when no builtins were selected.
1823   * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
1824     for the moment, and there is a strange bug with some streams which gives
1825     only a green image. Needs to be looked at.
1826   * ./plugins/x11/xcommon.c: fixed a few typos.
1827   * ./plugins/mad/DESIGN: updated documentation.
1828   * ./plugins/mad/TODO: updated TODO list.
1829   * ./plugins/mad/BUGS: updated documentation.
1830   * ./plugins/mad/mad_libmad.h: removed unused prototype from headerfile.
1831   * ./configure.in: fix for obscure architectures like hppa where target_os
1832     isn't properly detected.
1833   * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
1834   * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
1835   * ./include/common.h: hton64 is now an inline function.
1836   * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
1837     detects when two chroma formats are the same, such as UYVY/Y422, or
1838     roughly equivalent, such as I420/YV12. Plugins need not worry about
1839     conversion anymore.
1840   * ./BUGS: added a list of known bugs. Please add your findings!
1841   * ./MODULES: added a short description of each module. Maybe we should
1842     add more details to make this file really useful.
1843   * ./doc/bugreport-howto.txt: wishful thinking...
1844   * ./Makefile: added a workaround for the fact that .c files don't depend
1845     on <videolan/vlc.h>.
1846   * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same
1847     single file.
1848   * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse
1849     and --noaltivec options to vlc.
1850   * ./configure.in: removed the --disable-mmx option, now useless because
1851     of the vlc --no* options.
1852   * ./src/interface/main.c: fixed a crash caused by the memcpy module
1853     being released too early.
1854   * ./include/video.h: more vout4 changes, including margin support, more
1855     FOURCC formats recognized, transparent support of identical or almost
1856     identical FOURCC formats.
1857   * ./include/video_output.h: added a vout_Render function to video output
1858     modules which is to be executed before vout_Display.
1859   * ./include/common.h: this header is back.
1860   * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion
1861     functions, mostly taken from vout3's yuv functions, but heavily modified
1862     to use FAST_MEMCPY and to handle image dimensions which are not multiples
1863     of 16. Not all functions have been written yet, though.
1864   * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion
1865     functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV,
1866     with accelerated MMX versions.
1867   * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV
1868     4:2:2 pictures in input. With accelerated MMX versions as well. This plugin
1869     makes it possible to display 4:2:2 files on most video cards without the
1870     quality loss of 4:2:0 downsampling.
1871   * ./plugins/filter/*: thanks to the vout_Render function, all filters now
1872     output their data perfectly in sync.
1873   * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds.
1874   * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays.
1875   * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
1876   * ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
1877   * ./include/config.h et al.: this file is no longer generated.
1878   * ./include/video.h: we use the FOURCC definition of a chroma format to
1879     describe picture types (see http://www.webartz.com/fourcc/).
1880   * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky.
1881   * ./plugins/x11/xcommon.c: fixed the XShm operations order.
1882   * ./plugins/x11/xcommon.c: small optimizations.
1883   * ./plugins/x11/xcommon.c: removed unused code.
1884   * ./plugins/x11/xcommon.c: your old window position and size are now restored
1885     when you come out of fullscreen mode.
1886   * ./plugins/esd/esd.c: fixed detection of the esd plugin.
1887   * ./plugins/mpeg_system/input_ts.c: fixed the ts plugin's input type
1888     detection.
1889   * ./plugins/x11/xcommon.c: fixed the BadCursor error in the x11 and xvideo
1890     plugins. For real this time (unlike my 2001/08/03 fix :p).
1891   * ./plugins/filter/wall.c: made the wall filter work a bit better. It now
1892     spawns a 3x2 mosaic, but this will eventually be configurable, Ã  la
1893     `--filter wall:3x3'.
1894   * ./plugins/arts/arts.c: fixed the aRts audio output plugin.
1895   * ./configure.in: removed duplicate function checks.
1896   * ./Makefile.modules: added extra magic so that the module Makefiles are now
1897     ridiculously simple. And I mean *simple*. Check it! This will make a
1898     possible switch to full autoconf/automake a lot easier.
1899   * ./include/modules_inner.h: added the vlc version name to the plugin
1900     symbols, to be sure we only load plugins with the same version number. A
1901     nasty consequence is that you need to rebuild your tree after midnight if
1902     you are using a CVS tree :-)
1903   * ./include/modules_export.h: got rid of modules_export.h by #defining
1904     exported functions in the same header as their prototype.
1905   * ./include/videolan/vlc.h: added modules_inner.h and other commonly used .h
1906     files to common.h so there are less and less files to include, and renamed
1907     common.h to <videolan/vlc.h>.
1908   * ./src/misc/tests.c: first modifications to the module handling system
1909     towards my ultimate goal to get rid of the *_Probe functions. Got rid of
1910     TestMethod and TestCPU, as well as src/misc/tests.c.
1911   * ./plugins/chroma/yv12_rgb8.c, ./plugins/chroma/yv12_rgb16.c: wrote the
1912     chroma plugin handling functions. No YUV functions have been ported yet
1913     because it'ls a lot of work, but the core system works, I tried it with a
1914     naive yv12->rgb16 plugin (which will disappear when the real functions are
1915     ready).
1916   * ./plugins/dvd/dvd_summary.c: made a lot of functions one-liners to avoid
1917     wasting too many output lines.
1918   * ./plugins/dvd/input_dvd.c: fixed a segfault in DVDInit.
1919   * ./plugins/gtk/fixfiles.sh: Added a fixfiles.sh script to be run after Glade
1920     has generated its C files.
1921   * ./plugins/kde/*: did some work on the KDE interface to make it suck a bit
1922     less. It still segfaults, but at least it runs and it looks less ugly.
1923   * ./plugins/sdl/vout_sdl.c: RGB SDL rendering works again, though in 16bpp
1924     only.
1925   * ./plugins/vcd/linux_cdrom_tools.c: made this file independent of any vlc
1926     structure so that it'll be easily put in a library. Maybe libdvdcss?
1927   * ./plugins/vcd/input_vcd.c: fixed VCD date display.
1928   * ./plugins/x11/*: merged vout_xvideo.c, vout_x11.c and vout_common.c into
1929     xcommon.c.
1930   * ./plugins/x11/xcommon.c: wrote non-Shm XVideo output.
1931   * ./plugins/x11/xcommon.c: made X11 output work again. Still pretty unstable,
1932     only works for 16bpp.
1933   * ./po/fr.po: additional french translation. Any taker for the rest?
1934   * ./src/video_output/video_output.c: fixed a segfault when the allocated
1935     pictures were not direct buffers.
1936   * ./share/*: replaced 48x48 .xpm images with 32x32 ones to conform to Debian
1937     policy (Closes Debian bug #126939).
1938   * ./Makefile: removed the automatic ./configure launch when running
1939     `make all' for the first time.
1940   * ./plugins/filter/distort.c: --filter distort:ripple (Ok, ok, I promise it's
1941     the last one !! :-)
1942   * ./configure.in: fixed compilation with dvdcss disabled.
1943   * ./configure.in: fixed compilation with plugins disabled.
1944   * ./plugins/dvd/input_dvd.c, ./plugins/vcd/input_vcd.c: removed useless
1945     variables in the VCD and DVD plugins.
1946   * ./plugins/vcd/input_vcd.c: fixed a function which was returning
1947     "struct foo" in the VCD plugin.
1948   * ./plugins/x11/xcommon.c: fixed the old Â« XVideo eats more and more CPU Â»
1949     bug I mistakenly reintroduced in my first vout4 commit.
1950   * ./src/misc/modules: we now stop at the first ':' when looking for a module
1951     name, to easily pass information to the modules. Possible example:
1952     --vout sdl:software, implementation of such an option is left as an
1953     exercise.
1954   * ./plugins/filter/filter.c: merged filter_bob and filter_bob422 into
1955     filter_bob. Use --filter bob to deinterlace 422 into 420 as well.
1956   * ALL: factorized code common to most filters and the video output, optimized
1957     a few filters by aligning data and reading 64 bits at a time.
1958   * ./plugins/filter/transform.c, ./plugins/filter/distort.c: two new
1959     absolutely useless, CPU-eating, resource-wasting, but fun filters: enjoy
1960     `transform', which performs flips and 90° rotations, and `distort', which
1961     performs animated image effects (currently only a naive sine wave is
1962     implemented). Usage examples: --filter transform:hflip,
1963     --filter transform:vflip, --filter transform:90, --filter transform:180,
1964     --filter transform:270, --filter distort:wave.
1965   * ./plugins/x11/xcommon.c: added missing XSync() in the XVideo plugin.
1966   * ./plugins/filter/deinterlace.c: pathetic attempt at a 4:2:2 renderer and
1967     deinterlacer, combining the most awful line dropping techniques of both BOB
1968     and 422 to 420 downscaling. Don't worry, it should only survive for a
1969     couple of days.
1970   * ./plugins/filter/wall.c: new stupid plugin: "--filter wall" for split-image
1971     playback :-) (will evolve into a real image wall plugin when I have time)
1972   * ./plugins/filter/bob.c, ./plugins/filter/invert.c: filter plugins. Not very
1973     polished (please don't look at how the dates are calculated!), but worth a
1974     try. Use the following flags: "--filter invert" for inverse video,
1975     "--filter bob" for BOB deinterlacing
1976   * ./src/video_output/vout_pictures.c: buffer choice optimizations - vout4
1977     should eat even less CPU now.
1978   * ./src/video_output/video_output.c: fixed aspect ratio handling.
1979   * ./src/interface/main.c: additional fixes for OSes with no gettext (thanks
1980     to ej0).
1981   * ./configure.in: don't try to use gettext if we don't have GNU gettext. This
1982     may change in the future though (most GNU software seems to include a local
1983     copy of gettext in case the operating system doesn't provide it).
1984   * ./debian/rules, ./debian/control: added vlc-arts to the debian package
1985     generation.
1986   * ./po/ru.po: (very old) russian translation courtesy of Valek Filippov
1987     <frob@df.ru>.
1988   * ./po/fr.po: fixed a charset issue in the french translation.
1989   * ./config.guess, ./config.sub: updated these files from GNU's latest
1990     versions.
1991   * ./po/vlc.pot: added vlc.pot skeleton for translators.
1992   * ./src/interface/intf_channels.c, ./include/keystrokes.h: removed unused
1993     files.
1994   * ./include/common.h: put common_win32.h back into common.h -- it wasn't that
1995     big and we should not multiply header files.
1996   * ./src/interface/main.c: added gettext support by Thomas Graf
1997     <reeler@reeler.org>, may be broken on other platforms but we'll only see
1998     it when I'm finished with vout 4 :-)
1999   * ./src/video_output/*: new video output version 4, featuring direct to YUV
2000     buffer decoding, non-ugly subtitle blending, XVideo and SDL video output.
2001   * ./plugins/spudec/*: renamed spu_dec to spudec and mad_adec to mad to stay
2002     coherent with other plugins. Also, renamed mpeg to mpeg_system.
2003   * ./AUTHORS: added jobi.
2004   * ./plugins/x11/vout_common.c: factored code common to vout_x11.c and
2005     vout_xvideo.c.
2006
2007 0.2.92
2008 Mon, 31 Dec 2001 19:50:40 +0100
2009
2010   * Added a missing call to DecoderError() in mpeg_adec.c.
2011   * Fixed a segfault in the aRts plugin.
2012   * Fixed a bug in DecoderError.
2013   * Next Generation Buffer Manager.
2014   * All decoders enter DecoderError() in case of error, even if they
2015     haven't allocated all their data. This prevents the input from getting
2016     stuck if a decoder has failed its initialization.
2017   * Backported lool's fix for the Gtk+ playlist crash.
2018   * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
2019   * Fixed a segfault in input_dvd.c:DVDInit.
2020   * Fixed a PPC compilation issue.
2021   * Mouse wheel seek patch for XVideo courtesy of Peter Surda.
2022   * Ported to SDL.
2023   * Backported a VCD crash fix from the main branch.
2024   * Fixed compilation with dvdcss disabled.
2025   * Bug fixes in the VCD input.
2026   * The SDL plugin now says whether we are using software or hardware YUV
2027     in its window title.
2028   * Added --with-dll-path option for my automated Win32 package builds.
2029   * Initialize SDL before opening the SDL audio output.
2030   * Prevent two SDL video outputs or audio outputs to be spawned at the
2031     same time to avoid ugly crashes.
2032   * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
2033   * TS input: we now check that the contents of the PAT has changed
2034     before updating it, instead of just relying on its version number.
2035   * Disabled broken ALSA audio output. Closes Debian bugs #110869 and #119846.
2036   * Fixed build dependencies on libasound2-dev. Closes Debian bug #121057.
2037   * Changed configure.in so that libXv_pic is used instead of libXv.a when
2038     available. Closes Debian bug #111790.
2039   * CPU detection under BeOS.
2040   * Fixed XVideo port selection.
2041   * Fixed 4:2:2 software rendering.
2042   * Removed cruft I forgot in aout_alsa.c.
2043   * Minor compile fix under Hurd.
2044   * Fixed a potential segfault if the subtitle stream was encountered
2045     before the video stream.
2046   * Fixed potential compilation issues under eg. BSD/OS.
2047   * Fixed unnecessary target remake (recursive make is harmful !).
2048   * Fixed a potential BeOS linking issue.
2049   * Fixed a minor bug in input.c.
2050   * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
2051     in the gtk/gnome plugins.
2052   * Removed cruft from configure.in.
2053   * Fixed major bugs in the PSI decoder.
2054   * Fixed possible segfault with --input.
2055   * Fix for EOF of ES-only streams.
2056   * MPEG-1 aspect ratio patch, courtesy of Vladimir Chernyshov
2057     <greengrass@writeme.com>.
2058   * Seeking patch for X11, courtesy of Peter Surda
2059     <shurdeek@panorama.sth.ac.at>.
2060   * Fixed a segfault on exit when no fast_memcpy module was found.
2061   * Workaround for a bug in the GLIBC dlopen() code.
2062   * Fixed win32 compilation.
2063   * New libmad plug-in, courtesy of Jean-Paul Saman. We now have sound on
2064     iPAQ Familiar Linux.
2065   * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
2066     "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
2067   * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
2068   * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
2069   * More checks for GTK headers.
2070   * Fixed a crash when pausing.
2071   * Fixed numerous bugs in ES selection.
2072   * Fixed stupid bug in vout_Manage. It sometimes called SetDSequenceMatrix
2073     when there was no valid sequence.
2074   * Hopeless fix for the input netlist corruption bug.
2075   * Implemented simple BDirectWindow (DMA) support.
2076   * DeleteDecoderConfig wasn't freeing (anymore) the packets left in the
2077     decoder fifo. This bug was creating an io_vec starving on title change
2078     when playing DVDs.
2079   * Removed a bug in the Makefile that made the CVS-snapshots building fail.
2080   * Added "#include <string.>" to include/threads.h.
2081   * Removed the mutex the vout and intf thread (were supposed to use)
2082     for syncronizing acces to the p_vout->p_sys structure.
2083   * Added error checking in pthread wrapper; as a result, intf_msg.h must
2084     now be included *before* threads.h.
2085   * Changed all files to include intf_msg.h before threads.h; while I was
2086     at it, I update the copyright notices.
2087   * Removed the obsolete darwin plug-in.
2088   * Fixed a deadlock (bug reported by marcari).
2089   * Various (sometimes hopeless) fixes to try to improve xvideo stability.
2090   * Documentation updates.
2091   * Updated man page.
2092   * dvd:<device>[@<raw device>] to avoid device namespace collision under
2093     win32.
2094   * Fixed a compilation issue under Win32.
2095   * Fixed a potential packet corruption in the DVD input.
2096   * Changed the protocol version for communication between vlc and vlcs
2097     from 12 to 13 (due to change from ts:// to udpstream://)
2098   * Big clean-up to allow compiling every module as plugins.
2099   * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
2100     change we don't have to link winsock2 with every plugin anymore. This
2101     should also give us a slight speed increase.
2102   * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
2103     on Win32.
2104   * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
2105     Win32.
2106   * Support for libdvdread.
2107   * Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
2108   * Major rewrite of the network layer. only supported syntax is:
2109     udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]]
2110   * Don`t use long long, use u64/s64 (int_types.h).
2111   * Fixed a stale pointer in mpeg_vdec_Run().
2112   * (Hopefully) fixed the network connect() bug under UNIX.
2113   * aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>.
2114   * Fix to the esd plugin when esd-config --cflags is nonempty.
2115   * --channels puts gtk/gnome in multi-channel network mode.
2116   * The network window of the interface reports the values of the environment
2117     variables.
2118   * Channels mode excludes vls configuration.
2119   * The vlc does not try to bind vls.via.ecp.fr by default when you select
2120     channels mode.
2121   * Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer
2122     <mathias@research.att.com>.
2123   * Fixed a few crashes due to race conditions in the decoder spawning.
2124   * Removed unused code here and there.
2125   * Fixed a bug in altivec detection on MacOS X.
2126   * It seems that the 'focus' bug under WinME is solved.
2127   * Updated the INSTALL-win32.txt file.
2128   * The ./configure script is more friendly for Win32 users.
2129   * Moved warning message to debug message in spdif pass-through plugin.
2130   * Changed a bit the wait time. It works better here, please test.
2131   * The default file-translation mode was not being set under win32.
2132   * Fixed heap corruption issues in ac3dec (thanks reno).
2133   * Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'.
2134   * configure should no longer assume AltiVec is supported when it actually
2135     isn't with buggy compilers and/or pre-set $CFLAGS.
2136   * Commited my little release-howto (only useful to core vlc developers).
2137   * Closing Debian bug #119369 which was fixed a while ago.
2138   * Decoder modularization.
2139
2140 0.2.91
2141 Mon, 12 Nov 2001 17:14:29 +0100
2142
2143   * Added FAQ.
2144   * New --channelserver switch.
2145   * Documentation updates.
2146   * ipkg script for Familiar Linux 0.5 & bug fix in debian/rules.
2147   * Disabled DirectX audio output for the time being.
2148   * Added Oct's NSIS installer script. It will probably not work for you,
2149     but I need it to build the Win32 auto installer.
2150   * Automatic handling of the Channel Server's response in network mode.
2151   * GetMACAddress takes the interface defined in the environment variable
2152     vlc_iface instead of eth0.
2153   * Fixed bug with MPEG audio in TS streams.
2154   * Fixed compilation (and quite probably runtime) issues under IA64
2155     due to mixed int/void* casts.
2156   * Merged DVD netlist with input netlist to remove duplicated code.
2157   * BSD/OS VCD patch, courtesy of Steven M. Schultz <sms@TO.GD-ES.COM>.
2158   * Win32 network fix.
2159   * imdctsse should now compile and work in plugin and under BeOS.
2160   * Kludge to have less discontinuity after a zero scr in DVD.
2161   * Fixed some win32 64-bit issues.
2162   * Fixed some win32 compile issues.
2163   * Don't use long long, use u64/s64 (int_types.h).
2164   * Move function that translates language codes into country name in src/misc
2165     so that every plugin can use it.
2166   * Changed the name of a function in dvd_udf.c to fit with the forthcoming
2167     libdvdread plugin.
2168   * Corrected Ã  long time bug (around 0.2.81 I think), that created a
2169     corruption in ifo data. This was the reason why some DVDs that worked with
2170     0.2.80 no longer worked with newer version of vlc. They should work again
2171     now.
2172   * New --enable-release config option.
2173   * Removed deprecated code and structures.
2174   * Maybe corrected aspect ratio issue in fullscreen xvideo.
2175   * Fixed support for SPU and LPCM streams over network.
2176   * Added a new drawer to the control window to support Title / Chapter
2177     selection, Subtitle selection, Audiochannel/Language selection,
2178     Angle selection.
2179   * New --volume option (untested, like usual :).
2180   * Reimported Intf_Controller, connected "File/Open/File" to
2181     Intf_Controller::file:Open (OS X).
2182   * The intf is no longer accessed indirectly from vout_Destroy.
2183   * Made it possible to open a File after vlc was started (you can use vlc now
2184     without starting it from the command line) under OS X.
2185   * Cleaned up playlist handling in Intf_Vlc_Wrapper.
2186   * Modified the pf_close kludge in input.c so that we don't segfault when
2187     pf_init fails.
2188   * Changed chapter selection buttons aspect to try and differentiate them
2189     from title selection ones.
2190   * Changes to the BeOS interface to remove unwanted volumes from the Disk
2191     Menu.  Readonly filesystems like NTFS were being incorrectly added.
2192   * Do not resample audio output if delta is short enough.
2193   * Fixed a segfault on exit under Windows 2000.
2194   * Enabled http button in gtk/gnome interface.
2195   * Use memalign for aligned data (instead of a greek malloc).
2196   * Some optimizations in imdct (all data are now aligned).
2197   * SSE downmix now works for windows.
2198   * SSE imdct is desactivated for windows (MINGW32 doesn't know how to aligned
2199     data).
2200   * Fixed '-' input.
2201   * New interface for MacOS X, courtesy of Florian G. Pflug.
2202   * BeOS interface changes to include menu for Title and chapter navigation.
2203   * Improved more "BeOS" CD detection.
2204   * VLC FAQ TBU.
2205   * Synced dummy_dvdcss with Stef's changes to libdvdcss.
2206   * configure now compiles the VCD plugin if linux/cdrom.h is present.
2207   * Added VCD input plugin for Linux.
2208   * Fixed ATTR_ALIGN configure test.
2209   * Fixed compilation problems with OpenBSD.
2210   * xvideo.so is now built in by default. Mixing PIC and non-PIC code was not
2211     very nice.
2212   * Fixed compilation errors in src/interface/main.c when the compiler did
2213     not support SSE or 3DNow! inline assembly.
2214   * Qt fix in vlc.spec courtesy of Christopher Johnson <cjohnson@mint.net>.
2215   * Fixed error reporting on an unknown argument parsing.
2216   * Fixed a deadlock in the TS input.
2217   * Resizing the video out window in BeOS now retains the scaling.
2218   * Tidied up the BeOS code to remove interface messages not required.
2219   * Fixed an error in the ts://server[:port][/broadcast] input parsing.
2220   * Minor video parser optimization.
2221   * SDL now displays an error message on 422 streams.
2222   * Chroma 4:2:2 and 4:4:4 support in the decoder.
2223   * Fixed bugs in the C YUV transform with 4:2:2 format.
2224   * Fixed bugs in RPM spec files.
2225   * Fixed a bug in configure where ix86 machines were improperly detected.
2226
2227 0.2.90
2228 Wed, 10 Oct 2001 15:00:29 +0200
2229
2230   * XVideo module now compiled as built-in for Debian packages, to avoid
2231     PIC and non-PIC code collision (Closes Debian bug #111790).
2232   * MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.
2233   * MacOS X port : native QuickTime video output, courtesy of Florian G.
2234     Pflug <fgp@phlo.org>. Use it with -I macosx_qt.
2235   * Fixed bugs in the altivec detection, courtesy of Michel Lanners
2236     <mlan@cpu.lu>.
2237   * Added HTTP url drop (from a WWW browser) to the gtk/gnome interface.
2238   * Added User-Agent header in the HTTP input.
2239   * Fixed an input segfault which occured using ES input.
2240   * Enhanced --with-tuning.
2241   * Added an endianness check for cross-compilations.
2242   * We now check for sys/times.h.
2243   * Repaired dummy input broken yesterday.
2244   * Minor ShowBits() optimization.
2245   * Fixed a bug in vlc.spec.
2246   * New --disable-plugins option ; make all plug-ins built-in.
2247   * Changes to ensure the BeOS compile still works.
2248   * Added HTTP virtualhost support in the HTTP input.
2249   * Enabled mouse clicks in the GGI plugin.
2250   * Fixed a warning in input_es.c.
2251   * Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer
2252     <mathias@research.att.com>.
2253   * Cleaned up sam's mess with input's pf_open and pf_close (not completely).
2254   * With -vvv modules now show up their scores.
2255   * HTTP input support.
2256   * Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec.
2257   * New configure option --with-tuning=[arch], extending --enable-pentiumpro ;
2258     for Pentium, use --with-tuning=pentium, for PowerPC 604 use
2259     --with-tuning=604, and so on.
2260   * Dramatically improve compilation time, with a negligible performance
2261     tradeoff.
2262   * Removed -march=pentiumpro ; should now work on pentium-class machines.
2263   * Removed --enable-stats configuration directive. Stats are now activated
2264     at runtime with --stats.
2265   * New intf_StatMsg() call.
2266   * Vout picture heap is now 8 pictures instead of 5 (better synchro).
2267   * Tremendous enhancements in statistics display.
2268   * Better capabilities handling.
2269   * Error checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.
2270   * "added support for an unusual construct at the start of some
2271     slices", says walken :-).
2272   * In spdif ac3 is selected by default
2273   * Video output grows to respect acpect ratio instead of shrinking (not
2274     in x11 because it takes cpu to resize a picture).
2275   * Disable dpms in xvideo.
2276   * Better handling of the buffer of the sound driver to try to remove
2277     sratches in spdif.
2278   * Fix bad dates in ac3 spdif "decoder" (playing with the bit stream is very
2279     funny).
2280   * Thanks to Stef for his ideas, Meuuh for his bit stream, and Sam for his
2281     trolls :)
2282   * Fixed bugs in the MacOS X port.
2283   * Faster configure script and as-yet untested Darwin patches.
2284   * Test for Altivec C extensions.
2285   * If memalign isn't available, fall back on valloc.
2286   * Fixed a stupid mistake in NormScan().
2287   * By default, use the real size of the stream for the video output size.
2288   * Altivec IDCT and motion compensation, courtesy of Michel Lespinasse for
2289     mpeg2dec (untested).
2290   * Fixed many alignment issues.
2291   * Miscellaneous updates to configure, especially for cross-compilation.
2292   * Fixed the BeOS slider overflow problem.
2293   * Corrected BeOS Slider and button status behaviour.
2294   * Simplified Code in the vout_beos ready for another developer to implement
2295     more advanced video output.
2296   * Fixed typos, courtesy of Michel Lanners <mlan@cpu.lu>.
2297   * Fixed a netlist packet leak in demuxPSI (Mark Gritter
2298     <mgritter@kealia.com>).
2299   * Removed the nuts message "unable to allocate memory" when the netlist got
2300     empty.
2301   * Various fixes for GCC 3.0.
2302   * Reworked jlj's patch for field pictures.
2303   * Fixed numerous bugs with the Altivec IDCT (still not compiling).
2304   * MPEG audio emphasis fix, courtesy of Matthieu Lochegnies
2305     <lochegm1@cti.ecp.fr>.
2306   * ac3dec uninitialized data structure fix, courtesy of Damian Ivereigh
2307     <damian@cisco.com>.
2308   * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec.
2309   * Local minor optimizations in IDCT.
2310   * Removed a hopeless kludge in input_clock.c.
2311   * Fixed a problem with field streams not working with new video decoder.
2312   * IP Multicast support, courtesy of Mathias Kretschmer
2313     <mathias@research.att.com>.
2314   * Removed O_NONBLCK in aout_Play because we don't use it and some drivers
2315     (e.g. esssolo1 have problems with this) ;
2316   * Added warning messages.
2317   * Fixed build dependencies for architectures not supporting libasound2
2318     (Closes Debian bug #109722).
2319   * Install doesn't explode if libdvdcss hasn't been compiled.
2320   * Attempt to fix the SDL detection under *BSD.
2321   * Removed /usr/local/include, because it is unsafe in a cross-compilation
2322     environment.
2323   * The win32 port is once again using msvcrt.dll instead of msvcrt40.dll.
2324   * Fixed a synchro bug (typo) in video_output.c.
2325   * Added documentation to use VLC as a netscape plug-in and do some
2326     (buggy) web streaming.
2327   * Totally rewrote the video decoder (inspired by walken's mpeg2dec),
2328     implying - performance boost ; - fixed the "Dual Prime Arithmetic" bug ;
2329     - 3DNow! motion compensation module.
2330   * AC3dec statistics do not show up with --enable-stats, because I doubt
2331     they're understandable by a normal human being, and they pollute the output.
2332   * Minor changes to the (non-working) ncurses interface.
2333   * Fixed a packet leak in DemuxPSI.
2334   * Added gnome.h check and cleaned the error messages in the configure script.
2335   * Tiny small optim in LPCM decoder.
2336
2337 0.2.83
2338 Wed, 22 Aug 2001 15:18:01 +0200
2339
2340   * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
2341   * Added --xvadaptor flag to select the XVideo adaptor to use.
2342   * Added support in ./configure for the cprof profiler.
2343   * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
2344     issues under Solaris and QNX.
2345   * Additional checks for SSE-specific (non-MMXEXT) instructions, as
2346     reported in lucky.openbsd.misc.
2347   * GNU/Hurd configuration and compilation fixes.
2348   * Fixed a crash in subtitle rendering.
2349   * Activated old crappy subtitle rendering in overlay mode (ugly but
2350     probably better than having no subtitles at all).
2351   * Added proper Conflicts: rules in debian/control.
2352   * configure.in fixes for BSD/OS.
2353   * Added vlc:loop playlist command to go back at the beginning.
2354     Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
2355   * Fixed a bug in the gtk interface which caused vlc to go amok after
2356     having met a zero-sized area.
2357   * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
2358
2359 0.2.82
2360 Tue,  7 Aug 2001 12:39:16 +0200
2361
2362   * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
2363   * Various debian scripts fixes.
2364   * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
2365   * Fixed broken soname setting under Solaris (and OS X, sort of).
2366   * Made the illegal instruction report more explicit.
2367   * Fixed the sdl video output plugin that was broken 2 days ago.
2368   * Tidied the snapshot-* Makefile rules.
2369   * Tidied the modules Makefiles.
2370   * Removed useless stuff in the debian/ directory.
2371   * Removed the "make all" kludge in the Makefile.opts rule. I hope this
2372     patch is harmless on all systems.
2373   * Added a dummy libdvdcss so that the DVD plugin can be used without
2374     libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
2375     and will use the dummy functions only if it couldn't find a valid
2376     libdvdcss. This is probably only useful to package maintainers.
2377   * Made the remote command plugin usable even with no stream.
2378   * Fixed a deadlock in the remote command plugin.
2379   * Fixed a deadlock in the SPU decoder.
2380   * Minor bug fix to aout_directx.c.
2381   * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
2382     perfect on Win32.
2383   * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
2384   * On Win32, open() will now open files in binary mode by default.
2385   * A few minor changes to vout_xvideo.c.
2386   * Fixed a segfault in yuv_End() in video_yuvmmx.c.
2387   * Fixed the "Gdk-ERROR **: BadCursor" bug in the x11 and xvideo plugins.
2388   * Fixed a segfault in SetBufferPicture() in video_output.c.
2389   * Fixed a segfault in PSEnd in input_ps.c.
2390   * The video decoder thread is now also reniced to a lower priority on
2391     Win32 (like in the Linux version). This slightly increases the
2392     responsiveness of vlc.
2393   * Modified input_dvd so you can now go directly to the selected chapter
2394     when you change the title.
2395   * Implemented the Probe function in the Xvideo plugin. Xvideo is now the
2396     default video output plugin when it is supported.
2397   * Now use SDL_CFLAGS for searching SDL/SDL.h.
2398   * Don't miserably die in `make` when ./configure hasn't be run.
2399   * Fixed a bug when compiling KDE plug-in without Qt plug-in.
2400   * Now taking into account $KDEDIR.
2401   * Made SDL configure error messages more explicit.
2402   * --disable-sdl is now correctly taken into account.
2403   * Changed the order of evaluation of sdl-config and sdl11-config.
2404   * Finally fixed SDL*/SDL.h check.
2405   * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
2406   * Better gtk-config detection.
2407   * Removed duplicate checks in configure.in.
2408   * Fixed a typo in vlc.spec.
2409
2410 0.2.81
2411 Sat, 28 Jul 2001 04:13:57 +0200
2412
2413   * Removed useless variables in configure.in which caused all subsequent
2414     compilation tests to fail.
2415   * Additional fixes to the sdl-config detection.
2416   * Added a make uninstall rule.
2417   * New --with-dvdcss flag.
2418   * Fixed a bug in aout spdif with dolby stereo (use of obsolete PTS).
2419   * Format asm functions for gcc, fixed the segfaults with imdct_sse.
2420   * Now using gcc -pipe.
2421   * (Hopefully) fixed the #@!$ field pictures bug.
2422   * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
2423   * Updated TODO, cosmetic changes.
2424   * Now use sdl-config for SDL.
2425   * Fixed a stupid bug in buffer management with field pictures.
2426   * Fixed a reinit bug after a discontinuity - such as seek().
2427   * The spdif audio output won't kill itself anymore at the beginning.
2428   * New and theoretically better Win32 pthread implementation.
2429   * dvd_ifo.c now takes into account error messages from UDFFindFile.
2430   * Fixed the "quit" event handling in directx/vout_events.c.
2431   * Temporarily disabled aout_Probe() in aout_SDL (libSDL bug).
2432   * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>.
2433   * Fix for large inline functions and gcc 3.0.
2434   * Fixed the gnome plugin so that it does not include gtk headers.
2435   * Tuned constants, since it seems to make people happy.
2436   * Fixed the "paused movie won't restart" bug.
2437   * Removed the outdated generic decoder.
2438   * Rewrote the video decoder so that it can use multiple processors (--smp).
2439   * Fixed a bug in the video decoder initialization.
2440   * Grayscale mode now turns off chroma IDCT decoding.
2441   * Kludged so that times displayed in the scrollbar are finally correct
2442     for MPEG-2 streams.
2443   * FreeBSD compilation fix by Ã˜yvind Kolbu <oyvindk@world-online.no>.
2444   * QNX RTOS plug-in by Jon Lech Johansen <jon-vl@nanocrew.net>.
2445   * Added IDEALX developer documentation in doc/.
2446   * Reactivated SDL parachute in non-debug mode (memory leak otherwise).
2447   * Fixed GetChunk for chunks < 4 bytes.
2448   * The Win98 DVD input is finally working.
2449   * Put a readv() function in input_iovec.h, the input_es plugin now compiles
2450     (Win32).
2451   * Modified input_ts to use readv() in input_iovec.h (Win32).
2452   * Fixed an initialisation bug in vout_directx.c.
2453   * Right clicking on the mouse displays the navigation menu (DirectX plugin).
2454   * Fixed audio/video synchro bug with esd, should fix buggy sound due
2455     to 44100-48000 Hz conversions.
2456   * The Win32 GetMessage function has been isolated in a thread. This has
2457     been done because this function can block the thread. Thanks to this
2458     change, you can now move your window without any video and audio
2459     interruption.
2460   * Plugins are now compiled in plugins/* and libraries in lib/*.
2461   * The KDE UI compiles again but does not work yet.
2462   * ALSA plugin message corrections.
2463   * Calculation modules can now be calledwith a shorter name
2464     (eg. '--downmix mmx' instead of '--downmix downmixmmx').
2465   * Fixed insane verbosity of the SDL plugin.
2466   * Fixed the segfault in vout_UnloadFont.
2467   * The Xvideo plugin now closes the video window when it XVideoGetPort
2468     fails in vout_Create.
2469   * Fixed alignement in imdct asm functions.
2470   * 16 byte alignement for data (needed for SSE).
2471   * Optimization in SSE downmix.
2472   * Probably fixed the "X eats more and more CPU" bug. Please test.
2473   * mingw32 cross-compilation issue fixed.
2474   * Small optimization in vpar_blocks.c, sparing a few memset() calls.
2475   * Additional error checking in vout_sdl.c.
2476   * Minor manpage fix, conforming to Debian policy version 3.5.5.0
2477     (Closes Debian bug #99561).
2478   * Portablility fix: We now control the name to be used in the assembler
2479     code for a C function or variable.
2480   * Reenabled all the accelerated modules on Win32.
2481   * Bugfix for chapters change in DVD.
2482   * A few bug fixes for the directx plugin.
2483   * Removed the custom usleep function for win32 as we don't really need
2484     this accuracy, and it was eating cpu resources.
2485   * Elementary Stream input plugin (use it with --input es). Only works with
2486     video streams at the moment.
2487   * Added command line option '--stdout <filename>' which redirects stdout
2488     and stderr to the specified file. This option should mainly be useful
2489     on Win32.
2490   * On Win32, vlc now has an icon associated to the .exe file, and is a full
2491     GUI application (you don't have this annoying dos command box anymore)
2492   * Added INSTALL-win32.txt for specific details to the Win32 port.
2493   * Compile fix for newer versions of MacOS X by Colin Simmonds
2494     <colin_simmonds@Mac.lover.org>.
2495   * Win32 network support by Boris Dorès <babal@via.ecp.fr>.
2496   * Fixed an alignment issue in the ifo parser. The Matrix problem should
2497     be solved.
2498   * Minor cosmetic fixes and warning removals here and there.
2499   * FreeBSD (and probably QNX) shared memory handling fix.
2500   * Unrolled two loops in dvd_netlist.c to prevent message flooding.
2501   * DVD input stuttering fix by Jon Lech Johansen.
2502   * Removed a lock that caused late frames in DVDRead.
2503   * Added gprof profiling support with --enable-profiling.
2504   * DirectX enhancements by Gildas Bazin, such as software rendering.
2505   * Another failed attempt at profiling vlc under Linux: ported the
2506     threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
2507     spawn new threads for me, maybe someone will have better luck.
2508   * Makefile optimizations.
2509   * Automatic build of libdvdcss if not found.
2510   * The DVD netlist no longer stops when the fifo is empty ; it just waits
2511     until there are free vectors again.
2512   * Exported the CSS part of the dvd plugin into a library. See
2513     ChangeLog.libdvdcss for a separate changelog.
2514   * Slight modification in input_dvd since Getiovec wasn't at the right place.
2515   * Send escape packet when changing title, not to be stuck in some decoder.
2516   * The position in the title is now reset when we change title to
2517     prevent a title from being unavailable because we're stuck at the end.
2518   * Fixed a bug with 1-chapter-long titles that displayed chapter 0.
2519   * Added a _temporary_ field in p_main to know whether the audio stream is
2520     AC3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
2521     audio.
2522   * Cleaned the title property messages to get rid of the ugly stars.
2523   * Added LPCM support. It should work with stereo LPCM.
2524   * Fixed a warning when compiling main.c.
2525   * Checked that OS supports SSE instructions on PIIIs (to avoid illegal
2526     hardware instructions on Linux 2.2.x).
2527   * Fixed a bug in synchro reinitialization: we no longer have a shift each
2528     time we restart the synchro (for SCR discontinuity for instance)
2529   * In DVD mode, we reinit the synchro only if the SCR are not continuous
2530     (instead of each cell).
2531   * Tried to improve AC3 spdif to prevent desynchronization.
2532   * Lots of DirectX plugin fixes by Gildas Bazin.
2533   * Compilation fix in message queue mode.
2534   * Another FreeBSD compilation fix.
2535   * SDL compilation fix for FreeBSD.
2536   * Fixed compilation of motion modules as plugins.
2537   * Applied old FreeBSD patch for dvd input by German Tischler.
2538   * Found what was causing the slowdowns: a namespace collision. Put all
2539     plugins into builtins again.
2540   * Put most builtins in plugins again due to performances issues.
2541   * Fixed the painfully slow build process (at last!).
2542   * Added new dummy input plugin.
2543
2544 0.2.80
2545 Tue,  5 Jun 2001 04:41:06 +0200
2546
2547   * BeOS interface compilation fix by Rene Gollent.
2548   * DirectX plugin compilation fix by Gildas Bazin.
2549   * Removed %ebx spill in the iMDCT plugins.
2550   * Change to the set out of the BeOS code to allow more logical updates.
2551   * Moved modules_builtins.h.in into src/misc. Please remove
2552     include/modules_builtins.h in your local tree.
2553   * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
2554   * Fixed a double malloc/free bug in DVDRead.
2555   * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
2556   * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
2557   * Miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>.
2558   * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
2559   * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
2560     vlc with MS and Intel C/C++ compilers.
2561   * Updated the gtk/gnome interface to work in network mode.
2562   * Fixed some bugs in interface (language menus in ts, misnamed fields).
2563   * Play/Stop work in network mode to start/stop decoding of the stream.
2564   * Fixed the BeOS compile typo.
2565   * The ALSA plugin is back.
2566   * A gift for Gildas: plugins don't rely on backlinking any more.
2567   * Changes and bugfixes to make network work in VLAN Broadcast mode.
2568   * Bugfix in the interface to access the network specific features.
2569   * Some base of synchro in ac3 spdif.
2570   * Fixed a bug with Previous chapter button in gnome.
2571   * Added a wrapper for readv() on platforms which don't support it.
2572   * Win32 compilation fixes, esp. the MAC retrieval.
2573   * Fixed a warning for *BSD compilation.
2574   * Patch by Eugenio so that the OS X interface and video output handle the
2575     aout and vout banks.
2576   * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
2577     it should not hang the kernel anymore.
2578   * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
2579     ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
2580     SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
2581     Devices" paper.
2582   * Unification of gnome/gtk intefaces: now all the files are in plugin/gtk.
2583   * Updated BeOS interface with new changes for playlist management.
2584   * More cleanings in gtk interface.
2585   * The dvd plugin reads again blocks of 32 sectors to gain speed.
2586   * Added two functions which retrieve the MAC Address under Windows.
2587   * 3D Now! imdct.
2588   * We now do pthread detection for FreeBSD like the XMMS guys do. It
2589     works even better.
2590   * FreeBSD pthread fixes.
2591   * AC3 IMDCT and downmix functions are now in plugins, --imdct and
2592     --downmix options added.
2593   * Bugfixes, cleanings in gtk.
2594   * Initialization bugfixes in input_dvd.
2595   * Added a b_stopped flag to interface playlist to have a stop function in
2596     interface plugins.
2597   * Updated the Gtk+ interface so that it has the same features as the
2598     Gnome one.
2599   * Beginning of SSE/3DNow! support for imdct and downmix.
2600   * Ported alsa interface for alsa 0.9beta
2601   * Fixed a deadlock in spudec.
2602   * Added SPU cropping.
2603   * Gnome interface segfault fix.
2604   * BeOS interface segfault fix by Rene Gollent <rgollent@u.arizona.edu>.
2605   * Fixed an aspect ratio issue in the SPU decoder, and optimized the
2606     SPU renderer.
2607   * Speed optimization in the handling of the unusual ephemer DVD subtitles.
2608   * Little optimization to bozo's UnalignedShowBits fix.
2609   * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
2610   * Fixed a bug in UnalignedShowBits that makes some unaligned streams
2611     not wotk correctly (for instance VLS' generated TS streams)
2612   * Added support for some terribly braindead DVD subtitles in Kenshin
2613     which do not have a "stop display" command. Anime fans rejoice!
2614   * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout.
2615   * Coding-style butchery (mostly tabs).
2616   * Changed the level arg in intf_WarnMsg so that it makes more sense.
2617   * Beginning of the backport of Gnome to Gtk.
2618   * Improved ac3 spdif output ( and made it work again :)).
2619   * Added p_input->stream.p_selected_area->i_tell in input TS so that the
2620     slider work with Transport Stream files.
2621   * Moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
2622     toggling fullscreen.
2623   * Tuned the Gnome interface appearance, added a Preferences window and
2624     a Jump window, added Oct's playlist.
2625   * Fixed a few warnings with gcc 3.0.
2626   * aout and vout are now allocated in banks, making it possible to have
2627     several of them at the same time.
2628   * configure now checks for MMX and MMX EXT support in the assembler.
2629   * Removed all MMX code from the main program and moved it to the
2630     existing idct modules (Closes: Debian bug #96036).
2631   * KDE interface.
2632   * FreeBSD CSS decryption support.
2633   * Fixed a segfault in TS input (psi packets with adaptation field).
2634   * Corrected vlc-howto.sgml thanks to Arnaud Gomes-do-Vale
2635     <arnaud@carrosse.frmug.org>.
2636   * Fixed a remaining buffer overflow in the Gnome interface and applied
2637     the patches to the Gtk+ interface.
2638   * Fixed a segfault in the SPU decoder initialization.
2639   * Mandatory step for video output IV and the audio output quality
2640     fix: the output threads are now spawned when a decoder needs one,
2641     so it can decide the audio frequency or the video window size.
2642   * Fixed a few buffer overflows in the Gnome interface.
2643   * The module bank is now a global variable. The video output bank and
2644     the audio output bank might follow (when they exist).
2645   * Coding style and organization fixes to the spdif decoder.
2646   * autoconf and Makefile changes by Arnaud Gomes-do-Vale
2647     <arnaud@carrosse.frmug.org>.
2648   * DVD title change no longer restarts the input.
2649   * BeOS crash fix by Wade Majors <guru@startrek.com>.
2650   * Slight modification in ClockManageRef: after a synchro reinit, we still
2651     do the mwait and re-init last-cr.
2652   * New audio output using direct AC3 pass-thru.
2653   * Fix for a buffer overflow in the Gnome interface by Shane Harper
2654     <shanegh@optusnet.com.au>.
2655   * DVD chapter change fixed.
2656   * Fixed a bug in TS input, which should be much smoother now.
2657
2658 0.2.73
2659 Sat, 28 Apr 2001 07:02:35 +0200
2660
2661   * Removed debug instructions in the audio output.
2662   * Coding style fixes here and there.
2663   * Miscellaneous QNX compile fixes.
2664   * Changed --enable-debug into --enable-trace.
2665   * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
2666   * Changed broadcast handling.
2667   * Added a vlc-howto in sgml format in the doc directory.
2668   * Fixed the continuous 'seeking position' bug in network mode.
2669   * Support for `ts://foo:42' style input source.
2670   * rc interface plugin for vlc control through /dev/stdin courtesy
2671     of Peter Surda <shurdeek@panorama.sth.ac.at>.
2672   * Misc XVideo fixes (aspect ratio, mouse pointer, blue areas).
2673   * AC3 decoder enhancements.
2674   * Fixed an alignment issue in the bitstream callback.
2675   * Got rid of asprintf.
2676   * Better angle handling (on the fly selection).
2677   * Bugfixes in CSS.
2678   * Various changes and bugfixes in the Gnome interface.
2679   * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
2680   * X11 fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
2681   * Fixed build process when no plugins or no builtins were chosen.
2682   * Makefile changes to get around MacOS X's brain-damaged gcc.
2683   * FreeBSD configure and Makefile patches, courtesy of Espen
2684     Skoglund <esk@ira.uka.de>.
2685   * Cosmetic change in css decryption.
2686   * Added basic angle support.
2687   * Corrected some bugs in gnome interface: language menu are now
2688     synchronized and menus have less chances to change when opened.
2689   * Network channel change is now available again.
2690   * Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
2691   * MacOS X icon is now correctly added to the app.
2692   * Fixed a compilation issue in the DVDioctl driver.
2693   * Added a call to ranlib after a built-in module compilation.
2694
2695 0.2.72
2696 Mon, 16 Apr 2001 14:33:53 +0200
2697
2698   * New improved packet allocator.
2699   * Additional Makefile cleaning for built-in modules.
2700   * Fixed Makefile for Solaris target.
2701   * Fixed the 0.2.71 IFO parsing bug.
2702   * All Debian packages are now lintian-clean.
2703   * Fixed XVideo plugin linking.
2704   * Updated TODO list.
2705   * Built-in modules support almost finished.
2706   * A few Makefile fixes for BeOS.
2707   * XVideo patches by Shane Harper <shanegh@optusnet.com.au>.
2708   * Beginning of the built-in modules support.
2709   * Got rid of the sleep() hack in beos_specific.cpp.
2710   * Fixed a segfault when launched without argument under Darwin.
2711   * Fix for Darwin program path handling.
2712
2713 0.2.71
2714 Fri, 13 Apr 2001 08:13:26 +0200
2715
2716   * Merged 6 months of CVS logs to the ChangeLog file.
2717   * Fixed a lintian error in debian/rules.
2718   * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
2719   * Added udf fix by Billy Biggs.
2720   * Added checks in dvd_ifo.
2721   * Cleanings in gnome interface : the interface should depend on the
2722     input method.
2723   * Intf: TS streams in menu
2724   * TS input: only one audio & spu ES selected at a time
2725   * Removed the build of the vlc app from the install target.
2726   * Added an icon to the MacOS X vlc.
2727   * "make vlc.app" now correctly updates vlc.app
2728   * Fixed BeOS menu problem.
2729   * Added a field to p_input->stream to inform the interface of a stream.
2730     change (useful in network mode).
2731   * Added error checks in dvd input.
2732   * Changed the way ifo are read.
2733   * Fixed a bug in area management.
2734   * Fixed a warning in netutils.c.
2735   * Created darwin_specific.c to store the program path at boot time.
2736     (XXX: check that it didn't break the OS X port)
2737   * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
2738   * Updated icons.
2739   * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
2740   * Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
2741     clean code for it as well.
2742   * Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
2743     app (ie., double clicked and not launched from command line).
2744   * Cleaned up debug spew left in modules.c and video_text.c.
2745   * Created macosx_common.h in plugins/macosx/ to hold common stuff.
2746   * Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
2747     function support and a no-frills About box.
2748   * Fixed icons location and Debian desktop menus.
2749   * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
2750   * Disabled message queue by default.
2751   * A few other changes in the CSS code, the BeOS issues should be fixed.
2752   * Corrected an awful typo in the version name.
2753   * Removed deprecated stuff from config.h.
2754   * Fixed the whitespace/tab issues in the Makefile.
2755   * X and Xv output: added autohide cursor as in SDL.
2756   * X and Xv: keys 1 to 0 change channel.
2757   * SDL: keys F1 to F10 change channel.
2758   * Ported the 0.2.0's channel changing functions.
2759   * Fixed the lock segfault bug with some compilers.
2760
2761 0.2.70
2762 Sat,  7 Apr 2001 05:52:00 +0200
2763
2764   * Fixed headers for FreeBSD compilation.
2765   * Fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
2766   * Deleted BBitmap[0] directly after overlay creation as no longer needed
2767     as overlay now owns Bits()
2768   * Fixed MPEG-1 mux_rate parsing.
2769   * Fixed MPEG-1 stuffing.
2770   * Don't create BBitmap drawing thread if using overlays
2771   * Changes to BeOS interface with file selection support
2772   * Fixed a boolean_t/int mix.
2773   * Increased FIFO_SIZE.
2774   * Fixed all alignment issues
2775   * Networked TS input
2776   * Working menus for run-time audio/spu/title/chapter selection with gtk
2777     interface.
2778   * Port of the interface menus to gnome plugin.
2779   * Gtk playlist
2780   * Tried to fix the "stream jumps at will" bug.
2781   * Fixed most of the bugs in gnome interface menus
2782   * Added radio checks in menu items.
2783   * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
2784   * Borrowed config.guess and config.sub from SDL [MacOS X port] ;
2785   * Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
2786   * If SDL/GTK/DSP is not available, don't compile the associated module.
2787   * Gtk+ interface: fixed a precision issue in the scale.
2788   * Qt interface: somebody pop up us the menu!!
2789   * Fixed Debian sparc build for real (Closes: Debian bug #89285).
2790   * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
2791     it and writing output and interface plugins...
2792   * Split audio output into several separate files to make it easier
2793     to debug. Removed a few redundancies as well.
2794   * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
2795   * Added warnings for ac3 mantissa (we still have problems with AC3 on
2796     MacOS X) ;
2797   * Renamed WriteResource to avoid a namespace clash with Darwin's
2798     WriteResource.
2799   * Compile Darwin module by default on Darwin system. [MacOS X port]
2800   * Use $QTDIR for the qt module ;
2801   * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
2802   * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
2803   * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
2804   * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
2805     by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
2806   * Added a SYNCHRO_START in DVDRead for each cell change to fix
2807     multi-angle streams
2808   * Changed seek function to prevent jump-at-will and to remove two bugs in
2809     sector computing.
2810   * Initialize some values in netlist (payload_discard wasn't which caused
2811     frame dropping)
2812   * Come back of multi-sector read which should make reading faster
2813   * Language & Inteface support for BeOS interface
2814   * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
2815   * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
2816   * A few syntax fixes in the plain X11 plugin
2817   * Various bug fixes in dvd_netlist. Some bugs seem to remain though.
2818   * New function input_ToggleES for interaction with interface.
2819   * Changes in gnome interface : navigation menus are now splited, there
2820     are radio item in menus and the code should be better.
2821   * First step for dvd_ifo rewritting. Now allocation/disallocation is
2822     being done as it has to be.
2823   * Fixed a bug in title management that make dvd like Seven work.
2824   * vout_beos now uses double buffering for YCbCr overlay.
2825     This (for some reason) improves audio/video sync
2826   * Fixes for the Qt plugin compilation under Debian
2827   * Heavy butchering in the CSS and DVD ioctl code to put all architecture-
2828     dependent code in dvd_ioctl.c
2829   * Added almost fully-functional /dev/dvd driver for MacOS X in
2830     extras/DVDioctl.
2831   * Fall back to one-packet-once reading in dvd input since multi-block
2832     seems to have a bug that make the vlc crash on title/audio/spu change. I
2833     hope that this bug will be fixed soon for the performance is poorer now
2834   * Add-ons and changes in gnome interface:
2835     o menu subdivision is done only if there are over 20 items,
2836     o in DVD mode next/prev apply to title,
2837     o in DVD mode, added a box with button to navigate through chapters.
2838   * Additional enhancements to the OS X DVD ioctl module
2839   * Big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
2840   * Compilation fixes for the BeOS DVD ioctls
2841   * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
2842   * Added the GNU getopt library, which gets compiled in when getopt_long
2843     isn't available on the desired platform.
2844   * Replaced the `--warning' flag with the standard cumulative `-v' flag.
2845     `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
2846     (`--warning' is still valid for those used to it)
2847   * Cleaning in configure.in and Makefile.in, the Solaris port now
2848     builds and runs properly.
2849   * Code cleanup: removed a few tabulations.
2850   * Fixed inline asm routines to remove all read/write operands.
2851   * Added <string.h> to most files to prevent warnings under FreeBSD.
2852   * Added "break;" after "default:" in case switches to prevent
2853     warnings when compiling with GCC 3.0pre.
2854   * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
2855     interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
2856   * Cleaning code and a small fix to make quit work on OSX
2857   * Disable x11 plugin if X11 headers are not found.
2858   * Misc fixes in the DVD input.
2859   * Fixed CSS authentication under Linux.
2860   * Playlist now refreshes when a file is opened.
2861   * XVideo plugin background is now black instead of white.
2862
2863 0.2.63
2864 Mon,  5 Mar 2001 00:41:16 +0100
2865
2866   * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
2867     linux-kernel like author list.
2868   * Updated TODO list.
2869   * Fixed a segfault in the BeOS interface when --noaudio was specified.
2870   * Title and Chapter selection in the Gnome and Gtk+ interfaces.
2871   * Fixed a bug in audio selection
2872   * Tried to fix an issue in size computing.
2873   * Commited BeOS changes by Richard Shepherd and Tony Castley.
2874   * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
2875     decoding needed instead of YUV-RGB
2876   * Will be removed later when video_output.c rewritten
2877   * vout_CreateThread() initialises b_YCbr to zero
2878   * New BeOS video plugin that supports hardware overlays and new
2879     MediaPlayer compatible interface
2880   * Added YUV-YCbCr transforms
2881   * Fixed bugs in title/chapter handling once more, especially for size
2882     detection and location of main movie.
2883   * Support for multitrack DVD : now the stream is given to input as it has
2884     to be ; however, all the tracks are displayed one after the other ; I
2885     think we need to decode navigation ES to choose the track
2886   * Fixed behaviour at end of device.
2887   * Added DVD/VCD button and menu for quick DVD device selection to the
2888     Gnome and Gtk+ interfaces, so that vlc can play a DVD even when
2889     launched from a GUI.
2890   * Added debian/* files to help generating CSS-enabled non-US packages,
2891     and changed plugins/dvd/* to reflect this change.
2892   * Added .xpm icons (fixes lintian warnings).
2893   * --help output and manpage are now in sync (Closes Debian bug #87478).
2894   * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
2895   * Completely changed title and chapter initialization. Now we have real
2896     title units.
2897   * Fixed size for a majority of DVD.
2898   * More consistency in the p_input->stream management.
2899   * Made input_SelectES() and input_UnselectES() not block the input thread
2900     for a long time.
2901   * Changed debian/control to fix Debian bug #83707
2902   * Added a --disable-css configure option
2903   * Moved some code here and there in the DVD plugin to make it easier
2904     for me to build the Debian CSS-free packages.
2905   * Fixed miscellaneous alignment problems (alpha/sparc ports) ;
2906   * Added a fps display when toggling 'i' ;
2907   * Fixed a bug in the video parser where one picture buffer was not
2908     released at quit time ;
2909   * Broke the mux_rate calculation, but hey guys ! it was already broken and
2910     nobody noticed it.
2911   * New function for DVD reading, that is able to read multiple blocks
2912     (I've chosen 32 now), that doesn't use any memcpy anymore and is also much
2913     faster. It is ready now for cell positioning in multi-angle DVD (to come
2914     soon).
2915   * DVD specific netlist adapted to 2048 bytes long blocks that contain
2916     several data_packets.
2917   * Modification in mpeg_system.c to use p_payload_start instead of
2918     p_buffer (necessary for DVD plugin). It does not break other plugins
2919     since they set p_payload_start to p_buffer
2920   * New field i_read_once in input_thread_s to be able to read more than
2921     the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by
2922     defaults but plugins can change it during initialisation.
2923   * Bug fix with frequential downmix
2924   * Additional optimizations to the subtitle decoder
2925   * The GGI video output should now be faster. Also, right-mouse-clicking
2926     works in GGI mode as well.
2927   * Optimizations done to the SPU decoder. Now the RLE is expanded at
2928     decoding time, not rendering time. The main loop in vout_RenderSPU
2929     is now 20 lines long.
2930   * The Gtk+ interface is now built as a Debian package as well. The Gnome
2931     package depends on it because of the icon and menu entry.
2932   * Added an intf_WarnHexDump() function to do raw hexadecimal dumps of
2933     memory areas. For debugging purposes or for real men, as you wish.
2934   * Lots of tidying in dvd_ioctl.c, a few comments added.
2935   * Better error handling in the subpicture decoder.
2936   * Tidied video_spu.c. More to come later.
2937   * Fixed subtitle displaying. Will soon work in overlay mode as well.
2938   * Disabled slice-level resynchro since it's probably buggy.
2939   * Fixed a structural major bug in the macroblock structure management.
2940   * Added debug messages.
2941   * Fixed a compile problem in debug mode.
2942   * Added functions and hooks to display dates instead of off_t.
2943   * Added a 'd' keystroke to dump the stream contents (for debugging
2944     purposes).
2945   * New ES detection based on .ifo for DVD module. It might fail (I have
2946     found one DVD for which ifo seems false).
2947   * Title and chapter selection on the command line (see -t and -T options)
2948     It will allow to watch some DVD that went through menus by default.
2949   * Beginning of menus in gnome interface.
2950   * Fix bug in ac3dec for mono streams
2951   * BeOS: new video output method, the vlc now uses BBitmap instead of
2952     BDirectWindow (better performances)
2953   * BeOS: added resizing
2954   * BeOS: added beta support for overlay
2955   * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
2956     people. Gtk+ is now compiled by default, while Gnome isn't (you will
2957     have to add --enable-gnome when running configure)
2958   * Replaced -lcurses with -lncurses in configure.in.
2959   * Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
2960     where PAT or PMT are splitted in more than one section.
2961
2962 0.2.62
2963 Fri,  2 Mar 2001 17:32:24 +0100
2964
2965   * DVD plugin is still non-functional when you don't have DVD ioctls,
2966     but at least it compiles under BeOS as well.
2967   * Minor cosmetic changes here and there.
2968   * Added the BeOS code for vlc_mutex_destroy() and vlc_cond_destroy()
2969   * Minor optimizations in the video decoder.
2970   * Move ac3 globals variables into structures
2971   * Fixed a bash-ism in configure.in
2972   * Fixed a segfault in input.c when no input plugin was found for
2973     a given file.
2974   * Fixed a deadlock in the Gnome interface. Next time I'll initialize
2975     my mutexes, I promise.
2976   * Added Oct to the authors list in intf_gnome.glade :)
2977   * Second step in area management ; everything is in place now to have
2978     title handling; it is coming :)
2979   * Ported Glide and MGA plugins to the new module API. MGA never worked,
2980     so this didn't make it work better.
2981   * Started thinking about built-in modules, and added some code to
2982     make it easier eventually.
2983   * Added Oct in the AUTHORS file.
2984   * Fixed a mistake in configure.in.
2985   * All your base are belong to us.
2986   * Fixed a bug in src/misc/modules which prevented loading modules
2987     when launched from the Tracker.
2988   * Fixed a similar bug in src/video_output/video_text.c.
2989   * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
2990     who ported the Linux DVD ioctls. We can now read encrypted DVDs
2991     under BeOS ! Woohoo.
2992   * First serie of changes in DVD module for the forthcoming interface menus.
2993     There is a new capability in input type modules for setting the
2994     attributes of a new area. It is set to NULL for PS and TS plugins.
2995     It should be called for every title change, chapter change,
2996     audio mode change or spu channel change.
2997   * Kludge of the kludge, removing an oddity in YUV initialisation, and
2998     activating YUV overlay on startup whenever hardware acceleration is
2999     available. Thanks for bearing with us, stay tuned.
3000   * mux_rate parsing.
3001   * Changed video decoder's error messages into warnings.
3002   * Add dither fix
3003   * Drag and drop support under BeOS.
3004   * Change in the code to detect beginning of movie. It is much better now
3005     but still fails with some DVD for which the movie is not the first
3006     Program.
3007   * Beginning of ideas to handle chapters and ES selection
3008   * configure.in and Makefile.in patches for better SDL support and
3009     support for $(bindir) $(datadir) and $(libdir) stuff, courtesy
3010     of Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
3011   * Ported ggi.so to the new modules API. As for the other modules, only
3012     the "q" key works. Moreover, VLC doesn't exit cleanly if you close the
3013     GGI window.
3014   * Deactivated non-working widgets in the Gnome interface.
3015   * Added CONTRIBUTORS file.
3016   * Ported the framebuffer plugin to the new module API. As for most of the
3017     other video output modules, keyboard doesn't work. Except ^C to quit.
3018   * UDF filesystem support so that we know the location of the first video
3019     related file with 100% reliability (great change that should make DVDs
3020     with binaries and extra stuff work with vlc).
3021   * Correction of a bug in ifo reading that falsified the adress of
3022     video titles.
3023   * Changed the method for selecting title at start. It is _not_ reliable
3024     though, but it is better than the preceding one.
3025   * Tried to fix the BeOS interface and video output. Any BeOS developers
3026     listening ? I can't even test that code, it probably wants additional
3027     fixing.
3028   * Added a workaround in modules.c for broken libc's which happen to truncate
3029     filenames in dentry structures when using 64bits offsets. The kind of
3030     stuff you only see in RedHats <g>.
3031   * Made the SDL error messages a bit more useful.
3032   * The Gnome menu is now created when mouse is released, not when it
3033     is pressed. It may sound stupid, but it really makes a difference.
3034
3035 0.2.61
3036 Fri, 16 Feb 2001 08:09:59 +0100
3037
3038   * Fixed package building (both RPMs and .debs).
3039   * Fixed `make snapshot' rule.
3040   * Added some magic to filename detection. To read a DVD you now just
3041     need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs.
3042   * Fixed a segfault in the slider when no stream was playing.
3043   * Made the slider go from 0 to 100 (instead of 99 :)
3044   * The vlc now doesn't exit when finished playing. As a side effect of
3045     the playlist code being very recent, it continuously loops.
3046   * Fixed a segfault in the input thread creation, as well as a possible
3047     deadlock. This happened mostly when opening non-existing files.
3048   * Created input_SetStatus to do input_SetRate's job. input_SetRate will
3049     be used to set an arbitrary rate, for people who want to read DVDs at
3050     1/2.71828 times the actual speed.
3051   * Stubs for the ncurses control interface. No working code yet, but the
3052     holes just need to be filled.
3053   * Improved X11 support. Still not as functional as before.
3054   * The output window now states the method name, so that people know whether
3055     they are using X11 or SDL.
3056   * The Gnome interface is now drag'n'drop aware, you can drop a file
3057     on it just like Xine does (or so I guess).
3058   * New more recent css authentication code.
3059   * Beginning of udf support (not in Makefile)
3060   * Removed useless includes in intf_gnome.c
3061   * Made the vout_sdl.c functions static
3062   * Ported vout_x11.c to the modules API; code isn't very nice yet though
3063   * X11 output works again. It's just the output, but it works; I now need
3064     to clean the code and add event handling.
3065   * Should have fixed the dependency generater for some plugins.
3066
3067 0.2.60
3068 Wed, 14 Feb 2001 08:33:46 +0100
3069
3070   * Started porting the X11 vout (still disabled)
3071   * A few unnoticeable changes in the Gnome intf
3072   * Changes in the way stream size in DVD mode is calculated. It is no
3073     longer such an ugly kludge and is much more accurate.
3074   * Changes in DVDSeek so that the interface slider is in 0 when we are at
3075     the beginning of the strem.
3076   * Try to detect the beginning of the movie in the middle of the title. It
3077     works for most of the DVDs but will begin in the middle of the movie
3078     with some others.
3079   * Calculate only the first title key in css mode because it might take a
3080     long time with some title. The search stops now when we have a key once
3081     whereas it did stop only when we had it twice before. It should not
3082     cause problems.
3083   * Really fixed MC segfault bug.
3084   * Adaptation of DVD module to navigation slider. The seek has to be
3085     done on a multiple of 2048, and shopuld take care of the offset to the
3086     beginning of the stream. It works with most of my DVDs by fails to
3087     detect size of some streams.
3088   * Change of the order of call to ifo and css functions in input_dvd.c,
3089     because we can't read ifo files before authentification on some DVDs.
3090   * Changed location of some css tables.
3091   * We read ifo date and decrypt css keys for all titles now. It takes quite a
3092     long time to initialize with some DVDs (if you have 42 titles for
3093     instance). The key decryption might give a false value if the title is
3094     less than 10 Mb ; I'm working on that :)
3095   * Quick patch to avoid a segfault when arbitrarily seeking the stream.
3096   * Added --intf option to vlc
3097   * Started cleaning vout_sdl.c
3098   * The dummy plugin works again
3099   * Added a slider to the Gnome interface so that we can browse through streams
3100   * Removed enhancement because of an incompatibility with slow motion.
3101   * We can now seek at position 0 :p ;
3102   * Tried to enhance picture dating on timebase discontinuities.
3103   * Fixed pause bug.
3104   * Much cleaning in css code. It should work fine now.
3105   * Fixed my old stupid bug that disabled sound after having played the
3106     first playlist item.
3107   * Added `Prev' and `Next' buttons to the interface, with the beginning of
3108     a playlist window (still empty).
3109   * Added `Slow' and `Fast' buttons to the interface and popup menu.
3110   * Removed tests against i_rate and i_new_rate calculation from the
3111     plugins and hid this complexity into input_ext-intf.c
3112   * The pure Gnome part of the Gnome interface has been rewritten from
3113     scratch, and the .glade file included as well. You can edit it by
3114     installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
3115     or directly by hand if you grok XML.
3116   * Files can now be loaded into vlc using the `Open' buttons. But for the
3117     moment you still have to launch vlc with at least one file, because it
3118     quits when the end of the playlist is reached.
3119   * Idle screen was disabled because it eats a lot of CPU and is mostly
3120     useless for the moment. And it gets activated when pause lasts for too
3121     long.
3122   * Plugins have completely disappeared, we now only use the new module API.
3123   * All intf and vout modules are now independant. So far, only the Gnome
3124     intf module and the SDL vout module have been ported. configure.in has
3125     been modified to reflect the changes (x11 and dummy aren't compiled by
3126     default anymore, while SDL and Gnome are).
3127   * Right-clicking on the SDL video output window brings the Gnome menu.
3128   * Pause, Play, Exit, About work from the menu or from the interface window.
3129   * The old SDL keys still work.
3130   * Fixed a bug in #define that prevented from using ioctls
3131   * Some functions to prepare ifo commands utilisation to move in the
3132     structures of DVDs
3133   * Change in configure to avoid compiling css functions on BSD.
3134   * Added comments to src/interface/intf_plst.c and include/intf_plst.h
3135     so that people understand how the playlist works.
3136   * Updated the TODO list (34 items to do, 41 done !)
3137   * Portability : changed off64_t to off_t and activated appropriate
3138     GNU/Linux options ;
3139   * Changed fseek() to fseeko() for 64-bit offsets ;
3140   * Reset frame predictors on a stream discontinuity.
3141   * Implemented basic stream navigation function, and bound Jump forward
3142     and jump Backward in the SDL intf. Enjoy !
3143   * Pause function implemented ('p' key).
3144   * Fixed a compile probleme on machine without a dvd player :ppppp
3145   * Fixed two bugs in ifo and css that caused memory corruption and
3146     segfault when using sdl in dvd mode.
3147   * Moved the playlist handling from input/input.c to interface/interface.c
3148   * Fixed a few warnings at compile-time.
3149   * Fixed sound channel selection in playlist mode.
3150   * Added a color message in the plugin bank because on peut bien déconner
3151     cinq minutes, quand-même.
3152   * We now spawn a new input thread for each file.
3153   * Added a missing pf_close() because it's always cool to close files
3154     after we read them.
3155   * Solved bug with cssdescrambling. The vlc might segfault with dvd
3156     plugins. I will fix that soon.
3157   * Minor modification in pluginification.
3158   * Playlist works again (still the old wrong way like Meuuh doesn't
3159     like, but this is going to change within a few hours)
3160   * Input_ps, input_ts and input_dvd are now plugins, located in
3161     plugins/mpeg/ and plugins/dvd/
3162   * Fast/slow keys are now A/Z instead of A/S since S was already
3163     linked to the scale/noscale toggle.
3164   * `--dvd' doesn't work anymore, for the moment try to use :
3165     vlc --input dvd /dev/dvd
3166   * Module bank is now less verbose ; use `--warn 1' to turn back
3167     verbosity on
3168   * New method using netlist to read packets on DVD device by sectors of
3169     2048 bytes.
3170   * Some modifications in netlist to make it work with DVD.
3171   * Fixed Ã  bug in mpeg_system.c
3172   * We can now choose the speed of forward (between 32/1 and 1/8)
3173   * Functional fast forward and slow motion API ;
3174   * Dirty hack in the SDL intf to bind "a" (fAst forward), "s" (Slow motion)
3175     and "p" (Play).
3176   * Centralized clock management, preparing for stream navigation ;
3177   * Fixed a bug in the management of the first video PTS.
3178   * Fixed a bug in period calculation for progressive sequences.
3179   * Fixed a FIXME in SDL: p_vout->p_sys is no more used in intf_sdl.c
3180   * Used instead p_vout->i_changes like in x11
3181   * Disabled SDL parachute to let the vlc dump a core instead of staying stuck
3182   * Patched 2 debian bugs
3183     (see http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vlc)
3184   * Improved the snapshot generation
3185   * Mouse pointer hidden/shown with middle button in SDL output
3186   * Removed obsolete video_yuv_mmx.S
3187   * Updated the TODO list and wrote a small todo.pl parser to make it
3188     easier to see which items remain to be done
3189   * `make snapshot' now creates vlc-*.tar.gz and vlc-*-nocss.tar.gz
3190
3191 0.2.50
3192 Wed, 31 Jan 2001 04:30:37 +0100
3193
3194   * Version 0.2.50 for the Linux Expo
3195   * --overlay and --fulscreen options (only work with --vout sdl)
3196   * The vlc exits after the end of the stream, which prevents from having
3197     to kill it and relaunch it during a presentation.
3198   * Not a very nice hack, but will probably spare us a few user complaints: if
3199     no -a option is specified, the vlc will play the first audio type it finds,
3200     so there is no need to specify "-a ac3" for a DVD anymore.
3201   * CSS support kludged for current DVD input.
3202     It is very slow now but will be more adapted to the forthcoming DVD
3203     input.
3204     It should read the first title of many DVDs but has been tested with few.
3205   * Beginning of ifo commands to implement DVD navigation.
3206   * Fix for field pictures.
3207   * Hooks for fast forward and slow motion support.
3208   * Fixed backwards moves.
3209   * Tuned up optimizations.
3210   * Completely removed BIZARRE_OPTIMS.
3211   * Check for the needed headers for DVD ioctls
3212   * Some cleaning in the dvd authentification code
3213   * Various miscellaneous minor optimizations of the video parser.
3214   * Beginning of support for encrypted DVDs.
3215   * It only tests encryption and authenticates disc.
3216   * Really fixed GetChunk now.
3217   * 32-bit aligned bitstream (not that fast).
3218   * The motion compensation routines are now modules as well ; choose your
3219     implementation with `--motion motion', `--motion motionmmx' or
3220     `--motion motionmmxext'. Of course, the best implementation is chosen
3221     if you don't ask for any. There doesn't seem to be any performance hit
3222     due to the move to shared libs, which is a good thing. Please test
3223     actively if you have time, though.
3224   * Updated --help result, manpage, INSTALL document, and a few files.
3225   * Borrowed LiViD's MMX and MMX EXT IDCT. This might break things. Expect
3226     a performance increase.
3227   * Removed a few useless malloc() and unused variables in the audio SDL stuff
3228   * Prepared the work for built-in modules (not yet finished)
3229   * Small tweak in the copy handling, reduce CPU usage.
3230   * --aout sdl now works
3231   * Added SDL sound support. Sounds a bit laggy sometimes but my streams
3232     are ill.  please try.
3233   * Modified configure.in and all that stuff. Re-run configure
3234   * SDL audio, video and interface are all part of the same .so now.
3235   * Removed YUV old files :->
3236   * Reverted something that wasn't supposed to go into the cvs :p
3237   * Removed -fargument-noalias-global which causes problems with as (???).
3238   * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to
3239     test it, replace vdec_motion_inner_mmx.c by vdec_motion_inner_mmxext.c.
3240   * A few changes in the CPU extensions detection code, borrowed from the
3241     kernel and from mpeg2dec. I still don't know how to detect if code
3242     compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are
3243     quite obtuse to me. Perhaps we should also have a way not to load modules
3244     if they have been compiled with a different CPU to avoid segfaults.
3245   * Add check for MMX EXT extensions, which doesn't work, which is a good
3246     thing since there is no MMX EXT IDCT yet :)
3247   * Change for the forthcoming fast forward and slow motion support.
3248   * Fixed the --aout, --idct and --yuv flags
3249   * Updated manpage and --(long)help output to reflect that change
3250   * Removed a few unneeded #includes here and there
3251   * Cosmetic changes in error messages in input.c
3252   * Now use of 64 bits offsets to parse the whole DVD. So we have all the
3253     available information
3254   * Fixed a bug in parsing of VTS attributes
3255   * Fixed a bug in input.c that made input plugin initialize even though
3256     no stream is reachable (thanks Sam)
3257   * Merged the YUV plugins in the same directory to avoid too much code
3258     duplication
3259   * YUV transformations now use the new module API ; now only the vout
3260     and interface still depend on the old plugin API
3261   * Changed TestMMX to TestCPU because we will be able to test for other
3262     specific extensions (3DNow, SSE) for the forthcoming IDCT we'll
3263     borrow to mpeg2dec (as usual :P)
3264   * Don't show "hiding module" messages anymore except in debug mode
3265   * Swapped C IDCT and Classic IDCT scores since the classic one seems
3266     to be faster ; anyway you should use the MMX one
3267   * Fixed a Makefile bug under BeOS
3268   * Tried to fix the cpuid code so that it compiles under BeOS (Polux, can
3269     you test it when you have time ?)
3270   * Fixed a bug in the frame rate handling ;
3271   * Fixed a bug in the DTS/PTS ordering. Our pts are _at last_ accurate.
3272   * Finally fixed repeat_first_field and co. (pas encore tout compris...)
3273   * Implemented video_parser bitstream callback for PTS/DTS.
3274   * Fixed close button support in SDL
3275   * Fixed --width and --height support in SDL
3276   * Fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
3277     more than ever, Â« le client ne segfaulte pas Â».
3278   * There was still a problem upon quitting: sometimes the null packet
3279     wasn't big enough to reach a decoder breakpoint, so I now create 10
3280     of them (since I can't make it bigger) to be sure. Meuuh, what do
3281     you think ?
3282   * Fixed the Makefile to spare a few variables here and there.
3283   * Reduced module hide delay, removed loading of the audio output
3284     plugins since they are now modules.
3285   * Changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:",
3286     and so on in a few other messages.
3287   * Removed unused includes in the idct modules.
3288   * Correction of bugs in ifo parsing. Now the structures should be well
3289     initialized. It remains some segfaults but it globally works.
3290   * DVD mode is enabled with option --dvd. For the moment, it only read
3291     the first vts and find the movie if it is at the beginning of the title
3292     set.
3293   * Beginning of dvd_input. Parsing of ifo file almost completed.
3294   * The IDCT functions are now located in modules : the classic IDCT,
3295     our optimized IDCT, and MMX IDCT.
3296   * Cosmetic changes for modules (pf_* instead of p_*)
3297   * Fixes to the BeOS and dummy modules
3298   * Changed default values :
3299     INPUT_PTS_DELAY down to 200 ms ;
3300     video heap down from 10 to 5 pictures ;
3301     decoder fifo size from 1023 to 511 PES ;
3302   * Fixed various bugs in 32 bit-versions of input_ext-dec.h ;
3303   * Fixed a bug in GetChunk() ;
3304   * Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ;
3305   * Moved decoder_fifo-specific code from programs.c to dec.c ;
3306   * Fixed bugs in program.c that prevented vlc to close all decoders ;
3307   * Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ;
3308   * Made the video parser unlock the reference pictures before quitting
3309     (still one left, yaknow why ?)
3310   * Destroy fifo mutex and cond variables _after_ they are used for
3311     the last time. henri, that'll be one binouze.
3312   * Attempt to port the BeOS audio plugin to the new module API. Will
3313     probably need a few fixes to work or even compile.
3314   * Ported the alsa plugin to the news vlc module API
3315   * Fixed 32 bits bitstream bugs.
3316   * Moved the MPEG audio decoder to the new bitstream
3317   * Cleaning in the SPU decoder.
3318   * Moved swab32 from input_ext-dec.h to common.h. We probably won't need
3319     it anymore really soon, since ntohl() and htonl() seem to be properly
3320     optimized when gcc is passed the right optimization flags.
3321   * Fixed GetBits32 and RemoveBits32. I know the #ifdefs are useless since
3322     we only support u32 words, but it's a safe reminder. Comments appreciated
3323     on this fix since I may have b0rked something -- it runs well here though.
3324   * Changed code for handling b_die in bitstream ;
3325   * Moved input_ext-dec.h to input.h ;
3326   * New input_NullPacket function ;
3327   * Fixed init bugs in input and vpar ;
3328   * Placed a callback to the decoder in the bitstream structure ;
3329   * Fixed a purify bug in input_ps.c ;
3330   * Added -mcpu=pentiumpro in the Makefile.
3331   * Complete commenting of modules_core.h and small modifications
3332   * Separated MODULE_CONFIG_START and ADD_WINDOW (Henri, beware)
3333   * Fixed a very, very old bug that caused namespace collision between
3334     plugins (Henri, beware: call your aout_getplugin function like this,
3335     not alsa_aout_getplugin)
3336   * Removed the Debian specific clean rules from the Makefile, since they
3337     are already handled by the debian/rules script.
3338   * Tidied a few compilation rules (-lfoo should always be at the end)
3339   * Added 8bits palette SDL support.
3340   * Fixed a warning under FreeBSD (dlerror() is a const char*, not a char*).
3341   * Made configure script look for the bswap assembly instruction (using
3342     AC_TRY_COMPILE makes sure the compiler will really accept it).
3343   * Fixed colors' bug (TODO: write a function in vout that recalculate colors
3344     from RGB masks);
3345   * Cleaning of the fullscreen switch, still sucks but the surface is not
3346     reallocated and that's good (thanks to the magic function
3347     SDL_WM_ToggleFullScreen provided by sdl library :).
3348   * Added a missing mutex_unlock in video_output.c
3349   * Moved a mutex_destroy after the thread cancellation to prevent
3350     possible problems
3351   * Added a missing #ifdef in intf_msg.c which prevented compilation
3352     with --enable-debug
3353   * Fixed a bug in the input that prevented to quit properly in certain
3354     cases (some ES were not deleted because their index was skipped when
3355     the former one was deleted, well Meuuh should know what I mean)
3356   * Cleaning of SDL Lock/Unlock Surface.
3357   * All plugins now compile with -fPIC.
3358   * Made the audio_output API a bit simpler.
3359   * Got rid of modules_config.h.
3360   * Fixed `make install' rule.
3361   * Fixed warnings in the MMX YUV compilation.
3362   * Probably fixed a bug in the input : pp_foo structures were free()d at
3363     the end, but this was useless since the last call to realloc() is
3364     equivalent to free(), and two consecutive calls to free() aren't a
3365     goo idea.
3366   * We check that the version number match and that we don't already have
3367     a module by that name when loading a new module.
3368   * All public module_* functions now properly lock the module bank.
3369   * The audio_output now uses the new module API ; EsounD and DSP modules
3370     have been ported, which should be enough for Henri to port the ALSA one.
3371   * Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
3372     Used them before quitting, every lock and cond is destroyed
3373   * Checked the return value of malloc and realloc in input_programs
3374   * Fixed compilation pb under solaris 2.6
3375   * Should compile & run on Solaris with ./configure --disable-dsp
3376     (tested on puma)
3377   * Removed most SYS_SOLARIS #ifdef's in favour of more generic tests
3378   * Updated example ./configure line in INSTALL file
3379   * Now we only load modules that end with ".so"
3380   * null module is compiled by default
3381   * Fixed initialization of payload_start and payload_end
3382   * --enable-sdl and some others are now --with-sdl[=name] to supply an
3383     optional library name ;
3384   * Deleted all unnecessary #include <sys/uio.h> ;
3385   * /usr/include is now searched when looking for libraries and headers.
3386   * src/misc/modules.c is in a workable state now.
3387   * Splitted modules.h into modules.h and modules_core.h to enable
3388     clean compilation of the Null Module.
3389   * Added the Null Module, the module that does nothing but that is going
3390     to be of great help for debugging my module code.
3391   * Plugins are now called modules, because we will be able to compile
3392     them either as a dynamic plugin, or within the program. And, more
3393     important, I can commit this without having to break the vlc :)
3394   * Fixed pitch bug;
3395   * video_output.c : compute picture size even if b_need_render == 0;
3396   * Fixed a deadlock (the vout unlocked a mutex locked by another thread,
3397     grrrr, I'll kill someone) ;
3398   * Put config.h in front of others in audio_decoder.c.
3399   * Better display of the fps.
3400   * Removed i_iovec_start and i_iovec_end. Used i_data instead
3401   * Fixed THX Cimmarron bug (it was _not_ a synchro bug).
3402   * Fixed a bug in the DTS/PTS parsing ;
3403   * Fixed a bug in vpar_headers.c synchro handling introduced before ;
3404   * Enhanced synchro's handling of dates and frame structure changes.
3405   * Fixed a bug in the PSM decoder.
3406   * We now read the DTS (but we don't use it for the moment).
3407     NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
3408   * New synchro statistics and warnings.
3409   * Avoid calling SafeRead() with a null packet size.
3410   * Use of ptrdiff_t whenever necessary (IA-64 port) ;
3411   * Changed behaviour of preparsing code, faster startup ;
3412   * Fixed DecodePSM(), cannot test ;
3413   * Cleaned up ParsePES(), fixed a bug which could reject very small but
3414     valid PES packets ;
3415   * Fixed cosmetic bugs in vpar_synchro frame_rate display.
3416   * Changed subtitles palette.
3417   * SPU decoder now uses Meuuh's GetChunk() code.
3418   * Lots of cleaning in the SPU decoder.
3419   * Message queue is flushed before we spawn input.
3420   * Fixed so that it compiles with VDEC_SMP (no good sync yet though).
3421   * Using i_id instead of i_stream_id whenever possible ;
3422   * Fixed a bug in -c and -s options.
3423   * Fixed a compile pbm in debug mode (f34r d4 1-line fix)
3424   * Fixed AC3 and SPU PES reading (ph34r da one-byte patch)
3425   * Some 79 char wrap.
3426   * No need to add "\n" at the end of intf_*Msg() messages anymore.
3427   * Moved input_DecodePES() to input_dec.c ;
3428   * Fixed an segfault in input_programs.c ;
3429   * Added -fomit-frame-pointer optimization.
3430   * Fixed a *major* memory leak in the pre-parsing code. Hopefully it should
3431     be the last one.
3432   * New decoder spawning API input_dec.c ;
3433   * Moved p_input->pp_es -> p_input->stream.pp_es and clean up of
3434     input_programs.c & co ;
3435   * Fixed memory leaks.
3436   * Moved video_decoder's headers from include/ to src/video_decoder.
3437   * Temporarily removed b&w kludge.
3438   * Splitted up p_method_data/p_plugin_data ;
3439   * Cleaned up input_ts.c, added it into the Makefile.
3440   * Fixed various memory leaks.
3441   * Removed all arbitrary limits on the number of elementary streams.
3442   * Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
3443     All decoders should now exit cleanly (if it's not the case, it should be
3444     referenced as a bug).
3445   * Fixed a bug which prevented the input to exit normally (non-selected
3446     ES in the pp_selected_es array).
3447   * Added netlist support.
3448   * Added U8_Mono audio output
3449   * Fixed "-a [ mpeg | ac3 | lpcm | off ]" option
3450   * Only pre-parse the first 32 MB of data.
3451   * Added -a, -c and -s options. (-a doesn't work but I will let the people
3452     who thought it would be cleaner to put config in environment variables
3453     correct what's wrong in my code).
3454   * Now we only try to open plugins which are existing files
3455   * Big cleanup of the PS input plugin ;
3456   * Fixed a bug in AC3 initialization ;
3457   * PS streams are now pre-parsed (this can take a while) if possible ;
3458   * Move #define from audio_output.h to config.h
3459   * Change vlan_server_ip to vishnou's ip (but vlans not working yet)
3460   * GetChunk() : reads n bytes from the elementary stream and places them
3461     in a big buffer (a gift for Sam).
3462   * Quantic start in fullscreen fixed.
3463   * Input-II now correctly handles private stream 1 (AC3, DVDSPU).
3464   * Split the audio decoder into adec_generic, adec_layer1 and adec_layer2
3465     (no new code added)
3466   * Added SDLYUV support,
3467   * Fixed the ratio/position problem in YUV,
3468   * We now display CPU usage statistics for each thread.
3469   * Additional fix for Layer 1 mono
3470   * Indentation fixes
3471   * Fixed audio syncword detection for mpeg 1 streams (hopefully)
3472   * Fixed Layer 2 Mono decoding.
3473   * Hardware YUV overlay (SDL) with real colors ;p It may suck for non
3474     4:2:0 streams.
3475   * Removed vout code found in intf file to support fullscreen switching.
3476     Now only vout_SDL updates SDL data and intf only switch flags such as
3477     b_reopen_display and b_fullscreen in p_vout->p_sys.
3478   * Fixed a var name typo in input_programs.c which prevents vlc from
3479     compiling with --enable-debug option. (i_es_pid -> i_es_id :)
3480   * Autodetection of Overlay support
3481   * Fixed support for broken MPEG-1 files.
3482   * Cleaned up program and ES management by using input_programs.c whenever
3483     necessary.
3484   * Cleaned up decoder spawning.
3485   * Enhanced handling of stream discontinuities.
3486   * Fixed two typos in the Makefile (sam you owe me at least one beer)
3487   * Moved b_discontinuity to pgrm_descriptor_t, cleaned up CRDecode
3488     (needs some more cleaning for discontinuities)
3489   * Added pf_new_pes in plugins
3490   * Fix in the SCR parser for high values.
3491   * Fixed a bug with DVD's SCR (too close from the PTS).
3492   * Generation d'un makefile presque correct pour les vieilles versions de make
3493     Nettoyage: gestion des dependances pour les plugins, suppressions de pas
3494     mal de redondances, options de compilations coherentes, etc...
3495   * Code to manage es_descriptors and program_descriptors, from benny's
3496     input_psi.c
3497   * VLAN support modified.
3498   * We now correctly parse MPEG-1 SCR and there is no need to kludge to read
3499     the stream at the right pace.
3500   * Fixed a bug in the synchro with non-P5/B1 streams.
3501   * Support for MPEG-1 .mpg files.
3502   * Fixed a bug in the synchro with non-P5/B1 streams.
3503   * The input-II.
3504
3505 0.2.0
3506 Wed, 31 Jan 2001 04:30:37 +0100
3507
3508   * Version 0.2.0 pour la Linux Expo
3509   * Backport of the sdl plugin (minor correction in video_output as I made
3510     in unstable)
3511   * Ajout des options --fullscreen et --overlay
3512   * Added hardware YUV overlay support (SDL). Huge performance
3513     increase.
3514   * Fixed MPEG audio decoding for streams without b_data_alignment flags.
3515   * Fixed a bug in the SPU decoder which caused a segfault.
3516   * Support for 8bit soundcards.
3517   * YUV support for SDL.
3518   * We now open /dev/dsp in non-blocking mode.
3519   * Frame dropping enhancements for very slow machines.
3520   * Fixed a buffer overflow under BeOS.
3521   * Miscellaneous framebuffer fixes.
3522   * Miscellaneous SDL fixes.
3523   * MMX Y4Gray16 colorspace transformation.
3524   * Optimized grayscale mode.
3525   * Fixed volume control.
3526   * Splash screen.
3527   * Minor changes in the Debian files.
3528   * Fixed fps display.
3529   * Fixed MPEG1 video decoding. We don't read MPEG 1 PS files for the
3530     moment.
3531   * Fixed a 100% cpu usage bug, in the dummy aout.
3532   * Added a 'f' shortcut to switch between Windowed and Fullscreen
3533     mode.
3534   * Added --broadcast option for network input.
3535   * Screen is now emptied when framebuffer output exits.
3536   * Totally new frame dropping algorithm.
3537   * Fixed a bug in video_ouput.c which trashed more late pictures than
3538     necessary.
3539   * Fixed the DEBUG mode in the Makefile.
3540   * Fixed a bug in mwait() which made us wait too long.
3541   * The video_decoder can now be split into several threads to take
3542     advantage of the SMP machines.
3543   * Added --enable-debug, --enable-stats, and --disable-optims in the
3544     GNU configure stuff.
3545   * Added alsa audio support (plugin)
3546   * vlc is now compiled without the STATS mode by default.
3547   * Fixed a bug which made frames go backwards with some displays (the
3548     video_decoder thread is now niced).
3549   * Added intf_WarnMsg(), and made use of it in the most needed places.
3550
3551 0.1.99i
3552 Mon, 28 Aug 2000 02:34:18 +0200
3553
3554   * fixed the support for field pictures, which involved a few dozens
3555     bugs in the video parser and video decoder.
3556   * put names of authors under a lot of source files, for historical
3557     purposes.
3558   * fixed another input_file exit bug for the beos version.
3559   * fixed the aliases install.
3560   * renamed an inconsistent variable in src/input/input_file.c.
3561   * added support for I+ synchro (all Is and the first P).
3562   * fixed a motion compensation bug which generated some distortion
3563     on B images.
3564   * fixed a motion compensation bug for skipped macroblocks.
3565   * fixed a synchro bug for field images.
3566   * cleaned Octplane's crappy indentation.
3567   * fixed the --server option which didn't work if a ~/.vlcrc existed.
3568
3569 0.1.99h
3570 Tue, 22 Aug 2000 01:31:58 +0200
3571
3572   * fixed the sound issue under beos.
3573   * fixed a bug that was making the crash randomly under beos.
3574   * fixed a bug that was exhausting system ressources under beos.
3575   * improved the cond_var for beos.
3576   * added support for the SDL vout : the --display fullscreen allows
3577     fullscreen when possible. Disabled by default.
3578   * added sdlvlc (which probably should start in fullscreen, no ?)
3579   * removed sdlvlc :)
3580   * updated debian directory to build vlc-sdl.
3581   * removed CCFLAGS flags which were improperly used.
3582   * added hints for powerpc build.
3583   * fixed the input_file exit bug.
3584   * fixed a Makefile bug which removed the CVS directory.
3585   * removed the frame statistics output.
3586   * removed a verbose message in intf_sdl.c.
3587   * added a few sanity checks in the audio mpeg and ac3 decoders.
3588   * temporarily got rid of vlc.channels.
3589   * added notice in debian/control about unencrypted DVDs.
3590   * fixed PowerPC .deb build.
3591
3592 0.1.99g
3593 Wed, 16 Aug 2000 01:07:14 +0200
3594
3595   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
3596   * new --synchro flag which lets you force which images are decoded.
3597   * removed an unused variable in the MMX YUVs.
3598   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
3599   * now scaling is on by default, so that people won't tell that the vlc
3600     cannot do scaling :-)
3601   * fixed a few long lines.
3602   * fixed 8bpp YUV.
3603   * fixed the fscked up Bresenham algorithm in all YUV functions.
3604   * fixed a dumb bug in the Makefile that prevented inclusion of the
3605     -march=pentium directive. thanks Meuuh, blame sam.
3606   * fixed a warning in main.c.
3607   * separate Debian packages.
3608   * added request for ALSA support in the TODO list.
3609   * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
3610
3611 0.1.99f
3612 Tue,  8 Aug 2000 11:24:01 +0200
3613
3614   * plugin detection now works
3615   * "gvlc", "fbvlc", "ggivlc" aliases now work
3616   * fixed functions that weren't properly inlined
3617   * removed bloat from the MMX YUV plugin
3618   * vlc.init becomes ~/.vlcrc
3619   * removed float operations in the video decoder, and all emms asm functions
3620   * borrowed linuxvideo's MMX motion compensation
3621   * fixed an undefined symbol in the MMX YUV plugin
3622
3623 0.1.99e
3624 Thu, 20 Jul 2000 15:14:06 +0200
3625
3626   * new bitstream syntax and slight performance increase
3627   * BeOS build fix
3628   * removed the sample code from the reference decoder
3629
3630 0.1.99d
3631 Wed, 12 Jul 2000 01:24:40 +0200
3632
3633   * fixed RPM build
3634   * .deb is now more lintian-friendly
3635   * fixed vlc.spec to install nicely
3636   * PLUGIN_PATH and DATA_PATH now in include/*.h
3637   * removed a few useless warning messages
3638   * removed remaining header stuff related to the old non-free decoder
3639   * fixed the MGA build (doesn't work yet, though)
3640   * new plugin API
3641   * updated the INSTALL document
3642   * plugin auto-detection
3643   * fixed a few misspellings in the code
3644   * removed the default --enable-ppro option because it didn't work on K6-2
3645   * the framebuffer client now leaves the console in a working state
3646   * the dithered 8 bpp YUV transformation works again (blame bbp !)
3647   * the YUV transformations are now plugins as well
3648   * alternative symlinks like gvlc, fbvlc are now created at compile time
3649   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
3650   * fixed an endianness problem which occured on iMacs
3651   * fixed the build for the Mandrake distribution
3652
3653 0.1.99c
3654 Sun, 18 Jun 2000 18:54:48 +0200
3655
3656   * fixed Makefile.in for debug version
3657   * caught Delete Window event in Gnome and X11 modes
3658   * fixed man page
3659   * GGI output now works
3660   * fixed a segfault on exit for the Gnome plugin
3661   * fixed compile problems for BeOS
3662   * sound support almost works under BeOS
3663   * fixed a warning in ac3_exponent.c
3664   * automatic support for .rpm and .deb building
3665
3666 0.1.99b
3667 Sat, 17 Jun 2000 03:35:02 +0200
3668
3669   * fixed a bug preventing to quit when run with no arguments
3670   * new VLAN changing code
3671   * created the ChangeLog file :)
3672
3673 0.1.99a
3674 Thu, 15 Jun 2000 20:48:54 +0200
3675
3676   * first public release
3677