Age | Commit message (Expand) | Author |
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 |
2015-02-19 | wasapi, winmm: another compile fix for FATAL() | Matthew Gregan |
2015-02-19 | wasapi, winmm: sanity fix for FATAL() | Matthew Gregan |
2015-02-19 | wasapi, winmm: compile fix for FATAL() | Matthew Gregan |
2015-02-19 | wasapi, winmm: introduce a FATAL() macro to use instead of (ab)using assert(). | Matthew Gregan |
2014-12-15 | winmm: fix unchecked result in get_latency. | Matthew Gregan |
2014-11-28 | clarify and clean up handling of optional functions in the API. fixes #46. | Matthew Gregan |
2014-11-28 | sync with mozilla-inbound d349d0acef0e. | Matthew Gregan |
2014-09-20 | Source compiles but does not link under MinGW | Austin Hicks |
2014-09-20 | Revert "Convert winmm to use CreateThread and add missing WAVE_FORMAT_48s16 m... | Austin Hicks |
2014-09-19 | Convert winmm to use CreateThread and add missing WAVE_FORMAT_48s16 macro for... | Austin Hicks |
2014-09-16 | Sync changes with mozilla-central copy. Includes BMO 1062293, 1057199, | Matthew Gregan |
2014-01-21 | winmm,wasapi,dsound: Pass STACK_SIZE_PARAM_IS_A_RESERVATION to _beginthreadex... | Matthew Gregan |
2013-10-22 | winmm: Pass valid pointer to waveOutGetCaps, and fix get_preferred_sample_rat... | Matthew Gregan |
2013-10-17 | Mozilla Bug 918861 | Paul ADENOT |