2002-12-16 |
Francois Gouget | Add the capacity of playing a test tone using the ... |
tree | commitdiff |
2002-12-15 |
Francois Gouget | In the latest sdk the {waveOut,midiOut}{Get,Set}Volume... |
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-15 |
Francois Gouget | Our resampling algorithm is quite primitive so try... |
tree | commitdiff |
2002-12-15 |
Francois Gouget | If given a bad device id waveOutGetDevCapsA is supposed... |
tree | commitdiff |
2002-12-13 |
Chris Morgan | Add support for Jack audio server. |
tree | commitdiff |
2002-12-13 |
Francois Gouget | Add support for the 48 and 96kHz formats. |
tree | commitdiff |
2002-12-13 |
Nikolay Stefanov | Fix issues with i810-based audio cards. |
tree | commitdiff |
2002-12-12 |
Jeff Smith | MMDRV_GetDescription32 fix + a few cosmetic improvements. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Fix error reporting in wavemap.c:wodOpen(); this solves the |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-11 |
Rok Mandeljc | Fixed some characters. |
tree | commitdiff |
2002-12-10 |
Vincent Béron | Suppress some signed/unsigned comparison warning. |
tree | commitdiff |
2002-12-10 |
Chris Morgan | Reset the oss device before we try to close it. Fixes... |
tree | commitdiff |
2002-12-02 |
Jeff Smith | Fix for MIDI Mapper. |
tree | commitdiff |
2002-11-30 |
Jeff Smith | Fixed 32 bit flag in midiOutShortMsg. |
tree | commitdiff |
2002-11-20 |
Eric Pouech | Better support for multiple midi devices on the OSS... |
tree | commitdiff |
2002-11-11 |
Eric Pouech | Now properly unloading multimedia drivers when winmm... |
tree | commitdiff |
2002-11-06 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-11-04 |
Francois Gouget | Test sound format support with waveOutGetDevCaps and... |
tree | commitdiff |
2002-11-04 |
Francois Gouget | OSS_RawOpenDevice should return an error if the format... |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Split out some more 16-bit code. |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Moved 16-bit definitions out of mmddk.h into mmsystem16.h. |
tree | commitdiff |
2002-10-31 |
Eric Pouech | winmm/mmsystem now compiles with -DSTRICT. |
tree | commitdiff |
2002-10-31 |
Eric Pouech | Return correct values for wave(In|Out)GetPosition even... |
tree | commitdiff |
2002-10-30 |
Eric Pouech | wavemap now compiles with -DSTRICT. |
tree | commitdiff |
2002-10-29 |
Eric Pouech | Moved 16 bit joystick function to mmsystem.c. |
tree | commitdiff |
2002-10-29 |
Eric Pouech | - internal renaming (no longer using MMSYSTEM prefixes... |
tree | commitdiff |
2002-10-29 |
Eric Pouech | - let all time related functions make use of low level... |
tree | commitdiff |
2002-10-29 |
Eric Pouech | All low level driver functions (internals for wave... |
tree | commitdiff |
2002-10-29 |
Eric Pouech | All MCI functions are now cleanly separated. |
tree | commitdiff |
2002-10-29 |
Eric Pouech | All driver functions are now properly separated. |
tree | commitdiff |
2002-10-29 |
Eric Pouech | - revisited mmsystem/winmm loading mechanism |
tree | commitdiff |
2002-10-29 |
Eric Pouech | Now only storing thread id for mci tasks (16 bit htask... |
tree | commitdiff |
2002-10-29 |
Eric Pouech | - finish mmio separation |
tree | commitdiff |
2002-10-28 |
Eric Pouech | Move low level multimedia message mapping out of 32... |
tree | commitdiff |
2002-10-28 |
Eric Pouech | Move MCI message mapping out of 32 bit code. |
tree | commitdiff |
2002-10-28 |
Eric Pouech | Move driver message mapping out of 32 bit code. |
tree | commitdiff |
2002-10-28 |
Eric Pouech | Fixed mciSendString debug reporting when an error occur... |
tree | commitdiff |
2002-10-25 |
Andreas Mohr | - fix some pselling |
tree | commitdiff |
2002-10-25 |
Eric Pouech | Simplify the global internal data handling. |
tree | commitdiff |
2002-10-25 |
Eric Pouech | Unify the constant used for error codes reporting mappi... |
tree | commitdiff |
2002-10-23 |
Vincent Béron | Bring some French resources in sync with English ones. |
tree | commitdiff |
2002-10-21 |
Eric Pouech | Keep on moving 16 bit code out of winmm, now only using... |
tree | commitdiff |
2002-10-19 |
Alexandre Julliard | Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Fixed warnings caused by conversion to -DSTRICT. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
tree | commitdiff |
2002-10-17 |
Malte Starostik | Initialize winearts's volume level to full, so applicat... |
tree | commitdiff |
2002-10-15 |
Michael Stefaniuc | Compile fix when all handles are converted to a void*. |
tree | commitdiff |
2002-10-10 |
Eric Pouech | Keep on moving 16 bit code out of winmm. |
tree | commitdiff |
2002-10-10 |
Eric Pouech | Removed no longer needed list of instance data. |
tree | commitdiff |
2002-10-10 |
Francois Gouget | The NAS headers and libraries are sometimes stored... |
tree | commitdiff |
2002-10-10 |
Eric Pouech | Started putting all 16 bit code in separate files. |
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-10-07 |
Eric Pouech | Got rid of recursion in sub device opening. |
tree | commitdiff |
2002-10-07 |
Eric Pouech | Let wave(Out|In)Open call the wave mapper when the... |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Removed error message that confuses users. |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Added --disable-win16 configure option. |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Fixed warnings. |
tree | commitdiff |
2002-09-17 |
Jerry Jenkins | Modified volume_effect8 for taking unsigned data as... |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-09-12 |
Alexandre Julliard | Removed the __uint* types from basetsd.h since they... |
tree | commitdiff |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
tree | commitdiff |
2002-09-04 |
David D. Hagood | Fixed Linux 2.2 event API code. |
tree | commitdiff |
2002-08-29 |
Marco Pietrobono | Use alsa/asoundlib.h instead of sys/asoundlib.h if... |
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 HMMIO to a void*. |
tree | commitdiff |
2002-08-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-08-09 |
Michael Stefaniuc | - Convert HDRVR to a void*. |
tree | commitdiff |
2002-08-03 |
Michael Stefaniuc | Convert HMIXER, HMIXEROBJ to a void*. |
tree | commitdiff |
2002-08-02 |
Michael Stefaniuc | - Converted HWAVE, HWAVEIN, HWAVEOUT to void*. |
tree | commitdiff |
2002-08-01 |
Alexandre Julliard | Create at most one glue file for a single dll. |
tree | commitdiff |
2002-08-01 |
Robert Lunnon | Preliminary audio driver for Solaris Libaudioio. |
tree | commitdiff |
2002-08-01 |
Alexandre Julliard | Authors: Eric Pouech <eric.pouech@wanadoo.fr>, Michael... |
tree | commitdiff |
2002-07-31 |
Nicolas Escuder | Speed and buffer improvement, code clean up, and fix... |
tree | commitdiff |
2002-07-30 |
Alexandre Julliard | Merged the NAS driver written by Nicolas |
tree | commitdiff |
2002-07-29 |
Chris Morgan | Some dos VGA error handling. Misc TRACE changes. |
tree | commitdiff |
2002-07-29 |
Gerald Pfeifer | Fixed format string. |
tree | commitdiff |
2002-07-28 |
Alexandre Julliard | Convert HTASK to void* (based on a patch by Michael... |
tree | commitdiff |
2002-07-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-07-10 |
Rok Mandeljc | Added Slovenian resources. |
tree | commitdiff |
2002-07-08 |
Eric Pouech | Fixed another PlaySound bug (when SND_LOOP is requested). |
tree | commitdiff |
2002-07-08 |
Eric Pouech | Fixed a few compilation warnings. |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Cast void* to char* for pointer arithmetic. |
tree | commitdiff |
2002-07-03 |
Eric Pouech | Fixed some more configuration issues. |
tree | commitdiff |
2002-07-02 |
Alexandre Julliard | Fixed warnings. |
tree | commitdiff |
2002-06-28 |
Alexandre Julliard | Added some ALSA configure checks. |
tree | commitdiff |
2002-06-28 |
Eric Pouech | Created an ALSA driver (with the help of David Hammerto... |
tree | commitdiff |
2002-06-28 |
Eric Pouech | Ensured full duplex mode is only used with same paramet... |
tree | commitdiff |
2002-06-25 |
Eric Pouech | Fixed flags handling in sndPlaySound. |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-04 |
Eric Pouech | Fixed another regression in PlaySound. |
tree | commitdiff |
2002-06-04 |
Steven Edwards | Porting fixes. |
tree | commitdiff |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
tree | commitdiff |
next |