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
2023-08-25
Generate compile_commands.json while building
Paul Adenot
2023-08-25
OpenSLES: compile as C++
Paul Adenot
2023-07-26
Compile in C++17, like Gecko
Paul Adenot
2023-05-17
Allow specifying a particular clang-format binary (version), and pin the CI t...
Paul Adenot
2023-01-27
cmake: Make undefined symbols weak on Android
Macdu
2023-01-23
cmake: quote CXX_FLAGS substitution for MSVC
Liam
2022-12-14
Add a triple_buffer class that allows publishing data in a wait-free manner f...
Paul Adenot
2022-12-02
Allow dynamic enabling and disabling of the log, add tests for the logging sy...
Paul Adenot
2022-09-21
cmake: fix install rules
Alexandre Bouvier
2022-03-09
build: Return to building bundled speexdsp as object library.
Matthew Gregan
2022-02-28
Assert device collection callbacks were unregistered before cubeb_destroy is ...
Matthew Gregan
2022-02-02
build: use libbsd when using OSS and glibc
Andrea Pappacoda
2021-12-08
Fix build on MinGW
Paul Adenot
2021-11-23
build: Bump minimum CMake to 3.14.
Matthew Gregan
2021-11-10
build: minor CMake cleanups
Andrea Pappacoda
2021-11-09
build: use system speex when possible
Andrea Pappacoda
2021-11-09
build: add USE_SANITIZERS option
Andrea Pappacoda
2021-11-06
build: add LAZY_LOAD_LIBS option and always link with threads
Andrea Pappacoda
2021-11-01
build(cmake): add version and soversion to the built library
Andrea Pappacoda
2021-11-01
build(cmake): use system GTest when available
Andrea Pappacoda
2021-07-28
Add clang-format-check target to CMake and run on CI.
Matthew Gregan
2020-10-30
Tell GTest that RTTI is not available for clang (for other compilers it's aut...
Paul Adenot
2020-10-30
Don't use exception in the new cubeb_aaudio.cpp, and don't build with excepti...
Paul Adenot
2020-10-28
Move aaudio backend to C++ & enable low latency
nyorain
2020-10-28
Remove pthread from libraries on android
nyorain
2020-10-28
Add first AAudio backend prototype
nyorain
2020-10-09
OSS (FreeBSD/illumos) backend (#600)
khng300
2020-09-28
Fix CMake rust path and only use rust deps if needed
Guillaume Besson
2020-03-24
Force Rust builds to always rerun cargo.
Matthew Gregan
2019-09-10
build: sndio needs -ldl on Linux after 39d20a326f8f
Jan Beich
2019-09-09
alsa: don't depend on libasound by default
Jan Beich
2019-09-09
sndio: don't depend on libsndio by default
Jan Beich
2019-09-09
build: explicitly link sndio against -lpthread
Jan Beich
2019-09-09
build: pulse/jack use dlopen, so don't link directly
Jan Beich
2019-09-09
build: simplify -ldl handling
Jan Beich
2019-08-22
Remove panning API from cubeb
Paul Adenot
2019-07-19
Link pulse when building the rust pulse backend
Paul Adenot
2019-07-02
Link pthread when building USE_PULSE.
Matthew Gregan
2019-06-12
sunaudio (NetBSD/illumos) backend (#510)
nia
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
[next]