strmbase: Move mediaSeeking to strmbase SourceSeeking.
[wine] / dlls / winealsa.drv / dsoutput.c
2010-06-11  Andrew Nguyenwinealsa.drv: Replicate the snd_pcm_recover alsa-lib...
2009-12-01  Maarten Lankhorstwinealsa.drv: Remove wrong calls.
2009-10-05  Maarten Lankhorstwinealsa.drv: Fix dsoutput to work better with pulseaudio.
2009-09-16  Erich Hooverwinealsa.drv: Fix DSOUND_BufPtrDiff in Kane's Wrath...
2009-08-11  Francois GougetAssorted spelling fixes.
2009-08-03  Maarten LankhorstRevert "winealsa.drv: Re-allow fallback to waveout...
2009-07-20  Erich Hooverwinealsa.drv: Re-allow fallback to waveout (regression...
2009-07-13  Maarten Lankhorstwinealsa.drv: Add support for indirect read/write in...
2008-09-04  Maarten Lankhorstwinealsa.drv/dsound: Handle underruns better.
2008-08-19  Maarten Lankhorstwinealsa.drv: Fix compiler warnings and remove deprecat...
2008-08-18  Maarten Lankhorstwinealsa.drv: Add ability to recover from underruns...
2008-05-12  Alexandre JulliardRevert "winealsa: Remove calls to deprecated functions."
2008-05-09  Maarten Lankhorstwinealsa: Remove calls to deprecated functions.
2008-03-25  Andrew Talbotwinealsa.drv: Assign to structs instead of using memcpy.
2007-10-31  Marcus Meissnerwinalsa.drv: Explicitly include assert.h.
2007-10-15  Maarten Lankhorstwinealsa: Use S24_3LE instead of S24_LE.
2007-09-10  Maarten Lankhorstwinealsa: Remove forceformat and 2 orphan LeaveCritical...
2007-08-27  Maarten Lankhorstwinealsa: Make SetFormat work better with new behavior...
2007-08-03  Maarten Lankhorstwinealsa: Don't commit data on Stop and Play.
2007-08-03  Maarten Lankhorstwinealsa: Fix Lock in dsoutput.
2007-08-03  Maarten Lankhorstwinealsa: Fix GetPosition in dsoutput.
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-31  Maarten Lankhorstwinealsa: Implement a light form of locking for dsoutput.
2007-07-30  Maarten Lankhorstwinealsa: Always commit at least 3 periods in dsoutput.
2007-07-27  Maarten Lankhorstwinealsa: Minor fixes to ds output.
2007-07-06  Maarten Lankhorstwinealsa: Silence the buffer warning more often.
2007-07-05  Francois GougetAssorted spelling fixes.
2007-06-29  Maarten Lankhorstwinealsa: Silence buffer on allocation.
2007-06-28  Maarten Lankhorstdsound/winealsa: Remove writelead for alsa directsound.
2007-06-28  Maarten Lankhorstwinealsa: Optimize GetPosition() more in dsalsa.
2007-06-26  Alex Villacís Lassowinealsa: Reduce writeahead to next multiple of psize...
2007-06-25  Michael Stefaniucwinealsa.drv: Fix missing unlock on the error path...
2007-06-22  Maarten Lankhorstwinealsa: Finally get rid of the thread in alsa directs...
2007-06-13  Maarten Lankhorstwinealsa: Detach directsound implementation from waveou...
2007-05-22  Andrew Talbotwinealsa.drv: Exclude unused headers.
2007-05-14  Maarten Lankhorstwinealsa: Remove dead code.
2007-04-23  Maarten Lankhorstwinealsa: Drop unplayed frames instead of waiting for...
2007-02-26  Maarten Lankhorstwinealsa: Remove usage of uninitialised variable.
2007-02-14  Francois GougetAssorted spelling fixes.
2007-02-06  Francois GougetAdd missing '\n's in traces.
2007-02-05  Maarten Lankhorstwinealsa: Use a helper thread instead of asynchronous...
2007-02-05  Maarten Lankhorstwinealsa: Split driver up in tiny pieces.