]> git.sesse.net Git - vlc/commit
* Added double-buffering for the directx plugin in overlay mode.
authorGildas Bazin <gbazin@videolan.org>
Sun, 27 Jan 2002 22:14:52 +0000 (22:14 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 27 Jan 2002 22:14:52 +0000 (22:14 +0000)
commitf9d9f469ef63bd11473b1d21167d372d896d798a
treef641a3b731293710cdfebe92ced23554c3f235e9
parent83098c803bbbcd4034eb836ac75c8620feaaaf09
* Added double-buffering for the directx plugin in overlay mode.
* Several directx bug-fixes:
    - implemented the right behaviour on exit.
    - fixed bug preventing the creation of several windows.
        (the wall filter is working now :-))
    - fixed unnecessary background redraws (it made the video flicker).
    - fixed bug where we were losing the video display because of lost
        surfaces in video memory.
    - when using hardware overlay, the output window will now specify:
        "(using hardware overlay)".
plugins/directx/vout_directx.c
plugins/directx/vout_directx.h
plugins/directx/vout_events.c