aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-12-05bump version for 0.2 release.cubeb-0.2Matthew Gregan
2012-12-04build fixes for VC++2010. update Makefile.am to build optimized by default.Matthew Gregan
2012-12-05winmm: process work items in batches to avoid stream starvation.Matthew Gregan
2012-12-03build system fixes for make dist.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-24revert accidental change to configure.ac.Matthew Gregan
2012-08-24add -Wno-unused to Makefile.amMatthew Gregan
2012-08-24upgrade Doxyfile to 1.8.xMatthew Gregan
2012-08-21audiounit: fix build after coreaudio -> audiounit rename.Matthew 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-08-06Check for __BIG_ENDIAN__ when testing endianess.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-07-16fix whitespace in test_tone.cMatthew Gregan
2012-06-06Fix tests after changing state callback signature.Matthew Gregan
2012-06-02sndio: fix latency calculation and S16BE handling.Alexandre Ratchov
2012-06-02Remove return type from state callback as it was never intended to support one.Matthew Gregan
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-04test: add progress indicator to test_sanity.Matthew Gregan
2012-05-02more tests.Matthew Gregan
2012-05-02fix link flags.Matthew Gregan
2012-05-02add leak suppresion file for valgrind.Matthew Gregan
2012-05-01winmm, directsound: run refill thread at a higher priority.Matthew Gregan