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
/
audioOutputs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
alsa: added #ifdefs around SND_PCM_NO_AUTO_xxx
Max Kellermann
2008-10-14
1
-0
/
+6
*
oss: use unsigned integer for ioctl constants
Max Kellermann
2008-10-14
1
-12
/
+12
*
oss: convert several macros to enum
Max Kellermann
2008-10-14
1
-19
/
+25
*
alsa: optionally disable resampling and others
Max Kellermann
2008-10-14
1
-1
/
+15
*
shout: make the protocol configurable
Aaron McEwan
2008-10-12
1
-2
/
+25
*
shout: use strcmp() instead of strncasecmp()
Max Kellermann
2008-10-12
1
-2
/
+2
*
alsa: fall back to 16 bit output
Max Kellermann
2008-10-12
1
-0
/
+11
*
alsa: moved code to alsa_configure()
Max Kellermann
2008-10-12
1
-13
/
+18
*
alsa: don't override libasound's buffer_time and period_time
Max Kellermann
2008-10-11
1
-20
/
+19
*
alsa: re-enable blocking mode
Max Kellermann
2008-10-11
1
-15
/
+2
*
oss: fix opening default OSS device
Max Kellermann
2008-10-11
1
-1
/
+1
*
mvp: unsinged integers
Max Kellermann
2008-10-10
1
-4
/
+5
*
mvp: adapt to the new output device API
Max Kellermann
2008-10-10
1
-20
/
+21
*
mvp: missing includes
Max Kellermann
2008-10-10
1
-0
/
+5
*
oss: added OssData.audio_format
Max Kellermann
2008-10-10
1
-19
/
+20
*
audio_format: added audio_format_frame_size()
Max Kellermann
2008-10-10
2
-4
/
+3
*
audio_format: renamed sampleRate to sample_rate
Max Kellermann
2008-10-10
10
-27
/
+27
*
audio_format: unsigned integers
Max Kellermann
2008-10-10
3
-6
/
+6
*
shout: removed DISABLED_SHOUT_ENCODER_PLUGIN
Max Kellermann
2008-10-09
4
-11
/
+4
*
don't include os_compat.h
Max Kellermann
2008-10-08
4
-0
/
+12
*
audio_output: added method pause()
Max Kellermann
2008-09-29
2
-1
/
+20
*
use C99 struct initializers
Max Kellermann
2008-09-29
10
-90
/
+76
*
removed union const_hack
Max Kellermann
2008-09-29
1
-2
/
+4
*
switch to C99 types, part II
Max Kellermann
2008-09-29
2
-2
/
+2
*
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-29
2
-3
/
+3
*
output: make "struct audio_output" opaque for output plugins
Max Kellermann
2008-09-24
8
-175
/
+184
*
output: added audio_output_closed()
Max Kellermann
2008-09-24
1
-1
/
+1
*
output: added audio_output_get_name()
Max Kellermann
2008-09-24
1
-1
/
+1
*
output: set audio_output->open=1 in audio_output_task()
Max Kellermann
2008-09-24
10
-38
/
+1
*
output: pass audio_format to plugin.init() and plugin.open()
Max Kellermann
2008-09-24
10
-30
/
+54
*
audio_format: added audio_format_sample_size()
Max Kellermann
2008-09-23
4
-4
/
+4
*
alsa: re-enable-nonblocking, but sleep if busy
Eric Wong
2008-09-23
1
-7
/
+10
*
shout: don't write empty buffers
Max Kellermann
2008-09-12
1
-2
/
+4
*
shout: removed clear_shout_buffer()
Max Kellermann
2008-09-12
1
-8
/
+2
*
shout: make the shout_buffer static
Max Kellermann
2008-09-12
4
-12
/
+4
*
shout: constant plugin declarations
Max Kellermann
2008-09-12
4
-7
/
+7
*
shout: static encoder plugin list
Max Kellermann
2008-09-12
1
-35
/
+15
*
shout: removed typedefs on structs and plugin methods
Max Kellermann
2008-09-12
4
-73
/
+65
*
shout: added mp3 encoder
Eric Wollesen
2008-09-12
3
-0
/
+196
*
shout: introduce pluggable encoder API
Eric Wollesen
2008-09-12
3
-55
/
+177
*
shout: send shout metadata
Eric Wollesen
2008-09-12
3
-5
/
+19
*
shout: added struct _ogg_vorbis_data
Max Kellermann
2008-09-12
2
-56
/
+73
*
shout: added shout_buffer
Eric Wollesen
2008-09-12
3
-46
/
+102
*
shout: moved code to audioOutput_shout_ogg.c
Max Kellermann
2008-09-12
3
-153
/
+210
*
shout: moved declarations to audioOutput_shout.h
Max Kellermann
2008-09-12
2
-40
/
+69
*
shout: removed commented code
Max Kellermann
2008-09-12
1
-4
/
+0
*
shout: no CamelCase
Max Kellermann
2008-09-12
1
-194
/
+194
*
shout: use reqAudioFormat instead of outAudioFormat
Max Kellermann
2008-09-11
1
-1
/
+1
*
shout: copy the audio_format, instead of taking a pointer
Max Kellermann
2008-09-11
1
-13
/
+12
*
timer: constant pointers
Max Kellermann
2008-09-09
1
-1
/
+1
[next]