summaryrefslogtreecommitdiff
path: root/src/modules/module-null-sink.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-07thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering1-1/+1
2009-09-04null: make name of null sink translatableLennart Poettering1-2/+3
2009-06-22Merge most of elmarco/rtclock2Lennart Poettering1-5/+6
2009-06-20pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau1-1/+2
2009-06-19core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering1-1/+0
2009-06-19perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau1-4/+4
2009-05-28modules: add {sink|source|card}_properties argument to all modulesLennart Poettering1-1/+1
2009-05-27null: introduce sink_properties= argumentLennart Poettering1-7/+14
2009-04-07mark null sink as support dynamic latencyLennart Poettering1-1/+1
2009-04-07adjust max_rewind/max_request whenever the latency changesLennart Poettering1-0/+5
2009-03-25again, don't fiddle with latency range in sinks with static latencyLennart Poettering1-4/+2
2009-03-24set request/rewind sizes only via accessor functionsLennart Poettering1-4/+5
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-0/+1
2009-01-15rework module usage counter stuff to be pull basedLennart Poettering1-0/+9
2009-01-08A few minor cleanups and updatesLennart Poettering1-6/+12
2008-10-02make sure we call pa_sink_process_rewind() if a rewind was requested under al...Lennart Poettering1-2/+7
2008-06-26make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering1-2/+6
2008-06-20Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering1-14/+14
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-16use new pa_sink_set_latency_range() in null sinkLennart Poettering1-1/+2
2008-06-11merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering1-2/+2
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-29/+110
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-4/+5
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-47/+120
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-12/+12
2006-08-18remove all occurences of Lennart Poettering1-3/+3
2006-08-12allow setting the null sink description by a module parameterLennart Poettering1-3/+5
2006-08-11don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering1-1/+1
2006-07-14improve latency calculation of NULL sinkLennart Poettering1-7/+27
2006-06-19big s/polyp/pulse/gLennart Poettering1-12/+12
2006-05-18Move timeval calculation functions into their own file.Pierre Ossman1-0/+1
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-4/+11
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-3/+3
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+150