Age | Commit message (Expand) | Author |
2012-05-04 | alsa: finish wrapping pthread_mutex_t. | Matthew Gregan |
2012-05-01 | winmm, directsound: run refill thread at a higher priority. | Matthew Gregan |
2012-04-20 | alsa: set silent ALSA error handler once only. | Matthew Gregan |
2012-04-20 | alsa: fix remaining issues noted by XXX in the comments. | Matthew Gregan |
2012-04-19 | alsa: locking changes, stream limit hack, revert pipe2() change. | Matthew Gregan |
2012-04-05 | winmm: drop stream lock on data_callback error. | Matthew Gregan |
2012-04-05 | alsa: rename reaper to watchdog, fix unlock in stream_start, warning fixes. | Matthew Gregan |
2012-04-04 | winmm: per documentation, there is no need to reprepare buffers when shrinkin... | Matthew Gregan |
2012-04-04 | winmm: define GUIDs locally to avoid linking issues with ksguid.lib. | Matthew Gregan |
2012-04-04 | winmm: horrible stream limit hack. | Matthew Gregan |
2012-04-04 | winmm: simplify cubeb_buffer_thread work loop. | Matthew Gregan |
2012-03-23 | audiounit: minor code cleanup. | Matthew Gregan |
2012-03-19 | alsa: set silent error handler for ALSA warnings. | Matthew Gregan |
2012-03-19 | winmm: make winmm API errors non-fatal; return rather than asserting. | Matthew Gregan |
2012-03-19 | alsa: dedup assertions. | Matthew Gregan |
2012-03-19 | alsa: document bug workarounds. clarify some naming. | Matthew Gregan |
2012-03-19 | alsa: rename state_dumper to reaper and document it's purpose. | Matthew Gregan |
2012-03-16 | alsa: fixes for hung pcm streams and various alsa configurations. | Matthew Gregan |
2012-03-16 | winmm: refactor buffer management code. | Matthew Gregan |
2012-03-08 | directsound: convert to sensible line endings. | Matthew Gregan |
2012-03-08 | audioqueue,audiounit,directsound,pulse: minor cleanups. | Matthew Gregan |
2012-03-08 | winmm: wrap WAVEOUT use in a lock. | Matthew Gregan |
2012-02-01 | alsa: rework locking, remove overly clever message passing code, rename some ... | Matthew Gregan |
2012-01-18 | winmm, directsound: fix bytes_per_frame calculator for s16. | Matthew Gregan |
2012-01-05 | coreaudio: rename to audioqueue. add audiounit backend. | Matthew Gregan |
2011-12-01 | alsa: take lock in refill. resume stream earlier. | Matthew Gregan |
2011-12-01 | alsa: fix refill error handling. | Matthew Gregan |
2011-12-01 | alsa: post rework code cleanup. | Matthew Gregan |
2011-11-28 | Merge branch 'master' into alsa-refactor | Matthew Gregan |
2011-11-28 | winmm: remove bogus empty-slist assert. | Matthew Gregan |
2011-11-25 | Merge branch 'master' into alsa-refactor | Matthew Gregan |
2011-11-25 | pulse: pa_stream_drain is useless (see PA bug# 866), so use a timer instead. | Matthew Gregan |
2011-11-25 | alsa: first pass at a poll abstraction. fix drain by using new poll timer ob... | Matthew Gregan |
2011-11-08 | alsa: set processing thread stack size to minimum. fix up includes. | Matthew Gregan |
2011-11-02 | alsa: remove unused buffer/period logging, remove rv check on snd_pcm_pause c... | Matthew Gregan |
2011-10-28 | alsa: comment on thread safety, and rename some things for consistency. | Matthew Gregan |
2011-10-03 | Merge branch 'master' into alsa-refactor | Matthew Gregan |
2011-10-03 | pulse: remove unused context_success_callback implementation. | Matthew Gregan |
2011-10-03 | Explicitly cap rate, channels, and latency. | Matthew Gregan |
2011-09-27 | winmm,dsound: remove unnecessary SetThreadPriority. | Matthew Gregan |
2011-09-26 | winmm: cast to avoid double to size_t warning. | Matthew Gregan |
2011-09-26 | winmm-thread branch was inadequately tested and needs more work. reverted. | Matthew Gregan |
2011-09-22 | start refactoring alsa code. | Matthew Gregan |
2011-09-22 | winmm: warning no longer applies. | Matthew Gregan |
2011-09-22 | Merge branch 'winmm-thread' | Matthew Gregan |
2011-09-22 | winmm: minor formatting changes. | Matthew Gregan |
2011-09-22 | coreaudio: fire drained when last queued buffer is free and stop relying on u... | Matthew Gregan |
2011-09-22 | coreaudio: remove debugging printfs. | Matthew Gregan |
2011-09-02 | alsa: assert arguments. | Matthew Gregan |
2011-09-01 | alsa: revert previous simplification, it's not a large enough win. | Matthew Gregan |