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
/
jack_plugin.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-02-27
output/jack: fix crash with mono playback
Max Kellermann
1
-1
/
+1
2011-02-25
output/jack: rename variable sample_size to jack_sample_size
Max Kellermann
1
-5
/
+6
2009-10-21
output/jack: renamed source to jack_output_plugin.c
Max Kellermann
1
-450
/
+0
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
2009-01-29
jack: initialize output_ports if not configured
Max Kellermann
1
-0
/
+3
2009-01-29
jack: close JACK client on stop
Max Kellermann
1
-4
/
+4
2009-01-29
jack: removed "bps" attribute
Max Kellermann
1
-5
/
+1
2009-01-29
jack: make mpd_jack_connect() return bool
Max Kellermann
1
-10
/
+10
2009-01-29
jack: use loops for allocating/freeing ports/buffers
Max Kellermann
1
-36
/
+32
2009-01-29
jack: fail if jack_get_ports() returns NULL
Max Kellermann
1
-19
/
+23
2009-01-29
jack: use jack_port_name() instead of g_malloc()+sprintf()
Max Kellermann
1
-12
/
+2
2009-01-29
jack: initialize libjack's error function in mpd_jack_init()
Max Kellermann
1
-1
/
+2
2009-01-29
jack: reduced sleep time to 1ms
Max Kellermann
1
-1
/
+1
2009-01-29
jack: clear "shutdown" flag on reconnect
Max Kellermann
1
-0
/
+2
2009-01-29
jack: allocate ring buffers before connecting
Max Kellermann
1
-5
/
+3
2009-01-29
jack: register ports before activating clients
Max Kellermann
1
-5
/
+5
2009-01-25
use g_free() instead of free()
Max Kellermann
1
-4
/
+4
2009-01-25
conf: allow param==NULL
Max Kellermann
1
-13
/
+1
2009-01-25
conf: const pointers in block get functions
Max Kellermann
1
-1
/
+1
2009-01-18
conf: added config_get_block_unsigned()
Max Kellermann
1
-15
/
+2
2009-01-18
conf: added config_get_block_string()
Max Kellermann
1
-3
/
+5
2009-01-18
jack: parse "ports" setting with g_strsplit()
Max Kellermann
1
-20
/
+7
2009-01-18
jack: use audio_output_get_name()
Max Kellermann
1
-11
/
+1
2009-01-17
conf: no CamelCase, part I
Max Kellermann
1
-2
/
+2
2009-01-02
jack: use GLib instead of utils.h
Max Kellermann
1
-15
/
+14
2009-01-02
jack: duplicate jack_get_ports() return values
Max Kellermann
1
-3
/
+4
2009-01-01
output plugins: don't include gcc.h
Max Kellermann
1
-4
/
+4
2008-12-29
jack: use GLib logging
Max Kellermann
1
-28
/
+30
2008-11-01
alsa, jack: no const pointers for allocated strings
Max Kellermann
1
-9
/
+17
2008-10-29
output: use bool for return values and flags
Max Kellermann
1
-8
/
+8
2008-10-26
output: don't compile plugins which are disabled
Max Kellermann
1
-9
/
+0
2008-10-26
renamed src/audioOutputs/ to src/output/
Max Kellermann
1
-0
/
+0
2008-10-24
jack: support for 24 bit samples
Max Kellermann
1
-1
/
+32
2008-10-24
jack: moved code to jack_write_samples_16()
Max Kellermann
1
-14
/
+42
2008-10-24
jack: eliminated CamelCase
Max Kellermann
1
-73
/
+76
2008-10-24
jack: added assertions against partial frames
Max Kellermann
1
-0
/
+2
[next]