ntdll: Read the current processor with the __NR_getcpu syscall.
[wine] / dlls / dmusic /
2012-05-18  Christian Costadmusic: COM cleanup of DirectMusicPort object.
2012-05-18  Christian Costadmusic: Cleanup IDirectMusicCollection_EnumInstrument.
2012-05-18  Christian Costadmusic: Cleanup IDirectMusicCollection_GetInstrument.
2012-05-18  Christian Costadmusic: Display new ref in trace for AddRef and Release...
2012-05-14  Christian Costadmusic: Implement IDirectMusicBuffer_SetUsedBytes.
2012-05-14  Christian Costadmusic: COM cleanup of DirectMusicCollection and get...
2012-05-14  Christian Costadmusic: COM cleanup of IReferenceClock.
2012-05-11  Christian Costadmusic: Display new ref in trace for AddRef and Release...
2012-05-11  Christian Costadmusic: Variable spelling fix.
2012-05-09  Christian Costadmusic: Simplify ParseDescriptor by checking DLS header...
2012-05-08  Christian Costadmusic: COM cleanup of IDirectMusicInstrument and get...
2012-05-07  Christian Costadmusic: Midi message takes 4 bytes space but only 3...
2012-05-02  Christian Costadmusic: Check errors in IDirectMusic8Impl_Activate...
2012-05-02  Christian Costadmusic: Implement IDirectMusic8Impl_EnumMasterClock.
2012-05-02  Christian Costadmusic: COM cleanup of IDirectMusic8.
2012-05-02  Christian Costadmusic: Add tests to enumerate master clocks.
2012-04-27  Christian Costadmusic: Implement IDirectMusicBufferImpl_Flush.
2012-04-27  Christian Costadmusic: Implement IDirectMusicBuffer_GetStartTime and...
2012-04-27  Christian Costadmusic: IDirectMusicBufferImpl_GetUsedBytes.
2012-04-27  Christian Costadmusic: Implement IDirectMusicBufferImpl_PackStructured.
2012-04-27  Christian Costadmusic: Handle GUID_NULL when creating IDirectMusicBuffer.
2012-04-27  Christian Costadmusic: Add tests for IDirectMusicBuffer.
2012-04-25  Christian Costadmusic: Cleanup IDirectMusicBufferImpl_QueryInterface.
2012-04-25  Christian Costadmusic: Display new ref in IDirectMusicBufferImpl_AddRe...
2012-04-25  Christian Costadmusic: Implement IDirectMusicBufferImpl_GetRawBufferPtr.
2012-04-25  Christian Costadmusic: Implement IDirectMusicBufferImpl_GetMaxBytes.
2012-04-25  Christian Costadmusic: Implement IDirectMusicBufferImpl_GetBufferFormat.
2012-04-24  Alexandre Julliarddmusic: Internal functions don't need to be WINAPI.
2012-04-24  Christian Costadmusic: COM clean-up of IDirectMusicBuffer.
2012-04-24  Christian Costadmusic: Pass creation parameters to DMUSIC_CreateDirect...
2012-04-23  Christian Costadmusic: Fix IDirectMusic8Impl_CreateMusicBuffer buffer...
2012-04-16  Marcus Meissnerdmusic: Remove useless NULL check (Coverity).
2012-04-11  Christian Costadmusic: Add trace to DMUSIC_CreateReferenceClockImpl...
2012-04-11  Christian Costadmusic: Check wrong params when creating a port + tests.
2012-04-11  Christian Costadmusic: Add dump function for DMUS_PORTPARAMS struct.
2012-04-11  Christian Costadmusic: Replace debugstr_DMUS_OBJECTDESC by a specific...
2012-04-06  Andrew Eikumdmusic: Check correct return code.
2012-04-03  Christian Costadmusic: Check return codes and display name from port...
2012-04-03  Christian Costadmusic: Enumerate ports for midi out and midi in device...
2012-03-30  Christian Costadmusic: Don't use method implementation directly. Pass...
2012-03-30  Andrew Eikumdmusic: Reimplement instrument loading.
2012-03-30  Andrew Eikumdmusic: Support creating default ports with GUID_NULL.
2012-03-29  Christian Costadmusic: Add some tests for enumerating and creating...
2012-01-23  Christian Costadmusic: Fix memory leak in Direct Music object.
2011-10-18  Marcus Meissnerdirectshow: Removed bad sizeof in copy/pasted code...
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-07-28  Michael Stefaniucdmusic: Merge the IClassFactory implementations.
2011-05-17  Marcus Meissnerdmusic: Mark internal symbols as hidden.
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-12-03  Alexandre Julliarddmusic: Convert dll registration to the IRegistrar...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-06  Andrew Talbotdmusic: Constify a variable.
2010-07-28  Austin Englishdmusic: use a previously unused variable.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-28  Austin Englishdmusic: Use if(0) instead of #if 0 to make sure code...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-01-14  Michael Stefaniucdmusic: Avoid newlines inside FIXME messages.
2009-01-13  Michael Stefaniucdmusic: Remove superfluous pointer casts.
2008-12-22  Christian Costadmusic: Implement IDirectMusic8Impl_CreateMusicBuffer.
2008-12-22  Christian Costadmusic: Improve IDirectMusicPortDownloadImpl_GetBuffer...
2008-12-22  Christian Costadmusic: Fix IDirectMusicPortImpl_QueryInterface.
2008-12-22  Christian Costadmusic: Add support for IID_IDirectMusicDownloadedInstr...
2008-12-22  Christian Costadmusic: Improve IDirectMusicPortImpl_DownloadInstrument...
2008-12-20  Christian Costadmusic: Move IDirectMusicThru and IDirectMusicPortDownl...
2008-12-17  Hans Leidekkerjanitorial: Remove unneeded user32 imports.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-01  Alexandre Julliarddmusic: Remove some unused functions.
2008-11-03  Michael Stefaniucdmusic: Do not cast NULL.
2008-07-31  Andrew Talbotdmusic: Sign-compare warning fix.
2008-06-30  Alexandre JulliardFix a few %ll printf formats.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-02  Austin EnglishSpelling fixes.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2008-02-26  Andrew Talbotdmusic: Assign to structs instead of using memcpy.
2007-12-08  Andrew Talbotdmusic: Remove unneeded casts.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-09-21  Andrew Talbotdmusic: Indirection level fix.
2007-08-30  Stefan Leichterdmusic: Remove 'recursive registry key delete' function.
2007-05-30  Alexandre Julliarddmusic: Fix license headers that mistakenly use GPL...
2007-04-25  Andrew Talbotdmusic: Constify a variable.
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-03  Robert Reifdmusic: Implement just enough of IDirectMusicPortImpl_G...
2006-11-09  Marcus Meissnerdmusic: Replaced && 0xfff... by & 0xff.
2006-10-30  Peter Oberndorferdmusic: Do not write outside of array bounds.
2006-10-12  Michael Stefaniucdmusic: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Stefan Leichterdmusic: Print 64bit integers with wine_dbgstr_longlong.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-10  Alexandre Julliarddmusic: Make the virtual table functions static where...
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-22  Vitaliy Margolendirectx: Update file versions to dx9c (compared to...
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2005-11-29  Raphael JunqueiraFix implementation of IDirectMusic8Impl_CreatePort.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
next