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
/
audioOutput_shout.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-26
renamed src/audioOutputs/ to src/output/
Max Kellermann
1
-596
/
+0
2008-10-12
shout: make the protocol configurable
Aaron McEwan
1
-2
/
+25
2008-10-12
shout: use strcmp() instead of strncasecmp()
Max Kellermann
1
-2
/
+2
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
1
-1
/
+1
2008-10-10
audio_format: unsigned integers
Max Kellermann
1
-1
/
+1
2008-10-09
shout: removed DISABLED_SHOUT_ENCODER_PLUGIN
Max Kellermann
1
-0
/
+4
2008-10-08
don't include os_compat.h
Max Kellermann
1
-0
/
+2
2008-09-29
audio_output: added method pause()
Max Kellermann
1
-1
/
+18
2008-09-29
use C99 struct initializers
Max Kellermann
1
-9
/
+8
2008-09-24
output: make "struct audio_output" opaque for output plugins
Max Kellermann
1
-24
/
+26
2008-09-24
output: set audio_output->open=1 in audio_output_task()
Max Kellermann
1
-4
/
+0
2008-09-24
output: pass audio_format to plugin.init() and plugin.open()
Max Kellermann
1
-3
/
+7
2008-09-12
shout: don't write empty buffers
Max Kellermann
1
-2
/
+4
2008-09-12
shout: removed clear_shout_buffer()
Max Kellermann
1
-8
/
+2
2008-09-12
shout: make the shout_buffer static
Max Kellermann
1
-7
/
+0
2008-09-12
shout: constant plugin declarations
Max Kellermann
1
-2
/
+2
2008-09-12
shout: static encoder plugin list
Max Kellermann
1
-35
/
+15
2008-09-12
shout: removed typedefs on structs and plugin methods
Max Kellermann
1
-3
/
+3
2008-09-12
shout: added mp3 encoder
Eric Wollesen
1
-0
/
+1
2008-09-12
shout: introduce pluggable encoder API
Eric Wollesen
1
-7
/
+68
2008-09-12
shout: send shout metadata
Eric Wollesen
1
-3
/
+13
2008-09-12
shout: added shout_buffer
Eric Wollesen
1
-26
/
+28
2008-09-12
shout: moved code to audioOutput_shout_ogg.c
Max Kellermann
1
-153
/
+5
2008-09-12
shout: moved declarations to audioOutput_shout.h
Max Kellermann
1
-40
/
+1
2008-09-12
shout: removed commented code
Max Kellermann
1
-4
/
+0
2008-09-12
shout: no CamelCase
Max Kellermann
1
-194
/
+194
2008-09-11
shout: use reqAudioFormat instead of outAudioFormat
Max Kellermann
1
-1
/
+1
2008-09-11
shout: copy the audio_format, instead of taking a pointer
Max Kellermann
1
-13
/
+12
2008-09-09
timer: constant pointers
Max Kellermann
1
-1
/
+1
2008-09-08
output: const plugin structures
Max Kellermann
1
-1
/
+1
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
1
-9
/
+11
2008-09-07
output: added output_api.h
Max Kellermann
1
-3
/
+2
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
1
-1
/
+1
2008-09-07
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
1
-1
/
+1
2008-08-29
tag: fix the shout and oggflac plugins
Max Kellermann
1
-8
/
+8
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
1
-2
/
+2
2008-08-26
converted MpdTagItem.type to an enum
Max Kellermann
1
-0
/
+2
2008-04-12
use size_t and constant pointer in ao plugins
Max Kellermann
1
-3
/
+5
2008-03-26
eliminated duplicate initialization
Max Kellermann
1
-1
/
+1
2008-03-26
parse/initialize with the correct data type
Max Kellermann
1
-1
/
+1
2008-02-05
fix -Wconst warnings
Max Kellermann
1
-6
/
+11
2008-01-26
fixed "comparison between signed and unsigned"
Max Kellermann
1
-1
/
+1
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-5
/
+0
2007-09-05
conf: use getBoolBlockParam for block params, too
Eric Wong
1
-10
/
+4
2007-08-27
export FATAL() with noreturn attribute
Eric Wong
1
-3
/
+1
2007-08-11
audioOutputs/audioOutput_shout: adding timers back
J. Alexander Treuman
1
-27
/
+80
2007-06-12
Use <= when comparing (current time - start time) to a timeout. This way
J. Alexander Treuman
1
-2
/
+2
2007-06-12
Make the shout timeout configurable. The default is still 2 seconds.
J. Alexander Treuman
1
-2
/
+13
2007-06-12
Redoing remiss's shout patch. This time, just block on open() instead of
J. Alexander Treuman
1
-96
/
+29
2007-06-09
This should resolve some of the timing issues experienced after switching fro...
Roger Bystrøm
1
-8
/
+76
[next]