Changeset a29bce0ba1d8c1d414e821d6ed7def30ecc31823

Show
Ignore:
Timestamp:
08/11/02 01:22:45 (6 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1029021765 +0000
git-parent:

[37e30b124b64abc0eb521a009392e059fa940177]

git-author:
Christophe Massiot <massiot@videolan.org> 1029021765 +0000
Message:

Imported 0.4.4 Changelog.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    r5ef12c6 ra29bce0  
    327327    belongs to plugins/mpeg_vdec. 
    328328  * ALL: the first libvlc commit. 
     329 
     3300.4.4 
     331Sun, 11 Aug 2002 01:18:13 +0200 
     332 
     333  * ./src/misc/messages.c: fixed an extremely old buffer overflow. 
     334  * ./plugins/spudec/spu_decoder.c: fixed a moronic endianness bug. 
     335  * ./plugins/dvd/dvd.c: added a --dvd-css-method config option to the dvd 
     336    plugin. 
     337  * ./include/threads_funcs.h: fixed the --fast-mutex option. 
     338  * ./plugins/directx/vout_directx.*: the directx vout plugin now uses the 
     339    IID_IDirectDrawSurface2 interface, this shouldn't break anything and we 
     340    should now support WinNT4+DirectX3. Added support for YUY2 overlays because 
     341    a few graphics cards only support this. Some code cleanup too. 
     342  * ./plugins/directx/vout_events.c: small bugfix. 
     343  * ./plugins/network/ipv6.c: attempt to fix the win32 IPv6 implementation. 
     344    Multicast should even work (untested) although we'll need to find a way to 
     345    replace if_nametoindex() to have a fully functionnal win32 port. 
     346  * ./include/threads.h, ./include/threads_funcs.h: reverted Win32 pthread 
     347    implementation to the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP. 
     348    Additional vlc_cond_* implementations for Win9x. 
     349  * ./src/interface/main.c: renamed --fast_pthread option into --fast-mutex. 
     350    Added a--win9x-cv-method option to choose which vlc_cond_* implementation 
     351    we want on Win9x. 
     352  * ./plugins/avi/avi.c: kludge to play AVI files created by ffmpeg. 
    329353 
    3303540.4.3