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