- Prefix many more functions, types, structs, etc. with MSVCRT_.
[wine] / dlls / winmm /
2004-03-16  Christian CostaAdded support for MCI_DGV_WHERE_MAX flag in MCIAVI_mciW...
2004-03-16  Christian CostaHandle avi files with non standard video stream names.
2004-03-16  Christian CostaMCI strings are case insensitive.
2004-03-16  Christian CostaDefault to FOURCC_DOS if no IOProc found.
2004-03-16  Christian CostaFixed deadlock when stopping playback.
2004-03-12  Robert ReifEnable exact position calculation when hardware support...
2004-03-05  Jason EdmeadesHandle playing of files containing a '+' as part of...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-01  Dmitry Timoshkov- Add a lot of traces to make debugging a bit easier.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-27  Robert ReifCleanup prepare/unprepare header parameter checking.
2004-02-27  Dmitry TimoshkovConvert MCIAVI window support to unicode.
2004-02-26  Sean YoungCheck uSize parameter in waveOutUnprepareHeader and
2004-02-24  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-24  Christian CostaFixed waveInGetDevCapsW.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-19  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-16  Robert ReifAdd secondary buffer array.
2004-02-13  Robert ReifEnable hardware secondary buffer support on cards that...
2004-02-13  Robert ReifSave oss device fd and creation flags in dsound buffer...
2004-02-13  Robert ReifSplit buffer creation function into primary and seconda...
2004-02-13  Robert ReifMoved dsound mmap mapping info into dsound objects.
2004-02-13  Robert ReifUse pipe sync code from wineoss.
2004-02-13  Robert ReifDon't need primary lock. Fixes error in dsound tests...
2004-02-11  Dmitry TimoshkovAFMT_AC3 might be not defined in the system headers.
2004-02-09  Robert ReifFixed a problem on BSD.
2004-02-06  Robert ReifShow sound card info in trace.
2004-02-05  Christian CostaAdded missing notifications to MIDI_NotifyClient.
2004-01-28  Eric PouechFixed synchronization issue.
2004-01-27  Alexandre JulliardAll sound drivers need -ldxguid.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-20  Robert ReifAdded notify and property set to dsound output driver.
2004-01-20  Robert ReifFixed thread handle leaks.
2004-01-14  Robert LunnonFixed type mismatch in widDsCreate.
2004-01-13  Christian CostaAdded Midi IN support.
2004-01-12  Eric Pouech- implemented TIME_KILL_SYCHRONOUS timer flags
2004-01-09  Marcus MeissnerFixed HeapRealloc typo.
2004-01-09  Jeremy ShawAdded wave-in support and fixed a few bugs in the wave...
2004-01-08  Eric Pouech- Applied to all MCI drivers Dmitry's fix for MCI_STATU...
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-06  Dmitry TimoshkovRegister window class on mciavi driver loading, and...
2004-01-06  Dmitry TimoshkovReturn correct resource id for time format strings.
2004-01-05  Dmitry TimoshkovAccept all standard DIB compressions in the mciavi...
2004-01-05  Dmitry TimoshkovDecode stream number from AVI frame data and assign...
2004-01-02  Christian CostaFix compilation issue with ALSA 0.5.
2004-01-02  Dmitry TimoshkovRemove a stray LeaveCriticalSection().
2004-01-01  Dmitry TimoshkovMuch improved mciavi driver. Fixed synchronization...
2004-01-01  Dmitry TimoshkovUse correct pointer to an internal driver description.
2004-01-01  Dmitry TimoshkovAdd MCI_SYSINFO command W to A mapping.
2003-12-31  Dmitry TimoshkovFix many function prototypes and data types according...
2003-12-31  Dmitry TimoshkovAdd Unicode->ANSI MCI message mapping, implement mciSen...
2003-12-31  Gerald PfeiferImprove error messages in OSS_WaveOutInit() and OSS_Wav...
2003-12-15  Steven EdwardsPorting fix for winmm resources (patch by Filip Navara).
2003-12-15  Christian CostaExported widMessage function.
2003-12-12  Jeremy ShawMove the data around when the ring buffer is resized...
2003-12-11  Christian CostaAdded WaveIn support.
2003-12-08  Eric PouechMove (again) usage of 16 bit specific functions (thunk...
2003-12-08  Christian CostaFirst enumerate all internal devices and then external...
2003-12-04  Alexandre JulliardDefine ALSA_PCM_OLD_* symbols for compatibility with...
2003-12-02  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-12-01  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-11-26  Christian CostaFix handling of the lpuDeviceID input param in MIDI_Str...
2003-11-21  Eric PouechHeapReAlloc doesn't allocate memory.
2003-11-17  Ivan Leo Murray... Added Italian translation.
2003-11-14  Robert ReifFixes more use before set races.
2003-11-12  Christian CostaAlsa midi fixes.
2003-11-11  Robert ReifDon't flag failed opens of unsupported formats as an...
2003-11-11  Robert ReifFix a race condition where result could be read before...
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-11-05  Robert ReifFix wave in stop.
2003-11-04  Robert ReifFixed bug in capture stop. Only current header should...
2003-10-30  Robert ReifCache the wave volume so it can be returned rather...
2003-10-30  Robert ReifClean up *GetDevCaps to check for valid pointer and...
2003-10-28  Robert ReifAdded support for getting the wave device name.
2003-10-27  Robert ReifFix SMPTE time.
2003-10-27  Robert ReifOnly copy amount requested up to size of structure.
2003-10-27  Robert ReifClear a new hardware buffer to proper silence values...
2003-10-22  Robert ReifFix MMDRV_PhysicalFeatures to handle both 16 and 32...
2003-10-21  Robert ReifOnly return the number of bytes requested.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-15  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-15  Dimitrie O. PaunMerge win.ini/[mci extensions] into the registry.
2003-10-14  Robert ReifFree should not happen when still playing.
2003-10-14  Oleg ProkhorovSmall fix in sound flushing code.
2003-10-14  Daniel MarmierALSA_WaveInit: repaired device name.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-09  Robert ReifFixed SMPTE time.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-07  Steven EdwardsRemove a few unneeded include statements in internal...
2003-10-06  Vincent BéronChange resources from last language file used to LANG_N...
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-04  Michael GünnewigFixed warnings with gcc option "-Wwrite-strings".
2003-09-29  Vincent BéronChange some resources from LANG_NEUTRAL to LANG_ENGLISH.
2003-09-27  Robert ReifAllow wave emulated capture while doing hardware accele...
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-25  Robert ReifAvoid divide by zero if the sound driver returns 0...
2003-09-22  Vincent BéronYet another batch of French resources updates.
2003-09-22  Robert ReifVolume and Pan driver requests need to return success...
2003-09-22  Oleg ProkhorovImplemented sound flushing.
next