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