1999-09-22 |
Eric Pouech | MMSYSTEM_GetIData() now dies when no iData is present |
tree | commitdiff |
1999-09-22 |
Eric Pouech | Added lolvldrv.c and oss.c. |
tree | commitdiff |
1999-09-22 |
Eric Pouech | No longer checking for correct iData in code. |
tree | commitdiff |
1999-09-22 |
Eric Pouech | Make it (almost) 32 bit only. |
tree | commitdiff |
1999-09-22 |
Eric Pouech | Make it (almost) 32 bit only. |
tree | commitdiff |
1999-09-22 |
Eric Pouech | Added stub for joyGetPosEx16(). |
tree | commitdiff |
1999-09-22 |
Eric Pouech | No longer checking for correct iData in code. |
tree | commitdiff |
1999-09-22 |
Eric Pouech | Now using WAVEFORMATEX instead of PCMWAVEFORMAT. |
tree | commitdiff |
1999-09-22 |
Eric Pouech | Now using modReset() instead of tweaking MIDI controls. |
tree | commitdiff |
1999-09-22 |
Eric Pouech | Fixed returned type upon open. |
tree | commitdiff |
1999-09-22 |
Eric Pouech | Fixed returned type upon open. |
tree | commitdiff |
1999-09-14 |
Patrik Stridvall | Add support for anonymous struct/unions on compilers... |
tree | commitdiff |
1999-09-13 |
Eric Pouech | Fixed crash in PlaySound thread. |
tree | commitdiff |
1999-09-05 |
Eric Pouech | Updated to new MM header organization. |
tree | commitdiff |
1999-09-05 |
Eric Pouech | Moved DDK level material to new include/mmddk.h file. |
tree | commitdiff |
1999-09-05 |
Eric Pouech | Updated to new MM header organization. |
tree | commitdiff |
1999-09-03 |
Michael McCormack | Changed snprintf to wsnprintfA to remove unresolved... |
tree | commitdiff |
1999-08-18 |
Ulrich Weigand | Adapted to WOW changes. |
tree | commitdiff |
1999-08-18 |
Eric Pouech | Fixed internal buffer for 16 bit mmio MEM files. |
tree | commitdiff |
1999-08-18 |
Eric Pouech | - some errors in cleaning up values returned by MCI... |
tree | commitdiff |
1999-08-04 |
Ulrich Weigand | Moved various DLLs to dlls/ |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check. |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Eliminated warnings. |
tree | commitdiff |
1999-07-24 |
Eric Pouech | Added WINMM resources. |
tree | commitdiff |
1999-07-24 |
Eric Pouech | Removed obsoleted mcistring.c. |
tree | commitdiff |
1999-07-24 |
Eric Pouech | Fixed return values for some messages in DriverProc... |
tree | commitdiff |
1999-07-24 |
Eric Pouech | Spread the use of MM crit sect. |
tree | commitdiff |
1999-07-24 |
Eric Pouech | Moved some MCI functions to mci.c. |
tree | commitdiff |
1999-07-24 |
Eric Pouech | Added parsing & storing of command tables. |
tree | commitdiff |
1999-07-15 |
Eric Pouech | Removed fixed size array to store specific data (now... |
tree | commitdiff |
1999-07-15 |
Eric Pouech | Changed way of allocation open mci drivers (array ... |
tree | commitdiff |
1999-07-15 |
Eric Pouech | Removed fixed size array to store specific data (now... |
tree | commitdiff |
1999-07-15 |
Eric Pouech | Fixed return value for 'open' command. |
tree | commitdiff |
1999-07-15 |
Eric Pouech | Removed fixed size array to store specific data (now... |
tree | commitdiff |
1999-07-15 |
Eric Pouech | Uniformized use of fd to midi device. |
tree | commitdiff |
1999-07-15 |
Eric Pouech | Cosmetic fixes. |
tree | commitdiff |
1999-07-15 |
Eric Pouech | No longer calling mm timers callbacks with mm timer... |
tree | commitdiff |
1999-07-10 |
Howard Abrams | Added checks for sys/errno.h, sys/signal.h and sys... |
tree | commitdiff |
1999-07-04 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-07-04 |
Patrik Stridvall | Fixes for compile on non-Intel platforms. |
tree | commitdiff |
1999-07-03 |
Marcus Meissner | some small include fixes, some checks for NULL ptrs, |
tree | commitdiff |
1999-06-26 |
Eric Pouech | Fixed alignment and position when looking for mmio... |
tree | commitdiff |
1999-06-26 |
Eric Pouech | No longer using global vars (shared data) for mm timers... |
tree | commitdiff |
1999-06-26 |
Eric Pouech | No longer using global vars (shared data) for mm timers... |
tree | commitdiff |
1999-06-26 |
Eric Pouech | Fixed null ptr deref introduced in last patch. |
tree | commitdiff |
1999-06-22 |
Eric Pouech | Better handling of double quotes in MCI string commands. |
tree | commitdiff |
1999-06-22 |
Eric Pouech | Fixed memory leak in mci structures. |
tree | commitdiff |
1999-06-13 |
Marcus Meissner | Fixed small memory corruption. |
tree | commitdiff |
1999-06-12 |
Eric Pouech | - simplified internal data |
tree | commitdiff |
1999-06-12 |
Ove Kaaven | Don't ignore application-requested primary buffer flags. |
tree | commitdiff |
1999-06-07 |
Eric Pouech | Fixed mmioDescend when called with a parent chunk. |
tree | commitdiff |
1999-06-06 |
Alexandre Julliard | Moved inclusion of winestring.h to winebase.h. |
tree | commitdiff |
1999-06-05 |
Eric Pouech | Added some digital video interface |
tree | commitdiff |
1999-06-05 |
Eric Pouech | Added (still incomplete) handling of MCI_BREAK command. |
tree | commitdiff |
1999-05-24 |
Eric Pouech | removed obsoleted init.c source file |
tree | commitdiff |
1999-05-24 |
Eric Pouech | moved to new trace interface |
tree | commitdiff |
1999-05-24 |
Eric Pouech | included DLL init sequence (from obsoleted init.c) |
tree | commitdiff |
1999-05-24 |
Eric Pouech | included midi init sequence (from obsoleted init.c) |
tree | commitdiff |
1999-05-24 |
Eric Pouech | included mci init sequence (from obsoleted init.c) |
tree | commitdiff |
1999-05-24 |
Eric Pouech | output: better internal thread interface (orthogonaliza... |
tree | commitdiff |
1999-05-24 |
Eric Pouech | moved to the new debug interface |
tree | commitdiff |
1999-05-24 |
Eric Pouech | moved to the new debug interface |
tree | commitdiff |
1999-05-24 |
Eric Pouech | Updated traces. |
tree | commitdiff |
1999-05-22 |
Paul Quinn | Microsoft com vtable compatibility workaround for g... |
tree | commitdiff |
1999-05-22 |
Marcus Meissner | Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed... |
tree | commitdiff |
1999-05-22 |
Ove Kaaven | Use service thread for "true" multimedia timers. |
tree | commitdiff |
1999-05-17 |
Jukka Kangas | When opening the file we don't need MMIO_EXCLUSIVE |
tree | commitdiff |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-05-08 |
Kevin Holbrook | Fixed implicit type warning. |
tree | commitdiff |
1999-05-04 |
Ulrich Weigand | Added PlaySound16, sndPlaySound16. |
tree | commitdiff |
1999-05-03 |
Eric Pouech | cleaned up debug channels to use default one (mmsys) |
tree | commitdiff |
1999-05-03 |
Eric Pouech | small range fixes for OSS driver |
tree | commitdiff |
1999-05-03 |
Eric Pouech | first (working) shot at OSS mixer low level interface |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-02 |
Michael Veksler | Removed redundant include of winbase.h from winuser16.h. |
tree | commitdiff |
1999-05-02 |
Eric Pouech | - got rid of all the internal MM tweaks to load builtin MCI |
tree | commitdiff |
1999-05-01 |
Marcus Meissner | MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldPro... |
tree | commitdiff |
1999-04-24 |
Ove Kaaven | Don't malloc/free for every mixing operation, use the... |
tree | commitdiff |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
tree | commitdiff |
1999-04-22 |
Michael Veksler | Removed some includes of 16 bit API. |
tree | commitdiff |
1999-04-19 |
Eric Pouech | Fixed playing position when required by track number. |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-18 |
Eric Pouech | Reduced fragment size. |
tree | commitdiff |
1999-04-11 |
Eric Pouech | Added event callback mechanism. |
tree | commitdiff |
1999-04-11 |
Eric Pouech | Updated (prepare|unprepare)header functions to allow... |
tree | commitdiff |
1999-04-11 |
Eric Pouech | Small enhancement. |
tree | commitdiff |
1999-04-11 |
Eric Pouech | New method for structure conversion (16 <-> 32). |
tree | commitdiff |
1999-04-11 |
Eric Pouech | Updated (prepare|unprepare)header functions to allow... |
tree | commitdiff |
1999-04-11 |
Francois Gouget | - updated because of the splitting of interface/impleme... |
tree | commitdiff |
1999-04-11 |
Francois Gouget | ICOMisation of the DirectSound API. |
tree | commitdiff |
1999-04-10 |
Ove Kaaven | Fixed fake multimedia timers. Grim Fandango is now... |
tree | commitdiff |
1999-04-06 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
tree | commitdiff |
1999-04-03 |
Eric Pouech | mmioOpen() now handles correctly MMIO_PARSE flag. |
tree | commitdiff |
1999-04-01 |
Eric Pouech | Starting implementation of MCI creator tasks |
tree | commitdiff |
1999-03-28 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
tree | commitdiff |
1999-03-25 |
David Luyer | Changed "strings.h" to "string.h". |
tree | commitdiff |
1999-03-22 |
Eric Pouech | Started calling mixer as a 32 bit low level driver... |
tree | commitdiff |
1999-03-22 |
Eric Pouech | Fixed a few bugs. Started implementing mixerMessage... |
tree | commitdiff |
1999-03-22 |
Eric Pouech | Implemented mciExecute. |
tree | commitdiff |
1999-03-22 |
Eric Pouech | Added yield proc members to mci struct. |
tree | commitdiff |
next |