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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2019-06-08
Add audiounit-rust backend (#511)
Chun-Min Chang
2019-04-10
Link ole32 in WASAPI backend for COM symbols.
Matthew Gregan
2019-02-01
Cubeb app for basic testing. (#487)
Alex Chronopoulos
2019-01-06
Add tests for cubeb_stream_register_device_changed_callback
Chun-Min Chang
2018-10-18
Build and link pulse rust backend if available.
Alex Chronopoulos
2018-07-23
cmake: Support GNUInstallDirs.
orbea
2018-03-19
Multi-channels support for windows/mac/linux (#426)
Jean-Yves Avenard
2018-03-01
Add test to verify the behaviour a different return values for data callbacks.
Bryce Van Dyk
2018-02-19
opensl es: remove methods relying on use of dlopen. (#412)
Alex Chronopoulos
2018-01-23
Add loopback test file and test for duplex stream with loopback.
Bryce Van Dyk
2017-10-24
os2: disable visibility attribute
KO Myung-Hun
2017-10-09
CMake: Generate and install CMake config files
Sam Fuller
2017-08-29
cubeb: Remove cubeb_util_default_device_collection_destroy().
Dan Glastonbury
2017-08-29
cubeb: Intern string support.
Dan Glastonbury
2017-07-31
Fix build on FreeBSD (#344)
endrift
2017-06-19
Fix exports not being in the same directory as cubeb.h
Matthew Sitton
2017-06-17
Add USE_AUDIOUNIT to test_mixer in CMakeLists if it's defined
Chun-Min Chang
2017-06-08
Remove trailing spaces in export header install command.
Matthew Gregan
2017-06-08
Add install and option for not building tests.
Matthew Sitton
2017-06-07
Include cubeb_mixer.cpp in test_mixer build. Addresses #325.
Matthew Gregan
2017-05-22
Push destroy fns to backend (#302)
Dan Glastonbury
2017-05-22
CMake: allow googletest and sanitizers-cmake from parent projects
Michael Maltese
2017-05-22
Report more missing git submodules (follow up to 978788a0).
Matthew Gregan
2017-05-22
Setup CMake to compile with Clang/GCC sanitizers.
Dan Glastonbury
2017-05-15
Report missing git submodules from CMake.
Matthew Gregan
2017-04-07
Add a deadlock test on OSX (#266)
Chun-Min Chang
2017-03-30
Only compile and run 'test_overload_callback' when compiling in WASAPI
Paul Adenot
2017-03-14
Add a way to log messages asynchronously.
Paul Adenot
2017-03-09
Make `stop_and_join_render_thread` more idempotent, and add a test.
Paul Adenot
2017-02-14
build: explicit option() for shared libs build
Alex Chronopoulos
2017-02-09
test_mixer: add build dependency to cubeb_mixer
Alex Chronopoulos
2017-02-08
wasapi: Call avrt functions directly since we only support Windows 7 upwards.
Matthew Gregan
2016-12-20
Support multiple channels on Windows (#171)
Chun-Min Chang
2016-12-01
Implement a lock-free single consumer single producer queue.
Paul Adenot
2016-11-21
Revert "wasapi: Call avrt functions directly since we only support Vista+."
Matthew Gregan
2016-11-18
audiotrack: Build fix for __android_log_print.
Matthew Gregan
2016-11-15
wasapi: Call avrt functions directly since we only support Vista+.
Matthew Gregan
2016-11-14
Disable tr1/tuple use in gtest to simplfy build configuration.
Matthew Gregan
2016-11-14
pulse backend requires -ldl.
Matthew Gregan
2016-11-14
Fix C{,XX}_FLAGS concat syntax.
Matthew Gregan
2016-11-11
Fix gtest builds on OS X and MSVC.
Matthew Gregan
2016-11-11
Convert tests to gtests.
Matthew Gregan
2016-11-11
Add googletest submodule and compile tests as gtests.
Matthew Gregan
2016-10-28
Disable -Wunused-parameter warnings, the S/N ratio isn't worth it.
Matthew Gregan
2016-10-20
Set the default CMake build type to RelWithDebInfo if none specified.
Matthew Gregan
2016-10-18
audiounit: When device change switch to the default device.
Paul Adenot
2016-10-13
Restore compiler warning settings lost in autotools->cmake transition.
Matthew Gregan
2016-10-12
Replace autotools build system with CMake.
Matthew Gregan