- 30 Mar, 2009 40 commits
-
-
Detlef Riekenberg authored
-
Aric Stewart authored
-
Joerg-Cyril.Hoehle@t-systems.com authored
-
Christian Costa authored
-
Christian Costa authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
ole32: AddRef does not return an HRESULT. Have the constructor create the object with one reference.
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Henri Verbeet authored
This is the "Cryptography API: Next Generation" introduced by Vista.
-
Henri Verbeet authored
-
Henri Verbeet authored
We may want to push this into either wined3d or our future shader compiler dll. It's not a whole lot of code though.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Ge van Geldorp authored
-
Ge van Geldorp authored
-
Roderick Colenbrander authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Detlef Riekenberg authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Francois Gouget authored
We do so by querying the EsounD latency and estimating dwPlayedTotal based on the elapsed time since the last write. This benefits the accuracy of the completion notifications and of wodGetPosition().
-
Francois Gouget authored
We don't know how much free space we have in the EsounD buffer, so just write until it is full. Sleep for a fraction of the time it will take for the buffer to drain so we can refill it in time.
-
Francois Gouget authored
This simplifies our code and avoids data copying. Also, now wodGetVolume() returns the real EsounD volume, even if it has been modified by an external mixer (e.g. esdctl).
-
Francois Gouget authored
Put the windows application name in it to make it user friendly as it is displayed by EsounD mixers.
-
Francois Gouget authored
It is used to send/receive stream data, not to send RPCs to the sound server as esd_fd would imply. This is a no-op.
-
Francois Gouget authored
-