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_winmm.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
2023-04-26
Don't wait in winmm_stream_destroy when the return value of the data callback...
Paul Adenot
2023-04-26
Don't continue calling the data callback in the winmm backend if the user has...
Paul Adenot
2023-04-26
clang-format cubeb_winmm.c
Paul Adenot
2023-04-26
Add some logging messages to winmm to ease debugging and make the logging tes...
Paul Adenot
2023-04-26
Handle a negative return value from the user callback
Paul Adenot
2023-04-26
Change the WinMM backend so that it doesn't call the user callback during ini...
Paul Adenot
2021-12-08
Fix build on MinGW
Paul Adenot
2021-08-02
winmm: clang-format fixes.
Matthew Gregan
2021-08-01
winmm: fix broken audio when sample count is overflowed
mixit
2021-07-28
winmm: Fix sorting of mm*.h headers.
Matthew Gregan
2021-07-28
winmm: Undo some header reordering to fix build.
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 stream_set_name = null to cubeb_ops structs
Brendan Early
2020-04-29
Add a method to get audio input latency on a stream (#583)
Paul Adenot
2019-08-22
Remove panning API from cubeb
Paul Adenot
2018-06-26
cubeb_winmm.c: Don't define __MSVCRT_VERSION__.
Jacek Caban
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-19
Add assertion to make sure output params are present for winmm_stream_init.
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
2016-12-20
Support multiple channels on Windows (#171)
Chun-Min Chang
2016-11-30
Delete double newlines.
Matthew Gregan
2016-11-09
Avoid using cubeb_devid internally.
Matthew Gregan
2016-09-13
winmm: Avoid waiting on buffers to free up if device lost.
Matthew Gregan
2016-09-09
winmm: Check output device count before initializing.
Matthew Gregan
2016-07-12
Update winmm backend.
Paul Adenot
2016-06-07
wasapi,winmm: Fix various VS2015 analysis warnings.
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-22
winmm: Invert input_stream_params assert - regression from 46e32bda.
Matthew Gregan
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-14
Fix a call of the data callback with the new signature in cubeb_winmm.c.
Paul Adenot
2016-01-13
Preparatory work for the input and duplex code
Paul Adenot
2015-11-20
winmm: snprintf and static inline build fixes.
Matthew Gregan
2015-11-20
Change definition and allocation of cubeb_device_collection to avoid reliance...
Matthew Gregan
2015-10-15
Change cubeb_device_list to cubeb_device_collection.
Haakon Sporsheim
2015-09-29
Add both devid and device_id (str) in device_info.
Haakon Sporsheim
2015-09-24
Cleanup function declaration/call statements.
Haakon Sporsheim
2015-09-10
Fix/define some missing mingw defines/constants.
Haakon Sporsheim
2015-09-10
winmm: Implement enumerate_devices
Haakon Sporsheim
2015-09-10
Add enumerate_devices API
Haakon Sporsheim
2015-02-19
winmm, wasapi: rename FATAL to XASSERT, move to cubeb-internal.h.
Matthew Gregan
[next]