summaryrefslogtreecommitdiff
path: root/src/modules/module-jack-sink.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-28build-system: move x11 and jack modules into subdirectoriesLennart Poettering1-497/+0
2009-03-25link jack modules's max_request to the jack buffer sizeLennart Poettering1-3/+18
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-21introduce default channel map in addition to the default sample specLennart Poettering1-2/+8
2009-01-15rework module usage counter stuff to be pull basedLennart Poettering1-0/+9
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-5/+5
2008-06-26make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering1-0/+4
2008-06-18make user of pa_channel_map_init_extend() wherever it makes senseLennart Poettering1-2/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-11/+21
2008-02-13deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering1-0/+1
2007-11-14add missing pa_boolizationLennart Poettering1-1/+1
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-4/+5
2007-11-01make rtprio and nice level actually configurableLennart Poettering1-4/+4
2007-10-29we don't want to include assert.h anymoreLennart Poettering1-1/+0
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-726/+299
2007-08-24Corrected a bogus comment.Tanu Kaskinen1-2/+1
2007-08-20Modified the JACK sink heavily:Tanu Kaskinen1-241/+716
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-35/+35
2006-11-06Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman1-4/+1
2006-09-26rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering1-1/+4
2006-08-18remove all occurences of Lennart Poettering1-14/+14
2006-08-11don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering1-1/+3
2006-07-19* add new function pa_check_in_group()Lennart Poettering1-3/+3
2006-07-14try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering1-2/+4
2006-06-19* more s/pulseaudio/PulseAudio/ replacementsLennart Poettering1-1/+1
2006-06-19big s/polyp/pulse/gLennart Poettering1-14/+14
2006-05-25* split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering1-1/+1
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman1-1/+2
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-1/+1
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-05-16* modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering1-1/+1
2006-04-26support new channel_map argument in sink/source modulesLennart Poettering1-7/+12
2006-04-18fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering1-0/+1
2006-04-18* allow the user to set the jack client nameLennart Poettering1-32/+44
2006-04-17add new JACK sinkLennart Poettering1-0/+382