Changeset fc6ea05000777594b7895069f693ffe6265328f7

Show
Ignore:
Timestamp:
11/14/02 23:44:57 (6 years ago)
Author:
Alexis de Lattre <alexis@videolan.org>
git-committer:
Alexis de Lattre <alexis@videolan.org> 1037313897 +0000
git-parent:

[8928554ebd629ddc1d4cdc6d670bc2e1a918dd83]

git-author:
Alexis de Lattre <alexis@videolan.org> 1037313897 +0000
Message:

Added the changelog of vlc 0.4.6.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    re6c4183 rfc6ea05  
    328328    belongs to plugins/mpeg_vdec. 
    329329  * ALL: the first libvlc commit. 
     330 
     3310.4.6 
     332Wed, 13 Nov 2002 23:41:00 +0200 
     333 
     334  * FAQ: changed Debian repository location to HTTP (for better upload 
     335    stats estimations on our side). 
     336  * plugins/a52/a52.c: is now the default ac3/a52 decoder (because it has a 
     337    nicer audio quality than ac3_adec). 
     338  * configure, Makefile.modules, configure.in: --enable-familiar accepts now: 
     339    --with-sdl-prefix=[PATH], --enable-gtk-prefix=[PATH] and 
     340    --enable-gpe-prefix=[PATH] to enable cross-compiling. 
     341  * plugins/familiar/familiar_callbacks.c: Bug in ReadDirectory() it results 
     342    in empty file/directory names in the user interface. 
     343  * configure.in: Added GPE support to familiar interface. 
     344    Use --with-gpe-prefix=<installation-dir> to enable it. 
     345  * ipkg/*: GPE is integrated in familiar files. 
     346  * ipkg/*: Familiar packaging files. 
     347  * include/defs.h.in: Added HAVE_GPE_INIT_H define for autodetection of 
     348    libgpewidget and GPE headerfiles. 
     349  * ALL: changes to reflect the fact that libdvdcss now needs a colon after 
     350    the DVD drive letter. 
     351  * src/misc/modules.c: plugin extension check is now case unsensitive. 
     352  * plugins/dsp/aout_dsp.c: replaced O_NONBLOCK by O_NDELAY, and put the 
     353    device back in blocking mode once open. 
     354  * plugins/network/ipv4.c: fixed a crash with multicast addresses when no 
     355    interface address is given. 
     356  * plugins/directx/vout_directx.c: fixed a nasty segfault on initialization. 
     357  * plugins/dsp/aout_dsp.c: Added O_NONBLOCK flag to the open command, 
     358    so that if /dev/dsp is used, vlc tries with other plugins (like esd). 
    330359 
    3313600.4.5