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
/
src
Age
Commit message (
Expand
)
Author
2022-04-13
wasapi: Fail stream setup instead of asserting if device latency unavailable.
Matthew Gregan
2022-04-13
wasapi: Stop audio clients when render thread exits.
Matthew Gregan
2022-04-11
wasapi: Enumerate only active devices when matching BT output device.
Matthew Gregan
2022-04-11
wasapi: Avoid enumerating DEVICE_STATE_NOTPRESENT devices.
Matthew Gregan
2022-04-11
wasapi: Rework emergency_bailout mechanism.
Matthew Gregan
2022-03-30
audiounit,pulse,wasapi: Handle data_callback errors and signal to user via st...
Matthew Gregan
2022-03-24
Switch device only when the users don't specifiy a particular device (#697)
Chun-Min Chang
2022-03-24
Don't reset device if DISABLE_DEVICE_SWITCHING is set
Chun-Min Chang
2022-03-24
Fire error callback when reinit fails
Chun-Min Chang
2022-03-23
Make sure input latency is larger than zero
Chun-Min Chang
2022-03-23
Return matched device from wasapi_find_bt_handsfree_output_device
Chun-Min Chang
2022-03-23
Rename function
Chun-Min Chang
2022-03-23
highlight type cast
Chun-Min Chang
2022-03-23
Avoid duplicate GetDevicePeriod call
Chun-Min Chang
2022-03-23
Call wasapi_create_device only when necessary
Chun-Min Chang
2022-03-23
Don't reset input_bluetooth_handsfree when setting output
Chun-Min Chang
2022-03-23
Group related lines
Chun-Min Chang
2022-03-23
Get default_period only when we need it
Chun-Min Chang
2022-03-09
wasapi: Fix formatting.
Matthew Gregan
2022-03-09
jack: Fix formatting.
Matthew Gregan
2022-03-09
jack: Build fix for resampler API change.
Matthew Gregan
2022-03-08
Add a parameter to cubeb_resampler_create to enable reclocking
Paul Adenot
2022-03-03
owned_critical_section: Replace CRITICAL_SECTION with SRWLOCK on Windows.
Matthew Gregan
2022-03-03
wasapi: Protect access to cubeb context members.
Matthew Gregan
2022-02-28
wasapi: Avoid configuring output side of resampler when using dummy_output.
Matthew Gregan
2022-02-28
Assert device collection callbacks were unregistered before cubeb_destroy is ...
Matthew Gregan
2022-02-02
cubeb_oss: Force at maximum 32ms service intervals.
Hans Petter Selasky
2022-01-11
waspi: Simplify default devices query and avoid nullptr deref.
Matthew Gregan
2022-01-08
Build fixes for MinGW - follow up to 3d598eff576ea5939b63119d54a8a54183eec144.
Matthew Gregan
2022-01-07
wasapi: Speed up enumerate_devices by caching default device IDs for each flo...
Matthew Gregan
2021-12-08
cubeb_oss: Fix recording buffer size computation.
Hans Petter Selasky
2021-12-08
Fix build on MinGW
Paul Adenot
2021-12-04
mixer: Replace std::result_of with decltype.
Matthew Gregan
2021-11-29
cubeb_oss: Fix for buffer overrun.
Hans Petter Selasky
2021-11-23
aaudio: Fix formatting.
Matthew Gregan
2021-11-23
aaudio: Fix build after a4e701ff602eb38d12f24e6ea2424336b470e225.
Matthew Gregan
2021-11-10
cubeb_oss: Fix warnings
Ka Ho Ng
2021-11-10
cubeb_oss: clang-formatted
Ka Ho Ng
2021-11-10
cubeb_oss: changes to buffering logic
Ka Ho Ng
2021-11-10
Tidy up `WRAP` definition for dlopen.
Matthew Gregan
2021-11-09
build: use system speex when possible
Andrea Pappacoda
2021-11-04
jack: possibility to disable lazy load of lib
Andrea Pappacoda
2021-10-15
android: Fix build error
pent0
2021-10-12
wasapi: Use stream rate when converting latency to hns.
Matthew Gregan
2021-08-02
winmm: clang-format fixes.
Matthew Gregan
2021-08-01
winmm: fix broken audio when sample count is overflowed
mixit
2021-07-28
winmm: Fix sorting of mm*.h headers.
Matthew Gregan
2021-07-28
winmm: Undo some header reordering to fix build.
Matthew Gregan
2021-07-28
Run .clang-format
Chun-Min Chang
2021-07-27
wasapi: Avoid a few copies in `wasapi_find_matching_output_device`.
Matthew Gregan
[next]