summaryrefslogtreecommitdiff
path: root/src/modules/module-combine.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-05module-combine-sink: Check running flag before rendering in null modeForest Bond1-0/+4
2011-06-05module-combine-sink: Initialize smoother in paused stateForest Bond1-6/+9
2011-06-05module-combine-sink: Initialize smoother with offset pa_rtclock_now()Forest Bond1-1/+1
2011-02-25Limit rate adjustments to small, inaudible jumpsMaarten Bosmans1-10/+16
2010-11-17combine: Only check if the sink is h/w etc. in automatic modeColin Guthrie1-8/+8
2010-11-17combine: Handle reappearing slave sinks in non-automatic mode.Antti-Ville Jansson1-3/+23
2010-05-03thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering1-1/+1
2010-01-18native: rework handling of seeks that depend on variables the client does not...Lennart Poettering1-2/+2
2010-01-08core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering1-1/+1
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering1-1/+2
2009-08-26combine: store adjust time in usecLennart Poettering1-15/+15
2009-08-21combine: quieten gcc a bitLennart Poettering1-0/+2
2009-08-15combine: determine sample parameters of combined sink from underlying sinksMaarten Bosmans1-0/+49
2009-08-15combine: warn when the latency of a stream gets too highLennart Poettering1-0/+3
2009-08-15combine: big reworkLennart Poettering1-205/+266
2009-08-15combine: drop adjust_timestamp variable because it is unusedLennart Poettering1-12/+2
2009-08-15core: move rtpoll to thread_info sub structureLennart Poettering1-2/+2
2009-06-29combine: Do not set (and update) description if the user passed one in during...Colin Guthrie1-1/+12
2009-06-22Merge most of elmarco/rtclock2Lennart Poettering1-18/+12
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-11/+4
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-6/+6
2009-06-05core: add a suspend cause flags fieldLennart Poettering1-2/+2
2009-05-28modules: add {sink|source|card}_properties argument to all modulesLennart Poettering1-2/+10
2009-04-05Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering1-2/+9
2009-03-25don't fiddle with latency range because we cannot adjust it dynamicallyLennart Poettering1-7/+4
2009-03-24set request/rewind sizes only via accessor functionsLennart Poettering1-1/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-03-02Use pa_assert_se() when the containing code has side effects.Colin Guthrie1-1/+1
2009-02-21introduce default channel map in addition to the default sample specLennart Poettering1-1/+2
2009-02-03make a couple of functions return proper error codesLennart Poettering1-1/+1
2009-01-22include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering1-0/+1
2009-01-15kill autoload stuff as plannedLennart Poettering1-1/+1
2009-01-15add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering1-1/+1
2008-08-20add a few missing castsLennart Poettering1-2/+2
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-3/+3
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering1-1/+1
2008-06-27handle rewind requestsLennart Poettering1-0/+4
2008-06-26make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering1-1/+0
2008-06-26split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering1-2/+2
2008-06-20Request a rewrite immediately after we have been linked, so that playback sta...Lennart Poettering1-0/+15
2008-06-20Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering1-253/+290
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-11merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering1-3/+3
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-69/+82
2008-02-13deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering1-1/+3
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-2/+2
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-169/+895