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