summaryrefslogtreecommitdiffstats
path: root/src/modules/module-combine.c
Commit message (Expand)AuthorAgeFilesLines
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-1/+2
* combine: store adjust time in usecLennart Poettering2009-08-261-15/+15
* combine: quieten gcc a bitLennart Poettering2009-08-211-0/+2
* combine: determine sample parameters of combined sink from underlying sinksMaarten Bosmans2009-08-151-0/+49
* combine: warn when the latency of a stream gets too highLennart Poettering2009-08-151-0/+3
* combine: big reworkLennart Poettering2009-08-151-205/+266
* combine: drop adjust_timestamp variable because it is unusedLennart Poettering2009-08-151-12/+2
* core: move rtpoll to thread_info sub structureLennart Poettering2009-08-151-2/+2
* combine: Do not set (and update) description if the user passed one in during...Colin Guthrie2009-06-291-1/+12
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-18/+12
|\
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-11/+4
| * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-1/+2
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-6/+6
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-191-1/+0
|/
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-2/+2
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-2/+10
* Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-051-2/+9
* don't fiddle with latency range because we cannot adjust it dynamicallyLennart Poettering2009-03-251-7/+4
* set request/rewind sizes only via accessor functionsLennart Poettering2009-03-241-1/+1
* 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-1/+2
* make a couple of functions return proper error codesLennart Poettering2009-02-031-1/+1
* include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-221-0/+1
* kill autoload stuff as plannedLennart Poettering2009-01-151-1/+1
* add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-151-1/+1
* add a few missing castsLennart Poettering2008-08-201-2/+2
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-3/+3
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-051-1/+1
* handle rewind requestsLennart Poettering2008-06-271-0/+4
* make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering2008-06-261-1/+0
* split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering2008-06-261-2/+2
* Request a rewrite immediately after we have been linked, so that playback sta...Lennart Poettering2008-06-201-0/+15
* Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering2008-06-201-253/+290
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering2008-06-111-3/+3
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-69/+82
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-131-1/+3
* 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-2/+2
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-169/+895
* 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
* fix module-combine when used on top of a tunnel sinkLennart Poettering2006-08-261-2/+15
* remove all occurences of Lennart Poettering2006-08-181-16/+16
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-2/+1
* allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering2006-08-131-2/+12
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-121-4/+1
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-191-16/+16