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
2020-10-28
Fix codestyle
nyorain
2020-10-28
Add first AAudio backend prototype
nyorain
2020-10-20
Remove add_latency from resampling code, it's not used
Paul Adenot
2020-10-20
Don't add initial delay to resamplers
Paul Adenot
2020-10-20
Revert "Don't account for unresampled data when computing how much input is n...
Vitor Kiguchi
2020-10-19
Add an option to not automatically connect ports on jack. (#613)
Richard Dodd (dodj)
2020-10-13
Add stream_set_name = null to cubeb_ops structs (#617)
khng300
2020-10-12
oss: Initialize cubeb_stream::state properly (#618)
khng300
2020-10-09
OSS (FreeBSD/illumos) backend (#600)
khng300
2020-10-09
Add stream preference to request a persistent stream session and implement th...
Admiral H. Curtiss
2020-10-07
Address review comments
Paul Adenot
2020-10-07
Don't use AUDCLNT_STREAMOPTIONS_RAW on MinGW, it's not defined yet.
Paul Adenot
2020-10-07
Make RAW WASAPI streams opt-in
Paul Adenot
2020-10-07
Pass in AUDCLNT_STREAMOPTIONS_RAW when possible when initializing an AudioClient
Paul Adenot
2020-10-07
Require at least the windows 8.1 SDK for building cubeb
Paul Adenot
2020-10-07
Add stream_set_name = null to cubeb_ops structs
Brendan Early
2020-10-07
Add method to change stream name
Brendan Early
2020-09-28
jack: Add functions to connect a cb+phys port pair
Zoë Sparks
2020-09-28
jack: Special case playing mono source in stereo
Zoë Sparks
2020-09-22
Fix wasapi_destroy_device usage, when it fails, in setup_wasapi_stream
Paul Adenot
2020-09-22
Clarify and fix expectations around wasapi_create_device
Paul Adenot
2020-09-17
Always return a valid string (possibly empty) for the group_id and the friend...
Paul Adenot
2020-09-17
Always brace if statements in wasapi_create_device
Paul Adenot
2020-09-15
Reset device when reconfiguring stream
Paul Adenot
2020-09-14
Fix integer underflow/unsigned wrapping.
Angelo Haller
2020-09-11
Fix printf format
Paul Adenot
2020-09-09
Consistently use frames for latency requests
Paul Adenot
2020-09-09
Clean up the cubeb_device_info when checking if the device is a bluetooth han...
Paul Adenot
2020-09-09
Assert that the temporary stack buffer used to prefill the resampler are big ...
Paul Adenot
2020-09-09
Only perform device matching when using a bluetooth handsfree device
Paul Adenot
2020-09-09
When configuring the input side of a duplex stream, and it's a bluetooth devi...
Paul Adenot
2020-09-09
Always get a device enumerator when creating a stream
Paul Adenot
2020-09-09
Don't account for unresampled data when computing how much input is needed.
Paul Adenot
2020-09-09
Handle underrun without asserting when resampling an input stream in duplex mode
Paul Adenot
2020-09-09
Pre-feed the resampler with zeros to compensate for its latency
Paul Adenot
2020-09-09
Fix the input stream prefs check for deciding if a stream is for voice
Paul Adenot
2020-09-09
When opening an output device after having opened an input device, try to mat...
Paul Adenot
2020-09-09
Rename input_device and output_device as input_device_id and output_device_id
Paul Adenot
2020-09-09
Add logging to latency queriying methods
Paul Adenot
2020-09-09
Don't return early when there is no input data.
Paul Adenot
2020-09-09
Separate the role and the fact that the stream is being used for voice. Use a...
Paul Adenot
2020-09-09
Add logging to make it clear what resampling setup is being usedd
Paul Adenot
2020-08-26
sun: Fix use-after-free of s->mutex in sun_stream_destroy.
Ka Ho Ng
2020-08-26
sun: building fix in sun_stream_get_latency
Ka Ho Ng
2020-07-07
Bump the priority of audiounit-rust in default init
Chun-Min Chang
2020-07-03
Fix conversion from com_heap_ptr.
Matthew Gregan
2020-07-03
Merge branch 'patch-1' of https://github.com/Filoppi/cubeb into Filoppi-patch-1
Matthew Gregan
2020-06-30
resampler: avoid overflow on uint arithmetics
Alex Chronopoulos
2020-06-30
As suggested
Filippo Tarpini
2020-06-29
Fixed small memory leak
Filippo Tarpini
[next]