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