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