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_jack.cpp
Age
Commit message (
Expand
)
Author
2024-01-08
Checking buffer, buffer_in, buffer_out pointers for non NULL values
Nikolay Borodin
2023-01-09
Enable strdup(3) for NetBSD
Ryo ONODERA
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-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
2021-11-10
Tidy up `WRAP` definition for dlopen.
Matthew Gregan
2021-11-04
jack: possibility to disable lazy load of lib
Andrea Pappacoda
2021-07-28
Run .clang-format
Chun-Min Chang
2021-02-17
Remove cubeb_stream_reset_default_device API.
Matthew Gregan
2021-01-22
Fixed option to not automatically connect ports on jack.
Nicola Orlando
2020-10-19
Add an option to not automatically connect ports on jack. (#613)
Richard Dodd (dodj)
2020-10-07
Add stream_set_name = null to cubeb_ops structs
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-14
Fix integer underflow/unsigned wrapping.
Angelo Haller
2020-04-29
Add a method to get audio input latency on a stream (#583)
Paul Adenot
2019-10-22
jack: Don't reject default {input,output}_device in cbjack_stream_init.
Matthew Gregan
2019-09-16
Consistently try loading versioned library first
Jan Beich
2019-08-22
Remove panning API from cubeb
Paul Adenot
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-05
jack: expect null pointer from jack_get_ports (Bug 1422664)
Alex Chronopoulos
2017-08-29
jack: Implement stable device ids.
Dan Glastonbury
2017-07-31
Fix build on FreeBSD (#344)
endrift
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-22
Push destroy fns to backend (#302)
Dan Glastonbury
2016-12-20
Support multiple channels on Windows (#171)
Chun-Min Chang
2016-11-30
Delete double newlines.
Matthew Gregan
2016-11-17
jack: Remove unused includes (IWYU).
Matthew Gregan
2016-11-09
Avoid using cubeb_devid internally.
Matthew Gregan
2016-09-05
jack: Disable useless console error spew.
Matthew Gregan
2016-08-23
jack: Fix various compiler warnings.
Matthew Gregan
2016-07-12
Update jack backend.
Paul Adenot
2016-06-05
Add duplex JACK backend
Damien Zammit
2016-01-22
Device notification for PulseAudio
Alex Chronopoulos
2016-01-21
cubeb_stream_init should take a cubeb_devid rather than a char const *.
Matthew Gregan
2016-01-21
jack: Fix build after API changes for full-duplex streams.
Matthew Gregan
2015-09-29
Add both devid and device_id (str) in device_info.
Haakon Sporsheim
2015-09-10
Add enumerate_devices API
Haakon Sporsheim
2014-11-28
clarify and clean up handling of optional functions in the API. fixes #46.
Matthew Gregan
2014-11-28
alsa,jack: fix build warning with glibc 2.20.
Matthew Gregan
2014-10-14
jack backend: return CUBEB_ERROR_INVALID_PARAMETER when appropriate
Sebastien Alaiwan
2014-10-14
extract method 'context_allocate_stream'
Sebastien Alaiwan
2014-10-14
jack backend: handle cubeb_stream_set_volume correctly. Add corresponding tes...
Sebastien Alaiwan
2014-10-12
jack output: pseudo-implement set_volume/set_panning to avoid crash
Sebastien Alaiwan
2014-10-12
jack output: put a more realistic value for minimum latency
Sebastien Alaiwan
[next]