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 |
2002-12-12 |
Jeff Smith | MMDRV_GetDescription32 fix + a few cosmetic improvements. |
tree | commitdiff |
2002-12-10 |
Chris Morgan | Reset the oss device before we try to close it. Fixes... |
tree | commitdiff |
2002-11-20 |
Eric Pouech | Better support for multiple midi devices on the OSS... |
tree | commitdiff |
2002-11-04 |
Francois Gouget | OSS_RawOpenDevice should return an error if the format... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Fixed warnings caused by conversion to -DSTRICT. |
tree | commitdiff |
2002-10-09 |
Eric Pouech | Fixed some multi-sound card related bugs. |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Fixed file descriptor corruption. |
tree | commitdiff |
2002-10-07 |
Eric Pouech | Added support for several soundcard. |
tree | commitdiff |
2002-08-26 |
Ove Kaaven | Tweaks to improve playback performance and reduce sound... |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-09 |
Michael Stefaniuc | - Convert HDRVR to a void*. |
tree | commitdiff |
2002-06-28 |
Eric Pouech | Ensured full duplex mode is only used with same paramet... |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-22 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-04-22 |
Eric Pouech | Fixed multi-thread access to local variables (mainly... |
tree | commitdiff |
2002-04-01 |
Eric Pouech | More robust and less time consuming playback. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-01-29 |
Patrik Stridvall | Avoid wildcards in .cvsignore. |
tree | commitdiff |
2002-01-29 |
Andreas Mohr | Fixed ==/!= mismatch. |
tree | commitdiff |
2002-01-21 |
Francois Gouget | Print the strerror instead of just the errno. |
tree | commitdiff |
2002-01-12 |
Eric Pouech | Fixed the wodReset implementation, internal messages... |
tree | commitdiff |
2001-12-21 |
Eric Pouech | Added full-duplex capability. |
tree | commitdiff |
2001-12-14 |
Eric Pouech | Thawed some freezes. |
tree | commitdiff |
2001-11-19 |
Simon Britnell | Fix a loop playing failure and a problem with choppy... |
tree | commitdiff |
2001-11-12 |
Eric Pouech | Fixed some race conditions in notification vs. operation |
tree | commitdiff |
2001-11-09 |
Simon Britnell | Cleaned up the wodPlayer functionality to make it easie... |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-11-05 |
Eric Pouech | Fixed dst / src lines implementation. |
tree | commitdiff |
2001-10-22 |
Francois Gouget | Spelling, grammar and a bit of comment formatting fixes. |
tree | commitdiff |
2001-08-21 |
Francois Gouget | Documentation updates (mainly thru vs. through). |
tree | commitdiff |
2001-08-18 |
Eric Pouech | Replaced memset by hand made equivalent to work around... |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
next |