Sign in
goma
/
wine
/
aef3f42f0a5ccf3e96a46e2ee6912f75fc20704f
/
dlls
/
winenas.drv
/
audio.c
aef3f42
winenas.drv: Remove oldb from nas_add_buffer, where it's unused.
by Austin English
· 15 years ago
ce91ee4
winenas.drv: Move opening wave device to audio.c.
by Maarten Lankhorst
· 15 years ago
5ef4819
Assorted spelling fixes.
by Francois Gouget
· 16 years ago
0bd62fd
winenas.drv: Replace malloc() with HeapAlloc().
by Andrew Talbot
· 16 years ago
d360588
winenas.drv: dwParam1 and dwParam2 cwhave the type DWORD_PTR.
by Michael Stefaniuc
· 16 years ago
3ba0eed
winenas.drv: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
377f14c
winenas: Add return statement to wodPlayer().
by Gerald Pfeifer
· 17 years ago
ddf9697
winenas.drv: Assign to struct instead of using memcpy.
by Andrew Talbot
· 17 years ago
0e4adae
Spelling fixes.
by Austin English
· 17 years ago
1e25c7b
winenas.drv: Add workaround for INT64 type too.
by Alexandre Julliard
· 17 years ago
826321b
winenas.drv: Add DebugInfo to critical sections.
by Jan Zerebecki
· 18 years ago
ae0380d
winenas: Renamed the dlls/winmm/winenas directory to dlls/winenas.drv.
by Alexandre Julliard
· 18 years ago
[Renamed from dlls/winmm/winenas/audio.c]
173f7bd
janitorial: Remove remaining NULL checks before free() (found by Smatch).
by Michael Stefaniuc
· 18 years ago
6f6e054
winmm/winenas: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
65a1796
winenas: fix crash.
by Eric Pouech
· 19 years ago
9b65ffb
Add some consts to fix discard-qual warnings.
by Stefan Huehner
· 20 years ago
b2ba933
Make multimedia threads high priority.
by Mike McCormack
· 20 years ago
2b3aa7c
Fall back to default prepare/unprepare header functions.
by Robert Reif
· 20 years ago
7105248
Apply Jeremy White's SMPTE calculation fix to each audio driver.
by Francois Gouget
· 20 years ago
7d92b5d
Fix structure member name to match windows headers and fix up all
by Robert Reif
· 20 years ago
2d8e75d
A driver does not have to support all formats.
by Robert Reif
· 20 years ago
b4e4955
Authors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip Navara <xnavara@volny.cz>
by Alexandre Julliard
· 20 years ago
5c2a891
Made some functions and variables static.
by Eric Pouech
· 20 years ago
7bf4eee
Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in
by Robert Reif
· 21 years ago
eed1b52
Added bytes_to_mmtime() to convert the stream position from bytes to
by Francois Gouget
· 21 years ago
54751b2
Use round() instead of ceil() in wodGetPosition(TIME_SMPTE).
by Francois Gouget
· 21 years ago
bdbb54f
Fix calculation of SMPTE time (round up to full frame).
by Robert Reif
· 21 years ago
8ceb200
We only support 8 and 16 bit sound so we should reject the other formats.
by Francois Gouget
· 21 years ago
f7cae99
Move the data around when the ring buffer is resized so that the empty
by Jeremy Shaw
· 21 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
a104d91
Added a dynamically growing ring buffer for oss, alsa, arts, and nas.
by Robert Reif
· 22 years ago
79916df
The missing part of multiple device support for winearts, wineaudioio,
by Jerry Ji
· 22 years ago
f63e5b6
Remove errno.h from files that do not need it.
by Marcus Meissner
· 22 years ago
6fa2ac6
Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
by Alexandre Julliard
· 22 years ago
e969027
Fixed warnings.
by Alexandre Julliard
· 23 years ago
dd0bdbe
Removed the __uint* types from basetsd.h since they don't exist under
by Alexandre Julliard
· 23 years ago
d016f81
Added include protection for unistd.h and sys/time.h.
by Patrik Stridvall
· 23 years ago
4325554
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 23 years ago
2a0dd0b
Speed and buffer improvement, code clean up, and fix some bug
by Nicolas Escuder
· 23 years ago
04b5a86
Merged the NAS driver written by Nicolas Escuder <n.escuder@alineanet.com>.
by Alexandre Julliard
· 23 years ago