wined3d: Implement texldd.
[wine] / dlls / winealsa.drv /
2009-04-20  Francois GougetAssorted spelling fixes.
2009-03-30  Francois Gougetwinealsa.drv: Remove a few unneeded initialisations...
2009-02-09  Francois Gougetwinealsa.drv: ALSA_PeekRingMessage() is not used anymor...
2009-01-26  Andrew Talbotwinealsa.drv: Declare a function static.
2009-01-23  Michael Stefaniucwinealsa.drv: Remove superfluous pointer casts.
2009-01-09  Alexandre Julliardinclude: Fix a number of mmsystem.h structure for Win64.
2008-12-29  Francois GougetAssorted spelling fixes.
2008-12-22  Andrew Talbotwinealsa.drv: Do nothing if HAVE_ALSA is not defined.
2008-12-20  Christian Costawinealsa.drv: Handle midi sysex greater than a buffer.
2008-12-19  Francois Gougetwinealsa.drv: Fix the m[io]dMessage() documentation.
2008-12-19  Christian Costawinealsa.drv: Initialize correctly the header before...
2008-12-08  Francois Gougetwinealsa: Fix a couple of types and avoid unneeded...
2008-12-04  Alexandre Julliardwinealsa.drv: Fix a printf format warning.
2008-12-02  Maarten Lankhorstwinealsa.drv: Fix 64-bits incompatibilities.
2008-12-02  Maarten Lankhorstwinealsa.drv: Get rid of sizeof in traces.
2008-12-01  Reece Dunnwinealsa.drv: Correct the period_time value for pulseaudio.
2008-11-24  Reece Dunnwinealsa: Calculate the delay correctly as snd_pcm_dela...
2008-10-06  Aric Stewartwinealsa: Don't dereference a potentially NULL value...
2008-10-06  Maarten Lankhorstwinealsa.drv: Don't hang on last few bytes not played.
2008-09-09  Erik Inge Bolsøwinealsa.drv: fix typo in IDsCaptureDriverImpl_Open.
2008-09-04  Maarten Lankhorstwinealsa.drv/dsound: Handle underruns better.
2008-08-27  Rob Shearmanwinealsa.drv: Use CP_UNIXCP instead of CP_ACP for strin...
2008-08-22  Maarten Lankhorstwinealsa.drv: Tune some parameters to make pulseaudio...
2008-08-20  Detlef Riekenbergwinealsa.drv: Fix a typo in an error message.
2008-08-19  Maarten Lankhorstwinealsa.drv: Fix compiler warnings and remove deprecat...
2008-08-19  Christian Costawinealsa.drv: Improve midi port names.
2008-08-18  Maarten Lankhorstwinealsa.drv: Add ability to recover from underruns...
2008-07-11  Alexandre Julliardwinealsa: Fix some unsigned comparison < 0 warnings.
2008-07-07  Alexandre Julliardwinealsa.drv: Don't trace deprecated parameters.
2008-06-26  Zac Brownwinealsa.drv: Initialize a variable in MIX_close.
2008-05-12  Alexandre JulliardRevert "winealsa: Remove calls to deprecated functions."
2008-05-09  Maarten Lankhorstwinealsa: Remove calls to deprecated functions.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-22  Austin EnglishSpelling fixes.
2008-03-25  Andrew Talbotwinealsa.drv: Assign to structs instead of using memcpy.
2008-03-04  Karsten Elfenbeinwinealsa: Use "default" as the default card name instea...
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-14  Dan Kegelwinealsa.drv: Don't return garbage if can't find active...
2007-12-24  Maarten Lankhorstwinealsa: Add special case for microphone source in...
2007-12-14  Maarten Lankhorstwinealsa: Add 'Front Mic' as alias for microphone.
2007-12-13  Maarten Lankhorstwinealsa: Don't require a cswitch control for capture.
2007-12-13  Maarten Lankhorstwinealsa: Add control 'Digital' as alias for microphone.
2007-12-13  Maarten Lankhorstwinealsa: Remove fixed fixme.
2007-12-10  Francois Gougetwinealsa.drv: Remove trailing spaces in Wine traces.
2007-12-07  Maarten Lankhorstwinealsa: Clear dwBytesRecorded in waveheader when...
2007-12-07  Maarten Lankhorstwinealsa: Simplify the feeding of capture buffers.
2007-12-07  Maarten Lankhorstwinealsa: Fix return value checking in wavein.
2007-12-07  Maarten Lankhorstwinealsa: Fix period size in capture.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-12-03  Andrew Riediwinealsa.drv: Fix a comment.
2007-10-31  Marcus Meissnerwinalsa.drv: Explicitly include assert.h.
2007-10-29  Alexandre Julliardwinealsa.drv: Avoid the alsa alloca macros that cause...
2007-10-23  Michael Stefaniucwinealsa.drv: Leave the CriticalSection before destroyi...
2007-10-23  Michael Stefaniucwinealsa.drv: Leave the CriticalSection before destroyi...
2007-10-19  Maarten Lankhorstwinealsa: Don't use default:XX to open up a hardware...
2007-10-15  Maarten Lankhorstwinealsa: Use S24_3LE instead of S24_LE.
2007-10-10  Andrew Talbotwinealsa.drv: Fix a memory leak.
2007-09-12  Maarten Lankhorstwinealsa: Add a timer check to capture to see if play...
2007-09-12  Maarten Lankhorstwinealsa: Add support for capture notification positions.
2007-09-12  Maarten Lankhorstwinealsa: Add stubs for IDsCaptureDriverNotify.
2007-09-12  Maarten Lankhorstwinealsa: Use nBLockAlign instead of snd_pcm_bytes_to_f...
2007-09-10  Maarten Lankhorstwinealsa: Remove forceformat and 2 orphan LeaveCritical...
2007-09-10  Maarten Lankhorstwinealsa: Use correct capture position in getposition.
2007-08-27  Maarten Lankhorstwinealsa: Make SetFormat work better with new behavior...
2007-08-27  Maarten Lankhorstwinealsa: Update sound caps.
2007-08-20  Maarten Lankhorstwinealsa: Report card name in volume control fixme.
2007-08-16  Maarten Lankhorstwinealsa: Add support for playing dsound capture buffer.
2007-08-16  Maarten Lankhorstwinealsa: Add support for opening/closing dsound captur...
2007-08-16  Maarten Lankhorstwinealsa: Add IDsCaptureDriverBuffer stub.
2007-08-16  Maarten Lankhorstwinealsa: Implement IDsCaptureDriverImpl_Open.
2007-08-16  Maarten Lankhorstwinealsa: Add initial dscapturedriver stub.
2007-08-07  Ralf Beckwinealsa.drv: Correct midi input program change + chann...
2007-08-06  Maarten Lankhorstwinealsa: wavein has LPWAVEINCAPSW not LPWAVEOUTCAPSW.
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-30  Maarten Lankhorstwinealsa: Increase performance of waveout getposition.
2007-07-30  Maarten Lankhorstwinealsa: Increase performance of wavein getposition.
2007-07-27  Maarten Lankhorstwinealsa: Minor fixes to ds output.
2007-07-17  Alexandre Julliardwinealsa: Make sure we can set volume before reporting...
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-18  Vitaly Budovskiwinealsa: Fix incorrect callback private value.
2007-06-13  Maarten Lankhorstwinealsa: Detach directsound implementation from waveou...
2007-06-11  Christian Costawinealsa.drv: Fix compilation with old alsa headers.
2007-06-07  Christian Costawinealsa.drv: Use correct tests for synthesizer/port...
2007-06-05  Ralf Beckwinealsa.drv: Mark every sysex buffer being added.
2007-05-25  Ralf Beckwinealsa.drv: Add missing offset of pitch bender in...
2007-05-25  Ralf Beckwinealsa.drv: Add midi realtime and midi common message...
2007-05-22  Andrew Talbotwinealsa.drv: Exclude unused headers.
next