summaryrefslogtreecommitdiffstats
path: root/src/modules/module-jack-source.c
Commit message (Expand)AuthorAgeFilesLines
* Don't initialize userdata twiceLennart Poettering2009-03-251-1/+0
* link jack modules's max_request to the jack buffer sizeLennart Poettering2009-03-251-5/+4
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* Use pa_assert_se() when the containing code has side effects.Colin Guthrie2009-03-021-1/+1
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-2/+8
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-151-0/+9
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-2/+2
* make user of pa_channel_map_init_extend() wherever it makes senseLennart Poettering2008-06-181-2/+1
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-10/+20
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-131-0/+1
* add missing pa_boolizationLennart Poettering2007-11-141-1/+1
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-091-4/+5
* make rtprio and nice level actually configurableLennart Poettering2007-11-011-4/+4
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-148/+167
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-35/+35
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-6/+1
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-1/+6
* remove all occurences of Lennart Poettering2006-08-181-14/+14
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-1/+1
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-1/+3
* * add new function pa_check_in_group()Lennart Poettering2006-07-191-3/+3
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-141-2/+4
* * more s/pulseaudio/PulseAudio/ replacementsLennart Poettering2006-06-191-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-191-14/+14
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-1/+2
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-1/+1
* support new channel_map argument in sink/source modulesLennart Poettering2006-04-261-6/+11
* fix connecting of jack source in jack daemonLennart Poettering2006-04-181-1/+1
* add a jack source moduleLennart Poettering2006-04-181-0/+393