index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
audio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use the "bool" data type instead of "int"
Max Kellermann
2008-10-08
1
-1
/
+2
*
audio_output: added method pause()
Max Kellermann
2008-09-29
1
-0
/
+13
*
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-29
1
-3
/
+3
*
output: fix the "outputenabled" value
Max Kellermann
2008-09-28
1
-1
/
+1
*
audio_output: workaround for deadlock
Max Kellermann
2008-09-26
1
-2
/
+4
*
output: removed DEVICE_ON, DEVICE_OFF
Max Kellermann
2008-09-24
1
-29
/
+14
*
output: semi-asynchronous playback
Max Kellermann
2008-09-24
1
-13
/
+63
*
output: call send_tag() only if device is on
Max Kellermann
2008-09-24
1
-3
/
+3
*
output: make "struct audio_output" opaque for output plugins
Max Kellermann
2008-09-24
1
-0
/
+1
*
start using prefixcmp()
Eric Wong
2008-09-23
1
-2
/
+1
*
audio: removed commented code
Max Kellermann
2008-09-10
1
-12
/
+0
*
audio: added assertions
Max Kellermann
2008-09-10
1
-0
/
+5
*
audio: make audio_configFormat a static variable
Max Kellermann
2008-09-10
1
-8
/
+5
*
audio: don't free uninitialized audio_buffer
Max Kellermann
2008-09-10
1
-5
/
+6
*
audio: added function audio_buffer_resize()
Max Kellermann
2008-09-10
1
-4
/
+22
*
audio: moved static variables into struct audio_buffer
Max Kellermann
2008-09-10
1
-26
/
+30
*
audio: don't allow isCurrentAudioFormat(NULL)
Max Kellermann
2008-09-10
1
-3
/
+5
*
audio: removed isAudioDeviceOpen()
Max Kellermann
2008-09-10
1
-5
/
+0
*
audio_format: added audio_format_clear() and audio_format_defined()
Max Kellermann
2008-09-10
1
-1
/
+1
*
audio: moved cmpAudioFormat() to audio_format.h
Max Kellermann
2008-09-09
1
-15
/
+2
*
audio: replaced copyAudioFormat() with simple assignment
Max Kellermann
2008-09-09
1
-13
/
+5
*
output: renamed the functions in output_control.c
Max Kellermann
2008-09-09
1
-12
/
+12
*
output: moved code from audioOutput.c to output_control.c
Max Kellermann
2008-09-09
1
-1
/
+1
*
output: static audio_output_plugin list as array
Max Kellermann
2008-09-08
1
-17
/
+0
*
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
2008-09-07
1
-4
/
+5
*
output: added output_api.h
Max Kellermann
2008-09-07
1
-0
/
+1
*
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-09-07
1
-12
/
+13
*
audio: don't pass "fd" to printAudioDevices()
Max Kellermann
2008-09-07
1
-7
/
+9
*
audio: don't pass "fd" to {en,dis}ableAudioDevice()
Max Kellermann
2008-09-07
1
-12
/
+5
*
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
2008-08-29
1
-1
/
+1
*
pass constant pointers
Max Kellermann
2008-08-29
1
-1
/
+1
*
clean up CPP includes
Max Kellermann
2008-08-26
1
-1
/
+0
*
audio.c: avoid magic numbers even if they have comments :)
Eric Wong
2008-06-02
1
-1
/
+1
*
remove audioDeviceStates from playerData and getPlayerData
Eric Wong
2008-06-02
1
-9
/
+13
*
const pointers in audio.c
Max Kellermann
2008-04-12
1
-5
/
+5
*
clean up CPP includes
Max Kellermann
2008-04-12
1
-4
/
+3
*
use size_t in audio.c
Max Kellermann
2008-04-12
1
-4
/
+4
*
audio.c: unsigned int functions return unsigned ints, not size_t
Eric Wong
2008-03-26
1
-1
/
+1
*
audio: use a machine word for array sizes
Max Kellermann
2008-03-26
1
-17
/
+17
*
explicitly downcast
Max Kellermann
2008-03-26
1
-4
/
+4
*
fixed -Wshadow warnings
Max Kellermann
2008-01-26
1
-7
/
+7
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-9
/
+1
*
silence is constant, as is the buffer we pass to playAudio
Eric Wong
2008-01-01
1
-1
/
+1
*
Merge branches/ew r7104
Eric Wong
2007-12-28
1
-1
/
+1
*
Adding FIFO audio output. This is pretty much identical to the old one,
J. Alexander Treuman
2007-06-13
1
-0
/
+1
*
Load shout first instead of last. This makes it more likely to block other
J. Alexander Treuman
2007-06-12
1
-1
/
+1
*
Load the shout plugin last. This will make sure it's played to last,
J. Alexander Treuman
2007-06-10
1
-1
/
+1
*
If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,
J. Alexander Treuman
2007-06-09
1
-6
/
+10
*
Adding a null output plugin.
J. Alexander Treuman
2007-05-30
1
-0
/
+1
*
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-05-26
1
-7
/
+4
[next]