projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
advapi32: Fixed building TRUSTEEs with objects.
[wine]
/
dlls
/
winmm
/
winealsa
/
2006-02-24
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2006-01-18
Robert Reif
winealsa: Add critical section names for debugging.
tree
|
commitdiff
2006-01-11
Alex Villacís Lasso
winealsa: Ensure that copy_format() will not write...
tree
|
commitdiff
2005-12-08
Eric Pouech
winealsa: Fixed returned string in capabilities.
tree
|
commitdiff
2005-12-06
Robert Reif
winmm: Allow sound card drivers to be opened more than...
tree
|
commitdiff
2005-11-28
Dmitry Timoshkov
Fix all drivers DriverProc to conform to the DRIVERPROC...
tree
|
commitdiff
2005-11-26
Alexandre Julliard
Renamed all .cvsignore files to .gitignore.
tree
|
commitdiff
2005-11-10
Francois Gouget
Remove spaces before '\n' in traces.
tree
|
commitdiff
2005-11-05
Davin McCall
Avoid getting ahead of dsound mixer when using non...
tree
|
commitdiff
2005-09-29
Alexandre Julliard
We are no longer generating .dbg.c files.
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Fixed some more traces to use the right printf format...
tree
|
commitdiff
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
tree
|
commitdiff
2005-09-08
Christian Costa
Improve midi trace.
tree
|
commitdiff
2005-08-17
Alexandre Julliard
Make all the DriverProc entry points private.
tree
|
commitdiff
2005-08-12
Alex Villacís Lasso
Remove crackling in DirectSound/ALSA playback with...
tree
|
commitdiff
2005-07-29
Mike McCormack
gcc 4.0 warning fixes.
tree
|
commitdiff
2005-07-27
Johannes Koch
Fixed pitch bending in the midi driver.
tree
|
commitdiff
2005-07-27
Vitaliy Margolen
Remove all wait_for_poll associated stuff that is no...
tree
|
commitdiff
2005-07-26
Robert Shearman
wait_for_poll can go into an infinite loop. Remove...
tree
|
commitdiff
2005-07-13
Mike McCormack
Interlocked LONG* gcc warning fixes.
tree
|
commitdiff
2005-07-07
Mike McCormack
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
tree
|
commitdiff
2005-06-29
Vitaliy Margolen
Sync comments with configuration location changes.
tree
|
commitdiff
2005-06-22
Alexandre Julliard
Sort entry points alphabetically.
tree
|
commitdiff
2005-06-20
Alexandre Julliard
Moved configuration data to HKCU\Software\Wine\Alsa...
tree
|
commitdiff
2005-06-20
Jeremy White
Revamp the initialization for Alsa.
tree
|
commitdiff
2005-06-16
Mike McCormack
Fix some declaration and write string warnings.
tree
|
commitdiff
2005-06-13
Alexandre Julliard
Added magic comments to all Wine-specific registry...
tree
|
commitdiff
2005-06-13
Robert Shearman
Remove needless call to Sleep.
tree
|
commitdiff
2005-06-09
Jeremy White
Combine WINE_WAVEOUT and WINE_WAVEIN into a single...
tree
|
commitdiff
2005-06-06
Dmitry Timoshkov
Make remaining OLE interface vtables const.
tree
|
commitdiff
2005-06-06
Robert Reif
Don't open device if already open.
tree
|
commitdiff
2005-06-05
Robert Reif
Fix a problem where actual sample rate doesn't exactly...
tree
|
commitdiff
2005-06-05
Robert Reif
Return proper error code.
tree
|
commitdiff
2005-05-29
Marcus Meissner
#undef interface before including alsa headers.
tree
|
commitdiff
2005-05-29
Robert Reif
Fix volume control.
tree
|
commitdiff
2005-04-27
Mike McCormack
Make multimedia threads high priority.
tree
|
commitdiff
2005-04-22
Alex Villacís Lasso
Perform one more commit in ALSA non-emulation if there...
tree
|
commitdiff
2005-03-31
Paul van Schayck
Don't stop looking for devices if one can't be opened.
tree
|
commitdiff
2005-03-29
Jerry Jenkins
Improve winealsa dsound driver by accessing sound drive...
tree
|
commitdiff
2005-03-27
Jerry Jenkins
Don't mistake frames for bytes.
tree
|
commitdiff
2005-03-24
Jakob Eriksson
Get rid of HeapAlloc casts.
tree
|
commitdiff
2005-03-23
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-03-23
Robert Reif
Don't fail when opening a device in direct sound mode...
tree
|
commitdiff
2005-03-23
Jeremy White
Revamp the volume logic to be more self contained,...
tree
|
commitdiff
2005-03-21
Robert Reif
Fix direct sound capabilities to match hardware.
tree
|
commitdiff
2005-03-21
Alexandre Julliard
Fixed a missing patch chunk.
tree
|
commitdiff
2005-03-21
Robert Reif
Clean up handle usage.
tree
|
commitdiff
2005-03-21
Robert Reif
Print out message name to make reading traces easier.
tree
|
commitdiff
2005-03-19
Robert Reif
Fall back to default prepare/unprepare header functions.
tree
|
commitdiff
2005-03-18
Robert Reif
Add support for more than one sound card.
tree
|
commitdiff
2005-03-17
Robert Reif
Use real device name.
tree
|
commitdiff
2005-03-02
Francois Gouget
Apply Jeremy White's SMPTE calculation fix to each...
tree
|
commitdiff
2005-01-28
Robert Reif
Fix structure member name to match windows headers...
tree
|
commitdiff
2005-01-12
James Hawkins
- Use Interlocked* instead of ++/-- in AddRef/Release.
tree
|
commitdiff
2005-01-10
Vincent Béron
Only use Alsa if 1.0 is detected.
tree
|
commitdiff
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
tree
|
commitdiff
2004-12-20
Robert Reif
A driver does not have to support all formats.
tree
|
commitdiff
2004-12-06
Alexandre Julliard
Authors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
tree
|
commitdiff
2004-11-29
Eric Pouech
Made some functions and variables static.
tree
|
commitdiff
2004-10-04
Jerry Jenkins
Fix an error message.
tree
|
commitdiff
2004-10-04
Jerry Jenkins
Don't use the SND_PCM_ASYNC flag for the moment.
tree
|
commitdiff
2004-09-27
Uwe Bonnes
Call GetProcessHeap() instead of passing its address.
tree
|
commitdiff
2004-09-08
Alexandre Julliard
Removed some more uses of the non-standard ICOM_THIS...
tree
|
commitdiff
2004-08-25
Robert Reif
Added 32 bit float support.
tree
|
commitdiff
2004-08-23
Alexandre Julliard
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
tree
|
commitdiff
2004-08-20
Robert Reif
Remove wine specific DRV_QUERYDSOUNDGUID message and...
tree
|
commitdiff
2004-08-19
Robert Reif
Added 24/32 bit sample size and 4/6 channel support.
tree
|
commitdiff
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VTABLE macro.
tree
|
commitdiff
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VFIELD macro.
tree
|
commitdiff
2004-07-23
Francois Gouget
Added bytes_to_mmtime() to convert the stream position...
tree
|
commitdiff
2004-07-19
Francois Gouget
Check that we are still playing in wodUpdatePlayedTotal...
tree
|
commitdiff
2004-07-19
Francois Gouget
Use round() instead of ceil() in wodGetPosition(TIME_SM...
tree
|
commitdiff
2004-06-14
Robert Reif
Reset played variables on open.
tree
|
commitdiff
2004-06-01
Robert Reif
Fix calculation of SMPTE time (round up to full frame).
tree
|
commitdiff
2004-05-11
Robert Reif
Add an interface name to wineoss, winealsa, winearts...
tree
|
commitdiff
2004-05-05
James Courtier-Dutton
Updated to the new alsa api.
tree
|
commitdiff
2004-04-29
Robert Reif
Forgot to limit capture sample rates.
tree
|
commitdiff
2004-04-28
Ove Kaaven
Fixed a couple of bugs.
tree
|
commitdiff
2004-04-27
Robert Reif
Restore the 2 MHz sample rate test and fix the winealsa...
tree
|
commitdiff
2004-04-26
Francois Gouget
Make sure the 'alsa handle' is initialized to NULL...
tree
|
commitdiff
2004-04-26
Francois Gouget
We only support 8 and 16 bit sound so we should reject...
tree
|
commitdiff
2004-04-19
Ove Kaaven
Added detection of 48kHz and 96kHz support. Fixed a...
tree
|
commitdiff
2004-04-19
Ove Kaaven
Code and concepts merged in from wineoss in order to...
tree
|
commitdiff
2004-03-31
Felix Nawothnig
Don't free ALSA device string when the device is closed...
tree
|
commitdiff
2004-03-29
Sylvain Petreolle
Fixed error reporting.
tree
|
commitdiff
2004-03-27
Mike Hearn
Allow configuration of output devices to use and change...
tree
|
commitdiff
2004-03-24
Alexandre Julliard
.spec.c files are no longer used for 32-bit dlls.
tree
|
commitdiff
2004-02-19
Christian Costa
Replaced the timer and its callback by a thread for...
tree
|
commitdiff
2004-02-13
Robert Reif
Use pipe sync code from wineoss.
tree
|
commitdiff
2004-02-13
Robert Reif
Don't need primary lock. Fixes error in dsound tests...
tree
|
commitdiff
2004-02-05
Christian Costa
Added missing notifications to MIDI_NotifyClient.
tree
|
commitdiff
2004-01-27
Alexandre Julliard
Only link against libdxguid where necessary.
tree
|
commitdiff
2004-01-27
Francois Gouget
Add missing '\n's to debug traces.
tree
|
commitdiff
2004-01-13
Christian Costa
Added Midi IN support.
tree
|
commitdiff
2004-01-02
Christian Costa
Fix compilation issue with ALSA 0.5.
tree
|
commitdiff
2003-12-15
Christian Costa
Exported widMessage function.
tree
|
commitdiff
2003-12-12
Jeremy Shaw
Move the data around when the ring buffer is resized...
tree
|
commitdiff
2003-12-11
Christian Costa
Added WaveIn support.
tree
|
commitdiff
2003-12-08
Christian Costa
First enumerate all internal devices and then external...
tree
|
commitdiff
2003-12-04
Alexandre Julliard
Define ALSA_PCM_OLD_* symbols for compatibility with...
tree
|
commitdiff
next