Use same GUIDs as win2k and xp for dsound drivers.
[wine] / dlls / winmm / wineoss / audio.c
2003-07-28  Robert ReifUse same GUIDs as win2k and xp for dsound drivers.
2003-06-04  Robert ReifAdded a dynamically growing ring buffer for oss, alsa...
2003-05-11  Eric PouechStop wavemap lookup if a device isn't functional (spott...
2003-05-02  Robert ReifAdded driver property set implementation.
2003-04-29  Robert ReifFixed a problem where OSS trigger support is inconsistent.
2003-04-29  Robert ReifAdded driver notify implementation.
2003-04-26  Robert ReifFixed bug caused by OSS inconsistent trigger operation...
2003-04-10  Robert ReifBetter error messages.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-05  Eric PouechWork around not implemented ioctl in BSD.
2003-03-17  Alexandre JulliardAvoid warnings.
2003-03-15  Alexandre JulliardAdded #ifdef checks for SOUND_MIXER_INFO.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-07  Robert ReifFixed bug where the enable state of the output and...
2003-03-04  Robert ReifCapture thread checks queue for more headers before...
2003-02-14  Robert ReifStarted to add support for a real direct sound capture...
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-16  Francois GougetWarn if open_count is already 0 when OSS_CloseDevice...
2003-01-16  Francois GougetReturn MMSYS_NOERROR even if we don't open the device...
2003-01-15  Francois GougetInitialize the pwave array whenever we don't have a...
2003-01-11  Francois GougetModify OSS_Wave{In,Out}Init to report the exact capabil...
2003-01-07  Francois GougetIn OSS_RawOpenDevice, always retrieve the device format...
2003-01-07  Francois GougetFix the BlockSize check.
2002-12-15  Eric PouechFixed hangup condition at the end of some playback.
2002-12-15  Francois GougetIf unable to set the desired format, OSS_RawOpenDevice...
2002-12-10  Chris MorganReset the oss device before we try to close it. Fixes...
2002-11-04  Francois GougetOSS_RawOpenDevice should return an error if the format...
2002-10-09  Eric PouechFixed some multi-sound card related bugs.
2002-10-09  Alexandre JulliardFixed file descriptor corruption.
2002-10-07  Eric PouechAdded support for several soundcard.
2002-08-26  Ove KaavenTweaks to improve playback performance and reduce sound...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Michael Stefaniuc- Convert HDRVR to a void*.
2002-06-28  Eric PouechEnsured full duplex mode is only used with same paramet...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-04-22  Eric PouechFixed multi-thread access to local variables (mainly...
2002-04-01  Eric PouechMore robust and less time consuming playback.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Andreas MohrFixed ==/!= mismatch.
2002-01-21  Francois GougetPrint the strerror instead of just the errno.
2002-01-12  Eric PouechFixed the wodReset implementation, internal messages...
2001-12-21  Eric PouechAdded full-duplex capability.
2001-12-14  Eric PouechThawed some freezes.
2001-11-19  Simon BritnellFix a loop playing failure and a problem with choppy...
2001-11-12  Eric PouechFixed some race conditions in notification vs. operation
2001-11-09  Simon BritnellCleaned up the wodPlayer functionality to make it easie...
2001-08-18  Eric PouechReplaced memset by hand made equivalent to work around...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-05-29  Huw D M DaviesAttempt to write fragments and check whether we can...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-13  Eric PouechFixed some buffers issue in recording.
2001-03-21  Ove KaavenShow an error if small enough fragment sizes couldn...
2001-02-12  Andreas MohrDon't touch WAVEHDRs dwLoops variable.
2001-01-18  Huw D M DaviesFix off by one error in buffer length check.
2001-01-04  Eric PouechNow using manifest constant instead of raw values for...
2001-01-04  Marcus MeissnerSet fragments for wave input to 7 x 1024 byte.
2001-01-02  Marcus MeissnerRead 4 bytes to wake up GETISPACE.
2000-12-21  Marcus MeissnerHandle errors for IDsDriver_GetPosition.
2000-12-21  Ove KaavenEnable the DirectSound HAL for sound drivers that do...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-11-25  Stephane Lussier- Read all the fragments available, not only one fragme...
2000-10-25  Andreas MohrTransform device open error TRACE()s into WARN(); bette...
2000-10-24  Francois Jacques- All audio device handles are initialized to -1 and...
2000-10-22  Andreas MohrAdded sleep time calculation for the wodPlayer thread.
2000-10-19  Francois JacquesShould test unixdev against -1 (see wodOpen/widOpen).
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-10-12  Marcus MeissnerSuppress junk noise at startup of DirectSound on SB...
2000-09-22  Huw D M DaviesSet close on exec() flag at times when we leave /dev...
2000-08-25  Eric PouechFixed recording format settings (16 bit was broken...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-23  Eric PouechFixed first seek on MEM mmio files.
2000-07-15  Patrik StridvallFixed some warnings.
2000-06-24  Eric PouechCleaned up loading/init code in OSS.
2000-06-24  Ove KaavenImplemented the DirectSound HAL in winmm's wineoss...
2000-06-20  Ove KaavenFixed WHDR_DONE race condition.
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-11  Eric PouechFixed division by zero.
2000-05-09  Eric PouechChanged WAVEHDR notification heuristic.
2000-03-30  Marcus Meissneropen() the OSS sounddevice non-blocking in case another...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-18  Uwe BonnesAlways initialize lpWaveHdr->lpNext to NULL.
1999-12-25  Marcus MeissnerCast the unsigned int to signed, or NEAR_MATCH will...
1999-12-05  Eric PouechFixed infinite loop for 0-length wavehdrs.
1999-12-04  Marcus MeissnerAllow 1% deviation from specified sampling rate for...
1999-10-31  Patrik StridvallAdded missing configuration #if:s and #includes:s.
1999-10-31  Eric PouechFix (some) bad behavior with buffer underrun.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.