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