- 29 Dec, 2006 35 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
make_makefiles: In .gitignore, explicitly list files that we know are generated instead of using wildcards.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Ken Thomases authored
Also, added some output formats that Core Audio ought to be able to handle.
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
wodSendNotifyInputCompletionsMessage sends the kWaveInNotifyCompletionsMessage to the message thread, which calls widHelper_NotifyCompletions.
-
Ken Thomases authored
It scans for completed input wavehdrs, removes them from the queue, and notifies the application that they're done.
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
It now returns in an output parameter the frame count that the AU will use. Also, initialize the Audio Unit.
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
It will serve as the input callback called when our Audio Unit has sound data available.
-
Ken Thomases authored
-
Ken Thomases authored
-
Chris Robinson authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Andrew Talbot authored
With grateful acknowledgement to Marcus Meissner.
-
Roderick Colenbrander authored
-
Vitaliy Margolen authored
-
Colin Pitrat authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
This reverts commit 045975b1.
-
Robert Reif authored
-
- 28 Dec, 2006 5 commits
-
-
Rob Shearman authored
The tests show the behaviour when the IROTData interface is not available from the moniker. They also show the flags that are accepted into IRunningObjectTable::Register.
-
Rob Shearman authored
ole32: Contrary to MSDN, IROTData doesn't need to be implemented for a moniker to be usable with the running object table. If IROTData isn't available, fall back to a path that uses the display name and the clsid of the moniker to generate the comparison data.
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Use IMoniker::GetTimeOfLastChange to attempt to retrieve the last-modified time for the ROT entry. However, fall back to CoFileTimeNow if it fails.
-
Rob Shearman authored
-