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
/
audioOutputs
/
audioOutput_jack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
renamed src/audioOutputs/ to src/output/
Max Kellermann
2008-10-26
1
-486
/
+0
*
jack: support for 24 bit samples
Max Kellermann
2008-10-24
1
-1
/
+32
*
jack: moved code to jack_write_samples_16()
Max Kellermann
2008-10-24
1
-14
/
+42
*
jack: eliminated CamelCase
Max Kellermann
2008-10-24
1
-73
/
+76
*
jack: added assertions against partial frames
Max Kellermann
2008-10-24
1
-0
/
+2
*
jack: optimize local variables
Max Kellermann
2008-10-24
1
-9
/
+8
*
jack: lockless data transfer to jack thread
Max Kellermann
2008-10-24
1
-47
/
+15
*
jack: partial writes to ring buffer
Max Kellermann
2008-10-24
1
-15
/
+15
*
jack: added constant "frame_size"
Max Kellermann
2008-10-24
1
-1
/
+2
*
jack: fix indentation
Max Kellermann
2008-10-24
1
-33
/
+33
*
audio_format: renamed sampleRate to sample_rate
Max Kellermann
2008-10-10
1
-4
/
+4
*
don't include os_compat.h
Max Kellermann
2008-10-08
1
-0
/
+2
*
use C99 struct initializers
Max Kellermann
2008-09-29
1
-9
/
+8
*
output: make "struct audio_output" opaque for output plugins
Max Kellermann
2008-09-24
1
-30
/
+27
*
output: added audio_output_closed()
Max Kellermann
2008-09-24
1
-1
/
+1
*
output: set audio_output->open=1 in audio_output_task()
Max Kellermann
2008-09-24
1
-4
/
+1
*
output: pass audio_format to plugin.init() and plugin.open()
Max Kellermann
2008-09-24
1
-8
/
+18
*
output: const plugin structures
Max Kellermann
2008-09-08
1
-1
/
+1
*
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
2008-09-07
1
-12
/
+12
*
output: added output_api.h
Max Kellermann
2008-09-07
1
-3
/
+2
*
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-09-07
1
-2
/
+2
*
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
2008-09-07
1
-8
/
+9
*
made "sample_size" static const
Max Kellermann
2008-08-26
1
-1
/
+1
*
moved jack configuration to the JackData struct
Max Kellermann
2008-08-26
1
-49
/
+64
*
jack: removed unused macros
Max Kellermann
2008-08-26
1
-10
/
+0
*
jack: don't set audioOutput->data=NULL
Max Kellermann
2008-08-26
1
-5
/
+5
*
jack: initialize JackData in jack_initDriver()
Max Kellermann
2008-08-26
1
-6
/
+2
*
jack: added freeJackClient()
Max Kellermann
2008-08-26
1
-13
/
+25
*
jack: initialize jd->client after !jd check
Max Kellermann
2008-08-26
1
-5
/
+5
*
jack: eliminate superfluous freeJackData() calls
Max Kellermann
2008-08-26
1
-6
/
+0
*
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-08-26
1
-2
/
+2
*
jack: initialize audioOutput->data
Max Kellermann
2008-06-13
1
-1
/
+3
*
use size_t and constant pointer in ao plugins
Max Kellermann
2008-04-12
1
-3
/
+4
*
yet more unsigned integers
Max Kellermann
2008-04-12
1
-1
/
+1
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-7
/
+6
*
adding \n to a bunch of error message strings
J. Alexander Treuman
2007-08-27
1
-3
/
+3
*
Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.
J. Alexander Treuman
2007-05-23
1
-18
/
+13
*
Only a few changes in jack_playAudio.
José Anarch
2007-04-11
1
-13
/
+19
*
Now process and playAudio use mutexes.
José Anarch
2007-04-09
1
-52
/
+20
*
The massive copyright update
Avuton Olrich
2007-04-05
1
-1
/
+1
*
Another patch from Jose
Avuton Olrich
2007-03-23
1
-50
/
+29
*
Add new update from Jose for JACK
Avuton Olrich
2007-03-23
1
-31
/
+71
*
José Anarch: JACK updates
Avuton Olrich
2007-01-20
1
-40
/
+63
*
jack: fix type warning in error message
Eric Wong
2007-01-14
1
-2
/
+2
*
jack: fix double-free in finish routine
Eric Wong
2007-01-14
1
-3
/
+12
*
jack: fix potential segfaults in parsing bad configs for 'ports'
Eric Wong
2007-01-14
1
-5
/
+21
*
jack: fix multiple segfaults when jackd hasn't been started
Eric Wong
2007-01-14
1
-8
/
+17
*
jack: strdup => xstrdup for error checking
Eric Wong
2007-01-14
1
-4
/
+4
*
jack: declare global variables as static
Eric Wong
2007-01-14
1
-3
/
+3
*
And a fix for the warnings in the last patch for JACK
Avuton Olrich
2006-12-30
1
-4
/
+5
[next]