wininet: Fix an off-by-one error in InternetCreateUrlW.
[wine] / dlls / winmm / wineoss /
2003-10-30  Robert ReifCache the wave volume so it can be returned rather...
2003-10-28  Robert ReifAdded support for getting the wave device name.
2003-10-27  Robert ReifClear a new hardware buffer to proper silence values...
2003-10-15  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-09  Robert ReifFixed SMPTE time.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-27  Robert ReifAllow wave emulated capture while doing hardware accele...
2003-09-25  Robert ReifAvoid divide by zero if the sound driver returns 0...
2003-09-19  Robert ReifAdded volume and pan support to primary buffers.
2003-09-15  Robert ReifDevice enumeration callbacks should return a NULL guid...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Christian CostaFix modLongData.
2003-09-03  Robert ReifUse the drivers to get device capabilities and property...
2003-08-29  Mike HearnFixed the error message in Wave(In|Out)Init, it used...
2003-07-28  Robert ReifUse same GUIDs as win2k and xp for dsound drivers.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-18  Francois GougetTypos/spelling fixes.
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-06  Marcus MeissnerAdded include <errno.h>.
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  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Francois GougetFix the BlockSize check.
2002-12-23  Jeff SmithCorrect all instances of mixMessage to mxdMessage.
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-12  Jeff SmithMMDRV_GetDescription32 fix + a few cosmetic improvements.
2002-12-10  Chris MorganReset the oss device before we try to close it. Fixes...
2002-11-20  Eric PouechBetter support for multiple midi devices on the OSS...
2002-11-04  Francois GougetOSS_RawOpenDevice should return an error if the format...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
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-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
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  Patrik StridvallAvoid wildcards in .cvsignore.
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-11-06  François GougetFix the #include order for config.h.
2001-11-05  Eric PouechFixed dst / src lines implementation.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
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-07-02  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-05-07  Bang Jun-YoungCall OSS_MidiInit() only if HAVE_OSS_MIDI is defined.
2001-05-07  Bang Jun-YoungInclude missing errno.h.
2001-04-20  James HathewayMake sure to return our variable with the correct retur...
2001-04-13  Eric PouechFixed some buffers issue in recording.
2001-03-21  Ove KaavenShow an error if small enough fragment sizes couldn...
2001-03-03  Andreas MohrSome more message cleanups.
2001-02-12  Andreas MohrDon't touch WAVEHDRs dwLoops variable.
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-18  Huw D M DaviesFix off by one error in buffer length check.
2001-01-15  Alexandre JulliardRemoved unnecessary headers.
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-27  Ulrich WeigandCompile fix if HAVE_OSS is not defined.
next