summaryrefslogtreecommitdiff
path: root/audio.c
AgeCommit message (Expand)Author
2012-02-09Set mixer channel through command line optionJohns
2012-02-04Makes Workarounds command line configurable.Johns
2012-02-02Increase audio buffer, if bigger audio delay used.Johns
2012-01-27Reduces audio latency, increases audio buffer time.Johns
2012-01-27Video bug fix.Johns
2012-01-25Remove pass-through test code.Johns
2012-01-23Add ac3 pass-through device to OSS module.Johns
2012-01-22AC3 device should be called 'ALSA_AC3_DEVICE'.Johns
2012-01-22Suspend can close and open video and audio device.Johns
2012-01-22Use different alsa device for AC3/pass-through.Morone
2012-01-21Buffertime compile time configurable in ms.Johns
2012-01-20Use common module prefix.Johns
2012-01-20VDPAU: Add auto-crop support.Johns
2012-01-19Fix bug: AudioExit called without AudioInit crash.Johns
2012-01-16Audio module cleanup (more to come).Johns
2012-01-13Fix bug: AudioFreeBytes fails if no audio ready.Johns
2012-01-13Fix bug: snd_pcm_state: Assertion `pcm' failed.Johns
2012-01-09Fix audio crash in ThreadExit and snd_pcm_prepare.Johns
2012-01-08Improved replay of recordings.Johns
2012-01-07Add workaround for alsa not playing hdmi sound.Johns
2012-01-04Add OSS Mixer support.0.1.5Johns
2012-01-03Audio update.Johns
2011-12-31Use only the needed number of surfaces.Johns
2011-12-31Make pthread_setname_np optional for older glibc.Johns
2011-12-30Name threads for easier debugging.Johns
2011-12-25Support other than "PCM" alsa mixer channels.Johns
2011-12-22Initial vdpau support.Johns
2011-12-11Thread init/exit moved into own functions.Johns
2011-12-10Video enhancements.Johns
2011-12-08Audio improvement.Johns
2011-12-07C part of the plugin.Johns