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
/
plugins
/
JackOutputPlugin.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2008-10-24
jack: optimize local variables
Max Kellermann
1
-9
/
+8
2008-10-24
jack: lockless data transfer to jack thread
Max Kellermann
1
-47
/
+15
2008-10-24
jack: partial writes to ring buffer
Max Kellermann
1
-15
/
+15
2008-10-24
jack: added constant "frame_size"
Max Kellermann
1
-1
/
+2
2008-10-24
jack: fix indentation
Max Kellermann
1
-33
/
+33
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
1
-4
/
+4
2008-10-08
don't include os_compat.h
Max Kellermann
1
-0
/
+2
2008-09-29
use C99 struct initializers
Max Kellermann
1
-9
/
+8
2008-09-24
output: make "struct audio_output" opaque for output plugins
Max Kellermann
1
-30
/
+27
2008-09-24
output: added audio_output_closed()
Max Kellermann
1
-1
/
+1
2008-09-24
output: set audio_output->open=1 in audio_output_task()
Max Kellermann
1
-4
/
+1
2008-09-24
output: pass audio_format to plugin.init() and plugin.open()
Max Kellermann
1
-8
/
+18
2008-09-08
output: const plugin structures
Max Kellermann
1
-1
/
+1
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
1
-12
/
+12
2008-09-07
output: added output_api.h
Max Kellermann
1
-3
/
+2
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
1
-2
/
+2
2008-09-07
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
1
-8
/
+9
2008-08-26
made "sample_size" static const
Max Kellermann
1
-1
/
+1
2008-08-26
moved jack configuration to the JackData struct
Max Kellermann
1
-49
/
+64
2008-08-26
jack: removed unused macros
Max Kellermann
1
-10
/
+0
2008-08-26
jack: don't set audioOutput->data=NULL
Max Kellermann
1
-5
/
+5
2008-08-26
jack: initialize JackData in jack_initDriver()
Max Kellermann
1
-6
/
+2
2008-08-26
jack: added freeJackClient()
Max Kellermann
1
-13
/
+25
2008-08-26
jack: initialize jd->client after !jd check
Max Kellermann
1
-5
/
+5
2008-08-26
jack: eliminate superfluous freeJackData() calls
Max Kellermann
1
-6
/
+0
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
1
-2
/
+2
2008-06-13
jack: initialize audioOutput->data
Max Kellermann
1
-1
/
+3
2008-04-12
use size_t and constant pointer in ao plugins
Max Kellermann
1
-3
/
+4
2008-04-12
yet more unsigned integers
Max Kellermann
1
-1
/
+1
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-7
/
+6
2007-08-27
adding \n to a bunch of error message strings
J. Alexander Treuman
1
-3
/
+3
2007-05-23
Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.
J. Alexander Treuman
1
-18
/
+13
2007-04-11
Only a few changes in jack_playAudio.
José Anarch
1
-13
/
+19
[prev]
[next]