aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
Commit message (Expand)AuthorAge
...
* output: moved code from audioOutput.c to output_control.cMax Kellermann2008-09-09
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-08
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-07
* output: added output_api.hMax Kellermann2008-09-07
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* audio: don't pass "fd" to printAudioDevices()Max Kellermann2008-09-07
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-07
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* pass constant pointersMax Kellermann2008-08-29
* clean up CPP includesMax Kellermann2008-08-26
* audio.c: avoid magic numbers even if they have comments :)Eric Wong2008-06-02
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-02
* const pointers in audio.cMax Kellermann2008-04-12
* clean up CPP includesMax Kellermann2008-04-12
* use size_t in audio.cMax Kellermann2008-04-12
* audio.c: unsigned int functions return unsigned ints, not size_tEric Wong2008-03-26
* audio: use a machine word for array sizesMax Kellermann2008-03-26
* explicitly downcastMax Kellermann2008-03-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* silence is constant, as is the buffer we pass to playAudioEric Wong2008-01-01
* Merge branches/ew r7104Eric Wong2007-12-28
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-13
* Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman2007-06-12
* Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman2007-06-10
* If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,J. Alexander Treuman2007-06-09
* 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