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