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