aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-12-05winmm: process work items in batches to avoid stream starvation.Matthew Gregan
2012-12-03audiounit: fix build on 10.5.Matthew Gregan
2012-12-03audiounit: stop using deprecated component API. clean up OS X build steps.Matthew Gregan
2012-12-01changes to support building with MinGW. fixes #10.Matthew Gregan
2012-11-19winmm: change priority of RDP and Vista latency kludges.Matthew Gregan
2012-11-13alsa: remove ugly PA detection, detect PA from the snd_config.Matthew Gregan
2012-11-13winmm: let high latency mode use different minimums depending on the environm...Matthew Gregan
2012-11-01alsa: deal with handle_underrun workaround failing with old PA plugins.Matthew Gregan
2012-11-01winmm: detect situations where winmm needs higher latency (Vista, RDP) and fo...Matthew Gregan
2012-10-31alsa: extend the hack from d8f950c4 to cover cases where the pulse pcm is a s...Matthew Gregan
2012-10-26audiounit: make unit deinit failures non-fatal too.Matthew Gregan
2012-10-23add OpenSL ES backend.Matthew Gregan
2012-10-18audiounit: make unit initialization failures non-fatal.Matthew Gregan
2012-09-04alsa: resurrect the less dirty hack from 1aa0058d and make it work with dynam...Matthew Gregan
2012-08-24add -Wno-unused to Makefile.amMatthew Gregan
2012-08-16alsa: error out of cubeb_stream_start when stream is in an invalid state.Matthew Gregan
2012-08-16alsa: initialize stream's last activity timer when starting stream.Matthew Gregan
2012-08-13alsa: second attempt: define _XOPEN_SOURCE to fix a BSD build issue. fixes #6.Matthew Gregan
2012-08-06alsa: define _POSIX_C_SOURCE directly to fix a BSD build issue. fixes issue #6.Matthew Gregan
2012-07-31Revert "Revert "alsa: add a dirty hack to detect the PA plugin and round up t...Matthew Gregan
2012-07-31Revert "alsa: add a less dirty hack to detect the PA plugin and disable the f...Matthew Gregan
2012-07-30alsa: add a less dirty hack to detect the PA plugin and disable the flaky und...Matthew Gregan
2012-07-30Revert "alsa: add a dirty hack to detect the PA plugin and round up the reque...Matthew Gregan
2012-07-16alsa: add a dirty hack to detect the PA plugin and round up the requested lat...Matthew Gregan
2012-06-02sndio: fix latency calculation and S16BE handling.Alexandre Ratchov
2012-06-02alsa: increase cubeb_run_thread stack size to avoid blowing the stack with so...Matthew Gregan
2012-05-23import sndio backend for OpenBSD.Alexandre Ratchov
2012-05-22add cubeb_get_backend_id. fixes #5.Matthew Gregan
2012-05-21alsa: remove debug mutex wrapper.Matthew Gregan
2012-05-21alsa: add a per-stream cond and wait for a safe state before stopping.Matthew Gregan
2012-05-15minor comment clean up.Matthew Gregan
2012-05-15alsa: major simplification of stream and timer registration management.Matthew Gregan
2012-05-07pulse: tweak minreq calculation per bmo# 751030.Matthew Gregan
2012-05-07pulse: address mwu\'s review comments from bmo# 751030.Matthew Gregan
2012-05-04alsa: finish wrapping pthread_mutex_t.Matthew Gregan
2012-05-01winmm, directsound: run refill thread at a higher priority.Matthew Gregan
2012-04-20alsa: set silent ALSA error handler once only.Matthew Gregan
2012-04-20alsa: fix remaining issues noted by XXX in the comments.Matthew Gregan
2012-04-19alsa: locking changes, stream limit hack, revert pipe2() change.Matthew Gregan
2012-04-05winmm: drop stream lock on data_callback error.Matthew Gregan
2012-04-05alsa: rename reaper to watchdog, fix unlock in stream_start, warning fixes.Matthew Gregan
2012-04-04winmm: per documentation, there is no need to reprepare buffers when shrinkin...Matthew Gregan
2012-04-04winmm: define GUIDs locally to avoid linking issues with ksguid.lib.Matthew Gregan
2012-04-04winmm: horrible stream limit hack.Matthew Gregan
2012-04-04winmm: simplify cubeb_buffer_thread work loop.Matthew Gregan
2012-03-23audiounit: minor code cleanup.Matthew Gregan
2012-03-19alsa: set silent error handler for ALSA warnings.Matthew Gregan
2012-03-19winmm: make winmm API errors non-fatal; return rather than asserting.Matthew Gregan
2012-03-19alsa: dedup assertions.Matthew Gregan
2012-03-19alsa: document bug workarounds. clarify some naming.Matthew Gregan