aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_jack.cpp
AgeCommit message (Expand)Author
2024-01-15Add an API for muting the input side of a streamAndreas Pehrson
2024-01-15Add APIs for input processingAndreas Pehrson
2024-01-08Checking buffer, buffer_in, buffer_out pointers for non NULL valuesNikolay Borodin
2023-01-09Enable strdup(3) for NetBSDRyo ONODERA
2022-09-06Remove comments after #endif to fix clang-format errors.ivan-matveev
2022-09-06Add #ifndef around dlclose() to allow build with "LAZY_LOAD_LIBS=OFF" cmake a...ivan-matveev
2022-03-09jack: Fix formatting.Matthew Gregan
2022-03-09jack: Build fix for resampler API change.Matthew Gregan
2022-03-08Add a parameter to cubeb_resampler_create to enable reclockingPaul Adenot
2021-11-10Tidy up `WRAP` definition for dlopen.Matthew Gregan
2021-11-04jack: possibility to disable lazy load of libAndrea Pappacoda
2021-07-28Run .clang-formatChun-Min Chang
2021-02-17Remove cubeb_stream_reset_default_device API.Matthew Gregan
2021-01-22Fixed option to not automatically connect ports on jack.Nicola Orlando
2020-10-19Add an option to not automatically connect ports on jack. (#613)Richard Dodd (dodj)
2020-10-07Add stream_set_name = null to cubeb_ops structsBrendan Early
2020-09-28jack: Add functions to connect a cb+phys port pairZoë Sparks
2020-09-28jack: Special case playing mono source in stereoZoë Sparks
2020-09-14Fix integer underflow/unsigned wrapping.Angelo Haller
2020-04-29Add a method to get audio input latency on a stream (#583)Paul Adenot
2019-10-22jack: Don't reject default {input,output}_device in cbjack_stream_init.Matthew Gregan
2019-09-16Consistently try loading versioned library firstJan Beich
2019-08-22Remove panning API from cubebPaul Adenot
2018-03-19Multi-channels support for windows/mac/linux (#426)Jean-Yves Avenard
2018-02-13Provide access to cubeb_stream's user ptr. (#407)Dan Glastonbury
2018-01-23Non-wasapi backends return errors if loopback is requested.Bryce Van Dyk
2018-01-05jack: expect null pointer from jack_get_ports (Bug 1422664)Alex Chronopoulos
2017-08-29jack: Implement stable device ids.Dan Glastonbury
2017-07-31Fix build on FreeBSD (#344)endrift
2017-07-07Add an API to reset audio stream to the default deviceChun-Min Chang
2017-05-25Rework device collection (#309)Dan Glastonbury
2017-05-22Push destroy fns to backend (#302)Dan Glastonbury
2016-12-20Support multiple channels on Windows (#171)Chun-Min Chang
2016-11-30Delete double newlines.Matthew Gregan
2016-11-17jack: Remove unused includes (IWYU).Matthew Gregan
2016-11-09Avoid using cubeb_devid internally.Matthew Gregan
2016-09-05jack: Disable useless console error spew.Matthew Gregan
2016-08-23jack: Fix various compiler warnings.Matthew Gregan
2016-07-12Update jack backend.Paul Adenot
2016-06-05Add duplex JACK backendDamien Zammit
2016-01-22Device notification for PulseAudioAlex Chronopoulos
2016-01-21cubeb_stream_init should take a cubeb_devid rather than a char const *.Matthew Gregan
2016-01-21jack: Fix build after API changes for full-duplex streams.Matthew Gregan
2015-09-29Add both devid and device_id (str) in device_info.Haakon Sporsheim
2015-09-10Add enumerate_devices APIHaakon Sporsheim
2014-11-28clarify and clean up handling of optional functions in the API. fixes #46.Matthew Gregan
2014-11-28alsa,jack: fix build warning with glibc 2.20.Matthew Gregan
2014-10-14jack backend: return CUBEB_ERROR_INVALID_PARAMETER when appropriateSebastien Alaiwan
2014-10-14extract method 'context_allocate_stream'Sebastien Alaiwan
2014-10-14jack backend: handle cubeb_stream_set_volume correctly. Add corresponding tes...Sebastien Alaiwan