index
:
cubeb
384khz
aaudio-buffering
aaudio-by-default
aaudio-input-processing
aaudio-interpolation-and-latency
aaudio-reinit
aaudio-reset-params
aaudio-timeout-restart
android-fixes
buffer-count-opensl
const-fixes
crash-bluetooth
cubeb-log-atomic
cubeb_audio_client_3_CI
devchg_docs
firefox-100
fix-negative-latency
fix-negative-latency-aaudio
fix-tests
fix-warnings
get_max_req_size
higher-rate
master
no-exception-no-rtti
no-unlock
null-check
nullcheck-log
opensl-check-rv
opensl-float-conversion
opensl-record-return
opensl_asserts
processing-params
pulse-get-server-info-null
reclock
reclock-param
record-audio
register_cubeb_thread
resampler-rate-conversion-fix
resize-buf-aaudio
set-processing-params-none
test-multichannel
tsan-fixes
update-submodules
wasapi-no-direct-avrt
wasapi_render_loop_lifecycle
wasapi_render_loop_lifecycle_rebase
winmm-prefill
Cross platform audio library
mozilla
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cubeb_winmm.c
Age
Commit message (
Expand
)
Author
2012-05-01
winmm, directsound: run refill thread at a higher priority.
Matthew Gregan
2012-04-05
winmm: drop stream lock on data_callback error.
Matthew Gregan
2012-04-04
winmm: per documentation, there is no need to reprepare buffers when shrinkin...
Matthew Gregan
2012-04-04
winmm: define GUIDs locally to avoid linking issues with ksguid.lib.
Matthew Gregan
2012-04-04
winmm: horrible stream limit hack.
Matthew Gregan
2012-04-04
winmm: simplify cubeb_buffer_thread work loop.
Matthew Gregan
2012-03-19
winmm: make winmm API errors non-fatal; return rather than asserting.
Matthew Gregan
2012-03-16
winmm: refactor buffer management code.
Matthew Gregan
2012-03-08
winmm: wrap WAVEOUT use in a lock.
Matthew Gregan
2012-01-18
winmm, directsound: fix bytes_per_frame calculator for s16.
Matthew Gregan
2011-11-28
winmm: remove bogus empty-slist assert.
Matthew Gregan
2011-10-03
Explicitly cap rate, channels, and latency.
Matthew Gregan
2011-09-27
winmm,dsound: remove unnecessary SetThreadPriority.
Matthew Gregan
2011-09-26
winmm: cast to avoid double to size_t warning.
Matthew Gregan
2011-09-26
winmm-thread branch was inadequately tested and needs more work. reverted.
Matthew Gregan
2011-09-22
winmm: warning no longer applies.
Matthew Gregan
2011-09-22
Merge branch 'winmm-thread'
Matthew Gregan
2011-09-22
winmm: minor formatting changes.
Matthew Gregan
2011-08-30
winmm: cast waveOutOpen arg to fix compile error.
Matthew Gregan
2011-08-29
winmm: experimental implementation using CALLBACK_THREAD.
Matthew Gregan
2011-08-18
change cubeb_stream_init's latency parameter from frames to milliseconds.
Matthew Gregan
2011-08-18
remove cubeb_stream_set_volume. remove CUBEB_SAMPLE_U8.
Matthew Gregan
2011-08-03
force-enable assert.
Matthew Gregan
2011-07-26
winmm: add winmm backend.
Matthew Gregan