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_alsa.c
Age
Commit message (
Expand
)
Author
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
2017-08-29
cubeb: Remove cubeb_util_default_device_collection_destroy().
Dan Glastonbury
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
2017-02-07
Fix warnings in cubeb_alsa.c
Paul Adenot
2017-02-07
alsa: Initialize stm->cond earlier to avoid potential uninitialized destroy. ...
Matthew Gregan
2017-01-12
alsa: Implement full-duplex support.
debianuser
2016-12-20
Support multiple channels on Windows (#171)
Chun-Min Chang
2016-11-30
Delete double newlines.
Matthew Gregan
2016-10-18
Fix unused parameter in ALSA backend
Paul Adenot
2016-10-12
Replace autotools build system with CMake.
Matthew Gregan
2016-07-25
alsa: Link revents workaround to bug #135.
Matthew Gregan
2016-07-25
alsa: Free buffer on data_callback error path.
Matthew Gregan
2016-07-22
alsa: Don't treat wakeups with a full buffer as an error.
Matthew Gregan
2016-07-22
alsa: recover after suspend
Rinat Ibragimov
2016-07-22
alsa: pass SND_PCM_NO_AUTO_RESAMPLE flag in mode parameter
Rinat Ibragimov
2016-07-12
Update alsa backend.
Paul Adenot
2016-07-01
alsa: Work around audio playback issues with ALSA/dmix configurations.
Matthew Gregan
2016-05-05
winmm,alsa: Make requesting (unimplemented) capture stream non-fatal.
Matthew Gregan
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-20
Signature change for stream init and data callback
Alex Chronopoulos
2016-01-13
Preparatory work for the input and duplex code
Paul Adenot
2015-12-02
alsa: remove period_size from cubeb_stream since it's never used.
Matthew Gregan
2015-11-05
alsa: use CUBEB_ALSA_PCM_NAME everywhere
Vito Caputo
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-13
Fix ALSA implementation of get_preferred_sample_rate (snd_pcm_open was always...
Sebastien Alaiwan
2014-09-16
Sync changes with mozilla-central copy. Includes BMO 1062293, 1057199,
Matthew Gregan
2013-12-09
whitespace cleanup.
Matthew Gregan
2013-10-17
Mozilla Bug 918861
Paul ADENOT
2013-10-17
Mozilla Bug 907817
Paul ADENOT
2013-09-20
add support for querying the actual stream latency.
Matthew Gregan
2013-05-31
Mozilla bug 865244 - Add cubeb_stream_get_max_channels.
Paul ADENOT
2013-03-08
remove generic stream_params validation from backend stream_init since it was...
Matthew Gregan
2013-02-19
start work on switchable cubeb backends.
Matthew Gregan
2012-11-13
alsa: remove ugly PA detection, detect PA from the snd_config.
Matthew Gregan
2012-11-01
alsa: deal with handle_underrun workaround failing with old PA plugins.
Matthew Gregan
2012-10-31
alsa: extend the hack from d8f950c4 to cover cases where the pulse pcm is a s...
Matthew Gregan
2012-09-04
alsa: resurrect the less dirty hack from 1aa0058d and make it work with dynam...
Matthew Gregan
2012-08-24
add -Wno-unused to Makefile.am
Matthew Gregan
2012-08-16
alsa: error out of cubeb_stream_start when stream is in an invalid state.
Matthew Gregan
2012-08-16
alsa: initialize stream's last activity timer when starting stream.
Matthew Gregan
2012-08-13
alsa: second attempt: define _XOPEN_SOURCE to fix a BSD build issue. fixes #6.
Matthew Gregan
2012-08-06
alsa: define _POSIX_C_SOURCE directly to fix a BSD build issue. fixes issue #6.
Matthew Gregan
[next]