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
/
JackOutputPlugin.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
1
-1
/
+1
2013-08-04
OutputPlugin: pass config_param reference
Max Kellermann
1
-14
/
+13
2013-08-03
audio_format: convert to C++
Max Kellermann
1
-14
/
+14
2013-08-03
gcc.h: add macro gcc_unreachable()
Max Kellermann
1
-0
/
+1
2013-07-30
tag: convert to C++
Max Kellermann
1
-0
/
+1
2013-07-30
output_api: convert to C++
Max Kellermann
1
-1
/
+1
2013-04-17
output/jack: convert to C++
Max Kellermann
1
-90
/
+110
2012-08-14
output/jack: implement method delay()
Max Kellermann
1
-4
/
+11
2012-04-04
output/jack: check for connection failure before starting playback
Max Kellermann
1
-0
/
+3
2012-04-04
output/jack: workaround for libjack1 crash bug
Max Kellermann
1
-0
/
+13
2011-09-19
output_plugin: the plugin allocates the audio_output object
Max Kellermann
1
-20
/
+29
2011-09-17
output: per-plugin header
Max Kellermann
1
-0
/
+1
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2010-03-10
output/jack: drain the ring buffers during pause
Max Kellermann
1
-0
/
+7
2010-03-10
output/jack: synchronize all channels
Max Kellermann
1
-9
/
+26
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-12-02
audio_format: changed "bits" to "enum sample_format"
Max Kellermann
1
-5
/
+6
2009-11-12
include config.h in all sources
Max Kellermann
1
-1
/
+1
2009-11-07
output/jack: added option "server_name"
Max Kellermann
1
-1
/
+8
2009-11-07
output/jack: free source port names on exit
Max Kellermann
1
-0
/
+3
2009-11-06
output/jack: dynamic source port list
Max Kellermann
1
-37
/
+74
2009-11-06
output/jack: dynamic destination port list
Max Kellermann
1
-25
/
+71
2009-11-06
output/jack: renamed option "ports" to "destination_ports"
Max Kellermann
1
-1
/
+9
2009-11-06
output/jack: renamed "output ports" to "destination ports"
Max Kellermann
1
-18
/
+20
2009-11-05
output/jack: support mono input
Max Kellermann
1
-13
/
+41
2009-11-05
output/jack: clear ring buffers before activating
Max Kellermann
1
-1
/
+6
2009-11-05
output/jack: use jack_client_open() instead of jack_client_new()
Max Kellermann
1
-4
/
+23
2009-11-05
output/jack: added option "client_name"
Max Kellermann
1
-3
/
+2
2009-10-23
output/jack: implement methods enable()/disable()
Max Kellermann
1
-16
/
+24
2009-10-21
output/jack: make ringbuffer_size a size_t
Max Kellermann
1
-1
/
+1
2009-10-21
output/jack: connect to server on MPD startup
Max Kellermann
1
-69
/
+119
2009-10-21
output/jack: removed the empty "cancel" method
Max Kellermann
1
-6
/
+0
2009-10-21
output/jack: renamed parameter "error" to "error_r"
Max Kellermann
1
-12
/
+12
2009-10-21
output/jack: implement the "pause" method
Max Kellermann
1
-0
/
+41
2009-10-21
output/jack: renamed source to jack_output_plugin.c
Max Kellermann
1
-2
/
+2
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-5
/
+7
2009-03-01
output: removed duplicate debug messages from plugins
Max Kellermann
1
-1
/
+0
2009-02-26
output_plugin: report errors with GError
Max Kellermann
1
-21
/
+40
2009-02-25
output_plugin: don't pass audio_output object to method init()
Max Kellermann
1
-2
/
+1
2009-02-25
output_api: removed audio_output_get_name()
Max Kellermann
1
-10
/
+4
2009-02-24
jack: initialize local variable "space"
Max Kellermann
1
-1
/
+1
2009-02-23
output: pass the music chunk pointer as void*, not char*
Max Kellermann
1
-2
/
+2
2009-02-23
output_api: play() returns a length
Max Kellermann
1
-18
/
+15
2009-02-19
utils: use g_usleep() instead of my_usleep()
Max Kellermann
1
-2
/
+1
2009-02-16
output_api: don't include config.h
Max Kellermann
1
-0
/
+1
2009-01-30
jack: don't override output_ports in connect()
Max Kellermann
1
-10
/
+22
2009-01-30
jack: removed sample_rate callback
Max Kellermann
1
-20
/
+7
2009-01-30
configure.ac: detect jack_set_info_function()
Max Kellermann
1
-0
/
+5
2009-01-30
jack: print info messages
Max Kellermann
1
-0
/
+7
2009-01-29
jack: don't manually close on shutdown
Max Kellermann
1
-3
/
+1
[next]