aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding a null output plugin.J. Alexander Treuman2007-05-301-0/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-7/+4
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* sparse: move extern declarations for plugins into header filesEric Wong2007-01-141-9/+0
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-9/+9
* jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes2006-10-181-0/+2
* add a sanity check assertWarren Dukes2006-10-031-0/+3
* fix the segfault for when no audio_output is found and none is detected (bug ...Warren Dukes2006-10-031-10/+18
* cleanup flushWarningBuffer() and make some for() loops in audio.c look and do...Warren Dukes2006-10-031-8/+8
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-3/+3
* audio.c: [trivial] remove unnecessary includeEric Wong2006-08-261-1/+0
* labels should be on the left most column, no tabbingWarren Dukes2006-08-091-1/+1
* Ok, don't use memcmp for comparing audio formats!J. Alexander Treuman2006-08-071-1/+2
* Eliminate unnecessary use of a variableJ. Alexander Treuman2006-08-071-2/+1
* Use memcmp to compare audio formatsJ. Alexander Treuman2006-08-071-2/+1
* Reopen the audio device if the audio format has changedJ. Alexander Treuman2006-08-071-0/+4
* audio: pause/resume-from-statefile bugfixes,Eric Wong2006-08-011-45/+37
* audio: malloc reductionsEric Wong2006-08-011-28/+25
* audio: get rid of the myAudioDevicesEnabled arrayEric Wong2006-08-011-63/+75
* audio: remove AUDIO_MAX_DEVICES limitEric Wong2006-08-011-21/+24
* Standardize state_file handling routines.Eric Wong2006-07-301-43/+5
* remove deprecated myfprintf wrapperEric Wong2006-07-301-1/+1
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-9/+10
* Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman2006-07-261-2/+0
* Adding fifo output pluginJ. Alexander Treuman2006-07-221-0/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-171/+195
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-11/+11
* audio: attempt to gracefully handle disconnected/reconnected devicesEric Wong2006-07-161-5/+8
* Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman2006-07-161-4/+9
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-151-1/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Add PulseAudio supportJ. Alexander Treuman2006-07-131-0/+2
* Save audio output state in correct order.J. Alexander Treuman2006-05-201-1/+1
* Commit Jat's patch for bug 1281Qball Cow2006-05-081-11/+2
* Don't rely on memcmp() for structs, padding bits are randomEric Wong2006-04-051-2/+7
* rewrite statefile code for audio devicesEric Wong2006-03-181-102/+91
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-231-0/+131
* patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes2005-08-111-0/+2
* add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes2005-03-131-0/+2
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-3/+5
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-1/+21
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-051-2/+4
* s/device/output/Warren Dukes2004-11-151-3/+3
* don't set granulepos, that's pad, mmmkay?Warren Dukes2004-11-091-1/+2
* add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes2004-11-091-13/+53
* new command "devices", prints devices and their statesWarren Dukes2004-11-021-3/+12
* enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes2004-11-021-27/+38
* begin work on avuton's disabling and enabling of individual audio outputsWarren Dukes2004-11-021-6/+67
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-021-4/+6