aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-3/+3
* start using prefixcmp()Eric Wong2008-09-201-2/+1
* Move away from fprintf() when writing DB/state_fileEric Wong2008-09-181-2/+2
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-091-12/+5
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-1/+1
* pass constant pointersMax Kellermann2008-08-311-1/+1
* fix output buffer deadlock when daemonizingEric Wong2008-08-191-1/+0
* audio.c: avoid magic numbers even if they have comments :)Eric Wong2008-06-021-1/+1
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-021-9/+13
* const pointers in audio.cMax Kellermann2008-04-121-5/+5
* clean up CPP includesMax Kellermann2008-04-121-4/+3
* use size_t in audio.cMax Kellermann2008-04-121-4/+4
* audio.c: unsigned int functions return unsigned ints, not size_tEric Wong2008-03-261-1/+1
* audio: use a machine word for array sizesMax Kellermann2008-03-261-17/+17
* explicitly downcastMax Kellermann2008-03-261-4/+4
* fixed -Wshadow warningsMax Kellermann2008-01-261-7/+7
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-9/+1
* silence is constant, as is the buffer we pass to playAudioEric Wong2008-01-011-1/+1
* Merge branches/ew r7104Eric Wong2007-12-281-1/+1
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-131-0/+1
* Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman2007-06-121-1/+1
* Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman2007-06-101-1/+1
* If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,J. Alexander Treuman2007-06-091-6/+10
* 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