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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
output_thread: call replay gain filter manually
Max Kellermann
2010-05-02
1
-2
/
+9
*
player_thread: move cross-fading to output thread
Max Kellermann
2010-05-02
1
-0
/
+2
*
output: added option "always_on" for radio stations
Max Kellermann
2010-03-10
1
-0
/
+1
*
replay_gain: optionally use hardware mixer to apply replay gain
Max Kellermann
2010-02-17
1
-5
/
+28
*
replay_gain: reimplement as a filter plugin
Max Kellermann
2010-02-17
1
-0
/
+11
*
Update copyright notices.
Avuton Olrich
2009-12-31
1
-1
/
+1
*
output_init: use the normalize filter plugin
Max Kellermann
2009-12-25
1
-0
/
+11
*
Proper error reporting from filter_config
Albin Eldstål-Damlin
2009-12-14
1
-1
/
+10
*
Split filter_config into its own module
Albin Eldstål-Damlin
2009-12-14
1
-0
/
+1
*
Initial filter chain and filter configuration for outputs.
Albin Eldstål-Damlin
2009-12-14
1
-0
/
+4
*
include config.h in all sources
Max Kellermann
2009-11-12
1
-0
/
+1
*
output: consistently lock audio output objects
Max Kellermann
2009-10-29
1
-1
/
+1
*
output_plugin: added methods enable() and disable()
Max Kellermann
2009-10-23
1
-0
/
+1
*
audio_format: wildcards allowed in audio_format configuration
Max Kellermann
2009-10-21
1
-3
/
+2
*
output: convert config_audio_format to an audio_format struct
Max Kellermann
2009-10-21
1
-6
/
+7
*
mixer_plugin: pass audio_output pointer to mixer_plugin.init()
Max Kellermann
2009-10-21
1
-4
/
+5
*
mixer_plugin: use GError for error handling
Max Kellermann
2009-10-20
1
-4
/
+11
*
output_init: renamed parameter "error" to "error_r"
Max Kellermann
2009-10-20
1
-7
/
+7
*
Merged release 0.15.3 from branch 'v0.15.x'
Max Kellermann
2009-08-30
1
-0
/
+1
|
\
|
*
output_init: initialize the "pause" flag
Max Kellermann
2009-08-18
1
-0
/
+1
*
|
output: use the software mixer plugin
Max Kellermann
2009-07-06
1
-6
/
+52
*
|
output_init: moved the "convert" filter at the end
Max Kellermann
2009-07-06
1
-5
/
+9
*
|
output_init: merge two local string variables
Max Kellermann
2009-07-06
1
-11
/
+9
*
|
output_init: parse audio format earlier
Max Kellermann
2009-07-06
1
-12
/
+10
*
|
output: attach a filter chain to each audio_output
Max Kellermann
2009-07-06
1
-1
/
+14
*
|
output_init: moved mixer instantiation to separate function
Max Kellermann
2009-07-05
1
-5
/
+14
|
/
*
output_init: added option to disable the hardware mixer
Max Kellermann
2009-04-28
1
-1
/
+2
*
output_plugin: replaced output_plugin.get_mixer() with mixer_plugin
Max Kellermann
2009-03-26
1
-0
/
+6
*
output: convert audio_output.config_audio_format to boolean
Max Kellermann
2009-03-20
1
-5
/
+6
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-6
/
+7
*
output: play from a music_pipe object
Max Kellermann
2009-03-09
1
-0
/
+1
*
output_init: removed getBlockParam()
Max Kellermann
2009-03-01
1
-18
/
+20
*
output_init: return GError on error
Max Kellermann
2009-03-01
1
-19
/
+15
*
output_init: moved code to audio_output_detect()
Max Kellermann
2009-03-01
1
-16
/
+26
*
output: use GTimer instead of time_t for reopen after failure
Max Kellermann
2009-02-28
1
-1
/
+1
*
output: added option to disable audio outputs by default
Max Kellermann
2009-02-28
1
-1
/
+1
*
output_plugin: report errors with GError
Max Kellermann
2009-02-26
1
-3
/
+8
*
output: audio_output_init() returns bool
Max Kellermann
2009-02-25
1
-4
/
+4
*
output: set a GLib log domain
Max Kellermann
2009-02-25
1
-0
/
+3
*
output_plugin: don't pass audio_output object to method init()
Max Kellermann
2009-02-25
1
-1
/
+1
*
output_plugin: added inline wrapper functions
Max Kellermann
2009-02-16
1
-3
/
+4
*
audio: replaced parseAudioConfig() with audio_format_parse()
Max Kellermann
2009-02-11
1
-4
/
+9
*
output_api: no CamelCase in struct audio_output
Max Kellermann
2009-02-10
1
-4
/
+5
*
conf: const pointers in block get functions
Max Kellermann
2009-01-25
1
-1
/
+1
*
conf: no CamelCase, part I
Max Kellermann
2009-01-17
1
-2
/
+3
*
pcm_convert: return PCM buffer from pcm_convert()
Max Kellermann
2009-01-17
1
-3
/
+0
*
output: migrate from pthread to glib threads
Thomas Jansen
2008-12-28
1
-1
/
+1
*
output: use GLib instead of log.h/util.h
Max Kellermann
2008-11-25
1
-15
/
+16
*
output: delay reopen after device failure
Max Kellermann
2008-10-29
1
-0
/
+1
*
output: moved audioDeviceStates to audio_output.enabled
Max Kellermann
2008-10-29
1
-0
/
+1
[next]