index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio.c
Age
Commit message (
Expand
)
Author
2008-09-28
output: fix the "outputenabled" value
Max Kellermann
2008-09-26
audio_output: workaround for deadlock
Max Kellermann
2008-09-24
output: removed DEVICE_ON, DEVICE_OFF
Max Kellermann
2008-09-24
output: semi-asynchronous playback
Max Kellermann
2008-09-24
output: call send_tag() only if device is on
Max Kellermann
2008-09-24
output: make "struct audio_output" opaque for output plugins
Max Kellermann
2008-09-23
start using prefixcmp()
Eric Wong
2008-09-10
audio: removed commented code
Max Kellermann
2008-09-10
audio: added assertions
Max Kellermann
2008-09-10
audio: make audio_configFormat a static variable
Max Kellermann
2008-09-10
audio: don't free uninitialized audio_buffer
Max Kellermann
2008-09-10
audio: added function audio_buffer_resize()
Max Kellermann
2008-09-10
audio: moved static variables into struct audio_buffer
Max Kellermann
2008-09-10
audio: don't allow isCurrentAudioFormat(NULL)
Max Kellermann
2008-09-10
audio: removed isAudioDeviceOpen()
Max Kellermann
2008-09-10
audio_format: added audio_format_clear() and audio_format_defined()
Max Kellermann
2008-09-09
audio: moved cmpAudioFormat() to audio_format.h
Max Kellermann
2008-09-09
audio: replaced copyAudioFormat() with simple assignment
Max Kellermann
2008-09-09
output: renamed the functions in output_control.c
Max Kellermann
2008-09-09
output: moved code from audioOutput.c to output_control.c
Max Kellermann
2008-09-08
output: static audio_output_plugin list as array
Max Kellermann
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
2008-09-07
output: added output_api.h
Max Kellermann
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-09-07
audio: don't pass "fd" to printAudioDevices()
Max Kellermann
2008-09-07
audio: don't pass "fd" to {en,dis}ableAudioDevice()
Max Kellermann
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
2008-08-29
pass constant pointers
Max Kellermann
2008-08-26
clean up CPP includes
Max Kellermann
2008-06-02
audio.c: avoid magic numbers even if they have comments :)
Eric Wong
2008-06-02
remove audioDeviceStates from playerData and getPlayerData
Eric Wong
2008-04-12
const pointers in audio.c
Max Kellermann
2008-04-12
clean up CPP includes
Max Kellermann
2008-04-12
use size_t in audio.c
Max Kellermann
2008-03-26
audio.c: unsigned int functions return unsigned ints, not size_t
Eric Wong
2008-03-26
audio: use a machine word for array sizes
Max Kellermann
2008-03-26
explicitly downcast
Max Kellermann
2008-01-26
fixed -Wshadow warnings
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-01
silence is constant, as is the buffer we pass to playAudio
Eric Wong
2007-12-28
Merge branches/ew r7104
Eric Wong
2007-06-13
Adding FIFO audio output. This is pretty much identical to the old one,
J. Alexander Treuman
2007-06-12
Load shout first instead of last. This makes it more likely to block other
J. Alexander Treuman
2007-06-10
Load the shout plugin last. This will make sure it's played to last,
J. Alexander Treuman
2007-06-09
If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,
J. Alexander Treuman
2007-05-30
Adding a null output plugin.
J. Alexander Treuman
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-04-05
The massive copyright update
Avuton Olrich
2007-01-14
sparse: move extern declarations for plugins into header files
Eric Wong
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
[prev]
[next]