2004-09-02 |
Rein Klazes | Fix a heap corruption in MIX_Init ( sizeof() != strlen... |
tree | commitdiff |
2004-09-01 |
Francois Gouget | Add support for the AUDIODEV and MIXERDEV environment... |
tree | commitdiff |
2004-08-30 |
Robert Reif | Round results of conversions between OSS and windows... |
tree | commitdiff |
2004-08-27 |
Robert Reif | Set proper target type. |
tree | commitdiff |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
tree | commitdiff |
2004-08-22 |
Robert Reif | Added support for multiple mixers. |
tree | commitdiff |
2004-08-22 |
Robert Reif | Fixed bug in volume control step size so that it actual... |
tree | commitdiff |
2004-08-20 |
Robert Reif | Remove wine specific DRV_QUERYDSOUNDGUID message and... |
tree | commitdiff |
2004-08-20 |
Robert Reif | Change step size from 0 to 1 for volume controls to... |
tree | commitdiff |
2004-08-19 |
John K. Hohm | Consistently suggest proper Emulation rather than Emula... |
tree | commitdiff |
2004-08-19 |
Robert Reif | Cleanup messages in supportedFormat. |
tree | commitdiff |
2004-08-18 |
Robert Reif | Some sound cards have different capabilities when doing... |
tree | commitdiff |
2004-08-16 |
Robert Reif | Added WAVEFORMATEXTENSIBLE support. |
tree | commitdiff |
2004-08-13 |
Robert Reif | Better mmap failure error message. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VFIELD macro. |
tree | commitdiff |
2004-08-11 |
Robert Reif | Only copy number of bytes specified up to size of DevCa... |
tree | commitdiff |
2004-08-04 |
Robert Reif | Add CRITICAL_SECTION debug info. |
tree | commitdiff |
2004-07-23 |
Francois Gouget | Added bytes_to_mmtime() to convert the stream position... |
tree | commitdiff |
2004-07-19 |
Francois Gouget | Use round() instead of ceil() in wodGetPosition(TIME_SM... |
tree | commitdiff |
2004-07-14 |
Francois Gouget | An SNDCTL_DSP_SETDUPLEX failure should be a WARN()... |
tree | commitdiff |
2004-07-06 |
Robert Reif | Get certification for VerifyCertification from driver... |
tree | commitdiff |
2004-06-16 |
Francois Gouget | Log the format when mapping the sound device (or failin... |
tree | commitdiff |
2004-06-15 |
Francois Gouget | Fix the check for SNDCTL_DSP_GETCAPS so that it is... |
tree | commitdiff |
2004-06-01 |
Robert Reif | Fix calculation of SMPTE time (round up to full frame). |
tree | commitdiff |
2004-05-20 |
Francois Gouget | Use triggers to disable the sound input/output side... |
tree | commitdiff |
2004-05-11 |
Robert Reif | Add an interface name to wineoss, winealsa, winearts... |
tree | commitdiff |
2004-05-05 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-04-26 |
Francois Gouget | We only support 8 and 16 bit sound so we should reject... |
tree | commitdiff |
2004-04-12 |
Robert Reif | Cleanup reference counting. |
tree | commitdiff |
2004-04-12 |
Robert Reif | Remove trailing white space. |
tree | commitdiff |
2004-04-09 |
Francois Gouget | Patch the fragment size if it does not match the curren... |
tree | commitdiff |
2004-03-31 |
Robert Reif | More duplex mode soundcard info. |
tree | commitdiff |
2004-03-29 |
Robert Reif | Print out sound card info for playback, capture and... |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-12 |
Robert Reif | Enable exact position calculation when hardware support... |
tree | commitdiff |
2004-02-24 |
Christian Costa | Replaced the timer and its callback by a thread for... |
tree | commitdiff |
2004-02-16 |
Robert Reif | Add secondary buffer array. |
tree | commitdiff |
2004-02-13 |
Robert Reif | Enable hardware secondary buffer support on cards that... |
tree | commitdiff |
2004-02-13 |
Robert Reif | Save oss device fd and creation flags in dsound buffer... |
tree | commitdiff |
2004-02-13 |
Robert Reif | Split buffer creation function into primary and seconda... |
tree | commitdiff |
2004-02-13 |
Robert Reif | Moved dsound mmap mapping info into dsound objects. |
tree | commitdiff |
2004-02-11 |
Dmitry Timoshkov | AFMT_AC3 might be not defined in the system headers. |
tree | commitdiff |
2004-02-09 |
Robert Reif | Fixed a problem on BSD. |
tree | commitdiff |
2004-02-06 |
Robert Reif | Show sound card info in trace. |
tree | commitdiff |
2004-02-05 |
Christian Costa | Added missing notifications to MIDI_NotifyClient. |
tree | commitdiff |
2004-01-27 |
Alexandre Julliard | Only link against libdxguid where necessary. |
tree | commitdiff |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
tree | commitdiff |
2004-01-20 |
Robert Reif | Added notify and property set to dsound output driver. |
tree | commitdiff |
2003-12-31 |
Gerald Pfeifer | Improve error messages in OSS_WaveOutInit() and OSS_Wav... |
tree | commitdiff |
2003-12-12 |
Jeremy Shaw | Move the data around when the ring buffer is resized... |
tree | commitdiff |
2003-11-14 |
Robert Reif | Fixes more use before set races. |
tree | commitdiff |
2003-11-11 |
Robert Reif | Fix a race condition where result could be read before... |
tree | commitdiff |
2003-11-05 |
Robert Reif | Fix wave in stop. |
tree | commitdiff |
2003-11-04 |
Robert Reif | Fixed bug in capture stop. Only current header should... |
tree | commitdiff |
2003-10-30 |
Robert Reif | Cache the wave volume so it can be returned rather... |
tree | commitdiff |
2003-10-28 |
Robert Reif | Added support for getting the wave device name. |
tree | commitdiff |
2003-10-27 |
Robert Reif | Clear a new hardware buffer to proper silence values... |
tree | commitdiff |
2003-10-15 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-10-09 |
Robert Reif | Fixed SMPTE time. |
tree | commitdiff |
2003-10-07 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-09-27 |
Robert Reif | Allow wave emulated capture while doing hardware accele... |
tree | commitdiff |
2003-09-25 |
Robert Reif | Avoid divide by zero if the sound driver returns 0... |
tree | commitdiff |
2003-09-19 |
Robert Reif | Added volume and pan support to primary buffers. |
tree | commitdiff |
2003-09-15 |
Robert Reif | Device enumeration callbacks should return a NULL guid... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-09-04 |
Christian Costa | Fix modLongData. |
tree | commitdiff |
2003-09-03 |
Robert Reif | Use the drivers to get device capabilities and property... |
tree | commitdiff |
2003-08-29 |
Mike Hearn | Fixed the error message in Wave(In|Out)Init, it used... |
tree | commitdiff |
2003-07-28 |
Robert Reif | Use same GUIDs as win2k and xp for dsound drivers. |
tree | commitdiff |
2003-07-02 |
Francois Gouget | Fixed some common spelling errors. |
tree | commitdiff |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
tree | commitdiff |
2003-06-04 |
Robert Reif | Added a dynamically growing ring buffer for oss, alsa... |
tree | commitdiff |
2003-05-11 |
Eric Pouech | Stop wavemap lookup if a device isn't functional (spott... |
tree | commitdiff |
2003-05-06 |
Marcus Meissner | Added include <errno.h>. |
tree | commitdiff |
2003-05-02 |
Robert Reif | Added driver property set implementation. |
tree | commitdiff |
2003-04-29 |
Robert Reif | Fixed a problem where OSS trigger support is inconsistent. |
tree | commitdiff |
2003-04-29 |
Robert Reif | Added driver notify implementation. |
tree | commitdiff |
2003-04-26 |
Robert Reif | Fixed bug caused by OSS inconsistent trigger operation... |
tree | commitdiff |
2003-04-10 |
Robert Reif | Better error messages. |
tree | commitdiff |
2003-04-10 |
Alexandre Julliard | Removed uses of the non standard ICOM_VTBL macro. |
tree | commitdiff |
2003-04-05 |
Eric Pouech | Work around not implemented ioctl in BSD. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Avoid warnings. |
tree | commitdiff |
2003-03-15 |
Alexandre Julliard | Added #ifdef checks for SOUND_MIXER_INFO. |
tree | commitdiff |
2003-03-15 |
Robert Reif | Added support for multiple direct sound devices. |
tree | commitdiff |
2003-03-07 |
Robert Reif | Fixed bug where the enable state of the output and... |
tree | commitdiff |
2003-03-04 |
Robert Reif | Capture thread checks queue for more headers before... |
tree | commitdiff |
2003-02-14 |
Robert Reif | Started to add support for a real direct sound capture... |
tree | commitdiff |
2003-01-23 |
Alexandre Julliard | Added -Wpointer-arith gcc flag, and fixed the resulting... |
tree | commitdiff |
2003-01-16 |
Francois Gouget | Warn if open_count is already 0 when OSS_CloseDevice... |
tree | commitdiff |
2003-01-16 |
Francois Gouget | Return MMSYS_NOERROR even if we don't open the device... |
tree | commitdiff |
2003-01-15 |
Francois Gouget | Initialize the pwave array whenever we don't have a... |
tree | commitdiff |
2003-01-11 |
Francois Gouget | Modify OSS_Wave{In,Out}Init to report the exact capabil... |
tree | commitdiff |
2003-01-07 |
Francois Gouget | In OSS_RawOpenDevice, always retrieve the device format... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-07 |
Francois Gouget | Fix the BlockSize check. |
tree | commitdiff |
2002-12-23 |
Jeff Smith | Correct all instances of mixMessage to mxdMessage. |
tree | commitdiff |
2002-12-15 |
Eric Pouech | Fixed hangup condition at the end of some playback. |
tree | commitdiff |
2002-12-15 |
Francois Gouget | If unable to set the desired format, OSS_RawOpenDevice... |
tree | commitdiff |
next |