aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_winmm.c
AgeCommit message (Expand)Author
2012-05-01winmm, directsound: run refill thread at a higher priority.Matthew Gregan
2012-04-05winmm: drop stream lock on data_callback error.Matthew Gregan
2012-04-04winmm: per documentation, there is no need to reprepare buffers when shrinkin...Matthew Gregan
2012-04-04winmm: define GUIDs locally to avoid linking issues with ksguid.lib.Matthew Gregan
2012-04-04winmm: horrible stream limit hack.Matthew Gregan
2012-04-04winmm: simplify cubeb_buffer_thread work loop.Matthew Gregan
2012-03-19winmm: make winmm API errors non-fatal; return rather than asserting.Matthew Gregan
2012-03-16winmm: refactor buffer management code.Matthew Gregan
2012-03-08winmm: wrap WAVEOUT use in a lock.Matthew Gregan
2012-01-18winmm, directsound: fix bytes_per_frame calculator for s16.Matthew Gregan
2011-11-28winmm: remove bogus empty-slist assert.Matthew Gregan
2011-10-03Explicitly cap rate, channels, and latency.Matthew Gregan
2011-09-27winmm,dsound: remove unnecessary SetThreadPriority.Matthew Gregan
2011-09-26winmm: cast to avoid double to size_t warning.Matthew Gregan
2011-09-26winmm-thread branch was inadequately tested and needs more work. reverted.Matthew Gregan
2011-09-22winmm: warning no longer applies.Matthew Gregan
2011-09-22Merge branch 'winmm-thread'Matthew Gregan
2011-09-22winmm: minor formatting changes.Matthew Gregan
2011-08-30winmm: cast waveOutOpen arg to fix compile error.Matthew Gregan
2011-08-29winmm: experimental implementation using CALLBACK_THREAD.Matthew Gregan
2011-08-18change cubeb_stream_init's latency parameter from frames to milliseconds.Matthew Gregan
2011-08-18remove cubeb_stream_set_volume. remove CUBEB_SAMPLE_U8.Matthew Gregan
2011-08-03force-enable assert.Matthew Gregan
2011-07-26winmm: add winmm backend.Matthew Gregan