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
/
test
Age
Commit message (
Expand
)
Author
2018-07-19
audiounit: Reduce duplicate code in audiounit_stream_get_current_device (#453)
Chun-Min Chang
2018-03-27
Initialize cubeb_stream_params.prefs field in more tests to avoid random fail...
Matthew Gregan
2018-03-21
wasapi: Remove COM initialization and require caller to complete.
Matthew Gregan
2018-03-19
Multi-channels support for windows/mac/linux (#426)
Jean-Yves Avenard
2018-03-13
Relax some of the checks in the loopback test to avoid false positives.
Bryce Van Dyk
2018-03-01
Add test to verify the behaviour a different return values for data callbacks.
Bryce Van Dyk
2018-01-26
Fix deadlock and device collection changed callback issue on OSX (#401)
Paul Adenot
2018-01-23
Explicitly init stream_params.prefs in tests.
Bryce Van Dyk
2018-01-23
Update loopback test to check that output is not passed in data callback
Bryce Van Dyk
2018-01-23
Respond to review comments.
Bryce Van Dyk
2018-01-23
Add loopback test where devices are explicitly selected via device id.
Bryce Van Dyk
2018-01-23
Add test for loopback when playback is silent
Bryce Van Dyk
2018-01-23
Add further test for separate loopback and playback streams.
Bryce Van Dyk
2018-01-23
Add loopback test file and test for duplex stream with loopback.
Bryce Van Dyk
2018-01-18
Don't enumerate private aggregate devices in cubeb_audiounit.cpp (#400)
Paul Adenot
2018-01-12
cubeb_resampler_speex: don't call data callback while draining (#398)
Karl Tomlinson
2017-10-13
Mute test deadlock
Alex Chronopoulos
2017-10-03
Implement some rudimentary underrun protection for duplex streams (#354)
Paul Adenot
2017-08-29
Add a thread reset API for the ring buffer class.
Paul Adenot
2017-08-29
test_sanity: Assert devid are same between two cubeb_eumerate_devices.
Dan Glastonbury
2017-08-07
Remove unused B2G-only stream_type field from cubeb_stream_params. (#347)
Matthew Gregan
2017-07-12
New test for undefined layout on output
Alex Chronopoulos
2017-06-24
Change cubeb_get_min_latency to take params via pointer.
Dan Glastonbury
2017-06-06
audiounit: clear tsan warnings
Alex Chronopoulos
2017-06-02
Fix test_mixer fails on local build (#316)
Chun-Min Chang
2017-05-29
cubeb: Test cubeb_device_collection_destroy behaviour.
Dan Glastonbury
2017-05-26
cubeb_get_preferred_channel_layout should be verified in test_sanity instead ...
Chun-Min Chang
2017-05-26
Correct the check for mixed results
Chun-Min Chang
2017-05-26
Add assertions to check we don't write out of bound of buffer
Chun-Min Chang
2017-05-26
Add osx-specific setting for downmixing test
Chun-Min Chang
2017-05-25
Rework device collection (#309)
Dan Glastonbury
2017-05-23
Add backend specification support to common.h
Dan Glastonbury
2017-05-22
Push destroy fns to backend (#302)
Dan Glastonbury
2017-05-22
Fix memory leaks in tests.
Dan Glastonbury
2017-05-02
Use same mixer interface for wasapi and audiounit (#290)
Chun-Min Chang
2017-04-25
Pulse layout assert (#291)
Alex Chronopoulos
2017-04-17
Replace RAII wrapper with unique_ptr
Chun-Min Chang
2017-04-13
tests: Remove code preferring floats on Win32
Michael Maltese
2017-04-07
Add a deadlock test on OSX (#266)
Chun-Min Chang
2017-04-07
Use auto-for-loop in test_mixer.cpp and fix typo
Chun-Min Chang
2017-04-07
Use plain std::unique_ptr and new instead of custom deleter
Chun-Min Chang
2017-04-07
Using gtest style's error message in cubeb (#274)
Chun-Min Chang
2017-04-06
assert everywhere rather than returning a result
Chun-Min Chang
2017-04-06
Replace cubeb_cleaner and cubeb_stream_cleaner by unique_ptr
Chun-Min Chang
2017-04-06
Using RAII helpers for cubeb context and stream but leaving test_sanity for e...
Chun-Min Chang
2017-03-27
Replace printf by fprintf with stderr
Chun-Min Chang
2017-03-27
Replace assert by gtest assertion
Chun-Min Chang
2017-03-21
Remove templated non-thread-safety from ring_buffer_base.
Matthew Gregan
2017-03-15
test_overload_callback: Use the standard STREAM_FORMAT definition.
Matthew Gregan
2017-03-13
cubeb-api: Give cubeb_init a third param, backend name
Damien Zammit
[next]