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