index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-jack-sink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-28
build-system: move x11 and jack modules into subdirectories
Lennart Poettering
1
-497
/
+0
2009-03-25
link jack modules's max_request to the jack buffer size
Lennart Poettering
1
-3
/
+18
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-21
introduce default channel map in addition to the default sample spec
Lennart Poettering
1
-2
/
+8
2009-01-15
rework module usage counter stuff to be pull based
Lennart Poettering
1
-0
/
+9
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-5
/
+5
2008-06-26
make sure to call process_rewind() under all circumstances before we do the n...
Lennart Poettering
1
-0
/
+4
2008-06-18
make user of pa_channel_map_init_extend() wherever it makes sense
Lennart Poettering
1
-2
/
+1
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2008-05-15
merge glitch-free branch back into trunk
Lennart Poettering
1
-11
/
+21
2008-02-13
deal with a possibly failing pa_channel_map_init_auto() correctly
Lennart Poettering
1
-0
/
+1
2007-11-14
add missing pa_boolization
Lennart Poettering
1
-1
/
+1
2007-11-09
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
1
-4
/
+5
2007-11-01
make rtprio and nice level actually configurable
Lennart Poettering
1
-4
/
+4
2007-10-29
we don't want to include assert.h anymore
Lennart Poettering
1
-1
/
+0
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-726
/
+299
2007-08-24
Corrected a bogus comment.
Tanu Kaskinen
1
-2
/
+1
2007-08-20
Modified the JACK sink heavily:
Tanu Kaskinen
1
-241
/
+716
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+2
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-35
/
+35
2006-11-06
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
1
-4
/
+1
2006-09-26
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
1
-1
/
+4
2006-08-18
remove all occurences of
Lennart Poettering
1
-14
/
+14
2006-08-11
don't set the sink/source descriptions manually, use the new functions pa_{si...
Lennart Poettering
1
-1
/
+3
2006-07-19
* add new function pa_check_in_group()
Lennart Poettering
1
-3
/
+3
2006-07-14
try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which
Lennart Poettering
1
-2
/
+4
2006-06-19
* more s/pulseaudio/PulseAudio/ replacements
Lennart Poettering
1
-1
/
+1
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-14
/
+14
2006-05-25
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
Lennart Poettering
1
-1
/
+1
2006-05-22
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
1
-1
/
+2
2006-05-17
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
1
-1
/
+1
2006-05-17
Move xmalloc to the public side (libpolyp).
Pierre Ossman
1
-1
/
+2
2006-05-16
* modify pa_channel_map_init_auto() to take an extra argument specifying the ...
Lennart Poettering
1
-1
/
+1
2006-04-26
support new channel_map argument in sink/source modules
Lennart Poettering
1
-7
/
+12
2006-04-18
fix a couple of issues I found when compiling polypaudio with gcc 2.95
Lennart Poettering
1
-0
/
+1
2006-04-18
* allow the user to set the jack client name
Lennart Poettering
1
-32
/
+44
2006-04-17
add new JACK sink
Lennart Poettering
1
-0
/
+382