- f9d2b85 mciwave: Avoid using long. by Michael Stefaniuc · 15 years ago
- 2721cff mciwave: Remove redundant "not NULL" checks of the variables lpParms. by Michael Stefaniuc · 15 years ago
- f0baaff mciwave: MCI Status returns string resource when appropriate. by Jörg Höhle · 15 years ago
- e8157bf mciwave: MCI Set Input|Output allows to select wave device. by Jörg Höhle · 15 years ago
- 95970bb mciwave: MCI Capability returns number of wave devices. by Jörg Höhle · 15 years ago
- ee3c879 mciwave: Abort the play loop in case of audio error. by Jörg Höhle · 15 years ago
- b82f615 mciwave: Use the current device ID for notification. by Jörg Höhle · 15 years ago
- e3bce34 mciwave: Store only slots from OpenParms that we need. by Jörg Höhle · 15 years ago
- 23060af mciwave: Play/Record return MCIERR_OUTOFRANGE as required. by Jörg Höhle · 15 years ago
- 7c62fe4 mciwave: Seek stops and rounds position down modulo nBlockAlign. by Jörg Höhle · 15 years ago
- afe944c mciwave: Allow MCI to Save non-PCM formats, obtained via Open. by Jörg Höhle · 15 years ago
- 096b774 mciwave: Implement Cue as no-op. by Jörg Höhle · 15 years ago
- 2dfd3e9 mciwave: Rework MCI notification system. by Jörg Höhle · 15 years ago
- 2ac86fe mciwave: Favour return over ExitThread. by Jörg Höhle · 15 years ago
- c4b5bd4 mciwave: Stop must not reset current position. by Jörg Höhle · 15 years ago
- c75d1cb mciwave: Return on error in Seek. by Jörg Höhle · 15 years ago
- de00535 mciwave: Allow (again) to set wave format parameters prior to recording. by Jörg Höhle · 15 years ago
- 518f4f8 mciwave: Set wave format PCM is the only one accepted. by Jörg Höhle · 15 years ago
- 59bb360 mciwave: Correct MCI return codes. by Jörg Höhle · 15 years ago
- d3dd250 mciwave: waveaudio does not support the shareable flag. by Jörg Höhle · 15 years ago
- e652b6f mciwave: Update message and comments. by Jörg Höhle · 15 years ago
- 0ac408f mciwave: Default wave format is 11025x8x1. by Jörg Höhle · 15 years ago
- 7f4d81e mciwave: Fix wave format first, then compute position. by Jörg Höhle · 15 years ago
- 7d002f2 mciwave: Send notification after everything else. by Jörg Höhle · 15 years ago
- 3fc7da7 mciwave: Do not transition via Resume from Record into Play. by Jörg Höhle · 15 years ago
- 3c6496d mciwave: Do not lie about state when winmm fails in Pause or Resume. by Jörg Höhle · 15 years ago
- bf46657 mciwave: Pause/resume is not accepted from every state. by Jörg Höhle · 15 years ago
- 1ae6017 mciwave: Return on error (Coverity). by Marcus Meissner · 15 years ago
- 3d8507b mciwave: Try to synchronize better async commands. by Eric Pouech · 15 years ago
- 49ff58e mciwave: Simplify async command management by directly calling the right function instead of going through winmm again. by Eric Pouech · 15 years ago
- 1a6aa96 mciwave: Require at least 16 bytes in the WAVE fmt file header. by Jörg Höhle · 16 years ago
- ec1b28e include: Fix a number of mmsystem.h structure for Win64. by Alexandre Julliard · 16 years ago
- aab8fae Spelling fixes. by Austin English · 17 years ago
- f4c4488 Spelling fixes. by Austin English · 17 years ago
- 1a540fa mciwave: Assign to struct instead of using memcpy. by Andrew Talbot · 17 years ago
- 3f4eb28 mciwave: Fix the character count passed to GetTempPathW in create_tmp_file. by Rob Shearman · 17 years ago
- 0b9cab0 mciwave: Prevent division by zero when processing non-PCM codec. by Alex Villacís Lasso · 18 years ago
- 0028eb5 mciwave: Fix compilation warnings in 64-bit mode. by Dmitry Timoshkov · 18 years ago
- 7984532 mciwave: Constify a variable. by Andrew Talbot · 18 years ago
- bf1c57d mciwave: Exclude unused header. by Andrew Talbot · 18 years ago
- 99f4a6a mciwave: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
- ce9b4ba Assorted spelling fixes. by Francois Gouget · 19 years ago
- 50c9681a mciwave: Fixed a bogus free. by Eric Pouech · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 252398d mciwave: Renamed mciwave.drv to mciwave.dll, and moved the directory to the top-level. by Alexandre Julliard · 19 years ago[Renamed from dlls/winmm/mciwave/mciwave.c]
- 9cba6ce mciwave: save/record. by Eric Pouech · 19 years ago
- 8140d66 Fix all drivers DriverProc to conform to the DRIVERPROC definition. by Dmitry Timoshkov · 19 years ago
- 0edbaf7 Remove spaces before '\n' in traces. by Francois Gouget · 19 years ago
- 7eba5c5 Fixed mmioOpenW flags for playback. by Eric Pouech · 19 years ago
- bda7ace Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
- b2ba933 Make multimedia threads high priority. by Mike McCormack · 20 years ago
- 1eed552 - rewrite MCI interfaces as Unicode interface (as it should be) by Eric Pouech · 20 years ago
- 4a0f999 Use CreateEventW in preference to CreateEventA for unnamed events. by Mike McCormack · 20 years ago
- 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
- ebe3c52 Janitorial: C booleans must not be compared against TRUE. by Alexandre Julliard · 20 years ago
- 76659e9 Fixed thread handle leaks. by Robert Reif · 21 years ago
- 6cf101c - Applied to all MCI drivers Dmitry's fix for MCI_STATUS_TIME_FORMAT by Eric Pouech · 21 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- e8a7ad3 Some code cleanups. Better error handling. Removed unneeded internal variables. by Eric Pouech · 22 years ago
- 6fa2ac6 Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings. by Alexandre Julliard · 22 years ago
- b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
- 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
- 025c0b7 Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for by Michael Stefaniuc · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 8be2e3d Let MCI drivers support the session instance loading mechanism (NULL by Eric Pouech · 23 years ago
- dc31501 Fixed an overflow in calculating times. by Hidenori Takeshima · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 3bb9a36 Spelling, grammar and a bit of comment formatting fixes. by Francois Gouget · 23 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- b24ed62 Allow MCI_SET to change waveFormat for recording. by Eric Pouech · 24 years ago
- d73c906 - MCI_SAVE should overwrite its destination file. by James Hatheway · 24 years ago
- 2251fbc Simplified memory allocation for asynchronous MCI message handling. by Eric Pouech · 24 years ago
- 0478059 Removed duplicate field in internal structure. by Eric Pouech · 24 years ago
- 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- 3732965 Added asynchronous recording in MCI layer. by Francois Jacques · 24 years ago
- 731e9f5 - removed (now obsolete) driver.h file (it's content is now in mmsystem.h) by Eric Pouech · 25 years ago
- 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- ce80647 Fixed race condition between app and wine in WAVE_mciPlay. by Bradley Baetz · 25 years ago
- d5cd083 Enhanced synchronization between playback thread and stop/close commands by Eric Pouech · 25 years ago
- 72da44a Fixed mciInfo. by Eric Pouech · 25 years ago
- e2ab3ef Fixed buggy playback for non PCM files by Eric Pouech · 25 years ago
- 68944c2 Split the multimedia/ directory into dlls/ subdirectories. by Eric Pouech · 25 years ago[Renamed from multimedia/mciwave.c]
- d19d25a Removed last dependancies between MCI drivers and WINMM/MMSYSTEM DLLs. by Eric Pouech · 26 years ago
- e229260 Now using WAVEFORMATEX instead of PCMWAVEFORMAT. by Eric Pouech · 26 years ago
- 139f8fc Updated to new MM header organization. by Eric Pouech · 26 years ago
- b26cfe7 Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS & by Eric Pouech · 26 years ago
- 3bfbf3c Removed fixed size array to store specific data (now using by Eric Pouech · 26 years ago
- 9c75a8a moved to the new debug interface by Eric Pouech · 26 years ago
- f7f9508 When opening the file we don't need MMIO_EXCLUSIVE by Jukka Kangas · 26 years ago
- 281c927 - got rid of all the internal MM tweaks to load builtin MCI by Eric Pouech · 26 years ago
- ff5ae3d Removed some includes of 16 bit API. by Michael Veksler · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- b874293 Cosmetic fixes. by Eric Pouech · 26 years ago
- ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 61afa33 Some more recursive include fixes/optimizations. by Marcus Meissner · 26 years ago
- e518cba Fixed bugs on MCI notification (callback info are copied before by Eric Pouech · 26 years ago