aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-12Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman1-1/+1
2007-06-10Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman1-1/+1
2007-06-09If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,J. Alexander Treuman1-6/+10
2007-05-30Adding a null output plugin.J. Alexander Treuman1-0/+1
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-7/+4
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14sparse: move extern declarations for plugins into header filesEric Wong1-9/+0
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-9/+9
2006-10-18jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes1-0/+2
2006-10-03add a sanity check assertWarren Dukes1-0/+3
2006-10-03fix the segfault for when no audio_output is found and none is detected (bug ...Warren Dukes1-10/+18
2006-10-03cleanup flushWarningBuffer() and make some for() loops in audio.c look and do...Warren Dukes1-8/+8
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-3/+3
2006-08-26audio.c: [trivial] remove unnecessary includeEric Wong1-1/+0
2006-08-09labels should be on the left most column, no tabbingWarren Dukes1-1/+1
2006-08-07Ok, don't use memcmp for comparing audio formats!J. Alexander Treuman1-1/+2
2006-08-07Eliminate unnecessary use of a variableJ. Alexander Treuman1-2/+1
2006-08-07Use memcmp to compare audio formatsJ. Alexander Treuman1-2/+1
2006-08-07Reopen the audio device if the audio format has changedJ. Alexander Treuman1-0/+4
2006-08-01audio: pause/resume-from-statefile bugfixes,Eric Wong1-45/+37
2006-08-01audio: malloc reductionsEric Wong1-28/+25
2006-08-01audio: get rid of the myAudioDevicesEnabled arrayEric Wong1-63/+75
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong1-21/+24
2006-07-30Standardize state_file handling routines.Eric Wong1-43/+5
2006-07-30remove deprecated myfprintf wrapperEric Wong1-1/+1
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-9/+10
2006-07-26Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman1-2/+0
2006-07-22Adding fifo output pluginJ. Alexander Treuman1-0/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-171/+195
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-11/+11
2006-07-16audio: attempt to gracefully handle disconnected/reconnected devicesEric Wong1-5/+8
2006-07-16Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman1-4/+9
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-07-13Add PulseAudio supportJ. Alexander Treuman1-0/+2
2006-05-20Save audio output state in correct order.J. Alexander Treuman1-1/+1
2006-05-08Commit Jat's patch for bug 1281Qball Cow1-11/+2
2006-04-05Don't rely on memcmp() for structs, padding bits are randomEric Wong1-2/+7
2006-03-18rewrite statefile code for audio devicesEric Wong1-102/+91
2005-08-23Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow1-0/+131
2005-08-11patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes1-0/+2
2005-03-13add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes1-0/+2
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes1-3/+5
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes1-1/+21
2005-03-05implemented alsa audioOutput plugin, now it needs testingWarren Dukes1-2/+4
2004-11-15s/device/output/Warren Dukes1-3/+3
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes1-1/+2
2004-11-09add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes1-13/+53
2004-11-02new command "devices", prints devices and their statesWarren Dukes1-3/+12