aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* audio_format: added audio_format_frame_size()Max Kellermann2008-10-101-1/+1
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-5/+5
* audio_format: unsigned integersMax Kellermann2008-10-101-4/+4
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-1/+2
* audio_output: added method pause()Max Kellermann2008-09-291-0/+13
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-3/+3
* output: fix the "outputenabled" valueMax Kellermann2008-09-281-1/+1
* audio_output: workaround for deadlockMax Kellermann2008-09-261-2/+4
* output: removed DEVICE_ON, DEVICE_OFFMax Kellermann2008-09-241-29/+14
* output: semi-asynchronous playbackMax Kellermann2008-09-241-13/+63
* output: call send_tag() only if device is onMax Kellermann2008-09-241-3/+3
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-241-0/+1
* start using prefixcmp()Eric Wong2008-09-231-2/+1
* audio: removed commented codeMax Kellermann2008-09-101-12/+0
* audio: added assertionsMax Kellermann2008-09-101-0/+5
* audio: make audio_configFormat a static variableMax Kellermann2008-09-101-8/+5
* audio: don't free uninitialized audio_bufferMax Kellermann2008-09-101-5/+6
* audio: added function audio_buffer_resize()Max Kellermann2008-09-101-4/+22
* audio: moved static variables into struct audio_bufferMax Kellermann2008-09-101-26/+30
* audio: don't allow isCurrentAudioFormat(NULL)Max Kellermann2008-09-101-3/+5
* audio: removed isAudioDeviceOpen()Max Kellermann2008-09-101-5/+0
* audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann2008-09-101-1/+1
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-091-15/+2
* audio: replaced copyAudioFormat() with simple assignmentMax Kellermann2008-09-091-13/+5
* output: renamed the functions in output_control.cMax Kellermann2008-09-091-12/+12
* output: moved code from audioOutput.c to output_control.cMax Kellermann2008-09-091-1/+1
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-081-17/+0
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-071-4/+5
* output: added output_api.hMax Kellermann2008-09-071-0/+1
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-12/+13
* audio: don't pass "fd" to printAudioDevices()Max Kellermann2008-09-071-7/+9
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-071-12/+5
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-1/+1
* pass constant pointersMax Kellermann2008-08-291-1/+1
* clean up CPP includesMax Kellermann2008-08-261-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