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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-11-25
output: use GLib instead of log.h/util.h
Max Kellermann
1
-19
/
+18
2008-11-02
output: don't allow length==0
Max Kellermann
1
-0
/
+1
2008-10-29
output: removed audio_output.result
Max Kellermann
1
-5
/
+3
2008-10-29
output: delay reopen after device failure
Max Kellermann
1
-0
/
+1
2008-10-29
output: moved code to audio_output_update()
Max Kellermann
1
-8
/
+2
2008-10-29
output: always call cancel() before stop()
Max Kellermann
1
-10
/
+1
2008-10-29
output: moved audioDeviceStates to audio_output.enabled
Max Kellermann
1
-20
/
+6
2008-10-29
output: use bool for return values and flags
Max Kellermann
1
-14
/
+14
2008-10-29
audio: call closeAudioDevice() on error
Max Kellermann
1
-5
/
+2
2008-10-29
audio: removed variable "audioOpened"
Max Kellermann
1
-9
/
+1
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
1
-1
/
+3
2008-10-23
audio: allow 24 and 8 bit output
Max Kellermann
1
-4
/
+2
2008-10-23
output_buffer: don't split frames
Max Kellermann
1
-0
/
+3
2008-10-14
command: added command "idle"
Max Kellermann
1
-0
/
+3
2008-10-13
audio: don't clear input_audio_format on openAudioDevice(NULL)
Max Kellermann
1
-3
/
+1
2008-10-12
audio: renamed the audio_format variables
Max Kellermann
1
-17
/
+13
2008-10-12
audio: removed enum ad_state
Max Kellermann
1
-22
/
+14
2008-10-12
audio: removed audio_buffer.buffer
Max Kellermann
1
-69
/
+2
2008-10-10
audio_format: added audio_format_frame_size()
Max Kellermann
1
-1
/
+1
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
1
-5
/
+5
2008-10-10
audio_format: unsigned integers
Max Kellermann
1
-4
/
+4
2008-10-08
use the "bool" data type instead of "int"
Max Kellermann
1
-1
/
+2
2008-09-29
audio_output: added method pause()
Max Kellermann
1
-0
/
+13
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
1
-3
/
+3
2008-09-28
output: fix the "outputenabled" value
Max Kellermann
1
-1
/
+1
2008-09-26
audio_output: workaround for deadlock
Max Kellermann
1
-2
/
+4
2008-09-24
output: removed DEVICE_ON, DEVICE_OFF
Max Kellermann
1
-29
/
+14
2008-09-24
output: semi-asynchronous playback
Max Kellermann
1
-13
/
+63
2008-09-24
output: call send_tag() only if device is on
Max Kellermann
1
-3
/
+3
2008-09-24
output: make "struct audio_output" opaque for output plugins
Max Kellermann
1
-0
/
+1
2008-09-23
start using prefixcmp()
Eric Wong
1
-2
/
+1
2008-09-10
audio: removed commented code
Max Kellermann
1
-12
/
+0
2008-09-10
audio: added assertions
Max Kellermann
1
-0
/
+5
2008-09-10
audio: make audio_configFormat a static variable
Max Kellermann
1
-8
/
+5
2008-09-10
audio: don't free uninitialized audio_buffer
Max Kellermann
1
-5
/
+6
2008-09-10
audio: added function audio_buffer_resize()
Max Kellermann
1
-4
/
+22
2008-09-10
audio: moved static variables into struct audio_buffer
Max Kellermann
1
-26
/
+30
2008-09-10
audio: don't allow isCurrentAudioFormat(NULL)
Max Kellermann
1
-3
/
+5
2008-09-10
audio: removed isAudioDeviceOpen()
Max Kellermann
1
-5
/
+0
2008-09-10
audio_format: added audio_format_clear() and audio_format_defined()
Max Kellermann
1
-1
/
+1
2008-09-09
audio: moved cmpAudioFormat() to audio_format.h
Max Kellermann
1
-15
/
+2
2008-09-09
audio: replaced copyAudioFormat() with simple assignment
Max Kellermann
1
-13
/
+5
2008-09-09
output: renamed the functions in output_control.c
Max Kellermann
1
-12
/
+12
2008-09-09
output: moved code from audioOutput.c to output_control.c
Max Kellermann
1
-1
/
+1
2008-09-08
output: static audio_output_plugin list as array
Max Kellermann
1
-17
/
+0
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
1
-4
/
+5
2008-09-07
output: added output_api.h
Max Kellermann
1
-0
/
+1
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
1
-12
/
+13
2008-09-07
audio: don't pass "fd" to printAudioDevices()
Max Kellermann
1
-7
/
+9
2008-09-07
audio: don't pass "fd" to {en,dis}ableAudioDevice()
Max Kellermann
1
-12
/
+5
[next]