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
Age
Commit message (
Expand
)
Author
2023-07-26
wasapi: Flag cubeb_stream as inactive when stopped, avoid reconfiguring inact...
Matthew Gregan
2023-07-26
wasapi: Take stream_reset_lock earlier in render thread reconfig path.
Matthew Gregan
2023-05-17
Remove incorrect code to adjust output queue capacity
Paul Adenot
2023-05-17
Run clang-format-15 on the codebase -- fix a single difference
Paul Adenot
2023-05-17
Allow specifying a particular clang-format binary (version), and pin the CI t...
Paul Adenot
2023-05-17
wasapi: make render thread exist for the lifetime of the stream object
Michael M
2023-04-26
Skip a couple more tests when a backend can't use audio input
Paul Adenot
2023-04-26
Only run test_overload.cpp when using the WASAPI backend
Paul Adenot
2023-04-26
Don't run test_loopback and test_duplex on backends that can't open audio input
Paul Adenot
2023-04-26
Don't wait in winmm_stream_destroy when the return value of the data callback...
Paul Adenot
2023-04-26
Don't continue calling the data callback in the winmm backend if the user has...
Paul Adenot
2023-04-26
Prevent running test that make use of audio input streams on backends that do...
Paul Adenot
2023-04-26
Install virtual audio devices on Windows runners, enable microphone permissio...
Paul Adenot
2023-04-26
clang-format cubeb_winmm.c
Paul Adenot
2023-04-26
Attempt enabling test on gh action windows, also run the winmm backend
Paul Adenot
2023-04-26
Add some logging messages to winmm to ease debugging and make the logging tes...
Paul Adenot
2023-04-26
Handle a negative return value from the user callback
Paul Adenot
2023-04-26
Change the WinMM backend so that it doesn't call the user callback during ini...
Paul Adenot
2023-04-23
Re-enable the test job on macOS CI
aeiouaeiouaeiouaeiouaeiouaeiou
2023-04-20
Sync back BMO#1825328
Paul Adenot
2023-04-19
Don't spin when waiting for streams to be stopped.
Paul Adenot
2023-04-19
When an error happens, wait for the streams to be stopped before dispatching ...
Paul Adenot
2023-04-19
Add a way to know if the data callback is running
Paul Adenot
2023-04-19
Fix formatting warning
Paul Adenot
2023-04-19
Rename shutdown to shutdown_with_error got better convey the meaning
Paul Adenot
2023-03-22
opensl: Attempt to avoid a race with active callbacks during shutdown.
Matthew Gregan
2023-03-21
On NetBSD, define _NETBSD_SOURCE for timersub()
Ryo ONODERA
2023-02-01
format cubeb_sndio.c
Paul Adenot
2023-02-01
sndio: switch audio to 24-bit precision
Alexandre Ratchov
2023-01-27
cmake: Make undefined symbols weak on Android
Macdu
2023-01-23
cmake: quote CXX_FLAGS substitution for MSVC
Liam
2023-01-09
Prefer the AAudio backend over the OpenSL ES backend
Paul Adenot
2023-01-09
Enable strdup(3) for NetBSD
Ryo ONODERA
2023-01-05
wasapi: Drop context lock before deleting context.
Matthew Gregan
2022-12-14
Fix warnings
Paul Adenot
2022-12-14
Generalize latency reporting to make it work in input-only and duplex modes
Paul Adenot
2022-12-14
Rewrite aaudio_stream_get_position with the accurate timing info provided by ...
Paul Adenot
2022-12-14
Compute and publish timing info, including position and latency, from the rea...
Paul Adenot
2022-12-14
Store the sample-rate on the stream struct
Paul Adenot
2022-12-14
Allow directly logging from cubeb_aaudio.cpp to logcat
Paul Adenot
2022-12-14
Add a triple_buffer class that allows publishing data in a wait-free manner f...
Paul Adenot
2022-12-13
Don't include timeapi.h because it doesn't exist in MinGW, include mmsystem.h...
Paul Adenot
2022-12-13
Fix warnings in cubeb_wasapi.cpp.
Paul Adenot
2022-12-12
Include timeapi.h in cubeb_wasapi.cpp manually to unbreak the build when WIN3...
Paul Adenot
2022-12-12
Add a test to stress test the asynchronous logging system
Paul Adenot
2022-12-12
Allow the asynchronous logging system to safely delete its storage.
Paul Adenot
2022-12-08
wasapi: Avoid reconfiguring default output stream spuriously.
Matthew Gregan
2022-12-08
wasapi: Fix default device change filtering logic.
Matthew Gregan
2022-12-08
wasapi: Typo fix.
Matthew Gregan
2022-12-08
cubeb-test: Add a newline after each log message.
Matthew Gregan
[next]