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
/
cubeb_pulse.c
Age
Commit message (
Expand
)
Author
2024-01-15
Add an API for muting the input side of a stream
Andreas Pehrson
2024-01-15
Add APIs for input processing
Andreas Pehrson
2022-09-22
Make the log callback and level atomic
Paul Adenot
2022-09-06
Remove comments after #endif to fix clang-format errors.
ivan-matveev
2022-09-06
Add #ifndef around dlclose() to allow build with "LAZY_LOAD_LIBS=OFF" cmake a...
ivan-matveev
2022-03-30
audiounit,pulse,wasapi: Handle data_callback errors and signal to user via st...
Matthew Gregan
2022-02-28
Assert device collection callbacks were unregistered before cubeb_destroy is ...
Matthew Gregan
2021-11-10
Tidy up `WRAP` definition for dlopen.
Matthew Gregan
2021-07-28
Run .clang-format
Chun-Min Chang
2021-02-17
Remove cubeb_stream_reset_default_device API.
Matthew Gregan
2020-10-07
Add method to change stream name
Brendan Early
2020-04-29
Add a method to get audio input latency on a stream (#583)
Paul Adenot
2019-10-22
pulse: Special case single channel center mapping to mono.
Matthew Gregan
2019-10-16
pulse: Remove unused sink_input_info_cb. (#551)
Matthew Gregan
2019-10-01
pulse: when default device changes update the info (#547)
Alex Chronopoulos
2019-09-16
Consistently try loading versioned library first
Jan Beich
2019-08-22
Remove panning API from cubeb
Paul Adenot
2019-07-12
cubeb_pulse: Fix -Wimplicit-int-conversion warnings.
Matthew Gregan
2019-01-23
pulse: use WRAP macro around the new method.
Alex Chronopoulos
2019-01-22
pulse: guess default layout when it is not configured (BMO 1518106). (#486)
Alex Chronopoulos
2019-01-09
fix typo.
Paul Adenot
2019-01-09
pulse: add some extra logs at stream init/destroy/start/stop
Alex Chronopoulos
2018-10-19
pulse: separate input output callbacks for collection changes (BMO 1498242).
Alex Chronopoulos
2018-03-23
pulse: check pa_context_connect return value
Jan Malakhovski
2018-03-19
Multi-channels support for windows/mac/linux (#426)
Jean-Yves Avenard
2018-02-13
Provide access to cubeb_stream's user ptr. (#407)
Dan Glastonbury
2018-01-23
Non-wasapi backends return errors if loopback is requested.
Bryce Van Dyk
2018-01-17
pulse: avoid deadlock when context subscribe fails
Alex Chronopoulos
2017-12-28
pulse: Don't get some default sink info based on the pa_sink_info build-time ...
Mike Hommey
2017-12-28
pulse: Don't read pa_sink_port_info.available when runtime pulseaudio is < 2.0
Mike Hommey
2017-09-29
pulse: Cleanup potentionally dangling pointers.
Dan Glastonbury
2017-09-26
pulse: Wake up waiting operation once on EOL.
Dan Glastonbury
2017-09-25
pulse: Improve handling when there are no pulse source/sink. (#360)
Dan Glastonbury
2017-08-29
pulse: Implement interning device ids.
Dan Glastonbury
2017-08-11
Fix a gcc warning with -Wparentheses (#349)
Sylvestre Ledru
2017-07-12
Skip mixing when layout is set to undefined
Alex Chronopoulos
2017-07-07
Add an API to reset audio stream to the default device
Chun-Min Chang
2017-05-25
Rework device collection (#309)
Dan Glastonbury
2017-05-23
Detabify.
Matthew Gregan
2017-05-22
Push destroy fns to backend (#302)
Dan Glastonbury
2017-04-25
Pulse layout assert (#291)
Alex Chronopoulos
2017-04-18
Rename g_log_... to g_cubeb_log_...
Dan Glastonbury
2017-03-30
pulse: unref pa_operation in two places where their return was ignored.
Matthew Gregan
2017-02-07
Multiple channel support on OS X (#212)
Chun-Min Chang
2017-02-06
pulse: For default device enable Preferred All. (Bug 1332887)
Alex Chronopoulos
2017-02-06
pulse: return state enabled when port is NULL. (Bug 1332887)
Alex Chronopoulos
2017-01-17
pulse: Multiple channel support on Linux (#207)
Chun-Min Chang
2016-12-20
Support multiple channels on Windows (#171)
Chun-Min Chang
2016-11-24
pulse: Complete pulse_stream_set_panning implementation.
Matthew Gregan
2016-11-10
pulse: Bail early from pulse_defer_event_cb when shutting down.
Matthew Gregan
[next]