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_utils.h
Age
Commit message (
Expand
)
Author
2021-07-28
Run .clang-format
Chun-Min Chang
2018-03-19
Multi-channels support for windows/mac/linux (#426)
Jean-Yves Avenard
2017-10-10
Use _WIN32 rather than WIN32 in cubeb_utils.h.
Matthew Gregan
2017-08-29
cubeb: Remove cubeb_util_default_device_collection_destroy().
Dan Glastonbury
2017-05-22
Push destroy fns to backend (#302)
Dan Glastonbury
2017-04-13
wasapi: Use auto_array_wrapper for linear input buffer
Michael Maltese
2017-04-13
audiounit: extract auto_array_wrapper to cubeb_utils
Michael Maltese
2016-12-01
Implement a lock-free single consumer single producer queue.
Paul Adenot
2016-11-15
use std::lock_guard.
Matthew Gregan
2016-11-15
Fix existing Clang analyzer warnings to allow warnings-as-errors.
Matthew Gregan
2016-11-04
Remove unsafe (and fortunately, unused!) auto_unlock.
Matthew Gregan
2016-10-18
audiounit: When device change switch to the default device.
Paul Adenot
2016-10-13
Prohibit use of Pod* helpers on non-trivial types.
Matthew Gregan
2016-07-29
Add explicit for single argument ctor
Paul Adenot
2016-07-27
Don't allocate mutex dynamically.
Paul Adenot
2016-07-27
Add files for mutex implementation on Windows and UNIX
Paul Adenot
2016-04-26
wasapi: Up/down mix capture streams when stream formats don't match.
Matthew Gregan
2016-03-22
Declare constructor of processor and auto_array explicit
Alex Chronopoulos
2016-03-18
Rework how draining happens.
Paul Adenot
2016-02-17
Address review comments.
Paul Adenot
2016-02-06
Add an auto pointer and an auto array class
Paul Adenot