summaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Expand)Author
2008-09-28output: fix the "outputenabled" valueMax Kellermann
2008-09-26audio_output: workaround for deadlockMax Kellermann
2008-09-24output: removed DEVICE_ON, DEVICE_OFFMax Kellermann
2008-09-24output: semi-asynchronous playbackMax Kellermann
2008-09-24output: call send_tag() only if device is onMax Kellermann
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann
2008-09-23start using prefixcmp()Eric Wong
2008-09-10audio: removed commented codeMax Kellermann
2008-09-10audio: added assertionsMax Kellermann
2008-09-10audio: make audio_configFormat a static variableMax Kellermann
2008-09-10audio: don't free uninitialized audio_bufferMax Kellermann
2008-09-10audio: added function audio_buffer_resize()Max Kellermann
2008-09-10audio: moved static variables into struct audio_bufferMax Kellermann
2008-09-10audio: don't allow isCurrentAudioFormat(NULL)Max Kellermann
2008-09-10audio: removed isAudioDeviceOpen()Max Kellermann
2008-09-10audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann
2008-09-09audio: moved cmpAudioFormat() to audio_format.hMax Kellermann
2008-09-09audio: replaced copyAudioFormat() with simple assignmentMax Kellermann
2008-09-09output: renamed the functions in output_control.cMax Kellermann
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann
2008-09-07output: added output_api.hMax Kellermann
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann
2008-09-07audio: don't pass "fd" to printAudioDevices()Max Kellermann
2008-09-07audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann
2008-08-29pass constant pointersMax Kellermann
2008-08-26clean up CPP includesMax Kellermann
2008-06-02audio.c: avoid magic numbers even if they have comments :)Eric Wong
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong
2008-04-12const pointers in audio.cMax Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-04-12use size_t in audio.cMax Kellermann
2008-03-26audio.c: unsigned int functions return unsigned ints, not size_tEric Wong
2008-03-26audio: use a machine word for array sizesMax Kellermann
2008-03-26explicitly downcastMax Kellermann
2008-01-26fixed -Wshadow warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-01silence is constant, as is the buffer we pass to playAudioEric Wong
2007-12-28Merge branches/ew r7104Eric Wong
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman
2007-06-12Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman
2007-06-10Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman
2007-06-09If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,J. Alexander Treuman
2007-05-30Adding a null output plugin.J. Alexander Treuman
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-01-14sparse: move extern declarations for plugins into header filesEric Wong
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong