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
/
output_init.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-25
conf: const pointers in block get functions
Max Kellermann
1
-1
/
+1
2009-01-17
conf: no CamelCase, part I
Max Kellermann
1
-2
/
+3
2009-01-17
pcm_convert: return PCM buffer from pcm_convert()
Max Kellermann
1
-3
/
+0
2008-12-28
output: migrate from pthread to glib threads
Thomas Jansen
1
-1
/
+1
2008-11-25
output: use GLib instead of log.h/util.h
Max Kellermann
1
-15
/
+16
2008-10-29
output: delay reopen after device failure
Max Kellermann
1
-0
/
+1
2008-10-29
output: moved audioDeviceStates to audio_output.enabled
Max Kellermann
1
-0
/
+1
2008-10-29
output: use bool for return values and flags
Max Kellermann
1
-2
/
+2
2008-10-21
pcm_utils: added pcm_convert_init()
Max Kellermann
1
-1
/
+1
2008-10-21
pcm_utils: renamed ConvState to struct pcm_convert_state
Max Kellermann
1
-1
/
+1
2008-09-24
output: make "struct audio_output" opaque for output plugins
Max Kellermann
1
-1
/
+3
2008-09-24
output: pass audio_format to plugin.init() and plugin.open()
Max Kellermann
1
-1
/
+1
2008-09-24
output: one thread per audio output
Max Kellermann
1
-0
/
+4
2008-09-11
output: don't initialize inAudioFormat, outAudioFormat
Max Kellermann
1
-4
/
+0
2008-09-11
output: removed audio_output.sameInAndOutFormats
Max Kellermann
1
-1
/
+0
2008-09-11
output: removed audio_output.convertAudioFormat
Max Kellermann
1
-5
/
+2
2008-09-09
audio: replaced copyAudioFormat() with simple assignment
Max Kellermann
1
-1
/
+1
2008-09-09
output: renamed the functions in output_control.c
Max Kellermann
1
-1
/
+1
2008-09-09
output: moved code from audioOutput.c to output_control.c
Max Kellermann
1
-117
/
+1
2008-09-09
output: renamed method names
Max Kellermann
1
-12
/
+11
2008-09-08
output: static audio_output_plugin list as array
Max Kellermann
1
-44
/
+11
2008-09-07
output: replace audio_output.*Func with audio_output.plugin
Max Kellermann
1
-17
/
+11
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
1
-15
/
+16
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
-4
/
+4
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
1
-1
/
+2
2008-08-29
pass constant pointers
Max Kellermann
1
-1
/
+1
2008-08-26
moved struct AudioFormat to audio_format.h
Max Kellermann
1
-0
/
+1
2008-04-12
const pointers in audioOutput.c
Max Kellermann
1
-1
/
+2
2008-04-12
use free()/malloc() instead of realloc()
Max Kellermann
1
-2
/
+3
2008-04-12
use size_t in audioOutput.c internals
Max Kellermann
1
-1
/
+1
2008-04-12
use size_t and constant pointer in ao plugins
Max Kellermann
1
-3
/
+4
2008-04-12
use size_t for pcm_sizeOfConvBuffer() result
Max Kellermann
1
-4
/
+4
2008-02-05
fix -Wconst warnings
Max Kellermann
1
-2
/
+2
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-2
/
+1
2007-06-09
Tidying up some code.
J. Alexander Treuman
1
-17
/
+10
2007-05-30
Only call finishDriverFunc if there is one. The null plugin doesn't have
J. Alexander Treuman
1
-1
/
+2
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
1
-6
/
+3
2007-05-26
Make pcm_convertAudioFormat return the buffer size. This is necessary
J. Alexander Treuman
1
-8
/
+6
2007-05-24
Reverting to the full lsr API. Turns out the simple API needs all of the
J. Alexander Treuman
1
-4
/
+6
2007-05-22
Split pcm_convertAudioFormat into separate functions for bitrate, channel,
J. Alexander Treuman
1
-5
/
+3
2007-04-05
The massive copyright update
Avuton Olrich
1
-1
/
+1
2006-10-17
an attempted fix for bug 1368
Warren Dukes
1
-20
/
+26
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
1
-1
/
+1
2006-08-11
Spelling & Grammar
Avuton Olrich
1
-1
/
+1
2006-08-01
audio: malloc reductions
Eric Wong
1
-33
/
+26
2006-07-30
remove deprecated myfprintf wrapper
Eric Wong
1
-2
/
+3
2006-07-20
Add mpd-indent.sh
Avuton Olrich
1
-1
/
+1
2006-07-20
Add mpd-indent.sh
Avuton Olrich
1
-85
/
+98
2006-07-17
sparse: ANSI-fy function declarations
Eric Wong
1
-2
/
+2
[next]