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_control.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-09-19
output_plugin: the plugin allocates the audio_output object
Max Kellermann
1
-5
/
+0
2011-09-01
output_all: move _lock_signal() to output_control.c
Max Kellermann
1
-2
/
+8
2011-09-01
output_thread: reimplement CANCEL synchronization
Max Kellermann
1
-0
/
+5
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2011-01-10
player_control: removed the global variable "pc"
Max Kellermann
1
-0
/
+2
2010-03-10
output: added option "always_on" for radio stations
Max Kellermann
1
-0
/
+9
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-09
output_thread: added command DRAIN
Max Kellermann
1
-0
/
+3
2009-10-23
output_plugin: added methods enable() and disable()
Max Kellermann
1
-0
/
+12
2009-10-20
output_init: renamed parameter "error" to "error_r"
Max Kellermann
1
-1
/
+1
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-03-10
output_control: removed audio_output_signal()
Max Kellermann
1
-8
/
+0
2009-03-09
output: play from a music_pipe object
Max Kellermann
1
-5
/
+4
2009-03-09
output_control: make audio_output_open() static
Max Kellermann
1
-4
/
+0
2009-03-07
output_all: audio_output_all_update() returns bool
Max Kellermann
1
-1
/
+3
2009-03-01
output_init: return GError on error
Max Kellermann
1
-1
/
+10
2009-02-25
output: audio_output_init() returns bool
Max Kellermann
1
-1
/
+1
2009-02-23
output: pass the music chunk pointer as void*, not char*
Max Kellermann
1
-1
/
+1
2009-02-16
output_control: no CamelCase
Max Kellermann
1
-12
/
+11
2009-01-25
conf: const pointers in block get functions
Max Kellermann
1
-1
/
+1
2009-01-18
output: don't include conf.h from output_control.h
Max Kellermann
1
-2
/
+1
2009-01-17
conf: no CamelCase, part I
Max Kellermann
1
-1
/
+2
2008-10-31
added prefix to header macros
Max Kellermann
1
-2
/
+2
2008-10-29
output: moved code to audio_output_update()
Max Kellermann
1
-0
/
+7
2008-10-29
output: use bool for return values and flags
Max Kellermann
1
-2
/
+5
2008-10-08
don't include os_compat.h
Max Kellermann
1
-1
/
+2
2008-09-29
audio_output: added method pause()
Max Kellermann
1
-0
/
+3
2008-09-26
audio_output: workaround for deadlock
Max Kellermann
1
-0
/
+9
2008-09-24
output: semi-asynchronous playback
Max Kellermann
1
-2
/
+2
2008-09-09
output: renamed the functions in output_control.c
Max Kellermann
1
-10
/
+10
2008-09-09
output: moved code from audioOutput.c to output_control.c
Max Kellermann
1
-6
/
+2
2008-09-09
output: removed keepAudioOutputAlive() declaration
Max Kellermann
1
-1
/
+0
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
-21
/
+22
2008-09-07
output: added output_api.h
Max Kellermann
1
-64
/
+3
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
-2
/
+3
2008-08-29
pass constant pointers
Max Kellermann
1
-2
/
+2
2008-08-26
moved struct AudioFormat to audio_format.h
Max Kellermann
1
-1
/
+1
2008-04-12
const pointers in audioOutput.c
Max Kellermann
1
-1
/
+2
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
-2
/
+3
2008-02-05
fix -Wconst warnings
Max Kellermann
1
-3
/
+3
2008-01-26
fixed invalid C prototypes
Max Kellermann
1
-1
/
+1
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-0
/
+1
2007-06-13
Adding FIFO audio output. This is pretty much identical to the old one,
J. Alexander Treuman
1
-0
/
+1
2007-06-12
Load shout first instead of last. This makes it more likely to block other
J. Alexander Treuman
1
-1
/
+1
2007-06-10
Load the shout plugin last. This will make sure it's played to last,
J. Alexander Treuman
1
-1
/
+1
2007-05-30
Adding a null output plugin.
J. Alexander Treuman
1
-0
/
+1
2007-05-24
Reverting to the full lsr API. Turns out the simple API needs all of the
J. Alexander Treuman
1
-0
/
+2
[next]